• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "accurip": {
3        "description": "Computes an AccurateRip CRC",
4        "elements": {
5            "accurip": {
6                "author": "Christophe Fergeau <teuf@gnome.org>",
7                "description": "Computes an AccurateRip CRC",
8                "hierarchy": [
9                    "GstAccurip",
10                    "GstAudioFilter",
11                    "GstBaseTransform",
12                    "GstElement",
13                    "GstObject",
14                    "GInitiallyUnowned",
15                    "GObject"
16                ],
17                "klass": "Filter/Analyzer/Audio",
18                "long-name": "AccurateRip(TM) CRC element",
19                "pad-templates": {
20                    "sink": {
21                        "caps": "audio/x-raw:\n         format: S16LE\n           rate: 44100\n       channels: 2\n",
22                        "direction": "sink",
23                        "presence": "always"
24                    },
25                    "src": {
26                        "caps": "audio/x-raw:\n         format: S16LE\n           rate: 44100\n       channels: 2\n",
27                        "direction": "src",
28                        "presence": "always"
29                    }
30                },
31                "properties": {
32                    "first-track": {
33                        "blurb": "Indicate to the CRC calculation algorithm that this is the first track of a set",
34                        "conditionally-available": false,
35                        "construct": false,
36                        "construct-only": false,
37                        "controllable": false,
38                        "default": "false",
39                        "mutable": "null",
40                        "readable": true,
41                        "type": "gboolean",
42                        "writable": true
43                    },
44                    "last-track": {
45                        "blurb": "Indicate to the CRC calculation algorithm that this is the last track of a set",
46                        "conditionally-available": false,
47                        "construct": false,
48                        "construct-only": false,
49                        "controllable": false,
50                        "default": "false",
51                        "mutable": "null",
52                        "readable": true,
53                        "type": "gboolean",
54                        "writable": true
55                    }
56                },
57                "rank": "none"
58            }
59        },
60        "filename": "gstaccurip",
61        "license": "LGPL",
62        "other-types": {},
63        "package": "GStreamer Bad Plug-ins",
64        "source": "gst-plugins-bad",
65        "tracers": {},
66        "url": "Unknown package origin"
67    },
68    "adpcmdec": {
69        "description": "ADPCM decoder",
70        "elements": {
71            "adpcmdec": {
72                "author": "Pioneers of the Inevitable <songbird@songbirdnest.com>",
73                "description": "Decode MS and IMA ADPCM audio",
74                "hierarchy": [
75                    "ADPCMDec",
76                    "GstAudioDecoder",
77                    "GstElement",
78                    "GstObject",
79                    "GInitiallyUnowned",
80                    "GObject"
81                ],
82                "klass": "Codec/Decoder/Audio",
83                "long-name": "ADPCM decoder",
84                "pad-templates": {
85                    "sink": {
86                        "caps": "audio/x-adpcm:\n         layout: { (string)microsoft, (string)dvi }\n    block_align: [ 64, 8192 ]\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2 ]\n",
87                        "direction": "sink",
88                        "presence": "always"
89                    },
90                    "src": {
91                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2 ]\n",
92                        "direction": "src",
93                        "presence": "always"
94                    }
95                },
96                "properties": {},
97                "rank": "primary"
98            }
99        },
100        "filename": "gstadpcmdec",
101        "license": "LGPL",
102        "other-types": {},
103        "package": "GStreamer Bad Plug-ins",
104        "source": "gst-plugins-bad",
105        "tracers": {},
106        "url": "Unknown package origin"
107    },
108    "adpcmenc": {
109        "description": "ADPCM encoder",
110        "elements": {
111            "adpcmenc": {
112                "author": "Pioneers of the Inevitable <songbird@songbirdnest.com>",
113                "description": "Encode ADPCM audio",
114                "hierarchy": [
115                    "ADPCMEnc",
116                    "GstAudioEncoder",
117                    "GstElement",
118                    "GstObject",
119                    "GInitiallyUnowned",
120                    "GObject"
121                ],
122                "interfaces": [
123                    "GstPreset"
124                ],
125                "klass": "Codec/Encoder/Audio",
126                "long-name": "ADPCM encoder",
127                "pad-templates": {
128                    "sink": {
129                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2 ]\n",
130                        "direction": "sink",
131                        "presence": "always"
132                    },
133                    "src": {
134                        "caps": "audio/x-adpcm:\n         layout: dvi\n    block_align: [ 64, 8192 ]\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2 ]\n",
135                        "direction": "src",
136                        "presence": "always"
137                    }
138                },
139                "properties": {
140                    "blockalign": {
141                        "blurb": "Block size for output stream",
142                        "conditionally-available": false,
143                        "construct": false,
144                        "construct-only": false,
145                        "controllable": false,
146                        "default": "1024",
147                        "max": "8192",
148                        "min": "64",
149                        "mutable": "null",
150                        "readable": true,
151                        "type": "gint",
152                        "writable": true
153                    },
154                    "layout": {
155                        "blurb": "Layout for output stream",
156                        "conditionally-available": false,
157                        "construct": false,
158                        "construct-only": false,
159                        "controllable": false,
160                        "default": "dvi (0)",
161                        "mutable": "null",
162                        "readable": true,
163                        "type": "GstADPCMEncLayout",
164                        "writable": true
165                    }
166                },
167                "rank": "primary"
168            }
169        },
170        "filename": "gstadpcmenc",
171        "license": "LGPL",
172        "other-types": {
173            "GstADPCMEncLayout": {
174                "kind": "enum",
175                "values": [
176                    {
177                        "desc": "DVI/IMA APDCM",
178                        "name": "dvi",
179                        "value": "0"
180                    }
181                ]
182            }
183        },
184        "package": "GStreamer Bad Plug-ins",
185        "source": "gst-plugins-bad",
186        "tracers": {},
187        "url": "Unknown package origin"
188    },
189    "aes": {
190        "description": "AES encryption/decryption plugin",
191        "elements": {
192            "aesdec": {
193                "author": "Rabindra Harlalka <Rabindra.Harlalka@nice.com>",
194                "description": "AES buffer decryption",
195                "hierarchy": [
196                    "GstAesDec",
197                    "GstBaseTransform",
198                    "GstElement",
199                    "GstObject",
200                    "GInitiallyUnowned",
201                    "GObject"
202                ],
203                "klass": "Generic/Filter",
204                "long-name": "aesdec",
205                "pad-templates": {
206                    "sink": {
207                        "caps": "ANY",
208                        "direction": "sink",
209                        "presence": "always"
210                    },
211                    "src": {
212                        "caps": "ANY",
213                        "direction": "src",
214                        "presence": "always"
215                    }
216                },
217                "properties": {
218                    "cipher": {
219                        "blurb": "cipher mode",
220                        "conditionally-available": false,
221                        "construct": false,
222                        "construct-only": false,
223                        "controllable": false,
224                        "default": "aes-128-cbc (0)",
225                        "mutable": "ready",
226                        "readable": true,
227                        "type": "GstAesCipher",
228                        "writable": true
229                    },
230                    "iv": {
231                        "blurb": "AES encryption initialization vector (in hexadecimal). Length must equal AES block length (16 bytes)",
232                        "conditionally-available": false,
233                        "construct": false,
234                        "construct-only": false,
235                        "controllable": false,
236                        "default": "",
237                        "mutable": "ready",
238                        "readable": true,
239                        "type": "gchararray",
240                        "writable": true
241                    },
242                    "key": {
243                        "blurb": "AES encryption key (in hexadecimal). Length (in bytes) must be equivalent to the number of bits in the key length : 16 bytes for AES 128 and 32 bytes for AES 256",
244                        "conditionally-available": false,
245                        "construct": false,
246                        "construct-only": false,
247                        "controllable": false,
248                        "default": "",
249                        "mutable": "ready",
250                        "readable": true,
251                        "type": "gchararray",
252                        "writable": true
253                    },
254                    "per-buffer-padding": {
255                        "blurb": "If true, pad each buffer using PKCS7 padding scheme. Otherwise, onlypad final buffer",
256                        "conditionally-available": false,
257                        "construct": false,
258                        "construct-only": false,
259                        "controllable": false,
260                        "default": "true",
261                        "mutable": "ready",
262                        "readable": true,
263                        "type": "gboolean",
264                        "writable": true
265                    },
266                    "serialize-iv": {
267                        "blurb": "Read initialization vector from first 16 bytes of first buffer",
268                        "conditionally-available": false,
269                        "construct": false,
270                        "construct-only": false,
271                        "controllable": false,
272                        "default": "false",
273                        "mutable": "ready",
274                        "readable": true,
275                        "type": "gboolean",
276                        "writable": true
277                    }
278                },
279                "rank": "primary"
280            },
281            "aesenc": {
282                "author": "Rabindra Harlalka <Rabindra.Harlalka@nice.com>",
283                "description": "AES buffer encryption",
284                "hierarchy": [
285                    "GstAesEnc",
286                    "GstBaseTransform",
287                    "GstElement",
288                    "GstObject",
289                    "GInitiallyUnowned",
290                    "GObject"
291                ],
292                "klass": "Generic/Filter",
293                "long-name": "aesenc",
294                "pad-templates": {
295                    "sink": {
296                        "caps": "ANY",
297                        "direction": "sink",
298                        "presence": "always"
299                    },
300                    "src": {
301                        "caps": "ANY",
302                        "direction": "src",
303                        "presence": "always"
304                    }
305                },
306                "properties": {
307                    "cipher": {
308                        "blurb": "cipher mode",
309                        "conditionally-available": false,
310                        "construct": false,
311                        "construct-only": false,
312                        "controllable": false,
313                        "default": "aes-128-cbc (0)",
314                        "mutable": "ready",
315                        "readable": true,
316                        "type": "GstAesCipher",
317                        "writable": true
318                    },
319                    "iv": {
320                        "blurb": "AES encryption initialization vector (in hexadecimal). Length must equal AES block length (16 bytes)",
321                        "conditionally-available": false,
322                        "construct": false,
323                        "construct-only": false,
324                        "controllable": false,
325                        "default": "",
326                        "mutable": "ready",
327                        "readable": true,
328                        "type": "gchararray",
329                        "writable": true
330                    },
331                    "key": {
332                        "blurb": "AES encryption key (in hexadecimal). Length (in bytes) must be equivalent to the number of bits in the key length : 16 bytes for AES 128 and 32 bytes for AES 256",
333                        "conditionally-available": false,
334                        "construct": false,
335                        "construct-only": false,
336                        "controllable": false,
337                        "default": "",
338                        "mutable": "ready",
339                        "readable": true,
340                        "type": "gchararray",
341                        "writable": true
342                    },
343                    "per-buffer-padding": {
344                        "blurb": "If true, pad each buffer using PKCS7 padding scheme. Otherwise, onlypad final buffer",
345                        "conditionally-available": false,
346                        "construct": false,
347                        "construct-only": false,
348                        "controllable": false,
349                        "default": "true",
350                        "mutable": "ready",
351                        "readable": true,
352                        "type": "gboolean",
353                        "writable": true
354                    },
355                    "serialize-iv": {
356                        "blurb": "Store initialization vector in first 16 bytes of first buffer",
357                        "conditionally-available": false,
358                        "construct": false,
359                        "construct-only": false,
360                        "controllable": false,
361                        "default": "false",
362                        "mutable": "ready",
363                        "readable": true,
364                        "type": "gboolean",
365                        "writable": true
366                    }
367                },
368                "rank": "primary"
369            }
370        },
371        "filename": "gstaes",
372        "license": "LGPL",
373        "other-types": {
374            "GstAesCipher": {
375                "kind": "enum",
376                "values": [
377                    {
378                        "desc": "AES 128 bit cipher key using CBC method",
379                        "name": "aes-128-cbc",
380                        "value": "0"
381                    },
382                    {
383                        "desc": "AES 256 bit cipher key using CBC method",
384                        "name": "aes-256-cbc",
385                        "value": "1"
386                    }
387                ]
388            }
389        },
390        "package": "GStreamer Bad Plug-ins",
391        "source": "gst-plugins-bad",
392        "tracers": {},
393        "url": "Unknown package origin"
394    },
395    "aiff": {
396        "description": "Create and parse Audio Interchange File Format (AIFF) files",
397        "elements": {
398            "aiffmux": {
399                "author": "Robert Swain <robert.swain@gmail.com>",
400                "description": "Multiplex raw audio into AIFF",
401                "hierarchy": [
402                    "GstAiffMux",
403                    "GstElement",
404                    "GstObject",
405                    "GInitiallyUnowned",
406                    "GObject"
407                ],
408                "klass": "Muxer/Audio",
409                "long-name": "AIFF audio muxer",
410                "pad-templates": {
411                    "sink": {
412                        "caps": "audio/x-raw:\n         format: { S8, S16BE, S24BE, S32BE }\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\n",
413                        "direction": "sink",
414                        "presence": "always"
415                    },
416                    "src": {
417                        "caps": "audio/x-aiff:\n",
418                        "direction": "src",
419                        "presence": "always"
420                    }
421                },
422                "rank": "primary"
423            },
424            "aiffparse": {
425                "author": "Pioneers of the Inevitable <songbird@songbirdnest.com>",
426                "description": "Parse a .aiff file into raw audio",
427                "hierarchy": [
428                    "GstAiffParse",
429                    "GstElement",
430                    "GstObject",
431                    "GInitiallyUnowned",
432                    "GObject"
433                ],
434                "klass": "Codec/Demuxer/Audio",
435                "long-name": "AIFF audio demuxer",
436                "pad-templates": {
437                    "sink": {
438                        "caps": "audio/x-aiff:\n",
439                        "direction": "sink",
440                        "presence": "always"
441                    },
442                    "src": {
443                        "caps": "audio/x-raw:\n         format: { S8, S16BE, S16LE, S24BE, S24LE, S32LE, S32BE, F32BE, F64BE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
444                        "direction": "src",
445                        "presence": "always"
446                    }
447                },
448                "rank": "primary"
449            }
450        },
451        "filename": "gstaiff",
452        "license": "LGPL",
453        "other-types": {},
454        "package": "GStreamer Bad Plug-ins",
455        "source": "gst-plugins-bad",
456        "tracers": {},
457        "url": "Unknown package origin"
458    },
459    "aom": {
460        "description": "AOM plugin library",
461        "elements": {
462            "av1dec": {
463                "author": "Sean DuBois <sean@siobud.com>",
464                "description": "Decode AV1 video streams",
465                "hierarchy": [
466                    "GstAV1Dec",
467                    "GstVideoDecoder",
468                    "GstElement",
469                    "GstObject",
470                    "GInitiallyUnowned",
471                    "GObject"
472                ],
473                "klass": "Codec/Decoder/Video",
474                "long-name": "AV1 Decoder",
475                "pad-templates": {
476                    "sink": {
477                        "caps": "video/x-av1:\n",
478                        "direction": "sink",
479                        "presence": "always"
480                    },
481                    "src": {
482                        "caps": "video/x-raw:\n         format: { I420, YV12, Y42B, Y444, I420_10LE, I420_12LE, I422_10LE, I422_12LE, Y444_10LE, Y444_12LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
483                        "direction": "src",
484                        "presence": "always"
485                    }
486                },
487                "properties": {},
488                "rank": "primary"
489            },
490            "av1enc": {
491                "author": "Sean DuBois <sean@siobud.com>",
492                "description": "Encode AV1 video streams",
493                "hierarchy": [
494                    "GstAV1Enc",
495                    "GstVideoEncoder",
496                    "GstElement",
497                    "GstObject",
498                    "GInitiallyUnowned",
499                    "GObject"
500                ],
501                "interfaces": [
502                    "GstPreset"
503                ],
504                "klass": "Codec/Encoder/Video",
505                "long-name": "AV1 Encoder",
506                "pad-templates": {
507                    "sink": {
508                        "caps": "video/x-raw:\n         format: { I420, Y42B, Y444, YV12 }\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 4, 2147483647 ]\n         height: [ 4, 2147483647 ]\n",
509                        "direction": "sink",
510                        "presence": "always"
511                    },
512                    "src": {
513                        "caps": "video/x-av1:\n",
514                        "direction": "src",
515                        "presence": "always"
516                    }
517                },
518                "properties": {
519                    "buf-initial-sz": {
520                        "blurb": "Decoder buffer initial size, expressed in units of time (milliseconds)",
521                        "conditionally-available": false,
522                        "construct": false,
523                        "construct-only": false,
524                        "controllable": false,
525                        "default": "4000",
526                        "max": "-1",
527                        "min": "0",
528                        "mutable": "null",
529                        "readable": true,
530                        "type": "guint",
531                        "writable": true
532                    },
533                    "buf-optimal-sz": {
534                        "blurb": "Decoder buffer optimal size, expressed in units of time (milliseconds)",
535                        "conditionally-available": false,
536                        "construct": false,
537                        "construct-only": false,
538                        "controllable": false,
539                        "default": "5000",
540                        "max": "-1",
541                        "min": "0",
542                        "mutable": "null",
543                        "readable": true,
544                        "type": "guint",
545                        "writable": true
546                    },
547                    "buf-sz": {
548                        "blurb": "Decoder buffer size, expressed in units of time (milliseconds)",
549                        "conditionally-available": false,
550                        "construct": false,
551                        "construct-only": false,
552                        "controllable": false,
553                        "default": "6000",
554                        "max": "-1",
555                        "min": "0",
556                        "mutable": "null",
557                        "readable": true,
558                        "type": "guint",
559                        "writable": true
560                    },
561                    "cpu-used": {
562                        "blurb": "CPU Used. A Value greater than 0 will increase encoder speed at the expense of quality.",
563                        "conditionally-available": false,
564                        "construct": false,
565                        "construct-only": false,
566                        "controllable": false,
567                        "default": "0",
568                        "max": "5",
569                        "min": "0",
570                        "mutable": "null",
571                        "readable": true,
572                        "type": "gint",
573                        "writable": true
574                    },
575                    "drop-frame": {
576                        "blurb": "Temporal resampling configuration, drop frames as a strategy to meet its target data rate Set to zero (0) to disable this feature.",
577                        "conditionally-available": false,
578                        "construct": false,
579                        "construct-only": false,
580                        "controllable": false,
581                        "default": "0",
582                        "max": "-1",
583                        "min": "0",
584                        "mutable": "null",
585                        "readable": true,
586                        "type": "guint",
587                        "writable": true
588                    },
589                    "end-usage": {
590                        "blurb": "Rate control algorithm to use, indicates the end usage of this stream",
591                        "conditionally-available": false,
592                        "construct": false,
593                        "construct-only": false,
594                        "controllable": false,
595                        "default": "vbr (0)",
596                        "mutable": "null",
597                        "readable": true,
598                        "type": "GstAV1EncEndUsageMode",
599                        "writable": true
600                    },
601                    "max-quantizer": {
602                        "blurb": "Maximum (worst quality) quantizer",
603                        "conditionally-available": false,
604                        "construct": false,
605                        "construct-only": false,
606                        "controllable": false,
607                        "default": "0",
608                        "max": "-1",
609                        "min": "0",
610                        "mutable": "null",
611                        "readable": true,
612                        "type": "guint",
613                        "writable": true
614                    },
615                    "min-quantizer": {
616                        "blurb": "Minimum (best quality) quantizer",
617                        "conditionally-available": false,
618                        "construct": false,
619                        "construct-only": false,
620                        "controllable": false,
621                        "default": "0",
622                        "max": "-1",
623                        "min": "0",
624                        "mutable": "null",
625                        "readable": true,
626                        "type": "guint",
627                        "writable": true
628                    },
629                    "overshoot-pct": {
630                        "blurb": "Rate control adaptation overshoot control",
631                        "conditionally-available": false,
632                        "construct": false,
633                        "construct-only": false,
634                        "controllable": false,
635                        "default": "25",
636                        "max": "1000",
637                        "min": "0",
638                        "mutable": "null",
639                        "readable": true,
640                        "type": "guint",
641                        "writable": true
642                    },
643                    "resize-denominator": {
644                        "blurb": "Frame resize denominator, assuming 8 as the numerator",
645                        "conditionally-available": false,
646                        "construct": false,
647                        "construct-only": false,
648                        "controllable": false,
649                        "default": "8",
650                        "max": "16",
651                        "min": "8",
652                        "mutable": "null",
653                        "readable": true,
654                        "type": "guint",
655                        "writable": true
656                    },
657                    "resize-kf-denominator": {
658                        "blurb": "Frame resize keyframe denominator, assuming 8 as the numerator",
659                        "conditionally-available": false,
660                        "construct": false,
661                        "construct-only": false,
662                        "controllable": false,
663                        "default": "8",
664                        "max": "16",
665                        "min": "8",
666                        "mutable": "null",
667                        "readable": true,
668                        "type": "guint",
669                        "writable": true
670                    },
671                    "resize-mode": {
672                        "blurb": "Frame resize mode",
673                        "conditionally-available": false,
674                        "construct": false,
675                        "construct-only": false,
676                        "controllable": false,
677                        "default": "none (0)",
678                        "mutable": "null",
679                        "readable": true,
680                        "type": "GstAV1EncResizeMode",
681                        "writable": true
682                    },
683                    "row-mt": {
684                        "blurb": "Enable row based multi-threading",
685                        "conditionally-available": false,
686                        "construct": false,
687                        "construct-only": false,
688                        "controllable": false,
689                        "default": "true",
690                        "mutable": "null",
691                        "readable": true,
692                        "type": "gboolean",
693                        "writable": true
694                    },
695                    "superres-denominator": {
696                        "blurb": "Frame super-resolution denominator, used only by SUPERRES_FIXED mode",
697                        "conditionally-available": false,
698                        "construct": false,
699                        "construct-only": false,
700                        "controllable": false,
701                        "default": "8",
702                        "max": "16",
703                        "min": "8",
704                        "mutable": "null",
705                        "readable": true,
706                        "type": "guint",
707                        "writable": true
708                    },
709                    "superres-kf-denominator": {
710                        "blurb": "Keyframe super-resolution denominator",
711                        "conditionally-available": false,
712                        "construct": false,
713                        "construct-only": false,
714                        "controllable": false,
715                        "default": "8",
716                        "max": "16",
717                        "min": "8",
718                        "mutable": "null",
719                        "readable": true,
720                        "type": "guint",
721                        "writable": true
722                    },
723                    "superres-kf-qthresh": {
724                        "blurb": "Keyframe super-resolution qindex threshold, used only by SUPERRES_QTHRESH mode",
725                        "conditionally-available": false,
726                        "construct": false,
727                        "construct-only": false,
728                        "controllable": false,
729                        "default": "63",
730                        "max": "63",
731                        "min": "1",
732                        "mutable": "null",
733                        "readable": true,
734                        "type": "guint",
735                        "writable": true
736                    },
737                    "superres-mode": {
738                        "blurb": "It integrates upscaling after the encode/decode process",
739                        "conditionally-available": false,
740                        "construct": false,
741                        "construct-only": false,
742                        "controllable": false,
743                        "default": "none (0)",
744                        "mutable": "null",
745                        "readable": true,
746                        "type": "GstAV1EncSuperresMode",
747                        "writable": true
748                    },
749                    "superres-qthresh": {
750                        "blurb": "Frame super-resolution qindex threshold, used only by SUPERRES_QTHRESH mode",
751                        "conditionally-available": false,
752                        "construct": false,
753                        "construct-only": false,
754                        "controllable": false,
755                        "default": "63",
756                        "max": "63",
757                        "min": "1",
758                        "mutable": "null",
759                        "readable": true,
760                        "type": "guint",
761                        "writable": true
762                    },
763                    "target-bitrate": {
764                        "blurb": "Target bitrate, in kilobits per second",
765                        "conditionally-available": false,
766                        "construct": false,
767                        "construct-only": false,
768                        "controllable": false,
769                        "default": "256",
770                        "max": "-1",
771                        "min": "1",
772                        "mutable": "null",
773                        "readable": true,
774                        "type": "guint",
775                        "writable": true
776                    },
777                    "threads": {
778                        "blurb": "Max number of threads to use encoding, set to 0 determine the approximate number of threads that the system schedule",
779                        "conditionally-available": false,
780                        "construct": false,
781                        "construct-only": false,
782                        "controllable": false,
783                        "default": "0",
784                        "max": "-1",
785                        "min": "0",
786                        "mutable": "null",
787                        "readable": true,
788                        "type": "guint",
789                        "writable": true
790                    },
791                    "tile-columns": {
792                        "blurb": "Partition into separate vertical tile columns from image frame which can enable parallel encoding",
793                        "conditionally-available": false,
794                        "construct": false,
795                        "construct-only": false,
796                        "controllable": false,
797                        "default": "0",
798                        "max": "6",
799                        "min": "0",
800                        "mutable": "null",
801                        "readable": true,
802                        "type": "guint",
803                        "writable": true
804                    },
805                    "tile-rows": {
806                        "blurb": "Partition into separate horizontal tile rows from image frame which can enable parallel encoding",
807                        "conditionally-available": false,
808                        "construct": false,
809                        "construct-only": false,
810                        "controllable": false,
811                        "default": "0",
812                        "max": "6",
813                        "min": "0",
814                        "mutable": "null",
815                        "readable": true,
816                        "type": "guint",
817                        "writable": true
818                    },
819                    "undershoot-pct": {
820                        "blurb": "Rate control adaptation undershoot control",
821                        "conditionally-available": false,
822                        "construct": false,
823                        "construct-only": false,
824                        "controllable": false,
825                        "default": "25",
826                        "max": "1000",
827                        "min": "0",
828                        "mutable": "null",
829                        "readable": true,
830                        "type": "guint",
831                        "writable": true
832                    }
833                },
834                "rank": "primary"
835            }
836        },
837        "filename": "gstaom",
838        "license": "LGPL",
839        "other-types": {
840            "GstAV1EncEndUsageMode": {
841                "kind": "enum",
842                "values": [
843                    {
844                        "desc": "Variable Bit Rate Mode",
845                        "name": "vbr",
846                        "value": "0"
847                    },
848                    {
849                        "desc": "Constant Bit Rate Mode",
850                        "name": "cbr",
851                        "value": "1"
852                    },
853                    {
854                        "desc": "Constrained Quality Mode",
855                        "name": "cq",
856                        "value": "2"
857                    },
858                    {
859                        "desc": "Constant Quality Mode",
860                        "name": "q",
861                        "value": "3"
862                    }
863                ]
864            },
865            "GstAV1EncResizeMode": {
866                "kind": "enum",
867                "values": [
868                    {
869                        "desc": "No frame resizing allowed",
870                        "name": "none",
871                        "value": "0"
872                    },
873                    {
874                        "desc": "All frames are coded at the specified scale",
875                        "name": "fixed",
876                        "value": "1"
877                    },
878                    {
879                        "desc": "All frames are coded at a random scale",
880                        "name": "random",
881                        "value": "2"
882                    }
883                ]
884            },
885            "GstAV1EncSuperresMode": {
886                "kind": "enum",
887                "values": [
888                    {
889                        "desc": "No frame superres allowed",
890                        "name": "none",
891                        "value": "0"
892                    },
893                    {
894                        "desc": "All frames are coded at the specified scale and super-resolved",
895                        "name": "fixed",
896                        "value": "1"
897                    },
898                    {
899                        "desc": "All frames are coded at a random scale and super-resolved",
900                        "name": "random",
901                        "value": "2"
902                    },
903                    {
904                        "desc": "Superres scale for a frame is determined based on q_index",
905                        "name": "qthresh",
906                        "value": "3"
907                    }
908                ]
909            }
910        },
911        "package": "GStreamer Bad Plug-ins",
912        "source": "gst-plugins-bad",
913        "tracers": {},
914        "url": "Unknown package origin"
915    },
916    "applemedia": {
917        "description": "Elements for capture and codec access on Apple OS X and iOS",
918        "elements": {
919            "atdec": {
920                "author": "Alessandro Decina <alessandro.d@gmail.com>",
921                "description": "AudioToolbox based audio decoder",
922                "hierarchy": [
923                    "GstATDec",
924                    "GstAudioDecoder",
925                    "GstElement",
926                    "GstObject",
927                    "GInitiallyUnowned",
928                    "GObject"
929                ],
930                "klass": "Codec/Decoder/Audio",
931                "long-name": "AudioToolbox based audio decoder",
932                "pad-templates": {
933                    "sink": {
934                        "caps": "audio/mpeg:\n    mpegversion: 4\n         framed: true\n       channels: [ 1, 2147483647 ]\naudio/mpeg:\n    mpegversion: 1\n          layer: [ 1, 3 ]\n",
935                        "direction": "sink",
936                        "presence": "always"
937                    },
938                    "src": {
939                        "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\naudio/x-raw:\n         format: F32LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
940                        "direction": "src",
941                        "presence": "always"
942                    }
943                },
944                "rank": "marginal"
945            },
946            "avfassetsrc": {
947                "author": "Andoni Morales Alastruey amorales@fluendo.com",
948                "description": "Read and decode samples from AVFoundation assets using the AVFAssetReader API",
949                "hierarchy": [
950                    "GstAVFAssetSrc",
951                    "GstElement",
952                    "GstObject",
953                    "GInitiallyUnowned",
954                    "GObject"
955                ],
956                "interfaces": [
957                    "GstURIHandler"
958                ],
959                "klass": "Source/Codec",
960                "long-name": "Source and decoder for AVFoundation assets",
961                "pad-templates": {
962                    "audio": {
963                        "caps": "audio/x-raw:\n         format: F32LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2 ]\n         layout: interleaved\n",
964                        "direction": "src",
965                        "presence": "sometimes"
966                    },
967                    "video": {
968                        "caps": "video/x-raw:\n         format: NV12\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n",
969                        "direction": "src",
970                        "presence": "sometimes"
971                    }
972                },
973                "properties": {
974                    "uri": {
975                        "blurb": "URI of the asset to read",
976                        "conditionally-available": false,
977                        "construct": false,
978                        "construct-only": false,
979                        "controllable": false,
980                        "default": "NULL",
981                        "mutable": "ready",
982                        "readable": true,
983                        "type": "gchararray",
984                        "writable": true
985                    }
986                },
987                "rank": "secondary"
988            },
989            "avfvideosrc": {
990                "author": "Ole André Vadla Ravnås <oleavr@soundrop.com>",
991                "description": "Reads frames from an iOS AVFoundation device",
992                "hierarchy": [
993                    "GstAVFVideoSrc",
994                    "GstPushSrc",
995                    "GstBaseSrc",
996                    "GstElement",
997                    "GstObject",
998                    "GInitiallyUnowned",
999                    "GObject"
1000                ],
1001                "klass": "Source/Video/Hardware",
1002                "long-name": "Video Source (AVFoundation)",
1003                "pad-templates": {
1004                    "src": {
1005                        "caps": "video/x-raw(memory:GLMemory):\n         format: UYVY\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n texture-target: rectangle\nvideo/x-raw:\n         format: { NV12, UYVY, YUY2 }\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-raw:\n         format: BGRA\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n",
1006                        "direction": "src",
1007                        "presence": "always"
1008                    }
1009                },
1010                "properties": {
1011                    "capture-screen": {
1012                        "blurb": "Enable screen capture functionality",
1013                        "conditionally-available": false,
1014                        "construct": false,
1015                        "construct-only": false,
1016                        "controllable": false,
1017                        "default": "false",
1018                        "mutable": "null",
1019                        "readable": true,
1020                        "type": "gboolean",
1021                        "writable": true
1022                    },
1023                    "capture-screen-cursor": {
1024                        "blurb": "Enable cursor capture while capturing screen",
1025                        "conditionally-available": false,
1026                        "construct": false,
1027                        "construct-only": false,
1028                        "controllable": false,
1029                        "default": "false",
1030                        "mutable": "null",
1031                        "readable": true,
1032                        "type": "gboolean",
1033                        "writable": true
1034                    },
1035                    "capture-screen-mouse-clicks": {
1036                        "blurb": "Enable mouse clicks capture while capturing screen",
1037                        "conditionally-available": false,
1038                        "construct": false,
1039                        "construct-only": false,
1040                        "controllable": false,
1041                        "default": "false",
1042                        "mutable": "null",
1043                        "readable": true,
1044                        "type": "gboolean",
1045                        "writable": true
1046                    },
1047                    "device-index": {
1048                        "blurb": "The zero-based device index",
1049                        "conditionally-available": false,
1050                        "construct": false,
1051                        "construct-only": false,
1052                        "controllable": false,
1053                        "default": "-1",
1054                        "max": "2147483647",
1055                        "min": "-1",
1056                        "mutable": "null",
1057                        "readable": true,
1058                        "type": "gint",
1059                        "writable": true
1060                    },
1061                    "device-name": {
1062                        "blurb": "The name of the currently opened capture device",
1063                        "conditionally-available": false,
1064                        "construct": false,
1065                        "construct-only": false,
1066                        "controllable": false,
1067                        "default": "NULL",
1068                        "mutable": "null",
1069                        "readable": true,
1070                        "type": "gchararray",
1071                        "writable": false
1072                    },
1073                    "device-type": {
1074                        "blurb": "The general type of a video capture device",
1075                        "conditionally-available": false,
1076                        "construct": false,
1077                        "construct-only": false,
1078                        "controllable": false,
1079                        "default": "default (0)",
1080                        "mutable": "null",
1081                        "readable": true,
1082                        "type": "GstAVFVideoSourceDeviceType",
1083                        "writable": true
1084                    },
1085                    "do-stats": {
1086                        "blurb": "Enable logging of statistics",
1087                        "conditionally-available": false,
1088                        "construct": false,
1089                        "construct-only": false,
1090                        "controllable": false,
1091                        "default": "false",
1092                        "mutable": "null",
1093                        "readable": true,
1094                        "type": "gboolean",
1095                        "writable": true
1096                    },
1097                    "fps": {
1098                        "blurb": "Last measured framerate, if statistics are enabled",
1099                        "conditionally-available": false,
1100                        "construct": false,
1101                        "construct-only": false,
1102                        "controllable": false,
1103                        "default": "0",
1104                        "max": "2147483647",
1105                        "min": "-1",
1106                        "mutable": "null",
1107                        "readable": true,
1108                        "type": "gint",
1109                        "writable": false
1110                    },
1111                    "orientation": {
1112                        "blurb": "The orientation of the video",
1113                        "conditionally-available": false,
1114                        "construct": false,
1115                        "construct-only": false,
1116                        "controllable": false,
1117                        "default": "default (0)",
1118                        "mutable": "null",
1119                        "readable": true,
1120                        "type": "GstAVFVideoSourceOrientation",
1121                        "writable": true
1122                    },
1123                    "position": {
1124                        "blurb": "The position of the capture device (front or back-facing)",
1125                        "conditionally-available": false,
1126                        "construct": false,
1127                        "construct-only": false,
1128                        "controllable": false,
1129                        "default": "default (0)",
1130                        "mutable": "null",
1131                        "readable": true,
1132                        "type": "GstAVFVideoSourcePosition",
1133                        "writable": true
1134                    }
1135                },
1136                "rank": "secondary"
1137            },
1138            "avsamplebufferlayersink": {
1139                "author": "Matthew Waters <matthew@centricular.com>",
1140                "description": "A videosink based on AVSampleBuffers",
1141                "hierarchy": [
1142                    "GstAVSampleVideoSink",
1143                    "GstVideoSink",
1144                    "GstBaseSink",
1145                    "GstElement",
1146                    "GstObject",
1147                    "GInitiallyUnowned",
1148                    "GObject"
1149                ],
1150                "klass": "Sink/Video",
1151                "long-name": "AV Sample video sink",
1152                "pad-templates": {
1153                    "sink": {
1154                        "caps": "video/x-raw:\n         format: { RGB, BGR, ARGB, BGRA, ABGR, RGBA, YUY2, UYVY, NV12, I420 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
1155                        "direction": "sink",
1156                        "presence": "always"
1157                    }
1158                },
1159                "properties": {
1160                    "force-aspect-ratio": {
1161                        "blurb": "When enabled, scaling will respect original aspect ratio",
1162                        "conditionally-available": false,
1163                        "construct": false,
1164                        "construct-only": false,
1165                        "controllable": false,
1166                        "default": "true",
1167                        "mutable": "null",
1168                        "readable": true,
1169                        "type": "gboolean",
1170                        "writable": true
1171                    },
1172                    "layer": {
1173                        "blurb": "The CoreAnimation layer that can be placed in the render tree",
1174                        "conditionally-available": false,
1175                        "construct": false,
1176                        "construct-only": false,
1177                        "controllable": false,
1178                        "mutable": "null",
1179                        "readable": true,
1180                        "type": "gpointer",
1181                        "writable": false
1182                    }
1183                },
1184                "rank": "none"
1185            },
1186            "vtdec": {
1187                "author": "Ole André Vadla Ravnås <oleavr@soundrop.com>; Alessandro Decina <alessandro.d@gmail.com>",
1188                "description": "Apple VideoToolbox Decoder",
1189                "hierarchy": [
1190                    "GstVtdec",
1191                    "GstVideoDecoder",
1192                    "GstElement",
1193                    "GstObject",
1194                    "GInitiallyUnowned",
1195                    "GObject"
1196                ],
1197                "klass": "Codec/Decoder/Video/Hardware",
1198                "long-name": "Apple VideoToolbox decoder",
1199                "pad-templates": {
1200                    "sink": {
1201                        "caps": "video/x-h264:\n  stream-format: avc\n      alignment: au\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/mpeg:\n    mpegversion: 2\n   systemstream: false\n         parsed: true\nimage/jpeg:\nvideo/x-prores:\n        variant: { (string)standard, (string)hq, (string)lt, (string)proxy, (string)4444, (string)4444xq }\n",
1202                        "direction": "sink",
1203                        "presence": "always"
1204                    },
1205                    "src": {
1206                        "caps": "video/x-raw:\n         format: { NV12, AYUV64, RGBA64_LE, ARGB64_BE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:GLMemory):\n         format: { NV12, AYUV64, RGBA64_LE, ARGB64_BE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n texture-target: rectangle\n",
1207                        "direction": "src",
1208                        "presence": "always"
1209                    }
1210                },
1211                "rank": "secondary"
1212            },
1213            "vtdec_hw": {
1214                "author": "Ole André Vadla Ravnås <oleavr@soundrop.com>; Alessandro Decina <alessandro.d@gmail.com>",
1215                "description": "Apple VideoToolbox Decoder",
1216                "hierarchy": [
1217                    "GstVtdecHw",
1218                    "GstVtdec",
1219                    "GstVideoDecoder",
1220                    "GstElement",
1221                    "GstObject",
1222                    "GInitiallyUnowned",
1223                    "GObject"
1224                ],
1225                "klass": "Codec/Decoder/Video/Hardware",
1226                "long-name": "Apple VideoToolbox decoder (hardware only)",
1227                "pad-templates": {
1228                    "sink": {
1229                        "caps": "video/x-h264:\n  stream-format: avc\n      alignment: au\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/mpeg:\n    mpegversion: 2\n   systemstream: false\n         parsed: true\nimage/jpeg:\nvideo/x-prores:\n        variant: { (string)standard, (string)hq, (string)lt, (string)proxy, (string)4444, (string)4444xq }\n",
1230                        "direction": "sink",
1231                        "presence": "always"
1232                    },
1233                    "src": {
1234                        "caps": "video/x-raw:\n         format: { NV12, AYUV64, RGBA64_LE, ARGB64_BE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:GLMemory):\n         format: { NV12, AYUV64, RGBA64_LE, ARGB64_BE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n texture-target: rectangle\n",
1235                        "direction": "src",
1236                        "presence": "always"
1237                    }
1238                },
1239                "rank": "primary + 1"
1240            },
1241            "vtenc_h264": {
1242                "author": "Ole André Vadla Ravnås <oleavr@soundrop.com>, Dominik Röttsches <dominik.rottsches@intel.com>",
1243                "description": "H.264 encoder",
1244                "hierarchy": [
1245                    "vtenc_h264",
1246                    "GstVideoEncoder",
1247                    "GstElement",
1248                    "GstObject",
1249                    "GInitiallyUnowned",
1250                    "GObject"
1251                ],
1252                "interfaces": [
1253                    "GstPreset"
1254                ],
1255                "klass": "Codec/Encoder/Video/Hardware",
1256                "long-name": "H.264 encoder",
1257                "pad-templates": {
1258                    "sink": {
1259                        "caps": "video/x-raw:\n         format: { AYUV64, UYVY, NV12, I420, RGBA64_LE, ARGB64_BE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
1260                        "direction": "sink",
1261                        "presence": "always"
1262                    },
1263                    "src": {
1264                        "caps": "video/x-h264:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n interlace-mode: { (string)progressive, (string)interleaved }\n  stream-format: avc\n      alignment: au\n",
1265                        "direction": "src",
1266                        "presence": "always"
1267                    }
1268                },
1269                "properties": {
1270                    "allow-frame-reordering": {
1271                        "blurb": "Whether to allow frame reordering or not",
1272                        "conditionally-available": false,
1273                        "construct": true,
1274                        "construct-only": false,
1275                        "controllable": false,
1276                        "default": "true",
1277                        "mutable": "null",
1278                        "readable": true,
1279                        "type": "gboolean",
1280                        "writable": true
1281                    },
1282                    "bitrate": {
1283                        "blurb": "Target video bitrate in kbps (0 = auto)",
1284                        "conditionally-available": false,
1285                        "construct": true,
1286                        "construct-only": false,
1287                        "controllable": false,
1288                        "default": "0",
1289                        "max": "-1",
1290                        "min": "0",
1291                        "mutable": "null",
1292                        "readable": true,
1293                        "type": "guint",
1294                        "writable": true
1295                    },
1296                    "max-keyframe-interval": {
1297                        "blurb": "Maximum number of frames between keyframes (0 = auto)",
1298                        "conditionally-available": false,
1299                        "construct": true,
1300                        "construct-only": false,
1301                        "controllable": false,
1302                        "default": "0",
1303                        "max": "2147483647",
1304                        "min": "0",
1305                        "mutable": "null",
1306                        "readable": true,
1307                        "type": "gint",
1308                        "writable": true
1309                    },
1310                    "max-keyframe-interval-duration": {
1311                        "blurb": "Maximum number of nanoseconds between keyframes (0 = no limit)",
1312                        "conditionally-available": false,
1313                        "construct": true,
1314                        "construct-only": false,
1315                        "controllable": false,
1316                        "default": "0",
1317                        "max": "18446744073709551615",
1318                        "min": "0",
1319                        "mutable": "null",
1320                        "readable": true,
1321                        "type": "guint64",
1322                        "writable": true
1323                    },
1324                    "quality": {
1325                        "blurb": "The desired compression quality",
1326                        "conditionally-available": false,
1327                        "construct": true,
1328                        "construct-only": false,
1329                        "controllable": false,
1330                        "default": "0.5",
1331                        "max": "1",
1332                        "min": "0",
1333                        "mutable": "null",
1334                        "readable": true,
1335                        "type": "gdouble",
1336                        "writable": true
1337                    },
1338                    "realtime": {
1339                        "blurb": "Configure the encoder for realtime output",
1340                        "conditionally-available": false,
1341                        "construct": true,
1342                        "construct-only": false,
1343                        "controllable": false,
1344                        "default": "false",
1345                        "mutable": "null",
1346                        "readable": true,
1347                        "type": "gboolean",
1348                        "writable": true
1349                    }
1350                },
1351                "rank": "primary"
1352            },
1353            "vtenc_h264_hw": {
1354                "author": "Ole André Vadla Ravnås <oleavr@soundrop.com>, Dominik Röttsches <dominik.rottsches@intel.com>",
1355                "description": "H.264 (HW only) encoder",
1356                "hierarchy": [
1357                    "vtenc_h264_hw",
1358                    "GstVideoEncoder",
1359                    "GstElement",
1360                    "GstObject",
1361                    "GInitiallyUnowned",
1362                    "GObject"
1363                ],
1364                "interfaces": [
1365                    "GstPreset"
1366                ],
1367                "klass": "Codec/Encoder/Video/Hardware",
1368                "long-name": "H.264 (HW only) encoder",
1369                "pad-templates": {
1370                    "sink": {
1371                        "caps": "video/x-raw:\n         format: { AYUV64, UYVY, NV12, I420, RGBA64_LE, ARGB64_BE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
1372                        "direction": "sink",
1373                        "presence": "always"
1374                    },
1375                    "src": {
1376                        "caps": "video/x-h264:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n interlace-mode: { (string)progressive, (string)interleaved }\n  stream-format: avc\n      alignment: au\n",
1377                        "direction": "src",
1378                        "presence": "always"
1379                    }
1380                },
1381                "properties": {
1382                    "allow-frame-reordering": {
1383                        "blurb": "Whether to allow frame reordering or not",
1384                        "conditionally-available": false,
1385                        "construct": true,
1386                        "construct-only": false,
1387                        "controllable": false,
1388                        "default": "true",
1389                        "mutable": "null",
1390                        "readable": true,
1391                        "type": "gboolean",
1392                        "writable": true
1393                    },
1394                    "bitrate": {
1395                        "blurb": "Target video bitrate in kbps (0 = auto)",
1396                        "conditionally-available": false,
1397                        "construct": true,
1398                        "construct-only": false,
1399                        "controllable": false,
1400                        "default": "0",
1401                        "max": "-1",
1402                        "min": "0",
1403                        "mutable": "null",
1404                        "readable": true,
1405                        "type": "guint",
1406                        "writable": true
1407                    },
1408                    "max-keyframe-interval": {
1409                        "blurb": "Maximum number of frames between keyframes (0 = auto)",
1410                        "conditionally-available": false,
1411                        "construct": true,
1412                        "construct-only": false,
1413                        "controllable": false,
1414                        "default": "0",
1415                        "max": "2147483647",
1416                        "min": "0",
1417                        "mutable": "null",
1418                        "readable": true,
1419                        "type": "gint",
1420                        "writable": true
1421                    },
1422                    "max-keyframe-interval-duration": {
1423                        "blurb": "Maximum number of nanoseconds between keyframes (0 = no limit)",
1424                        "conditionally-available": false,
1425                        "construct": true,
1426                        "construct-only": false,
1427                        "controllable": false,
1428                        "default": "0",
1429                        "max": "18446744073709551615",
1430                        "min": "0",
1431                        "mutable": "null",
1432                        "readable": true,
1433                        "type": "guint64",
1434                        "writable": true
1435                    },
1436                    "quality": {
1437                        "blurb": "The desired compression quality",
1438                        "conditionally-available": false,
1439                        "construct": true,
1440                        "construct-only": false,
1441                        "controllable": false,
1442                        "default": "0.5",
1443                        "max": "1",
1444                        "min": "0",
1445                        "mutable": "null",
1446                        "readable": true,
1447                        "type": "gdouble",
1448                        "writable": true
1449                    },
1450                    "realtime": {
1451                        "blurb": "Configure the encoder for realtime output",
1452                        "conditionally-available": false,
1453                        "construct": true,
1454                        "construct-only": false,
1455                        "controllable": false,
1456                        "default": "false",
1457                        "mutable": "null",
1458                        "readable": true,
1459                        "type": "gboolean",
1460                        "writable": true
1461                    }
1462                },
1463                "rank": "primary"
1464            },
1465            "vtenc_prores": {
1466                "author": "Ole André Vadla Ravnås <oleavr@soundrop.com>, Dominik Röttsches <dominik.rottsches@intel.com>",
1467                "description": "Apple ProRes encoder",
1468                "hierarchy": [
1469                    "vtenc_prores",
1470                    "GstVideoEncoder",
1471                    "GstElement",
1472                    "GstObject",
1473                    "GInitiallyUnowned",
1474                    "GObject"
1475                ],
1476                "interfaces": [
1477                    "GstPreset"
1478                ],
1479                "klass": "Codec/Encoder/Video/Hardware",
1480                "long-name": "Apple ProRes encoder",
1481                "pad-templates": {
1482                    "sink": {
1483                        "caps": "video/x-raw:\n         format: { AYUV64, UYVY, NV12, I420, RGBA64_LE, ARGB64_BE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
1484                        "direction": "sink",
1485                        "presence": "always"
1486                    },
1487                    "src": {
1488                        "caps": "video/x-prores:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n interlace-mode: { (string)progressive, (string)interleaved }\n        variant: { (string)standard, (string)4444xq, (string)4444, (string)hq, (string)lt, (string)proxy }\n",
1489                        "direction": "src",
1490                        "presence": "always"
1491                    }
1492                },
1493                "properties": {
1494                    "allow-frame-reordering": {
1495                        "blurb": "Whether to allow frame reordering or not",
1496                        "conditionally-available": false,
1497                        "construct": true,
1498                        "construct-only": false,
1499                        "controllable": false,
1500                        "default": "true",
1501                        "mutable": "null",
1502                        "readable": true,
1503                        "type": "gboolean",
1504                        "writable": true
1505                    },
1506                    "bitrate": {
1507                        "blurb": "Target video bitrate in kbps (0 = auto)",
1508                        "conditionally-available": false,
1509                        "construct": true,
1510                        "construct-only": false,
1511                        "controllable": false,
1512                        "default": "0",
1513                        "max": "-1",
1514                        "min": "0",
1515                        "mutable": "null",
1516                        "readable": true,
1517                        "type": "guint",
1518                        "writable": true
1519                    },
1520                    "max-keyframe-interval": {
1521                        "blurb": "Maximum number of frames between keyframes (0 = auto)",
1522                        "conditionally-available": false,
1523                        "construct": true,
1524                        "construct-only": false,
1525                        "controllable": false,
1526                        "default": "0",
1527                        "max": "2147483647",
1528                        "min": "0",
1529                        "mutable": "null",
1530                        "readable": true,
1531                        "type": "gint",
1532                        "writable": true
1533                    },
1534                    "max-keyframe-interval-duration": {
1535                        "blurb": "Maximum number of nanoseconds between keyframes (0 = no limit)",
1536                        "conditionally-available": false,
1537                        "construct": true,
1538                        "construct-only": false,
1539                        "controllable": false,
1540                        "default": "0",
1541                        "max": "18446744073709551615",
1542                        "min": "0",
1543                        "mutable": "null",
1544                        "readable": true,
1545                        "type": "guint64",
1546                        "writable": true
1547                    },
1548                    "preserve-alpha": {
1549                        "blurb": "Video alpha values (non opaque) need to be preserved",
1550                        "conditionally-available": false,
1551                        "construct": true,
1552                        "construct-only": false,
1553                        "controllable": false,
1554                        "default": "true",
1555                        "mutable": "null",
1556                        "readable": true,
1557                        "type": "gboolean",
1558                        "writable": true
1559                    },
1560                    "quality": {
1561                        "blurb": "The desired compression quality",
1562                        "conditionally-available": false,
1563                        "construct": true,
1564                        "construct-only": false,
1565                        "controllable": false,
1566                        "default": "0.5",
1567                        "max": "1",
1568                        "min": "0",
1569                        "mutable": "null",
1570                        "readable": true,
1571                        "type": "gdouble",
1572                        "writable": true
1573                    },
1574                    "realtime": {
1575                        "blurb": "Configure the encoder for realtime output",
1576                        "conditionally-available": false,
1577                        "construct": true,
1578                        "construct-only": false,
1579                        "controllable": false,
1580                        "default": "false",
1581                        "mutable": "null",
1582                        "readable": true,
1583                        "type": "gboolean",
1584                        "writable": true
1585                    }
1586                },
1587                "rank": "primary"
1588            }
1589        },
1590        "filename": "gstapplemedia",
1591        "license": "LGPL",
1592        "other-types": {
1593            "GstAVFVideoSourceDeviceType": {
1594                "kind": "enum",
1595                "values": [
1596                    {
1597                        "desc": "A built-in wide angle camera. These devices are suitable for general purpose use.",
1598                        "name": "wide-angle",
1599                        "value": "1"
1600                    },
1601                    {
1602                        "desc": "A built-in camera device with a longer focal length than a wide-angle camera.",
1603                        "name": "telephoto",
1604                        "value": "2"
1605                    },
1606                    {
1607                        "desc": "A dual camera device, combining built-in wide-angle and telephoto cameras that work together as a single capture device.",
1608                        "name": "dual",
1609                        "value": "3"
1610                    },
1611                    {
1612                        "desc": "Default",
1613                        "name": "default",
1614                        "value": "0"
1615                    }
1616                ]
1617            },
1618            "GstAVFVideoSourceOrientation": {
1619                "kind": "enum",
1620                "values": [
1621                    {
1622                        "desc": "Indicates that video should be oriented vertically, top at the top.",
1623                        "name": "portrait",
1624                        "value": "1"
1625                    },
1626                    {
1627                        "desc": "Indicates that video should be oriented vertically, top at the bottom.",
1628                        "name": "portrat-upside-down",
1629                        "value": "2"
1630                    },
1631                    {
1632                        "desc": "Indicates that video should be oriented horizontally, top on the left.",
1633                        "name": "landscape-right",
1634                        "value": "3"
1635                    },
1636                    {
1637                        "desc": "Indicates that video should be oriented horizontally, top on the right.",
1638                        "name": "landscape-left",
1639                        "value": "4"
1640                    },
1641                    {
1642                        "desc": "Default",
1643                        "name": "default",
1644                        "value": "0"
1645                    }
1646                ]
1647            },
1648            "GstAVFVideoSourcePosition": {
1649                "kind": "enum",
1650                "values": [
1651                    {
1652                        "desc": "Front-facing camera",
1653                        "name": "front",
1654                        "value": "1"
1655                    },
1656                    {
1657                        "desc": "Back-facing camera",
1658                        "name": "back",
1659                        "value": "2"
1660                    },
1661                    {
1662                        "desc": "Default",
1663                        "name": "default",
1664                        "value": "0"
1665                    }
1666                ]
1667            }
1668        },
1669        "package": "GStreamer Bad Plug-ins",
1670        "source": "gst-plugins-bad",
1671        "tracers": {},
1672        "url": "Unknown package origin"
1673    },
1674    "asfmux": {
1675        "description": "ASF Muxer Plugin",
1676        "elements": {
1677            "asfmux": {
1678                "author": "Thiago Santos <thiagoss@embedded.ufcg.edu.br>",
1679                "description": "Muxes audio and video into an ASF stream",
1680                "hierarchy": [
1681                    "GstAsfMux",
1682                    "GstElement",
1683                    "GstObject",
1684                    "GInitiallyUnowned",
1685                    "GObject"
1686                ],
1687                "interfaces": [
1688                    "GstTagSetter"
1689                ],
1690                "klass": "Codec/Muxer",
1691                "long-name": "ASF muxer",
1692                "pad-templates": {
1693                    "audio_%%u": {
1694                        "caps": "audio/x-wma:\n     wmaversion: [ 1, 3 ]\naudio/mpeg:\n          layer: 3\n    mpegversion: 1\n       channels: [ 1, 2 ]\n           rate: [ 8000, 96000 ]\n",
1695                        "direction": "sink",
1696                        "presence": "request"
1697                    },
1698                    "src": {
1699                        "caps": "video/x-ms-asf:\n         parsed: true\n",
1700                        "direction": "src",
1701                        "presence": "always"
1702                    },
1703                    "video_%%u": {
1704                        "caps": "video/x-wmv:\n     wmvversion: [ 1, 3 ]\n",
1705                        "direction": "sink",
1706                        "presence": "request"
1707                    }
1708                },
1709                "properties": {
1710                    "merge-stream-tags": {
1711                        "blurb": "If the stream metadata (received as events in the sink) should be merged to the main file metadata.",
1712                        "conditionally-available": false,
1713                        "construct": true,
1714                        "construct-only": false,
1715                        "controllable": false,
1716                        "default": "true",
1717                        "mutable": "null",
1718                        "readable": true,
1719                        "type": "gboolean",
1720                        "writable": true
1721                    },
1722                    "packet-size": {
1723                        "blurb": "The ASF packets size (bytes)",
1724                        "conditionally-available": false,
1725                        "construct": true,
1726                        "construct-only": false,
1727                        "controllable": false,
1728                        "default": "4800",
1729                        "max": "-1",
1730                        "min": "18",
1731                        "mutable": "null",
1732                        "readable": true,
1733                        "type": "guint",
1734                        "writable": true
1735                    },
1736                    "padding": {
1737                        "blurb": "Size of the padding object to be added to the end of the header. If this less than 24 (the smaller size of an ASF object), no padding is added.",
1738                        "conditionally-available": false,
1739                        "construct": true,
1740                        "construct-only": false,
1741                        "controllable": false,
1742                        "default": "0",
1743                        "max": "18446744073709551615",
1744                        "min": "0",
1745                        "mutable": "null",
1746                        "readable": true,
1747                        "type": "guint64",
1748                        "writable": true
1749                    },
1750                    "preroll": {
1751                        "blurb": "The preroll time (milliseconds)",
1752                        "conditionally-available": false,
1753                        "construct": true,
1754                        "construct-only": false,
1755                        "controllable": false,
1756                        "default": "5000",
1757                        "max": "18446744073709551615",
1758                        "min": "0",
1759                        "mutable": "null",
1760                        "readable": true,
1761                        "type": "guint64",
1762                        "writable": true
1763                    },
1764                    "streamable": {
1765                        "blurb": "If set to true, the output should be as if it is to be streamed and hence no indexes written or duration written.",
1766                        "conditionally-available": false,
1767                        "construct": true,
1768                        "construct-only": false,
1769                        "controllable": false,
1770                        "default": "false",
1771                        "mutable": "null",
1772                        "readable": true,
1773                        "type": "gboolean",
1774                        "writable": true
1775                    }
1776                },
1777                "rank": "primary"
1778            },
1779            "asfparse": {
1780                "author": "Thiago Santos <thiagoss@embedded.ufcg.edu.br>",
1781                "description": "Parses ASF",
1782                "hierarchy": [
1783                    "GstAsfParse",
1784                    "GstBaseParse",
1785                    "GstElement",
1786                    "GstObject",
1787                    "GInitiallyUnowned",
1788                    "GObject"
1789                ],
1790                "klass": "Parser",
1791                "long-name": "ASF parser",
1792                "pad-templates": {
1793                    "sink": {
1794                        "caps": "video/x-ms-asf:\n         parsed: false\n",
1795                        "direction": "sink",
1796                        "presence": "always"
1797                    },
1798                    "src": {
1799                        "caps": "video/x-ms-asf:\n         parsed: true\n",
1800                        "direction": "src",
1801                        "presence": "always"
1802                    }
1803                },
1804                "properties": {},
1805                "rank": "none"
1806            },
1807            "rtpasfpay": {
1808                "author": "Thiago Santos <thiagoss@embedded.ufcg.edu.br>",
1809                "description": "Payload-encodes ASF into RTP packets (MS_RTSP)",
1810                "hierarchy": [
1811                    "GstRtpAsfPay",
1812                    "GstRTPBasePayload",
1813                    "GstElement",
1814                    "GstObject",
1815                    "GInitiallyUnowned",
1816                    "GObject"
1817                ],
1818                "klass": "Codec/Payloader/Network",
1819                "long-name": "RTP ASF payloader",
1820                "pad-templates": {
1821                    "sink": {
1822                        "caps": "video/x-ms-asf:\n         parsed: true\n",
1823                        "direction": "sink",
1824                        "presence": "always"
1825                    },
1826                    "src": {
1827                        "caps": "application/x-rtp:\n          media: { (string)audio, (string)video, (string)application }\n     clock-rate: 1000\n  encoding-name: X-ASF-PF\n",
1828                        "direction": "src",
1829                        "presence": "always"
1830                    }
1831                },
1832                "properties": {},
1833                "rank": "none"
1834            }
1835        },
1836        "filename": "gstasfmux",
1837        "license": "LGPL",
1838        "other-types": {},
1839        "package": "GStreamer Bad Plug-ins",
1840        "source": "gst-plugins-bad",
1841        "tracers": {},
1842        "url": "Unknown package origin"
1843    },
1844    "assrender": {
1845        "description": "ASS/SSA subtitle renderer",
1846        "elements": {
1847            "assrender": {
1848                "author": "Benjamin Schmitz <vortex@wolpzone.de>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
1849                "description": "Renders ASS/SSA subtitles with libass",
1850                "hierarchy": [
1851                    "GstAssRender",
1852                    "GstElement",
1853                    "GstObject",
1854                    "GInitiallyUnowned",
1855                    "GObject"
1856                ],
1857                "klass": "Mixer/Video/Overlay/Subtitle",
1858                "long-name": "ASS/SSA Render",
1859                "pad-templates": {
1860                    "src": {
1861                        "caps": "video/x-raw:\n         format: { BGRx, RGBx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, I420, YV12, AYUV, YUY2, UYVY, v308, Y41B, Y42B, Y444, NV12, NV21, A420, YUV9, YVU9, IYU1, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(ANY):\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
1862                        "direction": "src",
1863                        "presence": "always"
1864                    },
1865                    "text_sink": {
1866                        "caps": "application/x-ass:\napplication/x-ssa:\n",
1867                        "direction": "sink",
1868                        "presence": "always"
1869                    },
1870                    "video_sink": {
1871                        "caps": "video/x-raw:\n         format: { BGRx, RGBx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, I420, YV12, AYUV, YUY2, UYVY, v308, Y41B, Y42B, Y444, NV12, NV21, A420, YUV9, YVU9, IYU1, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(ANY):\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
1872                        "direction": "sink",
1873                        "presence": "always"
1874                    }
1875                },
1876                "properties": {
1877                    "embeddedfonts": {
1878                        "blurb": "Extract and use fonts embedded in the stream",
1879                        "conditionally-available": false,
1880                        "construct": false,
1881                        "construct-only": false,
1882                        "controllable": false,
1883                        "default": "true",
1884                        "mutable": "null",
1885                        "readable": true,
1886                        "type": "gboolean",
1887                        "writable": true
1888                    },
1889                    "enable": {
1890                        "blurb": "Enable rendering of subtitles",
1891                        "conditionally-available": false,
1892                        "construct": false,
1893                        "construct-only": false,
1894                        "controllable": false,
1895                        "default": "true",
1896                        "mutable": "null",
1897                        "readable": true,
1898                        "type": "gboolean",
1899                        "writable": true
1900                    },
1901                    "wait-text": {
1902                        "blurb": "Whether to wait for subtitles",
1903                        "conditionally-available": false,
1904                        "construct": false,
1905                        "construct-only": false,
1906                        "controllable": false,
1907                        "default": "false",
1908                        "mutable": "null",
1909                        "readable": true,
1910                        "type": "gboolean",
1911                        "writable": true
1912                    }
1913                },
1914                "rank": "primary"
1915            }
1916        },
1917        "filename": "gstassrender",
1918        "license": "LGPL",
1919        "other-types": {},
1920        "package": "GStreamer Bad Plug-ins",
1921        "source": "gst-plugins-bad",
1922        "tracers": {},
1923        "url": "Unknown package origin"
1924    },
1925    "audiobuffersplit": {
1926        "description": "Audio buffer splitter",
1927        "elements": {
1928            "audiobuffersplit": {
1929                "author": "Sebastian Dröge <sebastian@centricular.com>",
1930                "description": "Splits raw audio buffers into equal sized chunks",
1931                "hierarchy": [
1932                    "GstAudioBufferSplit",
1933                    "GstElement",
1934                    "GstObject",
1935                    "GInitiallyUnowned",
1936                    "GObject"
1937                ],
1938                "klass": "Audio/Filter",
1939                "long-name": "Audio Buffer Split",
1940                "pad-templates": {
1941                    "sink": {
1942                        "caps": "audio/x-raw:\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
1943                        "direction": "sink",
1944                        "presence": "always"
1945                    },
1946                    "src": {
1947                        "caps": "audio/x-raw:\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
1948                        "direction": "src",
1949                        "presence": "always"
1950                    }
1951                },
1952                "properties": {
1953                    "alignment-threshold": {
1954                        "blurb": "Timestamp alignment threshold in nanoseconds",
1955                        "conditionally-available": false,
1956                        "construct": false,
1957                        "construct-only": false,
1958                        "controllable": false,
1959                        "default": "40000000",
1960                        "max": "18446744073709551614",
1961                        "min": "0",
1962                        "mutable": "ready",
1963                        "readable": true,
1964                        "type": "guint64",
1965                        "writable": true
1966                    },
1967                    "discont-wait": {
1968                        "blurb": "Window of time in nanoseconds to wait before creating a discontinuity",
1969                        "conditionally-available": false,
1970                        "construct": false,
1971                        "construct-only": false,
1972                        "controllable": false,
1973                        "default": "1000000000",
1974                        "max": "18446744073709551614",
1975                        "min": "0",
1976                        "mutable": "ready",
1977                        "readable": true,
1978                        "type": "guint64",
1979                        "writable": true
1980                    },
1981                    "gapless": {
1982                        "blurb": "Insert silence/drop samples instead of creating a discontinuity",
1983                        "conditionally-available": false,
1984                        "construct": false,
1985                        "construct-only": false,
1986                        "controllable": false,
1987                        "default": "false",
1988                        "mutable": "ready",
1989                        "readable": true,
1990                        "type": "gboolean",
1991                        "writable": true
1992                    },
1993                    "max-silence-time": {
1994                        "blurb": "Do not insert silence in gapless mode if the gap exceeds this period (in ns) (0 = disabled)",
1995                        "conditionally-available": false,
1996                        "construct": false,
1997                        "construct-only": false,
1998                        "controllable": false,
1999                        "default": "0",
2000                        "max": "18446744073709551615",
2001                        "min": "0",
2002                        "mutable": "ready",
2003                        "readable": true,
2004                        "type": "guint64",
2005                        "writable": true
2006                    },
2007                    "output-buffer-duration": {
2008                        "blurb": "Output block size in seconds",
2009                        "conditionally-available": false,
2010                        "construct": false,
2011                        "construct-only": false,
2012                        "controllable": false,
2013                        "default": "1/50",
2014                        "max": "2147483647/1",
2015                        "min": "1/2147483647",
2016                        "mutable": "ready",
2017                        "readable": true,
2018                        "type": "GstFraction",
2019                        "writable": true
2020                    },
2021                    "output-buffer-size": {
2022                        "blurb": "Output block size in bytes, takes precedence over buffer duration when set to non zero",
2023                        "conditionally-available": false,
2024                        "construct": false,
2025                        "construct-only": false,
2026                        "controllable": false,
2027                        "default": "0",
2028                        "max": "2147483647",
2029                        "min": "0",
2030                        "mutable": "ready",
2031                        "readable": true,
2032                        "type": "guint",
2033                        "writable": true
2034                    },
2035                    "strict-buffer-size": {
2036                        "blurb": "Discard the last samples at EOS or discont if they are too small to fill a buffer",
2037                        "conditionally-available": false,
2038                        "construct": false,
2039                        "construct-only": false,
2040                        "controllable": false,
2041                        "default": "false",
2042                        "mutable": "ready",
2043                        "readable": true,
2044                        "type": "gboolean",
2045                        "writable": true
2046                    }
2047                },
2048                "rank": "none"
2049            }
2050        },
2051        "filename": "gstaudiobuffersplit",
2052        "license": "LGPL",
2053        "other-types": {},
2054        "package": "GStreamer Bad Plug-ins",
2055        "source": "gst-plugins-bad",
2056        "tracers": {},
2057        "url": "Unknown package origin"
2058    },
2059    "audiofxbad": {
2060        "description": "Audio filters from gst-plugins-bad",
2061        "elements": {
2062            "audiochannelmix": {
2063                "author": "David Schleef <ds@schleef.org>",
2064                "description": "Mixes left/right channels of stereo audio",
2065                "hierarchy": [
2066                    "GstAudioChannelMix",
2067                    "GstAudioFilter",
2068                    "GstBaseTransform",
2069                    "GstElement",
2070                    "GstObject",
2071                    "GInitiallyUnowned",
2072                    "GObject"
2073                ],
2074                "klass": "Audio/Mixer",
2075                "long-name": "Simple stereo audio mixer",
2076                "pad-templates": {
2077                    "sink": {
2078                        "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: 2\n         layout: interleaved\n",
2079                        "direction": "sink",
2080                        "presence": "always"
2081                    },
2082                    "src": {
2083                        "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: 2\n         layout: interleaved\n",
2084                        "direction": "src",
2085                        "presence": "always"
2086                    }
2087                },
2088                "properties": {
2089                    "left-to-left": {
2090                        "blurb": "Left channel to left channel gain",
2091                        "conditionally-available": false,
2092                        "construct": false,
2093                        "construct-only": false,
2094                        "controllable": true,
2095                        "default": "1",
2096                        "max": "1.79769e+308",
2097                        "min": "-1.79769e+308",
2098                        "mutable": "null",
2099                        "readable": true,
2100                        "type": "gdouble",
2101                        "writable": true
2102                    },
2103                    "left-to-right": {
2104                        "blurb": "Left channel to right channel gain",
2105                        "conditionally-available": false,
2106                        "construct": false,
2107                        "construct-only": false,
2108                        "controllable": true,
2109                        "default": "0",
2110                        "max": "1.79769e+308",
2111                        "min": "-1.79769e+308",
2112                        "mutable": "null",
2113                        "readable": true,
2114                        "type": "gdouble",
2115                        "writable": true
2116                    },
2117                    "right-to-left": {
2118                        "blurb": "Right channel to left channel gain",
2119                        "conditionally-available": false,
2120                        "construct": false,
2121                        "construct-only": false,
2122                        "controllable": true,
2123                        "default": "0",
2124                        "max": "1.79769e+308",
2125                        "min": "-1.79769e+308",
2126                        "mutable": "null",
2127                        "readable": true,
2128                        "type": "gdouble",
2129                        "writable": true
2130                    },
2131                    "right-to-right": {
2132                        "blurb": "Right channel to right channel gain",
2133                        "conditionally-available": false,
2134                        "construct": false,
2135                        "construct-only": false,
2136                        "controllable": true,
2137                        "default": "1",
2138                        "max": "1.79769e+308",
2139                        "min": "-1.79769e+308",
2140                        "mutable": "null",
2141                        "readable": true,
2142                        "type": "gdouble",
2143                        "writable": true
2144                    }
2145                },
2146                "rank": "none"
2147            }
2148        },
2149        "filename": "gstaudiofxbad",
2150        "license": "LGPL",
2151        "other-types": {},
2152        "package": "GStreamer Bad Plug-ins",
2153        "source": "gst-plugins-bad",
2154        "tracers": {},
2155        "url": "Unknown package origin"
2156    },
2157    "audiolatency": {
2158        "description": "A plugin to measure audio latency",
2159        "elements": {
2160            "audiolatency": {
2161                "author": "Nirbheek Chauhan <nirbheek@centricular.com>",
2162                "description": "Measures the audio latency between the source and the sink",
2163                "hierarchy": [
2164                    "GstAudioLatency",
2165                    "GstBin",
2166                    "GstElement",
2167                    "GstObject",
2168                    "GInitiallyUnowned",
2169                    "GObject"
2170                ],
2171                "interfaces": [
2172                    "GstChildProxy"
2173                ],
2174                "klass": "Audio/Util",
2175                "long-name": "AudioLatency",
2176                "pad-templates": {
2177                    "sink": {
2178                        "caps": "audio/x-raw:\n         format: F32LE\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
2179                        "direction": "sink",
2180                        "presence": "always"
2181                    },
2182                    "src": {
2183                        "caps": "audio/x-raw:\n         format: F32LE\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
2184                        "direction": "src",
2185                        "presence": "always"
2186                    }
2187                },
2188                "properties": {
2189                    "average-latency": {
2190                        "blurb": "The running average latency, in microseconds",
2191                        "conditionally-available": false,
2192                        "construct": false,
2193                        "construct-only": false,
2194                        "controllable": false,
2195                        "default": "0",
2196                        "max": "1000000",
2197                        "min": "0",
2198                        "mutable": "null",
2199                        "readable": true,
2200                        "type": "gint64",
2201                        "writable": false
2202                    },
2203                    "last-latency": {
2204                        "blurb": "The last latency that was measured, in microseconds",
2205                        "conditionally-available": false,
2206                        "construct": false,
2207                        "construct-only": false,
2208                        "controllable": false,
2209                        "default": "0",
2210                        "max": "1000000",
2211                        "min": "0",
2212                        "mutable": "null",
2213                        "readable": true,
2214                        "type": "gint64",
2215                        "writable": false
2216                    },
2217                    "print-latency": {
2218                        "blurb": "Print the measured latencies on stdout",
2219                        "conditionally-available": false,
2220                        "construct": false,
2221                        "construct-only": false,
2222                        "controllable": false,
2223                        "default": "false",
2224                        "mutable": "null",
2225                        "readable": true,
2226                        "type": "gboolean",
2227                        "writable": true
2228                    },
2229                    "samplesperbuffer": {
2230                        "blurb": "Number of samples in each outgoing buffer",
2231                        "conditionally-available": false,
2232                        "construct": false,
2233                        "construct-only": false,
2234                        "controllable": false,
2235                        "default": "240",
2236                        "max": "2147483647",
2237                        "min": "1",
2238                        "mutable": "null",
2239                        "readable": true,
2240                        "type": "gint",
2241                        "writable": true
2242                    }
2243                },
2244                "rank": "primary"
2245            }
2246        },
2247        "filename": "gstaudiolatency",
2248        "license": "LGPL",
2249        "other-types": {},
2250        "package": "GStreamer Bad Plug-ins",
2251        "source": "gst-plugins-bad",
2252        "tracers": {},
2253        "url": "Unknown package origin"
2254    },
2255    "audiomixmatrix": {
2256        "description": "Audio matrix mix",
2257        "elements": {
2258            "audiomixmatrix": {
2259                "author": "Vivia Nikolaidou <vivia@toolsonair.com>",
2260                "description": "Mixes a number of input channels into a number of output channels according to a transformation matrix",
2261                "hierarchy": [
2262                    "GstAudioMixMatrix",
2263                    "GstBaseTransform",
2264                    "GstElement",
2265                    "GstObject",
2266                    "GInitiallyUnowned",
2267                    "GObject"
2268                ],
2269                "klass": "Filter/Audio",
2270                "long-name": "Matrix audio mix",
2271                "pad-templates": {
2272                    "sink": {
2273                        "caps": "audio/x-raw:\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n         format: { F32LE, F64LE, S16LE, S32LE }\n",
2274                        "direction": "sink",
2275                        "presence": "always"
2276                    },
2277                    "src": {
2278                        "caps": "audio/x-raw:\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n         format: { F32LE, F64LE, S16LE, S32LE }\n",
2279                        "direction": "src",
2280                        "presence": "always"
2281                    }
2282                },
2283                "properties": {
2284                    "channel-mask": {
2285                        "blurb": "Output channel mask (-1 means \"default for these channels\")",
2286                        "conditionally-available": false,
2287                        "construct": false,
2288                        "construct-only": false,
2289                        "controllable": false,
2290                        "default": "0",
2291                        "max": "18446744073709551615",
2292                        "min": "0",
2293                        "mutable": "null",
2294                        "readable": true,
2295                        "type": "guint64",
2296                        "writable": true
2297                    },
2298                    "in-channels": {
2299                        "blurb": "How many audio channels we have on the input side",
2300                        "conditionally-available": false,
2301                        "construct": false,
2302                        "construct-only": false,
2303                        "controllable": false,
2304                        "default": "0",
2305                        "max": "64",
2306                        "min": "0",
2307                        "mutable": "null",
2308                        "readable": true,
2309                        "type": "guint",
2310                        "writable": true
2311                    },
2312                    "matrix": {
2313                        "blurb": "Transformation matrix for input/output channels",
2314                        "conditionally-available": false,
2315                        "construct": false,
2316                        "construct-only": false,
2317                        "controllable": false,
2318                        "mutable": "null",
2319                        "readable": true,
2320                        "type": "GstValueArray",
2321                        "writable": true
2322                    },
2323                    "mode": {
2324                        "blurb": "Whether to auto-negotiate input/output channels and matrix",
2325                        "conditionally-available": false,
2326                        "construct": false,
2327                        "construct-only": false,
2328                        "controllable": false,
2329                        "default": "manual (0)",
2330                        "mutable": "null",
2331                        "readable": true,
2332                        "type": "GstAudioMixMatrixModeType",
2333                        "writable": true
2334                    },
2335                    "out-channels": {
2336                        "blurb": "How many audio channels we have on the output side",
2337                        "conditionally-available": false,
2338                        "construct": false,
2339                        "construct-only": false,
2340                        "controllable": false,
2341                        "default": "0",
2342                        "max": "64",
2343                        "min": "0",
2344                        "mutable": "null",
2345                        "readable": true,
2346                        "type": "guint",
2347                        "writable": true
2348                    }
2349                },
2350                "rank": "none"
2351            }
2352        },
2353        "filename": "gstaudiomixmatrix",
2354        "license": "LGPL",
2355        "other-types": {
2356            "GstAudioMixMatrixModeType": {
2357                "kind": "enum",
2358                "values": [
2359                    {
2360                        "desc": "Manual mode: please specify input/output channels and transformation matrix",
2361                        "name": "manual",
2362                        "value": "0"
2363                    },
2364                    {
2365                        "desc": "First channels mode: input/output channels are auto-negotiated, transformation matrix is a truncated identity matrix",
2366                        "name": "first-channels",
2367                        "value": "1"
2368                    }
2369                ]
2370            }
2371        },
2372        "package": "GStreamer Bad Plug-ins",
2373        "source": "gst-plugins-bad",
2374        "tracers": {},
2375        "url": "Unknown package origin"
2376    },
2377    "audiovisualizers": {
2378        "description": "Creates video visualizations of audio input",
2379        "elements": {
2380            "spacescope": {
2381                "author": "Stefan Kost <ensonic@users.sf.net>",
2382                "description": "Simple stereo visualizer",
2383                "hierarchy": [
2384                    "GstSpaceScope",
2385                    "GstAudioVisualizer",
2386                    "GstElement",
2387                    "GstObject",
2388                    "GInitiallyUnowned",
2389                    "GObject"
2390                ],
2391                "klass": "Visualization",
2392                "long-name": "Stereo visualizer",
2393                "pad-templates": {
2394                    "sink": {
2395                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 8000, 96000 ]\n       channels: 2\n   channel-mask: 0x0000000000000003\n",
2396                        "direction": "sink",
2397                        "presence": "always"
2398                    },
2399                    "src": {
2400                        "caps": "video/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
2401                        "direction": "src",
2402                        "presence": "always"
2403                    }
2404                },
2405                "properties": {
2406                    "style": {
2407                        "blurb": "Drawing styles for the space scope display.",
2408                        "conditionally-available": false,
2409                        "construct": true,
2410                        "construct-only": false,
2411                        "controllable": false,
2412                        "default": "dots (0)",
2413                        "mutable": "null",
2414                        "readable": true,
2415                        "type": "GstSpaceScopeStyle",
2416                        "writable": true
2417                    }
2418                },
2419                "rank": "none"
2420            },
2421            "spectrascope": {
2422                "author": "Stefan Kost <ensonic@users.sf.net>",
2423                "description": "Simple frequency spectrum scope",
2424                "hierarchy": [
2425                    "GstSpectraScope",
2426                    "GstAudioVisualizer",
2427                    "GstElement",
2428                    "GstObject",
2429                    "GInitiallyUnowned",
2430                    "GObject"
2431                ],
2432                "klass": "Visualization",
2433                "long-name": "Frequency spectrum scope",
2434                "pad-templates": {
2435                    "sink": {
2436                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 8000, 96000 ]\n       channels: 2\n   channel-mask: 0x0000000000000003\n",
2437                        "direction": "sink",
2438                        "presence": "always"
2439                    },
2440                    "src": {
2441                        "caps": "video/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
2442                        "direction": "src",
2443                        "presence": "always"
2444                    }
2445                },
2446                "properties": {},
2447                "rank": "none"
2448            },
2449            "synaescope": {
2450                "author": "Stefan Kost <ensonic@users.sf.net>",
2451                "description": "Creates video visualizations of audio input, using stereo and pitch information",
2452                "hierarchy": [
2453                    "GstSynaeScope",
2454                    "GstAudioVisualizer",
2455                    "GstElement",
2456                    "GstObject",
2457                    "GInitiallyUnowned",
2458                    "GObject"
2459                ],
2460                "klass": "Visualization",
2461                "long-name": "Synaescope",
2462                "pad-templates": {
2463                    "sink": {
2464                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 8000, 96000 ]\n       channels: 2\n   channel-mask: 0x0000000000000003\n",
2465                        "direction": "sink",
2466                        "presence": "always"
2467                    },
2468                    "src": {
2469                        "caps": "video/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
2470                        "direction": "src",
2471                        "presence": "always"
2472                    }
2473                },
2474                "properties": {},
2475                "rank": "none"
2476            },
2477            "wavescope": {
2478                "author": "Stefan Kost <ensonic@users.sf.net>",
2479                "description": "Simple waveform oscilloscope",
2480                "hierarchy": [
2481                    "GstWaveScope",
2482                    "GstAudioVisualizer",
2483                    "GstElement",
2484                    "GstObject",
2485                    "GInitiallyUnowned",
2486                    "GObject"
2487                ],
2488                "klass": "Visualization",
2489                "long-name": "Waveform oscilloscope",
2490                "pad-templates": {
2491                    "sink": {
2492                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 8000, 96000 ]\n       channels: 2\n   channel-mask: 0x0000000000000003\n",
2493                        "direction": "sink",
2494                        "presence": "always"
2495                    },
2496                    "src": {
2497                        "caps": "video/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
2498                        "direction": "src",
2499                        "presence": "always"
2500                    }
2501                },
2502                "properties": {
2503                    "style": {
2504                        "blurb": "Drawing styles for the wave form display.",
2505                        "conditionally-available": false,
2506                        "construct": true,
2507                        "construct-only": false,
2508                        "controllable": false,
2509                        "default": "dots (0)",
2510                        "mutable": "null",
2511                        "readable": true,
2512                        "type": "GstWaveScopeStyle",
2513                        "writable": true
2514                    }
2515                },
2516                "rank": "none"
2517            }
2518        },
2519        "filename": "gstaudiovisualizers",
2520        "license": "LGPL",
2521        "other-types": {
2522            "GstSpaceScopeStyle": {
2523                "kind": "enum",
2524                "values": [
2525                    {
2526                        "desc": "draw dots (default)",
2527                        "name": "dots",
2528                        "value": "0"
2529                    },
2530                    {
2531                        "desc": "draw lines",
2532                        "name": "lines",
2533                        "value": "1"
2534                    },
2535                    {
2536                        "desc": "draw color dots",
2537                        "name": "color-dots",
2538                        "value": "2"
2539                    },
2540                    {
2541                        "desc": "draw color lines",
2542                        "name": "color-lines",
2543                        "value": "3"
2544                    }
2545                ]
2546            },
2547            "GstWaveScopeStyle": {
2548                "kind": "enum",
2549                "values": [
2550                    {
2551                        "desc": "draw dots (default)",
2552                        "name": "dots",
2553                        "value": "0"
2554                    },
2555                    {
2556                        "desc": "draw lines",
2557                        "name": "lines",
2558                        "value": "1"
2559                    },
2560                    {
2561                        "desc": "draw color dots",
2562                        "name": "color-dots",
2563                        "value": "2"
2564                    },
2565                    {
2566                        "desc": "draw color lines",
2567                        "name": "color-lines",
2568                        "value": "3"
2569                    }
2570                ]
2571            }
2572        },
2573        "package": "GStreamer Bad Plug-ins",
2574        "source": "gst-plugins-bad",
2575        "tracers": {},
2576        "url": "Unknown package origin"
2577    },
2578    "autoconvert": {
2579        "description": "Selects converter element based on caps",
2580        "elements": {
2581            "autoconvert": {
2582                "author": "Olivier Crete <olivier.crete@collabora.com>",
2583                "description": "Selects the right transform element based on the caps",
2584                "hierarchy": [
2585                    "GstAutoConvert",
2586                    "GstBin",
2587                    "GstElement",
2588                    "GstObject",
2589                    "GInitiallyUnowned",
2590                    "GObject"
2591                ],
2592                "interfaces": [
2593                    "GstChildProxy"
2594                ],
2595                "klass": "Generic/Bin",
2596                "long-name": "Select converter based on caps",
2597                "pad-templates": {
2598                    "sink": {
2599                        "caps": "ANY",
2600                        "direction": "sink",
2601                        "presence": "always"
2602                    },
2603                    "src": {
2604                        "caps": "ANY",
2605                        "direction": "src",
2606                        "presence": "always"
2607                    }
2608                },
2609                "properties": {
2610                    "factories": {
2611                        "blurb": "GList of GstElementFactory objects to pick from (the element takes ownership of the list (NULL means it will go through all possible elements), can only be set once",
2612                        "conditionally-available": false,
2613                        "construct": false,
2614                        "construct-only": false,
2615                        "controllable": false,
2616                        "mutable": "null",
2617                        "readable": true,
2618                        "type": "gpointer",
2619                        "writable": true
2620                    }
2621                },
2622                "rank": "none"
2623            },
2624            "autovideoconvert": {
2625                "author": "Benjamin Gaignard <benjamin.gaignard@stericsson.com>",
2626                "description": "Selects the right color space converter based on the caps",
2627                "hierarchy": [
2628                    "GstAutoVideoConvert",
2629                    "GstBin",
2630                    "GstElement",
2631                    "GstObject",
2632                    "GInitiallyUnowned",
2633                    "GObject"
2634                ],
2635                "interfaces": [
2636                    "GstChildProxy"
2637                ],
2638                "klass": "Generic/Bin",
2639                "long-name": "Select color space converter based on caps",
2640                "pad-templates": {
2641                    "sink": {
2642                        "caps": "ANY",
2643                        "direction": "sink",
2644                        "presence": "always"
2645                    },
2646                    "src": {
2647                        "caps": "ANY",
2648                        "direction": "src",
2649                        "presence": "always"
2650                    }
2651                },
2652                "properties": {},
2653                "rank": "none"
2654            }
2655        },
2656        "filename": "gstautoconvert",
2657        "license": "LGPL",
2658        "other-types": {},
2659        "package": "GStreamer Bad Plug-ins",
2660        "source": "gst-plugins-bad",
2661        "tracers": {},
2662        "url": "Unknown package origin"
2663    },
2664    "avtp": {
2665        "description": "Audio/Video Transport Protocol (AVTP) plugin",
2666        "elements": {
2667            "avtpaafdepay": {
2668                "author": "Andre Guedes <andre.guedes@intel.com>",
2669                "description": "Extracts raw audio from AAF AVTPDUs",
2670                "hierarchy": [
2671                    "GstAvtpAafDepay",
2672                    "GstAvtpBaseDepayload",
2673                    "GstElement",
2674                    "GstObject",
2675                    "GInitiallyUnowned",
2676                    "GObject"
2677                ],
2678                "klass": "Codec/Depayloader/Network/AVTP",
2679                "long-name": "AVTP Audio Format (AAF) depayloader",
2680                "pad-templates": {
2681                    "src": {
2682                        "caps": "audio/x-raw:\n         format: { S16BE, S24BE, S32BE, F32BE }\n           rate: { (int)8000, (int)16000, (int)24000, (int)32000, (int)44100, (int)48000, (int)88200, (int)96000, (int)176400, (int)192000 }\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
2683                        "direction": "src",
2684                        "presence": "always"
2685                    }
2686                },
2687                "rank": "none"
2688            },
2689            "avtpaafpay": {
2690                "author": "Andre Guedes <andre.guedes@intel.com>",
2691                "description": "Payload-encode Raw audio into AAF AVTPDU (IEEE 1722)",
2692                "hierarchy": [
2693                    "GstAvtpAafPay",
2694                    "GstAvtpBasePayload",
2695                    "GstElement",
2696                    "GstObject",
2697                    "GInitiallyUnowned",
2698                    "GObject"
2699                ],
2700                "klass": "Codec/Payloader/Network/AVTP",
2701                "long-name": "AVTP Audio Format (AAF) payloader",
2702                "pad-templates": {
2703                    "sink": {
2704                        "caps": "audio/x-raw:\n         format: { S16BE, S24BE, S32BE, F32BE }\n           rate: { (int)8000, (int)16000, (int)24000, (int)32000, (int)44100, (int)48000, (int)88200, (int)96000, (int)176400, (int)192000 }\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
2705                        "direction": "sink",
2706                        "presence": "always"
2707                    }
2708                },
2709                "properties": {
2710                    "timestamp-mode": {
2711                        "blurb": "AAF timestamping mode",
2712                        "conditionally-available": false,
2713                        "construct": false,
2714                        "construct-only": false,
2715                        "controllable": false,
2716                        "default": "normal (0)",
2717                        "mutable": "paused",
2718                        "readable": true,
2719                        "type": "GstAvtpAafTimestampMode",
2720                        "writable": true
2721                    }
2722                },
2723                "rank": "none"
2724            },
2725            "avtpcrfcheck": {
2726                "author": "Vedang Patel <vedang.patel@intel.com>",
2727                "description": "Check if the AVTP presentation time is synchronized with clock provided by a CRF stream",
2728                "hierarchy": [
2729                    "GstAvtpCrfCheck",
2730                    "GstAvtpCrfBase",
2731                    "GstBaseTransform",
2732                    "GstElement",
2733                    "GstObject",
2734                    "GInitiallyUnowned",
2735                    "GObject"
2736                ],
2737                "klass": "Filter/Network/AVTP",
2738                "long-name": "Clock Reference Format (CRF) Checker",
2739                "pad-templates": {
2740                    "sink": {
2741                        "caps": "application/x-avtp:\n",
2742                        "direction": "sink",
2743                        "presence": "always"
2744                    },
2745                    "src": {
2746                        "caps": "application/x-avtp:\n",
2747                        "direction": "src",
2748                        "presence": "always"
2749                    }
2750                },
2751                "properties": {
2752                    "drop-invalid": {
2753                        "blurb": "Drop the packets which are not within 25%%%% of the sample period of the CRF timestamps",
2754                        "conditionally-available": false,
2755                        "construct": false,
2756                        "construct-only": false,
2757                        "controllable": false,
2758                        "default": "false",
2759                        "mutable": "null",
2760                        "readable": true,
2761                        "type": "gboolean",
2762                        "writable": true
2763                    }
2764                },
2765                "rank": "none"
2766            },
2767            "avtpcrfsync": {
2768                "author": "Vedang Patel <vedang.patel@intel.com>",
2769                "description": "Synchronize Presentation Time from AVTPDUs so they are phase-locked with clock provided by CRF stream",
2770                "hierarchy": [
2771                    "GstAvtpCrfSync",
2772                    "GstAvtpCrfBase",
2773                    "GstBaseTransform",
2774                    "GstElement",
2775                    "GstObject",
2776                    "GInitiallyUnowned",
2777                    "GObject"
2778                ],
2779                "klass": "Filter/Network/AVTP",
2780                "long-name": "Clock Reference Format (CRF) Synchronizer",
2781                "pad-templates": {
2782                    "sink": {
2783                        "caps": "application/x-avtp:\n",
2784                        "direction": "sink",
2785                        "presence": "always"
2786                    },
2787                    "src": {
2788                        "caps": "application/x-avtp:\n",
2789                        "direction": "src",
2790                        "presence": "always"
2791                    }
2792                },
2793                "rank": "none"
2794            },
2795            "avtpcvfdepay": {
2796                "author": "Ederson de Souza <ederson.desouza@intel.com>",
2797                "description": "Extracts compressed video from CVF AVTPDUs",
2798                "hierarchy": [
2799                    "GstAvtpCvfDepay",
2800                    "GstAvtpBaseDepayload",
2801                    "GstElement",
2802                    "GstObject",
2803                    "GInitiallyUnowned",
2804                    "GObject"
2805                ],
2806                "klass": "Codec/Depayloader/Network/AVTP",
2807                "long-name": "AVTP Compressed Video Format (CVF) depayloader",
2808                "pad-templates": {
2809                    "src": {
2810                        "caps": "video/x-h264:\n  stream-format: avc\n      alignment: au\n",
2811                        "direction": "src",
2812                        "presence": "always"
2813                    }
2814                },
2815                "rank": "none"
2816            },
2817            "avtpcvfpay": {
2818                "author": "Ederson de Souza <ederson.desouza@intel.com>",
2819                "description": "Payload-encode compressed video into CVF AVTPDU (IEEE 1722)",
2820                "hierarchy": [
2821                    "GstAvtpCvfPay",
2822                    "GstAvtpBasePayload",
2823                    "GstElement",
2824                    "GstObject",
2825                    "GInitiallyUnowned",
2826                    "GObject"
2827                ],
2828                "klass": "Codec/Payloader/Network/AVTP",
2829                "long-name": "AVTP Compressed Video Format (CVF) payloader",
2830                "pad-templates": {
2831                    "sink": {
2832                        "caps": "video/x-h264:\n  stream-format: avc\n      alignment: au\n",
2833                        "direction": "sink",
2834                        "presence": "always"
2835                    }
2836                },
2837                "properties": {
2838                    "max-interval-frames": {
2839                        "blurb": "Maximum number of network frames to be sent on each Measurement Interval",
2840                        "conditionally-available": false,
2841                        "construct": false,
2842                        "construct-only": false,
2843                        "controllable": false,
2844                        "default": "1",
2845                        "max": "-1",
2846                        "min": "1",
2847                        "mutable": "null",
2848                        "readable": true,
2849                        "type": "guint",
2850                        "writable": true
2851                    },
2852                    "measurement-interval": {
2853                        "blurb": "Measurement interval of stream in nanoseconds",
2854                        "conditionally-available": false,
2855                        "construct": false,
2856                        "construct-only": false,
2857                        "controllable": false,
2858                        "default": "250000",
2859                        "max": "18446744073709551615",
2860                        "min": "0",
2861                        "mutable": "null",
2862                        "readable": true,
2863                        "type": "guint64",
2864                        "writable": true
2865                    },
2866                    "mtu": {
2867                        "blurb": "Maximum Transit Unit (MTU) of underlying network in bytes",
2868                        "conditionally-available": false,
2869                        "construct": false,
2870                        "construct-only": false,
2871                        "controllable": false,
2872                        "default": "1500",
2873                        "max": "-1",
2874                        "min": "0",
2875                        "mutable": "null",
2876                        "readable": true,
2877                        "type": "guint",
2878                        "writable": true
2879                    }
2880                },
2881                "rank": "none"
2882            },
2883            "avtpsink": {
2884                "author": "Andre Guedes <andre.guedes@intel.com>",
2885                "description": "Send AVTPDUs over the network",
2886                "hierarchy": [
2887                    "GstAvtpSink",
2888                    "GstBaseSink",
2889                    "GstElement",
2890                    "GstObject",
2891                    "GInitiallyUnowned",
2892                    "GObject"
2893                ],
2894                "klass": "Sink/Network",
2895                "long-name": "Audio/Video Transport Protocol (AVTP) Sink",
2896                "pad-templates": {
2897                    "sink": {
2898                        "caps": "application/x-avtp:\n",
2899                        "direction": "sink",
2900                        "presence": "always"
2901                    }
2902                },
2903                "properties": {
2904                    "address": {
2905                        "blurb": "Destination MAC address from Ethernet frames",
2906                        "conditionally-available": false,
2907                        "construct": false,
2908                        "construct-only": false,
2909                        "controllable": false,
2910                        "default": "01:AA:AA:AA:AA:AA",
2911                        "mutable": "ready",
2912                        "readable": true,
2913                        "type": "gchararray",
2914                        "writable": true
2915                    },
2916                    "ifname": {
2917                        "blurb": "Network interface utilized to transmit AVTPDUs",
2918                        "conditionally-available": false,
2919                        "construct": false,
2920                        "construct-only": false,
2921                        "controllable": false,
2922                        "default": "eth0",
2923                        "mutable": "ready",
2924                        "readable": true,
2925                        "type": "gchararray",
2926                        "writable": true
2927                    },
2928                    "priority": {
2929                        "blurb": "Priority configured into socket (SO_PRIORITY)",
2930                        "conditionally-available": false,
2931                        "construct": false,
2932                        "construct-only": false,
2933                        "controllable": false,
2934                        "default": "0",
2935                        "max": "2147483647",
2936                        "min": "0",
2937                        "mutable": "ready",
2938                        "readable": true,
2939                        "type": "gint",
2940                        "writable": true
2941                    }
2942                },
2943                "rank": "none"
2944            },
2945            "avtpsrc": {
2946                "author": "Andre Guedes <andre.guedes@intel.com>",
2947                "description": "Receive AVTPDUs from the network",
2948                "hierarchy": [
2949                    "GstAvtpSrc",
2950                    "GstPushSrc",
2951                    "GstBaseSrc",
2952                    "GstElement",
2953                    "GstObject",
2954                    "GInitiallyUnowned",
2955                    "GObject"
2956                ],
2957                "klass": "Src/Network",
2958                "long-name": "Audio/Video Transport Protocol (AVTP) Source",
2959                "pad-templates": {
2960                    "src": {
2961                        "caps": "application/x-avtp:\n",
2962                        "direction": "src",
2963                        "presence": "always"
2964                    }
2965                },
2966                "properties": {
2967                    "address": {
2968                        "blurb": "Destination MAC address to listen to",
2969                        "conditionally-available": false,
2970                        "construct": false,
2971                        "construct-only": false,
2972                        "controllable": false,
2973                        "default": "01:AA:AA:AA:AA:AA",
2974                        "mutable": "ready",
2975                        "readable": true,
2976                        "type": "gchararray",
2977                        "writable": true
2978                    },
2979                    "ifname": {
2980                        "blurb": "Network interface utilized to receive AVTPDUs",
2981                        "conditionally-available": false,
2982                        "construct": false,
2983                        "construct-only": false,
2984                        "controllable": false,
2985                        "default": "eth0",
2986                        "mutable": "ready",
2987                        "readable": true,
2988                        "type": "gchararray",
2989                        "writable": true
2990                    }
2991                },
2992                "rank": "none"
2993            }
2994        },
2995        "filename": "gstavtp",
2996        "license": "LGPL",
2997        "other-types": {
2998            "GstAvtpAafTimestampMode": {
2999                "kind": "enum",
3000                "values": [
3001                    {
3002                        "desc": "Normal timestamping mode",
3003                        "name": "normal",
3004                        "value": "0"
3005                    },
3006                    {
3007                        "desc": "Sparse timestamping mode",
3008                        "name": "sparse",
3009                        "value": "1"
3010                    }
3011                ]
3012            },
3013            "GstAvtpBaseDepayload": {
3014                "hierarchy": [
3015                    "GstAvtpBaseDepayload",
3016                    "GstElement",
3017                    "GstObject",
3018                    "GInitiallyUnowned",
3019                    "GObject"
3020                ],
3021                "kind": "object",
3022                "properties": {
3023                    "streamid": {
3024                        "blurb": "Stream ID associated with the AVTPDU",
3025                        "conditionally-available": false,
3026                        "construct": false,
3027                        "construct-only": false,
3028                        "controllable": false,
3029                        "default": "12302652060662169600",
3030                        "max": "18446744073709551615",
3031                        "min": "0",
3032                        "mutable": "paused",
3033                        "readable": true,
3034                        "type": "guint64",
3035                        "writable": true
3036                    }
3037                }
3038            },
3039            "GstAvtpBasePayload": {
3040                "hierarchy": [
3041                    "GstAvtpBasePayload",
3042                    "GstElement",
3043                    "GstObject",
3044                    "GInitiallyUnowned",
3045                    "GObject"
3046                ],
3047                "kind": "object",
3048                "properties": {
3049                    "mtt": {
3050                        "blurb": "Maximum Transit Time (MTT) in nanoseconds",
3051                        "conditionally-available": false,
3052                        "construct": false,
3053                        "construct-only": false,
3054                        "controllable": false,
3055                        "default": "50000000",
3056                        "max": "-1",
3057                        "min": "0",
3058                        "mutable": "null",
3059                        "readable": true,
3060                        "type": "guint",
3061                        "writable": true
3062                    },
3063                    "processing-deadline": {
3064                        "blurb": "Maximum amount of time (in ns) the pipeline can take for processing the buffer",
3065                        "conditionally-available": false,
3066                        "construct": false,
3067                        "construct-only": false,
3068                        "controllable": false,
3069                        "default": "20000000",
3070                        "max": "18446744073709551615",
3071                        "min": "0",
3072                        "mutable": "null",
3073                        "readable": true,
3074                        "type": "guint64",
3075                        "writable": true
3076                    },
3077                    "streamid": {
3078                        "blurb": "Stream ID associated with the AVTPDU",
3079                        "conditionally-available": false,
3080                        "construct": false,
3081                        "construct-only": false,
3082                        "controllable": false,
3083                        "default": "12302652060662169600",
3084                        "max": "18446744073709551615",
3085                        "min": "0",
3086                        "mutable": "ready",
3087                        "readable": true,
3088                        "type": "guint64",
3089                        "writable": true
3090                    },
3091                    "tu": {
3092                        "blurb": "Timing Uncertainty (TU) in nanoseconds",
3093                        "conditionally-available": false,
3094                        "construct": false,
3095                        "construct-only": false,
3096                        "controllable": false,
3097                        "default": "1000000",
3098                        "max": "-1",
3099                        "min": "0",
3100                        "mutable": "null",
3101                        "readable": true,
3102                        "type": "guint",
3103                        "writable": true
3104                    }
3105                }
3106            },
3107            "GstAvtpCrfBase": {
3108                "hierarchy": [
3109                    "GstAvtpCrfBase",
3110                    "GstBaseTransform",
3111                    "GstElement",
3112                    "GstObject",
3113                    "GInitiallyUnowned",
3114                    "GObject"
3115                ],
3116                "kind": "object",
3117                "properties": {
3118                    "address": {
3119                        "blurb": "Destination MAC address expected on the Ethernet frames",
3120                        "conditionally-available": false,
3121                        "construct": false,
3122                        "construct-only": false,
3123                        "controllable": false,
3124                        "default": "01:AA:AA:AA:AA:AA",
3125                        "mutable": "ready",
3126                        "readable": true,
3127                        "type": "gchararray",
3128                        "writable": true
3129                    },
3130                    "ifname": {
3131                        "blurb": "Network interface utilized to receive CRF AVTPDUs",
3132                        "conditionally-available": false,
3133                        "construct": false,
3134                        "construct-only": false,
3135                        "controllable": false,
3136                        "default": "eth0",
3137                        "mutable": "ready",
3138                        "readable": true,
3139                        "type": "gchararray",
3140                        "writable": true
3141                    },
3142                    "streamid": {
3143                        "blurb": "Stream ID associated with the CRF AVTPDU",
3144                        "conditionally-available": false,
3145                        "construct": false,
3146                        "construct-only": false,
3147                        "controllable": false,
3148                        "default": "12302652060662173696",
3149                        "max": "18446744073709551615",
3150                        "min": "0",
3151                        "mutable": "ready",
3152                        "readable": true,
3153                        "type": "guint64",
3154                        "writable": true
3155                    }
3156                }
3157            }
3158        },
3159        "package": "GStreamer Bad Plug-ins",
3160        "source": "gst-plugins-bad",
3161        "tracers": {},
3162        "url": "Unknown package origin"
3163    },
3164    "bayer": {
3165        "description": "Elements to convert Bayer images",
3166        "elements": {
3167            "bayer2rgb": {
3168                "author": "William Brack <wbrack@mmm.com.hk>",
3169                "description": "Converts video/x-bayer to video/x-raw",
3170                "hierarchy": [
3171                    "GstBayer2RGB",
3172                    "GstBaseTransform",
3173                    "GstElement",
3174                    "GstObject",
3175                    "GInitiallyUnowned",
3176                    "GObject"
3177                ],
3178                "klass": "Filter/Converter/Video",
3179                "long-name": "Bayer to RGB decoder for cameras",
3180                "pad-templates": {
3181                    "sink": {
3182                        "caps": "video/x-bayer:\n         format: { bggr, grbg, gbrg, rggb }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
3183                        "direction": "sink",
3184                        "presence": "always"
3185                    },
3186                    "src": {
3187                        "caps": "video/x-raw:\n         format: { RGBx, xRGB, BGRx, xBGR, RGBA, ARGB, BGRA, ABGR }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
3188                        "direction": "src",
3189                        "presence": "always"
3190                    }
3191                },
3192                "properties": {},
3193                "rank": "none"
3194            },
3195            "rgb2bayer": {
3196                "author": "David Schleef <ds@entropywave.com>",
3197                "description": "Converts video/x-raw to video/x-bayer",
3198                "hierarchy": [
3199                    "GstRGB2Bayer",
3200                    "GstBaseTransform",
3201                    "GstElement",
3202                    "GstObject",
3203                    "GInitiallyUnowned",
3204                    "GObject"
3205                ],
3206                "klass": "Filter/Converter/Video",
3207                "long-name": "RGB to Bayer converter",
3208                "pad-templates": {
3209                    "sink": {
3210                        "caps": "video/x-raw:\n         format: ARGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
3211                        "direction": "sink",
3212                        "presence": "always"
3213                    },
3214                    "src": {
3215                        "caps": "video/x-bayer:\n         format: { bggr, gbrg, grbg, rggb }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
3216                        "direction": "src",
3217                        "presence": "always"
3218                    }
3219                },
3220                "properties": {},
3221                "rank": "none"
3222            }
3223        },
3224        "filename": "gstbayer",
3225        "license": "LGPL",
3226        "other-types": {},
3227        "package": "GStreamer Bad Plug-ins",
3228        "source": "gst-plugins-bad",
3229        "tracers": {},
3230        "url": "Unknown package origin"
3231    },
3232    "bluez": {
3233        "description": "Bluez-based bluetooth support",
3234        "elements": {
3235            "a2dpsink": {
3236                "author": "Marcel Holtmann <marcel@holtmann.org>",
3237                "description": "Plays audio to an A2DP device",
3238                "hierarchy": [
3239                    "GstA2dpSink",
3240                    "GstBin",
3241                    "GstElement",
3242                    "GstObject",
3243                    "GInitiallyUnowned",
3244                    "GObject"
3245                ],
3246                "interfaces": [
3247                    "GstChildProxy"
3248                ],
3249                "klass": "Sink/Audio",
3250                "long-name": "Bluetooth A2DP sink",
3251                "pad-templates": {
3252                    "sink": {
3253                        "caps": "audio/x-sbc:\n           rate: { (int)16000, (int)32000, (int)44100, (int)48000 }\n       channels: [ 1, 2 ]\n   channel-mode: { (string)mono, (string)dual, (string)stereo, (string)joint }\n         blocks: { (int)4, (int)8, (int)12, (int)16 }\n       subbands: { (int)4, (int)8 }\nallocation-method: { (string)snr, (string)loudness }\n        bitpool: [ 2, 64 ]\naudio/mpeg:\naudio/x-ldac:\n",
3254                        "direction": "sink",
3255                        "presence": "always"
3256                    }
3257                },
3258                "properties": {
3259                    "auto-connect": {
3260                        "blurb": "Automatically attempt to connect to device",
3261                        "conditionally-available": false,
3262                        "construct": false,
3263                        "construct-only": false,
3264                        "controllable": false,
3265                        "default": "true",
3266                        "mutable": "null",
3267                        "readable": true,
3268                        "type": "gboolean",
3269                        "writable": true
3270                    },
3271                    "device": {
3272                        "blurb": "Bluetooth remote device address",
3273                        "conditionally-available": false,
3274                        "construct": false,
3275                        "construct-only": false,
3276                        "controllable": false,
3277                        "default": "NULL",
3278                        "mutable": "null",
3279                        "readable": true,
3280                        "type": "gchararray",
3281                        "writable": true
3282                    },
3283                    "transport": {
3284                        "blurb": "Use configured transport",
3285                        "conditionally-available": false,
3286                        "construct": false,
3287                        "construct-only": false,
3288                        "controllable": false,
3289                        "default": "NULL",
3290                        "mutable": "null",
3291                        "readable": true,
3292                        "type": "gchararray",
3293                        "writable": true
3294                    }
3295                },
3296                "rank": "none"
3297            },
3298            "avdtpsink": {
3299                "author": "Marcel Holtmann <marcel@holtmann.org>",
3300                "description": "Plays audio to an A2DP device",
3301                "hierarchy": [
3302                    "GstAvdtpSink",
3303                    "GstBaseSink",
3304                    "GstElement",
3305                    "GstObject",
3306                    "GInitiallyUnowned",
3307                    "GObject"
3308                ],
3309                "klass": "Sink/Audio",
3310                "long-name": "Bluetooth AVDTP sink",
3311                "pad-templates": {
3312                    "sink": {
3313                        "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: { (int)16000, (int)32000, (int)44100, (int)48000 }\n  encoding-name: SBC\napplication/x-rtp:\n          media: audio\n        payload: 14\n     clock-rate: 90000\napplication/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: MPA\napplication/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: { (int)44100, (int)48000, (int)88200, (int)96000 }\n  encoding-name: X-GST-LDAC\n",
3314                        "direction": "sink",
3315                        "presence": "always"
3316                    }
3317                },
3318                "properties": {
3319                    "auto-connect": {
3320                        "blurb": "Automatically attempt to connect to device",
3321                        "conditionally-available": false,
3322                        "construct": false,
3323                        "construct-only": false,
3324                        "controllable": false,
3325                        "default": "true",
3326                        "mutable": "null",
3327                        "readable": true,
3328                        "type": "gboolean",
3329                        "writable": true
3330                    },
3331                    "device": {
3332                        "blurb": "Bluetooth remote device address",
3333                        "conditionally-available": false,
3334                        "construct": false,
3335                        "construct-only": false,
3336                        "controllable": false,
3337                        "default": "NULL",
3338                        "mutable": "null",
3339                        "readable": true,
3340                        "type": "gchararray",
3341                        "writable": true
3342                    },
3343                    "transport": {
3344                        "blurb": "Use configured transport",
3345                        "conditionally-available": false,
3346                        "construct": false,
3347                        "construct-only": false,
3348                        "controllable": false,
3349                        "default": "NULL",
3350                        "mutable": "null",
3351                        "readable": true,
3352                        "type": "gchararray",
3353                        "writable": true
3354                    }
3355                },
3356                "rank": "none"
3357            },
3358            "avdtpsrc": {
3359                "author": "Arun Raghavan <arun.raghavan@collabora.co.uk>",
3360                "description": "Receives audio from an A2DP device",
3361                "hierarchy": [
3362                    "GstAvdtpSrc",
3363                    "GstBaseSrc",
3364                    "GstElement",
3365                    "GstObject",
3366                    "GInitiallyUnowned",
3367                    "GObject"
3368                ],
3369                "klass": "Source/Audio/Network/RTP",
3370                "long-name": "Bluetooth AVDTP Source",
3371                "pad-templates": {
3372                    "src": {
3373                        "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: { (int)16000, (int)32000, (int)44100, (int)48000 }\n  encoding-name: SBC\napplication/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)2400, (int)32000, (int)44100, (int)48000, (int)64000, (int)88200, (int)96000 }\n  encoding-name: MP4A-LATM\n",
3374                        "direction": "src",
3375                        "presence": "always"
3376                    }
3377                },
3378                "properties": {
3379                    "transport": {
3380                        "blurb": "Use configured transport",
3381                        "conditionally-available": false,
3382                        "construct": false,
3383                        "construct-only": false,
3384                        "controllable": false,
3385                        "default": "NULL",
3386                        "mutable": "null",
3387                        "readable": true,
3388                        "type": "gchararray",
3389                        "writable": true
3390                    },
3391                    "transport-volume": {
3392                        "blurb": "Volume of the transport (only valid if transport is acquired)",
3393                        "conditionally-available": false,
3394                        "construct": false,
3395                        "construct-only": false,
3396                        "controllable": false,
3397                        "default": "127",
3398                        "max": "127",
3399                        "min": "0",
3400                        "mutable": "null",
3401                        "readable": true,
3402                        "type": "guint",
3403                        "writable": true
3404                    }
3405                },
3406                "rank": "none"
3407            }
3408        },
3409        "filename": "gstbluez",
3410        "license": "LGPL",
3411        "other-types": {},
3412        "package": "GStreamer Bad Plug-ins",
3413        "source": "gst-plugins-bad",
3414        "tracers": {},
3415        "url": "Unknown package origin"
3416    },
3417    "bs2b": {
3418        "description": "Improve headphone listening of stereo audio recordsusing the bs2b library.",
3419        "elements": {
3420            "bs2b": {
3421                "author": "Christoph Reiter <reiter.christoph@gmail.com>",
3422                "description": "Improve headphone listening of stereo audio records using the bs2b library.",
3423                "hierarchy": [
3424                    "GstBs2b",
3425                    "GstAudioFilter",
3426                    "GstBaseTransform",
3427                    "GstElement",
3428                    "GstObject",
3429                    "GInitiallyUnowned",
3430                    "GObject"
3431                ],
3432                "interfaces": [
3433                    "GstPreset"
3434                ],
3435                "klass": "Filter/Effect/Audio",
3436                "long-name": "Crossfeed effect",
3437                "pad-templates": {
3438                    "sink": {
3439                        "caps": "audio/x-raw:\n         format: { S8, U8, S16LE, S16BE, U16LE, U16BE, S32LE, S32BE, U32LE, U32BE, S24LE, S24BE, U24LE, U24BE, F32LE, F32BE, F64LE, F64BE }\n           rate: [ 2000, 384000 ]\n       channels: 2\n   channel-mask: 0x0000000000000003\n         layout: interleaved\naudio/x-raw:\n       channels: 1\n",
3440                        "direction": "sink",
3441                        "presence": "always"
3442                    },
3443                    "src": {
3444                        "caps": "audio/x-raw:\n         format: { S8, U8, S16LE, S16BE, U16LE, U16BE, S32LE, S32BE, U32LE, U32BE, S24LE, S24BE, U24LE, U24BE, F32LE, F32BE, F64LE, F64BE }\n           rate: [ 2000, 384000 ]\n       channels: 2\n   channel-mask: 0x0000000000000003\n         layout: interleaved\naudio/x-raw:\n       channels: 1\n",
3445                        "direction": "src",
3446                        "presence": "always"
3447                    }
3448                },
3449                "properties": {
3450                    "fcut": {
3451                        "blurb": "Low-pass filter cut frequency (Hz)",
3452                        "conditionally-available": false,
3453                        "construct": false,
3454                        "construct-only": false,
3455                        "controllable": true,
3456                        "default": "700",
3457                        "max": "2000",
3458                        "min": "300",
3459                        "mutable": "null",
3460                        "readable": true,
3461                        "type": "gint",
3462                        "writable": true
3463                    },
3464                    "feed": {
3465                        "blurb": "Feed Level (dB/10)",
3466                        "conditionally-available": false,
3467                        "construct": false,
3468                        "construct-only": false,
3469                        "controllable": true,
3470                        "default": "45",
3471                        "max": "150",
3472                        "min": "10",
3473                        "mutable": "null",
3474                        "readable": true,
3475                        "type": "gint",
3476                        "writable": true
3477                    }
3478                },
3479                "rank": "none"
3480            }
3481        },
3482        "filename": "gstbs2b",
3483        "license": "LGPL",
3484        "other-types": {},
3485        "package": "GStreamer Bad Plug-ins",
3486        "source": "gst-plugins-bad",
3487        "tracers": {},
3488        "url": "Unknown package origin"
3489    },
3490    "bz2": {
3491        "description": "Compress or decompress streams",
3492        "elements": {
3493            "bz2dec": {
3494                "author": "Lutz Mueller <lutz@users.sourceforge.net>",
3495                "description": "Decodes compressed streams",
3496                "hierarchy": [
3497                    "GstBz2dec",
3498                    "GstElement",
3499                    "GstObject",
3500                    "GInitiallyUnowned",
3501                    "GObject"
3502                ],
3503                "klass": "Codec/Decoder",
3504                "long-name": "BZ2 decoder",
3505                "pad-templates": {
3506                    "sink": {
3507                        "caps": "application/x-bzip:\n",
3508                        "direction": "sink",
3509                        "presence": "always"
3510                    },
3511                    "src": {
3512                        "caps": "ANY",
3513                        "direction": "src",
3514                        "presence": "always"
3515                    }
3516                },
3517                "properties": {
3518                    "buffer-size": {
3519                        "blurb": "Buffer size",
3520                        "conditionally-available": false,
3521                        "construct": false,
3522                        "construct-only": false,
3523                        "controllable": false,
3524                        "default": "1024",
3525                        "max": "-1",
3526                        "min": "1",
3527                        "mutable": "null",
3528                        "readable": true,
3529                        "type": "guint",
3530                        "writable": true
3531                    },
3532                    "first-buffer-size": {
3533                        "blurb": "Size of first buffer (used to determine the mime type of the uncompressed data)",
3534                        "conditionally-available": false,
3535                        "construct": false,
3536                        "construct-only": false,
3537                        "controllable": false,
3538                        "default": "1024",
3539                        "max": "-1",
3540                        "min": "1",
3541                        "mutable": "null",
3542                        "readable": true,
3543                        "type": "guint",
3544                        "writable": true
3545                    }
3546                },
3547                "rank": "none"
3548            },
3549            "bz2enc": {
3550                "author": "Lutz Mueller <lutz@users.sourceforge.net>",
3551                "description": "Compresses streams",
3552                "hierarchy": [
3553                    "GstBz2enc",
3554                    "GstElement",
3555                    "GstObject",
3556                    "GInitiallyUnowned",
3557                    "GObject"
3558                ],
3559                "klass": "Codec/Encoder",
3560                "long-name": "BZ2 encoder",
3561                "pad-templates": {
3562                    "sink": {
3563                        "caps": "ANY",
3564                        "direction": "sink",
3565                        "presence": "always"
3566                    },
3567                    "src": {
3568                        "caps": "application/x-bzip:\n",
3569                        "direction": "src",
3570                        "presence": "always"
3571                    }
3572                },
3573                "properties": {
3574                    "block-size": {
3575                        "blurb": "Block size",
3576                        "conditionally-available": false,
3577                        "construct": false,
3578                        "construct-only": false,
3579                        "controllable": false,
3580                        "default": "6",
3581                        "max": "9",
3582                        "min": "1",
3583                        "mutable": "null",
3584                        "readable": true,
3585                        "type": "guint",
3586                        "writable": true
3587                    },
3588                    "buffer-size": {
3589                        "blurb": "Buffer size",
3590                        "conditionally-available": false,
3591                        "construct": false,
3592                        "construct-only": false,
3593                        "controllable": false,
3594                        "default": "1024",
3595                        "max": "-1",
3596                        "min": "1",
3597                        "mutable": "null",
3598                        "readable": true,
3599                        "type": "guint",
3600                        "writable": true
3601                    }
3602                },
3603                "rank": "none"
3604            }
3605        },
3606        "filename": "gstbz2",
3607        "license": "LGPL",
3608        "other-types": {},
3609        "package": "GStreamer Bad Plug-ins",
3610        "source": "gst-plugins-bad",
3611        "tracers": {},
3612        "url": "Unknown package origin"
3613    },
3614    "camerabin": {
3615        "description": "Take image snapshots and record movies from camera",
3616        "elements": {
3617            "camerabin": {
3618                "author": "Thiago Santos <thiago.sousa.santos@collabora.co.uk>",
3619                "description": "Take image snapshots and record movies from camera",
3620                "hierarchy": [
3621                    "GstCameraBin",
3622                    "GstPipeline",
3623                    "GstBin",
3624                    "GstElement",
3625                    "GstObject",
3626                    "GInitiallyUnowned",
3627                    "GObject"
3628                ],
3629                "interfaces": [
3630                    "GstChildProxy",
3631                    "GstTagSetter"
3632                ],
3633                "klass": "Generic/Bin/Camera",
3634                "long-name": "Camera Bin",
3635                "properties": {
3636                    "audio-capture-caps": {
3637                        "blurb": "Format to capture audio for video recording represented as GstCaps",
3638                        "conditionally-available": false,
3639                        "construct": false,
3640                        "construct-only": false,
3641                        "controllable": false,
3642                        "default": "ANY",
3643                        "mutable": "null",
3644                        "readable": true,
3645                        "type": "GstCaps",
3646                        "writable": true
3647                    },
3648                    "audio-capture-supported-caps": {
3649                        "blurb": "Formats supported for capturing audio represented as GstCaps",
3650                        "conditionally-available": false,
3651                        "construct": false,
3652                        "construct-only": false,
3653                        "controllable": false,
3654                        "mutable": "null",
3655                        "readable": true,
3656                        "type": "GstCaps",
3657                        "writable": false
3658                    },
3659                    "audio-filter": {
3660                        "blurb": "The element that will process captured audio buffers when recording. (Should be set on NULL state)",
3661                        "conditionally-available": false,
3662                        "construct": false,
3663                        "construct-only": false,
3664                        "controllable": false,
3665                        "mutable": "null",
3666                        "readable": true,
3667                        "type": "GstElement",
3668                        "writable": true
3669                    },
3670                    "audio-source": {
3671                        "blurb": "The audio source element to be used on video recordings. It is only taken into use on the next null to ready transition",
3672                        "conditionally-available": false,
3673                        "construct": false,
3674                        "construct-only": false,
3675                        "controllable": false,
3676                        "mutable": "null",
3677                        "readable": true,
3678                        "type": "GstElement",
3679                        "writable": true
3680                    },
3681                    "camera-source": {
3682                        "blurb": "The camera source element to be used. It is only taken into use on the next null to ready transition",
3683                        "conditionally-available": false,
3684                        "construct": false,
3685                        "construct-only": false,
3686                        "controllable": false,
3687                        "mutable": "null",
3688                        "readable": true,
3689                        "type": "GstElement",
3690                        "writable": true
3691                    },
3692                    "flags": {
3693                        "blurb": "Flags to control behaviour",
3694                        "conditionally-available": false,
3695                        "construct": false,
3696                        "construct-only": false,
3697                        "controllable": false,
3698                        "default": "(none)",
3699                        "mutable": "null",
3700                        "readable": true,
3701                        "type": "GstCamFlags",
3702                        "writable": true
3703                    },
3704                    "idle": {
3705                        "blurb": "If camerabin2 is idle (not doing captures).",
3706                        "conditionally-available": false,
3707                        "construct": false,
3708                        "construct-only": false,
3709                        "controllable": false,
3710                        "default": "true",
3711                        "mutable": "null",
3712                        "readable": true,
3713                        "type": "gboolean",
3714                        "writable": false
3715                    },
3716                    "image-capture-caps": {
3717                        "blurb": "Caps for image capture",
3718                        "conditionally-available": false,
3719                        "construct": false,
3720                        "construct-only": false,
3721                        "controllable": false,
3722                        "default": "ANY",
3723                        "mutable": "null",
3724                        "readable": true,
3725                        "type": "GstCaps",
3726                        "writable": true
3727                    },
3728                    "image-capture-supported-caps": {
3729                        "blurb": "Formats supported for capturing images represented as GstCaps",
3730                        "conditionally-available": false,
3731                        "construct": false,
3732                        "construct-only": false,
3733                        "controllable": false,
3734                        "mutable": "null",
3735                        "readable": true,
3736                        "type": "GstCaps",
3737                        "writable": false
3738                    },
3739                    "image-filter": {
3740                        "blurb": "The element that will process captured image frames. (Should be set on NULL state)",
3741                        "conditionally-available": false,
3742                        "construct": false,
3743                        "construct-only": false,
3744                        "controllable": false,
3745                        "mutable": "null",
3746                        "readable": true,
3747                        "type": "GstElement",
3748                        "writable": true
3749                    },
3750                    "image-profile": {
3751                        "blurb": "The GstEncodingProfile to use for image captures.",
3752                        "conditionally-available": false,
3753                        "construct": false,
3754                        "construct-only": false,
3755                        "controllable": false,
3756                        "mutable": "null",
3757                        "readable": true,
3758                        "type": "GstEncodingProfile",
3759                        "writable": true
3760                    },
3761                    "location": {
3762                        "blurb": "Location to save the captured files. A %%d might be used on thefilename as a placeholder for a numeric index of the capture.Default is cap_%%d",
3763                        "conditionally-available": false,
3764                        "construct": false,
3765                        "construct-only": false,
3766                        "controllable": false,
3767                        "default": "cap_%%d",
3768                        "mutable": "null",
3769                        "readable": true,
3770                        "type": "gchararray",
3771                        "writable": true
3772                    },
3773                    "max-zoom": {
3774                        "blurb": "Digital zoom factor (e.g. 1.5 means 1.5x)",
3775                        "conditionally-available": false,
3776                        "construct": false,
3777                        "construct-only": false,
3778                        "controllable": false,
3779                        "default": "10",
3780                        "max": "3.40282e+38",
3781                        "min": "1",
3782                        "mutable": "null",
3783                        "readable": true,
3784                        "type": "gfloat",
3785                        "writable": false
3786                    },
3787                    "mode": {
3788                        "blurb": "The capture mode (still image capture or video recording)",
3789                        "conditionally-available": false,
3790                        "construct": false,
3791                        "construct-only": false,
3792                        "controllable": false,
3793                        "default": "mode-image (1)",
3794                        "mutable": "null",
3795                        "readable": true,
3796                        "type": "GstCameraBin2Mode",
3797                        "writable": true
3798                    },
3799                    "mute": {
3800                        "blurb": "If the audio recording should be muted. Note that this still saves audio data to the resulting file, but they are silent. Use a video-profile without audio to disable audio completely",
3801                        "conditionally-available": false,
3802                        "construct": false,
3803                        "construct-only": false,
3804                        "controllable": false,
3805                        "default": "false",
3806                        "mutable": "null",
3807                        "readable": true,
3808                        "type": "gboolean",
3809                        "writable": true
3810                    },
3811                    "post-previews": {
3812                        "blurb": "If capture preview images should be posted to the bus",
3813                        "conditionally-available": false,
3814                        "construct": false,
3815                        "construct-only": false,
3816                        "controllable": false,
3817                        "default": "false",
3818                        "mutable": "null",
3819                        "readable": true,
3820                        "type": "gboolean",
3821                        "writable": true
3822                    },
3823                    "preview-caps": {
3824                        "blurb": "The caps of the preview image to be posted",
3825                        "conditionally-available": false,
3826                        "construct": false,
3827                        "construct-only": false,
3828                        "controllable": false,
3829                        "mutable": "null",
3830                        "readable": true,
3831                        "type": "GstCaps",
3832                        "writable": true
3833                    },
3834                    "preview-filter": {
3835                        "blurb": "The element that will process preview buffers. (Should be set on NULL state)",
3836                        "conditionally-available": false,
3837                        "construct": false,
3838                        "construct-only": false,
3839                        "controllable": false,
3840                        "mutable": "null",
3841                        "readable": true,
3842                        "type": "GstElement",
3843                        "writable": true
3844                    },
3845                    "video-capture-caps": {
3846                        "blurb": "Caps for video capture",
3847                        "conditionally-available": false,
3848                        "construct": false,
3849                        "construct-only": false,
3850                        "controllable": false,
3851                        "default": "ANY",
3852                        "mutable": "null",
3853                        "readable": true,
3854                        "type": "GstCaps",
3855                        "writable": true
3856                    },
3857                    "video-capture-supported-caps": {
3858                        "blurb": "Formats supported for capturing videos represented as GstCaps",
3859                        "conditionally-available": false,
3860                        "construct": false,
3861                        "construct-only": false,
3862                        "controllable": false,
3863                        "mutable": "null",
3864                        "readable": true,
3865                        "type": "GstCaps",
3866                        "writable": false
3867                    },
3868                    "video-filter": {
3869                        "blurb": "The element that will process captured video frames. (Should be set on NULL state)",
3870                        "conditionally-available": false,
3871                        "construct": false,
3872                        "construct-only": false,
3873                        "controllable": false,
3874                        "mutable": "null",
3875                        "readable": true,
3876                        "type": "GstElement",
3877                        "writable": true
3878                    },
3879                    "video-profile": {
3880                        "blurb": "The GstEncodingProfile to use for video recording. Audio is enabled when this profile supports audio.",
3881                        "conditionally-available": false,
3882                        "construct": false,
3883                        "construct-only": false,
3884                        "controllable": false,
3885                        "mutable": "null",
3886                        "readable": true,
3887                        "type": "GstEncodingProfile",
3888                        "writable": true
3889                    },
3890                    "viewfinder-caps": {
3891                        "blurb": "Restricts the caps that can be used on the viewfinder",
3892                        "conditionally-available": false,
3893                        "construct": false,
3894                        "construct-only": false,
3895                        "controllable": false,
3896                        "default": "ANY",
3897                        "mutable": "null",
3898                        "readable": true,
3899                        "type": "GstCaps",
3900                        "writable": true
3901                    },
3902                    "viewfinder-filter": {
3903                        "blurb": "The element that will process frames going to the viewfinder. (Should be set on NULL state)",
3904                        "conditionally-available": false,
3905                        "construct": false,
3906                        "construct-only": false,
3907                        "controllable": false,
3908                        "mutable": "null",
3909                        "readable": true,
3910                        "type": "GstElement",
3911                        "writable": true
3912                    },
3913                    "viewfinder-sink": {
3914                        "blurb": "The video sink of the viewfinder. It is only taken into use on the next null to ready transition",
3915                        "conditionally-available": false,
3916                        "construct": false,
3917                        "construct-only": false,
3918                        "controllable": false,
3919                        "mutable": "null",
3920                        "readable": true,
3921                        "type": "GstElement",
3922                        "writable": true
3923                    },
3924                    "viewfinder-supported-caps": {
3925                        "blurb": "The caps that the camera source can produce on the viewfinder pad",
3926                        "conditionally-available": false,
3927                        "construct": false,
3928                        "construct-only": false,
3929                        "controllable": false,
3930                        "mutable": "null",
3931                        "readable": true,
3932                        "type": "GstCaps",
3933                        "writable": false
3934                    },
3935                    "zoom": {
3936                        "blurb": "Digital zoom factor (e.g. 1.5 means 1.5x)",
3937                        "conditionally-available": false,
3938                        "construct": false,
3939                        "construct-only": false,
3940                        "controllable": false,
3941                        "default": "1",
3942                        "max": "10",
3943                        "min": "1",
3944                        "mutable": "null",
3945                        "readable": true,
3946                        "type": "gfloat",
3947                        "writable": true
3948                    }
3949                },
3950                "rank": "none",
3951                "signals": {
3952                    "start-capture": {
3953                        "action": true,
3954                        "args": [],
3955                        "return-type": "void",
3956                        "when": "last"
3957                    },
3958                    "stop-capture": {
3959                        "action": true,
3960                        "args": [],
3961                        "return-type": "void",
3962                        "when": "last"
3963                    }
3964                }
3965            },
3966            "viewfinderbin": {
3967                "author": "Thiago Santos <thiago.sousa.santos@collabora.com>",
3968                "description": "Viewfinder Bin used in camerabin2",
3969                "hierarchy": [
3970                    "GstViewfinderBin",
3971                    "GstBin",
3972                    "GstElement",
3973                    "GstObject",
3974                    "GInitiallyUnowned",
3975                    "GObject"
3976                ],
3977                "interfaces": [
3978                    "GstChildProxy"
3979                ],
3980                "klass": "Sink/Video",
3981                "long-name": "Viewfinder Bin",
3982                "pad-templates": {
3983                    "sink": {
3984                        "caps": "video/x-raw(ANY):\n",
3985                        "direction": "sink",
3986                        "presence": "always"
3987                    }
3988                },
3989                "properties": {
3990                    "disable-converters": {
3991                        "blurb": "If video converters should be disabled (must be set on NULL)",
3992                        "conditionally-available": false,
3993                        "construct": false,
3994                        "construct-only": false,
3995                        "controllable": false,
3996                        "default": "false",
3997                        "mutable": "null",
3998                        "readable": true,
3999                        "type": "gboolean",
4000                        "writable": true
4001                    },
4002                    "video-sink": {
4003                        "blurb": "the video output element to use (NULL = default)",
4004                        "conditionally-available": false,
4005                        "construct": false,
4006                        "construct-only": false,
4007                        "controllable": false,
4008                        "mutable": "null",
4009                        "readable": true,
4010                        "type": "GstElement",
4011                        "writable": true
4012                    }
4013                },
4014                "rank": "none"
4015            },
4016            "wrappercamerabinsrc": {
4017                "author": "Thiago Santos <thiago.sousa.santos@collabora.com>",
4018                "description": "Wrapper camera src element for camerabin2",
4019                "hierarchy": [
4020                    "GstWrapperCameraBinSrc",
4021                    "GstBaseCameraSrc",
4022                    "GstBin",
4023                    "GstElement",
4024                    "GstObject",
4025                    "GInitiallyUnowned",
4026                    "GObject"
4027                ],
4028                "interfaces": [
4029                    "GstChildProxy"
4030                ],
4031                "klass": "Source/Video",
4032                "long-name": "Wrapper camera src element for camerabin2",
4033                "pad-templates": {
4034                    "imgsrc": {
4035                        "caps": "ANY",
4036                        "direction": "src",
4037                        "presence": "always"
4038                    },
4039                    "vfsrc": {
4040                        "caps": "ANY",
4041                        "direction": "src",
4042                        "presence": "always"
4043                    },
4044                    "vidsrc": {
4045                        "caps": "ANY",
4046                        "direction": "src",
4047                        "presence": "always"
4048                    }
4049                },
4050                "properties": {
4051                    "video-source": {
4052                        "blurb": "The video source element to be used",
4053                        "conditionally-available": false,
4054                        "construct": false,
4055                        "construct-only": false,
4056                        "controllable": false,
4057                        "mutable": "null",
4058                        "readable": true,
4059                        "type": "GstElement",
4060                        "writable": true
4061                    },
4062                    "video-source-filter": {
4063                        "blurb": "Optional video source filter element",
4064                        "conditionally-available": false,
4065                        "construct": false,
4066                        "construct-only": false,
4067                        "controllable": false,
4068                        "mutable": "null",
4069                        "readable": true,
4070                        "type": "GstElement",
4071                        "writable": true
4072                    }
4073                },
4074                "rank": "none",
4075                "signals": {}
4076            }
4077        },
4078        "filename": "gstcamerabin",
4079        "license": "LGPL",
4080        "other-types": {
4081            "GstCamFlags": {
4082                "kind": "flags",
4083                "values": [
4084                    {
4085                        "desc": "Do not use audio conversion elements",
4086                        "name": "no-audio-conversion",
4087                        "value": "0x00000001"
4088                    },
4089                    {
4090                        "desc": "Do not use video conversion elements",
4091                        "name": "no-video-conversion",
4092                        "value": "0x00000002"
4093                    },
4094                    {
4095                        "desc": "Do not use viewfinder conversion elements",
4096                        "name": "no-viewfinder-conversion",
4097                        "value": "0x00000004"
4098                    },
4099                    {
4100                        "desc": "Do not use image conversion elements",
4101                        "name": "no-image-conversion",
4102                        "value": "0x00000008"
4103                    }
4104                ]
4105            }
4106        },
4107        "package": "GStreamer Bad Plug-ins",
4108        "source": "gst-plugins-bad",
4109        "tracers": {},
4110        "url": "Unknown package origin"
4111    },
4112    "chromaprint": {
4113        "description": "Calculate Chromaprint fingerprint from audio files",
4114        "elements": {
4115            "chromaprint": {
4116                "author": "Lukáš Lalinský <lalinsky@gmail.com>",
4117                "description": "Find an audio fingerprint using the Chromaprint library",
4118                "hierarchy": [
4119                    "GstChromaprint",
4120                    "GstAudioFilter",
4121                    "GstBaseTransform",
4122                    "GstElement",
4123                    "GstObject",
4124                    "GInitiallyUnowned",
4125                    "GObject"
4126                ],
4127                "klass": "Filter/Analyzer/Audio",
4128                "long-name": "Chromaprint fingerprinting element",
4129                "pad-templates": {
4130                    "sink": {
4131                        "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2 ]\n",
4132                        "direction": "sink",
4133                        "presence": "always"
4134                    },
4135                    "src": {
4136                        "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2 ]\n",
4137                        "direction": "src",
4138                        "presence": "always"
4139                    }
4140                },
4141                "properties": {
4142                    "duration": {
4143                        "blurb": "Number of seconds of audio to use for fingerprinting",
4144                        "conditionally-available": false,
4145                        "construct": false,
4146                        "construct-only": false,
4147                        "controllable": false,
4148                        "default": "120",
4149                        "max": "-1",
4150                        "min": "0",
4151                        "mutable": "null",
4152                        "readable": true,
4153                        "type": "guint",
4154                        "writable": true
4155                    },
4156                    "fingerprint": {
4157                        "blurb": "Resulting fingerprint",
4158                        "conditionally-available": false,
4159                        "construct": false,
4160                        "construct-only": false,
4161                        "controllable": false,
4162                        "default": "NULL",
4163                        "mutable": "null",
4164                        "readable": true,
4165                        "type": "gchararray",
4166                        "writable": false
4167                    }
4168                },
4169                "rank": "none"
4170            }
4171        },
4172        "filename": "gstchromaprint",
4173        "license": "LGPL",
4174        "other-types": {},
4175        "package": "GStreamer Bad Plug-ins",
4176        "source": "gst-plugins-bad",
4177        "tracers": {},
4178        "url": "Unknown package origin"
4179    },
4180    "closedcaption": {
4181        "description": "Closed Caption elements",
4182        "elements": {
4183            "cc708overlay": {
4184                "author": "Chengjun Wang <cjun.wang@samsung.com>",
4185                "description": "Decode cea608/cea708 data and overlay on proper position of a video buffer",
4186                "hierarchy": [
4187                    "GstCeaCcOverlay",
4188                    "GstElement",
4189                    "GstObject",
4190                    "GInitiallyUnowned",
4191                    "GObject"
4192                ],
4193                "klass": "Mixer/Video/Overlay/Subtitle",
4194                "long-name": "Closed Caption overlay",
4195                "pad-templates": {
4196                    "cc_sink": {
4197                        "caps": "closedcaption/x-cea-708:\n         format: { cdp, cc_data }\n",
4198                        "direction": "sink",
4199                        "presence": "always"
4200                    },
4201                    "src": {
4202                        "caps": "video/x-raw:\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(ANY):\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
4203                        "direction": "src",
4204                        "presence": "always"
4205                    },
4206                    "video_sink": {
4207                        "caps": "video/x-raw:\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(ANY):\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
4208                        "direction": "sink",
4209                        "presence": "always"
4210                    }
4211                },
4212                "properties": {
4213                    "font-desc": {
4214                        "blurb": "Pango font description of font to be used for rendering.\nSee documentation of pango_font_description_from_string for syntax.\nthis will override closed caption stream specified font style/pen size.",
4215                        "conditionally-available": false,
4216                        "construct": false,
4217                        "construct-only": false,
4218                        "controllable": false,
4219                        "default": "NULL",
4220                        "mutable": "null",
4221                        "readable": true,
4222                        "type": "gchararray",
4223                        "writable": true
4224                    },
4225                    "service-number": {
4226                        "blurb": "Service number. Service 1 is designated as the Primary Caption Service, Service 2 is the Secondary Language Service.",
4227                        "conditionally-available": false,
4228                        "construct": false,
4229                        "construct-only": false,
4230                        "controllable": false,
4231                        "default": "1",
4232                        "max": "63",
4233                        "min": "-1",
4234                        "mutable": "null",
4235                        "readable": true,
4236                        "type": "gint",
4237                        "writable": true
4238                    },
4239                    "silent": {
4240                        "blurb": "Whether to render the text string",
4241                        "conditionally-available": false,
4242                        "construct": false,
4243                        "construct-only": false,
4244                        "controllable": true,
4245                        "default": "false",
4246                        "mutable": "null",
4247                        "readable": true,
4248                        "type": "gboolean",
4249                        "writable": true
4250                    },
4251                    "window-h-pos": {
4252                        "blurb": "Window's Horizontal position",
4253                        "conditionally-available": false,
4254                        "construct": false,
4255                        "construct-only": false,
4256                        "controllable": false,
4257                        "default": "center (1)",
4258                        "mutable": "null",
4259                        "readable": true,
4260                        "type": "GstCeaCcOverlayWinHPos",
4261                        "writable": true
4262                    }
4263                },
4264                "rank": "primary"
4265            },
4266            "cccombiner": {
4267                "author": "Sebastian Dröge <sebastian@centricular.com>",
4268                "description": "Combines GstVideoCaptionMeta with video input stream",
4269                "hierarchy": [
4270                    "GstCCCombiner",
4271                    "GstAggregator",
4272                    "GstElement",
4273                    "GstObject",
4274                    "GInitiallyUnowned",
4275                    "GObject"
4276                ],
4277                "klass": "Filter",
4278                "long-name": "Closed Caption Combiner",
4279                "pad-templates": {
4280                    "caption": {
4281                        "caps": "closedcaption/x-cea-608:\n         format: { raw, s334-1a }\nclosedcaption/x-cea-708:\n         format: { cc_data, cdp }\n",
4282                        "direction": "sink",
4283                        "presence": "request",
4284                        "type": "GstAggregatorPad"
4285                    },
4286                    "sink": {
4287                        "caps": "ANY",
4288                        "direction": "sink",
4289                        "presence": "always",
4290                        "type": "GstAggregatorPad"
4291                    },
4292                    "src": {
4293                        "caps": "ANY",
4294                        "direction": "src",
4295                        "presence": "always",
4296                        "type": "GstAggregatorPad"
4297                    }
4298                },
4299                "properties": {
4300                    "max-scheduled": {
4301                        "blurb": "Maximum number of buffers to queue for scheduling",
4302                        "conditionally-available": false,
4303                        "construct": false,
4304                        "construct-only": false,
4305                        "controllable": false,
4306                        "default": "30",
4307                        "max": "-1",
4308                        "min": "0",
4309                        "mutable": "ready",
4310                        "readable": true,
4311                        "type": "guint",
4312                        "writable": true
4313                    },
4314                    "schedule": {
4315                        "blurb": "Schedule caption buffers so that exactly one is output per video frame",
4316                        "conditionally-available": false,
4317                        "construct": false,
4318                        "construct-only": false,
4319                        "controllable": false,
4320                        "default": "true",
4321                        "mutable": "ready",
4322                        "readable": true,
4323                        "type": "gboolean",
4324                        "writable": true
4325                    }
4326                },
4327                "rank": "none"
4328            },
4329            "ccconverter": {
4330                "author": "Sebastian Dröge <sebastian@centricular.com>",
4331                "description": "Converts Closed Captions between different formats",
4332                "hierarchy": [
4333                    "GstCCConverter",
4334                    "GstBaseTransform",
4335                    "GstElement",
4336                    "GstObject",
4337                    "GInitiallyUnowned",
4338                    "GObject"
4339                ],
4340                "klass": "Filter/ClosedCaption",
4341                "long-name": "Closed Caption Converter",
4342                "pad-templates": {
4343                    "sink": {
4344                        "caps": "closedcaption/x-cea-708:\n         format: cdp\nclosedcaption/x-cea-708:\n         format: cc_data\nclosedcaption/x-cea-608:\n         format: s334-1a\nclosedcaption/x-cea-608:\n         format: raw\n",
4345                        "direction": "sink",
4346                        "presence": "always"
4347                    },
4348                    "src": {
4349                        "caps": "closedcaption/x-cea-708:\n         format: cdp\nclosedcaption/x-cea-708:\n         format: cc_data\nclosedcaption/x-cea-608:\n         format: s334-1a\nclosedcaption/x-cea-608:\n         format: raw\n",
4350                        "direction": "src",
4351                        "presence": "always"
4352                    }
4353                },
4354                "properties": {
4355                    "cdp-mode": {
4356                        "blurb": "Select which CDP sections to store in CDP packets",
4357                        "conditionally-available": false,
4358                        "construct": false,
4359                        "construct-only": false,
4360                        "controllable": false,
4361                        "default": "cc-svc-info+cc-data+time-code",
4362                        "mutable": "null",
4363                        "readable": true,
4364                        "type": "GstCCConverterCDPMode",
4365                        "writable": true
4366                    }
4367                },
4368                "rank": "none"
4369            },
4370            "ccextractor": {
4371                "author": "Edward Hervey <edward@centricular.com>",
4372                "description": "Extract GstVideoCaptionMeta from input stream",
4373                "hierarchy": [
4374                    "GstCCExtractor",
4375                    "GstElement",
4376                    "GstObject",
4377                    "GInitiallyUnowned",
4378                    "GObject"
4379                ],
4380                "klass": "Filter",
4381                "long-name": "Closed Caption Extractor",
4382                "pad-templates": {
4383                    "caption": {
4384                        "caps": "closedcaption/x-cea-608:\n         format: { raw, s334-1a }\nclosedcaption/x-cea-708:\n         format: { cc_data, cdp }\n",
4385                        "direction": "src",
4386                        "presence": "sometimes"
4387                    },
4388                    "sink": {
4389                        "caps": "ANY",
4390                        "direction": "sink",
4391                        "presence": "always"
4392                    },
4393                    "src": {
4394                        "caps": "ANY",
4395                        "direction": "src",
4396                        "presence": "always"
4397                    }
4398                },
4399                "properties": {
4400                    "remove-caption-meta": {
4401                        "blurb": "Remove caption meta from outgoing video buffers",
4402                        "conditionally-available": false,
4403                        "construct": false,
4404                        "construct-only": false,
4405                        "controllable": false,
4406                        "default": "false",
4407                        "mutable": "null",
4408                        "readable": true,
4409                        "type": "gboolean",
4410                        "writable": true
4411                    }
4412                },
4413                "rank": "none",
4414                "signals": {}
4415            },
4416            "line21decoder": {
4417                "author": "Edward Hervey <edward@centricular.com>",
4418                "description": "Extract line21 CC from SD video streams",
4419                "hierarchy": [
4420                    "GstLine21Decoder",
4421                    "GstVideoFilter",
4422                    "GstBaseTransform",
4423                    "GstElement",
4424                    "GstObject",
4425                    "GInitiallyUnowned",
4426                    "GObject"
4427                ],
4428                "klass": "Filter/Video/ClosedCaption",
4429                "long-name": "Line 21 CC Decoder",
4430                "pad-templates": {
4431                    "sink": {
4432                        "caps": "video/x-raw:\n         format: { I420, YUY2, YVYU, UYVY, VYUY, v210 }\n",
4433                        "direction": "sink",
4434                        "presence": "always"
4435                    },
4436                    "src": {
4437                        "caps": "video/x-raw:\n         format: { I420, YUY2, YVYU, UYVY, VYUY, v210 }\n",
4438                        "direction": "src",
4439                        "presence": "always"
4440                    }
4441                },
4442                "properties": {
4443                    "mode": {
4444                        "blurb": "Control whether and how detected CC meta should be inserted in the list of existing CC meta on a frame (if any).",
4445                        "conditionally-available": false,
4446                        "construct": false,
4447                        "construct-only": false,
4448                        "controllable": false,
4449                        "default": "add (0)",
4450                        "mutable": "null",
4451                        "readable": true,
4452                        "type": "GstLine21DecoderMode",
4453                        "writable": true
4454                    },
4455                    "ntsc-only": {
4456                        "blurb": "Whether line 21 decoding should only be attempted when the input resolution matches NTSC",
4457                        "conditionally-available": false,
4458                        "construct": false,
4459                        "construct-only": false,
4460                        "controllable": false,
4461                        "default": "false",
4462                        "mutable": "null",
4463                        "readable": true,
4464                        "type": "gboolean",
4465                        "writable": true
4466                    }
4467                },
4468                "rank": "none"
4469            },
4470            "line21encoder": {
4471                "author": "Mathieu Duponchelle <mathieu@centricular.com>",
4472                "description": "Inject line21 CC in SD video streams",
4473                "hierarchy": [
4474                    "GstLine21Encoder",
4475                    "GstVideoFilter",
4476                    "GstBaseTransform",
4477                    "GstElement",
4478                    "GstObject",
4479                    "GInitiallyUnowned",
4480                    "GObject"
4481                ],
4482                "klass": "Filter/Video/ClosedCaption",
4483                "long-name": "Line 21 CC Encoder",
4484                "pad-templates": {
4485                    "sink": {
4486                        "caps": "video/x-raw:\n         format: { I420, YUY2, YVYU, UYVY, VYUY }\n          width: 720\n         height: { (int)525, (int)486 }\n interlace-mode: interleaved\n",
4487                        "direction": "sink",
4488                        "presence": "always"
4489                    },
4490                    "src": {
4491                        "caps": "video/x-raw:\n         format: { I420, YUY2, YVYU, UYVY, VYUY }\n          width: 720\n         height: { (int)525, (int)486 }\n interlace-mode: interleaved\n",
4492                        "direction": "src",
4493                        "presence": "always"
4494                    }
4495                },
4496                "properties": {
4497                    "remove-caption-meta": {
4498                        "blurb": "Remove encoded caption meta from outgoing video buffers",
4499                        "conditionally-available": false,
4500                        "construct": false,
4501                        "construct-only": false,
4502                        "controllable": false,
4503                        "default": "false",
4504                        "mutable": "null",
4505                        "readable": true,
4506                        "type": "gboolean",
4507                        "writable": true
4508                    }
4509                },
4510                "rank": "none"
4511            }
4512        },
4513        "filename": "gstclosedcaption",
4514        "license": "LGPL",
4515        "other-types": {
4516            "GstCCConverterCDPMode": {
4517                "kind": "flags",
4518                "values": [
4519                    {
4520                        "desc": "Store time code information in CDP packets",
4521                        "name": "time-code",
4522                        "value": "0x00000001"
4523                    },
4524                    {
4525                        "desc": "Store CC data in CDP packets",
4526                        "name": "cc-data",
4527                        "value": "0x00000002"
4528                    },
4529                    {
4530                        "desc": "Store CC service information in CDP packets",
4531                        "name": "cc-svc-info",
4532                        "value": "0x00000004"
4533                    }
4534                ]
4535            },
4536            "GstCeaCcOverlayWinHPos": {
4537                "kind": "enum",
4538                "values": [
4539                    {
4540                        "desc": "left",
4541                        "name": "left",
4542                        "value": "0"
4543                    },
4544                    {
4545                        "desc": "center",
4546                        "name": "center",
4547                        "value": "1"
4548                    },
4549                    {
4550                        "desc": "right",
4551                        "name": "right",
4552                        "value": "2"
4553                    },
4554                    {
4555                        "desc": "auto",
4556                        "name": "auto",
4557                        "value": "3"
4558                    }
4559                ]
4560            },
4561            "GstLine21DecoderMode": {
4562                "kind": "enum",
4563                "values": [
4564                    {
4565                        "desc": "add new CC meta on top of other CC meta, if any",
4566                        "name": "add",
4567                        "value": "0"
4568                    },
4569                    {
4570                        "desc": "ignore CC if a CC meta was already present",
4571                        "name": "drop",
4572                        "value": "1"
4573                    },
4574                    {
4575                        "desc": "replace existing CC meta",
4576                        "name": "replace",
4577                        "value": "2"
4578                    }
4579                ]
4580            }
4581        },
4582        "package": "GStreamer Bad Plug-ins",
4583        "source": "gst-plugins-bad",
4584        "tracers": {},
4585        "url": "Unknown package origin"
4586    },
4587    "codecalpha": {
4588        "description": "CODEC Alpha Utilities",
4589        "elements": {
4590            "alphacombine": {
4591                "author": "Nicolas Dufresne <nicolas.dufresne@collabora.com>",
4592                "description": "Use luma from an opaque stream as alpha plane on another",
4593                "hierarchy": [
4594                    "GstAlphaCombine",
4595                    "GstElement",
4596                    "GstObject",
4597                    "GInitiallyUnowned",
4598                    "GObject"
4599                ],
4600                "klass": "Codec/Demuxer",
4601                "long-name": "Alpha Combiner",
4602                "pad-templates": {
4603                    "alpha": {
4604                        "caps": "video/x-raw:\n         format: { GRAY8, I420, NV12 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
4605                        "direction": "sink",
4606                        "presence": "always"
4607                    },
4608                    "sink": {
4609                        "caps": "video/x-raw:\n         format: { I420, NV12 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
4610                        "direction": "sink",
4611                        "presence": "always"
4612                    },
4613                    "src": {
4614                        "caps": "video/x-raw:\n         format: { A420, AV12 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
4615                        "direction": "src",
4616                        "presence": "always"
4617                    }
4618                },
4619                "rank": "none"
4620            },
4621            "codecalphademux": {
4622                "author": "Nicolas Dufresne <nicolas.dufresne@collabora.com>",
4623                "description": "Extract and expose as a stream the CODEC alpha.",
4624                "hierarchy": [
4625                    "GstCodecAlphaDemux",
4626                    "GstElement",
4627                    "GstObject",
4628                    "GInitiallyUnowned",
4629                    "GObject"
4630                ],
4631                "klass": "Codec/Demuxer",
4632                "long-name": "CODEC Alpha Demuxer",
4633                "pad-templates": {
4634                    "alpha": {
4635                        "caps": "ANY",
4636                        "direction": "src",
4637                        "presence": "always"
4638                    },
4639                    "sink": {
4640                        "caps": "ANY",
4641                        "direction": "sink",
4642                        "presence": "always"
4643                    },
4644                    "src": {
4645                        "caps": "ANY",
4646                        "direction": "src",
4647                        "presence": "always"
4648                    }
4649                },
4650                "rank": "none"
4651            },
4652            "vp8alphadecodebin": {
4653                "author": "Nicolas Dufresne <nicolas.dufresne@collabora.com>",
4654                "description": "Wrapper bin to decode VP8 with alpha stream.",
4655                "hierarchy": [
4656                    "GstVp8AlphaDecodeBin",
4657                    "GstAlphaDecodeBin",
4658                    "GstBin",
4659                    "GstElement",
4660                    "GstObject",
4661                    "GInitiallyUnowned",
4662                    "GObject"
4663                ],
4664                "interfaces": [
4665                    "GstChildProxy"
4666                ],
4667                "klass": "Codec/Decoder/Video",
4668                "long-name": "VP8 Alpha Decoder",
4669                "pad-templates": {
4670                    "sink": {
4671                        "caps": "video/x-vp8:\n    codec-alpha: true\n",
4672                        "direction": "sink",
4673                        "presence": "always"
4674                    },
4675                    "src": {
4676                        "caps": "ANY",
4677                        "direction": "src",
4678                        "presence": "always"
4679                    }
4680                },
4681                "rank": "primary + 10"
4682            },
4683            "vp9alphadecodebin": {
4684                "author": "Nicolas Dufresne <nicolas.dufresne@collabora.com>",
4685                "description": "Wrapper bin to decode VP9 with alpha stream.",
4686                "hierarchy": [
4687                    "GstVp9AlphaDecodeBin",
4688                    "GstAlphaDecodeBin",
4689                    "GstBin",
4690                    "GstElement",
4691                    "GstObject",
4692                    "GInitiallyUnowned",
4693                    "GObject"
4694                ],
4695                "interfaces": [
4696                    "GstChildProxy"
4697                ],
4698                "klass": "Codec/Decoder/Video",
4699                "long-name": "VP9 Alpha Decoder",
4700                "pad-templates": {
4701                    "sink": {
4702                        "caps": "video/x-vp9:\n    codec-alpha: true\n      alignment: super-frame\n",
4703                        "direction": "sink",
4704                        "presence": "always"
4705                    },
4706                    "src": {
4707                        "caps": "ANY",
4708                        "direction": "src",
4709                        "presence": "always"
4710                    }
4711                },
4712                "rank": "primary + 10"
4713            }
4714        },
4715        "filename": "gstcodecalpha",
4716        "license": "LGPL",
4717        "other-types": {
4718            "GstAlphaDecodeBin": {
4719                "hierarchy": [
4720                    "GstAlphaDecodeBin",
4721                    "GstBin",
4722                    "GstElement",
4723                    "GstObject",
4724                    "GInitiallyUnowned",
4725                    "GObject"
4726                ],
4727                "interfaces": [
4728                    "GstChildProxy"
4729                ],
4730                "kind": "object"
4731            }
4732        },
4733        "package": "GStreamer Bad Plug-ins",
4734        "source": "gst-plugins-bad",
4735        "tracers": {},
4736        "url": "Unknown package origin"
4737    },
4738    "coloreffects": {
4739        "description": "Color Look-up Table filters",
4740        "elements": {
4741            "chromahold": {
4742                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
4743                "description": "Removes all color information except for one color",
4744                "hierarchy": [
4745                    "GstChromaHold",
4746                    "GstVideoFilter",
4747                    "GstBaseTransform",
4748                    "GstElement",
4749                    "GstObject",
4750                    "GInitiallyUnowned",
4751                    "GObject"
4752                ],
4753                "klass": "Filter/Effect/Video",
4754                "long-name": "Chroma hold filter",
4755                "pad-templates": {
4756                    "sink": {
4757                        "caps": "video/x-raw:\n         format: { ARGB, BGRA, ABGR, RGBA, xRGB, BGRx, xBGR, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
4758                        "direction": "sink",
4759                        "presence": "always"
4760                    },
4761                    "src": {
4762                        "caps": "video/x-raw:\n         format: { ARGB, BGRA, ABGR, RGBA, xRGB, BGRx, xBGR, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
4763                        "direction": "src",
4764                        "presence": "always"
4765                    }
4766                },
4767                "properties": {
4768                    "target-b": {
4769                        "blurb": "The Blue target",
4770                        "conditionally-available": false,
4771                        "construct": false,
4772                        "construct-only": false,
4773                        "controllable": true,
4774                        "default": "0",
4775                        "max": "255",
4776                        "min": "0",
4777                        "mutable": "null",
4778                        "readable": true,
4779                        "type": "guint",
4780                        "writable": true
4781                    },
4782                    "target-g": {
4783                        "blurb": "The Green target",
4784                        "conditionally-available": false,
4785                        "construct": false,
4786                        "construct-only": false,
4787                        "controllable": true,
4788                        "default": "0",
4789                        "max": "255",
4790                        "min": "0",
4791                        "mutable": "null",
4792                        "readable": true,
4793                        "type": "guint",
4794                        "writable": true
4795                    },
4796                    "target-r": {
4797                        "blurb": "The Red target",
4798                        "conditionally-available": false,
4799                        "construct": false,
4800                        "construct-only": false,
4801                        "controllable": true,
4802                        "default": "255",
4803                        "max": "255",
4804                        "min": "0",
4805                        "mutable": "null",
4806                        "readable": true,
4807                        "type": "guint",
4808                        "writable": true
4809                    },
4810                    "tolerance": {
4811                        "blurb": "Tolerance for the target color",
4812                        "conditionally-available": false,
4813                        "construct": false,
4814                        "construct-only": false,
4815                        "controllable": true,
4816                        "default": "30",
4817                        "max": "180",
4818                        "min": "0",
4819                        "mutable": "null",
4820                        "readable": true,
4821                        "type": "guint",
4822                        "writable": true
4823                    }
4824                },
4825                "rank": "none"
4826            },
4827            "coloreffects": {
4828                "author": "Filippo Argiolas <filippo.argiolas@gmail.com>",
4829                "description": "Color Look-up Table filter",
4830                "hierarchy": [
4831                    "GstColorEffects",
4832                    "GstVideoFilter",
4833                    "GstBaseTransform",
4834                    "GstElement",
4835                    "GstObject",
4836                    "GInitiallyUnowned",
4837                    "GObject"
4838                ],
4839                "klass": "Filter/Effect/Video",
4840                "long-name": "Color Look-up Table filter",
4841                "pad-templates": {
4842                    "sink": {
4843                        "caps": "video/x-raw:\n         format: { ARGB, BGRA, ABGR, RGBA, xRGB, BGRx, xBGR, RGBx, RGB, BGR, AYUV }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
4844                        "direction": "sink",
4845                        "presence": "always"
4846                    },
4847                    "src": {
4848                        "caps": "video/x-raw:\n         format: { ARGB, BGRA, ABGR, RGBA, xRGB, BGRx, xBGR, RGBx, RGB, BGR, AYUV }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
4849                        "direction": "src",
4850                        "presence": "always"
4851                    }
4852                },
4853                "properties": {
4854                    "preset": {
4855                        "blurb": "Color effect preset to use",
4856                        "conditionally-available": false,
4857                        "construct": false,
4858                        "construct-only": false,
4859                        "controllable": false,
4860                        "default": "none (0)",
4861                        "mutable": "null",
4862                        "readable": true,
4863                        "type": "GstColorEffectsPreset",
4864                        "writable": true
4865                    }
4866                },
4867                "rank": "none"
4868            }
4869        },
4870        "filename": "gstcoloreffects",
4871        "license": "LGPL",
4872        "other-types": {
4873            "GstColorEffectsPreset": {
4874                "kind": "enum",
4875                "values": [
4876                    {
4877                        "desc": "Do nothing preset",
4878                        "name": "none",
4879                        "value": "0"
4880                    },
4881                    {
4882                        "desc": "Fake heat camera toning",
4883                        "name": "heat",
4884                        "value": "1"
4885                    },
4886                    {
4887                        "desc": "Sepia toning",
4888                        "name": "sepia",
4889                        "value": "2"
4890                    },
4891                    {
4892                        "desc": "Invert and slightly shade to blue",
4893                        "name": "xray",
4894                        "value": "3"
4895                    },
4896                    {
4897                        "desc": "Cross processing toning",
4898                        "name": "xpro",
4899                        "value": "4"
4900                    },
4901                    {
4902                        "desc": "Yellow foreground Blue background color filter",
4903                        "name": "yellowblue",
4904                        "value": "5"
4905                    }
4906                ]
4907            }
4908        },
4909        "package": "GStreamer Bad Plug-ins",
4910        "source": "gst-plugins-bad",
4911        "tracers": {},
4912        "url": "Unknown package origin"
4913    },
4914    "colormanagement": {
4915        "description": "Color management correction plugins",
4916        "elements": {
4917            "lcms": {
4918                "author": "Andreas Frisch <fraxinas@opendreambox.org>",
4919                "description": "Uses LittleCMS 2 to perform ICC profile correction",
4920                "hierarchy": [
4921                    "GstLcms",
4922                    "GstVideoFilter",
4923                    "GstBaseTransform",
4924                    "GstElement",
4925                    "GstObject",
4926                    "GInitiallyUnowned",
4927                    "GObject"
4928                ],
4929                "klass": "Filter/Effect/Video",
4930                "long-name": "LCMS2 ICC correction",
4931                "pad-templates": {
4932                    "sink": {
4933                        "caps": "video/x-raw:\n         format: { ARGB, BGRA, ABGR, RGBA, xRGB, RGBx, xBGR, BGRx, RGB, BGR }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
4934                        "direction": "sink",
4935                        "presence": "always"
4936                    },
4937                    "src": {
4938                        "caps": "video/x-raw:\n         format: { ARGB, BGRA, ABGR, RGBA, xRGB, RGBx, xBGR, BGRx, RGB, BGR }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
4939                        "direction": "src",
4940                        "presence": "always"
4941                    }
4942                },
4943                "properties": {
4944                    "dest-profile": {
4945                        "blurb": "Specify the destination ICC profile file to apply",
4946                        "conditionally-available": false,
4947                        "construct": false,
4948                        "construct-only": false,
4949                        "controllable": false,
4950                        "default": "NULL",
4951                        "mutable": "null",
4952                        "readable": true,
4953                        "type": "gchararray",
4954                        "writable": true
4955                    },
4956                    "embedded-profile": {
4957                        "blurb": "Extract and use source profiles embedded in images",
4958                        "conditionally-available": false,
4959                        "construct": true,
4960                        "construct-only": false,
4961                        "controllable": false,
4962                        "default": "true",
4963                        "mutable": "null",
4964                        "readable": true,
4965                        "type": "gboolean",
4966                        "writable": true
4967                    },
4968                    "input-profile": {
4969                        "blurb": "Specify the input ICC profile file to apply",
4970                        "conditionally-available": false,
4971                        "construct": false,
4972                        "construct-only": false,
4973                        "controllable": false,
4974                        "default": "NULL",
4975                        "mutable": "null",
4976                        "readable": true,
4977                        "type": "gchararray",
4978                        "writable": true
4979                    },
4980                    "intent": {
4981                        "blurb": "Select the rendering intent of the color correction",
4982                        "conditionally-available": false,
4983                        "construct": true,
4984                        "construct-only": false,
4985                        "controllable": false,
4986                        "default": "perceptual (0)",
4987                        "mutable": "null",
4988                        "readable": true,
4989                        "type": "GstLcmsIntent",
4990                        "writable": true
4991                    },
4992                    "lookup": {
4993                        "blurb": "Select the caching method for the color compensation calculations",
4994                        "conditionally-available": false,
4995                        "construct": true,
4996                        "construct-only": false,
4997                        "controllable": false,
4998                        "default": "cached (2)",
4999                        "mutable": "null",
5000                        "readable": true,
5001                        "type": "GstLcmsLookupMethod",
5002                        "writable": true
5003                    },
5004                    "preserve-black": {
5005                        "blurb": "Select whether purely black pixels should be preserved",
5006                        "conditionally-available": false,
5007                        "construct": true,
5008                        "construct-only": false,
5009                        "controllable": false,
5010                        "default": "false",
5011                        "mutable": "null",
5012                        "readable": true,
5013                        "type": "gboolean",
5014                        "writable": true
5015                    }
5016                },
5017                "rank": "none"
5018            }
5019        },
5020        "filename": "gstcolormanagement",
5021        "license": "LGPL",
5022        "other-types": {
5023            "GstLcmsIntent": {
5024                "kind": "enum",
5025                "values": [
5026                    {
5027                        "desc": "Perceptual",
5028                        "name": "perceptual",
5029                        "value": "0"
5030                    },
5031                    {
5032                        "desc": "Relative Colorimetric",
5033                        "name": "relative",
5034                        "value": "1"
5035                    },
5036                    {
5037                        "desc": "Saturation",
5038                        "name": "saturation",
5039                        "value": "2"
5040                    },
5041                    {
5042                        "desc": "Absolute Colorimetric",
5043                        "name": "absolute",
5044                        "value": "3"
5045                    }
5046                ]
5047            },
5048            "GstLcmsLookupMethod": {
5049                "kind": "enum",
5050                "values": [
5051                    {
5052                        "desc": "Uncached, calculate every pixel on the fly (very slow playback)",
5053                        "name": "uncached",
5054                        "value": "0"
5055                    },
5056                    {
5057                        "desc": "Precalculate lookup table (takes a long time getting READY)",
5058                        "name": "precalculated",
5059                        "value": "1"
5060                    },
5061                    {
5062                        "desc": "Calculate and cache color replacement values on first occurrence",
5063                        "name": "cached",
5064                        "value": "2"
5065                    }
5066                ]
5067            }
5068        },
5069        "package": "GStreamer Bad Plug-ins",
5070        "source": "gst-plugins-bad",
5071        "tracers": {},
5072        "url": "Unknown package origin"
5073    },
5074    "curl": {
5075        "description": "libcurl-based elements",
5076        "elements": {
5077            "curlfilesink": {
5078                "author": "Patricia Muscalu <patricia@axis.com>",
5079                "description": "Upload data over FILE protocol using libcurl",
5080                "hierarchy": [
5081                    "GstCurlFileSink",
5082                    "GstCurlBaseSink",
5083                    "GstBaseSink",
5084                    "GstElement",
5085                    "GstObject",
5086                    "GInitiallyUnowned",
5087                    "GObject"
5088                ],
5089                "klass": "Sink/Network",
5090                "long-name": "Curl file sink",
5091                "pad-templates": {
5092                    "sink": {
5093                        "caps": "ANY",
5094                        "direction": "sink",
5095                        "presence": "always"
5096                    }
5097                },
5098                "properties": {
5099                    "create-dirs": {
5100                        "blurb": "Attempt to create missing directory included in the path",
5101                        "conditionally-available": false,
5102                        "construct": false,
5103                        "construct-only": false,
5104                        "controllable": false,
5105                        "default": "false",
5106                        "mutable": "null",
5107                        "readable": true,
5108                        "type": "gboolean",
5109                        "writable": true
5110                    }
5111                },
5112                "rank": "none"
5113            },
5114            "curlftpsink": {
5115                "author": "Patricia Muscalu <patricia@axis.com>",
5116                "description": "Upload data over FTP protocol using libcurl",
5117                "hierarchy": [
5118                    "GstCurlFtpSink",
5119                    "GstCurlTlsSink",
5120                    "GstCurlBaseSink",
5121                    "GstBaseSink",
5122                    "GstElement",
5123                    "GstObject",
5124                    "GInitiallyUnowned",
5125                    "GObject"
5126                ],
5127                "klass": "Sink/Network",
5128                "long-name": "Curl ftp sink",
5129                "pad-templates": {
5130                    "sink": {
5131                        "caps": "ANY",
5132                        "direction": "sink",
5133                        "presence": "always"
5134                    }
5135                },
5136                "properties": {
5137                    "create-dirs": {
5138                        "blurb": "Attempt to create missing directory included in the path",
5139                        "conditionally-available": false,
5140                        "construct": false,
5141                        "construct-only": false,
5142                        "controllable": false,
5143                        "default": "false",
5144                        "mutable": "null",
5145                        "readable": true,
5146                        "type": "gboolean",
5147                        "writable": true
5148                    },
5149                    "create-tmp-file": {
5150                        "blurb": "Use a temporary file name when uploading a a file. When the transfer is complete,            this temporary file is renamed to the final file name. This is useful for ensuring           that remote systems do not read a partially uploaded file",
5151                        "conditionally-available": false,
5152                        "construct": false,
5153                        "construct-only": false,
5154                        "controllable": false,
5155                        "default": "false",
5156                        "mutable": "null",
5157                        "readable": true,
5158                        "type": "gboolean",
5159                        "writable": true
5160                    },
5161                    "epsv-mode": {
5162                        "blurb": "Enable the use of the EPSV command when doing passive FTP transfers",
5163                        "conditionally-available": false,
5164                        "construct": false,
5165                        "construct-only": false,
5166                        "controllable": false,
5167                        "default": "false",
5168                        "mutable": "null",
5169                        "readable": true,
5170                        "type": "gboolean",
5171                        "writable": true
5172                    },
5173                    "ftp-port": {
5174                        "blurb": "The PORT instruction tells the remote server to connect to the IP address",
5175                        "conditionally-available": false,
5176                        "construct": false,
5177                        "construct-only": false,
5178                        "controllable": false,
5179                        "default": "NULL",
5180                        "mutable": "null",
5181                        "readable": true,
5182                        "type": "gchararray",
5183                        "writable": true
5184                    },
5185                    "temp-file-name": {
5186                        "blurb": "Filename pattern to use when generating a temporary filename for uploads",
5187                        "conditionally-available": false,
5188                        "construct": false,
5189                        "construct-only": false,
5190                        "controllable": false,
5191                        "default": "NULL",
5192                        "mutable": "null",
5193                        "readable": true,
5194                        "type": "gchararray",
5195                        "writable": true
5196                    }
5197                },
5198                "rank": "none"
5199            },
5200            "curlhttpsink": {
5201                "author": "Patricia Muscalu <patricia@axis.com>",
5202                "description": "Upload data over HTTP/HTTPS protocol using libcurl",
5203                "hierarchy": [
5204                    "GstCurlHttpSink",
5205                    "GstCurlTlsSink",
5206                    "GstCurlBaseSink",
5207                    "GstBaseSink",
5208                    "GstElement",
5209                    "GstObject",
5210                    "GInitiallyUnowned",
5211                    "GObject"
5212                ],
5213                "klass": "Sink/Network",
5214                "long-name": "Curl http sink",
5215                "pad-templates": {
5216                    "sink": {
5217                        "caps": "ANY",
5218                        "direction": "sink",
5219                        "presence": "always"
5220                    }
5221                },
5222                "properties": {
5223                    "content-type": {
5224                        "blurb": "The mime type of the body of the request",
5225                        "conditionally-available": false,
5226                        "construct": false,
5227                        "construct-only": false,
5228                        "controllable": false,
5229                        "default": "NULL",
5230                        "mutable": "null",
5231                        "readable": true,
5232                        "type": "gchararray",
5233                        "writable": true
5234                    },
5235                    "proxy": {
5236                        "blurb": "HTTP proxy server URI",
5237                        "conditionally-available": false,
5238                        "construct": false,
5239                        "construct-only": false,
5240                        "controllable": false,
5241                        "default": "NULL",
5242                        "mutable": "null",
5243                        "readable": true,
5244                        "type": "gchararray",
5245                        "writable": true
5246                    },
5247                    "proxy-passwd": {
5248                        "blurb": "Proxy user password to use for proxy authentication",
5249                        "conditionally-available": false,
5250                        "construct": false,
5251                        "construct-only": false,
5252                        "controllable": false,
5253                        "default": "NULL",
5254                        "mutable": "null",
5255                        "readable": true,
5256                        "type": "gchararray",
5257                        "writable": true
5258                    },
5259                    "proxy-port": {
5260                        "blurb": "HTTP proxy server port",
5261                        "conditionally-available": false,
5262                        "construct": false,
5263                        "construct-only": false,
5264                        "controllable": false,
5265                        "default": "3128",
5266                        "max": "2147483647",
5267                        "min": "0",
5268                        "mutable": "null",
5269                        "readable": true,
5270                        "type": "gint",
5271                        "writable": true
5272                    },
5273                    "proxy-user": {
5274                        "blurb": "Proxy user name to use for proxy authentication",
5275                        "conditionally-available": false,
5276                        "construct": false,
5277                        "construct-only": false,
5278                        "controllable": false,
5279                        "default": "NULL",
5280                        "mutable": "null",
5281                        "readable": true,
5282                        "type": "gchararray",
5283                        "writable": true
5284                    },
5285                    "use-content-length": {
5286                        "blurb": "Use the Content-Length HTTP header instead of Transfer-Encoding header",
5287                        "conditionally-available": false,
5288                        "construct": false,
5289                        "construct-only": false,
5290                        "controllable": false,
5291                        "default": "false",
5292                        "mutable": "null",
5293                        "readable": true,
5294                        "type": "gboolean",
5295                        "writable": true
5296                    }
5297                },
5298                "rank": "none"
5299            },
5300            "curlhttpsrc": {
5301                "author": "Sam Hurst <samuelh@rd.bbc.co.uk>",
5302                "description": "Receiver data as a client over a network via HTTP using cURL",
5303                "hierarchy": [
5304                    "GstCurlHttpSrc",
5305                    "GstPushSrc",
5306                    "GstBaseSrc",
5307                    "GstElement",
5308                    "GstObject",
5309                    "GInitiallyUnowned",
5310                    "GObject"
5311                ],
5312                "interfaces": [
5313                    "GstURIHandler"
5314                ],
5315                "klass": "Source/Network",
5316                "long-name": "HTTP Client Source using libcURL",
5317                "pad-templates": {
5318                    "src": {
5319                        "caps": "ANY",
5320                        "direction": "src",
5321                        "presence": "always"
5322                    }
5323                },
5324                "properties": {
5325                    "automatic-redirect": {
5326                        "blurb": "Allow HTTP Redirections (HTTP Status Code 300 series)",
5327                        "conditionally-available": false,
5328                        "construct": false,
5329                        "construct-only": false,
5330                        "controllable": false,
5331                        "default": "true",
5332                        "mutable": "null",
5333                        "readable": true,
5334                        "type": "gboolean",
5335                        "writable": true
5336                    },
5337                    "compress": {
5338                        "blurb": "Allow compressed content encodings",
5339                        "conditionally-available": false,
5340                        "construct": false,
5341                        "construct-only": false,
5342                        "controllable": false,
5343                        "default": "false",
5344                        "mutable": "null",
5345                        "readable": true,
5346                        "type": "gboolean",
5347                        "writable": true
5348                    },
5349                    "cookies": {
5350                        "blurb": "List of HTTP Cookies",
5351                        "conditionally-available": false,
5352                        "construct": false,
5353                        "construct-only": false,
5354                        "controllable": false,
5355                        "mutable": "null",
5356                        "readable": true,
5357                        "type": "GStrv",
5358                        "writable": true
5359                    },
5360                    "extra-headers": {
5361                        "blurb": "Extra headers to append to the HTTP request",
5362                        "conditionally-available": false,
5363                        "construct": false,
5364                        "construct-only": false,
5365                        "controllable": false,
5366                        "default": "request-headers;",
5367                        "mutable": "null",
5368                        "readable": true,
5369                        "type": "GstStructure",
5370                        "writable": true
5371                    },
5372                    "http-version": {
5373                        "blurb": "The preferred HTTP protocol version",
5374                        "conditionally-available": false,
5375                        "construct": false,
5376                        "construct-only": false,
5377                        "controllable": false,
5378                        "default": "2.0 (2)",
5379                        "mutable": "null",
5380                        "readable": true,
5381                        "type": "GstCurlHttpVersionType",
5382                        "writable": true
5383                    },
5384                    "keep-alive": {
5385                        "blurb": "Toggle keep-alive for connection reuse.",
5386                        "conditionally-available": false,
5387                        "construct": false,
5388                        "construct-only": false,
5389                        "controllable": false,
5390                        "default": "true",
5391                        "mutable": "null",
5392                        "readable": true,
5393                        "type": "gboolean",
5394                        "writable": true
5395                    },
5396                    "location": {
5397                        "blurb": "URI of resource to read",
5398                        "conditionally-available": false,
5399                        "construct": false,
5400                        "construct-only": false,
5401                        "controllable": false,
5402                        "default": "NULL",
5403                        "mutable": "null",
5404                        "readable": true,
5405                        "type": "gchararray",
5406                        "writable": true
5407                    },
5408                    "max-connection-time": {
5409                        "blurb": "Maximum amount of time to keep-alive HTTP connections",
5410                        "conditionally-available": false,
5411                        "construct": false,
5412                        "construct-only": false,
5413                        "controllable": false,
5414                        "default": "30",
5415                        "max": "60",
5416                        "min": "2",
5417                        "mutable": "null",
5418                        "readable": true,
5419                        "type": "guint",
5420                        "writable": true
5421                    },
5422                    "max-connections": {
5423                        "blurb": "Maximum number of concurrent connections allowed for HTTP/1.x",
5424                        "conditionally-available": false,
5425                        "construct": false,
5426                        "construct-only": false,
5427                        "controllable": false,
5428                        "default": "255",
5429                        "max": "255",
5430                        "min": "1",
5431                        "mutable": "null",
5432                        "readable": true,
5433                        "type": "guint",
5434                        "writable": true
5435                    },
5436                    "max-connections-per-proxy": {
5437                        "blurb": "Maximum number of concurrent connections allowed per proxy for HTTP/1.x",
5438                        "conditionally-available": false,
5439                        "construct": false,
5440                        "construct-only": false,
5441                        "controllable": false,
5442                        "default": "30",
5443                        "max": "60",
5444                        "min": "1",
5445                        "mutable": "null",
5446                        "readable": true,
5447                        "type": "guint",
5448                        "writable": true
5449                    },
5450                    "max-connections-per-server": {
5451                        "blurb": "Maximum number of connections allowed per server for HTTP/1.x",
5452                        "conditionally-available": false,
5453                        "construct": false,
5454                        "construct-only": false,
5455                        "controllable": false,
5456                        "default": "5",
5457                        "max": "60",
5458                        "min": "1",
5459                        "mutable": "null",
5460                        "readable": true,
5461                        "type": "guint",
5462                        "writable": true
5463                    },
5464                    "max-redirect": {
5465                        "blurb": "Maximum number of permitted redirections. -1 is unlimited.",
5466                        "conditionally-available": false,
5467                        "construct": false,
5468                        "construct-only": false,
5469                        "controllable": false,
5470                        "default": "-1",
5471                        "max": "255",
5472                        "min": "-1",
5473                        "mutable": "null",
5474                        "readable": true,
5475                        "type": "gint",
5476                        "writable": true
5477                    },
5478                    "proxy": {
5479                        "blurb": "URI of HTTP proxy server",
5480                        "conditionally-available": false,
5481                        "construct": false,
5482                        "construct-only": false,
5483                        "controllable": false,
5484                        "default": "NULL",
5485                        "mutable": "null",
5486                        "readable": true,
5487                        "type": "gchararray",
5488                        "writable": true
5489                    },
5490                    "proxy-id": {
5491                        "blurb": "HTTP proxy URI user id for authentication",
5492                        "conditionally-available": false,
5493                        "construct": false,
5494                        "construct-only": false,
5495                        "controllable": false,
5496                        "default": "NULL",
5497                        "mutable": "null",
5498                        "readable": true,
5499                        "type": "gchararray",
5500                        "writable": true
5501                    },
5502                    "proxy-pw": {
5503                        "blurb": "HTTP proxy URI password for authentication",
5504                        "conditionally-available": false,
5505                        "construct": false,
5506                        "construct-only": false,
5507                        "controllable": false,
5508                        "default": "NULL",
5509                        "mutable": "null",
5510                        "readable": true,
5511                        "type": "gchararray",
5512                        "writable": true
5513                    },
5514                    "retries": {
5515                        "blurb": "Maximum number of retries until giving up (-1=infinite)",
5516                        "conditionally-available": false,
5517                        "construct": false,
5518                        "construct-only": false,
5519                        "controllable": false,
5520                        "default": "-1",
5521                        "max": "9999",
5522                        "min": "-1",
5523                        "mutable": "null",
5524                        "readable": true,
5525                        "type": "gint",
5526                        "writable": true
5527                    },
5528                    "ssl-ca-file": {
5529                        "blurb": "Location of an SSL CA file to use for checking SSL certificates",
5530                        "conditionally-available": false,
5531                        "construct": false,
5532                        "construct-only": false,
5533                        "controllable": false,
5534                        "default": "NULL",
5535                        "mutable": "null",
5536                        "readable": true,
5537                        "type": "gchararray",
5538                        "writable": true
5539                    },
5540                    "ssl-strict": {
5541                        "blurb": "Strict SSL certificate checking",
5542                        "conditionally-available": false,
5543                        "construct": false,
5544                        "construct-only": false,
5545                        "controllable": false,
5546                        "default": "true",
5547                        "mutable": "null",
5548                        "readable": true,
5549                        "type": "gboolean",
5550                        "writable": true
5551                    },
5552                    "timeout": {
5553                        "blurb": "Value in seconds before timeout a blocking request (0 = no timeout)",
5554                        "conditionally-available": false,
5555                        "construct": false,
5556                        "construct-only": false,
5557                        "controllable": false,
5558                        "default": "0",
5559                        "max": "3600",
5560                        "min": "0",
5561                        "mutable": "null",
5562                        "readable": true,
5563                        "type": "gint",
5564                        "writable": true
5565                    },
5566                    "user-agent": {
5567                        "blurb": "URI of resource requested",
5568                        "conditionally-available": false,
5569                        "construct": false,
5570                        "construct-only": false,
5571                        "controllable": false,
5572                        "default": "GStreamer curlhttpsrc libcurl/<curl-version>",
5573                        "mutable": "null",
5574                        "readable": true,
5575                        "type": "gchararray",
5576                        "writable": true
5577                    },
5578                    "user-id": {
5579                        "blurb": "HTTP location URI user id for authentication",
5580                        "conditionally-available": false,
5581                        "construct": false,
5582                        "construct-only": false,
5583                        "controllable": false,
5584                        "default": "NULL",
5585                        "mutable": "null",
5586                        "readable": true,
5587                        "type": "gchararray",
5588                        "writable": true
5589                    },
5590                    "user-pw": {
5591                        "blurb": "HTTP location URI password for authentication",
5592                        "conditionally-available": false,
5593                        "construct": false,
5594                        "construct-only": false,
5595                        "controllable": false,
5596                        "default": "NULL",
5597                        "mutable": "null",
5598                        "readable": true,
5599                        "type": "gchararray",
5600                        "writable": true
5601                    }
5602                },
5603                "rank": "secondary"
5604            },
5605            "curlsftpsink": {
5606                "author": "Sorin L. <sorin@axis.com>",
5607                "description": "Upload data over the SFTP protocol using libcurl",
5608                "hierarchy": [
5609                    "GstCurlSftpSink",
5610                    "GstCurlSshSink",
5611                    "GstCurlBaseSink",
5612                    "GstBaseSink",
5613                    "GstElement",
5614                    "GstObject",
5615                    "GInitiallyUnowned",
5616                    "GObject"
5617                ],
5618                "klass": "Sink/Network",
5619                "long-name": "Curl sftp sink",
5620                "pad-templates": {
5621                    "sink": {
5622                        "caps": "ANY",
5623                        "direction": "sink",
5624                        "presence": "always"
5625                    }
5626                },
5627                "properties": {
5628                    "async": {
5629                        "blurb": "Go asynchronously to PAUSED",
5630                        "conditionally-available": false,
5631                        "construct": false,
5632                        "construct-only": false,
5633                        "controllable": false,
5634                        "default": "true",
5635                        "mutable": "null",
5636                        "readable": true,
5637                        "type": "gboolean",
5638                        "writable": true
5639                    },
5640                    "blocksize": {
5641                        "blurb": "Size in bytes to pull per buffer (0 = default)",
5642                        "conditionally-available": false,
5643                        "construct": false,
5644                        "construct-only": false,
5645                        "controllable": false,
5646                        "default": "4096",
5647                        "max": "-1",
5648                        "min": "0",
5649                        "mutable": "null",
5650                        "readable": true,
5651                        "type": "guint",
5652                        "writable": true
5653                    },
5654                    "create-dirs": {
5655                        "blurb": "Attempt to create missing directories",
5656                        "conditionally-available": false,
5657                        "construct": false,
5658                        "construct-only": false,
5659                        "controllable": false,
5660                        "default": "false",
5661                        "mutable": "null",
5662                        "readable": true,
5663                        "type": "gboolean",
5664                        "writable": true
5665                    },
5666                    "enable-last-sample": {
5667                        "blurb": "Enable the last-sample property",
5668                        "conditionally-available": false,
5669                        "construct": false,
5670                        "construct-only": false,
5671                        "controllable": false,
5672                        "default": "true",
5673                        "mutable": "null",
5674                        "readable": true,
5675                        "type": "gboolean",
5676                        "writable": true
5677                    },
5678                    "file-name": {
5679                        "blurb": "The base file name for the uploaded images",
5680                        "conditionally-available": false,
5681                        "construct": false,
5682                        "construct-only": false,
5683                        "controllable": false,
5684                        "default": "NULL",
5685                        "mutable": "null",
5686                        "readable": true,
5687                        "type": "gchararray",
5688                        "writable": true
5689                    },
5690                    "last-sample": {
5691                        "blurb": "The last sample received in the sink",
5692                        "conditionally-available": false,
5693                        "construct": false,
5694                        "construct-only": false,
5695                        "controllable": false,
5696                        "mutable": "null",
5697                        "readable": true,
5698                        "type": "GstSample",
5699                        "writable": false
5700                    },
5701                    "location": {
5702                        "blurb": "URI location to write to",
5703                        "conditionally-available": false,
5704                        "construct": false,
5705                        "construct-only": false,
5706                        "controllable": false,
5707                        "default": "localhost:5555",
5708                        "mutable": "null",
5709                        "readable": true,
5710                        "type": "gchararray",
5711                        "writable": true
5712                    },
5713                    "max-bitrate": {
5714                        "blurb": "The maximum bits per second to render (0 = disabled)",
5715                        "conditionally-available": false,
5716                        "construct": false,
5717                        "construct-only": false,
5718                        "controllable": false,
5719                        "default": "0",
5720                        "max": "18446744073709551615",
5721                        "min": "0",
5722                        "mutable": "null",
5723                        "readable": true,
5724                        "type": "guint64",
5725                        "writable": true
5726                    },
5727                    "max-lateness": {
5728                        "blurb": "Maximum number of nanoseconds that a buffer can be late before it is dropped (-1 unlimited)",
5729                        "conditionally-available": false,
5730                        "construct": false,
5731                        "construct-only": false,
5732                        "controllable": false,
5733                        "default": "18446744073709551615",
5734                        "max": "9223372036854775807",
5735                        "min": "-1",
5736                        "mutable": "null",
5737                        "readable": true,
5738                        "type": "gint64",
5739                        "writable": true
5740                    },
5741                    "passwd": {
5742                        "blurb": "User password to use for server authentication",
5743                        "conditionally-available": false,
5744                        "construct": false,
5745                        "construct-only": false,
5746                        "controllable": false,
5747                        "default": "NULL",
5748                        "mutable": "null",
5749                        "readable": true,
5750                        "type": "gchararray",
5751                        "writable": true
5752                    },
5753                    "processing-deadline": {
5754                        "blurb": "Maximum processing time for a buffer in nanoseconds",
5755                        "conditionally-available": false,
5756                        "construct": false,
5757                        "construct-only": false,
5758                        "controllable": false,
5759                        "default": "20000000",
5760                        "max": "18446744073709551615",
5761                        "min": "0",
5762                        "mutable": "null",
5763                        "readable": true,
5764                        "type": "guint64",
5765                        "writable": true
5766                    },
5767                    "qos": {
5768                        "blurb": "Generate Quality-of-Service events upstream",
5769                        "conditionally-available": false,
5770                        "construct": false,
5771                        "construct-only": false,
5772                        "controllable": false,
5773                        "default": "false",
5774                        "mutable": "null",
5775                        "readable": true,
5776                        "type": "gboolean",
5777                        "writable": true
5778                    },
5779                    "qos-dscp": {
5780                        "blurb": "Quality of Service, differentiated services code point (0 default)",
5781                        "conditionally-available": false,
5782                        "construct": false,
5783                        "construct-only": false,
5784                        "controllable": false,
5785                        "default": "0",
5786                        "max": "63",
5787                        "min": "0",
5788                        "mutable": "null",
5789                        "readable": true,
5790                        "type": "gint",
5791                        "writable": true
5792                    },
5793                    "render-delay": {
5794                        "blurb": "Additional render delay of the sink in nanoseconds",
5795                        "conditionally-available": false,
5796                        "construct": false,
5797                        "construct-only": false,
5798                        "controllable": false,
5799                        "default": "0",
5800                        "max": "18446744073709551615",
5801                        "min": "0",
5802                        "mutable": "null",
5803                        "readable": true,
5804                        "type": "guint64",
5805                        "writable": true
5806                    },
5807                    "ssh-accept-unknownhost": {
5808                        "blurb": "Accept an unknown remote public host key",
5809                        "conditionally-available": false,
5810                        "construct": false,
5811                        "construct-only": false,
5812                        "controllable": false,
5813                        "default": "false",
5814                        "mutable": "null",
5815                        "readable": true,
5816                        "type": "gboolean",
5817                        "writable": true
5818                    },
5819                    "ssh-auth-type": {
5820                        "blurb": "SSH authentication method to authenticate on the SSH/SFTP server",
5821                        "conditionally-available": false,
5822                        "construct": false,
5823                        "construct-only": false,
5824                        "controllable": false,
5825                        "default": "none (0)",
5826                        "mutable": "null",
5827                        "readable": true,
5828                        "type": "GstCurlSshAuthType",
5829                        "writable": true
5830                    },
5831                    "ssh-host-pubkey-md5": {
5832                        "blurb": "MD5 checksum (32 hexadecimal digits, case-insensitive) of the remote host's public key",
5833                        "conditionally-available": false,
5834                        "construct": false,
5835                        "construct-only": false,
5836                        "controllable": false,
5837                        "default": "NULL",
5838                        "mutable": "null",
5839                        "readable": true,
5840                        "type": "gchararray",
5841                        "writable": true
5842                    },
5843                    "ssh-key-passphrase": {
5844                        "blurb": "The passphrase used to protect the SSH private key file",
5845                        "conditionally-available": false,
5846                        "construct": false,
5847                        "construct-only": false,
5848                        "controllable": false,
5849                        "default": "NULL",
5850                        "mutable": "null",
5851                        "readable": true,
5852                        "type": "gchararray",
5853                        "writable": true
5854                    },
5855                    "ssh-knownhosts": {
5856                        "blurb": "The complete path & filename of the SSH 'known_hosts' file",
5857                        "conditionally-available": false,
5858                        "construct": false,
5859                        "construct-only": false,
5860                        "controllable": false,
5861                        "default": "NULL",
5862                        "mutable": "null",
5863                        "readable": true,
5864                        "type": "gchararray",
5865                        "writable": true
5866                    },
5867                    "ssh-priv-keyfile": {
5868                        "blurb": "The complete path & filename of the SSH private key file",
5869                        "conditionally-available": false,
5870                        "construct": false,
5871                        "construct-only": false,
5872                        "controllable": false,
5873                        "default": "NULL",
5874                        "mutable": "null",
5875                        "readable": true,
5876                        "type": "gchararray",
5877                        "writable": true
5878                    },
5879                    "ssh-pub-keyfile": {
5880                        "blurb": "The complete path & filename of the SSH public key file",
5881                        "conditionally-available": false,
5882                        "construct": false,
5883                        "construct-only": false,
5884                        "controllable": false,
5885                        "default": "NULL",
5886                        "mutable": "null",
5887                        "readable": true,
5888                        "type": "gchararray",
5889                        "writable": true
5890                    },
5891                    "stats": {
5892                        "blurb": "Sink Statistics",
5893                        "conditionally-available": false,
5894                        "construct": false,
5895                        "construct-only": false,
5896                        "controllable": false,
5897                        "default": "application/x-gst-base-sink-stats, average-rate=(double)0, dropped=(guint64)0, rendered=(guint64)0;",
5898                        "mutable": "null",
5899                        "readable": true,
5900                        "type": "GstStructure",
5901                        "writable": false
5902                    },
5903                    "sync": {
5904                        "blurb": "Sync on the clock",
5905                        "conditionally-available": false,
5906                        "construct": false,
5907                        "construct-only": false,
5908                        "controllable": false,
5909                        "default": "true",
5910                        "mutable": "null",
5911                        "readable": true,
5912                        "type": "gboolean",
5913                        "writable": true
5914                    },
5915                    "throttle-time": {
5916                        "blurb": "The time to keep between rendered buffers (0 = disabled)",
5917                        "conditionally-available": false,
5918                        "construct": false,
5919                        "construct-only": false,
5920                        "controllable": false,
5921                        "default": "0",
5922                        "max": "18446744073709551615",
5923                        "min": "0",
5924                        "mutable": "null",
5925                        "readable": true,
5926                        "type": "guint64",
5927                        "writable": true
5928                    },
5929                    "timeout": {
5930                        "blurb": "Number of seconds waiting to write before timeout",
5931                        "conditionally-available": false,
5932                        "construct": false,
5933                        "construct-only": false,
5934                        "controllable": false,
5935                        "default": "30",
5936                        "max": "2147483647",
5937                        "min": "0",
5938                        "mutable": "null",
5939                        "readable": true,
5940                        "type": "gint",
5941                        "writable": true
5942                    },
5943                    "ts-offset": {
5944                        "blurb": "Timestamp offset in nanoseconds",
5945                        "conditionally-available": false,
5946                        "construct": false,
5947                        "construct-only": false,
5948                        "controllable": false,
5949                        "default": "0",
5950                        "max": "9223372036854775807",
5951                        "min": "-9223372036854775808",
5952                        "mutable": "null",
5953                        "readable": true,
5954                        "type": "gint64",
5955                        "writable": true
5956                    },
5957                    "user": {
5958                        "blurb": "User name to use for server authentication",
5959                        "conditionally-available": false,
5960                        "construct": false,
5961                        "construct-only": false,
5962                        "controllable": false,
5963                        "default": "NULL",
5964                        "mutable": "null",
5965                        "readable": true,
5966                        "type": "gchararray",
5967                        "writable": true
5968                    }
5969                },
5970                "rank": "none"
5971            },
5972            "curlsmtpsink": {
5973                "author": "Patricia Muscalu <patricia@axis.com>",
5974                "description": "Upload data over SMTP protocol using libcurl",
5975                "hierarchy": [
5976                    "GstCurlSmtpSink",
5977                    "GstCurlTlsSink",
5978                    "GstCurlBaseSink",
5979                    "GstBaseSink",
5980                    "GstElement",
5981                    "GstObject",
5982                    "GInitiallyUnowned",
5983                    "GObject"
5984                ],
5985                "klass": "Sink/Network",
5986                "long-name": "Curl smtp sink",
5987                "pad-templates": {
5988                    "sink": {
5989                        "caps": "ANY",
5990                        "direction": "sink",
5991                        "presence": "always"
5992                    }
5993                },
5994                "properties": {
5995                    "content-type": {
5996                        "blurb": "The mime type of the body of the request",
5997                        "conditionally-available": false,
5998                        "construct": false,
5999                        "construct-only": false,
6000                        "controllable": false,
6001                        "default": "NULL",
6002                        "mutable": "null",
6003                        "readable": true,
6004                        "type": "gchararray",
6005                        "writable": true
6006                    },
6007                    "mail-from": {
6008                        "blurb": "Single address that the given mail should get sent from",
6009                        "conditionally-available": false,
6010                        "construct": false,
6011                        "construct-only": false,
6012                        "controllable": false,
6013                        "default": "NULL",
6014                        "mutable": "null",
6015                        "readable": true,
6016                        "type": "gchararray",
6017                        "writable": true
6018                    },
6019                    "mail-rcpt": {
6020                        "blurb": "Single address that the given mail should get sent to",
6021                        "conditionally-available": false,
6022                        "construct": false,
6023                        "construct-only": false,
6024                        "controllable": false,
6025                        "default": "NULL",
6026                        "mutable": "null",
6027                        "readable": true,
6028                        "type": "gchararray",
6029                        "writable": true
6030                    },
6031                    "message-body": {
6032                        "blurb": "Message body",
6033                        "conditionally-available": false,
6034                        "construct": false,
6035                        "construct-only": false,
6036                        "controllable": false,
6037                        "default": "NULL",
6038                        "mutable": "null",
6039                        "readable": true,
6040                        "type": "gchararray",
6041                        "writable": true
6042                    },
6043                    "nbr-attachments": {
6044                        "blurb": "Number attachments to send",
6045                        "conditionally-available": false,
6046                        "construct": false,
6047                        "construct-only": false,
6048                        "controllable": false,
6049                        "default": "0",
6050                        "max": "2147483647",
6051                        "min": "-2147483648",
6052                        "mutable": "null",
6053                        "readable": true,
6054                        "type": "gint",
6055                        "writable": true
6056                    },
6057                    "pop-location": {
6058                        "blurb": "URL POP used for authentication",
6059                        "conditionally-available": false,
6060                        "construct": false,
6061                        "construct-only": false,
6062                        "controllable": false,
6063                        "default": "NULL",
6064                        "mutable": "null",
6065                        "readable": true,
6066                        "type": "gchararray",
6067                        "writable": true
6068                    },
6069                    "pop-passwd": {
6070                        "blurb": "User password to use for POP server authentication",
6071                        "conditionally-available": false,
6072                        "construct": false,
6073                        "construct-only": false,
6074                        "controllable": false,
6075                        "default": "NULL",
6076                        "mutable": "null",
6077                        "readable": true,
6078                        "type": "gchararray",
6079                        "writable": true
6080                    },
6081                    "pop-user": {
6082                        "blurb": "User name to use for POP server authentication",
6083                        "conditionally-available": false,
6084                        "construct": false,
6085                        "construct-only": false,
6086                        "controllable": false,
6087                        "default": "NULL",
6088                        "mutable": "null",
6089                        "readable": true,
6090                        "type": "gchararray",
6091                        "writable": true
6092                    },
6093                    "subject": {
6094                        "blurb": "Mail subject",
6095                        "conditionally-available": false,
6096                        "construct": false,
6097                        "construct-only": false,
6098                        "controllable": false,
6099                        "default": "NULL",
6100                        "mutable": "null",
6101                        "readable": true,
6102                        "type": "gchararray",
6103                        "writable": true
6104                    },
6105                    "use-ssl": {
6106                        "blurb": "Use SSL/TLS for the connection",
6107                        "conditionally-available": false,
6108                        "construct": false,
6109                        "construct-only": false,
6110                        "controllable": false,
6111                        "default": "false",
6112                        "mutable": "null",
6113                        "readable": true,
6114                        "type": "gboolean",
6115                        "writable": true
6116                    }
6117                },
6118                "rank": "none"
6119            }
6120        },
6121        "filename": "gstcurl",
6122        "license": "LGPL",
6123        "other-types": {
6124            "GstCurlBaseSink": {
6125                "hierarchy": [
6126                    "GstCurlBaseSink",
6127                    "GstBaseSink",
6128                    "GstElement",
6129                    "GstObject",
6130                    "GInitiallyUnowned",
6131                    "GObject"
6132                ],
6133                "kind": "object",
6134                "properties": {
6135                    "file-name": {
6136                        "blurb": "The base file name for the uploaded images",
6137                        "conditionally-available": false,
6138                        "construct": false,
6139                        "construct-only": false,
6140                        "controllable": false,
6141                        "default": "NULL",
6142                        "mutable": "null",
6143                        "readable": true,
6144                        "type": "gchararray",
6145                        "writable": true
6146                    },
6147                    "location": {
6148                        "blurb": "URI location to write to",
6149                        "conditionally-available": false,
6150                        "construct": false,
6151                        "construct-only": false,
6152                        "controllable": false,
6153                        "default": "localhost:5555",
6154                        "mutable": "null",
6155                        "readable": true,
6156                        "type": "gchararray",
6157                        "writable": true
6158                    },
6159                    "passwd": {
6160                        "blurb": "User password to use for server authentication",
6161                        "conditionally-available": false,
6162                        "construct": false,
6163                        "construct-only": false,
6164                        "controllable": false,
6165                        "default": "NULL",
6166                        "mutable": "null",
6167                        "readable": true,
6168                        "type": "gchararray",
6169                        "writable": true
6170                    },
6171                    "qos-dscp": {
6172                        "blurb": "Quality of Service, differentiated services code point (0 default)",
6173                        "conditionally-available": false,
6174                        "construct": false,
6175                        "construct-only": false,
6176                        "controllable": false,
6177                        "default": "0",
6178                        "max": "63",
6179                        "min": "0",
6180                        "mutable": "null",
6181                        "readable": true,
6182                        "type": "gint",
6183                        "writable": true
6184                    },
6185                    "timeout": {
6186                        "blurb": "Number of seconds waiting to write before timeout",
6187                        "conditionally-available": false,
6188                        "construct": false,
6189                        "construct-only": false,
6190                        "controllable": false,
6191                        "default": "30",
6192                        "max": "2147483647",
6193                        "min": "0",
6194                        "mutable": "null",
6195                        "readable": true,
6196                        "type": "gint",
6197                        "writable": true
6198                    },
6199                    "user": {
6200                        "blurb": "User name to use for server authentication",
6201                        "conditionally-available": false,
6202                        "construct": false,
6203                        "construct-only": false,
6204                        "controllable": false,
6205                        "default": "NULL",
6206                        "mutable": "null",
6207                        "readable": true,
6208                        "type": "gchararray",
6209                        "writable": true
6210                    }
6211                }
6212            },
6213            "GstCurlHttpVersionType": {
6214                "kind": "enum",
6215                "values": [
6216                    {
6217                        "desc": "HTTP Version 1.0",
6218                        "name": "1.0",
6219                        "value": "0"
6220                    },
6221                    {
6222                        "desc": "HTTP Version 1.1",
6223                        "name": "1.1",
6224                        "value": "1"
6225                    },
6226                    {
6227                        "desc": "HTTP Version 2.0",
6228                        "name": "2.0",
6229                        "value": "2"
6230                    }
6231                ]
6232            },
6233            "GstCurlSshAuthType": {
6234                "kind": "enum",
6235                "values": [
6236                    {
6237                        "desc": "Not allowed",
6238                        "name": "none",
6239                        "value": "0"
6240                    },
6241                    {
6242                        "desc": "Public/private key files",
6243                        "name": "pubkey",
6244                        "value": "1"
6245                    },
6246                    {
6247                        "desc": "Password authentication",
6248                        "name": "password",
6249                        "value": "2"
6250                    }
6251                ]
6252            },
6253            "GstCurlSshSink": {
6254                "hierarchy": [
6255                    "GstCurlSshSink",
6256                    "GstCurlBaseSink",
6257                    "GstBaseSink",
6258                    "GstElement",
6259                    "GstObject",
6260                    "GInitiallyUnowned",
6261                    "GObject"
6262                ],
6263                "kind": "object",
6264                "properties": {
6265                    "ssh-accept-unknownhost": {
6266                        "blurb": "Accept an unknown remote public host key",
6267                        "conditionally-available": false,
6268                        "construct": false,
6269                        "construct-only": false,
6270                        "controllable": false,
6271                        "default": "false",
6272                        "mutable": "null",
6273                        "readable": true,
6274                        "type": "gboolean",
6275                        "writable": true
6276                    },
6277                    "ssh-auth-type": {
6278                        "blurb": "SSH authentication method to authenticate on the SSH/SFTP server",
6279                        "conditionally-available": false,
6280                        "construct": false,
6281                        "construct-only": false,
6282                        "controllable": false,
6283                        "default": "none (0)",
6284                        "mutable": "null",
6285                        "readable": true,
6286                        "type": "GstCurlSshAuthType",
6287                        "writable": true
6288                    },
6289                    "ssh-host-pubkey-md5": {
6290                        "blurb": "MD5 checksum (32 hexadecimal digits, case-insensitive) of the remote host's public key",
6291                        "conditionally-available": false,
6292                        "construct": false,
6293                        "construct-only": false,
6294                        "controllable": false,
6295                        "default": "NULL",
6296                        "mutable": "null",
6297                        "readable": true,
6298                        "type": "gchararray",
6299                        "writable": true
6300                    },
6301                    "ssh-key-passphrase": {
6302                        "blurb": "The passphrase used to protect the SSH private key file",
6303                        "conditionally-available": false,
6304                        "construct": false,
6305                        "construct-only": false,
6306                        "controllable": false,
6307                        "default": "NULL",
6308                        "mutable": "null",
6309                        "readable": true,
6310                        "type": "gchararray",
6311                        "writable": true
6312                    },
6313                    "ssh-knownhosts": {
6314                        "blurb": "The complete path & filename of the SSH 'known_hosts' file",
6315                        "conditionally-available": false,
6316                        "construct": false,
6317                        "construct-only": false,
6318                        "controllable": false,
6319                        "default": "NULL",
6320                        "mutable": "null",
6321                        "readable": true,
6322                        "type": "gchararray",
6323                        "writable": true
6324                    },
6325                    "ssh-priv-keyfile": {
6326                        "blurb": "The complete path & filename of the SSH private key file",
6327                        "conditionally-available": false,
6328                        "construct": false,
6329                        "construct-only": false,
6330                        "controllable": false,
6331                        "default": "NULL",
6332                        "mutable": "null",
6333                        "readable": true,
6334                        "type": "gchararray",
6335                        "writable": true
6336                    },
6337                    "ssh-pub-keyfile": {
6338                        "blurb": "The complete path & filename of the SSH public key file",
6339                        "conditionally-available": false,
6340                        "construct": false,
6341                        "construct-only": false,
6342                        "controllable": false,
6343                        "default": "NULL",
6344                        "mutable": "null",
6345                        "readable": true,
6346                        "type": "gchararray",
6347                        "writable": true
6348                    }
6349                }
6350            },
6351            "GstCurlTlsSink": {
6352                "hierarchy": [
6353                    "GstCurlTlsSink",
6354                    "GstCurlBaseSink",
6355                    "GstBaseSink",
6356                    "GstElement",
6357                    "GstObject",
6358                    "GInitiallyUnowned",
6359                    "GObject"
6360                ],
6361                "kind": "object",
6362                "properties": {
6363                    "ca-cert": {
6364                        "blurb": "CA certificate to use in order to verify the peer",
6365                        "conditionally-available": false,
6366                        "construct": false,
6367                        "construct-only": false,
6368                        "controllable": false,
6369                        "default": "NULL",
6370                        "mutable": "null",
6371                        "readable": true,
6372                        "type": "gchararray",
6373                        "writable": true
6374                    },
6375                    "ca-path": {
6376                        "blurb": "CA directory path to use in order to verify the peer",
6377                        "conditionally-available": false,
6378                        "construct": false,
6379                        "construct-only": false,
6380                        "controllable": false,
6381                        "default": "NULL",
6382                        "mutable": "null",
6383                        "readable": true,
6384                        "type": "gchararray",
6385                        "writable": true
6386                    },
6387                    "crypto-engine": {
6388                        "blurb": "OpenSSL crypto engine to use for cipher operations",
6389                        "conditionally-available": false,
6390                        "construct": false,
6391                        "construct-only": false,
6392                        "controllable": false,
6393                        "default": "NULL",
6394                        "mutable": "null",
6395                        "readable": true,
6396                        "type": "gchararray",
6397                        "writable": true
6398                    },
6399                    "insecure": {
6400                        "blurb": "Allow curl to perform insecure SSL connections",
6401                        "conditionally-available": false,
6402                        "construct": false,
6403                        "construct-only": false,
6404                        "controllable": false,
6405                        "default": "true",
6406                        "mutable": "null",
6407                        "readable": true,
6408                        "type": "gboolean",
6409                        "writable": true
6410                    }
6411                }
6412            }
6413        },
6414        "package": "GStreamer Bad Plug-ins",
6415        "source": "gst-plugins-bad",
6416        "tracers": {},
6417        "url": "Unknown package origin"
6418    },
6419    "d3d": {
6420        "description": "Direct3D plugin",
6421        "elements": {
6422            "d3dvideosink": {
6423                "author": "David Hoyt <dhoyt@hoytsoft.org>, Roland Krikava <info@bluedigits.com>",
6424                "description": "Display data using a Direct3D video renderer",
6425                "hierarchy": [
6426                    "GstD3DVideoSink",
6427                    "GstVideoSink",
6428                    "GstBaseSink",
6429                    "GstElement",
6430                    "GstObject",
6431                    "GInitiallyUnowned",
6432                    "GObject"
6433                ],
6434                "interfaces": [
6435                    "GstNavigation",
6436                    "GstVideoOverlay"
6437                ],
6438                "klass": "Sink/Video",
6439                "long-name": "Direct3D video sink",
6440                "pad-templates": {
6441                    "sink": {
6442                        "caps": "video/x-raw:\n         format: { I420, YV12, UYVY, YUY2, NV12, BGRx, RGBx, BGRA, RGBA, BGR, RGB16, RGB15 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:SystemMemory, meta:GstVideoOverlayComposition):\n         format: { I420, YV12, UYVY, YUY2, NV12, BGRx, RGBx, BGRA, RGBA, BGR, RGB16, RGB15 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
6443                        "direction": "sink",
6444                        "presence": "always"
6445                    }
6446                },
6447                "properties": {
6448                    "create-render-window": {
6449                        "blurb": "If no window ID is given, a new render window is created",
6450                        "conditionally-available": false,
6451                        "construct": false,
6452                        "construct-only": false,
6453                        "controllable": false,
6454                        "default": "true",
6455                        "mutable": "null",
6456                        "readable": true,
6457                        "type": "gboolean",
6458                        "writable": true
6459                    },
6460                    "enable-navigation-events": {
6461                        "blurb": "When enabled, navigation events are sent upstream",
6462                        "conditionally-available": false,
6463                        "construct": false,
6464                        "construct-only": false,
6465                        "controllable": false,
6466                        "default": "true",
6467                        "mutable": "null",
6468                        "readable": true,
6469                        "type": "gboolean",
6470                        "writable": true
6471                    },
6472                    "force-aspect-ratio": {
6473                        "blurb": "When enabled, scaling will respect original aspect ratio",
6474                        "conditionally-available": false,
6475                        "construct": false,
6476                        "construct-only": false,
6477                        "controllable": false,
6478                        "default": "true",
6479                        "mutable": "null",
6480                        "readable": true,
6481                        "type": "gboolean",
6482                        "writable": true
6483                    },
6484                    "stream-stop-on-close": {
6485                        "blurb": "If the render window is closed stop stream",
6486                        "conditionally-available": false,
6487                        "construct": false,
6488                        "construct-only": false,
6489                        "controllable": false,
6490                        "default": "true",
6491                        "mutable": "null",
6492                        "readable": true,
6493                        "type": "gboolean",
6494                        "writable": true
6495                    }
6496                },
6497                "rank": "secondary"
6498            }
6499        },
6500        "filename": "gstd3d",
6501        "license": "LGPL",
6502        "other-types": {},
6503        "package": "GStreamer Bad Plug-ins",
6504        "source": "gst-plugins-bad",
6505        "tracers": {},
6506        "url": "Unknown package origin"
6507    },
6508    "d3d11": {
6509        "description": "Direct3D11 plugin",
6510        "elements": {
6511            "d3d11av1dec": {
6512                "author": "Seungha Yang <seungha@centricular.com>",
6513                "description": "Direct3D11/DXVA based AV1 video decoder",
6514                "hierarchy": [
6515                    "GstD3D11AV1Dec",
6516                    "GstAV1Decoder",
6517                    "GstVideoDecoder",
6518                    "GstElement",
6519                    "GstObject",
6520                    "GInitiallyUnowned",
6521                    "GObject"
6522                ],
6523                "klass": "Codec/Decoder/Video/Hardware",
6524                "long-name": "Direct3D11/DXVA AV1 NVIDIA GeForce RTX 3060 Laptop GPU Decoder",
6525                "pad-templates": {
6526                    "sink": {
6527                        "caps": "video/x-av1:\n      alignment: frame\n        profile: 0\n          width: [ 1, 8192 ]\n         height: [ 1, 8192 ]\n",
6528                        "direction": "sink",
6529                        "presence": "always"
6530                    },
6531                    "src": {
6532                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: { NV12, P010_10LE }\n          width: [ 1, 8192 ]\n         height: [ 1, 8192 ]\nvideo/x-raw:\n         format: { NV12, P010_10LE }\n          width: [ 1, 8192 ]\n         height: [ 1, 8192 ]\n",
6533                        "direction": "src",
6534                        "presence": "always"
6535                    }
6536                },
6537                "properties": {
6538                    "adapter-luid": {
6539                        "blurb": "DXGI Adapter LUID (Locally Unique Identifier) of created device",
6540                        "conditionally-available": false,
6541                        "construct": false,
6542                        "construct-only": false,
6543                        "controllable": false,
6544                        "default": "59071",
6545                        "max": "9223372036854775807",
6546                        "min": "-9223372036854775808",
6547                        "mutable": "null",
6548                        "readable": true,
6549                        "type": "gint64",
6550                        "writable": false
6551                    },
6552                    "device-id": {
6553                        "blurb": "DXGI Device ID",
6554                        "conditionally-available": false,
6555                        "construct": false,
6556                        "construct-only": false,
6557                        "controllable": false,
6558                        "default": "9504",
6559                        "max": "-1",
6560                        "min": "0",
6561                        "mutable": "null",
6562                        "readable": true,
6563                        "type": "guint",
6564                        "writable": false
6565                    },
6566                    "vendor-id": {
6567                        "blurb": "DXGI Vendor ID",
6568                        "conditionally-available": false,
6569                        "construct": false,
6570                        "construct-only": false,
6571                        "controllable": false,
6572                        "default": "4318",
6573                        "max": "-1",
6574                        "min": "0",
6575                        "mutable": "null",
6576                        "readable": true,
6577                        "type": "guint",
6578                        "writable": false
6579                    }
6580                },
6581                "rank": "secondary"
6582            },
6583            "d3d11colorconvert": {
6584                "author": "Seungha Yang <seungha@centricular.com>",
6585                "description": "Color conversion using Direct3D11",
6586                "hierarchy": [
6587                    "GstD3D11ColorConvert",
6588                    "GstD3D11BaseConvert",
6589                    "GstD3D11BaseFilter",
6590                    "GstBaseTransform",
6591                    "GstElement",
6592                    "GstObject",
6593                    "GInitiallyUnowned",
6594                    "GObject"
6595                ],
6596                "klass": "Filter/Converter/Video/Hardware",
6597                "long-name": "Direct3D11 colorspace converter",
6598                "pad-templates": {
6599                    "sink": {
6600                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:D3D11Memory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
6601                        "direction": "sink",
6602                        "presence": "always"
6603                    },
6604                    "src": {
6605                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:D3D11Memory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
6606                        "direction": "src",
6607                        "presence": "always"
6608                    }
6609                },
6610                "rank": "none"
6611            },
6612            "d3d11compositor": {
6613                "author": "Seungha Yang <seungha@centricular.com>",
6614                "description": "A Direct3D11 compositor bin",
6615                "hierarchy": [
6616                    "GstD3D11CompositorBin",
6617                    "GstBin",
6618                    "GstElement",
6619                    "GstObject",
6620                    "GInitiallyUnowned",
6621                    "GObject"
6622                ],
6623                "interfaces": [
6624                    "GstChildProxy"
6625                ],
6626                "klass": "Filter/Editor/Video/Compositor",
6627                "long-name": "Direct3D11 Compositor Bin",
6628                "pad-templates": {
6629                    "sink_%%u": {
6630                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
6631                        "direction": "sink",
6632                        "presence": "request",
6633                        "type": "GstD3D11CompositorBinInput"
6634                    },
6635                    "src": {
6636                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
6637                        "direction": "src",
6638                        "presence": "always",
6639                        "type": "GstD3D11CompositorBinPad"
6640                    }
6641                },
6642                "properties": {
6643                    "adapter": {
6644                        "blurb": "Adapter index for creating device (-1 for default)",
6645                        "conditionally-available": false,
6646                        "construct": false,
6647                        "construct-only": false,
6648                        "controllable": false,
6649                        "default": "0",
6650                        "max": "2147483647",
6651                        "min": "-1",
6652                        "mutable": "ready",
6653                        "readable": true,
6654                        "type": "gint",
6655                        "writable": true
6656                    },
6657                    "background": {
6658                        "blurb": "Background type",
6659                        "conditionally-available": false,
6660                        "construct": false,
6661                        "construct-only": false,
6662                        "controllable": false,
6663                        "default": "checker (0)",
6664                        "mutable": "null",
6665                        "readable": true,
6666                        "type": "GstD3D11CompositorBackground",
6667                        "writable": true
6668                    },
6669                    "emit-signals": {
6670                        "blurb": "Send signals",
6671                        "conditionally-available": false,
6672                        "construct": false,
6673                        "construct-only": false,
6674                        "controllable": false,
6675                        "default": "false",
6676                        "mutable": "null",
6677                        "readable": true,
6678                        "type": "gboolean",
6679                        "writable": true
6680                    },
6681                    "latency": {
6682                        "blurb": "Additional latency in live mode to allow upstream to take longer to produce buffers for the current position (in nanoseconds)",
6683                        "conditionally-available": false,
6684                        "construct": false,
6685                        "construct-only": false,
6686                        "controllable": false,
6687                        "default": "0",
6688                        "max": "18446744073709551615",
6689                        "min": "0",
6690                        "mutable": "null",
6691                        "readable": true,
6692                        "type": "guint64",
6693                        "writable": true
6694                    },
6695                    "min-upstream-latency": {
6696                        "blurb": "When sources with a higher latency are expected to be plugged in dynamically after the aggregator has started playing, this allows overriding the minimum latency reported by the initial source(s). This is only taken into account when larger than the actually reported minimum latency. (nanoseconds)",
6697                        "conditionally-available": false,
6698                        "construct": false,
6699                        "construct-only": false,
6700                        "controllable": false,
6701                        "default": "0",
6702                        "max": "18446744073709551615",
6703                        "min": "0",
6704                        "mutable": "null",
6705                        "readable": true,
6706                        "type": "guint64",
6707                        "writable": true
6708                    },
6709                    "mixer": {
6710                        "blurb": "The d3d11 mixer chain to use",
6711                        "conditionally-available": false,
6712                        "construct": false,
6713                        "construct-only": false,
6714                        "controllable": false,
6715                        "mutable": "null",
6716                        "readable": true,
6717                        "type": "GstElement",
6718                        "writable": false
6719                    },
6720                    "start-time": {
6721                        "blurb": "Start time to use if start-time-selection=set",
6722                        "conditionally-available": false,
6723                        "construct": false,
6724                        "construct-only": false,
6725                        "controllable": false,
6726                        "default": "18446744073709551615",
6727                        "max": "18446744073709551615",
6728                        "min": "0",
6729                        "mutable": "null",
6730                        "readable": true,
6731                        "type": "guint64",
6732                        "writable": true
6733                    },
6734                    "start-time-selection": {
6735                        "blurb": "Decides which start time is output",
6736                        "conditionally-available": false,
6737                        "construct": false,
6738                        "construct-only": false,
6739                        "controllable": false,
6740                        "default": "zero (0)",
6741                        "mutable": "null",
6742                        "readable": true,
6743                        "type": "GstAggregatorStartTimeSelection",
6744                        "writable": true
6745                    }
6746                },
6747                "rank": "secondary"
6748            },
6749            "d3d11compositorelement": {
6750                "author": "Seungha Yang <seungha@centricular.com>",
6751                "description": "A Direct3D11 compositor",
6752                "hierarchy": [
6753                    "GstD3D11Compositor",
6754                    "GstVideoAggregator",
6755                    "GstAggregator",
6756                    "GstElement",
6757                    "GstObject",
6758                    "GInitiallyUnowned",
6759                    "GObject"
6760                ],
6761                "interfaces": [
6762                    "GstChildProxy"
6763                ],
6764                "klass": "Filter/Editor/Video/Compositor",
6765                "long-name": "Direct3D11 Compositor",
6766                "pad-templates": {
6767                    "sink_%%u": {
6768                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: { RGBA, BGRA }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
6769                        "direction": "sink",
6770                        "presence": "request",
6771                        "type": "GstD3D11CompositorPad"
6772                    },
6773                    "src": {
6774                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: { RGBA, BGRA }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
6775                        "direction": "src",
6776                        "presence": "always",
6777                        "type": "GstAggregatorPad"
6778                    }
6779                },
6780                "properties": {
6781                    "adapter": {
6782                        "blurb": "Adapter index for creating device (-1 for default)",
6783                        "conditionally-available": false,
6784                        "construct": false,
6785                        "construct-only": false,
6786                        "controllable": false,
6787                        "default": "-1",
6788                        "max": "2147483647",
6789                        "min": "-1",
6790                        "mutable": "ready",
6791                        "readable": true,
6792                        "type": "gint",
6793                        "writable": true
6794                    },
6795                    "background": {
6796                        "blurb": "Background type",
6797                        "conditionally-available": false,
6798                        "construct": false,
6799                        "construct-only": false,
6800                        "controllable": false,
6801                        "default": "checker (0)",
6802                        "mutable": "null",
6803                        "readable": true,
6804                        "type": "GstD3D11CompositorBackground",
6805                        "writable": true
6806                    }
6807                },
6808                "rank": "none"
6809            },
6810            "d3d11convert": {
6811                "author": "Seungha Yang <seungha.yang@navercorp.com>, Jeongki Kim <jeongki.kim@jeongki.kim>",
6812                "description": "Resizes video and allow color conversion using Direct3D11",
6813                "hierarchy": [
6814                    "GstD3D11Convert",
6815                    "GstD3D11BaseConvert",
6816                    "GstD3D11BaseFilter",
6817                    "GstBaseTransform",
6818                    "GstElement",
6819                    "GstObject",
6820                    "GInitiallyUnowned",
6821                    "GObject"
6822                ],
6823                "klass": "Filter/Converter/Scaler/Video/Hardware",
6824                "long-name": "Direct3D11 colorspace converter and scaler",
6825                "pad-templates": {
6826                    "sink": {
6827                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:D3D11Memory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
6828                        "direction": "sink",
6829                        "presence": "always"
6830                    },
6831                    "src": {
6832                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:D3D11Memory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
6833                        "direction": "src",
6834                        "presence": "always"
6835                    }
6836                },
6837                "properties": {
6838                    "add-borders": {
6839                        "blurb": "Add black borders if necessary to keep the display aspect ratio",
6840                        "conditionally-available": false,
6841                        "construct": false,
6842                        "construct-only": false,
6843                        "controllable": false,
6844                        "default": "true",
6845                        "mutable": "playing",
6846                        "readable": true,
6847                        "type": "gboolean",
6848                        "writable": true
6849                    }
6850                },
6851                "rank": "none"
6852            },
6853            "d3d11deinterlace": {
6854                "author": "Seungha Yang <seungha@centricular.com>",
6855                "description": "A Direct3D11 based deinterlacer bin",
6856                "hierarchy": [
6857                    "GstD3D11DeinterlaceBin",
6858                    "GstBin",
6859                    "GstElement",
6860                    "GstObject",
6861                    "GInitiallyUnowned",
6862                    "GObject"
6863                ],
6864                "interfaces": [
6865                    "GstChildProxy"
6866                ],
6867                "klass": "Filter/Effect/Video/Deinterlace/Hardware",
6868                "long-name": "Direct3D11 Intel(R) Iris(R) Plus Graphics Deinterlacer Bin",
6869                "pad-templates": {
6870                    "sink": {
6871                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\n\nvideo/x-raw(memory:D3D11Memory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\nvideo/x-raw:\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\n\nvideo/x-raw(memory:SystemMemory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\n",
6872                        "direction": "sink",
6873                        "presence": "always"
6874                    },
6875                    "src": {
6876                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE }\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\n\nvideo/x-raw(memory:D3D11Memory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE }\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\nvideo/x-raw:\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE }\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\n\nvideo/x-raw(memory:SystemMemory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE }\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\n",
6877                        "direction": "src",
6878                        "presence": "always"
6879                    }
6880                },
6881                "properties": {
6882                    "adapter": {
6883                        "blurb": "DXGI Adapter index for creating device",
6884                        "conditionally-available": false,
6885                        "construct": false,
6886                        "construct-only": false,
6887                        "controllable": false,
6888                        "default": "0",
6889                        "max": "-1",
6890                        "min": "0",
6891                        "mutable": "null",
6892                        "readable": true,
6893                        "type": "guint",
6894                        "writable": false
6895                    },
6896                    "device-id": {
6897                        "blurb": "DXGI Device ID",
6898                        "conditionally-available": false,
6899                        "construct": false,
6900                        "construct-only": false,
6901                        "controllable": false,
6902                        "default": "35410",
6903                        "max": "-1",
6904                        "min": "0",
6905                        "mutable": "null",
6906                        "readable": true,
6907                        "type": "guint",
6908                        "writable": false
6909                    },
6910                    "method": {
6911                        "blurb": "Deinterlace Method. Use can set multiple methods as a flagset and element will select one of method automatically. If deinterlacing device failed to deinterlace with given mode, fallback might happen by the device",
6912                        "conditionally-available": false,
6913                        "construct": false,
6914                        "construct-only": false,
6915                        "controllable": false,
6916                        "default": "bob",
6917                        "mutable": "ready",
6918                        "readable": true,
6919                        "type": "GstD3D11DeinterlaceMethod",
6920                        "writable": true
6921                    },
6922                    "qos": {
6923                        "blurb": "Handle Quality-of-Service events",
6924                        "conditionally-available": false,
6925                        "construct": false,
6926                        "construct-only": false,
6927                        "controllable": false,
6928                        "default": "false",
6929                        "mutable": "null",
6930                        "readable": true,
6931                        "type": "gboolean",
6932                        "writable": true
6933                    },
6934                    "supported-methods": {
6935                        "blurb": "Set of supported deinterlace methods by device",
6936                        "conditionally-available": false,
6937                        "construct": false,
6938                        "construct-only": false,
6939                        "controllable": false,
6940                        "default": "mocomp+adaptive+bob+blend",
6941                        "mutable": "null",
6942                        "readable": true,
6943                        "type": "GstD3D11DeinterlaceMethod",
6944                        "writable": false
6945                    },
6946                    "vendor-id": {
6947                        "blurb": "DXGI Vendor ID",
6948                        "conditionally-available": false,
6949                        "construct": false,
6950                        "construct-only": false,
6951                        "controllable": false,
6952                        "default": "32902",
6953                        "max": "-1",
6954                        "min": "0",
6955                        "mutable": "null",
6956                        "readable": true,
6957                        "type": "guint",
6958                        "writable": false
6959                    }
6960                },
6961                "rank": "marginal"
6962            },
6963            "d3d11deinterlaceelement": {
6964                "author": "Seungha Yang <seungha@centricular.com>",
6965                "description": "A Direct3D11 based deinterlacer",
6966                "hierarchy": [
6967                    "GstD3D11Deinterlace",
6968                    "GstBaseTransform",
6969                    "GstElement",
6970                    "GstObject",
6971                    "GInitiallyUnowned",
6972                    "GObject"
6973                ],
6974                "klass": "Filter/Effect/Video/Deinterlace/Hardware",
6975                "long-name": "Direct3D11 Intel(R) Iris(R) Plus Graphics Deinterlacer",
6976                "pad-templates": {
6977                    "sink": {
6978                        "caps": "video/x-raw(memory:D3D11Memory):\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:D3D11Memory, meta:GstVideoOverlayComposition):\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\n         format: { NV12 }\n",
6979                        "direction": "sink",
6980                        "presence": "always"
6981                    },
6982                    "src": {
6983                        "caps": "video/x-raw(memory:D3D11Memory):\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:D3D11Memory, meta:GstVideoOverlayComposition):\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\n         format: { NV12 }\n",
6984                        "direction": "src",
6985                        "presence": "always"
6986                    }
6987                },
6988                "properties": {
6989                    "adapter": {
6990                        "blurb": "DXGI Adapter index for creating device",
6991                        "conditionally-available": false,
6992                        "construct": false,
6993                        "construct-only": false,
6994                        "controllable": false,
6995                        "default": "0",
6996                        "max": "-1",
6997                        "min": "0",
6998                        "mutable": "null",
6999                        "readable": true,
7000                        "type": "guint",
7001                        "writable": false
7002                    },
7003                    "device-id": {
7004                        "blurb": "DXGI Device ID",
7005                        "conditionally-available": false,
7006                        "construct": false,
7007                        "construct-only": false,
7008                        "controllable": false,
7009                        "default": "35410",
7010                        "max": "-1",
7011                        "min": "0",
7012                        "mutable": "null",
7013                        "readable": true,
7014                        "type": "guint",
7015                        "writable": false
7016                    },
7017                    "method": {
7018                        "blurb": "Deinterlace Method. Use can set multiple methods as a flagset and element will select one of method automatically. If deinterlacing device failed to deinterlace with given mode, fallback might happen by the device",
7019                        "conditionally-available": false,
7020                        "construct": false,
7021                        "construct-only": false,
7022                        "controllable": false,
7023                        "default": "bob",
7024                        "mutable": "ready",
7025                        "readable": true,
7026                        "type": "GstD3D11DeinterlaceMethod",
7027                        "writable": true
7028                    },
7029                    "supported-methods": {
7030                        "blurb": "Set of supported deinterlace methods by device",
7031                        "conditionally-available": false,
7032                        "construct": false,
7033                        "construct-only": false,
7034                        "controllable": false,
7035                        "default": "mocomp+adaptive+bob+blend",
7036                        "mutable": "null",
7037                        "readable": true,
7038                        "type": "GstD3D11DeinterlaceMethod",
7039                        "writable": false
7040                    },
7041                    "vendor-id": {
7042                        "blurb": "DXGI Vendor ID",
7043                        "conditionally-available": false,
7044                        "construct": false,
7045                        "construct-only": false,
7046                        "controllable": false,
7047                        "default": "32902",
7048                        "max": "-1",
7049                        "min": "0",
7050                        "mutable": "null",
7051                        "readable": true,
7052                        "type": "guint",
7053                        "writable": false
7054                    }
7055                },
7056                "rank": "none"
7057            },
7058            "d3d11download": {
7059                "author": "Seungha Yang <seungha.yang@navercorp.com>",
7060                "description": "Downloads Direct3D11 texture memory into system memory",
7061                "hierarchy": [
7062                    "GstD3D11Download",
7063                    "GstD3D11BaseFilter",
7064                    "GstBaseTransform",
7065                    "GstElement",
7066                    "GstObject",
7067                    "GInitiallyUnowned",
7068                    "GObject"
7069                ],
7070                "klass": "Filter/Video",
7071                "long-name": "Direct3D11 downloader",
7072                "pad-templates": {
7073                    "sink": {
7074                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:D3D11Memory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:SystemMemory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
7075                        "direction": "sink",
7076                        "presence": "always"
7077                    },
7078                    "src": {
7079                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:D3D11Memory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:SystemMemory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
7080                        "direction": "src",
7081                        "presence": "always"
7082                    }
7083                },
7084                "rank": "none"
7085            },
7086            "d3d11h264dec": {
7087                "author": "Seungha Yang <seungha.yang@navercorp.com>",
7088                "description": "Direct3D11/DXVA based H.264 video decoder",
7089                "hierarchy": [
7090                    "GstD3D11H264Dec",
7091                    "GstH264Decoder",
7092                    "GstVideoDecoder",
7093                    "GstElement",
7094                    "GstObject",
7095                    "GInitiallyUnowned",
7096                    "GObject"
7097                ],
7098                "klass": "Codec/Decoder/Video/Hardware",
7099                "long-name": "Direct3D11/DXVA H.264 Intel(R) Iris(R) Plus Graphics Decoder",
7100                "pad-templates": {
7101                    "sink": {
7102                        "caps": "video/x-h264:\n  stream-format: { (string)avc, (string)avc3, (string)byte-stream }\n      alignment: au\n        profile: { (string)high, (string)progressive-high, (string)constrained-high, (string)main, (string)constrained-baseline, (string)baseline }\n          width: [ 1, 4096 ]\n         height: [ 1, 4096 ]\n",
7103                        "direction": "sink",
7104                        "presence": "always"
7105                    },
7106                    "src": {
7107                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: NV12\n          width: [ 1, 4096 ]\n         height: [ 1, 4096 ]\nvideo/x-raw:\n         format: NV12\n          width: [ 1, 4096 ]\n         height: [ 1, 4096 ]\n",
7108                        "direction": "src",
7109                        "presence": "always"
7110                    }
7111                },
7112                "properties": {
7113                    "adapter-luid": {
7114                        "blurb": "DXGI Adapter LUID (Locally Unique Identifier) of created device",
7115                        "conditionally-available": false,
7116                        "construct": false,
7117                        "construct-only": false,
7118                        "controllable": false,
7119                        "default": "86670",
7120                        "max": "9223372036854775807",
7121                        "min": "-9223372036854775808",
7122                        "mutable": "null",
7123                        "readable": true,
7124                        "type": "gint64",
7125                        "writable": false
7126                    },
7127                    "device-id": {
7128                        "blurb": "DXGI Device ID",
7129                        "conditionally-available": false,
7130                        "construct": false,
7131                        "construct-only": false,
7132                        "controllable": false,
7133                        "default": "35410",
7134                        "max": "-1",
7135                        "min": "0",
7136                        "mutable": "null",
7137                        "readable": true,
7138                        "type": "guint",
7139                        "writable": false
7140                    },
7141                    "vendor-id": {
7142                        "blurb": "DXGI Vendor ID",
7143                        "conditionally-available": false,
7144                        "construct": false,
7145                        "construct-only": false,
7146                        "controllable": false,
7147                        "default": "32902",
7148                        "max": "-1",
7149                        "min": "0",
7150                        "mutable": "null",
7151                        "readable": true,
7152                        "type": "guint",
7153                        "writable": false
7154                    }
7155                },
7156                "rank": "secondary"
7157            },
7158            "d3d11h265dec": {
7159                "author": "Seungha Yang <seungha.yang@navercorp.com>",
7160                "description": "Direct3D11/DXVA based H.265 video decoder",
7161                "hierarchy": [
7162                    "GstD3D11H265Dec",
7163                    "GstH265Decoder",
7164                    "GstVideoDecoder",
7165                    "GstElement",
7166                    "GstObject",
7167                    "GInitiallyUnowned",
7168                    "GObject"
7169                ],
7170                "klass": "Codec/Decoder/Video/Hardware",
7171                "long-name": "Direct3D11/DXVA H.265 Intel(R) Iris(R) Plus Graphics Decoder",
7172                "pad-templates": {
7173                    "sink": {
7174                        "caps": "video/x-h265:\n  stream-format: { (string)hev1, (string)hvc1, (string)byte-stream }\n      alignment: au\n        profile: { (string)main, (string)main-10 }\n          width: [ 1, 8192 ]\n         height: [ 1, 8192 ]\n",
7175                        "direction": "sink",
7176                        "presence": "always"
7177                    },
7178                    "src": {
7179                        "caps": "video/x-raw:\n         format: { NV12, P010_10LE }\n          width: [ 1, 8192 ]\n         height: [ 1, 8192 ]\n\nvideo/x-raw(format:Interlaced):\n         format: { NV12, P010_10LE }\n          width: [ 1, 8192 ]\n         height: [ 1, 8192 ]\n interlace-mode: alternate\n\nvideo/x-raw(memory:D3D11Memory):\n         format: { NV12, P010_10LE }\n          width: [ 1, 8192 ]\n         height: [ 1, 8192 ]\n",
7180                        "direction": "src",
7181                        "presence": "always"
7182                    }
7183                },
7184                "properties": {
7185                    "adapter-luid": {
7186                        "blurb": "DXGI Adapter LUID (Locally Unique Identifier) of created device",
7187                        "conditionally-available": false,
7188                        "construct": false,
7189                        "construct-only": false,
7190                        "controllable": false,
7191                        "default": "86670",
7192                        "max": "9223372036854775807",
7193                        "min": "-9223372036854775808",
7194                        "mutable": "null",
7195                        "readable": true,
7196                        "type": "gint64",
7197                        "writable": false
7198                    },
7199                    "device-id": {
7200                        "blurb": "DXGI Device ID",
7201                        "conditionally-available": false,
7202                        "construct": false,
7203                        "construct-only": false,
7204                        "controllable": false,
7205                        "default": "35410",
7206                        "max": "-1",
7207                        "min": "0",
7208                        "mutable": "null",
7209                        "readable": true,
7210                        "type": "guint",
7211                        "writable": false
7212                    },
7213                    "vendor-id": {
7214                        "blurb": "DXGI Vendor ID",
7215                        "conditionally-available": false,
7216                        "construct": false,
7217                        "construct-only": false,
7218                        "controllable": false,
7219                        "default": "32902",
7220                        "max": "-1",
7221                        "min": "0",
7222                        "mutable": "null",
7223                        "readable": true,
7224                        "type": "guint",
7225                        "writable": false
7226                    }
7227                },
7228                "rank": "secondary"
7229            },
7230            "d3d11mpeg2dec": {
7231                "author": "Seungha Yang <seungha@centricular.com>",
7232                "description": "Direct3D11/DXVA based MPEG2 video decoder",
7233                "hierarchy": [
7234                    "GstD3D11Mpeg2Dec",
7235                    "GstMpeg2Decoder",
7236                    "GstVideoDecoder",
7237                    "GstElement",
7238                    "GstObject",
7239                    "GInitiallyUnowned",
7240                    "GObject"
7241                ],
7242                "klass": "Codec/Decoder/Video/Hardware",
7243                "long-name": "Direct3D11/DXVA MPEG2 Intel(R) Iris(R) Plus Graphics Decoder",
7244                "pad-templates": {
7245                    "sink": {
7246                        "caps": "video/mpeg:\n    mpegversion: 2\n   systemstream: false\n        profile: { (string)main, (string)simple }\n          width: [ 1, 1920 ]\n         height: [ 1, 1920 ]\n",
7247                        "direction": "sink",
7248                        "presence": "always"
7249                    },
7250                    "src": {
7251                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: NV12\n          width: [ 1, 1920 ]\n         height: [ 1, 1920 ]\nvideo/x-raw:\n         format: NV12\n          width: [ 1, 1920 ]\n         height: [ 1, 1920 ]\n",
7252                        "direction": "src",
7253                        "presence": "always"
7254                    }
7255                },
7256                "properties": {
7257                    "adapter-luid": {
7258                        "blurb": "DXGI Adapter LUID (Locally Unique Identifier) of created device",
7259                        "conditionally-available": false,
7260                        "construct": false,
7261                        "construct-only": false,
7262                        "controllable": false,
7263                        "default": "86670",
7264                        "max": "9223372036854775807",
7265                        "min": "-9223372036854775808",
7266                        "mutable": "null",
7267                        "readable": true,
7268                        "type": "gint64",
7269                        "writable": false
7270                    },
7271                    "device-id": {
7272                        "blurb": "DXGI Device ID",
7273                        "conditionally-available": false,
7274                        "construct": false,
7275                        "construct-only": false,
7276                        "controllable": false,
7277                        "default": "35410",
7278                        "max": "-1",
7279                        "min": "0",
7280                        "mutable": "null",
7281                        "readable": true,
7282                        "type": "guint",
7283                        "writable": false
7284                    },
7285                    "vendor-id": {
7286                        "blurb": "DXGI Vendor ID",
7287                        "conditionally-available": false,
7288                        "construct": false,
7289                        "construct-only": false,
7290                        "controllable": false,
7291                        "default": "32902",
7292                        "max": "-1",
7293                        "min": "0",
7294                        "mutable": "null",
7295                        "readable": true,
7296                        "type": "guint",
7297                        "writable": false
7298                    }
7299                },
7300                "rank": "secondary"
7301            },
7302            "d3d11scale": {
7303                "author": "Seungha Yang <seungha@centricular.com>",
7304                "description": "Resizes video using Direct3D11",
7305                "hierarchy": [
7306                    "GstD3D11Scale",
7307                    "GstD3D11BaseConvert",
7308                    "GstD3D11BaseFilter",
7309                    "GstBaseTransform",
7310                    "GstElement",
7311                    "GstObject",
7312                    "GInitiallyUnowned",
7313                    "GObject"
7314                ],
7315                "klass": "Filter/Converter/Video/Scaler/Hardware",
7316                "long-name": "Direct3D11 scaler",
7317                "pad-templates": {
7318                    "sink": {
7319                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:D3D11Memory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
7320                        "direction": "sink",
7321                        "presence": "always"
7322                    },
7323                    "src": {
7324                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:D3D11Memory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
7325                        "direction": "src",
7326                        "presence": "always"
7327                    }
7328                },
7329                "properties": {
7330                    "add-borders": {
7331                        "blurb": "Add black borders if necessary to keep the display aspect ratio",
7332                        "conditionally-available": false,
7333                        "construct": false,
7334                        "construct-only": false,
7335                        "controllable": false,
7336                        "default": "true",
7337                        "mutable": "playing",
7338                        "readable": true,
7339                        "type": "gboolean",
7340                        "writable": true
7341                    }
7342                },
7343                "rank": "none"
7344            },
7345            "d3d11screencapturesrc": {
7346                "author": "Seungha Yang <seungha@centricular.com>",
7347                "description": "Capture desktop image by using Desktop Duplication API",
7348                "hierarchy": [
7349                    "GstD3D11ScreenCaptureSrc",
7350                    "GstBaseSrc",
7351                    "GstElement",
7352                    "GstObject",
7353                    "GInitiallyUnowned",
7354                    "GObject"
7355                ],
7356                "klass": "Source/Video",
7357                "long-name": "Direct3D11 screen capture src",
7358                "pad-templates": {
7359                    "src": {
7360                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: BGRA\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRA\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
7361                        "direction": "src",
7362                        "presence": "always"
7363                    }
7364                },
7365                "properties": {
7366                    "monitor-handle": {
7367                        "blurb": "A HMONITOR handle of monitor to capture",
7368                        "conditionally-available": false,
7369                        "construct": false,
7370                        "construct-only": false,
7371                        "controllable": false,
7372                        "default": "0",
7373                        "max": "18446744073709551615",
7374                        "min": "0",
7375                        "mutable": "ready",
7376                        "readable": true,
7377                        "type": "guint64",
7378                        "writable": true
7379                    },
7380                    "monitor-index": {
7381                        "blurb": "Zero-based index for monitor to capture (-1 = primary monitor)",
7382                        "conditionally-available": false,
7383                        "construct": false,
7384                        "construct-only": false,
7385                        "controllable": false,
7386                        "default": "-1",
7387                        "max": "2147483647",
7388                        "min": "-1",
7389                        "mutable": "ready",
7390                        "readable": true,
7391                        "type": "gint",
7392                        "writable": true
7393                    },
7394                    "show-cursor": {
7395                        "blurb": "Whether to show mouse cursor",
7396                        "conditionally-available": false,
7397                        "construct": false,
7398                        "construct-only": false,
7399                        "controllable": false,
7400                        "default": "false",
7401                        "mutable": "null",
7402                        "readable": true,
7403                        "type": "gboolean",
7404                        "writable": true
7405                    }
7406                },
7407                "rank": "none"
7408            },
7409            "d3d11upload": {
7410                "author": "Seungha Yang <seungha.yang@navercorp.com>",
7411                "description": "Uploads data into Direct3D11 texture memory",
7412                "hierarchy": [
7413                    "GstD3D11Upload",
7414                    "GstD3D11BaseFilter",
7415                    "GstBaseTransform",
7416                    "GstElement",
7417                    "GstObject",
7418                    "GInitiallyUnowned",
7419                    "GObject"
7420                ],
7421                "klass": "Filter/Video",
7422                "long-name": "Direct3D11 uploader",
7423                "pad-templates": {
7424                    "sink": {
7425                        "caps": "video/x-raw:\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:SystemMemory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:D3D11Memory):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:D3D11Memory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
7426                        "direction": "sink",
7427                        "presence": "always"
7428                    },
7429                    "src": {
7430                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:D3D11Memory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:SystemMemory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
7431                        "direction": "src",
7432                        "presence": "always"
7433                    }
7434                },
7435                "rank": "none"
7436            },
7437            "d3d11videosink": {
7438                "author": "Seungha Yang <seungha.yang@navercorp.com>",
7439                "description": "A Direct3D11 based videosink",
7440                "hierarchy": [
7441                    "GstD3D11VideoSink",
7442                    "GstVideoSink",
7443                    "GstBaseSink",
7444                    "GstElement",
7445                    "GstObject",
7446                    "GInitiallyUnowned",
7447                    "GObject"
7448                ],
7449                "interfaces": [
7450                    "GstVideoOverlay",
7451                    "GstNavigation"
7452                ],
7453                "klass": "Sink/Video",
7454                "long-name": "Direct3D11 video sink",
7455                "pad-templates": {
7456                    "sink": {
7457                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:D3D11Memory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:SystemMemory, meta:GstVideoOverlayComposition):\n         format: { BGRA, RGBA, RGB10A2_LE, BGRx, RGBx, VUYA, NV12, NV21, P010_10LE, P012_LE, P016_LE, I420, YV12, I420_10LE, I420_12LE, Y42B, I422_10LE, I422_12LE, Y444, Y444_10LE, Y444_12LE, Y444_16LE, GRAY8, GRAY16_LE, Y410 }\n          width: [ 1, 16384 ]\n         height: [ 1, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
7458                        "direction": "sink",
7459                        "presence": "always"
7460                    }
7461                },
7462                "properties": {
7463                    "adapter": {
7464                        "blurb": "Adapter index for creating device (-1 for default)",
7465                        "conditionally-available": false,
7466                        "construct": false,
7467                        "construct-only": false,
7468                        "controllable": false,
7469                        "default": "-1",
7470                        "max": "2147483647",
7471                        "min": "-1",
7472                        "mutable": "ready",
7473                        "readable": true,
7474                        "type": "gint",
7475                        "writable": true
7476                    },
7477                    "draw-on-shared-texture": {
7478                        "blurb": "Draw on user provided shared texture instead of window. When enabled, user can pass application's own texture to sink by using \"draw\" action signal on \"begin-draw\" signal handler, so that sink can draw video data on application's texture. Supported texture formats for user texture are DXGI_FORMAT_R8G8B8A8_UNORM, DXGI_FORMAT_B8G8R8A8_UNORM, and DXGI_FORMAT_R10G10B10A2_UNORM.",
7479                        "conditionally-available": false,
7480                        "construct": false,
7481                        "construct-only": false,
7482                        "controllable": false,
7483                        "default": "false",
7484                        "mutable": "ready",
7485                        "readable": true,
7486                        "type": "gboolean",
7487                        "writable": true
7488                    },
7489                    "enable-navigation-events": {
7490                        "blurb": "When enabled, navigation events are sent upstream",
7491                        "conditionally-available": false,
7492                        "construct": false,
7493                        "construct-only": false,
7494                        "controllable": false,
7495                        "default": "true",
7496                        "mutable": "null",
7497                        "readable": true,
7498                        "type": "gboolean",
7499                        "writable": true
7500                    },
7501                    "force-aspect-ratio": {
7502                        "blurb": "When enabled, scaling will respect original aspect ratio",
7503                        "conditionally-available": false,
7504                        "construct": false,
7505                        "construct-only": false,
7506                        "controllable": false,
7507                        "default": "true",
7508                        "mutable": "null",
7509                        "readable": true,
7510                        "type": "gboolean",
7511                        "writable": true
7512                    },
7513                    "fullscreen": {
7514                        "blurb": "Ignored when \"fullscreen-toggle-mode\" does not include \"property\"",
7515                        "conditionally-available": false,
7516                        "construct": false,
7517                        "construct-only": false,
7518                        "controllable": false,
7519                        "default": "false",
7520                        "mutable": "null",
7521                        "readable": true,
7522                        "type": "gboolean",
7523                        "writable": true
7524                    },
7525                    "fullscreen-toggle-mode": {
7526                        "blurb": "Full screen toggle mode used to trigger fullscreen mode change",
7527                        "conditionally-available": false,
7528                        "construct": false,
7529                        "construct-only": false,
7530                        "controllable": false,
7531                        "default": "none",
7532                        "mutable": "null",
7533                        "readable": true,
7534                        "type": "GstD3D11WindowFullscreenToggleMode",
7535                        "writable": true
7536                    }
7537                },
7538                "rank": "primary",
7539                "signals": {
7540                    "begin-draw": {
7541                        "args": [],
7542                        "return-type": "void",
7543                        "when": "last"
7544                    },
7545                    "draw": {
7546                        "action": true,
7547                        "args": [
7548                            {
7549                                "name": "arg0",
7550                                "type": "gpointer"
7551                            },
7552                            {
7553                                "name": "arg1",
7554                                "type": "guint"
7555                            },
7556                            {
7557                                "name": "arg2",
7558                                "type": "guint64"
7559                            },
7560                            {
7561                                "name": "arg3",
7562                                "type": "guint64"
7563                            }
7564                        ],
7565                        "return-type": "gboolean",
7566                        "when": "last"
7567                    }
7568                }
7569            },
7570            "d3d11vp8dec": {
7571                "author": "Seungha Yang <seungha.yang@navercorp.com>",
7572                "description": "Direct3D11/DXVA based VP8 video decoder",
7573                "hierarchy": [
7574                    "GstD3D11Vp8Dec",
7575                    "GstVp8Decoder",
7576                    "GstVideoDecoder",
7577                    "GstElement",
7578                    "GstObject",
7579                    "GInitiallyUnowned",
7580                    "GObject"
7581                ],
7582                "klass": "Codec/Decoder/Video/Hardware",
7583                "long-name": "Direct3D11/DXVA VP8 Intel(R) Iris(R) Plus Graphics Decoder",
7584                "pad-templates": {
7585                    "sink": {
7586                        "caps": "video/x-vp8:\n          width: [ 1, 4096 ]\n         height: [ 1, 4096 ]\n",
7587                        "direction": "sink",
7588                        "presence": "always"
7589                    },
7590                    "src": {
7591                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: NV12\n          width: [ 1, 4096 ]\n         height: [ 1, 4096 ]\nvideo/x-raw:\n         format: NV12\n          width: [ 1, 4096 ]\n         height: [ 1, 4096 ]\n",
7592                        "direction": "src",
7593                        "presence": "always"
7594                    }
7595                },
7596                "properties": {
7597                    "adapter-luid": {
7598                        "blurb": "DXGI Adapter LUID (Locally Unique Identifier) of created device",
7599                        "conditionally-available": false,
7600                        "construct": false,
7601                        "construct-only": false,
7602                        "controllable": false,
7603                        "default": "86670",
7604                        "max": "9223372036854775807",
7605                        "min": "-9223372036854775808",
7606                        "mutable": "null",
7607                        "readable": true,
7608                        "type": "gint64",
7609                        "writable": false
7610                    },
7611                    "device-id": {
7612                        "blurb": "DXGI Device ID",
7613                        "conditionally-available": false,
7614                        "construct": false,
7615                        "construct-only": false,
7616                        "controllable": false,
7617                        "default": "35410",
7618                        "max": "-1",
7619                        "min": "0",
7620                        "mutable": "null",
7621                        "readable": true,
7622                        "type": "guint",
7623                        "writable": false
7624                    },
7625                    "vendor-id": {
7626                        "blurb": "DXGI Vendor ID",
7627                        "conditionally-available": false,
7628                        "construct": false,
7629                        "construct-only": false,
7630                        "controllable": false,
7631                        "default": "32902",
7632                        "max": "-1",
7633                        "min": "0",
7634                        "mutable": "null",
7635                        "readable": true,
7636                        "type": "guint",
7637                        "writable": false
7638                    }
7639                },
7640                "rank": "secondary"
7641            },
7642            "d3d11vp9dec": {
7643                "author": "Seungha Yang <seungha.yang@navercorp.com>",
7644                "description": "Direct3D11/DXVA based VP9 video decoder",
7645                "hierarchy": [
7646                    "GstD3D11Vp9Dec",
7647                    "GstVp9Decoder",
7648                    "GstVideoDecoder",
7649                    "GstElement",
7650                    "GstObject",
7651                    "GInitiallyUnowned",
7652                    "GObject"
7653                ],
7654                "klass": "Codec/Decoder/Video/Hardware",
7655                "long-name": "Direct3D11/DXVA VP9 Intel(R) Iris(R) Plus Graphics Decoder",
7656                "pad-templates": {
7657                    "sink": {
7658                        "caps": "video/x-vp9:\n      alignment: frame\n        profile: { (string)0, (string)2 }\n          width: [ 1, 8192 ]\n         height: [ 1, 8192 ]\n",
7659                        "direction": "sink",
7660                        "presence": "always"
7661                    },
7662                    "src": {
7663                        "caps": "video/x-raw(memory:D3D11Memory):\n         format: { NV12, P010_10LE }\n          width: [ 1, 8192 ]\n         height: [ 1, 8192 ]\nvideo/x-raw:\n         format: { NV12, P010_10LE }\n          width: [ 1, 8192 ]\n         height: [ 1, 8192 ]\n",
7664                        "direction": "src",
7665                        "presence": "always"
7666                    }
7667                },
7668                "properties": {
7669                    "adapter-luid": {
7670                        "blurb": "DXGI Adapter LUID (Locally Unique Identifier) of created device",
7671                        "conditionally-available": false,
7672                        "construct": false,
7673                        "construct-only": false,
7674                        "controllable": false,
7675                        "default": "86670",
7676                        "max": "9223372036854775807",
7677                        "min": "-9223372036854775808",
7678                        "mutable": "null",
7679                        "readable": true,
7680                        "type": "gint64",
7681                        "writable": false
7682                    },
7683                    "device-id": {
7684                        "blurb": "DXGI Device ID",
7685                        "conditionally-available": false,
7686                        "construct": false,
7687                        "construct-only": false,
7688                        "controllable": false,
7689                        "default": "35410",
7690                        "max": "-1",
7691                        "min": "0",
7692                        "mutable": "null",
7693                        "readable": true,
7694                        "type": "guint",
7695                        "writable": false
7696                    },
7697                    "vendor-id": {
7698                        "blurb": "DXGI Vendor ID",
7699                        "conditionally-available": false,
7700                        "construct": false,
7701                        "construct-only": false,
7702                        "controllable": false,
7703                        "default": "32902",
7704                        "max": "-1",
7705                        "min": "0",
7706                        "mutable": "null",
7707                        "readable": true,
7708                        "type": "guint",
7709                        "writable": false
7710                    }
7711                },
7712                "rank": "secondary"
7713            }
7714        },
7715        "filename": "gstd3d11",
7716        "license": "LGPL",
7717        "other-types": {
7718            "GstD3D11BaseConvert": {
7719                "hierarchy": [
7720                    "GstD3D11BaseConvert",
7721                    "GstD3D11BaseFilter",
7722                    "GstBaseTransform",
7723                    "GstElement",
7724                    "GstObject",
7725                    "GInitiallyUnowned",
7726                    "GObject"
7727                ],
7728                "kind": "object"
7729            },
7730            "GstD3D11BaseFilter": {
7731                "hierarchy": [
7732                    "GstD3D11BaseFilter",
7733                    "GstBaseTransform",
7734                    "GstElement",
7735                    "GstObject",
7736                    "GInitiallyUnowned",
7737                    "GObject"
7738                ],
7739                "kind": "object",
7740                "properties": {
7741                    "adapter": {
7742                        "blurb": "Adapter index for creating device (-1 for default)",
7743                        "conditionally-available": false,
7744                        "construct": false,
7745                        "construct-only": false,
7746                        "controllable": false,
7747                        "default": "-1",
7748                        "max": "2147483647",
7749                        "min": "-1",
7750                        "mutable": "ready",
7751                        "readable": true,
7752                        "type": "gint",
7753                        "writable": true
7754                    }
7755                }
7756            },
7757            "GstD3D11CompositorBackground": {
7758                "kind": "enum",
7759                "values": [
7760                    {
7761                        "desc": "Checker pattern",
7762                        "name": "checker",
7763                        "value": "0"
7764                    },
7765                    {
7766                        "desc": "Black",
7767                        "name": "black",
7768                        "value": "1"
7769                    },
7770                    {
7771                        "desc": "White",
7772                        "name": "white",
7773                        "value": "2"
7774                    },
7775                    {
7776                        "desc": "Transparent Background to enable further compositing",
7777                        "name": "transparent",
7778                        "value": "3"
7779                    }
7780                ]
7781            },
7782            "GstD3D11CompositorBinInput": {
7783                "hierarchy": [
7784                    "GstD3D11CompositorBinInput",
7785                    "GstD3D11CompositorBinPad",
7786                    "GstGhostPad",
7787                    "GstProxyPad",
7788                    "GstPad",
7789                    "GstObject",
7790                    "GInitiallyUnowned",
7791                    "GObject"
7792                ],
7793                "kind": "object",
7794                "properties": {
7795                    "alpha": {
7796                        "blurb": "Alpha of the picture",
7797                        "conditionally-available": false,
7798                        "construct": false,
7799                        "construct-only": false,
7800                        "controllable": true,
7801                        "default": "0",
7802                        "max": "1",
7803                        "min": "0",
7804                        "mutable": "null",
7805                        "readable": true,
7806                        "type": "gdouble",
7807                        "writable": true
7808                    },
7809                    "blend-dest-alpha": {
7810                        "blurb": "Blend factor for destination alpha, \"*-color\" values are not allowed",
7811                        "conditionally-available": false,
7812                        "construct": false,
7813                        "construct-only": false,
7814                        "controllable": true,
7815                        "default": "zero (0)",
7816                        "mutable": "null",
7817                        "readable": true,
7818                        "type": "GstD3D11CompositorBlend",
7819                        "writable": true
7820                    },
7821                    "blend-dest-rgb": {
7822                        "blurb": "Blend factor for destination RGB",
7823                        "conditionally-available": false,
7824                        "construct": false,
7825                        "construct-only": false,
7826                        "controllable": true,
7827                        "default": "zero (0)",
7828                        "mutable": "null",
7829                        "readable": true,
7830                        "type": "GstD3D11CompositorBlend",
7831                        "writable": true
7832                    },
7833                    "blend-factor-alpha": {
7834                        "blurb": "Blend factor for alpha component when blend type is \"blend-factor\" or \"inv-blend-factor\"",
7835                        "conditionally-available": false,
7836                        "construct": false,
7837                        "construct-only": false,
7838                        "controllable": true,
7839                        "default": "0",
7840                        "max": "1",
7841                        "min": "0",
7842                        "mutable": "null",
7843                        "readable": true,
7844                        "type": "gfloat",
7845                        "writable": true
7846                    },
7847                    "blend-factor-blue": {
7848                        "blurb": "Blend factor for blue component when blend type is \"blend-factor\" or \"inv-blend-factor\"",
7849                        "conditionally-available": false,
7850                        "construct": false,
7851                        "construct-only": false,
7852                        "controllable": true,
7853                        "default": "0",
7854                        "max": "1",
7855                        "min": "0",
7856                        "mutable": "null",
7857                        "readable": true,
7858                        "type": "gfloat",
7859                        "writable": true
7860                    },
7861                    "blend-factor-green": {
7862                        "blurb": "Blend factor for green component when blend type is \"blend-factor\" or \"inv-blend-factor\"",
7863                        "conditionally-available": false,
7864                        "construct": false,
7865                        "construct-only": false,
7866                        "controllable": true,
7867                        "default": "0",
7868                        "max": "1",
7869                        "min": "0",
7870                        "mutable": "null",
7871                        "readable": true,
7872                        "type": "gfloat",
7873                        "writable": true
7874                    },
7875                    "blend-factor-red": {
7876                        "blurb": "Blend factor for red component when blend type is \"blend-factor\" or \"inv-blend-factor\"",
7877                        "conditionally-available": false,
7878                        "construct": false,
7879                        "construct-only": false,
7880                        "controllable": true,
7881                        "default": "0",
7882                        "max": "1",
7883                        "min": "0",
7884                        "mutable": "null",
7885                        "readable": true,
7886                        "type": "gfloat",
7887                        "writable": true
7888                    },
7889                    "blend-op-alpha": {
7890                        "blurb": "Blend equation for alpha",
7891                        "conditionally-available": false,
7892                        "construct": false,
7893                        "construct-only": false,
7894                        "controllable": true,
7895                        "default": "add (0)",
7896                        "mutable": "null",
7897                        "readable": true,
7898                        "type": "GstD3D11CompositorBlendOperation",
7899                        "writable": true
7900                    },
7901                    "blend-op-rgb": {
7902                        "blurb": "Blend equation for RGB",
7903                        "conditionally-available": false,
7904                        "construct": false,
7905                        "construct-only": false,
7906                        "controllable": true,
7907                        "default": "add (0)",
7908                        "mutable": "null",
7909                        "readable": true,
7910                        "type": "GstD3D11CompositorBlendOperation",
7911                        "writable": true
7912                    },
7913                    "blend-src-alpha": {
7914                        "blurb": "Blend factor for source alpha, \"*-color\" values are not allowed",
7915                        "conditionally-available": false,
7916                        "construct": false,
7917                        "construct-only": false,
7918                        "controllable": true,
7919                        "default": "zero (0)",
7920                        "mutable": "null",
7921                        "readable": true,
7922                        "type": "GstD3D11CompositorBlend",
7923                        "writable": true
7924                    },
7925                    "blend-src-rgb": {
7926                        "blurb": "Blend factor for source RGB",
7927                        "conditionally-available": false,
7928                        "construct": false,
7929                        "construct-only": false,
7930                        "controllable": true,
7931                        "default": "zero (0)",
7932                        "mutable": "null",
7933                        "readable": true,
7934                        "type": "GstD3D11CompositorBlend",
7935                        "writable": true
7936                    },
7937                    "height": {
7938                        "blurb": "Height of the picture",
7939                        "conditionally-available": false,
7940                        "construct": false,
7941                        "construct-only": false,
7942                        "controllable": true,
7943                        "default": "0",
7944                        "max": "2147483647",
7945                        "min": "-2147483648",
7946                        "mutable": "null",
7947                        "readable": true,
7948                        "type": "gint",
7949                        "writable": true
7950                    },
7951                    "max-last-buffer-repeat": {
7952                        "blurb": "Repeat last buffer for time (in ns, -1=until EOS), behaviour on EOS is not affected",
7953                        "conditionally-available": false,
7954                        "construct": false,
7955                        "construct-only": false,
7956                        "controllable": false,
7957                        "default": "0",
7958                        "max": "18446744073709551615",
7959                        "min": "0",
7960                        "mutable": "playing",
7961                        "readable": true,
7962                        "type": "guint64",
7963                        "writable": true
7964                    },
7965                    "repeat-after-eos": {
7966                        "blurb": "Repeat the last frame after EOS until all pads are EOS",
7967                        "conditionally-available": false,
7968                        "construct": false,
7969                        "construct-only": false,
7970                        "controllable": true,
7971                        "default": "false",
7972                        "mutable": "null",
7973                        "readable": true,
7974                        "type": "gboolean",
7975                        "writable": true
7976                    },
7977                    "sizing-policy": {
7978                        "blurb": "Sizing policy to use for image scaling",
7979                        "conditionally-available": false,
7980                        "construct": false,
7981                        "construct-only": false,
7982                        "controllable": true,
7983                        "default": "none (0)",
7984                        "mutable": "null",
7985                        "readable": true,
7986                        "type": "GstD3D11CompositorSizingPolicy",
7987                        "writable": true
7988                    },
7989                    "width": {
7990                        "blurb": "Width of the picture",
7991                        "conditionally-available": false,
7992                        "construct": false,
7993                        "construct-only": false,
7994                        "controllable": true,
7995                        "default": "0",
7996                        "max": "2147483647",
7997                        "min": "-2147483648",
7998                        "mutable": "null",
7999                        "readable": true,
8000                        "type": "gint",
8001                        "writable": true
8002                    },
8003                    "xpos": {
8004                        "blurb": "X position of the picture",
8005                        "conditionally-available": false,
8006                        "construct": false,
8007                        "construct-only": false,
8008                        "controllable": true,
8009                        "default": "0",
8010                        "max": "2147483647",
8011                        "min": "-2147483648",
8012                        "mutable": "null",
8013                        "readable": true,
8014                        "type": "gint",
8015                        "writable": true
8016                    },
8017                    "ypos": {
8018                        "blurb": "Y position of the picture",
8019                        "conditionally-available": false,
8020                        "construct": false,
8021                        "construct-only": false,
8022                        "controllable": true,
8023                        "default": "0",
8024                        "max": "2147483647",
8025                        "min": "-2147483648",
8026                        "mutable": "null",
8027                        "readable": true,
8028                        "type": "gint",
8029                        "writable": true
8030                    },
8031                    "zorder": {
8032                        "blurb": "Z Order of the picture",
8033                        "conditionally-available": false,
8034                        "construct": false,
8035                        "construct-only": false,
8036                        "controllable": true,
8037                        "default": "0",
8038                        "max": "-1",
8039                        "min": "0",
8040                        "mutable": "null",
8041                        "readable": true,
8042                        "type": "guint",
8043                        "writable": true
8044                    }
8045                }
8046            },
8047            "GstD3D11CompositorBinPad": {
8048                "hierarchy": [
8049                    "GstD3D11CompositorBinPad",
8050                    "GstGhostPad",
8051                    "GstProxyPad",
8052                    "GstPad",
8053                    "GstObject",
8054                    "GInitiallyUnowned",
8055                    "GObject"
8056                ],
8057                "kind": "object",
8058                "properties": {
8059                    "emit-signals": {
8060                        "blurb": "Send signals to signal data consumption",
8061                        "conditionally-available": false,
8062                        "construct": false,
8063                        "construct-only": false,
8064                        "controllable": false,
8065                        "default": "false",
8066                        "mutable": "null",
8067                        "readable": true,
8068                        "type": "gboolean",
8069                        "writable": true
8070                    }
8071                },
8072                "signals": {
8073                    "buffer-consumed": {
8074                        "args": [
8075                            {
8076                                "name": "arg0",
8077                                "type": "GstBuffer"
8078                            }
8079                        ],
8080                        "return-type": "void",
8081                        "when": "first"
8082                    }
8083                }
8084            },
8085            "GstD3D11CompositorBlend": {
8086                "kind": "enum",
8087                "values": [
8088                    {
8089                        "desc": "The blend factor is (0, 0, 0, 0)",
8090                        "name": "zero",
8091                        "value": "0"
8092                    },
8093                    {
8094                        "desc": "The blend factor is (1, 1, 1, 1)",
8095                        "name": "one",
8096                        "value": "1"
8097                    },
8098                    {
8099                        "desc": "The blend factor is (Rs, Gs, Bs, As)",
8100                        "name": "src-color",
8101                        "value": "2"
8102                    },
8103                    {
8104                        "desc": "The blend factor is (1 - Rs, 1 - Gs, 1 - Bs, 1 - As)",
8105                        "name": "inv-src-color",
8106                        "value": "3"
8107                    },
8108                    {
8109                        "desc": "The blend factor is (As, As, As, As)",
8110                        "name": "src-alpha",
8111                        "value": "4"
8112                    },
8113                    {
8114                        "desc": "The blend factor is (1 - As, 1 - As, 1 - As, 1 - As)",
8115                        "name": "inv-src-alpha",
8116                        "value": "5"
8117                    },
8118                    {
8119                        "desc": "The blend factor is (Ad, Ad, Ad, Ad)",
8120                        "name": "dest-alpha",
8121                        "value": "6"
8122                    },
8123                    {
8124                        "desc": "The blend factor is (1 - Ad, 1 - Ad, 1 - Ad, 1 - Ad)",
8125                        "name": "inv-dest-alpha",
8126                        "value": "7"
8127                    },
8128                    {
8129                        "desc": "The blend factor is (Rd, Gd, Bd, Ad)",
8130                        "name": "dest-color",
8131                        "value": "8"
8132                    },
8133                    {
8134                        "desc": "The blend factor is (1 - Rd, 1 - Gd, 1 - Bd, 1 - Ad)",
8135                        "name": "inv-dest-color",
8136                        "value": "9"
8137                    },
8138                    {
8139                        "desc": "The blend factor is (f, f, f, 1); where f = min(As, 1 - Ad)",
8140                        "name": "src-alpha-sat",
8141                        "value": "10"
8142                    },
8143                    {
8144                        "desc": "User defined blend factor",
8145                        "name": "blend-factor",
8146                        "value": "11"
8147                    },
8148                    {
8149                        "desc": "Inverse of user defined blend factor",
8150                        "name": "inv-blend-factor",
8151                        "value": "12"
8152                    }
8153                ]
8154            },
8155            "GstD3D11CompositorBlendOperation": {
8156                "kind": "enum",
8157                "values": [
8158                    {
8159                        "desc": "Add source and background",
8160                        "name": "add",
8161                        "value": "0"
8162                    },
8163                    {
8164                        "desc": "Subtract source from background",
8165                        "name": "subtract",
8166                        "value": "1"
8167                    },
8168                    {
8169                        "desc": "Subtract background from source",
8170                        "name": "rev-subtract",
8171                        "value": "2"
8172                    },
8173                    {
8174                        "desc": "Minimum of source and background",
8175                        "name": "min",
8176                        "value": "3"
8177                    },
8178                    {
8179                        "desc": "Maximum of source and background",
8180                        "name": "max",
8181                        "value": "4"
8182                    }
8183                ]
8184            },
8185            "GstD3D11CompositorPad": {
8186                "hierarchy": [
8187                    "GstD3D11CompositorPad",
8188                    "GstVideoAggregatorPad",
8189                    "GstAggregatorPad",
8190                    "GstPad",
8191                    "GstObject",
8192                    "GInitiallyUnowned",
8193                    "GObject"
8194                ],
8195                "kind": "object",
8196                "properties": {
8197                    "alpha": {
8198                        "blurb": "Alpha of the picture",
8199                        "conditionally-available": false,
8200                        "construct": false,
8201                        "construct-only": false,
8202                        "controllable": true,
8203                        "default": "1",
8204                        "max": "1",
8205                        "min": "0",
8206                        "mutable": "null",
8207                        "readable": true,
8208                        "type": "gdouble",
8209                        "writable": true
8210                    },
8211                    "blend-dest-alpha": {
8212                        "blurb": "Blend factor for destination alpha, \"*-color\" values are not allowed",
8213                        "conditionally-available": false,
8214                        "construct": false,
8215                        "construct-only": false,
8216                        "controllable": true,
8217                        "default": "inv-src-alpha (5)",
8218                        "mutable": "null",
8219                        "readable": true,
8220                        "type": "GstD3D11CompositorBlend",
8221                        "writable": true
8222                    },
8223                    "blend-dest-rgb": {
8224                        "blurb": "Blend factor for destination RGB",
8225                        "conditionally-available": false,
8226                        "construct": false,
8227                        "construct-only": false,
8228                        "controllable": true,
8229                        "default": "inv-src-alpha (5)",
8230                        "mutable": "null",
8231                        "readable": true,
8232                        "type": "GstD3D11CompositorBlend",
8233                        "writable": true
8234                    },
8235                    "blend-factor-alpha": {
8236                        "blurb": "Blend factor for alpha component when blend type is \"blend-factor\" or \"inv-blend-factor\"",
8237                        "conditionally-available": false,
8238                        "construct": false,
8239                        "construct-only": false,
8240                        "controllable": true,
8241                        "default": "1",
8242                        "max": "1",
8243                        "min": "0",
8244                        "mutable": "null",
8245                        "readable": true,
8246                        "type": "gfloat",
8247                        "writable": true
8248                    },
8249                    "blend-factor-blue": {
8250                        "blurb": "Blend factor for blue component when blend type is \"blend-factor\" or \"inv-blend-factor\"",
8251                        "conditionally-available": false,
8252                        "construct": false,
8253                        "construct-only": false,
8254                        "controllable": true,
8255                        "default": "1",
8256                        "max": "1",
8257                        "min": "0",
8258                        "mutable": "null",
8259                        "readable": true,
8260                        "type": "gfloat",
8261                        "writable": true
8262                    },
8263                    "blend-factor-green": {
8264                        "blurb": "Blend factor for green component when blend type is \"blend-factor\" or \"inv-blend-factor\"",
8265                        "conditionally-available": false,
8266                        "construct": false,
8267                        "construct-only": false,
8268                        "controllable": true,
8269                        "default": "1",
8270                        "max": "1",
8271                        "min": "0",
8272                        "mutable": "null",
8273                        "readable": true,
8274                        "type": "gfloat",
8275                        "writable": true
8276                    },
8277                    "blend-factor-red": {
8278                        "blurb": "Blend factor for red component when blend type is \"blend-factor\" or \"inv-blend-factor\"",
8279                        "conditionally-available": false,
8280                        "construct": false,
8281                        "construct-only": false,
8282                        "controllable": true,
8283                        "default": "1",
8284                        "max": "1",
8285                        "min": "0",
8286                        "mutable": "null",
8287                        "readable": true,
8288                        "type": "gfloat",
8289                        "writable": true
8290                    },
8291                    "blend-op-alpha": {
8292                        "blurb": "Blend equation for alpha",
8293                        "conditionally-available": false,
8294                        "construct": false,
8295                        "construct-only": false,
8296                        "controllable": true,
8297                        "default": "add (0)",
8298                        "mutable": "null",
8299                        "readable": true,
8300                        "type": "GstD3D11CompositorBlendOperation",
8301                        "writable": true
8302                    },
8303                    "blend-op-rgb": {
8304                        "blurb": "Blend equation for RGB",
8305                        "conditionally-available": false,
8306                        "construct": false,
8307                        "construct-only": false,
8308                        "controllable": true,
8309                        "default": "add (0)",
8310                        "mutable": "null",
8311                        "readable": true,
8312                        "type": "GstD3D11CompositorBlendOperation",
8313                        "writable": true
8314                    },
8315                    "blend-src-alpha": {
8316                        "blurb": "Blend factor for source alpha, \"*-color\" values are not allowed",
8317                        "conditionally-available": false,
8318                        "construct": false,
8319                        "construct-only": false,
8320                        "controllable": true,
8321                        "default": "one (1)",
8322                        "mutable": "null",
8323                        "readable": true,
8324                        "type": "GstD3D11CompositorBlend",
8325                        "writable": true
8326                    },
8327                    "blend-src-rgb": {
8328                        "blurb": "Blend factor for source RGB",
8329                        "conditionally-available": false,
8330                        "construct": false,
8331                        "construct-only": false,
8332                        "controllable": true,
8333                        "default": "src-alpha (4)",
8334                        "mutable": "null",
8335                        "readable": true,
8336                        "type": "GstD3D11CompositorBlend",
8337                        "writable": true
8338                    },
8339                    "height": {
8340                        "blurb": "Height of the picture",
8341                        "conditionally-available": false,
8342                        "construct": false,
8343                        "construct-only": false,
8344                        "controllable": true,
8345                        "default": "0",
8346                        "max": "2147483647",
8347                        "min": "-2147483648",
8348                        "mutable": "null",
8349                        "readable": true,
8350                        "type": "gint",
8351                        "writable": true
8352                    },
8353                    "sizing-policy": {
8354                        "blurb": "Sizing policy to use for image scaling",
8355                        "conditionally-available": false,
8356                        "construct": false,
8357                        "construct-only": false,
8358                        "controllable": true,
8359                        "default": "none (0)",
8360                        "mutable": "null",
8361                        "readable": true,
8362                        "type": "GstD3D11CompositorSizingPolicy",
8363                        "writable": true
8364                    },
8365                    "width": {
8366                        "blurb": "Width of the picture",
8367                        "conditionally-available": false,
8368                        "construct": false,
8369                        "construct-only": false,
8370                        "controllable": true,
8371                        "default": "0",
8372                        "max": "2147483647",
8373                        "min": "-2147483648",
8374                        "mutable": "null",
8375                        "readable": true,
8376                        "type": "gint",
8377                        "writable": true
8378                    },
8379                    "xpos": {
8380                        "blurb": "X position of the picture",
8381                        "conditionally-available": false,
8382                        "construct": false,
8383                        "construct-only": false,
8384                        "controllable": true,
8385                        "default": "0",
8386                        "max": "2147483647",
8387                        "min": "-2147483648",
8388                        "mutable": "null",
8389                        "readable": true,
8390                        "type": "gint",
8391                        "writable": true
8392                    },
8393                    "ypos": {
8394                        "blurb": "Y position of the picture",
8395                        "conditionally-available": false,
8396                        "construct": false,
8397                        "construct-only": false,
8398                        "controllable": true,
8399                        "default": "0",
8400                        "max": "2147483647",
8401                        "min": "-2147483648",
8402                        "mutable": "null",
8403                        "readable": true,
8404                        "type": "gint",
8405                        "writable": true
8406                    }
8407                }
8408            },
8409            "GstD3D11CompositorSizingPolicy": {
8410                "kind": "enum",
8411                "values": [
8412                    {
8413                        "desc": "None: Image is scaled to fill configured destination rectangle without padding or keeping the aspect ratio",
8414                        "name": "none",
8415                        "value": "0"
8416                    },
8417                    {
8418                        "desc": "Keep Aspect Ratio: Image is scaled to fit destination rectangle specified by GstCompositorPad:{xpos, ypos, width, height} with preserved aspect ratio. Resulting image will be centered in the destination rectangle with padding if necessary",
8419                        "name": "keep-aspect-ratio",
8420                        "value": "1"
8421                    }
8422                ]
8423            },
8424            "GstD3D11DeinterlaceMethod": {
8425                "kind": "flags",
8426                "values": [
8427                    {
8428                        "desc": "Blend: Blending top/bottom field pictures into one frame. Framerate will be preserved (e.g., 60i -> 30p)",
8429                        "name": "blend",
8430                        "value": "0x00000001"
8431                    },
8432                    {
8433                        "desc": "Bob: Interpolating missing lines by using the adjacent lines. Framerate will be doubled (e,g, 60i -> 60p)",
8434                        "name": "bob",
8435                        "value": "0x00000002"
8436                    },
8437                    {
8438                        "desc": "Adaptive: Interpolating missing lines by using spatial/temporal references. Framerate will be doubled (e,g, 60i -> 60p)",
8439                        "name": "adaptive",
8440                        "value": "0x00000004"
8441                    },
8442                    {
8443                        "desc": "Motion Compensation: Recreating missing lines by using motion vector. Framerate will be doubled (e,g, 60i -> 60p)",
8444                        "name": "mocomp",
8445                        "value": "0x00000008"
8446                    }
8447                ]
8448            },
8449            "GstD3D11WindowFullscreenToggleMode": {
8450                "kind": "flags",
8451                "values": [
8452                    {
8453                        "desc": "GST_D3D11_WINDOW_FULLSCREEN_TOGGLE_MODE_NONE",
8454                        "name": "none",
8455                        "value": "0x00000000"
8456                    },
8457                    {
8458                        "desc": "GST_D3D11_WINDOW_FULLSCREEN_TOGGLE_MODE_ALT_ENTER",
8459                        "name": "alt-enter",
8460                        "value": "0x00000002"
8461                    },
8462                    {
8463                        "desc": "GST_D3D11_WINDOW_FULLSCREEN_TOGGLE_MODE_PROPERTY",
8464                        "name": "property",
8465                        "value": "0x00000004"
8466                    }
8467                ]
8468            }
8469        },
8470        "package": "GStreamer Bad Plug-ins",
8471        "source": "gst-plugins-bad",
8472        "tracers": {},
8473        "url": "Unknown package origin"
8474    },
8475    "dash": {
8476        "description": "DASH plugin",
8477        "elements": {
8478            "dashdemux": {
8479                "author": "David Corvoysier <david.corvoysier@orange.com>\n                Hamid Zakari <hamid.zakari@gmail.com>\n                Gianluca Gennari <gennarone@gmail.com>",
8480                "description": "Dynamic Adaptive Streaming over HTTP demuxer",
8481                "hierarchy": [
8482                    "GstDashDemux",
8483                    "GstAdaptiveDemux",
8484                    "GstBin",
8485                    "GstElement",
8486                    "GstObject",
8487                    "GInitiallyUnowned",
8488                    "GObject"
8489                ],
8490                "interfaces": [
8491                    "GstChildProxy"
8492                ],
8493                "klass": "Codec/Demuxer/Adaptive",
8494                "long-name": "DASH Demuxer",
8495                "pad-templates": {
8496                    "audio_%%02u": {
8497                        "caps": "ANY",
8498                        "direction": "src",
8499                        "presence": "sometimes"
8500                    },
8501                    "sink": {
8502                        "caps": "application/dash+xml:\n",
8503                        "direction": "sink",
8504                        "presence": "always"
8505                    },
8506                    "subtitle_%%02u": {
8507                        "caps": "ANY",
8508                        "direction": "src",
8509                        "presence": "sometimes"
8510                    },
8511                    "video_%%02u": {
8512                        "caps": "ANY",
8513                        "direction": "src",
8514                        "presence": "sometimes"
8515                    }
8516                },
8517                "properties": {
8518                    "bandwidth-usage": {
8519                        "blurb": "Percentage of the available bandwidth to use when selecting representations (deprecated)",
8520                        "conditionally-available": false,
8521                        "construct": false,
8522                        "construct-only": false,
8523                        "controllable": false,
8524                        "default": "0.8",
8525                        "max": "1",
8526                        "min": "0",
8527                        "mutable": "null",
8528                        "readable": true,
8529                        "type": "gfloat",
8530                        "writable": true
8531                    },
8532                    "max-bitrate": {
8533                        "blurb": "Max of bitrate supported by target video decoder (0 = no maximum)",
8534                        "conditionally-available": false,
8535                        "construct": false,
8536                        "construct-only": false,
8537                        "controllable": false,
8538                        "default": "0",
8539                        "max": "-1",
8540                        "min": "0",
8541                        "mutable": "null",
8542                        "readable": true,
8543                        "type": "guint",
8544                        "writable": true
8545                    },
8546                    "max-buffering-time": {
8547                        "blurb": "Maximum number of seconds of buffer accumulated during playback(deprecated)",
8548                        "conditionally-available": false,
8549                        "construct": false,
8550                        "construct-only": false,
8551                        "controllable": false,
8552                        "default": "30",
8553                        "max": "-1",
8554                        "min": "2",
8555                        "mutable": "null",
8556                        "readable": true,
8557                        "type": "guint",
8558                        "writable": true
8559                    },
8560                    "max-video-framerate": {
8561                        "blurb": "Max video framerate to select (0/1 = no maximum)",
8562                        "conditionally-available": false,
8563                        "construct": false,
8564                        "construct-only": false,
8565                        "controllable": false,
8566                        "default": "0/1",
8567                        "max": "2147483647/1",
8568                        "min": "0/1",
8569                        "mutable": "null",
8570                        "readable": true,
8571                        "type": "GstFraction",
8572                        "writable": true
8573                    },
8574                    "max-video-height": {
8575                        "blurb": "Max video height to select (0 = no maximum)",
8576                        "conditionally-available": false,
8577                        "construct": false,
8578                        "construct-only": false,
8579                        "controllable": false,
8580                        "default": "0",
8581                        "max": "-1",
8582                        "min": "0",
8583                        "mutable": "null",
8584                        "readable": true,
8585                        "type": "guint",
8586                        "writable": true
8587                    },
8588                    "max-video-width": {
8589                        "blurb": "Max video width to select (0 = no maximum)",
8590                        "conditionally-available": false,
8591                        "construct": false,
8592                        "construct-only": false,
8593                        "controllable": false,
8594                        "default": "0",
8595                        "max": "-1",
8596                        "min": "0",
8597                        "mutable": "null",
8598                        "readable": true,
8599                        "type": "guint",
8600                        "writable": true
8601                    },
8602                    "presentation-delay": {
8603                        "blurb": "Default presentation delay (in seconds, milliseconds or fragments) (e.g. 12s, 2500ms, 3f)",
8604                        "conditionally-available": false,
8605                        "construct": false,
8606                        "construct-only": false,
8607                        "controllable": false,
8608                        "default": "10s",
8609                        "mutable": "null",
8610                        "readable": true,
8611                        "type": "gchararray",
8612                        "writable": true
8613                    }
8614                },
8615                "rank": "primary",
8616                "signals": {}
8617            },
8618            "dashsink": {
8619                "author": "Stéphane Cerveau <scerveau@collabora.com>",
8620                "description": "Dynamic Adaptive Streaming over HTTP sink",
8621                "hierarchy": [
8622                    "GstDashSink",
8623                    "GstBin",
8624                    "GstElement",
8625                    "GstObject",
8626                    "GInitiallyUnowned",
8627                    "GObject"
8628                ],
8629                "interfaces": [
8630                    "GstChildProxy"
8631                ],
8632                "klass": "Sink",
8633                "long-name": "DASH Sink",
8634                "pad-templates": {
8635                    "audio_%%u": {
8636                        "caps": "ANY",
8637                        "direction": "sink",
8638                        "presence": "request"
8639                    },
8640                    "subtitle_%%u": {
8641                        "caps": "ANY",
8642                        "direction": "sink",
8643                        "presence": "request"
8644                    },
8645                    "video_%%u": {
8646                        "caps": "ANY",
8647                        "direction": "sink",
8648                        "presence": "request"
8649                    }
8650                },
8651                "properties": {
8652                    "dynamic": {
8653                        "blurb": "Provides a dynamic mpd",
8654                        "conditionally-available": false,
8655                        "construct": false,
8656                        "construct-only": false,
8657                        "controllable": false,
8658                        "default": "false",
8659                        "mutable": "null",
8660                        "readable": true,
8661                        "type": "gboolean",
8662                        "writable": true
8663                    },
8664                    "min-buffer-time": {
8665                        "blurb": "Provides to the manifest a minimum buffer time in milliseconds",
8666                        "conditionally-available": false,
8667                        "construct": false,
8668                        "construct-only": false,
8669                        "controllable": false,
8670                        "default": "2000",
8671                        "max": "18446744073709551615",
8672                        "min": "0",
8673                        "mutable": "null",
8674                        "readable": true,
8675                        "type": "guint64",
8676                        "writable": true
8677                    },
8678                    "minimum-update-period": {
8679                        "blurb": "Provides to the manifest a minimum update period in milliseconds",
8680                        "conditionally-available": false,
8681                        "construct": false,
8682                        "construct-only": false,
8683                        "controllable": false,
8684                        "default": "0",
8685                        "max": "18446744073709551615",
8686                        "min": "0",
8687                        "mutable": "null",
8688                        "readable": true,
8689                        "type": "guint64",
8690                        "writable": true
8691                    },
8692                    "mpd-baseurl": {
8693                        "blurb": "BaseURL to set in the MPD",
8694                        "conditionally-available": false,
8695                        "construct": false,
8696                        "construct-only": false,
8697                        "controllable": false,
8698                        "default": "NULL",
8699                        "mutable": "null",
8700                        "readable": true,
8701                        "type": "gchararray",
8702                        "writable": true
8703                    },
8704                    "mpd-filename": {
8705                        "blurb": "filename of the mpd to write",
8706                        "conditionally-available": false,
8707                        "construct": false,
8708                        "construct-only": false,
8709                        "controllable": false,
8710                        "default": "dash.mpd",
8711                        "mutable": "null",
8712                        "readable": true,
8713                        "type": "gchararray",
8714                        "writable": true
8715                    },
8716                    "mpd-root-path": {
8717                        "blurb": "Path where the MPD and its fragents will be written",
8718                        "conditionally-available": false,
8719                        "construct": false,
8720                        "construct-only": false,
8721                        "controllable": false,
8722                        "default": "NULL",
8723                        "mutable": "null",
8724                        "readable": true,
8725                        "type": "gchararray",
8726                        "writable": true
8727                    },
8728                    "muxer": {
8729                        "blurb": "Muxer type to be used by dashsink to generate the fragment",
8730                        "conditionally-available": false,
8731                        "construct": false,
8732                        "construct-only": false,
8733                        "controllable": false,
8734                        "default": "ts (0)",
8735                        "mutable": "null",
8736                        "readable": true,
8737                        "type": "GstDashSinkMuxerType",
8738                        "writable": true
8739                    },
8740                    "period-duration": {
8741                        "blurb": "Provides the explicit duration of a period in milliseconds",
8742                        "conditionally-available": false,
8743                        "construct": false,
8744                        "construct-only": false,
8745                        "controllable": false,
8746                        "default": "18446744073709551615",
8747                        "max": "18446744073709551615",
8748                        "min": "0",
8749                        "mutable": "null",
8750                        "readable": true,
8751                        "type": "guint64",
8752                        "writable": true
8753                    },
8754                    "send-keyframe-requests": {
8755                        "blurb": "Send keyframe requests to ensure correct fragmentation. If this is disabled then the input must have keyframes in regular intervals",
8756                        "conditionally-available": false,
8757                        "construct": false,
8758                        "construct-only": false,
8759                        "controllable": false,
8760                        "default": "true",
8761                        "mutable": "null",
8762                        "readable": true,
8763                        "type": "gboolean",
8764                        "writable": true
8765                    },
8766                    "target-duration": {
8767                        "blurb": "The target duration in seconds of a segment/file. (0 - disabled, useful for management of segment duration by the streaming server)",
8768                        "conditionally-available": false,
8769                        "construct": false,
8770                        "construct-only": false,
8771                        "controllable": false,
8772                        "default": "15",
8773                        "max": "-1",
8774                        "min": "0",
8775                        "mutable": "null",
8776                        "readable": true,
8777                        "type": "guint",
8778                        "writable": true
8779                    },
8780                    "use-segment-list": {
8781                        "blurb": "Use segment list instead of segment template to create the segments",
8782                        "conditionally-available": false,
8783                        "construct": false,
8784                        "construct-only": false,
8785                        "controllable": false,
8786                        "default": "false",
8787                        "mutable": "null",
8788                        "readable": true,
8789                        "type": "gboolean",
8790                        "writable": true
8791                    }
8792                },
8793                "rank": "none",
8794                "signals": {
8795                    "get-fragment-stream": {
8796                        "args": [
8797                            {
8798                                "name": "arg0",
8799                                "type": "gchararray"
8800                            }
8801                        ],
8802                        "return-type": "GOutputStream",
8803                        "when": "last"
8804                    },
8805                    "get-playlist-stream": {
8806                        "args": [
8807                            {
8808                                "name": "arg0",
8809                                "type": "gchararray"
8810                            }
8811                        ],
8812                        "return-type": "GOutputStream",
8813                        "when": "last"
8814                    }
8815                }
8816            }
8817        },
8818        "filename": "gstdash",
8819        "license": "LGPL",
8820        "other-types": {
8821            "GstDashSinkMuxerType": {
8822                "kind": "enum",
8823                "values": [
8824                    {
8825                        "desc": "Use mpegtsmux",
8826                        "name": "ts",
8827                        "value": "0"
8828                    },
8829                    {
8830                        "desc": "Use mp4mux",
8831                        "name": "mp4",
8832                        "value": "1"
8833                    }
8834                ]
8835            }
8836        },
8837        "package": "GStreamer Bad Plug-ins",
8838        "source": "gst-plugins-bad",
8839        "tracers": {},
8840        "url": "Unknown package origin"
8841    },
8842    "dc1394": {
8843        "description": "1394 IIDC video source",
8844        "elements": {
8845            "dc1394src": {
8846                "author": "Antoine Tremblay <hexa00@gmail.com>",
8847                "description": "libdc1394 based source for IIDC cameras",
8848                "hierarchy": [
8849                    "GstDC1394Src",
8850                    "GstPushSrc",
8851                    "GstBaseSrc",
8852                    "GstElement",
8853                    "GstObject",
8854                    "GInitiallyUnowned",
8855                    "GObject"
8856                ],
8857                "klass": "Source/Video",
8858                "long-name": "1394 IIDC Video Source",
8859                "pad-templates": {
8860                    "src": {
8861                        "caps": "video/x-raw:\n         format: IYU2\n          width: 160\n         height: 120\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: UYVY\n          width: 320\n         height: 240\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: IYU1\n          width: 640\n         height: 480\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: UYVY\n          width: 640\n         height: 480\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: RGB\n          width: 640\n         height: 480\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: GRAY8\n          width: 640\n         height: 480\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-bayer:\n         format: { bggr, rggb, grbg, gbrg }\n          width: 640\n         height: 480\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: GRAY16_BE\n          width: 640\n         height: 480\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: UYVY\n          width: 800\n         height: 600\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: RGB\n          width: 800\n         height: 600\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: GRAY8\n          width: 800\n         height: 600\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-bayer:\n         format: { bggr, rggb, grbg, gbrg }\n          width: 800\n         height: 600\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: UYVY\n          width: 1024\n         height: 768\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: RGB\n          width: 1024\n         height: 768\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: GRAY8\n          width: 1024\n         height: 768\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-bayer:\n         format: { bggr, rggb, grbg, gbrg }\n          width: 1024\n         height: 768\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: GRAY16_BE\n          width: 800\n         height: 600\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: GRAY16_BE\n          width: 1024\n         height: 768\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: UYVY\n          width: 1280\n         height: 960\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: RGB\n          width: 1280\n         height: 960\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: GRAY8\n          width: 1280\n         height: 960\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-bayer:\n         format: { bggr, rggb, grbg, gbrg }\n          width: 1280\n         height: 960\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: UYVY\n          width: 1600\n         height: 1200\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: RGB\n          width: 1600\n         height: 1200\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: GRAY8\n          width: 1600\n         height: 1200\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-bayer:\n         format: { bggr, rggb, grbg, gbrg }\n          width: 1600\n         height: 1200\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: GRAY16_BE\n          width: 1280\n         height: 960\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: GRAY16_BE\n          width: 1600\n         height: 1200\n      framerate: { (fraction)15/8, (fraction)15/4, (fraction)15/2, (fraction)15/1, (fraction)30/1, (fraction)60/1, (fraction)120/1, (fraction)240/1 }\nvideo/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 1/2147483647, 2147483647/1 ]\nvideo/x-raw:\n         format: IYU2\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 1/2147483647, 2147483647/1 ]\nvideo/x-raw:\n         format: UYVY\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 1/2147483647, 2147483647/1 ]\nvideo/x-raw:\n         format: IYU1\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 1/2147483647, 2147483647/1 ]\nvideo/x-raw:\n         format: GRAY16_BE\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 1/2147483647, 2147483647/1 ]\nvideo/x-bayer:\n         format: { bggr, rggb, grbg, gbrg }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 1/2147483647, 2147483647/1 ]\nvideo/x-raw:\n         format: GRAY8\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 1/2147483647, 2147483647/1 ]\nvideo/x-bayer:\n         format: { bggr, rggb, grbg, gbrg }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 1/2147483647, 2147483647/1 ]\n",
8862                        "direction": "src",
8863                        "presence": "always"
8864                    }
8865                },
8866                "properties": {
8867                    "blocksize": {
8868                        "blurb": "Size in bytes to read per buffer (-1 = default)",
8869                        "conditionally-available": false,
8870                        "construct": false,
8871                        "construct-only": false,
8872                        "controllable": false,
8873                        "default": "4096",
8874                        "max": "-1",
8875                        "min": "0",
8876                        "mutable": "null",
8877                        "readable": true,
8878                        "type": "guint",
8879                        "writable": true
8880                    },
8881                    "dma": {
8882                        "blurb": "The number of frames in the Direct Memory Access ring buffer",
8883                        "conditionally-available": false,
8884                        "construct": false,
8885                        "construct-only": false,
8886                        "controllable": false,
8887                        "default": "10",
8888                        "max": "-1",
8889                        "min": "1",
8890                        "mutable": "ready",
8891                        "readable": true,
8892                        "type": "guint",
8893                        "writable": true
8894                    },
8895                    "do-timestamp": {
8896                        "blurb": "Apply current stream time to buffers",
8897                        "conditionally-available": false,
8898                        "construct": false,
8899                        "construct-only": false,
8900                        "controllable": false,
8901                        "default": "true",
8902                        "mutable": "null",
8903                        "readable": true,
8904                        "type": "gboolean",
8905                        "writable": true
8906                    },
8907                    "guid": {
8908                        "blurb": "The hexadecimal representation of the GUID of the camera (use first camera available if null)",
8909                        "conditionally-available": false,
8910                        "construct": false,
8911                        "construct-only": false,
8912                        "controllable": false,
8913                        "default": "NULL",
8914                        "mutable": "ready",
8915                        "readable": true,
8916                        "type": "gchararray",
8917                        "writable": true
8918                    },
8919                    "iso": {
8920                        "blurb": "The ISO bandwidth in Mbps",
8921                        "conditionally-available": false,
8922                        "construct": false,
8923                        "construct-only": false,
8924                        "controllable": false,
8925                        "default": "400 (400)",
8926                        "mutable": "ready",
8927                        "readable": true,
8928                        "type": "GstDC1394ISOSpeed",
8929                        "writable": true
8930                    },
8931                    "num-buffers": {
8932                        "blurb": "Number of buffers to output before sending EOS (-1 = unlimited)",
8933                        "conditionally-available": false,
8934                        "construct": false,
8935                        "construct-only": false,
8936                        "controllable": false,
8937                        "default": "-1",
8938                        "max": "2147483647",
8939                        "min": "-1",
8940                        "mutable": "null",
8941                        "readable": true,
8942                        "type": "gint",
8943                        "writable": true
8944                    },
8945                    "typefind": {
8946                        "blurb": "Run typefind before negotiating (deprecated, non-functional)",
8947                        "conditionally-available": false,
8948                        "construct": false,
8949                        "construct-only": false,
8950                        "controllable": false,
8951                        "default": "false",
8952                        "mutable": "null",
8953                        "readable": true,
8954                        "type": "gboolean",
8955                        "writable": true
8956                    },
8957                    "unit": {
8958                        "blurb": "The unit number of the camera (-1 if no unit number is used)",
8959                        "conditionally-available": false,
8960                        "construct": false,
8961                        "construct-only": false,
8962                        "controllable": false,
8963                        "default": "-1",
8964                        "max": "2147483647",
8965                        "min": "-1",
8966                        "mutable": "ready",
8967                        "readable": true,
8968                        "type": "gint",
8969                        "writable": true
8970                    }
8971                },
8972                "rank": "none"
8973            }
8974        },
8975        "filename": "gstdc1394",
8976        "license": "LGPL",
8977        "other-types": {
8978            "GstDC1394ISOSpeed": {
8979                "kind": "enum",
8980                "values": [
8981                    {
8982                        "desc": "DC1394 ISO speed 100",
8983                        "name": "100",
8984                        "value": "100"
8985                    },
8986                    {
8987                        "desc": "DC1394 ISO speed 200",
8988                        "name": "200",
8989                        "value": "200"
8990                    },
8991                    {
8992                        "desc": "DC1394 ISO speed 400",
8993                        "name": "400",
8994                        "value": "400"
8995                    },
8996                    {
8997                        "desc": "DC1394 ISO speed 800",
8998                        "name": "800",
8999                        "value": "800"
9000                    },
9001                    {
9002                        "desc": "DC1394 ISO speed 1600",
9003                        "name": "1600",
9004                        "value": "1600"
9005                    },
9006                    {
9007                        "desc": "DC1394 ISO speed 3200",
9008                        "name": "3200",
9009                        "value": "3200"
9010                    }
9011                ]
9012            }
9013        },
9014        "package": "GStreamer Bad Plug-ins",
9015        "source": "gst-plugins-bad",
9016        "tracers": {},
9017        "url": "Unknown package origin"
9018    },
9019    "de265": {
9020        "description": "HEVC/H.265 decoder using libde265",
9021        "elements": {
9022            "libde265dec": {
9023                "author": "struktur AG <opensource@struktur.de>",
9024                "description": "Decodes HEVC/H.265 video streams using libde265",
9025                "hierarchy": [
9026                    "GstLibde265Dec",
9027                    "GstVideoDecoder",
9028                    "GstElement",
9029                    "GstObject",
9030                    "GInitiallyUnowned",
9031                    "GObject"
9032                ],
9033                "klass": "Codec/Decoder/Video",
9034                "long-name": "HEVC/H.265 decoder",
9035                "pad-templates": {
9036                    "sink": {
9037                        "caps": "video/x-h265:\n  stream-format: { (string)hvc1, (string)hev1, (string)byte-stream }\n      alignment: { (string)au, (string)nal }\n",
9038                        "direction": "sink",
9039                        "presence": "always"
9040                    },
9041                    "src": {
9042                        "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
9043                        "direction": "src",
9044                        "presence": "always"
9045                    }
9046                },
9047                "properties": {
9048                    "max-threads": {
9049                        "blurb": "Maximum number of worker threads to spawn. (0 = auto)",
9050                        "conditionally-available": false,
9051                        "construct": false,
9052                        "construct-only": false,
9053                        "controllable": false,
9054                        "default": "0",
9055                        "max": "2147483647",
9056                        "min": "0",
9057                        "mutable": "null",
9058                        "readable": true,
9059                        "type": "gint",
9060                        "writable": true
9061                    }
9062                },
9063                "rank": "secondary"
9064            }
9065        },
9066        "filename": "gstde265",
9067        "license": "LGPL",
9068        "other-types": {},
9069        "package": "GStreamer Bad Plug-ins",
9070        "source": "gst-plugins-bad",
9071        "tracers": {},
9072        "url": "Unknown package origin"
9073    },
9074    "debugutilsbad": {
9075        "description": "Collection of elements that may or may not be useful for debugging",
9076        "elements": {
9077            "checksumsink": {
9078                "author": "David Schleef <ds@schleef.org>",
9079                "description": "Calculates a checksum for buffers",
9080                "hierarchy": [
9081                    "GstChecksumSink",
9082                    "GstBaseSink",
9083                    "GstElement",
9084                    "GstObject",
9085                    "GInitiallyUnowned",
9086                    "GObject"
9087                ],
9088                "klass": "Debug/Sink",
9089                "long-name": "Checksum sink",
9090                "pad-templates": {
9091                    "sink": {
9092                        "caps": "ANY",
9093                        "direction": "sink",
9094                        "presence": "always"
9095                    }
9096                },
9097                "properties": {
9098                    "hash": {
9099                        "blurb": "Checksum type",
9100                        "conditionally-available": false,
9101                        "construct": false,
9102                        "construct-only": false,
9103                        "controllable": false,
9104                        "default": "sha1 (1)",
9105                        "mutable": "null",
9106                        "readable": true,
9107                        "type": "GstChecksumSinkHash",
9108                        "writable": true
9109                    }
9110                },
9111                "rank": "none"
9112            },
9113            "chopmydata": {
9114                "author": "David Schleef <ds@schleef.org>",
9115                "description": "Split up a stream into randomly-sized buffers",
9116                "hierarchy": [
9117                    "GstChopMyData",
9118                    "GstElement",
9119                    "GstObject",
9120                    "GInitiallyUnowned",
9121                    "GObject"
9122                ],
9123                "klass": "Generic",
9124                "long-name": "Chop my data",
9125                "pad-templates": {
9126                    "sink": {
9127                        "caps": "ANY",
9128                        "direction": "sink",
9129                        "presence": "always"
9130                    },
9131                    "src": {
9132                        "caps": "ANY",
9133                        "direction": "src",
9134                        "presence": "always"
9135                    }
9136                },
9137                "properties": {
9138                    "max-size": {
9139                        "blurb": "Maximum size of outgoing buffers",
9140                        "conditionally-available": false,
9141                        "construct": false,
9142                        "construct-only": false,
9143                        "controllable": false,
9144                        "default": "4096",
9145                        "max": "2147483647",
9146                        "min": "1",
9147                        "mutable": "null",
9148                        "readable": true,
9149                        "type": "gint",
9150                        "writable": true
9151                    },
9152                    "min-size": {
9153                        "blurb": "Minimum size of outgoing buffers",
9154                        "conditionally-available": false,
9155                        "construct": false,
9156                        "construct-only": false,
9157                        "controllable": false,
9158                        "default": "1",
9159                        "max": "2147483647",
9160                        "min": "1",
9161                        "mutable": "null",
9162                        "readable": true,
9163                        "type": "gint",
9164                        "writable": true
9165                    },
9166                    "step-size": {
9167                        "blurb": "Step increment for random buffer sizes",
9168                        "conditionally-available": false,
9169                        "construct": false,
9170                        "construct-only": false,
9171                        "controllable": false,
9172                        "default": "1",
9173                        "max": "2147483647",
9174                        "min": "1",
9175                        "mutable": "null",
9176                        "readable": true,
9177                        "type": "gint",
9178                        "writable": true
9179                    }
9180                },
9181                "rank": "none"
9182            },
9183            "clockselect": {
9184                "author": "Ederson de Souza <ederson.desouza@intel.com>",
9185                "description": "Pipeline that enables different clocks",
9186                "hierarchy": [
9187                    "GstClockSelect",
9188                    "GstPipeline",
9189                    "GstBin",
9190                    "GstElement",
9191                    "GstObject",
9192                    "GInitiallyUnowned",
9193                    "GObject"
9194                ],
9195                "interfaces": [
9196                    "GstChildProxy"
9197                ],
9198                "klass": "Generic/Bin",
9199                "long-name": "Clock select",
9200                "properties": {
9201                    "clock-id": {
9202                        "blurb": "ID of pipeline clock",
9203                        "conditionally-available": false,
9204                        "construct": false,
9205                        "construct-only": false,
9206                        "controllable": false,
9207                        "default": "default (0)",
9208                        "mutable": "null",
9209                        "readable": true,
9210                        "type": "GstClockSelectClockId",
9211                        "writable": true
9212                    },
9213                    "ptp-domain": {
9214                        "blurb": "PTP clock domain (meaningful only when Clock ID is PTP)",
9215                        "conditionally-available": false,
9216                        "construct": false,
9217                        "construct-only": false,
9218                        "controllable": false,
9219                        "default": "0",
9220                        "max": "255",
9221                        "min": "0",
9222                        "mutable": "null",
9223                        "readable": true,
9224                        "type": "guint",
9225                        "writable": true
9226                    }
9227                },
9228                "rank": "none"
9229            },
9230            "compare": {
9231                "author": "Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>",
9232                "description": "Compares incoming buffers",
9233                "hierarchy": [
9234                    "GstCompare",
9235                    "GstElement",
9236                    "GstObject",
9237                    "GInitiallyUnowned",
9238                    "GObject"
9239                ],
9240                "klass": "Filter/Debug",
9241                "long-name": "Compare buffers",
9242                "pad-templates": {
9243                    "check": {
9244                        "caps": "ANY",
9245                        "direction": "sink",
9246                        "presence": "always"
9247                    },
9248                    "sink": {
9249                        "caps": "ANY",
9250                        "direction": "sink",
9251                        "presence": "always"
9252                    },
9253                    "src": {
9254                        "caps": "ANY",
9255                        "direction": "src",
9256                        "presence": "always"
9257                    }
9258                },
9259                "properties": {
9260                    "meta": {
9261                        "blurb": "Indicates which metadata should be compared",
9262                        "conditionally-available": false,
9263                        "construct": false,
9264                        "construct-only": false,
9265                        "controllable": false,
9266                        "default": "memory+meta+timestamps+flags",
9267                        "mutable": "null",
9268                        "readable": true,
9269                        "type": "GstBufferCopyFlags",
9270                        "writable": true
9271                    },
9272                    "method": {
9273                        "blurb": "Method to compare buffer content",
9274                        "conditionally-available": false,
9275                        "construct": false,
9276                        "construct-only": false,
9277                        "controllable": false,
9278                        "default": "mem (0)",
9279                        "mutable": "null",
9280                        "readable": true,
9281                        "type": "GstCompareMethod",
9282                        "writable": true
9283                    },
9284                    "offset-ts": {
9285                        "blurb": "Consider OFFSET and OFFSET_END part of timestamp metadata",
9286                        "conditionally-available": false,
9287                        "construct": false,
9288                        "construct-only": false,
9289                        "controllable": false,
9290                        "default": "false",
9291                        "mutable": "null",
9292                        "readable": true,
9293                        "type": "gboolean",
9294                        "writable": true
9295                    },
9296                    "threshold": {
9297                        "blurb": "Threshold beyond which to consider content different as determined by content-method",
9298                        "conditionally-available": false,
9299                        "construct": false,
9300                        "construct-only": false,
9301                        "controllable": false,
9302                        "default": "0",
9303                        "max": "1.79769e+308",
9304                        "min": "0",
9305                        "mutable": "null",
9306                        "readable": true,
9307                        "type": "gdouble",
9308                        "writable": true
9309                    },
9310                    "upper": {
9311                        "blurb": "Whether threshold value is upper bound or lower bound for difference measure",
9312                        "conditionally-available": false,
9313                        "construct": false,
9314                        "construct-only": false,
9315                        "controllable": false,
9316                        "default": "true",
9317                        "mutable": "null",
9318                        "readable": true,
9319                        "type": "gboolean",
9320                        "writable": true
9321                    }
9322                },
9323                "rank": "none"
9324            },
9325            "debugspy": {
9326                "author": "Guillaume Emont <gemont@igalia.com>",
9327                "description": "DebugSpy provides information on buffers with bus messages",
9328                "hierarchy": [
9329                    "GstDebugSpy",
9330                    "GstBaseTransform",
9331                    "GstElement",
9332                    "GstObject",
9333                    "GInitiallyUnowned",
9334                    "GObject"
9335                ],
9336                "klass": "Filter/Analyzer/Debug",
9337                "long-name": "DebugSpy",
9338                "pad-templates": {
9339                    "sink": {
9340                        "caps": "ANY",
9341                        "direction": "sink",
9342                        "presence": "always"
9343                    },
9344                    "src": {
9345                        "caps": "ANY",
9346                        "direction": "src",
9347                        "presence": "always"
9348                    }
9349                },
9350                "properties": {
9351                    "checksum-type": {
9352                        "blurb": "Checksum algorithm to use",
9353                        "conditionally-available": false,
9354                        "construct": false,
9355                        "construct-only": false,
9356                        "controllable": false,
9357                        "default": "sha1 (1)",
9358                        "mutable": "null",
9359                        "readable": true,
9360                        "type": "GChecksumType",
9361                        "writable": true
9362                    },
9363                    "silent": {
9364                        "blurb": "Produce verbose output ?",
9365                        "conditionally-available": false,
9366                        "construct": false,
9367                        "construct-only": false,
9368                        "controllable": false,
9369                        "default": "false",
9370                        "mutable": "null",
9371                        "readable": true,
9372                        "type": "gboolean",
9373                        "writable": true
9374                    }
9375                },
9376                "rank": "none"
9377            },
9378            "errorignore": {
9379                "author": "Vivia Nikolaidou <vivia@toolsonair.com>",
9380                "description": "Pass through all packets but ignore some GstFlowReturn types",
9381                "hierarchy": [
9382                    "GstErrorIgnore",
9383                    "GstElement",
9384                    "GstObject",
9385                    "GInitiallyUnowned",
9386                    "GObject"
9387                ],
9388                "klass": "Generic",
9389                "long-name": "Convert some GstFlowReturn types into others",
9390                "pad-templates": {
9391                    "sink": {
9392                        "caps": "ANY",
9393                        "direction": "sink",
9394                        "presence": "always"
9395                    },
9396                    "src": {
9397                        "caps": "ANY",
9398                        "direction": "src",
9399                        "presence": "always"
9400                    }
9401                },
9402                "properties": {
9403                    "convert-to": {
9404                        "blurb": "Which GstFlowReturn value we should convert to when ignoring",
9405                        "conditionally-available": false,
9406                        "construct": false,
9407                        "construct-only": false,
9408                        "controllable": false,
9409                        "default": "not-linked (-1)",
9410                        "mutable": "null",
9411                        "readable": true,
9412                        "type": "GstFlowReturn",
9413                        "writable": true
9414                    },
9415                    "ignore-eos": {
9416                        "blurb": "Whether to ignore GST_FLOW_EOS",
9417                        "conditionally-available": false,
9418                        "construct": false,
9419                        "construct-only": false,
9420                        "controllable": false,
9421                        "default": "false",
9422                        "mutable": "null",
9423                        "readable": true,
9424                        "type": "gboolean",
9425                        "writable": true
9426                    },
9427                    "ignore-error": {
9428                        "blurb": "Whether to ignore GST_FLOW_ERROR",
9429                        "conditionally-available": false,
9430                        "construct": false,
9431                        "construct-only": false,
9432                        "controllable": false,
9433                        "default": "true",
9434                        "mutable": "null",
9435                        "readable": true,
9436                        "type": "gboolean",
9437                        "writable": true
9438                    },
9439                    "ignore-notlinked": {
9440                        "blurb": "Whether to ignore GST_FLOW_NOT_LINKED",
9441                        "conditionally-available": false,
9442                        "construct": false,
9443                        "construct-only": false,
9444                        "controllable": false,
9445                        "default": "false",
9446                        "mutable": "null",
9447                        "readable": true,
9448                        "type": "gboolean",
9449                        "writable": true
9450                    },
9451                    "ignore-notnegotiated": {
9452                        "blurb": "Whether to ignore GST_FLOW_NOT_NEGOTIATED",
9453                        "conditionally-available": false,
9454                        "construct": false,
9455                        "construct-only": false,
9456                        "controllable": false,
9457                        "default": "true",
9458                        "mutable": "null",
9459                        "readable": true,
9460                        "type": "gboolean",
9461                        "writable": true
9462                    }
9463                },
9464                "rank": "none"
9465            },
9466            "fakeaudiosink": {
9467                "author": "Philippe Normand <philn@igalia.com>",
9468                "description": "Fake audio renderer",
9469                "hierarchy": [
9470                    "GstFakeAudioSink",
9471                    "GstBin",
9472                    "GstElement",
9473                    "GstObject",
9474                    "GInitiallyUnowned",
9475                    "GObject"
9476                ],
9477                "interfaces": [
9478                    "GstChildProxy",
9479                    "GstStreamVolume"
9480                ],
9481                "klass": "Audio/Sink",
9482                "long-name": "Fake Audio Sink",
9483                "pad-templates": {
9484                    "sink": {
9485                        "caps": "audio/x-raw:\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
9486                        "direction": "sink",
9487                        "presence": "always"
9488                    }
9489                },
9490                "properties": {
9491                    "async": {
9492                        "blurb": "Go asynchronously to PAUSED",
9493                        "conditionally-available": false,
9494                        "construct": false,
9495                        "construct-only": false,
9496                        "controllable": false,
9497                        "default": "true",
9498                        "mutable": "null",
9499                        "readable": true,
9500                        "type": "gboolean",
9501                        "writable": true
9502                    },
9503                    "blocksize": {
9504                        "blurb": "Size in bytes to pull per buffer (0 = default)",
9505                        "conditionally-available": false,
9506                        "construct": false,
9507                        "construct-only": false,
9508                        "controllable": false,
9509                        "default": "4096",
9510                        "max": "-1",
9511                        "min": "0",
9512                        "mutable": "null",
9513                        "readable": true,
9514                        "type": "guint",
9515                        "writable": true
9516                    },
9517                    "can-activate-pull": {
9518                        "blurb": "Can activate in pull mode",
9519                        "conditionally-available": false,
9520                        "construct": false,
9521                        "construct-only": false,
9522                        "controllable": false,
9523                        "default": "false",
9524                        "mutable": "null",
9525                        "readable": true,
9526                        "type": "gboolean",
9527                        "writable": true
9528                    },
9529                    "can-activate-push": {
9530                        "blurb": "Can activate in push mode",
9531                        "conditionally-available": false,
9532                        "construct": false,
9533                        "construct-only": false,
9534                        "controllable": false,
9535                        "default": "true",
9536                        "mutable": "null",
9537                        "readable": true,
9538                        "type": "gboolean",
9539                        "writable": true
9540                    },
9541                    "drop-out-of-segment": {
9542                        "blurb": "Drop and don't render / hand off out-of-segment buffers",
9543                        "conditionally-available": false,
9544                        "construct": false,
9545                        "construct-only": false,
9546                        "controllable": false,
9547                        "default": "true",
9548                        "mutable": "null",
9549                        "readable": true,
9550                        "type": "gboolean",
9551                        "writable": true
9552                    },
9553                    "dump": {
9554                        "blurb": "Dump buffer contents to stdout",
9555                        "conditionally-available": false,
9556                        "construct": false,
9557                        "construct-only": false,
9558                        "controllable": false,
9559                        "default": "false",
9560                        "mutable": "playing",
9561                        "readable": true,
9562                        "type": "gboolean",
9563                        "writable": true
9564                    },
9565                    "enable-last-sample": {
9566                        "blurb": "Enable the last-sample property",
9567                        "conditionally-available": false,
9568                        "construct": false,
9569                        "construct-only": false,
9570                        "controllable": false,
9571                        "default": "true",
9572                        "mutable": "null",
9573                        "readable": true,
9574                        "type": "gboolean",
9575                        "writable": true
9576                    },
9577                    "last-message": {
9578                        "blurb": "The message describing current status",
9579                        "conditionally-available": false,
9580                        "construct": false,
9581                        "construct-only": false,
9582                        "controllable": false,
9583                        "default": "NULL",
9584                        "mutable": "null",
9585                        "readable": true,
9586                        "type": "gchararray",
9587                        "writable": false
9588                    },
9589                    "last-sample": {
9590                        "blurb": "The last sample received in the sink",
9591                        "conditionally-available": false,
9592                        "construct": false,
9593                        "construct-only": false,
9594                        "controllable": false,
9595                        "mutable": "null",
9596                        "readable": true,
9597                        "type": "GstSample",
9598                        "writable": false
9599                    },
9600                    "max-bitrate": {
9601                        "blurb": "The maximum bits per second to render (0 = disabled)",
9602                        "conditionally-available": false,
9603                        "construct": false,
9604                        "construct-only": false,
9605                        "controllable": false,
9606                        "default": "0",
9607                        "max": "18446744073709551615",
9608                        "min": "0",
9609                        "mutable": "null",
9610                        "readable": true,
9611                        "type": "guint64",
9612                        "writable": true
9613                    },
9614                    "max-lateness": {
9615                        "blurb": "Maximum number of nanoseconds that a buffer can be late before it is dropped (-1 unlimited)",
9616                        "conditionally-available": false,
9617                        "construct": false,
9618                        "construct-only": false,
9619                        "controllable": false,
9620                        "default": "18446744073709551615",
9621                        "max": "9223372036854775807",
9622                        "min": "-1",
9623                        "mutable": "null",
9624                        "readable": true,
9625                        "type": "gint64",
9626                        "writable": true
9627                    },
9628                    "mute": {
9629                        "blurb": "Mute the audio channel without changing the volume",
9630                        "conditionally-available": false,
9631                        "construct": false,
9632                        "construct-only": false,
9633                        "controllable": false,
9634                        "default": "false",
9635                        "mutable": "null",
9636                        "readable": true,
9637                        "type": "gboolean",
9638                        "writable": true
9639                    },
9640                    "num-buffers": {
9641                        "blurb": "Number of buffers to accept going EOS",
9642                        "conditionally-available": false,
9643                        "construct": false,
9644                        "construct-only": false,
9645                        "controllable": false,
9646                        "default": "-1",
9647                        "max": "2147483647",
9648                        "min": "-1",
9649                        "mutable": "null",
9650                        "readable": true,
9651                        "type": "gint",
9652                        "writable": true
9653                    },
9654                    "processing-deadline": {
9655                        "blurb": "Maximum processing time for a buffer in nanoseconds",
9656                        "conditionally-available": false,
9657                        "construct": false,
9658                        "construct-only": false,
9659                        "controllable": false,
9660                        "default": "20000000",
9661                        "max": "18446744073709551615",
9662                        "min": "0",
9663                        "mutable": "null",
9664                        "readable": true,
9665                        "type": "guint64",
9666                        "writable": true
9667                    },
9668                    "qos": {
9669                        "blurb": "Generate Quality-of-Service events upstream",
9670                        "conditionally-available": false,
9671                        "construct": false,
9672                        "construct-only": false,
9673                        "controllable": false,
9674                        "default": "true",
9675                        "mutable": "null",
9676                        "readable": true,
9677                        "type": "gboolean",
9678                        "writable": true
9679                    },
9680                    "render-delay": {
9681                        "blurb": "Additional render delay of the sink in nanoseconds",
9682                        "conditionally-available": false,
9683                        "construct": false,
9684                        "construct-only": false,
9685                        "controllable": false,
9686                        "default": "0",
9687                        "max": "18446744073709551615",
9688                        "min": "0",
9689                        "mutable": "null",
9690                        "readable": true,
9691                        "type": "guint64",
9692                        "writable": true
9693                    },
9694                    "signal-handoffs": {
9695                        "blurb": "Send a signal before unreffing the buffer",
9696                        "conditionally-available": false,
9697                        "construct": false,
9698                        "construct-only": false,
9699                        "controllable": false,
9700                        "default": "false",
9701                        "mutable": "null",
9702                        "readable": true,
9703                        "type": "gboolean",
9704                        "writable": true
9705                    },
9706                    "silent": {
9707                        "blurb": "Don't produce last_message events",
9708                        "conditionally-available": false,
9709                        "construct": false,
9710                        "construct-only": false,
9711                        "controllable": false,
9712                        "default": "true",
9713                        "mutable": "playing",
9714                        "readable": true,
9715                        "type": "gboolean",
9716                        "writable": true
9717                    },
9718                    "state-error": {
9719                        "blurb": "Generate a state change error",
9720                        "conditionally-available": false,
9721                        "construct": false,
9722                        "construct-only": false,
9723                        "controllable": false,
9724                        "default": "none (0)",
9725                        "mutable": "null",
9726                        "readable": true,
9727                        "type": "GstFakeSinkStateError",
9728                        "writable": true
9729                    },
9730                    "stats": {
9731                        "blurb": "Sink Statistics",
9732                        "conditionally-available": false,
9733                        "construct": false,
9734                        "construct-only": false,
9735                        "controllable": false,
9736                        "default": "application/x-gst-base-sink-stats, average-rate=(double)0, dropped=(guint64)0, rendered=(guint64)0;",
9737                        "mutable": "null",
9738                        "readable": true,
9739                        "type": "GstStructure",
9740                        "writable": false
9741                    },
9742                    "sync": {
9743                        "blurb": "Sync on the clock",
9744                        "conditionally-available": false,
9745                        "construct": false,
9746                        "construct-only": false,
9747                        "controllable": false,
9748                        "default": "true",
9749                        "mutable": "null",
9750                        "readable": true,
9751                        "type": "gboolean",
9752                        "writable": true
9753                    },
9754                    "throttle-time": {
9755                        "blurb": "The time to keep between rendered buffers (0 = disabled)",
9756                        "conditionally-available": false,
9757                        "construct": false,
9758                        "construct-only": false,
9759                        "controllable": false,
9760                        "default": "0",
9761                        "max": "18446744073709551615",
9762                        "min": "0",
9763                        "mutable": "null",
9764                        "readable": true,
9765                        "type": "guint64",
9766                        "writable": true
9767                    },
9768                    "ts-offset": {
9769                        "blurb": "Timestamp offset in nanoseconds",
9770                        "conditionally-available": false,
9771                        "construct": false,
9772                        "construct-only": false,
9773                        "controllable": false,
9774                        "default": "0",
9775                        "max": "9223372036854775807",
9776                        "min": "-9223372036854775808",
9777                        "mutable": "null",
9778                        "readable": true,
9779                        "type": "gint64",
9780                        "writable": true
9781                    },
9782                    "volume": {
9783                        "blurb": "The audio volume, 1.0=100%%",
9784                        "conditionally-available": false,
9785                        "construct": false,
9786                        "construct-only": false,
9787                        "controllable": false,
9788                        "default": "1",
9789                        "max": "10",
9790                        "min": "0",
9791                        "mutable": "null",
9792                        "readable": true,
9793                        "type": "gdouble",
9794                        "writable": true
9795                    }
9796                },
9797                "rank": "none"
9798            },
9799            "fakevideosink": {
9800                "author": "Nicolas Dufresne <nicolas.dufresne@collabora.com>",
9801                "description": "Fake video display that allows zero-copy",
9802                "hierarchy": [
9803                    "GstFakeVideoSink",
9804                    "GstBin",
9805                    "GstElement",
9806                    "GstObject",
9807                    "GInitiallyUnowned",
9808                    "GObject"
9809                ],
9810                "interfaces": [
9811                    "GstChildProxy"
9812                ],
9813                "klass": "Video/Sink",
9814                "long-name": "Fake Video Sink",
9815                "pad-templates": {
9816                    "sink": {
9817                        "caps": "video/x-raw(ANY):\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
9818                        "direction": "sink",
9819                        "presence": "always"
9820                    }
9821                },
9822                "properties": {
9823                    "allocation-meta-flags": {
9824                        "blurb": "Flags to control behaviour",
9825                        "conditionally-available": false,
9826                        "construct": false,
9827                        "construct-only": false,
9828                        "controllable": false,
9829                        "default": "overlay-composition+crop",
9830                        "mutable": "null",
9831                        "readable": true,
9832                        "type": "GstFakeVideoSinkAllocationMetaFlags",
9833                        "writable": true
9834                    },
9835                    "async": {
9836                        "blurb": "Go asynchronously to PAUSED",
9837                        "conditionally-available": false,
9838                        "construct": false,
9839                        "construct-only": false,
9840                        "controllable": false,
9841                        "default": "true",
9842                        "mutable": "null",
9843                        "readable": true,
9844                        "type": "gboolean",
9845                        "writable": true
9846                    },
9847                    "blocksize": {
9848                        "blurb": "Size in bytes to pull per buffer (0 = default)",
9849                        "conditionally-available": false,
9850                        "construct": false,
9851                        "construct-only": false,
9852                        "controllable": false,
9853                        "default": "4096",
9854                        "max": "-1",
9855                        "min": "0",
9856                        "mutable": "null",
9857                        "readable": true,
9858                        "type": "guint",
9859                        "writable": true
9860                    },
9861                    "can-activate-pull": {
9862                        "blurb": "Can activate in pull mode",
9863                        "conditionally-available": false,
9864                        "construct": false,
9865                        "construct-only": false,
9866                        "controllable": false,
9867                        "default": "false",
9868                        "mutable": "null",
9869                        "readable": true,
9870                        "type": "gboolean",
9871                        "writable": true
9872                    },
9873                    "can-activate-push": {
9874                        "blurb": "Can activate in push mode",
9875                        "conditionally-available": false,
9876                        "construct": false,
9877                        "construct-only": false,
9878                        "controllable": false,
9879                        "default": "true",
9880                        "mutable": "null",
9881                        "readable": true,
9882                        "type": "gboolean",
9883                        "writable": true
9884                    },
9885                    "drop-out-of-segment": {
9886                        "blurb": "Drop and don't render / hand off out-of-segment buffers",
9887                        "conditionally-available": false,
9888                        "construct": false,
9889                        "construct-only": false,
9890                        "controllable": false,
9891                        "default": "true",
9892                        "mutable": "null",
9893                        "readable": true,
9894                        "type": "gboolean",
9895                        "writable": true
9896                    },
9897                    "dump": {
9898                        "blurb": "Dump buffer contents to stdout",
9899                        "conditionally-available": false,
9900                        "construct": false,
9901                        "construct-only": false,
9902                        "controllable": false,
9903                        "default": "false",
9904                        "mutable": "playing",
9905                        "readable": true,
9906                        "type": "gboolean",
9907                        "writable": true
9908                    },
9909                    "enable-last-sample": {
9910                        "blurb": "Enable the last-sample property",
9911                        "conditionally-available": false,
9912                        "construct": false,
9913                        "construct-only": false,
9914                        "controllable": false,
9915                        "default": "true",
9916                        "mutable": "null",
9917                        "readable": true,
9918                        "type": "gboolean",
9919                        "writable": true
9920                    },
9921                    "last-message": {
9922                        "blurb": "The message describing current status",
9923                        "conditionally-available": false,
9924                        "construct": false,
9925                        "construct-only": false,
9926                        "controllable": false,
9927                        "default": "NULL",
9928                        "mutable": "null",
9929                        "readable": true,
9930                        "type": "gchararray",
9931                        "writable": false
9932                    },
9933                    "last-sample": {
9934                        "blurb": "The last sample received in the sink",
9935                        "conditionally-available": false,
9936                        "construct": false,
9937                        "construct-only": false,
9938                        "controllable": false,
9939                        "mutable": "null",
9940                        "readable": true,
9941                        "type": "GstSample",
9942                        "writable": false
9943                    },
9944                    "max-bitrate": {
9945                        "blurb": "The maximum bits per second to render (0 = disabled)",
9946                        "conditionally-available": false,
9947                        "construct": false,
9948                        "construct-only": false,
9949                        "controllable": false,
9950                        "default": "0",
9951                        "max": "18446744073709551615",
9952                        "min": "0",
9953                        "mutable": "null",
9954                        "readable": true,
9955                        "type": "guint64",
9956                        "writable": true
9957                    },
9958                    "max-lateness": {
9959                        "blurb": "Maximum number of nanoseconds that a buffer can be late before it is dropped (-1 unlimited)",
9960                        "conditionally-available": false,
9961                        "construct": false,
9962                        "construct-only": false,
9963                        "controllable": false,
9964                        "default": "5000000",
9965                        "max": "9223372036854775807",
9966                        "min": "-1",
9967                        "mutable": "null",
9968                        "readable": true,
9969                        "type": "gint64",
9970                        "writable": true
9971                    },
9972                    "num-buffers": {
9973                        "blurb": "Number of buffers to accept going EOS",
9974                        "conditionally-available": false,
9975                        "construct": false,
9976                        "construct-only": false,
9977                        "controllable": false,
9978                        "default": "-1",
9979                        "max": "2147483647",
9980                        "min": "-1",
9981                        "mutable": "null",
9982                        "readable": true,
9983                        "type": "gint",
9984                        "writable": true
9985                    },
9986                    "processing-deadline": {
9987                        "blurb": "Maximum processing time for a buffer in nanoseconds",
9988                        "conditionally-available": false,
9989                        "construct": false,
9990                        "construct-only": false,
9991                        "controllable": false,
9992                        "default": "15000000",
9993                        "max": "18446744073709551615",
9994                        "min": "0",
9995                        "mutable": "null",
9996                        "readable": true,
9997                        "type": "guint64",
9998                        "writable": true
9999                    },
10000                    "qos": {
10001                        "blurb": "Generate Quality-of-Service events upstream",
10002                        "conditionally-available": false,
10003                        "construct": false,
10004                        "construct-only": false,
10005                        "controllable": false,
10006                        "default": "true",
10007                        "mutable": "null",
10008                        "readable": true,
10009                        "type": "gboolean",
10010                        "writable": true
10011                    },
10012                    "render-delay": {
10013                        "blurb": "Additional render delay of the sink in nanoseconds",
10014                        "conditionally-available": false,
10015                        "construct": false,
10016                        "construct-only": false,
10017                        "controllable": false,
10018                        "default": "0",
10019                        "max": "18446744073709551615",
10020                        "min": "0",
10021                        "mutable": "null",
10022                        "readable": true,
10023                        "type": "guint64",
10024                        "writable": true
10025                    },
10026                    "signal-handoffs": {
10027                        "blurb": "Send a signal before unreffing the buffer",
10028                        "conditionally-available": false,
10029                        "construct": false,
10030                        "construct-only": false,
10031                        "controllable": false,
10032                        "default": "false",
10033                        "mutable": "null",
10034                        "readable": true,
10035                        "type": "gboolean",
10036                        "writable": true
10037                    },
10038                    "silent": {
10039                        "blurb": "Don't produce last_message events",
10040                        "conditionally-available": false,
10041                        "construct": false,
10042                        "construct-only": false,
10043                        "controllable": false,
10044                        "default": "true",
10045                        "mutable": "playing",
10046                        "readable": true,
10047                        "type": "gboolean",
10048                        "writable": true
10049                    },
10050                    "state-error": {
10051                        "blurb": "Generate a state change error",
10052                        "conditionally-available": false,
10053                        "construct": false,
10054                        "construct-only": false,
10055                        "controllable": false,
10056                        "default": "none (0)",
10057                        "mutable": "null",
10058                        "readable": true,
10059                        "type": "GstFakeSinkStateError",
10060                        "writable": true
10061                    },
10062                    "stats": {
10063                        "blurb": "Sink Statistics",
10064                        "conditionally-available": false,
10065                        "construct": false,
10066                        "construct-only": false,
10067                        "controllable": false,
10068                        "default": "application/x-gst-base-sink-stats, average-rate=(double)0, dropped=(guint64)0, rendered=(guint64)0;",
10069                        "mutable": "null",
10070                        "readable": true,
10071                        "type": "GstStructure",
10072                        "writable": false
10073                    },
10074                    "sync": {
10075                        "blurb": "Sync on the clock",
10076                        "conditionally-available": false,
10077                        "construct": false,
10078                        "construct-only": false,
10079                        "controllable": false,
10080                        "default": "true",
10081                        "mutable": "null",
10082                        "readable": true,
10083                        "type": "gboolean",
10084                        "writable": true
10085                    },
10086                    "throttle-time": {
10087                        "blurb": "The time to keep between rendered buffers (0 = disabled)",
10088                        "conditionally-available": false,
10089                        "construct": false,
10090                        "construct-only": false,
10091                        "controllable": false,
10092                        "default": "0",
10093                        "max": "18446744073709551615",
10094                        "min": "0",
10095                        "mutable": "null",
10096                        "readable": true,
10097                        "type": "guint64",
10098                        "writable": true
10099                    },
10100                    "ts-offset": {
10101                        "blurb": "Timestamp offset in nanoseconds",
10102                        "conditionally-available": false,
10103                        "construct": false,
10104                        "construct-only": false,
10105                        "controllable": false,
10106                        "default": "0",
10107                        "max": "9223372036854775807",
10108                        "min": "-9223372036854775808",
10109                        "mutable": "null",
10110                        "readable": true,
10111                        "type": "gint64",
10112                        "writable": true
10113                    }
10114                },
10115                "rank": "none"
10116            },
10117            "fpsdisplaysink": {
10118                "author": "Zeeshan Ali <zeeshan.ali@nokia.com>, Stefan Kost <stefan.kost@nokia.com>",
10119                "description": "Shows the current frame-rate and drop-rate of the videosink as overlay or text on stdout",
10120                "hierarchy": [
10121                    "GstFPSDisplaySink",
10122                    "GstBin",
10123                    "GstElement",
10124                    "GstObject",
10125                    "GInitiallyUnowned",
10126                    "GObject"
10127                ],
10128                "interfaces": [
10129                    "GstChildProxy"
10130                ],
10131                "klass": "Sink/Video",
10132                "long-name": "Measure and show framerate on videosink",
10133                "pad-templates": {
10134                    "sink": {
10135                        "caps": "ANY",
10136                        "direction": "sink",
10137                        "presence": "always"
10138                    }
10139                },
10140                "properties": {
10141                    "fps-update-interval": {
10142                        "blurb": "Time between consecutive frames per second measures and update  (in ms). Should be set on NULL state",
10143                        "conditionally-available": false,
10144                        "construct": false,
10145                        "construct-only": false,
10146                        "controllable": false,
10147                        "default": "500",
10148                        "max": "2147483647",
10149                        "min": "1",
10150                        "mutable": "null",
10151                        "readable": true,
10152                        "type": "gint",
10153                        "writable": true
10154                    },
10155                    "frames-dropped": {
10156                        "blurb": "Number of frames dropped by the sink",
10157                        "conditionally-available": false,
10158                        "construct": false,
10159                        "construct-only": false,
10160                        "controllable": false,
10161                        "default": "0",
10162                        "max": "-1",
10163                        "min": "0",
10164                        "mutable": "null",
10165                        "readable": true,
10166                        "type": "guint",
10167                        "writable": false
10168                    },
10169                    "frames-rendered": {
10170                        "blurb": "Number of frames rendered",
10171                        "conditionally-available": false,
10172                        "construct": false,
10173                        "construct-only": false,
10174                        "controllable": false,
10175                        "default": "0",
10176                        "max": "-1",
10177                        "min": "0",
10178                        "mutable": "null",
10179                        "readable": true,
10180                        "type": "guint",
10181                        "writable": false
10182                    },
10183                    "last-message": {
10184                        "blurb": "The message describing current status",
10185                        "conditionally-available": false,
10186                        "construct": false,
10187                        "construct-only": false,
10188                        "controllable": false,
10189                        "default": "NULL",
10190                        "mutable": "null",
10191                        "readable": true,
10192                        "type": "gchararray",
10193                        "writable": false
10194                    },
10195                    "max-fps": {
10196                        "blurb": "Maximum fps rate measured. Reset when going from NULL to READY.-1 means no measurement has yet been done",
10197                        "conditionally-available": false,
10198                        "construct": false,
10199                        "construct-only": false,
10200                        "controllable": false,
10201                        "default": "-1",
10202                        "max": "1.79769e+308",
10203                        "min": "-1",
10204                        "mutable": "null",
10205                        "readable": true,
10206                        "type": "gdouble",
10207                        "writable": false
10208                    },
10209                    "min-fps": {
10210                        "blurb": "Minimum fps rate measured. Reset when going from NULL to READY.-1 means no measurement has yet been done",
10211                        "conditionally-available": false,
10212                        "construct": false,
10213                        "construct-only": false,
10214                        "controllable": false,
10215                        "default": "-1",
10216                        "max": "1.79769e+308",
10217                        "min": "-1",
10218                        "mutable": "null",
10219                        "readable": true,
10220                        "type": "gdouble",
10221                        "writable": false
10222                    },
10223                    "signal-fps-measurements": {
10224                        "blurb": "If the fps-measurements signal should be emitted.",
10225                        "conditionally-available": false,
10226                        "construct": false,
10227                        "construct-only": false,
10228                        "controllable": false,
10229                        "default": "false",
10230                        "mutable": "null",
10231                        "readable": true,
10232                        "type": "gboolean",
10233                        "writable": true
10234                    },
10235                    "silent": {
10236                        "blurb": "Don't produce last_message events",
10237                        "conditionally-available": false,
10238                        "construct": false,
10239                        "construct-only": false,
10240                        "controllable": false,
10241                        "default": "false",
10242                        "mutable": "null",
10243                        "readable": true,
10244                        "type": "gboolean",
10245                        "writable": true
10246                    },
10247                    "sync": {
10248                        "blurb": "Sync on the clock (if the internally used sink doesn't have this property it will be ignored",
10249                        "conditionally-available": false,
10250                        "construct": false,
10251                        "construct-only": false,
10252                        "controllable": false,
10253                        "default": "true",
10254                        "mutable": "null",
10255                        "readable": true,
10256                        "type": "gboolean",
10257                        "writable": true
10258                    },
10259                    "text-overlay": {
10260                        "blurb": "Whether to use text-overlay",
10261                        "conditionally-available": false,
10262                        "construct": false,
10263                        "construct-only": false,
10264                        "controllable": false,
10265                        "default": "true",
10266                        "mutable": "null",
10267                        "readable": true,
10268                        "type": "gboolean",
10269                        "writable": true
10270                    },
10271                    "video-sink": {
10272                        "blurb": "Video sink to use (Must only be called on NULL state)",
10273                        "conditionally-available": false,
10274                        "construct": false,
10275                        "construct-only": false,
10276                        "controllable": false,
10277                        "mutable": "null",
10278                        "readable": true,
10279                        "type": "GstElement",
10280                        "writable": true
10281                    }
10282                },
10283                "rank": "none",
10284                "signals": {
10285                    "fps-measurements": {
10286                        "args": [
10287                            {
10288                                "name": "arg0",
10289                                "type": "gdouble"
10290                            },
10291                            {
10292                                "name": "arg1",
10293                                "type": "gdouble"
10294                            },
10295                            {
10296                                "name": "arg2",
10297                                "type": "gdouble"
10298                            }
10299                        ],
10300                        "return-type": "void",
10301                        "when": "last"
10302                    }
10303                }
10304            },
10305            "testsrcbin": {
10306                "author": "Erik Walthinsen <omega@cse.ogi.edu>,Wim Taymans <wim.taymans@gmail.com>",
10307                "description": "Simple container object",
10308                "hierarchy": [
10309                    "GstTestSrcBin",
10310                    "GstBin",
10311                    "GstElement",
10312                    "GstObject",
10313                    "GInitiallyUnowned",
10314                    "GObject"
10315                ],
10316                "interfaces": [
10317                    "GstChildProxy",
10318                    "GstURIHandler"
10319                ],
10320                "klass": "Generic/Bin",
10321                "long-name": "Generic bin",
10322                "pad-templates": {
10323                    "audio_src_%%u": {
10324                        "caps": "audio/x-raw(ANY):\n",
10325                        "direction": "src",
10326                        "presence": "sometimes"
10327                    },
10328                    "video_src_%%u": {
10329                        "caps": "video/x-raw(ANY):\n",
10330                        "direction": "src",
10331                        "presence": "sometimes"
10332                    }
10333                },
10334                "properties": {
10335                    "stream-types": {
10336                        "blurb": "String describing the stream types to expose, eg. \"video+audio\".",
10337                        "conditionally-available": false,
10338                        "construct": false,
10339                        "construct-only": false,
10340                        "controllable": false,
10341                        "default": "NULL",
10342                        "mutable": "null",
10343                        "readable": true,
10344                        "type": "gchararray",
10345                        "writable": true
10346                    }
10347                },
10348                "rank": "none",
10349                "signals": {}
10350            },
10351            "videocodectestsink": {
10352                "author": "Nicolas Dufresne <nicolas.dufresne@collabora.com",
10353                "description": "Sink to test video CODEC conformance",
10354                "hierarchy": [
10355                    "GstVideoCodecTestSink",
10356                    "GstBaseSink",
10357                    "GstElement",
10358                    "GstObject",
10359                    "GInitiallyUnowned",
10360                    "GObject"
10361                ],
10362                "klass": "Debug/video/Sink",
10363                "long-name": "Video CODEC Test Sink",
10364                "pad-templates": {
10365                    "sink": {
10366                        "caps": "video/x-raw:\n         format: { I420, I420_10LE, NV12 }\n",
10367                        "direction": "sink",
10368                        "presence": "always"
10369                    }
10370                },
10371                "properties": {
10372                    "location": {
10373                        "blurb": "File path to store non-padded I420 stream (optional).",
10374                        "conditionally-available": false,
10375                        "construct": false,
10376                        "construct-only": false,
10377                        "controllable": false,
10378                        "default": "NULL",
10379                        "mutable": "null",
10380                        "readable": true,
10381                        "type": "gchararray",
10382                        "writable": true
10383                    }
10384                },
10385                "rank": "none"
10386            },
10387            "watchdog": {
10388                "author": "David Schleef <ds@schleef.org>",
10389                "description": "Watches for pauses in stream buffers",
10390                "hierarchy": [
10391                    "GstWatchdog",
10392                    "GstBaseTransform",
10393                    "GstElement",
10394                    "GstObject",
10395                    "GInitiallyUnowned",
10396                    "GObject"
10397                ],
10398                "klass": "Generic",
10399                "long-name": "Watchdog",
10400                "pad-templates": {
10401                    "sink": {
10402                        "caps": "ANY",
10403                        "direction": "sink",
10404                        "presence": "always"
10405                    },
10406                    "src": {
10407                        "caps": "ANY",
10408                        "direction": "src",
10409                        "presence": "always"
10410                    }
10411                },
10412                "properties": {
10413                    "timeout": {
10414                        "blurb": "Timeout (in ms) after which an element error is sent to the bus if no buffers are received. 0 means disabled.",
10415                        "conditionally-available": false,
10416                        "construct": true,
10417                        "construct-only": false,
10418                        "controllable": false,
10419                        "default": "1000",
10420                        "max": "2147483647",
10421                        "min": "0",
10422                        "mutable": "null",
10423                        "readable": true,
10424                        "type": "gint",
10425                        "writable": true
10426                    }
10427                },
10428                "rank": "none"
10429            }
10430        },
10431        "filename": "gstdebugutilsbad",
10432        "license": "LGPL",
10433        "other-types": {
10434            "GstChecksumSinkHash": {
10435                "kind": "enum",
10436                "values": [
10437                    {
10438                        "desc": "MD5",
10439                        "name": "md5",
10440                        "value": "0"
10441                    },
10442                    {
10443                        "desc": "SHA-1",
10444                        "name": "sha1",
10445                        "value": "1"
10446                    },
10447                    {
10448                        "desc": "SHA-256",
10449                        "name": "sha256",
10450                        "value": "2"
10451                    },
10452                    {
10453                        "desc": "SHA-512",
10454                        "name": "sha512",
10455                        "value": "3"
10456                    }
10457                ]
10458            },
10459            "GstClockSelectClockId": {
10460                "kind": "enum",
10461                "values": [
10462                    {
10463                        "desc": "Default (elected from elements) pipeline clock",
10464                        "name": "default",
10465                        "value": "0"
10466                    },
10467                    {
10468                        "desc": "System monotonic clock",
10469                        "name": "monotonic",
10470                        "value": "1"
10471                    },
10472                    {
10473                        "desc": "System realtime clock",
10474                        "name": "realtime",
10475                        "value": "2"
10476                    },
10477                    {
10478                        "desc": "PTP clock",
10479                        "name": "ptp",
10480                        "value": "3"
10481                    },
10482                    {
10483                        "desc": "System TAI clock",
10484                        "name": "tai",
10485                        "value": "4"
10486                    }
10487                ]
10488            },
10489            "GstCompareMethod": {
10490                "kind": "enum",
10491                "values": [
10492                    {
10493                        "desc": "Memory",
10494                        "name": "mem",
10495                        "value": "0"
10496                    },
10497                    {
10498                        "desc": "Maximum metric",
10499                        "name": "max",
10500                        "value": "1"
10501                    },
10502                    {
10503                        "desc": "SSIM (raw video)",
10504                        "name": "ssim",
10505                        "value": "2"
10506                    }
10507                ]
10508            },
10509            "GstFakeSinkStateError": {
10510                "kind": "enum",
10511                "values": [
10512                    {
10513                        "desc": "No state change errors",
10514                        "name": "none",
10515                        "value": "0"
10516                    },
10517                    {
10518                        "desc": "Fail state change from NULL to READY",
10519                        "name": "null-to-ready",
10520                        "value": "1"
10521                    },
10522                    {
10523                        "desc": "Fail state change from READY to PAUSED",
10524                        "name": "ready-to-paused",
10525                        "value": "2"
10526                    },
10527                    {
10528                        "desc": "Fail state change from PAUSED to PLAYING",
10529                        "name": "paused-to-playing",
10530                        "value": "3"
10531                    },
10532                    {
10533                        "desc": "Fail state change from PLAYING to PAUSED",
10534                        "name": "playing-to-paused",
10535                        "value": "4"
10536                    },
10537                    {
10538                        "desc": "Fail state change from PAUSED to READY",
10539                        "name": "paused-to-ready",
10540                        "value": "5"
10541                    },
10542                    {
10543                        "desc": "Fail state change from READY to NULL",
10544                        "name": "ready-to-null",
10545                        "value": "6"
10546                    }
10547                ]
10548            },
10549            "GstFakeVideoSinkAllocationMetaFlags": {
10550                "kind": "flags",
10551                "values": [
10552                    {
10553                        "desc": "Expose the crop meta as supported",
10554                        "name": "crop",
10555                        "value": "0x00000001"
10556                    },
10557                    {
10558                        "desc": "Expose the overlay composition meta as supported",
10559                        "name": "overlay-composition",
10560                        "value": "0x00000002"
10561                    }
10562                ]
10563            }
10564        },
10565        "package": "GStreamer Bad Plug-ins",
10566        "source": "gst-plugins-bad",
10567        "tracers": {},
10568        "url": "Unknown package origin"
10569    },
10570    "decklink": {
10571        "description": "Blackmagic Decklink plugin",
10572        "elements": {
10573            "decklinkaudiosink": {
10574                "author": "David Schleef <ds@entropywave.com>, Sebastian Dröge <sebastian@centricular.com>",
10575                "description": "Decklink Sink",
10576                "hierarchy": [
10577                    "GstDecklinkAudioSink",
10578                    "GstBaseSink",
10579                    "GstElement",
10580                    "GstObject",
10581                    "GInitiallyUnowned",
10582                    "GObject"
10583                ],
10584                "klass": "Audio/Sink/Hardware",
10585                "long-name": "Decklink Audio Sink",
10586                "pad-templates": {
10587                    "sink": {
10588                        "caps": "audio/x-raw:\n         format: { S16LE, S32LE }\n       channels: { (int)2, (int)8, (int)16 }\n           rate: 48000\n         layout: interleaved\n",
10589                        "direction": "sink",
10590                        "presence": "always"
10591                    }
10592                },
10593                "properties": {
10594                    "alignment-threshold": {
10595                        "blurb": "Timestamp alignment threshold in nanoseconds",
10596                        "conditionally-available": false,
10597                        "construct": false,
10598                        "construct-only": false,
10599                        "controllable": false,
10600                        "default": "40000000",
10601                        "max": "18446744073709551614",
10602                        "min": "0",
10603                        "mutable": "ready",
10604                        "readable": true,
10605                        "type": "guint64",
10606                        "writable": true
10607                    },
10608                    "buffer-time": {
10609                        "blurb": "Size of audio buffer in microseconds, this is the minimum latency that the sink reports",
10610                        "conditionally-available": false,
10611                        "construct": false,
10612                        "construct-only": false,
10613                        "controllable": false,
10614                        "default": "50000",
10615                        "max": "18446744073709551615",
10616                        "min": "0",
10617                        "mutable": "ready",
10618                        "readable": true,
10619                        "type": "guint64",
10620                        "writable": true
10621                    },
10622                    "device-number": {
10623                        "blurb": "Output device instance to use",
10624                        "conditionally-available": false,
10625                        "construct": true,
10626                        "construct-only": false,
10627                        "controllable": false,
10628                        "default": "0",
10629                        "max": "2147483647",
10630                        "min": "0",
10631                        "mutable": "null",
10632                        "readable": true,
10633                        "type": "gint",
10634                        "writable": true
10635                    },
10636                    "discont-wait": {
10637                        "blurb": "Window of time in nanoseconds to wait before creating a discontinuity",
10638                        "conditionally-available": false,
10639                        "construct": false,
10640                        "construct-only": false,
10641                        "controllable": false,
10642                        "default": "1000000000",
10643                        "max": "18446744073709551614",
10644                        "min": "0",
10645                        "mutable": "ready",
10646                        "readable": true,
10647                        "type": "guint64",
10648                        "writable": true
10649                    },
10650                    "hw-serial-number": {
10651                        "blurb": "The serial number (hardware ID) of the Decklink card",
10652                        "conditionally-available": false,
10653                        "construct": false,
10654                        "construct-only": false,
10655                        "controllable": false,
10656                        "default": "NULL",
10657                        "mutable": "null",
10658                        "readable": true,
10659                        "type": "gchararray",
10660                        "writable": false
10661                    }
10662                },
10663                "rank": "none"
10664            },
10665            "decklinkaudiosrc": {
10666                "author": "David Schleef <ds@entropywave.com>, Sebastian Dröge <sebastian@centricular.com>",
10667                "description": "Decklink Source",
10668                "hierarchy": [
10669                    "GstDecklinkAudioSrc",
10670                    "GstPushSrc",
10671                    "GstBaseSrc",
10672                    "GstElement",
10673                    "GstObject",
10674                    "GInitiallyUnowned",
10675                    "GObject"
10676                ],
10677                "klass": "Audio/Source/Hardware",
10678                "long-name": "Decklink Audio Source",
10679                "pad-templates": {
10680                    "src": {
10681                        "caps": "audio/x-raw:\n         format: { S16LE, S32LE }\n       channels: 2\n           rate: 48000\n         layout: interleaved\naudio/x-raw:\n         format: { S16LE, S32LE }\n       channels: { (int)8, (int)16 }\n   channel-mask: 0x0000000000000000\n           rate: 48000\n         layout: interleaved\n",
10682                        "direction": "src",
10683                        "presence": "always"
10684                    }
10685                },
10686                "properties": {
10687                    "alignment-threshold": {
10688                        "blurb": "Timestamp alignment threshold in nanoseconds",
10689                        "conditionally-available": false,
10690                        "construct": false,
10691                        "construct-only": false,
10692                        "controllable": false,
10693                        "default": "40000000",
10694                        "max": "18446744073709551614",
10695                        "min": "0",
10696                        "mutable": "null",
10697                        "readable": true,
10698                        "type": "guint64",
10699                        "writable": true
10700                    },
10701                    "buffer-size": {
10702                        "blurb": "Size of internal buffer in number of video frames",
10703                        "conditionally-available": false,
10704                        "construct": false,
10705                        "construct-only": false,
10706                        "controllable": false,
10707                        "default": "5",
10708                        "max": "2147483647",
10709                        "min": "1",
10710                        "mutable": "null",
10711                        "readable": true,
10712                        "type": "guint",
10713                        "writable": true
10714                    },
10715                    "channels": {
10716                        "blurb": "Audio channels",
10717                        "conditionally-available": false,
10718                        "construct": true,
10719                        "construct-only": false,
10720                        "controllable": false,
10721                        "default": "2 (2)",
10722                        "mutable": "null",
10723                        "readable": true,
10724                        "type": "GstDecklinkAudioChannels",
10725                        "writable": true
10726                    },
10727                    "connection": {
10728                        "blurb": "Audio input connection to use",
10729                        "conditionally-available": false,
10730                        "construct": true,
10731                        "construct-only": false,
10732                        "controllable": false,
10733                        "default": "auto (0)",
10734                        "mutable": "null",
10735                        "readable": true,
10736                        "type": "GstDecklinkAudioConnection",
10737                        "writable": true
10738                    },
10739                    "device-number": {
10740                        "blurb": "Output device instance to use",
10741                        "conditionally-available": false,
10742                        "construct": true,
10743                        "construct-only": false,
10744                        "controllable": false,
10745                        "default": "0",
10746                        "max": "2147483647",
10747                        "min": "0",
10748                        "mutable": "null",
10749                        "readable": true,
10750                        "type": "gint",
10751                        "writable": true
10752                    },
10753                    "discont-wait": {
10754                        "blurb": "Window of time in nanoseconds to wait before creating a discontinuity",
10755                        "conditionally-available": false,
10756                        "construct": false,
10757                        "construct-only": false,
10758                        "controllable": false,
10759                        "default": "1000000000",
10760                        "max": "18446744073709551614",
10761                        "min": "0",
10762                        "mutable": "null",
10763                        "readable": true,
10764                        "type": "guint64",
10765                        "writable": true
10766                    },
10767                    "hw-serial-number": {
10768                        "blurb": "The serial number (hardware ID) of the Decklink card",
10769                        "conditionally-available": false,
10770                        "construct": false,
10771                        "construct-only": false,
10772                        "controllable": false,
10773                        "default": "NULL",
10774                        "mutable": "null",
10775                        "readable": true,
10776                        "type": "gchararray",
10777                        "writable": false
10778                    }
10779                },
10780                "rank": "none"
10781            },
10782            "decklinkvideosink": {
10783                "author": "David Schleef <ds@entropywave.com>, Sebastian Dröge <sebastian@centricular.com>",
10784                "description": "Decklink Sink",
10785                "hierarchy": [
10786                    "GstDecklinkVideoSink",
10787                    "GstBaseSink",
10788                    "GstElement",
10789                    "GstObject",
10790                    "GInitiallyUnowned",
10791                    "GObject"
10792                ],
10793                "klass": "Video/Sink/Hardware",
10794                "long-name": "Decklink Video Sink",
10795                "pad-templates": {
10796                    "sink": {
10797                        "caps": "video/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 12/11\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 12/11\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 12/11\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 12/11\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 12/11\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 12/11\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 12/11\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 12/11\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt2020\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt2020\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt2020\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt2020\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt2020\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt2020\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt2020\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt2020\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 16/11\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 16/11\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 16/11\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 16/11\n interlace-mode: interleaved\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 16/11\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 16/11\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 16/11\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 16/11\n interlace-mode: progressive\n      framerate: [ 0/1, 2147483647/1 ]\n         format: BGRA\n",
10798                        "direction": "sink",
10799                        "presence": "always"
10800                    }
10801                },
10802                "properties": {
10803                    "afd-bar-line": {
10804                        "blurb": "Line number to use for inserting AFD/Bar data (0 = disabled)",
10805                        "conditionally-available": false,
10806                        "construct": true,
10807                        "construct-only": false,
10808                        "controllable": false,
10809                        "default": "0",
10810                        "max": "10000",
10811                        "min": "0",
10812                        "mutable": "null",
10813                        "readable": true,
10814                        "type": "gint",
10815                        "writable": true
10816                    },
10817                    "cc-line": {
10818                        "blurb": "Line number to use for inserting closed captions (0 = disabled)",
10819                        "conditionally-available": false,
10820                        "construct": true,
10821                        "construct-only": false,
10822                        "controllable": false,
10823                        "default": "0",
10824                        "max": "22",
10825                        "min": "0",
10826                        "mutable": "null",
10827                        "readable": true,
10828                        "type": "gint",
10829                        "writable": true
10830                    },
10831                    "device-number": {
10832                        "blurb": "Output device instance to use",
10833                        "conditionally-available": false,
10834                        "construct": true,
10835                        "construct-only": false,
10836                        "controllable": false,
10837                        "default": "0",
10838                        "max": "2147483647",
10839                        "min": "0",
10840                        "mutable": "null",
10841                        "readable": true,
10842                        "type": "gint",
10843                        "writable": true
10844                    },
10845                    "hw-serial-number": {
10846                        "blurb": "The serial number (hardware ID) of the Decklink card",
10847                        "conditionally-available": false,
10848                        "construct": false,
10849                        "construct-only": false,
10850                        "controllable": false,
10851                        "default": "NULL",
10852                        "mutable": "null",
10853                        "readable": true,
10854                        "type": "gchararray",
10855                        "writable": false
10856                    },
10857                    "keyer-level": {
10858                        "blurb": "Keyer level",
10859                        "conditionally-available": false,
10860                        "construct": true,
10861                        "construct-only": false,
10862                        "controllable": false,
10863                        "default": "255",
10864                        "max": "255",
10865                        "min": "0",
10866                        "mutable": "null",
10867                        "readable": true,
10868                        "type": "gint",
10869                        "writable": true
10870                    },
10871                    "keyer-mode": {
10872                        "blurb": "Keyer mode to be enabled",
10873                        "conditionally-available": false,
10874                        "construct": true,
10875                        "construct-only": false,
10876                        "controllable": false,
10877                        "default": "off (0)",
10878                        "mutable": "null",
10879                        "readable": true,
10880                        "type": "GstDecklinkKeyerMode",
10881                        "writable": true
10882                    },
10883                    "mode": {
10884                        "blurb": "Video Mode to use for playback",
10885                        "conditionally-available": false,
10886                        "construct": true,
10887                        "construct-only": false,
10888                        "controllable": false,
10889                        "default": "ntsc (1)",
10890                        "mutable": "null",
10891                        "readable": true,
10892                        "type": "GstDecklinkModes",
10893                        "writable": true
10894                    },
10895                    "profile": {
10896                        "blurb": "Certain DeckLink devices such as the DeckLink 8K Pro, the DeckLink Quad 2 and the DeckLink Duo 2 support multiple profiles to configure the capture and playback behavior of its sub-devices.For the DeckLink Duo 2 and DeckLink Quad 2, a profile is shared between any 2 sub-devices that utilize the same connectors. For the DeckLink 8K Pro, a profile is shared between all 4 sub-devices. Any sub-devices that share a profile are considered to be part of the same profile group.DeckLink Duo 2 support configuration of the duplex mode of individual sub-devices.",
10897                        "conditionally-available": false,
10898                        "construct": true,
10899                        "construct-only": false,
10900                        "controllable": false,
10901                        "default": "default (0)",
10902                        "mutable": "null",
10903                        "readable": true,
10904                        "type": "GstDecklinkProfileId",
10905                        "writable": true
10906                    },
10907                    "timecode-format": {
10908                        "blurb": "Timecode format type to use for playback",
10909                        "conditionally-available": false,
10910                        "construct": true,
10911                        "construct-only": false,
10912                        "controllable": false,
10913                        "default": "rp188any (3)",
10914                        "mutable": "null",
10915                        "readable": true,
10916                        "type": "GstDecklinkTimecodeFormat",
10917                        "writable": true
10918                    },
10919                    "video-format": {
10920                        "blurb": "Video format type to use for playback",
10921                        "conditionally-available": false,
10922                        "construct": true,
10923                        "construct-only": false,
10924                        "controllable": false,
10925                        "default": "8bit-yuv (1)",
10926                        "mutable": "null",
10927                        "readable": true,
10928                        "type": "GstDecklinkVideoFormat",
10929                        "writable": true
10930                    }
10931                },
10932                "rank": "none"
10933            },
10934            "decklinkvideosrc": {
10935                "author": "David Schleef <ds@entropywave.com>, Sebastian Dröge <sebastian@centricular.com>",
10936                "description": "Decklink Source",
10937                "hierarchy": [
10938                    "GstDecklinkVideoSrc",
10939                    "GstPushSrc",
10940                    "GstBaseSrc",
10941                    "GstElement",
10942                    "GstObject",
10943                    "GInitiallyUnowned",
10944                    "GObject"
10945                ],
10946                "klass": "Video/Source/Hardware",
10947                "long-name": "Decklink Video Source",
10948                "pad-templates": {
10949                    "src": {
10950                        "caps": "video/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: interleaved\n      framerate: 30000/1001\n    field-order: bottom-field-first\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: interleaved\n      framerate: 30000/1001\n    field-order: bottom-field-first\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: interleaved\n      framerate: 30000/1001\n    field-order: bottom-field-first\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: interleaved\n      framerate: 30000/1001\n    field-order: bottom-field-first\n         format: BGRA\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: interleaved\n      framerate: 24000/1001\n    field-order: bottom-field-first\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: interleaved\n      framerate: 24000/1001\n    field-order: bottom-field-first\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: interleaved\n      framerate: 24000/1001\n    field-order: bottom-field-first\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: interleaved\n      framerate: 24000/1001\n    field-order: bottom-field-first\n         format: BGRA\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 12/11\n interlace-mode: interleaved\n      framerate: 25/1\n    field-order: top-field-first\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 12/11\n interlace-mode: interleaved\n      framerate: 25/1\n    field-order: top-field-first\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 12/11\n interlace-mode: interleaved\n      framerate: 25/1\n    field-order: top-field-first\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 12/11\n interlace-mode: interleaved\n      framerate: 25/1\n    field-order: top-field-first\n         format: BGRA\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 10/11\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: BGRA\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 12/11\n interlace-mode: progressive\n      framerate: 25/1\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 12/11\n interlace-mode: progressive\n      framerate: 25/1\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 12/11\n interlace-mode: progressive\n      framerate: 25/1\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 12/11\n interlace-mode: progressive\n      framerate: 25/1\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24000/1001\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24000/1001\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24000/1001\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24000/1001\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24/1\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24/1\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24/1\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24/1\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 25/1\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 25/1\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 25/1\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 25/1\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30/1\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30/1\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30/1\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30/1\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: 25/1\n    field-order: top-field-first\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: 25/1\n    field-order: top-field-first\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: 25/1\n    field-order: top-field-first\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: 25/1\n    field-order: top-field-first\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: 30000/1001\n    field-order: top-field-first\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: 30000/1001\n    field-order: top-field-first\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: 30000/1001\n    field-order: top-field-first\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: 30000/1001\n    field-order: top-field-first\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: 30/1\n    field-order: top-field-first\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: 30/1\n    field-order: top-field-first\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: 30/1\n    field-order: top-field-first\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: interleaved\n      framerate: 30/1\n    field-order: top-field-first\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 50/1\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 50/1\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 50/1\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 50/1\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60000/1001\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60000/1001\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60000/1001\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60000/1001\n         format: BGRA\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60/1\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60/1\n         format: v210\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60/1\n         format: ARGB\nvideo/x-raw:\n          width: 1920\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60/1\n         format: BGRA\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 50/1\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 50/1\n         format: v210\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 50/1\n         format: ARGB\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 50/1\n         format: BGRA\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60000/1001\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60000/1001\n         format: v210\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60000/1001\n         format: ARGB\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60000/1001\n         format: BGRA\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60/1\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60/1\n         format: v210\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60/1\n         format: ARGB\nvideo/x-raw:\n          width: 1280\n         height: 720\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60/1\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24000/1001\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24000/1001\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24000/1001\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24000/1001\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24/1\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24/1\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24/1\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24/1\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 25/1\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 25/1\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 25/1\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1556\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 25/1\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24000/1001\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24000/1001\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24000/1001\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24000/1001\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24/1\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24/1\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24/1\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24/1\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 25/1\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 25/1\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 25/1\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 25/1\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30/1\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30/1\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30/1\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30/1\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 50/1\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 50/1\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 50/1\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 50/1\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60000/1001\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60000/1001\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60000/1001\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60000/1001\n         format: BGRA\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60/1\n         format: UYVY\n    colorimetry: bt709\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60/1\n         format: v210\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60/1\n         format: ARGB\nvideo/x-raw:\n          width: 2048\n         height: 1080\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60/1\n         format: BGRA\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24000/1001\n         format: UYVY\n    colorimetry: bt2020\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24000/1001\n         format: v210\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24000/1001\n         format: ARGB\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24000/1001\n         format: BGRA\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24/1\n         format: UYVY\n    colorimetry: bt2020\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24/1\n         format: v210\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24/1\n         format: ARGB\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 24/1\n         format: BGRA\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 25/1\n         format: UYVY\n    colorimetry: bt2020\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 25/1\n         format: v210\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 25/1\n         format: ARGB\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 25/1\n         format: BGRA\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: UYVY\n    colorimetry: bt2020\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: v210\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: ARGB\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: BGRA\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30/1\n         format: UYVY\n    colorimetry: bt2020\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30/1\n         format: v210\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30/1\n         format: ARGB\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 30/1\n         format: BGRA\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 50/1\n         format: UYVY\n    colorimetry: bt2020\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 50/1\n         format: v210\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 50/1\n         format: ARGB\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 50/1\n         format: BGRA\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60000/1001\n         format: UYVY\n    colorimetry: bt2020\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60000/1001\n         format: v210\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60000/1001\n         format: ARGB\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60000/1001\n         format: BGRA\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60/1\n         format: UYVY\n    colorimetry: bt2020\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60/1\n         format: v210\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60/1\n         format: ARGB\nvideo/x-raw:\n          width: 3840\n         height: 2160\npixel-aspect-ratio: 1/1\n interlace-mode: progressive\n      framerate: 60/1\n         format: BGRA\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: interleaved\n      framerate: 30000/1001\n    field-order: bottom-field-first\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: interleaved\n      framerate: 30000/1001\n    field-order: bottom-field-first\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: interleaved\n      framerate: 30000/1001\n    field-order: bottom-field-first\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: interleaved\n      framerate: 30000/1001\n    field-order: bottom-field-first\n         format: BGRA\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: interleaved\n      framerate: 24000/1001\n    field-order: bottom-field-first\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: interleaved\n      framerate: 24000/1001\n    field-order: bottom-field-first\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: interleaved\n      framerate: 24000/1001\n    field-order: bottom-field-first\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: interleaved\n      framerate: 24000/1001\n    field-order: bottom-field-first\n         format: BGRA\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 16/11\n interlace-mode: interleaved\n      framerate: 25/1\n    field-order: top-field-first\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 16/11\n interlace-mode: interleaved\n      framerate: 25/1\n    field-order: top-field-first\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 16/11\n interlace-mode: interleaved\n      framerate: 25/1\n    field-order: top-field-first\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 16/11\n interlace-mode: interleaved\n      framerate: 25/1\n    field-order: top-field-first\n         format: BGRA\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 486\npixel-aspect-ratio: 40/33\n interlace-mode: progressive\n      framerate: 30000/1001\n         format: BGRA\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 16/11\n interlace-mode: progressive\n      framerate: 25/1\n         format: UYVY\n    colorimetry: bt601\n    chroma-site: mpeg2\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 16/11\n interlace-mode: progressive\n      framerate: 25/1\n         format: v210\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 16/11\n interlace-mode: progressive\n      framerate: 25/1\n         format: ARGB\nvideo/x-raw:\n          width: 720\n         height: 576\npixel-aspect-ratio: 16/11\n interlace-mode: progressive\n      framerate: 25/1\n         format: BGRA\n",
10951                        "direction": "src",
10952                        "presence": "always"
10953                    }
10954                },
10955                "properties": {
10956                    "buffer-size": {
10957                        "blurb": "Size of internal buffer in number of video frames",
10958                        "conditionally-available": false,
10959                        "construct": false,
10960                        "construct-only": false,
10961                        "controllable": false,
10962                        "default": "5",
10963                        "max": "2147483647",
10964                        "min": "1",
10965                        "mutable": "null",
10966                        "readable": true,
10967                        "type": "guint",
10968                        "writable": true
10969                    },
10970                    "connection": {
10971                        "blurb": "Video input connection to use",
10972                        "conditionally-available": false,
10973                        "construct": true,
10974                        "construct-only": false,
10975                        "controllable": false,
10976                        "default": "auto (0)",
10977                        "mutable": "null",
10978                        "readable": true,
10979                        "type": "GstDecklinkConnection",
10980                        "writable": true
10981                    },
10982                    "device-number": {
10983                        "blurb": "Output device instance to use",
10984                        "conditionally-available": false,
10985                        "construct": true,
10986                        "construct-only": false,
10987                        "controllable": false,
10988                        "default": "0",
10989                        "max": "2147483647",
10990                        "min": "0",
10991                        "mutable": "null",
10992                        "readable": true,
10993                        "type": "gint",
10994                        "writable": true
10995                    },
10996                    "drop-no-signal-frames": {
10997                        "blurb": "Drop frames that are marked as having no input signal",
10998                        "conditionally-available": false,
10999                        "construct": false,
11000                        "construct-only": false,
11001                        "controllable": false,
11002                        "default": "false",
11003                        "mutable": "null",
11004                        "readable": true,
11005                        "type": "gboolean",
11006                        "writable": true
11007                    },
11008                    "hw-serial-number": {
11009                        "blurb": "The serial number (hardware ID) of the Decklink card",
11010                        "conditionally-available": false,
11011                        "construct": false,
11012                        "construct-only": false,
11013                        "controllable": false,
11014                        "default": "NULL",
11015                        "mutable": "null",
11016                        "readable": true,
11017                        "type": "gchararray",
11018                        "writable": false
11019                    },
11020                    "mode": {
11021                        "blurb": "Video Mode to use for playback",
11022                        "conditionally-available": false,
11023                        "construct": true,
11024                        "construct-only": false,
11025                        "controllable": false,
11026                        "default": "auto (0)",
11027                        "mutable": "null",
11028                        "readable": true,
11029                        "type": "GstDecklinkModes",
11030                        "writable": true
11031                    },
11032                    "output-afd-bar": {
11033                        "blurb": "Extract and output AFD/Bar as GstMeta (if present)",
11034                        "conditionally-available": false,
11035                        "construct": false,
11036                        "construct-only": false,
11037                        "controllable": false,
11038                        "default": "false",
11039                        "mutable": "null",
11040                        "readable": true,
11041                        "type": "gboolean",
11042                        "writable": true
11043                    },
11044                    "output-cc": {
11045                        "blurb": "Extract and output CC as GstMeta (if present)",
11046                        "conditionally-available": false,
11047                        "construct": false,
11048                        "construct-only": false,
11049                        "controllable": false,
11050                        "default": "false",
11051                        "mutable": "null",
11052                        "readable": true,
11053                        "type": "gboolean",
11054                        "writable": true
11055                    },
11056                    "output-stream-time": {
11057                        "blurb": "Output stream time directly instead of translating to pipeline clock",
11058                        "conditionally-available": false,
11059                        "construct": false,
11060                        "construct-only": false,
11061                        "controllable": false,
11062                        "default": "false",
11063                        "mutable": "null",
11064                        "readable": true,
11065                        "type": "gboolean",
11066                        "writable": true
11067                    },
11068                    "profile": {
11069                        "blurb": "Certain DeckLink devices such as the DeckLink 8K Pro, the DeckLink Quad 2 and the DeckLink Duo 2 support multiple profiles to configure the capture and playback behavior of its sub-devices.For the DeckLink Duo 2 and DeckLink Quad 2, a profile is shared between any 2 sub-devices that utilize the same connectors. For the DeckLink 8K Pro, a profile is shared between all 4 sub-devices. Any sub-devices that share a profile are considered to be part of the same profile group.DeckLink Duo 2 support configuration of the duplex mode of individual sub-devices.",
11070                        "conditionally-available": false,
11071                        "construct": true,
11072                        "construct-only": false,
11073                        "controllable": false,
11074                        "default": "default (0)",
11075                        "mutable": "null",
11076                        "readable": true,
11077                        "type": "GstDecklinkProfileId",
11078                        "writable": true
11079                    },
11080                    "signal": {
11081                        "blurb": "True if there is a valid input signal available",
11082                        "conditionally-available": false,
11083                        "construct": false,
11084                        "construct-only": false,
11085                        "controllable": false,
11086                        "default": "false",
11087                        "mutable": "null",
11088                        "readable": true,
11089                        "type": "gboolean",
11090                        "writable": false
11091                    },
11092                    "skip-first-time": {
11093                        "blurb": "Skip that much time of initial frames after starting",
11094                        "conditionally-available": false,
11095                        "construct": false,
11096                        "construct-only": false,
11097                        "controllable": false,
11098                        "default": "0",
11099                        "max": "18446744073709551615",
11100                        "min": "0",
11101                        "mutable": "null",
11102                        "readable": true,
11103                        "type": "guint64",
11104                        "writable": true
11105                    },
11106                    "timecode-format": {
11107                        "blurb": "Timecode format type to use for input",
11108                        "conditionally-available": false,
11109                        "construct": true,
11110                        "construct-only": false,
11111                        "controllable": false,
11112                        "default": "rp188any (3)",
11113                        "mutable": "null",
11114                        "readable": true,
11115                        "type": "GstDecklinkTimecodeFormat",
11116                        "writable": true
11117                    },
11118                    "video-format": {
11119                        "blurb": "Video format type to use for input (Only use auto for mode=auto)",
11120                        "conditionally-available": false,
11121                        "construct": true,
11122                        "construct-only": false,
11123                        "controllable": false,
11124                        "default": "auto (0)",
11125                        "mutable": "null",
11126                        "readable": true,
11127                        "type": "GstDecklinkVideoFormat",
11128                        "writable": true
11129                    }
11130                },
11131                "rank": "none"
11132            }
11133        },
11134        "filename": "gstdecklink",
11135        "license": "LGPL",
11136        "other-types": {
11137            "GstDecklinkAudioChannels": {
11138                "kind": "enum",
11139                "values": [
11140                    {
11141                        "desc": "2 Channels",
11142                        "name": "2",
11143                        "value": "2"
11144                    },
11145                    {
11146                        "desc": "8 Channels",
11147                        "name": "8",
11148                        "value": "8"
11149                    },
11150                    {
11151                        "desc": "16 Channels",
11152                        "name": "16",
11153                        "value": "16"
11154                    },
11155                    {
11156                        "desc": "Maximum channels supported",
11157                        "name": "max",
11158                        "value": "0"
11159                    }
11160                ]
11161            },
11162            "GstDecklinkAudioConnection": {
11163                "kind": "enum",
11164                "values": [
11165                    {
11166                        "desc": "Automatic",
11167                        "name": "auto",
11168                        "value": "0"
11169                    },
11170                    {
11171                        "desc": "SDI/HDMI embedded audio",
11172                        "name": "embedded",
11173                        "value": "1"
11174                    },
11175                    {
11176                        "desc": "AES/EBU input",
11177                        "name": "aes",
11178                        "value": "2"
11179                    },
11180                    {
11181                        "desc": "Analog input",
11182                        "name": "analog",
11183                        "value": "3"
11184                    },
11185                    {
11186                        "desc": "Analog input (XLR)",
11187                        "name": "analog-xlr",
11188                        "value": "4"
11189                    },
11190                    {
11191                        "desc": "Analog input (RCA)",
11192                        "name": "analog-rca",
11193                        "value": "5"
11194                    }
11195                ]
11196            },
11197            "GstDecklinkConnection": {
11198                "kind": "enum",
11199                "values": [
11200                    {
11201                        "desc": "Auto",
11202                        "name": "auto",
11203                        "value": "0"
11204                    },
11205                    {
11206                        "desc": "SDI",
11207                        "name": "sdi",
11208                        "value": "1"
11209                    },
11210                    {
11211                        "desc": "HDMI",
11212                        "name": "hdmi",
11213                        "value": "2"
11214                    },
11215                    {
11216                        "desc": "Optical SDI",
11217                        "name": "optical-sdi",
11218                        "value": "3"
11219                    },
11220                    {
11221                        "desc": "Component",
11222                        "name": "component",
11223                        "value": "4"
11224                    },
11225                    {
11226                        "desc": "Composite",
11227                        "name": "composite",
11228                        "value": "5"
11229                    },
11230                    {
11231                        "desc": "S-Video",
11232                        "name": "svideo",
11233                        "value": "6"
11234                    }
11235                ]
11236            },
11237            "GstDecklinkKeyerMode": {
11238                "kind": "enum",
11239                "values": [
11240                    {
11241                        "desc": "Off",
11242                        "name": "off",
11243                        "value": "0"
11244                    },
11245                    {
11246                        "desc": "Internal",
11247                        "name": "internal",
11248                        "value": "1"
11249                    },
11250                    {
11251                        "desc": "External",
11252                        "name": "external",
11253                        "value": "2"
11254                    }
11255                ]
11256            },
11257            "GstDecklinkModes": {
11258                "kind": "enum",
11259                "values": [
11260                    {
11261                        "desc": "Automatic detection",
11262                        "name": "auto",
11263                        "value": "0"
11264                    },
11265                    {
11266                        "desc": "NTSC SD 60i",
11267                        "name": "ntsc",
11268                        "value": "1"
11269                    },
11270                    {
11271                        "desc": "NTSC SD 60i (24 fps)",
11272                        "name": "ntsc2398",
11273                        "value": "2"
11274                    },
11275                    {
11276                        "desc": "PAL SD 50i",
11277                        "name": "pal",
11278                        "value": "3"
11279                    },
11280                    {
11281                        "desc": "NTSC SD 60p",
11282                        "name": "ntsc-p",
11283                        "value": "4"
11284                    },
11285                    {
11286                        "desc": "PAL SD 50p",
11287                        "name": "pal-p",
11288                        "value": "5"
11289                    },
11290                    {
11291                        "desc": "HD1080 23.98p",
11292                        "name": "1080p2398",
11293                        "value": "6"
11294                    },
11295                    {
11296                        "desc": "HD1080 24p",
11297                        "name": "1080p24",
11298                        "value": "7"
11299                    },
11300                    {
11301                        "desc": "HD1080 25p",
11302                        "name": "1080p25",
11303                        "value": "8"
11304                    },
11305                    {
11306                        "desc": "HD1080 29.97p",
11307                        "name": "1080p2997",
11308                        "value": "9"
11309                    },
11310                    {
11311                        "desc": "HD1080 30p",
11312                        "name": "1080p30",
11313                        "value": "10"
11314                    },
11315                    {
11316                        "desc": "HD1080 50i",
11317                        "name": "1080i50",
11318                        "value": "11"
11319                    },
11320                    {
11321                        "desc": "HD1080 59.94i",
11322                        "name": "1080i5994",
11323                        "value": "12"
11324                    },
11325                    {
11326                        "desc": "HD1080 60i",
11327                        "name": "1080i60",
11328                        "value": "13"
11329                    },
11330                    {
11331                        "desc": "HD1080 50p",
11332                        "name": "1080p50",
11333                        "value": "14"
11334                    },
11335                    {
11336                        "desc": "HD1080 59.94p",
11337                        "name": "1080p5994",
11338                        "value": "15"
11339                    },
11340                    {
11341                        "desc": "HD1080 60p",
11342                        "name": "1080p60",
11343                        "value": "16"
11344                    },
11345                    {
11346                        "desc": "HD720 50p",
11347                        "name": "720p50",
11348                        "value": "17"
11349                    },
11350                    {
11351                        "desc": "HD720 59.94p",
11352                        "name": "720p5994",
11353                        "value": "18"
11354                    },
11355                    {
11356                        "desc": "HD720 60p",
11357                        "name": "720p60",
11358                        "value": "19"
11359                    },
11360                    {
11361                        "desc": "2k 23.98p",
11362                        "name": "1556p2398",
11363                        "value": "20"
11364                    },
11365                    {
11366                        "desc": "2k 24p",
11367                        "name": "1556p24",
11368                        "value": "21"
11369                    },
11370                    {
11371                        "desc": "2k 25p",
11372                        "name": "1556p25",
11373                        "value": "22"
11374                    },
11375                    {
11376                        "desc": "2k dci 23.98p",
11377                        "name": "2kdcip2398",
11378                        "value": "23"
11379                    },
11380                    {
11381                        "desc": "2k dci 24p",
11382                        "name": "2kdcip24",
11383                        "value": "24"
11384                    },
11385                    {
11386                        "desc": "2k dci 25p",
11387                        "name": "2kdcip25",
11388                        "value": "25"
11389                    },
11390                    {
11391                        "desc": "2k dci 29.97p",
11392                        "name": "2kdcip2997",
11393                        "value": "26"
11394                    },
11395                    {
11396                        "desc": "2k dci 30p",
11397                        "name": "2kdcip30",
11398                        "value": "27"
11399                    },
11400                    {
11401                        "desc": "2k dci 50p",
11402                        "name": "2kdcip50",
11403                        "value": "28"
11404                    },
11405                    {
11406                        "desc": "2k dci 59.94p",
11407                        "name": "2kdcip5994",
11408                        "value": "29"
11409                    },
11410                    {
11411                        "desc": "2k dci 60p",
11412                        "name": "2kdcip60",
11413                        "value": "30"
11414                    },
11415                    {
11416                        "desc": "4k 23.98p",
11417                        "name": "2160p2398",
11418                        "value": "31"
11419                    },
11420                    {
11421                        "desc": "4k 24p",
11422                        "name": "2160p24",
11423                        "value": "32"
11424                    },
11425                    {
11426                        "desc": "4k 25p",
11427                        "name": "2160p25",
11428                        "value": "33"
11429                    },
11430                    {
11431                        "desc": "4k 29.97p",
11432                        "name": "2160p2997",
11433                        "value": "34"
11434                    },
11435                    {
11436                        "desc": "4k 30p",
11437                        "name": "2160p30",
11438                        "value": "35"
11439                    },
11440                    {
11441                        "desc": "4k 50p",
11442                        "name": "2160p50",
11443                        "value": "36"
11444                    },
11445                    {
11446                        "desc": "4k 59.94p",
11447                        "name": "2160p5994",
11448                        "value": "37"
11449                    },
11450                    {
11451                        "desc": "4k 60p",
11452                        "name": "2160p60",
11453                        "value": "38"
11454                    },
11455                    {
11456                        "desc": "NTSC SD 60i Widescreen",
11457                        "name": "ntsc-widescreen",
11458                        "value": "39"
11459                    },
11460                    {
11461                        "desc": "NTSC SD 60i Widescreen (24 fps)",
11462                        "name": "ntsc2398-widescreen",
11463                        "value": "40"
11464                    },
11465                    {
11466                        "desc": "PAL SD 50i Widescreen",
11467                        "name": "pal-widescreen",
11468                        "value": "41"
11469                    },
11470                    {
11471                        "desc": "NTSC SD 60p Widescreen",
11472                        "name": "ntsc-p-widescreen",
11473                        "value": "42"
11474                    },
11475                    {
11476                        "desc": "PAL SD 50p Widescreen",
11477                        "name": "pal-p-widescreen",
11478                        "value": "43"
11479                    }
11480                ]
11481            },
11482            "GstDecklinkProfileId": {
11483                "kind": "enum",
11484                "values": [
11485                    {
11486                        "desc": "Default, don't change profile",
11487                        "name": "default",
11488                        "value": "0"
11489                    },
11490                    {
11491                        "desc": "One sub-device, Full-Duplex",
11492                        "name": "one-sub-device-full",
11493                        "value": "1"
11494                    },
11495                    {
11496                        "desc": "One sub-device, Half-Duplex",
11497                        "name": "one-sub-device-half",
11498                        "value": "2"
11499                    },
11500                    {
11501                        "desc": "Two sub-devices, Full-Duplex",
11502                        "name": "two-sub-devices-full",
11503                        "value": "3"
11504                    },
11505                    {
11506                        "desc": "Two sub-devices, Half-Duplex",
11507                        "name": "two-sub-devices-half",
11508                        "value": "4"
11509                    },
11510                    {
11511                        "desc": "Four sub-devices, Half-Duplex",
11512                        "name": "four-sub-devices-half",
11513                        "value": "5"
11514                    }
11515                ]
11516            },
11517            "GstDecklinkTimecodeFormat": {
11518                "kind": "enum",
11519                "values": [
11520                    {
11521                        "desc": "bmdTimecodeRP188VITC1",
11522                        "name": "rp188vitc1",
11523                        "value": "0"
11524                    },
11525                    {
11526                        "desc": "bmdTimecodeRP188VITC2",
11527                        "name": "rp188vitc2",
11528                        "value": "1"
11529                    },
11530                    {
11531                        "desc": "bmdTimecodeRP188LTC",
11532                        "name": "rp188ltc",
11533                        "value": "2"
11534                    },
11535                    {
11536                        "desc": "bmdTimecodeRP188Any",
11537                        "name": "rp188any",
11538                        "value": "3"
11539                    },
11540                    {
11541                        "desc": "bmdTimecodeVITC",
11542                        "name": "vitc",
11543                        "value": "4"
11544                    },
11545                    {
11546                        "desc": "bmdTimecodeVITCField2",
11547                        "name": "vitcfield2",
11548                        "value": "5"
11549                    },
11550                    {
11551                        "desc": "bmdTimecodeSerial",
11552                        "name": "serial",
11553                        "value": "6"
11554                    }
11555                ]
11556            },
11557            "GstDecklinkVideoFormat": {
11558                "kind": "enum",
11559                "values": [
11560                    {
11561                        "desc": "Auto",
11562                        "name": "auto",
11563                        "value": "0"
11564                    },
11565                    {
11566                        "desc": "bmdFormat8BitYUV",
11567                        "name": "8bit-yuv",
11568                        "value": "1"
11569                    },
11570                    {
11571                        "desc": "bmdFormat10BitYUV",
11572                        "name": "10bit-yuv",
11573                        "value": "2"
11574                    },
11575                    {
11576                        "desc": "bmdFormat8BitARGB",
11577                        "name": "8bit-argb",
11578                        "value": "3"
11579                    },
11580                    {
11581                        "desc": "bmdFormat8BitBGRA",
11582                        "name": "8bit-bgra",
11583                        "value": "4"
11584                    }
11585                ]
11586            }
11587        },
11588        "package": "GStreamer Bad Plug-ins",
11589        "source": "gst-plugins-bad",
11590        "tracers": {},
11591        "url": "Unknown package origin"
11592    },
11593    "directfb": {
11594        "description": "DirectFB video output plugin",
11595        "elements": {
11596            "dfbvideosink": {
11597                "author": "Julien Moutte <julien@moutte.net>",
11598                "description": "A DirectFB based videosink",
11599                "hierarchy": [
11600                    "GstDfbVideoSink",
11601                    "GstVideoSink",
11602                    "GstBaseSink",
11603                    "GstElement",
11604                    "GstObject",
11605                    "GInitiallyUnowned",
11606                    "GObject"
11607                ],
11608                "interfaces": [
11609                    "GstNavigation",
11610                    "GstColorBalance"
11611                ],
11612                "klass": "Sink/Video",
11613                "long-name": "DirectFB video sink",
11614                "pad-templates": {
11615                    "sink": {
11616                        "caps": "video/x-raw:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n",
11617                        "direction": "sink",
11618                        "presence": "always"
11619                    }
11620                },
11621                "properties": {
11622                    "async": {
11623                        "blurb": "Go asynchronously to PAUSED",
11624                        "conditionally-available": false,
11625                        "construct": false,
11626                        "construct-only": false,
11627                        "controllable": false,
11628                        "default": "true",
11629                        "mutable": "null",
11630                        "readable": true,
11631                        "type": "gboolean",
11632                        "writable": true
11633                    },
11634                    "blocksize": {
11635                        "blurb": "Size in bytes to pull per buffer (0 = default)",
11636                        "conditionally-available": false,
11637                        "construct": false,
11638                        "construct-only": false,
11639                        "controllable": false,
11640                        "default": "4096",
11641                        "max": "-1",
11642                        "min": "0",
11643                        "mutable": "null",
11644                        "readable": true,
11645                        "type": "guint",
11646                        "writable": true
11647                    },
11648                    "brightness": {
11649                        "blurb": "The brightness of the video",
11650                        "conditionally-available": false,
11651                        "construct": false,
11652                        "construct-only": false,
11653                        "controllable": false,
11654                        "default": "-1",
11655                        "max": "65535",
11656                        "min": "0",
11657                        "mutable": "null",
11658                        "readable": true,
11659                        "type": "gint",
11660                        "writable": true
11661                    },
11662                    "contrast": {
11663                        "blurb": "The contrast of the video",
11664                        "conditionally-available": false,
11665                        "construct": false,
11666                        "construct-only": false,
11667                        "controllable": false,
11668                        "default": "-1",
11669                        "max": "65535",
11670                        "min": "0",
11671                        "mutable": "null",
11672                        "readable": true,
11673                        "type": "gint",
11674                        "writable": true
11675                    },
11676                    "enable-last-sample": {
11677                        "blurb": "Enable the last-sample property",
11678                        "conditionally-available": false,
11679                        "construct": false,
11680                        "construct-only": false,
11681                        "controllable": false,
11682                        "default": "true",
11683                        "mutable": "null",
11684                        "readable": true,
11685                        "type": "gboolean",
11686                        "writable": true
11687                    },
11688                    "hue": {
11689                        "blurb": "The hue of the video",
11690                        "conditionally-available": false,
11691                        "construct": false,
11692                        "construct-only": false,
11693                        "controllable": false,
11694                        "default": "-1",
11695                        "max": "65535",
11696                        "min": "0",
11697                        "mutable": "null",
11698                        "readable": true,
11699                        "type": "gint",
11700                        "writable": true
11701                    },
11702                    "last-sample": {
11703                        "blurb": "The last sample received in the sink",
11704                        "conditionally-available": false,
11705                        "construct": false,
11706                        "construct-only": false,
11707                        "controllable": false,
11708                        "mutable": "null",
11709                        "readable": true,
11710                        "type": "GstSample",
11711                        "writable": false
11712                    },
11713                    "layer-mode": {
11714                        "blurb": "The cooperative level handling the access permission (set this to 'administrative' when the cursor is required)",
11715                        "conditionally-available": false,
11716                        "construct": false,
11717                        "construct-only": false,
11718                        "controllable": false,
11719                        "default": "exclusive (1)",
11720                        "mutable": "null",
11721                        "readable": true,
11722                        "type": "GstDfbVideoSinkLayerMode",
11723                        "writable": true
11724                    },
11725                    "max-bitrate": {
11726                        "blurb": "The maximum bits per second to render (0 = disabled)",
11727                        "conditionally-available": false,
11728                        "construct": false,
11729                        "construct-only": false,
11730                        "controllable": false,
11731                        "default": "0",
11732                        "max": "18446744073709551615",
11733                        "min": "0",
11734                        "mutable": "null",
11735                        "readable": true,
11736                        "type": "guint64",
11737                        "writable": true
11738                    },
11739                    "max-lateness": {
11740                        "blurb": "Maximum number of nanoseconds that a buffer can be late before it is dropped (-1 unlimited)",
11741                        "conditionally-available": false,
11742                        "construct": false,
11743                        "construct-only": false,
11744                        "controllable": false,
11745                        "default": "5000000",
11746                        "max": "9223372036854775807",
11747                        "min": "-1",
11748                        "mutable": "null",
11749                        "readable": true,
11750                        "type": "gint64",
11751                        "writable": true
11752                    },
11753                    "pixel-aspect-ratio": {
11754                        "blurb": "The pixel aspect ratio of the device",
11755                        "conditionally-available": false,
11756                        "construct": false,
11757                        "construct-only": false,
11758                        "controllable": false,
11759                        "default": "NULL",
11760                        "mutable": "null",
11761                        "readable": true,
11762                        "type": "gchararray",
11763                        "writable": true
11764                    },
11765                    "processing-deadline": {
11766                        "blurb": "Maximum processing time for a buffer in nanoseconds",
11767                        "conditionally-available": false,
11768                        "construct": false,
11769                        "construct-only": false,
11770                        "controllable": false,
11771                        "default": "15000000",
11772                        "max": "18446744073709551615",
11773                        "min": "0",
11774                        "mutable": "null",
11775                        "readable": true,
11776                        "type": "guint64",
11777                        "writable": true
11778                    },
11779                    "qos": {
11780                        "blurb": "Generate Quality-of-Service events upstream",
11781                        "conditionally-available": false,
11782                        "construct": false,
11783                        "construct-only": false,
11784                        "controllable": false,
11785                        "default": "true",
11786                        "mutable": "null",
11787                        "readable": true,
11788                        "type": "gboolean",
11789                        "writable": true
11790                    },
11791                    "render-delay": {
11792                        "blurb": "Additional render delay of the sink in nanoseconds",
11793                        "conditionally-available": false,
11794                        "construct": false,
11795                        "construct-only": false,
11796                        "controllable": false,
11797                        "default": "0",
11798                        "max": "18446744073709551615",
11799                        "min": "0",
11800                        "mutable": "null",
11801                        "readable": true,
11802                        "type": "guint64",
11803                        "writable": true
11804                    },
11805                    "saturation": {
11806                        "blurb": "The saturation of the video",
11807                        "conditionally-available": false,
11808                        "construct": false,
11809                        "construct-only": false,
11810                        "controllable": false,
11811                        "default": "-1",
11812                        "max": "65535",
11813                        "min": "0",
11814                        "mutable": "null",
11815                        "readable": true,
11816                        "type": "gint",
11817                        "writable": true
11818                    },
11819                    "show-preroll-frame": {
11820                        "blurb": "Whether to render video frames during preroll",
11821                        "conditionally-available": false,
11822                        "construct": true,
11823                        "construct-only": false,
11824                        "controllable": false,
11825                        "default": "true",
11826                        "mutable": "null",
11827                        "readable": true,
11828                        "type": "gboolean",
11829                        "writable": true
11830                    },
11831                    "stats": {
11832                        "blurb": "Sink Statistics",
11833                        "conditionally-available": false,
11834                        "construct": false,
11835                        "construct-only": false,
11836                        "controllable": false,
11837                        "default": "application/x-gst-base-sink-stats, average-rate=(double)0, dropped=(guint64)0, rendered=(guint64)0;",
11838                        "mutable": "null",
11839                        "readable": true,
11840                        "type": "GstStructure",
11841                        "writable": false
11842                    },
11843                    "surface": {
11844                        "blurb": "The target surface for video",
11845                        "conditionally-available": false,
11846                        "construct": false,
11847                        "construct-only": false,
11848                        "controllable": false,
11849                        "mutable": "null",
11850                        "readable": false,
11851                        "type": "gpointer",
11852                        "writable": true
11853                    },
11854                    "sync": {
11855                        "blurb": "Sync on the clock",
11856                        "conditionally-available": false,
11857                        "construct": false,
11858                        "construct-only": false,
11859                        "controllable": false,
11860                        "default": "true",
11861                        "mutable": "null",
11862                        "readable": true,
11863                        "type": "gboolean",
11864                        "writable": true
11865                    },
11866                    "throttle-time": {
11867                        "blurb": "The time to keep between rendered buffers (0 = disabled)",
11868                        "conditionally-available": false,
11869                        "construct": false,
11870                        "construct-only": false,
11871                        "controllable": false,
11872                        "default": "0",
11873                        "max": "18446744073709551615",
11874                        "min": "0",
11875                        "mutable": "null",
11876                        "readable": true,
11877                        "type": "guint64",
11878                        "writable": true
11879                    },
11880                    "ts-offset": {
11881                        "blurb": "Timestamp offset in nanoseconds",
11882                        "conditionally-available": false,
11883                        "construct": false,
11884                        "construct-only": false,
11885                        "controllable": false,
11886                        "default": "0",
11887                        "max": "9223372036854775807",
11888                        "min": "-9223372036854775808",
11889                        "mutable": "null",
11890                        "readable": true,
11891                        "type": "gint64",
11892                        "writable": true
11893                    },
11894                    "vsync": {
11895                        "blurb": "Wait for next vertical sync to draw frames",
11896                        "conditionally-available": false,
11897                        "construct": false,
11898                        "construct-only": false,
11899                        "controllable": false,
11900                        "default": "true",
11901                        "mutable": "null",
11902                        "readable": true,
11903                        "type": "gboolean",
11904                        "writable": true
11905                    }
11906                },
11907                "rank": "marginal"
11908            }
11909        },
11910        "filename": "gstdirectfb",
11911        "license": "LGPL",
11912        "other-types": {
11913            "GstDfbVideoSinkLayerMode": {
11914                "kind": "enum",
11915                "values": [
11916                    {
11917                        "desc": "NONE",
11918                        "name": "none",
11919                        "value": "0"
11920                    },
11921                    {
11922                        "desc": "DLSCL_EXCLUSIVE",
11923                        "name": "exclusive",
11924                        "value": "1"
11925                    },
11926                    {
11927                        "desc": "DLSCL_ADMINISTRATIVE",
11928                        "name": "administrative",
11929                        "value": "2"
11930                    }
11931                ]
11932            }
11933        },
11934        "package": "GStreamer Bad Plug-ins",
11935        "source": "gst-plugins-bad",
11936        "tracers": {},
11937        "url": "Unknown package origin"
11938    },
11939    "directsoundsrc": {
11940        "description": "Direct Sound Source plugin library",
11941        "elements": {
11942            "directsoundsrc": {
11943                "author": "Joni Valtanen <joni.valtanen@movial.fi>",
11944                "description": "Capture from a soundcard via DirectSound",
11945                "hierarchy": [
11946                    "GstDirectSoundSrc",
11947                    "GstAudioSrc",
11948                    "GstAudioBaseSrc",
11949                    "GstPushSrc",
11950                    "GstBaseSrc",
11951                    "GstElement",
11952                    "GstObject",
11953                    "GInitiallyUnowned",
11954                    "GObject"
11955                ],
11956                "interfaces": [
11957                    "GstStreamVolume"
11958                ],
11959                "klass": "Source/Audio",
11960                "long-name": "DirectSound audio source",
11961                "pad-templates": {
11962                    "src": {
11963                        "caps": "audio/x-raw:\n         format: { S16LE, S8 }\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2 ]\n",
11964                        "direction": "src",
11965                        "presence": "always"
11966                    }
11967                },
11968                "properties": {
11969                    "device": {
11970                        "blurb": "DirectSound playback device as a GUID string (volume and mute will not work!)",
11971                        "conditionally-available": false,
11972                        "construct": false,
11973                        "construct-only": false,
11974                        "controllable": false,
11975                        "default": "NULL",
11976                        "mutable": "null",
11977                        "readable": true,
11978                        "type": "gchararray",
11979                        "writable": true
11980                    },
11981                    "device-name": {
11982                        "blurb": "Human-readable name of the sound device",
11983                        "conditionally-available": false,
11984                        "construct": false,
11985                        "construct-only": false,
11986                        "controllable": false,
11987                        "default": "NULL",
11988                        "mutable": "null",
11989                        "readable": true,
11990                        "type": "gchararray",
11991                        "writable": true
11992                    },
11993                    "mute": {
11994                        "blurb": "Mute state of this stream",
11995                        "conditionally-available": false,
11996                        "construct": false,
11997                        "construct-only": false,
11998                        "controllable": false,
11999                        "default": "false",
12000                        "mutable": "null",
12001                        "readable": true,
12002                        "type": "gboolean",
12003                        "writable": true
12004                    },
12005                    "volume": {
12006                        "blurb": "Volume of this stream",
12007                        "conditionally-available": false,
12008                        "construct": false,
12009                        "construct-only": false,
12010                        "controllable": false,
12011                        "default": "1",
12012                        "max": "1",
12013                        "min": "0",
12014                        "mutable": "null",
12015                        "readable": true,
12016                        "type": "gdouble",
12017                        "writable": true
12018                    }
12019                },
12020                "rank": "secondary"
12021            }
12022        },
12023        "filename": "gstdirectsoundsrc",
12024        "license": "LGPL",
12025        "other-types": {},
12026        "package": "GStreamer Bad Plug-ins",
12027        "source": "gst-plugins-bad",
12028        "tracers": {},
12029        "url": "Unknown package origin"
12030    },
12031    "dtls": {
12032        "description": "DTLS decoder and encoder plugins",
12033        "elements": {
12034            "dtlsdec": {
12035                "author": "Patrik Oldsberg patrik.oldsberg@ericsson.com",
12036                "description": "Decodes DTLS packets",
12037                "hierarchy": [
12038                    "GstDtlsDec",
12039                    "GstElement",
12040                    "GstObject",
12041                    "GInitiallyUnowned",
12042                    "GObject"
12043                ],
12044                "klass": "Decoder/Network/DTLS",
12045                "long-name": "DTLS Decoder",
12046                "pad-templates": {
12047                    "sink": {
12048                        "caps": "application/x-dtls:\n",
12049                        "direction": "sink",
12050                        "presence": "always"
12051                    },
12052                    "src": {
12053                        "caps": "ANY",
12054                        "direction": "src",
12055                        "presence": "request"
12056                    }
12057                },
12058                "properties": {
12059                    "connection-id": {
12060                        "blurb": "Every encoder/decoder pair should have the same, unique, connection-id",
12061                        "conditionally-available": false,
12062                        "construct": false,
12063                        "construct-only": false,
12064                        "controllable": false,
12065                        "default": "NULL",
12066                        "mutable": "null",
12067                        "readable": true,
12068                        "type": "gchararray",
12069                        "writable": true
12070                    },
12071                    "connection-state": {
12072                        "blurb": "Current connection state",
12073                        "conditionally-available": false,
12074                        "construct": false,
12075                        "construct-only": false,
12076                        "controllable": false,
12077                        "default": "closed (1)",
12078                        "mutable": "null",
12079                        "readable": true,
12080                        "type": "GstDtlsConnectionState",
12081                        "writable": false
12082                    },
12083                    "decoder-key": {
12084                        "blurb": "SRTP key that should be used by the decoder",
12085                        "conditionally-available": false,
12086                        "construct": false,
12087                        "construct-only": false,
12088                        "controllable": false,
12089                        "mutable": "null",
12090                        "readable": true,
12091                        "type": "GstCaps",
12092                        "writable": false
12093                    },
12094                    "peer-pem": {
12095                        "blurb": "The X509 certificate received in the DTLS handshake, in PEM format",
12096                        "conditionally-available": false,
12097                        "construct": false,
12098                        "construct-only": false,
12099                        "controllable": false,
12100                        "default": "NULL",
12101                        "mutable": "null",
12102                        "readable": true,
12103                        "type": "gchararray",
12104                        "writable": false
12105                    },
12106                    "pem": {
12107                        "blurb": "A string containing a X509 certificate and RSA private key in PEM format",
12108                        "conditionally-available": false,
12109                        "construct": false,
12110                        "construct-only": false,
12111                        "controllable": false,
12112                        "default": "NULL",
12113                        "mutable": "null",
12114                        "readable": true,
12115                        "type": "gchararray",
12116                        "writable": true
12117                    },
12118                    "srtp-auth": {
12119                        "blurb": "The SRTP authentication selected in the DTLS handshake. The value will be set to an GstDtlsSrtpAuth.",
12120                        "conditionally-available": false,
12121                        "construct": false,
12122                        "construct-only": false,
12123                        "controllable": false,
12124                        "default": "0",
12125                        "max": "2",
12126                        "min": "0",
12127                        "mutable": "null",
12128                        "readable": true,
12129                        "type": "guint",
12130                        "writable": false
12131                    },
12132                    "srtp-cipher": {
12133                        "blurb": "The SRTP cipher selected in the DTLS handshake. The value will be set to an GstDtlsSrtpCipher.",
12134                        "conditionally-available": false,
12135                        "construct": false,
12136                        "construct-only": false,
12137                        "controllable": false,
12138                        "default": "0",
12139                        "max": "1",
12140                        "min": "0",
12141                        "mutable": "null",
12142                        "readable": true,
12143                        "type": "guint",
12144                        "writable": false
12145                    }
12146                },
12147                "rank": "none",
12148                "signals": {
12149                    "on-key-received": {
12150                        "args": [],
12151                        "return-type": "void",
12152                        "when": "last"
12153                    }
12154                }
12155            },
12156            "dtlsenc": {
12157                "author": "Patrik Oldsberg patrik.oldsberg@ericsson.com",
12158                "description": "Encodes packets with DTLS",
12159                "hierarchy": [
12160                    "GstDtlsEnc",
12161                    "GstElement",
12162                    "GstObject",
12163                    "GInitiallyUnowned",
12164                    "GObject"
12165                ],
12166                "klass": "Encoder/Network/DTLS",
12167                "long-name": "DTLS Encoder",
12168                "pad-templates": {
12169                    "sink": {
12170                        "caps": "ANY",
12171                        "direction": "sink",
12172                        "presence": "request"
12173                    },
12174                    "src": {
12175                        "caps": "application/x-dtls:\n",
12176                        "direction": "src",
12177                        "presence": "always"
12178                    }
12179                },
12180                "properties": {
12181                    "connection-id": {
12182                        "blurb": "Every encoder/decoder pair should have the same, unique, connection-id",
12183                        "conditionally-available": false,
12184                        "construct": false,
12185                        "construct-only": false,
12186                        "controllable": false,
12187                        "default": "NULL",
12188                        "mutable": "null",
12189                        "readable": true,
12190                        "type": "gchararray",
12191                        "writable": true
12192                    },
12193                    "connection-state": {
12194                        "blurb": "Current connection state",
12195                        "conditionally-available": false,
12196                        "construct": false,
12197                        "construct-only": false,
12198                        "controllable": false,
12199                        "default": "closed (1)",
12200                        "mutable": "null",
12201                        "readable": true,
12202                        "type": "GstDtlsConnectionState",
12203                        "writable": false
12204                    },
12205                    "encoder-key": {
12206                        "blurb": "Master key that should be used by the SRTP encoder",
12207                        "conditionally-available": false,
12208                        "construct": false,
12209                        "construct-only": false,
12210                        "controllable": false,
12211                        "mutable": "null",
12212                        "readable": true,
12213                        "type": "GstBuffer",
12214                        "writable": false
12215                    },
12216                    "is-client": {
12217                        "blurb": "Set to true if the decoder should act as client and initiate the handshake",
12218                        "conditionally-available": false,
12219                        "construct": false,
12220                        "construct-only": false,
12221                        "controllable": false,
12222                        "default": "false",
12223                        "mutable": "ready",
12224                        "readable": true,
12225                        "type": "gboolean",
12226                        "writable": true
12227                    },
12228                    "srtp-auth": {
12229                        "blurb": "The SRTP authentication selected in the DTLS handshake. The value will be set to an GstDtlsSrtpAuth.",
12230                        "conditionally-available": false,
12231                        "construct": false,
12232                        "construct-only": false,
12233                        "controllable": false,
12234                        "default": "0",
12235                        "max": "2",
12236                        "min": "0",
12237                        "mutable": "null",
12238                        "readable": true,
12239                        "type": "guint",
12240                        "writable": false
12241                    },
12242                    "srtp-cipher": {
12243                        "blurb": "The SRTP cipher selected in the DTLS handshake. The value will be set to an GstDtlsSrtpCipher.",
12244                        "conditionally-available": false,
12245                        "construct": false,
12246                        "construct-only": false,
12247                        "controllable": false,
12248                        "default": "0",
12249                        "max": "1",
12250                        "min": "0",
12251                        "mutable": "null",
12252                        "readable": true,
12253                        "type": "guint",
12254                        "writable": false
12255                    }
12256                },
12257                "rank": "none",
12258                "signals": {
12259                    "on-key-received": {
12260                        "args": [],
12261                        "return-type": "void",
12262                        "when": "last"
12263                    }
12264                }
12265            },
12266            "dtlssrtpdec": {
12267                "author": "Patrik Oldsberg patrik.oldsberg@ericsson.com",
12268                "description": "Decodes SRTP packets with a key received from DTLS",
12269                "hierarchy": [
12270                    "GstDtlsSrtpDec",
12271                    "GstDtlsSrtpBin",
12272                    "GstBin",
12273                    "GstElement",
12274                    "GstObject",
12275                    "GInitiallyUnowned",
12276                    "GObject"
12277                ],
12278                "interfaces": [
12279                    "GstChildProxy"
12280                ],
12281                "klass": "Decoder/Network/DTLS/SRTP",
12282                "long-name": "DTLS-SRTP Decoder",
12283                "pad-templates": {
12284                    "data_src": {
12285                        "caps": "ANY",
12286                        "direction": "src",
12287                        "presence": "request"
12288                    },
12289                    "rtcp_src": {
12290                        "caps": "application/x-rtcp:\n",
12291                        "direction": "src",
12292                        "presence": "always"
12293                    },
12294                    "rtp_src": {
12295                        "caps": "application/x-rtp:\n",
12296                        "direction": "src",
12297                        "presence": "always"
12298                    },
12299                    "sink": {
12300                        "caps": "ANY",
12301                        "direction": "sink",
12302                        "presence": "always"
12303                    }
12304                },
12305                "properties": {
12306                    "connection-state": {
12307                        "blurb": "Current connection state",
12308                        "conditionally-available": false,
12309                        "construct": false,
12310                        "construct-only": false,
12311                        "controllable": false,
12312                        "default": "closed (1)",
12313                        "mutable": "null",
12314                        "readable": true,
12315                        "type": "GstDtlsConnectionState",
12316                        "writable": false
12317                    },
12318                    "peer-pem": {
12319                        "blurb": "The X509 certificate received in the DTLS handshake, in PEM format",
12320                        "conditionally-available": false,
12321                        "construct": false,
12322                        "construct-only": false,
12323                        "controllable": false,
12324                        "default": "NULL",
12325                        "mutable": "null",
12326                        "readable": true,
12327                        "type": "gchararray",
12328                        "writable": false
12329                    },
12330                    "pem": {
12331                        "blurb": "A string containing a X509 certificate and RSA private key in PEM format",
12332                        "conditionally-available": false,
12333                        "construct": false,
12334                        "construct-only": false,
12335                        "controllable": false,
12336                        "default": "NULL",
12337                        "mutable": "null",
12338                        "readable": true,
12339                        "type": "gchararray",
12340                        "writable": true
12341                    }
12342                },
12343                "rank": "none"
12344            },
12345            "dtlssrtpdemux": {
12346                "author": "Patrik Oldsberg patrik.oldsberg@ericsson.com",
12347                "description": "Demultiplexes DTLS and SRTP packets",
12348                "hierarchy": [
12349                    "GstDtlsSrtpDemux",
12350                    "GstElement",
12351                    "GstObject",
12352                    "GInitiallyUnowned",
12353                    "GObject"
12354                ],
12355                "klass": "DTLS/SRTP/Demux",
12356                "long-name": "DTLS SRTP Demultiplexer",
12357                "pad-templates": {
12358                    "dtls_src": {
12359                        "caps": "application/x-dtls:\n",
12360                        "direction": "src",
12361                        "presence": "always"
12362                    },
12363                    "rtp_src": {
12364                        "caps": "application/x-rtp:\napplication/x-rtcp:\napplication/x-srtp:\napplication/x-srtcp:\n",
12365                        "direction": "src",
12366                        "presence": "always"
12367                    },
12368                    "sink": {
12369                        "caps": "ANY",
12370                        "direction": "sink",
12371                        "presence": "always"
12372                    }
12373                },
12374                "rank": "none"
12375            },
12376            "dtlssrtpenc": {
12377                "author": "Patrik Oldsberg patrik.oldsberg@ericsson.com",
12378                "description": "Encodes SRTP packets with a key received from DTLS",
12379                "hierarchy": [
12380                    "GstDtlsSrtpEnc",
12381                    "GstDtlsSrtpBin",
12382                    "GstBin",
12383                    "GstElement",
12384                    "GstObject",
12385                    "GInitiallyUnowned",
12386                    "GObject"
12387                ],
12388                "interfaces": [
12389                    "GstChildProxy"
12390                ],
12391                "klass": "Encoder/Network/DTLS/SRTP",
12392                "long-name": "DTLS-SRTP Encoder",
12393                "pad-templates": {
12394                    "data_sink": {
12395                        "caps": "ANY",
12396                        "direction": "sink",
12397                        "presence": "request"
12398                    },
12399                    "rtcp_sink_%%d": {
12400                        "caps": "application/x-rtp:\napplication/x-rtcp:\n",
12401                        "direction": "sink",
12402                        "presence": "request"
12403                    },
12404                    "rtp_sink_%%d": {
12405                        "caps": "application/x-rtp:\napplication/x-rtcp:\n",
12406                        "direction": "sink",
12407                        "presence": "request"
12408                    },
12409                    "src": {
12410                        "caps": "ANY",
12411                        "direction": "src",
12412                        "presence": "always"
12413                    }
12414                },
12415                "properties": {
12416                    "connection-state": {
12417                        "blurb": "Current connection state",
12418                        "conditionally-available": false,
12419                        "construct": false,
12420                        "construct-only": false,
12421                        "controllable": false,
12422                        "default": "closed (1)",
12423                        "mutable": "null",
12424                        "readable": true,
12425                        "type": "GstDtlsConnectionState",
12426                        "writable": false
12427                    },
12428                    "is-client": {
12429                        "blurb": "Set to true if the decoder should act as client and initiate the handshake",
12430                        "conditionally-available": false,
12431                        "construct": false,
12432                        "construct-only": false,
12433                        "controllable": false,
12434                        "default": "false",
12435                        "mutable": "ready",
12436                        "readable": true,
12437                        "type": "gboolean",
12438                        "writable": true
12439                    },
12440                    "rtp-sync": {
12441                        "blurb": "Synchronize RTP to the pipeline clock before merging with RTCP",
12442                        "conditionally-available": false,
12443                        "construct": false,
12444                        "construct-only": false,
12445                        "controllable": false,
12446                        "default": "false",
12447                        "mutable": "null",
12448                        "readable": true,
12449                        "type": "gboolean",
12450                        "writable": true
12451                    }
12452                },
12453                "rank": "none",
12454                "signals": {
12455                    "on-key-set": {
12456                        "args": [],
12457                        "return-type": "void",
12458                        "when": "last"
12459                    }
12460                }
12461            }
12462        },
12463        "filename": "gstdtls",
12464        "license": "BSD",
12465        "other-types": {
12466            "GstDtlsConnectionState": {
12467                "kind": "enum",
12468                "values": [
12469                    {
12470                        "desc": "New connection",
12471                        "name": "new",
12472                        "value": "0"
12473                    },
12474                    {
12475                        "desc": "Closed connection on either side",
12476                        "name": "closed",
12477                        "value": "1"
12478                    },
12479                    {
12480                        "desc": "Failed connection",
12481                        "name": "failed",
12482                        "value": "2"
12483                    },
12484                    {
12485                        "desc": "Connecting",
12486                        "name": "connecting",
12487                        "value": "3"
12488                    },
12489                    {
12490                        "desc": "Successfully connected",
12491                        "name": "connected",
12492                        "value": "4"
12493                    }
12494                ]
12495            },
12496            "GstDtlsSrtpBin": {
12497                "hierarchy": [
12498                    "GstDtlsSrtpBin",
12499                    "GstBin",
12500                    "GstElement",
12501                    "GstObject",
12502                    "GInitiallyUnowned",
12503                    "GObject"
12504                ],
12505                "interfaces": [
12506                    "GstChildProxy"
12507                ],
12508                "kind": "object",
12509                "properties": {
12510                    "connection-id": {
12511                        "blurb": "Every encoder/decoder pair should have the same, unique, connection-id",
12512                        "conditionally-available": false,
12513                        "construct": false,
12514                        "construct-only": false,
12515                        "controllable": false,
12516                        "default": "NULL",
12517                        "mutable": "null",
12518                        "readable": true,
12519                        "type": "gchararray",
12520                        "writable": true
12521                    },
12522                    "key": {
12523                        "blurb": "SRTP master key, if this property is set, DTLS will be disabled",
12524                        "conditionally-available": false,
12525                        "construct": false,
12526                        "construct-only": false,
12527                        "controllable": false,
12528                        "mutable": "playing",
12529                        "readable": true,
12530                        "type": "GstBuffer",
12531                        "writable": true
12532                    },
12533                    "srtcp-auth": {
12534                        "blurb": "SRTCP auth name, should be 'null', 'hmac-sha1-32' or 'hmac-sha1-80', if this property is set, DTLS will be disabled",
12535                        "conditionally-available": false,
12536                        "construct": false,
12537                        "construct-only": false,
12538                        "controllable": false,
12539                        "default": "NULL",
12540                        "mutable": "playing",
12541                        "readable": true,
12542                        "type": "gchararray",
12543                        "writable": true
12544                    },
12545                    "srtcp-cipher": {
12546                        "blurb": "SRTCP cipher name, should be 'null' or 'aes-128-icm', if this property is set, DTLS will be disabled",
12547                        "conditionally-available": false,
12548                        "construct": false,
12549                        "construct-only": false,
12550                        "controllable": false,
12551                        "default": "NULL",
12552                        "mutable": "playing",
12553                        "readable": true,
12554                        "type": "gchararray",
12555                        "writable": true
12556                    },
12557                    "srtp-auth": {
12558                        "blurb": "SRTP auth name, should be 'null', 'hmac-sha1-32' or 'hmac-sha1-80', if this property is set, DTLS will be disabled",
12559                        "conditionally-available": false,
12560                        "construct": false,
12561                        "construct-only": false,
12562                        "controllable": false,
12563                        "default": "NULL",
12564                        "mutable": "playing",
12565                        "readable": true,
12566                        "type": "gchararray",
12567                        "writable": true
12568                    },
12569                    "srtp-cipher": {
12570                        "blurb": "SRTP cipher name, should be 'null' or 'aes-128-icm', if this property is set, DTLS will be disabled",
12571                        "conditionally-available": false,
12572                        "construct": false,
12573                        "construct-only": false,
12574                        "controllable": false,
12575                        "default": "NULL",
12576                        "mutable": "playing",
12577                        "readable": true,
12578                        "type": "gchararray",
12579                        "writable": true
12580                    }
12581                }
12582            }
12583        },
12584        "package": "GStreamer Bad Plug-ins",
12585        "source": "gst-plugins-bad",
12586        "tracers": {},
12587        "url": "Unknown package origin"
12588    },
12589    "dtsdec": {
12590        "description": "Decodes DTS audio streams",
12591        "elements": {
12592            "dtsdec": {
12593                "author": "Jan Schmidt <thaytan@noraisin.net>, Ronald Bultje <rbultje@ronald.bitfreak.net>",
12594                "description": "Decodes DTS audio streams",
12595                "hierarchy": [
12596                    "GstDtsDec",
12597                    "GstAudioDecoder",
12598                    "GstElement",
12599                    "GstObject",
12600                    "GInitiallyUnowned",
12601                    "GObject"
12602                ],
12603                "klass": "Codec/Decoder/Audio",
12604                "long-name": "DTS audio decoder",
12605                "pad-templates": {
12606                    "sink": {
12607                        "caps": "audio/x-dts:\naudio/x-private1-dts:\n",
12608                        "direction": "sink",
12609                        "presence": "always"
12610                    },
12611                    "src": {
12612                        "caps": "audio/x-raw:\n         format: F32LE\n         layout: interleaved\n           rate: [ 4000, 96000 ]\n       channels: [ 1, 6 ]\n",
12613                        "direction": "src",
12614                        "presence": "always"
12615                    }
12616                },
12617                "properties": {
12618                    "drc": {
12619                        "blurb": "Use Dynamic Range Compression",
12620                        "conditionally-available": false,
12621                        "construct": false,
12622                        "construct-only": false,
12623                        "controllable": false,
12624                        "default": "false",
12625                        "mutable": "null",
12626                        "readable": true,
12627                        "type": "gboolean",
12628                        "writable": true
12629                    }
12630                },
12631                "rank": "primary"
12632            }
12633        },
12634        "filename": "gstdtsdec",
12635        "license": "GPL",
12636        "other-types": {},
12637        "package": "GStreamer Bad Plug-ins",
12638        "source": "gst-plugins-bad",
12639        "tracers": {},
12640        "url": "Unknown package origin"
12641    },
12642    "dvb": {
12643        "description": "DVB elements",
12644        "elements": {
12645            "dvbbasebin": {
12646                "author": "Alessandro Decina <alessandro.d@gmail.com>\nReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>",
12647                "description": "Access descramble and split DVB streams",
12648                "hierarchy": [
12649                    "DvbBaseBin",
12650                    "GstBin",
12651                    "GstElement",
12652                    "GstObject",
12653                    "GInitiallyUnowned",
12654                    "GObject"
12655                ],
12656                "interfaces": [
12657                    "GstChildProxy",
12658                    "GstURIHandler"
12659                ],
12660                "klass": "Source/Bin/Video",
12661                "long-name": "DVB bin",
12662                "pad-templates": {
12663                    "program_%%u": {
12664                        "caps": "video/mpegts:\n   systemstream: true\n",
12665                        "direction": "src",
12666                        "presence": "request"
12667                    },
12668                    "src": {
12669                        "caps": "video/mpegts:\n   systemstream: true\n",
12670                        "direction": "src",
12671                        "presence": "always"
12672                    }
12673                },
12674                "properties": {
12675                    "adapter": {
12676                        "blurb": "The DVB adapter device number (eg. 0 for adapter0)",
12677                        "conditionally-available": false,
12678                        "construct": false,
12679                        "construct-only": false,
12680                        "controllable": false,
12681                        "default": "0",
12682                        "max": "16",
12683                        "min": "0",
12684                        "mutable": "null",
12685                        "readable": true,
12686                        "type": "gint",
12687                        "writable": true
12688                    },
12689                    "bandwidth": {
12690                        "blurb": "(DVB-T) Bandwidth. Deprecated",
12691                        "conditionally-available": false,
12692                        "construct": false,
12693                        "construct-only": false,
12694                        "controllable": false,
12695                        "default": "AUTO (3)",
12696                        "mutable": "playing",
12697                        "readable": true,
12698                        "type": "GstDvbSrcBandwidth",
12699                        "writable": true
12700                    },
12701                    "bandwidth-hz": {
12702                        "blurb": "Channel bandwidth in Hz",
12703                        "conditionally-available": false,
12704                        "construct": false,
12705                        "construct-only": false,
12706                        "controllable": false,
12707                        "default": "0",
12708                        "max": "-1",
12709                        "min": "0",
12710                        "mutable": "playing",
12711                        "readable": true,
12712                        "type": "guint",
12713                        "writable": true
12714                    },
12715                    "code-rate-hp": {
12716                        "blurb": "(DVB-T, DVB-S/S2 and DVB-C) High priority code rate",
12717                        "conditionally-available": false,
12718                        "construct": false,
12719                        "construct-only": false,
12720                        "controllable": false,
12721                        "default": "auto (9)",
12722                        "mutable": "playing",
12723                        "readable": true,
12724                        "type": "GstDvbSrcCode_Rate",
12725                        "writable": true
12726                    },
12727                    "code-rate-lp": {
12728                        "blurb": "(DVB-T) Low priority code rate",
12729                        "conditionally-available": false,
12730                        "construct": false,
12731                        "construct-only": false,
12732                        "controllable": false,
12733                        "default": "1/2 (1)",
12734                        "mutable": "playing",
12735                        "readable": true,
12736                        "type": "GstDvbSrcCode_Rate",
12737                        "writable": true
12738                    },
12739                    "delsys": {
12740                        "blurb": "Delivery System",
12741                        "conditionally-available": false,
12742                        "construct": false,
12743                        "construct-only": false,
12744                        "controllable": false,
12745                        "default": "undefined (0)",
12746                        "mutable": "null",
12747                        "readable": true,
12748                        "type": "GstDvbSrcDelsys",
12749                        "writable": true
12750                    },
12751                    "diseqc-source": {
12752                        "blurb": "(DVB-S/S2) Selected DiSEqC source. Only needed if you have a DiSEqC switch. Otherwise leave at -1 (disabled)",
12753                        "conditionally-available": false,
12754                        "construct": false,
12755                        "construct-only": false,
12756                        "controllable": false,
12757                        "default": "-1",
12758                        "max": "7",
12759                        "min": "-1",
12760                        "mutable": "playing",
12761                        "readable": true,
12762                        "type": "gint",
12763                        "writable": true
12764                    },
12765                    "frequency": {
12766                        "blurb": "Center frequency to tune into. Measured in kHz for the satellite distribution standards and Hz for all the rest",
12767                        "conditionally-available": false,
12768                        "construct": false,
12769                        "construct-only": false,
12770                        "controllable": false,
12771                        "default": "0",
12772                        "max": "-1",
12773                        "min": "0",
12774                        "mutable": "playing",
12775                        "readable": true,
12776                        "type": "guint",
12777                        "writable": true
12778                    },
12779                    "frontend": {
12780                        "blurb": "The frontend device number (eg. 0 for frontend0)",
12781                        "conditionally-available": false,
12782                        "construct": false,
12783                        "construct-only": false,
12784                        "controllable": false,
12785                        "default": "0",
12786                        "max": "16",
12787                        "min": "0",
12788                        "mutable": "null",
12789                        "readable": true,
12790                        "type": "gint",
12791                        "writable": true
12792                    },
12793                    "guard": {
12794                        "blurb": "(DVB-T) Guard Interval",
12795                        "conditionally-available": false,
12796                        "construct": false,
12797                        "construct-only": false,
12798                        "controllable": false,
12799                        "default": "16 (1)",
12800                        "mutable": "playing",
12801                        "readable": true,
12802                        "type": "GstDvbSrcGuard",
12803                        "writable": true
12804                    },
12805                    "hierarchy": {
12806                        "blurb": "(DVB-T) Hierarchy information",
12807                        "conditionally-available": false,
12808                        "construct": false,
12809                        "construct-only": false,
12810                        "controllable": false,
12811                        "default": "1 (1)",
12812                        "mutable": "playing",
12813                        "readable": true,
12814                        "type": "GstDvbSrcHierarchy",
12815                        "writable": true
12816                    },
12817                    "interleaving": {
12818                        "blurb": "(DTMB) Interleaving type",
12819                        "conditionally-available": false,
12820                        "construct": false,
12821                        "construct-only": false,
12822                        "controllable": false,
12823                        "default": "auto (1)",
12824                        "mutable": "playing",
12825                        "readable": true,
12826                        "type": "GstDvbSrcInterleaving",
12827                        "writable": true
12828                    },
12829                    "inversion": {
12830                        "blurb": "(DVB-T and DVB-C) Inversion information",
12831                        "conditionally-available": false,
12832                        "construct": false,
12833                        "construct-only": false,
12834                        "controllable": false,
12835                        "default": "on (1)",
12836                        "mutable": "playing",
12837                        "readable": true,
12838                        "type": "GstDvbSrcInversion",
12839                        "writable": true
12840                    },
12841                    "isdbt-layer-enabled": {
12842                        "blurb": "(ISDB-T) Layer Enabled (7 = All layers)",
12843                        "conditionally-available": false,
12844                        "construct": false,
12845                        "construct-only": false,
12846                        "controllable": false,
12847                        "default": "7",
12848                        "max": "7",
12849                        "min": "1",
12850                        "mutable": "playing",
12851                        "readable": true,
12852                        "type": "guint",
12853                        "writable": true
12854                    },
12855                    "isdbt-layera-fec": {
12856                        "blurb": "(ISDB-T) layer A Forward Error Correction",
12857                        "conditionally-available": false,
12858                        "construct": false,
12859                        "construct-only": false,
12860                        "controllable": false,
12861                        "default": "auto (9)",
12862                        "mutable": "playing",
12863                        "readable": true,
12864                        "type": "GstDvbSrcCode_Rate",
12865                        "writable": true
12866                    },
12867                    "isdbt-layera-modulation": {
12868                        "blurb": "(ISDB-T) Layer A modulation type",
12869                        "conditionally-available": false,
12870                        "construct": false,
12871                        "construct-only": false,
12872                        "controllable": false,
12873                        "default": "auto (6)",
12874                        "mutable": "playing",
12875                        "readable": true,
12876                        "type": "GstDvbSrcModulation",
12877                        "writable": true
12878                    },
12879                    "isdbt-layera-segment-count": {
12880                        "blurb": "(ISDB-T) Layer A segment count (-1 = AUTO)",
12881                        "conditionally-available": false,
12882                        "construct": false,
12883                        "construct-only": false,
12884                        "controllable": false,
12885                        "default": "-1",
12886                        "max": "13",
12887                        "min": "-1",
12888                        "mutable": "playing",
12889                        "readable": true,
12890                        "type": "gint",
12891                        "writable": true
12892                    },
12893                    "isdbt-layera-time-interleaving": {
12894                        "blurb": "(ISDB-T) Layer A time interleaving (-1 = AUTO)",
12895                        "conditionally-available": false,
12896                        "construct": false,
12897                        "construct-only": false,
12898                        "controllable": false,
12899                        "default": "-1",
12900                        "max": "8",
12901                        "min": "-1",
12902                        "mutable": "playing",
12903                        "readable": true,
12904                        "type": "gint",
12905                        "writable": true
12906                    },
12907                    "isdbt-layerb-fec": {
12908                        "blurb": "(ISDB-T) layer B Forward Error Correction",
12909                        "conditionally-available": false,
12910                        "construct": false,
12911                        "construct-only": false,
12912                        "controllable": false,
12913                        "default": "auto (9)",
12914                        "mutable": "playing",
12915                        "readable": true,
12916                        "type": "GstDvbSrcCode_Rate",
12917                        "writable": true
12918                    },
12919                    "isdbt-layerb-modulation": {
12920                        "blurb": "(ISDB-T) Layer B modulation type",
12921                        "conditionally-available": false,
12922                        "construct": false,
12923                        "construct-only": false,
12924                        "controllable": false,
12925                        "default": "auto (6)",
12926                        "mutable": "playing",
12927                        "readable": true,
12928                        "type": "GstDvbSrcModulation",
12929                        "writable": true
12930                    },
12931                    "isdbt-layerb-segment-count": {
12932                        "blurb": "(ISDB-T) Layer B segment count (-1 = AUTO)",
12933                        "conditionally-available": false,
12934                        "construct": false,
12935                        "construct-only": false,
12936                        "controllable": false,
12937                        "default": "-1",
12938                        "max": "13",
12939                        "min": "-1",
12940                        "mutable": "playing",
12941                        "readable": true,
12942                        "type": "gint",
12943                        "writable": true
12944                    },
12945                    "isdbt-layerb-time-interleaving": {
12946                        "blurb": "(ISDB-T) Layer B time interleaving (-1 = AUTO)",
12947                        "conditionally-available": false,
12948                        "construct": false,
12949                        "construct-only": false,
12950                        "controllable": false,
12951                        "default": "-1",
12952                        "max": "8",
12953                        "min": "-1",
12954                        "mutable": "playing",
12955                        "readable": true,
12956                        "type": "gint",
12957                        "writable": true
12958                    },
12959                    "isdbt-layerc-fec": {
12960                        "blurb": "(ISDB-T) layer C Forward Error Correction",
12961                        "conditionally-available": false,
12962                        "construct": false,
12963                        "construct-only": false,
12964                        "controllable": false,
12965                        "default": "auto (9)",
12966                        "mutable": "playing",
12967                        "readable": true,
12968                        "type": "GstDvbSrcCode_Rate",
12969                        "writable": true
12970                    },
12971                    "isdbt-layerc-modulation": {
12972                        "blurb": "(ISDB-T) Layer C modulation type",
12973                        "conditionally-available": false,
12974                        "construct": false,
12975                        "construct-only": false,
12976                        "controllable": false,
12977                        "default": "auto (6)",
12978                        "mutable": "playing",
12979                        "readable": true,
12980                        "type": "GstDvbSrcModulation",
12981                        "writable": true
12982                    },
12983                    "isdbt-layerc-segment-count": {
12984                        "blurb": "(ISDB-T) Layer C segment count (-1 = AUTO)",
12985                        "conditionally-available": false,
12986                        "construct": false,
12987                        "construct-only": false,
12988                        "controllable": false,
12989                        "default": "-1",
12990                        "max": "13",
12991                        "min": "-1",
12992                        "mutable": "playing",
12993                        "readable": true,
12994                        "type": "gint",
12995                        "writable": true
12996                    },
12997                    "isdbt-layerc-time-interleaving": {
12998                        "blurb": "(ISDB-T) Layer C time interleaving (-1 = AUTO)",
12999                        "conditionally-available": false,
13000                        "construct": false,
13001                        "construct-only": false,
13002                        "controllable": false,
13003                        "default": "-1",
13004                        "max": "8",
13005                        "min": "-1",
13006                        "mutable": "playing",
13007                        "readable": true,
13008                        "type": "gint",
13009                        "writable": true
13010                    },
13011                    "isdbt-partial-reception": {
13012                        "blurb": "(ISDB-T) Partial Reception (-1 = AUTO)",
13013                        "conditionally-available": false,
13014                        "construct": false,
13015                        "construct-only": false,
13016                        "controllable": false,
13017                        "default": "1",
13018                        "max": "1",
13019                        "min": "-1",
13020                        "mutable": "playing",
13021                        "readable": true,
13022                        "type": "gint",
13023                        "writable": true
13024                    },
13025                    "isdbt-sb-segment-count": {
13026                        "blurb": "(ISDB-T) SB segment count",
13027                        "conditionally-available": false,
13028                        "construct": false,
13029                        "construct-only": false,
13030                        "controllable": false,
13031                        "default": "1",
13032                        "max": "13",
13033                        "min": "1",
13034                        "mutable": "playing",
13035                        "readable": true,
13036                        "type": "guint",
13037                        "writable": true
13038                    },
13039                    "isdbt-sb-segment-idx": {
13040                        "blurb": "(ISDB-T) SB segment IDX",
13041                        "conditionally-available": false,
13042                        "construct": false,
13043                        "construct-only": false,
13044                        "controllable": false,
13045                        "default": "0",
13046                        "max": "12",
13047                        "min": "0",
13048                        "mutable": "playing",
13049                        "readable": true,
13050                        "type": "gint",
13051                        "writable": true
13052                    },
13053                    "isdbt-sb-subchannel-id": {
13054                        "blurb": "(ISDB-T) SB Subchannel ID (-1 = AUTO)",
13055                        "conditionally-available": false,
13056                        "construct": false,
13057                        "construct-only": false,
13058                        "controllable": false,
13059                        "default": "-1",
13060                        "max": "41",
13061                        "min": "-1",
13062                        "mutable": "playing",
13063                        "readable": true,
13064                        "type": "gint",
13065                        "writable": true
13066                    },
13067                    "isdbt-sound-broadcasting": {
13068                        "blurb": "(ISDB-T) Sound Broadcasting",
13069                        "conditionally-available": false,
13070                        "construct": false,
13071                        "construct-only": false,
13072                        "controllable": false,
13073                        "default": "0",
13074                        "max": "1",
13075                        "min": "0",
13076                        "mutable": "playing",
13077                        "readable": true,
13078                        "type": "gint",
13079                        "writable": true
13080                    },
13081                    "lnb-lof1": {
13082                        "blurb": "LNB's Local oscillator frequency used for low band reception (kHz)",
13083                        "conditionally-available": false,
13084                        "construct": false,
13085                        "construct-only": false,
13086                        "controllable": false,
13087                        "default": "9750000",
13088                        "max": "-1",
13089                        "min": "0",
13090                        "mutable": "playing",
13091                        "readable": true,
13092                        "type": "guint",
13093                        "writable": true
13094                    },
13095                    "lnb-lof2": {
13096                        "blurb": "LNB's Local oscillator frequency used for high band reception (kHz)",
13097                        "conditionally-available": false,
13098                        "construct": false,
13099                        "construct-only": false,
13100                        "controllable": false,
13101                        "default": "10600000",
13102                        "max": "-1",
13103                        "min": "0",
13104                        "mutable": "playing",
13105                        "readable": true,
13106                        "type": "guint",
13107                        "writable": true
13108                    },
13109                    "lnb-slof": {
13110                        "blurb": "LNB's Upper bound for low band reception (kHz)",
13111                        "conditionally-available": false,
13112                        "construct": false,
13113                        "construct-only": false,
13114                        "controllable": false,
13115                        "default": "11700000",
13116                        "max": "-1",
13117                        "min": "0",
13118                        "mutable": "playing",
13119                        "readable": true,
13120                        "type": "guint",
13121                        "writable": true
13122                    },
13123                    "modulation": {
13124                        "blurb": "(DVB-T/T2/C/S2, TURBO and ATSC) Modulation type",
13125                        "conditionally-available": false,
13126                        "construct": false,
13127                        "construct-only": false,
13128                        "controllable": false,
13129                        "default": "qam-16 (1)",
13130                        "mutable": "playing",
13131                        "readable": true,
13132                        "type": "GstDvbSrcModulation",
13133                        "writable": true
13134                    },
13135                    "pilot": {
13136                        "blurb": "Pilot (DVB-S2)",
13137                        "conditionally-available": false,
13138                        "construct": false,
13139                        "construct-only": false,
13140                        "controllable": false,
13141                        "default": "auto (2)",
13142                        "mutable": "playing",
13143                        "readable": true,
13144                        "type": "GstDvbSrcPilot",
13145                        "writable": true
13146                    },
13147                    "polarity": {
13148                        "blurb": "(DVB-S/S2) Polarity [vhHV] (eg. V for Vertical)",
13149                        "conditionally-available": false,
13150                        "construct": true,
13151                        "construct-only": false,
13152                        "controllable": false,
13153                        "default": "H",
13154                        "mutable": "playing",
13155                        "readable": true,
13156                        "type": "gchararray",
13157                        "writable": true
13158                    },
13159                    "program-numbers": {
13160                        "blurb": "Colon separated list of programs",
13161                        "conditionally-available": false,
13162                        "construct": false,
13163                        "construct-only": false,
13164                        "controllable": false,
13165                        "default": "NULL",
13166                        "mutable": "null",
13167                        "readable": true,
13168                        "type": "gchararray",
13169                        "writable": true
13170                    },
13171                    "rolloff": {
13172                        "blurb": "Rolloff (DVB-S2)",
13173                        "conditionally-available": false,
13174                        "construct": false,
13175                        "construct-only": false,
13176                        "controllable": false,
13177                        "default": "auto (3)",
13178                        "mutable": "playing",
13179                        "readable": true,
13180                        "type": "GstDvbSrcRolloff",
13181                        "writable": true
13182                    },
13183                    "stats-reporting-interval": {
13184                        "blurb": "The number of reads before reporting frontend stats",
13185                        "conditionally-available": false,
13186                        "construct": false,
13187                        "construct-only": false,
13188                        "controllable": false,
13189                        "default": "100",
13190                        "max": "-1",
13191                        "min": "0",
13192                        "mutable": "playing",
13193                        "readable": true,
13194                        "type": "guint",
13195                        "writable": true
13196                    },
13197                    "stream-id": {
13198                        "blurb": "(DVB-T2 and DVB-S2 max 255, ISDB max 65535) Stream ID (-1 = disabled)",
13199                        "conditionally-available": false,
13200                        "construct": false,
13201                        "construct-only": false,
13202                        "controllable": false,
13203                        "default": "-1",
13204                        "max": "65535",
13205                        "min": "-1",
13206                        "mutable": "playing",
13207                        "readable": true,
13208                        "type": "gint",
13209                        "writable": true
13210                    },
13211                    "symbol-rate": {
13212                        "blurb": "(DVB-S/S2, DVB-C) Symbol rate in kBd (kilo bauds)",
13213                        "conditionally-available": false,
13214                        "construct": false,
13215                        "construct-only": false,
13216                        "controllable": false,
13217                        "default": "0",
13218                        "max": "-1",
13219                        "min": "0",
13220                        "mutable": "playing",
13221                        "readable": true,
13222                        "type": "guint",
13223                        "writable": true
13224                    },
13225                    "trans-mode": {
13226                        "blurb": "(DVB-T) Transmission mode",
13227                        "conditionally-available": false,
13228                        "construct": false,
13229                        "construct-only": false,
13230                        "controllable": false,
13231                        "default": "8k (1)",
13232                        "mutable": "playing",
13233                        "readable": true,
13234                        "type": "GstDvbSrcTransmission_Mode",
13235                        "writable": true
13236                    },
13237                    "tuning-timeout": {
13238                        "blurb": "Microseconds to wait before giving up tuning/locking on a signal",
13239                        "conditionally-available": false,
13240                        "construct": false,
13241                        "construct-only": false,
13242                        "controllable": false,
13243                        "default": "10000000000",
13244                        "max": "18446744073709551615",
13245                        "min": "0",
13246                        "mutable": "playing",
13247                        "readable": true,
13248                        "type": "guint64",
13249                        "writable": true
13250                    }
13251                },
13252                "rank": "none",
13253                "signals": {
13254                    "tune": {
13255                        "action": true,
13256                        "args": [],
13257                        "return-type": "void",
13258                        "when": "last"
13259                    },
13260                    "tuning-done": {
13261                        "args": [],
13262                        "return-type": "void",
13263                        "when": "last"
13264                    },
13265                    "tuning-fail": {
13266                        "args": [],
13267                        "return-type": "void",
13268                        "when": "last"
13269                    },
13270                    "tuning-start": {
13271                        "args": [],
13272                        "return-type": "void",
13273                        "when": "last"
13274                    }
13275                }
13276            },
13277            "dvbsrc": {
13278                "author": "P2P-VCR, C-Lab, University of Paderborn, Zaheer Abbas Merali <zaheerabbas at merali dot org>\nReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>",
13279                "description": "Digital Video Broadcast Source",
13280                "hierarchy": [
13281                    "GstDvbSrc",
13282                    "GstPushSrc",
13283                    "GstBaseSrc",
13284                    "GstElement",
13285                    "GstObject",
13286                    "GInitiallyUnowned",
13287                    "GObject"
13288                ],
13289                "klass": "Source/Video",
13290                "long-name": "DVB Source",
13291                "pad-templates": {
13292                    "src": {
13293                        "caps": "video/mpegts:\n    mpegversion: 2\n   systemstream: true\n",
13294                        "direction": "src",
13295                        "presence": "always"
13296                    }
13297                },
13298                "properties": {
13299                    "adapter": {
13300                        "blurb": "The DVB adapter device number (eg. 0 for adapter0)",
13301                        "conditionally-available": false,
13302                        "construct": false,
13303                        "construct-only": false,
13304                        "controllable": false,
13305                        "default": "0",
13306                        "max": "16",
13307                        "min": "0",
13308                        "mutable": "null",
13309                        "readable": true,
13310                        "type": "gint",
13311                        "writable": true
13312                    },
13313                    "bandwidth": {
13314                        "blurb": "(DVB-T) Bandwidth. Deprecated",
13315                        "conditionally-available": false,
13316                        "construct": false,
13317                        "construct-only": false,
13318                        "controllable": false,
13319                        "default": "AUTO (3)",
13320                        "mutable": "playing",
13321                        "readable": true,
13322                        "type": "GstDvbSrcBandwidth",
13323                        "writable": true
13324                    },
13325                    "bandwidth-hz": {
13326                        "blurb": "Channel bandwidth in Hz",
13327                        "conditionally-available": false,
13328                        "construct": false,
13329                        "construct-only": false,
13330                        "controllable": false,
13331                        "default": "0",
13332                        "max": "-1",
13333                        "min": "0",
13334                        "mutable": "playing",
13335                        "readable": true,
13336                        "type": "guint",
13337                        "writable": true
13338                    },
13339                    "code-rate-hp": {
13340                        "blurb": "(DVB-T, DVB-S/S2 and DVB-C) High priority code rate",
13341                        "conditionally-available": false,
13342                        "construct": false,
13343                        "construct-only": false,
13344                        "controllable": false,
13345                        "default": "auto (9)",
13346                        "mutable": "playing",
13347                        "readable": true,
13348                        "type": "GstDvbSrcCode_Rate",
13349                        "writable": true
13350                    },
13351                    "code-rate-lp": {
13352                        "blurb": "(DVB-T) Low priority code rate",
13353                        "conditionally-available": false,
13354                        "construct": false,
13355                        "construct-only": false,
13356                        "controllable": false,
13357                        "default": "1/2 (1)",
13358                        "mutable": "playing",
13359                        "readable": true,
13360                        "type": "GstDvbSrcCode_Rate",
13361                        "writable": true
13362                    },
13363                    "delsys": {
13364                        "blurb": "Delivery System",
13365                        "conditionally-available": false,
13366                        "construct": false,
13367                        "construct-only": false,
13368                        "controllable": false,
13369                        "default": "undefined (0)",
13370                        "mutable": "null",
13371                        "readable": true,
13372                        "type": "GstDvbSrcDelsys",
13373                        "writable": true
13374                    },
13375                    "diseqc-source": {
13376                        "blurb": "(DVB-S/S2) Selected DiSEqC source. Only needed if you have a DiSEqC switch. Otherwise leave at -1 (disabled)",
13377                        "conditionally-available": false,
13378                        "construct": false,
13379                        "construct-only": false,
13380                        "controllable": false,
13381                        "default": "-1",
13382                        "max": "7",
13383                        "min": "-1",
13384                        "mutable": "playing",
13385                        "readable": true,
13386                        "type": "gint",
13387                        "writable": true
13388                    },
13389                    "dvb-buffer-size": {
13390                        "blurb": "The kernel buffer size used by the DVB api",
13391                        "conditionally-available": false,
13392                        "construct": false,
13393                        "construct-only": false,
13394                        "controllable": false,
13395                        "default": "1925120",
13396                        "max": "-1",
13397                        "min": "0",
13398                        "mutable": "null",
13399                        "readable": true,
13400                        "type": "guint",
13401                        "writable": true
13402                    },
13403                    "frequency": {
13404                        "blurb": "Center frequency to tune into. Measured in kHz for the satellite distribution standards and Hz for all the rest",
13405                        "conditionally-available": false,
13406                        "construct": false,
13407                        "construct-only": false,
13408                        "controllable": false,
13409                        "default": "0",
13410                        "max": "-1",
13411                        "min": "0",
13412                        "mutable": "playing",
13413                        "readable": true,
13414                        "type": "guint",
13415                        "writable": true
13416                    },
13417                    "frontend": {
13418                        "blurb": "The frontend device number (eg. 0 for frontend0)",
13419                        "conditionally-available": false,
13420                        "construct": false,
13421                        "construct-only": false,
13422                        "controllable": false,
13423                        "default": "0",
13424                        "max": "16",
13425                        "min": "0",
13426                        "mutable": "null",
13427                        "readable": true,
13428                        "type": "gint",
13429                        "writable": true
13430                    },
13431                    "guard": {
13432                        "blurb": "(DVB-T) Guard Interval",
13433                        "conditionally-available": false,
13434                        "construct": false,
13435                        "construct-only": false,
13436                        "controllable": false,
13437                        "default": "16 (1)",
13438                        "mutable": "playing",
13439                        "readable": true,
13440                        "type": "GstDvbSrcGuard",
13441                        "writable": true
13442                    },
13443                    "hierarchy": {
13444                        "blurb": "(DVB-T) Hierarchy information",
13445                        "conditionally-available": false,
13446                        "construct": false,
13447                        "construct-only": false,
13448                        "controllable": false,
13449                        "default": "1 (1)",
13450                        "mutable": "playing",
13451                        "readable": true,
13452                        "type": "GstDvbSrcHierarchy",
13453                        "writable": true
13454                    },
13455                    "interleaving": {
13456                        "blurb": "(DTMB) Interleaving type",
13457                        "conditionally-available": false,
13458                        "construct": false,
13459                        "construct-only": false,
13460                        "controllable": false,
13461                        "default": "auto (1)",
13462                        "mutable": "playing",
13463                        "readable": true,
13464                        "type": "GstDvbSrcInterleaving",
13465                        "writable": true
13466                    },
13467                    "inversion": {
13468                        "blurb": "(DVB-T and DVB-C) Inversion information",
13469                        "conditionally-available": false,
13470                        "construct": false,
13471                        "construct-only": false,
13472                        "controllable": false,
13473                        "default": "on (1)",
13474                        "mutable": "playing",
13475                        "readable": true,
13476                        "type": "GstDvbSrcInversion",
13477                        "writable": true
13478                    },
13479                    "isdbt-layer-enabled": {
13480                        "blurb": "(ISDB-T) Layer Enabled (7 = All layers)",
13481                        "conditionally-available": false,
13482                        "construct": false,
13483                        "construct-only": false,
13484                        "controllable": false,
13485                        "default": "7",
13486                        "max": "7",
13487                        "min": "1",
13488                        "mutable": "playing",
13489                        "readable": true,
13490                        "type": "guint",
13491                        "writable": true
13492                    },
13493                    "isdbt-layera-fec": {
13494                        "blurb": "(ISDB-T) layer A Forward Error Correction",
13495                        "conditionally-available": false,
13496                        "construct": false,
13497                        "construct-only": false,
13498                        "controllable": false,
13499                        "default": "auto (9)",
13500                        "mutable": "playing",
13501                        "readable": true,
13502                        "type": "GstDvbSrcCode_Rate",
13503                        "writable": true
13504                    },
13505                    "isdbt-layera-modulation": {
13506                        "blurb": "(ISDB-T) Layer A modulation type",
13507                        "conditionally-available": false,
13508                        "construct": false,
13509                        "construct-only": false,
13510                        "controllable": false,
13511                        "default": "auto (6)",
13512                        "mutable": "playing",
13513                        "readable": true,
13514                        "type": "GstDvbSrcModulation",
13515                        "writable": true
13516                    },
13517                    "isdbt-layera-segment-count": {
13518                        "blurb": "(ISDB-T) Layer A segment count (-1 = AUTO)",
13519                        "conditionally-available": false,
13520                        "construct": false,
13521                        "construct-only": false,
13522                        "controllable": false,
13523                        "default": "-1",
13524                        "max": "13",
13525                        "min": "-1",
13526                        "mutable": "playing",
13527                        "readable": true,
13528                        "type": "gint",
13529                        "writable": true
13530                    },
13531                    "isdbt-layera-time-interleaving": {
13532                        "blurb": "(ISDB-T) Layer A time interleaving (-1 = AUTO)",
13533                        "conditionally-available": false,
13534                        "construct": false,
13535                        "construct-only": false,
13536                        "controllable": false,
13537                        "default": "-1",
13538                        "max": "8",
13539                        "min": "-1",
13540                        "mutable": "playing",
13541                        "readable": true,
13542                        "type": "gint",
13543                        "writable": true
13544                    },
13545                    "isdbt-layerb-fec": {
13546                        "blurb": "(ISDB-T) layer B Forward Error Correction",
13547                        "conditionally-available": false,
13548                        "construct": false,
13549                        "construct-only": false,
13550                        "controllable": false,
13551                        "default": "auto (9)",
13552                        "mutable": "playing",
13553                        "readable": true,
13554                        "type": "GstDvbSrcCode_Rate",
13555                        "writable": true
13556                    },
13557                    "isdbt-layerb-modulation": {
13558                        "blurb": "(ISDB-T) Layer B modulation type",
13559                        "conditionally-available": false,
13560                        "construct": false,
13561                        "construct-only": false,
13562                        "controllable": false,
13563                        "default": "auto (6)",
13564                        "mutable": "playing",
13565                        "readable": true,
13566                        "type": "GstDvbSrcModulation",
13567                        "writable": true
13568                    },
13569                    "isdbt-layerb-segment-count": {
13570                        "blurb": "(ISDB-T) Layer B segment count (-1 = AUTO)",
13571                        "conditionally-available": false,
13572                        "construct": false,
13573                        "construct-only": false,
13574                        "controllable": false,
13575                        "default": "-1",
13576                        "max": "13",
13577                        "min": "-1",
13578                        "mutable": "playing",
13579                        "readable": true,
13580                        "type": "gint",
13581                        "writable": true
13582                    },
13583                    "isdbt-layerb-time-interleaving": {
13584                        "blurb": "(ISDB-T) Layer B time interleaving (-1 = AUTO)",
13585                        "conditionally-available": false,
13586                        "construct": false,
13587                        "construct-only": false,
13588                        "controllable": false,
13589                        "default": "-1",
13590                        "max": "8",
13591                        "min": "-1",
13592                        "mutable": "playing",
13593                        "readable": true,
13594                        "type": "gint",
13595                        "writable": true
13596                    },
13597                    "isdbt-layerc-fec": {
13598                        "blurb": "(ISDB-T) layer C Forward Error Correction",
13599                        "conditionally-available": false,
13600                        "construct": false,
13601                        "construct-only": false,
13602                        "controllable": false,
13603                        "default": "auto (9)",
13604                        "mutable": "playing",
13605                        "readable": true,
13606                        "type": "GstDvbSrcCode_Rate",
13607                        "writable": true
13608                    },
13609                    "isdbt-layerc-modulation": {
13610                        "blurb": "(ISDB-T) Layer C modulation type",
13611                        "conditionally-available": false,
13612                        "construct": false,
13613                        "construct-only": false,
13614                        "controllable": false,
13615                        "default": "auto (6)",
13616                        "mutable": "playing",
13617                        "readable": true,
13618                        "type": "GstDvbSrcModulation",
13619                        "writable": true
13620                    },
13621                    "isdbt-layerc-segment-count": {
13622                        "blurb": "(ISDB-T) Layer C segment count (-1 = AUTO)",
13623                        "conditionally-available": false,
13624                        "construct": false,
13625                        "construct-only": false,
13626                        "controllable": false,
13627                        "default": "-1",
13628                        "max": "13",
13629                        "min": "-1",
13630                        "mutable": "playing",
13631                        "readable": true,
13632                        "type": "gint",
13633                        "writable": true
13634                    },
13635                    "isdbt-layerc-time-interleaving": {
13636                        "blurb": "(ISDB-T) Layer C time interleaving (-1 = AUTO)",
13637                        "conditionally-available": false,
13638                        "construct": false,
13639                        "construct-only": false,
13640                        "controllable": false,
13641                        "default": "-1",
13642                        "max": "8",
13643                        "min": "-1",
13644                        "mutable": "playing",
13645                        "readable": true,
13646                        "type": "gint",
13647                        "writable": true
13648                    },
13649                    "isdbt-partial-reception": {
13650                        "blurb": "(ISDB-T) Partial Reception (-1 = AUTO)",
13651                        "conditionally-available": false,
13652                        "construct": false,
13653                        "construct-only": false,
13654                        "controllable": false,
13655                        "default": "1",
13656                        "max": "1",
13657                        "min": "-1",
13658                        "mutable": "playing",
13659                        "readable": true,
13660                        "type": "gint",
13661                        "writable": true
13662                    },
13663                    "isdbt-sb-segment-count": {
13664                        "blurb": "(ISDB-T) SB segment count",
13665                        "conditionally-available": false,
13666                        "construct": false,
13667                        "construct-only": false,
13668                        "controllable": false,
13669                        "default": "1",
13670                        "max": "13",
13671                        "min": "1",
13672                        "mutable": "playing",
13673                        "readable": true,
13674                        "type": "guint",
13675                        "writable": true
13676                    },
13677                    "isdbt-sb-segment-idx": {
13678                        "blurb": "(ISDB-T) SB segment IDX",
13679                        "conditionally-available": false,
13680                        "construct": false,
13681                        "construct-only": false,
13682                        "controllable": false,
13683                        "default": "0",
13684                        "max": "12",
13685                        "min": "0",
13686                        "mutable": "playing",
13687                        "readable": true,
13688                        "type": "gint",
13689                        "writable": true
13690                    },
13691                    "isdbt-sb-subchannel-id": {
13692                        "blurb": "(ISDB-T) SB Subchannel ID (-1 = AUTO)",
13693                        "conditionally-available": false,
13694                        "construct": false,
13695                        "construct-only": false,
13696                        "controllable": false,
13697                        "default": "-1",
13698                        "max": "41",
13699                        "min": "-1",
13700                        "mutable": "playing",
13701                        "readable": true,
13702                        "type": "gint",
13703                        "writable": true
13704                    },
13705                    "isdbt-sound-broadcasting": {
13706                        "blurb": "(ISDB-T) Sound Broadcasting",
13707                        "conditionally-available": false,
13708                        "construct": false,
13709                        "construct-only": false,
13710                        "controllable": false,
13711                        "default": "0",
13712                        "max": "1",
13713                        "min": "0",
13714                        "mutable": "playing",
13715                        "readable": true,
13716                        "type": "gint",
13717                        "writable": true
13718                    },
13719                    "lnb-lof1": {
13720                        "blurb": "LNB's Local oscillator frequency used for low band reception (kHz)",
13721                        "conditionally-available": false,
13722                        "construct": false,
13723                        "construct-only": false,
13724                        "controllable": false,
13725                        "default": "9750000",
13726                        "max": "-1",
13727                        "min": "0",
13728                        "mutable": "playing",
13729                        "readable": true,
13730                        "type": "guint",
13731                        "writable": true
13732                    },
13733                    "lnb-lof2": {
13734                        "blurb": "LNB's Local oscillator frequency used for high band reception (kHz)",
13735                        "conditionally-available": false,
13736                        "construct": false,
13737                        "construct-only": false,
13738                        "controllable": false,
13739                        "default": "10600000",
13740                        "max": "-1",
13741                        "min": "0",
13742                        "mutable": "playing",
13743                        "readable": true,
13744                        "type": "guint",
13745                        "writable": true
13746                    },
13747                    "lnb-slof": {
13748                        "blurb": "LNB's Upper bound for low band reception (kHz)",
13749                        "conditionally-available": false,
13750                        "construct": false,
13751                        "construct-only": false,
13752                        "controllable": false,
13753                        "default": "11700000",
13754                        "max": "-1",
13755                        "min": "0",
13756                        "mutable": "playing",
13757                        "readable": true,
13758                        "type": "guint",
13759                        "writable": true
13760                    },
13761                    "modulation": {
13762                        "blurb": "(DVB-T/T2/C/S2, TURBO and ATSC) Modulation type",
13763                        "conditionally-available": false,
13764                        "construct": false,
13765                        "construct-only": false,
13766                        "controllable": false,
13767                        "default": "qam-16 (1)",
13768                        "mutable": "playing",
13769                        "readable": true,
13770                        "type": "GstDvbSrcModulation",
13771                        "writable": true
13772                    },
13773                    "pids": {
13774                        "blurb": "Colon-separated list of PIDs (eg. 110:120) to capture. ACT and CAT are automatically included but PMT should be added explicitly. Special value 8192 gets full MPEG-TS",
13775                        "conditionally-available": false,
13776                        "construct": false,
13777                        "construct-only": false,
13778                        "controllable": false,
13779                        "default": "8192",
13780                        "mutable": "playing",
13781                        "readable": false,
13782                        "type": "gchararray",
13783                        "writable": true
13784                    },
13785                    "pilot": {
13786                        "blurb": "Pilot (DVB-S2)",
13787                        "conditionally-available": false,
13788                        "construct": false,
13789                        "construct-only": false,
13790                        "controllable": false,
13791                        "default": "auto (2)",
13792                        "mutable": "playing",
13793                        "readable": true,
13794                        "type": "GstDvbSrcPilot",
13795                        "writable": true
13796                    },
13797                    "polarity": {
13798                        "blurb": "(DVB-S/S2) Polarity [vhHV] (eg. V for Vertical)",
13799                        "conditionally-available": false,
13800                        "construct": true,
13801                        "construct-only": false,
13802                        "controllable": false,
13803                        "default": "H",
13804                        "mutable": "playing",
13805                        "readable": true,
13806                        "type": "gchararray",
13807                        "writable": true
13808                    },
13809                    "rolloff": {
13810                        "blurb": "Rolloff (DVB-S2)",
13811                        "conditionally-available": false,
13812                        "construct": false,
13813                        "construct-only": false,
13814                        "controllable": false,
13815                        "default": "auto (3)",
13816                        "mutable": "playing",
13817                        "readable": true,
13818                        "type": "GstDvbSrcRolloff",
13819                        "writable": true
13820                    },
13821                    "stats-reporting-interval": {
13822                        "blurb": "The number of reads before reporting frontend stats",
13823                        "conditionally-available": false,
13824                        "construct": false,
13825                        "construct-only": false,
13826                        "controllable": false,
13827                        "default": "100",
13828                        "max": "-1",
13829                        "min": "0",
13830                        "mutable": "playing",
13831                        "readable": true,
13832                        "type": "guint",
13833                        "writable": true
13834                    },
13835                    "stream-id": {
13836                        "blurb": "(DVB-T2 and DVB-S2 max 255, ISDB max 65535) Stream ID (-1 = disabled)",
13837                        "conditionally-available": false,
13838                        "construct": false,
13839                        "construct-only": false,
13840                        "controllable": false,
13841                        "default": "-1",
13842                        "max": "65535",
13843                        "min": "-1",
13844                        "mutable": "playing",
13845                        "readable": true,
13846                        "type": "gint",
13847                        "writable": true
13848                    },
13849                    "symbol-rate": {
13850                        "blurb": "(DVB-S/S2, DVB-C) Symbol rate in kBd (kilo bauds)",
13851                        "conditionally-available": false,
13852                        "construct": false,
13853                        "construct-only": false,
13854                        "controllable": false,
13855                        "default": "0",
13856                        "max": "-1",
13857                        "min": "0",
13858                        "mutable": "playing",
13859                        "readable": true,
13860                        "type": "guint",
13861                        "writable": true
13862                    },
13863                    "timeout": {
13864                        "blurb": "Post a message after timeout microseconds (0 = disabled)",
13865                        "conditionally-available": false,
13866                        "construct": false,
13867                        "construct-only": false,
13868                        "controllable": false,
13869                        "default": "1000000",
13870                        "max": "18446744073709551615",
13871                        "min": "0",
13872                        "mutable": "null",
13873                        "readable": true,
13874                        "type": "guint64",
13875                        "writable": true
13876                    },
13877                    "trans-mode": {
13878                        "blurb": "(DVB-T) Transmission mode",
13879                        "conditionally-available": false,
13880                        "construct": false,
13881                        "construct-only": false,
13882                        "controllable": false,
13883                        "default": "8k (1)",
13884                        "mutable": "playing",
13885                        "readable": true,
13886                        "type": "GstDvbSrcTransmission_Mode",
13887                        "writable": true
13888                    },
13889                    "tune": {
13890                        "blurb": "Atomically tune to channel. (For Apps)",
13891                        "conditionally-available": false,
13892                        "construct": false,
13893                        "construct-only": false,
13894                        "controllable": false,
13895                        "mutable": "null",
13896                        "readable": false,
13897                        "type": "gpointer",
13898                        "writable": true
13899                    },
13900                    "tuning-timeout": {
13901                        "blurb": "Microseconds to wait before giving up tuning/locking on a signal",
13902                        "conditionally-available": false,
13903                        "construct": false,
13904                        "construct-only": false,
13905                        "controllable": false,
13906                        "default": "10000000000",
13907                        "max": "18446744073709551615",
13908                        "min": "0",
13909                        "mutable": "playing",
13910                        "readable": true,
13911                        "type": "guint64",
13912                        "writable": true
13913                    }
13914                },
13915                "rank": "none",
13916                "signals": {
13917                    "tune": {
13918                        "action": true,
13919                        "args": [],
13920                        "return-type": "void",
13921                        "when": "last"
13922                    },
13923                    "tuning-done": {
13924                        "args": [],
13925                        "return-type": "void",
13926                        "when": "last"
13927                    },
13928                    "tuning-fail": {
13929                        "args": [],
13930                        "return-type": "void",
13931                        "when": "last"
13932                    },
13933                    "tuning-start": {
13934                        "args": [],
13935                        "return-type": "void",
13936                        "when": "last"
13937                    }
13938                }
13939            }
13940        },
13941        "filename": "gstdvb",
13942        "license": "LGPL",
13943        "other-types": {
13944            "GstDvbSrcBandwidth": {
13945                "kind": "enum",
13946                "values": [
13947                    {
13948                        "desc": "8",
13949                        "name": "8",
13950                        "value": "0"
13951                    },
13952                    {
13953                        "desc": "7",
13954                        "name": "7",
13955                        "value": "1"
13956                    },
13957                    {
13958                        "desc": "6",
13959                        "name": "6",
13960                        "value": "2"
13961                    },
13962                    {
13963                        "desc": "AUTO",
13964                        "name": "AUTO",
13965                        "value": "3"
13966                    },
13967                    {
13968                        "desc": "5",
13969                        "name": "5",
13970                        "value": "4"
13971                    },
13972                    {
13973                        "desc": "10",
13974                        "name": "10",
13975                        "value": "5"
13976                    },
13977                    {
13978                        "desc": "1.712",
13979                        "name": "1.712",
13980                        "value": "6"
13981                    }
13982                ]
13983            },
13984            "GstDvbSrcCode_Rate": {
13985                "kind": "enum",
13986                "values": [
13987                    {
13988                        "desc": "NONE",
13989                        "name": "none",
13990                        "value": "0"
13991                    },
13992                    {
13993                        "desc": "1/2",
13994                        "name": "1/2",
13995                        "value": "1"
13996                    },
13997                    {
13998                        "desc": "2/3",
13999                        "name": "2/3",
14000                        "value": "2"
14001                    },
14002                    {
14003                        "desc": "3/4",
14004                        "name": "3/4",
14005                        "value": "3"
14006                    },
14007                    {
14008                        "desc": "4/5",
14009                        "name": "4/5",
14010                        "value": "4"
14011                    },
14012                    {
14013                        "desc": "5/6",
14014                        "name": "5/6",
14015                        "value": "5"
14016                    },
14017                    {
14018                        "desc": "6/7",
14019                        "name": "6/7",
14020                        "value": "6"
14021                    },
14022                    {
14023                        "desc": "7/8",
14024                        "name": "7/8",
14025                        "value": "7"
14026                    },
14027                    {
14028                        "desc": "8/9",
14029                        "name": "8/9",
14030                        "value": "8"
14031                    },
14032                    {
14033                        "desc": "AUTO",
14034                        "name": "auto",
14035                        "value": "9"
14036                    },
14037                    {
14038                        "desc": "3/5",
14039                        "name": "3/5",
14040                        "value": "10"
14041                    },
14042                    {
14043                        "desc": "9/10",
14044                        "name": "9/10",
14045                        "value": "11"
14046                    },
14047                    {
14048                        "desc": "2/5",
14049                        "name": "2/5",
14050                        "value": "12"
14051                    }
14052                ]
14053            },
14054            "GstDvbSrcDelsys": {
14055                "kind": "enum",
14056                "values": [
14057                    {
14058                        "desc": "UNDEFINED",
14059                        "name": "undefined",
14060                        "value": "0"
14061                    },
14062                    {
14063                        "desc": "DVB-C-A",
14064                        "name": "dvb-c-a",
14065                        "value": "1"
14066                    },
14067                    {
14068                        "desc": "DVB-C-B",
14069                        "name": "dvb-c-b",
14070                        "value": "2"
14071                    },
14072                    {
14073                        "desc": "DVB-T",
14074                        "name": "dvb-t",
14075                        "value": "3"
14076                    },
14077                    {
14078                        "desc": "DSS",
14079                        "name": "dss",
14080                        "value": "4"
14081                    },
14082                    {
14083                        "desc": "DVB-S",
14084                        "name": "dvb-s",
14085                        "value": "5"
14086                    },
14087                    {
14088                        "desc": "DVB-S2",
14089                        "name": "dvb-s2",
14090                        "value": "6"
14091                    },
14092                    {
14093                        "desc": "DVB-H",
14094                        "name": "dvb-h",
14095                        "value": "7"
14096                    },
14097                    {
14098                        "desc": "ISDB-T",
14099                        "name": "isdb-t",
14100                        "value": "8"
14101                    },
14102                    {
14103                        "desc": "ISDB-S",
14104                        "name": "isdb-s",
14105                        "value": "9"
14106                    },
14107                    {
14108                        "desc": "ISDB-C",
14109                        "name": "isdb-c",
14110                        "value": "10"
14111                    },
14112                    {
14113                        "desc": "ATSC",
14114                        "name": "atsc",
14115                        "value": "11"
14116                    },
14117                    {
14118                        "desc": "ATSC-MH",
14119                        "name": "atsc-mh",
14120                        "value": "12"
14121                    },
14122                    {
14123                        "desc": "DTMB",
14124                        "name": "dtmb",
14125                        "value": "13"
14126                    },
14127                    {
14128                        "desc": "CMMB",
14129                        "name": "cmmb",
14130                        "value": "14"
14131                    },
14132                    {
14133                        "desc": "DAB",
14134                        "name": "dab",
14135                        "value": "15"
14136                    },
14137                    {
14138                        "desc": "DVB-T2",
14139                        "name": "dvb-t2",
14140                        "value": "16"
14141                    },
14142                    {
14143                        "desc": "TURBO",
14144                        "name": "turbo",
14145                        "value": "17"
14146                    },
14147                    {
14148                        "desc": "DVB-C-C",
14149                        "name": "dvb-c-c",
14150                        "value": "18"
14151                    }
14152                ]
14153            },
14154            "GstDvbSrcGuard": {
14155                "kind": "enum",
14156                "values": [
14157                    {
14158                        "desc": "32",
14159                        "name": "32",
14160                        "value": "0"
14161                    },
14162                    {
14163                        "desc": "16",
14164                        "name": "16",
14165                        "value": "1"
14166                    },
14167                    {
14168                        "desc": "8",
14169                        "name": "8",
14170                        "value": "2"
14171                    },
14172                    {
14173                        "desc": "4",
14174                        "name": "4",
14175                        "value": "3"
14176                    },
14177                    {
14178                        "desc": "AUTO",
14179                        "name": "auto",
14180                        "value": "4"
14181                    },
14182                    {
14183                        "desc": "128",
14184                        "name": "128",
14185                        "value": "5"
14186                    },
14187                    {
14188                        "desc": "19/128",
14189                        "name": "19/128",
14190                        "value": "6"
14191                    },
14192                    {
14193                        "desc": "19/256",
14194                        "name": "19/256",
14195                        "value": "7"
14196                    },
14197                    {
14198                        "desc": "PN420",
14199                        "name": "pn420",
14200                        "value": "8"
14201                    },
14202                    {
14203                        "desc": "PN595",
14204                        "name": "pn595",
14205                        "value": "9"
14206                    },
14207                    {
14208                        "desc": "PN945",
14209                        "name": "pn945",
14210                        "value": "10"
14211                    }
14212                ]
14213            },
14214            "GstDvbSrcHierarchy": {
14215                "kind": "enum",
14216                "values": [
14217                    {
14218                        "desc": "NONE",
14219                        "name": "none",
14220                        "value": "0"
14221                    },
14222                    {
14223                        "desc": "1",
14224                        "name": "1",
14225                        "value": "1"
14226                    },
14227                    {
14228                        "desc": "2",
14229                        "name": "2",
14230                        "value": "2"
14231                    },
14232                    {
14233                        "desc": "4",
14234                        "name": "4",
14235                        "value": "3"
14236                    },
14237                    {
14238                        "desc": "AUTO",
14239                        "name": "auto",
14240                        "value": "4"
14241                    }
14242                ]
14243            },
14244            "GstDvbSrcInterleaving": {
14245                "kind": "enum",
14246                "values": [
14247                    {
14248                        "desc": "NONE",
14249                        "name": "none",
14250                        "value": "0"
14251                    },
14252                    {
14253                        "desc": "AUTO",
14254                        "name": "auto",
14255                        "value": "1"
14256                    },
14257                    {
14258                        "desc": "240",
14259                        "name": "240",
14260                        "value": "2"
14261                    },
14262                    {
14263                        "desc": "720",
14264                        "name": "720",
14265                        "value": "3"
14266                    }
14267                ]
14268            },
14269            "GstDvbSrcInversion": {
14270                "kind": "enum",
14271                "values": [
14272                    {
14273                        "desc": "OFF",
14274                        "name": "off",
14275                        "value": "0"
14276                    },
14277                    {
14278                        "desc": "ON",
14279                        "name": "on",
14280                        "value": "1"
14281                    },
14282                    {
14283                        "desc": "AUTO",
14284                        "name": "auto",
14285                        "value": "2"
14286                    }
14287                ]
14288            },
14289            "GstDvbSrcModulation": {
14290                "kind": "enum",
14291                "values": [
14292                    {
14293                        "desc": "QPSK",
14294                        "name": "qpsk",
14295                        "value": "0"
14296                    },
14297                    {
14298                        "desc": "QAM 16",
14299                        "name": "qam-16",
14300                        "value": "1"
14301                    },
14302                    {
14303                        "desc": "QAM 32",
14304                        "name": "qam-32",
14305                        "value": "2"
14306                    },
14307                    {
14308                        "desc": "QAM 64",
14309                        "name": "qam-64",
14310                        "value": "3"
14311                    },
14312                    {
14313                        "desc": "QAM 128",
14314                        "name": "qam-128",
14315                        "value": "4"
14316                    },
14317                    {
14318                        "desc": "QAM 256",
14319                        "name": "qam-256",
14320                        "value": "5"
14321                    },
14322                    {
14323                        "desc": "AUTO",
14324                        "name": "auto",
14325                        "value": "6"
14326                    },
14327                    {
14328                        "desc": "8VSB",
14329                        "name": "8vsb",
14330                        "value": "7"
14331                    },
14332                    {
14333                        "desc": "16VSB",
14334                        "name": "16vsb",
14335                        "value": "8"
14336                    },
14337                    {
14338                        "desc": "8PSK",
14339                        "name": "8psk",
14340                        "value": "9"
14341                    },
14342                    {
14343                        "desc": "16APSK",
14344                        "name": "16apsk",
14345                        "value": "10"
14346                    },
14347                    {
14348                        "desc": "32APSK",
14349                        "name": "32apsk",
14350                        "value": "11"
14351                    },
14352                    {
14353                        "desc": "DQPSK",
14354                        "name": "dqpsk",
14355                        "value": "12"
14356                    },
14357                    {
14358                        "desc": "QAM 4 NR",
14359                        "name": "qam-4-nr",
14360                        "value": "13"
14361                    }
14362                ]
14363            },
14364            "GstDvbSrcPilot": {
14365                "kind": "enum",
14366                "values": [
14367                    {
14368                        "desc": "ON",
14369                        "name": "on",
14370                        "value": "0"
14371                    },
14372                    {
14373                        "desc": "OFF",
14374                        "name": "off",
14375                        "value": "1"
14376                    },
14377                    {
14378                        "desc": "AUTO",
14379                        "name": "auto",
14380                        "value": "2"
14381                    }
14382                ]
14383            },
14384            "GstDvbSrcRolloff": {
14385                "kind": "enum",
14386                "values": [
14387                    {
14388                        "desc": "35",
14389                        "name": "35",
14390                        "value": "0"
14391                    },
14392                    {
14393                        "desc": "20",
14394                        "name": "20",
14395                        "value": "1"
14396                    },
14397                    {
14398                        "desc": "25",
14399                        "name": "25",
14400                        "value": "2"
14401                    },
14402                    {
14403                        "desc": "auto",
14404                        "name": "auto",
14405                        "value": "3"
14406                    }
14407                ]
14408            },
14409            "GstDvbSrcTransmission_Mode": {
14410                "kind": "enum",
14411                "values": [
14412                    {
14413                        "desc": "2K",
14414                        "name": "2k",
14415                        "value": "0"
14416                    },
14417                    {
14418                        "desc": "8K",
14419                        "name": "8k",
14420                        "value": "1"
14421                    },
14422                    {
14423                        "desc": "AUTO",
14424                        "name": "auto",
14425                        "value": "2"
14426                    },
14427                    {
14428                        "desc": "4K",
14429                        "name": "4k",
14430                        "value": "3"
14431                    },
14432                    {
14433                        "desc": "1K",
14434                        "name": "1k",
14435                        "value": "4"
14436                    },
14437                    {
14438                        "desc": "16K",
14439                        "name": "16k",
14440                        "value": "5"
14441                    },
14442                    {
14443                        "desc": "32K",
14444                        "name": "32k",
14445                        "value": "6"
14446                    },
14447                    {
14448                        "desc": "C1",
14449                        "name": "c1",
14450                        "value": "7"
14451                    },
14452                    {
14453                        "desc": "C3780",
14454                        "name": "c3780",
14455                        "value": "8"
14456                    }
14457                ]
14458            }
14459        },
14460        "package": "GStreamer Bad Plug-ins",
14461        "source": "gst-plugins-bad",
14462        "tracers": {},
14463        "url": "Unknown package origin"
14464    },
14465    "dvbsubenc": {
14466        "description": "DVB subtitle parser and encoder",
14467        "elements": {
14468            "dvbsubenc": {
14469                "author": "Jan Schmidt <jan@centricular.com>",
14470                "description": "Encodes AYUV video frames streams into DVB subtitles",
14471                "hierarchy": [
14472                    "GstDvbSubEnc",
14473                    "GstElement",
14474                    "GstObject",
14475                    "GInitiallyUnowned",
14476                    "GObject"
14477                ],
14478                "klass": "Codec/Decoder/Video",
14479                "long-name": "DVB subtitle encoder",
14480                "pad-templates": {
14481                    "sink": {
14482                        "caps": "video/x-raw:\n         format: { AYUV }\n",
14483                        "direction": "sink",
14484                        "presence": "always"
14485                    },
14486                    "src": {
14487                        "caps": "subpicture/x-dvb:\n",
14488                        "direction": "src",
14489                        "presence": "always"
14490                    }
14491                },
14492                "properties": {
14493                    "max-colours": {
14494                        "blurb": "Maximum Number of Colours to output",
14495                        "conditionally-available": false,
14496                        "construct": false,
14497                        "construct-only": false,
14498                        "controllable": false,
14499                        "default": "16",
14500                        "max": "256",
14501                        "min": "1",
14502                        "mutable": "null",
14503                        "readable": true,
14504                        "type": "gint",
14505                        "writable": true
14506                    },
14507                    "ts-offset": {
14508                        "blurb": "Apply an offset to incoming timestamps before output (in nanoseconds)",
14509                        "conditionally-available": false,
14510                        "construct": false,
14511                        "construct-only": false,
14512                        "controllable": false,
14513                        "default": "0",
14514                        "max": "9223372036854775807",
14515                        "min": "-9223372036854775808",
14516                        "mutable": "null",
14517                        "readable": true,
14518                        "type": "gint64",
14519                        "writable": true
14520                    }
14521                },
14522                "rank": "none"
14523            }
14524        },
14525        "filename": "gstdvbsubenc",
14526        "license": "LGPL",
14527        "other-types": {},
14528        "package": "GStreamer Bad Plug-ins",
14529        "source": "gst-plugins-bad",
14530        "tracers": {},
14531        "url": "Unknown package origin"
14532    },
14533    "dvbsuboverlay": {
14534        "description": "DVB subtitle renderer",
14535        "elements": {
14536            "dvbsuboverlay": {
14537                "author": "Mart Raudsepp <mart.raudsepp@collabora.co.uk>",
14538                "description": "Renders DVB subtitles",
14539                "hierarchy": [
14540                    "GstDVBSubOverlay",
14541                    "GstElement",
14542                    "GstObject",
14543                    "GInitiallyUnowned",
14544                    "GObject"
14545                ],
14546                "klass": "Mixer/Video/Overlay/Subtitle",
14547                "long-name": "DVB Subtitles Overlay",
14548                "pad-templates": {
14549                    "src": {
14550                        "caps": "video/x-raw:\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(ANY):\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
14551                        "direction": "src",
14552                        "presence": "always"
14553                    },
14554                    "text_sink": {
14555                        "caps": "subpicture/x-dvb:\n",
14556                        "direction": "sink",
14557                        "presence": "always"
14558                    },
14559                    "video_sink": {
14560                        "caps": "video/x-raw:\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(ANY):\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
14561                        "direction": "sink",
14562                        "presence": "always"
14563                    }
14564                },
14565                "properties": {
14566                    "enable": {
14567                        "blurb": "Enable rendering of subtitles",
14568                        "conditionally-available": false,
14569                        "construct": false,
14570                        "construct-only": false,
14571                        "controllable": false,
14572                        "default": "true",
14573                        "mutable": "null",
14574                        "readable": true,
14575                        "type": "gboolean",
14576                        "writable": true
14577                    },
14578                    "force-end": {
14579                        "blurb": "Assume PES-aligned subtitles and force end-of-display",
14580                        "conditionally-available": false,
14581                        "construct": false,
14582                        "construct-only": false,
14583                        "controllable": false,
14584                        "default": "false",
14585                        "mutable": "null",
14586                        "readable": true,
14587                        "type": "gboolean",
14588                        "writable": true
14589                    },
14590                    "max-page-timeout": {
14591                        "blurb": "Limit maximum display time of a subtitle page (0 - disabled, value in seconds)",
14592                        "conditionally-available": false,
14593                        "construct": false,
14594                        "construct-only": false,
14595                        "controllable": false,
14596                        "default": "0",
14597                        "max": "2147483647",
14598                        "min": "0",
14599                        "mutable": "null",
14600                        "readable": true,
14601                        "type": "gint",
14602                        "writable": true
14603                    }
14604                },
14605                "rank": "primary"
14606            }
14607        },
14608        "filename": "gstdvbsuboverlay",
14609        "license": "LGPL",
14610        "other-types": {},
14611        "package": "GStreamer Bad Plug-ins",
14612        "source": "gst-plugins-bad",
14613        "tracers": {},
14614        "url": "Unknown package origin"
14615    },
14616    "dvdspu": {
14617        "description": "DVD Sub-picture Overlay element",
14618        "elements": {
14619            "dvdspu": {
14620                "author": "Jan Schmidt <thaytan@noraisin.net>",
14621                "description": "Parses Sub-Picture command streams and renders the SPU overlay onto the video as it passes through",
14622                "hierarchy": [
14623                    "GstDVDSpu",
14624                    "GstElement",
14625                    "GstObject",
14626                    "GInitiallyUnowned",
14627                    "GObject"
14628                ],
14629                "klass": "Mixer/Video/Overlay/SubPicture/DVD/Bluray",
14630                "long-name": "Sub-picture Overlay",
14631                "pad-templates": {
14632                    "src": {
14633                        "caps": "video/x-raw:\n         format: { I420, NV12, YV12 }\n          width: [ 16, 4096 ]\n         height: [ 16, 4096 ]\n",
14634                        "direction": "src",
14635                        "presence": "always"
14636                    },
14637                    "subpicture": {
14638                        "caps": "subpicture/x-dvd:\nsubpicture/x-pgs:\n",
14639                        "direction": "sink",
14640                        "presence": "always"
14641                    },
14642                    "video": {
14643                        "caps": "video/x-raw:\n         format: { I420, NV12, YV12 }\n          width: [ 16, 4096 ]\n         height: [ 16, 4096 ]\n",
14644                        "direction": "sink",
14645                        "presence": "always"
14646                    }
14647                },
14648                "rank": "primary"
14649            }
14650        },
14651        "filename": "gstdvdspu",
14652        "license": "LGPL",
14653        "other-types": {},
14654        "package": "GStreamer Bad Plug-ins",
14655        "source": "gst-plugins-bad",
14656        "tracers": {},
14657        "url": "Unknown package origin"
14658    },
14659    "faac": {
14660        "description": "Free AAC Encoder (FAAC)",
14661        "elements": {
14662            "faac": {
14663                "author": "Ronald Bultje <rbultje@ronald.bitfreak.net>",
14664                "description": "Free MPEG-2/4 AAC encoder",
14665                "hierarchy": [
14666                    "GstFaac",
14667                    "GstAudioEncoder",
14668                    "GstElement",
14669                    "GstObject",
14670                    "GInitiallyUnowned",
14671                    "GObject"
14672                ],
14673                "interfaces": [
14674                    "GstPreset"
14675                ],
14676                "klass": "Codec/Encoder/Audio",
14677                "long-name": "AAC audio encoder",
14678                "pad-templates": {
14679                    "sink": {
14680                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000, (int)64000, (int)88200, (int)96000 }\n       channels: 1\naudio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000, (int)64000, (int)88200, (int)96000 }\n       channels: 2\n   channel-mask: 0x0000000000000003\naudio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000, (int)64000, (int)88200, (int)96000 }\n       channels: 3\n   channel-mask: 0x0000000000000007\naudio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000, (int)64000, (int)88200, (int)96000 }\n       channels: 4\n   channel-mask: 0x0000000000000107\naudio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000, (int)64000, (int)88200, (int)96000 }\n       channels: 5\n   channel-mask: 0x0000000000000037\naudio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000, (int)64000, (int)88200, (int)96000 }\n       channels: 6\n   channel-mask: 0x000000000000003f\n",
14681                        "direction": "sink",
14682                        "presence": "always"
14683                    },
14684                    "src": {
14685                        "caps": "audio/mpeg:\n    mpegversion: 4\n       channels: [ 1, 6 ]\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000, (int)64000, (int)88200, (int)96000 }\n  stream-format: { (string)adts, (string)raw }\n   base-profile: { (string)main, (string)lc, (string)ssr, (string)ltp }\n         framed: true\naudio/mpeg:\n    mpegversion: 2\n       channels: [ 1, 6 ]\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000, (int)64000, (int)88200, (int)96000 }\n  stream-format: { (string)adts, (string)raw }\n        profile: { (string)main, (string)lc }\n         framed: true\n",
14686                        "direction": "src",
14687                        "presence": "always"
14688                    }
14689                },
14690                "properties": {
14691                    "bitrate": {
14692                        "blurb": "Average Bitrate (ABR) in bits/sec",
14693                        "conditionally-available": false,
14694                        "construct": true,
14695                        "construct-only": false,
14696                        "controllable": false,
14697                        "default": "128000",
14698                        "max": "320000",
14699                        "min": "8000",
14700                        "mutable": "null",
14701                        "readable": true,
14702                        "type": "gint",
14703                        "writable": true
14704                    },
14705                    "midside": {
14706                        "blurb": "Allow mid/side encoding",
14707                        "conditionally-available": false,
14708                        "construct": true,
14709                        "construct-only": false,
14710                        "controllable": false,
14711                        "default": "true",
14712                        "mutable": "null",
14713                        "readable": true,
14714                        "type": "gboolean",
14715                        "writable": true
14716                    },
14717                    "quality": {
14718                        "blurb": "Variable bitrate (VBR) quantizer quality in %%",
14719                        "conditionally-available": false,
14720                        "construct": true,
14721                        "construct-only": false,
14722                        "controllable": false,
14723                        "default": "100",
14724                        "max": "1000",
14725                        "min": "1",
14726                        "mutable": "null",
14727                        "readable": true,
14728                        "type": "gint",
14729                        "writable": true
14730                    },
14731                    "rate-control": {
14732                        "blurb": "Encoding bitrate type (VBR/ABR)",
14733                        "conditionally-available": false,
14734                        "construct": true,
14735                        "construct-only": false,
14736                        "controllable": false,
14737                        "default": "VBR encoding (1)",
14738                        "mutable": "null",
14739                        "readable": true,
14740                        "type": "GstFaacBrtype",
14741                        "writable": true
14742                    },
14743                    "shortctl": {
14744                        "blurb": "Block type encorcing",
14745                        "conditionally-available": false,
14746                        "construct": true,
14747                        "construct-only": false,
14748                        "controllable": false,
14749                        "default": "Normal block type (0)",
14750                        "mutable": "null",
14751                        "readable": true,
14752                        "type": "GstFaacShortCtl",
14753                        "writable": true
14754                    },
14755                    "tns": {
14756                        "blurb": "Use temporal noise shaping",
14757                        "conditionally-available": false,
14758                        "construct": true,
14759                        "construct-only": false,
14760                        "controllable": false,
14761                        "default": "false",
14762                        "mutable": "null",
14763                        "readable": true,
14764                        "type": "gboolean",
14765                        "writable": true
14766                    }
14767                },
14768                "rank": "secondary"
14769            }
14770        },
14771        "filename": "gstfaac",
14772        "license": "LGPL",
14773        "other-types": {
14774            "GstFaacBrtype": {
14775                "kind": "enum",
14776                "values": [
14777                    {
14778                        "desc": "VBR",
14779                        "name": "VBR encoding",
14780                        "value": "1"
14781                    },
14782                    {
14783                        "desc": "ABR",
14784                        "name": "ABR encoding",
14785                        "value": "2"
14786                    }
14787                ]
14788            },
14789            "GstFaacShortCtl": {
14790                "kind": "enum",
14791                "values": [
14792                    {
14793                        "desc": "SHORTCTL_NORMAL",
14794                        "name": "Normal block type",
14795                        "value": "0"
14796                    },
14797                    {
14798                        "desc": "SHORTCTL_NOSHORT",
14799                        "name": "No short blocks",
14800                        "value": "1"
14801                    },
14802                    {
14803                        "desc": "SHORTCTL_NOLONG",
14804                        "name": "No long blocks",
14805                        "value": "2"
14806                    }
14807                ]
14808            }
14809        },
14810        "package": "GStreamer Bad Plug-ins",
14811        "source": "gst-plugins-bad",
14812        "tracers": {},
14813        "url": "Unknown package origin"
14814    },
14815    "faad": {
14816        "description": "Free AAC Decoder (FAAD)",
14817        "elements": {
14818            "faad": {
14819                "author": "Ronald Bultje <rbultje@ronald.bitfreak.net>",
14820                "description": "Free MPEG-2/4 AAC decoder",
14821                "hierarchy": [
14822                    "GstFaad",
14823                    "GstAudioDecoder",
14824                    "GstElement",
14825                    "GstObject",
14826                    "GInitiallyUnowned",
14827                    "GObject"
14828                ],
14829                "klass": "Codec/Decoder/Audio",
14830                "long-name": "AAC audio decoder",
14831                "pad-templates": {
14832                    "sink": {
14833                        "caps": "audio/mpeg:\n    mpegversion: 2\naudio/mpeg:\n    mpegversion: 4\n  stream-format: { (string)raw, (string)adts }\n",
14834                        "direction": "sink",
14835                        "presence": "always"
14836                    },
14837                    "src": {
14838                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 8000, 96000 ]\n       channels: [ 1, 8 ]\n",
14839                        "direction": "src",
14840                        "presence": "always"
14841                    }
14842                },
14843                "properties": {},
14844                "rank": "secondary"
14845            }
14846        },
14847        "filename": "gstfaad",
14848        "license": "GPL",
14849        "other-types": {},
14850        "package": "GStreamer Bad Plug-ins",
14851        "source": "gst-plugins-bad",
14852        "tracers": {},
14853        "url": "Unknown package origin"
14854    },
14855    "faceoverlay": {
14856        "description": "SVG Face Overlay",
14857        "elements": {
14858            "faceoverlay": {
14859                "author": "Laura Lucas Alday <lauralucas@gmail.com>",
14860                "description": "Overlays SVG graphics over a detected face in a video stream",
14861                "hierarchy": [
14862                    "GstFaceOverlay",
14863                    "GstBin",
14864                    "GstElement",
14865                    "GstObject",
14866                    "GInitiallyUnowned",
14867                    "GObject"
14868                ],
14869                "interfaces": [
14870                    "GstChildProxy"
14871                ],
14872                "klass": "Filter/Editor/Video",
14873                "long-name": "faceoverlay",
14874                "pad-templates": {
14875                    "sink": {
14876                        "caps": "video/x-raw:\n         format: { RGB }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
14877                        "direction": "sink",
14878                        "presence": "always"
14879                    },
14880                    "src": {
14881                        "caps": "video/x-raw:\n         format: { BGRA }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
14882                        "direction": "src",
14883                        "presence": "always"
14884                    }
14885                },
14886                "properties": {
14887                    "h": {
14888                        "blurb": "Specify image height relative to face height.",
14889                        "conditionally-available": false,
14890                        "construct": false,
14891                        "construct-only": false,
14892                        "controllable": false,
14893                        "default": "1",
14894                        "max": "3.40282e+38",
14895                        "min": "0",
14896                        "mutable": "null",
14897                        "readable": true,
14898                        "type": "gfloat",
14899                        "writable": true
14900                    },
14901                    "location": {
14902                        "blurb": "Location of SVG file to use for face overlay",
14903                        "conditionally-available": false,
14904                        "construct": false,
14905                        "construct-only": false,
14906                        "controllable": false,
14907                        "default": "NULL",
14908                        "mutable": "null",
14909                        "readable": true,
14910                        "type": "gchararray",
14911                        "writable": true
14912                    },
14913                    "w": {
14914                        "blurb": "Specify image width relative to face width.",
14915                        "conditionally-available": false,
14916                        "construct": false,
14917                        "construct-only": false,
14918                        "controllable": false,
14919                        "default": "1",
14920                        "max": "3.40282e+38",
14921                        "min": "0",
14922                        "mutable": "null",
14923                        "readable": true,
14924                        "type": "gfloat",
14925                        "writable": true
14926                    },
14927                    "x": {
14928                        "blurb": "Specify image x relative to detected face x.",
14929                        "conditionally-available": false,
14930                        "construct": false,
14931                        "construct-only": false,
14932                        "controllable": false,
14933                        "default": "0",
14934                        "max": "3.40282e+38",
14935                        "min": "-3.40282e+38",
14936                        "mutable": "null",
14937                        "readable": true,
14938                        "type": "gfloat",
14939                        "writable": true
14940                    },
14941                    "y": {
14942                        "blurb": "Specify image y relative to detected face y.",
14943                        "conditionally-available": false,
14944                        "construct": false,
14945                        "construct-only": false,
14946                        "controllable": false,
14947                        "default": "0",
14948                        "max": "3.40282e+38",
14949                        "min": "-3.40282e+38",
14950                        "mutable": "null",
14951                        "readable": true,
14952                        "type": "gfloat",
14953                        "writable": true
14954                    }
14955                },
14956                "rank": "none"
14957            }
14958        },
14959        "filename": "gstfaceoverlay",
14960        "license": "LGPL",
14961        "other-types": {},
14962        "package": "GStreamer Bad Plug-ins",
14963        "source": "gst-plugins-bad",
14964        "tracers": {},
14965        "url": "Unknown package origin"
14966    },
14967    "fbdevsink": {
14968        "description": "Linux framebuffer video sink",
14969        "elements": {
14970            "fbdevsink": {
14971                "author": "Sean D'Epagnier <sean@depagnier.com>",
14972                "description": "Linux framebuffer videosink",
14973                "hierarchy": [
14974                    "GstFBDEVSink",
14975                    "GstVideoSink",
14976                    "GstBaseSink",
14977                    "GstElement",
14978                    "GstObject",
14979                    "GInitiallyUnowned",
14980                    "GObject"
14981                ],
14982                "klass": "Sink/Video",
14983                "long-name": "fbdev video sink",
14984                "pad-templates": {
14985                    "sink": {
14986                        "caps": "video/x-raw:\n         format: { RGB, BGR, BGRx, xBGR, RGB, RGBx, xRGB, RGB15, RGB16 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
14987                        "direction": "sink",
14988                        "presence": "always"
14989                    }
14990                },
14991                "properties": {
14992                    "device": {
14993                        "blurb": "The framebuffer device eg: /dev/fb0",
14994                        "conditionally-available": false,
14995                        "construct": false,
14996                        "construct-only": false,
14997                        "controllable": false,
14998                        "default": "NULL",
14999                        "mutable": "null",
15000                        "readable": true,
15001                        "type": "gchararray",
15002                        "writable": true
15003                    }
15004                },
15005                "rank": "none"
15006            }
15007        },
15008        "filename": "gstfbdevsink",
15009        "license": "LGPL",
15010        "other-types": {},
15011        "package": "GStreamer Bad Plug-ins",
15012        "source": "gst-plugins-bad",
15013        "tracers": {},
15014        "url": "Unknown package origin"
15015    },
15016    "fdkaac": {
15017        "description": "Fraunhofer FDK AAC Codec plugin",
15018        "elements": {
15019            "fdkaacdec": {
15020                "author": "Sebastian Dröge <sebastian@centricular.com>",
15021                "description": "FDK AAC audio decoder",
15022                "hierarchy": [
15023                    "GstFdkAacDec",
15024                    "GstAudioDecoder",
15025                    "GstElement",
15026                    "GstObject",
15027                    "GInitiallyUnowned",
15028                    "GObject"
15029                ],
15030                "klass": "Codec/Decoder/Audio",
15031                "long-name": "FDK AAC audio decoder",
15032                "pad-templates": {
15033                    "sink": {
15034                        "caps": "audio/mpeg:\n    mpegversion: { (int)2, (int)4 }\n  stream-format: { (string)adts, (string)adif, (string)raw }\n       channels: [ 1, 8 ]\n",
15035                        "direction": "sink",
15036                        "presence": "always"
15037                    },
15038                    "src": {
15039                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 8000, 96000 ]\n       channels: [ 1, 8 ]\n",
15040                        "direction": "src",
15041                        "presence": "always"
15042                    }
15043                },
15044                "properties": {},
15045                "rank": "marginal"
15046            },
15047            "fdkaacenc": {
15048                "author": "Sebastian Dröge <sebastian@centricular.com>",
15049                "description": "FDK AAC audio encoder",
15050                "hierarchy": [
15051                    "GstFdkAacEnc",
15052                    "GstAudioEncoder",
15053                    "GstElement",
15054                    "GstObject",
15055                    "GInitiallyUnowned",
15056                    "GObject"
15057                ],
15058                "interfaces": [
15059                    "GstPreset"
15060                ],
15061                "klass": "Codec/Encoder/Audio/Converter",
15062                "long-name": "FDK AAC audio encoder",
15063                "pad-templates": {
15064                    "sink": {
15065                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000, (int)64000, (int)88200, (int)96000 }\n       channels: { (int)1, (int)2, (int)3, (int)4, (int)5, (int)6, (int)8 }\n",
15066                        "direction": "sink",
15067                        "presence": "always"
15068                    },
15069                    "src": {
15070                        "caps": "audio/mpeg:\n    mpegversion: 4\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000, (int)64000, (int)88200, (int)96000 }\n       channels: { (int)1, (int)2, (int)3, (int)4, (int)5, (int)6, (int)8 }\n  stream-format: { (string)adts, (string)adif, (string)raw }\n   base-profile: lc\n         framed: true\n",
15071                        "direction": "src",
15072                        "presence": "always"
15073                    }
15074                },
15075                "properties": {
15076                    "bitrate": {
15077                        "blurb": "Target Audio Bitrate (0 = fixed value based on  sample rate and channel count)",
15078                        "conditionally-available": false,
15079                        "construct": false,
15080                        "construct-only": false,
15081                        "controllable": false,
15082                        "default": "0",
15083                        "max": "2147483647",
15084                        "min": "0",
15085                        "mutable": "null",
15086                        "readable": true,
15087                        "type": "gint",
15088                        "writable": true
15089                    }
15090                },
15091                "rank": "primary"
15092            }
15093        },
15094        "filename": "gstfdkaac",
15095        "license": "LGPL",
15096        "other-types": {},
15097        "package": "GStreamer Bad Plug-ins",
15098        "source": "gst-plugins-bad",
15099        "tracers": {},
15100        "url": "Unknown package origin"
15101    },
15102    "festival": {
15103        "description": "Synthesizes plain text into audio",
15104        "elements": {
15105            "festival": {
15106                "author": "Wim Taymans <wim.taymans@gmail.com>",
15107                "description": "Synthesizes plain text into audio",
15108                "hierarchy": [
15109                    "GstFestival",
15110                    "GstElement",
15111                    "GstObject",
15112                    "GInitiallyUnowned",
15113                    "GObject"
15114                ],
15115                "klass": "Filter/Effect/Audio",
15116                "long-name": "Festival Text-to-Speech synthesizer",
15117                "pad-templates": {
15118                    "sink": {
15119                        "caps": "text/x-raw:\n         format: utf8\n",
15120                        "direction": "sink",
15121                        "presence": "always"
15122                    },
15123                    "src": {
15124                        "caps": "audio/x-wav:\n",
15125                        "direction": "src",
15126                        "presence": "always"
15127                    }
15128                },
15129                "rank": "none"
15130            }
15131        },
15132        "filename": "gstfestival",
15133        "license": "LGPL",
15134        "other-types": {},
15135        "package": "GStreamer Bad Plug-ins",
15136        "source": "gst-plugins-bad",
15137        "tracers": {},
15138        "url": "Unknown package origin"
15139    },
15140    "fieldanalysis": {
15141        "description": "Video field analysis",
15142        "elements": {
15143            "fieldanalysis": {
15144                "author": "Robert Swain <robert.swain@collabora.co.uk>",
15145                "description": "Analyse fields from video frames to identify if they are progressive/telecined/interlaced",
15146                "hierarchy": [
15147                    "GstFieldAnalysis",
15148                    "GstElement",
15149                    "GstObject",
15150                    "GInitiallyUnowned",
15151                    "GObject"
15152                ],
15153                "klass": "Filter/Analysis/Video",
15154                "long-name": "Video field analysis",
15155                "pad-templates": {
15156                    "sink": {
15157                        "caps": "video/x-raw:\n         format: { YUY2, UYVY, Y42B, I420, YV12 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
15158                        "direction": "sink",
15159                        "presence": "always"
15160                    },
15161                    "src": {
15162                        "caps": "video/x-raw:\n         format: { YUY2, UYVY, Y42B, I420, YV12 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
15163                        "direction": "src",
15164                        "presence": "always"
15165                    }
15166                },
15167                "properties": {
15168                    "block-height": {
15169                        "blurb": "Block height for windowed comb detection",
15170                        "conditionally-available": false,
15171                        "construct": false,
15172                        "construct-only": false,
15173                        "controllable": false,
15174                        "default": "16",
15175                        "max": "18446744073709551615",
15176                        "min": "0",
15177                        "mutable": "null",
15178                        "readable": true,
15179                        "type": "guint64",
15180                        "writable": true
15181                    },
15182                    "block-threshold": {
15183                        "blurb": "Block threshold for windowed comb detection",
15184                        "conditionally-available": false,
15185                        "construct": false,
15186                        "construct-only": false,
15187                        "controllable": false,
15188                        "default": "80",
15189                        "max": "18446744073709551615",
15190                        "min": "0",
15191                        "mutable": "null",
15192                        "readable": true,
15193                        "type": "guint64",
15194                        "writable": true
15195                    },
15196                    "block-width": {
15197                        "blurb": "Block width for windowed comb detection",
15198                        "conditionally-available": false,
15199                        "construct": false,
15200                        "construct-only": false,
15201                        "controllable": false,
15202                        "default": "16",
15203                        "max": "18446744073709551615",
15204                        "min": "1",
15205                        "mutable": "null",
15206                        "readable": true,
15207                        "type": "guint64",
15208                        "writable": true
15209                    },
15210                    "comb-method": {
15211                        "blurb": "Metric to be used for identifying comb artifacts if using windowed comb detection",
15212                        "conditionally-available": false,
15213                        "construct": false,
15214                        "construct-only": false,
15215                        "controllable": false,
15216                        "default": "5-tap (2)",
15217                        "mutable": "null",
15218                        "readable": true,
15219                        "type": "FieldAnalysisCombMethod",
15220                        "writable": true
15221                    },
15222                    "field-metric": {
15223                        "blurb": "Metric to be used for comparing same parity fields to decide if they are a repeated field for telecine",
15224                        "conditionally-available": false,
15225                        "construct": false,
15226                        "construct-only": false,
15227                        "controllable": false,
15228                        "default": "ssd (1)",
15229                        "mutable": "null",
15230                        "readable": true,
15231                        "type": "GstFieldAnalysisFieldMetric",
15232                        "writable": true
15233                    },
15234                    "field-threshold": {
15235                        "blurb": "Threshold for field metric decisions",
15236                        "conditionally-available": false,
15237                        "construct": false,
15238                        "construct-only": false,
15239                        "controllable": false,
15240                        "default": "0.08",
15241                        "max": "3.40282e+38",
15242                        "min": "0",
15243                        "mutable": "null",
15244                        "readable": true,
15245                        "type": "gfloat",
15246                        "writable": true
15247                    },
15248                    "frame-metric": {
15249                        "blurb": "Metric to be used for comparing opposite parity fields to decide if they are a progressive frame",
15250                        "conditionally-available": false,
15251                        "construct": false,
15252                        "construct-only": false,
15253                        "controllable": false,
15254                        "default": "5-tap (0)",
15255                        "mutable": "null",
15256                        "readable": true,
15257                        "type": "GstFieldAnalysisFrameMetric",
15258                        "writable": true
15259                    },
15260                    "frame-threshold": {
15261                        "blurb": "Threshold for frame metric decisions",
15262                        "conditionally-available": false,
15263                        "construct": false,
15264                        "construct-only": false,
15265                        "controllable": false,
15266                        "default": "0.002",
15267                        "max": "3.40282e+38",
15268                        "min": "0",
15269                        "mutable": "null",
15270                        "readable": true,
15271                        "type": "gfloat",
15272                        "writable": true
15273                    },
15274                    "ignored-lines": {
15275                        "blurb": "Ignore this many lines from the top and bottom for windowed comb detection",
15276                        "conditionally-available": false,
15277                        "construct": false,
15278                        "construct-only": false,
15279                        "controllable": false,
15280                        "default": "2",
15281                        "max": "18446744073709551615",
15282                        "min": "2",
15283                        "mutable": "null",
15284                        "readable": true,
15285                        "type": "guint64",
15286                        "writable": true
15287                    },
15288                    "noise-floor": {
15289                        "blurb": "Noise floor for appropriate metrics (per-pixel metric values with a score less than this will be ignored)",
15290                        "conditionally-available": false,
15291                        "construct": false,
15292                        "construct-only": false,
15293                        "controllable": false,
15294                        "default": "16",
15295                        "max": "-1",
15296                        "min": "0",
15297                        "mutable": "null",
15298                        "readable": true,
15299                        "type": "guint",
15300                        "writable": true
15301                    },
15302                    "spatial-threshold": {
15303                        "blurb": "Threshold for combing metric decisions",
15304                        "conditionally-available": false,
15305                        "construct": false,
15306                        "construct-only": false,
15307                        "controllable": false,
15308                        "default": "9",
15309                        "max": "9223372036854775807",
15310                        "min": "0",
15311                        "mutable": "null",
15312                        "readable": true,
15313                        "type": "gint64",
15314                        "writable": true
15315                    }
15316                },
15317                "rank": "none"
15318            }
15319        },
15320        "filename": "gstfieldanalysis",
15321        "license": "LGPL",
15322        "other-types": {
15323            "FieldAnalysisCombMethod": {
15324                "kind": "enum",
15325                "values": [
15326                    {
15327                        "desc": "Difference to above sample in same field small and difference to sample in other field large",
15328                        "name": "32-detect",
15329                        "value": "0"
15330                    },
15331                    {
15332                        "desc": "Differences between current sample and the above/below samples in other field multiplied together, larger than squared spatial threshold (from Tritical's isCombed)",
15333                        "name": "isCombed",
15334                        "value": "1"
15335                    },
15336                    {
15337                        "desc": "5-tap [1,-3,4,-3,1] vertical filter result is larger than spatial threshold*6",
15338                        "name": "5-tap",
15339                        "value": "2"
15340                    }
15341                ]
15342            },
15343            "GstFieldAnalysisFieldMetric": {
15344                "kind": "enum",
15345                "values": [
15346                    {
15347                        "desc": "Sum of Absolute Differences",
15348                        "name": "sad",
15349                        "value": "0"
15350                    },
15351                    {
15352                        "desc": "Sum of Squared Differences",
15353                        "name": "ssd",
15354                        "value": "1"
15355                    },
15356                    {
15357                        "desc": "Difference of 3-tap [1,4,1] Horizontal Filter",
15358                        "name": "3-tap",
15359                        "value": "2"
15360                    }
15361                ]
15362            },
15363            "GstFieldAnalysisFrameMetric": {
15364                "kind": "enum",
15365                "values": [
15366                    {
15367                        "desc": "5-tap [1,-3,4,-3,1] Vertical Filter",
15368                        "name": "5-tap",
15369                        "value": "0"
15370                    },
15371                    {
15372                        "desc": "Windowed Comb Detection (not optimised)",
15373                        "name": "windowed-comb",
15374                        "value": "1"
15375                    }
15376                ]
15377            }
15378        },
15379        "package": "GStreamer Bad Plug-ins",
15380        "source": "gst-plugins-bad",
15381        "tracers": {},
15382        "url": "Unknown package origin"
15383    },
15384    "flite": {
15385        "description": "Flite speech synthesizer plugin",
15386        "elements": {
15387            "flitetestsrc": {
15388                "author": "David Schleef <ds@schleef.org>",
15389                "description": "Creates audio test signals identifying channels",
15390                "hierarchy": [
15391                    "GstFliteTestSrc",
15392                    "GstBaseSrc",
15393                    "GstElement",
15394                    "GstObject",
15395                    "GInitiallyUnowned",
15396                    "GObject"
15397                ],
15398                "klass": "Source/Audio",
15399                "long-name": "Flite speech test source",
15400                "pad-templates": {
15401                    "src": {
15402                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: 48000\n       channels: [ 1, 8 ]\n",
15403                        "direction": "src",
15404                        "presence": "always"
15405                    }
15406                },
15407                "properties": {
15408                    "samplesperbuffer": {
15409                        "blurb": "Number of samples in each outgoing buffer",
15410                        "conditionally-available": false,
15411                        "construct": false,
15412                        "construct-only": false,
15413                        "controllable": false,
15414                        "default": "1024",
15415                        "max": "2147483647",
15416                        "min": "1",
15417                        "mutable": "null",
15418                        "readable": true,
15419                        "type": "gint",
15420                        "writable": true
15421                    }
15422                },
15423                "rank": "none"
15424            }
15425        },
15426        "filename": "gstflite",
15427        "license": "LGPL",
15428        "other-types": {},
15429        "package": "GStreamer Bad Plug-ins",
15430        "source": "gst-plugins-bad",
15431        "tracers": {},
15432        "url": "Unknown package origin"
15433    },
15434    "fluidsynthmidi": {
15435        "description": "Fluidsynth MIDI Plugin",
15436        "elements": {
15437            "fluiddec": {
15438                "author": "Wim Taymans <wim.taymans@gmail.com>",
15439                "description": "Midi Synthesizer Element",
15440                "hierarchy": [
15441                    "GstFluidDec",
15442                    "GstElement",
15443                    "GstObject",
15444                    "GInitiallyUnowned",
15445                    "GObject"
15446                ],
15447                "klass": "Codec/Decoder/Audio",
15448                "long-name": "Fluidsynth",
15449                "pad-templates": {
15450                    "sink": {
15451                        "caps": "audio/x-midi-event:\n",
15452                        "direction": "sink",
15453                        "presence": "always"
15454                    },
15455                    "src": {
15456                        "caps": "audio/x-raw:\n         format: F32LE\n           rate: 44100\n       channels: 2\n         layout: interleaved\n",
15457                        "direction": "src",
15458                        "presence": "always"
15459                    }
15460                },
15461                "properties": {
15462                    "soundfont": {
15463                        "blurb": "the filename of a soundfont (NULL for default)",
15464                        "conditionally-available": false,
15465                        "construct": false,
15466                        "construct-only": false,
15467                        "controllable": false,
15468                        "default": "NULL",
15469                        "mutable": "null",
15470                        "readable": true,
15471                        "type": "gchararray",
15472                        "writable": true
15473                    },
15474                    "synth-chorus": {
15475                        "blurb": "Turn the chorus on or off",
15476                        "conditionally-available": false,
15477                        "construct": false,
15478                        "construct-only": false,
15479                        "controllable": false,
15480                        "default": "true",
15481                        "mutable": "null",
15482                        "readable": true,
15483                        "type": "gboolean",
15484                        "writable": true
15485                    },
15486                    "synth-gain": {
15487                        "blurb": "Set the master gain",
15488                        "conditionally-available": false,
15489                        "construct": false,
15490                        "construct-only": false,
15491                        "controllable": false,
15492                        "default": "0.2",
15493                        "max": "10",
15494                        "min": "0",
15495                        "mutable": "null",
15496                        "readable": true,
15497                        "type": "gdouble",
15498                        "writable": true
15499                    },
15500                    "synth-polyphony": {
15501                        "blurb": "The number of simultaneous voices",
15502                        "conditionally-available": false,
15503                        "construct": false,
15504                        "construct-only": false,
15505                        "controllable": false,
15506                        "default": "256",
15507                        "max": "65535",
15508                        "min": "1",
15509                        "mutable": "null",
15510                        "readable": true,
15511                        "type": "gint",
15512                        "writable": true
15513                    },
15514                    "synth-reverb": {
15515                        "blurb": "Turn the reverb on or off",
15516                        "conditionally-available": false,
15517                        "construct": false,
15518                        "construct-only": false,
15519                        "controllable": false,
15520                        "default": "true",
15521                        "mutable": "null",
15522                        "readable": true,
15523                        "type": "gboolean",
15524                        "writable": true
15525                    }
15526                },
15527                "rank": "secondary"
15528            }
15529        },
15530        "filename": "gstfluidsynthmidi",
15531        "license": "LGPL",
15532        "other-types": {},
15533        "package": "GStreamer Bad Plug-ins",
15534        "source": "gst-plugins-bad",
15535        "tracers": {},
15536        "url": "Unknown package origin"
15537    },
15538    "freeverb": {
15539        "description": "Reverberation/room effect",
15540        "elements": {
15541            "freeverb": {
15542                "author": "Stefan Sauer <ensonic@users.sf.net>",
15543                "description": "Add reverberation to audio streams",
15544                "hierarchy": [
15545                    "GstFreeverb",
15546                    "GstBaseTransform",
15547                    "GstElement",
15548                    "GstObject",
15549                    "GInitiallyUnowned",
15550                    "GObject"
15551                ],
15552                "interfaces": [
15553                    "GstPreset"
15554                ],
15555                "klass": "Filter/Effect/Audio",
15556                "long-name": "Reverberation/room effect",
15557                "pad-templates": {
15558                    "sink": {
15559                        "caps": "audio/x-raw:\n         format: { F32LE, S16LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2 ]\n         layout: interleaved\n",
15560                        "direction": "sink",
15561                        "presence": "always"
15562                    },
15563                    "src": {
15564                        "caps": "audio/x-raw:\n         format: { F32LE, S16LE }\n           rate: [ 1, 2147483647 ]\n       channels: 2\n         layout: interleaved\n",
15565                        "direction": "src",
15566                        "presence": "always"
15567                    }
15568                },
15569                "properties": {
15570                    "damping": {
15571                        "blurb": "Damping of high frequencies",
15572                        "conditionally-available": false,
15573                        "construct": true,
15574                        "construct-only": false,
15575                        "controllable": true,
15576                        "default": "0.2",
15577                        "max": "1",
15578                        "min": "0",
15579                        "mutable": "null",
15580                        "readable": true,
15581                        "type": "gfloat",
15582                        "writable": true
15583                    },
15584                    "level": {
15585                        "blurb": "dry/wet level",
15586                        "conditionally-available": false,
15587                        "construct": true,
15588                        "construct-only": false,
15589                        "controllable": true,
15590                        "default": "0.5",
15591                        "max": "1",
15592                        "min": "0",
15593                        "mutable": "null",
15594                        "readable": true,
15595                        "type": "gfloat",
15596                        "writable": true
15597                    },
15598                    "room-size": {
15599                        "blurb": "Size of the simulated room",
15600                        "conditionally-available": false,
15601                        "construct": true,
15602                        "construct-only": false,
15603                        "controllable": true,
15604                        "default": "0.5",
15605                        "max": "1",
15606                        "min": "0",
15607                        "mutable": "null",
15608                        "readable": true,
15609                        "type": "gfloat",
15610                        "writable": true
15611                    },
15612                    "width": {
15613                        "blurb": "Stereo panorama width",
15614                        "conditionally-available": false,
15615                        "construct": true,
15616                        "construct-only": false,
15617                        "controllable": true,
15618                        "default": "1",
15619                        "max": "1",
15620                        "min": "0",
15621                        "mutable": "null",
15622                        "readable": true,
15623                        "type": "gfloat",
15624                        "writable": true
15625                    }
15626                },
15627                "rank": "none"
15628            }
15629        },
15630        "filename": "gstfreeverb",
15631        "license": "LGPL",
15632        "other-types": {},
15633        "package": "GStreamer Bad Plug-ins",
15634        "source": "gst-plugins-bad",
15635        "tracers": {},
15636        "url": "Unknown package origin"
15637    },
15638    "frei0r": {
15639        "description": "frei0r plugin library",
15640        "elements": {
15641            "frei0r-filter-3-point-color-balance": {
15642                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Maksim Golovkin",
15643                "description": "Adjust color balance with 3 color points",
15644                "hierarchy": [
15645                    "frei0r-filter-3-point-color-balance",
15646                    "GstVideoFilter",
15647                    "GstBaseTransform",
15648                    "GstElement",
15649                    "GstObject",
15650                    "GInitiallyUnowned",
15651                    "GObject"
15652                ],
15653                "klass": "Filter/Effect/Video",
15654                "long-name": "3 point color balance",
15655                "pad-templates": {
15656                    "sink": {
15657                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
15658                        "direction": "sink",
15659                        "presence": "always"
15660                    },
15661                    "src": {
15662                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
15663                        "direction": "src",
15664                        "presence": "always"
15665                    }
15666                },
15667                "properties": {
15668                    "black-color-b": {
15669                        "blurb": "Black color",
15670                        "conditionally-available": false,
15671                        "construct": false,
15672                        "construct-only": false,
15673                        "controllable": true,
15674                        "default": "0",
15675                        "max": "1",
15676                        "min": "0",
15677                        "mutable": "null",
15678                        "readable": true,
15679                        "type": "gfloat",
15680                        "writable": true
15681                    },
15682                    "black-color-g": {
15683                        "blurb": "Black color",
15684                        "conditionally-available": false,
15685                        "construct": false,
15686                        "construct-only": false,
15687                        "controllable": true,
15688                        "default": "0",
15689                        "max": "1",
15690                        "min": "0",
15691                        "mutable": "null",
15692                        "readable": true,
15693                        "type": "gfloat",
15694                        "writable": true
15695                    },
15696                    "black-color-r": {
15697                        "blurb": "Black color",
15698                        "conditionally-available": false,
15699                        "construct": false,
15700                        "construct-only": false,
15701                        "controllable": true,
15702                        "default": "0",
15703                        "max": "1",
15704                        "min": "0",
15705                        "mutable": "null",
15706                        "readable": true,
15707                        "type": "gfloat",
15708                        "writable": true
15709                    },
15710                    "gray-color-b": {
15711                        "blurb": "Gray color",
15712                        "conditionally-available": false,
15713                        "construct": false,
15714                        "construct-only": false,
15715                        "controllable": true,
15716                        "default": "0.5",
15717                        "max": "1",
15718                        "min": "0",
15719                        "mutable": "null",
15720                        "readable": true,
15721                        "type": "gfloat",
15722                        "writable": true
15723                    },
15724                    "gray-color-g": {
15725                        "blurb": "Gray color",
15726                        "conditionally-available": false,
15727                        "construct": false,
15728                        "construct-only": false,
15729                        "controllable": true,
15730                        "default": "0.5",
15731                        "max": "1",
15732                        "min": "0",
15733                        "mutable": "null",
15734                        "readable": true,
15735                        "type": "gfloat",
15736                        "writable": true
15737                    },
15738                    "gray-color-r": {
15739                        "blurb": "Gray color",
15740                        "conditionally-available": false,
15741                        "construct": false,
15742                        "construct-only": false,
15743                        "controllable": true,
15744                        "default": "0.5",
15745                        "max": "1",
15746                        "min": "0",
15747                        "mutable": "null",
15748                        "readable": true,
15749                        "type": "gfloat",
15750                        "writable": true
15751                    },
15752                    "source-image-on-left-side": {
15753                        "blurb": "Source image on left side",
15754                        "conditionally-available": false,
15755                        "construct": false,
15756                        "construct-only": false,
15757                        "controllable": true,
15758                        "default": "true",
15759                        "mutable": "null",
15760                        "readable": true,
15761                        "type": "gboolean",
15762                        "writable": true
15763                    },
15764                    "split-preview": {
15765                        "blurb": "Split privew",
15766                        "conditionally-available": false,
15767                        "construct": false,
15768                        "construct-only": false,
15769                        "controllable": true,
15770                        "default": "true",
15771                        "mutable": "null",
15772                        "readable": true,
15773                        "type": "gboolean",
15774                        "writable": true
15775                    },
15776                    "white-color-b": {
15777                        "blurb": "White color",
15778                        "conditionally-available": false,
15779                        "construct": false,
15780                        "construct-only": false,
15781                        "controllable": true,
15782                        "default": "1",
15783                        "max": "1",
15784                        "min": "0",
15785                        "mutable": "null",
15786                        "readable": true,
15787                        "type": "gfloat",
15788                        "writable": true
15789                    },
15790                    "white-color-g": {
15791                        "blurb": "White color",
15792                        "conditionally-available": false,
15793                        "construct": false,
15794                        "construct-only": false,
15795                        "controllable": true,
15796                        "default": "1",
15797                        "max": "1",
15798                        "min": "0",
15799                        "mutable": "null",
15800                        "readable": true,
15801                        "type": "gfloat",
15802                        "writable": true
15803                    },
15804                    "white-color-r": {
15805                        "blurb": "White color",
15806                        "conditionally-available": false,
15807                        "construct": false,
15808                        "construct-only": false,
15809                        "controllable": true,
15810                        "default": "1",
15811                        "max": "1",
15812                        "min": "0",
15813                        "mutable": "null",
15814                        "readable": true,
15815                        "type": "gfloat",
15816                        "writable": true
15817                    }
15818                },
15819                "rank": "none"
15820            },
15821            "frei0r-filter-3dflippo": {
15822                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, c.e. prelz AS FLUIDO <fluido@fluido.as>",
15823                "description": "Frame rotation in 3d-space",
15824                "hierarchy": [
15825                    "frei0r-filter-3dflippo",
15826                    "GstVideoFilter",
15827                    "GstBaseTransform",
15828                    "GstElement",
15829                    "GstObject",
15830                    "GInitiallyUnowned",
15831                    "GObject"
15832                ],
15833                "klass": "Filter/Effect/Video",
15834                "long-name": "3dflippo",
15835                "pad-templates": {
15836                    "sink": {
15837                        "caps": "video/x-raw:\n         format: { BGRA, RGBA, ABGR, ARGB, BGRx, RGBx, xBGR, xRGB, AYUV }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
15838                        "direction": "sink",
15839                        "presence": "always"
15840                    },
15841                    "src": {
15842                        "caps": "video/x-raw:\n         format: { BGRA, RGBA, ABGR, ARGB, BGRx, RGBx, xBGR, xRGB, AYUV }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
15843                        "direction": "src",
15844                        "presence": "always"
15845                    }
15846                },
15847                "properties": {
15848                    "center-position--x-": {
15849                        "blurb": "Position of the center of rotation on the X axis",
15850                        "conditionally-available": false,
15851                        "construct": false,
15852                        "construct-only": false,
15853                        "controllable": true,
15854                        "default": "0",
15855                        "max": "1",
15856                        "min": "0",
15857                        "mutable": "null",
15858                        "readable": true,
15859                        "type": "gdouble",
15860                        "writable": true
15861                    },
15862                    "center-position--y-": {
15863                        "blurb": "Position of the center of rotation on the Y axis",
15864                        "conditionally-available": false,
15865                        "construct": false,
15866                        "construct-only": false,
15867                        "controllable": true,
15868                        "default": "0",
15869                        "max": "1",
15870                        "min": "0",
15871                        "mutable": "null",
15872                        "readable": true,
15873                        "type": "gdouble",
15874                        "writable": true
15875                    },
15876                    "don-t-blank-mask": {
15877                        "blurb": "Mask for frame transposition is not blanked, so a trace of old transpositions is maintained",
15878                        "conditionally-available": false,
15879                        "construct": false,
15880                        "construct-only": false,
15881                        "controllable": true,
15882                        "default": "false",
15883                        "mutable": "null",
15884                        "readable": true,
15885                        "type": "gboolean",
15886                        "writable": true
15887                    },
15888                    "fill-with-image-or-black": {
15889                        "blurb": "If true, pixels that are not transposed are black, otherwise, they are copied with the original",
15890                        "conditionally-available": false,
15891                        "construct": false,
15892                        "construct-only": false,
15893                        "controllable": true,
15894                        "default": "false",
15895                        "mutable": "null",
15896                        "readable": true,
15897                        "type": "gboolean",
15898                        "writable": true
15899                    },
15900                    "invert-rotation-assignment": {
15901                        "blurb": "If true, when mapping rotation, make inverted (wrong) assignment",
15902                        "conditionally-available": false,
15903                        "construct": false,
15904                        "construct-only": false,
15905                        "controllable": true,
15906                        "default": "false",
15907                        "mutable": "null",
15908                        "readable": true,
15909                        "type": "gboolean",
15910                        "writable": true
15911                    },
15912                    "x-axis-rotation": {
15913                        "blurb": "Rotation on the X axis",
15914                        "conditionally-available": false,
15915                        "construct": false,
15916                        "construct-only": false,
15917                        "controllable": true,
15918                        "default": "0.5",
15919                        "max": "1",
15920                        "min": "0",
15921                        "mutable": "null",
15922                        "readable": true,
15923                        "type": "gdouble",
15924                        "writable": true
15925                    },
15926                    "x-axis-rotation-rate": {
15927                        "blurb": "Rotation rate on the X axis",
15928                        "conditionally-available": false,
15929                        "construct": false,
15930                        "construct-only": false,
15931                        "controllable": true,
15932                        "default": "0.5",
15933                        "max": "1",
15934                        "min": "0",
15935                        "mutable": "null",
15936                        "readable": true,
15937                        "type": "gdouble",
15938                        "writable": true
15939                    },
15940                    "y-axis-rotation": {
15941                        "blurb": "Rotation on the Y axis",
15942                        "conditionally-available": false,
15943                        "construct": false,
15944                        "construct-only": false,
15945                        "controllable": true,
15946                        "default": "0.5",
15947                        "max": "1",
15948                        "min": "0",
15949                        "mutable": "null",
15950                        "readable": true,
15951                        "type": "gdouble",
15952                        "writable": true
15953                    },
15954                    "y-axis-rotation-rate": {
15955                        "blurb": "Rotation rate on the Y axis",
15956                        "conditionally-available": false,
15957                        "construct": false,
15958                        "construct-only": false,
15959                        "controllable": true,
15960                        "default": "0.5",
15961                        "max": "1",
15962                        "min": "0",
15963                        "mutable": "null",
15964                        "readable": true,
15965                        "type": "gdouble",
15966                        "writable": true
15967                    },
15968                    "z-axis-rotation": {
15969                        "blurb": "Rotation on the Z axis",
15970                        "conditionally-available": false,
15971                        "construct": false,
15972                        "construct-only": false,
15973                        "controllable": true,
15974                        "default": "0.5",
15975                        "max": "1",
15976                        "min": "0",
15977                        "mutable": "null",
15978                        "readable": true,
15979                        "type": "gdouble",
15980                        "writable": true
15981                    },
15982                    "z-axis-rotation-rate": {
15983                        "blurb": "Rotation rate on the Z axis",
15984                        "conditionally-available": false,
15985                        "construct": false,
15986                        "construct-only": false,
15987                        "controllable": true,
15988                        "default": "0.5",
15989                        "max": "1",
15990                        "min": "0",
15991                        "mutable": "null",
15992                        "readable": true,
15993                        "type": "gdouble",
15994                        "writable": true
15995                    }
15996                },
15997                "rank": "none"
15998            },
15999            "frei0r-filter-alpha0ps": {
16000                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli",
16001                "description": "Display and manipulation of the alpha channel",
16002                "hierarchy": [
16003                    "frei0r-filter-alpha0ps",
16004                    "GstVideoFilter",
16005                    "GstBaseTransform",
16006                    "GstElement",
16007                    "GstObject",
16008                    "GInitiallyUnowned",
16009                    "GObject"
16010                ],
16011                "klass": "Filter/Effect/Video",
16012                "long-name": "alpha0ps",
16013                "pad-templates": {
16014                    "sink": {
16015                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16016                        "direction": "sink",
16017                        "presence": "always"
16018                    },
16019                    "src": {
16020                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16021                        "direction": "src",
16022                        "presence": "always"
16023                    }
16024                },
16025                "properties": {
16026                    "display": {
16027                        "blurb": "",
16028                        "conditionally-available": false,
16029                        "construct": false,
16030                        "construct-only": false,
16031                        "controllable": true,
16032                        "default": "0",
16033                        "max": "1",
16034                        "min": "0",
16035                        "mutable": "null",
16036                        "readable": true,
16037                        "type": "gdouble",
16038                        "writable": true
16039                    },
16040                    "display-input-alpha": {
16041                        "blurb": "",
16042                        "conditionally-available": false,
16043                        "construct": false,
16044                        "construct-only": false,
16045                        "controllable": true,
16046                        "default": "false",
16047                        "mutable": "null",
16048                        "readable": true,
16049                        "type": "gboolean",
16050                        "writable": true
16051                    },
16052                    "invert": {
16053                        "blurb": "",
16054                        "conditionally-available": false,
16055                        "construct": false,
16056                        "construct-only": false,
16057                        "controllable": true,
16058                        "default": "false",
16059                        "mutable": "null",
16060                        "readable": true,
16061                        "type": "gboolean",
16062                        "writable": true
16063                    },
16064                    "operation": {
16065                        "blurb": "",
16066                        "conditionally-available": false,
16067                        "construct": false,
16068                        "construct-only": false,
16069                        "controllable": true,
16070                        "default": "0",
16071                        "max": "1",
16072                        "min": "0",
16073                        "mutable": "null",
16074                        "readable": true,
16075                        "type": "gdouble",
16076                        "writable": true
16077                    },
16078                    "shrink-grow-blur-amount": {
16079                        "blurb": "",
16080                        "conditionally-available": false,
16081                        "construct": false,
16082                        "construct-only": false,
16083                        "controllable": true,
16084                        "default": "0.333344",
16085                        "max": "1",
16086                        "min": "0",
16087                        "mutable": "null",
16088                        "readable": true,
16089                        "type": "gdouble",
16090                        "writable": true
16091                    },
16092                    "threshold": {
16093                        "blurb": "",
16094                        "conditionally-available": false,
16095                        "construct": false,
16096                        "construct-only": false,
16097                        "controllable": true,
16098                        "default": "0.5",
16099                        "max": "1",
16100                        "min": "0",
16101                        "mutable": "null",
16102                        "readable": true,
16103                        "type": "gdouble",
16104                        "writable": true
16105                    }
16106                },
16107                "rank": "none"
16108            },
16109            "frei0r-filter-alphagrad": {
16110                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli",
16111                "description": "Fills alpha channel with a gradient",
16112                "hierarchy": [
16113                    "frei0r-filter-alphagrad",
16114                    "GstVideoFilter",
16115                    "GstBaseTransform",
16116                    "GstElement",
16117                    "GstObject",
16118                    "GInitiallyUnowned",
16119                    "GObject"
16120                ],
16121                "klass": "Filter/Effect/Video",
16122                "long-name": "alphagrad",
16123                "pad-templates": {
16124                    "sink": {
16125                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16126                        "direction": "sink",
16127                        "presence": "always"
16128                    },
16129                    "src": {
16130                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16131                        "direction": "src",
16132                        "presence": "always"
16133                    }
16134                },
16135                "properties": {
16136                    "max": {
16137                        "blurb": "",
16138                        "conditionally-available": false,
16139                        "construct": false,
16140                        "construct-only": false,
16141                        "controllable": true,
16142                        "default": "1",
16143                        "max": "1",
16144                        "min": "0",
16145                        "mutable": "null",
16146                        "readable": true,
16147                        "type": "gdouble",
16148                        "writable": true
16149                    },
16150                    "min": {
16151                        "blurb": "",
16152                        "conditionally-available": false,
16153                        "construct": false,
16154                        "construct-only": false,
16155                        "controllable": true,
16156                        "default": "0",
16157                        "max": "1",
16158                        "min": "0",
16159                        "mutable": "null",
16160                        "readable": true,
16161                        "type": "gdouble",
16162                        "writable": true
16163                    },
16164                    "operation": {
16165                        "blurb": "",
16166                        "conditionally-available": false,
16167                        "construct": false,
16168                        "construct-only": false,
16169                        "controllable": true,
16170                        "default": "0",
16171                        "max": "1",
16172                        "min": "0",
16173                        "mutable": "null",
16174                        "readable": true,
16175                        "type": "gdouble",
16176                        "writable": true
16177                    },
16178                    "position": {
16179                        "blurb": "",
16180                        "conditionally-available": false,
16181                        "construct": false,
16182                        "construct-only": false,
16183                        "controllable": true,
16184                        "default": "0.5",
16185                        "max": "1",
16186                        "min": "0",
16187                        "mutable": "null",
16188                        "readable": true,
16189                        "type": "gdouble",
16190                        "writable": true
16191                    },
16192                    "tilt": {
16193                        "blurb": "",
16194                        "conditionally-available": false,
16195                        "construct": false,
16196                        "construct-only": false,
16197                        "controllable": true,
16198                        "default": "0.5",
16199                        "max": "1",
16200                        "min": "0",
16201                        "mutable": "null",
16202                        "readable": true,
16203                        "type": "gdouble",
16204                        "writable": true
16205                    },
16206                    "transition-width": {
16207                        "blurb": "",
16208                        "conditionally-available": false,
16209                        "construct": false,
16210                        "construct-only": false,
16211                        "controllable": true,
16212                        "default": "0.5",
16213                        "max": "1",
16214                        "min": "0",
16215                        "mutable": "null",
16216                        "readable": true,
16217                        "type": "gdouble",
16218                        "writable": true
16219                    }
16220                },
16221                "rank": "none"
16222            },
16223            "frei0r-filter-alphaspot": {
16224                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli",
16225                "description": "Draws simple shapes into the alpha channel",
16226                "hierarchy": [
16227                    "frei0r-filter-alphaspot",
16228                    "GstVideoFilter",
16229                    "GstBaseTransform",
16230                    "GstElement",
16231                    "GstObject",
16232                    "GInitiallyUnowned",
16233                    "GObject"
16234                ],
16235                "klass": "Filter/Effect/Video",
16236                "long-name": "alphaspot",
16237                "pad-templates": {
16238                    "sink": {
16239                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16240                        "direction": "sink",
16241                        "presence": "always"
16242                    },
16243                    "src": {
16244                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16245                        "direction": "src",
16246                        "presence": "always"
16247                    }
16248                },
16249                "properties": {
16250                    "max": {
16251                        "blurb": "",
16252                        "conditionally-available": false,
16253                        "construct": false,
16254                        "construct-only": false,
16255                        "controllable": true,
16256                        "default": "1",
16257                        "max": "1",
16258                        "min": "0",
16259                        "mutable": "null",
16260                        "readable": true,
16261                        "type": "gdouble",
16262                        "writable": true
16263                    },
16264                    "min": {
16265                        "blurb": "",
16266                        "conditionally-available": false,
16267                        "construct": false,
16268                        "construct-only": false,
16269                        "controllable": true,
16270                        "default": "0",
16271                        "max": "1",
16272                        "min": "0",
16273                        "mutable": "null",
16274                        "readable": true,
16275                        "type": "gdouble",
16276                        "writable": true
16277                    },
16278                    "operation": {
16279                        "blurb": "",
16280                        "conditionally-available": false,
16281                        "construct": false,
16282                        "construct-only": false,
16283                        "controllable": true,
16284                        "default": "0",
16285                        "max": "1",
16286                        "min": "0",
16287                        "mutable": "null",
16288                        "readable": true,
16289                        "type": "gdouble",
16290                        "writable": true
16291                    },
16292                    "position-x": {
16293                        "blurb": "",
16294                        "conditionally-available": false,
16295                        "construct": false,
16296                        "construct-only": false,
16297                        "controllable": true,
16298                        "default": "0.5",
16299                        "max": "1",
16300                        "min": "0",
16301                        "mutable": "null",
16302                        "readable": true,
16303                        "type": "gdouble",
16304                        "writable": true
16305                    },
16306                    "position-y": {
16307                        "blurb": "",
16308                        "conditionally-available": false,
16309                        "construct": false,
16310                        "construct-only": false,
16311                        "controllable": true,
16312                        "default": "0.5",
16313                        "max": "1",
16314                        "min": "0",
16315                        "mutable": "null",
16316                        "readable": true,
16317                        "type": "gdouble",
16318                        "writable": true
16319                    },
16320                    "shape": {
16321                        "blurb": "",
16322                        "conditionally-available": false,
16323                        "construct": false,
16324                        "construct-only": false,
16325                        "controllable": true,
16326                        "default": "0",
16327                        "max": "1",
16328                        "min": "0",
16329                        "mutable": "null",
16330                        "readable": true,
16331                        "type": "gdouble",
16332                        "writable": true
16333                    },
16334                    "size-x": {
16335                        "blurb": "",
16336                        "conditionally-available": false,
16337                        "construct": false,
16338                        "construct-only": false,
16339                        "controllable": true,
16340                        "default": "0.1",
16341                        "max": "1",
16342                        "min": "0",
16343                        "mutable": "null",
16344                        "readable": true,
16345                        "type": "gdouble",
16346                        "writable": true
16347                    },
16348                    "size-y": {
16349                        "blurb": "",
16350                        "conditionally-available": false,
16351                        "construct": false,
16352                        "construct-only": false,
16353                        "controllable": true,
16354                        "default": "0.1",
16355                        "max": "1",
16356                        "min": "0",
16357                        "mutable": "null",
16358                        "readable": true,
16359                        "type": "gdouble",
16360                        "writable": true
16361                    },
16362                    "tilt": {
16363                        "blurb": "",
16364                        "conditionally-available": false,
16365                        "construct": false,
16366                        "construct-only": false,
16367                        "controllable": true,
16368                        "default": "0.5",
16369                        "max": "1",
16370                        "min": "0",
16371                        "mutable": "null",
16372                        "readable": true,
16373                        "type": "gdouble",
16374                        "writable": true
16375                    },
16376                    "transition-width": {
16377                        "blurb": "",
16378                        "conditionally-available": false,
16379                        "construct": false,
16380                        "construct-only": false,
16381                        "controllable": true,
16382                        "default": "0.2",
16383                        "max": "1",
16384                        "min": "0",
16385                        "mutable": "null",
16386                        "readable": true,
16387                        "type": "gdouble",
16388                        "writable": true
16389                    }
16390                },
16391                "rank": "none"
16392            },
16393            "frei0r-filter-b": {
16394                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Richard Spindler",
16395                "description": "Extracts Blue from Image",
16396                "hierarchy": [
16397                    "frei0r-filter-b",
16398                    "GstVideoFilter",
16399                    "GstBaseTransform",
16400                    "GstElement",
16401                    "GstObject",
16402                    "GInitiallyUnowned",
16403                    "GObject"
16404                ],
16405                "klass": "Filter/Effect/Video",
16406                "long-name": "B",
16407                "pad-templates": {
16408                    "sink": {
16409                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16410                        "direction": "sink",
16411                        "presence": "always"
16412                    },
16413                    "src": {
16414                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16415                        "direction": "src",
16416                        "presence": "always"
16417                    }
16418                },
16419                "properties": {},
16420                "rank": "none"
16421            },
16422            "frei0r-filter-baltan": {
16423                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Kentaro, Jaromil",
16424                "description": "delayed alpha smoothed blit of time",
16425                "hierarchy": [
16426                    "frei0r-filter-baltan",
16427                    "GstVideoFilter",
16428                    "GstBaseTransform",
16429                    "GstElement",
16430                    "GstObject",
16431                    "GInitiallyUnowned",
16432                    "GObject"
16433                ],
16434                "klass": "Filter/Effect/Video",
16435                "long-name": "Baltan",
16436                "pad-templates": {
16437                    "sink": {
16438                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16439                        "direction": "sink",
16440                        "presence": "always"
16441                    },
16442                    "src": {
16443                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16444                        "direction": "src",
16445                        "presence": "always"
16446                    }
16447                },
16448                "properties": {},
16449                "rank": "none"
16450            },
16451            "frei0r-filter-bgsubtract0r": {
16452                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Samuel Mimram",
16453                "description": "Bluescreen the background of a static video.",
16454                "hierarchy": [
16455                    "frei0r-filter-bgsubtract0r",
16456                    "GstVideoFilter",
16457                    "GstBaseTransform",
16458                    "GstElement",
16459                    "GstObject",
16460                    "GInitiallyUnowned",
16461                    "GObject"
16462                ],
16463                "klass": "Filter/Effect/Video",
16464                "long-name": "BgSubtract0r",
16465                "pad-templates": {
16466                    "sink": {
16467                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16468                        "direction": "sink",
16469                        "presence": "always"
16470                    },
16471                    "src": {
16472                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16473                        "direction": "src",
16474                        "presence": "always"
16475                    }
16476                },
16477                "properties": {
16478                    "blur": {
16479                        "blurb": "Blur alpha channel by given radius (to remove sharp edges)",
16480                        "conditionally-available": false,
16481                        "construct": false,
16482                        "construct-only": false,
16483                        "controllable": true,
16484                        "default": "0",
16485                        "max": "1",
16486                        "min": "0",
16487                        "mutable": "null",
16488                        "readable": true,
16489                        "type": "gdouble",
16490                        "writable": true
16491                    },
16492                    "denoise": {
16493                        "blurb": "Remove noise",
16494                        "conditionally-available": false,
16495                        "construct": false,
16496                        "construct-only": false,
16497                        "controllable": true,
16498                        "default": "true",
16499                        "mutable": "null",
16500                        "readable": true,
16501                        "type": "gboolean",
16502                        "writable": true
16503                    },
16504                    "threshold": {
16505                        "blurb": "Threshold for difference",
16506                        "conditionally-available": false,
16507                        "construct": false,
16508                        "construct-only": false,
16509                        "controllable": true,
16510                        "default": "0.101961",
16511                        "max": "1",
16512                        "min": "0",
16513                        "mutable": "null",
16514                        "readable": true,
16515                        "type": "gdouble",
16516                        "writable": true
16517                    }
16518                },
16519                "rank": "none"
16520            },
16521            "frei0r-filter-bluescreen0r": {
16522                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Hedde Bosman",
16523                "description": "Color to alpha (blit SRCALPHA)",
16524                "hierarchy": [
16525                    "frei0r-filter-bluescreen0r",
16526                    "GstVideoFilter",
16527                    "GstBaseTransform",
16528                    "GstElement",
16529                    "GstObject",
16530                    "GInitiallyUnowned",
16531                    "GObject"
16532                ],
16533                "klass": "Filter/Effect/Video",
16534                "long-name": "bluescreen0r",
16535                "pad-templates": {
16536                    "sink": {
16537                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16538                        "direction": "sink",
16539                        "presence": "always"
16540                    },
16541                    "src": {
16542                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16543                        "direction": "src",
16544                        "presence": "always"
16545                    }
16546                },
16547                "properties": {
16548                    "color-b": {
16549                        "blurb": "The color to make transparent (B G R)",
16550                        "conditionally-available": false,
16551                        "construct": false,
16552                        "construct-only": false,
16553                        "controllable": true,
16554                        "default": "0",
16555                        "max": "1",
16556                        "min": "0",
16557                        "mutable": "null",
16558                        "readable": true,
16559                        "type": "gfloat",
16560                        "writable": true
16561                    },
16562                    "color-g": {
16563                        "blurb": "The color to make transparent (B G R)",
16564                        "conditionally-available": false,
16565                        "construct": false,
16566                        "construct-only": false,
16567                        "controllable": true,
16568                        "default": "0.94",
16569                        "max": "1",
16570                        "min": "0",
16571                        "mutable": "null",
16572                        "readable": true,
16573                        "type": "gfloat",
16574                        "writable": true
16575                    },
16576                    "color-r": {
16577                        "blurb": "The color to make transparent (B G R)",
16578                        "conditionally-available": false,
16579                        "construct": false,
16580                        "construct-only": false,
16581                        "controllable": true,
16582                        "default": "0",
16583                        "max": "1",
16584                        "min": "0",
16585                        "mutable": "null",
16586                        "readable": true,
16587                        "type": "gfloat",
16588                        "writable": true
16589                    },
16590                    "distance": {
16591                        "blurb": "Distance to Color (127 is good)",
16592                        "conditionally-available": false,
16593                        "construct": false,
16594                        "construct-only": false,
16595                        "controllable": true,
16596                        "default": "0.288",
16597                        "max": "1",
16598                        "min": "0",
16599                        "mutable": "null",
16600                        "readable": true,
16601                        "type": "gdouble",
16602                        "writable": true
16603                    }
16604                },
16605                "rank": "none"
16606            },
16607            "frei0r-filter-brightness": {
16608                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
16609                "description": "Adjusts the brightness of a source image",
16610                "hierarchy": [
16611                    "frei0r-filter-brightness",
16612                    "GstVideoFilter",
16613                    "GstBaseTransform",
16614                    "GstElement",
16615                    "GstObject",
16616                    "GInitiallyUnowned",
16617                    "GObject"
16618                ],
16619                "klass": "Filter/Effect/Video",
16620                "long-name": "Brightness",
16621                "pad-templates": {
16622                    "sink": {
16623                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16624                        "direction": "sink",
16625                        "presence": "always"
16626                    },
16627                    "src": {
16628                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16629                        "direction": "src",
16630                        "presence": "always"
16631                    }
16632                },
16633                "properties": {
16634                    "brightness": {
16635                        "blurb": "The brightness value",
16636                        "conditionally-available": false,
16637                        "construct": false,
16638                        "construct-only": false,
16639                        "controllable": true,
16640                        "default": "0.5",
16641                        "max": "1",
16642                        "min": "0",
16643                        "mutable": "null",
16644                        "readable": true,
16645                        "type": "gdouble",
16646                        "writable": true
16647                    }
16648                },
16649                "rank": "none"
16650            },
16651            "frei0r-filter-bw0r": {
16652                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, coma@gephex.org",
16653                "description": "Turns image black/white.",
16654                "hierarchy": [
16655                    "frei0r-filter-bw0r",
16656                    "GstVideoFilter",
16657                    "GstBaseTransform",
16658                    "GstElement",
16659                    "GstObject",
16660                    "GInitiallyUnowned",
16661                    "GObject"
16662                ],
16663                "klass": "Filter/Effect/Video",
16664                "long-name": "bw0r",
16665                "pad-templates": {
16666                    "sink": {
16667                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16668                        "direction": "sink",
16669                        "presence": "always"
16670                    },
16671                    "src": {
16672                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16673                        "direction": "src",
16674                        "presence": "always"
16675                    }
16676                },
16677                "properties": {},
16678                "rank": "none"
16679            },
16680            "frei0r-filter-c0rners": {
16681                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli",
16682                "description": "Four corners geometry engine",
16683                "hierarchy": [
16684                    "frei0r-filter-c0rners",
16685                    "GstVideoFilter",
16686                    "GstBaseTransform",
16687                    "GstElement",
16688                    "GstObject",
16689                    "GInitiallyUnowned",
16690                    "GObject"
16691                ],
16692                "klass": "Filter/Effect/Video",
16693                "long-name": "c0rners",
16694                "pad-templates": {
16695                    "sink": {
16696                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16697                        "direction": "sink",
16698                        "presence": "always"
16699                    },
16700                    "src": {
16701                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16702                        "direction": "src",
16703                        "presence": "always"
16704                    }
16705                },
16706                "properties": {
16707                    "alpha-operation": {
16708                        "blurb": "",
16709                        "conditionally-available": false,
16710                        "construct": false,
16711                        "construct-only": false,
16712                        "controllable": true,
16713                        "default": "0",
16714                        "max": "1",
16715                        "min": "0",
16716                        "mutable": "null",
16717                        "readable": true,
16718                        "type": "gdouble",
16719                        "writable": true
16720                    },
16721                    "corner-1-x": {
16722                        "blurb": "X coordinate of corner 1",
16723                        "conditionally-available": false,
16724                        "construct": false,
16725                        "construct-only": false,
16726                        "controllable": true,
16727                        "default": "0.333333",
16728                        "max": "1",
16729                        "min": "0",
16730                        "mutable": "null",
16731                        "readable": true,
16732                        "type": "gdouble",
16733                        "writable": true
16734                    },
16735                    "corner-1-y": {
16736                        "blurb": "Y coordinate of corner 1",
16737                        "conditionally-available": false,
16738                        "construct": false,
16739                        "construct-only": false,
16740                        "controllable": true,
16741                        "default": "0.333333",
16742                        "max": "1",
16743                        "min": "0",
16744                        "mutable": "null",
16745                        "readable": true,
16746                        "type": "gdouble",
16747                        "writable": true
16748                    },
16749                    "corner-2-x": {
16750                        "blurb": "X coordinate of corner 2",
16751                        "conditionally-available": false,
16752                        "construct": false,
16753                        "construct-only": false,
16754                        "controllable": true,
16755                        "default": "0.666666",
16756                        "max": "1",
16757                        "min": "0",
16758                        "mutable": "null",
16759                        "readable": true,
16760                        "type": "gdouble",
16761                        "writable": true
16762                    },
16763                    "corner-2-y": {
16764                        "blurb": "Y coordinate of corner 2",
16765                        "conditionally-available": false,
16766                        "construct": false,
16767                        "construct-only": false,
16768                        "controllable": true,
16769                        "default": "0.333333",
16770                        "max": "1",
16771                        "min": "0",
16772                        "mutable": "null",
16773                        "readable": true,
16774                        "type": "gdouble",
16775                        "writable": true
16776                    },
16777                    "corner-3-x": {
16778                        "blurb": "X coordinate of corner 3",
16779                        "conditionally-available": false,
16780                        "construct": false,
16781                        "construct-only": false,
16782                        "controllable": true,
16783                        "default": "0.666666",
16784                        "max": "1",
16785                        "min": "0",
16786                        "mutable": "null",
16787                        "readable": true,
16788                        "type": "gdouble",
16789                        "writable": true
16790                    },
16791                    "corner-3-y": {
16792                        "blurb": "Y coordinate of corner 3",
16793                        "conditionally-available": false,
16794                        "construct": false,
16795                        "construct-only": false,
16796                        "controllable": true,
16797                        "default": "0.666666",
16798                        "max": "1",
16799                        "min": "0",
16800                        "mutable": "null",
16801                        "readable": true,
16802                        "type": "gdouble",
16803                        "writable": true
16804                    },
16805                    "corner-4-x": {
16806                        "blurb": "X coordinate of corner 4",
16807                        "conditionally-available": false,
16808                        "construct": false,
16809                        "construct-only": false,
16810                        "controllable": true,
16811                        "default": "0.333333",
16812                        "max": "1",
16813                        "min": "0",
16814                        "mutable": "null",
16815                        "readable": true,
16816                        "type": "gdouble",
16817                        "writable": true
16818                    },
16819                    "corner-4-y": {
16820                        "blurb": "Y coordinate of corner 4",
16821                        "conditionally-available": false,
16822                        "construct": false,
16823                        "construct-only": false,
16824                        "controllable": true,
16825                        "default": "0.666666",
16826                        "max": "1",
16827                        "min": "0",
16828                        "mutable": "null",
16829                        "readable": true,
16830                        "type": "gdouble",
16831                        "writable": true
16832                    },
16833                    "enable-stretch": {
16834                        "blurb": "Enable stretching",
16835                        "conditionally-available": false,
16836                        "construct": false,
16837                        "construct-only": false,
16838                        "controllable": true,
16839                        "default": "false",
16840                        "mutable": "null",
16841                        "readable": true,
16842                        "type": "gboolean",
16843                        "writable": true
16844                    },
16845                    "feather-alpha": {
16846                        "blurb": "Makes smooth transition into transparent",
16847                        "conditionally-available": false,
16848                        "construct": false,
16849                        "construct-only": false,
16850                        "controllable": true,
16851                        "default": "0.01",
16852                        "max": "1",
16853                        "min": "0",
16854                        "mutable": "null",
16855                        "readable": true,
16856                        "type": "gdouble",
16857                        "writable": true
16858                    },
16859                    "interpolator": {
16860                        "blurb": "Quality of interpolation",
16861                        "conditionally-available": false,
16862                        "construct": false,
16863                        "construct-only": false,
16864                        "controllable": true,
16865                        "default": "0.166667",
16866                        "max": "1",
16867                        "min": "0",
16868                        "mutable": "null",
16869                        "readable": true,
16870                        "type": "gdouble",
16871                        "writable": true
16872                    },
16873                    "stretch-x": {
16874                        "blurb": "Amount of stretching in X direction",
16875                        "conditionally-available": false,
16876                        "construct": false,
16877                        "construct-only": false,
16878                        "controllable": true,
16879                        "default": "0.5",
16880                        "max": "1",
16881                        "min": "0",
16882                        "mutable": "null",
16883                        "readable": true,
16884                        "type": "gdouble",
16885                        "writable": true
16886                    },
16887                    "stretch-y": {
16888                        "blurb": "Amount of stretching in Y direction",
16889                        "conditionally-available": false,
16890                        "construct": false,
16891                        "construct-only": false,
16892                        "controllable": true,
16893                        "default": "0.5",
16894                        "max": "1",
16895                        "min": "0",
16896                        "mutable": "null",
16897                        "readable": true,
16898                        "type": "gdouble",
16899                        "writable": true
16900                    },
16901                    "transparent-background": {
16902                        "blurb": "Makes background transparent",
16903                        "conditionally-available": false,
16904                        "construct": false,
16905                        "construct-only": false,
16906                        "controllable": true,
16907                        "default": "false",
16908                        "mutable": "null",
16909                        "readable": true,
16910                        "type": "gboolean",
16911                        "writable": true
16912                    }
16913                },
16914                "rank": "none"
16915            },
16916            "frei0r-filter-cairogradient": {
16917                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Janne Liljeblad",
16918                "description": "Draws a gradient on top of image. Filter is given gradient start and end points, colors and opacities.",
16919                "hierarchy": [
16920                    "frei0r-filter-cairogradient",
16921                    "GstVideoFilter",
16922                    "GstBaseTransform",
16923                    "GstElement",
16924                    "GstObject",
16925                    "GInitiallyUnowned",
16926                    "GObject"
16927                ],
16928                "klass": "Filter/Effect/Video",
16929                "long-name": "cairogradient",
16930                "pad-templates": {
16931                    "sink": {
16932                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16933                        "direction": "sink",
16934                        "presence": "always"
16935                    },
16936                    "src": {
16937                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
16938                        "direction": "src",
16939                        "presence": "always"
16940                    }
16941                },
16942                "properties": {
16943                    "blend-mode": {
16944                        "blurb": "Blend mode used to compose gradient on image. Accepted values: 'normal', 'add', 'saturate', 'multiply', 'screen', 'overlay', 'darken', 'lighten', 'colordodge', 'colorburn', 'hardlight', 'softlight', 'difference', 'exclusion', 'hslhue', 'hslsaturation', 'hslcolor', 'hslluminosity'",
16945                        "conditionally-available": false,
16946                        "construct": false,
16947                        "construct-only": false,
16948                        "controllable": true,
16949                        "default": "normal",
16950                        "mutable": "null",
16951                        "readable": true,
16952                        "type": "gchararray",
16953                        "writable": true
16954                    },
16955                    "end-color-b": {
16956                        "blurb": "Second color of the gradient",
16957                        "conditionally-available": false,
16958                        "construct": false,
16959                        "construct-only": false,
16960                        "controllable": true,
16961                        "default": "1",
16962                        "max": "1",
16963                        "min": "0",
16964                        "mutable": "null",
16965                        "readable": true,
16966                        "type": "gfloat",
16967                        "writable": true
16968                    },
16969                    "end-color-g": {
16970                        "blurb": "Second color of the gradient",
16971                        "conditionally-available": false,
16972                        "construct": false,
16973                        "construct-only": false,
16974                        "controllable": true,
16975                        "default": "1",
16976                        "max": "1",
16977                        "min": "0",
16978                        "mutable": "null",
16979                        "readable": true,
16980                        "type": "gfloat",
16981                        "writable": true
16982                    },
16983                    "end-color-r": {
16984                        "blurb": "Second color of the gradient",
16985                        "conditionally-available": false,
16986                        "construct": false,
16987                        "construct-only": false,
16988                        "controllable": true,
16989                        "default": "1",
16990                        "max": "1",
16991                        "min": "0",
16992                        "mutable": "null",
16993                        "readable": true,
16994                        "type": "gfloat",
16995                        "writable": true
16996                    },
16997                    "end-opacity": {
16998                        "blurb": "Opacity of the second color of the gradient",
16999                        "conditionally-available": false,
17000                        "construct": false,
17001                        "construct-only": false,
17002                        "controllable": true,
17003                        "default": "0.5",
17004                        "max": "1",
17005                        "min": "0",
17006                        "mutable": "null",
17007                        "readable": true,
17008                        "type": "gdouble",
17009                        "writable": true
17010                    },
17011                    "end-x": {
17012                        "blurb": "X position of the end point of the gradient",
17013                        "conditionally-available": false,
17014                        "construct": false,
17015                        "construct-only": false,
17016                        "controllable": true,
17017                        "default": "0.5",
17018                        "max": "1",
17019                        "min": "0",
17020                        "mutable": "null",
17021                        "readable": true,
17022                        "type": "gdouble",
17023                        "writable": true
17024                    },
17025                    "end-y": {
17026                        "blurb": "Y position of the end point of the gradient",
17027                        "conditionally-available": false,
17028                        "construct": false,
17029                        "construct-only": false,
17030                        "controllable": true,
17031                        "default": "1",
17032                        "max": "1",
17033                        "min": "0",
17034                        "mutable": "null",
17035                        "readable": true,
17036                        "type": "gdouble",
17037                        "writable": true
17038                    },
17039                    "offset": {
17040                        "blurb": "Position of first color in the line connecting gradient ends, really useful only for radial gradient",
17041                        "conditionally-available": false,
17042                        "construct": false,
17043                        "construct-only": false,
17044                        "controllable": true,
17045                        "default": "0",
17046                        "max": "1",
17047                        "min": "0",
17048                        "mutable": "null",
17049                        "readable": true,
17050                        "type": "gdouble",
17051                        "writable": true
17052                    },
17053                    "pattern": {
17054                        "blurb": "Linear or radial gradient",
17055                        "conditionally-available": false,
17056                        "construct": false,
17057                        "construct-only": false,
17058                        "controllable": true,
17059                        "default": "gradient_linear",
17060                        "mutable": "null",
17061                        "readable": true,
17062                        "type": "gchararray",
17063                        "writable": true
17064                    },
17065                    "start-color-b": {
17066                        "blurb": "First color of the gradient",
17067                        "conditionally-available": false,
17068                        "construct": false,
17069                        "construct-only": false,
17070                        "controllable": true,
17071                        "default": "0",
17072                        "max": "1",
17073                        "min": "0",
17074                        "mutable": "null",
17075                        "readable": true,
17076                        "type": "gfloat",
17077                        "writable": true
17078                    },
17079                    "start-color-g": {
17080                        "blurb": "First color of the gradient",
17081                        "conditionally-available": false,
17082                        "construct": false,
17083                        "construct-only": false,
17084                        "controllable": true,
17085                        "default": "0",
17086                        "max": "1",
17087                        "min": "0",
17088                        "mutable": "null",
17089                        "readable": true,
17090                        "type": "gfloat",
17091                        "writable": true
17092                    },
17093                    "start-color-r": {
17094                        "blurb": "First color of the gradient",
17095                        "conditionally-available": false,
17096                        "construct": false,
17097                        "construct-only": false,
17098                        "controllable": true,
17099                        "default": "0",
17100                        "max": "1",
17101                        "min": "0",
17102                        "mutable": "null",
17103                        "readable": true,
17104                        "type": "gfloat",
17105                        "writable": true
17106                    },
17107                    "start-opacity": {
17108                        "blurb": "Opacity of the first color of the gradient",
17109                        "conditionally-available": false,
17110                        "construct": false,
17111                        "construct-only": false,
17112                        "controllable": true,
17113                        "default": "0.5",
17114                        "max": "1",
17115                        "min": "0",
17116                        "mutable": "null",
17117                        "readable": true,
17118                        "type": "gdouble",
17119                        "writable": true
17120                    },
17121                    "start-x": {
17122                        "blurb": "X position of the start point of the gradient",
17123                        "conditionally-available": false,
17124                        "construct": false,
17125                        "construct-only": false,
17126                        "controllable": true,
17127                        "default": "0.5",
17128                        "max": "1",
17129                        "min": "0",
17130                        "mutable": "null",
17131                        "readable": true,
17132                        "type": "gdouble",
17133                        "writable": true
17134                    },
17135                    "start-y": {
17136                        "blurb": "Y position of the start point of the gradient",
17137                        "conditionally-available": false,
17138                        "construct": false,
17139                        "construct-only": false,
17140                        "controllable": true,
17141                        "default": "0",
17142                        "max": "1",
17143                        "min": "0",
17144                        "mutable": "null",
17145                        "readable": true,
17146                        "type": "gdouble",
17147                        "writable": true
17148                    }
17149                },
17150                "rank": "none"
17151            },
17152            "frei0r-filter-cairoimagegrid": {
17153                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Janne Liljeblad",
17154                "description": "Draws a grid of input images.",
17155                "hierarchy": [
17156                    "frei0r-filter-cairoimagegrid",
17157                    "GstVideoFilter",
17158                    "GstBaseTransform",
17159                    "GstElement",
17160                    "GstObject",
17161                    "GInitiallyUnowned",
17162                    "GObject"
17163                ],
17164                "klass": "Filter/Effect/Video",
17165                "long-name": "cairoimagegrid",
17166                "pad-templates": {
17167                    "sink": {
17168                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17169                        "direction": "sink",
17170                        "presence": "always"
17171                    },
17172                    "src": {
17173                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17174                        "direction": "src",
17175                        "presence": "always"
17176                    }
17177                },
17178                "properties": {
17179                    "columns": {
17180                        "blurb": "Number of columns in the image grid. Input range 0 - 1 is interpreted as range 1 - 20",
17181                        "conditionally-available": false,
17182                        "construct": false,
17183                        "construct-only": false,
17184                        "controllable": true,
17185                        "default": "0.105263",
17186                        "max": "1",
17187                        "min": "0",
17188                        "mutable": "null",
17189                        "readable": true,
17190                        "type": "gdouble",
17191                        "writable": true
17192                    },
17193                    "rows": {
17194                        "blurb": "Number of rows in the image grid. Input range 0 - 1 is interpreted as range 1 - 20",
17195                        "conditionally-available": false,
17196                        "construct": false,
17197                        "construct-only": false,
17198                        "controllable": true,
17199                        "default": "0.105263",
17200                        "max": "1",
17201                        "min": "0",
17202                        "mutable": "null",
17203                        "readable": true,
17204                        "type": "gdouble",
17205                        "writable": true
17206                    }
17207                },
17208                "rank": "none"
17209            },
17210            "frei0r-filter-cartoon": {
17211                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Dries Pruimboom, Jaromil",
17212                "description": "Cartoonify video, do a form of edge detect",
17213                "hierarchy": [
17214                    "frei0r-filter-cartoon",
17215                    "GstVideoFilter",
17216                    "GstBaseTransform",
17217                    "GstElement",
17218                    "GstObject",
17219                    "GInitiallyUnowned",
17220                    "GObject"
17221                ],
17222                "klass": "Filter/Effect/Video",
17223                "long-name": "Cartoon",
17224                "pad-templates": {
17225                    "sink": {
17226                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17227                        "direction": "sink",
17228                        "presence": "always"
17229                    },
17230                    "src": {
17231                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17232                        "direction": "src",
17233                        "presence": "always"
17234                    }
17235                },
17236                "properties": {
17237                    "diffspace": {
17238                        "blurb": "difference space: a value from 0 to 256 (mapped to [0,1])",
17239                        "conditionally-available": false,
17240                        "construct": false,
17241                        "construct-only": false,
17242                        "controllable": true,
17243                        "default": "0.00390625",
17244                        "max": "1",
17245                        "min": "0",
17246                        "mutable": "null",
17247                        "readable": true,
17248                        "type": "gdouble",
17249                        "writable": true
17250                    },
17251                    "triplevel": {
17252                        "blurb": "level of trip: mapped to [0,1] asymptotical",
17253                        "conditionally-available": false,
17254                        "construct": false,
17255                        "construct-only": false,
17256                        "controllable": true,
17257                        "default": "1",
17258                        "max": "1",
17259                        "min": "0",
17260                        "mutable": "null",
17261                        "readable": true,
17262                        "type": "gdouble",
17263                        "writable": true
17264                    }
17265                },
17266                "rank": "none"
17267            },
17268            "frei0r-filter-color-distance": {
17269                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Richard Spindler",
17270                "description": "Calculates the distance between the selected color and the current pixel and uses that value as new pixel value",
17271                "hierarchy": [
17272                    "frei0r-filter-color-distance",
17273                    "GstVideoFilter",
17274                    "GstBaseTransform",
17275                    "GstElement",
17276                    "GstObject",
17277                    "GInitiallyUnowned",
17278                    "GObject"
17279                ],
17280                "klass": "Filter/Effect/Video",
17281                "long-name": "Color Distance",
17282                "pad-templates": {
17283                    "sink": {
17284                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17285                        "direction": "sink",
17286                        "presence": "always"
17287                    },
17288                    "src": {
17289                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17290                        "direction": "src",
17291                        "presence": "always"
17292                    }
17293                },
17294                "properties": {
17295                    "color-b": {
17296                        "blurb": "The Source Color",
17297                        "conditionally-available": false,
17298                        "construct": false,
17299                        "construct-only": false,
17300                        "controllable": true,
17301                        "default": "0.5",
17302                        "max": "1",
17303                        "min": "0",
17304                        "mutable": "null",
17305                        "readable": true,
17306                        "type": "gfloat",
17307                        "writable": true
17308                    },
17309                    "color-g": {
17310                        "blurb": "The Source Color",
17311                        "conditionally-available": false,
17312                        "construct": false,
17313                        "construct-only": false,
17314                        "controllable": true,
17315                        "default": "0.5",
17316                        "max": "1",
17317                        "min": "0",
17318                        "mutable": "null",
17319                        "readable": true,
17320                        "type": "gfloat",
17321                        "writable": true
17322                    },
17323                    "color-r": {
17324                        "blurb": "The Source Color",
17325                        "conditionally-available": false,
17326                        "construct": false,
17327                        "construct-only": false,
17328                        "controllable": true,
17329                        "default": "0.5",
17330                        "max": "1",
17331                        "min": "0",
17332                        "mutable": "null",
17333                        "readable": true,
17334                        "type": "gfloat",
17335                        "writable": true
17336                    }
17337                },
17338                "rank": "none"
17339            },
17340            "frei0r-filter-coloradj-rgb": {
17341                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli",
17342                "description": "Simple color adjustment",
17343                "hierarchy": [
17344                    "frei0r-filter-coloradj-rgb",
17345                    "GstVideoFilter",
17346                    "GstBaseTransform",
17347                    "GstElement",
17348                    "GstObject",
17349                    "GInitiallyUnowned",
17350                    "GObject"
17351                ],
17352                "klass": "Filter/Effect/Video",
17353                "long-name": "coloradj_RGB",
17354                "pad-templates": {
17355                    "sink": {
17356                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17357                        "direction": "sink",
17358                        "presence": "always"
17359                    },
17360                    "src": {
17361                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17362                        "direction": "src",
17363                        "presence": "always"
17364                    }
17365                },
17366                "properties": {
17367                    "action": {
17368                        "blurb": "Type of color adjustment",
17369                        "conditionally-available": false,
17370                        "construct": false,
17371                        "construct-only": false,
17372                        "controllable": true,
17373                        "default": "0.333344",
17374                        "max": "1",
17375                        "min": "0",
17376                        "mutable": "null",
17377                        "readable": true,
17378                        "type": "gdouble",
17379                        "writable": true
17380                    },
17381                    "alpha-controlled": {
17382                        "blurb": "Adjust only areas with nonzero alpha",
17383                        "conditionally-available": false,
17384                        "construct": false,
17385                        "construct-only": false,
17386                        "controllable": true,
17387                        "default": "false",
17388                        "mutable": "null",
17389                        "readable": true,
17390                        "type": "gboolean",
17391                        "writable": true
17392                    },
17393                    "b": {
17394                        "blurb": "Amount of blue",
17395                        "conditionally-available": false,
17396                        "construct": false,
17397                        "construct-only": false,
17398                        "controllable": true,
17399                        "default": "0.5",
17400                        "max": "1",
17401                        "min": "0",
17402                        "mutable": "null",
17403                        "readable": true,
17404                        "type": "gdouble",
17405                        "writable": true
17406                    },
17407                    "g": {
17408                        "blurb": "Amount of green",
17409                        "conditionally-available": false,
17410                        "construct": false,
17411                        "construct-only": false,
17412                        "controllable": true,
17413                        "default": "0.5",
17414                        "max": "1",
17415                        "min": "0",
17416                        "mutable": "null",
17417                        "readable": true,
17418                        "type": "gdouble",
17419                        "writable": true
17420                    },
17421                    "keep-luma": {
17422                        "blurb": "Don't change brightness",
17423                        "conditionally-available": false,
17424                        "construct": false,
17425                        "construct-only": false,
17426                        "controllable": true,
17427                        "default": "true",
17428                        "mutable": "null",
17429                        "readable": true,
17430                        "type": "gboolean",
17431                        "writable": true
17432                    },
17433                    "luma-formula": {
17434                        "blurb": "",
17435                        "conditionally-available": false,
17436                        "construct": false,
17437                        "construct-only": false,
17438                        "controllable": true,
17439                        "default": "0.500025",
17440                        "max": "1",
17441                        "min": "0",
17442                        "mutable": "null",
17443                        "readable": true,
17444                        "type": "gdouble",
17445                        "writable": true
17446                    },
17447                    "r": {
17448                        "blurb": "Amount of red",
17449                        "conditionally-available": false,
17450                        "construct": false,
17451                        "construct-only": false,
17452                        "controllable": true,
17453                        "default": "0.5",
17454                        "max": "1",
17455                        "min": "0",
17456                        "mutable": "null",
17457                        "readable": true,
17458                        "type": "gdouble",
17459                        "writable": true
17460                    }
17461                },
17462                "rank": "none"
17463            },
17464            "frei0r-filter-colorhalftone": {
17465                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Janne Liljeblad",
17466                "description": "Filters image to resemble a halftone print in which tones are represented as variable sized dots",
17467                "hierarchy": [
17468                    "frei0r-filter-colorhalftone",
17469                    "GstVideoFilter",
17470                    "GstBaseTransform",
17471                    "GstElement",
17472                    "GstObject",
17473                    "GInitiallyUnowned",
17474                    "GObject"
17475                ],
17476                "klass": "Filter/Effect/Video",
17477                "long-name": "colorhalftone",
17478                "pad-templates": {
17479                    "sink": {
17480                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17481                        "direction": "sink",
17482                        "presence": "always"
17483                    },
17484                    "src": {
17485                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17486                        "direction": "src",
17487                        "presence": "always"
17488                    }
17489                },
17490                "properties": {
17491                    "cyan-angle": {
17492                        "blurb": "Cyan dots angle",
17493                        "conditionally-available": false,
17494                        "construct": false,
17495                        "construct-only": false,
17496                        "controllable": true,
17497                        "default": "0.3",
17498                        "max": "1",
17499                        "min": "0",
17500                        "mutable": "null",
17501                        "readable": true,
17502                        "type": "gdouble",
17503                        "writable": true
17504                    },
17505                    "dot-radius": {
17506                        "blurb": "Halftone pattern dot size",
17507                        "conditionally-available": false,
17508                        "construct": false,
17509                        "construct-only": false,
17510                        "controllable": true,
17511                        "default": "0.4",
17512                        "max": "1",
17513                        "min": "0",
17514                        "mutable": "null",
17515                        "readable": true,
17516                        "type": "gdouble",
17517                        "writable": true
17518                    },
17519                    "magenta-angle": {
17520                        "blurb": "Magenta dots angle",
17521                        "conditionally-available": false,
17522                        "construct": false,
17523                        "construct-only": false,
17524                        "controllable": true,
17525                        "default": "0.45",
17526                        "max": "1",
17527                        "min": "0",
17528                        "mutable": "null",
17529                        "readable": true,
17530                        "type": "gdouble",
17531                        "writable": true
17532                    },
17533                    "yellow-angle": {
17534                        "blurb": "Yellow dots angle",
17535                        "conditionally-available": false,
17536                        "construct": false,
17537                        "construct-only": false,
17538                        "controllable": true,
17539                        "default": "0.25",
17540                        "max": "1",
17541                        "min": "0",
17542                        "mutable": "null",
17543                        "readable": true,
17544                        "type": "gdouble",
17545                        "writable": true
17546                    }
17547                },
17548                "rank": "none"
17549            },
17550            "frei0r-filter-colorize": {
17551                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Janne Liljeblad",
17552                "description": "Colorizes image to selected hue, saturation and lightness",
17553                "hierarchy": [
17554                    "frei0r-filter-colorize",
17555                    "GstVideoFilter",
17556                    "GstBaseTransform",
17557                    "GstElement",
17558                    "GstObject",
17559                    "GInitiallyUnowned",
17560                    "GObject"
17561                ],
17562                "klass": "Filter/Effect/Video",
17563                "long-name": "colorize",
17564                "pad-templates": {
17565                    "sink": {
17566                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17567                        "direction": "sink",
17568                        "presence": "always"
17569                    },
17570                    "src": {
17571                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17572                        "direction": "src",
17573                        "presence": "always"
17574                    }
17575                },
17576                "properties": {
17577                    "hue": {
17578                        "blurb": "Color shade of the colorized image",
17579                        "conditionally-available": false,
17580                        "construct": false,
17581                        "construct-only": false,
17582                        "controllable": true,
17583                        "default": "0.5",
17584                        "max": "1",
17585                        "min": "0",
17586                        "mutable": "null",
17587                        "readable": true,
17588                        "type": "gdouble",
17589                        "writable": true
17590                    },
17591                    "lightness": {
17592                        "blurb": "Lightness of the colorized image",
17593                        "conditionally-available": false,
17594                        "construct": false,
17595                        "construct-only": false,
17596                        "controllable": true,
17597                        "default": "0.5",
17598                        "max": "1",
17599                        "min": "0",
17600                        "mutable": "null",
17601                        "readable": true,
17602                        "type": "gdouble",
17603                        "writable": true
17604                    },
17605                    "saturation": {
17606                        "blurb": "Amount of color in the colorized image",
17607                        "conditionally-available": false,
17608                        "construct": false,
17609                        "construct-only": false,
17610                        "controllable": true,
17611                        "default": "0.5",
17612                        "max": "1",
17613                        "min": "0",
17614                        "mutable": "null",
17615                        "readable": true,
17616                        "type": "gdouble",
17617                        "writable": true
17618                    }
17619                },
17620                "rank": "none"
17621            },
17622            "frei0r-filter-colortap": {
17623                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Janne Liljeblad",
17624                "description": "Applies a pre-made color effect to image",
17625                "hierarchy": [
17626                    "frei0r-filter-colortap",
17627                    "GstVideoFilter",
17628                    "GstBaseTransform",
17629                    "GstElement",
17630                    "GstObject",
17631                    "GInitiallyUnowned",
17632                    "GObject"
17633                ],
17634                "klass": "Filter/Effect/Video",
17635                "long-name": "colortap",
17636                "pad-templates": {
17637                    "sink": {
17638                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17639                        "direction": "sink",
17640                        "presence": "always"
17641                    },
17642                    "src": {
17643                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17644                        "direction": "src",
17645                        "presence": "always"
17646                    }
17647                },
17648                "properties": {
17649                    "table": {
17650                        "blurb": "Lookup table used to filter colors. One of: xpro, sepia, heat, red_green, old_photo, xray, esses, yellow_blue",
17651                        "conditionally-available": false,
17652                        "construct": false,
17653                        "construct-only": false,
17654                        "controllable": true,
17655                        "default": "esses",
17656                        "mutable": "null",
17657                        "readable": true,
17658                        "type": "gchararray",
17659                        "writable": true
17660                    }
17661                },
17662                "rank": "none"
17663            },
17664            "frei0r-filter-contrast0r": {
17665                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
17666                "description": "Adjusts the contrast of a source image",
17667                "hierarchy": [
17668                    "frei0r-filter-contrast0r",
17669                    "GstVideoFilter",
17670                    "GstBaseTransform",
17671                    "GstElement",
17672                    "GstObject",
17673                    "GInitiallyUnowned",
17674                    "GObject"
17675                ],
17676                "klass": "Filter/Effect/Video",
17677                "long-name": "Contrast0r",
17678                "pad-templates": {
17679                    "sink": {
17680                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17681                        "direction": "sink",
17682                        "presence": "always"
17683                    },
17684                    "src": {
17685                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17686                        "direction": "src",
17687                        "presence": "always"
17688                    }
17689                },
17690                "properties": {
17691                    "contrast": {
17692                        "blurb": "The contrast value",
17693                        "conditionally-available": false,
17694                        "construct": false,
17695                        "construct-only": false,
17696                        "controllable": true,
17697                        "default": "0.5",
17698                        "max": "1",
17699                        "min": "0",
17700                        "mutable": "null",
17701                        "readable": true,
17702                        "type": "gdouble",
17703                        "writable": true
17704                    }
17705                },
17706                "rank": "none"
17707            },
17708            "frei0r-filter-curves": {
17709                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Maksim Golovkin, Till Theato",
17710                "description": "Adjust luminance or color channel intensity with curve level mapping",
17711                "hierarchy": [
17712                    "frei0r-filter-curves",
17713                    "GstVideoFilter",
17714                    "GstBaseTransform",
17715                    "GstElement",
17716                    "GstObject",
17717                    "GInitiallyUnowned",
17718                    "GObject"
17719                ],
17720                "klass": "Filter/Effect/Video",
17721                "long-name": "Curves",
17722                "pad-templates": {
17723                    "sink": {
17724                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17725                        "direction": "sink",
17726                        "presence": "always"
17727                    },
17728                    "src": {
17729                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17730                        "direction": "src",
17731                        "presence": "always"
17732                    }
17733                },
17734                "properties": {
17735                    "b--zier-spline": {
17736                        "blurb": "Use cubic Bézier spline. Has to be a sorted list of points in the format \"handle1x;handle1y#pointx;pointy#handle2x;handle2y\"(pointx = in, pointy = out). Points are separated by a \"|\".The values can have \"double\" precision. x, y for points should be in the range 0-1. x,y for handles might also be out of this range.",
17737                        "conditionally-available": false,
17738                        "construct": false,
17739                        "construct-only": false,
17740                        "controllable": true,
17741                        "default": "",
17742                        "mutable": "null",
17743                        "readable": true,
17744                        "type": "gchararray",
17745                        "writable": true
17746                    },
17747                    "channel": {
17748                        "blurb": "Channel to adjust (0 = red, 0.1 = green, 0.2 = blue, 0.3 = alpha, 0.4 = luma, 0.5 = rgb, 0.6 = hue, 0.7 = saturation)",
17749                        "conditionally-available": false,
17750                        "construct": false,
17751                        "construct-only": false,
17752                        "controllable": true,
17753                        "default": "0.5",
17754                        "max": "1",
17755                        "min": "0",
17756                        "mutable": "null",
17757                        "readable": true,
17758                        "type": "gdouble",
17759                        "writable": true
17760                    },
17761                    "curve-point-number": {
17762                        "blurb": "Number of points to use to build curve (/10 to fit [0,1] parameter range). Minimum 2 (0.2), Maximum 5 (0.5). Not relevant for Bézier spline.",
17763                        "conditionally-available": false,
17764                        "construct": false,
17765                        "construct-only": false,
17766                        "controllable": true,
17767                        "default": "0.2",
17768                        "max": "1",
17769                        "min": "0",
17770                        "mutable": "null",
17771                        "readable": true,
17772                        "type": "gdouble",
17773                        "writable": true
17774                    },
17775                    "graph-position": {
17776                        "blurb": "Output image corner where curve graph will be drawn (0.1 = TOP,LEFT; 0.2 = TOP,RIGHT; 0.3 = BOTTOM,LEFT; 0.4 = BOTTOM, RIGHT)",
17777                        "conditionally-available": false,
17778                        "construct": false,
17779                        "construct-only": false,
17780                        "controllable": true,
17781                        "default": "0.3",
17782                        "max": "1",
17783                        "min": "0",
17784                        "mutable": "null",
17785                        "readable": true,
17786                        "type": "gdouble",
17787                        "writable": true
17788                    },
17789                    "luma-formula": {
17790                        "blurb": "Use Rec. 601 (false) or Rec. 709 (true)",
17791                        "conditionally-available": false,
17792                        "construct": false,
17793                        "construct-only": false,
17794                        "controllable": true,
17795                        "default": "true",
17796                        "mutable": "null",
17797                        "readable": true,
17798                        "type": "gboolean",
17799                        "writable": true
17800                    },
17801                    "point-1-input-value": {
17802                        "blurb": "Point 1 input value",
17803                        "conditionally-available": false,
17804                        "construct": false,
17805                        "construct-only": false,
17806                        "controllable": true,
17807                        "default": "0",
17808                        "max": "1",
17809                        "min": "0",
17810                        "mutable": "null",
17811                        "readable": true,
17812                        "type": "gdouble",
17813                        "writable": true
17814                    },
17815                    "point-1-output-value": {
17816                        "blurb": "Point 1 output value",
17817                        "conditionally-available": false,
17818                        "construct": false,
17819                        "construct-only": false,
17820                        "controllable": true,
17821                        "default": "0",
17822                        "max": "1",
17823                        "min": "0",
17824                        "mutable": "null",
17825                        "readable": true,
17826                        "type": "gdouble",
17827                        "writable": true
17828                    },
17829                    "point-2-input-value": {
17830                        "blurb": "Point 2 input value",
17831                        "conditionally-available": false,
17832                        "construct": false,
17833                        "construct-only": false,
17834                        "controllable": true,
17835                        "default": "1",
17836                        "max": "1",
17837                        "min": "0",
17838                        "mutable": "null",
17839                        "readable": true,
17840                        "type": "gdouble",
17841                        "writable": true
17842                    },
17843                    "point-2-output-value": {
17844                        "blurb": "Point 2 output value",
17845                        "conditionally-available": false,
17846                        "construct": false,
17847                        "construct-only": false,
17848                        "controllable": true,
17849                        "default": "1",
17850                        "max": "1",
17851                        "min": "0",
17852                        "mutable": "null",
17853                        "readable": true,
17854                        "type": "gdouble",
17855                        "writable": true
17856                    },
17857                    "point-3-input-value": {
17858                        "blurb": "Point 3 input value",
17859                        "conditionally-available": false,
17860                        "construct": false,
17861                        "construct-only": false,
17862                        "controllable": true,
17863                        "default": "0",
17864                        "max": "1",
17865                        "min": "0",
17866                        "mutable": "null",
17867                        "readable": true,
17868                        "type": "gdouble",
17869                        "writable": true
17870                    },
17871                    "point-3-output-value": {
17872                        "blurb": "Point 3 output value",
17873                        "conditionally-available": false,
17874                        "construct": false,
17875                        "construct-only": false,
17876                        "controllable": true,
17877                        "default": "0",
17878                        "max": "1",
17879                        "min": "0",
17880                        "mutable": "null",
17881                        "readable": true,
17882                        "type": "gdouble",
17883                        "writable": true
17884                    },
17885                    "point-4-input-value": {
17886                        "blurb": "Point 4 input value",
17887                        "conditionally-available": false,
17888                        "construct": false,
17889                        "construct-only": false,
17890                        "controllable": true,
17891                        "default": "0",
17892                        "max": "1",
17893                        "min": "0",
17894                        "mutable": "null",
17895                        "readable": true,
17896                        "type": "gdouble",
17897                        "writable": true
17898                    },
17899                    "point-4-output-value": {
17900                        "blurb": "Point 4 output value",
17901                        "conditionally-available": false,
17902                        "construct": false,
17903                        "construct-only": false,
17904                        "controllable": true,
17905                        "default": "0",
17906                        "max": "1",
17907                        "min": "0",
17908                        "mutable": "null",
17909                        "readable": true,
17910                        "type": "gdouble",
17911                        "writable": true
17912                    },
17913                    "point-5-input-value": {
17914                        "blurb": "Point 5 input value",
17915                        "conditionally-available": false,
17916                        "construct": false,
17917                        "construct-only": false,
17918                        "controllable": true,
17919                        "default": "0",
17920                        "max": "1",
17921                        "min": "0",
17922                        "mutable": "null",
17923                        "readable": true,
17924                        "type": "gdouble",
17925                        "writable": true
17926                    },
17927                    "point-5-output-value": {
17928                        "blurb": "Point 5 output value",
17929                        "conditionally-available": false,
17930                        "construct": false,
17931                        "construct-only": false,
17932                        "controllable": true,
17933                        "default": "0",
17934                        "max": "1",
17935                        "min": "0",
17936                        "mutable": "null",
17937                        "readable": true,
17938                        "type": "gdouble",
17939                        "writable": true
17940                    },
17941                    "show-curves": {
17942                        "blurb": "Draw curve graph on output image",
17943                        "conditionally-available": false,
17944                        "construct": false,
17945                        "construct-only": false,
17946                        "controllable": true,
17947                        "default": "true",
17948                        "mutable": "null",
17949                        "readable": true,
17950                        "type": "gboolean",
17951                        "writable": true
17952                    }
17953                },
17954                "rank": "none"
17955            },
17956            "frei0r-filter-defish0r": {
17957                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli",
17958                "description": "Non rectilinear lens mappings",
17959                "hierarchy": [
17960                    "frei0r-filter-defish0r",
17961                    "GstVideoFilter",
17962                    "GstBaseTransform",
17963                    "GstElement",
17964                    "GstObject",
17965                    "GInitiallyUnowned",
17966                    "GObject"
17967                ],
17968                "klass": "Filter/Effect/Video",
17969                "long-name": "Defish0r",
17970                "pad-templates": {
17971                    "sink": {
17972                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17973                        "direction": "sink",
17974                        "presence": "always"
17975                    },
17976                    "src": {
17977                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
17978                        "direction": "src",
17979                        "presence": "always"
17980                    }
17981                },
17982                "properties": {
17983                    "amount": {
17984                        "blurb": "Focal Ratio",
17985                        "conditionally-available": false,
17986                        "construct": false,
17987                        "construct-only": false,
17988                        "controllable": true,
17989                        "default": "0",
17990                        "max": "1",
17991                        "min": "0",
17992                        "mutable": "null",
17993                        "readable": true,
17994                        "type": "gdouble",
17995                        "writable": true
17996                    },
17997                    "aspect-type": {
17998                        "blurb": "Pixel aspect ratio presets",
17999                        "conditionally-available": false,
18000                        "construct": false,
18001                        "construct-only": false,
18002                        "controllable": true,
18003                        "default": "0",
18004                        "max": "1",
18005                        "min": "0",
18006                        "mutable": "null",
18007                        "readable": true,
18008                        "type": "gdouble",
18009                        "writable": true
18010                    },
18011                    "defish": {
18012                        "blurb": "Fish or Defish",
18013                        "conditionally-available": false,
18014                        "construct": false,
18015                        "construct-only": false,
18016                        "controllable": true,
18017                        "default": "false",
18018                        "mutable": "null",
18019                        "readable": true,
18020                        "type": "gboolean",
18021                        "writable": true
18022                    },
18023                    "interpolator": {
18024                        "blurb": "Quality of interpolation",
18025                        "conditionally-available": false,
18026                        "construct": false,
18027                        "construct-only": false,
18028                        "controllable": true,
18029                        "default": "0.166667",
18030                        "max": "1",
18031                        "min": "0",
18032                        "mutable": "null",
18033                        "readable": true,
18034                        "type": "gdouble",
18035                        "writable": true
18036                    },
18037                    "manual-aspect": {
18038                        "blurb": "Manual Pixel Aspect ratio",
18039                        "conditionally-available": false,
18040                        "construct": false,
18041                        "construct-only": false,
18042                        "controllable": true,
18043                        "default": "0.5",
18044                        "max": "1",
18045                        "min": "0",
18046                        "mutable": "null",
18047                        "readable": true,
18048                        "type": "gdouble",
18049                        "writable": true
18050                    },
18051                    "manual-scale": {
18052                        "blurb": "Manual Scale",
18053                        "conditionally-available": false,
18054                        "construct": false,
18055                        "construct-only": false,
18056                        "controllable": true,
18057                        "default": "0.5",
18058                        "max": "1",
18059                        "min": "0",
18060                        "mutable": "null",
18061                        "readable": true,
18062                        "type": "gdouble",
18063                        "writable": true
18064                    },
18065                    "scaling": {
18066                        "blurb": "Scaling method",
18067                        "conditionally-available": false,
18068                        "construct": false,
18069                        "construct-only": false,
18070                        "controllable": true,
18071                        "default": "0.666667",
18072                        "max": "1",
18073                        "min": "0",
18074                        "mutable": "null",
18075                        "readable": true,
18076                        "type": "gdouble",
18077                        "writable": true
18078                    },
18079                    "type": {
18080                        "blurb": "Mapping function",
18081                        "conditionally-available": false,
18082                        "construct": false,
18083                        "construct-only": false,
18084                        "controllable": true,
18085                        "default": "0.666667",
18086                        "max": "1",
18087                        "min": "0",
18088                        "mutable": "null",
18089                        "readable": true,
18090                        "type": "gdouble",
18091                        "writable": true
18092                    }
18093                },
18094                "rank": "none"
18095            },
18096            "frei0r-filter-delay0r": {
18097                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Martin Bayer",
18098                "description": "video delay",
18099                "hierarchy": [
18100                    "frei0r-filter-delay0r",
18101                    "GstVideoFilter",
18102                    "GstBaseTransform",
18103                    "GstElement",
18104                    "GstObject",
18105                    "GInitiallyUnowned",
18106                    "GObject"
18107                ],
18108                "klass": "Filter/Effect/Video",
18109                "long-name": "delay0r",
18110                "pad-templates": {
18111                    "sink": {
18112                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18113                        "direction": "sink",
18114                        "presence": "always"
18115                    },
18116                    "src": {
18117                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18118                        "direction": "src",
18119                        "presence": "always"
18120                    }
18121                },
18122                "properties": {
18123                    "delaytime": {
18124                        "blurb": "the delay time",
18125                        "conditionally-available": false,
18126                        "construct": false,
18127                        "construct-only": false,
18128                        "controllable": true,
18129                        "default": "0",
18130                        "max": "1",
18131                        "min": "0",
18132                        "mutable": "null",
18133                        "readable": true,
18134                        "type": "gdouble",
18135                        "writable": true
18136                    }
18137                },
18138                "rank": "none"
18139            },
18140            "frei0r-filter-delaygrab": {
18141                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Bill Spinhover, Andreas Schiffler, Jaromil",
18142                "description": "delayed frame blitting mapped on a time bitmap",
18143                "hierarchy": [
18144                    "frei0r-filter-delaygrab",
18145                    "GstVideoFilter",
18146                    "GstBaseTransform",
18147                    "GstElement",
18148                    "GstObject",
18149                    "GInitiallyUnowned",
18150                    "GObject"
18151                ],
18152                "klass": "Filter/Effect/Video",
18153                "long-name": "Delaygrab",
18154                "pad-templates": {
18155                    "sink": {
18156                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18157                        "direction": "sink",
18158                        "presence": "always"
18159                    },
18160                    "src": {
18161                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18162                        "direction": "src",
18163                        "presence": "always"
18164                    }
18165                },
18166                "properties": {},
18167                "rank": "none"
18168            },
18169            "frei0r-filter-distort0r": {
18170                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Gephex crew",
18171                "description": "Plasma",
18172                "hierarchy": [
18173                    "frei0r-filter-distort0r",
18174                    "GstVideoFilter",
18175                    "GstBaseTransform",
18176                    "GstElement",
18177                    "GstObject",
18178                    "GInitiallyUnowned",
18179                    "GObject"
18180                ],
18181                "klass": "Filter/Effect/Video",
18182                "long-name": "Distort0r",
18183                "pad-templates": {
18184                    "sink": {
18185                        "caps": "video/x-raw:\n         format: { BGRA, RGBA, ABGR, ARGB, BGRx, RGBx, xBGR, xRGB, AYUV }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18186                        "direction": "sink",
18187                        "presence": "always"
18188                    },
18189                    "src": {
18190                        "caps": "video/x-raw:\n         format: { BGRA, RGBA, ABGR, ARGB, BGRx, RGBx, xBGR, xRGB, AYUV }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18191                        "direction": "src",
18192                        "presence": "always"
18193                    }
18194                },
18195                "properties": {
18196                    "amplitude": {
18197                        "blurb": "The amplitude of the plasma signal",
18198                        "conditionally-available": false,
18199                        "construct": false,
18200                        "construct-only": false,
18201                        "controllable": true,
18202                        "default": "1",
18203                        "max": "1",
18204                        "min": "0",
18205                        "mutable": "null",
18206                        "readable": true,
18207                        "type": "gdouble",
18208                        "writable": true
18209                    },
18210                    "frequency": {
18211                        "blurb": "The frequency of the plasma signal",
18212                        "conditionally-available": false,
18213                        "construct": false,
18214                        "construct-only": false,
18215                        "controllable": true,
18216                        "default": "0.005",
18217                        "max": "1",
18218                        "min": "0",
18219                        "mutable": "null",
18220                        "readable": true,
18221                        "type": "gdouble",
18222                        "writable": true
18223                    },
18224                    "use-velocity": {
18225                        "blurb": "'Time Based' or 'Adjustable Velocity'",
18226                        "conditionally-available": false,
18227                        "construct": false,
18228                        "construct-only": false,
18229                        "controllable": true,
18230                        "default": "false",
18231                        "mutable": "null",
18232                        "readable": true,
18233                        "type": "gboolean",
18234                        "writable": true
18235                    },
18236                    "velocity": {
18237                        "blurb": "Changing speed of the plasma signal",
18238                        "conditionally-available": false,
18239                        "construct": false,
18240                        "construct-only": false,
18241                        "controllable": true,
18242                        "default": "0.5",
18243                        "max": "1",
18244                        "min": "0",
18245                        "mutable": "null",
18246                        "readable": true,
18247                        "type": "gdouble",
18248                        "writable": true
18249                    }
18250                },
18251                "rank": "none"
18252            },
18253            "frei0r-filter-dither": {
18254                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Janne Liljeblad",
18255                "description": "Dithers the image and reduces the number of available colors",
18256                "hierarchy": [
18257                    "frei0r-filter-dither",
18258                    "GstVideoFilter",
18259                    "GstBaseTransform",
18260                    "GstElement",
18261                    "GstObject",
18262                    "GInitiallyUnowned",
18263                    "GObject"
18264                ],
18265                "klass": "Filter/Effect/Video",
18266                "long-name": "dither",
18267                "pad-templates": {
18268                    "sink": {
18269                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18270                        "direction": "sink",
18271                        "presence": "always"
18272                    },
18273                    "src": {
18274                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18275                        "direction": "src",
18276                        "presence": "always"
18277                    }
18278                },
18279                "properties": {
18280                    "levels": {
18281                        "blurb": "Number of values per channel",
18282                        "conditionally-available": false,
18283                        "construct": false,
18284                        "construct-only": false,
18285                        "controllable": true,
18286                        "default": "0.104167",
18287                        "max": "1",
18288                        "min": "0",
18289                        "mutable": "null",
18290                        "readable": true,
18291                        "type": "gdouble",
18292                        "writable": true
18293                    },
18294                    "matrixid": {
18295                        "blurb": "Id of matrix used for dithering",
18296                        "conditionally-available": false,
18297                        "construct": false,
18298                        "construct-only": false,
18299                        "controllable": true,
18300                        "default": "1",
18301                        "max": "1",
18302                        "min": "0",
18303                        "mutable": "null",
18304                        "readable": true,
18305                        "type": "gdouble",
18306                        "writable": true
18307                    }
18308                },
18309                "rank": "none"
18310            },
18311            "frei0r-filter-edgeglow": {
18312                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Salsaman",
18313                "description": "Edgeglow filter",
18314                "hierarchy": [
18315                    "frei0r-filter-edgeglow",
18316                    "GstVideoFilter",
18317                    "GstBaseTransform",
18318                    "GstElement",
18319                    "GstObject",
18320                    "GInitiallyUnowned",
18321                    "GObject"
18322                ],
18323                "klass": "Filter/Effect/Video",
18324                "long-name": "Edgeglow",
18325                "pad-templates": {
18326                    "sink": {
18327                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18328                        "direction": "sink",
18329                        "presence": "always"
18330                    },
18331                    "src": {
18332                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18333                        "direction": "src",
18334                        "presence": "always"
18335                    }
18336                },
18337                "properties": {
18338                    "lredscale": {
18339                        "blurb": "multiplier for downscaling non-edge brightness",
18340                        "conditionally-available": false,
18341                        "construct": false,
18342                        "construct-only": false,
18343                        "controllable": true,
18344                        "default": "0",
18345                        "max": "1",
18346                        "min": "0",
18347                        "mutable": "null",
18348                        "readable": true,
18349                        "type": "gdouble",
18350                        "writable": true
18351                    },
18352                    "lthresh": {
18353                        "blurb": "threshold for edge lightening",
18354                        "conditionally-available": false,
18355                        "construct": false,
18356                        "construct-only": false,
18357                        "controllable": true,
18358                        "default": "0",
18359                        "max": "1",
18360                        "min": "0",
18361                        "mutable": "null",
18362                        "readable": true,
18363                        "type": "gdouble",
18364                        "writable": true
18365                    },
18366                    "lupscale": {
18367                        "blurb": "multiplier for upscaling edge brightness",
18368                        "conditionally-available": false,
18369                        "construct": false,
18370                        "construct-only": false,
18371                        "controllable": true,
18372                        "default": "0",
18373                        "max": "1",
18374                        "min": "0",
18375                        "mutable": "null",
18376                        "readable": true,
18377                        "type": "gdouble",
18378                        "writable": true
18379                    }
18380                },
18381                "rank": "none"
18382            },
18383            "frei0r-filter-elastic-scale-filter": {
18384                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Matthias Schnoell",
18385                "description": "This is a frei0r filter which allows to scale video footage non-linearly.",
18386                "hierarchy": [
18387                    "frei0r-filter-elastic-scale-filter",
18388                    "GstVideoFilter",
18389                    "GstBaseTransform",
18390                    "GstElement",
18391                    "GstObject",
18392                    "GInitiallyUnowned",
18393                    "GObject"
18394                ],
18395                "klass": "Filter/Effect/Video",
18396                "long-name": "Elastic scale filter",
18397                "pad-templates": {
18398                    "sink": {
18399                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18400                        "direction": "sink",
18401                        "presence": "always"
18402                    },
18403                    "src": {
18404                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18405                        "direction": "src",
18406                        "presence": "always"
18407                    }
18408                },
18409                "properties": {
18410                    "center": {
18411                        "blurb": "Horizontal center position of the linear area",
18412                        "conditionally-available": false,
18413                        "construct": false,
18414                        "construct-only": false,
18415                        "controllable": true,
18416                        "default": "0.5",
18417                        "max": "1",
18418                        "min": "0",
18419                        "mutable": "null",
18420                        "readable": true,
18421                        "type": "gdouble",
18422                        "writable": true
18423                    },
18424                    "linear-scale-factor": {
18425                        "blurb": "Amount how much the linear area is scaled",
18426                        "conditionally-available": false,
18427                        "construct": false,
18428                        "construct-only": false,
18429                        "controllable": true,
18430                        "default": "0.7",
18431                        "max": "1",
18432                        "min": "0",
18433                        "mutable": "null",
18434                        "readable": true,
18435                        "type": "gdouble",
18436                        "writable": true
18437                    },
18438                    "linear-width": {
18439                        "blurb": "Width of the linear area",
18440                        "conditionally-available": false,
18441                        "construct": false,
18442                        "construct-only": false,
18443                        "controllable": true,
18444                        "default": "0",
18445                        "max": "1",
18446                        "min": "0",
18447                        "mutable": "null",
18448                        "readable": true,
18449                        "type": "gdouble",
18450                        "writable": true
18451                    },
18452                    "non-linear-scale-factor": {
18453                        "blurb": "Amount how much the outer left and outer right areas are scaled non linearly",
18454                        "conditionally-available": false,
18455                        "construct": false,
18456                        "construct-only": false,
18457                        "controllable": true,
18458                        "default": "0.7125",
18459                        "max": "1",
18460                        "min": "0",
18461                        "mutable": "null",
18462                        "readable": true,
18463                        "type": "gdouble",
18464                        "writable": true
18465                    }
18466                },
18467                "rank": "none"
18468            },
18469            "frei0r-filter-emboss": {
18470                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Janne Liljeblad",
18471                "description": "Creates embossed relief image of source image",
18472                "hierarchy": [
18473                    "frei0r-filter-emboss",
18474                    "GstVideoFilter",
18475                    "GstBaseTransform",
18476                    "GstElement",
18477                    "GstObject",
18478                    "GInitiallyUnowned",
18479                    "GObject"
18480                ],
18481                "klass": "Filter/Effect/Video",
18482                "long-name": "emboss",
18483                "pad-templates": {
18484                    "sink": {
18485                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18486                        "direction": "sink",
18487                        "presence": "always"
18488                    },
18489                    "src": {
18490                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18491                        "direction": "src",
18492                        "presence": "always"
18493                    }
18494                },
18495                "properties": {
18496                    "azimuth": {
18497                        "blurb": "Light direction",
18498                        "conditionally-available": false,
18499                        "construct": false,
18500                        "construct-only": false,
18501                        "controllable": true,
18502                        "default": "0.375",
18503                        "max": "1",
18504                        "min": "0",
18505                        "mutable": "null",
18506                        "readable": true,
18507                        "type": "gdouble",
18508                        "writable": true
18509                    },
18510                    "elevation": {
18511                        "blurb": "Background lightness",
18512                        "conditionally-available": false,
18513                        "construct": false,
18514                        "construct-only": false,
18515                        "controllable": true,
18516                        "default": "0.333333",
18517                        "max": "1",
18518                        "min": "0",
18519                        "mutable": "null",
18520                        "readable": true,
18521                        "type": "gdouble",
18522                        "writable": true
18523                    },
18524                    "width45": {
18525                        "blurb": "Bump height",
18526                        "conditionally-available": false,
18527                        "construct": false,
18528                        "construct-only": false,
18529                        "controllable": true,
18530                        "default": "0.25",
18531                        "max": "1",
18532                        "min": "0",
18533                        "mutable": "null",
18534                        "readable": true,
18535                        "type": "gdouble",
18536                        "writable": true
18537                    }
18538                },
18539                "rank": "none"
18540            },
18541            "frei0r-filter-equaliz0r": {
18542                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal (Drone)",
18543                "description": "Equalizes the intensity histograms",
18544                "hierarchy": [
18545                    "frei0r-filter-equaliz0r",
18546                    "GstVideoFilter",
18547                    "GstBaseTransform",
18548                    "GstElement",
18549                    "GstObject",
18550                    "GInitiallyUnowned",
18551                    "GObject"
18552                ],
18553                "klass": "Filter/Effect/Video",
18554                "long-name": "Equaliz0r",
18555                "pad-templates": {
18556                    "sink": {
18557                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18558                        "direction": "sink",
18559                        "presence": "always"
18560                    },
18561                    "src": {
18562                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18563                        "direction": "src",
18564                        "presence": "always"
18565                    }
18566                },
18567                "properties": {},
18568                "rank": "none"
18569            },
18570            "frei0r-filter-facebl0r": {
18571                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, ZioKernel, Biilly, Jilt, Jaromil, ddennedy",
18572                "description": "automatic face blur",
18573                "hierarchy": [
18574                    "frei0r-filter-facebl0r",
18575                    "GstVideoFilter",
18576                    "GstBaseTransform",
18577                    "GstElement",
18578                    "GstObject",
18579                    "GInitiallyUnowned",
18580                    "GObject"
18581                ],
18582                "klass": "Filter/Effect/Video",
18583                "long-name": "FaceBl0r",
18584                "pad-templates": {
18585                    "sink": {
18586                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18587                        "direction": "sink",
18588                        "presence": "always"
18589                    },
18590                    "src": {
18591                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18592                        "direction": "src",
18593                        "presence": "always"
18594                    }
18595                },
18596                "properties": {
18597                    "classifier": {
18598                        "blurb": "Full path to the XML pattern model for recognition; look in /usr/share/opencv/haarcascades",
18599                        "conditionally-available": false,
18600                        "construct": false,
18601                        "construct-only": false,
18602                        "controllable": true,
18603                        "default": "/usr/share/opencv/haarcascades/haarcascade_frontalface_default.xml",
18604                        "mutable": "null",
18605                        "readable": true,
18606                        "type": "gchararray",
18607                        "writable": true
18608                    },
18609                    "ellipse": {
18610                        "blurb": "Draw a red ellipse around the object",
18611                        "conditionally-available": false,
18612                        "construct": false,
18613                        "construct-only": false,
18614                        "controllable": true,
18615                        "default": "false",
18616                        "mutable": "null",
18617                        "readable": true,
18618                        "type": "gboolean",
18619                        "writable": true
18620                    },
18621                    "largest": {
18622                        "blurb": "Maximum object size in pixels, divided by 10000",
18623                        "conditionally-available": false,
18624                        "construct": false,
18625                        "construct-only": false,
18626                        "controllable": true,
18627                        "default": "0.05",
18628                        "max": "1",
18629                        "min": "0",
18630                        "mutable": "null",
18631                        "readable": true,
18632                        "type": "gdouble",
18633                        "writable": true
18634                    },
18635                    "neighbors": {
18636                        "blurb": "Minimum number of rectangles that makes up an object, divided by 100",
18637                        "conditionally-available": false,
18638                        "construct": false,
18639                        "construct-only": false,
18640                        "controllable": true,
18641                        "default": "0.02",
18642                        "max": "1",
18643                        "min": "0",
18644                        "mutable": "null",
18645                        "readable": true,
18646                        "type": "gdouble",
18647                        "writable": true
18648                    },
18649                    "recheck": {
18650                        "blurb": "How often to detect an object in number of frames, divided by 1000",
18651                        "conditionally-available": false,
18652                        "construct": false,
18653                        "construct-only": false,
18654                        "controllable": true,
18655                        "default": "0.025",
18656                        "max": "1",
18657                        "min": "0",
18658                        "mutable": "null",
18659                        "readable": true,
18660                        "type": "gdouble",
18661                        "writable": true
18662                    },
18663                    "search-scale": {
18664                        "blurb": "The search window scale factor, divided by 10",
18665                        "conditionally-available": false,
18666                        "construct": false,
18667                        "construct-only": false,
18668                        "controllable": true,
18669                        "default": "0.12",
18670                        "max": "1",
18671                        "min": "0",
18672                        "mutable": "null",
18673                        "readable": true,
18674                        "type": "gdouble",
18675                        "writable": true
18676                    },
18677                    "smallest": {
18678                        "blurb": "Minimum window size in pixels, divided by 1000",
18679                        "conditionally-available": false,
18680                        "construct": false,
18681                        "construct-only": false,
18682                        "controllable": true,
18683                        "default": "0",
18684                        "max": "1",
18685                        "min": "0",
18686                        "mutable": "null",
18687                        "readable": true,
18688                        "type": "gdouble",
18689                        "writable": true
18690                    },
18691                    "threads": {
18692                        "blurb": "How many threads to use divided by 100; 0 uses CPU count",
18693                        "conditionally-available": false,
18694                        "construct": false,
18695                        "construct-only": false,
18696                        "controllable": true,
18697                        "default": "0.01",
18698                        "max": "1",
18699                        "min": "0",
18700                        "mutable": "null",
18701                        "readable": true,
18702                        "type": "gdouble",
18703                        "writable": true
18704                    }
18705                },
18706                "rank": "none"
18707            },
18708            "frei0r-filter-flippo": {
18709                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Carlo Emilio, Jean-Sebastien Senecal",
18710                "description": "Flipping in x and y axis",
18711                "hierarchy": [
18712                    "frei0r-filter-flippo",
18713                    "GstVideoFilter",
18714                    "GstBaseTransform",
18715                    "GstElement",
18716                    "GstObject",
18717                    "GInitiallyUnowned",
18718                    "GObject"
18719                ],
18720                "klass": "Filter/Effect/Video",
18721                "long-name": "Flippo",
18722                "pad-templates": {
18723                    "sink": {
18724                        "caps": "video/x-raw:\n         format: { BGRA, RGBA, ABGR, ARGB, BGRx, RGBx, xBGR, xRGB, AYUV }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18725                        "direction": "sink",
18726                        "presence": "always"
18727                    },
18728                    "src": {
18729                        "caps": "video/x-raw:\n         format: { BGRA, RGBA, ABGR, ARGB, BGRx, RGBx, xBGR, xRGB, AYUV }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18730                        "direction": "src",
18731                        "presence": "always"
18732                    }
18733                },
18734                "properties": {
18735                    "x-axis": {
18736                        "blurb": "Flipping on the horizontal axis",
18737                        "conditionally-available": false,
18738                        "construct": false,
18739                        "construct-only": false,
18740                        "controllable": true,
18741                        "default": "false",
18742                        "mutable": "null",
18743                        "readable": true,
18744                        "type": "gboolean",
18745                        "writable": true
18746                    },
18747                    "y-axis": {
18748                        "blurb": "Flipping on the vertical axis",
18749                        "conditionally-available": false,
18750                        "construct": false,
18751                        "construct-only": false,
18752                        "controllable": true,
18753                        "default": "false",
18754                        "mutable": "null",
18755                        "readable": true,
18756                        "type": "gboolean",
18757                        "writable": true
18758                    }
18759                },
18760                "rank": "none"
18761            },
18762            "frei0r-filter-g": {
18763                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Richard Spindler",
18764                "description": "Extracts Green from Image",
18765                "hierarchy": [
18766                    "frei0r-filter-g",
18767                    "GstVideoFilter",
18768                    "GstBaseTransform",
18769                    "GstElement",
18770                    "GstObject",
18771                    "GInitiallyUnowned",
18772                    "GObject"
18773                ],
18774                "klass": "Filter/Effect/Video",
18775                "long-name": "G",
18776                "pad-templates": {
18777                    "sink": {
18778                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18779                        "direction": "sink",
18780                        "presence": "always"
18781                    },
18782                    "src": {
18783                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18784                        "direction": "src",
18785                        "presence": "always"
18786                    }
18787                },
18788                "properties": {},
18789                "rank": "none"
18790            },
18791            "frei0r-filter-gamma": {
18792                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
18793                "description": "Adjusts the gamma value of a source image",
18794                "hierarchy": [
18795                    "frei0r-filter-gamma",
18796                    "GstVideoFilter",
18797                    "GstBaseTransform",
18798                    "GstElement",
18799                    "GstObject",
18800                    "GInitiallyUnowned",
18801                    "GObject"
18802                ],
18803                "klass": "Filter/Effect/Video",
18804                "long-name": "Gamma",
18805                "pad-templates": {
18806                    "sink": {
18807                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18808                        "direction": "sink",
18809                        "presence": "always"
18810                    },
18811                    "src": {
18812                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18813                        "direction": "src",
18814                        "presence": "always"
18815                    }
18816                },
18817                "properties": {
18818                    "gamma": {
18819                        "blurb": "The gamma value",
18820                        "conditionally-available": false,
18821                        "construct": false,
18822                        "construct-only": false,
18823                        "controllable": true,
18824                        "default": "1",
18825                        "max": "1",
18826                        "min": "0",
18827                        "mutable": "null",
18828                        "readable": true,
18829                        "type": "gdouble",
18830                        "writable": true
18831                    }
18832                },
18833                "rank": "none"
18834            },
18835            "frei0r-filter-glitch0r": {
18836                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, IDENT Software",
18837                "description": "Adds glitches and block shifting",
18838                "hierarchy": [
18839                    "frei0r-filter-glitch0r",
18840                    "GstVideoFilter",
18841                    "GstBaseTransform",
18842                    "GstElement",
18843                    "GstObject",
18844                    "GInitiallyUnowned",
18845                    "GObject"
18846                ],
18847                "klass": "Filter/Effect/Video",
18848                "long-name": "Glitch0r",
18849                "pad-templates": {
18850                    "sink": {
18851                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18852                        "direction": "sink",
18853                        "presence": "always"
18854                    },
18855                    "src": {
18856                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18857                        "direction": "src",
18858                        "presence": "always"
18859                    }
18860                },
18861                "properties": {
18862                    "block-height": {
18863                        "blurb": "Height range of the block that will be shifted/glitched",
18864                        "conditionally-available": false,
18865                        "construct": false,
18866                        "construct-only": false,
18867                        "controllable": true,
18868                        "default": "0.498956",
18869                        "max": "1",
18870                        "min": "0",
18871                        "mutable": "null",
18872                        "readable": true,
18873                        "type": "gdouble",
18874                        "writable": true
18875                    },
18876                    "color-glitching-intensity": {
18877                        "blurb": "How intensive should be color distortion",
18878                        "conditionally-available": false,
18879                        "construct": false,
18880                        "construct-only": false,
18881                        "controllable": true,
18882                        "default": "0",
18883                        "max": "1",
18884                        "min": "0",
18885                        "mutable": "null",
18886                        "readable": true,
18887                        "type": "gdouble",
18888                        "writable": true
18889                    },
18890                    "glitch-frequency": {
18891                        "blurb": "How frequently the glitch should be applied",
18892                        "conditionally-available": false,
18893                        "construct": false,
18894                        "construct-only": false,
18895                        "controllable": true,
18896                        "default": "0",
18897                        "max": "1",
18898                        "min": "0",
18899                        "mutable": "null",
18900                        "readable": true,
18901                        "type": "gdouble",
18902                        "writable": true
18903                    },
18904                    "shift-intensity": {
18905                        "blurb": "How much we should move blocks when glitching",
18906                        "conditionally-available": false,
18907                        "construct": false,
18908                        "construct-only": false,
18909                        "controllable": true,
18910                        "default": "0.499218",
18911                        "max": "1",
18912                        "min": "0",
18913                        "mutable": "null",
18914                        "readable": true,
18915                        "type": "gdouble",
18916                        "writable": true
18917                    }
18918                },
18919                "rank": "none"
18920            },
18921            "frei0r-filter-glow": {
18922                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Richard Spindler",
18923                "description": "Creates a Glamorous Glow",
18924                "hierarchy": [
18925                    "frei0r-filter-glow",
18926                    "GstVideoFilter",
18927                    "GstBaseTransform",
18928                    "GstElement",
18929                    "GstObject",
18930                    "GInitiallyUnowned",
18931                    "GObject"
18932                ],
18933                "klass": "Filter/Effect/Video",
18934                "long-name": "Glow",
18935                "pad-templates": {
18936                    "sink": {
18937                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18938                        "direction": "sink",
18939                        "presence": "always"
18940                    },
18941                    "src": {
18942                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18943                        "direction": "src",
18944                        "presence": "always"
18945                    }
18946                },
18947                "properties": {
18948                    "blur": {
18949                        "blurb": "Blur of the glow",
18950                        "conditionally-available": false,
18951                        "construct": false,
18952                        "construct-only": false,
18953                        "controllable": true,
18954                        "default": "0",
18955                        "max": "1",
18956                        "min": "0",
18957                        "mutable": "null",
18958                        "readable": true,
18959                        "type": "gdouble",
18960                        "writable": true
18961                    }
18962                },
18963                "rank": "none"
18964            },
18965            "frei0r-filter-hqdn3d": {
18966                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli, Daniel Moreno",
18967                "description": "High quality 3D denoiser from Mplayer",
18968                "hierarchy": [
18969                    "frei0r-filter-hqdn3d",
18970                    "GstVideoFilter",
18971                    "GstBaseTransform",
18972                    "GstElement",
18973                    "GstObject",
18974                    "GInitiallyUnowned",
18975                    "GObject"
18976                ],
18977                "klass": "Filter/Effect/Video",
18978                "long-name": "hqdn3d",
18979                "pad-templates": {
18980                    "sink": {
18981                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18982                        "direction": "sink",
18983                        "presence": "always"
18984                    },
18985                    "src": {
18986                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
18987                        "direction": "src",
18988                        "presence": "always"
18989                    }
18990                },
18991                "properties": {
18992                    "spatial": {
18993                        "blurb": "Amount of spatial filtering",
18994                        "conditionally-available": false,
18995                        "construct": false,
18996                        "construct-only": false,
18997                        "controllable": true,
18998                        "default": "0.04",
18999                        "max": "1",
19000                        "min": "0",
19001                        "mutable": "null",
19002                        "readable": true,
19003                        "type": "gdouble",
19004                        "writable": true
19005                    },
19006                    "temporal": {
19007                        "blurb": "Amount of temporal filtering",
19008                        "conditionally-available": false,
19009                        "construct": false,
19010                        "construct-only": false,
19011                        "controllable": true,
19012                        "default": "0.06",
19013                        "max": "1",
19014                        "min": "0",
19015                        "mutable": "null",
19016                        "readable": true,
19017                        "type": "gdouble",
19018                        "writable": true
19019                    }
19020                },
19021                "rank": "none"
19022            },
19023            "frei0r-filter-hueshift0r": {
19024                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
19025                "description": "Shifts the hue of a source image",
19026                "hierarchy": [
19027                    "frei0r-filter-hueshift0r",
19028                    "GstVideoFilter",
19029                    "GstBaseTransform",
19030                    "GstElement",
19031                    "GstObject",
19032                    "GInitiallyUnowned",
19033                    "GObject"
19034                ],
19035                "klass": "Filter/Effect/Video",
19036                "long-name": "Hueshift0r",
19037                "pad-templates": {
19038                    "sink": {
19039                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
19040                        "direction": "sink",
19041                        "presence": "always"
19042                    },
19043                    "src": {
19044                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
19045                        "direction": "src",
19046                        "presence": "always"
19047                    }
19048                },
19049                "properties": {
19050                    "hue": {
19051                        "blurb": "The shift value",
19052                        "conditionally-available": false,
19053                        "construct": false,
19054                        "construct-only": false,
19055                        "controllable": true,
19056                        "default": "0",
19057                        "max": "1",
19058                        "min": "0",
19059                        "mutable": "null",
19060                        "readable": true,
19061                        "type": "gdouble",
19062                        "writable": true
19063                    }
19064                },
19065                "rank": "none"
19066            },
19067            "frei0r-filter-iir-blur": {
19068                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli",
19069                "description": "Three types of fast IIR blurring",
19070                "hierarchy": [
19071                    "frei0r-filter-iir-blur",
19072                    "GstVideoFilter",
19073                    "GstBaseTransform",
19074                    "GstElement",
19075                    "GstObject",
19076                    "GInitiallyUnowned",
19077                    "GObject"
19078                ],
19079                "klass": "Filter/Effect/Video",
19080                "long-name": "IIR blur",
19081                "pad-templates": {
19082                    "sink": {
19083                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
19084                        "direction": "sink",
19085                        "presence": "always"
19086                    },
19087                    "src": {
19088                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
19089                        "direction": "src",
19090                        "presence": "always"
19091                    }
19092                },
19093                "properties": {
19094                    "amount": {
19095                        "blurb": "Amount of blur",
19096                        "conditionally-available": false,
19097                        "construct": false,
19098                        "construct-only": false,
19099                        "controllable": true,
19100                        "default": "0.2",
19101                        "max": "1",
19102                        "min": "0",
19103                        "mutable": "null",
19104                        "readable": true,
19105                        "type": "gdouble",
19106                        "writable": true
19107                    },
19108                    "edge": {
19109                        "blurb": "Edge compensation",
19110                        "conditionally-available": false,
19111                        "construct": false,
19112                        "construct-only": false,
19113                        "controllable": true,
19114                        "default": "true",
19115                        "mutable": "null",
19116                        "readable": true,
19117                        "type": "gboolean",
19118                        "writable": true
19119                    },
19120                    "type": {
19121                        "blurb": "Blur type",
19122                        "conditionally-available": false,
19123                        "construct": false,
19124                        "construct-only": false,
19125                        "controllable": true,
19126                        "default": "0.333344",
19127                        "max": "1",
19128                        "min": "0",
19129                        "mutable": "null",
19130                        "readable": true,
19131                        "type": "gdouble",
19132                        "writable": true
19133                    }
19134                },
19135                "rank": "none"
19136            },
19137            "frei0r-filter-invert0r": {
19138                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Gephex crew",
19139                "description": "Inverts all colors of a source image",
19140                "hierarchy": [
19141                    "frei0r-filter-invert0r",
19142                    "GstVideoFilter",
19143                    "GstBaseTransform",
19144                    "GstElement",
19145                    "GstObject",
19146                    "GInitiallyUnowned",
19147                    "GObject"
19148                ],
19149                "klass": "Filter/Effect/Video",
19150                "long-name": "Invert0r",
19151                "pad-templates": {
19152                    "sink": {
19153                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
19154                        "direction": "sink",
19155                        "presence": "always"
19156                    },
19157                    "src": {
19158                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
19159                        "direction": "src",
19160                        "presence": "always"
19161                    }
19162                },
19163                "properties": {},
19164                "rank": "none"
19165            },
19166            "frei0r-filter-k-means-clustering": {
19167                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, binarymillenium",
19168                "description": "Clusters of a source image by color and spatial distance",
19169                "hierarchy": [
19170                    "frei0r-filter-k-means-clustering",
19171                    "GstVideoFilter",
19172                    "GstBaseTransform",
19173                    "GstElement",
19174                    "GstObject",
19175                    "GInitiallyUnowned",
19176                    "GObject"
19177                ],
19178                "klass": "Filter/Effect/Video",
19179                "long-name": "K-Means Clustering",
19180                "pad-templates": {
19181                    "sink": {
19182                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
19183                        "direction": "sink",
19184                        "presence": "always"
19185                    },
19186                    "src": {
19187                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
19188                        "direction": "src",
19189                        "presence": "always"
19190                    }
19191                },
19192                "properties": {
19193                    "dist-weight": {
19194                        "blurb": "The weight on distance",
19195                        "conditionally-available": false,
19196                        "construct": false,
19197                        "construct-only": false,
19198                        "controllable": true,
19199                        "default": "0.5",
19200                        "max": "1",
19201                        "min": "0",
19202                        "mutable": "null",
19203                        "readable": true,
19204                        "type": "gdouble",
19205                        "writable": true
19206                    },
19207                    "num": {
19208                        "blurb": "The number of clusters",
19209                        "conditionally-available": false,
19210                        "construct": false,
19211                        "construct-only": false,
19212                        "controllable": true,
19213                        "default": "0.5",
19214                        "max": "1",
19215                        "min": "0",
19216                        "mutable": "null",
19217                        "readable": true,
19218                        "type": "gdouble",
19219                        "writable": true
19220                    }
19221                },
19222                "rank": "none"
19223            },
19224            "frei0r-filter-keyspillm0pup": {
19225                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli",
19226                "description": "Reduces the visibility of key color spill in chroma keying",
19227                "hierarchy": [
19228                    "frei0r-filter-keyspillm0pup",
19229                    "GstVideoFilter",
19230                    "GstBaseTransform",
19231                    "GstElement",
19232                    "GstObject",
19233                    "GInitiallyUnowned",
19234                    "GObject"
19235                ],
19236                "klass": "Filter/Effect/Video",
19237                "long-name": "keyspillm0pup",
19238                "pad-templates": {
19239                    "sink": {
19240                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
19241                        "direction": "sink",
19242                        "presence": "always"
19243                    },
19244                    "src": {
19245                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
19246                        "direction": "src",
19247                        "presence": "always"
19248                    }
19249                },
19250                "properties": {
19251                    "amount-1": {
19252                        "blurb": "",
19253                        "conditionally-available": false,
19254                        "construct": false,
19255                        "construct-only": false,
19256                        "controllable": true,
19257                        "default": "0.55",
19258                        "max": "1",
19259                        "min": "0",
19260                        "mutable": "null",
19261                        "readable": true,
19262                        "type": "gdouble",
19263                        "writable": true
19264                    },
19265                    "amount-2": {
19266                        "blurb": "",
19267                        "conditionally-available": false,
19268                        "construct": false,
19269                        "construct-only": false,
19270                        "controllable": true,
19271                        "default": "0",
19272                        "max": "1",
19273                        "min": "0",
19274                        "mutable": "null",
19275                        "readable": true,
19276                        "type": "gdouble",
19277                        "writable": true
19278                    },
19279                    "hue-gate": {
19280                        "blurb": "Restrict mask to hues close to key",
19281                        "conditionally-available": false,
19282                        "construct": false,
19283                        "construct-only": false,
19284                        "controllable": true,
19285                        "default": "0.25",
19286                        "max": "1",
19287                        "min": "0",
19288                        "mutable": "null",
19289                        "readable": true,
19290                        "type": "gdouble",
19291                        "writable": true
19292                    },
19293                    "key-color-b": {
19294                        "blurb": "Key color that was used for chroma keying",
19295                        "conditionally-available": false,
19296                        "construct": false,
19297                        "construct-only": false,
19298                        "controllable": true,
19299                        "default": "0.1",
19300                        "max": "1",
19301                        "min": "0",
19302                        "mutable": "null",
19303                        "readable": true,
19304                        "type": "gfloat",
19305                        "writable": true
19306                    },
19307                    "key-color-g": {
19308                        "blurb": "Key color that was used for chroma keying",
19309                        "conditionally-available": false,
19310                        "construct": false,
19311                        "construct-only": false,
19312                        "controllable": true,
19313                        "default": "0.8",
19314                        "max": "1",
19315                        "min": "0",
19316                        "mutable": "null",
19317                        "readable": true,
19318                        "type": "gfloat",
19319                        "writable": true
19320                    },
19321                    "key-color-r": {
19322                        "blurb": "Key color that was used for chroma keying",
19323                        "conditionally-available": false,
19324                        "construct": false,
19325                        "construct-only": false,
19326                        "controllable": true,
19327                        "default": "0.1",
19328                        "max": "1",
19329                        "min": "0",
19330                        "mutable": "null",
19331                        "readable": true,
19332                        "type": "gfloat",
19333                        "writable": true
19334                    },
19335                    "mask-to-alpha": {
19336                        "blurb": "Replace alpha channel with the mask",
19337                        "conditionally-available": false,
19338                        "construct": false,
19339                        "construct-only": false,
19340                        "controllable": true,
19341                        "default": "false",
19342                        "mutable": "null",
19343                        "readable": true,
19344                        "type": "gboolean",
19345                        "writable": true
19346                    },
19347                    "mask-type": {
19348                        "blurb": "Which mask to apply [0,1,2,3]",
19349                        "conditionally-available": false,
19350                        "construct": false,
19351                        "construct-only": false,
19352                        "controllable": true,
19353                        "default": "0",
19354                        "mutable": "null",
19355                        "readable": true,
19356                        "type": "gchararray",
19357                        "writable": true
19358                    },
19359                    "operation-1": {
19360                        "blurb": "First operation 1 [0,1,2]",
19361                        "conditionally-available": false,
19362                        "construct": false,
19363                        "construct-only": false,
19364                        "controllable": true,
19365                        "default": "1",
19366                        "mutable": "null",
19367                        "readable": true,
19368                        "type": "gchararray",
19369                        "writable": true
19370                    },
19371                    "operation-2": {
19372                        "blurb": "Second operation 2 [0,1,2]",
19373                        "conditionally-available": false,
19374                        "construct": false,
19375                        "construct-only": false,
19376                        "controllable": true,
19377                        "default": "0",
19378                        "mutable": "null",
19379                        "readable": true,
19380                        "type": "gchararray",
19381                        "writable": true
19382                    },
19383                    "saturation-threshold": {
19384                        "blurb": "Restrict mask to saturated colors",
19385                        "conditionally-available": false,
19386                        "construct": false,
19387                        "construct-only": false,
19388                        "controllable": true,
19389                        "default": "0.15",
19390                        "max": "1",
19391                        "min": "0",
19392                        "mutable": "null",
19393                        "readable": true,
19394                        "type": "gdouble",
19395                        "writable": true
19396                    },
19397                    "show-mask": {
19398                        "blurb": "Replace image with the mask",
19399                        "conditionally-available": false,
19400                        "construct": false,
19401                        "construct-only": false,
19402                        "controllable": true,
19403                        "default": "false",
19404                        "mutable": "null",
19405                        "readable": true,
19406                        "type": "gboolean",
19407                        "writable": true
19408                    },
19409                    "slope": {
19410                        "blurb": "Range of colors around the key where effect gradually decreases",
19411                        "conditionally-available": false,
19412                        "construct": false,
19413                        "construct-only": false,
19414                        "controllable": true,
19415                        "default": "0.4",
19416                        "max": "1",
19417                        "min": "0",
19418                        "mutable": "null",
19419                        "readable": true,
19420                        "type": "gdouble",
19421                        "writable": true
19422                    },
19423                    "target-color-b": {
19424                        "blurb": "Desired color to replace key residue with",
19425                        "conditionally-available": false,
19426                        "construct": false,
19427                        "construct-only": false,
19428                        "controllable": true,
19429                        "default": "0.4",
19430                        "max": "1",
19431                        "min": "0",
19432                        "mutable": "null",
19433                        "readable": true,
19434                        "type": "gfloat",
19435                        "writable": true
19436                    },
19437                    "target-color-g": {
19438                        "blurb": "Desired color to replace key residue with",
19439                        "conditionally-available": false,
19440                        "construct": false,
19441                        "construct-only": false,
19442                        "controllable": true,
19443                        "default": "0.5",
19444                        "max": "1",
19445                        "min": "0",
19446                        "mutable": "null",
19447                        "readable": true,
19448                        "type": "gfloat",
19449                        "writable": true
19450                    },
19451                    "target-color-r": {
19452                        "blurb": "Desired color to replace key residue with",
19453                        "conditionally-available": false,
19454                        "construct": false,
19455                        "construct-only": false,
19456                        "controllable": true,
19457                        "default": "0.78",
19458                        "max": "1",
19459                        "min": "0",
19460                        "mutable": "null",
19461                        "readable": true,
19462                        "type": "gfloat",
19463                        "writable": true
19464                    },
19465                    "tolerance": {
19466                        "blurb": "Range of colors around the key, where effect is full strength",
19467                        "conditionally-available": false,
19468                        "construct": false,
19469                        "construct-only": false,
19470                        "controllable": true,
19471                        "default": "0.24",
19472                        "max": "1",
19473                        "min": "0",
19474                        "mutable": "null",
19475                        "readable": true,
19476                        "type": "gdouble",
19477                        "writable": true
19478                    }
19479                },
19480                "rank": "none"
19481            },
19482            "frei0r-filter-lens-correction": {
19483                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Richard Spindler",
19484                "description": "Allows compensation of lens distortion",
19485                "hierarchy": [
19486                    "frei0r-filter-lens-correction",
19487                    "GstVideoFilter",
19488                    "GstBaseTransform",
19489                    "GstElement",
19490                    "GstObject",
19491                    "GInitiallyUnowned",
19492                    "GObject"
19493                ],
19494                "klass": "Filter/Effect/Video",
19495                "long-name": "Lens Correction",
19496                "pad-templates": {
19497                    "sink": {
19498                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
19499                        "direction": "sink",
19500                        "presence": "always"
19501                    },
19502                    "src": {
19503                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
19504                        "direction": "src",
19505                        "presence": "always"
19506                    }
19507                },
19508                "properties": {
19509                    "brightness": {
19510                        "blurb": "",
19511                        "conditionally-available": false,
19512                        "construct": false,
19513                        "construct-only": false,
19514                        "controllable": true,
19515                        "default": "0.5",
19516                        "max": "1",
19517                        "min": "0",
19518                        "mutable": "null",
19519                        "readable": true,
19520                        "type": "gdouble",
19521                        "writable": true
19522                    },
19523                    "correction-near-center": {
19524                        "blurb": "",
19525                        "conditionally-available": false,
19526                        "construct": false,
19527                        "construct-only": false,
19528                        "controllable": true,
19529                        "default": "0.5",
19530                        "max": "1",
19531                        "min": "0",
19532                        "mutable": "null",
19533                        "readable": true,
19534                        "type": "gdouble",
19535                        "writable": true
19536                    },
19537                    "correction-near-edges": {
19538                        "blurb": "",
19539                        "conditionally-available": false,
19540                        "construct": false,
19541                        "construct-only": false,
19542                        "controllable": true,
19543                        "default": "0.5",
19544                        "max": "1",
19545                        "min": "0",
19546                        "mutable": "null",
19547                        "readable": true,
19548                        "type": "gdouble",
19549                        "writable": true
19550                    },
19551                    "x-center": {
19552                        "blurb": "",
19553                        "conditionally-available": false,
19554                        "construct": false,
19555                        "construct-only": false,
19556                        "controllable": true,
19557                        "default": "0.5",
19558                        "max": "1",
19559                        "min": "0",
19560                        "mutable": "null",
19561                        "readable": true,
19562                        "type": "gdouble",
19563                        "writable": true
19564                    },
19565                    "y-center": {
19566                        "blurb": "",
19567                        "conditionally-available": false,
19568                        "construct": false,
19569                        "construct-only": false,
19570                        "controllable": true,
19571                        "default": "0.5",
19572                        "max": "1",
19573                        "min": "0",
19574                        "mutable": "null",
19575                        "readable": true,
19576                        "type": "gdouble",
19577                        "writable": true
19578                    }
19579                },
19580                "rank": "none"
19581            },
19582            "frei0r-filter-letterb0xed": {
19583                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Richard Spindler",
19584                "description": "Adds Black Borders at top and bottom for Cinema Look",
19585                "hierarchy": [
19586                    "frei0r-filter-letterb0xed",
19587                    "GstVideoFilter",
19588                    "GstBaseTransform",
19589                    "GstElement",
19590                    "GstObject",
19591                    "GInitiallyUnowned",
19592                    "GObject"
19593                ],
19594                "klass": "Filter/Effect/Video",
19595                "long-name": "LetterB0xed",
19596                "pad-templates": {
19597                    "sink": {
19598                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
19599                        "direction": "sink",
19600                        "presence": "always"
19601                    },
19602                    "src": {
19603                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
19604                        "direction": "src",
19605                        "presence": "always"
19606                    }
19607                },
19608                "properties": {
19609                    "border-width": {
19610                        "blurb": "",
19611                        "conditionally-available": false,
19612                        "construct": false,
19613                        "construct-only": false,
19614                        "controllable": true,
19615                        "default": "0.4",
19616                        "max": "1",
19617                        "min": "0",
19618                        "mutable": "null",
19619                        "readable": true,
19620                        "type": "gdouble",
19621                        "writable": true
19622                    },
19623                    "transparency": {
19624                        "blurb": "",
19625                        "conditionally-available": false,
19626                        "construct": false,
19627                        "construct-only": false,
19628                        "controllable": true,
19629                        "default": "false",
19630                        "mutable": "null",
19631                        "readable": true,
19632                        "type": "gboolean",
19633                        "writable": true
19634                    }
19635                },
19636                "rank": "none"
19637            },
19638            "frei0r-filter-levels": {
19639                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Maksim Golovkin",
19640                "description": "Adjust luminance or color channel intensity",
19641                "hierarchy": [
19642                    "frei0r-filter-levels",
19643                    "GstVideoFilter",
19644                    "GstBaseTransform",
19645                    "GstElement",
19646                    "GstObject",
19647                    "GInitiallyUnowned",
19648                    "GObject"
19649                ],
19650                "klass": "Filter/Effect/Video",
19651                "long-name": "Levels",
19652                "pad-templates": {
19653                    "sink": {
19654                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
19655                        "direction": "sink",
19656                        "presence": "always"
19657                    },
19658                    "src": {
19659                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
19660                        "direction": "src",
19661                        "presence": "always"
19662                    }
19663                },
19664                "properties": {
19665                    "black-output": {
19666                        "blurb": "Black output",
19667                        "conditionally-available": false,
19668                        "construct": false,
19669                        "construct-only": false,
19670                        "controllable": true,
19671                        "default": "0",
19672                        "max": "1",
19673                        "min": "0",
19674                        "mutable": "null",
19675                        "readable": true,
19676                        "type": "gdouble",
19677                        "writable": true
19678                    },
19679                    "channel": {
19680                        "blurb": "Channel to adjust levels. 0%%=R, 10%%=G, 20%%=B, 30%%=Luma",
19681                        "conditionally-available": false,
19682                        "construct": false,
19683                        "construct-only": false,
19684                        "controllable": true,
19685                        "default": "0.3",
19686                        "max": "1",
19687                        "min": "0",
19688                        "mutable": "null",
19689                        "readable": true,
19690                        "type": "gdouble",
19691                        "writable": true
19692                    },
19693                    "gamma": {
19694                        "blurb": "Gamma",
19695                        "conditionally-available": false,
19696                        "construct": false,
19697                        "construct-only": false,
19698                        "controllable": true,
19699                        "default": "0.25",
19700                        "max": "1",
19701                        "min": "0",
19702                        "mutable": "null",
19703                        "readable": true,
19704                        "type": "gdouble",
19705                        "writable": true
19706                    },
19707                    "histogram-position": {
19708                        "blurb": "Histogram position. 0%%=TL, 10%%=TR, 20%%=BL, 30%%=BR",
19709                        "conditionally-available": false,
19710                        "construct": false,
19711                        "construct-only": false,
19712                        "controllable": true,
19713                        "default": "0.3",
19714                        "max": "1",
19715                        "min": "0",
19716                        "mutable": "null",
19717                        "readable": true,
19718                        "type": "gdouble",
19719                        "writable": true
19720                    },
19721                    "input-black-level": {
19722                        "blurb": "Input black level",
19723                        "conditionally-available": false,
19724                        "construct": false,
19725                        "construct-only": false,
19726                        "controllable": true,
19727                        "default": "0",
19728                        "max": "1",
19729                        "min": "0",
19730                        "mutable": "null",
19731                        "readable": true,
19732                        "type": "gdouble",
19733                        "writable": true
19734                    },
19735                    "input-white-level": {
19736                        "blurb": "Input white level",
19737                        "conditionally-available": false,
19738                        "construct": false,
19739                        "construct-only": false,
19740                        "controllable": true,
19741                        "default": "1",
19742                        "max": "1",
19743                        "min": "0",
19744                        "mutable": "null",
19745                        "readable": true,
19746                        "type": "gdouble",
19747                        "writable": true
19748                    },
19749                    "show-histogram": {
19750                        "blurb": "Show histogram",
19751                        "conditionally-available": false,
19752                        "construct": false,
19753                        "construct-only": false,
19754                        "controllable": true,
19755                        "default": "true",
19756                        "mutable": "null",
19757                        "readable": true,
19758                        "type": "gboolean",
19759                        "writable": true
19760                    },
19761                    "white-output": {
19762                        "blurb": "White output",
19763                        "conditionally-available": false,
19764                        "construct": false,
19765                        "construct-only": false,
19766                        "controllable": true,
19767                        "default": "1",
19768                        "max": "1",
19769                        "min": "0",
19770                        "mutable": "null",
19771                        "readable": true,
19772                        "type": "gdouble",
19773                        "writable": true
19774                    }
19775                },
19776                "rank": "none"
19777            },
19778            "frei0r-filter-light-graffiti": {
19779                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Simon A. Eugster (Granjow)",
19780                "description": "Creates light graffitis from a video by keeping the brightest spots.",
19781                "hierarchy": [
19782                    "frei0r-filter-light-graffiti",
19783                    "GstVideoFilter",
19784                    "GstBaseTransform",
19785                    "GstElement",
19786                    "GstObject",
19787                    "GInitiallyUnowned",
19788                    "GObject"
19789                ],
19790                "klass": "Filter/Effect/Video",
19791                "long-name": "Light Graffiti",
19792                "pad-templates": {
19793                    "sink": {
19794                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
19795                        "direction": "sink",
19796                        "presence": "always"
19797                    },
19798                    "src": {
19799                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
19800                        "direction": "src",
19801                        "presence": "always"
19802                    }
19803                },
19804                "properties": {
19805                    "backgroundweight": {
19806                        "blurb": "Describes how strong the (accumulated) background should shine through",
19807                        "conditionally-available": false,
19808                        "construct": false,
19809                        "construct-only": false,
19810                        "controllable": true,
19811                        "default": "0",
19812                        "max": "1",
19813                        "min": "0",
19814                        "mutable": "null",
19815                        "readable": true,
19816                        "type": "gdouble",
19817                        "writable": true
19818                    },
19819                    "blackreference": {
19820                        "blurb": "Uses black as background image instead of the first frame.",
19821                        "conditionally-available": false,
19822                        "construct": false,
19823                        "construct-only": false,
19824                        "controllable": true,
19825                        "default": "false",
19826                        "mutable": "null",
19827                        "readable": true,
19828                        "type": "gboolean",
19829                        "writable": true
19830                    },
19831                    "dim": {
19832                        "blurb": "Dimming of the light mask",
19833                        "conditionally-available": false,
19834                        "construct": false,
19835                        "construct-only": false,
19836                        "controllable": true,
19837                        "default": "0",
19838                        "max": "1",
19839                        "min": "0",
19840                        "mutable": "null",
19841                        "readable": true,
19842                        "type": "gdouble",
19843                        "writable": true
19844                    },
19845                    "longalpha": {
19846                        "blurb": "Alpha value for moving average",
19847                        "conditionally-available": false,
19848                        "construct": false,
19849                        "construct-only": false,
19850                        "controllable": true,
19851                        "default": "0",
19852                        "max": "1",
19853                        "min": "0",
19854                        "mutable": "null",
19855                        "readable": true,
19856                        "type": "gdouble",
19857                        "writable": true
19858                    },
19859                    "loweroverexposure": {
19860                        "blurb": "Prevents some overexposure if the light source stays steady too long (varying speed)",
19861                        "conditionally-available": false,
19862                        "construct": false,
19863                        "construct-only": false,
19864                        "controllable": true,
19865                        "default": "0",
19866                        "max": "1",
19867                        "min": "0",
19868                        "mutable": "null",
19869                        "readable": true,
19870                        "type": "gdouble",
19871                        "writable": true
19872                    },
19873                    "nonlineardim": {
19874                        "blurb": "Nonlinear dimming (may look more natural)",
19875                        "conditionally-available": false,
19876                        "construct": false,
19877                        "construct-only": false,
19878                        "controllable": true,
19879                        "default": "false",
19880                        "mutable": "null",
19881                        "readable": true,
19882                        "type": "gboolean",
19883                        "writable": true
19884                    },
19885                    "reset": {
19886                        "blurb": "Reset filter masks",
19887                        "conditionally-available": false,
19888                        "construct": false,
19889                        "construct-only": false,
19890                        "controllable": true,
19891                        "default": "false",
19892                        "mutable": "null",
19893                        "readable": true,
19894                        "type": "gboolean",
19895                        "writable": true
19896                    },
19897                    "saturation": {
19898                        "blurb": "Saturation of lights",
19899                        "conditionally-available": false,
19900                        "construct": false,
19901                        "construct-only": false,
19902                        "controllable": true,
19903                        "default": "0.25",
19904                        "max": "1",
19905                        "min": "0",
19906                        "mutable": "null",
19907                        "readable": true,
19908                        "type": "gdouble",
19909                        "writable": true
19910                    },
19911                    "sensitivity": {
19912                        "blurb": "Sensitivity of the effect for light (higher sensitivity will lead to brighter lights)",
19913                        "conditionally-available": false,
19914                        "construct": false,
19915                        "construct-only": false,
19916                        "controllable": true,
19917                        "default": "0.2",
19918                        "max": "1",
19919                        "min": "0",
19920                        "mutable": "null",
19921                        "readable": true,
19922                        "type": "gdouble",
19923                        "writable": true
19924                    },
19925                    "statsbrightness": {
19926                        "blurb": "Display the brightness and threshold, for adjusting the brightness threshold parameter",
19927                        "conditionally-available": false,
19928                        "construct": false,
19929                        "construct-only": false,
19930                        "controllable": true,
19931                        "default": "false",
19932                        "mutable": "null",
19933                        "readable": true,
19934                        "type": "gboolean",
19935                        "writable": true
19936                    },
19937                    "statsdifference": {
19938                        "blurb": "Display the background difference and threshold",
19939                        "conditionally-available": false,
19940                        "construct": false,
19941                        "construct-only": false,
19942                        "controllable": true,
19943                        "default": "true",
19944                        "mutable": "null",
19945                        "readable": true,
19946                        "type": "gboolean",
19947                        "writable": true
19948                    },
19949                    "statsdiffsum": {
19950                        "blurb": "Display the sum of the background difference and the threshold",
19951                        "conditionally-available": false,
19952                        "construct": false,
19953                        "construct-only": false,
19954                        "controllable": true,
19955                        "default": "false",
19956                        "mutable": "null",
19957                        "readable": true,
19958                        "type": "gboolean",
19959                        "writable": true
19960                    },
19961                    "thresholdbrightness": {
19962                        "blurb": "Brightness threshold to distinguish between foreground and background",
19963                        "conditionally-available": false,
19964                        "construct": false,
19965                        "construct-only": false,
19966                        "controllable": true,
19967                        "default": "0.588235",
19968                        "max": "1",
19969                        "min": "0",
19970                        "mutable": "null",
19971                        "readable": true,
19972                        "type": "gdouble",
19973                        "writable": true
19974                    },
19975                    "thresholddifference": {
19976                        "blurb": "Threshold: Difference to background to distinguish between fore- and background",
19977                        "conditionally-available": false,
19978                        "construct": false,
19979                        "construct-only": false,
19980                        "controllable": true,
19981                        "default": "0",
19982                        "max": "1",
19983                        "min": "0",
19984                        "mutable": "null",
19985                        "readable": true,
19986                        "type": "gdouble",
19987                        "writable": true
19988                    },
19989                    "thresholddiffsum": {
19990                        "blurb": "Threshold for sum of differences. Can in most cases be ignored (set to 0).",
19991                        "conditionally-available": false,
19992                        "construct": false,
19993                        "construct-only": false,
19994                        "controllable": true,
19995                        "default": "0",
19996                        "max": "1",
19997                        "min": "0",
19998                        "mutable": "null",
19999                        "readable": true,
20000                        "type": "gdouble",
20001                        "writable": true
20002                    },
20003                    "transparentbackground": {
20004                        "blurb": "Make the background transparent",
20005                        "conditionally-available": false,
20006                        "construct": false,
20007                        "construct-only": false,
20008                        "controllable": true,
20009                        "default": "false",
20010                        "mutable": "null",
20011                        "readable": true,
20012                        "type": "gboolean",
20013                        "writable": true
20014                    }
20015                },
20016                "rank": "none"
20017            },
20018            "frei0r-filter-luminance": {
20019                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Richard Spindler",
20020                "description": "Creates a luminance map of the image",
20021                "hierarchy": [
20022                    "frei0r-filter-luminance",
20023                    "GstVideoFilter",
20024                    "GstBaseTransform",
20025                    "GstElement",
20026                    "GstObject",
20027                    "GInitiallyUnowned",
20028                    "GObject"
20029                ],
20030                "klass": "Filter/Effect/Video",
20031                "long-name": "Luminance",
20032                "pad-templates": {
20033                    "sink": {
20034                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20035                        "direction": "sink",
20036                        "presence": "always"
20037                    },
20038                    "src": {
20039                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20040                        "direction": "src",
20041                        "presence": "always"
20042                    }
20043                },
20044                "properties": {},
20045                "rank": "none"
20046            },
20047            "frei0r-filter-mask0mate": {
20048                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Richard Spindler",
20049                "description": "Creates an square alpha-channel mask",
20050                "hierarchy": [
20051                    "frei0r-filter-mask0mate",
20052                    "GstVideoFilter",
20053                    "GstBaseTransform",
20054                    "GstElement",
20055                    "GstObject",
20056                    "GInitiallyUnowned",
20057                    "GObject"
20058                ],
20059                "klass": "Filter/Effect/Video",
20060                "long-name": "Mask0Mate",
20061                "pad-templates": {
20062                    "sink": {
20063                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20064                        "direction": "sink",
20065                        "presence": "always"
20066                    },
20067                    "src": {
20068                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20069                        "direction": "src",
20070                        "presence": "always"
20071                    }
20072                },
20073                "properties": {
20074                    "blur": {
20075                        "blurb": "Blur the outline of the mask",
20076                        "conditionally-available": false,
20077                        "construct": false,
20078                        "construct-only": false,
20079                        "controllable": true,
20080                        "default": "0",
20081                        "max": "1",
20082                        "min": "0",
20083                        "mutable": "null",
20084                        "readable": true,
20085                        "type": "gdouble",
20086                        "writable": true
20087                    },
20088                    "bottom": {
20089                        "blurb": "",
20090                        "conditionally-available": false,
20091                        "construct": false,
20092                        "construct-only": false,
20093                        "controllable": true,
20094                        "default": "0.2",
20095                        "max": "1",
20096                        "min": "0",
20097                        "mutable": "null",
20098                        "readable": true,
20099                        "type": "gdouble",
20100                        "writable": true
20101                    },
20102                    "invert": {
20103                        "blurb": "Invert the mask, creates a hole in the frame.",
20104                        "conditionally-available": false,
20105                        "construct": false,
20106                        "construct-only": false,
20107                        "controllable": true,
20108                        "default": "false",
20109                        "mutable": "null",
20110                        "readable": true,
20111                        "type": "gboolean",
20112                        "writable": true
20113                    },
20114                    "left": {
20115                        "blurb": "",
20116                        "conditionally-available": false,
20117                        "construct": false,
20118                        "construct-only": false,
20119                        "controllable": true,
20120                        "default": "0.2",
20121                        "max": "1",
20122                        "min": "0",
20123                        "mutable": "null",
20124                        "readable": true,
20125                        "type": "gdouble",
20126                        "writable": true
20127                    },
20128                    "right": {
20129                        "blurb": "",
20130                        "conditionally-available": false,
20131                        "construct": false,
20132                        "construct-only": false,
20133                        "controllable": true,
20134                        "default": "0.2",
20135                        "max": "1",
20136                        "min": "0",
20137                        "mutable": "null",
20138                        "readable": true,
20139                        "type": "gdouble",
20140                        "writable": true
20141                    },
20142                    "top": {
20143                        "blurb": "",
20144                        "conditionally-available": false,
20145                        "construct": false,
20146                        "construct-only": false,
20147                        "controllable": true,
20148                        "default": "0.2",
20149                        "max": "1",
20150                        "min": "0",
20151                        "mutable": "null",
20152                        "readable": true,
20153                        "type": "gdouble",
20154                        "writable": true
20155                    }
20156                },
20157                "rank": "none"
20158            },
20159            "frei0r-filter-medians": {
20160                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli",
20161                "description": "Implements several median-type filters",
20162                "hierarchy": [
20163                    "frei0r-filter-medians",
20164                    "GstVideoFilter",
20165                    "GstBaseTransform",
20166                    "GstElement",
20167                    "GstObject",
20168                    "GInitiallyUnowned",
20169                    "GObject"
20170                ],
20171                "klass": "Filter/Effect/Video",
20172                "long-name": "Medians",
20173                "pad-templates": {
20174                    "sink": {
20175                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20176                        "direction": "sink",
20177                        "presence": "always"
20178                    },
20179                    "src": {
20180                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20181                        "direction": "src",
20182                        "presence": "always"
20183                    }
20184                },
20185                "properties": {
20186                    "size": {
20187                        "blurb": "Size for 'var size' type filter",
20188                        "conditionally-available": false,
20189                        "construct": false,
20190                        "construct-only": false,
20191                        "controllable": true,
20192                        "default": "0.1",
20193                        "max": "1",
20194                        "min": "0",
20195                        "mutable": "null",
20196                        "readable": true,
20197                        "type": "gdouble",
20198                        "writable": true
20199                    },
20200                    "type": {
20201                        "blurb": "Choose type of median: Cross5, Square3x3, Bilevel, Diamond3x3, Square5x5, Temp3, Temp5, ArceBI, ML3D, ML3dEX, VarSize",
20202                        "conditionally-available": false,
20203                        "construct": false,
20204                        "construct-only": false,
20205                        "controllable": true,
20206                        "default": "Square3x3",
20207                        "mutable": "null",
20208                        "readable": true,
20209                        "type": "gchararray",
20210                        "writable": true
20211                    }
20212                },
20213                "rank": "none"
20214            },
20215            "frei0r-filter-ndvi-filter": {
20216                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Brian Matherly",
20217                "description": "This filter creates a false image from a visible + infrared source.",
20218                "hierarchy": [
20219                    "frei0r-filter-ndvi-filter",
20220                    "GstVideoFilter",
20221                    "GstBaseTransform",
20222                    "GstElement",
20223                    "GstObject",
20224                    "GInitiallyUnowned",
20225                    "GObject"
20226                ],
20227                "klass": "Filter/Effect/Video",
20228                "long-name": "NDVI filter",
20229                "pad-templates": {
20230                    "sink": {
20231                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20232                        "direction": "sink",
20233                        "presence": "always"
20234                    },
20235                    "src": {
20236                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20237                        "direction": "src",
20238                        "presence": "always"
20239                    }
20240                },
20241                "properties": {
20242                    "color-map": {
20243                        "blurb": "The color map to use. One of 'earth', 'grayscale', 'heat' or 'rainbow'.",
20244                        "conditionally-available": false,
20245                        "construct": false,
20246                        "construct-only": false,
20247                        "controllable": true,
20248                        "default": "grayscale",
20249                        "mutable": "null",
20250                        "readable": true,
20251                        "type": "gchararray",
20252                        "writable": true
20253                    },
20254                    "index-calculation": {
20255                        "blurb": "The index calculation to use. One of 'ndvi' or 'vi'.",
20256                        "conditionally-available": false,
20257                        "construct": false,
20258                        "construct-only": false,
20259                        "controllable": true,
20260                        "default": "ndvi",
20261                        "mutable": "null",
20262                        "readable": true,
20263                        "type": "gchararray",
20264                        "writable": true
20265                    },
20266                    "legend": {
20267                        "blurb": "Control legend display. One of 'off' or 'bottom'.",
20268                        "conditionally-available": false,
20269                        "construct": false,
20270                        "construct-only": false,
20271                        "controllable": true,
20272                        "default": "off",
20273                        "mutable": "null",
20274                        "readable": true,
20275                        "type": "gchararray",
20276                        "writable": true
20277                    },
20278                    "levels": {
20279                        "blurb": "The number of color levels to use in the false image (divided by 1000).",
20280                        "conditionally-available": false,
20281                        "construct": false,
20282                        "construct-only": false,
20283                        "controllable": true,
20284                        "default": "0.256",
20285                        "max": "1",
20286                        "min": "0",
20287                        "mutable": "null",
20288                        "readable": true,
20289                        "type": "gdouble",
20290                        "writable": true
20291                    },
20292                    "nir-channel": {
20293                        "blurb": "The channel to use for the near-infrared component. One of 'r', 'g', or 'b'.",
20294                        "conditionally-available": false,
20295                        "construct": false,
20296                        "construct-only": false,
20297                        "controllable": true,
20298                        "default": "r",
20299                        "mutable": "null",
20300                        "readable": true,
20301                        "type": "gchararray",
20302                        "writable": true
20303                    },
20304                    "nir-offset": {
20305                        "blurb": "An offset to be applied to the near-infrared component (mapped to [-100%%, 100%%].",
20306                        "conditionally-available": false,
20307                        "construct": false,
20308                        "construct-only": false,
20309                        "controllable": true,
20310                        "default": "0.5",
20311                        "max": "1",
20312                        "min": "0",
20313                        "mutable": "null",
20314                        "readable": true,
20315                        "type": "gdouble",
20316                        "writable": true
20317                    },
20318                    "nir-scale": {
20319                        "blurb": "A scaling factor to be applied to the near-infrared component (divided by 10).",
20320                        "conditionally-available": false,
20321                        "construct": false,
20322                        "construct-only": false,
20323                        "controllable": true,
20324                        "default": "0.1",
20325                        "max": "1",
20326                        "min": "0",
20327                        "mutable": "null",
20328                        "readable": true,
20329                        "type": "gdouble",
20330                        "writable": true
20331                    },
20332                    "vis-offset": {
20333                        "blurb": "An offset to be applied to the visible component (mapped to [-100%%, 100%%].",
20334                        "conditionally-available": false,
20335                        "construct": false,
20336                        "construct-only": false,
20337                        "controllable": true,
20338                        "default": "0.5",
20339                        "max": "1",
20340                        "min": "0",
20341                        "mutable": "null",
20342                        "readable": true,
20343                        "type": "gdouble",
20344                        "writable": true
20345                    },
20346                    "vis-scale": {
20347                        "blurb": "A scaling factor to be applied to the visible component (divided by 10).",
20348                        "conditionally-available": false,
20349                        "construct": false,
20350                        "construct-only": false,
20351                        "controllable": true,
20352                        "default": "0.1",
20353                        "max": "1",
20354                        "min": "0",
20355                        "mutable": "null",
20356                        "readable": true,
20357                        "type": "gdouble",
20358                        "writable": true
20359                    },
20360                    "visible-channel": {
20361                        "blurb": "The channel to use for the visible component. One of 'r', 'g', or 'b'.",
20362                        "conditionally-available": false,
20363                        "construct": false,
20364                        "construct-only": false,
20365                        "controllable": true,
20366                        "default": "b",
20367                        "mutable": "null",
20368                        "readable": true,
20369                        "type": "gchararray",
20370                        "writable": true
20371                    }
20372                },
20373                "rank": "none"
20374            },
20375            "frei0r-filter-nervous": {
20376                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Tannenbaum, Kentaro, Jaromil",
20377                "description": "flushes frames in time in a nervous way",
20378                "hierarchy": [
20379                    "frei0r-filter-nervous",
20380                    "GstVideoFilter",
20381                    "GstBaseTransform",
20382                    "GstElement",
20383                    "GstObject",
20384                    "GInitiallyUnowned",
20385                    "GObject"
20386                ],
20387                "klass": "Filter/Effect/Video",
20388                "long-name": "Nervous",
20389                "pad-templates": {
20390                    "sink": {
20391                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20392                        "direction": "sink",
20393                        "presence": "always"
20394                    },
20395                    "src": {
20396                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20397                        "direction": "src",
20398                        "presence": "always"
20399                    }
20400                },
20401                "properties": {},
20402                "rank": "none"
20403            },
20404            "frei0r-filter-nikon-d90-stairstepping-fix": {
20405                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Simon A. Eugster (Granjow)",
20406                "description": "Removes the Stairstepping from Nikon D90 videos (720p only) by interpolation",
20407                "hierarchy": [
20408                    "frei0r-filter-nikon-d90-stairstepping-fix",
20409                    "GstVideoFilter",
20410                    "GstBaseTransform",
20411                    "GstElement",
20412                    "GstObject",
20413                    "GInitiallyUnowned",
20414                    "GObject"
20415                ],
20416                "klass": "Filter/Effect/Video",
20417                "long-name": "Nikon D90 Stairstepping fix",
20418                "pad-templates": {
20419                    "sink": {
20420                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20421                        "direction": "sink",
20422                        "presence": "always"
20423                    },
20424                    "src": {
20425                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20426                        "direction": "src",
20427                        "presence": "always"
20428                    }
20429                },
20430                "properties": {},
20431                "rank": "none"
20432            },
20433            "frei0r-filter-normaliz0r": {
20434                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Chungzuwalla (chungzuwalla@rling.com)",
20435                "description": "Normalize (aka histogram stretch, contrast stretch)",
20436                "hierarchy": [
20437                    "frei0r-filter-normaliz0r",
20438                    "GstVideoFilter",
20439                    "GstBaseTransform",
20440                    "GstElement",
20441                    "GstObject",
20442                    "GInitiallyUnowned",
20443                    "GObject"
20444                ],
20445                "klass": "Filter/Effect/Video",
20446                "long-name": "Normaliz0r",
20447                "pad-templates": {
20448                    "sink": {
20449                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20450                        "direction": "sink",
20451                        "presence": "always"
20452                    },
20453                    "src": {
20454                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20455                        "direction": "src",
20456                        "presence": "always"
20457                    }
20458                },
20459                "properties": {
20460                    "blackpt-b": {
20461                        "blurb": "Output color to which darkest input color is mapped (default black)",
20462                        "conditionally-available": false,
20463                        "construct": false,
20464                        "construct-only": false,
20465                        "controllable": true,
20466                        "default": "0",
20467                        "max": "1",
20468                        "min": "0",
20469                        "mutable": "null",
20470                        "readable": true,
20471                        "type": "gfloat",
20472                        "writable": true
20473                    },
20474                    "blackpt-g": {
20475                        "blurb": "Output color to which darkest input color is mapped (default black)",
20476                        "conditionally-available": false,
20477                        "construct": false,
20478                        "construct-only": false,
20479                        "controllable": true,
20480                        "default": "0",
20481                        "max": "1",
20482                        "min": "0",
20483                        "mutable": "null",
20484                        "readable": true,
20485                        "type": "gfloat",
20486                        "writable": true
20487                    },
20488                    "blackpt-r": {
20489                        "blurb": "Output color to which darkest input color is mapped (default black)",
20490                        "conditionally-available": false,
20491                        "construct": false,
20492                        "construct-only": false,
20493                        "controllable": true,
20494                        "default": "0",
20495                        "max": "1",
20496                        "min": "0",
20497                        "mutable": "null",
20498                        "readable": true,
20499                        "type": "gfloat",
20500                        "writable": true
20501                    },
20502                    "independence": {
20503                        "blurb": "Proportion of independent to linked channel normalization (default 1.0)",
20504                        "conditionally-available": false,
20505                        "construct": false,
20506                        "construct-only": false,
20507                        "controllable": true,
20508                        "default": "1",
20509                        "max": "1",
20510                        "min": "0",
20511                        "mutable": "null",
20512                        "readable": true,
20513                        "type": "gdouble",
20514                        "writable": true
20515                    },
20516                    "smoothing": {
20517                        "blurb": "Amount of temporal smoothing of the input range, to reduce flicker (default 0.0)",
20518                        "conditionally-available": false,
20519                        "construct": false,
20520                        "construct-only": false,
20521                        "controllable": true,
20522                        "default": "0",
20523                        "max": "1",
20524                        "min": "0",
20525                        "mutable": "null",
20526                        "readable": true,
20527                        "type": "gdouble",
20528                        "writable": true
20529                    },
20530                    "strength": {
20531                        "blurb": "Strength of filter, from no effect to full normalization (default 1.0)",
20532                        "conditionally-available": false,
20533                        "construct": false,
20534                        "construct-only": false,
20535                        "controllable": true,
20536                        "default": "1",
20537                        "max": "1",
20538                        "min": "0",
20539                        "mutable": "null",
20540                        "readable": true,
20541                        "type": "gdouble",
20542                        "writable": true
20543                    },
20544                    "whitept-b": {
20545                        "blurb": "Output color to which brightest input color is mapped (default white)",
20546                        "conditionally-available": false,
20547                        "construct": false,
20548                        "construct-only": false,
20549                        "controllable": true,
20550                        "default": "1",
20551                        "max": "1",
20552                        "min": "0",
20553                        "mutable": "null",
20554                        "readable": true,
20555                        "type": "gfloat",
20556                        "writable": true
20557                    },
20558                    "whitept-g": {
20559                        "blurb": "Output color to which brightest input color is mapped (default white)",
20560                        "conditionally-available": false,
20561                        "construct": false,
20562                        "construct-only": false,
20563                        "controllable": true,
20564                        "default": "1",
20565                        "max": "1",
20566                        "min": "0",
20567                        "mutable": "null",
20568                        "readable": true,
20569                        "type": "gfloat",
20570                        "writable": true
20571                    },
20572                    "whitept-r": {
20573                        "blurb": "Output color to which brightest input color is mapped (default white)",
20574                        "conditionally-available": false,
20575                        "construct": false,
20576                        "construct-only": false,
20577                        "controllable": true,
20578                        "default": "1",
20579                        "max": "1",
20580                        "min": "0",
20581                        "mutable": "null",
20582                        "readable": true,
20583                        "type": "gfloat",
20584                        "writable": true
20585                    }
20586                },
20587                "rank": "none"
20588            },
20589            "frei0r-filter-nosync0r": {
20590                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Martin Bayer",
20591                "description": "broken tv",
20592                "hierarchy": [
20593                    "frei0r-filter-nosync0r",
20594                    "GstVideoFilter",
20595                    "GstBaseTransform",
20596                    "GstElement",
20597                    "GstObject",
20598                    "GInitiallyUnowned",
20599                    "GObject"
20600                ],
20601                "klass": "Filter/Effect/Video",
20602                "long-name": "nosync0r",
20603                "pad-templates": {
20604                    "sink": {
20605                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20606                        "direction": "sink",
20607                        "presence": "always"
20608                    },
20609                    "src": {
20610                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20611                        "direction": "src",
20612                        "presence": "always"
20613                    }
20614                },
20615                "properties": {
20616                    "hsync": {
20617                        "blurb": "the hsync offset",
20618                        "conditionally-available": false,
20619                        "construct": false,
20620                        "construct-only": false,
20621                        "controllable": true,
20622                        "default": "0",
20623                        "max": "1",
20624                        "min": "0",
20625                        "mutable": "null",
20626                        "readable": true,
20627                        "type": "gdouble",
20628                        "writable": true
20629                    }
20630                },
20631                "rank": "none"
20632            },
20633            "frei0r-filter-opencvfacedetect": {
20634                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, binarymillenium, ddennedy",
20635                "description": "detect faces and draw shapes on them",
20636                "hierarchy": [
20637                    "frei0r-filter-opencvfacedetect",
20638                    "GstVideoFilter",
20639                    "GstBaseTransform",
20640                    "GstElement",
20641                    "GstObject",
20642                    "GInitiallyUnowned",
20643                    "GObject"
20644                ],
20645                "klass": "Filter/Effect/Video",
20646                "long-name": "opencvfacedetect",
20647                "pad-templates": {
20648                    "sink": {
20649                        "caps": "video/x-raw:\n         format: { BGRA, RGBA, ABGR, ARGB, BGRx, RGBx, xBGR, xRGB, AYUV }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20650                        "direction": "sink",
20651                        "presence": "always"
20652                    },
20653                    "src": {
20654                        "caps": "video/x-raw:\n         format: { BGRA, RGBA, ABGR, ARGB, BGRx, RGBx, xBGR, xRGB, AYUV }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20655                        "direction": "src",
20656                        "presence": "always"
20657                    }
20658                },
20659                "properties": {
20660                    "alpha": {
20661                        "blurb": "The alpha channel value for the shapes",
20662                        "conditionally-available": false,
20663                        "construct": false,
20664                        "construct-only": false,
20665                        "controllable": true,
20666                        "default": "1",
20667                        "max": "1",
20668                        "min": "0",
20669                        "mutable": "null",
20670                        "readable": true,
20671                        "type": "gdouble",
20672                        "writable": true
20673                    },
20674                    "antialias": {
20675                        "blurb": "Draw with antialiasing",
20676                        "conditionally-available": false,
20677                        "construct": false,
20678                        "construct-only": false,
20679                        "controllable": true,
20680                        "default": "false",
20681                        "mutable": "null",
20682                        "readable": true,
20683                        "type": "gboolean",
20684                        "writable": true
20685                    },
20686                    "classifier": {
20687                        "blurb": "Full path to the XML pattern model for recognition; look in /usr/share/opencv/haarcascades",
20688                        "conditionally-available": false,
20689                        "construct": false,
20690                        "construct-only": false,
20691                        "controllable": true,
20692                        "default": "/usr/share/opencv/haarcascades/haarcascade_frontalface_default.xml",
20693                        "mutable": "null",
20694                        "readable": true,
20695                        "type": "gchararray",
20696                        "writable": true
20697                    },
20698                    "color-1-b": {
20699                        "blurb": "The color of the first object",
20700                        "conditionally-available": false,
20701                        "construct": false,
20702                        "construct-only": false,
20703                        "controllable": true,
20704                        "default": "1",
20705                        "max": "1",
20706                        "min": "0",
20707                        "mutable": "null",
20708                        "readable": true,
20709                        "type": "gfloat",
20710                        "writable": true
20711                    },
20712                    "color-1-g": {
20713                        "blurb": "The color of the first object",
20714                        "conditionally-available": false,
20715                        "construct": false,
20716                        "construct-only": false,
20717                        "controllable": true,
20718                        "default": "1",
20719                        "max": "1",
20720                        "min": "0",
20721                        "mutable": "null",
20722                        "readable": true,
20723                        "type": "gfloat",
20724                        "writable": true
20725                    },
20726                    "color-1-r": {
20727                        "blurb": "The color of the first object",
20728                        "conditionally-available": false,
20729                        "construct": false,
20730                        "construct-only": false,
20731                        "controllable": true,
20732                        "default": "1",
20733                        "max": "1",
20734                        "min": "0",
20735                        "mutable": "null",
20736                        "readable": true,
20737                        "type": "gfloat",
20738                        "writable": true
20739                    },
20740                    "color-2-b": {
20741                        "blurb": "The color of the second object",
20742                        "conditionally-available": false,
20743                        "construct": false,
20744                        "construct-only": false,
20745                        "controllable": true,
20746                        "default": "1",
20747                        "max": "1",
20748                        "min": "0",
20749                        "mutable": "null",
20750                        "readable": true,
20751                        "type": "gfloat",
20752                        "writable": true
20753                    },
20754                    "color-2-g": {
20755                        "blurb": "The color of the second object",
20756                        "conditionally-available": false,
20757                        "construct": false,
20758                        "construct-only": false,
20759                        "controllable": true,
20760                        "default": "0.5",
20761                        "max": "1",
20762                        "min": "0",
20763                        "mutable": "null",
20764                        "readable": true,
20765                        "type": "gfloat",
20766                        "writable": true
20767                    },
20768                    "color-2-r": {
20769                        "blurb": "The color of the second object",
20770                        "conditionally-available": false,
20771                        "construct": false,
20772                        "construct-only": false,
20773                        "controllable": true,
20774                        "default": "0",
20775                        "max": "1",
20776                        "min": "0",
20777                        "mutable": "null",
20778                        "readable": true,
20779                        "type": "gfloat",
20780                        "writable": true
20781                    },
20782                    "color-3-b": {
20783                        "blurb": "The color of the third object",
20784                        "conditionally-available": false,
20785                        "construct": false,
20786                        "construct-only": false,
20787                        "controllable": true,
20788                        "default": "1",
20789                        "max": "1",
20790                        "min": "0",
20791                        "mutable": "null",
20792                        "readable": true,
20793                        "type": "gfloat",
20794                        "writable": true
20795                    },
20796                    "color-3-g": {
20797                        "blurb": "The color of the third object",
20798                        "conditionally-available": false,
20799                        "construct": false,
20800                        "construct-only": false,
20801                        "controllable": true,
20802                        "default": "1",
20803                        "max": "1",
20804                        "min": "0",
20805                        "mutable": "null",
20806                        "readable": true,
20807                        "type": "gfloat",
20808                        "writable": true
20809                    },
20810                    "color-3-r": {
20811                        "blurb": "The color of the third object",
20812                        "conditionally-available": false,
20813                        "construct": false,
20814                        "construct-only": false,
20815                        "controllable": true,
20816                        "default": "0",
20817                        "max": "1",
20818                        "min": "0",
20819                        "mutable": "null",
20820                        "readable": true,
20821                        "type": "gfloat",
20822                        "writable": true
20823                    },
20824                    "color-4-b": {
20825                        "blurb": "The color of the fourth object",
20826                        "conditionally-available": false,
20827                        "construct": false,
20828                        "construct-only": false,
20829                        "controllable": true,
20830                        "default": "0",
20831                        "max": "1",
20832                        "min": "0",
20833                        "mutable": "null",
20834                        "readable": true,
20835                        "type": "gfloat",
20836                        "writable": true
20837                    },
20838                    "color-4-g": {
20839                        "blurb": "The color of the fourth object",
20840                        "conditionally-available": false,
20841                        "construct": false,
20842                        "construct-only": false,
20843                        "controllable": true,
20844                        "default": "1",
20845                        "max": "1",
20846                        "min": "0",
20847                        "mutable": "null",
20848                        "readable": true,
20849                        "type": "gfloat",
20850                        "writable": true
20851                    },
20852                    "color-4-r": {
20853                        "blurb": "The color of the fourth object",
20854                        "conditionally-available": false,
20855                        "construct": false,
20856                        "construct-only": false,
20857                        "controllable": true,
20858                        "default": "0",
20859                        "max": "1",
20860                        "min": "0",
20861                        "mutable": "null",
20862                        "readable": true,
20863                        "type": "gfloat",
20864                        "writable": true
20865                    },
20866                    "color-5-b": {
20867                        "blurb": "The color of the fifth object",
20868                        "conditionally-available": false,
20869                        "construct": false,
20870                        "construct-only": false,
20871                        "controllable": true,
20872                        "default": "0",
20873                        "max": "1",
20874                        "min": "0",
20875                        "mutable": "null",
20876                        "readable": true,
20877                        "type": "gfloat",
20878                        "writable": true
20879                    },
20880                    "color-5-g": {
20881                        "blurb": "The color of the fifth object",
20882                        "conditionally-available": false,
20883                        "construct": false,
20884                        "construct-only": false,
20885                        "controllable": true,
20886                        "default": "0.5",
20887                        "max": "1",
20888                        "min": "0",
20889                        "mutable": "null",
20890                        "readable": true,
20891                        "type": "gfloat",
20892                        "writable": true
20893                    },
20894                    "color-5-r": {
20895                        "blurb": "The color of the fifth object",
20896                        "conditionally-available": false,
20897                        "construct": false,
20898                        "construct-only": false,
20899                        "controllable": true,
20900                        "default": "1",
20901                        "max": "1",
20902                        "min": "0",
20903                        "mutable": "null",
20904                        "readable": true,
20905                        "type": "gfloat",
20906                        "writable": true
20907                    },
20908                    "neighbors": {
20909                        "blurb": "Minimum number of rectangles that makes up an object, divided by 100",
20910                        "conditionally-available": false,
20911                        "construct": false,
20912                        "construct-only": false,
20913                        "controllable": true,
20914                        "default": "0.02",
20915                        "max": "1",
20916                        "min": "0",
20917                        "mutable": "null",
20918                        "readable": true,
20919                        "type": "gdouble",
20920                        "writable": true
20921                    },
20922                    "recheck": {
20923                        "blurb": "How often to detect an object in number of frames, divided by 1000",
20924                        "conditionally-available": false,
20925                        "construct": false,
20926                        "construct-only": false,
20927                        "controllable": true,
20928                        "default": "0.025",
20929                        "max": "1",
20930                        "min": "0",
20931                        "mutable": "null",
20932                        "readable": true,
20933                        "type": "gdouble",
20934                        "writable": true
20935                    },
20936                    "scale": {
20937                        "blurb": "Down scale the image prior detection",
20938                        "conditionally-available": false,
20939                        "construct": false,
20940                        "construct-only": false,
20941                        "controllable": true,
20942                        "default": "0.666667",
20943                        "max": "1",
20944                        "min": "0",
20945                        "mutable": "null",
20946                        "readable": true,
20947                        "type": "gdouble",
20948                        "writable": true
20949                    },
20950                    "search-scale": {
20951                        "blurb": "The search window scale factor, divided by 10",
20952                        "conditionally-available": false,
20953                        "construct": false,
20954                        "construct-only": false,
20955                        "controllable": true,
20956                        "default": "0.12",
20957                        "max": "1",
20958                        "min": "0",
20959                        "mutable": "null",
20960                        "readable": true,
20961                        "type": "gdouble",
20962                        "writable": true
20963                    },
20964                    "shape": {
20965                        "blurb": "The shape to draw: 0=circle, 0.1=ellipse, 0.2=rectangle, 1=random",
20966                        "conditionally-available": false,
20967                        "construct": false,
20968                        "construct-only": false,
20969                        "controllable": true,
20970                        "default": "0",
20971                        "max": "1",
20972                        "min": "0",
20973                        "mutable": "null",
20974                        "readable": true,
20975                        "type": "gdouble",
20976                        "writable": true
20977                    },
20978                    "smallest": {
20979                        "blurb": "Minimum window size in pixels, divided by 1000",
20980                        "conditionally-available": false,
20981                        "construct": false,
20982                        "construct-only": false,
20983                        "controllable": true,
20984                        "default": "0",
20985                        "max": "1",
20986                        "min": "0",
20987                        "mutable": "null",
20988                        "readable": true,
20989                        "type": "gdouble",
20990                        "writable": true
20991                    },
20992                    "stroke": {
20993                        "blurb": "Line width, divided by 100, or fill if 0",
20994                        "conditionally-available": false,
20995                        "construct": false,
20996                        "construct-only": false,
20997                        "controllable": true,
20998                        "default": "0",
20999                        "max": "1",
21000                        "min": "0",
21001                        "mutable": "null",
21002                        "readable": true,
21003                        "type": "gdouble",
21004                        "writable": true
21005                    },
21006                    "threads": {
21007                        "blurb": "How many threads to use divided by 100; 0 uses CPU count",
21008                        "conditionally-available": false,
21009                        "construct": false,
21010                        "construct-only": false,
21011                        "controllable": true,
21012                        "default": "0.01",
21013                        "max": "1",
21014                        "min": "0",
21015                        "mutable": "null",
21016                        "readable": true,
21017                        "type": "gdouble",
21018                        "writable": true
21019                    }
21020                },
21021                "rank": "none"
21022            },
21023            "frei0r-filter-perspective": {
21024                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Richard Spindler",
21025                "description": "Distorts the image for a pseudo perspective",
21026                "hierarchy": [
21027                    "frei0r-filter-perspective",
21028                    "GstVideoFilter",
21029                    "GstBaseTransform",
21030                    "GstElement",
21031                    "GstObject",
21032                    "GInitiallyUnowned",
21033                    "GObject"
21034                ],
21035                "klass": "Filter/Effect/Video",
21036                "long-name": "Perspective",
21037                "pad-templates": {
21038                    "sink": {
21039                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21040                        "direction": "sink",
21041                        "presence": "always"
21042                    },
21043                    "src": {
21044                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21045                        "direction": "src",
21046                        "presence": "always"
21047                    }
21048                },
21049                "properties": {
21050                    "bottom-left-Y": {
21051                        "blurb": "",
21052                        "conditionally-available": false,
21053                        "construct": false,
21054                        "construct-only": false,
21055                        "controllable": true,
21056                        "default": "1",
21057                        "max": "1",
21058                        "min": "0",
21059                        "mutable": "null",
21060                        "readable": true,
21061                        "type": "gdouble",
21062                        "writable": true
21063                    },
21064                    "bottom-left-x": {
21065                        "blurb": "",
21066                        "conditionally-available": false,
21067                        "construct": false,
21068                        "construct-only": false,
21069                        "controllable": true,
21070                        "default": "0",
21071                        "max": "1",
21072                        "min": "0",
21073                        "mutable": "null",
21074                        "readable": true,
21075                        "type": "gdouble",
21076                        "writable": true
21077                    },
21078                    "bottom-right-Y": {
21079                        "blurb": "",
21080                        "conditionally-available": false,
21081                        "construct": false,
21082                        "construct-only": false,
21083                        "controllable": true,
21084                        "default": "1",
21085                        "max": "1",
21086                        "min": "0",
21087                        "mutable": "null",
21088                        "readable": true,
21089                        "type": "gdouble",
21090                        "writable": true
21091                    },
21092                    "bottom-right-x": {
21093                        "blurb": "",
21094                        "conditionally-available": false,
21095                        "construct": false,
21096                        "construct-only": false,
21097                        "controllable": true,
21098                        "default": "1",
21099                        "max": "1",
21100                        "min": "0",
21101                        "mutable": "null",
21102                        "readable": true,
21103                        "type": "gdouble",
21104                        "writable": true
21105                    },
21106                    "top-left-Y": {
21107                        "blurb": "",
21108                        "conditionally-available": false,
21109                        "construct": false,
21110                        "construct-only": false,
21111                        "controllable": true,
21112                        "default": "0",
21113                        "max": "1",
21114                        "min": "0",
21115                        "mutable": "null",
21116                        "readable": true,
21117                        "type": "gdouble",
21118                        "writable": true
21119                    },
21120                    "top-left-x": {
21121                        "blurb": "",
21122                        "conditionally-available": false,
21123                        "construct": false,
21124                        "construct-only": false,
21125                        "controllable": true,
21126                        "default": "0",
21127                        "max": "1",
21128                        "min": "0",
21129                        "mutable": "null",
21130                        "readable": true,
21131                        "type": "gdouble",
21132                        "writable": true
21133                    },
21134                    "top-right-Y": {
21135                        "blurb": "",
21136                        "conditionally-available": false,
21137                        "construct": false,
21138                        "construct-only": false,
21139                        "controllable": true,
21140                        "default": "0",
21141                        "max": "1",
21142                        "min": "0",
21143                        "mutable": "null",
21144                        "readable": true,
21145                        "type": "gdouble",
21146                        "writable": true
21147                    },
21148                    "top-right-x": {
21149                        "blurb": "",
21150                        "conditionally-available": false,
21151                        "construct": false,
21152                        "construct-only": false,
21153                        "controllable": true,
21154                        "default": "1",
21155                        "max": "1",
21156                        "min": "0",
21157                        "mutable": "null",
21158                        "readable": true,
21159                        "type": "gdouble",
21160                        "writable": true
21161                    }
21162                },
21163                "rank": "none"
21164            },
21165            "frei0r-filter-pixeliz0r": {
21166                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Gephex crew",
21167                "description": "Pixelize input image.",
21168                "hierarchy": [
21169                    "frei0r-filter-pixeliz0r",
21170                    "GstVideoFilter",
21171                    "GstBaseTransform",
21172                    "GstElement",
21173                    "GstObject",
21174                    "GInitiallyUnowned",
21175                    "GObject"
21176                ],
21177                "klass": "Filter/Effect/Video",
21178                "long-name": "pixeliz0r",
21179                "pad-templates": {
21180                    "sink": {
21181                        "caps": "video/x-raw:\n         format: { BGRA, RGBA, ABGR, ARGB, BGRx, RGBx, xBGR, xRGB, AYUV }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21182                        "direction": "sink",
21183                        "presence": "always"
21184                    },
21185                    "src": {
21186                        "caps": "video/x-raw:\n         format: { BGRA, RGBA, ABGR, ARGB, BGRx, RGBx, xBGR, xRGB, AYUV }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21187                        "direction": "src",
21188                        "presence": "always"
21189                    }
21190                },
21191                "properties": {
21192                    "block-height": {
21193                        "blurb": "Vertical size of one \"pixel\"",
21194                        "conditionally-available": false,
21195                        "construct": false,
21196                        "construct-only": false,
21197                        "controllable": true,
21198                        "default": "0.0291667",
21199                        "max": "1",
21200                        "min": "0",
21201                        "mutable": "null",
21202                        "readable": true,
21203                        "type": "gdouble",
21204                        "writable": true
21205                    },
21206                    "block-width": {
21207                        "blurb": "Horizontal size of one \"pixel\"",
21208                        "conditionally-available": false,
21209                        "construct": false,
21210                        "construct-only": false,
21211                        "controllable": true,
21212                        "default": "0.021875",
21213                        "max": "1",
21214                        "min": "0",
21215                        "mutable": "null",
21216                        "readable": true,
21217                        "type": "gdouble",
21218                        "writable": true
21219                    }
21220                },
21221                "rank": "none"
21222            },
21223            "frei0r-filter-posterize": {
21224                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Janne Liljeblad",
21225                "description": "Posterizes image by reducing the number of colors used in image",
21226                "hierarchy": [
21227                    "frei0r-filter-posterize",
21228                    "GstVideoFilter",
21229                    "GstBaseTransform",
21230                    "GstElement",
21231                    "GstObject",
21232                    "GInitiallyUnowned",
21233                    "GObject"
21234                ],
21235                "klass": "Filter/Effect/Video",
21236                "long-name": "posterize",
21237                "pad-templates": {
21238                    "sink": {
21239                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21240                        "direction": "sink",
21241                        "presence": "always"
21242                    },
21243                    "src": {
21244                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21245                        "direction": "src",
21246                        "presence": "always"
21247                    }
21248                },
21249                "properties": {
21250                    "levels": {
21251                        "blurb": "Number of values per channel",
21252                        "conditionally-available": false,
21253                        "construct": false,
21254                        "construct-only": false,
21255                        "controllable": true,
21256                        "default": "0.104167",
21257                        "max": "1",
21258                        "min": "0",
21259                        "mutable": "null",
21260                        "readable": true,
21261                        "type": "gdouble",
21262                        "writable": true
21263                    }
21264                },
21265                "rank": "none"
21266            },
21267            "frei0r-filter-pr0be": {
21268                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli",
21269                "description": "Measure video values",
21270                "hierarchy": [
21271                    "frei0r-filter-pr0be",
21272                    "GstVideoFilter",
21273                    "GstBaseTransform",
21274                    "GstElement",
21275                    "GstObject",
21276                    "GInitiallyUnowned",
21277                    "GObject"
21278                ],
21279                "klass": "Filter/Effect/Video",
21280                "long-name": "pr0be",
21281                "pad-templates": {
21282                    "sink": {
21283                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21284                        "direction": "sink",
21285                        "presence": "always"
21286                    },
21287                    "src": {
21288                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21289                        "direction": "src",
21290                        "presence": "always"
21291                    }
21292                },
21293                "properties": {
21294                    "big-window": {
21295                        "blurb": "Display more data",
21296                        "conditionally-available": false,
21297                        "construct": false,
21298                        "construct-only": false,
21299                        "controllable": true,
21300                        "default": "false",
21301                        "mutable": "null",
21302                        "readable": true,
21303                        "type": "gboolean",
21304                        "writable": true
21305                    },
21306                    "measurement": {
21307                        "blurb": "What measurement to display",
21308                        "conditionally-available": false,
21309                        "construct": false,
21310                        "construct-only": false,
21311                        "controllable": true,
21312                        "default": "0",
21313                        "max": "1",
21314                        "min": "0",
21315                        "mutable": "null",
21316                        "readable": true,
21317                        "type": "gdouble",
21318                        "writable": true
21319                    },
21320                    "param-256-scale": {
21321                        "blurb": "use 0-255 instead of 0.0-1.0",
21322                        "conditionally-available": false,
21323                        "construct": false,
21324                        "construct-only": false,
21325                        "controllable": true,
21326                        "default": "false",
21327                        "mutable": "null",
21328                        "readable": true,
21329                        "type": "gboolean",
21330                        "writable": true
21331                    },
21332                    "show-alpha": {
21333                        "blurb": "Display alpha value too",
21334                        "conditionally-available": false,
21335                        "construct": false,
21336                        "construct-only": false,
21337                        "controllable": true,
21338                        "default": "false",
21339                        "mutable": "null",
21340                        "readable": true,
21341                        "type": "gboolean",
21342                        "writable": true
21343                    },
21344                    "x": {
21345                        "blurb": "X position of probe",
21346                        "conditionally-available": false,
21347                        "construct": false,
21348                        "construct-only": false,
21349                        "controllable": true,
21350                        "default": "0.5",
21351                        "max": "1",
21352                        "min": "0",
21353                        "mutable": "null",
21354                        "readable": true,
21355                        "type": "gdouble",
21356                        "writable": true
21357                    },
21358                    "x-size": {
21359                        "blurb": "X size of probe",
21360                        "conditionally-available": false,
21361                        "construct": false,
21362                        "construct-only": false,
21363                        "controllable": true,
21364                        "default": "0.25",
21365                        "max": "1",
21366                        "min": "0",
21367                        "mutable": "null",
21368                        "readable": true,
21369                        "type": "gdouble",
21370                        "writable": true
21371                    },
21372                    "y": {
21373                        "blurb": "Y position of probe",
21374                        "conditionally-available": false,
21375                        "construct": false,
21376                        "construct-only": false,
21377                        "controllable": true,
21378                        "default": "0.5",
21379                        "max": "1",
21380                        "min": "0",
21381                        "mutable": "null",
21382                        "readable": true,
21383                        "type": "gdouble",
21384                        "writable": true
21385                    },
21386                    "y-size": {
21387                        "blurb": "Y size of probe",
21388                        "conditionally-available": false,
21389                        "construct": false,
21390                        "construct-only": false,
21391                        "controllable": true,
21392                        "default": "0.25",
21393                        "max": "1",
21394                        "min": "0",
21395                        "mutable": "null",
21396                        "readable": true,
21397                        "type": "gdouble",
21398                        "writable": true
21399                    }
21400                },
21401                "rank": "none"
21402            },
21403            "frei0r-filter-pr0file": {
21404                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli",
21405                "description": "2D video oscilloscope",
21406                "hierarchy": [
21407                    "frei0r-filter-pr0file",
21408                    "GstVideoFilter",
21409                    "GstBaseTransform",
21410                    "GstElement",
21411                    "GstObject",
21412                    "GInitiallyUnowned",
21413                    "GObject"
21414                ],
21415                "klass": "Filter/Effect/Video",
21416                "long-name": "pr0file",
21417                "pad-templates": {
21418                    "sink": {
21419                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21420                        "direction": "sink",
21421                        "presence": "always"
21422                    },
21423                    "src": {
21424                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21425                        "direction": "src",
21426                        "presence": "always"
21427                    }
21428                },
21429                "properties": {
21430                    "alpha-trace": {
21431                        "blurb": "Show Alpha trace on scope",
21432                        "conditionally-available": false,
21433                        "construct": false,
21434                        "construct-only": false,
21435                        "controllable": true,
21436                        "default": "false",
21437                        "mutable": "null",
21438                        "readable": true,
21439                        "type": "gboolean",
21440                        "writable": true
21441                    },
21442                    "b-trace": {
21443                        "blurb": "Show B trace on scope",
21444                        "conditionally-available": false,
21445                        "construct": false,
21446                        "construct-only": false,
21447                        "controllable": true,
21448                        "default": "true",
21449                        "mutable": "null",
21450                        "readable": true,
21451                        "type": "gboolean",
21452                        "writable": true
21453                    },
21454                    "channel": {
21455                        "blurb": "Channel to numerically display",
21456                        "conditionally-available": false,
21457                        "construct": false,
21458                        "construct-only": false,
21459                        "controllable": true,
21460                        "default": "0.375005",
21461                        "max": "1",
21462                        "min": "0",
21463                        "mutable": "null",
21464                        "readable": true,
21465                        "type": "gdouble",
21466                        "writable": true
21467                    },
21468                    "color": {
21469                        "blurb": "rec 601 or rec 709",
21470                        "conditionally-available": false,
21471                        "construct": false,
21472                        "construct-only": false,
21473                        "controllable": true,
21474                        "default": "0",
21475                        "max": "1",
21476                        "min": "0",
21477                        "mutable": "null",
21478                        "readable": true,
21479                        "type": "gdouble",
21480                        "writable": true
21481                    },
21482                    "crosshair-color": {
21483                        "blurb": "Color of the profile marker",
21484                        "conditionally-available": false,
21485                        "construct": false,
21486                        "construct-only": false,
21487                        "controllable": true,
21488                        "default": "0",
21489                        "max": "1",
21490                        "min": "0",
21491                        "mutable": "null",
21492                        "readable": true,
21493                        "type": "gdouble",
21494                        "writable": true
21495                    },
21496                    "display-average": {
21497                        "blurb": "e",
21498                        "conditionally-available": false,
21499                        "construct": false,
21500                        "construct-only": false,
21501                        "controllable": true,
21502                        "default": "true",
21503                        "mutable": "null",
21504                        "readable": true,
21505                        "type": "gboolean",
21506                        "writable": true
21507                    },
21508                    "display-maximum": {
21509                        "blurb": "",
21510                        "conditionally-available": false,
21511                        "construct": false,
21512                        "construct-only": false,
21513                        "controllable": true,
21514                        "default": "false",
21515                        "mutable": "null",
21516                        "readable": true,
21517                        "type": "gboolean",
21518                        "writable": true
21519                    },
21520                    "display-minimum": {
21521                        "blurb": "",
21522                        "conditionally-available": false,
21523                        "construct": false,
21524                        "construct-only": false,
21525                        "controllable": true,
21526                        "default": "false",
21527                        "mutable": "null",
21528                        "readable": true,
21529                        "type": "gboolean",
21530                        "writable": true
21531                    },
21532                    "display-rms": {
21533                        "blurb": "",
21534                        "conditionally-available": false,
21535                        "construct": false,
21536                        "construct-only": false,
21537                        "controllable": true,
21538                        "default": "true",
21539                        "mutable": "null",
21540                        "readable": true,
21541                        "type": "gboolean",
21542                        "writable": true
21543                    },
21544                    "g-trace": {
21545                        "blurb": "Show G trace on scope",
21546                        "conditionally-available": false,
21547                        "construct": false,
21548                        "construct-only": false,
21549                        "controllable": true,
21550                        "default": "true",
21551                        "mutable": "null",
21552                        "readable": true,
21553                        "type": "gboolean",
21554                        "writable": true
21555                    },
21556                    "length": {
21557                        "blurb": "Length of profile",
21558                        "conditionally-available": false,
21559                        "construct": false,
21560                        "construct-only": false,
21561                        "controllable": true,
21562                        "default": "0.589744",
21563                        "max": "1",
21564                        "min": "0",
21565                        "mutable": "null",
21566                        "readable": true,
21567                        "type": "gdouble",
21568                        "writable": true
21569                    },
21570                    "marker-1": {
21571                        "blurb": "Position of marker 1",
21572                        "conditionally-available": false,
21573                        "construct": false,
21574                        "construct-only": false,
21575                        "controllable": true,
21576                        "default": "0",
21577                        "max": "1",
21578                        "min": "0",
21579                        "mutable": "null",
21580                        "readable": true,
21581                        "type": "gdouble",
21582                        "writable": true
21583                    },
21584                    "marker-2": {
21585                        "blurb": "Position of marker 2",
21586                        "conditionally-available": false,
21587                        "construct": false,
21588                        "construct-only": false,
21589                        "controllable": true,
21590                        "default": "0",
21591                        "max": "1",
21592                        "min": "0",
21593                        "mutable": "null",
21594                        "readable": true,
21595                        "type": "gdouble",
21596                        "writable": true
21597                    },
21598                    "param-256-scale": {
21599                        "blurb": "use 0-255 instead of 0.0-1.0",
21600                        "conditionally-available": false,
21601                        "construct": false,
21602                        "construct-only": false,
21603                        "controllable": true,
21604                        "default": "false",
21605                        "mutable": "null",
21606                        "readable": true,
21607                        "type": "gboolean",
21608                        "writable": true
21609                    },
21610                    "pb-trace": {
21611                        "blurb": "Show Pb trace on scope",
21612                        "conditionally-available": false,
21613                        "construct": false,
21614                        "construct-only": false,
21615                        "controllable": true,
21616                        "default": "false",
21617                        "mutable": "null",
21618                        "readable": true,
21619                        "type": "gboolean",
21620                        "writable": true
21621                    },
21622                    "pr-trace": {
21623                        "blurb": "Show Pr trace on scope",
21624                        "conditionally-available": false,
21625                        "construct": false,
21626                        "construct-only": false,
21627                        "controllable": true,
21628                        "default": "false",
21629                        "mutable": "null",
21630                        "readable": true,
21631                        "type": "gboolean",
21632                        "writable": true
21633                    },
21634                    "r-trace": {
21635                        "blurb": "Show R trace on scope",
21636                        "conditionally-available": false,
21637                        "construct": false,
21638                        "construct-only": false,
21639                        "controllable": true,
21640                        "default": "true",
21641                        "mutable": "null",
21642                        "readable": true,
21643                        "type": "gboolean",
21644                        "writable": true
21645                    },
21646                    "tilt": {
21647                        "blurb": "Tilt of profile",
21648                        "conditionally-available": false,
21649                        "construct": false,
21650                        "construct-only": false,
21651                        "controllable": true,
21652                        "default": "0.5",
21653                        "max": "1",
21654                        "min": "0",
21655                        "mutable": "null",
21656                        "readable": true,
21657                        "type": "gdouble",
21658                        "writable": true
21659                    },
21660                    "x": {
21661                        "blurb": "X position of profile",
21662                        "conditionally-available": false,
21663                        "construct": false,
21664                        "construct-only": false,
21665                        "controllable": true,
21666                        "default": "0.5",
21667                        "max": "1",
21668                        "min": "0",
21669                        "mutable": "null",
21670                        "readable": true,
21671                        "type": "gdouble",
21672                        "writable": true
21673                    },
21674                    "y": {
21675                        "blurb": "Y position of profile",
21676                        "conditionally-available": false,
21677                        "construct": false,
21678                        "construct-only": false,
21679                        "controllable": true,
21680                        "default": "0.5",
21681                        "max": "1",
21682                        "min": "0",
21683                        "mutable": "null",
21684                        "readable": true,
21685                        "type": "gdouble",
21686                        "writable": true
21687                    },
21688                    "y-trace": {
21689                        "blurb": "Show Y' trace on scope",
21690                        "conditionally-available": false,
21691                        "construct": false,
21692                        "construct-only": false,
21693                        "controllable": true,
21694                        "default": "false",
21695                        "mutable": "null",
21696                        "readable": true,
21697                        "type": "gboolean",
21698                        "writable": true
21699                    }
21700                },
21701                "rank": "none"
21702            },
21703            "frei0r-filter-premultiply-or-unpremultiply": {
21704                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Dan Dennedy",
21705                "description": "Multiply (or divide) each color component by the pixel's alpha value",
21706                "hierarchy": [
21707                    "frei0r-filter-premultiply-or-unpremultiply",
21708                    "GstVideoFilter",
21709                    "GstBaseTransform",
21710                    "GstElement",
21711                    "GstObject",
21712                    "GInitiallyUnowned",
21713                    "GObject"
21714                ],
21715                "klass": "Filter/Effect/Video",
21716                "long-name": "Premultiply or Unpremultiply",
21717                "pad-templates": {
21718                    "sink": {
21719                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21720                        "direction": "sink",
21721                        "presence": "always"
21722                    },
21723                    "src": {
21724                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21725                        "direction": "src",
21726                        "presence": "always"
21727                    }
21728                },
21729                "properties": {
21730                    "unpremultiply": {
21731                        "blurb": "Whether to unpremultiply instead",
21732                        "conditionally-available": false,
21733                        "construct": false,
21734                        "construct-only": false,
21735                        "controllable": true,
21736                        "default": "true",
21737                        "mutable": "null",
21738                        "readable": true,
21739                        "type": "gboolean",
21740                        "writable": true
21741                    }
21742                },
21743                "rank": "none"
21744            },
21745            "frei0r-filter-primaries": {
21746                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Hedde Bosman",
21747                "description": "Reduce image to primary colors",
21748                "hierarchy": [
21749                    "frei0r-filter-primaries",
21750                    "GstVideoFilter",
21751                    "GstBaseTransform",
21752                    "GstElement",
21753                    "GstObject",
21754                    "GInitiallyUnowned",
21755                    "GObject"
21756                ],
21757                "klass": "Filter/Effect/Video",
21758                "long-name": "primaries",
21759                "pad-templates": {
21760                    "sink": {
21761                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21762                        "direction": "sink",
21763                        "presence": "always"
21764                    },
21765                    "src": {
21766                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21767                        "direction": "src",
21768                        "presence": "always"
21769                    }
21770                },
21771                "properties": {
21772                    "factor": {
21773                        "blurb": "influence of mean px value. > 32 = 0",
21774                        "conditionally-available": false,
21775                        "construct": false,
21776                        "construct-only": false,
21777                        "controllable": true,
21778                        "default": "1",
21779                        "max": "1",
21780                        "min": "0",
21781                        "mutable": "null",
21782                        "readable": true,
21783                        "type": "gdouble",
21784                        "writable": true
21785                    }
21786                },
21787                "rank": "none"
21788            },
21789            "frei0r-filter-r": {
21790                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Richard Spindler",
21791                "description": "Extracts Red from Image",
21792                "hierarchy": [
21793                    "frei0r-filter-r",
21794                    "GstVideoFilter",
21795                    "GstBaseTransform",
21796                    "GstElement",
21797                    "GstObject",
21798                    "GInitiallyUnowned",
21799                    "GObject"
21800                ],
21801                "klass": "Filter/Effect/Video",
21802                "long-name": "R",
21803                "pad-templates": {
21804                    "sink": {
21805                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21806                        "direction": "sink",
21807                        "presence": "always"
21808                    },
21809                    "src": {
21810                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21811                        "direction": "src",
21812                        "presence": "always"
21813                    }
21814                },
21815                "properties": {},
21816                "rank": "none"
21817            },
21818            "frei0r-filter-rgb-parade": {
21819                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Albert Frisch",
21820                "description": "Displays a histogram of R, G and B of the video-data",
21821                "hierarchy": [
21822                    "frei0r-filter-rgb-parade",
21823                    "GstVideoFilter",
21824                    "GstBaseTransform",
21825                    "GstElement",
21826                    "GstObject",
21827                    "GInitiallyUnowned",
21828                    "GObject"
21829                ],
21830                "klass": "Filter/Effect/Video",
21831                "long-name": "RGB-Parade",
21832                "pad-templates": {
21833                    "sink": {
21834                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21835                        "direction": "sink",
21836                        "presence": "always"
21837                    },
21838                    "src": {
21839                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21840                        "direction": "src",
21841                        "presence": "always"
21842                    }
21843                },
21844                "properties": {
21845                    "mix": {
21846                        "blurb": "The amount of source image mixed into background of display",
21847                        "conditionally-available": false,
21848                        "construct": false,
21849                        "construct-only": false,
21850                        "controllable": true,
21851                        "default": "0",
21852                        "max": "1",
21853                        "min": "0",
21854                        "mutable": "null",
21855                        "readable": true,
21856                        "type": "gdouble",
21857                        "writable": true
21858                    },
21859                    "overlay-sides": {
21860                        "blurb": "If false, the sides of image are shown without overlay",
21861                        "conditionally-available": false,
21862                        "construct": false,
21863                        "construct-only": false,
21864                        "controllable": true,
21865                        "default": "true",
21866                        "mutable": "null",
21867                        "readable": true,
21868                        "type": "gboolean",
21869                        "writable": true
21870                    }
21871                },
21872                "rank": "none"
21873            },
21874            "frei0r-filter-rgbnoise": {
21875                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Janne Liljeblad",
21876                "description": "Adds RGB noise to image.",
21877                "hierarchy": [
21878                    "frei0r-filter-rgbnoise",
21879                    "GstVideoFilter",
21880                    "GstBaseTransform",
21881                    "GstElement",
21882                    "GstObject",
21883                    "GInitiallyUnowned",
21884                    "GObject"
21885                ],
21886                "klass": "Filter/Effect/Video",
21887                "long-name": "rgbnoise",
21888                "pad-templates": {
21889                    "sink": {
21890                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21891                        "direction": "sink",
21892                        "presence": "always"
21893                    },
21894                    "src": {
21895                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21896                        "direction": "src",
21897                        "presence": "always"
21898                    }
21899                },
21900                "properties": {
21901                    "noise": {
21902                        "blurb": "Amount of noise added",
21903                        "conditionally-available": false,
21904                        "construct": false,
21905                        "construct-only": false,
21906                        "controllable": true,
21907                        "default": "0.2",
21908                        "max": "1",
21909                        "min": "0",
21910                        "mutable": "null",
21911                        "readable": true,
21912                        "type": "gdouble",
21913                        "writable": true
21914                    }
21915                },
21916                "rank": "none"
21917            },
21918            "frei0r-filter-rgbsplit0r": {
21919                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, IDENT Software",
21920                "description": "RGB splitting and shifting",
21921                "hierarchy": [
21922                    "frei0r-filter-rgbsplit0r",
21923                    "GstVideoFilter",
21924                    "GstBaseTransform",
21925                    "GstElement",
21926                    "GstObject",
21927                    "GInitiallyUnowned",
21928                    "GObject"
21929                ],
21930                "klass": "Filter/Effect/Video",
21931                "long-name": "rgbsplit0r",
21932                "pad-templates": {
21933                    "sink": {
21934                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21935                        "direction": "sink",
21936                        "presence": "always"
21937                    },
21938                    "src": {
21939                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21940                        "direction": "src",
21941                        "presence": "always"
21942                    }
21943                },
21944                "properties": {
21945                    "horizontal-split-distance": {
21946                        "blurb": "How far should layers be moved horizontally from each other",
21947                        "conditionally-available": false,
21948                        "construct": false,
21949                        "construct-only": false,
21950                        "controllable": true,
21951                        "default": "0.5",
21952                        "max": "1",
21953                        "min": "0",
21954                        "mutable": "null",
21955                        "readable": true,
21956                        "type": "gdouble",
21957                        "writable": true
21958                    },
21959                    "vertical-split-distance": {
21960                        "blurb": "How far should layers be moved vertically from each other",
21961                        "conditionally-available": false,
21962                        "construct": false,
21963                        "construct-only": false,
21964                        "controllable": true,
21965                        "default": "0.5",
21966                        "max": "1",
21967                        "min": "0",
21968                        "mutable": "null",
21969                        "readable": true,
21970                        "type": "gdouble",
21971                        "writable": true
21972                    }
21973                },
21974                "rank": "none"
21975            },
21976            "frei0r-filter-saturat0r": {
21977                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
21978                "description": "Adjusts the saturation of a source image",
21979                "hierarchy": [
21980                    "frei0r-filter-saturat0r",
21981                    "GstVideoFilter",
21982                    "GstBaseTransform",
21983                    "GstElement",
21984                    "GstObject",
21985                    "GInitiallyUnowned",
21986                    "GObject"
21987                ],
21988                "klass": "Filter/Effect/Video",
21989                "long-name": "Saturat0r",
21990                "pad-templates": {
21991                    "sink": {
21992                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21993                        "direction": "sink",
21994                        "presence": "always"
21995                    },
21996                    "src": {
21997                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21998                        "direction": "src",
21999                        "presence": "always"
22000                    }
22001                },
22002                "properties": {
22003                    "saturation": {
22004                        "blurb": "The saturation value",
22005                        "conditionally-available": false,
22006                        "construct": false,
22007                        "construct-only": false,
22008                        "controllable": true,
22009                        "default": "0.125",
22010                        "max": "1",
22011                        "min": "0",
22012                        "mutable": "null",
22013                        "readable": true,
22014                        "type": "gdouble",
22015                        "writable": true
22016                    }
22017                },
22018                "rank": "none"
22019            },
22020            "frei0r-filter-scale0tilt": {
22021                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Richard Spindler",
22022                "description": "Scales, Tilts and Crops an Image",
22023                "hierarchy": [
22024                    "frei0r-filter-scale0tilt",
22025                    "GstVideoFilter",
22026                    "GstBaseTransform",
22027                    "GstElement",
22028                    "GstObject",
22029                    "GInitiallyUnowned",
22030                    "GObject"
22031                ],
22032                "klass": "Filter/Effect/Video",
22033                "long-name": "Scale0Tilt",
22034                "pad-templates": {
22035                    "sink": {
22036                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22037                        "direction": "sink",
22038                        "presence": "always"
22039                    },
22040                    "src": {
22041                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22042                        "direction": "src",
22043                        "presence": "always"
22044                    }
22045                },
22046                "properties": {
22047                    "clip-bottom": {
22048                        "blurb": "",
22049                        "conditionally-available": false,
22050                        "construct": false,
22051                        "construct-only": false,
22052                        "controllable": true,
22053                        "default": "0",
22054                        "max": "1",
22055                        "min": "0",
22056                        "mutable": "null",
22057                        "readable": true,
22058                        "type": "gdouble",
22059                        "writable": true
22060                    },
22061                    "clip-left": {
22062                        "blurb": "",
22063                        "conditionally-available": false,
22064                        "construct": false,
22065                        "construct-only": false,
22066                        "controllable": true,
22067                        "default": "0",
22068                        "max": "1",
22069                        "min": "0",
22070                        "mutable": "null",
22071                        "readable": true,
22072                        "type": "gdouble",
22073                        "writable": true
22074                    },
22075                    "clip-right": {
22076                        "blurb": "",
22077                        "conditionally-available": false,
22078                        "construct": false,
22079                        "construct-only": false,
22080                        "controllable": true,
22081                        "default": "0",
22082                        "max": "1",
22083                        "min": "0",
22084                        "mutable": "null",
22085                        "readable": true,
22086                        "type": "gdouble",
22087                        "writable": true
22088                    },
22089                    "clip-top": {
22090                        "blurb": "",
22091                        "conditionally-available": false,
22092                        "construct": false,
22093                        "construct-only": false,
22094                        "controllable": true,
22095                        "default": "0",
22096                        "max": "1",
22097                        "min": "0",
22098                        "mutable": "null",
22099                        "readable": true,
22100                        "type": "gdouble",
22101                        "writable": true
22102                    },
22103                    "scale-x": {
22104                        "blurb": "",
22105                        "conditionally-available": false,
22106                        "construct": false,
22107                        "construct-only": false,
22108                        "controllable": true,
22109                        "default": "0.5",
22110                        "max": "1",
22111                        "min": "0",
22112                        "mutable": "null",
22113                        "readable": true,
22114                        "type": "gdouble",
22115                        "writable": true
22116                    },
22117                    "scale-y": {
22118                        "blurb": "",
22119                        "conditionally-available": false,
22120                        "construct": false,
22121                        "construct-only": false,
22122                        "controllable": true,
22123                        "default": "0.5",
22124                        "max": "1",
22125                        "min": "0",
22126                        "mutable": "null",
22127                        "readable": true,
22128                        "type": "gdouble",
22129                        "writable": true
22130                    },
22131                    "tilt-x": {
22132                        "blurb": "",
22133                        "conditionally-available": false,
22134                        "construct": false,
22135                        "construct-only": false,
22136                        "controllable": true,
22137                        "default": "0.5",
22138                        "max": "1",
22139                        "min": "0",
22140                        "mutable": "null",
22141                        "readable": true,
22142                        "type": "gdouble",
22143                        "writable": true
22144                    },
22145                    "tilt-y": {
22146                        "blurb": "",
22147                        "conditionally-available": false,
22148                        "construct": false,
22149                        "construct-only": false,
22150                        "controllable": true,
22151                        "default": "0.5",
22152                        "max": "1",
22153                        "min": "0",
22154                        "mutable": "null",
22155                        "readable": true,
22156                        "type": "gdouble",
22157                        "writable": true
22158                    }
22159                },
22160                "rank": "none"
22161            },
22162            "frei0r-filter-scanline0r": {
22163                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Martin Bayer",
22164                "description": "interlaced dark lines",
22165                "hierarchy": [
22166                    "frei0r-filter-scanline0r",
22167                    "GstVideoFilter",
22168                    "GstBaseTransform",
22169                    "GstElement",
22170                    "GstObject",
22171                    "GInitiallyUnowned",
22172                    "GObject"
22173                ],
22174                "klass": "Filter/Effect/Video",
22175                "long-name": "scanline0r",
22176                "pad-templates": {
22177                    "sink": {
22178                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22179                        "direction": "sink",
22180                        "presence": "always"
22181                    },
22182                    "src": {
22183                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22184                        "direction": "src",
22185                        "presence": "always"
22186                    }
22187                },
22188                "properties": {},
22189                "rank": "none"
22190            },
22191            "frei0r-filter-select0r": {
22192                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli",
22193                "description": "Color based alpha selection",
22194                "hierarchy": [
22195                    "frei0r-filter-select0r",
22196                    "GstVideoFilter",
22197                    "GstBaseTransform",
22198                    "GstElement",
22199                    "GstObject",
22200                    "GInitiallyUnowned",
22201                    "GObject"
22202                ],
22203                "klass": "Filter/Effect/Video",
22204                "long-name": "select0r",
22205                "pad-templates": {
22206                    "sink": {
22207                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22208                        "direction": "sink",
22209                        "presence": "always"
22210                    },
22211                    "src": {
22212                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22213                        "direction": "src",
22214                        "presence": "always"
22215                    }
22216                },
22217                "properties": {
22218                    "color-to-select-b": {
22219                        "blurb": "",
22220                        "conditionally-available": false,
22221                        "construct": false,
22222                        "construct-only": false,
22223                        "controllable": true,
22224                        "default": "0",
22225                        "max": "1",
22226                        "min": "0",
22227                        "mutable": "null",
22228                        "readable": true,
22229                        "type": "gfloat",
22230                        "writable": true
22231                    },
22232                    "color-to-select-g": {
22233                        "blurb": "",
22234                        "conditionally-available": false,
22235                        "construct": false,
22236                        "construct-only": false,
22237                        "controllable": true,
22238                        "default": "0.8",
22239                        "max": "1",
22240                        "min": "0",
22241                        "mutable": "null",
22242                        "readable": true,
22243                        "type": "gfloat",
22244                        "writable": true
22245                    },
22246                    "color-to-select-r": {
22247                        "blurb": "",
22248                        "conditionally-available": false,
22249                        "construct": false,
22250                        "construct-only": false,
22251                        "controllable": true,
22252                        "default": "0",
22253                        "max": "1",
22254                        "min": "0",
22255                        "mutable": "null",
22256                        "readable": true,
22257                        "type": "gfloat",
22258                        "writable": true
22259                    },
22260                    "delta-b---i---i": {
22261                        "blurb": "",
22262                        "conditionally-available": false,
22263                        "construct": false,
22264                        "construct-only": false,
22265                        "controllable": true,
22266                        "default": "0.2",
22267                        "max": "1",
22268                        "min": "0",
22269                        "mutable": "null",
22270                        "readable": true,
22271                        "type": "gdouble",
22272                        "writable": true
22273                    },
22274                    "delta-g---b---chroma": {
22275                        "blurb": "",
22276                        "conditionally-available": false,
22277                        "construct": false,
22278                        "construct-only": false,
22279                        "controllable": true,
22280                        "default": "0.2",
22281                        "max": "1",
22282                        "min": "0",
22283                        "mutable": "null",
22284                        "readable": true,
22285                        "type": "gdouble",
22286                        "writable": true
22287                    },
22288                    "delta-r---a---hue": {
22289                        "blurb": "",
22290                        "conditionally-available": false,
22291                        "construct": false,
22292                        "construct-only": false,
22293                        "controllable": true,
22294                        "default": "0.2",
22295                        "max": "1",
22296                        "min": "0",
22297                        "mutable": "null",
22298                        "readable": true,
22299                        "type": "gdouble",
22300                        "writable": true
22301                    },
22302                    "edge-mode": {
22303                        "blurb": "",
22304                        "conditionally-available": false,
22305                        "construct": false,
22306                        "construct-only": false,
22307                        "controllable": true,
22308                        "default": "0",
22309                        "max": "1",
22310                        "min": "0",
22311                        "mutable": "null",
22312                        "readable": true,
22313                        "type": "gdouble",
22314                        "writable": true
22315                    },
22316                    "invert-selection": {
22317                        "blurb": "",
22318                        "conditionally-available": false,
22319                        "construct": false,
22320                        "construct-only": false,
22321                        "controllable": true,
22322                        "default": "false",
22323                        "mutable": "null",
22324                        "readable": true,
22325                        "type": "gboolean",
22326                        "writable": true
22327                    },
22328                    "operation": {
22329                        "blurb": "",
22330                        "conditionally-available": false,
22331                        "construct": false,
22332                        "construct-only": false,
22333                        "controllable": true,
22334                        "default": "0",
22335                        "max": "1",
22336                        "min": "0",
22337                        "mutable": "null",
22338                        "readable": true,
22339                        "type": "gdouble",
22340                        "writable": true
22341                    },
22342                    "selection-subspace": {
22343                        "blurb": "",
22344                        "conditionally-available": false,
22345                        "construct": false,
22346                        "construct-only": false,
22347                        "controllable": true,
22348                        "default": "0",
22349                        "max": "1",
22350                        "min": "0",
22351                        "mutable": "null",
22352                        "readable": true,
22353                        "type": "gdouble",
22354                        "writable": true
22355                    },
22356                    "slope": {
22357                        "blurb": "",
22358                        "conditionally-available": false,
22359                        "construct": false,
22360                        "construct-only": false,
22361                        "controllable": true,
22362                        "default": "0",
22363                        "max": "1",
22364                        "min": "0",
22365                        "mutable": "null",
22366                        "readable": true,
22367                        "type": "gdouble",
22368                        "writable": true
22369                    },
22370                    "subspace-shape": {
22371                        "blurb": "",
22372                        "conditionally-available": false,
22373                        "construct": false,
22374                        "construct-only": false,
22375                        "controllable": true,
22376                        "default": "0",
22377                        "max": "1",
22378                        "min": "0",
22379                        "mutable": "null",
22380                        "readable": true,
22381                        "type": "gdouble",
22382                        "writable": true
22383                    }
22384                },
22385                "rank": "none"
22386            },
22387            "frei0r-filter-sharpness": {
22388                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli, Remi Guyomarch",
22389                "description": "Unsharp masking (port from Mplayer)",
22390                "hierarchy": [
22391                    "frei0r-filter-sharpness",
22392                    "GstVideoFilter",
22393                    "GstBaseTransform",
22394                    "GstElement",
22395                    "GstObject",
22396                    "GInitiallyUnowned",
22397                    "GObject"
22398                ],
22399                "klass": "Filter/Effect/Video",
22400                "long-name": "Sharpness",
22401                "pad-templates": {
22402                    "sink": {
22403                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22404                        "direction": "sink",
22405                        "presence": "always"
22406                    },
22407                    "src": {
22408                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22409                        "direction": "src",
22410                        "presence": "always"
22411                    }
22412                },
22413                "properties": {
22414                    "amount": {
22415                        "blurb": "",
22416                        "conditionally-available": false,
22417                        "construct": false,
22418                        "construct-only": false,
22419                        "controllable": true,
22420                        "default": "0.3",
22421                        "max": "1",
22422                        "min": "0",
22423                        "mutable": "null",
22424                        "readable": true,
22425                        "type": "gdouble",
22426                        "writable": true
22427                    },
22428                    "size": {
22429                        "blurb": "",
22430                        "conditionally-available": false,
22431                        "construct": false,
22432                        "construct-only": false,
22433                        "controllable": true,
22434                        "default": "0",
22435                        "max": "1",
22436                        "min": "0",
22437                        "mutable": "null",
22438                        "readable": true,
22439                        "type": "gdouble",
22440                        "writable": true
22441                    }
22442                },
22443                "rank": "none"
22444            },
22445            "frei0r-filter-sigmoidaltransfer": {
22446                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Janne Liljeblad",
22447                "description": "Desaturates image and creates a particular look that could be called Stamp, Newspaper or Photocopy",
22448                "hierarchy": [
22449                    "frei0r-filter-sigmoidaltransfer",
22450                    "GstVideoFilter",
22451                    "GstBaseTransform",
22452                    "GstElement",
22453                    "GstObject",
22454                    "GInitiallyUnowned",
22455                    "GObject"
22456                ],
22457                "klass": "Filter/Effect/Video",
22458                "long-name": "sigmoidaltransfer",
22459                "pad-templates": {
22460                    "sink": {
22461                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22462                        "direction": "sink",
22463                        "presence": "always"
22464                    },
22465                    "src": {
22466                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22467                        "direction": "src",
22468                        "presence": "always"
22469                    }
22470                },
22471                "properties": {
22472                    "brightness": {
22473                        "blurb": "Brightnesss of image",
22474                        "conditionally-available": false,
22475                        "construct": false,
22476                        "construct-only": false,
22477                        "controllable": true,
22478                        "default": "0.75",
22479                        "max": "1",
22480                        "min": "0",
22481                        "mutable": "null",
22482                        "readable": true,
22483                        "type": "gdouble",
22484                        "writable": true
22485                    },
22486                    "sharpness": {
22487                        "blurb": "Sharpness of transfer",
22488                        "conditionally-available": false,
22489                        "construct": false,
22490                        "construct-only": false,
22491                        "controllable": true,
22492                        "default": "0.85",
22493                        "max": "1",
22494                        "min": "0",
22495                        "mutable": "null",
22496                        "readable": true,
22497                        "type": "gdouble",
22498                        "writable": true
22499                    }
22500                },
22501                "rank": "none"
22502            },
22503            "frei0r-filter-sobel": {
22504                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal (Drone)",
22505                "description": "Sobel filter",
22506                "hierarchy": [
22507                    "frei0r-filter-sobel",
22508                    "GstVideoFilter",
22509                    "GstBaseTransform",
22510                    "GstElement",
22511                    "GstObject",
22512                    "GInitiallyUnowned",
22513                    "GObject"
22514                ],
22515                "klass": "Filter/Effect/Video",
22516                "long-name": "Sobel",
22517                "pad-templates": {
22518                    "sink": {
22519                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22520                        "direction": "sink",
22521                        "presence": "always"
22522                    },
22523                    "src": {
22524                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22525                        "direction": "src",
22526                        "presence": "always"
22527                    }
22528                },
22529                "properties": {},
22530                "rank": "none"
22531            },
22532            "frei0r-filter-softglow": {
22533                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Janne Liljeblad",
22534                "description": "Does softglow effect on highlights",
22535                "hierarchy": [
22536                    "frei0r-filter-softglow",
22537                    "GstVideoFilter",
22538                    "GstBaseTransform",
22539                    "GstElement",
22540                    "GstObject",
22541                    "GInitiallyUnowned",
22542                    "GObject"
22543                ],
22544                "klass": "Filter/Effect/Video",
22545                "long-name": "softglow",
22546                "pad-templates": {
22547                    "sink": {
22548                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22549                        "direction": "sink",
22550                        "presence": "always"
22551                    },
22552                    "src": {
22553                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22554                        "direction": "src",
22555                        "presence": "always"
22556                    }
22557                },
22558                "properties": {
22559                    "blur": {
22560                        "blurb": "Blur of the glow",
22561                        "conditionally-available": false,
22562                        "construct": false,
22563                        "construct-only": false,
22564                        "controllable": true,
22565                        "default": "0.5",
22566                        "max": "1",
22567                        "min": "0",
22568                        "mutable": "null",
22569                        "readable": true,
22570                        "type": "gdouble",
22571                        "writable": true
22572                    },
22573                    "blurblend": {
22574                        "blurb": "Blend mode used to blend highlight blur with input image",
22575                        "conditionally-available": false,
22576                        "construct": false,
22577                        "construct-only": false,
22578                        "controllable": true,
22579                        "default": "0",
22580                        "max": "1",
22581                        "min": "0",
22582                        "mutable": "null",
22583                        "readable": true,
22584                        "type": "gdouble",
22585                        "writable": true
22586                    },
22587                    "brightness": {
22588                        "blurb": "Brightness of highlight areas",
22589                        "conditionally-available": false,
22590                        "construct": false,
22591                        "construct-only": false,
22592                        "controllable": true,
22593                        "default": "0.75",
22594                        "max": "1",
22595                        "min": "0",
22596                        "mutable": "null",
22597                        "readable": true,
22598                        "type": "gdouble",
22599                        "writable": true
22600                    },
22601                    "sharpness": {
22602                        "blurb": "Sharpness of highlight areas",
22603                        "conditionally-available": false,
22604                        "construct": false,
22605                        "construct-only": false,
22606                        "controllable": true,
22607                        "default": "0.85",
22608                        "max": "1",
22609                        "min": "0",
22610                        "mutable": "null",
22611                        "readable": true,
22612                        "type": "gdouble",
22613                        "writable": true
22614                    }
22615                },
22616                "rank": "none"
22617            },
22618            "frei0r-filter-sop-sat": {
22619                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Simon A. Eugster (Granjow)",
22620                "description": "Slope/Offset/Power and Saturation color corrections according to the ASC CDL (Color Decision List)",
22621                "hierarchy": [
22622                    "frei0r-filter-sop-sat",
22623                    "GstVideoFilter",
22624                    "GstBaseTransform",
22625                    "GstElement",
22626                    "GstObject",
22627                    "GInitiallyUnowned",
22628                    "GObject"
22629                ],
22630                "klass": "Filter/Effect/Video",
22631                "long-name": "SOP/Sat",
22632                "pad-templates": {
22633                    "sink": {
22634                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22635                        "direction": "sink",
22636                        "presence": "always"
22637                    },
22638                    "src": {
22639                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22640                        "direction": "src",
22641                        "presence": "always"
22642                    }
22643                },
22644                "properties": {
22645                    "aoffset": {
22646                        "blurb": "Offset of the alpha component",
22647                        "conditionally-available": false,
22648                        "construct": false,
22649                        "construct-only": false,
22650                        "controllable": true,
22651                        "default": "0.5",
22652                        "max": "1",
22653                        "min": "0",
22654                        "mutable": "null",
22655                        "readable": true,
22656                        "type": "gdouble",
22657                        "writable": true
22658                    },
22659                    "apower": {
22660                        "blurb": "Power (Gamma) of the alpha component",
22661                        "conditionally-available": false,
22662                        "construct": false,
22663                        "construct-only": false,
22664                        "controllable": true,
22665                        "default": "0.05",
22666                        "max": "1",
22667                        "min": "0",
22668                        "mutable": "null",
22669                        "readable": true,
22670                        "type": "gdouble",
22671                        "writable": true
22672                    },
22673                    "aslope": {
22674                        "blurb": "Slope of the alpha component",
22675                        "conditionally-available": false,
22676                        "construct": false,
22677                        "construct-only": false,
22678                        "controllable": true,
22679                        "default": "0.05",
22680                        "max": "1",
22681                        "min": "0",
22682                        "mutable": "null",
22683                        "readable": true,
22684                        "type": "gdouble",
22685                        "writable": true
22686                    },
22687                    "boffset": {
22688                        "blurb": "Offset of the blue color component",
22689                        "conditionally-available": false,
22690                        "construct": false,
22691                        "construct-only": false,
22692                        "controllable": true,
22693                        "default": "0.5",
22694                        "max": "1",
22695                        "min": "0",
22696                        "mutable": "null",
22697                        "readable": true,
22698                        "type": "gdouble",
22699                        "writable": true
22700                    },
22701                    "bpower": {
22702                        "blurb": "Power (Gamma) of the blue color component",
22703                        "conditionally-available": false,
22704                        "construct": false,
22705                        "construct-only": false,
22706                        "controllable": true,
22707                        "default": "0.05",
22708                        "max": "1",
22709                        "min": "0",
22710                        "mutable": "null",
22711                        "readable": true,
22712                        "type": "gdouble",
22713                        "writable": true
22714                    },
22715                    "bslope": {
22716                        "blurb": "Slope of the blue color component",
22717                        "conditionally-available": false,
22718                        "construct": false,
22719                        "construct-only": false,
22720                        "controllable": true,
22721                        "default": "0.05",
22722                        "max": "1",
22723                        "min": "0",
22724                        "mutable": "null",
22725                        "readable": true,
22726                        "type": "gdouble",
22727                        "writable": true
22728                    },
22729                    "goffset": {
22730                        "blurb": "Offset of the green color component",
22731                        "conditionally-available": false,
22732                        "construct": false,
22733                        "construct-only": false,
22734                        "controllable": true,
22735                        "default": "0.5",
22736                        "max": "1",
22737                        "min": "0",
22738                        "mutable": "null",
22739                        "readable": true,
22740                        "type": "gdouble",
22741                        "writable": true
22742                    },
22743                    "gpower": {
22744                        "blurb": "Power (Gamma) of the green color component",
22745                        "conditionally-available": false,
22746                        "construct": false,
22747                        "construct-only": false,
22748                        "controllable": true,
22749                        "default": "0.05",
22750                        "max": "1",
22751                        "min": "0",
22752                        "mutable": "null",
22753                        "readable": true,
22754                        "type": "gdouble",
22755                        "writable": true
22756                    },
22757                    "gslope": {
22758                        "blurb": "Slope of the green color component",
22759                        "conditionally-available": false,
22760                        "construct": false,
22761                        "construct-only": false,
22762                        "controllable": true,
22763                        "default": "0.05",
22764                        "max": "1",
22765                        "min": "0",
22766                        "mutable": "null",
22767                        "readable": true,
22768                        "type": "gdouble",
22769                        "writable": true
22770                    },
22771                    "roffset": {
22772                        "blurb": "Offset of the red color component",
22773                        "conditionally-available": false,
22774                        "construct": false,
22775                        "construct-only": false,
22776                        "controllable": true,
22777                        "default": "0.5",
22778                        "max": "1",
22779                        "min": "0",
22780                        "mutable": "null",
22781                        "readable": true,
22782                        "type": "gdouble",
22783                        "writable": true
22784                    },
22785                    "rpower": {
22786                        "blurb": "Power (Gamma) of the red color component",
22787                        "conditionally-available": false,
22788                        "construct": false,
22789                        "construct-only": false,
22790                        "controllable": true,
22791                        "default": "0.05",
22792                        "max": "1",
22793                        "min": "0",
22794                        "mutable": "null",
22795                        "readable": true,
22796                        "type": "gdouble",
22797                        "writable": true
22798                    },
22799                    "rslope": {
22800                        "blurb": "Slope of the red color component",
22801                        "conditionally-available": false,
22802                        "construct": false,
22803                        "construct-only": false,
22804                        "controllable": true,
22805                        "default": "0.05",
22806                        "max": "1",
22807                        "min": "0",
22808                        "mutable": "null",
22809                        "readable": true,
22810                        "type": "gdouble",
22811                        "writable": true
22812                    },
22813                    "saturation": {
22814                        "blurb": "Overall saturation",
22815                        "conditionally-available": false,
22816                        "construct": false,
22817                        "construct-only": false,
22818                        "controllable": true,
22819                        "default": "0.1",
22820                        "max": "1",
22821                        "min": "0",
22822                        "mutable": "null",
22823                        "readable": true,
22824                        "type": "gdouble",
22825                        "writable": true
22826                    }
22827                },
22828                "rank": "none"
22829            },
22830            "frei0r-filter-spillsupress": {
22831                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Janne Liljeblad",
22832                "description": "Remove green or blue spill light from subjects shot in front of green or blue screen",
22833                "hierarchy": [
22834                    "frei0r-filter-spillsupress",
22835                    "GstVideoFilter",
22836                    "GstBaseTransform",
22837                    "GstElement",
22838                    "GstObject",
22839                    "GInitiallyUnowned",
22840                    "GObject"
22841                ],
22842                "klass": "Filter/Effect/Video",
22843                "long-name": "spillsupress",
22844                "pad-templates": {
22845                    "sink": {
22846                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22847                        "direction": "sink",
22848                        "presence": "always"
22849                    },
22850                    "src": {
22851                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22852                        "direction": "src",
22853                        "presence": "always"
22854                    }
22855                },
22856                "properties": {
22857                    "supresstype": {
22858                        "blurb": "Defines if green or blue screen spill suppress is applied",
22859                        "conditionally-available": false,
22860                        "construct": false,
22861                        "construct-only": false,
22862                        "controllable": true,
22863                        "default": "0",
22864                        "max": "1",
22865                        "min": "0",
22866                        "mutable": "null",
22867                        "readable": true,
22868                        "type": "gdouble",
22869                        "writable": true
22870                    }
22871                },
22872                "rank": "none"
22873            },
22874            "frei0r-filter-squareblur": {
22875                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Drone",
22876                "description": "Variable-size square blur",
22877                "hierarchy": [
22878                    "frei0r-filter-squareblur",
22879                    "GstVideoFilter",
22880                    "GstBaseTransform",
22881                    "GstElement",
22882                    "GstObject",
22883                    "GInitiallyUnowned",
22884                    "GObject"
22885                ],
22886                "klass": "Filter/Effect/Video",
22887                "long-name": "Squareblur",
22888                "pad-templates": {
22889                    "sink": {
22890                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22891                        "direction": "sink",
22892                        "presence": "always"
22893                    },
22894                    "src": {
22895                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22896                        "direction": "src",
22897                        "presence": "always"
22898                    }
22899                },
22900                "properties": {
22901                    "kernel-size": {
22902                        "blurb": "The size of the kernel, as a proportion to its coverage of the image",
22903                        "conditionally-available": false,
22904                        "construct": false,
22905                        "construct-only": false,
22906                        "controllable": true,
22907                        "default": "0",
22908                        "max": "1",
22909                        "min": "0",
22910                        "mutable": "null",
22911                        "readable": true,
22912                        "type": "gdouble",
22913                        "writable": true
22914                    }
22915                },
22916                "rank": "none"
22917            },
22918            "frei0r-filter-tehroxx0r": {
22919                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Coma",
22920                "description": "Something videowall-ish",
22921                "hierarchy": [
22922                    "frei0r-filter-tehroxx0r",
22923                    "GstVideoFilter",
22924                    "GstBaseTransform",
22925                    "GstElement",
22926                    "GstObject",
22927                    "GInitiallyUnowned",
22928                    "GObject"
22929                ],
22930                "klass": "Filter/Effect/Video",
22931                "long-name": "TehRoxx0r",
22932                "pad-templates": {
22933                    "sink": {
22934                        "caps": "video/x-raw:\n         format: { BGRA, RGBA, ABGR, ARGB, BGRx, RGBx, xBGR, xRGB, AYUV }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22935                        "direction": "sink",
22936                        "presence": "always"
22937                    },
22938                    "src": {
22939                        "caps": "video/x-raw:\n         format: { BGRA, RGBA, ABGR, ARGB, BGRx, RGBx, xBGR, xRGB, AYUV }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22940                        "direction": "src",
22941                        "presence": "always"
22942                    }
22943                },
22944                "properties": {
22945                    "interval": {
22946                        "blurb": "Changing speed of small blocks",
22947                        "conditionally-available": false,
22948                        "construct": false,
22949                        "construct-only": false,
22950                        "controllable": true,
22951                        "default": "0.01",
22952                        "max": "1",
22953                        "min": "0",
22954                        "mutable": "null",
22955                        "readable": true,
22956                        "type": "gdouble",
22957                        "writable": true
22958                    }
22959                },
22960                "rank": "none"
22961            },
22962            "frei0r-filter-threelay0r": {
22963                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Hedde Bosman",
22964                "description": "dynamic 3 level thresholding",
22965                "hierarchy": [
22966                    "frei0r-filter-threelay0r",
22967                    "GstVideoFilter",
22968                    "GstBaseTransform",
22969                    "GstElement",
22970                    "GstObject",
22971                    "GInitiallyUnowned",
22972                    "GObject"
22973                ],
22974                "klass": "Filter/Effect/Video",
22975                "long-name": "threelay0r",
22976                "pad-templates": {
22977                    "sink": {
22978                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22979                        "direction": "sink",
22980                        "presence": "always"
22981                    },
22982                    "src": {
22983                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
22984                        "direction": "src",
22985                        "presence": "always"
22986                    }
22987                },
22988                "properties": {},
22989                "rank": "none"
22990            },
22991            "frei0r-filter-threshold0r": {
22992                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
22993                "description": "Thresholds a source image",
22994                "hierarchy": [
22995                    "frei0r-filter-threshold0r",
22996                    "GstVideoFilter",
22997                    "GstBaseTransform",
22998                    "GstElement",
22999                    "GstObject",
23000                    "GInitiallyUnowned",
23001                    "GObject"
23002                ],
23003                "klass": "Filter/Effect/Video",
23004                "long-name": "Threshold0r",
23005                "pad-templates": {
23006                    "sink": {
23007                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23008                        "direction": "sink",
23009                        "presence": "always"
23010                    },
23011                    "src": {
23012                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23013                        "direction": "src",
23014                        "presence": "always"
23015                    }
23016                },
23017                "properties": {
23018                    "threshold": {
23019                        "blurb": "The threshold",
23020                        "conditionally-available": false,
23021                        "construct": false,
23022                        "construct-only": false,
23023                        "controllable": true,
23024                        "default": "0",
23025                        "max": "1",
23026                        "min": "0",
23027                        "mutable": "null",
23028                        "readable": true,
23029                        "type": "gdouble",
23030                        "writable": true
23031                    }
23032                },
23033                "rank": "none"
23034            },
23035            "frei0r-filter-timeout-indicator": {
23036                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Simon A. Eugster",
23037                "description": "Timeout indicators e.g. for slides.",
23038                "hierarchy": [
23039                    "frei0r-filter-timeout-indicator",
23040                    "GstVideoFilter",
23041                    "GstBaseTransform",
23042                    "GstElement",
23043                    "GstObject",
23044                    "GInitiallyUnowned",
23045                    "GObject"
23046                ],
23047                "klass": "Filter/Effect/Video",
23048                "long-name": "Timeout indicator",
23049                "pad-templates": {
23050                    "sink": {
23051                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23052                        "direction": "sink",
23053                        "presence": "always"
23054                    },
23055                    "src": {
23056                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23057                        "direction": "src",
23058                        "presence": "always"
23059                    }
23060                },
23061                "properties": {
23062                    "color-b": {
23063                        "blurb": "Indicator colour",
23064                        "conditionally-available": false,
23065                        "construct": false,
23066                        "construct-only": false,
23067                        "controllable": true,
23068                        "default": "0",
23069                        "max": "1",
23070                        "min": "0",
23071                        "mutable": "null",
23072                        "readable": true,
23073                        "type": "gfloat",
23074                        "writable": true
23075                    },
23076                    "color-g": {
23077                        "blurb": "Indicator colour",
23078                        "conditionally-available": false,
23079                        "construct": false,
23080                        "construct-only": false,
23081                        "controllable": true,
23082                        "default": "0",
23083                        "max": "1",
23084                        "min": "0",
23085                        "mutable": "null",
23086                        "readable": true,
23087                        "type": "gfloat",
23088                        "writable": true
23089                    },
23090                    "color-r": {
23091                        "blurb": "Indicator colour",
23092                        "conditionally-available": false,
23093                        "construct": false,
23094                        "construct-only": false,
23095                        "controllable": true,
23096                        "default": "0",
23097                        "max": "1",
23098                        "min": "0",
23099                        "mutable": "null",
23100                        "readable": true,
23101                        "type": "gfloat",
23102                        "writable": true
23103                    },
23104                    "time": {
23105                        "blurb": "Current time",
23106                        "conditionally-available": false,
23107                        "construct": false,
23108                        "construct-only": false,
23109                        "controllable": true,
23110                        "default": "0",
23111                        "max": "1",
23112                        "min": "0",
23113                        "mutable": "null",
23114                        "readable": true,
23115                        "type": "gdouble",
23116                        "writable": true
23117                    },
23118                    "transparency": {
23119                        "blurb": "Indicator transparency",
23120                        "conditionally-available": false,
23121                        "construct": false,
23122                        "construct-only": false,
23123                        "controllable": true,
23124                        "default": "0",
23125                        "max": "1",
23126                        "min": "0",
23127                        "mutable": "null",
23128                        "readable": true,
23129                        "type": "gdouble",
23130                        "writable": true
23131                    }
23132                },
23133                "rank": "none"
23134            },
23135            "frei0r-filter-tint0r": {
23136                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Maksim Golovkin",
23137                "description": "Tint a source image with specified color",
23138                "hierarchy": [
23139                    "frei0r-filter-tint0r",
23140                    "GstVideoFilter",
23141                    "GstBaseTransform",
23142                    "GstElement",
23143                    "GstObject",
23144                    "GInitiallyUnowned",
23145                    "GObject"
23146                ],
23147                "klass": "Filter/Effect/Video",
23148                "long-name": "Tint0r",
23149                "pad-templates": {
23150                    "sink": {
23151                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23152                        "direction": "sink",
23153                        "presence": "always"
23154                    },
23155                    "src": {
23156                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23157                        "direction": "src",
23158                        "presence": "always"
23159                    }
23160                },
23161                "properties": {
23162                    "map-black-to-b": {
23163                        "blurb": "The color to map source color with null luminance",
23164                        "conditionally-available": false,
23165                        "construct": false,
23166                        "construct-only": false,
23167                        "controllable": true,
23168                        "default": "0",
23169                        "max": "1",
23170                        "min": "0",
23171                        "mutable": "null",
23172                        "readable": true,
23173                        "type": "gfloat",
23174                        "writable": true
23175                    },
23176                    "map-black-to-g": {
23177                        "blurb": "The color to map source color with null luminance",
23178                        "conditionally-available": false,
23179                        "construct": false,
23180                        "construct-only": false,
23181                        "controllable": true,
23182                        "default": "0",
23183                        "max": "1",
23184                        "min": "0",
23185                        "mutable": "null",
23186                        "readable": true,
23187                        "type": "gfloat",
23188                        "writable": true
23189                    },
23190                    "map-black-to-r": {
23191                        "blurb": "The color to map source color with null luminance",
23192                        "conditionally-available": false,
23193                        "construct": false,
23194                        "construct-only": false,
23195                        "controllable": true,
23196                        "default": "0",
23197                        "max": "1",
23198                        "min": "0",
23199                        "mutable": "null",
23200                        "readable": true,
23201                        "type": "gfloat",
23202                        "writable": true
23203                    },
23204                    "map-white-to-b": {
23205                        "blurb": "The color to map source color with full luminance",
23206                        "conditionally-available": false,
23207                        "construct": false,
23208                        "construct-only": false,
23209                        "controllable": true,
23210                        "default": "0.5",
23211                        "max": "1",
23212                        "min": "0",
23213                        "mutable": "null",
23214                        "readable": true,
23215                        "type": "gfloat",
23216                        "writable": true
23217                    },
23218                    "map-white-to-g": {
23219                        "blurb": "The color to map source color with full luminance",
23220                        "conditionally-available": false,
23221                        "construct": false,
23222                        "construct-only": false,
23223                        "controllable": true,
23224                        "default": "1",
23225                        "max": "1",
23226                        "min": "0",
23227                        "mutable": "null",
23228                        "readable": true,
23229                        "type": "gfloat",
23230                        "writable": true
23231                    },
23232                    "map-white-to-r": {
23233                        "blurb": "The color to map source color with full luminance",
23234                        "conditionally-available": false,
23235                        "construct": false,
23236                        "construct-only": false,
23237                        "controllable": true,
23238                        "default": "0.5",
23239                        "max": "1",
23240                        "min": "0",
23241                        "mutable": "null",
23242                        "readable": true,
23243                        "type": "gfloat",
23244                        "writable": true
23245                    },
23246                    "tint-amount": {
23247                        "blurb": "Amount of color",
23248                        "conditionally-available": false,
23249                        "construct": false,
23250                        "construct-only": false,
23251                        "controllable": true,
23252                        "default": "0.25",
23253                        "max": "1",
23254                        "min": "0",
23255                        "mutable": "null",
23256                        "readable": true,
23257                        "type": "gdouble",
23258                        "writable": true
23259                    }
23260                },
23261                "rank": "none"
23262            },
23263            "frei0r-filter-transparency": {
23264                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Richard Spindler",
23265                "description": "Tunes the alpha channel.",
23266                "hierarchy": [
23267                    "frei0r-filter-transparency",
23268                    "GstVideoFilter",
23269                    "GstBaseTransform",
23270                    "GstElement",
23271                    "GstObject",
23272                    "GInitiallyUnowned",
23273                    "GObject"
23274                ],
23275                "klass": "Filter/Effect/Video",
23276                "long-name": "Transparency",
23277                "pad-templates": {
23278                    "sink": {
23279                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23280                        "direction": "sink",
23281                        "presence": "always"
23282                    },
23283                    "src": {
23284                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23285                        "direction": "src",
23286                        "presence": "always"
23287                    }
23288                },
23289                "properties": {
23290                    "transparency": {
23291                        "blurb": "The transparency value",
23292                        "conditionally-available": false,
23293                        "construct": false,
23294                        "construct-only": false,
23295                        "controllable": true,
23296                        "default": "0",
23297                        "max": "1",
23298                        "min": "0",
23299                        "mutable": "null",
23300                        "readable": true,
23301                        "type": "gdouble",
23302                        "writable": true
23303                    }
23304                },
23305                "rank": "none"
23306            },
23307            "frei0r-filter-twolay0r": {
23308                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Martin Bayer",
23309                "description": "dynamic thresholding",
23310                "hierarchy": [
23311                    "frei0r-filter-twolay0r",
23312                    "GstVideoFilter",
23313                    "GstBaseTransform",
23314                    "GstElement",
23315                    "GstObject",
23316                    "GInitiallyUnowned",
23317                    "GObject"
23318                ],
23319                "klass": "Filter/Effect/Video",
23320                "long-name": "Twolay0r",
23321                "pad-templates": {
23322                    "sink": {
23323                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23324                        "direction": "sink",
23325                        "presence": "always"
23326                    },
23327                    "src": {
23328                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23329                        "direction": "src",
23330                        "presence": "always"
23331                    }
23332                },
23333                "properties": {},
23334                "rank": "none"
23335            },
23336            "frei0r-filter-vectorscope": {
23337                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Albert Frisch",
23338                "description": "Displays the vectorscope of the video-data",
23339                "hierarchy": [
23340                    "frei0r-filter-vectorscope",
23341                    "GstVideoFilter",
23342                    "GstBaseTransform",
23343                    "GstElement",
23344                    "GstObject",
23345                    "GInitiallyUnowned",
23346                    "GObject"
23347                ],
23348                "klass": "Filter/Effect/Video",
23349                "long-name": "Vectorscope",
23350                "pad-templates": {
23351                    "sink": {
23352                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23353                        "direction": "sink",
23354                        "presence": "always"
23355                    },
23356                    "src": {
23357                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23358                        "direction": "src",
23359                        "presence": "always"
23360                    }
23361                },
23362                "properties": {
23363                    "mix": {
23364                        "blurb": "The amount of source image mixed into background of display",
23365                        "conditionally-available": false,
23366                        "construct": false,
23367                        "construct-only": false,
23368                        "controllable": true,
23369                        "default": "0",
23370                        "max": "1",
23371                        "min": "0",
23372                        "mutable": "null",
23373                        "readable": true,
23374                        "type": "gdouble",
23375                        "writable": true
23376                    },
23377                    "overlay-sides": {
23378                        "blurb": "If false, the sides of image are shown without overlay",
23379                        "conditionally-available": false,
23380                        "construct": false,
23381                        "construct-only": false,
23382                        "controllable": true,
23383                        "default": "true",
23384                        "mutable": "null",
23385                        "readable": true,
23386                        "type": "gboolean",
23387                        "writable": true
23388                    }
23389                },
23390                "rank": "none"
23391            },
23392            "frei0r-filter-vertigo": {
23393                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Fukuchi Kentarou",
23394                "description": "alpha blending with zoomed and rotated images",
23395                "hierarchy": [
23396                    "frei0r-filter-vertigo",
23397                    "GstVideoFilter",
23398                    "GstBaseTransform",
23399                    "GstElement",
23400                    "GstObject",
23401                    "GInitiallyUnowned",
23402                    "GObject"
23403                ],
23404                "klass": "Filter/Effect/Video",
23405                "long-name": "Vertigo",
23406                "pad-templates": {
23407                    "sink": {
23408                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23409                        "direction": "sink",
23410                        "presence": "always"
23411                    },
23412                    "src": {
23413                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23414                        "direction": "src",
23415                        "presence": "always"
23416                    }
23417                },
23418                "properties": {
23419                    "phaseincrement": {
23420                        "blurb": "Phase increment",
23421                        "conditionally-available": false,
23422                        "construct": false,
23423                        "construct-only": false,
23424                        "controllable": true,
23425                        "default": "0.02",
23426                        "max": "1",
23427                        "min": "0",
23428                        "mutable": "null",
23429                        "readable": true,
23430                        "type": "gdouble",
23431                        "writable": true
23432                    },
23433                    "zoomrate": {
23434                        "blurb": "Zoomrate",
23435                        "conditionally-available": false,
23436                        "construct": false,
23437                        "construct-only": false,
23438                        "controllable": true,
23439                        "default": "0.202",
23440                        "max": "1",
23441                        "min": "0",
23442                        "mutable": "null",
23443                        "readable": true,
23444                        "type": "gdouble",
23445                        "writable": true
23446                    }
23447                },
23448                "rank": "none"
23449            },
23450            "frei0r-filter-vignette": {
23451                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Simon A. Eugster (Granjow)",
23452                "description": "Lens vignetting effect, applies natural vignetting",
23453                "hierarchy": [
23454                    "frei0r-filter-vignette",
23455                    "GstVideoFilter",
23456                    "GstBaseTransform",
23457                    "GstElement",
23458                    "GstObject",
23459                    "GInitiallyUnowned",
23460                    "GObject"
23461                ],
23462                "klass": "Filter/Effect/Video",
23463                "long-name": "Vignette",
23464                "pad-templates": {
23465                    "sink": {
23466                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23467                        "direction": "sink",
23468                        "presence": "always"
23469                    },
23470                    "src": {
23471                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23472                        "direction": "src",
23473                        "presence": "always"
23474                    }
23475                },
23476                "properties": {
23477                    "aspect": {
23478                        "blurb": "Aspect ratio",
23479                        "conditionally-available": false,
23480                        "construct": false,
23481                        "construct-only": false,
23482                        "controllable": true,
23483                        "default": "0.5",
23484                        "max": "1",
23485                        "min": "0",
23486                        "mutable": "null",
23487                        "readable": true,
23488                        "type": "gdouble",
23489                        "writable": true
23490                    },
23491                    "clearcenter": {
23492                        "blurb": "Size of the unaffected center",
23493                        "conditionally-available": false,
23494                        "construct": false,
23495                        "construct-only": false,
23496                        "controllable": true,
23497                        "default": "0",
23498                        "max": "1",
23499                        "min": "0",
23500                        "mutable": "null",
23501                        "readable": true,
23502                        "type": "gdouble",
23503                        "writable": true
23504                    },
23505                    "soft": {
23506                        "blurb": "Softness",
23507                        "conditionally-available": false,
23508                        "construct": false,
23509                        "construct-only": false,
23510                        "controllable": true,
23511                        "default": "0.6",
23512                        "max": "1",
23513                        "min": "0",
23514                        "mutable": "null",
23515                        "readable": true,
23516                        "type": "gdouble",
23517                        "writable": true
23518                    }
23519                },
23520                "rank": "none"
23521            },
23522            "frei0r-filter-white-balance": {
23523                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Dan Dennedy",
23524                "description": "Adjust the white balance / color temperature",
23525                "hierarchy": [
23526                    "frei0r-filter-white-balance",
23527                    "GstVideoFilter",
23528                    "GstBaseTransform",
23529                    "GstElement",
23530                    "GstObject",
23531                    "GInitiallyUnowned",
23532                    "GObject"
23533                ],
23534                "klass": "Filter/Effect/Video",
23535                "long-name": "White Balance",
23536                "pad-templates": {
23537                    "sink": {
23538                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23539                        "direction": "sink",
23540                        "presence": "always"
23541                    },
23542                    "src": {
23543                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23544                        "direction": "src",
23545                        "presence": "always"
23546                    }
23547                },
23548                "properties": {
23549                    "green-tint": {
23550                        "blurb": "Adjust the level of green.",
23551                        "conditionally-available": false,
23552                        "construct": false,
23553                        "construct-only": false,
23554                        "controllable": true,
23555                        "default": "0.133333",
23556                        "max": "1",
23557                        "min": "0",
23558                        "mutable": "null",
23559                        "readable": true,
23560                        "type": "gdouble",
23561                        "writable": true
23562                    },
23563                    "neutral-color-b": {
23564                        "blurb": "Choose a color from the source image that should be white.",
23565                        "conditionally-available": false,
23566                        "construct": false,
23567                        "construct-only": false,
23568                        "controllable": true,
23569                        "default": "1",
23570                        "max": "1",
23571                        "min": "0",
23572                        "mutable": "null",
23573                        "readable": true,
23574                        "type": "gfloat",
23575                        "writable": true
23576                    },
23577                    "neutral-color-g": {
23578                        "blurb": "Choose a color from the source image that should be white.",
23579                        "conditionally-available": false,
23580                        "construct": false,
23581                        "construct-only": false,
23582                        "controllable": true,
23583                        "default": "1",
23584                        "max": "1",
23585                        "min": "0",
23586                        "mutable": "null",
23587                        "readable": true,
23588                        "type": "gfloat",
23589                        "writable": true
23590                    },
23591                    "neutral-color-r": {
23592                        "blurb": "Choose a color from the source image that should be white.",
23593                        "conditionally-available": false,
23594                        "construct": false,
23595                        "construct-only": false,
23596                        "controllable": true,
23597                        "default": "1",
23598                        "max": "1",
23599                        "min": "0",
23600                        "mutable": "null",
23601                        "readable": true,
23602                        "type": "gfloat",
23603                        "writable": true
23604                    }
23605                },
23606                "rank": "none"
23607            },
23608            "frei0r-filter-white-balance--lms-space-": {
23609                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Steinar H. Gunderson",
23610                "description": "Do simple color correction, in a physically meaningful way",
23611                "hierarchy": [
23612                    "frei0r-filter-white-balance--lms-space-",
23613                    "GstVideoFilter",
23614                    "GstBaseTransform",
23615                    "GstElement",
23616                    "GstObject",
23617                    "GInitiallyUnowned",
23618                    "GObject"
23619                ],
23620                "klass": "Filter/Effect/Video",
23621                "long-name": "White Balance (LMS space)",
23622                "pad-templates": {
23623                    "sink": {
23624                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23625                        "direction": "sink",
23626                        "presence": "always"
23627                    },
23628                    "src": {
23629                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23630                        "direction": "src",
23631                        "presence": "always"
23632                    }
23633                },
23634                "properties": {
23635                    "color-temperature": {
23636                        "blurb": "Choose an output color temperature, if different from 6500 K.",
23637                        "conditionally-available": false,
23638                        "construct": false,
23639                        "construct-only": false,
23640                        "controllable": true,
23641                        "default": "0.433333",
23642                        "max": "1",
23643                        "min": "0",
23644                        "mutable": "null",
23645                        "readable": true,
23646                        "type": "gdouble",
23647                        "writable": true
23648                    },
23649                    "neutral-color-b": {
23650                        "blurb": "Choose a color from the source image that should be white.",
23651                        "conditionally-available": false,
23652                        "construct": false,
23653                        "construct-only": false,
23654                        "controllable": true,
23655                        "default": "0.5",
23656                        "max": "1",
23657                        "min": "0",
23658                        "mutable": "null",
23659                        "readable": true,
23660                        "type": "gfloat",
23661                        "writable": true
23662                    },
23663                    "neutral-color-g": {
23664                        "blurb": "Choose a color from the source image that should be white.",
23665                        "conditionally-available": false,
23666                        "construct": false,
23667                        "construct-only": false,
23668                        "controllable": true,
23669                        "default": "0.5",
23670                        "max": "1",
23671                        "min": "0",
23672                        "mutable": "null",
23673                        "readable": true,
23674                        "type": "gfloat",
23675                        "writable": true
23676                    },
23677                    "neutral-color-r": {
23678                        "blurb": "Choose a color from the source image that should be white.",
23679                        "conditionally-available": false,
23680                        "construct": false,
23681                        "construct-only": false,
23682                        "controllable": true,
23683                        "default": "0.5",
23684                        "max": "1",
23685                        "min": "0",
23686                        "mutable": "null",
23687                        "readable": true,
23688                        "type": "gfloat",
23689                        "writable": true
23690                    }
23691                },
23692                "rank": "none"
23693            },
23694            "frei0r-mixer-addition": {
23695                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
23696                "description": "Perform an RGB[A] addition operation of the pixel sources.",
23697                "hierarchy": [
23698                    "frei0r-mixer-addition",
23699                    "GstElement",
23700                    "GstObject",
23701                    "GInitiallyUnowned",
23702                    "GObject"
23703                ],
23704                "klass": "Filter/Editor/Video",
23705                "long-name": "addition",
23706                "pad-templates": {
23707                    "sink_0": {
23708                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23709                        "direction": "sink",
23710                        "presence": "always"
23711                    },
23712                    "sink_1": {
23713                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23714                        "direction": "sink",
23715                        "presence": "always"
23716                    },
23717                    "src": {
23718                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23719                        "direction": "src",
23720                        "presence": "always"
23721                    }
23722                },
23723                "rank": "none"
23724            },
23725            "frei0r-mixer-addition-alpha": {
23726                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
23727                "description": "Perform an RGB[A] addition_alpha operation of the pixel sources.",
23728                "hierarchy": [
23729                    "frei0r-mixer-addition-alpha",
23730                    "GstElement",
23731                    "GstObject",
23732                    "GInitiallyUnowned",
23733                    "GObject"
23734                ],
23735                "klass": "Filter/Editor/Video",
23736                "long-name": "addition_alpha",
23737                "pad-templates": {
23738                    "sink_0": {
23739                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23740                        "direction": "sink",
23741                        "presence": "always"
23742                    },
23743                    "sink_1": {
23744                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23745                        "direction": "sink",
23746                        "presence": "always"
23747                    },
23748                    "src": {
23749                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23750                        "direction": "src",
23751                        "presence": "always"
23752                    }
23753                },
23754                "rank": "none"
23755            },
23756            "frei0r-mixer-alpha-injection": {
23757                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Richard Spindler",
23758                "description": "Averages Input 1 and uses this as Alpha Channel on Input 2",
23759                "hierarchy": [
23760                    "frei0r-mixer-alpha-injection",
23761                    "GstElement",
23762                    "GstObject",
23763                    "GInitiallyUnowned",
23764                    "GObject"
23765                ],
23766                "klass": "Filter/Editor/Video",
23767                "long-name": "Alpha Injection",
23768                "pad-templates": {
23769                    "sink_0": {
23770                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23771                        "direction": "sink",
23772                        "presence": "always"
23773                    },
23774                    "sink_1": {
23775                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23776                        "direction": "sink",
23777                        "presence": "always"
23778                    },
23779                    "src": {
23780                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23781                        "direction": "src",
23782                        "presence": "always"
23783                    }
23784                },
23785                "rank": "none"
23786            },
23787            "frei0r-mixer-alphaatop": {
23788                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
23789                "description": "the alpha ATOP operation",
23790                "hierarchy": [
23791                    "frei0r-mixer-alphaatop",
23792                    "GstElement",
23793                    "GstObject",
23794                    "GInitiallyUnowned",
23795                    "GObject"
23796                ],
23797                "klass": "Filter/Editor/Video",
23798                "long-name": "alphaatop",
23799                "pad-templates": {
23800                    "sink_0": {
23801                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23802                        "direction": "sink",
23803                        "presence": "always"
23804                    },
23805                    "sink_1": {
23806                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23807                        "direction": "sink",
23808                        "presence": "always"
23809                    },
23810                    "src": {
23811                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23812                        "direction": "src",
23813                        "presence": "always"
23814                    }
23815                },
23816                "rank": "none"
23817            },
23818            "frei0r-mixer-alphain": {
23819                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
23820                "description": "the alpha IN operation",
23821                "hierarchy": [
23822                    "frei0r-mixer-alphain",
23823                    "GstElement",
23824                    "GstObject",
23825                    "GInitiallyUnowned",
23826                    "GObject"
23827                ],
23828                "klass": "Filter/Editor/Video",
23829                "long-name": "alphain",
23830                "pad-templates": {
23831                    "sink_0": {
23832                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23833                        "direction": "sink",
23834                        "presence": "always"
23835                    },
23836                    "sink_1": {
23837                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23838                        "direction": "sink",
23839                        "presence": "always"
23840                    },
23841                    "src": {
23842                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23843                        "direction": "src",
23844                        "presence": "always"
23845                    }
23846                },
23847                "rank": "none"
23848            },
23849            "frei0r-mixer-alphaout": {
23850                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
23851                "description": "the alpha OUT operation",
23852                "hierarchy": [
23853                    "frei0r-mixer-alphaout",
23854                    "GstElement",
23855                    "GstObject",
23856                    "GInitiallyUnowned",
23857                    "GObject"
23858                ],
23859                "klass": "Filter/Editor/Video",
23860                "long-name": "alphaout",
23861                "pad-templates": {
23862                    "sink_0": {
23863                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23864                        "direction": "sink",
23865                        "presence": "always"
23866                    },
23867                    "sink_1": {
23868                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23869                        "direction": "sink",
23870                        "presence": "always"
23871                    },
23872                    "src": {
23873                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23874                        "direction": "src",
23875                        "presence": "always"
23876                    }
23877                },
23878                "rank": "none"
23879            },
23880            "frei0r-mixer-alphaover": {
23881                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
23882                "description": "the alpha OVER operation",
23883                "hierarchy": [
23884                    "frei0r-mixer-alphaover",
23885                    "GstElement",
23886                    "GstObject",
23887                    "GInitiallyUnowned",
23888                    "GObject"
23889                ],
23890                "klass": "Filter/Editor/Video",
23891                "long-name": "alphaover",
23892                "pad-templates": {
23893                    "sink_0": {
23894                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23895                        "direction": "sink",
23896                        "presence": "always"
23897                    },
23898                    "sink_1": {
23899                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23900                        "direction": "sink",
23901                        "presence": "always"
23902                    },
23903                    "src": {
23904                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23905                        "direction": "src",
23906                        "presence": "always"
23907                    }
23908                },
23909                "rank": "none"
23910            },
23911            "frei0r-mixer-alphaxor": {
23912                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
23913                "description": "the alpha XOR operation",
23914                "hierarchy": [
23915                    "frei0r-mixer-alphaxor",
23916                    "GstElement",
23917                    "GstObject",
23918                    "GInitiallyUnowned",
23919                    "GObject"
23920                ],
23921                "klass": "Filter/Editor/Video",
23922                "long-name": "alphaxor",
23923                "pad-templates": {
23924                    "sink_0": {
23925                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23926                        "direction": "sink",
23927                        "presence": "always"
23928                    },
23929                    "sink_1": {
23930                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23931                        "direction": "sink",
23932                        "presence": "always"
23933                    },
23934                    "src": {
23935                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23936                        "direction": "src",
23937                        "presence": "always"
23938                    }
23939                },
23940                "rank": "none"
23941            },
23942            "frei0r-mixer-blend": {
23943                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
23944                "description": "Perform a blend operation between two sources",
23945                "hierarchy": [
23946                    "frei0r-mixer-blend",
23947                    "GstElement",
23948                    "GstObject",
23949                    "GInitiallyUnowned",
23950                    "GObject"
23951                ],
23952                "klass": "Filter/Editor/Video",
23953                "long-name": "blend",
23954                "pad-templates": {
23955                    "sink_0": {
23956                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23957                        "direction": "sink",
23958                        "presence": "always"
23959                    },
23960                    "sink_1": {
23961                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23962                        "direction": "sink",
23963                        "presence": "always"
23964                    },
23965                    "src": {
23966                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
23967                        "direction": "src",
23968                        "presence": "always"
23969                    }
23970                },
23971                "properties": {
23972                    "blend": {
23973                        "blurb": "blend factor",
23974                        "conditionally-available": false,
23975                        "construct": false,
23976                        "construct-only": false,
23977                        "controllable": true,
23978                        "default": "0.5",
23979                        "max": "1",
23980                        "min": "0",
23981                        "mutable": "null",
23982                        "readable": true,
23983                        "type": "gdouble",
23984                        "writable": true
23985                    }
23986                },
23987                "rank": "none"
23988            },
23989            "frei0r-mixer-burn": {
23990                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
23991                "description": "Perform an RGB[A] dodge operation between the pixel sources, using the generalised algorithm:\nD = saturation of 255 or depletion of 0, of ((255 - A) * 256) / (B + 1)",
23992                "hierarchy": [
23993                    "frei0r-mixer-burn",
23994                    "GstElement",
23995                    "GstObject",
23996                    "GInitiallyUnowned",
23997                    "GObject"
23998                ],
23999                "klass": "Filter/Editor/Video",
24000                "long-name": "burn",
24001                "pad-templates": {
24002                    "sink_0": {
24003                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24004                        "direction": "sink",
24005                        "presence": "always"
24006                    },
24007                    "sink_1": {
24008                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24009                        "direction": "sink",
24010                        "presence": "always"
24011                    },
24012                    "src": {
24013                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24014                        "direction": "src",
24015                        "presence": "always"
24016                    }
24017                },
24018                "rank": "none"
24019            },
24020            "frei0r-mixer-cairoaffineblend": {
24021                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Janne Liljeblad",
24022                "description": "Composites second input on first input applying user-defined transformation, opacity and blend mode",
24023                "hierarchy": [
24024                    "frei0r-mixer-cairoaffineblend",
24025                    "GstElement",
24026                    "GstObject",
24027                    "GInitiallyUnowned",
24028                    "GObject"
24029                ],
24030                "klass": "Filter/Editor/Video",
24031                "long-name": "cairoaffineblend",
24032                "pad-templates": {
24033                    "sink_0": {
24034                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24035                        "direction": "sink",
24036                        "presence": "always"
24037                    },
24038                    "sink_1": {
24039                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24040                        "direction": "sink",
24041                        "presence": "always"
24042                    },
24043                    "src": {
24044                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24045                        "direction": "src",
24046                        "presence": "always"
24047                    }
24048                },
24049                "properties": {
24050                    "anchor-x": {
24051                        "blurb": "X position of rotation center within the second input",
24052                        "conditionally-available": false,
24053                        "construct": false,
24054                        "construct-only": false,
24055                        "controllable": true,
24056                        "default": "0",
24057                        "max": "1",
24058                        "min": "0",
24059                        "mutable": "null",
24060                        "readable": true,
24061                        "type": "gdouble",
24062                        "writable": true
24063                    },
24064                    "anchor-y": {
24065                        "blurb": "Y position of rotation center within the second input",
24066                        "conditionally-available": false,
24067                        "construct": false,
24068                        "construct-only": false,
24069                        "controllable": true,
24070                        "default": "0",
24071                        "max": "1",
24072                        "min": "0",
24073                        "mutable": "null",
24074                        "readable": true,
24075                        "type": "gdouble",
24076                        "writable": true
24077                    },
24078                    "blend-mode": {
24079                        "blurb": "Blend mode used to compose image. Accepted values: 'normal', 'add', 'saturate', 'multiply', 'screen', 'overlay', 'darken', 'lighten', 'colordodge', 'colorburn', 'hardlight', 'softlight', 'difference', 'exclusion', 'hslhue', 'hslsaturation', 'hslcolor', 'hslluminosity'",
24080                        "conditionally-available": false,
24081                        "construct": false,
24082                        "construct-only": false,
24083                        "controllable": true,
24084                        "default": "normal",
24085                        "mutable": "null",
24086                        "readable": true,
24087                        "type": "gchararray",
24088                        "writable": true
24089                    },
24090                    "opacity": {
24091                        "blurb": "Opacity of second input",
24092                        "conditionally-available": false,
24093                        "construct": false,
24094                        "construct-only": false,
24095                        "controllable": true,
24096                        "default": "1",
24097                        "max": "1",
24098                        "min": "0",
24099                        "mutable": "null",
24100                        "readable": true,
24101                        "type": "gdouble",
24102                        "writable": true
24103                    },
24104                    "rotation": {
24105                        "blurb": "Rotation of second input, value interperted as range 0 - 360",
24106                        "conditionally-available": false,
24107                        "construct": false,
24108                        "construct-only": false,
24109                        "controllable": true,
24110                        "default": "0",
24111                        "max": "1",
24112                        "min": "0",
24113                        "mutable": "null",
24114                        "readable": true,
24115                        "type": "gdouble",
24116                        "writable": true
24117                    },
24118                    "x": {
24119                        "blurb": "X position of second input, value interperted as range -2*width - 3*width",
24120                        "conditionally-available": false,
24121                        "construct": false,
24122                        "construct-only": false,
24123                        "controllable": true,
24124                        "default": "0.4",
24125                        "max": "1",
24126                        "min": "0",
24127                        "mutable": "null",
24128                        "readable": true,
24129                        "type": "gdouble",
24130                        "writable": true
24131                    },
24132                    "x-scale": {
24133                        "blurb": "X scale of second input, value interperted as range 0 - 5",
24134                        "conditionally-available": false,
24135                        "construct": false,
24136                        "construct-only": false,
24137                        "controllable": true,
24138                        "default": "0.2",
24139                        "max": "1",
24140                        "min": "0",
24141                        "mutable": "null",
24142                        "readable": true,
24143                        "type": "gdouble",
24144                        "writable": true
24145                    },
24146                    "y": {
24147                        "blurb": "Y position of second input, value interperted as range -2*height - 3*height",
24148                        "conditionally-available": false,
24149                        "construct": false,
24150                        "construct-only": false,
24151                        "controllable": true,
24152                        "default": "0.4",
24153                        "max": "1",
24154                        "min": "0",
24155                        "mutable": "null",
24156                        "readable": true,
24157                        "type": "gdouble",
24158                        "writable": true
24159                    },
24160                    "y-scale": {
24161                        "blurb": "Y scale of second input, value interperted as range 0 - 5",
24162                        "conditionally-available": false,
24163                        "construct": false,
24164                        "construct-only": false,
24165                        "controllable": true,
24166                        "default": "0.2",
24167                        "max": "1",
24168                        "min": "0",
24169                        "mutable": "null",
24170                        "readable": true,
24171                        "type": "gdouble",
24172                        "writable": true
24173                    }
24174                },
24175                "rank": "none"
24176            },
24177            "frei0r-mixer-cairoblend": {
24178                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Janne Liljeblad",
24179                "description": "Composites second input on the first input with user-defined blend mode and opacity.",
24180                "hierarchy": [
24181                    "frei0r-mixer-cairoblend",
24182                    "GstElement",
24183                    "GstObject",
24184                    "GInitiallyUnowned",
24185                    "GObject"
24186                ],
24187                "klass": "Filter/Editor/Video",
24188                "long-name": "cairoblend",
24189                "pad-templates": {
24190                    "sink_0": {
24191                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24192                        "direction": "sink",
24193                        "presence": "always"
24194                    },
24195                    "sink_1": {
24196                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24197                        "direction": "sink",
24198                        "presence": "always"
24199                    },
24200                    "src": {
24201                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24202                        "direction": "src",
24203                        "presence": "always"
24204                    }
24205                },
24206                "properties": {
24207                    "blend-mode": {
24208                        "blurb": "Blend mode used to compose image. Accepted values: 'normal', 'add', 'saturate', 'multiply', 'screen', 'overlay', 'darken', 'lighten', 'colordodge', 'colorburn', 'hardlight', 'softlight', 'difference', 'exclusion', 'hslhue', 'hslsaturation', 'hslcolor', 'hslluminosity'",
24209                        "conditionally-available": false,
24210                        "construct": false,
24211                        "construct-only": false,
24212                        "controllable": true,
24213                        "default": "normal",
24214                        "mutable": "null",
24215                        "readable": true,
24216                        "type": "gchararray",
24217                        "writable": true
24218                    },
24219                    "opacity": {
24220                        "blurb": "Opacity of composited image",
24221                        "conditionally-available": false,
24222                        "construct": false,
24223                        "construct-only": false,
24224                        "controllable": true,
24225                        "default": "1",
24226                        "max": "1",
24227                        "min": "0",
24228                        "mutable": "null",
24229                        "readable": true,
24230                        "type": "gdouble",
24231                        "writable": true
24232                    }
24233                },
24234                "rank": "none"
24235            },
24236            "frei0r-mixer-color-only": {
24237                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
24238                "description": "Perform a conversion to color only of the source input1 using the hue and saturation values of input2.",
24239                "hierarchy": [
24240                    "frei0r-mixer-color-only",
24241                    "GstElement",
24242                    "GstObject",
24243                    "GInitiallyUnowned",
24244                    "GObject"
24245                ],
24246                "klass": "Filter/Editor/Video",
24247                "long-name": "color_only",
24248                "pad-templates": {
24249                    "sink_0": {
24250                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24251                        "direction": "sink",
24252                        "presence": "always"
24253                    },
24254                    "sink_1": {
24255                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24256                        "direction": "sink",
24257                        "presence": "always"
24258                    },
24259                    "src": {
24260                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24261                        "direction": "src",
24262                        "presence": "always"
24263                    }
24264                },
24265                "rank": "none"
24266            },
24267            "frei0r-mixer-composition": {
24268                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Richard Spindler",
24269                "description": "Composites Image 2 onto Image 1 according to its Alpha Channel",
24270                "hierarchy": [
24271                    "frei0r-mixer-composition",
24272                    "GstElement",
24273                    "GstObject",
24274                    "GInitiallyUnowned",
24275                    "GObject"
24276                ],
24277                "klass": "Filter/Editor/Video",
24278                "long-name": "Composition",
24279                "pad-templates": {
24280                    "sink_0": {
24281                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24282                        "direction": "sink",
24283                        "presence": "always"
24284                    },
24285                    "sink_1": {
24286                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24287                        "direction": "sink",
24288                        "presence": "always"
24289                    },
24290                    "src": {
24291                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24292                        "direction": "src",
24293                        "presence": "always"
24294                    }
24295                },
24296                "rank": "none"
24297            },
24298            "frei0r-mixer-darken": {
24299                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
24300                "description": "Perform a darken operation between two sources (minimum value of both sources).",
24301                "hierarchy": [
24302                    "frei0r-mixer-darken",
24303                    "GstElement",
24304                    "GstObject",
24305                    "GInitiallyUnowned",
24306                    "GObject"
24307                ],
24308                "klass": "Filter/Editor/Video",
24309                "long-name": "darken",
24310                "pad-templates": {
24311                    "sink_0": {
24312                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24313                        "direction": "sink",
24314                        "presence": "always"
24315                    },
24316                    "sink_1": {
24317                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24318                        "direction": "sink",
24319                        "presence": "always"
24320                    },
24321                    "src": {
24322                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24323                        "direction": "src",
24324                        "presence": "always"
24325                    }
24326                },
24327                "rank": "none"
24328            },
24329            "frei0r-mixer-difference": {
24330                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
24331                "description": "Perform an RGB[A] difference operation between the pixel sources.",
24332                "hierarchy": [
24333                    "frei0r-mixer-difference",
24334                    "GstElement",
24335                    "GstObject",
24336                    "GInitiallyUnowned",
24337                    "GObject"
24338                ],
24339                "klass": "Filter/Editor/Video",
24340                "long-name": "difference",
24341                "pad-templates": {
24342                    "sink_0": {
24343                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24344                        "direction": "sink",
24345                        "presence": "always"
24346                    },
24347                    "sink_1": {
24348                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24349                        "direction": "sink",
24350                        "presence": "always"
24351                    },
24352                    "src": {
24353                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24354                        "direction": "src",
24355                        "presence": "always"
24356                    }
24357                },
24358                "rank": "none"
24359            },
24360            "frei0r-mixer-divide": {
24361                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
24362                "description": "Perform an RGB[A] divide operation between the pixel sources: input1 is the numerator, input2 the denominator",
24363                "hierarchy": [
24364                    "frei0r-mixer-divide",
24365                    "GstElement",
24366                    "GstObject",
24367                    "GInitiallyUnowned",
24368                    "GObject"
24369                ],
24370                "klass": "Filter/Editor/Video",
24371                "long-name": "divide",
24372                "pad-templates": {
24373                    "sink_0": {
24374                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24375                        "direction": "sink",
24376                        "presence": "always"
24377                    },
24378                    "sink_1": {
24379                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24380                        "direction": "sink",
24381                        "presence": "always"
24382                    },
24383                    "src": {
24384                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24385                        "direction": "src",
24386                        "presence": "always"
24387                    }
24388                },
24389                "rank": "none"
24390            },
24391            "frei0r-mixer-dodge": {
24392                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
24393                "description": "Perform an RGB[A] dodge operation between the pixel sources, using the generalised algorithm:\nD = saturation of 255 or (A * 256) / (256 - B)",
24394                "hierarchy": [
24395                    "frei0r-mixer-dodge",
24396                    "GstElement",
24397                    "GstObject",
24398                    "GInitiallyUnowned",
24399                    "GObject"
24400                ],
24401                "klass": "Filter/Editor/Video",
24402                "long-name": "dodge",
24403                "pad-templates": {
24404                    "sink_0": {
24405                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24406                        "direction": "sink",
24407                        "presence": "always"
24408                    },
24409                    "sink_1": {
24410                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24411                        "direction": "sink",
24412                        "presence": "always"
24413                    },
24414                    "src": {
24415                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24416                        "direction": "src",
24417                        "presence": "always"
24418                    }
24419                },
24420                "rank": "none"
24421            },
24422            "frei0r-mixer-grain-extract": {
24423                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
24424                "description": "Perform an RGB[A] grain-extract operation between the pixel sources.",
24425                "hierarchy": [
24426                    "frei0r-mixer-grain-extract",
24427                    "GstElement",
24428                    "GstObject",
24429                    "GInitiallyUnowned",
24430                    "GObject"
24431                ],
24432                "klass": "Filter/Editor/Video",
24433                "long-name": "grain_extract",
24434                "pad-templates": {
24435                    "sink_0": {
24436                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24437                        "direction": "sink",
24438                        "presence": "always"
24439                    },
24440                    "sink_1": {
24441                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24442                        "direction": "sink",
24443                        "presence": "always"
24444                    },
24445                    "src": {
24446                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24447                        "direction": "src",
24448                        "presence": "always"
24449                    }
24450                },
24451                "rank": "none"
24452            },
24453            "frei0r-mixer-grain-merge": {
24454                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
24455                "description": "Perform an RGB[A] grain-merge operation between the pixel sources.",
24456                "hierarchy": [
24457                    "frei0r-mixer-grain-merge",
24458                    "GstElement",
24459                    "GstObject",
24460                    "GInitiallyUnowned",
24461                    "GObject"
24462                ],
24463                "klass": "Filter/Editor/Video",
24464                "long-name": "grain_merge",
24465                "pad-templates": {
24466                    "sink_0": {
24467                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24468                        "direction": "sink",
24469                        "presence": "always"
24470                    },
24471                    "sink_1": {
24472                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24473                        "direction": "sink",
24474                        "presence": "always"
24475                    },
24476                    "src": {
24477                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24478                        "direction": "src",
24479                        "presence": "always"
24480                    }
24481                },
24482                "rank": "none"
24483            },
24484            "frei0r-mixer-hardlight": {
24485                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
24486                "description": "Perform an RGB[A] hardlight operation between the pixel sources",
24487                "hierarchy": [
24488                    "frei0r-mixer-hardlight",
24489                    "GstElement",
24490                    "GstObject",
24491                    "GInitiallyUnowned",
24492                    "GObject"
24493                ],
24494                "klass": "Filter/Editor/Video",
24495                "long-name": "hardlight",
24496                "pad-templates": {
24497                    "sink_0": {
24498                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24499                        "direction": "sink",
24500                        "presence": "always"
24501                    },
24502                    "sink_1": {
24503                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24504                        "direction": "sink",
24505                        "presence": "always"
24506                    },
24507                    "src": {
24508                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24509                        "direction": "src",
24510                        "presence": "always"
24511                    }
24512                },
24513                "rank": "none"
24514            },
24515            "frei0r-mixer-hue": {
24516                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
24517                "description": "Perform a conversion to hue only of the source input1 using the hue of input2.",
24518                "hierarchy": [
24519                    "frei0r-mixer-hue",
24520                    "GstElement",
24521                    "GstObject",
24522                    "GInitiallyUnowned",
24523                    "GObject"
24524                ],
24525                "klass": "Filter/Editor/Video",
24526                "long-name": "hue",
24527                "pad-templates": {
24528                    "sink_0": {
24529                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24530                        "direction": "sink",
24531                        "presence": "always"
24532                    },
24533                    "sink_1": {
24534                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24535                        "direction": "sink",
24536                        "presence": "always"
24537                    },
24538                    "src": {
24539                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24540                        "direction": "src",
24541                        "presence": "always"
24542                    }
24543                },
24544                "rank": "none"
24545            },
24546            "frei0r-mixer-lighten": {
24547                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
24548                "description": "Perform a lighten operation between two sources (maximum value of both sources).",
24549                "hierarchy": [
24550                    "frei0r-mixer-lighten",
24551                    "GstElement",
24552                    "GstObject",
24553                    "GInitiallyUnowned",
24554                    "GObject"
24555                ],
24556                "klass": "Filter/Editor/Video",
24557                "long-name": "lighten",
24558                "pad-templates": {
24559                    "sink_0": {
24560                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24561                        "direction": "sink",
24562                        "presence": "always"
24563                    },
24564                    "sink_1": {
24565                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24566                        "direction": "sink",
24567                        "presence": "always"
24568                    },
24569                    "src": {
24570                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24571                        "direction": "src",
24572                        "presence": "always"
24573                    }
24574                },
24575                "rank": "none"
24576            },
24577            "frei0r-mixer-multiply": {
24578                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
24579                "description": "Perform an RGB[A] multiply operation between the pixel sources.",
24580                "hierarchy": [
24581                    "frei0r-mixer-multiply",
24582                    "GstElement",
24583                    "GstObject",
24584                    "GInitiallyUnowned",
24585                    "GObject"
24586                ],
24587                "klass": "Filter/Editor/Video",
24588                "long-name": "multiply",
24589                "pad-templates": {
24590                    "sink_0": {
24591                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24592                        "direction": "sink",
24593                        "presence": "always"
24594                    },
24595                    "sink_1": {
24596                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24597                        "direction": "sink",
24598                        "presence": "always"
24599                    },
24600                    "src": {
24601                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24602                        "direction": "src",
24603                        "presence": "always"
24604                    }
24605                },
24606                "rank": "none"
24607            },
24608            "frei0r-mixer-overlay": {
24609                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
24610                "description": "Perform an RGB[A] overlay operation between the pixel sources, using the generalised algorithm:\nD =  A * (B + (2 * B) * (255 - A))",
24611                "hierarchy": [
24612                    "frei0r-mixer-overlay",
24613                    "GstElement",
24614                    "GstObject",
24615                    "GInitiallyUnowned",
24616                    "GObject"
24617                ],
24618                "klass": "Filter/Editor/Video",
24619                "long-name": "overlay",
24620                "pad-templates": {
24621                    "sink_0": {
24622                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24623                        "direction": "sink",
24624                        "presence": "always"
24625                    },
24626                    "sink_1": {
24627                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24628                        "direction": "sink",
24629                        "presence": "always"
24630                    },
24631                    "src": {
24632                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24633                        "direction": "src",
24634                        "presence": "always"
24635                    }
24636                },
24637                "rank": "none"
24638            },
24639            "frei0r-mixer-rgb": {
24640                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Richard Spindler",
24641                "description": "Averages each Input and uses each as R, G or B channel of the Output",
24642                "hierarchy": [
24643                    "frei0r-mixer-rgb",
24644                    "GstElement",
24645                    "GstObject",
24646                    "GInitiallyUnowned",
24647                    "GObject"
24648                ],
24649                "klass": "Filter/Editor/Video",
24650                "long-name": "RGB",
24651                "pad-templates": {
24652                    "sink_0": {
24653                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24654                        "direction": "sink",
24655                        "presence": "always"
24656                    },
24657                    "sink_1": {
24658                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24659                        "direction": "sink",
24660                        "presence": "always"
24661                    },
24662                    "sink_2": {
24663                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24664                        "direction": "sink",
24665                        "presence": "always"
24666                    },
24667                    "src": {
24668                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24669                        "direction": "src",
24670                        "presence": "always"
24671                    }
24672                },
24673                "rank": "none"
24674            },
24675            "frei0r-mixer-saturation": {
24676                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
24677                "description": "Perform a conversion to saturation only of the source input1 using the saturation level of input2.",
24678                "hierarchy": [
24679                    "frei0r-mixer-saturation",
24680                    "GstElement",
24681                    "GstObject",
24682                    "GInitiallyUnowned",
24683                    "GObject"
24684                ],
24685                "klass": "Filter/Editor/Video",
24686                "long-name": "saturation",
24687                "pad-templates": {
24688                    "sink_0": {
24689                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24690                        "direction": "sink",
24691                        "presence": "always"
24692                    },
24693                    "sink_1": {
24694                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24695                        "direction": "sink",
24696                        "presence": "always"
24697                    },
24698                    "src": {
24699                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24700                        "direction": "src",
24701                        "presence": "always"
24702                    }
24703                },
24704                "rank": "none"
24705            },
24706            "frei0r-mixer-screen": {
24707                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
24708                "description": "Perform an RGB[A] screen operation between the pixel sources, using the generalised algorithm:\nD = 255 - (255 - A) * (255 - B)",
24709                "hierarchy": [
24710                    "frei0r-mixer-screen",
24711                    "GstElement",
24712                    "GstObject",
24713                    "GInitiallyUnowned",
24714                    "GObject"
24715                ],
24716                "klass": "Filter/Editor/Video",
24717                "long-name": "screen",
24718                "pad-templates": {
24719                    "sink_0": {
24720                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24721                        "direction": "sink",
24722                        "presence": "always"
24723                    },
24724                    "sink_1": {
24725                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24726                        "direction": "sink",
24727                        "presence": "always"
24728                    },
24729                    "src": {
24730                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24731                        "direction": "src",
24732                        "presence": "always"
24733                    }
24734                },
24735                "rank": "none"
24736            },
24737            "frei0r-mixer-softlight": {
24738                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
24739                "description": "Perform an RGB[A] softlight operation between the pixel sources.",
24740                "hierarchy": [
24741                    "frei0r-mixer-softlight",
24742                    "GstElement",
24743                    "GstObject",
24744                    "GInitiallyUnowned",
24745                    "GObject"
24746                ],
24747                "klass": "Filter/Editor/Video",
24748                "long-name": "softlight",
24749                "pad-templates": {
24750                    "sink_0": {
24751                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24752                        "direction": "sink",
24753                        "presence": "always"
24754                    },
24755                    "sink_1": {
24756                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24757                        "direction": "sink",
24758                        "presence": "always"
24759                    },
24760                    "src": {
24761                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24762                        "direction": "src",
24763                        "presence": "always"
24764                    }
24765                },
24766                "rank": "none"
24767            },
24768            "frei0r-mixer-subtract": {
24769                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
24770                "description": "Perform an RGB[A] subtract operation of the pixel source input2 from input1.",
24771                "hierarchy": [
24772                    "frei0r-mixer-subtract",
24773                    "GstElement",
24774                    "GstObject",
24775                    "GInitiallyUnowned",
24776                    "GObject"
24777                ],
24778                "klass": "Filter/Editor/Video",
24779                "long-name": "subtract",
24780                "pad-templates": {
24781                    "sink_0": {
24782                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24783                        "direction": "sink",
24784                        "presence": "always"
24785                    },
24786                    "sink_1": {
24787                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24788                        "direction": "sink",
24789                        "presence": "always"
24790                    },
24791                    "src": {
24792                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24793                        "direction": "src",
24794                        "presence": "always"
24795                    }
24796                },
24797                "rank": "none"
24798            },
24799            "frei0r-mixer-uv-map": {
24800                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Richard Spindler",
24801                "description": "Uses Input 1 as UV Map to distort Input 2",
24802                "hierarchy": [
24803                    "frei0r-mixer-uv-map",
24804                    "GstElement",
24805                    "GstObject",
24806                    "GInitiallyUnowned",
24807                    "GObject"
24808                ],
24809                "klass": "Filter/Editor/Video",
24810                "long-name": "UV Map",
24811                "pad-templates": {
24812                    "sink_0": {
24813                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24814                        "direction": "sink",
24815                        "presence": "always"
24816                    },
24817                    "sink_1": {
24818                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24819                        "direction": "sink",
24820                        "presence": "always"
24821                    },
24822                    "src": {
24823                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24824                        "direction": "src",
24825                        "presence": "always"
24826                    }
24827                },
24828                "rank": "none"
24829            },
24830            "frei0r-mixer-value": {
24831                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jean-Sebastien Senecal",
24832                "description": "Perform a conversion to value only of the source input1 using the value of input2.",
24833                "hierarchy": [
24834                    "frei0r-mixer-value",
24835                    "GstElement",
24836                    "GstObject",
24837                    "GInitiallyUnowned",
24838                    "GObject"
24839                ],
24840                "klass": "Filter/Editor/Video",
24841                "long-name": "value",
24842                "pad-templates": {
24843                    "sink_0": {
24844                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24845                        "direction": "sink",
24846                        "presence": "always"
24847                    },
24848                    "sink_1": {
24849                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24850                        "direction": "sink",
24851                        "presence": "always"
24852                    },
24853                    "src": {
24854                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24855                        "direction": "src",
24856                        "presence": "always"
24857                    }
24858                },
24859                "rank": "none"
24860            },
24861            "frei0r-mixer-xfade0r": {
24862                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Martin Bayer",
24863                "description": "a simple xfader",
24864                "hierarchy": [
24865                    "frei0r-mixer-xfade0r",
24866                    "GstElement",
24867                    "GstObject",
24868                    "GInitiallyUnowned",
24869                    "GObject"
24870                ],
24871                "klass": "Filter/Editor/Video",
24872                "long-name": "xfade0r",
24873                "pad-templates": {
24874                    "sink_0": {
24875                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24876                        "direction": "sink",
24877                        "presence": "always"
24878                    },
24879                    "sink_1": {
24880                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24881                        "direction": "sink",
24882                        "presence": "always"
24883                    },
24884                    "src": {
24885                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24886                        "direction": "src",
24887                        "presence": "always"
24888                    }
24889                },
24890                "properties": {
24891                    "fader": {
24892                        "blurb": "the fader position",
24893                        "conditionally-available": false,
24894                        "construct": false,
24895                        "construct-only": false,
24896                        "controllable": true,
24897                        "default": "0",
24898                        "max": "1",
24899                        "min": "0",
24900                        "mutable": "null",
24901                        "readable": true,
24902                        "type": "gdouble",
24903                        "writable": true
24904                    }
24905                },
24906                "rank": "none"
24907            },
24908            "frei0r-src-ising0r": {
24909                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Gephex crew",
24910                "description": "Generates ising noise",
24911                "hierarchy": [
24912                    "frei0r-src-ising0r",
24913                    "GstPushSrc",
24914                    "GstBaseSrc",
24915                    "GstElement",
24916                    "GstObject",
24917                    "GInitiallyUnowned",
24918                    "GObject"
24919                ],
24920                "klass": "Src/Video",
24921                "long-name": "Ising0r",
24922                "pad-templates": {
24923                    "src": {
24924                        "caps": "video/x-raw:\n         format: { BGRA, RGBA, ABGR, ARGB, BGRx, RGBx, xBGR, xRGB, AYUV }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24925                        "direction": "src",
24926                        "presence": "always"
24927                    }
24928                },
24929                "properties": {
24930                    "border-growth": {
24931                        "blurb": "Border Growth",
24932                        "conditionally-available": false,
24933                        "construct": false,
24934                        "construct-only": false,
24935                        "controllable": true,
24936                        "default": "1",
24937                        "max": "1",
24938                        "min": "0",
24939                        "mutable": "null",
24940                        "readable": true,
24941                        "type": "gdouble",
24942                        "writable": true
24943                    },
24944                    "spontaneous-growth": {
24945                        "blurb": "Spontaneous Growth",
24946                        "conditionally-available": false,
24947                        "construct": false,
24948                        "construct-only": false,
24949                        "controllable": true,
24950                        "default": "1",
24951                        "max": "1",
24952                        "min": "0",
24953                        "mutable": "null",
24954                        "readable": true,
24955                        "type": "gdouble",
24956                        "writable": true
24957                    },
24958                    "temperature": {
24959                        "blurb": "Noise Temperature",
24960                        "conditionally-available": false,
24961                        "construct": false,
24962                        "construct-only": false,
24963                        "controllable": true,
24964                        "default": "0",
24965                        "max": "1",
24966                        "min": "0",
24967                        "mutable": "null",
24968                        "readable": true,
24969                        "type": "gdouble",
24970                        "writable": true
24971                    }
24972                },
24973                "rank": "none"
24974            },
24975            "frei0r-src-lissajous0r": {
24976                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Martin Bayer",
24977                "description": "Generates Lissajous0r images",
24978                "hierarchy": [
24979                    "frei0r-src-lissajous0r",
24980                    "GstPushSrc",
24981                    "GstBaseSrc",
24982                    "GstElement",
24983                    "GstObject",
24984                    "GInitiallyUnowned",
24985                    "GObject"
24986                ],
24987                "klass": "Src/Video",
24988                "long-name": "Lissajous0r",
24989                "pad-templates": {
24990                    "src": {
24991                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24992                        "direction": "src",
24993                        "presence": "always"
24994                    }
24995                },
24996                "properties": {
24997                    "ratiox": {
24998                        "blurb": "x-ratio",
24999                        "conditionally-available": false,
25000                        "construct": false,
25001                        "construct-only": false,
25002                        "controllable": true,
25003                        "default": "0",
25004                        "max": "1",
25005                        "min": "0",
25006                        "mutable": "null",
25007                        "readable": true,
25008                        "type": "gdouble",
25009                        "writable": true
25010                    },
25011                    "ratioy": {
25012                        "blurb": "y-ratio",
25013                        "conditionally-available": false,
25014                        "construct": false,
25015                        "construct-only": false,
25016                        "controllable": true,
25017                        "default": "0",
25018                        "max": "1",
25019                        "min": "0",
25020                        "mutable": "null",
25021                        "readable": true,
25022                        "type": "gdouble",
25023                        "writable": true
25024                    }
25025                },
25026                "rank": "none"
25027            },
25028            "frei0r-src-nois0r": {
25029                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Martin Bayer",
25030                "description": "Generates white noise images",
25031                "hierarchy": [
25032                    "frei0r-src-nois0r",
25033                    "GstPushSrc",
25034                    "GstBaseSrc",
25035                    "GstElement",
25036                    "GstObject",
25037                    "GInitiallyUnowned",
25038                    "GObject"
25039                ],
25040                "klass": "Src/Video",
25041                "long-name": "Nois0r",
25042                "pad-templates": {
25043                    "src": {
25044                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25045                        "direction": "src",
25046                        "presence": "always"
25047                    }
25048                },
25049                "properties": {},
25050                "rank": "none"
25051            },
25052            "frei0r-src-onecol0r": {
25053                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Martin Bayer",
25054                "description": "image with just one color",
25055                "hierarchy": [
25056                    "frei0r-src-onecol0r",
25057                    "GstPushSrc",
25058                    "GstBaseSrc",
25059                    "GstElement",
25060                    "GstObject",
25061                    "GInitiallyUnowned",
25062                    "GObject"
25063                ],
25064                "klass": "Src/Video",
25065                "long-name": "onecol0r",
25066                "pad-templates": {
25067                    "src": {
25068                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25069                        "direction": "src",
25070                        "presence": "always"
25071                    }
25072                },
25073                "properties": {
25074                    "color-b": {
25075                        "blurb": "the color of the image",
25076                        "conditionally-available": false,
25077                        "construct": false,
25078                        "construct-only": false,
25079                        "controllable": true,
25080                        "default": "0",
25081                        "max": "1",
25082                        "min": "0",
25083                        "mutable": "null",
25084                        "readable": true,
25085                        "type": "gfloat",
25086                        "writable": true
25087                    },
25088                    "color-g": {
25089                        "blurb": "the color of the image",
25090                        "conditionally-available": false,
25091                        "construct": false,
25092                        "construct-only": false,
25093                        "controllable": true,
25094                        "default": "0",
25095                        "max": "1",
25096                        "min": "0",
25097                        "mutable": "null",
25098                        "readable": true,
25099                        "type": "gfloat",
25100                        "writable": true
25101                    },
25102                    "color-r": {
25103                        "blurb": "the color of the image",
25104                        "conditionally-available": false,
25105                        "construct": false,
25106                        "construct-only": false,
25107                        "controllable": true,
25108                        "default": "0",
25109                        "max": "1",
25110                        "min": "0",
25111                        "mutable": "null",
25112                        "readable": true,
25113                        "type": "gfloat",
25114                        "writable": true
25115                    }
25116                },
25117                "rank": "none"
25118            },
25119            "frei0r-src-partik0l": {
25120                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jaromil",
25121                "description": "Particles generated on prime number sinusoidal blossoming",
25122                "hierarchy": [
25123                    "frei0r-src-partik0l",
25124                    "GstPushSrc",
25125                    "GstBaseSrc",
25126                    "GstElement",
25127                    "GstObject",
25128                    "GInitiallyUnowned",
25129                    "GObject"
25130                ],
25131                "klass": "Src/Video",
25132                "long-name": "Partik0l",
25133                "pad-templates": {
25134                    "src": {
25135                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25136                        "direction": "src",
25137                        "presence": "always"
25138                    }
25139                },
25140                "properties": {
25141                    "down": {
25142                        "blurb": "blossom on a lower prime number",
25143                        "conditionally-available": false,
25144                        "construct": false,
25145                        "construct-only": false,
25146                        "controllable": true,
25147                        "default": "0",
25148                        "max": "1",
25149                        "min": "0",
25150                        "mutable": "null",
25151                        "readable": true,
25152                        "type": "gdouble",
25153                        "writable": true
25154                    },
25155                    "up": {
25156                        "blurb": "blossom on a higher prime number",
25157                        "conditionally-available": false,
25158                        "construct": false,
25159                        "construct-only": false,
25160                        "controllable": true,
25161                        "default": "0",
25162                        "max": "1",
25163                        "min": "0",
25164                        "mutable": "null",
25165                        "readable": true,
25166                        "type": "gdouble",
25167                        "writable": true
25168                    }
25169                },
25170                "rank": "none"
25171            },
25172            "frei0r-src-plasma": {
25173                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Jaromil",
25174                "description": "Demo scene 8bit plasma",
25175                "hierarchy": [
25176                    "frei0r-src-plasma",
25177                    "GstPushSrc",
25178                    "GstBaseSrc",
25179                    "GstElement",
25180                    "GstObject",
25181                    "GInitiallyUnowned",
25182                    "GObject"
25183                ],
25184                "klass": "Src/Video",
25185                "long-name": "Plasma",
25186                "pad-templates": {
25187                    "src": {
25188                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25189                        "direction": "src",
25190                        "presence": "always"
25191                    }
25192                },
25193                "properties": {
25194                    "param-1-move": {
25195                        "blurb": " ",
25196                        "conditionally-available": false,
25197                        "construct": false,
25198                        "construct-only": false,
25199                        "controllable": true,
25200                        "default": "1",
25201                        "max": "1",
25202                        "min": "0",
25203                        "mutable": "null",
25204                        "readable": true,
25205                        "type": "gdouble",
25206                        "writable": true
25207                    },
25208                    "param-1-speed": {
25209                        "blurb": " ",
25210                        "conditionally-available": false,
25211                        "construct": false,
25212                        "construct-only": false,
25213                        "controllable": true,
25214                        "default": "1",
25215                        "max": "1",
25216                        "min": "0",
25217                        "mutable": "null",
25218                        "readable": true,
25219                        "type": "gdouble",
25220                        "writable": true
25221                    },
25222                    "param-2-move": {
25223                        "blurb": " ",
25224                        "conditionally-available": false,
25225                        "construct": false,
25226                        "construct-only": false,
25227                        "controllable": true,
25228                        "default": "1",
25229                        "max": "1",
25230                        "min": "0",
25231                        "mutable": "null",
25232                        "readable": true,
25233                        "type": "gdouble",
25234                        "writable": true
25235                    },
25236                    "param-2-speed": {
25237                        "blurb": " ",
25238                        "conditionally-available": false,
25239                        "construct": false,
25240                        "construct-only": false,
25241                        "controllable": true,
25242                        "default": "1",
25243                        "max": "1",
25244                        "min": "0",
25245                        "mutable": "null",
25246                        "readable": true,
25247                        "type": "gdouble",
25248                        "writable": true
25249                    },
25250                    "param-3-speed": {
25251                        "blurb": " ",
25252                        "conditionally-available": false,
25253                        "construct": false,
25254                        "construct-only": false,
25255                        "controllable": true,
25256                        "default": "1",
25257                        "max": "1",
25258                        "min": "0",
25259                        "mutable": "null",
25260                        "readable": true,
25261                        "type": "gdouble",
25262                        "writable": true
25263                    },
25264                    "param-4-speed": {
25265                        "blurb": " ",
25266                        "conditionally-available": false,
25267                        "construct": false,
25268                        "construct-only": false,
25269                        "controllable": true,
25270                        "default": "1",
25271                        "max": "1",
25272                        "min": "0",
25273                        "mutable": "null",
25274                        "readable": true,
25275                        "type": "gdouble",
25276                        "writable": true
25277                    }
25278                },
25279                "rank": "none"
25280            },
25281            "frei0r-src-test-pat-b": {
25282                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli",
25283                "description": "Generates test card lookalikes",
25284                "hierarchy": [
25285                    "frei0r-src-test-pat-b",
25286                    "GstPushSrc",
25287                    "GstBaseSrc",
25288                    "GstElement",
25289                    "GstObject",
25290                    "GInitiallyUnowned",
25291                    "GObject"
25292                ],
25293                "klass": "Src/Video",
25294                "long-name": "test_pat_B",
25295                "pad-templates": {
25296                    "src": {
25297                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25298                        "direction": "src",
25299                        "presence": "always"
25300                    }
25301                },
25302                "properties": {
25303                    "aspect-type": {
25304                        "blurb": "7 choices, pixel aspect ratio",
25305                        "conditionally-available": false,
25306                        "construct": false,
25307                        "construct-only": false,
25308                        "controllable": true,
25309                        "default": "0",
25310                        "max": "1",
25311                        "min": "0",
25312                        "mutable": "null",
25313                        "readable": true,
25314                        "type": "gdouble",
25315                        "writable": true
25316                    },
25317                    "manual-aspect": {
25318                        "blurb": "Manual pixel aspect ratio (Aspect type 6)",
25319                        "conditionally-available": false,
25320                        "construct": false,
25321                        "construct-only": false,
25322                        "controllable": true,
25323                        "default": "0.5",
25324                        "max": "1",
25325                        "min": "0",
25326                        "mutable": "null",
25327                        "readable": true,
25328                        "type": "gdouble",
25329                        "writable": true
25330                    },
25331                    "type": {
25332                        "blurb": "8 choices, select test pattern",
25333                        "conditionally-available": false,
25334                        "construct": false,
25335                        "construct-only": false,
25336                        "controllable": true,
25337                        "default": "0",
25338                        "max": "1",
25339                        "min": "0",
25340                        "mutable": "null",
25341                        "readable": true,
25342                        "type": "gdouble",
25343                        "writable": true
25344                    }
25345                },
25346                "rank": "none"
25347            },
25348            "frei0r-src-test-pat-c": {
25349                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli",
25350                "description": "Generates cross sections of color spaces",
25351                "hierarchy": [
25352                    "frei0r-src-test-pat-c",
25353                    "GstPushSrc",
25354                    "GstBaseSrc",
25355                    "GstElement",
25356                    "GstObject",
25357                    "GInitiallyUnowned",
25358                    "GObject"
25359                ],
25360                "klass": "Src/Video",
25361                "long-name": "test_pat_C",
25362                "pad-templates": {
25363                    "src": {
25364                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25365                        "direction": "src",
25366                        "presence": "always"
25367                    }
25368                },
25369                "properties": {
25370                    "color-space": {
25371                        "blurb": "",
25372                        "conditionally-available": false,
25373                        "construct": false,
25374                        "construct-only": false,
25375                        "controllable": true,
25376                        "default": "0",
25377                        "max": "1",
25378                        "min": "0",
25379                        "mutable": "null",
25380                        "readable": true,
25381                        "type": "gdouble",
25382                        "writable": true
25383                    },
25384                    "cross-section": {
25385                        "blurb": "",
25386                        "conditionally-available": false,
25387                        "construct": false,
25388                        "construct-only": false,
25389                        "controllable": true,
25390                        "default": "0",
25391                        "max": "1",
25392                        "min": "0",
25393                        "mutable": "null",
25394                        "readable": true,
25395                        "type": "gdouble",
25396                        "writable": true
25397                    },
25398                    "fullscreen": {
25399                        "blurb": "",
25400                        "conditionally-available": false,
25401                        "construct": false,
25402                        "construct-only": false,
25403                        "controllable": true,
25404                        "default": "true",
25405                        "mutable": "null",
25406                        "readable": true,
25407                        "type": "gboolean",
25408                        "writable": true
25409                    },
25410                    "third-axis-value": {
25411                        "blurb": "",
25412                        "conditionally-available": false,
25413                        "construct": false,
25414                        "construct-only": false,
25415                        "controllable": true,
25416                        "default": "0.5",
25417                        "max": "1",
25418                        "min": "0",
25419                        "mutable": "null",
25420                        "readable": true,
25421                        "type": "gdouble",
25422                        "writable": true
25423                    }
25424                },
25425                "rank": "none"
25426            },
25427            "frei0r-src-test-pat-g": {
25428                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli",
25429                "description": "Generates geometry test pattern images",
25430                "hierarchy": [
25431                    "frei0r-src-test-pat-g",
25432                    "GstPushSrc",
25433                    "GstBaseSrc",
25434                    "GstElement",
25435                    "GstObject",
25436                    "GInitiallyUnowned",
25437                    "GObject"
25438                ],
25439                "klass": "Src/Video",
25440                "long-name": "test_pat_G",
25441                "pad-templates": {
25442                    "src": {
25443                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25444                        "direction": "src",
25445                        "presence": "always"
25446                    }
25447                },
25448                "properties": {
25449                    "aspect-type": {
25450                        "blurb": "Pixel aspect ratio presets",
25451                        "conditionally-available": false,
25452                        "construct": false,
25453                        "construct-only": false,
25454                        "controllable": true,
25455                        "default": "0",
25456                        "max": "1",
25457                        "min": "0",
25458                        "mutable": "null",
25459                        "readable": true,
25460                        "type": "gdouble",
25461                        "writable": true
25462                    },
25463                    "manual-aspect": {
25464                        "blurb": "Manual pixel aspect ratio",
25465                        "conditionally-available": false,
25466                        "construct": false,
25467                        "construct-only": false,
25468                        "controllable": true,
25469                        "default": "0.5",
25470                        "max": "1",
25471                        "min": "0",
25472                        "mutable": "null",
25473                        "readable": true,
25474                        "type": "gdouble",
25475                        "writable": true
25476                    },
25477                    "negative": {
25478                        "blurb": "Polarity of image",
25479                        "conditionally-available": false,
25480                        "construct": false,
25481                        "construct-only": false,
25482                        "controllable": true,
25483                        "default": "false",
25484                        "mutable": "null",
25485                        "readable": true,
25486                        "type": "gboolean",
25487                        "writable": true
25488                    },
25489                    "size-1": {
25490                        "blurb": "Size of major features",
25491                        "conditionally-available": false,
25492                        "construct": false,
25493                        "construct-only": false,
25494                        "controllable": true,
25495                        "default": "0.28125",
25496                        "max": "1",
25497                        "min": "0",
25498                        "mutable": "null",
25499                        "readable": true,
25500                        "type": "gdouble",
25501                        "writable": true
25502                    },
25503                    "size-2": {
25504                        "blurb": "Size of minor features",
25505                        "conditionally-available": false,
25506                        "construct": false,
25507                        "construct-only": false,
25508                        "controllable": true,
25509                        "default": "0.0625",
25510                        "max": "1",
25511                        "min": "0",
25512                        "mutable": "null",
25513                        "readable": true,
25514                        "type": "gdouble",
25515                        "writable": true
25516                    },
25517                    "type": {
25518                        "blurb": "Type of test pattern",
25519                        "conditionally-available": false,
25520                        "construct": false,
25521                        "construct-only": false,
25522                        "controllable": true,
25523                        "default": "0",
25524                        "max": "1",
25525                        "min": "0",
25526                        "mutable": "null",
25527                        "readable": true,
25528                        "type": "gdouble",
25529                        "writable": true
25530                    }
25531                },
25532                "rank": "none"
25533            },
25534            "frei0r-src-test-pat-i": {
25535                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli",
25536                "description": "Generates spatial impulse and step test patterns",
25537                "hierarchy": [
25538                    "frei0r-src-test-pat-i",
25539                    "GstPushSrc",
25540                    "GstBaseSrc",
25541                    "GstElement",
25542                    "GstObject",
25543                    "GInitiallyUnowned",
25544                    "GObject"
25545                ],
25546                "klass": "Src/Video",
25547                "long-name": "test_pat_I",
25548                "pad-templates": {
25549                    "src": {
25550                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25551                        "direction": "src",
25552                        "presence": "always"
25553                    }
25554                },
25555                "properties": {
25556                    "amplitude": {
25557                        "blurb": "Amplitude (contrast) of the pattern",
25558                        "conditionally-available": false,
25559                        "construct": false,
25560                        "construct-only": false,
25561                        "controllable": true,
25562                        "default": "0.8",
25563                        "max": "1",
25564                        "min": "0",
25565                        "mutable": "null",
25566                        "readable": true,
25567                        "type": "gdouble",
25568                        "writable": true
25569                    },
25570                    "channel": {
25571                        "blurb": "Into which color channel to draw",
25572                        "conditionally-available": false,
25573                        "construct": false,
25574                        "construct-only": false,
25575                        "controllable": true,
25576                        "default": "0",
25577                        "max": "1",
25578                        "min": "0",
25579                        "mutable": "null",
25580                        "readable": true,
25581                        "type": "gdouble",
25582                        "writable": true
25583                    },
25584                    "negative": {
25585                        "blurb": "Change polarity of impulse/step",
25586                        "conditionally-available": false,
25587                        "construct": false,
25588                        "construct-only": false,
25589                        "controllable": true,
25590                        "default": "false",
25591                        "mutable": "null",
25592                        "readable": true,
25593                        "type": "gboolean",
25594                        "writable": true
25595                    },
25596                    "tilt": {
25597                        "blurb": "Angle of step function",
25598                        "conditionally-available": false,
25599                        "construct": false,
25600                        "construct-only": false,
25601                        "controllable": true,
25602                        "default": "0.5",
25603                        "max": "1",
25604                        "min": "0",
25605                        "mutable": "null",
25606                        "readable": true,
25607                        "type": "gdouble",
25608                        "writable": true
25609                    },
25610                    "type": {
25611                        "blurb": "Type of test pattern",
25612                        "conditionally-available": false,
25613                        "construct": false,
25614                        "construct-only": false,
25615                        "controllable": true,
25616                        "default": "0",
25617                        "max": "1",
25618                        "min": "0",
25619                        "mutable": "null",
25620                        "readable": true,
25621                        "type": "gdouble",
25622                        "writable": true
25623                    },
25624                    "width": {
25625                        "blurb": "Width of impulse",
25626                        "conditionally-available": false,
25627                        "construct": false,
25628                        "construct-only": false,
25629                        "controllable": true,
25630                        "default": "0.040404",
25631                        "max": "1",
25632                        "min": "0",
25633                        "mutable": "null",
25634                        "readable": true,
25635                        "type": "gdouble",
25636                        "writable": true
25637                    }
25638                },
25639                "rank": "none"
25640            },
25641            "frei0r-src-test-pat-l": {
25642                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli",
25643                "description": "Generates linearity checking patterns",
25644                "hierarchy": [
25645                    "frei0r-src-test-pat-l",
25646                    "GstPushSrc",
25647                    "GstBaseSrc",
25648                    "GstElement",
25649                    "GstObject",
25650                    "GInitiallyUnowned",
25651                    "GObject"
25652                ],
25653                "klass": "Src/Video",
25654                "long-name": "test_pat_L",
25655                "pad-templates": {
25656                    "src": {
25657                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25658                        "direction": "src",
25659                        "presence": "always"
25660                    }
25661                },
25662                "properties": {
25663                    "channel": {
25664                        "blurb": "Into which color channel to draw",
25665                        "conditionally-available": false,
25666                        "construct": false,
25667                        "construct-only": false,
25668                        "controllable": true,
25669                        "default": "0",
25670                        "max": "1",
25671                        "min": "0",
25672                        "mutable": "null",
25673                        "readable": true,
25674                        "type": "gdouble",
25675                        "writable": true
25676                    },
25677                    "type": {
25678                        "blurb": "Type of test pattern",
25679                        "conditionally-available": false,
25680                        "construct": false,
25681                        "construct-only": false,
25682                        "controllable": true,
25683                        "default": "0",
25684                        "max": "1",
25685                        "min": "0",
25686                        "mutable": "null",
25687                        "readable": true,
25688                        "type": "gdouble",
25689                        "writable": true
25690                    }
25691                },
25692                "rank": "none"
25693            },
25694            "frei0r-src-test-pat-r": {
25695                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>, Marko Cebokli",
25696                "description": "Generates resolution test patterns",
25697                "hierarchy": [
25698                    "frei0r-src-test-pat-r",
25699                    "GstPushSrc",
25700                    "GstBaseSrc",
25701                    "GstElement",
25702                    "GstObject",
25703                    "GInitiallyUnowned",
25704                    "GObject"
25705                ],
25706                "klass": "Src/Video",
25707                "long-name": "test_pat_R",
25708                "pad-templates": {
25709                    "src": {
25710                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25711                        "direction": "src",
25712                        "presence": "always"
25713                    }
25714                },
25715                "properties": {
25716                    "amplitude": {
25717                        "blurb": "Amplitude (contrast) of the pattern",
25718                        "conditionally-available": false,
25719                        "construct": false,
25720                        "construct-only": false,
25721                        "controllable": true,
25722                        "default": "0.8",
25723                        "max": "1",
25724                        "min": "0",
25725                        "mutable": "null",
25726                        "readable": true,
25727                        "type": "gdouble",
25728                        "writable": true
25729                    },
25730                    "aspect-type": {
25731                        "blurb": "Pixel aspect ratio presets",
25732                        "conditionally-available": false,
25733                        "construct": false,
25734                        "construct-only": false,
25735                        "controllable": true,
25736                        "default": "0",
25737                        "max": "1",
25738                        "min": "0",
25739                        "mutable": "null",
25740                        "readable": true,
25741                        "type": "gdouble",
25742                        "writable": true
25743                    },
25744                    "channel": {
25745                        "blurb": "Into which color channel to draw",
25746                        "conditionally-available": false,
25747                        "construct": false,
25748                        "construct-only": false,
25749                        "controllable": true,
25750                        "default": "0",
25751                        "max": "1",
25752                        "min": "0",
25753                        "mutable": "null",
25754                        "readable": true,
25755                        "type": "gdouble",
25756                        "writable": true
25757                    },
25758                    "freq-1": {
25759                        "blurb": "Pattern 7 H frequency",
25760                        "conditionally-available": false,
25761                        "construct": false,
25762                        "construct-only": false,
25763                        "controllable": true,
25764                        "default": "0.03",
25765                        "max": "1",
25766                        "min": "0",
25767                        "mutable": "null",
25768                        "readable": true,
25769                        "type": "gdouble",
25770                        "writable": true
25771                    },
25772                    "freq-2": {
25773                        "blurb": "Pattern 7 V frequency",
25774                        "conditionally-available": false,
25775                        "construct": false,
25776                        "construct-only": false,
25777                        "controllable": true,
25778                        "default": "0.03",
25779                        "max": "1",
25780                        "min": "0",
25781                        "mutable": "null",
25782                        "readable": true,
25783                        "type": "gdouble",
25784                        "writable": true
25785                    },
25786                    "lin-p-swp": {
25787                        "blurb": "Use linear period sweep",
25788                        "conditionally-available": false,
25789                        "construct": false,
25790                        "construct-only": false,
25791                        "controllable": true,
25792                        "default": "false",
25793                        "mutable": "null",
25794                        "readable": true,
25795                        "type": "gboolean",
25796                        "writable": true
25797                    },
25798                    "manual-aspect": {
25799                        "blurb": "Manual pixel aspect ratio",
25800                        "conditionally-available": false,
25801                        "construct": false,
25802                        "construct-only": false,
25803                        "controllable": true,
25804                        "default": "0.5",
25805                        "max": "1",
25806                        "min": "0",
25807                        "mutable": "null",
25808                        "readable": true,
25809                        "type": "gdouble",
25810                        "writable": true
25811                    },
25812                    "type": {
25813                        "blurb": "Type of test pattern",
25814                        "conditionally-available": false,
25815                        "construct": false,
25816                        "construct-only": false,
25817                        "controllable": true,
25818                        "default": "0",
25819                        "max": "1",
25820                        "min": "0",
25821                        "mutable": "null",
25822                        "readable": true,
25823                        "type": "gdouble",
25824                        "writable": true
25825                    }
25826                },
25827                "rank": "none"
25828            }
25829        },
25830        "filename": "gstfrei0r",
25831        "license": "LGPL",
25832        "other-types": {},
25833        "package": "GStreamer Bad Plug-ins",
25834        "source": "gst-plugins-bad",
25835        "tracers": {},
25836        "url": "Unknown package origin"
25837    },
25838    "gaudieffects": {
25839        "description": "Gaudi video effects.",
25840        "elements": {
25841            "burn": {
25842                "author": "Luis de Bethencourt <luis@debethencourt.com>",
25843                "description": "Burn adjusts the colors in the video signal.",
25844                "hierarchy": [
25845                    "GstBurn",
25846                    "GstVideoFilter",
25847                    "GstBaseTransform",
25848                    "GstElement",
25849                    "GstObject",
25850                    "GInitiallyUnowned",
25851                    "GObject"
25852                ],
25853                "klass": "Filter/Effect/Video",
25854                "long-name": "Burn",
25855                "pad-templates": {
25856                    "sink": {
25857                        "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25858                        "direction": "sink",
25859                        "presence": "always"
25860                    },
25861                    "src": {
25862                        "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25863                        "direction": "src",
25864                        "presence": "always"
25865                    }
25866                },
25867                "properties": {
25868                    "adjustment": {
25869                        "blurb": "Adjustment parameter",
25870                        "conditionally-available": false,
25871                        "construct": false,
25872                        "construct-only": false,
25873                        "controllable": true,
25874                        "default": "175",
25875                        "max": "256",
25876                        "min": "0",
25877                        "mutable": "null",
25878                        "readable": true,
25879                        "type": "guint",
25880                        "writable": true
25881                    }
25882                },
25883                "rank": "none"
25884            },
25885            "chromium": {
25886                "author": "Luis de Bethencourt <luis@debethencourt.com>",
25887                "description": "Chromium breaks the colors of the video signal.",
25888                "hierarchy": [
25889                    "GstChromium",
25890                    "GstVideoFilter",
25891                    "GstBaseTransform",
25892                    "GstElement",
25893                    "GstObject",
25894                    "GInitiallyUnowned",
25895                    "GObject"
25896                ],
25897                "klass": "Filter/Effect/Video",
25898                "long-name": "Chromium",
25899                "pad-templates": {
25900                    "sink": {
25901                        "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25902                        "direction": "sink",
25903                        "presence": "always"
25904                    },
25905                    "src": {
25906                        "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25907                        "direction": "src",
25908                        "presence": "always"
25909                    }
25910                },
25911                "properties": {
25912                    "edge-a": {
25913                        "blurb": "First edge parameter",
25914                        "conditionally-available": false,
25915                        "construct": false,
25916                        "construct-only": false,
25917                        "controllable": true,
25918                        "default": "200",
25919                        "max": "256",
25920                        "min": "0",
25921                        "mutable": "null",
25922                        "readable": true,
25923                        "type": "guint",
25924                        "writable": true
25925                    },
25926                    "edge-b": {
25927                        "blurb": "Second edge parameter",
25928                        "conditionally-available": false,
25929                        "construct": false,
25930                        "construct-only": false,
25931                        "controllable": true,
25932                        "default": "1",
25933                        "max": "256",
25934                        "min": "0",
25935                        "mutable": "null",
25936                        "readable": true,
25937                        "type": "guint",
25938                        "writable": true
25939                    }
25940                },
25941                "rank": "none"
25942            },
25943            "dilate": {
25944                "author": "Luis de Bethencourt <luis@debethencourt.com>",
25945                "description": "Dilate copies the brightest pixel around.",
25946                "hierarchy": [
25947                    "GstDilate",
25948                    "GstVideoFilter",
25949                    "GstBaseTransform",
25950                    "GstElement",
25951                    "GstObject",
25952                    "GInitiallyUnowned",
25953                    "GObject"
25954                ],
25955                "klass": "Filter/Effect/Video",
25956                "long-name": "Dilate",
25957                "pad-templates": {
25958                    "sink": {
25959                        "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25960                        "direction": "sink",
25961                        "presence": "always"
25962                    },
25963                    "src": {
25964                        "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25965                        "direction": "src",
25966                        "presence": "always"
25967                    }
25968                },
25969                "properties": {
25970                    "erode": {
25971                        "blurb": "Erode parameter",
25972                        "conditionally-available": false,
25973                        "construct": false,
25974                        "construct-only": false,
25975                        "controllable": true,
25976                        "default": "false",
25977                        "mutable": "null",
25978                        "readable": true,
25979                        "type": "gboolean",
25980                        "writable": true
25981                    }
25982                },
25983                "rank": "none"
25984            },
25985            "dodge": {
25986                "author": "Luis de Bethencourt <luis@debethencourt.com>",
25987                "description": "Dodge saturates the colors in the video signal.",
25988                "hierarchy": [
25989                    "GstDodge",
25990                    "GstVideoFilter",
25991                    "GstBaseTransform",
25992                    "GstElement",
25993                    "GstObject",
25994                    "GInitiallyUnowned",
25995                    "GObject"
25996                ],
25997                "klass": "Filter/Effect/Video",
25998                "long-name": "Dodge",
25999                "pad-templates": {
26000                    "sink": {
26001                        "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26002                        "direction": "sink",
26003                        "presence": "always"
26004                    },
26005                    "src": {
26006                        "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26007                        "direction": "src",
26008                        "presence": "always"
26009                    }
26010                },
26011                "properties": {},
26012                "rank": "none"
26013            },
26014            "exclusion": {
26015                "author": "Luis de Bethencourt <luis@debethencourt.com>",
26016                "description": "Exclusion exclodes the colors in the video signal.",
26017                "hierarchy": [
26018                    "GstExclusion",
26019                    "GstVideoFilter",
26020                    "GstBaseTransform",
26021                    "GstElement",
26022                    "GstObject",
26023                    "GInitiallyUnowned",
26024                    "GObject"
26025                ],
26026                "klass": "Filter/Effect/Video",
26027                "long-name": "Exclusion",
26028                "pad-templates": {
26029                    "sink": {
26030                        "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26031                        "direction": "sink",
26032                        "presence": "always"
26033                    },
26034                    "src": {
26035                        "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26036                        "direction": "src",
26037                        "presence": "always"
26038                    }
26039                },
26040                "properties": {
26041                    "factor": {
26042                        "blurb": "Exclusion factor parameter",
26043                        "conditionally-available": false,
26044                        "construct": false,
26045                        "construct-only": false,
26046                        "controllable": true,
26047                        "default": "175",
26048                        "max": "175",
26049                        "min": "1",
26050                        "mutable": "null",
26051                        "readable": true,
26052                        "type": "guint",
26053                        "writable": true
26054                    }
26055                },
26056                "rank": "none"
26057            },
26058            "gaussianblur": {
26059                "author": "Jan Schmidt <thaytan@noraisin.net>",
26060                "description": "Perform Gaussian blur/sharpen on a video",
26061                "hierarchy": [
26062                    "GstGaussianBlur",
26063                    "GstVideoFilter",
26064                    "GstBaseTransform",
26065                    "GstElement",
26066                    "GstObject",
26067                    "GInitiallyUnowned",
26068                    "GObject"
26069                ],
26070                "klass": "Filter/Effect/Video",
26071                "long-name": "GstGaussianBlur",
26072                "pad-templates": {
26073                    "sink": {
26074                        "caps": "video/x-raw:\n         format: AYUV\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26075                        "direction": "sink",
26076                        "presence": "always"
26077                    },
26078                    "src": {
26079                        "caps": "video/x-raw:\n         format: AYUV\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26080                        "direction": "src",
26081                        "presence": "always"
26082                    }
26083                },
26084                "properties": {
26085                    "sigma": {
26086                        "blurb": "Sigma value for gaussian blur (negative for sharpen)",
26087                        "conditionally-available": false,
26088                        "construct": false,
26089                        "construct-only": false,
26090                        "controllable": true,
26091                        "default": "1.2",
26092                        "max": "20",
26093                        "min": "-20",
26094                        "mutable": "null",
26095                        "readable": true,
26096                        "type": "gdouble",
26097                        "writable": true
26098                    }
26099                },
26100                "rank": "none"
26101            },
26102            "solarize": {
26103                "author": "Luis de Bethencourt <luis@debethencourt.com>",
26104                "description": "Solarize tunable inverse in the video signal.",
26105                "hierarchy": [
26106                    "GstSolarize",
26107                    "GstVideoFilter",
26108                    "GstBaseTransform",
26109                    "GstElement",
26110                    "GstObject",
26111                    "GInitiallyUnowned",
26112                    "GObject"
26113                ],
26114                "klass": "Filter/Effect/Video",
26115                "long-name": "Solarize",
26116                "pad-templates": {
26117                    "sink": {
26118                        "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26119                        "direction": "sink",
26120                        "presence": "always"
26121                    },
26122                    "src": {
26123                        "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26124                        "direction": "src",
26125                        "presence": "always"
26126                    }
26127                },
26128                "properties": {
26129                    "end": {
26130                        "blurb": "End parameter",
26131                        "conditionally-available": false,
26132                        "construct": false,
26133                        "construct-only": false,
26134                        "controllable": true,
26135                        "default": "185",
26136                        "max": "256",
26137                        "min": "0",
26138                        "mutable": "null",
26139                        "readable": true,
26140                        "type": "guint",
26141                        "writable": true
26142                    },
26143                    "start": {
26144                        "blurb": "Start parameter",
26145                        "conditionally-available": false,
26146                        "construct": false,
26147                        "construct-only": false,
26148                        "controllable": true,
26149                        "default": "50",
26150                        "max": "256",
26151                        "min": "0",
26152                        "mutable": "null",
26153                        "readable": true,
26154                        "type": "guint",
26155                        "writable": true
26156                    },
26157                    "threshold": {
26158                        "blurb": "Threshold parameter",
26159                        "conditionally-available": false,
26160                        "construct": false,
26161                        "construct-only": false,
26162                        "controllable": true,
26163                        "default": "127",
26164                        "max": "256",
26165                        "min": "0",
26166                        "mutable": "null",
26167                        "readable": true,
26168                        "type": "guint",
26169                        "writable": true
26170                    }
26171                },
26172                "rank": "none"
26173            }
26174        },
26175        "filename": "gstgaudieffects",
26176        "license": "LGPL",
26177        "other-types": {},
26178        "package": "GStreamer Bad Plug-ins",
26179        "source": "gst-plugins-bad",
26180        "tracers": {},
26181        "url": "Unknown package origin"
26182    },
26183    "gdp": {
26184        "description": "Payload/depayload GDP packets",
26185        "elements": {
26186            "gdpdepay": {
26187                "author": "Thomas Vander Stichele <thomas at apestaart dot org>",
26188                "description": "Depayloads GStreamer Data Protocol buffers",
26189                "hierarchy": [
26190                    "GstGDPDepay",
26191                    "GstElement",
26192                    "GstObject",
26193                    "GInitiallyUnowned",
26194                    "GObject"
26195                ],
26196                "klass": "GDP/Depayloader",
26197                "long-name": "GDP Depayloader",
26198                "pad-templates": {
26199                    "sink": {
26200                        "caps": "application/x-gdp:\n",
26201                        "direction": "sink",
26202                        "presence": "always"
26203                    },
26204                    "src": {
26205                        "caps": "ANY",
26206                        "direction": "src",
26207                        "presence": "always"
26208                    }
26209                },
26210                "properties": {
26211                    "ts-offset": {
26212                        "blurb": "Timestamp Offset",
26213                        "conditionally-available": false,
26214                        "construct": false,
26215                        "construct-only": false,
26216                        "controllable": false,
26217                        "default": "0",
26218                        "max": "9223372036854775807",
26219                        "min": "-9223372036854775808",
26220                        "mutable": "null",
26221                        "readable": true,
26222                        "type": "gint64",
26223                        "writable": true
26224                    }
26225                },
26226                "rank": "none"
26227            },
26228            "gdppay": {
26229                "author": "Thomas Vander Stichele <thomas at apestaart dot org>",
26230                "description": "Payloads GStreamer Data Protocol buffers",
26231                "hierarchy": [
26232                    "GstGDPPay",
26233                    "GstElement",
26234                    "GstObject",
26235                    "GInitiallyUnowned",
26236                    "GObject"
26237                ],
26238                "klass": "GDP/Payloader",
26239                "long-name": "GDP Payloader",
26240                "pad-templates": {
26241                    "sink": {
26242                        "caps": "ANY",
26243                        "direction": "sink",
26244                        "presence": "always"
26245                    },
26246                    "src": {
26247                        "caps": "application/x-gdp:\n",
26248                        "direction": "src",
26249                        "presence": "always"
26250                    }
26251                },
26252                "properties": {
26253                    "crc-header": {
26254                        "blurb": "Calculate and store a CRC checksum on the header",
26255                        "conditionally-available": false,
26256                        "construct": false,
26257                        "construct-only": false,
26258                        "controllable": false,
26259                        "default": "true",
26260                        "mutable": "null",
26261                        "readable": true,
26262                        "type": "gboolean",
26263                        "writable": true
26264                    },
26265                    "crc-payload": {
26266                        "blurb": "Calculate and store a CRC checksum on the payload",
26267                        "conditionally-available": false,
26268                        "construct": false,
26269                        "construct-only": false,
26270                        "controllable": false,
26271                        "default": "false",
26272                        "mutable": "null",
26273                        "readable": true,
26274                        "type": "gboolean",
26275                        "writable": true
26276                    }
26277                },
26278                "rank": "none"
26279            }
26280        },
26281        "filename": "gstgdp",
26282        "license": "LGPL",
26283        "other-types": {},
26284        "package": "GStreamer Bad Plug-ins",
26285        "source": "gst-plugins-bad",
26286        "tracers": {},
26287        "url": "Unknown package origin"
26288    },
26289    "geometrictransform": {
26290        "description": "Various geometric image transform elements",
26291        "elements": {
26292            "bulge": {
26293                "author": "Filippo Argiolas <filippo.argiolas@gmail.com>",
26294                "description": "Adds a protuberance in the center point",
26295                "hierarchy": [
26296                    "GstBulge",
26297                    "GstCircleGeometricTransform",
26298                    "GstGeometricTransform",
26299                    "GstVideoFilter",
26300                    "GstBaseTransform",
26301                    "GstElement",
26302                    "GstObject",
26303                    "GInitiallyUnowned",
26304                    "GObject"
26305                ],
26306                "klass": "Transform/Effect/Video",
26307                "long-name": "bulge",
26308                "pad-templates": {
26309                    "sink": {
26310                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26311                        "direction": "sink",
26312                        "presence": "always"
26313                    },
26314                    "src": {
26315                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26316                        "direction": "src",
26317                        "presence": "always"
26318                    }
26319                },
26320                "properties": {
26321                    "zoom": {
26322                        "blurb": "Zoom of the bulge effect",
26323                        "conditionally-available": false,
26324                        "construct": false,
26325                        "construct-only": false,
26326                        "controllable": true,
26327                        "default": "3",
26328                        "max": "100",
26329                        "min": "1",
26330                        "mutable": "null",
26331                        "readable": true,
26332                        "type": "gdouble",
26333                        "writable": true
26334                    }
26335                },
26336                "rank": "none"
26337            },
26338            "circle": {
26339                "author": "Thiago Santos<thiago.sousa.santos@collabora.co.uk>",
26340                "description": "Warps the picture into an arc shaped form",
26341                "hierarchy": [
26342                    "GstCircle",
26343                    "GstCircleGeometricTransform",
26344                    "GstGeometricTransform",
26345                    "GstVideoFilter",
26346                    "GstBaseTransform",
26347                    "GstElement",
26348                    "GstObject",
26349                    "GInitiallyUnowned",
26350                    "GObject"
26351                ],
26352                "klass": "Transform/Effect/Video",
26353                "long-name": "circle",
26354                "pad-templates": {
26355                    "sink": {
26356                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26357                        "direction": "sink",
26358                        "presence": "always"
26359                    },
26360                    "src": {
26361                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26362                        "direction": "src",
26363                        "presence": "always"
26364                    }
26365                },
26366                "properties": {
26367                    "angle": {
26368                        "blurb": "Angle at which the arc starts in radians",
26369                        "conditionally-available": false,
26370                        "construct": false,
26371                        "construct-only": false,
26372                        "controllable": true,
26373                        "default": "0",
26374                        "max": "1.79769e+308",
26375                        "min": "-1.79769e+308",
26376                        "mutable": "null",
26377                        "readable": true,
26378                        "type": "gdouble",
26379                        "writable": true
26380                    },
26381                    "height": {
26382                        "blurb": "Height of the arc",
26383                        "conditionally-available": false,
26384                        "construct": false,
26385                        "construct-only": false,
26386                        "controllable": true,
26387                        "default": "20",
26388                        "max": "2147483647",
26389                        "min": "0",
26390                        "mutable": "null",
26391                        "readable": true,
26392                        "type": "gint",
26393                        "writable": true
26394                    },
26395                    "spread-angle": {
26396                        "blurb": "Length of the arc in radians",
26397                        "conditionally-available": false,
26398                        "construct": false,
26399                        "construct-only": false,
26400                        "controllable": true,
26401                        "default": "3.14159",
26402                        "max": "1.79769e+308",
26403                        "min": "-1.79769e+308",
26404                        "mutable": "null",
26405                        "readable": true,
26406                        "type": "gdouble",
26407                        "writable": true
26408                    }
26409                },
26410                "rank": "none"
26411            },
26412            "diffuse": {
26413                "author": "Thiago Santos<thiago.sousa.santos@collabora.co.uk>",
26414                "description": "Diffuses the image by moving its pixels in random directions",
26415                "hierarchy": [
26416                    "GstDiffuse",
26417                    "GstGeometricTransform",
26418                    "GstVideoFilter",
26419                    "GstBaseTransform",
26420                    "GstElement",
26421                    "GstObject",
26422                    "GInitiallyUnowned",
26423                    "GObject"
26424                ],
26425                "klass": "Transform/Effect/Video",
26426                "long-name": "diffuse",
26427                "pad-templates": {
26428                    "sink": {
26429                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26430                        "direction": "sink",
26431                        "presence": "always"
26432                    },
26433                    "src": {
26434                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26435                        "direction": "src",
26436                        "presence": "always"
26437                    }
26438                },
26439                "properties": {
26440                    "scale": {
26441                        "blurb": "Scale of the texture",
26442                        "conditionally-available": false,
26443                        "construct": false,
26444                        "construct-only": false,
26445                        "controllable": true,
26446                        "default": "4",
26447                        "max": "1.79769e+308",
26448                        "min": "1",
26449                        "mutable": "null",
26450                        "readable": true,
26451                        "type": "gdouble",
26452                        "writable": true
26453                    }
26454                },
26455                "rank": "none"
26456            },
26457            "fisheye": {
26458                "author": "Filippo Argiolas <filippo.argiolas@gmail.com>",
26459                "description": "Simulate a fisheye lens by zooming on the center of the image and compressing the edges",
26460                "hierarchy": [
26461                    "GstFisheye",
26462                    "GstGeometricTransform",
26463                    "GstVideoFilter",
26464                    "GstBaseTransform",
26465                    "GstElement",
26466                    "GstObject",
26467                    "GInitiallyUnowned",
26468                    "GObject"
26469                ],
26470                "klass": "Transform/Effect/Video",
26471                "long-name": "fisheye",
26472                "pad-templates": {
26473                    "sink": {
26474                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26475                        "direction": "sink",
26476                        "presence": "always"
26477                    },
26478                    "src": {
26479                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26480                        "direction": "src",
26481                        "presence": "always"
26482                    }
26483                },
26484                "properties": {},
26485                "rank": "none"
26486            },
26487            "kaleidoscope": {
26488                "author": "Thiago Santos<thiago.sousa.santos@collabora.co.uk>",
26489                "description": "Applies 'kaleidoscope' geometric transform to the image",
26490                "hierarchy": [
26491                    "GstKaleidoscope",
26492                    "GstCircleGeometricTransform",
26493                    "GstGeometricTransform",
26494                    "GstVideoFilter",
26495                    "GstBaseTransform",
26496                    "GstElement",
26497                    "GstObject",
26498                    "GInitiallyUnowned",
26499                    "GObject"
26500                ],
26501                "klass": "Transform/Effect/Video",
26502                "long-name": "kaleidoscope",
26503                "pad-templates": {
26504                    "sink": {
26505                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26506                        "direction": "sink",
26507                        "presence": "always"
26508                    },
26509                    "src": {
26510                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26511                        "direction": "src",
26512                        "presence": "always"
26513                    }
26514                },
26515                "properties": {
26516                    "angle": {
26517                        "blurb": "primary angle in radians of the kaleidoscope effect",
26518                        "conditionally-available": false,
26519                        "construct": false,
26520                        "construct-only": false,
26521                        "controllable": true,
26522                        "default": "0",
26523                        "max": "1.79769e+308",
26524                        "min": "-1.79769e+308",
26525                        "mutable": "null",
26526                        "readable": true,
26527                        "type": "gdouble",
26528                        "writable": true
26529                    },
26530                    "angle2": {
26531                        "blurb": "secondary angle in radians of the kaleidoscope effect",
26532                        "conditionally-available": false,
26533                        "construct": false,
26534                        "construct-only": false,
26535                        "controllable": true,
26536                        "default": "0",
26537                        "max": "1.79769e+308",
26538                        "min": "-1.79769e+308",
26539                        "mutable": "null",
26540                        "readable": true,
26541                        "type": "gdouble",
26542                        "writable": true
26543                    },
26544                    "sides": {
26545                        "blurb": "Number of sides of the kaleidoscope",
26546                        "conditionally-available": false,
26547                        "construct": false,
26548                        "construct-only": false,
26549                        "controllable": true,
26550                        "default": "3",
26551                        "max": "2147483647",
26552                        "min": "2",
26553                        "mutable": "null",
26554                        "readable": true,
26555                        "type": "gint",
26556                        "writable": true
26557                    }
26558                },
26559                "rank": "none"
26560            },
26561            "marble": {
26562                "author": "Thiago Santos<thiago.sousa.santos@collabora.co.uk>",
26563                "description": "Applies a marbling effect to the image",
26564                "hierarchy": [
26565                    "GstMarble",
26566                    "GstGeometricTransform",
26567                    "GstVideoFilter",
26568                    "GstBaseTransform",
26569                    "GstElement",
26570                    "GstObject",
26571                    "GInitiallyUnowned",
26572                    "GObject"
26573                ],
26574                "klass": "Transform/Effect/Video",
26575                "long-name": "marble",
26576                "pad-templates": {
26577                    "sink": {
26578                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26579                        "direction": "sink",
26580                        "presence": "always"
26581                    },
26582                    "src": {
26583                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26584                        "direction": "src",
26585                        "presence": "always"
26586                    }
26587                },
26588                "properties": {
26589                    "amount": {
26590                        "blurb": "Amount of effect",
26591                        "conditionally-available": false,
26592                        "construct": false,
26593                        "construct-only": false,
26594                        "controllable": true,
26595                        "default": "1",
26596                        "max": "1",
26597                        "min": "0",
26598                        "mutable": "null",
26599                        "readable": true,
26600                        "type": "gdouble",
26601                        "writable": true
26602                    },
26603                    "turbulence": {
26604                        "blurb": "Turbulence of the effect",
26605                        "conditionally-available": false,
26606                        "construct": false,
26607                        "construct-only": false,
26608                        "controllable": true,
26609                        "default": "4",
26610                        "max": "1",
26611                        "min": "0",
26612                        "mutable": "null",
26613                        "readable": true,
26614                        "type": "gdouble",
26615                        "writable": true
26616                    },
26617                    "x-scale": {
26618                        "blurb": "X scale of the texture",
26619                        "conditionally-available": false,
26620                        "construct": false,
26621                        "construct-only": false,
26622                        "controllable": true,
26623                        "default": "4",
26624                        "max": "1.79769e+308",
26625                        "min": "0",
26626                        "mutable": "null",
26627                        "readable": true,
26628                        "type": "gdouble",
26629                        "writable": true
26630                    },
26631                    "y-scale": {
26632                        "blurb": "Y scale of the texture",
26633                        "conditionally-available": false,
26634                        "construct": false,
26635                        "construct-only": false,
26636                        "controllable": true,
26637                        "default": "4",
26638                        "max": "1.79769e+308",
26639                        "min": "0",
26640                        "mutable": "null",
26641                        "readable": true,
26642                        "type": "gdouble",
26643                        "writable": true
26644                    }
26645                },
26646                "rank": "none"
26647            },
26648            "mirror": {
26649                "author": "Filippo Argiolas <filippo.argiolas@gmail.com>",
26650                "description": "Split the image into two halves and reflect one over each other",
26651                "hierarchy": [
26652                    "GstMirror",
26653                    "GstGeometricTransform",
26654                    "GstVideoFilter",
26655                    "GstBaseTransform",
26656                    "GstElement",
26657                    "GstObject",
26658                    "GInitiallyUnowned",
26659                    "GObject"
26660                ],
26661                "klass": "Transform/Effect/Video",
26662                "long-name": "mirror",
26663                "pad-templates": {
26664                    "sink": {
26665                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26666                        "direction": "sink",
26667                        "presence": "always"
26668                    },
26669                    "src": {
26670                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26671                        "direction": "src",
26672                        "presence": "always"
26673                    }
26674                },
26675                "properties": {
26676                    "mode": {
26677                        "blurb": "How to split the video frame and which side reflect",
26678                        "conditionally-available": false,
26679                        "construct": false,
26680                        "construct-only": false,
26681                        "controllable": false,
26682                        "default": "left (0)",
26683                        "mutable": "null",
26684                        "readable": true,
26685                        "type": "GstMirrorMode",
26686                        "writable": true
26687                    }
26688                },
26689                "rank": "none"
26690            },
26691            "perspective": {
26692                "author": "Antonio Ospite <ospite@studenti.unina.it>",
26693                "description": "Apply a 2D perspective transform",
26694                "hierarchy": [
26695                    "GstPerspective",
26696                    "GstGeometricTransform",
26697                    "GstVideoFilter",
26698                    "GstBaseTransform",
26699                    "GstElement",
26700                    "GstObject",
26701                    "GInitiallyUnowned",
26702                    "GObject"
26703                ],
26704                "klass": "Transform/Effect/Video",
26705                "long-name": "perspective",
26706                "pad-templates": {
26707                    "sink": {
26708                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26709                        "direction": "sink",
26710                        "presence": "always"
26711                    },
26712                    "src": {
26713                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26714                        "direction": "src",
26715                        "presence": "always"
26716                    }
26717                },
26718                "properties": {
26719                    "matrix": {
26720                        "blurb": "Matrix of dimension 3x3 to use in the 2D transform, passed as an array of 9 elements in row-major order",
26721                        "conditionally-available": false,
26722                        "construct": false,
26723                        "construct-only": false,
26724                        "controllable": false,
26725                        "mutable": "null",
26726                        "readable": true,
26727                        "type": "GValueArray",
26728                        "writable": true
26729                    }
26730                },
26731                "rank": "none"
26732            },
26733            "pinch": {
26734                "author": "Thiago Santos<thiago.sousa.santos@collabora.co.uk>",
26735                "description": "Applies 'pinch' geometric transform to the image",
26736                "hierarchy": [
26737                    "GstPinch",
26738                    "GstCircleGeometricTransform",
26739                    "GstGeometricTransform",
26740                    "GstVideoFilter",
26741                    "GstBaseTransform",
26742                    "GstElement",
26743                    "GstObject",
26744                    "GInitiallyUnowned",
26745                    "GObject"
26746                ],
26747                "klass": "Transform/Effect/Video",
26748                "long-name": "pinch",
26749                "pad-templates": {
26750                    "sink": {
26751                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26752                        "direction": "sink",
26753                        "presence": "always"
26754                    },
26755                    "src": {
26756                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26757                        "direction": "src",
26758                        "presence": "always"
26759                    }
26760                },
26761                "properties": {
26762                    "intensity": {
26763                        "blurb": "intensity of the pinch effect",
26764                        "conditionally-available": false,
26765                        "construct": false,
26766                        "construct-only": false,
26767                        "controllable": true,
26768                        "default": "0.5",
26769                        "max": "1",
26770                        "min": "-1",
26771                        "mutable": "null",
26772                        "readable": true,
26773                        "type": "gdouble",
26774                        "writable": true
26775                    }
26776                },
26777                "rank": "none"
26778            },
26779            "rotate": {
26780                "author": "Thiago Santos<thiago.sousa.santos@collabora.co.uk>",
26781                "description": "Rotates the picture by an arbitrary angle",
26782                "hierarchy": [
26783                    "GstRotate",
26784                    "GstGeometricTransform",
26785                    "GstVideoFilter",
26786                    "GstBaseTransform",
26787                    "GstElement",
26788                    "GstObject",
26789                    "GInitiallyUnowned",
26790                    "GObject"
26791                ],
26792                "klass": "Transform/Effect/Video",
26793                "long-name": "rotate",
26794                "pad-templates": {
26795                    "sink": {
26796                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26797                        "direction": "sink",
26798                        "presence": "always"
26799                    },
26800                    "src": {
26801                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26802                        "direction": "src",
26803                        "presence": "always"
26804                    }
26805                },
26806                "properties": {
26807                    "angle": {
26808                        "blurb": "Angle by which the picture is rotated, in radians",
26809                        "conditionally-available": false,
26810                        "construct": false,
26811                        "construct-only": false,
26812                        "controllable": true,
26813                        "default": "0",
26814                        "max": "1.79769e+308",
26815                        "min": "-1.79769e+308",
26816                        "mutable": "null",
26817                        "readable": true,
26818                        "type": "gdouble",
26819                        "writable": true
26820                    }
26821                },
26822                "rank": "none"
26823            },
26824            "sphere": {
26825                "author": "Thiago Santos<thiago.sousa.santos@collabora.co.uk>",
26826                "description": "Applies 'sphere' geometric transform to the image",
26827                "hierarchy": [
26828                    "GstSphere",
26829                    "GstCircleGeometricTransform",
26830                    "GstGeometricTransform",
26831                    "GstVideoFilter",
26832                    "GstBaseTransform",
26833                    "GstElement",
26834                    "GstObject",
26835                    "GInitiallyUnowned",
26836                    "GObject"
26837                ],
26838                "klass": "Transform/Effect/Video",
26839                "long-name": "sphere",
26840                "pad-templates": {
26841                    "sink": {
26842                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26843                        "direction": "sink",
26844                        "presence": "always"
26845                    },
26846                    "src": {
26847                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26848                        "direction": "src",
26849                        "presence": "always"
26850                    }
26851                },
26852                "properties": {
26853                    "refraction": {
26854                        "blurb": "refraction index",
26855                        "conditionally-available": false,
26856                        "construct": false,
26857                        "construct-only": false,
26858                        "controllable": true,
26859                        "default": "1.5",
26860                        "max": "1.79769e+308",
26861                        "min": "-1.79769e+308",
26862                        "mutable": "null",
26863                        "readable": true,
26864                        "type": "gdouble",
26865                        "writable": true
26866                    }
26867                },
26868                "rank": "none"
26869            },
26870            "square": {
26871                "author": "Filippo Argiolas <filippo.argiolas@gmail.com>",
26872                "description": "Distort center part of the image into a square",
26873                "hierarchy": [
26874                    "GstSquare",
26875                    "GstGeometricTransform",
26876                    "GstVideoFilter",
26877                    "GstBaseTransform",
26878                    "GstElement",
26879                    "GstObject",
26880                    "GInitiallyUnowned",
26881                    "GObject"
26882                ],
26883                "klass": "Transform/Effect/Video",
26884                "long-name": "square",
26885                "pad-templates": {
26886                    "sink": {
26887                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26888                        "direction": "sink",
26889                        "presence": "always"
26890                    },
26891                    "src": {
26892                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26893                        "direction": "src",
26894                        "presence": "always"
26895                    }
26896                },
26897                "properties": {
26898                    "height": {
26899                        "blurb": "Height of the square, relative to the frame height",
26900                        "conditionally-available": false,
26901                        "construct": false,
26902                        "construct-only": false,
26903                        "controllable": true,
26904                        "default": "0.5",
26905                        "max": "1",
26906                        "min": "0",
26907                        "mutable": "null",
26908                        "readable": true,
26909                        "type": "gdouble",
26910                        "writable": true
26911                    },
26912                    "width": {
26913                        "blurb": "Width of the square, relative to the frame width",
26914                        "conditionally-available": false,
26915                        "construct": false,
26916                        "construct-only": false,
26917                        "controllable": true,
26918                        "default": "0.5",
26919                        "max": "1",
26920                        "min": "0",
26921                        "mutable": "null",
26922                        "readable": true,
26923                        "type": "gdouble",
26924                        "writable": true
26925                    },
26926                    "zoom": {
26927                        "blurb": "Zoom amount in the center region",
26928                        "conditionally-available": false,
26929                        "construct": false,
26930                        "construct-only": false,
26931                        "controllable": true,
26932                        "default": "2",
26933                        "max": "100",
26934                        "min": "1",
26935                        "mutable": "null",
26936                        "readable": true,
26937                        "type": "gdouble",
26938                        "writable": true
26939                    }
26940                },
26941                "rank": "none"
26942            },
26943            "stretch": {
26944                "author": "Filippo Argiolas <filippo.argiolas@gmail.com>",
26945                "description": "Stretch the image in a circle around the center point",
26946                "hierarchy": [
26947                    "GstStretch",
26948                    "GstCircleGeometricTransform",
26949                    "GstGeometricTransform",
26950                    "GstVideoFilter",
26951                    "GstBaseTransform",
26952                    "GstElement",
26953                    "GstObject",
26954                    "GInitiallyUnowned",
26955                    "GObject"
26956                ],
26957                "klass": "Transform/Effect/Video",
26958                "long-name": "stretch",
26959                "pad-templates": {
26960                    "sink": {
26961                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26962                        "direction": "sink",
26963                        "presence": "always"
26964                    },
26965                    "src": {
26966                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26967                        "direction": "src",
26968                        "presence": "always"
26969                    }
26970                },
26971                "properties": {
26972                    "intensity": {
26973                        "blurb": "Intensity of the stretch effect",
26974                        "conditionally-available": false,
26975                        "construct": false,
26976                        "construct-only": false,
26977                        "controllable": true,
26978                        "default": "0.5",
26979                        "max": "1",
26980                        "min": "0",
26981                        "mutable": "null",
26982                        "readable": true,
26983                        "type": "gdouble",
26984                        "writable": true
26985                    }
26986                },
26987                "rank": "none"
26988            },
26989            "tunnel": {
26990                "author": "Filippo Argiolas <filippo.argiolas@gmail.com>",
26991                "description": "Light tunnel effect",
26992                "hierarchy": [
26993                    "GstTunnel",
26994                    "GstCircleGeometricTransform",
26995                    "GstGeometricTransform",
26996                    "GstVideoFilter",
26997                    "GstBaseTransform",
26998                    "GstElement",
26999                    "GstObject",
27000                    "GInitiallyUnowned",
27001                    "GObject"
27002                ],
27003                "klass": "Transform/Effect/Video",
27004                "long-name": "tunnel",
27005                "pad-templates": {
27006                    "sink": {
27007                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
27008                        "direction": "sink",
27009                        "presence": "always"
27010                    },
27011                    "src": {
27012                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
27013                        "direction": "src",
27014                        "presence": "always"
27015                    }
27016                },
27017                "properties": {},
27018                "rank": "none"
27019            },
27020            "twirl": {
27021                "author": "Thiago Santos<thiago.sousa.santos@collabora.co.uk>",
27022                "description": "Twists the image from the center out",
27023                "hierarchy": [
27024                    "GstTwirl",
27025                    "GstCircleGeometricTransform",
27026                    "GstGeometricTransform",
27027                    "GstVideoFilter",
27028                    "GstBaseTransform",
27029                    "GstElement",
27030                    "GstObject",
27031                    "GInitiallyUnowned",
27032                    "GObject"
27033                ],
27034                "klass": "Transform/Effect/Video",
27035                "long-name": "twirl",
27036                "pad-templates": {
27037                    "sink": {
27038                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
27039                        "direction": "sink",
27040                        "presence": "always"
27041                    },
27042                    "src": {
27043                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
27044                        "direction": "src",
27045                        "presence": "always"
27046                    }
27047                },
27048                "properties": {
27049                    "angle": {
27050                        "blurb": "This is the angle in radians by which pixels at the nearest edge of the image will move",
27051                        "conditionally-available": false,
27052                        "construct": false,
27053                        "construct-only": false,
27054                        "controllable": true,
27055                        "default": "3.14159",
27056                        "max": "1.79769e+308",
27057                        "min": "-1.79769e+308",
27058                        "mutable": "null",
27059                        "readable": true,
27060                        "type": "gdouble",
27061                        "writable": true
27062                    }
27063                },
27064                "rank": "none"
27065            },
27066            "waterripple": {
27067                "author": "Thiago Santos<thiago.sousa.santos@collabora.co.uk>",
27068                "description": "Creates a water ripple effect on the image",
27069                "hierarchy": [
27070                    "GstWaterRipple",
27071                    "GstCircleGeometricTransform",
27072                    "GstGeometricTransform",
27073                    "GstVideoFilter",
27074                    "GstBaseTransform",
27075                    "GstElement",
27076                    "GstObject",
27077                    "GInitiallyUnowned",
27078                    "GObject"
27079                ],
27080                "klass": "Transform/Effect/Video",
27081                "long-name": "waterripple",
27082                "pad-templates": {
27083                    "sink": {
27084                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
27085                        "direction": "sink",
27086                        "presence": "always"
27087                    },
27088                    "src": {
27089                        "caps": "video/x-raw:\n         format: { ARGB, BGR, BGRA, BGRx, RGB, RGBA, RGBx, AYUV, xBGR, xRGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
27090                        "direction": "src",
27091                        "presence": "always"
27092                    }
27093                },
27094                "properties": {
27095                    "amplitude": {
27096                        "blurb": "amplitude",
27097                        "conditionally-available": false,
27098                        "construct": false,
27099                        "construct-only": false,
27100                        "controllable": true,
27101                        "default": "10",
27102                        "max": "1.79769e+308",
27103                        "min": "-1.79769e+308",
27104                        "mutable": "null",
27105                        "readable": true,
27106                        "type": "gdouble",
27107                        "writable": true
27108                    },
27109                    "phase": {
27110                        "blurb": "phase",
27111                        "conditionally-available": false,
27112                        "construct": false,
27113                        "construct-only": false,
27114                        "controllable": true,
27115                        "default": "0",
27116                        "max": "1.79769e+308",
27117                        "min": "-1.79769e+308",
27118                        "mutable": "null",
27119                        "readable": true,
27120                        "type": "gdouble",
27121                        "writable": true
27122                    },
27123                    "wavelength": {
27124                        "blurb": "wavelength",
27125                        "conditionally-available": false,
27126                        "construct": false,
27127                        "construct-only": false,
27128                        "controllable": true,
27129                        "default": "16",
27130                        "max": "1.79769e+308",
27131                        "min": "-1.79769e+308",
27132                        "mutable": "null",
27133                        "readable": true,
27134                        "type": "gdouble",
27135                        "writable": true
27136                    }
27137                },
27138                "rank": "none"
27139            }
27140        },
27141        "filename": "gstgeometrictransform",
27142        "license": "LGPL",
27143        "other-types": {
27144            "GstCircleGeometricTransform": {
27145                "hierarchy": [
27146                    "GstCircleGeometricTransform",
27147                    "GstGeometricTransform",
27148                    "GstVideoFilter",
27149                    "GstBaseTransform",
27150                    "GstElement",
27151                    "GstObject",
27152                    "GInitiallyUnowned",
27153                    "GObject"
27154                ],
27155                "kind": "object",
27156                "properties": {
27157                    "radius": {
27158                        "blurb": "radius of the circle_geometric_transform effect",
27159                        "conditionally-available": false,
27160                        "construct": false,
27161                        "construct-only": false,
27162                        "controllable": true,
27163                        "default": "0.35",
27164                        "max": "1",
27165                        "min": "0",
27166                        "mutable": "null",
27167                        "readable": true,
27168                        "type": "gdouble",
27169                        "writable": true
27170                    },
27171                    "x-center": {
27172                        "blurb": "X axis center of the circle_geometric_transform effect",
27173                        "conditionally-available": false,
27174                        "construct": false,
27175                        "construct-only": false,
27176                        "controllable": true,
27177                        "default": "0.5",
27178                        "max": "1",
27179                        "min": "0",
27180                        "mutable": "null",
27181                        "readable": true,
27182                        "type": "gdouble",
27183                        "writable": true
27184                    },
27185                    "y-center": {
27186                        "blurb": "Y axis center of the circle_geometric_transform effect",
27187                        "conditionally-available": false,
27188                        "construct": false,
27189                        "construct-only": false,
27190                        "controllable": true,
27191                        "default": "0.5",
27192                        "max": "1",
27193                        "min": "0",
27194                        "mutable": "null",
27195                        "readable": true,
27196                        "type": "gdouble",
27197                        "writable": true
27198                    }
27199                }
27200            },
27201            "GstGeometricTransform": {
27202                "hierarchy": [
27203                    "GstGeometricTransform",
27204                    "GstVideoFilter",
27205                    "GstBaseTransform",
27206                    "GstElement",
27207                    "GstObject",
27208                    "GInitiallyUnowned",
27209                    "GObject"
27210                ],
27211                "kind": "object",
27212                "properties": {
27213                    "off-edge-pixels": {
27214                        "blurb": "What to do with off edge pixels",
27215                        "conditionally-available": false,
27216                        "construct": false,
27217                        "construct-only": false,
27218                        "controllable": true,
27219                        "default": "ignore (0)",
27220                        "mutable": "null",
27221                        "readable": true,
27222                        "type": "GstGeometricTransformOffEdgesPixelsMethod",
27223                        "writable": true
27224                    }
27225                }
27226            },
27227            "GstGeometricTransformOffEdgesPixelsMethod": {
27228                "kind": "enum",
27229                "values": [
27230                    {
27231                        "desc": "Ignore",
27232                        "name": "ignore",
27233                        "value": "0"
27234                    },
27235                    {
27236                        "desc": "Clamp",
27237                        "name": "clamp",
27238                        "value": "1"
27239                    },
27240                    {
27241                        "desc": "Wrap",
27242                        "name": "wrap",
27243                        "value": "2"
27244                    }
27245                ]
27246            },
27247            "GstMirrorMode": {
27248                "kind": "enum",
27249                "values": [
27250                    {
27251                        "desc": "Split horizontally and reflect left into right",
27252                        "name": "left",
27253                        "value": "0"
27254                    },
27255                    {
27256                        "desc": "Split horizontally and reflect right into left",
27257                        "name": "right",
27258                        "value": "1"
27259                    },
27260                    {
27261                        "desc": "Split vertically and reflect top into bottom",
27262                        "name": "top",
27263                        "value": "2"
27264                    },
27265                    {
27266                        "desc": "Split vertically and reflect bottom into top",
27267                        "name": "bottom",
27268                        "value": "3"
27269                    }
27270                ]
27271            }
27272        },
27273        "package": "GStreamer Bad Plug-ins",
27274        "source": "gst-plugins-bad",
27275        "tracers": {},
27276        "url": "Unknown package origin"
27277    },
27278    "gme": {
27279        "description": "GME Audio Decoder",
27280        "elements": {
27281            "gmedec": {
27282                "author": "Chris Lee <clee@kde.org>, Brian Koropoff <bkoropoff@gmail.com>, Michael Pyne <mpyne@kde.org>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
27283                "description": "Uses libgme to emulate a gaming console sound processors",
27284                "hierarchy": [
27285                    "GstGmeDec",
27286                    "GstElement",
27287                    "GstObject",
27288                    "GInitiallyUnowned",
27289                    "GObject"
27290                ],
27291                "klass": "Codec/Audio/Decoder",
27292                "long-name": "Gaming console music file decoder",
27293                "pad-templates": {
27294                    "sink": {
27295                        "caps": "audio/x-ay:\naudio/x-gbs:\naudio/x-gym:\naudio/x-hes:\naudio/x-kss:\naudio/x-nsf:\naudio/x-sap:\naudio/x-spc:\naudio/x-vgm:\n",
27296                        "direction": "sink",
27297                        "presence": "always"
27298                    },
27299                    "src": {
27300                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: 32000\n       channels: 2\n",
27301                        "direction": "src",
27302                        "presence": "always"
27303                    }
27304                },
27305                "rank": "primary"
27306            }
27307        },
27308        "filename": "gstgme",
27309        "license": "LGPL",
27310        "other-types": {},
27311        "package": "GStreamer Bad Plug-ins",
27312        "source": "gst-plugins-bad",
27313        "tracers": {},
27314        "url": "Unknown package origin"
27315    },
27316    "gs": {
27317        "description": "Read and write from and to a Google Cloud Storage",
27318        "elements": {
27319            "gssink": {
27320                "author": "Julien Isorce <jisorce@oblong.com>",
27321                "description": "Write buffers to a sequentially named set of files on Google Cloud Storage",
27322                "hierarchy": [
27323                    "GstGsSink",
27324                    "GstBaseSink",
27325                    "GstElement",
27326                    "GstObject",
27327                    "GInitiallyUnowned",
27328                    "GObject"
27329                ],
27330                "klass": "Sink/File",
27331                "long-name": "Google Cloud Storage Sink",
27332                "pad-templates": {
27333                    "sink": {
27334                        "caps": "ANY",
27335                        "direction": "sink",
27336                        "presence": "always"
27337                    }
27338                },
27339                "properties": {
27340                    "bucket-name": {
27341                        "blurb": "Google Cloud Storage Bucket Name",
27342                        "conditionally-available": false,
27343                        "construct": false,
27344                        "construct-only": false,
27345                        "controllable": false,
27346                        "default": "NULL",
27347                        "mutable": "null",
27348                        "readable": true,
27349                        "type": "gchararray",
27350                        "writable": true
27351                    },
27352                    "index": {
27353                        "blurb": "Index to use with location property to create file names.  The index is incremented by one for each buffer written.",
27354                        "conditionally-available": false,
27355                        "construct": false,
27356                        "construct-only": false,
27357                        "controllable": false,
27358                        "default": "0",
27359                        "max": "2147483647",
27360                        "min": "0",
27361                        "mutable": "null",
27362                        "readable": true,
27363                        "type": "gint",
27364                        "writable": true
27365                    },
27366                    "next-file": {
27367                        "blurb": "When to start a new file",
27368                        "conditionally-available": false,
27369                        "construct": false,
27370                        "construct-only": false,
27371                        "controllable": false,
27372                        "default": "buffer (0)",
27373                        "mutable": "null",
27374                        "readable": true,
27375                        "type": "GstGsSinkNext",
27376                        "writable": true
27377                    },
27378                    "object-name": {
27379                        "blurb": "Full path name of the remote file",
27380                        "conditionally-available": false,
27381                        "construct": false,
27382                        "construct-only": false,
27383                        "controllable": false,
27384                        "default": "%%s_%%05d",
27385                        "mutable": "null",
27386                        "readable": true,
27387                        "type": "gchararray",
27388                        "writable": true
27389                    },
27390                    "post-messages": {
27391                        "blurb": "Post a message for each file with information of the buffer",
27392                        "conditionally-available": false,
27393                        "construct": false,
27394                        "construct-only": false,
27395                        "controllable": false,
27396                        "default": "false",
27397                        "mutable": "null",
27398                        "readable": true,
27399                        "type": "gboolean",
27400                        "writable": true
27401                    },
27402                    "service-account-email": {
27403                        "blurb": "Service Account Email to use for credentials",
27404                        "conditionally-available": false,
27405                        "construct": false,
27406                        "construct-only": false,
27407                        "controllable": false,
27408                        "default": "NULL",
27409                        "mutable": "ready",
27410                        "readable": true,
27411                        "type": "gchararray",
27412                        "writable": true
27413                    },
27414                    "start-date": {
27415                        "blurb": "Start date in iso8601 format",
27416                        "conditionally-available": false,
27417                        "construct": false,
27418                        "construct-only": false,
27419                        "controllable": false,
27420                        "default": "NULL",
27421                        "mutable": "ready",
27422                        "readable": true,
27423                        "type": "gchararray",
27424                        "writable": true
27425                    }
27426                },
27427                "rank": "none"
27428            },
27429            "gssrc": {
27430                "author": "Julien Isorce <jisorce@oblong.com>",
27431                "description": "Read from arbitrary point from a file in a Google Cloud Storage",
27432                "hierarchy": [
27433                    "GstGsSrc",
27434                    "GstBaseSrc",
27435                    "GstElement",
27436                    "GstObject",
27437                    "GInitiallyUnowned",
27438                    "GObject"
27439                ],
27440                "interfaces": [
27441                    "GstURIHandler"
27442                ],
27443                "klass": "Source/File",
27444                "long-name": "Google Cloud Storage Source",
27445                "pad-templates": {
27446                    "src": {
27447                        "caps": "ANY",
27448                        "direction": "src",
27449                        "presence": "always"
27450                    }
27451                },
27452                "properties": {
27453                    "location": {
27454                        "blurb": "Location of the file to read",
27455                        "conditionally-available": false,
27456                        "construct": false,
27457                        "construct-only": false,
27458                        "controllable": false,
27459                        "default": "NULL",
27460                        "mutable": "ready",
27461                        "readable": true,
27462                        "type": "gchararray",
27463                        "writable": true
27464                    },
27465                    "service-account-email": {
27466                        "blurb": "Service Account Email to use for credentials",
27467                        "conditionally-available": false,
27468                        "construct": false,
27469                        "construct-only": false,
27470                        "controllable": false,
27471                        "default": "NULL",
27472                        "mutable": "ready",
27473                        "readable": true,
27474                        "type": "gchararray",
27475                        "writable": true
27476                    }
27477                },
27478                "rank": "none"
27479            }
27480        },
27481        "filename": "gstgs",
27482        "license": "LGPL",
27483        "other-types": {
27484            "GstGsSinkNext": {
27485                "kind": "enum",
27486                "values": [
27487                    {
27488                        "desc": "New file for each buffer",
27489                        "name": "buffer",
27490                        "value": "0"
27491                    },
27492                    {
27493                        "desc": "New file for each buffer",
27494                        "name": "Only one file, no next file",
27495                        "value": "1"
27496                    }
27497                ]
27498            }
27499        },
27500        "package": "GStreamer Bad Plug-ins",
27501        "source": "gst-plugins-bad",
27502        "tracers": {},
27503        "url": "Unknown package origin"
27504    },
27505    "gsm": {
27506        "description": "GSM encoder/decoder",
27507        "elements": {
27508            "gsmdec": {
27509                "author": "Philippe Khalaf <burger@speedy.org>",
27510                "description": "Decodes GSM encoded audio",
27511                "hierarchy": [
27512                    "GstGSMDec",
27513                    "GstAudioDecoder",
27514                    "GstElement",
27515                    "GstObject",
27516                    "GInitiallyUnowned",
27517                    "GObject"
27518                ],
27519                "klass": "Codec/Decoder/Audio",
27520                "long-name": "GSM audio decoder",
27521                "pad-templates": {
27522                    "sink": {
27523                        "caps": "audio/x-gsm:\n           rate: 8000\n       channels: 1\naudio/ms-gsm:\n           rate: [ 1, 2147483647 ]\n       channels: 1\n",
27524                        "direction": "sink",
27525                        "presence": "always"
27526                    },
27527                    "src": {
27528                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: 1\n",
27529                        "direction": "src",
27530                        "presence": "always"
27531                    }
27532                },
27533                "properties": {},
27534                "rank": "primary"
27535            },
27536            "gsmenc": {
27537                "author": "Philippe Khalaf <burger@speedy.org>",
27538                "description": "Encodes GSM audio",
27539                "hierarchy": [
27540                    "GstGSMEnc",
27541                    "GstAudioEncoder",
27542                    "GstElement",
27543                    "GstObject",
27544                    "GInitiallyUnowned",
27545                    "GObject"
27546                ],
27547                "interfaces": [
27548                    "GstPreset"
27549                ],
27550                "klass": "Codec/Encoder/Audio",
27551                "long-name": "GSM audio encoder",
27552                "pad-templates": {
27553                    "sink": {
27554                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: 8000\n       channels: 1\n",
27555                        "direction": "sink",
27556                        "presence": "always"
27557                    },
27558                    "src": {
27559                        "caps": "audio/x-gsm:\n           rate: 8000\n       channels: 1\n",
27560                        "direction": "src",
27561                        "presence": "always"
27562                    }
27563                },
27564                "properties": {},
27565                "rank": "primary"
27566            }
27567        },
27568        "filename": "gstgsm",
27569        "license": "LGPL",
27570        "other-types": {},
27571        "package": "GStreamer Bad Plug-ins",
27572        "source": "gst-plugins-bad",
27573        "tracers": {},
27574        "url": "Unknown package origin"
27575    },
27576    "hls": {
27577        "description": "HTTP Live Streaming (HLS)",
27578        "elements": {
27579            "hlsdemux": {
27580                "author": "Marc-Andre Lureau <marcandre.lureau@gmail.com>\nAndoni Morales Alastruey <ylatuya@gmail.com>",
27581                "description": "HTTP Live Streaming demuxer",
27582                "hierarchy": [
27583                    "GstHLSDemux",
27584                    "GstAdaptiveDemux",
27585                    "GstBin",
27586                    "GstElement",
27587                    "GstObject",
27588                    "GInitiallyUnowned",
27589                    "GObject"
27590                ],
27591                "interfaces": [
27592                    "GstChildProxy"
27593                ],
27594                "klass": "Codec/Demuxer/Adaptive",
27595                "long-name": "HLS Demuxer",
27596                "pad-templates": {
27597                    "sink": {
27598                        "caps": "application/x-hls:\n",
27599                        "direction": "sink",
27600                        "presence": "always"
27601                    },
27602                    "src_%%u": {
27603                        "caps": "ANY",
27604                        "direction": "src",
27605                        "presence": "sometimes"
27606                    }
27607                },
27608                "properties": {},
27609                "rank": "primary",
27610                "signals": {}
27611            },
27612            "hlssink": {
27613                "author": "Alessandro Decina <alessandro.d@gmail.com>",
27614                "description": "HTTP Live Streaming sink",
27615                "hierarchy": [
27616                    "GstHlsSink",
27617                    "GstBin",
27618                    "GstElement",
27619                    "GstObject",
27620                    "GInitiallyUnowned",
27621                    "GObject"
27622                ],
27623                "interfaces": [
27624                    "GstChildProxy"
27625                ],
27626                "klass": "Sink",
27627                "long-name": "HTTP Live Streaming sink",
27628                "pad-templates": {
27629                    "sink": {
27630                        "caps": "ANY",
27631                        "direction": "sink",
27632                        "presence": "always"
27633                    }
27634                },
27635                "properties": {
27636                    "location": {
27637                        "blurb": "Location of the file to write",
27638                        "conditionally-available": false,
27639                        "construct": false,
27640                        "construct-only": false,
27641                        "controllable": false,
27642                        "default": "segment%%05d.ts",
27643                        "mutable": "null",
27644                        "readable": true,
27645                        "type": "gchararray",
27646                        "writable": true
27647                    },
27648                    "max-files": {
27649                        "blurb": "Maximum number of files to keep on disk. Once the maximum is reached,old files start to be deleted to make room for new ones.",
27650                        "conditionally-available": false,
27651                        "construct": false,
27652                        "construct-only": false,
27653                        "controllable": false,
27654                        "default": "10",
27655                        "max": "-1",
27656                        "min": "0",
27657                        "mutable": "null",
27658                        "readable": true,
27659                        "type": "guint",
27660                        "writable": true
27661                    },
27662                    "playlist-length": {
27663                        "blurb": "Length of HLS playlist. To allow players to conform to section 6.3.3 of the HLS specification, this should be at least 3. If set to 0, the playlist will be infinite.",
27664                        "conditionally-available": false,
27665                        "construct": false,
27666                        "construct-only": false,
27667                        "controllable": false,
27668                        "default": "5",
27669                        "max": "-1",
27670                        "min": "0",
27671                        "mutable": "null",
27672                        "readable": true,
27673                        "type": "guint",
27674                        "writable": true
27675                    },
27676                    "playlist-location": {
27677                        "blurb": "Location of the playlist to write",
27678                        "conditionally-available": false,
27679                        "construct": false,
27680                        "construct-only": false,
27681                        "controllable": false,
27682                        "default": "playlist.m3u8",
27683                        "mutable": "null",
27684                        "readable": true,
27685                        "type": "gchararray",
27686                        "writable": true
27687                    },
27688                    "playlist-root": {
27689                        "blurb": "Location of the playlist to write",
27690                        "conditionally-available": false,
27691                        "construct": false,
27692                        "construct-only": false,
27693                        "controllable": false,
27694                        "default": "NULL",
27695                        "mutable": "null",
27696                        "readable": true,
27697                        "type": "gchararray",
27698                        "writable": true
27699                    },
27700                    "target-duration": {
27701                        "blurb": "The target duration in seconds of a segment/file. (0 - disabled, useful for management of segment duration by the streaming server)",
27702                        "conditionally-available": false,
27703                        "construct": false,
27704                        "construct-only": false,
27705                        "controllable": false,
27706                        "default": "15",
27707                        "max": "-1",
27708                        "min": "0",
27709                        "mutable": "null",
27710                        "readable": true,
27711                        "type": "guint",
27712                        "writable": true
27713                    }
27714                },
27715                "rank": "none"
27716            },
27717            "hlssink2": {
27718                "author": "Alessandro Decina <alessandro.d@gmail.com>, Sebastian Dröge <sebastian@centricular.com>",
27719                "description": "HTTP Live Streaming sink",
27720                "hierarchy": [
27721                    "GstHlsSink2",
27722                    "GstBin",
27723                    "GstElement",
27724                    "GstObject",
27725                    "GInitiallyUnowned",
27726                    "GObject"
27727                ],
27728                "interfaces": [
27729                    "GstChildProxy"
27730                ],
27731                "klass": "Sink/Muxer",
27732                "long-name": "HTTP Live Streaming sink",
27733                "pad-templates": {
27734                    "audio": {
27735                        "caps": "ANY",
27736                        "direction": "sink",
27737                        "presence": "request"
27738                    },
27739                    "video": {
27740                        "caps": "ANY",
27741                        "direction": "sink",
27742                        "presence": "request"
27743                    }
27744                },
27745                "properties": {
27746                    "location": {
27747                        "blurb": "Location of the file to write",
27748                        "conditionally-available": false,
27749                        "construct": false,
27750                        "construct-only": false,
27751                        "controllable": false,
27752                        "default": "segment%%05d.ts",
27753                        "mutable": "null",
27754                        "readable": true,
27755                        "type": "gchararray",
27756                        "writable": true
27757                    },
27758                    "max-files": {
27759                        "blurb": "Maximum number of files to keep on disk. Once the maximum is reached,old files start to be deleted to make room for new ones.",
27760                        "conditionally-available": false,
27761                        "construct": false,
27762                        "construct-only": false,
27763                        "controllable": false,
27764                        "default": "10",
27765                        "max": "-1",
27766                        "min": "0",
27767                        "mutable": "null",
27768                        "readable": true,
27769                        "type": "guint",
27770                        "writable": true
27771                    },
27772                    "playlist-length": {
27773                        "blurb": "Length of HLS playlist. To allow players to conform to section 6.3.3 of the HLS specification, this should be at least 3. If set to 0, the playlist will be infinite.",
27774                        "conditionally-available": false,
27775                        "construct": false,
27776                        "construct-only": false,
27777                        "controllable": false,
27778                        "default": "5",
27779                        "max": "-1",
27780                        "min": "0",
27781                        "mutable": "null",
27782                        "readable": true,
27783                        "type": "guint",
27784                        "writable": true
27785                    },
27786                    "playlist-location": {
27787                        "blurb": "Location of the playlist to write",
27788                        "conditionally-available": false,
27789                        "construct": false,
27790                        "construct-only": false,
27791                        "controllable": false,
27792                        "default": "playlist.m3u8",
27793                        "mutable": "null",
27794                        "readable": true,
27795                        "type": "gchararray",
27796                        "writable": true
27797                    },
27798                    "playlist-root": {
27799                        "blurb": "Location of the playlist to write",
27800                        "conditionally-available": false,
27801                        "construct": false,
27802                        "construct-only": false,
27803                        "controllable": false,
27804                        "default": "NULL",
27805                        "mutable": "null",
27806                        "readable": true,
27807                        "type": "gchararray",
27808                        "writable": true
27809                    },
27810                    "send-keyframe-requests": {
27811                        "blurb": "Send keyframe requests to ensure correct fragmentation. If this is disabled then the input must have keyframes in regular intervals",
27812                        "conditionally-available": false,
27813                        "construct": false,
27814                        "construct-only": false,
27815                        "controllable": false,
27816                        "default": "true",
27817                        "mutable": "null",
27818                        "readable": true,
27819                        "type": "gboolean",
27820                        "writable": true
27821                    },
27822                    "target-duration": {
27823                        "blurb": "The target duration in seconds of a segment/file. (0 - disabled, useful for management of segment duration by the streaming server)",
27824                        "conditionally-available": false,
27825                        "construct": false,
27826                        "construct-only": false,
27827                        "controllable": false,
27828                        "default": "15",
27829                        "max": "-1",
27830                        "min": "0",
27831                        "mutable": "null",
27832                        "readable": true,
27833                        "type": "guint",
27834                        "writable": true
27835                    }
27836                },
27837                "rank": "none",
27838                "signals": {
27839                    "delete-fragment": {
27840                        "args": [
27841                            {
27842                                "name": "arg0",
27843                                "type": "gchararray"
27844                            }
27845                        ],
27846                        "return-type": "void",
27847                        "when": "last"
27848                    },
27849                    "get-fragment-stream": {
27850                        "args": [
27851                            {
27852                                "name": "arg0",
27853                                "type": "gchararray"
27854                            }
27855                        ],
27856                        "return-type": "GOutputStream",
27857                        "when": "last"
27858                    },
27859                    "get-playlist-stream": {
27860                        "args": [
27861                            {
27862                                "name": "arg0",
27863                                "type": "gchararray"
27864                            }
27865                        ],
27866                        "return-type": "GOutputStream",
27867                        "when": "last"
27868                    }
27869                }
27870            }
27871        },
27872        "filename": "gsthls",
27873        "license": "LGPL",
27874        "other-types": {},
27875        "package": "GStreamer Bad Plug-ins",
27876        "source": "gst-plugins-bad",
27877        "tracers": {},
27878        "url": "Unknown package origin"
27879    },
27880    "id3tag": {
27881        "description": "ID3 v1 and v2 muxing plugin",
27882        "elements": {
27883            "id3mux": {
27884                "author": "Michael Smith <msmith@songbirdnest.com>, Tim-Philipp Müller <tim centricular net>",
27885                "description": "Adds an ID3v2 header and ID3v1 footer to a file",
27886                "hierarchy": [
27887                    "GstId3Mux",
27888                    "GstTagMux",
27889                    "GstElement",
27890                    "GstObject",
27891                    "GInitiallyUnowned",
27892                    "GObject"
27893                ],
27894                "interfaces": [
27895                    "GstTagSetter"
27896                ],
27897                "klass": "Formatter/Metadata",
27898                "long-name": "ID3 v1 and v2 Muxer",
27899                "pad-templates": {
27900                    "sink": {
27901                        "caps": "ANY",
27902                        "direction": "sink",
27903                        "presence": "always"
27904                    },
27905                    "src": {
27906                        "caps": "application/x-id3:\n",
27907                        "direction": "src",
27908                        "presence": "always"
27909                    }
27910                },
27911                "properties": {
27912                    "v2-version": {
27913                        "blurb": "Set version (3 for id3v2.3, 4 for id3v2.4) of id3v2 tags",
27914                        "conditionally-available": false,
27915                        "construct": true,
27916                        "construct-only": false,
27917                        "controllable": false,
27918                        "default": "3",
27919                        "max": "4",
27920                        "min": "3",
27921                        "mutable": "null",
27922                        "readable": true,
27923                        "type": "gint",
27924                        "writable": true
27925                    },
27926                    "write-v1": {
27927                        "blurb": "Write an id3v1 tag at the end of the file",
27928                        "conditionally-available": false,
27929                        "construct": true,
27930                        "construct-only": false,
27931                        "controllable": false,
27932                        "default": "false",
27933                        "mutable": "null",
27934                        "readable": true,
27935                        "type": "gboolean",
27936                        "writable": true
27937                    },
27938                    "write-v2": {
27939                        "blurb": "Write an id3v2 tag at the start of the file",
27940                        "conditionally-available": false,
27941                        "construct": true,
27942                        "construct-only": false,
27943                        "controllable": false,
27944                        "default": "true",
27945                        "mutable": "null",
27946                        "readable": true,
27947                        "type": "gboolean",
27948                        "writable": true
27949                    }
27950                },
27951                "rank": "primary"
27952            }
27953        },
27954        "filename": "gstid3tag",
27955        "license": "LGPL",
27956        "other-types": {},
27957        "package": "GStreamer Bad Plug-ins",
27958        "source": "gst-plugins-bad",
27959        "tracers": {},
27960        "url": "Unknown package origin"
27961    },
27962    "inter": {
27963        "description": "plugin for inter-pipeline communication",
27964        "elements": {
27965            "interaudiosink": {
27966                "author": "David Schleef <ds@schleef.org>",
27967                "description": "Virtual audio sink for internal process communication",
27968                "hierarchy": [
27969                    "GstInterAudioSink",
27970                    "GstBaseSink",
27971                    "GstElement",
27972                    "GstObject",
27973                    "GInitiallyUnowned",
27974                    "GObject"
27975                ],
27976                "klass": "Sink/Audio",
27977                "long-name": "Internal audio sink",
27978                "pad-templates": {
27979                    "sink": {
27980                        "caps": "audio/x-raw:\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
27981                        "direction": "sink",
27982                        "presence": "always"
27983                    }
27984                },
27985                "properties": {
27986                    "channel": {
27987                        "blurb": "Channel name to match inter src and sink elements",
27988                        "conditionally-available": false,
27989                        "construct": false,
27990                        "construct-only": false,
27991                        "controllable": false,
27992                        "default": "default",
27993                        "mutable": "null",
27994                        "readable": true,
27995                        "type": "gchararray",
27996                        "writable": true
27997                    }
27998                },
27999                "rank": "none"
28000            },
28001            "interaudiosrc": {
28002                "author": "David Schleef <ds@schleef.org>",
28003                "description": "Virtual audio source for internal process communication",
28004                "hierarchy": [
28005                    "GstInterAudioSrc",
28006                    "GstBaseSrc",
28007                    "GstElement",
28008                    "GstObject",
28009                    "GInitiallyUnowned",
28010                    "GObject"
28011                ],
28012                "klass": "Source/Audio",
28013                "long-name": "Internal audio source",
28014                "pad-templates": {
28015                    "src": {
28016                        "caps": "audio/x-raw:\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
28017                        "direction": "src",
28018                        "presence": "always"
28019                    }
28020                },
28021                "properties": {
28022                    "buffer-time": {
28023                        "blurb": "Size of audio buffer",
28024                        "conditionally-available": false,
28025                        "construct": false,
28026                        "construct-only": false,
28027                        "controllable": false,
28028                        "default": "1000000000",
28029                        "max": "18446744073709551615",
28030                        "min": "1",
28031                        "mutable": "null",
28032                        "readable": true,
28033                        "type": "guint64",
28034                        "writable": true
28035                    },
28036                    "channel": {
28037                        "blurb": "Channel name to match inter src and sink elements",
28038                        "conditionally-available": false,
28039                        "construct": false,
28040                        "construct-only": false,
28041                        "controllable": false,
28042                        "default": "default",
28043                        "mutable": "null",
28044                        "readable": true,
28045                        "type": "gchararray",
28046                        "writable": true
28047                    },
28048                    "latency-time": {
28049                        "blurb": "Latency as reported by the source",
28050                        "conditionally-available": false,
28051                        "construct": false,
28052                        "construct-only": false,
28053                        "controllable": false,
28054                        "default": "100000000",
28055                        "max": "18446744073709551615",
28056                        "min": "1",
28057                        "mutable": "null",
28058                        "readable": true,
28059                        "type": "guint64",
28060                        "writable": true
28061                    },
28062                    "period-time": {
28063                        "blurb": "The minimum amount of data to read in each iteration",
28064                        "conditionally-available": false,
28065                        "construct": false,
28066                        "construct-only": false,
28067                        "controllable": false,
28068                        "default": "25000000",
28069                        "max": "18446744073709551615",
28070                        "min": "1",
28071                        "mutable": "null",
28072                        "readable": true,
28073                        "type": "guint64",
28074                        "writable": true
28075                    }
28076                },
28077                "rank": "none"
28078            },
28079            "intersubsink": {
28080                "author": "David Schleef <ds@schleef.org>",
28081                "description": "Virtual subtitle sink for internal process communication",
28082                "hierarchy": [
28083                    "GstInterSubSink",
28084                    "GstBaseSink",
28085                    "GstElement",
28086                    "GstObject",
28087                    "GInitiallyUnowned",
28088                    "GObject"
28089                ],
28090                "klass": "Sink/Subtitle",
28091                "long-name": "Internal subtitle sink",
28092                "pad-templates": {
28093                    "sink": {
28094                        "caps": "text/plain:\n",
28095                        "direction": "sink",
28096                        "presence": "always"
28097                    }
28098                },
28099                "properties": {
28100                    "channel": {
28101                        "blurb": "Channel name to match inter src and sink elements",
28102                        "conditionally-available": false,
28103                        "construct": false,
28104                        "construct-only": false,
28105                        "controllable": false,
28106                        "default": "default",
28107                        "mutable": "null",
28108                        "readable": true,
28109                        "type": "gchararray",
28110                        "writable": true
28111                    }
28112                },
28113                "rank": "none"
28114            },
28115            "intersubsrc": {
28116                "author": "David Schleef <ds@schleef.org>",
28117                "description": "Virtual subtitle source for internal process communication",
28118                "hierarchy": [
28119                    "GstInterSubSrc",
28120                    "GstBaseSrc",
28121                    "GstElement",
28122                    "GstObject",
28123                    "GInitiallyUnowned",
28124                    "GObject"
28125                ],
28126                "klass": "Source/Subtitle",
28127                "long-name": "Internal subtitle source",
28128                "pad-templates": {
28129                    "src": {
28130                        "caps": "application/unknown:\n",
28131                        "direction": "src",
28132                        "presence": "always"
28133                    }
28134                },
28135                "properties": {
28136                    "channel": {
28137                        "blurb": "Channel name to match inter src and sink elements",
28138                        "conditionally-available": false,
28139                        "construct": false,
28140                        "construct-only": false,
28141                        "controllable": false,
28142                        "default": "default",
28143                        "mutable": "null",
28144                        "readable": true,
28145                        "type": "gchararray",
28146                        "writable": true
28147                    }
28148                },
28149                "rank": "none"
28150            },
28151            "intervideosink": {
28152                "author": "David Schleef <ds@schleef.org>",
28153                "description": "Virtual video sink for internal process communication",
28154                "hierarchy": [
28155                    "GstInterVideoSink",
28156                    "GstVideoSink",
28157                    "GstBaseSink",
28158                    "GstElement",
28159                    "GstObject",
28160                    "GInitiallyUnowned",
28161                    "GObject"
28162                ],
28163                "klass": "Sink/Video",
28164                "long-name": "Internal video sink",
28165                "pad-templates": {
28166                    "sink": {
28167                        "caps": "video/x-raw:\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
28168                        "direction": "sink",
28169                        "presence": "always"
28170                    }
28171                },
28172                "properties": {
28173                    "channel": {
28174                        "blurb": "Channel name to match inter src and sink elements",
28175                        "conditionally-available": false,
28176                        "construct": false,
28177                        "construct-only": false,
28178                        "controllable": false,
28179                        "default": "default",
28180                        "mutable": "null",
28181                        "readable": true,
28182                        "type": "gchararray",
28183                        "writable": true
28184                    }
28185                },
28186                "rank": "none"
28187            },
28188            "intervideosrc": {
28189                "author": "David Schleef <ds@schleef.org>",
28190                "description": "Virtual video source for internal process communication",
28191                "hierarchy": [
28192                    "GstInterVideoSrc",
28193                    "GstBaseSrc",
28194                    "GstElement",
28195                    "GstObject",
28196                    "GInitiallyUnowned",
28197                    "GObject"
28198                ],
28199                "klass": "Source/Video",
28200                "long-name": "Internal video source",
28201                "pad-templates": {
28202                    "src": {
28203                        "caps": "video/x-raw:\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
28204                        "direction": "src",
28205                        "presence": "always"
28206                    }
28207                },
28208                "properties": {
28209                    "channel": {
28210                        "blurb": "Channel name to match inter src and sink elements",
28211                        "conditionally-available": false,
28212                        "construct": false,
28213                        "construct-only": false,
28214                        "controllable": false,
28215                        "default": "default",
28216                        "mutable": "null",
28217                        "readable": true,
28218                        "type": "gchararray",
28219                        "writable": true
28220                    },
28221                    "timeout": {
28222                        "blurb": "Timeout after which to start outputting black frames",
28223                        "conditionally-available": false,
28224                        "construct": false,
28225                        "construct-only": false,
28226                        "controllable": false,
28227                        "default": "1000000000",
28228                        "max": "18446744073709551615",
28229                        "min": "0",
28230                        "mutable": "null",
28231                        "readable": true,
28232                        "type": "guint64",
28233                        "writable": true
28234                    }
28235                },
28236                "rank": "none"
28237            }
28238        },
28239        "filename": "gstinter",
28240        "license": "LGPL",
28241        "other-types": {},
28242        "package": "GStreamer Bad Plug-ins",
28243        "source": "gst-plugins-bad",
28244        "tracers": {},
28245        "url": "Unknown package origin"
28246    },
28247    "interlace": {
28248        "description": "Create an interlaced video stream",
28249        "elements": {
28250            "interlace": {
28251                "author": "David Schleef <ds@schleef.org>",
28252                "description": "Creates an interlaced video from progressive frames",
28253                "hierarchy": [
28254                    "GstInterlace",
28255                    "GstElement",
28256                    "GstObject",
28257                    "GInitiallyUnowned",
28258                    "GObject"
28259                ],
28260                "klass": "Filter/Video",
28261                "long-name": "Interlace filter",
28262                "pad-templates": {
28263                    "sink": {
28264                        "caps": "video/x-raw:\n         format: { AYUV64, Y412_BE, Y412_LE, A444_10BE, A444_10LE, AYUV, VUYA, A422_10BE, A422_10LE, A420_10BE, A420_10LE, A420, Y444_16BE, Y444_16LE, Y444_12BE, Y444_12LE, Y410, Y444_10BE, Y444_10LE, v308, IYU2, Y444, NV24, v216, I422_12BE, I422_12LE, Y212_BE, Y212_LE, UYVP, Y210, NV16_10LE32, v210, I422_10BE, I422_10LE, YUY2, UYVY, VYUY, YVYU, Y42B, NV16, NV61, P016_BE, P016_LE, I420_12BE, I420_12LE, P012_BE, P012_LE, NV12_10LE40, NV12_10LE32, I420_10BE, I420_10LE, P010_10BE, P010_10LE, I420, YV12, NV12, NV21, IYU1, Y41B, YUV9, YVU9 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n interlace-mode: progressive\nvideo/x-raw:\n         format: { AYUV64, Y412_BE, Y412_LE, A444_10BE, A444_10LE, AYUV, VUYA, A422_10BE, A422_10LE, A420_10BE, A420_10LE, A420, Y444_16BE, Y444_16LE, Y444_12BE, Y444_12LE, Y410, Y444_10BE, Y444_10LE, v308, IYU2, Y444, NV24, v216, I422_12BE, I422_12LE, Y212_BE, Y212_LE, UYVP, Y210, NV16_10LE32, v210, I422_10BE, I422_10LE, YUY2, UYVY, VYUY, YVYU, Y42B, NV16, NV61, P016_BE, P016_LE, I420_12BE, I420_12LE, P012_BE, P012_LE, NV12_10LE40, NV12_10LE32, I420_10BE, I420_10LE, P010_10BE, P010_10LE, I420, YV12, NV12, NV21, IYU1, Y41B, YUV9, YVU9 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n interlace-mode: interleaved\n    field-order: { (string)top-field-first, (string)bottom-field-first }\nvideo/x-raw:\n         format: { AYUV64, Y412_BE, Y412_LE, A444_10BE, A444_10LE, AYUV, VUYA, A422_10BE, A422_10LE, A420_10BE, A420_10LE, A420, Y444_16BE, Y444_16LE, Y444_12BE, Y444_12LE, Y410, Y444_10BE, Y444_10LE, v308, IYU2, Y444, NV24, v216, I422_12BE, I422_12LE, Y212_BE, Y212_LE, UYVP, Y210, NV16_10LE32, v210, I422_10BE, I422_10LE, YUY2, UYVY, VYUY, YVYU, Y42B, NV16, NV61, P016_BE, P016_LE, I420_12BE, I420_12LE, P012_BE, P012_LE, NV12_10LE40, NV12_10LE32, I420_10BE, I420_10LE, P010_10BE, P010_10LE, I420, YV12, NV12, NV21, IYU1, Y41B, YUV9, YVU9 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n interlace-mode: mixed\n\nvideo/x-raw(format:Interlaced):\n         format: { AYUV64, Y412_BE, Y412_LE, A444_10BE, A444_10LE, AYUV, VUYA, A422_10BE, A422_10LE, A420_10BE, A420_10LE, A420, Y444_16BE, Y444_16LE, Y444_12BE, Y444_12LE, Y410, Y444_10BE, Y444_10LE, v308, IYU2, Y444, NV24, v216, I422_12BE, I422_12LE, Y212_BE, Y212_LE, UYVP, Y210, NV16_10LE32, v210, I422_10BE, I422_10LE, YUY2, UYVY, VYUY, YVYU, Y42B, NV16, NV61, P016_BE, P016_LE, I420_12BE, I420_12LE, P012_BE, P012_LE, NV12_10LE40, NV12_10LE32, I420_10BE, I420_10LE, P010_10BE, P010_10LE, I420, YV12, NV12, NV21, IYU1, Y41B, YUV9, YVU9 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n interlace-mode: alternate\n",
28265                        "direction": "sink",
28266                        "presence": "always"
28267                    },
28268                    "src": {
28269                        "caps": "video/x-raw:\n         format: { AYUV64, Y412_BE, Y412_LE, A444_10BE, A444_10LE, AYUV, VUYA, A422_10BE, A422_10LE, A420_10BE, A420_10LE, A420, Y444_16BE, Y444_16LE, Y444_12BE, Y444_12LE, Y410, Y444_10BE, Y444_10LE, v308, IYU2, Y444, NV24, v216, I422_12BE, I422_12LE, Y212_BE, Y212_LE, UYVP, Y210, NV16_10LE32, v210, I422_10BE, I422_10LE, YUY2, UYVY, VYUY, YVYU, Y42B, NV16, NV61, P016_BE, P016_LE, I420_12BE, I420_12LE, P012_BE, P012_LE, NV12_10LE40, NV12_10LE32, I420_10BE, I420_10LE, P010_10BE, P010_10LE, I420, YV12, NV12, NV21, IYU1, Y41B, YUV9, YVU9 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n interlace-mode: { (string)interleaved, (string)mixed }\n\nvideo/x-raw(format:Interlaced):\n         format: { AYUV64, Y412_BE, Y412_LE, A444_10BE, A444_10LE, AYUV, VUYA, A422_10BE, A422_10LE, A420_10BE, A420_10LE, A420, Y444_16BE, Y444_16LE, Y444_12BE, Y444_12LE, Y410, Y444_10BE, Y444_10LE, v308, IYU2, Y444, NV24, v216, I422_12BE, I422_12LE, Y212_BE, Y212_LE, UYVP, Y210, NV16_10LE32, v210, I422_10BE, I422_10LE, YUY2, UYVY, VYUY, YVYU, Y42B, NV16, NV61, P016_BE, P016_LE, I420_12BE, I420_12LE, P012_BE, P012_LE, NV12_10LE40, NV12_10LE32, I420_10BE, I420_10LE, P010_10BE, P010_10LE, I420, YV12, NV12, NV21, IYU1, Y41B, YUV9, YVU9 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n interlace-mode: alternate\n",
28270                        "direction": "src",
28271                        "presence": "always"
28272                    }
28273                },
28274                "properties": {
28275                    "allow-rff": {
28276                        "blurb": "Allow generation of buffers with RFF flag set, i.e., duration of 3 fields",
28277                        "conditionally-available": false,
28278                        "construct": false,
28279                        "construct-only": false,
28280                        "controllable": false,
28281                        "default": "false",
28282                        "mutable": "null",
28283                        "readable": true,
28284                        "type": "gboolean",
28285                        "writable": true
28286                    },
28287                    "field-pattern": {
28288                        "blurb": "The output field pattern",
28289                        "conditionally-available": false,
28290                        "construct": false,
28291                        "construct-only": false,
28292                        "controllable": false,
28293                        "default": "2:3 (2)",
28294                        "mutable": "null",
28295                        "readable": true,
28296                        "type": "GstInterlacePattern",
28297                        "writable": true
28298                    },
28299                    "pattern-offset": {
28300                        "blurb": "The initial field pattern offset. Counts from 0.",
28301                        "conditionally-available": false,
28302                        "construct": false,
28303                        "construct-only": false,
28304                        "controllable": false,
28305                        "default": "0",
28306                        "max": "12",
28307                        "min": "0",
28308                        "mutable": "null",
28309                        "readable": true,
28310                        "type": "guint",
28311                        "writable": true
28312                    },
28313                    "top-field-first": {
28314                        "blurb": "Interlaced stream should be top field first",
28315                        "conditionally-available": false,
28316                        "construct": false,
28317                        "construct-only": false,
28318                        "controllable": false,
28319                        "default": "false",
28320                        "mutable": "null",
28321                        "readable": true,
28322                        "type": "gboolean",
28323                        "writable": true
28324                    }
28325                },
28326                "rank": "none"
28327            }
28328        },
28329        "filename": "gstinterlace",
28330        "license": "LGPL",
28331        "other-types": {
28332            "GstInterlacePattern": {
28333                "kind": "enum",
28334                "values": [
28335                    {
28336                        "desc": "1:1 (e.g. 60p -> 60i)",
28337                        "name": "1:1",
28338                        "value": "0"
28339                    },
28340                    {
28341                        "desc": "2:2 (e.g. 30p -> 60i)",
28342                        "name": "2:2",
28343                        "value": "1"
28344                    },
28345                    {
28346                        "desc": "2:3 (e.g. 24p -> 60i telecine)",
28347                        "name": "2:3",
28348                        "value": "2"
28349                    },
28350                    {
28351                        "desc": "2:3:3:2 (e.g. 24p -> 60i telecine)",
28352                        "name": "2:3:3:2",
28353                        "value": "3"
28354                    },
28355                    {
28356                        "desc": "Euro 2-11:3 (e.g. 24p -> 50i telecine)",
28357                        "name": "2-11:3",
28358                        "value": "4"
28359                    },
28360                    {
28361                        "desc": "3:4-3 (e.g. 16p -> 60i telecine)",
28362                        "name": "3:4-3",
28363                        "value": "5"
28364                    },
28365                    {
28366                        "desc": "3-7:4 (e.g. 16p -> 50i telecine)",
28367                        "name": "3-7:4",
28368                        "value": "6"
28369                    },
28370                    {
28371                        "desc": "3:3:4 (e.g. 18p -> 60i telecine)",
28372                        "name": "3:3:4",
28373                        "value": "7"
28374                    },
28375                    {
28376                        "desc": "3:3 (e.g. 20p -> 60i telecine)",
28377                        "name": "3:3",
28378                        "value": "8"
28379                    },
28380                    {
28381                        "desc": "3:2-4 (e.g. 27.5p -> 60i telecine)",
28382                        "name": "3:2-4",
28383                        "value": "9"
28384                    },
28385                    {
28386                        "desc": "1:2-4 (e.g. 27.5p -> 50i telecine)",
28387                        "name": "1:2-4",
28388                        "value": "10"
28389                    }
28390                ]
28391            }
28392        },
28393        "package": "GStreamer Bad Plug-ins",
28394        "source": "gst-plugins-bad",
28395        "tracers": {},
28396        "url": "Unknown package origin"
28397    },
28398    "ipcpipeline": {
28399        "description": "plugin for inter-process pipeline communication",
28400        "elements": {
28401            "ipcpipelinesink": {
28402                "author": "Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>",
28403                "description": "Allows splitting and continuing a pipeline in another process",
28404                "hierarchy": [
28405                    "GstIpcPipelineSink",
28406                    "GstElement",
28407                    "GstObject",
28408                    "GInitiallyUnowned",
28409                    "GObject"
28410                ],
28411                "klass": "Sink",
28412                "long-name": "Inter-process Pipeline Sink",
28413                "pad-templates": {
28414                    "sink": {
28415                        "caps": "ANY",
28416                        "direction": "sink",
28417                        "presence": "always"
28418                    }
28419                },
28420                "properties": {
28421                    "ack-time": {
28422                        "blurb": "Maximum time to wait for a response to a message",
28423                        "conditionally-available": false,
28424                        "construct": false,
28425                        "construct-only": false,
28426                        "controllable": false,
28427                        "default": "10000000",
28428                        "max": "18446744073709551615",
28429                        "min": "0",
28430                        "mutable": "null",
28431                        "readable": true,
28432                        "type": "guint64",
28433                        "writable": true
28434                    },
28435                    "fdin": {
28436                        "blurb": "File descriptor to received data from",
28437                        "conditionally-available": false,
28438                        "construct": false,
28439                        "construct-only": false,
28440                        "controllable": false,
28441                        "default": "-1",
28442                        "max": "65535",
28443                        "min": "-1",
28444                        "mutable": "null",
28445                        "readable": true,
28446                        "type": "gint",
28447                        "writable": true
28448                    },
28449                    "fdout": {
28450                        "blurb": "File descriptor to send data through",
28451                        "conditionally-available": false,
28452                        "construct": false,
28453                        "construct-only": false,
28454                        "controllable": false,
28455                        "default": "-1",
28456                        "max": "65535",
28457                        "min": "-1",
28458                        "mutable": "null",
28459                        "readable": true,
28460                        "type": "gint",
28461                        "writable": true
28462                    },
28463                    "read-chunk-size": {
28464                        "blurb": "Read chunk size",
28465                        "conditionally-available": false,
28466                        "construct": false,
28467                        "construct-only": false,
28468                        "controllable": false,
28469                        "default": "4096",
28470                        "max": "16777216",
28471                        "min": "1",
28472                        "mutable": "null",
28473                        "readable": true,
28474                        "type": "guint",
28475                        "writable": true
28476                    }
28477                },
28478                "rank": "none",
28479                "signals": {
28480                    "disconnect": {
28481                        "action": true,
28482                        "args": [],
28483                        "return-type": "void",
28484                        "when": "last"
28485                    }
28486                }
28487            },
28488            "ipcpipelinesrc": {
28489                "author": "Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>",
28490                "description": "Continues a split pipeline from another process",
28491                "hierarchy": [
28492                    "GstIpcPipelineSrc",
28493                    "GstElement",
28494                    "GstObject",
28495                    "GInitiallyUnowned",
28496                    "GObject"
28497                ],
28498                "klass": "Source",
28499                "long-name": "Inter-process Pipeline Source",
28500                "pad-templates": {
28501                    "src": {
28502                        "caps": "ANY",
28503                        "direction": "src",
28504                        "presence": "always"
28505                    }
28506                },
28507                "properties": {
28508                    "ack-time": {
28509                        "blurb": "Maximum time to wait for a response to a message",
28510                        "conditionally-available": false,
28511                        "construct": false,
28512                        "construct-only": false,
28513                        "controllable": false,
28514                        "default": "10000000",
28515                        "max": "18446744073709551615",
28516                        "min": "0",
28517                        "mutable": "null",
28518                        "readable": true,
28519                        "type": "guint64",
28520                        "writable": true
28521                    },
28522                    "fdin": {
28523                        "blurb": "File descriptor to read data from",
28524                        "conditionally-available": false,
28525                        "construct": false,
28526                        "construct-only": false,
28527                        "controllable": false,
28528                        "default": "-1",
28529                        "max": "65535",
28530                        "min": "-1",
28531                        "mutable": "null",
28532                        "readable": true,
28533                        "type": "gint",
28534                        "writable": true
28535                    },
28536                    "fdout": {
28537                        "blurb": "File descriptor to write data through",
28538                        "conditionally-available": false,
28539                        "construct": false,
28540                        "construct-only": false,
28541                        "controllable": false,
28542                        "default": "-1",
28543                        "max": "65535",
28544                        "min": "-1",
28545                        "mutable": "null",
28546                        "readable": true,
28547                        "type": "gint",
28548                        "writable": true
28549                    },
28550                    "read-chunk-size": {
28551                        "blurb": "Read chunk size",
28552                        "conditionally-available": false,
28553                        "construct": false,
28554                        "construct-only": false,
28555                        "controllable": false,
28556                        "default": "65536",
28557                        "max": "16777216",
28558                        "min": "1",
28559                        "mutable": "null",
28560                        "readable": true,
28561                        "type": "guint",
28562                        "writable": true
28563                    }
28564                },
28565                "rank": "none",
28566                "signals": {
28567                    "disconnect": {
28568                        "action": true,
28569                        "args": [],
28570                        "return-type": "void",
28571                        "when": "last"
28572                    },
28573                    "forward-message": {
28574                        "action": true,
28575                        "args": [
28576                            {
28577                                "name": "arg0",
28578                                "type": "GstMessage"
28579                            }
28580                        ],
28581                        "return-type": "gboolean",
28582                        "when": "last"
28583                    }
28584                }
28585            },
28586            "ipcslavepipeline": {
28587                "author": "Vincent Penquerc'h <vincent.penquerch@collabora.co.uk",
28588                "description": "Contains the slave part of an inter-process pipeline",
28589                "hierarchy": [
28590                    "GstIpcSlavePipeline",
28591                    "GstPipeline",
28592                    "GstBin",
28593                    "GstElement",
28594                    "GstObject",
28595                    "GInitiallyUnowned",
28596                    "GObject"
28597                ],
28598                "interfaces": [
28599                    "GstChildProxy"
28600                ],
28601                "klass": "Generic/Bin/Slave",
28602                "long-name": "Inter-process slave pipeline",
28603                "properties": {},
28604                "rank": "none"
28605            }
28606        },
28607        "filename": "gstipcpipeline",
28608        "license": "LGPL",
28609        "other-types": {},
28610        "package": "GStreamer Bad Plug-ins",
28611        "source": "gst-plugins-bad",
28612        "tracers": {},
28613        "url": "Unknown package origin"
28614    },
28615    "iqa": {
28616        "description": "Iqa",
28617        "elements": {
28618            "iqa": {
28619                "author": "Mathieu Duponchelle <mathieu.duponchelle@collabora.co.uk>",
28620                "description": "Provides various Image Quality Assessment metrics",
28621                "hierarchy": [
28622                    "GstIqa",
28623                    "GstVideoAggregator",
28624                    "GstAggregator",
28625                    "GstElement",
28626                    "GstObject",
28627                    "GInitiallyUnowned",
28628                    "GObject"
28629                ],
28630                "interfaces": [
28631                    "GstChildProxy"
28632                ],
28633                "klass": "Filter/Analyzer/Video",
28634                "long-name": "Iqa",
28635                "pad-templates": {
28636                    "sink_%%u": {
28637                        "caps": "video/x-raw:\n         format: { AYUV, BGRA, ARGB, RGBA, ABGR, Y444, Y42B, YUY2, UYVY, YVYU, I420, YV12, NV12, NV21, Y41B, RGB, BGR, xRGB, xBGR, RGBx, BGRx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
28638                        "direction": "sink",
28639                        "presence": "request",
28640                        "type": "GstVideoAggregatorConvertPad"
28641                    },
28642                    "src": {
28643                        "caps": "video/x-raw:\n         format: { RGBA }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
28644                        "direction": "src",
28645                        "presence": "always",
28646                        "type": "GstAggregatorPad"
28647                    }
28648                },
28649                "properties": {
28650                    "do-dssim": {
28651                        "blurb": "Run structural similarity checks",
28652                        "conditionally-available": false,
28653                        "construct": false,
28654                        "construct-only": false,
28655                        "controllable": false,
28656                        "default": "false",
28657                        "mutable": "null",
28658                        "readable": true,
28659                        "type": "gboolean",
28660                        "writable": true
28661                    },
28662                    "dssim-error-threshold": {
28663                        "blurb": "dssim value over which the element will post an error message on the bus. A value < 0.0 means 'disabled'.",
28664                        "conditionally-available": false,
28665                        "construct": false,
28666                        "construct-only": false,
28667                        "controllable": false,
28668                        "default": "0",
28669                        "max": "1.79769e+308",
28670                        "min": "-1",
28671                        "mutable": "null",
28672                        "readable": true,
28673                        "type": "gdouble",
28674                        "writable": true
28675                    },
28676                    "mode": {
28677                        "blurb": "Controls the frame comparison mode.",
28678                        "conditionally-available": false,
28679                        "construct": false,
28680                        "construct-only": false,
28681                        "controllable": false,
28682                        "default": "(none)",
28683                        "mutable": "null",
28684                        "readable": true,
28685                        "type": "GstIqaMode",
28686                        "writable": true
28687                    }
28688                },
28689                "rank": "primary"
28690            }
28691        },
28692        "filename": "gstiqa",
28693        "license": "LGPL",
28694        "other-types": {
28695            "GstIqaMode": {
28696                "kind": "flags",
28697                "values": [
28698                    {
28699                        "desc": "Strict comparison of frames.",
28700                        "name": "strict",
28701                        "value": "0x00000002"
28702                    }
28703                ]
28704            }
28705        },
28706        "package": "GStreamer Bad Plug-ins",
28707        "source": "gst-plugins-bad",
28708        "tracers": {},
28709        "url": "Unknown package origin"
28710    },
28711    "ivfparse": {
28712        "description": "IVF parser",
28713        "elements": {
28714            "ivfparse": {
28715                "author": "Philip Jägenstedt <philipj@opera.com>",
28716                "description": "Demuxes a IVF stream",
28717                "hierarchy": [
28718                    "GstIvfParse",
28719                    "GstBaseParse",
28720                    "GstElement",
28721                    "GstObject",
28722                    "GInitiallyUnowned",
28723                    "GObject"
28724                ],
28725                "klass": "Codec/Demuxer",
28726                "long-name": "IVF parser",
28727                "pad-templates": {
28728                    "sink": {
28729                        "caps": "video/x-ivf:\n",
28730                        "direction": "sink",
28731                        "presence": "always"
28732                    },
28733                    "src": {
28734                        "caps": "ANY",
28735                        "direction": "src",
28736                        "presence": "always"
28737                    }
28738                },
28739                "properties": {},
28740                "rank": "primary"
28741            }
28742        },
28743        "filename": "gstivfparse",
28744        "license": "LGPL",
28745        "other-types": {},
28746        "package": "GStreamer Bad Plug-ins",
28747        "source": "gst-plugins-bad",
28748        "tracers": {},
28749        "url": "Unknown package origin"
28750    },
28751    "ivtc": {
28752        "description": "Inverse Telecine",
28753        "elements": {
28754            "combdetect": {
28755                "author": "David Schleef <ds@schleef.org>",
28756                "description": "Detect combing artifacts in video stream",
28757                "hierarchy": [
28758                    "GstCombDetect",
28759                    "GstVideoFilter",
28760                    "GstBaseTransform",
28761                    "GstElement",
28762                    "GstObject",
28763                    "GInitiallyUnowned",
28764                    "GObject"
28765                ],
28766                "klass": "Video/Filter",
28767                "long-name": "Comb Detect",
28768                "pad-templates": {
28769                    "sink": {
28770                        "caps": "video/x-raw:\n         format: { I420, Y444, Y42B }\n          width: [ 1, 2048 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
28771                        "direction": "sink",
28772                        "presence": "always"
28773                    },
28774                    "src": {
28775                        "caps": "video/x-raw:\n         format: { I420, Y444, Y42B }\n          width: [ 1, 2048 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
28776                        "direction": "src",
28777                        "presence": "always"
28778                    }
28779                },
28780                "properties": {},
28781                "rank": "none"
28782            },
28783            "ivtc": {
28784                "author": "David Schleef <ds@schleef.org>",
28785                "description": "Inverse Telecine Filter",
28786                "hierarchy": [
28787                    "GstIvtc",
28788                    "GstBaseTransform",
28789                    "GstElement",
28790                    "GstObject",
28791                    "GInitiallyUnowned",
28792                    "GObject"
28793                ],
28794                "klass": "Video/Filter",
28795                "long-name": "Inverse Telecine",
28796                "pad-templates": {
28797                    "sink": {
28798                        "caps": "video/x-raw:\n         format: { I420, Y444, Y42B }\n          width: [ 1, 2048 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
28799                        "direction": "sink",
28800                        "presence": "always"
28801                    },
28802                    "src": {
28803                        "caps": "video/x-raw:\n         format: { I420, Y444, Y42B }\n          width: [ 1, 2048 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
28804                        "direction": "src",
28805                        "presence": "always"
28806                    }
28807                },
28808                "properties": {},
28809                "rank": "none"
28810            }
28811        },
28812        "filename": "gstivtc",
28813        "license": "LGPL",
28814        "other-types": {},
28815        "package": "GStreamer Bad Plug-ins",
28816        "source": "gst-plugins-bad",
28817        "tracers": {},
28818        "url": "Unknown package origin"
28819    },
28820    "jp2kdecimator": {
28821        "description": "JPEG2000 decimator",
28822        "elements": {
28823            "jp2kdecimator": {
28824                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
28825                "description": "Removes information from JPEG2000 streams without recompression",
28826                "hierarchy": [
28827                    "GstJP2kDecimator",
28828                    "GstElement",
28829                    "GstObject",
28830                    "GInitiallyUnowned",
28831                    "GObject"
28832                ],
28833                "klass": "Filter/Image",
28834                "long-name": "JPEG2000 decimator",
28835                "pad-templates": {
28836                    "sink": {
28837                        "caps": "image/x-jpc:\n",
28838                        "direction": "sink",
28839                        "presence": "always"
28840                    },
28841                    "src": {
28842                        "caps": "image/x-jpc:\n",
28843                        "direction": "src",
28844                        "presence": "always"
28845                    }
28846                },
28847                "properties": {
28848                    "max-decomposition-levels": {
28849                        "blurb": "Maximum number of decomposition levels to keep (-1 == all)",
28850                        "conditionally-available": false,
28851                        "construct": false,
28852                        "construct-only": false,
28853                        "controllable": false,
28854                        "default": "-1",
28855                        "max": "32",
28856                        "min": "-1",
28857                        "mutable": "null",
28858                        "readable": true,
28859                        "type": "gint",
28860                        "writable": true
28861                    },
28862                    "max-layers": {
28863                        "blurb": "Maximum number of layers to keep (0 == all)",
28864                        "conditionally-available": false,
28865                        "construct": false,
28866                        "construct-only": false,
28867                        "controllable": false,
28868                        "default": "0",
28869                        "max": "65535",
28870                        "min": "0",
28871                        "mutable": "null",
28872                        "readable": true,
28873                        "type": "gint",
28874                        "writable": true
28875                    }
28876                },
28877                "rank": "none"
28878            }
28879        },
28880        "filename": "gstjp2kdecimator",
28881        "license": "LGPL",
28882        "other-types": {},
28883        "package": "GStreamer Bad Plug-ins",
28884        "source": "gst-plugins-bad",
28885        "tracers": {},
28886        "url": "Unknown package origin"
28887    },
28888    "jpegformat": {
28889        "description": "JPEG interchange format plugin",
28890        "elements": {
28891            "jifmux": {
28892                "author": "Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>",
28893                "description": "Remuxes JPEG images with markers and tags",
28894                "hierarchy": [
28895                    "GstJifMux",
28896                    "GstElement",
28897                    "GstObject",
28898                    "GInitiallyUnowned",
28899                    "GObject"
28900                ],
28901                "interfaces": [
28902                    "GstTagSetter",
28903                    "GstTagXmpWriter"
28904                ],
28905                "klass": "Video/Formatter",
28906                "long-name": "JPEG stream muxer",
28907                "pad-templates": {
28908                    "sink": {
28909                        "caps": "image/jpeg:\n",
28910                        "direction": "sink",
28911                        "presence": "always"
28912                    },
28913                    "src": {
28914                        "caps": "image/jpeg:\n",
28915                        "direction": "src",
28916                        "presence": "always"
28917                    }
28918                },
28919                "rank": "secondary"
28920            },
28921            "jpegparse": {
28922                "author": "Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>",
28923                "description": "Parse JPEG images into single-frame buffers",
28924                "hierarchy": [
28925                    "GstJpegParse",
28926                    "GstBaseParse",
28927                    "GstElement",
28928                    "GstObject",
28929                    "GInitiallyUnowned",
28930                    "GObject"
28931                ],
28932                "klass": "Video/Parser",
28933                "long-name": "JPEG stream parser",
28934                "pad-templates": {
28935                    "sink": {
28936                        "caps": "image/jpeg:\n",
28937                        "direction": "sink",
28938                        "presence": "always"
28939                    },
28940                    "src": {
28941                        "caps": "image/jpeg:\n         format: { I420, Y41B, UYVY, YV12 }\n          width: [ 0, 2147483647 ]\n         height: [ 0, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         parsed: true\n",
28942                        "direction": "src",
28943                        "presence": "always"
28944                    }
28945                },
28946                "properties": {},
28947                "rank": "none"
28948            }
28949        },
28950        "filename": "gstjpegformat",
28951        "license": "LGPL",
28952        "other-types": {},
28953        "package": "GStreamer Bad Plug-ins",
28954        "source": "gst-plugins-bad",
28955        "tracers": {},
28956        "url": "Unknown package origin"
28957    },
28958    "kate": {
28959        "description": "Kate plugin",
28960        "elements": {
28961            "katedec": {
28962                "author": "Vincent Penquerc'h <ogg.k.ogg.k@googlemail.com>",
28963                "description": "Decodes Kate text streams",
28964                "hierarchy": [
28965                    "GstKateDec",
28966                    "GstElement",
28967                    "GstObject",
28968                    "GInitiallyUnowned",
28969                    "GObject"
28970                ],
28971                "klass": "Codec/Decoder/Subtitle",
28972                "long-name": "Kate stream text decoder",
28973                "pad-templates": {
28974                    "sink": {
28975                        "caps": "subtitle/x-kate:\n",
28976                        "direction": "sink",
28977                        "presence": "always"
28978                    },
28979                    "src": {
28980                        "caps": "text/x-raw:\n         format: { pango-markup, utf8 }\nsubpicture/x-dvd:\n",
28981                        "direction": "src",
28982                        "presence": "always"
28983                    }
28984                },
28985                "properties": {
28986                    "category": {
28987                        "blurb": "The category of the stream",
28988                        "conditionally-available": false,
28989                        "construct": false,
28990                        "construct-only": false,
28991                        "controllable": false,
28992                        "default": "NULL",
28993                        "mutable": "null",
28994                        "readable": true,
28995                        "type": "gchararray",
28996                        "writable": false
28997                    },
28998                    "language": {
28999                        "blurb": "The language of the stream",
29000                        "conditionally-available": false,
29001                        "construct": false,
29002                        "construct-only": false,
29003                        "controllable": false,
29004                        "default": "NULL",
29005                        "mutable": "null",
29006                        "readable": true,
29007                        "type": "gchararray",
29008                        "writable": false
29009                    },
29010                    "original-canvas-height": {
29011                        "blurb": "The canvas height this stream was authored for (0 is unspecified)",
29012                        "conditionally-available": false,
29013                        "construct": false,
29014                        "construct-only": false,
29015                        "controllable": false,
29016                        "default": "0",
29017                        "max": "2147483647",
29018                        "min": "0",
29019                        "mutable": "null",
29020                        "readable": true,
29021                        "type": "gint",
29022                        "writable": false
29023                    },
29024                    "original-canvas-width": {
29025                        "blurb": "The canvas width this stream was authored for",
29026                        "conditionally-available": false,
29027                        "construct": false,
29028                        "construct-only": false,
29029                        "controllable": false,
29030                        "default": "0",
29031                        "max": "2147483647",
29032                        "min": "0",
29033                        "mutable": "null",
29034                        "readable": true,
29035                        "type": "gint",
29036                        "writable": false
29037                    },
29038                    "remove-markup": {
29039                        "blurb": "Remove markup from decoded text ?",
29040                        "conditionally-available": false,
29041                        "construct": false,
29042                        "construct-only": false,
29043                        "controllable": false,
29044                        "default": "false",
29045                        "mutable": "null",
29046                        "readable": true,
29047                        "type": "gboolean",
29048                        "writable": true
29049                    }
29050                },
29051                "rank": "primary"
29052            },
29053            "kateenc": {
29054                "author": "Vincent Penquerc'h <ogg.k.ogg.k@googlemail.com>",
29055                "description": "Encodes Kate streams from text or subpictures",
29056                "hierarchy": [
29057                    "GstKateEnc",
29058                    "GstElement",
29059                    "GstObject",
29060                    "GInitiallyUnowned",
29061                    "GObject"
29062                ],
29063                "interfaces": [
29064                    "GstTagSetter"
29065                ],
29066                "klass": "Codec/Encoder/Subtitle",
29067                "long-name": "Kate stream encoder",
29068                "pad-templates": {
29069                    "sink": {
29070                        "caps": "text/x-raw:\n         format: { pango-markup, utf8 }\nsubpicture/x-dvd:\n",
29071                        "direction": "sink",
29072                        "presence": "always"
29073                    },
29074                    "src": {
29075                        "caps": "subtitle/x-kate:\napplication/x-kate:\n",
29076                        "direction": "src",
29077                        "presence": "always"
29078                    }
29079                },
29080                "properties": {
29081                    "category": {
29082                        "blurb": "The category of the stream",
29083                        "conditionally-available": false,
29084                        "construct": false,
29085                        "construct-only": false,
29086                        "controllable": false,
29087                        "default": "",
29088                        "mutable": "null",
29089                        "readable": true,
29090                        "type": "gchararray",
29091                        "writable": true
29092                    },
29093                    "default-spu-duration": {
29094                        "blurb": "The assumed max duration (in seconds) of SPUs with no duration specified",
29095                        "conditionally-available": false,
29096                        "construct": false,
29097                        "construct-only": false,
29098                        "controllable": false,
29099                        "default": "1.5",
29100                        "max": "3.40282e+38",
29101                        "min": "0",
29102                        "mutable": "null",
29103                        "readable": true,
29104                        "type": "gfloat",
29105                        "writable": true
29106                    },
29107                    "granule-rate-denominator": {
29108                        "blurb": "The denominator of the granule rate",
29109                        "conditionally-available": false,
29110                        "construct": false,
29111                        "construct-only": false,
29112                        "controllable": false,
29113                        "default": "1",
29114                        "max": "2147483647",
29115                        "min": "1",
29116                        "mutable": "null",
29117                        "readable": true,
29118                        "type": "gint",
29119                        "writable": true
29120                    },
29121                    "granule-rate-numerator": {
29122                        "blurb": "The numerator of the granule rate",
29123                        "conditionally-available": false,
29124                        "construct": false,
29125                        "construct-only": false,
29126                        "controllable": false,
29127                        "default": "1000",
29128                        "max": "2147483647",
29129                        "min": "1",
29130                        "mutable": "null",
29131                        "readable": true,
29132                        "type": "gint",
29133                        "writable": true
29134                    },
29135                    "granule-shift": {
29136                        "blurb": "The granule shift",
29137                        "conditionally-available": false,
29138                        "construct": false,
29139                        "construct-only": false,
29140                        "controllable": false,
29141                        "default": "32",
29142                        "max": "64",
29143                        "min": "0",
29144                        "mutable": "null",
29145                        "readable": true,
29146                        "type": "gint",
29147                        "writable": true
29148                    },
29149                    "keepalive-min-time": {
29150                        "blurb": "Minimum time to emit keepalive packets (0 disables keepalive packets)",
29151                        "conditionally-available": false,
29152                        "construct": false,
29153                        "construct-only": false,
29154                        "controllable": false,
29155                        "default": "2.5",
29156                        "max": "3.40282e+38",
29157                        "min": "0",
29158                        "mutable": "null",
29159                        "readable": true,
29160                        "type": "gfloat",
29161                        "writable": true
29162                    },
29163                    "language": {
29164                        "blurb": "The language of the stream (e.g. \"fr\" or \"fr_FR\" for French)",
29165                        "conditionally-available": false,
29166                        "construct": false,
29167                        "construct-only": false,
29168                        "controllable": false,
29169                        "default": "",
29170                        "mutable": "null",
29171                        "readable": true,
29172                        "type": "gchararray",
29173                        "writable": true
29174                    },
29175                    "original-canvas-height": {
29176                        "blurb": "The height of the canvas this stream was authored for (0 is unspecified)",
29177                        "conditionally-available": false,
29178                        "construct": false,
29179                        "construct-only": false,
29180                        "controllable": false,
29181                        "default": "0",
29182                        "max": "2147483647",
29183                        "min": "0",
29184                        "mutable": "null",
29185                        "readable": true,
29186                        "type": "gint",
29187                        "writable": true
29188                    },
29189                    "original-canvas-width": {
29190                        "blurb": "The width of the canvas this stream was authored for (0 is unspecified)",
29191                        "conditionally-available": false,
29192                        "construct": false,
29193                        "construct-only": false,
29194                        "controllable": false,
29195                        "default": "0",
29196                        "max": "2147483647",
29197                        "min": "0",
29198                        "mutable": "null",
29199                        "readable": true,
29200                        "type": "gint",
29201                        "writable": true
29202                    }
29203                },
29204                "rank": "none"
29205            },
29206            "kateparse": {
29207                "author": "Vincent Penquerc'h <ogg.k.ogg.k at googlemail dot com>",
29208                "description": "parse raw kate streams",
29209                "hierarchy": [
29210                    "GstKateParse",
29211                    "GstElement",
29212                    "GstObject",
29213                    "GInitiallyUnowned",
29214                    "GObject"
29215                ],
29216                "klass": "Codec/Parser/Subtitle",
29217                "long-name": "Kate stream parser",
29218                "pad-templates": {
29219                    "sink": {
29220                        "caps": "subtitle/x-kate:\napplication/x-kate:\n",
29221                        "direction": "sink",
29222                        "presence": "always"
29223                    },
29224                    "src": {
29225                        "caps": "subtitle/x-kate:\napplication/x-kate:\n",
29226                        "direction": "src",
29227                        "presence": "always"
29228                    }
29229                },
29230                "rank": "none"
29231            },
29232            "katetag": {
29233                "author": "Vincent Penquerc'h <ogg.k.ogg.k@googlemail.com>",
29234                "description": "Retags kate streams",
29235                "hierarchy": [
29236                    "GstKateTag",
29237                    "GstKateParse",
29238                    "GstElement",
29239                    "GstObject",
29240                    "GInitiallyUnowned",
29241                    "GObject"
29242                ],
29243                "interfaces": [
29244                    "GstTagSetter"
29245                ],
29246                "klass": "Formatter/Metadata",
29247                "long-name": "Kate stream tagger",
29248                "pad-templates": {
29249                    "sink": {
29250                        "caps": "subtitle/x-kate:\napplication/x-kate:\n",
29251                        "direction": "sink",
29252                        "presence": "always"
29253                    },
29254                    "src": {
29255                        "caps": "subtitle/x-kate:\napplication/x-kate:\n",
29256                        "direction": "src",
29257                        "presence": "always"
29258                    }
29259                },
29260                "properties": {
29261                    "category": {
29262                        "blurb": "Set the category of the stream",
29263                        "conditionally-available": false,
29264                        "construct": false,
29265                        "construct-only": false,
29266                        "controllable": false,
29267                        "default": "",
29268                        "mutable": "null",
29269                        "readable": true,
29270                        "type": "gchararray",
29271                        "writable": true
29272                    },
29273                    "language": {
29274                        "blurb": "Set the language of the stream",
29275                        "conditionally-available": false,
29276                        "construct": false,
29277                        "construct-only": false,
29278                        "controllable": false,
29279                        "default": "",
29280                        "mutable": "null",
29281                        "readable": true,
29282                        "type": "gchararray",
29283                        "writable": true
29284                    },
29285                    "original-canvas-height": {
29286                        "blurb": "Set the height of the canvas this stream was authored for (0 is unspecified)",
29287                        "conditionally-available": false,
29288                        "construct": false,
29289                        "construct-only": false,
29290                        "controllable": false,
29291                        "default": "-1",
29292                        "max": "2147483647",
29293                        "min": "0",
29294                        "mutable": "null",
29295                        "readable": true,
29296                        "type": "gint",
29297                        "writable": true
29298                    },
29299                    "original-canvas-width": {
29300                        "blurb": "Set the width of the canvas this stream was authored for (0 is unspecified)",
29301                        "conditionally-available": false,
29302                        "construct": false,
29303                        "construct-only": false,
29304                        "controllable": false,
29305                        "default": "-1",
29306                        "max": "2147483647",
29307                        "min": "0",
29308                        "mutable": "null",
29309                        "readable": true,
29310                        "type": "gint",
29311                        "writable": true
29312                    }
29313                },
29314                "rank": "none"
29315            }
29316        },
29317        "filename": "gstkate",
29318        "license": "LGPL",
29319        "other-types": {},
29320        "package": "GStreamer Bad Plug-ins",
29321        "source": "gst-plugins-bad",
29322        "tracers": {},
29323        "url": "Unknown package origin"
29324    },
29325    "kms": {
29326        "description": "Video sink using the Linux kernel mode setting API",
29327        "elements": {
29328            "kmssink": {
29329                "author": "Víctor Jáquez <vjaquez@igalia.com>",
29330                "description": "Video sink using the Linux kernel mode setting API",
29331                "hierarchy": [
29332                    "GstKMSSink",
29333                    "GstVideoSink",
29334                    "GstBaseSink",
29335                    "GstElement",
29336                    "GstObject",
29337                    "GInitiallyUnowned",
29338                    "GObject"
29339                ],
29340                "interfaces": [
29341                    "GstVideoOverlay"
29342                ],
29343                "klass": "Sink/Video",
29344                "long-name": "KMS video sink",
29345                "pad-templates": {
29346                    "sink": {
29347                        "caps": "video/x-raw:\n         format: { BGRA, RGBA, P016_LE, P010_10LE, NV24, BGRx, RGBx, RGB, BGR, Y42B, NV61, NV16, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, RGB16, BGR16 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
29348                        "direction": "sink",
29349                        "presence": "always"
29350                    }
29351                },
29352                "properties": {
29353                    "bus-id": {
29354                        "blurb": "DRM bus ID",
29355                        "conditionally-available": false,
29356                        "construct": true,
29357                        "construct-only": false,
29358                        "controllable": false,
29359                        "default": "NULL",
29360                        "mutable": "null",
29361                        "readable": true,
29362                        "type": "gchararray",
29363                        "writable": true
29364                    },
29365                    "can-scale": {
29366                        "blurb": "User can tell kmssink if the driver can support scale",
29367                        "conditionally-available": false,
29368                        "construct": true,
29369                        "construct-only": false,
29370                        "controllable": false,
29371                        "default": "true",
29372                        "mutable": "null",
29373                        "readable": true,
29374                        "type": "gboolean",
29375                        "writable": true
29376                    },
29377                    "connector-id": {
29378                        "blurb": "DRM connector id",
29379                        "conditionally-available": false,
29380                        "construct": true,
29381                        "construct-only": false,
29382                        "controllable": false,
29383                        "default": "-1",
29384                        "max": "2147483647",
29385                        "min": "-1",
29386                        "mutable": "null",
29387                        "readable": true,
29388                        "type": "gint",
29389                        "writable": true
29390                    },
29391                    "connector-properties": {
29392                        "blurb": "Additional properties for the connector",
29393                        "conditionally-available": false,
29394                        "construct": false,
29395                        "construct-only": false,
29396                        "controllable": false,
29397                        "mutable": "null",
29398                        "readable": true,
29399                        "type": "GstStructure",
29400                        "writable": true
29401                    },
29402                    "display-height": {
29403                        "blurb": "Height of the display surface in pixels",
29404                        "conditionally-available": false,
29405                        "construct": false,
29406                        "construct-only": false,
29407                        "controllable": false,
29408                        "default": "0",
29409                        "max": "2147483647",
29410                        "min": "0",
29411                        "mutable": "null",
29412                        "readable": true,
29413                        "type": "gint",
29414                        "writable": false
29415                    },
29416                    "display-width": {
29417                        "blurb": "Width of the display surface in pixels",
29418                        "conditionally-available": false,
29419                        "construct": false,
29420                        "construct-only": false,
29421                        "controllable": false,
29422                        "default": "0",
29423                        "max": "2147483647",
29424                        "min": "0",
29425                        "mutable": "null",
29426                        "readable": true,
29427                        "type": "gint",
29428                        "writable": false
29429                    },
29430                    "driver-name": {
29431                        "blurb": "DRM device driver name",
29432                        "conditionally-available": false,
29433                        "construct": true,
29434                        "construct-only": false,
29435                        "controllable": false,
29436                        "default": "NULL",
29437                        "mutable": "null",
29438                        "readable": true,
29439                        "type": "gchararray",
29440                        "writable": true
29441                    },
29442                    "force-modesetting": {
29443                        "blurb": "When enabled, the sink try to configure the display mode",
29444                        "conditionally-available": false,
29445                        "construct": true,
29446                        "construct-only": false,
29447                        "controllable": false,
29448                        "default": "false",
29449                        "mutable": "null",
29450                        "readable": true,
29451                        "type": "gboolean",
29452                        "writable": true
29453                    },
29454                    "plane-id": {
29455                        "blurb": "DRM plane id",
29456                        "conditionally-available": false,
29457                        "construct": true,
29458                        "construct-only": false,
29459                        "controllable": false,
29460                        "default": "-1",
29461                        "max": "2147483647",
29462                        "min": "-1",
29463                        "mutable": "null",
29464                        "readable": true,
29465                        "type": "gint",
29466                        "writable": true
29467                    },
29468                    "plane-properties": {
29469                        "blurb": "Additional properties for the plane",
29470                        "conditionally-available": false,
29471                        "construct": false,
29472                        "construct-only": false,
29473                        "controllable": false,
29474                        "mutable": "null",
29475                        "readable": true,
29476                        "type": "GstStructure",
29477                        "writable": true
29478                    },
29479                    "render-rectangle": {
29480                        "blurb": "The render rectangle ('<x, y, width, height>')",
29481                        "conditionally-available": false,
29482                        "construct": false,
29483                        "construct-only": false,
29484                        "controllable": false,
29485                        "mutable": "null",
29486                        "readable": false,
29487                        "type": "GstValueArray",
29488                        "writable": true
29489                    },
29490                    "restore-crtc": {
29491                        "blurb": "When enabled and CRTC was set with a new mode, previous CRTC mode willbe restored when going to NULL state.",
29492                        "conditionally-available": false,
29493                        "construct": true,
29494                        "construct-only": false,
29495                        "controllable": false,
29496                        "default": "true",
29497                        "mutable": "null",
29498                        "readable": true,
29499                        "type": "gboolean",
29500                        "writable": true
29501                    }
29502                },
29503                "rank": "secondary"
29504            }
29505        },
29506        "filename": "gstkms",
29507        "license": "LGPL",
29508        "other-types": {},
29509        "package": "GStreamer Bad Plug-ins",
29510        "source": "gst-plugins-bad",
29511        "tracers": {},
29512        "url": "Unknown package origin"
29513    },
29514    "ladspa": {
29515        "description": "LADSPA plugin",
29516        "elements": {
29517            "ladspa-amp-so-amp-mono": {
29518                "author": "Richard Furse (LADSPA example plugins), Juan Manuel Borges Caño <juanmabcmail@gmail.com>, Andy Wingo <wingo at pobox.com>, Steve Baker <stevebaker_org@yahoo.co.uk>, Erik Walthinsen <omega@cse.ogi.edu>, Stefan Sauer <ensonic@users.sf.net>, Wim Taymans <wim@fluendo.com>",
29519                "description": "Mono Amplifier",
29520                "hierarchy": [
29521                    "ladspa-amp-so-amp-mono",
29522                    "GstLADSPAFilter",
29523                    "GstAudioFilter",
29524                    "GstBaseTransform",
29525                    "GstElement",
29526                    "GstObject",
29527                    "GInitiallyUnowned",
29528                    "GObject"
29529                ],
29530                "klass": "Filter/Effect/Audio/LADSPA",
29531                "long-name": "Mono Amplifier",
29532                "pad-templates": {
29533                    "sink": {
29534                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
29535                        "direction": "sink",
29536                        "presence": "always"
29537                    },
29538                    "src": {
29539                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
29540                        "direction": "src",
29541                        "presence": "always"
29542                    }
29543                },
29544                "properties": {
29545                    "gain": {
29546                        "blurb": "Gain",
29547                        "conditionally-available": false,
29548                        "construct": true,
29549                        "construct-only": false,
29550                        "controllable": true,
29551                        "default": "1",
29552                        "max": "3.40282e+38",
29553                        "min": "0",
29554                        "mutable": "null",
29555                        "readable": true,
29556                        "type": "gfloat",
29557                        "writable": true
29558                    }
29559                },
29560                "rank": "none"
29561            },
29562            "ladspa-amp-so-amp-stereo": {
29563                "author": "Richard Furse (LADSPA example plugins), Juan Manuel Borges Caño <juanmabcmail@gmail.com>, Andy Wingo <wingo at pobox.com>, Steve Baker <stevebaker_org@yahoo.co.uk>, Erik Walthinsen <omega@cse.ogi.edu>, Stefan Sauer <ensonic@users.sf.net>, Wim Taymans <wim@fluendo.com>",
29564                "description": "Stereo Amplifier",
29565                "hierarchy": [
29566                    "ladspa-amp-so-amp-stereo",
29567                    "GstLADSPAFilter",
29568                    "GstAudioFilter",
29569                    "GstBaseTransform",
29570                    "GstElement",
29571                    "GstObject",
29572                    "GInitiallyUnowned",
29573                    "GObject"
29574                ],
29575                "klass": "Filter/Effect/Audio/LADSPA",
29576                "long-name": "Stereo Amplifier",
29577                "pad-templates": {
29578                    "sink": {
29579                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
29580                        "direction": "sink",
29581                        "presence": "always"
29582                    },
29583                    "src": {
29584                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
29585                        "direction": "src",
29586                        "presence": "always"
29587                    }
29588                },
29589                "properties": {
29590                    "gain": {
29591                        "blurb": "Gain",
29592                        "conditionally-available": false,
29593                        "construct": true,
29594                        "construct-only": false,
29595                        "controllable": true,
29596                        "default": "1",
29597                        "max": "3.40282e+38",
29598                        "min": "0",
29599                        "mutable": "null",
29600                        "readable": true,
29601                        "type": "gfloat",
29602                        "writable": true
29603                    }
29604                },
29605                "rank": "none"
29606            },
29607            "ladspa-delay-so-delay-5s": {
29608                "author": "Richard Furse (LADSPA example plugins), Juan Manuel Borges Caño <juanmabcmail@gmail.com>, Andy Wingo <wingo at pobox.com>, Steve Baker <stevebaker_org@yahoo.co.uk>, Erik Walthinsen <omega@cse.ogi.edu>, Stefan Sauer <ensonic@users.sf.net>, Wim Taymans <wim@fluendo.com>",
29609                "description": "Simple Delay Line",
29610                "hierarchy": [
29611                    "ladspa-delay-so-delay-5s",
29612                    "GstLADSPAFilter",
29613                    "GstAudioFilter",
29614                    "GstBaseTransform",
29615                    "GstElement",
29616                    "GstObject",
29617                    "GInitiallyUnowned",
29618                    "GObject"
29619                ],
29620                "klass": "Filter/Effect/Audio/LADSPA",
29621                "long-name": "Simple Delay Line",
29622                "pad-templates": {
29623                    "sink": {
29624                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
29625                        "direction": "sink",
29626                        "presence": "always"
29627                    },
29628                    "src": {
29629                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
29630                        "direction": "src",
29631                        "presence": "always"
29632                    }
29633                },
29634                "properties": {
29635                    "delay": {
29636                        "blurb": "Delay (Seconds)",
29637                        "conditionally-available": false,
29638                        "construct": true,
29639                        "construct-only": false,
29640                        "controllable": true,
29641                        "default": "1",
29642                        "max": "5",
29643                        "min": "0",
29644                        "mutable": "null",
29645                        "readable": true,
29646                        "type": "gfloat",
29647                        "writable": true
29648                    },
29649                    "dry-wet-balance": {
29650                        "blurb": "Dry/Wet Balance",
29651                        "conditionally-available": false,
29652                        "construct": true,
29653                        "construct-only": false,
29654                        "controllable": true,
29655                        "default": "0.5",
29656                        "max": "1",
29657                        "min": "0",
29658                        "mutable": "null",
29659                        "readable": true,
29660                        "type": "gfloat",
29661                        "writable": true
29662                    }
29663                },
29664                "rank": "none"
29665            },
29666            "ladspa-filter-so-hpf": {
29667                "author": "Richard Furse (LADSPA example plugins), Juan Manuel Borges Caño <juanmabcmail@gmail.com>, Andy Wingo <wingo at pobox.com>, Steve Baker <stevebaker_org@yahoo.co.uk>, Erik Walthinsen <omega@cse.ogi.edu>, Stefan Sauer <ensonic@users.sf.net>, Wim Taymans <wim@fluendo.com>",
29668                "description": "Simple High Pass Filter",
29669                "hierarchy": [
29670                    "ladspa-filter-so-hpf",
29671                    "GstLADSPAFilter",
29672                    "GstAudioFilter",
29673                    "GstBaseTransform",
29674                    "GstElement",
29675                    "GstObject",
29676                    "GInitiallyUnowned",
29677                    "GObject"
29678                ],
29679                "klass": "Filter/Effect/Audio/LADSPA",
29680                "long-name": "Simple High Pass Filter",
29681                "pad-templates": {
29682                    "sink": {
29683                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
29684                        "direction": "sink",
29685                        "presence": "always"
29686                    },
29687                    "src": {
29688                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
29689                        "direction": "src",
29690                        "presence": "always"
29691                    }
29692                },
29693                "properties": {
29694                    "cutoff-frequency": {
29695                        "blurb": "Cutoff Frequency (Hz)",
29696                        "conditionally-available": false,
29697                        "construct": true,
29698                        "construct-only": false,
29699                        "controllable": true,
29700                        "default": "440",
29701                        "max": "22050",
29702                        "min": "0",
29703                        "mutable": "null",
29704                        "readable": true,
29705                        "type": "gfloat",
29706                        "writable": true
29707                    }
29708                },
29709                "rank": "none"
29710            },
29711            "ladspa-filter-so-lpf": {
29712                "author": "Richard Furse (LADSPA example plugins), Juan Manuel Borges Caño <juanmabcmail@gmail.com>, Andy Wingo <wingo at pobox.com>, Steve Baker <stevebaker_org@yahoo.co.uk>, Erik Walthinsen <omega@cse.ogi.edu>, Stefan Sauer <ensonic@users.sf.net>, Wim Taymans <wim@fluendo.com>",
29713                "description": "Simple Low Pass Filter",
29714                "hierarchy": [
29715                    "ladspa-filter-so-lpf",
29716                    "GstLADSPAFilter",
29717                    "GstAudioFilter",
29718                    "GstBaseTransform",
29719                    "GstElement",
29720                    "GstObject",
29721                    "GInitiallyUnowned",
29722                    "GObject"
29723                ],
29724                "klass": "Filter/Effect/Audio/LADSPA",
29725                "long-name": "Simple Low Pass Filter",
29726                "pad-templates": {
29727                    "sink": {
29728                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
29729                        "direction": "sink",
29730                        "presence": "always"
29731                    },
29732                    "src": {
29733                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
29734                        "direction": "src",
29735                        "presence": "always"
29736                    }
29737                },
29738                "properties": {
29739                    "cutoff-frequency": {
29740                        "blurb": "Cutoff Frequency (Hz)",
29741                        "conditionally-available": false,
29742                        "construct": true,
29743                        "construct-only": false,
29744                        "controllable": true,
29745                        "default": "440",
29746                        "max": "22050",
29747                        "min": "0",
29748                        "mutable": "null",
29749                        "readable": true,
29750                        "type": "gfloat",
29751                        "writable": true
29752                    }
29753                },
29754                "rank": "none"
29755            },
29756            "ladspa-sine-so-sine-faaa": {
29757                "author": "Richard Furse (LADSPA example plugins), Juan Manuel Borges Caño <juanmabcmail@gmail.com>, Andy Wingo <wingo at pobox.com>, Steve Baker <stevebaker_org@yahoo.co.uk>, Erik Walthinsen <omega@cse.ogi.edu>, Stefan Sauer <ensonic@users.sf.net>, Wim Taymans <wim@fluendo.com>",
29758                "description": "Sine Oscillator (Freq:audio, Amp:audio)",
29759                "hierarchy": [
29760                    "ladspa-sine-so-sine-faaa",
29761                    "GstLADSPAFilter",
29762                    "GstAudioFilter",
29763                    "GstBaseTransform",
29764                    "GstElement",
29765                    "GstObject",
29766                    "GInitiallyUnowned",
29767                    "GObject"
29768                ],
29769                "klass": "Filter/Effect/Audio/LADSPA",
29770                "long-name": "Sine Oscillator (Freq:audio, Amp:audio)",
29771                "pad-templates": {
29772                    "sink": {
29773                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
29774                        "direction": "sink",
29775                        "presence": "always"
29776                    },
29777                    "src": {
29778                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
29779                        "direction": "src",
29780                        "presence": "always"
29781                    }
29782                },
29783                "properties": {},
29784                "rank": "none"
29785            },
29786            "ladspa-sine-so-sine-faac": {
29787                "author": "Richard Furse (LADSPA example plugins), Juan Manuel Borges Caño <juanmabcmail@gmail.com>, Andy Wingo <wingo at pobox.com>, Steve Baker <stevebaker_org@yahoo.co.uk>, Erik Walthinsen <omega@cse.ogi.edu>, Stefan Sauer <ensonic@users.sf.net>, Wim Taymans <wim@fluendo.com>",
29788                "description": "Sine Oscillator (Freq:audio, Amp:control)",
29789                "hierarchy": [
29790                    "ladspa-sine-so-sine-faac",
29791                    "GstLADSPAFilter",
29792                    "GstAudioFilter",
29793                    "GstBaseTransform",
29794                    "GstElement",
29795                    "GstObject",
29796                    "GInitiallyUnowned",
29797                    "GObject"
29798                ],
29799                "klass": "Filter/Effect/Audio/LADSPA",
29800                "long-name": "Sine Oscillator (Freq:audio, Amp:control)",
29801                "pad-templates": {
29802                    "sink": {
29803                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
29804                        "direction": "sink",
29805                        "presence": "always"
29806                    },
29807                    "src": {
29808                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
29809                        "direction": "src",
29810                        "presence": "always"
29811                    }
29812                },
29813                "properties": {
29814                    "amplitude": {
29815                        "blurb": "Amplitude",
29816                        "conditionally-available": false,
29817                        "construct": true,
29818                        "construct-only": false,
29819                        "controllable": true,
29820                        "default": "1",
29821                        "max": "3.40282e+38",
29822                        "min": "0",
29823                        "mutable": "null",
29824                        "readable": true,
29825                        "type": "gfloat",
29826                        "writable": true
29827                    }
29828                },
29829                "rank": "none"
29830            },
29831            "ladspa-sine-so-sine-fcaa": {
29832                "author": "Richard Furse (LADSPA example plugins), Juan Manuel Borges Caño <juanmabcmail@gmail.com>, Andy Wingo <wingo at pobox.com>, Steve Baker <stevebaker_org@yahoo.co.uk>, Erik Walthinsen <omega@cse.ogi.edu>, Stefan Sauer <ensonic@users.sf.net>, Wim Taymans <wim@fluendo.com>",
29833                "description": "Sine Oscillator (Freq:control, Amp:audio)",
29834                "hierarchy": [
29835                    "ladspa-sine-so-sine-fcaa",
29836                    "GstLADSPAFilter",
29837                    "GstAudioFilter",
29838                    "GstBaseTransform",
29839                    "GstElement",
29840                    "GstObject",
29841                    "GInitiallyUnowned",
29842                    "GObject"
29843                ],
29844                "klass": "Filter/Effect/Audio/LADSPA",
29845                "long-name": "Sine Oscillator (Freq:control, Amp:audio)",
29846                "pad-templates": {
29847                    "sink": {
29848                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
29849                        "direction": "sink",
29850                        "presence": "always"
29851                    },
29852                    "src": {
29853                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
29854                        "direction": "src",
29855                        "presence": "always"
29856                    }
29857                },
29858                "properties": {
29859                    "frequency": {
29860                        "blurb": "Frequency (Hz)",
29861                        "conditionally-available": false,
29862                        "construct": true,
29863                        "construct-only": false,
29864                        "controllable": true,
29865                        "default": "440",
29866                        "max": "22050",
29867                        "min": "0",
29868                        "mutable": "null",
29869                        "readable": true,
29870                        "type": "gfloat",
29871                        "writable": true
29872                    }
29873                },
29874                "rank": "none"
29875            },
29876            "ladspasrc-noise-so-noise-white": {
29877                "author": "Richard Furse (LADSPA example plugins), Juan Manuel Borges Caño <juanmabcmail@gmail.com>, Andy Wingo <wingo at pobox.com>, Steve Baker <stevebaker_org@yahoo.co.uk>, Erik Walthinsen <omega@cse.ogi.edu>, Stefan Sauer <ensonic@users.sf.net>, Wim Taymans <wim@fluendo.com>",
29878                "description": "White Noise Source",
29879                "hierarchy": [
29880                    "ladspasrc-noise-so-noise-white",
29881                    "GstLADSPASource",
29882                    "GstBaseSrc",
29883                    "GstElement",
29884                    "GstObject",
29885                    "GInitiallyUnowned",
29886                    "GObject"
29887                ],
29888                "klass": "Source/Audio/LADSPA",
29889                "long-name": "White Noise Source",
29890                "pad-templates": {
29891                    "src": {
29892                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
29893                        "direction": "src",
29894                        "presence": "always"
29895                    }
29896                },
29897                "properties": {
29898                    "amplitude": {
29899                        "blurb": "Amplitude",
29900                        "conditionally-available": false,
29901                        "construct": true,
29902                        "construct-only": false,
29903                        "controllable": true,
29904                        "default": "1",
29905                        "max": "3.40282e+38",
29906                        "min": "0",
29907                        "mutable": "null",
29908                        "readable": true,
29909                        "type": "gfloat",
29910                        "writable": true
29911                    },
29912                    "can-activate-pull": {
29913                        "blurb": "Can activate in pull mode",
29914                        "conditionally-available": false,
29915                        "construct": false,
29916                        "construct-only": false,
29917                        "controllable": false,
29918                        "default": "false",
29919                        "mutable": "null",
29920                        "readable": true,
29921                        "type": "gboolean",
29922                        "writable": true
29923                    },
29924                    "can-activate-push": {
29925                        "blurb": "Can activate in push mode",
29926                        "conditionally-available": false,
29927                        "construct": false,
29928                        "construct-only": false,
29929                        "controllable": false,
29930                        "default": "true",
29931                        "mutable": "null",
29932                        "readable": true,
29933                        "type": "gboolean",
29934                        "writable": true
29935                    },
29936                    "is-live": {
29937                        "blurb": "Whether to act as a live source",
29938                        "conditionally-available": false,
29939                        "construct": false,
29940                        "construct-only": false,
29941                        "controllable": false,
29942                        "default": "false",
29943                        "mutable": "null",
29944                        "readable": true,
29945                        "type": "gboolean",
29946                        "writable": true
29947                    },
29948                    "samplesperbuffer": {
29949                        "blurb": "Number of samples in each outgoing buffer",
29950                        "conditionally-available": false,
29951                        "construct": false,
29952                        "construct-only": false,
29953                        "controllable": false,
29954                        "default": "1024",
29955                        "max": "2147483647",
29956                        "min": "1",
29957                        "mutable": "null",
29958                        "readable": true,
29959                        "type": "gint",
29960                        "writable": true
29961                    },
29962                    "timestamp-offset": {
29963                        "blurb": "An offset added to timestamps set on buffers (in ns)",
29964                        "conditionally-available": false,
29965                        "construct": false,
29966                        "construct-only": false,
29967                        "controllable": false,
29968                        "default": "0",
29969                        "max": "9223372036854775807",
29970                        "min": "-9223372036854775808",
29971                        "mutable": "null",
29972                        "readable": true,
29973                        "type": "gint64",
29974                        "writable": true
29975                    }
29976                },
29977                "rank": "none"
29978            },
29979            "ladspasrc-sine-so-sine-fcac": {
29980                "author": "Richard Furse (LADSPA example plugins), Juan Manuel Borges Caño <juanmabcmail@gmail.com>, Andy Wingo <wingo at pobox.com>, Steve Baker <stevebaker_org@yahoo.co.uk>, Erik Walthinsen <omega@cse.ogi.edu>, Stefan Sauer <ensonic@users.sf.net>, Wim Taymans <wim@fluendo.com>",
29981                "description": "Sine Oscillator (Freq:control, Amp:control)",
29982                "hierarchy": [
29983                    "ladspasrc-sine-so-sine-fcac",
29984                    "GstLADSPASource",
29985                    "GstBaseSrc",
29986                    "GstElement",
29987                    "GstObject",
29988                    "GInitiallyUnowned",
29989                    "GObject"
29990                ],
29991                "klass": "Source/Audio/LADSPA",
29992                "long-name": "Sine Oscillator (Freq:control, Amp:control)",
29993                "pad-templates": {
29994                    "src": {
29995                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
29996                        "direction": "src",
29997                        "presence": "always"
29998                    }
29999                },
30000                "properties": {
30001                    "amplitude": {
30002                        "blurb": "Amplitude",
30003                        "conditionally-available": false,
30004                        "construct": true,
30005                        "construct-only": false,
30006                        "controllable": true,
30007                        "default": "1",
30008                        "max": "3.40282e+38",
30009                        "min": "0",
30010                        "mutable": "null",
30011                        "readable": true,
30012                        "type": "gfloat",
30013                        "writable": true
30014                    },
30015                    "can-activate-pull": {
30016                        "blurb": "Can activate in pull mode",
30017                        "conditionally-available": false,
30018                        "construct": false,
30019                        "construct-only": false,
30020                        "controllable": false,
30021                        "default": "false",
30022                        "mutable": "null",
30023                        "readable": true,
30024                        "type": "gboolean",
30025                        "writable": true
30026                    },
30027                    "can-activate-push": {
30028                        "blurb": "Can activate in push mode",
30029                        "conditionally-available": false,
30030                        "construct": false,
30031                        "construct-only": false,
30032                        "controllable": false,
30033                        "default": "true",
30034                        "mutable": "null",
30035                        "readable": true,
30036                        "type": "gboolean",
30037                        "writable": true
30038                    },
30039                    "frequency": {
30040                        "blurb": "Frequency (Hz)",
30041                        "conditionally-available": false,
30042                        "construct": true,
30043                        "construct-only": false,
30044                        "controllable": true,
30045                        "default": "440",
30046                        "max": "22050",
30047                        "min": "0",
30048                        "mutable": "null",
30049                        "readable": true,
30050                        "type": "gfloat",
30051                        "writable": true
30052                    },
30053                    "is-live": {
30054                        "blurb": "Whether to act as a live source",
30055                        "conditionally-available": false,
30056                        "construct": false,
30057                        "construct-only": false,
30058                        "controllable": false,
30059                        "default": "false",
30060                        "mutable": "null",
30061                        "readable": true,
30062                        "type": "gboolean",
30063                        "writable": true
30064                    },
30065                    "samplesperbuffer": {
30066                        "blurb": "Number of samples in each outgoing buffer",
30067                        "conditionally-available": false,
30068                        "construct": false,
30069                        "construct-only": false,
30070                        "controllable": false,
30071                        "default": "1024",
30072                        "max": "2147483647",
30073                        "min": "1",
30074                        "mutable": "null",
30075                        "readable": true,
30076                        "type": "gint",
30077                        "writable": true
30078                    },
30079                    "timestamp-offset": {
30080                        "blurb": "An offset added to timestamps set on buffers (in ns)",
30081                        "conditionally-available": false,
30082                        "construct": false,
30083                        "construct-only": false,
30084                        "controllable": false,
30085                        "default": "0",
30086                        "max": "9223372036854775807",
30087                        "min": "-9223372036854775808",
30088                        "mutable": "null",
30089                        "readable": true,
30090                        "type": "gint64",
30091                        "writable": true
30092                    }
30093                },
30094                "rank": "none"
30095            }
30096        },
30097        "filename": "gstladspa",
30098        "license": "LGPL",
30099        "other-types": {
30100            "GstLADSPAFilter": {
30101                "hierarchy": [
30102                    "GstLADSPAFilter",
30103                    "GstAudioFilter",
30104                    "GstBaseTransform",
30105                    "GstElement",
30106                    "GstObject",
30107                    "GInitiallyUnowned",
30108                    "GObject"
30109                ],
30110                "kind": "object"
30111            },
30112            "GstLADSPASource": {
30113                "hierarchy": [
30114                    "GstLADSPASource",
30115                    "GstBaseSrc",
30116                    "GstElement",
30117                    "GstObject",
30118                    "GInitiallyUnowned",
30119                    "GObject"
30120                ],
30121                "kind": "object"
30122            }
30123        },
30124        "package": "GStreamer Bad Plug-ins",
30125        "source": "gst-plugins-bad",
30126        "tracers": {},
30127        "url": "Unknown package origin"
30128    },
30129    "legacyrawparse": {
30130        "description": "Parses byte streams into raw frames",
30131        "elements": {
30132            "audioparse": {
30133                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
30134                "description": "Converts stream into audio frames (deprecated: use rawaudioparse instead)",
30135                "hierarchy": [
30136                    "GstAudioParse",
30137                    "GstBin",
30138                    "GstElement",
30139                    "GstObject",
30140                    "GInitiallyUnowned",
30141                    "GObject"
30142                ],
30143                "interfaces": [
30144                    "GstChildProxy"
30145                ],
30146                "klass": "Filter/Audio",
30147                "long-name": "Audio Parse",
30148                "pad-templates": {
30149                    "sink": {
30150                        "caps": "ANY",
30151                        "direction": "sink",
30152                        "presence": "always"
30153                    },
30154                    "src": {
30155                        "caps": "audio/x-raw:\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: { (string)interleaved, (string)non-interleaved }\naudio/x-unaligned-raw:\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: { (string)interleaved, (string)non-interleaved }\naudio/x-alaw:\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\naudio/x-mulaw:\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
30156                        "direction": "src",
30157                        "presence": "always"
30158                    }
30159                },
30160                "properties": {
30161                    "channel-positions": {
30162                        "blurb": "Channel positions used on the output",
30163                        "conditionally-available": false,
30164                        "construct": false,
30165                        "construct-only": false,
30166                        "controllable": false,
30167                        "mutable": "null",
30168                        "readable": true,
30169                        "type": "GValueArray",
30170                        "writable": true
30171                    },
30172                    "channels": {
30173                        "blurb": "Number of channels in raw stream",
30174                        "conditionally-available": false,
30175                        "construct": false,
30176                        "construct-only": false,
30177                        "controllable": false,
30178                        "default": "2",
30179                        "max": "64",
30180                        "min": "1",
30181                        "mutable": "null",
30182                        "readable": true,
30183                        "type": "gint",
30184                        "writable": true
30185                    },
30186                    "format": {
30187                        "blurb": "Format of audio samples in raw stream",
30188                        "conditionally-available": false,
30189                        "construct": false,
30190                        "construct-only": false,
30191                        "controllable": false,
30192                        "default": "raw (0)",
30193                        "mutable": "null",
30194                        "readable": true,
30195                        "type": "GstAudioParseFormat",
30196                        "writable": true
30197                    },
30198                    "interleaved": {
30199                        "blurb": "True if audio has interleaved layout",
30200                        "conditionally-available": false,
30201                        "construct": false,
30202                        "construct-only": false,
30203                        "controllable": false,
30204                        "default": "true",
30205                        "mutable": "null",
30206                        "readable": true,
30207                        "type": "gboolean",
30208                        "writable": true
30209                    },
30210                    "rate": {
30211                        "blurb": "Rate of audio samples in raw stream",
30212                        "conditionally-available": false,
30213                        "construct": false,
30214                        "construct-only": false,
30215                        "controllable": false,
30216                        "default": "44100",
30217                        "max": "2147483647",
30218                        "min": "1",
30219                        "mutable": "null",
30220                        "readable": true,
30221                        "type": "gint",
30222                        "writable": true
30223                    },
30224                    "raw-format": {
30225                        "blurb": "Format of audio samples in raw stream",
30226                        "conditionally-available": false,
30227                        "construct": false,
30228                        "construct-only": false,
30229                        "controllable": false,
30230                        "default": "s16le (4)",
30231                        "mutable": "null",
30232                        "readable": true,
30233                        "type": "GstAudioFormat",
30234                        "writable": true
30235                    },
30236                    "use-sink-caps": {
30237                        "blurb": "Use the sink caps for the format, only performing timestamping",
30238                        "conditionally-available": false,
30239                        "construct": false,
30240                        "construct-only": false,
30241                        "controllable": false,
30242                        "default": "false",
30243                        "mutable": "null",
30244                        "readable": true,
30245                        "type": "gboolean",
30246                        "writable": true
30247                    }
30248                },
30249                "rank": "none"
30250            },
30251            "videoparse": {
30252                "author": "David Schleef <ds@schleef.org>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
30253                "description": "Converts stream into video frames (deprecated: use rawvideoparse instead)",
30254                "hierarchy": [
30255                    "GstVideoParse",
30256                    "GstBin",
30257                    "GstElement",
30258                    "GstObject",
30259                    "GInitiallyUnowned",
30260                    "GObject"
30261                ],
30262                "interfaces": [
30263                    "GstChildProxy"
30264                ],
30265                "klass": "Filter/Video",
30266                "long-name": "Video Parse",
30267                "pad-templates": {
30268                    "sink": {
30269                        "caps": "ANY",
30270                        "direction": "sink",
30271                        "presence": "always"
30272                    },
30273                    "src": {
30274                        "caps": "video/x-raw:\n",
30275                        "direction": "src",
30276                        "presence": "always"
30277                    }
30278                },
30279                "properties": {
30280                    "format": {
30281                        "blurb": "Format of images in raw stream",
30282                        "conditionally-available": false,
30283                        "construct": false,
30284                        "construct-only": false,
30285                        "controllable": false,
30286                        "default": "i420 (2)",
30287                        "mutable": "null",
30288                        "readable": true,
30289                        "type": "GstVideoFormat",
30290                        "writable": true
30291                    },
30292                    "framerate": {
30293                        "blurb": "Frame rate of images in raw stream",
30294                        "conditionally-available": false,
30295                        "construct": false,
30296                        "construct-only": false,
30297                        "controllable": false,
30298                        "default": "25/1",
30299                        "max": "2147483647/1",
30300                        "min": "0/1",
30301                        "mutable": "null",
30302                        "readable": true,
30303                        "type": "GstFraction",
30304                        "writable": true
30305                    },
30306                    "framesize": {
30307                        "blurb": "Size of an image in raw stream (0: default)",
30308                        "conditionally-available": false,
30309                        "construct": false,
30310                        "construct-only": false,
30311                        "controllable": false,
30312                        "default": "0",
30313                        "max": "-1",
30314                        "min": "0",
30315                        "mutable": "null",
30316                        "readable": true,
30317                        "type": "guint",
30318                        "writable": true
30319                    },
30320                    "height": {
30321                        "blurb": "Height of images in raw stream",
30322                        "conditionally-available": false,
30323                        "construct": false,
30324                        "construct-only": false,
30325                        "controllable": false,
30326                        "default": "240",
30327                        "max": "2147483647",
30328                        "min": "0",
30329                        "mutable": "null",
30330                        "readable": true,
30331                        "type": "gint",
30332                        "writable": true
30333                    },
30334                    "interlaced": {
30335                        "blurb": "True if video is interlaced",
30336                        "conditionally-available": false,
30337                        "construct": false,
30338                        "construct-only": false,
30339                        "controllable": false,
30340                        "default": "false",
30341                        "mutable": "null",
30342                        "readable": true,
30343                        "type": "gboolean",
30344                        "writable": true
30345                    },
30346                    "offsets": {
30347                        "blurb": "Offset of each planes in bytes using string format: 'o0,o1,o2,o3'",
30348                        "conditionally-available": false,
30349                        "construct": false,
30350                        "construct-only": false,
30351                        "controllable": false,
30352                        "default": "0,76800,96000",
30353                        "mutable": "null",
30354                        "readable": true,
30355                        "type": "gchararray",
30356                        "writable": true
30357                    },
30358                    "pixel-aspect-ratio": {
30359                        "blurb": "Pixel aspect ratio of images in raw stream",
30360                        "conditionally-available": false,
30361                        "construct": false,
30362                        "construct-only": false,
30363                        "controllable": false,
30364                        "default": "1/1",
30365                        "max": "100/1",
30366                        "min": "1/100",
30367                        "mutable": "null",
30368                        "readable": true,
30369                        "type": "GstFraction",
30370                        "writable": true
30371                    },
30372                    "strides": {
30373                        "blurb": "Stride of each planes in bytes using string format: 's0,s1,s2,s3'",
30374                        "conditionally-available": false,
30375                        "construct": false,
30376                        "construct-only": false,
30377                        "controllable": false,
30378                        "default": "320,160,160",
30379                        "mutable": "null",
30380                        "readable": true,
30381                        "type": "gchararray",
30382                        "writable": true
30383                    },
30384                    "top-field-first": {
30385                        "blurb": "True if top field is earlier than bottom field",
30386                        "conditionally-available": false,
30387                        "construct": false,
30388                        "construct-only": false,
30389                        "controllable": false,
30390                        "default": "false",
30391                        "mutable": "null",
30392                        "readable": true,
30393                        "type": "gboolean",
30394                        "writable": true
30395                    },
30396                    "width": {
30397                        "blurb": "Width of images in raw stream",
30398                        "conditionally-available": false,
30399                        "construct": false,
30400                        "construct-only": false,
30401                        "controllable": false,
30402                        "default": "320",
30403                        "max": "2147483647",
30404                        "min": "0",
30405                        "mutable": "null",
30406                        "readable": true,
30407                        "type": "gint",
30408                        "writable": true
30409                    }
30410                },
30411                "rank": "none"
30412            }
30413        },
30414        "filename": "gstlegacyrawparse",
30415        "license": "LGPL",
30416        "other-types": {
30417            "GstAudioParseFormat": {
30418                "kind": "enum",
30419                "values": [
30420                    {
30421                        "desc": "Raw",
30422                        "name": "raw",
30423                        "value": "0"
30424                    },
30425                    {
30426                        "desc": "A-Law",
30427                        "name": "alaw",
30428                        "value": "2"
30429                    },
30430                    {
30431                        "desc": "µ-Law",
30432                        "name": "mulaw",
30433                        "value": "1"
30434                    }
30435                ]
30436            }
30437        },
30438        "package": "GStreamer Bad Plug-ins",
30439        "source": "gst-plugins-bad",
30440        "tracers": {},
30441        "url": "Unknown package origin"
30442    },
30443    "lv2": {
30444        "description": "All LV2 plugins",
30445        "elements": {
30446            "lsp-plug-in-plugins-lv2-comp-delay-mono": {
30447                "author": "LSP LV2",
30448                "description": "LSP Delay Compensator Mono",
30449                "hierarchy": [
30450                    "lsp-plug-in-plugins-lv2-comp-delay-mono",
30451                    "GstAudioFilter",
30452                    "GstBaseTransform",
30453                    "GstElement",
30454                    "GstObject",
30455                    "GInitiallyUnowned",
30456                    "GObject"
30457                ],
30458                "interfaces": [
30459                    "GstPreset"
30460                ],
30461                "klass": "Filter/Effect/Audio/LV2/Delay",
30462                "long-name": "LSP Delay Compensator Mono",
30463                "pad-templates": {
30464                    "sink": {
30465                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
30466                        "direction": "sink",
30467                        "presence": "always"
30468                    },
30469                    "src": {
30470                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
30471                        "direction": "src",
30472                        "presence": "always"
30473                    }
30474                },
30475                "properties": {
30476                    "bypass": {
30477                        "blurb": "Bypass",
30478                        "conditionally-available": false,
30479                        "construct": true,
30480                        "construct-only": false,
30481                        "controllable": true,
30482                        "default": "false",
30483                        "mutable": "null",
30484                        "readable": true,
30485                        "type": "gboolean",
30486                        "writable": true
30487                    },
30488                    "cm": {
30489                        "blurb": "Centimeters",
30490                        "conditionally-available": false,
30491                        "construct": true,
30492                        "construct-only": false,
30493                        "controllable": true,
30494                        "default": "0",
30495                        "max": "100",
30496                        "min": "0",
30497                        "mutable": "null",
30498                        "readable": true,
30499                        "type": "gfloat",
30500                        "writable": true
30501                    },
30502                    "d-d": {
30503                        "blurb": "Delay distance",
30504                        "conditionally-available": false,
30505                        "construct": false,
30506                        "construct-only": false,
30507                        "controllable": true,
30508                        "default": "0",
30509                        "max": "50000",
30510                        "min": "0",
30511                        "mutable": "null",
30512                        "readable": true,
30513                        "type": "gfloat",
30514                        "writable": false
30515                    },
30516                    "d-s": {
30517                        "blurb": "Delay samples",
30518                        "conditionally-available": false,
30519                        "construct": false,
30520                        "construct-only": false,
30521                        "controllable": true,
30522                        "default": "0",
30523                        "max": "192000",
30524                        "min": "0",
30525                        "mutable": "null",
30526                        "readable": true,
30527                        "type": "gint",
30528                        "writable": false
30529                    },
30530                    "d-t": {
30531                        "blurb": "Delay time",
30532                        "conditionally-available": false,
30533                        "construct": false,
30534                        "construct-only": false,
30535                        "controllable": true,
30536                        "default": "0",
30537                        "max": "1000",
30538                        "min": "0",
30539                        "mutable": "null",
30540                        "readable": true,
30541                        "type": "gfloat",
30542                        "writable": false
30543                    },
30544                    "dry": {
30545                        "blurb": "Dry amount",
30546                        "conditionally-available": false,
30547                        "construct": true,
30548                        "construct-only": false,
30549                        "controllable": true,
30550                        "default": "0",
30551                        "max": "10",
30552                        "min": "0",
30553                        "mutable": "null",
30554                        "readable": true,
30555                        "type": "gfloat",
30556                        "writable": true
30557                    },
30558                    "g-out": {
30559                        "blurb": "Output gain",
30560                        "conditionally-available": false,
30561                        "construct": true,
30562                        "construct-only": false,
30563                        "controllable": true,
30564                        "default": "1",
30565                        "max": "10",
30566                        "min": "0",
30567                        "mutable": "null",
30568                        "readable": true,
30569                        "type": "gfloat",
30570                        "writable": true
30571                    },
30572                    "m": {
30573                        "blurb": "Meters",
30574                        "conditionally-available": false,
30575                        "construct": true,
30576                        "construct-only": false,
30577                        "controllable": true,
30578                        "default": "0",
30579                        "max": "200",
30580                        "min": "0",
30581                        "mutable": "null",
30582                        "readable": true,
30583                        "type": "gint",
30584                        "writable": true
30585                    },
30586                    "mode": {
30587                        "blurb": "Mode",
30588                        "conditionally-available": false,
30589                        "construct": true,
30590                        "construct-only": false,
30591                        "controllable": true,
30592                        "default": "Samples (0)",
30593                        "mutable": "null",
30594                        "readable": true,
30595                        "type": "lsp-plug-in-plugins-lv2-comp-delay-monomode",
30596                        "writable": true
30597                    },
30598                    "out-latency": {
30599                        "blurb": "Latency OUT",
30600                        "conditionally-available": false,
30601                        "construct": false,
30602                        "construct-only": false,
30603                        "controllable": true,
30604                        "default": "0",
30605                        "max": "192000",
30606                        "min": "0",
30607                        "mutable": "null",
30608                        "readable": true,
30609                        "type": "gint",
30610                        "writable": false
30611                    },
30612                    "ramp": {
30613                        "blurb": "Ramping",
30614                        "conditionally-available": false,
30615                        "construct": true,
30616                        "construct-only": false,
30617                        "controllable": true,
30618                        "default": "false",
30619                        "mutable": "null",
30620                        "readable": true,
30621                        "type": "gboolean",
30622                        "writable": true
30623                    },
30624                    "samp": {
30625                        "blurb": "Samples",
30626                        "conditionally-available": false,
30627                        "construct": true,
30628                        "construct-only": false,
30629                        "controllable": true,
30630                        "default": "0",
30631                        "max": "10000",
30632                        "min": "0",
30633                        "mutable": "null",
30634                        "readable": true,
30635                        "type": "gint",
30636                        "writable": true
30637                    },
30638                    "t": {
30639                        "blurb": "Temperature",
30640                        "conditionally-available": false,
30641                        "construct": true,
30642                        "construct-only": false,
30643                        "controllable": true,
30644                        "default": "20",
30645                        "max": "60",
30646                        "min": "-60",
30647                        "mutable": "null",
30648                        "readable": true,
30649                        "type": "gfloat",
30650                        "writable": true
30651                    },
30652                    "time": {
30653                        "blurb": "Time",
30654                        "conditionally-available": false,
30655                        "construct": true,
30656                        "construct-only": false,
30657                        "controllable": true,
30658                        "default": "0",
30659                        "max": "1000",
30660                        "min": "0",
30661                        "mutable": "null",
30662                        "readable": true,
30663                        "type": "gfloat",
30664                        "writable": true
30665                    },
30666                    "wet": {
30667                        "blurb": "Wet amount",
30668                        "conditionally-available": false,
30669                        "construct": true,
30670                        "construct-only": false,
30671                        "controllable": true,
30672                        "default": "1",
30673                        "max": "10",
30674                        "min": "0",
30675                        "mutable": "null",
30676                        "readable": true,
30677                        "type": "gfloat",
30678                        "writable": true
30679                    }
30680                },
30681                "rank": "none"
30682            },
30683            "lsp-plug-in-plugins-lv2-comp-delay-stereo": {
30684                "author": "LSP LV2",
30685                "description": "LSP Delay Compensator Stereo",
30686                "hierarchy": [
30687                    "lsp-plug-in-plugins-lv2-comp-delay-stereo",
30688                    "GstAudioFilter",
30689                    "GstBaseTransform",
30690                    "GstElement",
30691                    "GstObject",
30692                    "GInitiallyUnowned",
30693                    "GObject"
30694                ],
30695                "interfaces": [
30696                    "GstPreset"
30697                ],
30698                "klass": "Filter/Effect/Audio/LV2/Delay",
30699                "long-name": "LSP Delay Compensator Stereo",
30700                "pad-templates": {
30701                    "sink": {
30702                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
30703                        "direction": "sink",
30704                        "presence": "always"
30705                    },
30706                    "src": {
30707                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
30708                        "direction": "src",
30709                        "presence": "always"
30710                    }
30711                },
30712                "properties": {
30713                    "bypass": {
30714                        "blurb": "Bypass",
30715                        "conditionally-available": false,
30716                        "construct": true,
30717                        "construct-only": false,
30718                        "controllable": true,
30719                        "default": "false",
30720                        "mutable": "null",
30721                        "readable": true,
30722                        "type": "gboolean",
30723                        "writable": true
30724                    },
30725                    "cm": {
30726                        "blurb": "Centimeters",
30727                        "conditionally-available": false,
30728                        "construct": true,
30729                        "construct-only": false,
30730                        "controllable": true,
30731                        "default": "0",
30732                        "max": "100",
30733                        "min": "0",
30734                        "mutable": "null",
30735                        "readable": true,
30736                        "type": "gfloat",
30737                        "writable": true
30738                    },
30739                    "d-d": {
30740                        "blurb": "Delay distance",
30741                        "conditionally-available": false,
30742                        "construct": false,
30743                        "construct-only": false,
30744                        "controllable": true,
30745                        "default": "0",
30746                        "max": "50000",
30747                        "min": "0",
30748                        "mutable": "null",
30749                        "readable": true,
30750                        "type": "gfloat",
30751                        "writable": false
30752                    },
30753                    "d-s": {
30754                        "blurb": "Delay samples",
30755                        "conditionally-available": false,
30756                        "construct": false,
30757                        "construct-only": false,
30758                        "controllable": true,
30759                        "default": "0",
30760                        "max": "192000",
30761                        "min": "0",
30762                        "mutable": "null",
30763                        "readable": true,
30764                        "type": "gint",
30765                        "writable": false
30766                    },
30767                    "d-t": {
30768                        "blurb": "Delay time",
30769                        "conditionally-available": false,
30770                        "construct": false,
30771                        "construct-only": false,
30772                        "controllable": true,
30773                        "default": "0",
30774                        "max": "1000",
30775                        "min": "0",
30776                        "mutable": "null",
30777                        "readable": true,
30778                        "type": "gfloat",
30779                        "writable": false
30780                    },
30781                    "dry": {
30782                        "blurb": "Dry amount",
30783                        "conditionally-available": false,
30784                        "construct": true,
30785                        "construct-only": false,
30786                        "controllable": true,
30787                        "default": "0",
30788                        "max": "10",
30789                        "min": "0",
30790                        "mutable": "null",
30791                        "readable": true,
30792                        "type": "gfloat",
30793                        "writable": true
30794                    },
30795                    "g-out": {
30796                        "blurb": "Output gain",
30797                        "conditionally-available": false,
30798                        "construct": true,
30799                        "construct-only": false,
30800                        "controllable": true,
30801                        "default": "1",
30802                        "max": "10",
30803                        "min": "0",
30804                        "mutable": "null",
30805                        "readable": true,
30806                        "type": "gfloat",
30807                        "writable": true
30808                    },
30809                    "m": {
30810                        "blurb": "Meters",
30811                        "conditionally-available": false,
30812                        "construct": true,
30813                        "construct-only": false,
30814                        "controllable": true,
30815                        "default": "0",
30816                        "max": "200",
30817                        "min": "0",
30818                        "mutable": "null",
30819                        "readable": true,
30820                        "type": "gint",
30821                        "writable": true
30822                    },
30823                    "mode": {
30824                        "blurb": "Mode",
30825                        "conditionally-available": false,
30826                        "construct": true,
30827                        "construct-only": false,
30828                        "controllable": true,
30829                        "default": "Samples (0)",
30830                        "mutable": "null",
30831                        "readable": true,
30832                        "type": "lsp-plug-in-plugins-lv2-comp-delay-stereomode",
30833                        "writable": true
30834                    },
30835                    "out-latency": {
30836                        "blurb": "Latency OUT",
30837                        "conditionally-available": false,
30838                        "construct": false,
30839                        "construct-only": false,
30840                        "controllable": true,
30841                        "default": "0",
30842                        "max": "192000",
30843                        "min": "0",
30844                        "mutable": "null",
30845                        "readable": true,
30846                        "type": "gint",
30847                        "writable": false
30848                    },
30849                    "ramp": {
30850                        "blurb": "Ramping",
30851                        "conditionally-available": false,
30852                        "construct": true,
30853                        "construct-only": false,
30854                        "controllable": true,
30855                        "default": "false",
30856                        "mutable": "null",
30857                        "readable": true,
30858                        "type": "gboolean",
30859                        "writable": true
30860                    },
30861                    "samp": {
30862                        "blurb": "Samples",
30863                        "conditionally-available": false,
30864                        "construct": true,
30865                        "construct-only": false,
30866                        "controllable": true,
30867                        "default": "0",
30868                        "max": "10000",
30869                        "min": "0",
30870                        "mutable": "null",
30871                        "readable": true,
30872                        "type": "gint",
30873                        "writable": true
30874                    },
30875                    "t": {
30876                        "blurb": "Temperature",
30877                        "conditionally-available": false,
30878                        "construct": true,
30879                        "construct-only": false,
30880                        "controllable": true,
30881                        "default": "20",
30882                        "max": "60",
30883                        "min": "-60",
30884                        "mutable": "null",
30885                        "readable": true,
30886                        "type": "gfloat",
30887                        "writable": true
30888                    },
30889                    "time": {
30890                        "blurb": "Time",
30891                        "conditionally-available": false,
30892                        "construct": true,
30893                        "construct-only": false,
30894                        "controllable": true,
30895                        "default": "0",
30896                        "max": "1000",
30897                        "min": "0",
30898                        "mutable": "null",
30899                        "readable": true,
30900                        "type": "gfloat",
30901                        "writable": true
30902                    },
30903                    "wet": {
30904                        "blurb": "Wet amount",
30905                        "conditionally-available": false,
30906                        "construct": true,
30907                        "construct-only": false,
30908                        "controllable": true,
30909                        "default": "1",
30910                        "max": "10",
30911                        "min": "0",
30912                        "mutable": "null",
30913                        "readable": true,
30914                        "type": "gfloat",
30915                        "writable": true
30916                    }
30917                },
30918                "rank": "none"
30919            },
30920            "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo": {
30921                "author": "LSP LV2",
30922                "description": "LSP Delay Compensator x2 Stereo",
30923                "hierarchy": [
30924                    "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo",
30925                    "GstAudioFilter",
30926                    "GstBaseTransform",
30927                    "GstElement",
30928                    "GstObject",
30929                    "GInitiallyUnowned",
30930                    "GObject"
30931                ],
30932                "interfaces": [
30933                    "GstPreset"
30934                ],
30935                "klass": "Filter/Effect/Audio/LV2/Delay",
30936                "long-name": "LSP Delay Compensator x2 Stereo",
30937                "pad-templates": {
30938                    "sink": {
30939                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
30940                        "direction": "sink",
30941                        "presence": "always"
30942                    },
30943                    "src": {
30944                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
30945                        "direction": "src",
30946                        "presence": "always"
30947                    }
30948                },
30949                "properties": {
30950                    "bypass": {
30951                        "blurb": "Bypass",
30952                        "conditionally-available": false,
30953                        "construct": true,
30954                        "construct-only": false,
30955                        "controllable": true,
30956                        "default": "false",
30957                        "mutable": "null",
30958                        "readable": true,
30959                        "type": "gboolean",
30960                        "writable": true
30961                    },
30962                    "cm-l": {
30963                        "blurb": "Centimeters L",
30964                        "conditionally-available": false,
30965                        "construct": true,
30966                        "construct-only": false,
30967                        "controllable": true,
30968                        "default": "0",
30969                        "max": "100",
30970                        "min": "0",
30971                        "mutable": "null",
30972                        "readable": true,
30973                        "type": "gfloat",
30974                        "writable": true
30975                    },
30976                    "cm-r": {
30977                        "blurb": "Centimeters R",
30978                        "conditionally-available": false,
30979                        "construct": true,
30980                        "construct-only": false,
30981                        "controllable": true,
30982                        "default": "0",
30983                        "max": "100",
30984                        "min": "0",
30985                        "mutable": "null",
30986                        "readable": true,
30987                        "type": "gfloat",
30988                        "writable": true
30989                    },
30990                    "d-d-l": {
30991                        "blurb": "Delay distance L",
30992                        "conditionally-available": false,
30993                        "construct": false,
30994                        "construct-only": false,
30995                        "controllable": true,
30996                        "default": "0",
30997                        "max": "50000",
30998                        "min": "0",
30999                        "mutable": "null",
31000                        "readable": true,
31001                        "type": "gfloat",
31002                        "writable": false
31003                    },
31004                    "d-d-r": {
31005                        "blurb": "Delay distance R",
31006                        "conditionally-available": false,
31007                        "construct": false,
31008                        "construct-only": false,
31009                        "controllable": true,
31010                        "default": "0",
31011                        "max": "50000",
31012                        "min": "0",
31013                        "mutable": "null",
31014                        "readable": true,
31015                        "type": "gfloat",
31016                        "writable": false
31017                    },
31018                    "d-s-l": {
31019                        "blurb": "Delay samples L",
31020                        "conditionally-available": false,
31021                        "construct": false,
31022                        "construct-only": false,
31023                        "controllable": true,
31024                        "default": "0",
31025                        "max": "192000",
31026                        "min": "0",
31027                        "mutable": "null",
31028                        "readable": true,
31029                        "type": "gint",
31030                        "writable": false
31031                    },
31032                    "d-s-r": {
31033                        "blurb": "Delay samples R",
31034                        "conditionally-available": false,
31035                        "construct": false,
31036                        "construct-only": false,
31037                        "controllable": true,
31038                        "default": "0",
31039                        "max": "192000",
31040                        "min": "0",
31041                        "mutable": "null",
31042                        "readable": true,
31043                        "type": "gint",
31044                        "writable": false
31045                    },
31046                    "d-t-l": {
31047                        "blurb": "Delay time L",
31048                        "conditionally-available": false,
31049                        "construct": false,
31050                        "construct-only": false,
31051                        "controllable": true,
31052                        "default": "0",
31053                        "max": "1000",
31054                        "min": "0",
31055                        "mutable": "null",
31056                        "readable": true,
31057                        "type": "gfloat",
31058                        "writable": false
31059                    },
31060                    "d-t-r": {
31061                        "blurb": "Delay time R",
31062                        "conditionally-available": false,
31063                        "construct": false,
31064                        "construct-only": false,
31065                        "controllable": true,
31066                        "default": "0",
31067                        "max": "1000",
31068                        "min": "0",
31069                        "mutable": "null",
31070                        "readable": true,
31071                        "type": "gfloat",
31072                        "writable": false
31073                    },
31074                    "dry-l": {
31075                        "blurb": "Dry amount L",
31076                        "conditionally-available": false,
31077                        "construct": true,
31078                        "construct-only": false,
31079                        "controllable": true,
31080                        "default": "0",
31081                        "max": "10",
31082                        "min": "0",
31083                        "mutable": "null",
31084                        "readable": true,
31085                        "type": "gfloat",
31086                        "writable": true
31087                    },
31088                    "dry-r": {
31089                        "blurb": "Dry amount R",
31090                        "conditionally-available": false,
31091                        "construct": true,
31092                        "construct-only": false,
31093                        "controllable": true,
31094                        "default": "0",
31095                        "max": "10",
31096                        "min": "0",
31097                        "mutable": "null",
31098                        "readable": true,
31099                        "type": "gfloat",
31100                        "writable": true
31101                    },
31102                    "g-out": {
31103                        "blurb": "Output gain",
31104                        "conditionally-available": false,
31105                        "construct": true,
31106                        "construct-only": false,
31107                        "controllable": true,
31108                        "default": "1",
31109                        "max": "10",
31110                        "min": "0",
31111                        "mutable": "null",
31112                        "readable": true,
31113                        "type": "gfloat",
31114                        "writable": true
31115                    },
31116                    "m-l": {
31117                        "blurb": "Meters L",
31118                        "conditionally-available": false,
31119                        "construct": true,
31120                        "construct-only": false,
31121                        "controllable": true,
31122                        "default": "0",
31123                        "max": "200",
31124                        "min": "0",
31125                        "mutable": "null",
31126                        "readable": true,
31127                        "type": "gint",
31128                        "writable": true
31129                    },
31130                    "m-r": {
31131                        "blurb": "Meters R",
31132                        "conditionally-available": false,
31133                        "construct": true,
31134                        "construct-only": false,
31135                        "controllable": true,
31136                        "default": "0",
31137                        "max": "200",
31138                        "min": "0",
31139                        "mutable": "null",
31140                        "readable": true,
31141                        "type": "gint",
31142                        "writable": true
31143                    },
31144                    "mode-l": {
31145                        "blurb": "Mode L",
31146                        "conditionally-available": false,
31147                        "construct": true,
31148                        "construct-only": false,
31149                        "controllable": true,
31150                        "default": "Samples (0)",
31151                        "mutable": "null",
31152                        "readable": true,
31153                        "type": "lsp-plug-in-plugins-lv2-comp-delay-x2-stereomode-l",
31154                        "writable": true
31155                    },
31156                    "mode-r": {
31157                        "blurb": "Mode R",
31158                        "conditionally-available": false,
31159                        "construct": true,
31160                        "construct-only": false,
31161                        "controllable": true,
31162                        "default": "Samples (0)",
31163                        "mutable": "null",
31164                        "readable": true,
31165                        "type": "lsp-plug-in-plugins-lv2-comp-delay-x2-stereomode-r",
31166                        "writable": true
31167                    },
31168                    "out-latency": {
31169                        "blurb": "Latency OUT",
31170                        "conditionally-available": false,
31171                        "construct": false,
31172                        "construct-only": false,
31173                        "controllable": true,
31174                        "default": "0",
31175                        "max": "192000",
31176                        "min": "0",
31177                        "mutable": "null",
31178                        "readable": true,
31179                        "type": "gint",
31180                        "writable": false
31181                    },
31182                    "ramp-l": {
31183                        "blurb": "Ramping L",
31184                        "conditionally-available": false,
31185                        "construct": true,
31186                        "construct-only": false,
31187                        "controllable": true,
31188                        "default": "false",
31189                        "mutable": "null",
31190                        "readable": true,
31191                        "type": "gboolean",
31192                        "writable": true
31193                    },
31194                    "ramp-r": {
31195                        "blurb": "Ramping R",
31196                        "conditionally-available": false,
31197                        "construct": true,
31198                        "construct-only": false,
31199                        "controllable": true,
31200                        "default": "false",
31201                        "mutable": "null",
31202                        "readable": true,
31203                        "type": "gboolean",
31204                        "writable": true
31205                    },
31206                    "samp-l": {
31207                        "blurb": "Samples L",
31208                        "conditionally-available": false,
31209                        "construct": true,
31210                        "construct-only": false,
31211                        "controllable": true,
31212                        "default": "0",
31213                        "max": "10000",
31214                        "min": "0",
31215                        "mutable": "null",
31216                        "readable": true,
31217                        "type": "gint",
31218                        "writable": true
31219                    },
31220                    "samp-r": {
31221                        "blurb": "Samples R",
31222                        "conditionally-available": false,
31223                        "construct": true,
31224                        "construct-only": false,
31225                        "controllable": true,
31226                        "default": "0",
31227                        "max": "10000",
31228                        "min": "0",
31229                        "mutable": "null",
31230                        "readable": true,
31231                        "type": "gint",
31232                        "writable": true
31233                    },
31234                    "t-l": {
31235                        "blurb": "Temperature L",
31236                        "conditionally-available": false,
31237                        "construct": true,
31238                        "construct-only": false,
31239                        "controllable": true,
31240                        "default": "20",
31241                        "max": "60",
31242                        "min": "-60",
31243                        "mutable": "null",
31244                        "readable": true,
31245                        "type": "gfloat",
31246                        "writable": true
31247                    },
31248                    "t-r": {
31249                        "blurb": "Temperature R",
31250                        "conditionally-available": false,
31251                        "construct": true,
31252                        "construct-only": false,
31253                        "controllable": true,
31254                        "default": "20",
31255                        "max": "60",
31256                        "min": "-60",
31257                        "mutable": "null",
31258                        "readable": true,
31259                        "type": "gfloat",
31260                        "writable": true
31261                    },
31262                    "time-l": {
31263                        "blurb": "Time L",
31264                        "conditionally-available": false,
31265                        "construct": true,
31266                        "construct-only": false,
31267                        "controllable": true,
31268                        "default": "0",
31269                        "max": "1000",
31270                        "min": "0",
31271                        "mutable": "null",
31272                        "readable": true,
31273                        "type": "gfloat",
31274                        "writable": true
31275                    },
31276                    "time-r": {
31277                        "blurb": "Time R",
31278                        "conditionally-available": false,
31279                        "construct": true,
31280                        "construct-only": false,
31281                        "controllable": true,
31282                        "default": "0",
31283                        "max": "1000",
31284                        "min": "0",
31285                        "mutable": "null",
31286                        "readable": true,
31287                        "type": "gfloat",
31288                        "writable": true
31289                    },
31290                    "wet-l": {
31291                        "blurb": "Wet amount L",
31292                        "conditionally-available": false,
31293                        "construct": true,
31294                        "construct-only": false,
31295                        "controllable": true,
31296                        "default": "1",
31297                        "max": "10",
31298                        "min": "0",
31299                        "mutable": "null",
31300                        "readable": true,
31301                        "type": "gfloat",
31302                        "writable": true
31303                    },
31304                    "wet-r": {
31305                        "blurb": "Wet amount R",
31306                        "conditionally-available": false,
31307                        "construct": true,
31308                        "construct-only": false,
31309                        "controllable": true,
31310                        "default": "1",
31311                        "max": "10",
31312                        "min": "0",
31313                        "mutable": "null",
31314                        "readable": true,
31315                        "type": "gfloat",
31316                        "writable": true
31317                    }
31318                },
31319                "rank": "none"
31320            },
31321            "lsp-plug-in-plugins-lv2-compressor-lr": {
31322                "author": "LSP LV2",
31323                "description": "LSP Compressor LeftRight",
31324                "hierarchy": [
31325                    "lsp-plug-in-plugins-lv2-compressor-lr",
31326                    "GstAudioFilter",
31327                    "GstBaseTransform",
31328                    "GstElement",
31329                    "GstObject",
31330                    "GInitiallyUnowned",
31331                    "GObject"
31332                ],
31333                "interfaces": [
31334                    "GstPreset"
31335                ],
31336                "klass": "Filter/Effect/Audio/LV2/Compressor",
31337                "long-name": "LSP Compressor LeftRight",
31338                "pad-templates": {
31339                    "sink": {
31340                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
31341                        "direction": "sink",
31342                        "presence": "always"
31343                    },
31344                    "src": {
31345                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
31346                        "direction": "src",
31347                        "presence": "always"
31348                    }
31349                },
31350                "properties": {
31351                    "al-l": {
31352                        "blurb": "Attack level Left",
31353                        "conditionally-available": false,
31354                        "construct": true,
31355                        "construct-only": false,
31356                        "controllable": true,
31357                        "default": "0.25119",
31358                        "max": "1",
31359                        "min": "0.001",
31360                        "mutable": "null",
31361                        "readable": true,
31362                        "type": "gfloat",
31363                        "writable": true
31364                    },
31365                    "al-r": {
31366                        "blurb": "Attack level Right",
31367                        "conditionally-available": false,
31368                        "construct": true,
31369                        "construct-only": false,
31370                        "controllable": true,
31371                        "default": "0.25119",
31372                        "max": "1",
31373                        "min": "0.001",
31374                        "mutable": "null",
31375                        "readable": true,
31376                        "type": "gfloat",
31377                        "writable": true
31378                    },
31379                    "at-l": {
31380                        "blurb": "Attack time Left",
31381                        "conditionally-available": false,
31382                        "construct": true,
31383                        "construct-only": false,
31384                        "controllable": true,
31385                        "default": "20",
31386                        "max": "2000",
31387                        "min": "0",
31388                        "mutable": "null",
31389                        "readable": true,
31390                        "type": "gfloat",
31391                        "writable": true
31392                    },
31393                    "at-r": {
31394                        "blurb": "Attack time Right",
31395                        "conditionally-available": false,
31396                        "construct": true,
31397                        "construct-only": false,
31398                        "controllable": true,
31399                        "default": "20",
31400                        "max": "2000",
31401                        "min": "0",
31402                        "mutable": "null",
31403                        "readable": true,
31404                        "type": "gfloat",
31405                        "writable": true
31406                    },
31407                    "bypass": {
31408                        "blurb": "Bypass",
31409                        "conditionally-available": false,
31410                        "construct": true,
31411                        "construct-only": false,
31412                        "controllable": true,
31413                        "default": "false",
31414                        "mutable": "null",
31415                        "readable": true,
31416                        "type": "gboolean",
31417                        "writable": true
31418                    },
31419                    "cdr-l": {
31420                        "blurb": "Dry gain Left",
31421                        "conditionally-available": false,
31422                        "construct": true,
31423                        "construct-only": false,
31424                        "controllable": true,
31425                        "default": "0",
31426                        "max": "10",
31427                        "min": "0",
31428                        "mutable": "null",
31429                        "readable": true,
31430                        "type": "gfloat",
31431                        "writable": true
31432                    },
31433                    "cdr-r": {
31434                        "blurb": "Dry gain Right",
31435                        "conditionally-available": false,
31436                        "construct": true,
31437                        "construct-only": false,
31438                        "controllable": true,
31439                        "default": "0",
31440                        "max": "10",
31441                        "min": "0",
31442                        "mutable": "null",
31443                        "readable": true,
31444                        "type": "gfloat",
31445                        "writable": true
31446                    },
31447                    "clear": {
31448                        "blurb": "Clear graph analysis",
31449                        "conditionally-available": false,
31450                        "construct": true,
31451                        "construct-only": false,
31452                        "controllable": true,
31453                        "default": "false",
31454                        "mutable": "null",
31455                        "readable": true,
31456                        "type": "gboolean",
31457                        "writable": true
31458                    },
31459                    "clm-l": {
31460                        "blurb": "Curve level meter Left",
31461                        "conditionally-available": false,
31462                        "construct": false,
31463                        "construct-only": false,
31464                        "controllable": true,
31465                        "default": "0",
31466                        "max": "15.8489",
31467                        "min": "0",
31468                        "mutable": "null",
31469                        "readable": true,
31470                        "type": "gfloat",
31471                        "writable": false
31472                    },
31473                    "clm-r": {
31474                        "blurb": "Curve level meter Right",
31475                        "conditionally-available": false,
31476                        "construct": false,
31477                        "construct-only": false,
31478                        "controllable": true,
31479                        "default": "0",
31480                        "max": "15.8489",
31481                        "min": "0",
31482                        "mutable": "null",
31483                        "readable": true,
31484                        "type": "gfloat",
31485                        "writable": false
31486                    },
31487                    "cm-l": {
31488                        "blurb": "Compression mode Left",
31489                        "conditionally-available": false,
31490                        "construct": true,
31491                        "construct-only": false,
31492                        "controllable": true,
31493                        "default": "Down (0)",
31494                        "mutable": "null",
31495                        "readable": true,
31496                        "type": "lsp-plug-in-plugins-lv2-compressor-lrcm-l",
31497                        "writable": true
31498                    },
31499                    "cm-r": {
31500                        "blurb": "Compression mode Right",
31501                        "conditionally-available": false,
31502                        "construct": true,
31503                        "construct-only": false,
31504                        "controllable": true,
31505                        "default": "Down (0)",
31506                        "mutable": "null",
31507                        "readable": true,
31508                        "type": "lsp-plug-in-plugins-lv2-compressor-lrcm-r",
31509                        "writable": true
31510                    },
31511                    "cr-l": {
31512                        "blurb": "Ratio Left",
31513                        "conditionally-available": false,
31514                        "construct": true,
31515                        "construct-only": false,
31516                        "controllable": true,
31517                        "default": "4",
31518                        "max": "100",
31519                        "min": "1",
31520                        "mutable": "null",
31521                        "readable": true,
31522                        "type": "gfloat",
31523                        "writable": true
31524                    },
31525                    "cr-r": {
31526                        "blurb": "Ratio Right",
31527                        "conditionally-available": false,
31528                        "construct": true,
31529                        "construct-only": false,
31530                        "controllable": true,
31531                        "default": "4",
31532                        "max": "100",
31533                        "min": "1",
31534                        "mutable": "null",
31535                        "readable": true,
31536                        "type": "gfloat",
31537                        "writable": true
31538                    },
31539                    "cwt-l": {
31540                        "blurb": "Wet gain Left",
31541                        "conditionally-available": false,
31542                        "construct": true,
31543                        "construct-only": false,
31544                        "controllable": true,
31545                        "default": "1",
31546                        "max": "10",
31547                        "min": "0",
31548                        "mutable": "null",
31549                        "readable": true,
31550                        "type": "gfloat",
31551                        "writable": true
31552                    },
31553                    "cwt-r": {
31554                        "blurb": "Wet gain Right",
31555                        "conditionally-available": false,
31556                        "construct": true,
31557                        "construct-only": false,
31558                        "controllable": true,
31559                        "default": "1",
31560                        "max": "10",
31561                        "min": "0",
31562                        "mutable": "null",
31563                        "readable": true,
31564                        "type": "gfloat",
31565                        "writable": true
31566                    },
31567                    "elm-l": {
31568                        "blurb": "Envelope level meter Left",
31569                        "conditionally-available": false,
31570                        "construct": false,
31571                        "construct-only": false,
31572                        "controllable": true,
31573                        "default": "0",
31574                        "max": "15.8489",
31575                        "min": "0",
31576                        "mutable": "null",
31577                        "readable": true,
31578                        "type": "gfloat",
31579                        "writable": false
31580                    },
31581                    "elm-r": {
31582                        "blurb": "Envelope level meter Right",
31583                        "conditionally-available": false,
31584                        "construct": false,
31585                        "construct-only": false,
31586                        "controllable": true,
31587                        "default": "0",
31588                        "max": "15.8489",
31589                        "min": "0",
31590                        "mutable": "null",
31591                        "readable": true,
31592                        "type": "gfloat",
31593                        "writable": false
31594                    },
31595                    "elv-l": {
31596                        "blurb": "Envelope level visibility Left",
31597                        "conditionally-available": false,
31598                        "construct": true,
31599                        "construct-only": false,
31600                        "controllable": true,
31601                        "default": "false",
31602                        "mutable": "null",
31603                        "readable": true,
31604                        "type": "gboolean",
31605                        "writable": true
31606                    },
31607                    "elv-r": {
31608                        "blurb": "Envelope level visibility Right",
31609                        "conditionally-available": false,
31610                        "construct": true,
31611                        "construct-only": false,
31612                        "controllable": true,
31613                        "default": "false",
31614                        "mutable": "null",
31615                        "readable": true,
31616                        "type": "gboolean",
31617                        "writable": true
31618                    },
31619                    "g-in": {
31620                        "blurb": "Input gain",
31621                        "conditionally-available": false,
31622                        "construct": true,
31623                        "construct-only": false,
31624                        "controllable": true,
31625                        "default": "1",
31626                        "max": "10",
31627                        "min": "0",
31628                        "mutable": "null",
31629                        "readable": true,
31630                        "type": "gfloat",
31631                        "writable": true
31632                    },
31633                    "g-out": {
31634                        "blurb": "Output gain",
31635                        "conditionally-available": false,
31636                        "construct": true,
31637                        "construct-only": false,
31638                        "controllable": true,
31639                        "default": "1",
31640                        "max": "10",
31641                        "min": "0",
31642                        "mutable": "null",
31643                        "readable": true,
31644                        "type": "gfloat",
31645                        "writable": true
31646                    },
31647                    "grv-l": {
31648                        "blurb": "Gain reduction visibility Left",
31649                        "conditionally-available": false,
31650                        "construct": true,
31651                        "construct-only": false,
31652                        "controllable": true,
31653                        "default": "false",
31654                        "mutable": "null",
31655                        "readable": true,
31656                        "type": "gboolean",
31657                        "writable": true
31658                    },
31659                    "grv-r": {
31660                        "blurb": "Gain reduction visibility Right",
31661                        "conditionally-available": false,
31662                        "construct": true,
31663                        "construct-only": false,
31664                        "controllable": true,
31665                        "default": "false",
31666                        "mutable": "null",
31667                        "readable": true,
31668                        "type": "gboolean",
31669                        "writable": true
31670                    },
31671                    "ilm-l": {
31672                        "blurb": "Input level meter Left",
31673                        "conditionally-available": false,
31674                        "construct": false,
31675                        "construct-only": false,
31676                        "controllable": true,
31677                        "default": "0",
31678                        "max": "3.98107",
31679                        "min": "0",
31680                        "mutable": "null",
31681                        "readable": true,
31682                        "type": "gfloat",
31683                        "writable": false
31684                    },
31685                    "ilm-r": {
31686                        "blurb": "Input level meter Right",
31687                        "conditionally-available": false,
31688                        "construct": false,
31689                        "construct-only": false,
31690                        "controllable": true,
31691                        "default": "0",
31692                        "max": "3.98107",
31693                        "min": "0",
31694                        "mutable": "null",
31695                        "readable": true,
31696                        "type": "gfloat",
31697                        "writable": false
31698                    },
31699                    "ilv-l": {
31700                        "blurb": "Input level visibility Left",
31701                        "conditionally-available": false,
31702                        "construct": true,
31703                        "construct-only": false,
31704                        "controllable": true,
31705                        "default": "false",
31706                        "mutable": "null",
31707                        "readable": true,
31708                        "type": "gboolean",
31709                        "writable": true
31710                    },
31711                    "ilv-r": {
31712                        "blurb": "Input level visibility Right",
31713                        "conditionally-available": false,
31714                        "construct": true,
31715                        "construct-only": false,
31716                        "controllable": true,
31717                        "default": "false",
31718                        "mutable": "null",
31719                        "readable": true,
31720                        "type": "gboolean",
31721                        "writable": true
31722                    },
31723                    "kn-l": {
31724                        "blurb": "Knee Left",
31725                        "conditionally-available": false,
31726                        "construct": true,
31727                        "construct-only": false,
31728                        "controllable": true,
31729                        "default": "0.50118",
31730                        "max": "1",
31731                        "min": "0.0631",
31732                        "mutable": "null",
31733                        "readable": true,
31734                        "type": "gfloat",
31735                        "writable": true
31736                    },
31737                    "kn-r": {
31738                        "blurb": "Knee Right",
31739                        "conditionally-available": false,
31740                        "construct": true,
31741                        "construct-only": false,
31742                        "controllable": true,
31743                        "default": "0.50118",
31744                        "max": "1",
31745                        "min": "0.0631",
31746                        "mutable": "null",
31747                        "readable": true,
31748                        "type": "gfloat",
31749                        "writable": true
31750                    },
31751                    "mk-l": {
31752                        "blurb": "Makeup gain Left",
31753                        "conditionally-available": false,
31754                        "construct": true,
31755                        "construct-only": false,
31756                        "controllable": true,
31757                        "default": "1",
31758                        "max": "1000",
31759                        "min": "0.001",
31760                        "mutable": "null",
31761                        "readable": true,
31762                        "type": "gfloat",
31763                        "writable": true
31764                    },
31765                    "mk-r": {
31766                        "blurb": "Makeup gain Right",
31767                        "conditionally-available": false,
31768                        "construct": true,
31769                        "construct-only": false,
31770                        "controllable": true,
31771                        "default": "1",
31772                        "max": "1000",
31773                        "min": "0.001",
31774                        "mutable": "null",
31775                        "readable": true,
31776                        "type": "gfloat",
31777                        "writable": true
31778                    },
31779                    "olm-l": {
31780                        "blurb": "Output level meter Left",
31781                        "conditionally-available": false,
31782                        "construct": false,
31783                        "construct-only": false,
31784                        "controllable": true,
31785                        "default": "0",
31786                        "max": "3.98107",
31787                        "min": "0",
31788                        "mutable": "null",
31789                        "readable": true,
31790                        "type": "gfloat",
31791                        "writable": false
31792                    },
31793                    "olm-r": {
31794                        "blurb": "Output level meter Right",
31795                        "conditionally-available": false,
31796                        "construct": false,
31797                        "construct-only": false,
31798                        "controllable": true,
31799                        "default": "0",
31800                        "max": "3.98107",
31801                        "min": "0",
31802                        "mutable": "null",
31803                        "readable": true,
31804                        "type": "gfloat",
31805                        "writable": false
31806                    },
31807                    "olv-l": {
31808                        "blurb": "Output level visibility Left",
31809                        "conditionally-available": false,
31810                        "construct": true,
31811                        "construct-only": false,
31812                        "controllable": true,
31813                        "default": "false",
31814                        "mutable": "null",
31815                        "readable": true,
31816                        "type": "gboolean",
31817                        "writable": true
31818                    },
31819                    "olv-r": {
31820                        "blurb": "Output level visibility Right",
31821                        "conditionally-available": false,
31822                        "construct": true,
31823                        "construct-only": false,
31824                        "controllable": true,
31825                        "default": "false",
31826                        "mutable": "null",
31827                        "readable": true,
31828                        "type": "gboolean",
31829                        "writable": true
31830                    },
31831                    "out-latency": {
31832                        "blurb": "Latency OUT",
31833                        "conditionally-available": false,
31834                        "construct": false,
31835                        "construct-only": false,
31836                        "controllable": true,
31837                        "default": "0",
31838                        "max": "192000",
31839                        "min": "0",
31840                        "mutable": "null",
31841                        "readable": true,
31842                        "type": "gint",
31843                        "writable": false
31844                    },
31845                    "pause": {
31846                        "blurb": "Pause graph analysis",
31847                        "conditionally-available": false,
31848                        "construct": true,
31849                        "construct-only": false,
31850                        "controllable": true,
31851                        "default": "false",
31852                        "mutable": "null",
31853                        "readable": true,
31854                        "type": "gboolean",
31855                        "writable": true
31856                    },
31857                    "rl-l": {
31858                        "blurb": "Release level Left",
31859                        "conditionally-available": false,
31860                        "construct": false,
31861                        "construct-only": false,
31862                        "controllable": true,
31863                        "default": "0",
31864                        "max": "20",
31865                        "min": "0",
31866                        "mutable": "null",
31867                        "readable": true,
31868                        "type": "gfloat",
31869                        "writable": false
31870                    },
31871                    "rl-r": {
31872                        "blurb": "Release level Right",
31873                        "conditionally-available": false,
31874                        "construct": false,
31875                        "construct-only": false,
31876                        "controllable": true,
31877                        "default": "0",
31878                        "max": "20",
31879                        "min": "0",
31880                        "mutable": "null",
31881                        "readable": true,
31882                        "type": "gfloat",
31883                        "writable": false
31884                    },
31885                    "rlm-l": {
31886                        "blurb": "Reduction level meter Left",
31887                        "conditionally-available": false,
31888                        "construct": false,
31889                        "construct-only": false,
31890                        "controllable": true,
31891                        "default": "0",
31892                        "max": "251.189",
31893                        "min": "0",
31894                        "mutable": "null",
31895                        "readable": true,
31896                        "type": "gfloat",
31897                        "writable": false
31898                    },
31899                    "rlm-r": {
31900                        "blurb": "Reduction level meter Right",
31901                        "conditionally-available": false,
31902                        "construct": false,
31903                        "construct-only": false,
31904                        "controllable": true,
31905                        "default": "0",
31906                        "max": "251.189",
31907                        "min": "0",
31908                        "mutable": "null",
31909                        "readable": true,
31910                        "type": "gfloat",
31911                        "writable": false
31912                    },
31913                    "rrl-l": {
31914                        "blurb": "Relative release level Left",
31915                        "conditionally-available": false,
31916                        "construct": true,
31917                        "construct-only": false,
31918                        "controllable": true,
31919                        "default": "0",
31920                        "max": "1",
31921                        "min": "0",
31922                        "mutable": "null",
31923                        "readable": true,
31924                        "type": "gfloat",
31925                        "writable": true
31926                    },
31927                    "rrl-r": {
31928                        "blurb": "Relative release level Right",
31929                        "conditionally-available": false,
31930                        "construct": true,
31931                        "construct-only": false,
31932                        "controllable": true,
31933                        "default": "0",
31934                        "max": "1",
31935                        "min": "0",
31936                        "mutable": "null",
31937                        "readable": true,
31938                        "type": "gfloat",
31939                        "writable": true
31940                    },
31941                    "rt-l": {
31942                        "blurb": "Release time Left",
31943                        "conditionally-available": false,
31944                        "construct": true,
31945                        "construct-only": false,
31946                        "controllable": true,
31947                        "default": "100",
31948                        "max": "5000",
31949                        "min": "0",
31950                        "mutable": "null",
31951                        "readable": true,
31952                        "type": "gfloat",
31953                        "writable": true
31954                    },
31955                    "rt-r": {
31956                        "blurb": "Release time Right",
31957                        "conditionally-available": false,
31958                        "construct": true,
31959                        "construct-only": false,
31960                        "controllable": true,
31961                        "default": "100",
31962                        "max": "5000",
31963                        "min": "0",
31964                        "mutable": "null",
31965                        "readable": true,
31966                        "type": "gfloat",
31967                        "writable": true
31968                    },
31969                    "scl-l": {
31970                        "blurb": "Sidechain listen Left",
31971                        "conditionally-available": false,
31972                        "construct": true,
31973                        "construct-only": false,
31974                        "controllable": true,
31975                        "default": "false",
31976                        "mutable": "null",
31977                        "readable": true,
31978                        "type": "gboolean",
31979                        "writable": true
31980                    },
31981                    "scl-r": {
31982                        "blurb": "Sidechain listen Right",
31983                        "conditionally-available": false,
31984                        "construct": true,
31985                        "construct-only": false,
31986                        "controllable": true,
31987                        "default": "false",
31988                        "mutable": "null",
31989                        "readable": true,
31990                        "type": "gboolean",
31991                        "writable": true
31992                    },
31993                    "scm-l": {
31994                        "blurb": "Sidechain mode Left",
31995                        "conditionally-available": false,
31996                        "construct": true,
31997                        "construct-only": false,
31998                        "controllable": true,
31999                        "default": "RMS (1)",
32000                        "mutable": "null",
32001                        "readable": true,
32002                        "type": "lsp-plug-in-plugins-lv2-compressor-lrscm-l",
32003                        "writable": true
32004                    },
32005                    "scm-r": {
32006                        "blurb": "Sidechain mode Right",
32007                        "conditionally-available": false,
32008                        "construct": true,
32009                        "construct-only": false,
32010                        "controllable": true,
32011                        "default": "RMS (1)",
32012                        "mutable": "null",
32013                        "readable": true,
32014                        "type": "lsp-plug-in-plugins-lv2-compressor-lrscm-r",
32015                        "writable": true
32016                    },
32017                    "scp-l": {
32018                        "blurb": "Sidechain preamp Left",
32019                        "conditionally-available": false,
32020                        "construct": true,
32021                        "construct-only": false,
32022                        "controllable": true,
32023                        "default": "1",
32024                        "max": "100",
32025                        "min": "0",
32026                        "mutable": "null",
32027                        "readable": true,
32028                        "type": "gfloat",
32029                        "writable": true
32030                    },
32031                    "scp-r": {
32032                        "blurb": "Sidechain preamp Right",
32033                        "conditionally-available": false,
32034                        "construct": true,
32035                        "construct-only": false,
32036                        "controllable": true,
32037                        "default": "1",
32038                        "max": "100",
32039                        "min": "0",
32040                        "mutable": "null",
32041                        "readable": true,
32042                        "type": "gfloat",
32043                        "writable": true
32044                    },
32045                    "scr-l": {
32046                        "blurb": "Sidechain reactivity Left",
32047                        "conditionally-available": false,
32048                        "construct": true,
32049                        "construct-only": false,
32050                        "controllable": true,
32051                        "default": "10",
32052                        "max": "250",
32053                        "min": "0",
32054                        "mutable": "null",
32055                        "readable": true,
32056                        "type": "gfloat",
32057                        "writable": true
32058                    },
32059                    "scr-r": {
32060                        "blurb": "Sidechain reactivity Right",
32061                        "conditionally-available": false,
32062                        "construct": true,
32063                        "construct-only": false,
32064                        "controllable": true,
32065                        "default": "10",
32066                        "max": "250",
32067                        "min": "0",
32068                        "mutable": "null",
32069                        "readable": true,
32070                        "type": "gfloat",
32071                        "writable": true
32072                    },
32073                    "scs-l": {
32074                        "blurb": "Sidechain source Left",
32075                        "conditionally-available": false,
32076                        "construct": true,
32077                        "construct-only": false,
32078                        "controllable": true,
32079                        "default": "Middle (0)",
32080                        "mutable": "null",
32081                        "readable": true,
32082                        "type": "lsp-plug-in-plugins-lv2-compressor-lrscs-l",
32083                        "writable": true
32084                    },
32085                    "scs-r": {
32086                        "blurb": "Sidechain source Right",
32087                        "conditionally-available": false,
32088                        "construct": true,
32089                        "construct-only": false,
32090                        "controllable": true,
32091                        "default": "Middle (0)",
32092                        "mutable": "null",
32093                        "readable": true,
32094                        "type": "lsp-plug-in-plugins-lv2-compressor-lrscs-r",
32095                        "writable": true
32096                    },
32097                    "sct-l": {
32098                        "blurb": "Sidechain type Left",
32099                        "conditionally-available": false,
32100                        "construct": true,
32101                        "construct-only": false,
32102                        "controllable": true,
32103                        "default": "Feed-forward (0)",
32104                        "mutable": "null",
32105                        "readable": true,
32106                        "type": "lsp-plug-in-plugins-lv2-compressor-lrsct-l",
32107                        "writable": true
32108                    },
32109                    "sct-r": {
32110                        "blurb": "Sidechain type Right",
32111                        "conditionally-available": false,
32112                        "construct": true,
32113                        "construct-only": false,
32114                        "controllable": true,
32115                        "default": "Feed-forward (0)",
32116                        "mutable": "null",
32117                        "readable": true,
32118                        "type": "lsp-plug-in-plugins-lv2-compressor-lrsct-r",
32119                        "writable": true
32120                    },
32121                    "sla-l": {
32122                        "blurb": "Sidechain lookahead Left",
32123                        "conditionally-available": false,
32124                        "construct": true,
32125                        "construct-only": false,
32126                        "controllable": true,
32127                        "default": "0",
32128                        "max": "20",
32129                        "min": "0",
32130                        "mutable": "null",
32131                        "readable": true,
32132                        "type": "gfloat",
32133                        "writable": true
32134                    },
32135                    "sla-r": {
32136                        "blurb": "Sidechain lookahead Right",
32137                        "conditionally-available": false,
32138                        "construct": true,
32139                        "construct-only": false,
32140                        "controllable": true,
32141                        "default": "0",
32142                        "max": "20",
32143                        "min": "0",
32144                        "mutable": "null",
32145                        "readable": true,
32146                        "type": "gfloat",
32147                        "writable": true
32148                    },
32149                    "slm-l": {
32150                        "blurb": "Sidechain level meter Left",
32151                        "conditionally-available": false,
32152                        "construct": false,
32153                        "construct-only": false,
32154                        "controllable": true,
32155                        "default": "0",
32156                        "max": "15.8489",
32157                        "min": "0",
32158                        "mutable": "null",
32159                        "readable": true,
32160                        "type": "gfloat",
32161                        "writable": false
32162                    },
32163                    "slm-r": {
32164                        "blurb": "Sidechain level meter Right",
32165                        "conditionally-available": false,
32166                        "construct": false,
32167                        "construct-only": false,
32168                        "controllable": true,
32169                        "default": "0",
32170                        "max": "15.8489",
32171                        "min": "0",
32172                        "mutable": "null",
32173                        "readable": true,
32174                        "type": "gfloat",
32175                        "writable": false
32176                    },
32177                    "slv-l": {
32178                        "blurb": "Sidechain level visibility Left",
32179                        "conditionally-available": false,
32180                        "construct": true,
32181                        "construct-only": false,
32182                        "controllable": true,
32183                        "default": "false",
32184                        "mutable": "null",
32185                        "readable": true,
32186                        "type": "gboolean",
32187                        "writable": true
32188                    },
32189                    "slv-r": {
32190                        "blurb": "Sidechain level visibility Right",
32191                        "conditionally-available": false,
32192                        "construct": true,
32193                        "construct-only": false,
32194                        "controllable": true,
32195                        "default": "false",
32196                        "mutable": "null",
32197                        "readable": true,
32198                        "type": "gboolean",
32199                        "writable": true
32200                    }
32201                },
32202                "rank": "none"
32203            },
32204            "lsp-plug-in-plugins-lv2-compressor-mono": {
32205                "author": "LSP LV2",
32206                "description": "LSP Compressor Mono",
32207                "hierarchy": [
32208                    "lsp-plug-in-plugins-lv2-compressor-mono",
32209                    "GstAudioFilter",
32210                    "GstBaseTransform",
32211                    "GstElement",
32212                    "GstObject",
32213                    "GInitiallyUnowned",
32214                    "GObject"
32215                ],
32216                "interfaces": [
32217                    "GstPreset"
32218                ],
32219                "klass": "Filter/Effect/Audio/LV2/Compressor",
32220                "long-name": "LSP Compressor Mono",
32221                "pad-templates": {
32222                    "sink": {
32223                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
32224                        "direction": "sink",
32225                        "presence": "always"
32226                    },
32227                    "src": {
32228                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
32229                        "direction": "src",
32230                        "presence": "always"
32231                    }
32232                },
32233                "properties": {
32234                    "al": {
32235                        "blurb": "Attack level",
32236                        "conditionally-available": false,
32237                        "construct": true,
32238                        "construct-only": false,
32239                        "controllable": true,
32240                        "default": "0.25119",
32241                        "max": "1",
32242                        "min": "0.001",
32243                        "mutable": "null",
32244                        "readable": true,
32245                        "type": "gfloat",
32246                        "writable": true
32247                    },
32248                    "at": {
32249                        "blurb": "Attack time",
32250                        "conditionally-available": false,
32251                        "construct": true,
32252                        "construct-only": false,
32253                        "controllable": true,
32254                        "default": "20",
32255                        "max": "2000",
32256                        "min": "0",
32257                        "mutable": "null",
32258                        "readable": true,
32259                        "type": "gfloat",
32260                        "writable": true
32261                    },
32262                    "bypass": {
32263                        "blurb": "Bypass",
32264                        "conditionally-available": false,
32265                        "construct": true,
32266                        "construct-only": false,
32267                        "controllable": true,
32268                        "default": "false",
32269                        "mutable": "null",
32270                        "readable": true,
32271                        "type": "gboolean",
32272                        "writable": true
32273                    },
32274                    "cdr": {
32275                        "blurb": "Dry gain",
32276                        "conditionally-available": false,
32277                        "construct": true,
32278                        "construct-only": false,
32279                        "controllable": true,
32280                        "default": "0",
32281                        "max": "10",
32282                        "min": "0",
32283                        "mutable": "null",
32284                        "readable": true,
32285                        "type": "gfloat",
32286                        "writable": true
32287                    },
32288                    "clear": {
32289                        "blurb": "Clear graph analysis",
32290                        "conditionally-available": false,
32291                        "construct": true,
32292                        "construct-only": false,
32293                        "controllable": true,
32294                        "default": "false",
32295                        "mutable": "null",
32296                        "readable": true,
32297                        "type": "gboolean",
32298                        "writable": true
32299                    },
32300                    "clm": {
32301                        "blurb": "Curve level meter",
32302                        "conditionally-available": false,
32303                        "construct": false,
32304                        "construct-only": false,
32305                        "controllable": true,
32306                        "default": "0",
32307                        "max": "15.8489",
32308                        "min": "0",
32309                        "mutable": "null",
32310                        "readable": true,
32311                        "type": "gfloat",
32312                        "writable": false
32313                    },
32314                    "cm": {
32315                        "blurb": "Compression mode",
32316                        "conditionally-available": false,
32317                        "construct": true,
32318                        "construct-only": false,
32319                        "controllable": true,
32320                        "default": "Downward (0)",
32321                        "mutable": "null",
32322                        "readable": true,
32323                        "type": "lsp-plug-in-plugins-lv2-compressor-monocm",
32324                        "writable": true
32325                    },
32326                    "cr": {
32327                        "blurb": "Ratio",
32328                        "conditionally-available": false,
32329                        "construct": true,
32330                        "construct-only": false,
32331                        "controllable": true,
32332                        "default": "4",
32333                        "max": "100",
32334                        "min": "1",
32335                        "mutable": "null",
32336                        "readable": true,
32337                        "type": "gfloat",
32338                        "writable": true
32339                    },
32340                    "cwt": {
32341                        "blurb": "Wet gain",
32342                        "conditionally-available": false,
32343                        "construct": true,
32344                        "construct-only": false,
32345                        "controllable": true,
32346                        "default": "1",
32347                        "max": "10",
32348                        "min": "0",
32349                        "mutable": "null",
32350                        "readable": true,
32351                        "type": "gfloat",
32352                        "writable": true
32353                    },
32354                    "elm": {
32355                        "blurb": "Envelope level meter",
32356                        "conditionally-available": false,
32357                        "construct": false,
32358                        "construct-only": false,
32359                        "controllable": true,
32360                        "default": "0",
32361                        "max": "15.8489",
32362                        "min": "0",
32363                        "mutable": "null",
32364                        "readable": true,
32365                        "type": "gfloat",
32366                        "writable": false
32367                    },
32368                    "elv": {
32369                        "blurb": "Envelope level visibility",
32370                        "conditionally-available": false,
32371                        "construct": true,
32372                        "construct-only": false,
32373                        "controllable": true,
32374                        "default": "false",
32375                        "mutable": "null",
32376                        "readable": true,
32377                        "type": "gboolean",
32378                        "writable": true
32379                    },
32380                    "g-in": {
32381                        "blurb": "Input gain",
32382                        "conditionally-available": false,
32383                        "construct": true,
32384                        "construct-only": false,
32385                        "controllable": true,
32386                        "default": "1",
32387                        "max": "10",
32388                        "min": "0",
32389                        "mutable": "null",
32390                        "readable": true,
32391                        "type": "gfloat",
32392                        "writable": true
32393                    },
32394                    "g-out": {
32395                        "blurb": "Output gain",
32396                        "conditionally-available": false,
32397                        "construct": true,
32398                        "construct-only": false,
32399                        "controllable": true,
32400                        "default": "1",
32401                        "max": "10",
32402                        "min": "0",
32403                        "mutable": "null",
32404                        "readable": true,
32405                        "type": "gfloat",
32406                        "writable": true
32407                    },
32408                    "grv": {
32409                        "blurb": "Gain reduction visibility",
32410                        "conditionally-available": false,
32411                        "construct": true,
32412                        "construct-only": false,
32413                        "controllable": true,
32414                        "default": "false",
32415                        "mutable": "null",
32416                        "readable": true,
32417                        "type": "gboolean",
32418                        "writable": true
32419                    },
32420                    "ilm": {
32421                        "blurb": "Input level meter",
32422                        "conditionally-available": false,
32423                        "construct": false,
32424                        "construct-only": false,
32425                        "controllable": true,
32426                        "default": "0",
32427                        "max": "3.98107",
32428                        "min": "0",
32429                        "mutable": "null",
32430                        "readable": true,
32431                        "type": "gfloat",
32432                        "writable": false
32433                    },
32434                    "ilv": {
32435                        "blurb": "Input level visibility",
32436                        "conditionally-available": false,
32437                        "construct": true,
32438                        "construct-only": false,
32439                        "controllable": true,
32440                        "default": "false",
32441                        "mutable": "null",
32442                        "readable": true,
32443                        "type": "gboolean",
32444                        "writable": true
32445                    },
32446                    "kn": {
32447                        "blurb": "Knee",
32448                        "conditionally-available": false,
32449                        "construct": true,
32450                        "construct-only": false,
32451                        "controllable": true,
32452                        "default": "0.50118",
32453                        "max": "1",
32454                        "min": "0.0631",
32455                        "mutable": "null",
32456                        "readable": true,
32457                        "type": "gfloat",
32458                        "writable": true
32459                    },
32460                    "mk": {
32461                        "blurb": "Makeup gain",
32462                        "conditionally-available": false,
32463                        "construct": true,
32464                        "construct-only": false,
32465                        "controllable": true,
32466                        "default": "1",
32467                        "max": "1000",
32468                        "min": "0.001",
32469                        "mutable": "null",
32470                        "readable": true,
32471                        "type": "gfloat",
32472                        "writable": true
32473                    },
32474                    "olm": {
32475                        "blurb": "Output level meter",
32476                        "conditionally-available": false,
32477                        "construct": false,
32478                        "construct-only": false,
32479                        "controllable": true,
32480                        "default": "0",
32481                        "max": "3.98107",
32482                        "min": "0",
32483                        "mutable": "null",
32484                        "readable": true,
32485                        "type": "gfloat",
32486                        "writable": false
32487                    },
32488                    "olv": {
32489                        "blurb": "Output level visibility",
32490                        "conditionally-available": false,
32491                        "construct": true,
32492                        "construct-only": false,
32493                        "controllable": true,
32494                        "default": "false",
32495                        "mutable": "null",
32496                        "readable": true,
32497                        "type": "gboolean",
32498                        "writable": true
32499                    },
32500                    "out-latency": {
32501                        "blurb": "Latency OUT",
32502                        "conditionally-available": false,
32503                        "construct": false,
32504                        "construct-only": false,
32505                        "controllable": true,
32506                        "default": "0",
32507                        "max": "192000",
32508                        "min": "0",
32509                        "mutable": "null",
32510                        "readable": true,
32511                        "type": "gint",
32512                        "writable": false
32513                    },
32514                    "pause": {
32515                        "blurb": "Pause graph analysis",
32516                        "conditionally-available": false,
32517                        "construct": true,
32518                        "construct-only": false,
32519                        "controllable": true,
32520                        "default": "false",
32521                        "mutable": "null",
32522                        "readable": true,
32523                        "type": "gboolean",
32524                        "writable": true
32525                    },
32526                    "rl": {
32527                        "blurb": "Release level",
32528                        "conditionally-available": false,
32529                        "construct": false,
32530                        "construct-only": false,
32531                        "controllable": true,
32532                        "default": "0",
32533                        "max": "20",
32534                        "min": "0",
32535                        "mutable": "null",
32536                        "readable": true,
32537                        "type": "gfloat",
32538                        "writable": false
32539                    },
32540                    "rlm": {
32541                        "blurb": "Reduction level meter",
32542                        "conditionally-available": false,
32543                        "construct": false,
32544                        "construct-only": false,
32545                        "controllable": true,
32546                        "default": "0",
32547                        "max": "251.189",
32548                        "min": "0",
32549                        "mutable": "null",
32550                        "readable": true,
32551                        "type": "gfloat",
32552                        "writable": false
32553                    },
32554                    "rrl": {
32555                        "blurb": "Relative release level",
32556                        "conditionally-available": false,
32557                        "construct": true,
32558                        "construct-only": false,
32559                        "controllable": true,
32560                        "default": "0",
32561                        "max": "1",
32562                        "min": "0",
32563                        "mutable": "null",
32564                        "readable": true,
32565                        "type": "gfloat",
32566                        "writable": true
32567                    },
32568                    "rt": {
32569                        "blurb": "Release time",
32570                        "conditionally-available": false,
32571                        "construct": true,
32572                        "construct-only": false,
32573                        "controllable": true,
32574                        "default": "100",
32575                        "max": "5000",
32576                        "min": "0",
32577                        "mutable": "null",
32578                        "readable": true,
32579                        "type": "gfloat",
32580                        "writable": true
32581                    },
32582                    "scl": {
32583                        "blurb": "Sidechain listen",
32584                        "conditionally-available": false,
32585                        "construct": true,
32586                        "construct-only": false,
32587                        "controllable": true,
32588                        "default": "false",
32589                        "mutable": "null",
32590                        "readable": true,
32591                        "type": "gboolean",
32592                        "writable": true
32593                    },
32594                    "scm": {
32595                        "blurb": "Sidechain mode",
32596                        "conditionally-available": false,
32597                        "construct": true,
32598                        "construct-only": false,
32599                        "controllable": true,
32600                        "default": "RMS (1)",
32601                        "mutable": "null",
32602                        "readable": true,
32603                        "type": "lsp-plug-in-plugins-lv2-compressor-monoscm",
32604                        "writable": true
32605                    },
32606                    "scp": {
32607                        "blurb": "Sidechain preamp",
32608                        "conditionally-available": false,
32609                        "construct": true,
32610                        "construct-only": false,
32611                        "controllable": true,
32612                        "default": "1",
32613                        "max": "100",
32614                        "min": "0",
32615                        "mutable": "null",
32616                        "readable": true,
32617                        "type": "gfloat",
32618                        "writable": true
32619                    },
32620                    "scr": {
32621                        "blurb": "Sidechain reactivity",
32622                        "conditionally-available": false,
32623                        "construct": true,
32624                        "construct-only": false,
32625                        "controllable": true,
32626                        "default": "10",
32627                        "max": "250",
32628                        "min": "0",
32629                        "mutable": "null",
32630                        "readable": true,
32631                        "type": "gfloat",
32632                        "writable": true
32633                    },
32634                    "sct": {
32635                        "blurb": "Sidechain type",
32636                        "conditionally-available": false,
32637                        "construct": true,
32638                        "construct-only": false,
32639                        "controllable": true,
32640                        "default": "Feed-forward (0)",
32641                        "mutable": "null",
32642                        "readable": true,
32643                        "type": "lsp-plug-in-plugins-lv2-compressor-monosct",
32644                        "writable": true
32645                    },
32646                    "sla": {
32647                        "blurb": "Sidechain lookahead",
32648                        "conditionally-available": false,
32649                        "construct": true,
32650                        "construct-only": false,
32651                        "controllable": true,
32652                        "default": "0",
32653                        "max": "20",
32654                        "min": "0",
32655                        "mutable": "null",
32656                        "readable": true,
32657                        "type": "gfloat",
32658                        "writable": true
32659                    },
32660                    "slm": {
32661                        "blurb": "Sidechain level meter",
32662                        "conditionally-available": false,
32663                        "construct": false,
32664                        "construct-only": false,
32665                        "controllable": true,
32666                        "default": "0",
32667                        "max": "15.8489",
32668                        "min": "0",
32669                        "mutable": "null",
32670                        "readable": true,
32671                        "type": "gfloat",
32672                        "writable": false
32673                    },
32674                    "slv": {
32675                        "blurb": "Sidechain level visibility",
32676                        "conditionally-available": false,
32677                        "construct": true,
32678                        "construct-only": false,
32679                        "controllable": true,
32680                        "default": "false",
32681                        "mutable": "null",
32682                        "readable": true,
32683                        "type": "gboolean",
32684                        "writable": true
32685                    }
32686                },
32687                "rank": "none"
32688            },
32689            "lsp-plug-in-plugins-lv2-compressor-ms": {
32690                "author": "LSP LV2",
32691                "description": "LSP Compressor MidSide",
32692                "hierarchy": [
32693                    "lsp-plug-in-plugins-lv2-compressor-ms",
32694                    "GstAudioFilter",
32695                    "GstBaseTransform",
32696                    "GstElement",
32697                    "GstObject",
32698                    "GInitiallyUnowned",
32699                    "GObject"
32700                ],
32701                "interfaces": [
32702                    "GstPreset"
32703                ],
32704                "klass": "Filter/Effect/Audio/LV2/Compressor",
32705                "long-name": "LSP Compressor MidSide",
32706                "pad-templates": {
32707                    "sink": {
32708                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
32709                        "direction": "sink",
32710                        "presence": "always"
32711                    },
32712                    "src": {
32713                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
32714                        "direction": "src",
32715                        "presence": "always"
32716                    }
32717                },
32718                "properties": {
32719                    "al-m": {
32720                        "blurb": "Attack level Mid",
32721                        "conditionally-available": false,
32722                        "construct": true,
32723                        "construct-only": false,
32724                        "controllable": true,
32725                        "default": "0.25119",
32726                        "max": "1",
32727                        "min": "0.001",
32728                        "mutable": "null",
32729                        "readable": true,
32730                        "type": "gfloat",
32731                        "writable": true
32732                    },
32733                    "al-s": {
32734                        "blurb": "Attack level Side",
32735                        "conditionally-available": false,
32736                        "construct": true,
32737                        "construct-only": false,
32738                        "controllable": true,
32739                        "default": "0.25119",
32740                        "max": "1",
32741                        "min": "0.001",
32742                        "mutable": "null",
32743                        "readable": true,
32744                        "type": "gfloat",
32745                        "writable": true
32746                    },
32747                    "at-m": {
32748                        "blurb": "Attack time Mid",
32749                        "conditionally-available": false,
32750                        "construct": true,
32751                        "construct-only": false,
32752                        "controllable": true,
32753                        "default": "20",
32754                        "max": "2000",
32755                        "min": "0",
32756                        "mutable": "null",
32757                        "readable": true,
32758                        "type": "gfloat",
32759                        "writable": true
32760                    },
32761                    "at-s": {
32762                        "blurb": "Attack time Side",
32763                        "conditionally-available": false,
32764                        "construct": true,
32765                        "construct-only": false,
32766                        "controllable": true,
32767                        "default": "20",
32768                        "max": "2000",
32769                        "min": "0",
32770                        "mutable": "null",
32771                        "readable": true,
32772                        "type": "gfloat",
32773                        "writable": true
32774                    },
32775                    "bypass": {
32776                        "blurb": "Bypass",
32777                        "conditionally-available": false,
32778                        "construct": true,
32779                        "construct-only": false,
32780                        "controllable": true,
32781                        "default": "false",
32782                        "mutable": "null",
32783                        "readable": true,
32784                        "type": "gboolean",
32785                        "writable": true
32786                    },
32787                    "cdr-m": {
32788                        "blurb": "Dry gain Mid",
32789                        "conditionally-available": false,
32790                        "construct": true,
32791                        "construct-only": false,
32792                        "controllable": true,
32793                        "default": "0",
32794                        "max": "10",
32795                        "min": "0",
32796                        "mutable": "null",
32797                        "readable": true,
32798                        "type": "gfloat",
32799                        "writable": true
32800                    },
32801                    "cdr-s": {
32802                        "blurb": "Dry gain Side",
32803                        "conditionally-available": false,
32804                        "construct": true,
32805                        "construct-only": false,
32806                        "controllable": true,
32807                        "default": "0",
32808                        "max": "10",
32809                        "min": "0",
32810                        "mutable": "null",
32811                        "readable": true,
32812                        "type": "gfloat",
32813                        "writable": true
32814                    },
32815                    "clear": {
32816                        "blurb": "Clear graph analysis",
32817                        "conditionally-available": false,
32818                        "construct": true,
32819                        "construct-only": false,
32820                        "controllable": true,
32821                        "default": "false",
32822                        "mutable": "null",
32823                        "readable": true,
32824                        "type": "gboolean",
32825                        "writable": true
32826                    },
32827                    "clm-m": {
32828                        "blurb": "Curve level meter Mid",
32829                        "conditionally-available": false,
32830                        "construct": false,
32831                        "construct-only": false,
32832                        "controllable": true,
32833                        "default": "0",
32834                        "max": "15.8489",
32835                        "min": "0",
32836                        "mutable": "null",
32837                        "readable": true,
32838                        "type": "gfloat",
32839                        "writable": false
32840                    },
32841                    "clm-s": {
32842                        "blurb": "Curve level meter Side",
32843                        "conditionally-available": false,
32844                        "construct": false,
32845                        "construct-only": false,
32846                        "controllable": true,
32847                        "default": "0",
32848                        "max": "15.8489",
32849                        "min": "0",
32850                        "mutable": "null",
32851                        "readable": true,
32852                        "type": "gfloat",
32853                        "writable": false
32854                    },
32855                    "cm-m": {
32856                        "blurb": "Compression mode Mid",
32857                        "conditionally-available": false,
32858                        "construct": true,
32859                        "construct-only": false,
32860                        "controllable": true,
32861                        "default": "Down (0)",
32862                        "mutable": "null",
32863                        "readable": true,
32864                        "type": "lsp-plug-in-plugins-lv2-compressor-mscm-m",
32865                        "writable": true
32866                    },
32867                    "cm-s": {
32868                        "blurb": "Compression mode Side",
32869                        "conditionally-available": false,
32870                        "construct": true,
32871                        "construct-only": false,
32872                        "controllable": true,
32873                        "default": "Down (0)",
32874                        "mutable": "null",
32875                        "readable": true,
32876                        "type": "lsp-plug-in-plugins-lv2-compressor-mscm-s",
32877                        "writable": true
32878                    },
32879                    "cr-m": {
32880                        "blurb": "Ratio Mid",
32881                        "conditionally-available": false,
32882                        "construct": true,
32883                        "construct-only": false,
32884                        "controllable": true,
32885                        "default": "4",
32886                        "max": "100",
32887                        "min": "1",
32888                        "mutable": "null",
32889                        "readable": true,
32890                        "type": "gfloat",
32891                        "writable": true
32892                    },
32893                    "cr-s": {
32894                        "blurb": "Ratio Side",
32895                        "conditionally-available": false,
32896                        "construct": true,
32897                        "construct-only": false,
32898                        "controllable": true,
32899                        "default": "4",
32900                        "max": "100",
32901                        "min": "1",
32902                        "mutable": "null",
32903                        "readable": true,
32904                        "type": "gfloat",
32905                        "writable": true
32906                    },
32907                    "cwt-m": {
32908                        "blurb": "Wet gain Mid",
32909                        "conditionally-available": false,
32910                        "construct": true,
32911                        "construct-only": false,
32912                        "controllable": true,
32913                        "default": "1",
32914                        "max": "10",
32915                        "min": "0",
32916                        "mutable": "null",
32917                        "readable": true,
32918                        "type": "gfloat",
32919                        "writable": true
32920                    },
32921                    "cwt-s": {
32922                        "blurb": "Wet gain Side",
32923                        "conditionally-available": false,
32924                        "construct": true,
32925                        "construct-only": false,
32926                        "controllable": true,
32927                        "default": "1",
32928                        "max": "10",
32929                        "min": "0",
32930                        "mutable": "null",
32931                        "readable": true,
32932                        "type": "gfloat",
32933                        "writable": true
32934                    },
32935                    "elm-m": {
32936                        "blurb": "Envelope level meter Mid",
32937                        "conditionally-available": false,
32938                        "construct": false,
32939                        "construct-only": false,
32940                        "controllable": true,
32941                        "default": "0",
32942                        "max": "15.8489",
32943                        "min": "0",
32944                        "mutable": "null",
32945                        "readable": true,
32946                        "type": "gfloat",
32947                        "writable": false
32948                    },
32949                    "elm-s": {
32950                        "blurb": "Envelope level meter Side",
32951                        "conditionally-available": false,
32952                        "construct": false,
32953                        "construct-only": false,
32954                        "controllable": true,
32955                        "default": "0",
32956                        "max": "15.8489",
32957                        "min": "0",
32958                        "mutable": "null",
32959                        "readable": true,
32960                        "type": "gfloat",
32961                        "writable": false
32962                    },
32963                    "elv-m": {
32964                        "blurb": "Envelope level visibility Mid",
32965                        "conditionally-available": false,
32966                        "construct": true,
32967                        "construct-only": false,
32968                        "controllable": true,
32969                        "default": "false",
32970                        "mutable": "null",
32971                        "readable": true,
32972                        "type": "gboolean",
32973                        "writable": true
32974                    },
32975                    "elv-s": {
32976                        "blurb": "Envelope level visibility Side",
32977                        "conditionally-available": false,
32978                        "construct": true,
32979                        "construct-only": false,
32980                        "controllable": true,
32981                        "default": "false",
32982                        "mutable": "null",
32983                        "readable": true,
32984                        "type": "gboolean",
32985                        "writable": true
32986                    },
32987                    "g-in": {
32988                        "blurb": "Input gain",
32989                        "conditionally-available": false,
32990                        "construct": true,
32991                        "construct-only": false,
32992                        "controllable": true,
32993                        "default": "1",
32994                        "max": "10",
32995                        "min": "0",
32996                        "mutable": "null",
32997                        "readable": true,
32998                        "type": "gfloat",
32999                        "writable": true
33000                    },
33001                    "g-out": {
33002                        "blurb": "Output gain",
33003                        "conditionally-available": false,
33004                        "construct": true,
33005                        "construct-only": false,
33006                        "controllable": true,
33007                        "default": "1",
33008                        "max": "10",
33009                        "min": "0",
33010                        "mutable": "null",
33011                        "readable": true,
33012                        "type": "gfloat",
33013                        "writable": true
33014                    },
33015                    "grv-m": {
33016                        "blurb": "Gain reduction visibility Mid",
33017                        "conditionally-available": false,
33018                        "construct": true,
33019                        "construct-only": false,
33020                        "controllable": true,
33021                        "default": "false",
33022                        "mutable": "null",
33023                        "readable": true,
33024                        "type": "gboolean",
33025                        "writable": true
33026                    },
33027                    "grv-s": {
33028                        "blurb": "Gain reduction visibility Side",
33029                        "conditionally-available": false,
33030                        "construct": true,
33031                        "construct-only": false,
33032                        "controllable": true,
33033                        "default": "false",
33034                        "mutable": "null",
33035                        "readable": true,
33036                        "type": "gboolean",
33037                        "writable": true
33038                    },
33039                    "ilm-m": {
33040                        "blurb": "Input level meter Mid",
33041                        "conditionally-available": false,
33042                        "construct": false,
33043                        "construct-only": false,
33044                        "controllable": true,
33045                        "default": "0",
33046                        "max": "3.98107",
33047                        "min": "0",
33048                        "mutable": "null",
33049                        "readable": true,
33050                        "type": "gfloat",
33051                        "writable": false
33052                    },
33053                    "ilm-s": {
33054                        "blurb": "Input level meter Side",
33055                        "conditionally-available": false,
33056                        "construct": false,
33057                        "construct-only": false,
33058                        "controllable": true,
33059                        "default": "0",
33060                        "max": "3.98107",
33061                        "min": "0",
33062                        "mutable": "null",
33063                        "readable": true,
33064                        "type": "gfloat",
33065                        "writable": false
33066                    },
33067                    "ilv-m": {
33068                        "blurb": "Input level visibility Mid",
33069                        "conditionally-available": false,
33070                        "construct": true,
33071                        "construct-only": false,
33072                        "controllable": true,
33073                        "default": "false",
33074                        "mutable": "null",
33075                        "readable": true,
33076                        "type": "gboolean",
33077                        "writable": true
33078                    },
33079                    "ilv-s": {
33080                        "blurb": "Input level visibility Side",
33081                        "conditionally-available": false,
33082                        "construct": true,
33083                        "construct-only": false,
33084                        "controllable": true,
33085                        "default": "false",
33086                        "mutable": "null",
33087                        "readable": true,
33088                        "type": "gboolean",
33089                        "writable": true
33090                    },
33091                    "kn-m": {
33092                        "blurb": "Knee Mid",
33093                        "conditionally-available": false,
33094                        "construct": true,
33095                        "construct-only": false,
33096                        "controllable": true,
33097                        "default": "0.50118",
33098                        "max": "1",
33099                        "min": "0.0631",
33100                        "mutable": "null",
33101                        "readable": true,
33102                        "type": "gfloat",
33103                        "writable": true
33104                    },
33105                    "kn-s": {
33106                        "blurb": "Knee Side",
33107                        "conditionally-available": false,
33108                        "construct": true,
33109                        "construct-only": false,
33110                        "controllable": true,
33111                        "default": "0.50118",
33112                        "max": "1",
33113                        "min": "0.0631",
33114                        "mutable": "null",
33115                        "readable": true,
33116                        "type": "gfloat",
33117                        "writable": true
33118                    },
33119                    "mk-m": {
33120                        "blurb": "Makeup gain Mid",
33121                        "conditionally-available": false,
33122                        "construct": true,
33123                        "construct-only": false,
33124                        "controllable": true,
33125                        "default": "1",
33126                        "max": "1000",
33127                        "min": "0.001",
33128                        "mutable": "null",
33129                        "readable": true,
33130                        "type": "gfloat",
33131                        "writable": true
33132                    },
33133                    "mk-s": {
33134                        "blurb": "Makeup gain Side",
33135                        "conditionally-available": false,
33136                        "construct": true,
33137                        "construct-only": false,
33138                        "controllable": true,
33139                        "default": "1",
33140                        "max": "1000",
33141                        "min": "0.001",
33142                        "mutable": "null",
33143                        "readable": true,
33144                        "type": "gfloat",
33145                        "writable": true
33146                    },
33147                    "msl": {
33148                        "blurb": "Mid/Side listen",
33149                        "conditionally-available": false,
33150                        "construct": true,
33151                        "construct-only": false,
33152                        "controllable": true,
33153                        "default": "false",
33154                        "mutable": "null",
33155                        "readable": true,
33156                        "type": "gboolean",
33157                        "writable": true
33158                    },
33159                    "olm-m": {
33160                        "blurb": "Output level meter Mid",
33161                        "conditionally-available": false,
33162                        "construct": false,
33163                        "construct-only": false,
33164                        "controllable": true,
33165                        "default": "0",
33166                        "max": "3.98107",
33167                        "min": "0",
33168                        "mutable": "null",
33169                        "readable": true,
33170                        "type": "gfloat",
33171                        "writable": false
33172                    },
33173                    "olm-s": {
33174                        "blurb": "Output level meter Side",
33175                        "conditionally-available": false,
33176                        "construct": false,
33177                        "construct-only": false,
33178                        "controllable": true,
33179                        "default": "0",
33180                        "max": "3.98107",
33181                        "min": "0",
33182                        "mutable": "null",
33183                        "readable": true,
33184                        "type": "gfloat",
33185                        "writable": false
33186                    },
33187                    "olv-m": {
33188                        "blurb": "Output level visibility Mid",
33189                        "conditionally-available": false,
33190                        "construct": true,
33191                        "construct-only": false,
33192                        "controllable": true,
33193                        "default": "false",
33194                        "mutable": "null",
33195                        "readable": true,
33196                        "type": "gboolean",
33197                        "writable": true
33198                    },
33199                    "olv-s": {
33200                        "blurb": "Output level visibility Side",
33201                        "conditionally-available": false,
33202                        "construct": true,
33203                        "construct-only": false,
33204                        "controllable": true,
33205                        "default": "false",
33206                        "mutable": "null",
33207                        "readable": true,
33208                        "type": "gboolean",
33209                        "writable": true
33210                    },
33211                    "out-latency": {
33212                        "blurb": "Latency OUT",
33213                        "conditionally-available": false,
33214                        "construct": false,
33215                        "construct-only": false,
33216                        "controllable": true,
33217                        "default": "0",
33218                        "max": "192000",
33219                        "min": "0",
33220                        "mutable": "null",
33221                        "readable": true,
33222                        "type": "gint",
33223                        "writable": false
33224                    },
33225                    "pause": {
33226                        "blurb": "Pause graph analysis",
33227                        "conditionally-available": false,
33228                        "construct": true,
33229                        "construct-only": false,
33230                        "controllable": true,
33231                        "default": "false",
33232                        "mutable": "null",
33233                        "readable": true,
33234                        "type": "gboolean",
33235                        "writable": true
33236                    },
33237                    "rl-m": {
33238                        "blurb": "Release level Mid",
33239                        "conditionally-available": false,
33240                        "construct": false,
33241                        "construct-only": false,
33242                        "controllable": true,
33243                        "default": "0",
33244                        "max": "20",
33245                        "min": "0",
33246                        "mutable": "null",
33247                        "readable": true,
33248                        "type": "gfloat",
33249                        "writable": false
33250                    },
33251                    "rl-s": {
33252                        "blurb": "Release level Side",
33253                        "conditionally-available": false,
33254                        "construct": false,
33255                        "construct-only": false,
33256                        "controllable": true,
33257                        "default": "0",
33258                        "max": "20",
33259                        "min": "0",
33260                        "mutable": "null",
33261                        "readable": true,
33262                        "type": "gfloat",
33263                        "writable": false
33264                    },
33265                    "rlm-m": {
33266                        "blurb": "Reduction level meter Mid",
33267                        "conditionally-available": false,
33268                        "construct": false,
33269                        "construct-only": false,
33270                        "controllable": true,
33271                        "default": "0",
33272                        "max": "251.189",
33273                        "min": "0",
33274                        "mutable": "null",
33275                        "readable": true,
33276                        "type": "gfloat",
33277                        "writable": false
33278                    },
33279                    "rlm-s": {
33280                        "blurb": "Reduction level meter Side",
33281                        "conditionally-available": false,
33282                        "construct": false,
33283                        "construct-only": false,
33284                        "controllable": true,
33285                        "default": "0",
33286                        "max": "251.189",
33287                        "min": "0",
33288                        "mutable": "null",
33289                        "readable": true,
33290                        "type": "gfloat",
33291                        "writable": false
33292                    },
33293                    "rrl-m": {
33294                        "blurb": "Relative release level Mid",
33295                        "conditionally-available": false,
33296                        "construct": true,
33297                        "construct-only": false,
33298                        "controllable": true,
33299                        "default": "0",
33300                        "max": "1",
33301                        "min": "0",
33302                        "mutable": "null",
33303                        "readable": true,
33304                        "type": "gfloat",
33305                        "writable": true
33306                    },
33307                    "rrl-s": {
33308                        "blurb": "Relative release level Side",
33309                        "conditionally-available": false,
33310                        "construct": true,
33311                        "construct-only": false,
33312                        "controllable": true,
33313                        "default": "0",
33314                        "max": "1",
33315                        "min": "0",
33316                        "mutable": "null",
33317                        "readable": true,
33318                        "type": "gfloat",
33319                        "writable": true
33320                    },
33321                    "rt-m": {
33322                        "blurb": "Release time Mid",
33323                        "conditionally-available": false,
33324                        "construct": true,
33325                        "construct-only": false,
33326                        "controllable": true,
33327                        "default": "100",
33328                        "max": "5000",
33329                        "min": "0",
33330                        "mutable": "null",
33331                        "readable": true,
33332                        "type": "gfloat",
33333                        "writable": true
33334                    },
33335                    "rt-s": {
33336                        "blurb": "Release time Side",
33337                        "conditionally-available": false,
33338                        "construct": true,
33339                        "construct-only": false,
33340                        "controllable": true,
33341                        "default": "100",
33342                        "max": "5000",
33343                        "min": "0",
33344                        "mutable": "null",
33345                        "readable": true,
33346                        "type": "gfloat",
33347                        "writable": true
33348                    },
33349                    "scl-m": {
33350                        "blurb": "Sidechain listen Mid",
33351                        "conditionally-available": false,
33352                        "construct": true,
33353                        "construct-only": false,
33354                        "controllable": true,
33355                        "default": "false",
33356                        "mutable": "null",
33357                        "readable": true,
33358                        "type": "gboolean",
33359                        "writable": true
33360                    },
33361                    "scl-s": {
33362                        "blurb": "Sidechain listen Side",
33363                        "conditionally-available": false,
33364                        "construct": true,
33365                        "construct-only": false,
33366                        "controllable": true,
33367                        "default": "false",
33368                        "mutable": "null",
33369                        "readable": true,
33370                        "type": "gboolean",
33371                        "writable": true
33372                    },
33373                    "scm-m": {
33374                        "blurb": "Sidechain mode Mid",
33375                        "conditionally-available": false,
33376                        "construct": true,
33377                        "construct-only": false,
33378                        "controllable": true,
33379                        "default": "RMS (1)",
33380                        "mutable": "null",
33381                        "readable": true,
33382                        "type": "lsp-plug-in-plugins-lv2-compressor-msscm-m",
33383                        "writable": true
33384                    },
33385                    "scm-s": {
33386                        "blurb": "Sidechain mode Side",
33387                        "conditionally-available": false,
33388                        "construct": true,
33389                        "construct-only": false,
33390                        "controllable": true,
33391                        "default": "RMS (1)",
33392                        "mutable": "null",
33393                        "readable": true,
33394                        "type": "lsp-plug-in-plugins-lv2-compressor-msscm-s",
33395                        "writable": true
33396                    },
33397                    "scp-m": {
33398                        "blurb": "Sidechain preamp Mid",
33399                        "conditionally-available": false,
33400                        "construct": true,
33401                        "construct-only": false,
33402                        "controllable": true,
33403                        "default": "1",
33404                        "max": "100",
33405                        "min": "0",
33406                        "mutable": "null",
33407                        "readable": true,
33408                        "type": "gfloat",
33409                        "writable": true
33410                    },
33411                    "scp-s": {
33412                        "blurb": "Sidechain preamp Side",
33413                        "conditionally-available": false,
33414                        "construct": true,
33415                        "construct-only": false,
33416                        "controllable": true,
33417                        "default": "1",
33418                        "max": "100",
33419                        "min": "0",
33420                        "mutable": "null",
33421                        "readable": true,
33422                        "type": "gfloat",
33423                        "writable": true
33424                    },
33425                    "scr-m": {
33426                        "blurb": "Sidechain reactivity Mid",
33427                        "conditionally-available": false,
33428                        "construct": true,
33429                        "construct-only": false,
33430                        "controllable": true,
33431                        "default": "10",
33432                        "max": "250",
33433                        "min": "0",
33434                        "mutable": "null",
33435                        "readable": true,
33436                        "type": "gfloat",
33437                        "writable": true
33438                    },
33439                    "scr-s": {
33440                        "blurb": "Sidechain reactivity Side",
33441                        "conditionally-available": false,
33442                        "construct": true,
33443                        "construct-only": false,
33444                        "controllable": true,
33445                        "default": "10",
33446                        "max": "250",
33447                        "min": "0",
33448                        "mutable": "null",
33449                        "readable": true,
33450                        "type": "gfloat",
33451                        "writable": true
33452                    },
33453                    "scs-m": {
33454                        "blurb": "Sidechain source Mid",
33455                        "conditionally-available": false,
33456                        "construct": true,
33457                        "construct-only": false,
33458                        "controllable": true,
33459                        "default": "Middle (0)",
33460                        "mutable": "null",
33461                        "readable": true,
33462                        "type": "lsp-plug-in-plugins-lv2-compressor-msscs-m",
33463                        "writable": true
33464                    },
33465                    "scs-s": {
33466                        "blurb": "Sidechain source Side",
33467                        "conditionally-available": false,
33468                        "construct": true,
33469                        "construct-only": false,
33470                        "controllable": true,
33471                        "default": "Middle (0)",
33472                        "mutable": "null",
33473                        "readable": true,
33474                        "type": "lsp-plug-in-plugins-lv2-compressor-msscs-s",
33475                        "writable": true
33476                    },
33477                    "sct-m": {
33478                        "blurb": "Sidechain type Mid",
33479                        "conditionally-available": false,
33480                        "construct": true,
33481                        "construct-only": false,
33482                        "controllable": true,
33483                        "default": "Feed-forward (0)",
33484                        "mutable": "null",
33485                        "readable": true,
33486                        "type": "lsp-plug-in-plugins-lv2-compressor-mssct-m",
33487                        "writable": true
33488                    },
33489                    "sct-s": {
33490                        "blurb": "Sidechain type Side",
33491                        "conditionally-available": false,
33492                        "construct": true,
33493                        "construct-only": false,
33494                        "controllable": true,
33495                        "default": "Feed-forward (0)",
33496                        "mutable": "null",
33497                        "readable": true,
33498                        "type": "lsp-plug-in-plugins-lv2-compressor-mssct-s",
33499                        "writable": true
33500                    },
33501                    "sla-m": {
33502                        "blurb": "Sidechain lookahead Mid",
33503                        "conditionally-available": false,
33504                        "construct": true,
33505                        "construct-only": false,
33506                        "controllable": true,
33507                        "default": "0",
33508                        "max": "20",
33509                        "min": "0",
33510                        "mutable": "null",
33511                        "readable": true,
33512                        "type": "gfloat",
33513                        "writable": true
33514                    },
33515                    "sla-s": {
33516                        "blurb": "Sidechain lookahead Side",
33517                        "conditionally-available": false,
33518                        "construct": true,
33519                        "construct-only": false,
33520                        "controllable": true,
33521                        "default": "0",
33522                        "max": "20",
33523                        "min": "0",
33524                        "mutable": "null",
33525                        "readable": true,
33526                        "type": "gfloat",
33527                        "writable": true
33528                    },
33529                    "slm-m": {
33530                        "blurb": "Sidechain level meter Mid",
33531                        "conditionally-available": false,
33532                        "construct": false,
33533                        "construct-only": false,
33534                        "controllable": true,
33535                        "default": "0",
33536                        "max": "15.8489",
33537                        "min": "0",
33538                        "mutable": "null",
33539                        "readable": true,
33540                        "type": "gfloat",
33541                        "writable": false
33542                    },
33543                    "slm-s": {
33544                        "blurb": "Sidechain level meter Side",
33545                        "conditionally-available": false,
33546                        "construct": false,
33547                        "construct-only": false,
33548                        "controllable": true,
33549                        "default": "0",
33550                        "max": "15.8489",
33551                        "min": "0",
33552                        "mutable": "null",
33553                        "readable": true,
33554                        "type": "gfloat",
33555                        "writable": false
33556                    },
33557                    "slv-m": {
33558                        "blurb": "Sidechain level visibility Mid",
33559                        "conditionally-available": false,
33560                        "construct": true,
33561                        "construct-only": false,
33562                        "controllable": true,
33563                        "default": "false",
33564                        "mutable": "null",
33565                        "readable": true,
33566                        "type": "gboolean",
33567                        "writable": true
33568                    },
33569                    "slv-s": {
33570                        "blurb": "Sidechain level visibility Side",
33571                        "conditionally-available": false,
33572                        "construct": true,
33573                        "construct-only": false,
33574                        "controllable": true,
33575                        "default": "false",
33576                        "mutable": "null",
33577                        "readable": true,
33578                        "type": "gboolean",
33579                        "writable": true
33580                    }
33581                },
33582                "rank": "none"
33583            },
33584            "lsp-plug-in-plugins-lv2-compressor-stereo": {
33585                "author": "LSP LV2",
33586                "description": "LSP Compressor Stereo",
33587                "hierarchy": [
33588                    "lsp-plug-in-plugins-lv2-compressor-stereo",
33589                    "GstAudioFilter",
33590                    "GstBaseTransform",
33591                    "GstElement",
33592                    "GstObject",
33593                    "GInitiallyUnowned",
33594                    "GObject"
33595                ],
33596                "interfaces": [
33597                    "GstPreset"
33598                ],
33599                "klass": "Filter/Effect/Audio/LV2/Compressor",
33600                "long-name": "LSP Compressor Stereo",
33601                "pad-templates": {
33602                    "sink": {
33603                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
33604                        "direction": "sink",
33605                        "presence": "always"
33606                    },
33607                    "src": {
33608                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
33609                        "direction": "src",
33610                        "presence": "always"
33611                    }
33612                },
33613                "properties": {
33614                    "al": {
33615                        "blurb": "Attack level",
33616                        "conditionally-available": false,
33617                        "construct": true,
33618                        "construct-only": false,
33619                        "controllable": true,
33620                        "default": "0.25119",
33621                        "max": "1",
33622                        "min": "0.001",
33623                        "mutable": "null",
33624                        "readable": true,
33625                        "type": "gfloat",
33626                        "writable": true
33627                    },
33628                    "at": {
33629                        "blurb": "Attack time",
33630                        "conditionally-available": false,
33631                        "construct": true,
33632                        "construct-only": false,
33633                        "controllable": true,
33634                        "default": "20",
33635                        "max": "2000",
33636                        "min": "0",
33637                        "mutable": "null",
33638                        "readable": true,
33639                        "type": "gfloat",
33640                        "writable": true
33641                    },
33642                    "bypass": {
33643                        "blurb": "Bypass",
33644                        "conditionally-available": false,
33645                        "construct": true,
33646                        "construct-only": false,
33647                        "controllable": true,
33648                        "default": "false",
33649                        "mutable": "null",
33650                        "readable": true,
33651                        "type": "gboolean",
33652                        "writable": true
33653                    },
33654                    "cdr": {
33655                        "blurb": "Dry gain",
33656                        "conditionally-available": false,
33657                        "construct": true,
33658                        "construct-only": false,
33659                        "controllable": true,
33660                        "default": "0",
33661                        "max": "10",
33662                        "min": "0",
33663                        "mutable": "null",
33664                        "readable": true,
33665                        "type": "gfloat",
33666                        "writable": true
33667                    },
33668                    "clear": {
33669                        "blurb": "Clear graph analysis",
33670                        "conditionally-available": false,
33671                        "construct": true,
33672                        "construct-only": false,
33673                        "controllable": true,
33674                        "default": "false",
33675                        "mutable": "null",
33676                        "readable": true,
33677                        "type": "gboolean",
33678                        "writable": true
33679                    },
33680                    "clm": {
33681                        "blurb": "Curve level meter",
33682                        "conditionally-available": false,
33683                        "construct": false,
33684                        "construct-only": false,
33685                        "controllable": true,
33686                        "default": "0",
33687                        "max": "15.8489",
33688                        "min": "0",
33689                        "mutable": "null",
33690                        "readable": true,
33691                        "type": "gfloat",
33692                        "writable": false
33693                    },
33694                    "cm": {
33695                        "blurb": "Compression mode",
33696                        "conditionally-available": false,
33697                        "construct": true,
33698                        "construct-only": false,
33699                        "controllable": true,
33700                        "default": "Downward (0)",
33701                        "mutable": "null",
33702                        "readable": true,
33703                        "type": "lsp-plug-in-plugins-lv2-compressor-stereocm",
33704                        "writable": true
33705                    },
33706                    "cr": {
33707                        "blurb": "Ratio",
33708                        "conditionally-available": false,
33709                        "construct": true,
33710                        "construct-only": false,
33711                        "controllable": true,
33712                        "default": "4",
33713                        "max": "100",
33714                        "min": "1",
33715                        "mutable": "null",
33716                        "readable": true,
33717                        "type": "gfloat",
33718                        "writable": true
33719                    },
33720                    "cwt": {
33721                        "blurb": "Wet gain",
33722                        "conditionally-available": false,
33723                        "construct": true,
33724                        "construct-only": false,
33725                        "controllable": true,
33726                        "default": "1",
33727                        "max": "10",
33728                        "min": "0",
33729                        "mutable": "null",
33730                        "readable": true,
33731                        "type": "gfloat",
33732                        "writable": true
33733                    },
33734                    "elm": {
33735                        "blurb": "Envelope level meter",
33736                        "conditionally-available": false,
33737                        "construct": false,
33738                        "construct-only": false,
33739                        "controllable": true,
33740                        "default": "0",
33741                        "max": "15.8489",
33742                        "min": "0",
33743                        "mutable": "null",
33744                        "readable": true,
33745                        "type": "gfloat",
33746                        "writable": false
33747                    },
33748                    "elv": {
33749                        "blurb": "Envelope level visibility",
33750                        "conditionally-available": false,
33751                        "construct": true,
33752                        "construct-only": false,
33753                        "controllable": true,
33754                        "default": "false",
33755                        "mutable": "null",
33756                        "readable": true,
33757                        "type": "gboolean",
33758                        "writable": true
33759                    },
33760                    "g-in": {
33761                        "blurb": "Input gain",
33762                        "conditionally-available": false,
33763                        "construct": true,
33764                        "construct-only": false,
33765                        "controllable": true,
33766                        "default": "1",
33767                        "max": "10",
33768                        "min": "0",
33769                        "mutable": "null",
33770                        "readable": true,
33771                        "type": "gfloat",
33772                        "writable": true
33773                    },
33774                    "g-out": {
33775                        "blurb": "Output gain",
33776                        "conditionally-available": false,
33777                        "construct": true,
33778                        "construct-only": false,
33779                        "controllable": true,
33780                        "default": "1",
33781                        "max": "10",
33782                        "min": "0",
33783                        "mutable": "null",
33784                        "readable": true,
33785                        "type": "gfloat",
33786                        "writable": true
33787                    },
33788                    "grv": {
33789                        "blurb": "Gain reduction visibility",
33790                        "conditionally-available": false,
33791                        "construct": true,
33792                        "construct-only": false,
33793                        "controllable": true,
33794                        "default": "false",
33795                        "mutable": "null",
33796                        "readable": true,
33797                        "type": "gboolean",
33798                        "writable": true
33799                    },
33800                    "ilm-l": {
33801                        "blurb": "Input level meter Left",
33802                        "conditionally-available": false,
33803                        "construct": false,
33804                        "construct-only": false,
33805                        "controllable": true,
33806                        "default": "0",
33807                        "max": "3.98107",
33808                        "min": "0",
33809                        "mutable": "null",
33810                        "readable": true,
33811                        "type": "gfloat",
33812                        "writable": false
33813                    },
33814                    "ilm-r": {
33815                        "blurb": "Input level meter Right",
33816                        "conditionally-available": false,
33817                        "construct": false,
33818                        "construct-only": false,
33819                        "controllable": true,
33820                        "default": "0",
33821                        "max": "3.98107",
33822                        "min": "0",
33823                        "mutable": "null",
33824                        "readable": true,
33825                        "type": "gfloat",
33826                        "writable": false
33827                    },
33828                    "ilv-l": {
33829                        "blurb": "Input level visibility Left",
33830                        "conditionally-available": false,
33831                        "construct": true,
33832                        "construct-only": false,
33833                        "controllable": true,
33834                        "default": "false",
33835                        "mutable": "null",
33836                        "readable": true,
33837                        "type": "gboolean",
33838                        "writable": true
33839                    },
33840                    "ilv-r": {
33841                        "blurb": "Input level visibility Right",
33842                        "conditionally-available": false,
33843                        "construct": true,
33844                        "construct-only": false,
33845                        "controllable": true,
33846                        "default": "false",
33847                        "mutable": "null",
33848                        "readable": true,
33849                        "type": "gboolean",
33850                        "writable": true
33851                    },
33852                    "kn": {
33853                        "blurb": "Knee",
33854                        "conditionally-available": false,
33855                        "construct": true,
33856                        "construct-only": false,
33857                        "controllable": true,
33858                        "default": "0.50118",
33859                        "max": "1",
33860                        "min": "0.0631",
33861                        "mutable": "null",
33862                        "readable": true,
33863                        "type": "gfloat",
33864                        "writable": true
33865                    },
33866                    "mk": {
33867                        "blurb": "Makeup gain",
33868                        "conditionally-available": false,
33869                        "construct": true,
33870                        "construct-only": false,
33871                        "controllable": true,
33872                        "default": "1",
33873                        "max": "1000",
33874                        "min": "0.001",
33875                        "mutable": "null",
33876                        "readable": true,
33877                        "type": "gfloat",
33878                        "writable": true
33879                    },
33880                    "olm-l": {
33881                        "blurb": "Output level meter Left",
33882                        "conditionally-available": false,
33883                        "construct": false,
33884                        "construct-only": false,
33885                        "controllable": true,
33886                        "default": "0",
33887                        "max": "3.98107",
33888                        "min": "0",
33889                        "mutable": "null",
33890                        "readable": true,
33891                        "type": "gfloat",
33892                        "writable": false
33893                    },
33894                    "olm-r": {
33895                        "blurb": "Output level meter Right",
33896                        "conditionally-available": false,
33897                        "construct": false,
33898                        "construct-only": false,
33899                        "controllable": true,
33900                        "default": "0",
33901                        "max": "3.98107",
33902                        "min": "0",
33903                        "mutable": "null",
33904                        "readable": true,
33905                        "type": "gfloat",
33906                        "writable": false
33907                    },
33908                    "olv-l": {
33909                        "blurb": "Output level visibility Left",
33910                        "conditionally-available": false,
33911                        "construct": true,
33912                        "construct-only": false,
33913                        "controllable": true,
33914                        "default": "false",
33915                        "mutable": "null",
33916                        "readable": true,
33917                        "type": "gboolean",
33918                        "writable": true
33919                    },
33920                    "olv-r": {
33921                        "blurb": "Output level visibility Right",
33922                        "conditionally-available": false,
33923                        "construct": true,
33924                        "construct-only": false,
33925                        "controllable": true,
33926                        "default": "false",
33927                        "mutable": "null",
33928                        "readable": true,
33929                        "type": "gboolean",
33930                        "writable": true
33931                    },
33932                    "out-latency": {
33933                        "blurb": "Latency OUT",
33934                        "conditionally-available": false,
33935                        "construct": false,
33936                        "construct-only": false,
33937                        "controllable": true,
33938                        "default": "0",
33939                        "max": "192000",
33940                        "min": "0",
33941                        "mutable": "null",
33942                        "readable": true,
33943                        "type": "gint",
33944                        "writable": false
33945                    },
33946                    "pause": {
33947                        "blurb": "Pause graph analysis",
33948                        "conditionally-available": false,
33949                        "construct": true,
33950                        "construct-only": false,
33951                        "controllable": true,
33952                        "default": "false",
33953                        "mutable": "null",
33954                        "readable": true,
33955                        "type": "gboolean",
33956                        "writable": true
33957                    },
33958                    "rl": {
33959                        "blurb": "Release level",
33960                        "conditionally-available": false,
33961                        "construct": false,
33962                        "construct-only": false,
33963                        "controllable": true,
33964                        "default": "0",
33965                        "max": "20",
33966                        "min": "0",
33967                        "mutable": "null",
33968                        "readable": true,
33969                        "type": "gfloat",
33970                        "writable": false
33971                    },
33972                    "rlm": {
33973                        "blurb": "Reduction level meter",
33974                        "conditionally-available": false,
33975                        "construct": false,
33976                        "construct-only": false,
33977                        "controllable": true,
33978                        "default": "0",
33979                        "max": "251.189",
33980                        "min": "0",
33981                        "mutable": "null",
33982                        "readable": true,
33983                        "type": "gfloat",
33984                        "writable": false
33985                    },
33986                    "rrl": {
33987                        "blurb": "Relative release level",
33988                        "conditionally-available": false,
33989                        "construct": true,
33990                        "construct-only": false,
33991                        "controllable": true,
33992                        "default": "0",
33993                        "max": "1",
33994                        "min": "0",
33995                        "mutable": "null",
33996                        "readable": true,
33997                        "type": "gfloat",
33998                        "writable": true
33999                    },
34000                    "rt": {
34001                        "blurb": "Release time",
34002                        "conditionally-available": false,
34003                        "construct": true,
34004                        "construct-only": false,
34005                        "controllable": true,
34006                        "default": "100",
34007                        "max": "5000",
34008                        "min": "0",
34009                        "mutable": "null",
34010                        "readable": true,
34011                        "type": "gfloat",
34012                        "writable": true
34013                    },
34014                    "scl": {
34015                        "blurb": "Sidechain listen",
34016                        "conditionally-available": false,
34017                        "construct": true,
34018                        "construct-only": false,
34019                        "controllable": true,
34020                        "default": "false",
34021                        "mutable": "null",
34022                        "readable": true,
34023                        "type": "gboolean",
34024                        "writable": true
34025                    },
34026                    "scm": {
34027                        "blurb": "Sidechain mode",
34028                        "conditionally-available": false,
34029                        "construct": true,
34030                        "construct-only": false,
34031                        "controllable": true,
34032                        "default": "RMS (1)",
34033                        "mutable": "null",
34034                        "readable": true,
34035                        "type": "lsp-plug-in-plugins-lv2-compressor-stereoscm",
34036                        "writable": true
34037                    },
34038                    "scp": {
34039                        "blurb": "Sidechain preamp",
34040                        "conditionally-available": false,
34041                        "construct": true,
34042                        "construct-only": false,
34043                        "controllable": true,
34044                        "default": "1",
34045                        "max": "100",
34046                        "min": "0",
34047                        "mutable": "null",
34048                        "readable": true,
34049                        "type": "gfloat",
34050                        "writable": true
34051                    },
34052                    "scr": {
34053                        "blurb": "Sidechain reactivity",
34054                        "conditionally-available": false,
34055                        "construct": true,
34056                        "construct-only": false,
34057                        "controllable": true,
34058                        "default": "10",
34059                        "max": "250",
34060                        "min": "0",
34061                        "mutable": "null",
34062                        "readable": true,
34063                        "type": "gfloat",
34064                        "writable": true
34065                    },
34066                    "scs": {
34067                        "blurb": "Sidechain source",
34068                        "conditionally-available": false,
34069                        "construct": true,
34070                        "construct-only": false,
34071                        "controllable": true,
34072                        "default": "Middle (0)",
34073                        "mutable": "null",
34074                        "readable": true,
34075                        "type": "lsp-plug-in-plugins-lv2-compressor-stereoscs",
34076                        "writable": true
34077                    },
34078                    "sct": {
34079                        "blurb": "Sidechain type",
34080                        "conditionally-available": false,
34081                        "construct": true,
34082                        "construct-only": false,
34083                        "controllable": true,
34084                        "default": "Feed-forward (0)",
34085                        "mutable": "null",
34086                        "readable": true,
34087                        "type": "lsp-plug-in-plugins-lv2-compressor-stereosct",
34088                        "writable": true
34089                    },
34090                    "sla": {
34091                        "blurb": "Sidechain lookahead",
34092                        "conditionally-available": false,
34093                        "construct": true,
34094                        "construct-only": false,
34095                        "controllable": true,
34096                        "default": "0",
34097                        "max": "20",
34098                        "min": "0",
34099                        "mutable": "null",
34100                        "readable": true,
34101                        "type": "gfloat",
34102                        "writable": true
34103                    },
34104                    "slm": {
34105                        "blurb": "Sidechain level meter",
34106                        "conditionally-available": false,
34107                        "construct": false,
34108                        "construct-only": false,
34109                        "controllable": true,
34110                        "default": "0",
34111                        "max": "15.8489",
34112                        "min": "0",
34113                        "mutable": "null",
34114                        "readable": true,
34115                        "type": "gfloat",
34116                        "writable": false
34117                    },
34118                    "slv": {
34119                        "blurb": "Sidechain level visibility",
34120                        "conditionally-available": false,
34121                        "construct": true,
34122                        "construct-only": false,
34123                        "controllable": true,
34124                        "default": "false",
34125                        "mutable": "null",
34126                        "readable": true,
34127                        "type": "gboolean",
34128                        "writable": true
34129                    }
34130                },
34131                "rank": "none"
34132            },
34133            "lsp-plug-in-plugins-lv2-dyna-processor-lr": {
34134                "author": "LSP LV2",
34135                "description": "LSP Dynamic Processor LeftRight",
34136                "hierarchy": [
34137                    "lsp-plug-in-plugins-lv2-dyna-processor-lr",
34138                    "GstAudioFilter",
34139                    "GstBaseTransform",
34140                    "GstElement",
34141                    "GstObject",
34142                    "GInitiallyUnowned",
34143                    "GObject"
34144                ],
34145                "interfaces": [
34146                    "GstPreset"
34147                ],
34148                "klass": "Filter/Effect/Audio/LV2/Dynamics",
34149                "long-name": "LSP Dynamic Processor LeftRight",
34150                "pad-templates": {
34151                    "sink": {
34152                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
34153                        "direction": "sink",
34154                        "presence": "always"
34155                    },
34156                    "src": {
34157                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
34158                        "direction": "src",
34159                        "presence": "always"
34160                    }
34161                },
34162                "properties": {
34163                    "ae0-l": {
34164                        "blurb": "Attack enable 0 Left",
34165                        "conditionally-available": false,
34166                        "construct": true,
34167                        "construct-only": false,
34168                        "controllable": true,
34169                        "default": "false",
34170                        "mutable": "null",
34171                        "readable": true,
34172                        "type": "gboolean",
34173                        "writable": true
34174                    },
34175                    "ae0-r": {
34176                        "blurb": "Attack enable 0 Right",
34177                        "conditionally-available": false,
34178                        "construct": true,
34179                        "construct-only": false,
34180                        "controllable": true,
34181                        "default": "false",
34182                        "mutable": "null",
34183                        "readable": true,
34184                        "type": "gboolean",
34185                        "writable": true
34186                    },
34187                    "ae1-l": {
34188                        "blurb": "Attack enable 1 Left",
34189                        "conditionally-available": false,
34190                        "construct": true,
34191                        "construct-only": false,
34192                        "controllable": true,
34193                        "default": "false",
34194                        "mutable": "null",
34195                        "readable": true,
34196                        "type": "gboolean",
34197                        "writable": true
34198                    },
34199                    "ae1-r": {
34200                        "blurb": "Attack enable 1 Right",
34201                        "conditionally-available": false,
34202                        "construct": true,
34203                        "construct-only": false,
34204                        "controllable": true,
34205                        "default": "false",
34206                        "mutable": "null",
34207                        "readable": true,
34208                        "type": "gboolean",
34209                        "writable": true
34210                    },
34211                    "ae2-l": {
34212                        "blurb": "Attack enable 2 Left",
34213                        "conditionally-available": false,
34214                        "construct": true,
34215                        "construct-only": false,
34216                        "controllable": true,
34217                        "default": "false",
34218                        "mutable": "null",
34219                        "readable": true,
34220                        "type": "gboolean",
34221                        "writable": true
34222                    },
34223                    "ae2-r": {
34224                        "blurb": "Attack enable 2 Right",
34225                        "conditionally-available": false,
34226                        "construct": true,
34227                        "construct-only": false,
34228                        "controllable": true,
34229                        "default": "false",
34230                        "mutable": "null",
34231                        "readable": true,
34232                        "type": "gboolean",
34233                        "writable": true
34234                    },
34235                    "ae3-l": {
34236                        "blurb": "Attack enable 3 Left",
34237                        "conditionally-available": false,
34238                        "construct": true,
34239                        "construct-only": false,
34240                        "controllable": true,
34241                        "default": "false",
34242                        "mutable": "null",
34243                        "readable": true,
34244                        "type": "gboolean",
34245                        "writable": true
34246                    },
34247                    "ae3-r": {
34248                        "blurb": "Attack enable 3 Right",
34249                        "conditionally-available": false,
34250                        "construct": true,
34251                        "construct-only": false,
34252                        "controllable": true,
34253                        "default": "false",
34254                        "mutable": "null",
34255                        "readable": true,
34256                        "type": "gboolean",
34257                        "writable": true
34258                    },
34259                    "al0-l": {
34260                        "blurb": "Attack level 0 Left",
34261                        "conditionally-available": false,
34262                        "construct": true,
34263                        "construct-only": false,
34264                        "controllable": true,
34265                        "default": "0.25119",
34266                        "max": "15.8489",
34267                        "min": "0.00025",
34268                        "mutable": "null",
34269                        "readable": true,
34270                        "type": "gfloat",
34271                        "writable": true
34272                    },
34273                    "al0-r": {
34274                        "blurb": "Attack level 0 Right",
34275                        "conditionally-available": false,
34276                        "construct": true,
34277                        "construct-only": false,
34278                        "controllable": true,
34279                        "default": "0.25119",
34280                        "max": "15.8489",
34281                        "min": "0.00025",
34282                        "mutable": "null",
34283                        "readable": true,
34284                        "type": "gfloat",
34285                        "writable": true
34286                    },
34287                    "al1-l": {
34288                        "blurb": "Attack level 1 Left",
34289                        "conditionally-available": false,
34290                        "construct": true,
34291                        "construct-only": false,
34292                        "controllable": true,
34293                        "default": "0.0631",
34294                        "max": "15.8489",
34295                        "min": "0.00025",
34296                        "mutable": "null",
34297                        "readable": true,
34298                        "type": "gfloat",
34299                        "writable": true
34300                    },
34301                    "al1-r": {
34302                        "blurb": "Attack level 1 Right",
34303                        "conditionally-available": false,
34304                        "construct": true,
34305                        "construct-only": false,
34306                        "controllable": true,
34307                        "default": "0.0631",
34308                        "max": "15.8489",
34309                        "min": "0.00025",
34310                        "mutable": "null",
34311                        "readable": true,
34312                        "type": "gfloat",
34313                        "writable": true
34314                    },
34315                    "al2-l": {
34316                        "blurb": "Attack level 2 Left",
34317                        "conditionally-available": false,
34318                        "construct": true,
34319                        "construct-only": false,
34320                        "controllable": true,
34321                        "default": "0.01585",
34322                        "max": "15.8489",
34323                        "min": "0.00025",
34324                        "mutable": "null",
34325                        "readable": true,
34326                        "type": "gfloat",
34327                        "writable": true
34328                    },
34329                    "al2-r": {
34330                        "blurb": "Attack level 2 Right",
34331                        "conditionally-available": false,
34332                        "construct": true,
34333                        "construct-only": false,
34334                        "controllable": true,
34335                        "default": "0.01585",
34336                        "max": "15.8489",
34337                        "min": "0.00025",
34338                        "mutable": "null",
34339                        "readable": true,
34340                        "type": "gfloat",
34341                        "writable": true
34342                    },
34343                    "al3-l": {
34344                        "blurb": "Attack level 3 Left",
34345                        "conditionally-available": false,
34346                        "construct": true,
34347                        "construct-only": false,
34348                        "controllable": true,
34349                        "default": "0.00398",
34350                        "max": "15.8489",
34351                        "min": "0.00025",
34352                        "mutable": "null",
34353                        "readable": true,
34354                        "type": "gfloat",
34355                        "writable": true
34356                    },
34357                    "al3-r": {
34358                        "blurb": "Attack level 3 Right",
34359                        "conditionally-available": false,
34360                        "construct": true,
34361                        "construct-only": false,
34362                        "controllable": true,
34363                        "default": "0.00398",
34364                        "max": "15.8489",
34365                        "min": "0.00025",
34366                        "mutable": "null",
34367                        "readable": true,
34368                        "type": "gfloat",
34369                        "writable": true
34370                    },
34371                    "at0-l": {
34372                        "blurb": "Attack time 0 Left",
34373                        "conditionally-available": false,
34374                        "construct": true,
34375                        "construct-only": false,
34376                        "controllable": true,
34377                        "default": "20",
34378                        "max": "5000",
34379                        "min": "0",
34380                        "mutable": "null",
34381                        "readable": true,
34382                        "type": "gfloat",
34383                        "writable": true
34384                    },
34385                    "at0-r": {
34386                        "blurb": "Attack time 0 Right",
34387                        "conditionally-available": false,
34388                        "construct": true,
34389                        "construct-only": false,
34390                        "controllable": true,
34391                        "default": "20",
34392                        "max": "5000",
34393                        "min": "0",
34394                        "mutable": "null",
34395                        "readable": true,
34396                        "type": "gfloat",
34397                        "writable": true
34398                    },
34399                    "at1-l": {
34400                        "blurb": "Attack time 1 Left",
34401                        "conditionally-available": false,
34402                        "construct": true,
34403                        "construct-only": false,
34404                        "controllable": true,
34405                        "default": "20",
34406                        "max": "5000",
34407                        "min": "0",
34408                        "mutable": "null",
34409                        "readable": true,
34410                        "type": "gfloat",
34411                        "writable": true
34412                    },
34413                    "at1-r": {
34414                        "blurb": "Attack time 1 Right",
34415                        "conditionally-available": false,
34416                        "construct": true,
34417                        "construct-only": false,
34418                        "controllable": true,
34419                        "default": "20",
34420                        "max": "5000",
34421                        "min": "0",
34422                        "mutable": "null",
34423                        "readable": true,
34424                        "type": "gfloat",
34425                        "writable": true
34426                    },
34427                    "at2-l": {
34428                        "blurb": "Attack time 2 Left",
34429                        "conditionally-available": false,
34430                        "construct": true,
34431                        "construct-only": false,
34432                        "controllable": true,
34433                        "default": "20",
34434                        "max": "5000",
34435                        "min": "0",
34436                        "mutable": "null",
34437                        "readable": true,
34438                        "type": "gfloat",
34439                        "writable": true
34440                    },
34441                    "at2-r": {
34442                        "blurb": "Attack time 2 Right",
34443                        "conditionally-available": false,
34444                        "construct": true,
34445                        "construct-only": false,
34446                        "controllable": true,
34447                        "default": "20",
34448                        "max": "5000",
34449                        "min": "0",
34450                        "mutable": "null",
34451                        "readable": true,
34452                        "type": "gfloat",
34453                        "writable": true
34454                    },
34455                    "at3-l": {
34456                        "blurb": "Attack time 3 Left",
34457                        "conditionally-available": false,
34458                        "construct": true,
34459                        "construct-only": false,
34460                        "controllable": true,
34461                        "default": "20",
34462                        "max": "5000",
34463                        "min": "0",
34464                        "mutable": "null",
34465                        "readable": true,
34466                        "type": "gfloat",
34467                        "writable": true
34468                    },
34469                    "at3-r": {
34470                        "blurb": "Attack time 3 Right",
34471                        "conditionally-available": false,
34472                        "construct": true,
34473                        "construct-only": false,
34474                        "controllable": true,
34475                        "default": "20",
34476                        "max": "5000",
34477                        "min": "0",
34478                        "mutable": "null",
34479                        "readable": true,
34480                        "type": "gfloat",
34481                        "writable": true
34482                    },
34483                    "atd-l": {
34484                        "blurb": "Attack time default Left",
34485                        "conditionally-available": false,
34486                        "construct": true,
34487                        "construct-only": false,
34488                        "controllable": true,
34489                        "default": "20",
34490                        "max": "5000",
34491                        "min": "0",
34492                        "mutable": "null",
34493                        "readable": true,
34494                        "type": "gfloat",
34495                        "writable": true
34496                    },
34497                    "atd-r": {
34498                        "blurb": "Attack time default Right",
34499                        "conditionally-available": false,
34500                        "construct": true,
34501                        "construct-only": false,
34502                        "controllable": true,
34503                        "default": "20",
34504                        "max": "5000",
34505                        "min": "0",
34506                        "mutable": "null",
34507                        "readable": true,
34508                        "type": "gfloat",
34509                        "writable": true
34510                    },
34511                    "bypass": {
34512                        "blurb": "Bypass",
34513                        "conditionally-available": false,
34514                        "construct": true,
34515                        "construct-only": false,
34516                        "controllable": true,
34517                        "default": "false",
34518                        "mutable": "null",
34519                        "readable": true,
34520                        "type": "gboolean",
34521                        "writable": true
34522                    },
34523                    "cdr-l": {
34524                        "blurb": "Dry gain Left",
34525                        "conditionally-available": false,
34526                        "construct": true,
34527                        "construct-only": false,
34528                        "controllable": true,
34529                        "default": "0",
34530                        "max": "10",
34531                        "min": "0",
34532                        "mutable": "null",
34533                        "readable": true,
34534                        "type": "gfloat",
34535                        "writable": true
34536                    },
34537                    "cdr-r": {
34538                        "blurb": "Dry gain Right",
34539                        "conditionally-available": false,
34540                        "construct": true,
34541                        "construct-only": false,
34542                        "controllable": true,
34543                        "default": "0",
34544                        "max": "10",
34545                        "min": "0",
34546                        "mutable": "null",
34547                        "readable": true,
34548                        "type": "gfloat",
34549                        "writable": true
34550                    },
34551                    "clear": {
34552                        "blurb": "Clear graph analysis",
34553                        "conditionally-available": false,
34554                        "construct": true,
34555                        "construct-only": false,
34556                        "controllable": true,
34557                        "default": "false",
34558                        "mutable": "null",
34559                        "readable": true,
34560                        "type": "gboolean",
34561                        "writable": true
34562                    },
34563                    "clm-l": {
34564                        "blurb": "Curve level meter Left",
34565                        "conditionally-available": false,
34566                        "construct": false,
34567                        "construct-only": false,
34568                        "controllable": true,
34569                        "default": "0",
34570                        "max": "15.8489",
34571                        "min": "0",
34572                        "mutable": "null",
34573                        "readable": true,
34574                        "type": "gfloat",
34575                        "writable": false
34576                    },
34577                    "clm-r": {
34578                        "blurb": "Curve level meter Right",
34579                        "conditionally-available": false,
34580                        "construct": false,
34581                        "construct-only": false,
34582                        "controllable": true,
34583                        "default": "0",
34584                        "max": "15.8489",
34585                        "min": "0",
34586                        "mutable": "null",
34587                        "readable": true,
34588                        "type": "gfloat",
34589                        "writable": false
34590                    },
34591                    "cmv-l": {
34592                        "blurb": "Curve modelling visibility Left",
34593                        "conditionally-available": false,
34594                        "construct": true,
34595                        "construct-only": false,
34596                        "controllable": true,
34597                        "default": "false",
34598                        "mutable": "null",
34599                        "readable": true,
34600                        "type": "gboolean",
34601                        "writable": true
34602                    },
34603                    "cmv-r": {
34604                        "blurb": "Curve modelling visibility Right",
34605                        "conditionally-available": false,
34606                        "construct": true,
34607                        "construct-only": false,
34608                        "controllable": true,
34609                        "default": "false",
34610                        "mutable": "null",
34611                        "readable": true,
34612                        "type": "gboolean",
34613                        "writable": true
34614                    },
34615                    "cwt-l": {
34616                        "blurb": "Wet gain Left",
34617                        "conditionally-available": false,
34618                        "construct": true,
34619                        "construct-only": false,
34620                        "controllable": true,
34621                        "default": "1",
34622                        "max": "10",
34623                        "min": "0",
34624                        "mutable": "null",
34625                        "readable": true,
34626                        "type": "gfloat",
34627                        "writable": true
34628                    },
34629                    "cwt-r": {
34630                        "blurb": "Wet gain Right",
34631                        "conditionally-available": false,
34632                        "construct": true,
34633                        "construct-only": false,
34634                        "controllable": true,
34635                        "default": "1",
34636                        "max": "10",
34637                        "min": "0",
34638                        "mutable": "null",
34639                        "readable": true,
34640                        "type": "gfloat",
34641                        "writable": true
34642                    },
34643                    "elm-l": {
34644                        "blurb": "Envelope level meter Left",
34645                        "conditionally-available": false,
34646                        "construct": false,
34647                        "construct-only": false,
34648                        "controllable": true,
34649                        "default": "0",
34650                        "max": "15.8489",
34651                        "min": "0",
34652                        "mutable": "null",
34653                        "readable": true,
34654                        "type": "gfloat",
34655                        "writable": false
34656                    },
34657                    "elm-r": {
34658                        "blurb": "Envelope level meter Right",
34659                        "conditionally-available": false,
34660                        "construct": false,
34661                        "construct-only": false,
34662                        "controllable": true,
34663                        "default": "0",
34664                        "max": "15.8489",
34665                        "min": "0",
34666                        "mutable": "null",
34667                        "readable": true,
34668                        "type": "gfloat",
34669                        "writable": false
34670                    },
34671                    "elv-l": {
34672                        "blurb": "Envelope level visibility Left",
34673                        "conditionally-available": false,
34674                        "construct": true,
34675                        "construct-only": false,
34676                        "controllable": true,
34677                        "default": "false",
34678                        "mutable": "null",
34679                        "readable": true,
34680                        "type": "gboolean",
34681                        "writable": true
34682                    },
34683                    "elv-r": {
34684                        "blurb": "Envelope level visibility Right",
34685                        "conditionally-available": false,
34686                        "construct": true,
34687                        "construct-only": false,
34688                        "controllable": true,
34689                        "default": "false",
34690                        "mutable": "null",
34691                        "readable": true,
34692                        "type": "gboolean",
34693                        "writable": true
34694                    },
34695                    "g-in": {
34696                        "blurb": "Input gain",
34697                        "conditionally-available": false,
34698                        "construct": true,
34699                        "construct-only": false,
34700                        "controllable": true,
34701                        "default": "1",
34702                        "max": "10",
34703                        "min": "0",
34704                        "mutable": "null",
34705                        "readable": true,
34706                        "type": "gfloat",
34707                        "writable": true
34708                    },
34709                    "g-out": {
34710                        "blurb": "Output gain",
34711                        "conditionally-available": false,
34712                        "construct": true,
34713                        "construct-only": false,
34714                        "controllable": true,
34715                        "default": "1",
34716                        "max": "10",
34717                        "min": "0",
34718                        "mutable": "null",
34719                        "readable": true,
34720                        "type": "gfloat",
34721                        "writable": true
34722                    },
34723                    "gl0-l": {
34724                        "blurb": "Gain 0 Left",
34725                        "conditionally-available": false,
34726                        "construct": true,
34727                        "construct-only": false,
34728                        "controllable": true,
34729                        "default": "0.25119",
34730                        "max": "15.8489",
34731                        "min": "0.00025",
34732                        "mutable": "null",
34733                        "readable": true,
34734                        "type": "gfloat",
34735                        "writable": true
34736                    },
34737                    "gl0-r": {
34738                        "blurb": "Gain 0 Right",
34739                        "conditionally-available": false,
34740                        "construct": true,
34741                        "construct-only": false,
34742                        "controllable": true,
34743                        "default": "0.25119",
34744                        "max": "15.8489",
34745                        "min": "0.00025",
34746                        "mutable": "null",
34747                        "readable": true,
34748                        "type": "gfloat",
34749                        "writable": true
34750                    },
34751                    "gl1-l": {
34752                        "blurb": "Gain 1 Left",
34753                        "conditionally-available": false,
34754                        "construct": true,
34755                        "construct-only": false,
34756                        "controllable": true,
34757                        "default": "0.0631",
34758                        "max": "15.8489",
34759                        "min": "0.00025",
34760                        "mutable": "null",
34761                        "readable": true,
34762                        "type": "gfloat",
34763                        "writable": true
34764                    },
34765                    "gl1-r": {
34766                        "blurb": "Gain 1 Right",
34767                        "conditionally-available": false,
34768                        "construct": true,
34769                        "construct-only": false,
34770                        "controllable": true,
34771                        "default": "0.0631",
34772                        "max": "15.8489",
34773                        "min": "0.00025",
34774                        "mutable": "null",
34775                        "readable": true,
34776                        "type": "gfloat",
34777                        "writable": true
34778                    },
34779                    "gl2-l": {
34780                        "blurb": "Gain 2 Left",
34781                        "conditionally-available": false,
34782                        "construct": true,
34783                        "construct-only": false,
34784                        "controllable": true,
34785                        "default": "0.01585",
34786                        "max": "15.8489",
34787                        "min": "0.00025",
34788                        "mutable": "null",
34789                        "readable": true,
34790                        "type": "gfloat",
34791                        "writable": true
34792                    },
34793                    "gl2-r": {
34794                        "blurb": "Gain 2 Right",
34795                        "conditionally-available": false,
34796                        "construct": true,
34797                        "construct-only": false,
34798                        "controllable": true,
34799                        "default": "0.01585",
34800                        "max": "15.8489",
34801                        "min": "0.00025",
34802                        "mutable": "null",
34803                        "readable": true,
34804                        "type": "gfloat",
34805                        "writable": true
34806                    },
34807                    "gl3-l": {
34808                        "blurb": "Gain 3 Left",
34809                        "conditionally-available": false,
34810                        "construct": true,
34811                        "construct-only": false,
34812                        "controllable": true,
34813                        "default": "0.00398",
34814                        "max": "15.8489",
34815                        "min": "0.00025",
34816                        "mutable": "null",
34817                        "readable": true,
34818                        "type": "gfloat",
34819                        "writable": true
34820                    },
34821                    "gl3-r": {
34822                        "blurb": "Gain 3 Right",
34823                        "conditionally-available": false,
34824                        "construct": true,
34825                        "construct-only": false,
34826                        "controllable": true,
34827                        "default": "0.00398",
34828                        "max": "15.8489",
34829                        "min": "0.00025",
34830                        "mutable": "null",
34831                        "readable": true,
34832                        "type": "gfloat",
34833                        "writable": true
34834                    },
34835                    "grv-l": {
34836                        "blurb": "Gain reduction visibility Left",
34837                        "conditionally-available": false,
34838                        "construct": true,
34839                        "construct-only": false,
34840                        "controllable": true,
34841                        "default": "false",
34842                        "mutable": "null",
34843                        "readable": true,
34844                        "type": "gboolean",
34845                        "writable": true
34846                    },
34847                    "grv-r": {
34848                        "blurb": "Gain reduction visibility Right",
34849                        "conditionally-available": false,
34850                        "construct": true,
34851                        "construct-only": false,
34852                        "controllable": true,
34853                        "default": "false",
34854                        "mutable": "null",
34855                        "readable": true,
34856                        "type": "gboolean",
34857                        "writable": true
34858                    },
34859                    "hlr-l": {
34860                        "blurb": "High-level ratio Left",
34861                        "conditionally-available": false,
34862                        "construct": true,
34863                        "construct-only": false,
34864                        "controllable": true,
34865                        "default": "1",
34866                        "max": "100",
34867                        "min": "0.01",
34868                        "mutable": "null",
34869                        "readable": true,
34870                        "type": "gfloat",
34871                        "writable": true
34872                    },
34873                    "hlr-r": {
34874                        "blurb": "High-level ratio Right",
34875                        "conditionally-available": false,
34876                        "construct": true,
34877                        "construct-only": false,
34878                        "controllable": true,
34879                        "default": "1",
34880                        "max": "100",
34881                        "min": "0.01",
34882                        "mutable": "null",
34883                        "readable": true,
34884                        "type": "gfloat",
34885                        "writable": true
34886                    },
34887                    "ilm-l": {
34888                        "blurb": "Input level meter Left",
34889                        "conditionally-available": false,
34890                        "construct": false,
34891                        "construct-only": false,
34892                        "controllable": true,
34893                        "default": "0",
34894                        "max": "15.8489",
34895                        "min": "0",
34896                        "mutable": "null",
34897                        "readable": true,
34898                        "type": "gfloat",
34899                        "writable": false
34900                    },
34901                    "ilm-r": {
34902                        "blurb": "Input level meter Right",
34903                        "conditionally-available": false,
34904                        "construct": false,
34905                        "construct-only": false,
34906                        "controllable": true,
34907                        "default": "0",
34908                        "max": "15.8489",
34909                        "min": "0",
34910                        "mutable": "null",
34911                        "readable": true,
34912                        "type": "gfloat",
34913                        "writable": false
34914                    },
34915                    "ilv-l": {
34916                        "blurb": "Input level visibility Left",
34917                        "conditionally-available": false,
34918                        "construct": true,
34919                        "construct-only": false,
34920                        "controllable": true,
34921                        "default": "false",
34922                        "mutable": "null",
34923                        "readable": true,
34924                        "type": "gboolean",
34925                        "writable": true
34926                    },
34927                    "ilv-r": {
34928                        "blurb": "Input level visibility Right",
34929                        "conditionally-available": false,
34930                        "construct": true,
34931                        "construct-only": false,
34932                        "controllable": true,
34933                        "default": "false",
34934                        "mutable": "null",
34935                        "readable": true,
34936                        "type": "gboolean",
34937                        "writable": true
34938                    },
34939                    "kn0-l": {
34940                        "blurb": "Knee 0 Left",
34941                        "conditionally-available": false,
34942                        "construct": true,
34943                        "construct-only": false,
34944                        "controllable": true,
34945                        "default": "0.50118",
34946                        "max": "1",
34947                        "min": "0.0631",
34948                        "mutable": "null",
34949                        "readable": true,
34950                        "type": "gfloat",
34951                        "writable": true
34952                    },
34953                    "kn0-r": {
34954                        "blurb": "Knee 0 Right",
34955                        "conditionally-available": false,
34956                        "construct": true,
34957                        "construct-only": false,
34958                        "controllable": true,
34959                        "default": "0.50118",
34960                        "max": "1",
34961                        "min": "0.0631",
34962                        "mutable": "null",
34963                        "readable": true,
34964                        "type": "gfloat",
34965                        "writable": true
34966                    },
34967                    "kn1-l": {
34968                        "blurb": "Knee 1 Left",
34969                        "conditionally-available": false,
34970                        "construct": true,
34971                        "construct-only": false,
34972                        "controllable": true,
34973                        "default": "0.50118",
34974                        "max": "1",
34975                        "min": "0.0631",
34976                        "mutable": "null",
34977                        "readable": true,
34978                        "type": "gfloat",
34979                        "writable": true
34980                    },
34981                    "kn1-r": {
34982                        "blurb": "Knee 1 Right",
34983                        "conditionally-available": false,
34984                        "construct": true,
34985                        "construct-only": false,
34986                        "controllable": true,
34987                        "default": "0.50118",
34988                        "max": "1",
34989                        "min": "0.0631",
34990                        "mutable": "null",
34991                        "readable": true,
34992                        "type": "gfloat",
34993                        "writable": true
34994                    },
34995                    "kn2-l": {
34996                        "blurb": "Knee 2 Left",
34997                        "conditionally-available": false,
34998                        "construct": true,
34999                        "construct-only": false,
35000                        "controllable": true,
35001                        "default": "0.50118",
35002                        "max": "1",
35003                        "min": "0.0631",
35004                        "mutable": "null",
35005                        "readable": true,
35006                        "type": "gfloat",
35007                        "writable": true
35008                    },
35009                    "kn2-r": {
35010                        "blurb": "Knee 2 Right",
35011                        "conditionally-available": false,
35012                        "construct": true,
35013                        "construct-only": false,
35014                        "controllable": true,
35015                        "default": "0.50118",
35016                        "max": "1",
35017                        "min": "0.0631",
35018                        "mutable": "null",
35019                        "readable": true,
35020                        "type": "gfloat",
35021                        "writable": true
35022                    },
35023                    "kn3-l": {
35024                        "blurb": "Knee 3 Left",
35025                        "conditionally-available": false,
35026                        "construct": true,
35027                        "construct-only": false,
35028                        "controllable": true,
35029                        "default": "0.50118",
35030                        "max": "1",
35031                        "min": "0.0631",
35032                        "mutable": "null",
35033                        "readable": true,
35034                        "type": "gfloat",
35035                        "writable": true
35036                    },
35037                    "kn3-r": {
35038                        "blurb": "Knee 3 Right",
35039                        "conditionally-available": false,
35040                        "construct": true,
35041                        "construct-only": false,
35042                        "controllable": true,
35043                        "default": "0.50118",
35044                        "max": "1",
35045                        "min": "0.0631",
35046                        "mutable": "null",
35047                        "readable": true,
35048                        "type": "gfloat",
35049                        "writable": true
35050                    },
35051                    "llr-l": {
35052                        "blurb": "Low-level ratio Left",
35053                        "conditionally-available": false,
35054                        "construct": true,
35055                        "construct-only": false,
35056                        "controllable": true,
35057                        "default": "1",
35058                        "max": "100",
35059                        "min": "0.01",
35060                        "mutable": "null",
35061                        "readable": true,
35062                        "type": "gfloat",
35063                        "writable": true
35064                    },
35065                    "llr-r": {
35066                        "blurb": "Low-level ratio Right",
35067                        "conditionally-available": false,
35068                        "construct": true,
35069                        "construct-only": false,
35070                        "controllable": true,
35071                        "default": "1",
35072                        "max": "100",
35073                        "min": "0.01",
35074                        "mutable": "null",
35075                        "readable": true,
35076                        "type": "gfloat",
35077                        "writable": true
35078                    },
35079                    "olm-l": {
35080                        "blurb": "Output level meter Left",
35081                        "conditionally-available": false,
35082                        "construct": false,
35083                        "construct-only": false,
35084                        "controllable": true,
35085                        "default": "0",
35086                        "max": "15.8489",
35087                        "min": "0",
35088                        "mutable": "null",
35089                        "readable": true,
35090                        "type": "gfloat",
35091                        "writable": false
35092                    },
35093                    "olm-r": {
35094                        "blurb": "Output level meter Right",
35095                        "conditionally-available": false,
35096                        "construct": false,
35097                        "construct-only": false,
35098                        "controllable": true,
35099                        "default": "0",
35100                        "max": "15.8489",
35101                        "min": "0",
35102                        "mutable": "null",
35103                        "readable": true,
35104                        "type": "gfloat",
35105                        "writable": false
35106                    },
35107                    "olv-l": {
35108                        "blurb": "Output level visibility Left",
35109                        "conditionally-available": false,
35110                        "construct": true,
35111                        "construct-only": false,
35112                        "controllable": true,
35113                        "default": "false",
35114                        "mutable": "null",
35115                        "readable": true,
35116                        "type": "gboolean",
35117                        "writable": true
35118                    },
35119                    "olv-r": {
35120                        "blurb": "Output level visibility Right",
35121                        "conditionally-available": false,
35122                        "construct": true,
35123                        "construct-only": false,
35124                        "controllable": true,
35125                        "default": "false",
35126                        "mutable": "null",
35127                        "readable": true,
35128                        "type": "gboolean",
35129                        "writable": true
35130                    },
35131                    "omk-l": {
35132                        "blurb": "Overall makeup gain Left",
35133                        "conditionally-available": false,
35134                        "construct": true,
35135                        "construct-only": false,
35136                        "controllable": true,
35137                        "default": "1",
35138                        "max": "15.8489",
35139                        "min": "0.00025",
35140                        "mutable": "null",
35141                        "readable": true,
35142                        "type": "gfloat",
35143                        "writable": true
35144                    },
35145                    "omk-r": {
35146                        "blurb": "Overall makeup gain Right",
35147                        "conditionally-available": false,
35148                        "construct": true,
35149                        "construct-only": false,
35150                        "controllable": true,
35151                        "default": "1",
35152                        "max": "15.8489",
35153                        "min": "0.00025",
35154                        "mutable": "null",
35155                        "readable": true,
35156                        "type": "gfloat",
35157                        "writable": true
35158                    },
35159                    "out-latency": {
35160                        "blurb": "Latency OUT",
35161                        "conditionally-available": false,
35162                        "construct": false,
35163                        "construct-only": false,
35164                        "controllable": true,
35165                        "default": "0",
35166                        "max": "192000",
35167                        "min": "0",
35168                        "mutable": "null",
35169                        "readable": true,
35170                        "type": "gint",
35171                        "writable": false
35172                    },
35173                    "pause": {
35174                        "blurb": "Pause graph analysis",
35175                        "conditionally-available": false,
35176                        "construct": true,
35177                        "construct-only": false,
35178                        "controllable": true,
35179                        "default": "false",
35180                        "mutable": "null",
35181                        "readable": true,
35182                        "type": "gboolean",
35183                        "writable": true
35184                    },
35185                    "pe0-l": {
35186                        "blurb": "Point enable 0 Left",
35187                        "conditionally-available": false,
35188                        "construct": true,
35189                        "construct-only": false,
35190                        "controllable": true,
35191                        "default": "false",
35192                        "mutable": "null",
35193                        "readable": true,
35194                        "type": "gboolean",
35195                        "writable": true
35196                    },
35197                    "pe0-r": {
35198                        "blurb": "Point enable 0 Right",
35199                        "conditionally-available": false,
35200                        "construct": true,
35201                        "construct-only": false,
35202                        "controllable": true,
35203                        "default": "false",
35204                        "mutable": "null",
35205                        "readable": true,
35206                        "type": "gboolean",
35207                        "writable": true
35208                    },
35209                    "pe1-l": {
35210                        "blurb": "Point enable 1 Left",
35211                        "conditionally-available": false,
35212                        "construct": true,
35213                        "construct-only": false,
35214                        "controllable": true,
35215                        "default": "false",
35216                        "mutable": "null",
35217                        "readable": true,
35218                        "type": "gboolean",
35219                        "writable": true
35220                    },
35221                    "pe1-r": {
35222                        "blurb": "Point enable 1 Right",
35223                        "conditionally-available": false,
35224                        "construct": true,
35225                        "construct-only": false,
35226                        "controllable": true,
35227                        "default": "false",
35228                        "mutable": "null",
35229                        "readable": true,
35230                        "type": "gboolean",
35231                        "writable": true
35232                    },
35233                    "pe2-l": {
35234                        "blurb": "Point enable 2 Left",
35235                        "conditionally-available": false,
35236                        "construct": true,
35237                        "construct-only": false,
35238                        "controllable": true,
35239                        "default": "false",
35240                        "mutable": "null",
35241                        "readable": true,
35242                        "type": "gboolean",
35243                        "writable": true
35244                    },
35245                    "pe2-r": {
35246                        "blurb": "Point enable 2 Right",
35247                        "conditionally-available": false,
35248                        "construct": true,
35249                        "construct-only": false,
35250                        "controllable": true,
35251                        "default": "false",
35252                        "mutable": "null",
35253                        "readable": true,
35254                        "type": "gboolean",
35255                        "writable": true
35256                    },
35257                    "pe3-l": {
35258                        "blurb": "Point enable 3 Left",
35259                        "conditionally-available": false,
35260                        "construct": true,
35261                        "construct-only": false,
35262                        "controllable": true,
35263                        "default": "false",
35264                        "mutable": "null",
35265                        "readable": true,
35266                        "type": "gboolean",
35267                        "writable": true
35268                    },
35269                    "pe3-r": {
35270                        "blurb": "Point enable 3 Right",
35271                        "conditionally-available": false,
35272                        "construct": true,
35273                        "construct-only": false,
35274                        "controllable": true,
35275                        "default": "false",
35276                        "mutable": "null",
35277                        "readable": true,
35278                        "type": "gboolean",
35279                        "writable": true
35280                    },
35281                    "psel": {
35282                        "blurb": "Processor selector",
35283                        "conditionally-available": false,
35284                        "construct": true,
35285                        "construct-only": false,
35286                        "controllable": true,
35287                        "default": "Left (0)",
35288                        "mutable": "null",
35289                        "readable": true,
35290                        "type": "lsp-plug-in-plugins-lv2-dyna-processor-lrpsel",
35291                        "writable": true
35292                    },
35293                    "re0-l": {
35294                        "blurb": "Release enable 0 Left",
35295                        "conditionally-available": false,
35296                        "construct": true,
35297                        "construct-only": false,
35298                        "controllable": true,
35299                        "default": "false",
35300                        "mutable": "null",
35301                        "readable": true,
35302                        "type": "gboolean",
35303                        "writable": true
35304                    },
35305                    "re0-r": {
35306                        "blurb": "Release enable 0 Right",
35307                        "conditionally-available": false,
35308                        "construct": true,
35309                        "construct-only": false,
35310                        "controllable": true,
35311                        "default": "false",
35312                        "mutable": "null",
35313                        "readable": true,
35314                        "type": "gboolean",
35315                        "writable": true
35316                    },
35317                    "re1-l": {
35318                        "blurb": "Release enable 1 Left",
35319                        "conditionally-available": false,
35320                        "construct": true,
35321                        "construct-only": false,
35322                        "controllable": true,
35323                        "default": "false",
35324                        "mutable": "null",
35325                        "readable": true,
35326                        "type": "gboolean",
35327                        "writable": true
35328                    },
35329                    "re1-r": {
35330                        "blurb": "Release enable 1 Right",
35331                        "conditionally-available": false,
35332                        "construct": true,
35333                        "construct-only": false,
35334                        "controllable": true,
35335                        "default": "false",
35336                        "mutable": "null",
35337                        "readable": true,
35338                        "type": "gboolean",
35339                        "writable": true
35340                    },
35341                    "re2-l": {
35342                        "blurb": "Release enable 2 Left",
35343                        "conditionally-available": false,
35344                        "construct": true,
35345                        "construct-only": false,
35346                        "controllable": true,
35347                        "default": "false",
35348                        "mutable": "null",
35349                        "readable": true,
35350                        "type": "gboolean",
35351                        "writable": true
35352                    },
35353                    "re2-r": {
35354                        "blurb": "Release enable 2 Right",
35355                        "conditionally-available": false,
35356                        "construct": true,
35357                        "construct-only": false,
35358                        "controllable": true,
35359                        "default": "false",
35360                        "mutable": "null",
35361                        "readable": true,
35362                        "type": "gboolean",
35363                        "writable": true
35364                    },
35365                    "re3-l": {
35366                        "blurb": "Release enable 3 Left",
35367                        "conditionally-available": false,
35368                        "construct": true,
35369                        "construct-only": false,
35370                        "controllable": true,
35371                        "default": "false",
35372                        "mutable": "null",
35373                        "readable": true,
35374                        "type": "gboolean",
35375                        "writable": true
35376                    },
35377                    "re3-r": {
35378                        "blurb": "Release enable 3 Right",
35379                        "conditionally-available": false,
35380                        "construct": true,
35381                        "construct-only": false,
35382                        "controllable": true,
35383                        "default": "false",
35384                        "mutable": "null",
35385                        "readable": true,
35386                        "type": "gboolean",
35387                        "writable": true
35388                    },
35389                    "rl0-l": {
35390                        "blurb": "Relative level 0 Left",
35391                        "conditionally-available": false,
35392                        "construct": true,
35393                        "construct-only": false,
35394                        "controllable": true,
35395                        "default": "0.25119",
35396                        "max": "15.8489",
35397                        "min": "0.00025",
35398                        "mutable": "null",
35399                        "readable": true,
35400                        "type": "gfloat",
35401                        "writable": true
35402                    },
35403                    "rl0-r": {
35404                        "blurb": "Relative level 0 Right",
35405                        "conditionally-available": false,
35406                        "construct": true,
35407                        "construct-only": false,
35408                        "controllable": true,
35409                        "default": "0.25119",
35410                        "max": "15.8489",
35411                        "min": "0.00025",
35412                        "mutable": "null",
35413                        "readable": true,
35414                        "type": "gfloat",
35415                        "writable": true
35416                    },
35417                    "rl1-l": {
35418                        "blurb": "Relative level 1 Left",
35419                        "conditionally-available": false,
35420                        "construct": true,
35421                        "construct-only": false,
35422                        "controllable": true,
35423                        "default": "0.0631",
35424                        "max": "15.8489",
35425                        "min": "0.00025",
35426                        "mutable": "null",
35427                        "readable": true,
35428                        "type": "gfloat",
35429                        "writable": true
35430                    },
35431                    "rl1-r": {
35432                        "blurb": "Relative level 1 Right",
35433                        "conditionally-available": false,
35434                        "construct": true,
35435                        "construct-only": false,
35436                        "controllable": true,
35437                        "default": "0.0631",
35438                        "max": "15.8489",
35439                        "min": "0.00025",
35440                        "mutable": "null",
35441                        "readable": true,
35442                        "type": "gfloat",
35443                        "writable": true
35444                    },
35445                    "rl2-l": {
35446                        "blurb": "Relative level 2 Left",
35447                        "conditionally-available": false,
35448                        "construct": true,
35449                        "construct-only": false,
35450                        "controllable": true,
35451                        "default": "0.01585",
35452                        "max": "15.8489",
35453                        "min": "0.00025",
35454                        "mutable": "null",
35455                        "readable": true,
35456                        "type": "gfloat",
35457                        "writable": true
35458                    },
35459                    "rl2-r": {
35460                        "blurb": "Relative level 2 Right",
35461                        "conditionally-available": false,
35462                        "construct": true,
35463                        "construct-only": false,
35464                        "controllable": true,
35465                        "default": "0.01585",
35466                        "max": "15.8489",
35467                        "min": "0.00025",
35468                        "mutable": "null",
35469                        "readable": true,
35470                        "type": "gfloat",
35471                        "writable": true
35472                    },
35473                    "rl3-l": {
35474                        "blurb": "Relative level 3 Left",
35475                        "conditionally-available": false,
35476                        "construct": true,
35477                        "construct-only": false,
35478                        "controllable": true,
35479                        "default": "0.00398",
35480                        "max": "15.8489",
35481                        "min": "0.00025",
35482                        "mutable": "null",
35483                        "readable": true,
35484                        "type": "gfloat",
35485                        "writable": true
35486                    },
35487                    "rl3-r": {
35488                        "blurb": "Relative level 3 Right",
35489                        "conditionally-available": false,
35490                        "construct": true,
35491                        "construct-only": false,
35492                        "controllable": true,
35493                        "default": "0.00398",
35494                        "max": "15.8489",
35495                        "min": "0.00025",
35496                        "mutable": "null",
35497                        "readable": true,
35498                        "type": "gfloat",
35499                        "writable": true
35500                    },
35501                    "rlm-l": {
35502                        "blurb": "Reduction level meter Left",
35503                        "conditionally-available": false,
35504                        "construct": false,
35505                        "construct-only": false,
35506                        "controllable": true,
35507                        "default": "0",
35508                        "max": "251.189",
35509                        "min": "0",
35510                        "mutable": "null",
35511                        "readable": true,
35512                        "type": "gfloat",
35513                        "writable": false
35514                    },
35515                    "rlm-r": {
35516                        "blurb": "Reduction level meter Right",
35517                        "conditionally-available": false,
35518                        "construct": false,
35519                        "construct-only": false,
35520                        "controllable": true,
35521                        "default": "0",
35522                        "max": "251.189",
35523                        "min": "0",
35524                        "mutable": "null",
35525                        "readable": true,
35526                        "type": "gfloat",
35527                        "writable": false
35528                    },
35529                    "rt0-l": {
35530                        "blurb": "Release time 0 Left",
35531                        "conditionally-available": false,
35532                        "construct": true,
35533                        "construct-only": false,
35534                        "controllable": true,
35535                        "default": "100",
35536                        "max": "5000",
35537                        "min": "0",
35538                        "mutable": "null",
35539                        "readable": true,
35540                        "type": "gfloat",
35541                        "writable": true
35542                    },
35543                    "rt0-r": {
35544                        "blurb": "Release time 0 Right",
35545                        "conditionally-available": false,
35546                        "construct": true,
35547                        "construct-only": false,
35548                        "controllable": true,
35549                        "default": "100",
35550                        "max": "5000",
35551                        "min": "0",
35552                        "mutable": "null",
35553                        "readable": true,
35554                        "type": "gfloat",
35555                        "writable": true
35556                    },
35557                    "rt1-l": {
35558                        "blurb": "Release time 1 Left",
35559                        "conditionally-available": false,
35560                        "construct": true,
35561                        "construct-only": false,
35562                        "controllable": true,
35563                        "default": "100",
35564                        "max": "5000",
35565                        "min": "0",
35566                        "mutable": "null",
35567                        "readable": true,
35568                        "type": "gfloat",
35569                        "writable": true
35570                    },
35571                    "rt1-r": {
35572                        "blurb": "Release time 1 Right",
35573                        "conditionally-available": false,
35574                        "construct": true,
35575                        "construct-only": false,
35576                        "controllable": true,
35577                        "default": "100",
35578                        "max": "5000",
35579                        "min": "0",
35580                        "mutable": "null",
35581                        "readable": true,
35582                        "type": "gfloat",
35583                        "writable": true
35584                    },
35585                    "rt2-l": {
35586                        "blurb": "Release time 2 Left",
35587                        "conditionally-available": false,
35588                        "construct": true,
35589                        "construct-only": false,
35590                        "controllable": true,
35591                        "default": "100",
35592                        "max": "5000",
35593                        "min": "0",
35594                        "mutable": "null",
35595                        "readable": true,
35596                        "type": "gfloat",
35597                        "writable": true
35598                    },
35599                    "rt2-r": {
35600                        "blurb": "Release time 2 Right",
35601                        "conditionally-available": false,
35602                        "construct": true,
35603                        "construct-only": false,
35604                        "controllable": true,
35605                        "default": "100",
35606                        "max": "5000",
35607                        "min": "0",
35608                        "mutable": "null",
35609                        "readable": true,
35610                        "type": "gfloat",
35611                        "writable": true
35612                    },
35613                    "rt3-l": {
35614                        "blurb": "Release time 3 Left",
35615                        "conditionally-available": false,
35616                        "construct": true,
35617                        "construct-only": false,
35618                        "controllable": true,
35619                        "default": "100",
35620                        "max": "5000",
35621                        "min": "0",
35622                        "mutable": "null",
35623                        "readable": true,
35624                        "type": "gfloat",
35625                        "writable": true
35626                    },
35627                    "rt3-r": {
35628                        "blurb": "Release time 3 Right",
35629                        "conditionally-available": false,
35630                        "construct": true,
35631                        "construct-only": false,
35632                        "controllable": true,
35633                        "default": "100",
35634                        "max": "5000",
35635                        "min": "0",
35636                        "mutable": "null",
35637                        "readable": true,
35638                        "type": "gfloat",
35639                        "writable": true
35640                    },
35641                    "rtd-l": {
35642                        "blurb": "Release time default Left",
35643                        "conditionally-available": false,
35644                        "construct": true,
35645                        "construct-only": false,
35646                        "controllable": true,
35647                        "default": "100",
35648                        "max": "5000",
35649                        "min": "0",
35650                        "mutable": "null",
35651                        "readable": true,
35652                        "type": "gfloat",
35653                        "writable": true
35654                    },
35655                    "rtd-r": {
35656                        "blurb": "Release time default Right",
35657                        "conditionally-available": false,
35658                        "construct": true,
35659                        "construct-only": false,
35660                        "controllable": true,
35661                        "default": "100",
35662                        "max": "5000",
35663                        "min": "0",
35664                        "mutable": "null",
35665                        "readable": true,
35666                        "type": "gfloat",
35667                        "writable": true
35668                    },
35669                    "scl-l": {
35670                        "blurb": "Sidechain listen Left",
35671                        "conditionally-available": false,
35672                        "construct": true,
35673                        "construct-only": false,
35674                        "controllable": true,
35675                        "default": "false",
35676                        "mutable": "null",
35677                        "readable": true,
35678                        "type": "gboolean",
35679                        "writable": true
35680                    },
35681                    "scl-r": {
35682                        "blurb": "Sidechain listen Right",
35683                        "conditionally-available": false,
35684                        "construct": true,
35685                        "construct-only": false,
35686                        "controllable": true,
35687                        "default": "false",
35688                        "mutable": "null",
35689                        "readable": true,
35690                        "type": "gboolean",
35691                        "writable": true
35692                    },
35693                    "scm-l": {
35694                        "blurb": "Sidechain mode Left",
35695                        "conditionally-available": false,
35696                        "construct": true,
35697                        "construct-only": false,
35698                        "controllable": true,
35699                        "default": "RMS (1)",
35700                        "mutable": "null",
35701                        "readable": true,
35702                        "type": "lsp-plug-in-plugins-lv2-dyna-processor-lrscm-l",
35703                        "writable": true
35704                    },
35705                    "scm-r": {
35706                        "blurb": "Sidechain mode Right",
35707                        "conditionally-available": false,
35708                        "construct": true,
35709                        "construct-only": false,
35710                        "controllable": true,
35711                        "default": "RMS (1)",
35712                        "mutable": "null",
35713                        "readable": true,
35714                        "type": "lsp-plug-in-plugins-lv2-dyna-processor-lrscm-r",
35715                        "writable": true
35716                    },
35717                    "scp-l": {
35718                        "blurb": "Sidechain preamp Left",
35719                        "conditionally-available": false,
35720                        "construct": true,
35721                        "construct-only": false,
35722                        "controllable": true,
35723                        "default": "1",
35724                        "max": "100",
35725                        "min": "0",
35726                        "mutable": "null",
35727                        "readable": true,
35728                        "type": "gfloat",
35729                        "writable": true
35730                    },
35731                    "scp-r": {
35732                        "blurb": "Sidechain preamp Right",
35733                        "conditionally-available": false,
35734                        "construct": true,
35735                        "construct-only": false,
35736                        "controllable": true,
35737                        "default": "1",
35738                        "max": "100",
35739                        "min": "0",
35740                        "mutable": "null",
35741                        "readable": true,
35742                        "type": "gfloat",
35743                        "writable": true
35744                    },
35745                    "scr-l": {
35746                        "blurb": "Sidechain reactivity Left",
35747                        "conditionally-available": false,
35748                        "construct": true,
35749                        "construct-only": false,
35750                        "controllable": true,
35751                        "default": "10",
35752                        "max": "250",
35753                        "min": "0",
35754                        "mutable": "null",
35755                        "readable": true,
35756                        "type": "gfloat",
35757                        "writable": true
35758                    },
35759                    "scr-r": {
35760                        "blurb": "Sidechain reactivity Right",
35761                        "conditionally-available": false,
35762                        "construct": true,
35763                        "construct-only": false,
35764                        "controllable": true,
35765                        "default": "10",
35766                        "max": "250",
35767                        "min": "0",
35768                        "mutable": "null",
35769                        "readable": true,
35770                        "type": "gfloat",
35771                        "writable": true
35772                    },
35773                    "scs-l": {
35774                        "blurb": "Sidechain source Left",
35775                        "conditionally-available": false,
35776                        "construct": true,
35777                        "construct-only": false,
35778                        "controllable": true,
35779                        "default": "Middle (0)",
35780                        "mutable": "null",
35781                        "readable": true,
35782                        "type": "lsp-plug-in-plugins-lv2-dyna-processor-lrscs-l",
35783                        "writable": true
35784                    },
35785                    "scs-r": {
35786                        "blurb": "Sidechain source Right",
35787                        "conditionally-available": false,
35788                        "construct": true,
35789                        "construct-only": false,
35790                        "controllable": true,
35791                        "default": "Middle (0)",
35792                        "mutable": "null",
35793                        "readable": true,
35794                        "type": "lsp-plug-in-plugins-lv2-dyna-processor-lrscs-r",
35795                        "writable": true
35796                    },
35797                    "sct-l": {
35798                        "blurb": "Sidechain type Left",
35799                        "conditionally-available": false,
35800                        "construct": true,
35801                        "construct-only": false,
35802                        "controllable": true,
35803                        "default": "Feed-forward (0)",
35804                        "mutable": "null",
35805                        "readable": true,
35806                        "type": "lsp-plug-in-plugins-lv2-dyna-processor-lrsct-l",
35807                        "writable": true
35808                    },
35809                    "sct-r": {
35810                        "blurb": "Sidechain type Right",
35811                        "conditionally-available": false,
35812                        "construct": true,
35813                        "construct-only": false,
35814                        "controllable": true,
35815                        "default": "Feed-forward (0)",
35816                        "mutable": "null",
35817                        "readable": true,
35818                        "type": "lsp-plug-in-plugins-lv2-dyna-processor-lrsct-r",
35819                        "writable": true
35820                    },
35821                    "sla-l": {
35822                        "blurb": "Sidechain lookahead Left",
35823                        "conditionally-available": false,
35824                        "construct": true,
35825                        "construct-only": false,
35826                        "controllable": true,
35827                        "default": "0",
35828                        "max": "20",
35829                        "min": "0",
35830                        "mutable": "null",
35831                        "readable": true,
35832                        "type": "gfloat",
35833                        "writable": true
35834                    },
35835                    "sla-r": {
35836                        "blurb": "Sidechain lookahead Right",
35837                        "conditionally-available": false,
35838                        "construct": true,
35839                        "construct-only": false,
35840                        "controllable": true,
35841                        "default": "0",
35842                        "max": "20",
35843                        "min": "0",
35844                        "mutable": "null",
35845                        "readable": true,
35846                        "type": "gfloat",
35847                        "writable": true
35848                    },
35849                    "slm-l": {
35850                        "blurb": "Sidechain level meter Left",
35851                        "conditionally-available": false,
35852                        "construct": false,
35853                        "construct-only": false,
35854                        "controllable": true,
35855                        "default": "0",
35856                        "max": "15.8489",
35857                        "min": "0",
35858                        "mutable": "null",
35859                        "readable": true,
35860                        "type": "gfloat",
35861                        "writable": false
35862                    },
35863                    "slm-r": {
35864                        "blurb": "Sidechain level meter Right",
35865                        "conditionally-available": false,
35866                        "construct": false,
35867                        "construct-only": false,
35868                        "controllable": true,
35869                        "default": "0",
35870                        "max": "15.8489",
35871                        "min": "0",
35872                        "mutable": "null",
35873                        "readable": true,
35874                        "type": "gfloat",
35875                        "writable": false
35876                    },
35877                    "slv-l": {
35878                        "blurb": "Sidechain level visibility Left",
35879                        "conditionally-available": false,
35880                        "construct": true,
35881                        "construct-only": false,
35882                        "controllable": true,
35883                        "default": "false",
35884                        "mutable": "null",
35885                        "readable": true,
35886                        "type": "gboolean",
35887                        "writable": true
35888                    },
35889                    "slv-r": {
35890                        "blurb": "Sidechain level visibility Right",
35891                        "conditionally-available": false,
35892                        "construct": true,
35893                        "construct-only": false,
35894                        "controllable": true,
35895                        "default": "false",
35896                        "mutable": "null",
35897                        "readable": true,
35898                        "type": "gboolean",
35899                        "writable": true
35900                    },
35901                    "tl0-l": {
35902                        "blurb": "Threshold 0 Left",
35903                        "conditionally-available": false,
35904                        "construct": true,
35905                        "construct-only": false,
35906                        "controllable": true,
35907                        "default": "0.25119",
35908                        "max": "15.8489",
35909                        "min": "0.00025",
35910                        "mutable": "null",
35911                        "readable": true,
35912                        "type": "gfloat",
35913                        "writable": true
35914                    },
35915                    "tl0-r": {
35916                        "blurb": "Threshold 0 Right",
35917                        "conditionally-available": false,
35918                        "construct": true,
35919                        "construct-only": false,
35920                        "controllable": true,
35921                        "default": "0.25119",
35922                        "max": "15.8489",
35923                        "min": "0.00025",
35924                        "mutable": "null",
35925                        "readable": true,
35926                        "type": "gfloat",
35927                        "writable": true
35928                    },
35929                    "tl1-l": {
35930                        "blurb": "Threshold 1 Left",
35931                        "conditionally-available": false,
35932                        "construct": true,
35933                        "construct-only": false,
35934                        "controllable": true,
35935                        "default": "0.0631",
35936                        "max": "15.8489",
35937                        "min": "0.00025",
35938                        "mutable": "null",
35939                        "readable": true,
35940                        "type": "gfloat",
35941                        "writable": true
35942                    },
35943                    "tl1-r": {
35944                        "blurb": "Threshold 1 Right",
35945                        "conditionally-available": false,
35946                        "construct": true,
35947                        "construct-only": false,
35948                        "controllable": true,
35949                        "default": "0.0631",
35950                        "max": "15.8489",
35951                        "min": "0.00025",
35952                        "mutable": "null",
35953                        "readable": true,
35954                        "type": "gfloat",
35955                        "writable": true
35956                    },
35957                    "tl2-l": {
35958                        "blurb": "Threshold 2 Left",
35959                        "conditionally-available": false,
35960                        "construct": true,
35961                        "construct-only": false,
35962                        "controllable": true,
35963                        "default": "0.01585",
35964                        "max": "15.8489",
35965                        "min": "0.00025",
35966                        "mutable": "null",
35967                        "readable": true,
35968                        "type": "gfloat",
35969                        "writable": true
35970                    },
35971                    "tl2-r": {
35972                        "blurb": "Threshold 2 Right",
35973                        "conditionally-available": false,
35974                        "construct": true,
35975                        "construct-only": false,
35976                        "controllable": true,
35977                        "default": "0.01585",
35978                        "max": "15.8489",
35979                        "min": "0.00025",
35980                        "mutable": "null",
35981                        "readable": true,
35982                        "type": "gfloat",
35983                        "writable": true
35984                    },
35985                    "tl3-l": {
35986                        "blurb": "Threshold 3 Left",
35987                        "conditionally-available": false,
35988                        "construct": true,
35989                        "construct-only": false,
35990                        "controllable": true,
35991                        "default": "0.00398",
35992                        "max": "15.8489",
35993                        "min": "0.00025",
35994                        "mutable": "null",
35995                        "readable": true,
35996                        "type": "gfloat",
35997                        "writable": true
35998                    },
35999                    "tl3-r": {
36000                        "blurb": "Threshold 3 Right",
36001                        "conditionally-available": false,
36002                        "construct": true,
36003                        "construct-only": false,
36004                        "controllable": true,
36005                        "default": "0.00398",
36006                        "max": "15.8489",
36007                        "min": "0.00025",
36008                        "mutable": "null",
36009                        "readable": true,
36010                        "type": "gfloat",
36011                        "writable": true
36012                    }
36013                },
36014                "rank": "none"
36015            },
36016            "lsp-plug-in-plugins-lv2-dyna-processor-mono": {
36017                "author": "LSP LV2",
36018                "description": "LSP Dynamic Processor Mono",
36019                "hierarchy": [
36020                    "lsp-plug-in-plugins-lv2-dyna-processor-mono",
36021                    "GstAudioFilter",
36022                    "GstBaseTransform",
36023                    "GstElement",
36024                    "GstObject",
36025                    "GInitiallyUnowned",
36026                    "GObject"
36027                ],
36028                "interfaces": [
36029                    "GstPreset"
36030                ],
36031                "klass": "Filter/Effect/Audio/LV2/Dynamics",
36032                "long-name": "LSP Dynamic Processor Mono",
36033                "pad-templates": {
36034                    "sink": {
36035                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
36036                        "direction": "sink",
36037                        "presence": "always"
36038                    },
36039                    "src": {
36040                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
36041                        "direction": "src",
36042                        "presence": "always"
36043                    }
36044                },
36045                "properties": {
36046                    "ae0": {
36047                        "blurb": "Attack enable 0",
36048                        "conditionally-available": false,
36049                        "construct": true,
36050                        "construct-only": false,
36051                        "controllable": true,
36052                        "default": "false",
36053                        "mutable": "null",
36054                        "readable": true,
36055                        "type": "gboolean",
36056                        "writable": true
36057                    },
36058                    "ae1": {
36059                        "blurb": "Attack enable 1",
36060                        "conditionally-available": false,
36061                        "construct": true,
36062                        "construct-only": false,
36063                        "controllable": true,
36064                        "default": "false",
36065                        "mutable": "null",
36066                        "readable": true,
36067                        "type": "gboolean",
36068                        "writable": true
36069                    },
36070                    "ae2": {
36071                        "blurb": "Attack enable 2",
36072                        "conditionally-available": false,
36073                        "construct": true,
36074                        "construct-only": false,
36075                        "controllable": true,
36076                        "default": "false",
36077                        "mutable": "null",
36078                        "readable": true,
36079                        "type": "gboolean",
36080                        "writable": true
36081                    },
36082                    "ae3": {
36083                        "blurb": "Attack enable 3",
36084                        "conditionally-available": false,
36085                        "construct": true,
36086                        "construct-only": false,
36087                        "controllable": true,
36088                        "default": "false",
36089                        "mutable": "null",
36090                        "readable": true,
36091                        "type": "gboolean",
36092                        "writable": true
36093                    },
36094                    "al0": {
36095                        "blurb": "Attack level 0",
36096                        "conditionally-available": false,
36097                        "construct": true,
36098                        "construct-only": false,
36099                        "controllable": true,
36100                        "default": "0.25119",
36101                        "max": "15.8489",
36102                        "min": "0.00025",
36103                        "mutable": "null",
36104                        "readable": true,
36105                        "type": "gfloat",
36106                        "writable": true
36107                    },
36108                    "al1": {
36109                        "blurb": "Attack level 1",
36110                        "conditionally-available": false,
36111                        "construct": true,
36112                        "construct-only": false,
36113                        "controllable": true,
36114                        "default": "0.0631",
36115                        "max": "15.8489",
36116                        "min": "0.00025",
36117                        "mutable": "null",
36118                        "readable": true,
36119                        "type": "gfloat",
36120                        "writable": true
36121                    },
36122                    "al2": {
36123                        "blurb": "Attack level 2",
36124                        "conditionally-available": false,
36125                        "construct": true,
36126                        "construct-only": false,
36127                        "controllable": true,
36128                        "default": "0.01585",
36129                        "max": "15.8489",
36130                        "min": "0.00025",
36131                        "mutable": "null",
36132                        "readable": true,
36133                        "type": "gfloat",
36134                        "writable": true
36135                    },
36136                    "al3": {
36137                        "blurb": "Attack level 3",
36138                        "conditionally-available": false,
36139                        "construct": true,
36140                        "construct-only": false,
36141                        "controllable": true,
36142                        "default": "0.00398",
36143                        "max": "15.8489",
36144                        "min": "0.00025",
36145                        "mutable": "null",
36146                        "readable": true,
36147                        "type": "gfloat",
36148                        "writable": true
36149                    },
36150                    "at0": {
36151                        "blurb": "Attack time 0",
36152                        "conditionally-available": false,
36153                        "construct": true,
36154                        "construct-only": false,
36155                        "controllable": true,
36156                        "default": "20",
36157                        "max": "5000",
36158                        "min": "0",
36159                        "mutable": "null",
36160                        "readable": true,
36161                        "type": "gfloat",
36162                        "writable": true
36163                    },
36164                    "at1": {
36165                        "blurb": "Attack time 1",
36166                        "conditionally-available": false,
36167                        "construct": true,
36168                        "construct-only": false,
36169                        "controllable": true,
36170                        "default": "20",
36171                        "max": "5000",
36172                        "min": "0",
36173                        "mutable": "null",
36174                        "readable": true,
36175                        "type": "gfloat",
36176                        "writable": true
36177                    },
36178                    "at2": {
36179                        "blurb": "Attack time 2",
36180                        "conditionally-available": false,
36181                        "construct": true,
36182                        "construct-only": false,
36183                        "controllable": true,
36184                        "default": "20",
36185                        "max": "5000",
36186                        "min": "0",
36187                        "mutable": "null",
36188                        "readable": true,
36189                        "type": "gfloat",
36190                        "writable": true
36191                    },
36192                    "at3": {
36193                        "blurb": "Attack time 3",
36194                        "conditionally-available": false,
36195                        "construct": true,
36196                        "construct-only": false,
36197                        "controllable": true,
36198                        "default": "20",
36199                        "max": "5000",
36200                        "min": "0",
36201                        "mutable": "null",
36202                        "readable": true,
36203                        "type": "gfloat",
36204                        "writable": true
36205                    },
36206                    "atd": {
36207                        "blurb": "Attack time default",
36208                        "conditionally-available": false,
36209                        "construct": true,
36210                        "construct-only": false,
36211                        "controllable": true,
36212                        "default": "20",
36213                        "max": "5000",
36214                        "min": "0",
36215                        "mutable": "null",
36216                        "readable": true,
36217                        "type": "gfloat",
36218                        "writable": true
36219                    },
36220                    "bypass": {
36221                        "blurb": "Bypass",
36222                        "conditionally-available": false,
36223                        "construct": true,
36224                        "construct-only": false,
36225                        "controllable": true,
36226                        "default": "false",
36227                        "mutable": "null",
36228                        "readable": true,
36229                        "type": "gboolean",
36230                        "writable": true
36231                    },
36232                    "cdr": {
36233                        "blurb": "Dry gain",
36234                        "conditionally-available": false,
36235                        "construct": true,
36236                        "construct-only": false,
36237                        "controllable": true,
36238                        "default": "0",
36239                        "max": "10",
36240                        "min": "0",
36241                        "mutable": "null",
36242                        "readable": true,
36243                        "type": "gfloat",
36244                        "writable": true
36245                    },
36246                    "clear": {
36247                        "blurb": "Clear graph analysis",
36248                        "conditionally-available": false,
36249                        "construct": true,
36250                        "construct-only": false,
36251                        "controllable": true,
36252                        "default": "false",
36253                        "mutable": "null",
36254                        "readable": true,
36255                        "type": "gboolean",
36256                        "writable": true
36257                    },
36258                    "clm": {
36259                        "blurb": "Curve level meter",
36260                        "conditionally-available": false,
36261                        "construct": false,
36262                        "construct-only": false,
36263                        "controllable": true,
36264                        "default": "0",
36265                        "max": "15.8489",
36266                        "min": "0",
36267                        "mutable": "null",
36268                        "readable": true,
36269                        "type": "gfloat",
36270                        "writable": false
36271                    },
36272                    "cmv": {
36273                        "blurb": "Curve modelling visibility",
36274                        "conditionally-available": false,
36275                        "construct": true,
36276                        "construct-only": false,
36277                        "controllable": true,
36278                        "default": "false",
36279                        "mutable": "null",
36280                        "readable": true,
36281                        "type": "gboolean",
36282                        "writable": true
36283                    },
36284                    "cwt": {
36285                        "blurb": "Wet gain",
36286                        "conditionally-available": false,
36287                        "construct": true,
36288                        "construct-only": false,
36289                        "controllable": true,
36290                        "default": "1",
36291                        "max": "10",
36292                        "min": "0",
36293                        "mutable": "null",
36294                        "readable": true,
36295                        "type": "gfloat",
36296                        "writable": true
36297                    },
36298                    "elm": {
36299                        "blurb": "Envelope level meter",
36300                        "conditionally-available": false,
36301                        "construct": false,
36302                        "construct-only": false,
36303                        "controllable": true,
36304                        "default": "0",
36305                        "max": "15.8489",
36306                        "min": "0",
36307                        "mutable": "null",
36308                        "readable": true,
36309                        "type": "gfloat",
36310                        "writable": false
36311                    },
36312                    "elv": {
36313                        "blurb": "Envelope level visibility",
36314                        "conditionally-available": false,
36315                        "construct": true,
36316                        "construct-only": false,
36317                        "controllable": true,
36318                        "default": "false",
36319                        "mutable": "null",
36320                        "readable": true,
36321                        "type": "gboolean",
36322                        "writable": true
36323                    },
36324                    "g-in": {
36325                        "blurb": "Input gain",
36326                        "conditionally-available": false,
36327                        "construct": true,
36328                        "construct-only": false,
36329                        "controllable": true,
36330                        "default": "1",
36331                        "max": "10",
36332                        "min": "0",
36333                        "mutable": "null",
36334                        "readable": true,
36335                        "type": "gfloat",
36336                        "writable": true
36337                    },
36338                    "g-out": {
36339                        "blurb": "Output gain",
36340                        "conditionally-available": false,
36341                        "construct": true,
36342                        "construct-only": false,
36343                        "controllable": true,
36344                        "default": "1",
36345                        "max": "10",
36346                        "min": "0",
36347                        "mutable": "null",
36348                        "readable": true,
36349                        "type": "gfloat",
36350                        "writable": true
36351                    },
36352                    "gl0": {
36353                        "blurb": "Gain 0",
36354                        "conditionally-available": false,
36355                        "construct": true,
36356                        "construct-only": false,
36357                        "controllable": true,
36358                        "default": "0.25119",
36359                        "max": "15.8489",
36360                        "min": "0.00025",
36361                        "mutable": "null",
36362                        "readable": true,
36363                        "type": "gfloat",
36364                        "writable": true
36365                    },
36366                    "gl1": {
36367                        "blurb": "Gain 1",
36368                        "conditionally-available": false,
36369                        "construct": true,
36370                        "construct-only": false,
36371                        "controllable": true,
36372                        "default": "0.0631",
36373                        "max": "15.8489",
36374                        "min": "0.00025",
36375                        "mutable": "null",
36376                        "readable": true,
36377                        "type": "gfloat",
36378                        "writable": true
36379                    },
36380                    "gl2": {
36381                        "blurb": "Gain 2",
36382                        "conditionally-available": false,
36383                        "construct": true,
36384                        "construct-only": false,
36385                        "controllable": true,
36386                        "default": "0.01585",
36387                        "max": "15.8489",
36388                        "min": "0.00025",
36389                        "mutable": "null",
36390                        "readable": true,
36391                        "type": "gfloat",
36392                        "writable": true
36393                    },
36394                    "gl3": {
36395                        "blurb": "Gain 3",
36396                        "conditionally-available": false,
36397                        "construct": true,
36398                        "construct-only": false,
36399                        "controllable": true,
36400                        "default": "0.00398",
36401                        "max": "15.8489",
36402                        "min": "0.00025",
36403                        "mutable": "null",
36404                        "readable": true,
36405                        "type": "gfloat",
36406                        "writable": true
36407                    },
36408                    "grv": {
36409                        "blurb": "Gain reduction visibility",
36410                        "conditionally-available": false,
36411                        "construct": true,
36412                        "construct-only": false,
36413                        "controllable": true,
36414                        "default": "false",
36415                        "mutable": "null",
36416                        "readable": true,
36417                        "type": "gboolean",
36418                        "writable": true
36419                    },
36420                    "hlr": {
36421                        "blurb": "High-level ratio",
36422                        "conditionally-available": false,
36423                        "construct": true,
36424                        "construct-only": false,
36425                        "controllable": true,
36426                        "default": "1",
36427                        "max": "100",
36428                        "min": "0.01",
36429                        "mutable": "null",
36430                        "readable": true,
36431                        "type": "gfloat",
36432                        "writable": true
36433                    },
36434                    "ilm": {
36435                        "blurb": "Input level meter",
36436                        "conditionally-available": false,
36437                        "construct": false,
36438                        "construct-only": false,
36439                        "controllable": true,
36440                        "default": "0",
36441                        "max": "15.8489",
36442                        "min": "0",
36443                        "mutable": "null",
36444                        "readable": true,
36445                        "type": "gfloat",
36446                        "writable": false
36447                    },
36448                    "ilv": {
36449                        "blurb": "Input level visibility",
36450                        "conditionally-available": false,
36451                        "construct": true,
36452                        "construct-only": false,
36453                        "controllable": true,
36454                        "default": "false",
36455                        "mutable": "null",
36456                        "readable": true,
36457                        "type": "gboolean",
36458                        "writable": true
36459                    },
36460                    "kn0": {
36461                        "blurb": "Knee 0",
36462                        "conditionally-available": false,
36463                        "construct": true,
36464                        "construct-only": false,
36465                        "controllable": true,
36466                        "default": "0.50118",
36467                        "max": "1",
36468                        "min": "0.0631",
36469                        "mutable": "null",
36470                        "readable": true,
36471                        "type": "gfloat",
36472                        "writable": true
36473                    },
36474                    "kn1": {
36475                        "blurb": "Knee 1",
36476                        "conditionally-available": false,
36477                        "construct": true,
36478                        "construct-only": false,
36479                        "controllable": true,
36480                        "default": "0.50118",
36481                        "max": "1",
36482                        "min": "0.0631",
36483                        "mutable": "null",
36484                        "readable": true,
36485                        "type": "gfloat",
36486                        "writable": true
36487                    },
36488                    "kn2": {
36489                        "blurb": "Knee 2",
36490                        "conditionally-available": false,
36491                        "construct": true,
36492                        "construct-only": false,
36493                        "controllable": true,
36494                        "default": "0.50118",
36495                        "max": "1",
36496                        "min": "0.0631",
36497                        "mutable": "null",
36498                        "readable": true,
36499                        "type": "gfloat",
36500                        "writable": true
36501                    },
36502                    "kn3": {
36503                        "blurb": "Knee 3",
36504                        "conditionally-available": false,
36505                        "construct": true,
36506                        "construct-only": false,
36507                        "controllable": true,
36508                        "default": "0.50118",
36509                        "max": "1",
36510                        "min": "0.0631",
36511                        "mutable": "null",
36512                        "readable": true,
36513                        "type": "gfloat",
36514                        "writable": true
36515                    },
36516                    "llr": {
36517                        "blurb": "Low-level ratio",
36518                        "conditionally-available": false,
36519                        "construct": true,
36520                        "construct-only": false,
36521                        "controllable": true,
36522                        "default": "1",
36523                        "max": "100",
36524                        "min": "0.01",
36525                        "mutable": "null",
36526                        "readable": true,
36527                        "type": "gfloat",
36528                        "writable": true
36529                    },
36530                    "olm": {
36531                        "blurb": "Output level meter",
36532                        "conditionally-available": false,
36533                        "construct": false,
36534                        "construct-only": false,
36535                        "controllable": true,
36536                        "default": "0",
36537                        "max": "15.8489",
36538                        "min": "0",
36539                        "mutable": "null",
36540                        "readable": true,
36541                        "type": "gfloat",
36542                        "writable": false
36543                    },
36544                    "olv": {
36545                        "blurb": "Output level visibility",
36546                        "conditionally-available": false,
36547                        "construct": true,
36548                        "construct-only": false,
36549                        "controllable": true,
36550                        "default": "false",
36551                        "mutable": "null",
36552                        "readable": true,
36553                        "type": "gboolean",
36554                        "writable": true
36555                    },
36556                    "omk": {
36557                        "blurb": "Overall makeup gain",
36558                        "conditionally-available": false,
36559                        "construct": true,
36560                        "construct-only": false,
36561                        "controllable": true,
36562                        "default": "1",
36563                        "max": "15.8489",
36564                        "min": "0.00025",
36565                        "mutable": "null",
36566                        "readable": true,
36567                        "type": "gfloat",
36568                        "writable": true
36569                    },
36570                    "out-latency": {
36571                        "blurb": "Latency OUT",
36572                        "conditionally-available": false,
36573                        "construct": false,
36574                        "construct-only": false,
36575                        "controllable": true,
36576                        "default": "0",
36577                        "max": "192000",
36578                        "min": "0",
36579                        "mutable": "null",
36580                        "readable": true,
36581                        "type": "gint",
36582                        "writable": false
36583                    },
36584                    "pause": {
36585                        "blurb": "Pause graph analysis",
36586                        "conditionally-available": false,
36587                        "construct": true,
36588                        "construct-only": false,
36589                        "controllable": true,
36590                        "default": "false",
36591                        "mutable": "null",
36592                        "readable": true,
36593                        "type": "gboolean",
36594                        "writable": true
36595                    },
36596                    "pe0": {
36597                        "blurb": "Point enable 0",
36598                        "conditionally-available": false,
36599                        "construct": true,
36600                        "construct-only": false,
36601                        "controllable": true,
36602                        "default": "false",
36603                        "mutable": "null",
36604                        "readable": true,
36605                        "type": "gboolean",
36606                        "writable": true
36607                    },
36608                    "pe1": {
36609                        "blurb": "Point enable 1",
36610                        "conditionally-available": false,
36611                        "construct": true,
36612                        "construct-only": false,
36613                        "controllable": true,
36614                        "default": "false",
36615                        "mutable": "null",
36616                        "readable": true,
36617                        "type": "gboolean",
36618                        "writable": true
36619                    },
36620                    "pe2": {
36621                        "blurb": "Point enable 2",
36622                        "conditionally-available": false,
36623                        "construct": true,
36624                        "construct-only": false,
36625                        "controllable": true,
36626                        "default": "false",
36627                        "mutable": "null",
36628                        "readable": true,
36629                        "type": "gboolean",
36630                        "writable": true
36631                    },
36632                    "pe3": {
36633                        "blurb": "Point enable 3",
36634                        "conditionally-available": false,
36635                        "construct": true,
36636                        "construct-only": false,
36637                        "controllable": true,
36638                        "default": "false",
36639                        "mutable": "null",
36640                        "readable": true,
36641                        "type": "gboolean",
36642                        "writable": true
36643                    },
36644                    "re0": {
36645                        "blurb": "Release enable 0",
36646                        "conditionally-available": false,
36647                        "construct": true,
36648                        "construct-only": false,
36649                        "controllable": true,
36650                        "default": "false",
36651                        "mutable": "null",
36652                        "readable": true,
36653                        "type": "gboolean",
36654                        "writable": true
36655                    },
36656                    "re1": {
36657                        "blurb": "Release enable 1",
36658                        "conditionally-available": false,
36659                        "construct": true,
36660                        "construct-only": false,
36661                        "controllable": true,
36662                        "default": "false",
36663                        "mutable": "null",
36664                        "readable": true,
36665                        "type": "gboolean",
36666                        "writable": true
36667                    },
36668                    "re2": {
36669                        "blurb": "Release enable 2",
36670                        "conditionally-available": false,
36671                        "construct": true,
36672                        "construct-only": false,
36673                        "controllable": true,
36674                        "default": "false",
36675                        "mutable": "null",
36676                        "readable": true,
36677                        "type": "gboolean",
36678                        "writable": true
36679                    },
36680                    "re3": {
36681                        "blurb": "Release enable 3",
36682                        "conditionally-available": false,
36683                        "construct": true,
36684                        "construct-only": false,
36685                        "controllable": true,
36686                        "default": "false",
36687                        "mutable": "null",
36688                        "readable": true,
36689                        "type": "gboolean",
36690                        "writable": true
36691                    },
36692                    "rl0": {
36693                        "blurb": "Relative level 0",
36694                        "conditionally-available": false,
36695                        "construct": true,
36696                        "construct-only": false,
36697                        "controllable": true,
36698                        "default": "0.25119",
36699                        "max": "15.8489",
36700                        "min": "0.00025",
36701                        "mutable": "null",
36702                        "readable": true,
36703                        "type": "gfloat",
36704                        "writable": true
36705                    },
36706                    "rl1": {
36707                        "blurb": "Relative level 1",
36708                        "conditionally-available": false,
36709                        "construct": true,
36710                        "construct-only": false,
36711                        "controllable": true,
36712                        "default": "0.0631",
36713                        "max": "15.8489",
36714                        "min": "0.00025",
36715                        "mutable": "null",
36716                        "readable": true,
36717                        "type": "gfloat",
36718                        "writable": true
36719                    },
36720                    "rl2": {
36721                        "blurb": "Relative level 2",
36722                        "conditionally-available": false,
36723                        "construct": true,
36724                        "construct-only": false,
36725                        "controllable": true,
36726                        "default": "0.01585",
36727                        "max": "15.8489",
36728                        "min": "0.00025",
36729                        "mutable": "null",
36730                        "readable": true,
36731                        "type": "gfloat",
36732                        "writable": true
36733                    },
36734                    "rl3": {
36735                        "blurb": "Relative level 3",
36736                        "conditionally-available": false,
36737                        "construct": true,
36738                        "construct-only": false,
36739                        "controllable": true,
36740                        "default": "0.00398",
36741                        "max": "15.8489",
36742                        "min": "0.00025",
36743                        "mutable": "null",
36744                        "readable": true,
36745                        "type": "gfloat",
36746                        "writable": true
36747                    },
36748                    "rlm": {
36749                        "blurb": "Reduction level meter",
36750                        "conditionally-available": false,
36751                        "construct": false,
36752                        "construct-only": false,
36753                        "controllable": true,
36754                        "default": "0",
36755                        "max": "251.189",
36756                        "min": "0",
36757                        "mutable": "null",
36758                        "readable": true,
36759                        "type": "gfloat",
36760                        "writable": false
36761                    },
36762                    "rt0": {
36763                        "blurb": "Release time 0",
36764                        "conditionally-available": false,
36765                        "construct": true,
36766                        "construct-only": false,
36767                        "controllable": true,
36768                        "default": "100",
36769                        "max": "5000",
36770                        "min": "0",
36771                        "mutable": "null",
36772                        "readable": true,
36773                        "type": "gfloat",
36774                        "writable": true
36775                    },
36776                    "rt1": {
36777                        "blurb": "Release time 1",
36778                        "conditionally-available": false,
36779                        "construct": true,
36780                        "construct-only": false,
36781                        "controllable": true,
36782                        "default": "100",
36783                        "max": "5000",
36784                        "min": "0",
36785                        "mutable": "null",
36786                        "readable": true,
36787                        "type": "gfloat",
36788                        "writable": true
36789                    },
36790                    "rt2": {
36791                        "blurb": "Release time 2",
36792                        "conditionally-available": false,
36793                        "construct": true,
36794                        "construct-only": false,
36795                        "controllable": true,
36796                        "default": "100",
36797                        "max": "5000",
36798                        "min": "0",
36799                        "mutable": "null",
36800                        "readable": true,
36801                        "type": "gfloat",
36802                        "writable": true
36803                    },
36804                    "rt3": {
36805                        "blurb": "Release time 3",
36806                        "conditionally-available": false,
36807                        "construct": true,
36808                        "construct-only": false,
36809                        "controllable": true,
36810                        "default": "100",
36811                        "max": "5000",
36812                        "min": "0",
36813                        "mutable": "null",
36814                        "readable": true,
36815                        "type": "gfloat",
36816                        "writable": true
36817                    },
36818                    "rtd": {
36819                        "blurb": "Release time default",
36820                        "conditionally-available": false,
36821                        "construct": true,
36822                        "construct-only": false,
36823                        "controllable": true,
36824                        "default": "100",
36825                        "max": "5000",
36826                        "min": "0",
36827                        "mutable": "null",
36828                        "readable": true,
36829                        "type": "gfloat",
36830                        "writable": true
36831                    },
36832                    "scl": {
36833                        "blurb": "Sidechain listen",
36834                        "conditionally-available": false,
36835                        "construct": true,
36836                        "construct-only": false,
36837                        "controllable": true,
36838                        "default": "false",
36839                        "mutable": "null",
36840                        "readable": true,
36841                        "type": "gboolean",
36842                        "writable": true
36843                    },
36844                    "scm": {
36845                        "blurb": "Sidechain mode",
36846                        "conditionally-available": false,
36847                        "construct": true,
36848                        "construct-only": false,
36849                        "controllable": true,
36850                        "default": "RMS (1)",
36851                        "mutable": "null",
36852                        "readable": true,
36853                        "type": "lsp-plug-in-plugins-lv2-dyna-processor-monoscm",
36854                        "writable": true
36855                    },
36856                    "scp": {
36857                        "blurb": "Sidechain preamp",
36858                        "conditionally-available": false,
36859                        "construct": true,
36860                        "construct-only": false,
36861                        "controllable": true,
36862                        "default": "1",
36863                        "max": "100",
36864                        "min": "0",
36865                        "mutable": "null",
36866                        "readable": true,
36867                        "type": "gfloat",
36868                        "writable": true
36869                    },
36870                    "scr": {
36871                        "blurb": "Sidechain reactivity",
36872                        "conditionally-available": false,
36873                        "construct": true,
36874                        "construct-only": false,
36875                        "controllable": true,
36876                        "default": "10",
36877                        "max": "250",
36878                        "min": "0",
36879                        "mutable": "null",
36880                        "readable": true,
36881                        "type": "gfloat",
36882                        "writable": true
36883                    },
36884                    "sct": {
36885                        "blurb": "Sidechain type",
36886                        "conditionally-available": false,
36887                        "construct": true,
36888                        "construct-only": false,
36889                        "controllable": true,
36890                        "default": "Feed-forward (0)",
36891                        "mutable": "null",
36892                        "readable": true,
36893                        "type": "lsp-plug-in-plugins-lv2-dyna-processor-monosct",
36894                        "writable": true
36895                    },
36896                    "sla": {
36897                        "blurb": "Sidechain lookahead",
36898                        "conditionally-available": false,
36899                        "construct": true,
36900                        "construct-only": false,
36901                        "controllable": true,
36902                        "default": "0",
36903                        "max": "20",
36904                        "min": "0",
36905                        "mutable": "null",
36906                        "readable": true,
36907                        "type": "gfloat",
36908                        "writable": true
36909                    },
36910                    "slm": {
36911                        "blurb": "Sidechain level meter",
36912                        "conditionally-available": false,
36913                        "construct": false,
36914                        "construct-only": false,
36915                        "controllable": true,
36916                        "default": "0",
36917                        "max": "15.8489",
36918                        "min": "0",
36919                        "mutable": "null",
36920                        "readable": true,
36921                        "type": "gfloat",
36922                        "writable": false
36923                    },
36924                    "slv": {
36925                        "blurb": "Sidechain level visibility",
36926                        "conditionally-available": false,
36927                        "construct": true,
36928                        "construct-only": false,
36929                        "controllable": true,
36930                        "default": "false",
36931                        "mutable": "null",
36932                        "readable": true,
36933                        "type": "gboolean",
36934                        "writable": true
36935                    },
36936                    "tl0": {
36937                        "blurb": "Threshold 0",
36938                        "conditionally-available": false,
36939                        "construct": true,
36940                        "construct-only": false,
36941                        "controllable": true,
36942                        "default": "0.25119",
36943                        "max": "15.8489",
36944                        "min": "0.00025",
36945                        "mutable": "null",
36946                        "readable": true,
36947                        "type": "gfloat",
36948                        "writable": true
36949                    },
36950                    "tl1": {
36951                        "blurb": "Threshold 1",
36952                        "conditionally-available": false,
36953                        "construct": true,
36954                        "construct-only": false,
36955                        "controllable": true,
36956                        "default": "0.0631",
36957                        "max": "15.8489",
36958                        "min": "0.00025",
36959                        "mutable": "null",
36960                        "readable": true,
36961                        "type": "gfloat",
36962                        "writable": true
36963                    },
36964                    "tl2": {
36965                        "blurb": "Threshold 2",
36966                        "conditionally-available": false,
36967                        "construct": true,
36968                        "construct-only": false,
36969                        "controllable": true,
36970                        "default": "0.01585",
36971                        "max": "15.8489",
36972                        "min": "0.00025",
36973                        "mutable": "null",
36974                        "readable": true,
36975                        "type": "gfloat",
36976                        "writable": true
36977                    },
36978                    "tl3": {
36979                        "blurb": "Threshold 3",
36980                        "conditionally-available": false,
36981                        "construct": true,
36982                        "construct-only": false,
36983                        "controllable": true,
36984                        "default": "0.00398",
36985                        "max": "15.8489",
36986                        "min": "0.00025",
36987                        "mutable": "null",
36988                        "readable": true,
36989                        "type": "gfloat",
36990                        "writable": true
36991                    }
36992                },
36993                "rank": "none"
36994            },
36995            "lsp-plug-in-plugins-lv2-dyna-processor-ms": {
36996                "author": "LSP LV2",
36997                "description": "LSP Dynamic Processor MidSide",
36998                "hierarchy": [
36999                    "lsp-plug-in-plugins-lv2-dyna-processor-ms",
37000                    "GstAudioFilter",
37001                    "GstBaseTransform",
37002                    "GstElement",
37003                    "GstObject",
37004                    "GInitiallyUnowned",
37005                    "GObject"
37006                ],
37007                "interfaces": [
37008                    "GstPreset"
37009                ],
37010                "klass": "Filter/Effect/Audio/LV2/Dynamics",
37011                "long-name": "LSP Dynamic Processor MidSide",
37012                "pad-templates": {
37013                    "sink": {
37014                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
37015                        "direction": "sink",
37016                        "presence": "always"
37017                    },
37018                    "src": {
37019                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
37020                        "direction": "src",
37021                        "presence": "always"
37022                    }
37023                },
37024                "properties": {
37025                    "ae0-m": {
37026                        "blurb": "Attack enable 0 Mid",
37027                        "conditionally-available": false,
37028                        "construct": true,
37029                        "construct-only": false,
37030                        "controllable": true,
37031                        "default": "false",
37032                        "mutable": "null",
37033                        "readable": true,
37034                        "type": "gboolean",
37035                        "writable": true
37036                    },
37037                    "ae0-s": {
37038                        "blurb": "Attack enable 0 Side",
37039                        "conditionally-available": false,
37040                        "construct": true,
37041                        "construct-only": false,
37042                        "controllable": true,
37043                        "default": "false",
37044                        "mutable": "null",
37045                        "readable": true,
37046                        "type": "gboolean",
37047                        "writable": true
37048                    },
37049                    "ae1-m": {
37050                        "blurb": "Attack enable 1 Mid",
37051                        "conditionally-available": false,
37052                        "construct": true,
37053                        "construct-only": false,
37054                        "controllable": true,
37055                        "default": "false",
37056                        "mutable": "null",
37057                        "readable": true,
37058                        "type": "gboolean",
37059                        "writable": true
37060                    },
37061                    "ae1-s": {
37062                        "blurb": "Attack enable 1 Side",
37063                        "conditionally-available": false,
37064                        "construct": true,
37065                        "construct-only": false,
37066                        "controllable": true,
37067                        "default": "false",
37068                        "mutable": "null",
37069                        "readable": true,
37070                        "type": "gboolean",
37071                        "writable": true
37072                    },
37073                    "ae2-m": {
37074                        "blurb": "Attack enable 2 Mid",
37075                        "conditionally-available": false,
37076                        "construct": true,
37077                        "construct-only": false,
37078                        "controllable": true,
37079                        "default": "false",
37080                        "mutable": "null",
37081                        "readable": true,
37082                        "type": "gboolean",
37083                        "writable": true
37084                    },
37085                    "ae2-s": {
37086                        "blurb": "Attack enable 2 Side",
37087                        "conditionally-available": false,
37088                        "construct": true,
37089                        "construct-only": false,
37090                        "controllable": true,
37091                        "default": "false",
37092                        "mutable": "null",
37093                        "readable": true,
37094                        "type": "gboolean",
37095                        "writable": true
37096                    },
37097                    "ae3-m": {
37098                        "blurb": "Attack enable 3 Mid",
37099                        "conditionally-available": false,
37100                        "construct": true,
37101                        "construct-only": false,
37102                        "controllable": true,
37103                        "default": "false",
37104                        "mutable": "null",
37105                        "readable": true,
37106                        "type": "gboolean",
37107                        "writable": true
37108                    },
37109                    "ae3-s": {
37110                        "blurb": "Attack enable 3 Side",
37111                        "conditionally-available": false,
37112                        "construct": true,
37113                        "construct-only": false,
37114                        "controllable": true,
37115                        "default": "false",
37116                        "mutable": "null",
37117                        "readable": true,
37118                        "type": "gboolean",
37119                        "writable": true
37120                    },
37121                    "al0-m": {
37122                        "blurb": "Attack level 0 Mid",
37123                        "conditionally-available": false,
37124                        "construct": true,
37125                        "construct-only": false,
37126                        "controllable": true,
37127                        "default": "0.25119",
37128                        "max": "15.8489",
37129                        "min": "0.00025",
37130                        "mutable": "null",
37131                        "readable": true,
37132                        "type": "gfloat",
37133                        "writable": true
37134                    },
37135                    "al0-s": {
37136                        "blurb": "Attack level 0 Side",
37137                        "conditionally-available": false,
37138                        "construct": true,
37139                        "construct-only": false,
37140                        "controllable": true,
37141                        "default": "0.25119",
37142                        "max": "15.8489",
37143                        "min": "0.00025",
37144                        "mutable": "null",
37145                        "readable": true,
37146                        "type": "gfloat",
37147                        "writable": true
37148                    },
37149                    "al1-m": {
37150                        "blurb": "Attack level 1 Mid",
37151                        "conditionally-available": false,
37152                        "construct": true,
37153                        "construct-only": false,
37154                        "controllable": true,
37155                        "default": "0.0631",
37156                        "max": "15.8489",
37157                        "min": "0.00025",
37158                        "mutable": "null",
37159                        "readable": true,
37160                        "type": "gfloat",
37161                        "writable": true
37162                    },
37163                    "al1-s": {
37164                        "blurb": "Attack level 1 Side",
37165                        "conditionally-available": false,
37166                        "construct": true,
37167                        "construct-only": false,
37168                        "controllable": true,
37169                        "default": "0.0631",
37170                        "max": "15.8489",
37171                        "min": "0.00025",
37172                        "mutable": "null",
37173                        "readable": true,
37174                        "type": "gfloat",
37175                        "writable": true
37176                    },
37177                    "al2-m": {
37178                        "blurb": "Attack level 2 Mid",
37179                        "conditionally-available": false,
37180                        "construct": true,
37181                        "construct-only": false,
37182                        "controllable": true,
37183                        "default": "0.01585",
37184                        "max": "15.8489",
37185                        "min": "0.00025",
37186                        "mutable": "null",
37187                        "readable": true,
37188                        "type": "gfloat",
37189                        "writable": true
37190                    },
37191                    "al2-s": {
37192                        "blurb": "Attack level 2 Side",
37193                        "conditionally-available": false,
37194                        "construct": true,
37195                        "construct-only": false,
37196                        "controllable": true,
37197                        "default": "0.01585",
37198                        "max": "15.8489",
37199                        "min": "0.00025",
37200                        "mutable": "null",
37201                        "readable": true,
37202                        "type": "gfloat",
37203                        "writable": true
37204                    },
37205                    "al3-m": {
37206                        "blurb": "Attack level 3 Mid",
37207                        "conditionally-available": false,
37208                        "construct": true,
37209                        "construct-only": false,
37210                        "controllable": true,
37211                        "default": "0.00398",
37212                        "max": "15.8489",
37213                        "min": "0.00025",
37214                        "mutable": "null",
37215                        "readable": true,
37216                        "type": "gfloat",
37217                        "writable": true
37218                    },
37219                    "al3-s": {
37220                        "blurb": "Attack level 3 Side",
37221                        "conditionally-available": false,
37222                        "construct": true,
37223                        "construct-only": false,
37224                        "controllable": true,
37225                        "default": "0.00398",
37226                        "max": "15.8489",
37227                        "min": "0.00025",
37228                        "mutable": "null",
37229                        "readable": true,
37230                        "type": "gfloat",
37231                        "writable": true
37232                    },
37233                    "at0-m": {
37234                        "blurb": "Attack time 0 Mid",
37235                        "conditionally-available": false,
37236                        "construct": true,
37237                        "construct-only": false,
37238                        "controllable": true,
37239                        "default": "20",
37240                        "max": "5000",
37241                        "min": "0",
37242                        "mutable": "null",
37243                        "readable": true,
37244                        "type": "gfloat",
37245                        "writable": true
37246                    },
37247                    "at0-s": {
37248                        "blurb": "Attack time 0 Side",
37249                        "conditionally-available": false,
37250                        "construct": true,
37251                        "construct-only": false,
37252                        "controllable": true,
37253                        "default": "20",
37254                        "max": "5000",
37255                        "min": "0",
37256                        "mutable": "null",
37257                        "readable": true,
37258                        "type": "gfloat",
37259                        "writable": true
37260                    },
37261                    "at1-m": {
37262                        "blurb": "Attack time 1 Mid",
37263                        "conditionally-available": false,
37264                        "construct": true,
37265                        "construct-only": false,
37266                        "controllable": true,
37267                        "default": "20",
37268                        "max": "5000",
37269                        "min": "0",
37270                        "mutable": "null",
37271                        "readable": true,
37272                        "type": "gfloat",
37273                        "writable": true
37274                    },
37275                    "at1-s": {
37276                        "blurb": "Attack time 1 Side",
37277                        "conditionally-available": false,
37278                        "construct": true,
37279                        "construct-only": false,
37280                        "controllable": true,
37281                        "default": "20",
37282                        "max": "5000",
37283                        "min": "0",
37284                        "mutable": "null",
37285                        "readable": true,
37286                        "type": "gfloat",
37287                        "writable": true
37288                    },
37289                    "at2-m": {
37290                        "blurb": "Attack time 2 Mid",
37291                        "conditionally-available": false,
37292                        "construct": true,
37293                        "construct-only": false,
37294                        "controllable": true,
37295                        "default": "20",
37296                        "max": "5000",
37297                        "min": "0",
37298                        "mutable": "null",
37299                        "readable": true,
37300                        "type": "gfloat",
37301                        "writable": true
37302                    },
37303                    "at2-s": {
37304                        "blurb": "Attack time 2 Side",
37305                        "conditionally-available": false,
37306                        "construct": true,
37307                        "construct-only": false,
37308                        "controllable": true,
37309                        "default": "20",
37310                        "max": "5000",
37311                        "min": "0",
37312                        "mutable": "null",
37313                        "readable": true,
37314                        "type": "gfloat",
37315                        "writable": true
37316                    },
37317                    "at3-m": {
37318                        "blurb": "Attack time 3 Mid",
37319                        "conditionally-available": false,
37320                        "construct": true,
37321                        "construct-only": false,
37322                        "controllable": true,
37323                        "default": "20",
37324                        "max": "5000",
37325                        "min": "0",
37326                        "mutable": "null",
37327                        "readable": true,
37328                        "type": "gfloat",
37329                        "writable": true
37330                    },
37331                    "at3-s": {
37332                        "blurb": "Attack time 3 Side",
37333                        "conditionally-available": false,
37334                        "construct": true,
37335                        "construct-only": false,
37336                        "controllable": true,
37337                        "default": "20",
37338                        "max": "5000",
37339                        "min": "0",
37340                        "mutable": "null",
37341                        "readable": true,
37342                        "type": "gfloat",
37343                        "writable": true
37344                    },
37345                    "atd-m": {
37346                        "blurb": "Attack time default Mid",
37347                        "conditionally-available": false,
37348                        "construct": true,
37349                        "construct-only": false,
37350                        "controllable": true,
37351                        "default": "20",
37352                        "max": "5000",
37353                        "min": "0",
37354                        "mutable": "null",
37355                        "readable": true,
37356                        "type": "gfloat",
37357                        "writable": true
37358                    },
37359                    "atd-s": {
37360                        "blurb": "Attack time default Side",
37361                        "conditionally-available": false,
37362                        "construct": true,
37363                        "construct-only": false,
37364                        "controllable": true,
37365                        "default": "20",
37366                        "max": "5000",
37367                        "min": "0",
37368                        "mutable": "null",
37369                        "readable": true,
37370                        "type": "gfloat",
37371                        "writable": true
37372                    },
37373                    "bypass": {
37374                        "blurb": "Bypass",
37375                        "conditionally-available": false,
37376                        "construct": true,
37377                        "construct-only": false,
37378                        "controllable": true,
37379                        "default": "false",
37380                        "mutable": "null",
37381                        "readable": true,
37382                        "type": "gboolean",
37383                        "writable": true
37384                    },
37385                    "cdr-m": {
37386                        "blurb": "Dry gain Mid",
37387                        "conditionally-available": false,
37388                        "construct": true,
37389                        "construct-only": false,
37390                        "controllable": true,
37391                        "default": "0",
37392                        "max": "10",
37393                        "min": "0",
37394                        "mutable": "null",
37395                        "readable": true,
37396                        "type": "gfloat",
37397                        "writable": true
37398                    },
37399                    "cdr-s": {
37400                        "blurb": "Dry gain Side",
37401                        "conditionally-available": false,
37402                        "construct": true,
37403                        "construct-only": false,
37404                        "controllable": true,
37405                        "default": "0",
37406                        "max": "10",
37407                        "min": "0",
37408                        "mutable": "null",
37409                        "readable": true,
37410                        "type": "gfloat",
37411                        "writable": true
37412                    },
37413                    "clear": {
37414                        "blurb": "Clear graph analysis",
37415                        "conditionally-available": false,
37416                        "construct": true,
37417                        "construct-only": false,
37418                        "controllable": true,
37419                        "default": "false",
37420                        "mutable": "null",
37421                        "readable": true,
37422                        "type": "gboolean",
37423                        "writable": true
37424                    },
37425                    "clm-m": {
37426                        "blurb": "Curve level meter Mid",
37427                        "conditionally-available": false,
37428                        "construct": false,
37429                        "construct-only": false,
37430                        "controllable": true,
37431                        "default": "0",
37432                        "max": "15.8489",
37433                        "min": "0",
37434                        "mutable": "null",
37435                        "readable": true,
37436                        "type": "gfloat",
37437                        "writable": false
37438                    },
37439                    "clm-s": {
37440                        "blurb": "Curve level meter Side",
37441                        "conditionally-available": false,
37442                        "construct": false,
37443                        "construct-only": false,
37444                        "controllable": true,
37445                        "default": "0",
37446                        "max": "15.8489",
37447                        "min": "0",
37448                        "mutable": "null",
37449                        "readable": true,
37450                        "type": "gfloat",
37451                        "writable": false
37452                    },
37453                    "cmv-m": {
37454                        "blurb": "Curve modelling visibility Mid",
37455                        "conditionally-available": false,
37456                        "construct": true,
37457                        "construct-only": false,
37458                        "controllable": true,
37459                        "default": "false",
37460                        "mutable": "null",
37461                        "readable": true,
37462                        "type": "gboolean",
37463                        "writable": true
37464                    },
37465                    "cmv-s": {
37466                        "blurb": "Curve modelling visibility Side",
37467                        "conditionally-available": false,
37468                        "construct": true,
37469                        "construct-only": false,
37470                        "controllable": true,
37471                        "default": "false",
37472                        "mutable": "null",
37473                        "readable": true,
37474                        "type": "gboolean",
37475                        "writable": true
37476                    },
37477                    "cwt-m": {
37478                        "blurb": "Wet gain Mid",
37479                        "conditionally-available": false,
37480                        "construct": true,
37481                        "construct-only": false,
37482                        "controllable": true,
37483                        "default": "1",
37484                        "max": "10",
37485                        "min": "0",
37486                        "mutable": "null",
37487                        "readable": true,
37488                        "type": "gfloat",
37489                        "writable": true
37490                    },
37491                    "cwt-s": {
37492                        "blurb": "Wet gain Side",
37493                        "conditionally-available": false,
37494                        "construct": true,
37495                        "construct-only": false,
37496                        "controllable": true,
37497                        "default": "1",
37498                        "max": "10",
37499                        "min": "0",
37500                        "mutable": "null",
37501                        "readable": true,
37502                        "type": "gfloat",
37503                        "writable": true
37504                    },
37505                    "elm-m": {
37506                        "blurb": "Envelope level meter Mid",
37507                        "conditionally-available": false,
37508                        "construct": false,
37509                        "construct-only": false,
37510                        "controllable": true,
37511                        "default": "0",
37512                        "max": "15.8489",
37513                        "min": "0",
37514                        "mutable": "null",
37515                        "readable": true,
37516                        "type": "gfloat",
37517                        "writable": false
37518                    },
37519                    "elm-s": {
37520                        "blurb": "Envelope level meter Side",
37521                        "conditionally-available": false,
37522                        "construct": false,
37523                        "construct-only": false,
37524                        "controllable": true,
37525                        "default": "0",
37526                        "max": "15.8489",
37527                        "min": "0",
37528                        "mutable": "null",
37529                        "readable": true,
37530                        "type": "gfloat",
37531                        "writable": false
37532                    },
37533                    "elv-m": {
37534                        "blurb": "Envelope level visibility Mid",
37535                        "conditionally-available": false,
37536                        "construct": true,
37537                        "construct-only": false,
37538                        "controllable": true,
37539                        "default": "false",
37540                        "mutable": "null",
37541                        "readable": true,
37542                        "type": "gboolean",
37543                        "writable": true
37544                    },
37545                    "elv-s": {
37546                        "blurb": "Envelope level visibility Side",
37547                        "conditionally-available": false,
37548                        "construct": true,
37549                        "construct-only": false,
37550                        "controllable": true,
37551                        "default": "false",
37552                        "mutable": "null",
37553                        "readable": true,
37554                        "type": "gboolean",
37555                        "writable": true
37556                    },
37557                    "g-in": {
37558                        "blurb": "Input gain",
37559                        "conditionally-available": false,
37560                        "construct": true,
37561                        "construct-only": false,
37562                        "controllable": true,
37563                        "default": "1",
37564                        "max": "10",
37565                        "min": "0",
37566                        "mutable": "null",
37567                        "readable": true,
37568                        "type": "gfloat",
37569                        "writable": true
37570                    },
37571                    "g-out": {
37572                        "blurb": "Output gain",
37573                        "conditionally-available": false,
37574                        "construct": true,
37575                        "construct-only": false,
37576                        "controllable": true,
37577                        "default": "1",
37578                        "max": "10",
37579                        "min": "0",
37580                        "mutable": "null",
37581                        "readable": true,
37582                        "type": "gfloat",
37583                        "writable": true
37584                    },
37585                    "gl0-m": {
37586                        "blurb": "Gain 0 Mid",
37587                        "conditionally-available": false,
37588                        "construct": true,
37589                        "construct-only": false,
37590                        "controllable": true,
37591                        "default": "0.25119",
37592                        "max": "15.8489",
37593                        "min": "0.00025",
37594                        "mutable": "null",
37595                        "readable": true,
37596                        "type": "gfloat",
37597                        "writable": true
37598                    },
37599                    "gl0-s": {
37600                        "blurb": "Gain 0 Side",
37601                        "conditionally-available": false,
37602                        "construct": true,
37603                        "construct-only": false,
37604                        "controllable": true,
37605                        "default": "0.25119",
37606                        "max": "15.8489",
37607                        "min": "0.00025",
37608                        "mutable": "null",
37609                        "readable": true,
37610                        "type": "gfloat",
37611                        "writable": true
37612                    },
37613                    "gl1-m": {
37614                        "blurb": "Gain 1 Mid",
37615                        "conditionally-available": false,
37616                        "construct": true,
37617                        "construct-only": false,
37618                        "controllable": true,
37619                        "default": "0.0631",
37620                        "max": "15.8489",
37621                        "min": "0.00025",
37622                        "mutable": "null",
37623                        "readable": true,
37624                        "type": "gfloat",
37625                        "writable": true
37626                    },
37627                    "gl1-s": {
37628                        "blurb": "Gain 1 Side",
37629                        "conditionally-available": false,
37630                        "construct": true,
37631                        "construct-only": false,
37632                        "controllable": true,
37633                        "default": "0.0631",
37634                        "max": "15.8489",
37635                        "min": "0.00025",
37636                        "mutable": "null",
37637                        "readable": true,
37638                        "type": "gfloat",
37639                        "writable": true
37640                    },
37641                    "gl2-m": {
37642                        "blurb": "Gain 2 Mid",
37643                        "conditionally-available": false,
37644                        "construct": true,
37645                        "construct-only": false,
37646                        "controllable": true,
37647                        "default": "0.01585",
37648                        "max": "15.8489",
37649                        "min": "0.00025",
37650                        "mutable": "null",
37651                        "readable": true,
37652                        "type": "gfloat",
37653                        "writable": true
37654                    },
37655                    "gl2-s": {
37656                        "blurb": "Gain 2 Side",
37657                        "conditionally-available": false,
37658                        "construct": true,
37659                        "construct-only": false,
37660                        "controllable": true,
37661                        "default": "0.01585",
37662                        "max": "15.8489",
37663                        "min": "0.00025",
37664                        "mutable": "null",
37665                        "readable": true,
37666                        "type": "gfloat",
37667                        "writable": true
37668                    },
37669                    "gl3-m": {
37670                        "blurb": "Gain 3 Mid",
37671                        "conditionally-available": false,
37672                        "construct": true,
37673                        "construct-only": false,
37674                        "controllable": true,
37675                        "default": "0.00398",
37676                        "max": "15.8489",
37677                        "min": "0.00025",
37678                        "mutable": "null",
37679                        "readable": true,
37680                        "type": "gfloat",
37681                        "writable": true
37682                    },
37683                    "gl3-s": {
37684                        "blurb": "Gain 3 Side",
37685                        "conditionally-available": false,
37686                        "construct": true,
37687                        "construct-only": false,
37688                        "controllable": true,
37689                        "default": "0.00398",
37690                        "max": "15.8489",
37691                        "min": "0.00025",
37692                        "mutable": "null",
37693                        "readable": true,
37694                        "type": "gfloat",
37695                        "writable": true
37696                    },
37697                    "grv-m": {
37698                        "blurb": "Gain reduction visibility Mid",
37699                        "conditionally-available": false,
37700                        "construct": true,
37701                        "construct-only": false,
37702                        "controllable": true,
37703                        "default": "false",
37704                        "mutable": "null",
37705                        "readable": true,
37706                        "type": "gboolean",
37707                        "writable": true
37708                    },
37709                    "grv-s": {
37710                        "blurb": "Gain reduction visibility Side",
37711                        "conditionally-available": false,
37712                        "construct": true,
37713                        "construct-only": false,
37714                        "controllable": true,
37715                        "default": "false",
37716                        "mutable": "null",
37717                        "readable": true,
37718                        "type": "gboolean",
37719                        "writable": true
37720                    },
37721                    "hlr-m": {
37722                        "blurb": "High-level ratio Mid",
37723                        "conditionally-available": false,
37724                        "construct": true,
37725                        "construct-only": false,
37726                        "controllable": true,
37727                        "default": "1",
37728                        "max": "100",
37729                        "min": "0.01",
37730                        "mutable": "null",
37731                        "readable": true,
37732                        "type": "gfloat",
37733                        "writable": true
37734                    },
37735                    "hlr-s": {
37736                        "blurb": "High-level ratio Side",
37737                        "conditionally-available": false,
37738                        "construct": true,
37739                        "construct-only": false,
37740                        "controllable": true,
37741                        "default": "1",
37742                        "max": "100",
37743                        "min": "0.01",
37744                        "mutable": "null",
37745                        "readable": true,
37746                        "type": "gfloat",
37747                        "writable": true
37748                    },
37749                    "ilm-m": {
37750                        "blurb": "Input level meter Mid",
37751                        "conditionally-available": false,
37752                        "construct": false,
37753                        "construct-only": false,
37754                        "controllable": true,
37755                        "default": "0",
37756                        "max": "15.8489",
37757                        "min": "0",
37758                        "mutable": "null",
37759                        "readable": true,
37760                        "type": "gfloat",
37761                        "writable": false
37762                    },
37763                    "ilm-s": {
37764                        "blurb": "Input level meter Side",
37765                        "conditionally-available": false,
37766                        "construct": false,
37767                        "construct-only": false,
37768                        "controllable": true,
37769                        "default": "0",
37770                        "max": "15.8489",
37771                        "min": "0",
37772                        "mutable": "null",
37773                        "readable": true,
37774                        "type": "gfloat",
37775                        "writable": false
37776                    },
37777                    "ilv-m": {
37778                        "blurb": "Input level visibility Mid",
37779                        "conditionally-available": false,
37780                        "construct": true,
37781                        "construct-only": false,
37782                        "controllable": true,
37783                        "default": "false",
37784                        "mutable": "null",
37785                        "readable": true,
37786                        "type": "gboolean",
37787                        "writable": true
37788                    },
37789                    "ilv-s": {
37790                        "blurb": "Input level visibility Side",
37791                        "conditionally-available": false,
37792                        "construct": true,
37793                        "construct-only": false,
37794                        "controllable": true,
37795                        "default": "false",
37796                        "mutable": "null",
37797                        "readable": true,
37798                        "type": "gboolean",
37799                        "writable": true
37800                    },
37801                    "kn0-m": {
37802                        "blurb": "Knee 0 Mid",
37803                        "conditionally-available": false,
37804                        "construct": true,
37805                        "construct-only": false,
37806                        "controllable": true,
37807                        "default": "0.50118",
37808                        "max": "1",
37809                        "min": "0.0631",
37810                        "mutable": "null",
37811                        "readable": true,
37812                        "type": "gfloat",
37813                        "writable": true
37814                    },
37815                    "kn0-s": {
37816                        "blurb": "Knee 0 Side",
37817                        "conditionally-available": false,
37818                        "construct": true,
37819                        "construct-only": false,
37820                        "controllable": true,
37821                        "default": "0.50118",
37822                        "max": "1",
37823                        "min": "0.0631",
37824                        "mutable": "null",
37825                        "readable": true,
37826                        "type": "gfloat",
37827                        "writable": true
37828                    },
37829                    "kn1-m": {
37830                        "blurb": "Knee 1 Mid",
37831                        "conditionally-available": false,
37832                        "construct": true,
37833                        "construct-only": false,
37834                        "controllable": true,
37835                        "default": "0.50118",
37836                        "max": "1",
37837                        "min": "0.0631",
37838                        "mutable": "null",
37839                        "readable": true,
37840                        "type": "gfloat",
37841                        "writable": true
37842                    },
37843                    "kn1-s": {
37844                        "blurb": "Knee 1 Side",
37845                        "conditionally-available": false,
37846                        "construct": true,
37847                        "construct-only": false,
37848                        "controllable": true,
37849                        "default": "0.50118",
37850                        "max": "1",
37851                        "min": "0.0631",
37852                        "mutable": "null",
37853                        "readable": true,
37854                        "type": "gfloat",
37855                        "writable": true
37856                    },
37857                    "kn2-m": {
37858                        "blurb": "Knee 2 Mid",
37859                        "conditionally-available": false,
37860                        "construct": true,
37861                        "construct-only": false,
37862                        "controllable": true,
37863                        "default": "0.50118",
37864                        "max": "1",
37865                        "min": "0.0631",
37866                        "mutable": "null",
37867                        "readable": true,
37868                        "type": "gfloat",
37869                        "writable": true
37870                    },
37871                    "kn2-s": {
37872                        "blurb": "Knee 2 Side",
37873                        "conditionally-available": false,
37874                        "construct": true,
37875                        "construct-only": false,
37876                        "controllable": true,
37877                        "default": "0.50118",
37878                        "max": "1",
37879                        "min": "0.0631",
37880                        "mutable": "null",
37881                        "readable": true,
37882                        "type": "gfloat",
37883                        "writable": true
37884                    },
37885                    "kn3-m": {
37886                        "blurb": "Knee 3 Mid",
37887                        "conditionally-available": false,
37888                        "construct": true,
37889                        "construct-only": false,
37890                        "controllable": true,
37891                        "default": "0.50118",
37892                        "max": "1",
37893                        "min": "0.0631",
37894                        "mutable": "null",
37895                        "readable": true,
37896                        "type": "gfloat",
37897                        "writable": true
37898                    },
37899                    "kn3-s": {
37900                        "blurb": "Knee 3 Side",
37901                        "conditionally-available": false,
37902                        "construct": true,
37903                        "construct-only": false,
37904                        "controllable": true,
37905                        "default": "0.50118",
37906                        "max": "1",
37907                        "min": "0.0631",
37908                        "mutable": "null",
37909                        "readable": true,
37910                        "type": "gfloat",
37911                        "writable": true
37912                    },
37913                    "llr-m": {
37914                        "blurb": "Low-level ratio Mid",
37915                        "conditionally-available": false,
37916                        "construct": true,
37917                        "construct-only": false,
37918                        "controllable": true,
37919                        "default": "1",
37920                        "max": "100",
37921                        "min": "0.01",
37922                        "mutable": "null",
37923                        "readable": true,
37924                        "type": "gfloat",
37925                        "writable": true
37926                    },
37927                    "llr-s": {
37928                        "blurb": "Low-level ratio Side",
37929                        "conditionally-available": false,
37930                        "construct": true,
37931                        "construct-only": false,
37932                        "controllable": true,
37933                        "default": "1",
37934                        "max": "100",
37935                        "min": "0.01",
37936                        "mutable": "null",
37937                        "readable": true,
37938                        "type": "gfloat",
37939                        "writable": true
37940                    },
37941                    "msl": {
37942                        "blurb": "Mid/Side listen",
37943                        "conditionally-available": false,
37944                        "construct": true,
37945                        "construct-only": false,
37946                        "controllable": true,
37947                        "default": "false",
37948                        "mutable": "null",
37949                        "readable": true,
37950                        "type": "gboolean",
37951                        "writable": true
37952                    },
37953                    "olm-m": {
37954                        "blurb": "Output level meter Mid",
37955                        "conditionally-available": false,
37956                        "construct": false,
37957                        "construct-only": false,
37958                        "controllable": true,
37959                        "default": "0",
37960                        "max": "15.8489",
37961                        "min": "0",
37962                        "mutable": "null",
37963                        "readable": true,
37964                        "type": "gfloat",
37965                        "writable": false
37966                    },
37967                    "olm-s": {
37968                        "blurb": "Output level meter Side",
37969                        "conditionally-available": false,
37970                        "construct": false,
37971                        "construct-only": false,
37972                        "controllable": true,
37973                        "default": "0",
37974                        "max": "15.8489",
37975                        "min": "0",
37976                        "mutable": "null",
37977                        "readable": true,
37978                        "type": "gfloat",
37979                        "writable": false
37980                    },
37981                    "olv-m": {
37982                        "blurb": "Output level visibility Mid",
37983                        "conditionally-available": false,
37984                        "construct": true,
37985                        "construct-only": false,
37986                        "controllable": true,
37987                        "default": "false",
37988                        "mutable": "null",
37989                        "readable": true,
37990                        "type": "gboolean",
37991                        "writable": true
37992                    },
37993                    "olv-s": {
37994                        "blurb": "Output level visibility Side",
37995                        "conditionally-available": false,
37996                        "construct": true,
37997                        "construct-only": false,
37998                        "controllable": true,
37999                        "default": "false",
38000                        "mutable": "null",
38001                        "readable": true,
38002                        "type": "gboolean",
38003                        "writable": true
38004                    },
38005                    "omk-m": {
38006                        "blurb": "Overall makeup gain Mid",
38007                        "conditionally-available": false,
38008                        "construct": true,
38009                        "construct-only": false,
38010                        "controllable": true,
38011                        "default": "1",
38012                        "max": "15.8489",
38013                        "min": "0.00025",
38014                        "mutable": "null",
38015                        "readable": true,
38016                        "type": "gfloat",
38017                        "writable": true
38018                    },
38019                    "omk-s": {
38020                        "blurb": "Overall makeup gain Side",
38021                        "conditionally-available": false,
38022                        "construct": true,
38023                        "construct-only": false,
38024                        "controllable": true,
38025                        "default": "1",
38026                        "max": "15.8489",
38027                        "min": "0.00025",
38028                        "mutable": "null",
38029                        "readable": true,
38030                        "type": "gfloat",
38031                        "writable": true
38032                    },
38033                    "out-latency": {
38034                        "blurb": "Latency OUT",
38035                        "conditionally-available": false,
38036                        "construct": false,
38037                        "construct-only": false,
38038                        "controllable": true,
38039                        "default": "0",
38040                        "max": "192000",
38041                        "min": "0",
38042                        "mutable": "null",
38043                        "readable": true,
38044                        "type": "gint",
38045                        "writable": false
38046                    },
38047                    "pause": {
38048                        "blurb": "Pause graph analysis",
38049                        "conditionally-available": false,
38050                        "construct": true,
38051                        "construct-only": false,
38052                        "controllable": true,
38053                        "default": "false",
38054                        "mutable": "null",
38055                        "readable": true,
38056                        "type": "gboolean",
38057                        "writable": true
38058                    },
38059                    "pe0-m": {
38060                        "blurb": "Point enable 0 Mid",
38061                        "conditionally-available": false,
38062                        "construct": true,
38063                        "construct-only": false,
38064                        "controllable": true,
38065                        "default": "false",
38066                        "mutable": "null",
38067                        "readable": true,
38068                        "type": "gboolean",
38069                        "writable": true
38070                    },
38071                    "pe0-s": {
38072                        "blurb": "Point enable 0 Side",
38073                        "conditionally-available": false,
38074                        "construct": true,
38075                        "construct-only": false,
38076                        "controllable": true,
38077                        "default": "false",
38078                        "mutable": "null",
38079                        "readable": true,
38080                        "type": "gboolean",
38081                        "writable": true
38082                    },
38083                    "pe1-m": {
38084                        "blurb": "Point enable 1 Mid",
38085                        "conditionally-available": false,
38086                        "construct": true,
38087                        "construct-only": false,
38088                        "controllable": true,
38089                        "default": "false",
38090                        "mutable": "null",
38091                        "readable": true,
38092                        "type": "gboolean",
38093                        "writable": true
38094                    },
38095                    "pe1-s": {
38096                        "blurb": "Point enable 1 Side",
38097                        "conditionally-available": false,
38098                        "construct": true,
38099                        "construct-only": false,
38100                        "controllable": true,
38101                        "default": "false",
38102                        "mutable": "null",
38103                        "readable": true,
38104                        "type": "gboolean",
38105                        "writable": true
38106                    },
38107                    "pe2-m": {
38108                        "blurb": "Point enable 2 Mid",
38109                        "conditionally-available": false,
38110                        "construct": true,
38111                        "construct-only": false,
38112                        "controllable": true,
38113                        "default": "false",
38114                        "mutable": "null",
38115                        "readable": true,
38116                        "type": "gboolean",
38117                        "writable": true
38118                    },
38119                    "pe2-s": {
38120                        "blurb": "Point enable 2 Side",
38121                        "conditionally-available": false,
38122                        "construct": true,
38123                        "construct-only": false,
38124                        "controllable": true,
38125                        "default": "false",
38126                        "mutable": "null",
38127                        "readable": true,
38128                        "type": "gboolean",
38129                        "writable": true
38130                    },
38131                    "pe3-m": {
38132                        "blurb": "Point enable 3 Mid",
38133                        "conditionally-available": false,
38134                        "construct": true,
38135                        "construct-only": false,
38136                        "controllable": true,
38137                        "default": "false",
38138                        "mutable": "null",
38139                        "readable": true,
38140                        "type": "gboolean",
38141                        "writable": true
38142                    },
38143                    "pe3-s": {
38144                        "blurb": "Point enable 3 Side",
38145                        "conditionally-available": false,
38146                        "construct": true,
38147                        "construct-only": false,
38148                        "controllable": true,
38149                        "default": "false",
38150                        "mutable": "null",
38151                        "readable": true,
38152                        "type": "gboolean",
38153                        "writable": true
38154                    },
38155                    "psel": {
38156                        "blurb": "Processor selector",
38157                        "conditionally-available": false,
38158                        "construct": true,
38159                        "construct-only": false,
38160                        "controllable": true,
38161                        "default": "Middle (0)",
38162                        "mutable": "null",
38163                        "readable": true,
38164                        "type": "lsp-plug-in-plugins-lv2-dyna-processor-mspsel",
38165                        "writable": true
38166                    },
38167                    "re0-m": {
38168                        "blurb": "Release enable 0 Mid",
38169                        "conditionally-available": false,
38170                        "construct": true,
38171                        "construct-only": false,
38172                        "controllable": true,
38173                        "default": "false",
38174                        "mutable": "null",
38175                        "readable": true,
38176                        "type": "gboolean",
38177                        "writable": true
38178                    },
38179                    "re0-s": {
38180                        "blurb": "Release enable 0 Side",
38181                        "conditionally-available": false,
38182                        "construct": true,
38183                        "construct-only": false,
38184                        "controllable": true,
38185                        "default": "false",
38186                        "mutable": "null",
38187                        "readable": true,
38188                        "type": "gboolean",
38189                        "writable": true
38190                    },
38191                    "re1-m": {
38192                        "blurb": "Release enable 1 Mid",
38193                        "conditionally-available": false,
38194                        "construct": true,
38195                        "construct-only": false,
38196                        "controllable": true,
38197                        "default": "false",
38198                        "mutable": "null",
38199                        "readable": true,
38200                        "type": "gboolean",
38201                        "writable": true
38202                    },
38203                    "re1-s": {
38204                        "blurb": "Release enable 1 Side",
38205                        "conditionally-available": false,
38206                        "construct": true,
38207                        "construct-only": false,
38208                        "controllable": true,
38209                        "default": "false",
38210                        "mutable": "null",
38211                        "readable": true,
38212                        "type": "gboolean",
38213                        "writable": true
38214                    },
38215                    "re2-m": {
38216                        "blurb": "Release enable 2 Mid",
38217                        "conditionally-available": false,
38218                        "construct": true,
38219                        "construct-only": false,
38220                        "controllable": true,
38221                        "default": "false",
38222                        "mutable": "null",
38223                        "readable": true,
38224                        "type": "gboolean",
38225                        "writable": true
38226                    },
38227                    "re2-s": {
38228                        "blurb": "Release enable 2 Side",
38229                        "conditionally-available": false,
38230                        "construct": true,
38231                        "construct-only": false,
38232                        "controllable": true,
38233                        "default": "false",
38234                        "mutable": "null",
38235                        "readable": true,
38236                        "type": "gboolean",
38237                        "writable": true
38238                    },
38239                    "re3-m": {
38240                        "blurb": "Release enable 3 Mid",
38241                        "conditionally-available": false,
38242                        "construct": true,
38243                        "construct-only": false,
38244                        "controllable": true,
38245                        "default": "false",
38246                        "mutable": "null",
38247                        "readable": true,
38248                        "type": "gboolean",
38249                        "writable": true
38250                    },
38251                    "re3-s": {
38252                        "blurb": "Release enable 3 Side",
38253                        "conditionally-available": false,
38254                        "construct": true,
38255                        "construct-only": false,
38256                        "controllable": true,
38257                        "default": "false",
38258                        "mutable": "null",
38259                        "readable": true,
38260                        "type": "gboolean",
38261                        "writable": true
38262                    },
38263                    "rl0-m": {
38264                        "blurb": "Relative level 0 Mid",
38265                        "conditionally-available": false,
38266                        "construct": true,
38267                        "construct-only": false,
38268                        "controllable": true,
38269                        "default": "0.25119",
38270                        "max": "15.8489",
38271                        "min": "0.00025",
38272                        "mutable": "null",
38273                        "readable": true,
38274                        "type": "gfloat",
38275                        "writable": true
38276                    },
38277                    "rl0-s": {
38278                        "blurb": "Relative level 0 Side",
38279                        "conditionally-available": false,
38280                        "construct": true,
38281                        "construct-only": false,
38282                        "controllable": true,
38283                        "default": "0.25119",
38284                        "max": "15.8489",
38285                        "min": "0.00025",
38286                        "mutable": "null",
38287                        "readable": true,
38288                        "type": "gfloat",
38289                        "writable": true
38290                    },
38291                    "rl1-m": {
38292                        "blurb": "Relative level 1 Mid",
38293                        "conditionally-available": false,
38294                        "construct": true,
38295                        "construct-only": false,
38296                        "controllable": true,
38297                        "default": "0.0631",
38298                        "max": "15.8489",
38299                        "min": "0.00025",
38300                        "mutable": "null",
38301                        "readable": true,
38302                        "type": "gfloat",
38303                        "writable": true
38304                    },
38305                    "rl1-s": {
38306                        "blurb": "Relative level 1 Side",
38307                        "conditionally-available": false,
38308                        "construct": true,
38309                        "construct-only": false,
38310                        "controllable": true,
38311                        "default": "0.0631",
38312                        "max": "15.8489",
38313                        "min": "0.00025",
38314                        "mutable": "null",
38315                        "readable": true,
38316                        "type": "gfloat",
38317                        "writable": true
38318                    },
38319                    "rl2-m": {
38320                        "blurb": "Relative level 2 Mid",
38321                        "conditionally-available": false,
38322                        "construct": true,
38323                        "construct-only": false,
38324                        "controllable": true,
38325                        "default": "0.01585",
38326                        "max": "15.8489",
38327                        "min": "0.00025",
38328                        "mutable": "null",
38329                        "readable": true,
38330                        "type": "gfloat",
38331                        "writable": true
38332                    },
38333                    "rl2-s": {
38334                        "blurb": "Relative level 2 Side",
38335                        "conditionally-available": false,
38336                        "construct": true,
38337                        "construct-only": false,
38338                        "controllable": true,
38339                        "default": "0.01585",
38340                        "max": "15.8489",
38341                        "min": "0.00025",
38342                        "mutable": "null",
38343                        "readable": true,
38344                        "type": "gfloat",
38345                        "writable": true
38346                    },
38347                    "rl3-m": {
38348                        "blurb": "Relative level 3 Mid",
38349                        "conditionally-available": false,
38350                        "construct": true,
38351                        "construct-only": false,
38352                        "controllable": true,
38353                        "default": "0.00398",
38354                        "max": "15.8489",
38355                        "min": "0.00025",
38356                        "mutable": "null",
38357                        "readable": true,
38358                        "type": "gfloat",
38359                        "writable": true
38360                    },
38361                    "rl3-s": {
38362                        "blurb": "Relative level 3 Side",
38363                        "conditionally-available": false,
38364                        "construct": true,
38365                        "construct-only": false,
38366                        "controllable": true,
38367                        "default": "0.00398",
38368                        "max": "15.8489",
38369                        "min": "0.00025",
38370                        "mutable": "null",
38371                        "readable": true,
38372                        "type": "gfloat",
38373                        "writable": true
38374                    },
38375                    "rlm-m": {
38376                        "blurb": "Reduction level meter Mid",
38377                        "conditionally-available": false,
38378                        "construct": false,
38379                        "construct-only": false,
38380                        "controllable": true,
38381                        "default": "0",
38382                        "max": "251.189",
38383                        "min": "0",
38384                        "mutable": "null",
38385                        "readable": true,
38386                        "type": "gfloat",
38387                        "writable": false
38388                    },
38389                    "rlm-s": {
38390                        "blurb": "Reduction level meter Side",
38391                        "conditionally-available": false,
38392                        "construct": false,
38393                        "construct-only": false,
38394                        "controllable": true,
38395                        "default": "0",
38396                        "max": "251.189",
38397                        "min": "0",
38398                        "mutable": "null",
38399                        "readable": true,
38400                        "type": "gfloat",
38401                        "writable": false
38402                    },
38403                    "rt0-m": {
38404                        "blurb": "Release time 0 Mid",
38405                        "conditionally-available": false,
38406                        "construct": true,
38407                        "construct-only": false,
38408                        "controllable": true,
38409                        "default": "100",
38410                        "max": "5000",
38411                        "min": "0",
38412                        "mutable": "null",
38413                        "readable": true,
38414                        "type": "gfloat",
38415                        "writable": true
38416                    },
38417                    "rt0-s": {
38418                        "blurb": "Release time 0 Side",
38419                        "conditionally-available": false,
38420                        "construct": true,
38421                        "construct-only": false,
38422                        "controllable": true,
38423                        "default": "100",
38424                        "max": "5000",
38425                        "min": "0",
38426                        "mutable": "null",
38427                        "readable": true,
38428                        "type": "gfloat",
38429                        "writable": true
38430                    },
38431                    "rt1-m": {
38432                        "blurb": "Release time 1 Mid",
38433                        "conditionally-available": false,
38434                        "construct": true,
38435                        "construct-only": false,
38436                        "controllable": true,
38437                        "default": "100",
38438                        "max": "5000",
38439                        "min": "0",
38440                        "mutable": "null",
38441                        "readable": true,
38442                        "type": "gfloat",
38443                        "writable": true
38444                    },
38445                    "rt1-s": {
38446                        "blurb": "Release time 1 Side",
38447                        "conditionally-available": false,
38448                        "construct": true,
38449                        "construct-only": false,
38450                        "controllable": true,
38451                        "default": "100",
38452                        "max": "5000",
38453                        "min": "0",
38454                        "mutable": "null",
38455                        "readable": true,
38456                        "type": "gfloat",
38457                        "writable": true
38458                    },
38459                    "rt2-m": {
38460                        "blurb": "Release time 2 Mid",
38461                        "conditionally-available": false,
38462                        "construct": true,
38463                        "construct-only": false,
38464                        "controllable": true,
38465                        "default": "100",
38466                        "max": "5000",
38467                        "min": "0",
38468                        "mutable": "null",
38469                        "readable": true,
38470                        "type": "gfloat",
38471                        "writable": true
38472                    },
38473                    "rt2-s": {
38474                        "blurb": "Release time 2 Side",
38475                        "conditionally-available": false,
38476                        "construct": true,
38477                        "construct-only": false,
38478                        "controllable": true,
38479                        "default": "100",
38480                        "max": "5000",
38481                        "min": "0",
38482                        "mutable": "null",
38483                        "readable": true,
38484                        "type": "gfloat",
38485                        "writable": true
38486                    },
38487                    "rt3-m": {
38488                        "blurb": "Release time 3 Mid",
38489                        "conditionally-available": false,
38490                        "construct": true,
38491                        "construct-only": false,
38492                        "controllable": true,
38493                        "default": "100",
38494                        "max": "5000",
38495                        "min": "0",
38496                        "mutable": "null",
38497                        "readable": true,
38498                        "type": "gfloat",
38499                        "writable": true
38500                    },
38501                    "rt3-s": {
38502                        "blurb": "Release time 3 Side",
38503                        "conditionally-available": false,
38504                        "construct": true,
38505                        "construct-only": false,
38506                        "controllable": true,
38507                        "default": "100",
38508                        "max": "5000",
38509                        "min": "0",
38510                        "mutable": "null",
38511                        "readable": true,
38512                        "type": "gfloat",
38513                        "writable": true
38514                    },
38515                    "rtd-m": {
38516                        "blurb": "Release time default Mid",
38517                        "conditionally-available": false,
38518                        "construct": true,
38519                        "construct-only": false,
38520                        "controllable": true,
38521                        "default": "100",
38522                        "max": "5000",
38523                        "min": "0",
38524                        "mutable": "null",
38525                        "readable": true,
38526                        "type": "gfloat",
38527                        "writable": true
38528                    },
38529                    "rtd-s": {
38530                        "blurb": "Release time default Side",
38531                        "conditionally-available": false,
38532                        "construct": true,
38533                        "construct-only": false,
38534                        "controllable": true,
38535                        "default": "100",
38536                        "max": "5000",
38537                        "min": "0",
38538                        "mutable": "null",
38539                        "readable": true,
38540                        "type": "gfloat",
38541                        "writable": true
38542                    },
38543                    "scl-m": {
38544                        "blurb": "Sidechain listen Mid",
38545                        "conditionally-available": false,
38546                        "construct": true,
38547                        "construct-only": false,
38548                        "controllable": true,
38549                        "default": "false",
38550                        "mutable": "null",
38551                        "readable": true,
38552                        "type": "gboolean",
38553                        "writable": true
38554                    },
38555                    "scl-s": {
38556                        "blurb": "Sidechain listen Side",
38557                        "conditionally-available": false,
38558                        "construct": true,
38559                        "construct-only": false,
38560                        "controllable": true,
38561                        "default": "false",
38562                        "mutable": "null",
38563                        "readable": true,
38564                        "type": "gboolean",
38565                        "writable": true
38566                    },
38567                    "scm-m": {
38568                        "blurb": "Sidechain mode Mid",
38569                        "conditionally-available": false,
38570                        "construct": true,
38571                        "construct-only": false,
38572                        "controllable": true,
38573                        "default": "RMS (1)",
38574                        "mutable": "null",
38575                        "readable": true,
38576                        "type": "lsp-plug-in-plugins-lv2-dyna-processor-msscm-m",
38577                        "writable": true
38578                    },
38579                    "scm-s": {
38580                        "blurb": "Sidechain mode Side",
38581                        "conditionally-available": false,
38582                        "construct": true,
38583                        "construct-only": false,
38584                        "controllable": true,
38585                        "default": "RMS (1)",
38586                        "mutable": "null",
38587                        "readable": true,
38588                        "type": "lsp-plug-in-plugins-lv2-dyna-processor-msscm-s",
38589                        "writable": true
38590                    },
38591                    "scp-m": {
38592                        "blurb": "Sidechain preamp Mid",
38593                        "conditionally-available": false,
38594                        "construct": true,
38595                        "construct-only": false,
38596                        "controllable": true,
38597                        "default": "1",
38598                        "max": "100",
38599                        "min": "0",
38600                        "mutable": "null",
38601                        "readable": true,
38602                        "type": "gfloat",
38603                        "writable": true
38604                    },
38605                    "scp-s": {
38606                        "blurb": "Sidechain preamp Side",
38607                        "conditionally-available": false,
38608                        "construct": true,
38609                        "construct-only": false,
38610                        "controllable": true,
38611                        "default": "1",
38612                        "max": "100",
38613                        "min": "0",
38614                        "mutable": "null",
38615                        "readable": true,
38616                        "type": "gfloat",
38617                        "writable": true
38618                    },
38619                    "scr-m": {
38620                        "blurb": "Sidechain reactivity Mid",
38621                        "conditionally-available": false,
38622                        "construct": true,
38623                        "construct-only": false,
38624                        "controllable": true,
38625                        "default": "10",
38626                        "max": "250",
38627                        "min": "0",
38628                        "mutable": "null",
38629                        "readable": true,
38630                        "type": "gfloat",
38631                        "writable": true
38632                    },
38633                    "scr-s": {
38634                        "blurb": "Sidechain reactivity Side",
38635                        "conditionally-available": false,
38636                        "construct": true,
38637                        "construct-only": false,
38638                        "controllable": true,
38639                        "default": "10",
38640                        "max": "250",
38641                        "min": "0",
38642                        "mutable": "null",
38643                        "readable": true,
38644                        "type": "gfloat",
38645                        "writable": true
38646                    },
38647                    "scs-m": {
38648                        "blurb": "Sidechain source Mid",
38649                        "conditionally-available": false,
38650                        "construct": true,
38651                        "construct-only": false,
38652                        "controllable": true,
38653                        "default": "Middle (0)",
38654                        "mutable": "null",
38655                        "readable": true,
38656                        "type": "lsp-plug-in-plugins-lv2-dyna-processor-msscs-m",
38657                        "writable": true
38658                    },
38659                    "scs-s": {
38660                        "blurb": "Sidechain source Side",
38661                        "conditionally-available": false,
38662                        "construct": true,
38663                        "construct-only": false,
38664                        "controllable": true,
38665                        "default": "Middle (0)",
38666                        "mutable": "null",
38667                        "readable": true,
38668                        "type": "lsp-plug-in-plugins-lv2-dyna-processor-msscs-s",
38669                        "writable": true
38670                    },
38671                    "sct-m": {
38672                        "blurb": "Sidechain type Mid",
38673                        "conditionally-available": false,
38674                        "construct": true,
38675                        "construct-only": false,
38676                        "controllable": true,
38677                        "default": "Feed-forward (0)",
38678                        "mutable": "null",
38679                        "readable": true,
38680                        "type": "lsp-plug-in-plugins-lv2-dyna-processor-mssct-m",
38681                        "writable": true
38682                    },
38683                    "sct-s": {
38684                        "blurb": "Sidechain type Side",
38685                        "conditionally-available": false,
38686                        "construct": true,
38687                        "construct-only": false,
38688                        "controllable": true,
38689                        "default": "Feed-forward (0)",
38690                        "mutable": "null",
38691                        "readable": true,
38692                        "type": "lsp-plug-in-plugins-lv2-dyna-processor-mssct-s",
38693                        "writable": true
38694                    },
38695                    "sla-m": {
38696                        "blurb": "Sidechain lookahead Mid",
38697                        "conditionally-available": false,
38698                        "construct": true,
38699                        "construct-only": false,
38700                        "controllable": true,
38701                        "default": "0",
38702                        "max": "20",
38703                        "min": "0",
38704                        "mutable": "null",
38705                        "readable": true,
38706                        "type": "gfloat",
38707                        "writable": true
38708                    },
38709                    "sla-s": {
38710                        "blurb": "Sidechain lookahead Side",
38711                        "conditionally-available": false,
38712                        "construct": true,
38713                        "construct-only": false,
38714                        "controllable": true,
38715                        "default": "0",
38716                        "max": "20",
38717                        "min": "0",
38718                        "mutable": "null",
38719                        "readable": true,
38720                        "type": "gfloat",
38721                        "writable": true
38722                    },
38723                    "slm-m": {
38724                        "blurb": "Sidechain level meter Mid",
38725                        "conditionally-available": false,
38726                        "construct": false,
38727                        "construct-only": false,
38728                        "controllable": true,
38729                        "default": "0",
38730                        "max": "15.8489",
38731                        "min": "0",
38732                        "mutable": "null",
38733                        "readable": true,
38734                        "type": "gfloat",
38735                        "writable": false
38736                    },
38737                    "slm-s": {
38738                        "blurb": "Sidechain level meter Side",
38739                        "conditionally-available": false,
38740                        "construct": false,
38741                        "construct-only": false,
38742                        "controllable": true,
38743                        "default": "0",
38744                        "max": "15.8489",
38745                        "min": "0",
38746                        "mutable": "null",
38747                        "readable": true,
38748                        "type": "gfloat",
38749                        "writable": false
38750                    },
38751                    "slv-m": {
38752                        "blurb": "Sidechain level visibility Mid",
38753                        "conditionally-available": false,
38754                        "construct": true,
38755                        "construct-only": false,
38756                        "controllable": true,
38757                        "default": "false",
38758                        "mutable": "null",
38759                        "readable": true,
38760                        "type": "gboolean",
38761                        "writable": true
38762                    },
38763                    "slv-s": {
38764                        "blurb": "Sidechain level visibility Side",
38765                        "conditionally-available": false,
38766                        "construct": true,
38767                        "construct-only": false,
38768                        "controllable": true,
38769                        "default": "false",
38770                        "mutable": "null",
38771                        "readable": true,
38772                        "type": "gboolean",
38773                        "writable": true
38774                    },
38775                    "tl0-m": {
38776                        "blurb": "Threshold 0 Mid",
38777                        "conditionally-available": false,
38778                        "construct": true,
38779                        "construct-only": false,
38780                        "controllable": true,
38781                        "default": "0.25119",
38782                        "max": "15.8489",
38783                        "min": "0.00025",
38784                        "mutable": "null",
38785                        "readable": true,
38786                        "type": "gfloat",
38787                        "writable": true
38788                    },
38789                    "tl0-s": {
38790                        "blurb": "Threshold 0 Side",
38791                        "conditionally-available": false,
38792                        "construct": true,
38793                        "construct-only": false,
38794                        "controllable": true,
38795                        "default": "0.25119",
38796                        "max": "15.8489",
38797                        "min": "0.00025",
38798                        "mutable": "null",
38799                        "readable": true,
38800                        "type": "gfloat",
38801                        "writable": true
38802                    },
38803                    "tl1-m": {
38804                        "blurb": "Threshold 1 Mid",
38805                        "conditionally-available": false,
38806                        "construct": true,
38807                        "construct-only": false,
38808                        "controllable": true,
38809                        "default": "0.0631",
38810                        "max": "15.8489",
38811                        "min": "0.00025",
38812                        "mutable": "null",
38813                        "readable": true,
38814                        "type": "gfloat",
38815                        "writable": true
38816                    },
38817                    "tl1-s": {
38818                        "blurb": "Threshold 1 Side",
38819                        "conditionally-available": false,
38820                        "construct": true,
38821                        "construct-only": false,
38822                        "controllable": true,
38823                        "default": "0.0631",
38824                        "max": "15.8489",
38825                        "min": "0.00025",
38826                        "mutable": "null",
38827                        "readable": true,
38828                        "type": "gfloat",
38829                        "writable": true
38830                    },
38831                    "tl2-m": {
38832                        "blurb": "Threshold 2 Mid",
38833                        "conditionally-available": false,
38834                        "construct": true,
38835                        "construct-only": false,
38836                        "controllable": true,
38837                        "default": "0.01585",
38838                        "max": "15.8489",
38839                        "min": "0.00025",
38840                        "mutable": "null",
38841                        "readable": true,
38842                        "type": "gfloat",
38843                        "writable": true
38844                    },
38845                    "tl2-s": {
38846                        "blurb": "Threshold 2 Side",
38847                        "conditionally-available": false,
38848                        "construct": true,
38849                        "construct-only": false,
38850                        "controllable": true,
38851                        "default": "0.01585",
38852                        "max": "15.8489",
38853                        "min": "0.00025",
38854                        "mutable": "null",
38855                        "readable": true,
38856                        "type": "gfloat",
38857                        "writable": true
38858                    },
38859                    "tl3-m": {
38860                        "blurb": "Threshold 3 Mid",
38861                        "conditionally-available": false,
38862                        "construct": true,
38863                        "construct-only": false,
38864                        "controllable": true,
38865                        "default": "0.00398",
38866                        "max": "15.8489",
38867                        "min": "0.00025",
38868                        "mutable": "null",
38869                        "readable": true,
38870                        "type": "gfloat",
38871                        "writable": true
38872                    },
38873                    "tl3-s": {
38874                        "blurb": "Threshold 3 Side",
38875                        "conditionally-available": false,
38876                        "construct": true,
38877                        "construct-only": false,
38878                        "controllable": true,
38879                        "default": "0.00398",
38880                        "max": "15.8489",
38881                        "min": "0.00025",
38882                        "mutable": "null",
38883                        "readable": true,
38884                        "type": "gfloat",
38885                        "writable": true
38886                    }
38887                },
38888                "rank": "none"
38889            },
38890            "lsp-plug-in-plugins-lv2-dyna-processor-stereo": {
38891                "author": "LSP LV2",
38892                "description": "LSP Dynamic Processor Stereo",
38893                "hierarchy": [
38894                    "lsp-plug-in-plugins-lv2-dyna-processor-stereo",
38895                    "GstAudioFilter",
38896                    "GstBaseTransform",
38897                    "GstElement",
38898                    "GstObject",
38899                    "GInitiallyUnowned",
38900                    "GObject"
38901                ],
38902                "interfaces": [
38903                    "GstPreset"
38904                ],
38905                "klass": "Filter/Effect/Audio/LV2/Dynamics",
38906                "long-name": "LSP Dynamic Processor Stereo",
38907                "pad-templates": {
38908                    "sink": {
38909                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
38910                        "direction": "sink",
38911                        "presence": "always"
38912                    },
38913                    "src": {
38914                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
38915                        "direction": "src",
38916                        "presence": "always"
38917                    }
38918                },
38919                "properties": {
38920                    "ae0": {
38921                        "blurb": "Attack enable 0",
38922                        "conditionally-available": false,
38923                        "construct": true,
38924                        "construct-only": false,
38925                        "controllable": true,
38926                        "default": "false",
38927                        "mutable": "null",
38928                        "readable": true,
38929                        "type": "gboolean",
38930                        "writable": true
38931                    },
38932                    "ae1": {
38933                        "blurb": "Attack enable 1",
38934                        "conditionally-available": false,
38935                        "construct": true,
38936                        "construct-only": false,
38937                        "controllable": true,
38938                        "default": "false",
38939                        "mutable": "null",
38940                        "readable": true,
38941                        "type": "gboolean",
38942                        "writable": true
38943                    },
38944                    "ae2": {
38945                        "blurb": "Attack enable 2",
38946                        "conditionally-available": false,
38947                        "construct": true,
38948                        "construct-only": false,
38949                        "controllable": true,
38950                        "default": "false",
38951                        "mutable": "null",
38952                        "readable": true,
38953                        "type": "gboolean",
38954                        "writable": true
38955                    },
38956                    "ae3": {
38957                        "blurb": "Attack enable 3",
38958                        "conditionally-available": false,
38959                        "construct": true,
38960                        "construct-only": false,
38961                        "controllable": true,
38962                        "default": "false",
38963                        "mutable": "null",
38964                        "readable": true,
38965                        "type": "gboolean",
38966                        "writable": true
38967                    },
38968                    "al0": {
38969                        "blurb": "Attack level 0",
38970                        "conditionally-available": false,
38971                        "construct": true,
38972                        "construct-only": false,
38973                        "controllable": true,
38974                        "default": "0.25119",
38975                        "max": "15.8489",
38976                        "min": "0.00025",
38977                        "mutable": "null",
38978                        "readable": true,
38979                        "type": "gfloat",
38980                        "writable": true
38981                    },
38982                    "al1": {
38983                        "blurb": "Attack level 1",
38984                        "conditionally-available": false,
38985                        "construct": true,
38986                        "construct-only": false,
38987                        "controllable": true,
38988                        "default": "0.0631",
38989                        "max": "15.8489",
38990                        "min": "0.00025",
38991                        "mutable": "null",
38992                        "readable": true,
38993                        "type": "gfloat",
38994                        "writable": true
38995                    },
38996                    "al2": {
38997                        "blurb": "Attack level 2",
38998                        "conditionally-available": false,
38999                        "construct": true,
39000                        "construct-only": false,
39001                        "controllable": true,
39002                        "default": "0.01585",
39003                        "max": "15.8489",
39004                        "min": "0.00025",
39005                        "mutable": "null",
39006                        "readable": true,
39007                        "type": "gfloat",
39008                        "writable": true
39009                    },
39010                    "al3": {
39011                        "blurb": "Attack level 3",
39012                        "conditionally-available": false,
39013                        "construct": true,
39014                        "construct-only": false,
39015                        "controllable": true,
39016                        "default": "0.00398",
39017                        "max": "15.8489",
39018                        "min": "0.00025",
39019                        "mutable": "null",
39020                        "readable": true,
39021                        "type": "gfloat",
39022                        "writable": true
39023                    },
39024                    "at0": {
39025                        "blurb": "Attack time 0",
39026                        "conditionally-available": false,
39027                        "construct": true,
39028                        "construct-only": false,
39029                        "controllable": true,
39030                        "default": "20",
39031                        "max": "5000",
39032                        "min": "0",
39033                        "mutable": "null",
39034                        "readable": true,
39035                        "type": "gfloat",
39036                        "writable": true
39037                    },
39038                    "at1": {
39039                        "blurb": "Attack time 1",
39040                        "conditionally-available": false,
39041                        "construct": true,
39042                        "construct-only": false,
39043                        "controllable": true,
39044                        "default": "20",
39045                        "max": "5000",
39046                        "min": "0",
39047                        "mutable": "null",
39048                        "readable": true,
39049                        "type": "gfloat",
39050                        "writable": true
39051                    },
39052                    "at2": {
39053                        "blurb": "Attack time 2",
39054                        "conditionally-available": false,
39055                        "construct": true,
39056                        "construct-only": false,
39057                        "controllable": true,
39058                        "default": "20",
39059                        "max": "5000",
39060                        "min": "0",
39061                        "mutable": "null",
39062                        "readable": true,
39063                        "type": "gfloat",
39064                        "writable": true
39065                    },
39066                    "at3": {
39067                        "blurb": "Attack time 3",
39068                        "conditionally-available": false,
39069                        "construct": true,
39070                        "construct-only": false,
39071                        "controllable": true,
39072                        "default": "20",
39073                        "max": "5000",
39074                        "min": "0",
39075                        "mutable": "null",
39076                        "readable": true,
39077                        "type": "gfloat",
39078                        "writable": true
39079                    },
39080                    "atd": {
39081                        "blurb": "Attack time default",
39082                        "conditionally-available": false,
39083                        "construct": true,
39084                        "construct-only": false,
39085                        "controllable": true,
39086                        "default": "20",
39087                        "max": "5000",
39088                        "min": "0",
39089                        "mutable": "null",
39090                        "readable": true,
39091                        "type": "gfloat",
39092                        "writable": true
39093                    },
39094                    "bypass": {
39095                        "blurb": "Bypass",
39096                        "conditionally-available": false,
39097                        "construct": true,
39098                        "construct-only": false,
39099                        "controllable": true,
39100                        "default": "false",
39101                        "mutable": "null",
39102                        "readable": true,
39103                        "type": "gboolean",
39104                        "writable": true
39105                    },
39106                    "cdr": {
39107                        "blurb": "Dry gain",
39108                        "conditionally-available": false,
39109                        "construct": true,
39110                        "construct-only": false,
39111                        "controllable": true,
39112                        "default": "0",
39113                        "max": "10",
39114                        "min": "0",
39115                        "mutable": "null",
39116                        "readable": true,
39117                        "type": "gfloat",
39118                        "writable": true
39119                    },
39120                    "clear": {
39121                        "blurb": "Clear graph analysis",
39122                        "conditionally-available": false,
39123                        "construct": true,
39124                        "construct-only": false,
39125                        "controllable": true,
39126                        "default": "false",
39127                        "mutable": "null",
39128                        "readable": true,
39129                        "type": "gboolean",
39130                        "writable": true
39131                    },
39132                    "clm": {
39133                        "blurb": "Curve level meter",
39134                        "conditionally-available": false,
39135                        "construct": false,
39136                        "construct-only": false,
39137                        "controllable": true,
39138                        "default": "0",
39139                        "max": "15.8489",
39140                        "min": "0",
39141                        "mutable": "null",
39142                        "readable": true,
39143                        "type": "gfloat",
39144                        "writable": false
39145                    },
39146                    "cmv": {
39147                        "blurb": "Curve modelling visibility",
39148                        "conditionally-available": false,
39149                        "construct": true,
39150                        "construct-only": false,
39151                        "controllable": true,
39152                        "default": "false",
39153                        "mutable": "null",
39154                        "readable": true,
39155                        "type": "gboolean",
39156                        "writable": true
39157                    },
39158                    "cwt": {
39159                        "blurb": "Wet gain",
39160                        "conditionally-available": false,
39161                        "construct": true,
39162                        "construct-only": false,
39163                        "controllable": true,
39164                        "default": "1",
39165                        "max": "10",
39166                        "min": "0",
39167                        "mutable": "null",
39168                        "readable": true,
39169                        "type": "gfloat",
39170                        "writable": true
39171                    },
39172                    "elm": {
39173                        "blurb": "Envelope level meter",
39174                        "conditionally-available": false,
39175                        "construct": false,
39176                        "construct-only": false,
39177                        "controllable": true,
39178                        "default": "0",
39179                        "max": "15.8489",
39180                        "min": "0",
39181                        "mutable": "null",
39182                        "readable": true,
39183                        "type": "gfloat",
39184                        "writable": false
39185                    },
39186                    "elv": {
39187                        "blurb": "Envelope level visibility",
39188                        "conditionally-available": false,
39189                        "construct": true,
39190                        "construct-only": false,
39191                        "controllable": true,
39192                        "default": "false",
39193                        "mutable": "null",
39194                        "readable": true,
39195                        "type": "gboolean",
39196                        "writable": true
39197                    },
39198                    "g-in": {
39199                        "blurb": "Input gain",
39200                        "conditionally-available": false,
39201                        "construct": true,
39202                        "construct-only": false,
39203                        "controllable": true,
39204                        "default": "1",
39205                        "max": "10",
39206                        "min": "0",
39207                        "mutable": "null",
39208                        "readable": true,
39209                        "type": "gfloat",
39210                        "writable": true
39211                    },
39212                    "g-out": {
39213                        "blurb": "Output gain",
39214                        "conditionally-available": false,
39215                        "construct": true,
39216                        "construct-only": false,
39217                        "controllable": true,
39218                        "default": "1",
39219                        "max": "10",
39220                        "min": "0",
39221                        "mutable": "null",
39222                        "readable": true,
39223                        "type": "gfloat",
39224                        "writable": true
39225                    },
39226                    "gl0": {
39227                        "blurb": "Gain 0",
39228                        "conditionally-available": false,
39229                        "construct": true,
39230                        "construct-only": false,
39231                        "controllable": true,
39232                        "default": "0.25119",
39233                        "max": "15.8489",
39234                        "min": "0.00025",
39235                        "mutable": "null",
39236                        "readable": true,
39237                        "type": "gfloat",
39238                        "writable": true
39239                    },
39240                    "gl1": {
39241                        "blurb": "Gain 1",
39242                        "conditionally-available": false,
39243                        "construct": true,
39244                        "construct-only": false,
39245                        "controllable": true,
39246                        "default": "0.0631",
39247                        "max": "15.8489",
39248                        "min": "0.00025",
39249                        "mutable": "null",
39250                        "readable": true,
39251                        "type": "gfloat",
39252                        "writable": true
39253                    },
39254                    "gl2": {
39255                        "blurb": "Gain 2",
39256                        "conditionally-available": false,
39257                        "construct": true,
39258                        "construct-only": false,
39259                        "controllable": true,
39260                        "default": "0.01585",
39261                        "max": "15.8489",
39262                        "min": "0.00025",
39263                        "mutable": "null",
39264                        "readable": true,
39265                        "type": "gfloat",
39266                        "writable": true
39267                    },
39268                    "gl3": {
39269                        "blurb": "Gain 3",
39270                        "conditionally-available": false,
39271                        "construct": true,
39272                        "construct-only": false,
39273                        "controllable": true,
39274                        "default": "0.00398",
39275                        "max": "15.8489",
39276                        "min": "0.00025",
39277                        "mutable": "null",
39278                        "readable": true,
39279                        "type": "gfloat",
39280                        "writable": true
39281                    },
39282                    "grv": {
39283                        "blurb": "Gain reduction visibility",
39284                        "conditionally-available": false,
39285                        "construct": true,
39286                        "construct-only": false,
39287                        "controllable": true,
39288                        "default": "false",
39289                        "mutable": "null",
39290                        "readable": true,
39291                        "type": "gboolean",
39292                        "writable": true
39293                    },
39294                    "hlr": {
39295                        "blurb": "High-level ratio",
39296                        "conditionally-available": false,
39297                        "construct": true,
39298                        "construct-only": false,
39299                        "controllable": true,
39300                        "default": "1",
39301                        "max": "100",
39302                        "min": "0.01",
39303                        "mutable": "null",
39304                        "readable": true,
39305                        "type": "gfloat",
39306                        "writable": true
39307                    },
39308                    "ilm-l": {
39309                        "blurb": "Input level meter Left",
39310                        "conditionally-available": false,
39311                        "construct": false,
39312                        "construct-only": false,
39313                        "controllable": true,
39314                        "default": "0",
39315                        "max": "15.8489",
39316                        "min": "0",
39317                        "mutable": "null",
39318                        "readable": true,
39319                        "type": "gfloat",
39320                        "writable": false
39321                    },
39322                    "ilm-r": {
39323                        "blurb": "Input level meter Right",
39324                        "conditionally-available": false,
39325                        "construct": false,
39326                        "construct-only": false,
39327                        "controllable": true,
39328                        "default": "0",
39329                        "max": "15.8489",
39330                        "min": "0",
39331                        "mutable": "null",
39332                        "readable": true,
39333                        "type": "gfloat",
39334                        "writable": false
39335                    },
39336                    "ilv-l": {
39337                        "blurb": "Input level visibility Left",
39338                        "conditionally-available": false,
39339                        "construct": true,
39340                        "construct-only": false,
39341                        "controllable": true,
39342                        "default": "false",
39343                        "mutable": "null",
39344                        "readable": true,
39345                        "type": "gboolean",
39346                        "writable": true
39347                    },
39348                    "ilv-r": {
39349                        "blurb": "Input level visibility Right",
39350                        "conditionally-available": false,
39351                        "construct": true,
39352                        "construct-only": false,
39353                        "controllable": true,
39354                        "default": "false",
39355                        "mutable": "null",
39356                        "readable": true,
39357                        "type": "gboolean",
39358                        "writable": true
39359                    },
39360                    "kn0": {
39361                        "blurb": "Knee 0",
39362                        "conditionally-available": false,
39363                        "construct": true,
39364                        "construct-only": false,
39365                        "controllable": true,
39366                        "default": "0.50118",
39367                        "max": "1",
39368                        "min": "0.0631",
39369                        "mutable": "null",
39370                        "readable": true,
39371                        "type": "gfloat",
39372                        "writable": true
39373                    },
39374                    "kn1": {
39375                        "blurb": "Knee 1",
39376                        "conditionally-available": false,
39377                        "construct": true,
39378                        "construct-only": false,
39379                        "controllable": true,
39380                        "default": "0.50118",
39381                        "max": "1",
39382                        "min": "0.0631",
39383                        "mutable": "null",
39384                        "readable": true,
39385                        "type": "gfloat",
39386                        "writable": true
39387                    },
39388                    "kn2": {
39389                        "blurb": "Knee 2",
39390                        "conditionally-available": false,
39391                        "construct": true,
39392                        "construct-only": false,
39393                        "controllable": true,
39394                        "default": "0.50118",
39395                        "max": "1",
39396                        "min": "0.0631",
39397                        "mutable": "null",
39398                        "readable": true,
39399                        "type": "gfloat",
39400                        "writable": true
39401                    },
39402                    "kn3": {
39403                        "blurb": "Knee 3",
39404                        "conditionally-available": false,
39405                        "construct": true,
39406                        "construct-only": false,
39407                        "controllable": true,
39408                        "default": "0.50118",
39409                        "max": "1",
39410                        "min": "0.0631",
39411                        "mutable": "null",
39412                        "readable": true,
39413                        "type": "gfloat",
39414                        "writable": true
39415                    },
39416                    "llr": {
39417                        "blurb": "Low-level ratio",
39418                        "conditionally-available": false,
39419                        "construct": true,
39420                        "construct-only": false,
39421                        "controllable": true,
39422                        "default": "1",
39423                        "max": "100",
39424                        "min": "0.01",
39425                        "mutable": "null",
39426                        "readable": true,
39427                        "type": "gfloat",
39428                        "writable": true
39429                    },
39430                    "olm-l": {
39431                        "blurb": "Output level meter Left",
39432                        "conditionally-available": false,
39433                        "construct": false,
39434                        "construct-only": false,
39435                        "controllable": true,
39436                        "default": "0",
39437                        "max": "15.8489",
39438                        "min": "0",
39439                        "mutable": "null",
39440                        "readable": true,
39441                        "type": "gfloat",
39442                        "writable": false
39443                    },
39444                    "olm-r": {
39445                        "blurb": "Output level meter Right",
39446                        "conditionally-available": false,
39447                        "construct": false,
39448                        "construct-only": false,
39449                        "controllable": true,
39450                        "default": "0",
39451                        "max": "15.8489",
39452                        "min": "0",
39453                        "mutable": "null",
39454                        "readable": true,
39455                        "type": "gfloat",
39456                        "writable": false
39457                    },
39458                    "olv-l": {
39459                        "blurb": "Output level visibility Left",
39460                        "conditionally-available": false,
39461                        "construct": true,
39462                        "construct-only": false,
39463                        "controllable": true,
39464                        "default": "false",
39465                        "mutable": "null",
39466                        "readable": true,
39467                        "type": "gboolean",
39468                        "writable": true
39469                    },
39470                    "olv-r": {
39471                        "blurb": "Output level visibility Right",
39472                        "conditionally-available": false,
39473                        "construct": true,
39474                        "construct-only": false,
39475                        "controllable": true,
39476                        "default": "false",
39477                        "mutable": "null",
39478                        "readable": true,
39479                        "type": "gboolean",
39480                        "writable": true
39481                    },
39482                    "omk": {
39483                        "blurb": "Overall makeup gain",
39484                        "conditionally-available": false,
39485                        "construct": true,
39486                        "construct-only": false,
39487                        "controllable": true,
39488                        "default": "1",
39489                        "max": "15.8489",
39490                        "min": "0.00025",
39491                        "mutable": "null",
39492                        "readable": true,
39493                        "type": "gfloat",
39494                        "writable": true
39495                    },
39496                    "out-latency": {
39497                        "blurb": "Latency OUT",
39498                        "conditionally-available": false,
39499                        "construct": false,
39500                        "construct-only": false,
39501                        "controllable": true,
39502                        "default": "0",
39503                        "max": "192000",
39504                        "min": "0",
39505                        "mutable": "null",
39506                        "readable": true,
39507                        "type": "gint",
39508                        "writable": false
39509                    },
39510                    "pause": {
39511                        "blurb": "Pause graph analysis",
39512                        "conditionally-available": false,
39513                        "construct": true,
39514                        "construct-only": false,
39515                        "controllable": true,
39516                        "default": "false",
39517                        "mutable": "null",
39518                        "readable": true,
39519                        "type": "gboolean",
39520                        "writable": true
39521                    },
39522                    "pe0": {
39523                        "blurb": "Point enable 0",
39524                        "conditionally-available": false,
39525                        "construct": true,
39526                        "construct-only": false,
39527                        "controllable": true,
39528                        "default": "false",
39529                        "mutable": "null",
39530                        "readable": true,
39531                        "type": "gboolean",
39532                        "writable": true
39533                    },
39534                    "pe1": {
39535                        "blurb": "Point enable 1",
39536                        "conditionally-available": false,
39537                        "construct": true,
39538                        "construct-only": false,
39539                        "controllable": true,
39540                        "default": "false",
39541                        "mutable": "null",
39542                        "readable": true,
39543                        "type": "gboolean",
39544                        "writable": true
39545                    },
39546                    "pe2": {
39547                        "blurb": "Point enable 2",
39548                        "conditionally-available": false,
39549                        "construct": true,
39550                        "construct-only": false,
39551                        "controllable": true,
39552                        "default": "false",
39553                        "mutable": "null",
39554                        "readable": true,
39555                        "type": "gboolean",
39556                        "writable": true
39557                    },
39558                    "pe3": {
39559                        "blurb": "Point enable 3",
39560                        "conditionally-available": false,
39561                        "construct": true,
39562                        "construct-only": false,
39563                        "controllable": true,
39564                        "default": "false",
39565                        "mutable": "null",
39566                        "readable": true,
39567                        "type": "gboolean",
39568                        "writable": true
39569                    },
39570                    "re0": {
39571                        "blurb": "Release enable 0",
39572                        "conditionally-available": false,
39573                        "construct": true,
39574                        "construct-only": false,
39575                        "controllable": true,
39576                        "default": "false",
39577                        "mutable": "null",
39578                        "readable": true,
39579                        "type": "gboolean",
39580                        "writable": true
39581                    },
39582                    "re1": {
39583                        "blurb": "Release enable 1",
39584                        "conditionally-available": false,
39585                        "construct": true,
39586                        "construct-only": false,
39587                        "controllable": true,
39588                        "default": "false",
39589                        "mutable": "null",
39590                        "readable": true,
39591                        "type": "gboolean",
39592                        "writable": true
39593                    },
39594                    "re2": {
39595                        "blurb": "Release enable 2",
39596                        "conditionally-available": false,
39597                        "construct": true,
39598                        "construct-only": false,
39599                        "controllable": true,
39600                        "default": "false",
39601                        "mutable": "null",
39602                        "readable": true,
39603                        "type": "gboolean",
39604                        "writable": true
39605                    },
39606                    "re3": {
39607                        "blurb": "Release enable 3",
39608                        "conditionally-available": false,
39609                        "construct": true,
39610                        "construct-only": false,
39611                        "controllable": true,
39612                        "default": "false",
39613                        "mutable": "null",
39614                        "readable": true,
39615                        "type": "gboolean",
39616                        "writable": true
39617                    },
39618                    "rl0": {
39619                        "blurb": "Relative level 0",
39620                        "conditionally-available": false,
39621                        "construct": true,
39622                        "construct-only": false,
39623                        "controllable": true,
39624                        "default": "0.25119",
39625                        "max": "15.8489",
39626                        "min": "0.00025",
39627                        "mutable": "null",
39628                        "readable": true,
39629                        "type": "gfloat",
39630                        "writable": true
39631                    },
39632                    "rl1": {
39633                        "blurb": "Relative level 1",
39634                        "conditionally-available": false,
39635                        "construct": true,
39636                        "construct-only": false,
39637                        "controllable": true,
39638                        "default": "0.0631",
39639                        "max": "15.8489",
39640                        "min": "0.00025",
39641                        "mutable": "null",
39642                        "readable": true,
39643                        "type": "gfloat",
39644                        "writable": true
39645                    },
39646                    "rl2": {
39647                        "blurb": "Relative level 2",
39648                        "conditionally-available": false,
39649                        "construct": true,
39650                        "construct-only": false,
39651                        "controllable": true,
39652                        "default": "0.01585",
39653                        "max": "15.8489",
39654                        "min": "0.00025",
39655                        "mutable": "null",
39656                        "readable": true,
39657                        "type": "gfloat",
39658                        "writable": true
39659                    },
39660                    "rl3": {
39661                        "blurb": "Relative level 3",
39662                        "conditionally-available": false,
39663                        "construct": true,
39664                        "construct-only": false,
39665                        "controllable": true,
39666                        "default": "0.00398",
39667                        "max": "15.8489",
39668                        "min": "0.00025",
39669                        "mutable": "null",
39670                        "readable": true,
39671                        "type": "gfloat",
39672                        "writable": true
39673                    },
39674                    "rlm": {
39675                        "blurb": "Reduction level meter",
39676                        "conditionally-available": false,
39677                        "construct": false,
39678                        "construct-only": false,
39679                        "controllable": true,
39680                        "default": "0",
39681                        "max": "251.189",
39682                        "min": "0",
39683                        "mutable": "null",
39684                        "readable": true,
39685                        "type": "gfloat",
39686                        "writable": false
39687                    },
39688                    "rt0": {
39689                        "blurb": "Release time 0",
39690                        "conditionally-available": false,
39691                        "construct": true,
39692                        "construct-only": false,
39693                        "controllable": true,
39694                        "default": "100",
39695                        "max": "5000",
39696                        "min": "0",
39697                        "mutable": "null",
39698                        "readable": true,
39699                        "type": "gfloat",
39700                        "writable": true
39701                    },
39702                    "rt1": {
39703                        "blurb": "Release time 1",
39704                        "conditionally-available": false,
39705                        "construct": true,
39706                        "construct-only": false,
39707                        "controllable": true,
39708                        "default": "100",
39709                        "max": "5000",
39710                        "min": "0",
39711                        "mutable": "null",
39712                        "readable": true,
39713                        "type": "gfloat",
39714                        "writable": true
39715                    },
39716                    "rt2": {
39717                        "blurb": "Release time 2",
39718                        "conditionally-available": false,
39719                        "construct": true,
39720                        "construct-only": false,
39721                        "controllable": true,
39722                        "default": "100",
39723                        "max": "5000",
39724                        "min": "0",
39725                        "mutable": "null",
39726                        "readable": true,
39727                        "type": "gfloat",
39728                        "writable": true
39729                    },
39730                    "rt3": {
39731                        "blurb": "Release time 3",
39732                        "conditionally-available": false,
39733                        "construct": true,
39734                        "construct-only": false,
39735                        "controllable": true,
39736                        "default": "100",
39737                        "max": "5000",
39738                        "min": "0",
39739                        "mutable": "null",
39740                        "readable": true,
39741                        "type": "gfloat",
39742                        "writable": true
39743                    },
39744                    "rtd": {
39745                        "blurb": "Release time default",
39746                        "conditionally-available": false,
39747                        "construct": true,
39748                        "construct-only": false,
39749                        "controllable": true,
39750                        "default": "100",
39751                        "max": "5000",
39752                        "min": "0",
39753                        "mutable": "null",
39754                        "readable": true,
39755                        "type": "gfloat",
39756                        "writable": true
39757                    },
39758                    "scl": {
39759                        "blurb": "Sidechain listen",
39760                        "conditionally-available": false,
39761                        "construct": true,
39762                        "construct-only": false,
39763                        "controllable": true,
39764                        "default": "false",
39765                        "mutable": "null",
39766                        "readable": true,
39767                        "type": "gboolean",
39768                        "writable": true
39769                    },
39770                    "scm": {
39771                        "blurb": "Sidechain mode",
39772                        "conditionally-available": false,
39773                        "construct": true,
39774                        "construct-only": false,
39775                        "controllable": true,
39776                        "default": "RMS (1)",
39777                        "mutable": "null",
39778                        "readable": true,
39779                        "type": "lsp-plug-in-plugins-lv2-dyna-processor-stereoscm",
39780                        "writable": true
39781                    },
39782                    "scp": {
39783                        "blurb": "Sidechain preamp",
39784                        "conditionally-available": false,
39785                        "construct": true,
39786                        "construct-only": false,
39787                        "controllable": true,
39788                        "default": "1",
39789                        "max": "100",
39790                        "min": "0",
39791                        "mutable": "null",
39792                        "readable": true,
39793                        "type": "gfloat",
39794                        "writable": true
39795                    },
39796                    "scr": {
39797                        "blurb": "Sidechain reactivity",
39798                        "conditionally-available": false,
39799                        "construct": true,
39800                        "construct-only": false,
39801                        "controllable": true,
39802                        "default": "10",
39803                        "max": "250",
39804                        "min": "0",
39805                        "mutable": "null",
39806                        "readable": true,
39807                        "type": "gfloat",
39808                        "writable": true
39809                    },
39810                    "scs": {
39811                        "blurb": "Sidechain source",
39812                        "conditionally-available": false,
39813                        "construct": true,
39814                        "construct-only": false,
39815                        "controllable": true,
39816                        "default": "Middle (0)",
39817                        "mutable": "null",
39818                        "readable": true,
39819                        "type": "lsp-plug-in-plugins-lv2-dyna-processor-stereoscs",
39820                        "writable": true
39821                    },
39822                    "sct": {
39823                        "blurb": "Sidechain type",
39824                        "conditionally-available": false,
39825                        "construct": true,
39826                        "construct-only": false,
39827                        "controllable": true,
39828                        "default": "Feed-forward (0)",
39829                        "mutable": "null",
39830                        "readable": true,
39831                        "type": "lsp-plug-in-plugins-lv2-dyna-processor-stereosct",
39832                        "writable": true
39833                    },
39834                    "sla": {
39835                        "blurb": "Sidechain lookahead",
39836                        "conditionally-available": false,
39837                        "construct": true,
39838                        "construct-only": false,
39839                        "controllable": true,
39840                        "default": "0",
39841                        "max": "20",
39842                        "min": "0",
39843                        "mutable": "null",
39844                        "readable": true,
39845                        "type": "gfloat",
39846                        "writable": true
39847                    },
39848                    "slm": {
39849                        "blurb": "Sidechain level meter",
39850                        "conditionally-available": false,
39851                        "construct": false,
39852                        "construct-only": false,
39853                        "controllable": true,
39854                        "default": "0",
39855                        "max": "15.8489",
39856                        "min": "0",
39857                        "mutable": "null",
39858                        "readable": true,
39859                        "type": "gfloat",
39860                        "writable": false
39861                    },
39862                    "slv": {
39863                        "blurb": "Sidechain level visibility",
39864                        "conditionally-available": false,
39865                        "construct": true,
39866                        "construct-only": false,
39867                        "controllable": true,
39868                        "default": "false",
39869                        "mutable": "null",
39870                        "readable": true,
39871                        "type": "gboolean",
39872                        "writable": true
39873                    },
39874                    "tl0": {
39875                        "blurb": "Threshold 0",
39876                        "conditionally-available": false,
39877                        "construct": true,
39878                        "construct-only": false,
39879                        "controllable": true,
39880                        "default": "0.25119",
39881                        "max": "15.8489",
39882                        "min": "0.00025",
39883                        "mutable": "null",
39884                        "readable": true,
39885                        "type": "gfloat",
39886                        "writable": true
39887                    },
39888                    "tl1": {
39889                        "blurb": "Threshold 1",
39890                        "conditionally-available": false,
39891                        "construct": true,
39892                        "construct-only": false,
39893                        "controllable": true,
39894                        "default": "0.0631",
39895                        "max": "15.8489",
39896                        "min": "0.00025",
39897                        "mutable": "null",
39898                        "readable": true,
39899                        "type": "gfloat",
39900                        "writable": true
39901                    },
39902                    "tl2": {
39903                        "blurb": "Threshold 2",
39904                        "conditionally-available": false,
39905                        "construct": true,
39906                        "construct-only": false,
39907                        "controllable": true,
39908                        "default": "0.01585",
39909                        "max": "15.8489",
39910                        "min": "0.00025",
39911                        "mutable": "null",
39912                        "readable": true,
39913                        "type": "gfloat",
39914                        "writable": true
39915                    },
39916                    "tl3": {
39917                        "blurb": "Threshold 3",
39918                        "conditionally-available": false,
39919                        "construct": true,
39920                        "construct-only": false,
39921                        "controllable": true,
39922                        "default": "0.00398",
39923                        "max": "15.8489",
39924                        "min": "0.00025",
39925                        "mutable": "null",
39926                        "readable": true,
39927                        "type": "gfloat",
39928                        "writable": true
39929                    }
39930                },
39931                "rank": "none"
39932            },
39933            "lsp-plug-in-plugins-lv2-expander-lr": {
39934                "author": "LSP LV2",
39935                "description": "LSP Expander LeftRight",
39936                "hierarchy": [
39937                    "lsp-plug-in-plugins-lv2-expander-lr",
39938                    "GstAudioFilter",
39939                    "GstBaseTransform",
39940                    "GstElement",
39941                    "GstObject",
39942                    "GInitiallyUnowned",
39943                    "GObject"
39944                ],
39945                "interfaces": [
39946                    "GstPreset"
39947                ],
39948                "klass": "Filter/Effect/Audio/LV2/Expander",
39949                "long-name": "LSP Expander LeftRight",
39950                "pad-templates": {
39951                    "sink": {
39952                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
39953                        "direction": "sink",
39954                        "presence": "always"
39955                    },
39956                    "src": {
39957                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
39958                        "direction": "src",
39959                        "presence": "always"
39960                    }
39961                },
39962                "properties": {
39963                    "al-l": {
39964                        "blurb": "Attack level Left",
39965                        "conditionally-available": false,
39966                        "construct": true,
39967                        "construct-only": false,
39968                        "controllable": true,
39969                        "default": "0.25119",
39970                        "max": "1",
39971                        "min": "0.001",
39972                        "mutable": "null",
39973                        "readable": true,
39974                        "type": "gfloat",
39975                        "writable": true
39976                    },
39977                    "al-r": {
39978                        "blurb": "Attack level Right",
39979                        "conditionally-available": false,
39980                        "construct": true,
39981                        "construct-only": false,
39982                        "controllable": true,
39983                        "default": "0.25119",
39984                        "max": "1",
39985                        "min": "0.001",
39986                        "mutable": "null",
39987                        "readable": true,
39988                        "type": "gfloat",
39989                        "writable": true
39990                    },
39991                    "at-l": {
39992                        "blurb": "Attack time Left",
39993                        "conditionally-available": false,
39994                        "construct": true,
39995                        "construct-only": false,
39996                        "controllable": true,
39997                        "default": "20",
39998                        "max": "2000",
39999                        "min": "0",
40000                        "mutable": "null",
40001                        "readable": true,
40002                        "type": "gfloat",
40003                        "writable": true
40004                    },
40005                    "at-r": {
40006                        "blurb": "Attack time Right",
40007                        "conditionally-available": false,
40008                        "construct": true,
40009                        "construct-only": false,
40010                        "controllable": true,
40011                        "default": "20",
40012                        "max": "2000",
40013                        "min": "0",
40014                        "mutable": "null",
40015                        "readable": true,
40016                        "type": "gfloat",
40017                        "writable": true
40018                    },
40019                    "bypass": {
40020                        "blurb": "Bypass",
40021                        "conditionally-available": false,
40022                        "construct": true,
40023                        "construct-only": false,
40024                        "controllable": true,
40025                        "default": "false",
40026                        "mutable": "null",
40027                        "readable": true,
40028                        "type": "gboolean",
40029                        "writable": true
40030                    },
40031                    "cdr-l": {
40032                        "blurb": "Dry gain Left",
40033                        "conditionally-available": false,
40034                        "construct": true,
40035                        "construct-only": false,
40036                        "controllable": true,
40037                        "default": "0",
40038                        "max": "10",
40039                        "min": "0",
40040                        "mutable": "null",
40041                        "readable": true,
40042                        "type": "gfloat",
40043                        "writable": true
40044                    },
40045                    "cdr-r": {
40046                        "blurb": "Dry gain Right",
40047                        "conditionally-available": false,
40048                        "construct": true,
40049                        "construct-only": false,
40050                        "controllable": true,
40051                        "default": "0",
40052                        "max": "10",
40053                        "min": "0",
40054                        "mutable": "null",
40055                        "readable": true,
40056                        "type": "gfloat",
40057                        "writable": true
40058                    },
40059                    "clear": {
40060                        "blurb": "Clear graph analysis",
40061                        "conditionally-available": false,
40062                        "construct": true,
40063                        "construct-only": false,
40064                        "controllable": true,
40065                        "default": "false",
40066                        "mutable": "null",
40067                        "readable": true,
40068                        "type": "gboolean",
40069                        "writable": true
40070                    },
40071                    "clm-l": {
40072                        "blurb": "Curve level meter Left",
40073                        "conditionally-available": false,
40074                        "construct": false,
40075                        "construct-only": false,
40076                        "controllable": true,
40077                        "default": "0",
40078                        "max": "15.8489",
40079                        "min": "0",
40080                        "mutable": "null",
40081                        "readable": true,
40082                        "type": "gfloat",
40083                        "writable": false
40084                    },
40085                    "clm-r": {
40086                        "blurb": "Curve level meter Right",
40087                        "conditionally-available": false,
40088                        "construct": false,
40089                        "construct-only": false,
40090                        "controllable": true,
40091                        "default": "0",
40092                        "max": "15.8489",
40093                        "min": "0",
40094                        "mutable": "null",
40095                        "readable": true,
40096                        "type": "gfloat",
40097                        "writable": false
40098                    },
40099                    "cr-l": {
40100                        "blurb": "Ratio Left",
40101                        "conditionally-available": false,
40102                        "construct": true,
40103                        "construct-only": false,
40104                        "controllable": true,
40105                        "default": "4",
40106                        "max": "100",
40107                        "min": "1",
40108                        "mutable": "null",
40109                        "readable": true,
40110                        "type": "gfloat",
40111                        "writable": true
40112                    },
40113                    "cr-r": {
40114                        "blurb": "Ratio Right",
40115                        "conditionally-available": false,
40116                        "construct": true,
40117                        "construct-only": false,
40118                        "controllable": true,
40119                        "default": "4",
40120                        "max": "100",
40121                        "min": "1",
40122                        "mutable": "null",
40123                        "readable": true,
40124                        "type": "gfloat",
40125                        "writable": true
40126                    },
40127                    "cwt-l": {
40128                        "blurb": "Wet gain Left",
40129                        "conditionally-available": false,
40130                        "construct": true,
40131                        "construct-only": false,
40132                        "controllable": true,
40133                        "default": "1",
40134                        "max": "10",
40135                        "min": "0",
40136                        "mutable": "null",
40137                        "readable": true,
40138                        "type": "gfloat",
40139                        "writable": true
40140                    },
40141                    "cwt-r": {
40142                        "blurb": "Wet gain Right",
40143                        "conditionally-available": false,
40144                        "construct": true,
40145                        "construct-only": false,
40146                        "controllable": true,
40147                        "default": "1",
40148                        "max": "10",
40149                        "min": "0",
40150                        "mutable": "null",
40151                        "readable": true,
40152                        "type": "gfloat",
40153                        "writable": true
40154                    },
40155                    "elm-l": {
40156                        "blurb": "Envelope level meter Left",
40157                        "conditionally-available": false,
40158                        "construct": false,
40159                        "construct-only": false,
40160                        "controllable": true,
40161                        "default": "0",
40162                        "max": "15.8489",
40163                        "min": "0",
40164                        "mutable": "null",
40165                        "readable": true,
40166                        "type": "gfloat",
40167                        "writable": false
40168                    },
40169                    "elm-r": {
40170                        "blurb": "Envelope level meter Right",
40171                        "conditionally-available": false,
40172                        "construct": false,
40173                        "construct-only": false,
40174                        "controllable": true,
40175                        "default": "0",
40176                        "max": "15.8489",
40177                        "min": "0",
40178                        "mutable": "null",
40179                        "readable": true,
40180                        "type": "gfloat",
40181                        "writable": false
40182                    },
40183                    "elv-l": {
40184                        "blurb": "Envelope level visibility Left",
40185                        "conditionally-available": false,
40186                        "construct": true,
40187                        "construct-only": false,
40188                        "controllable": true,
40189                        "default": "false",
40190                        "mutable": "null",
40191                        "readable": true,
40192                        "type": "gboolean",
40193                        "writable": true
40194                    },
40195                    "elv-r": {
40196                        "blurb": "Envelope level visibility Right",
40197                        "conditionally-available": false,
40198                        "construct": true,
40199                        "construct-only": false,
40200                        "controllable": true,
40201                        "default": "false",
40202                        "mutable": "null",
40203                        "readable": true,
40204                        "type": "gboolean",
40205                        "writable": true
40206                    },
40207                    "em-l": {
40208                        "blurb": "Expander mode Left",
40209                        "conditionally-available": false,
40210                        "construct": true,
40211                        "construct-only": false,
40212                        "controllable": true,
40213                        "default": "Up (1)",
40214                        "mutable": "null",
40215                        "readable": true,
40216                        "type": "lsp-plug-in-plugins-lv2-expander-lrem-l",
40217                        "writable": true
40218                    },
40219                    "em-r": {
40220                        "blurb": "Expander mode Right",
40221                        "conditionally-available": false,
40222                        "construct": true,
40223                        "construct-only": false,
40224                        "controllable": true,
40225                        "default": "Up (1)",
40226                        "mutable": "null",
40227                        "readable": true,
40228                        "type": "lsp-plug-in-plugins-lv2-expander-lrem-r",
40229                        "writable": true
40230                    },
40231                    "g-in": {
40232                        "blurb": "Input gain",
40233                        "conditionally-available": false,
40234                        "construct": true,
40235                        "construct-only": false,
40236                        "controllable": true,
40237                        "default": "1",
40238                        "max": "10",
40239                        "min": "0",
40240                        "mutable": "null",
40241                        "readable": true,
40242                        "type": "gfloat",
40243                        "writable": true
40244                    },
40245                    "g-out": {
40246                        "blurb": "Output gain",
40247                        "conditionally-available": false,
40248                        "construct": true,
40249                        "construct-only": false,
40250                        "controllable": true,
40251                        "default": "1",
40252                        "max": "10",
40253                        "min": "0",
40254                        "mutable": "null",
40255                        "readable": true,
40256                        "type": "gfloat",
40257                        "writable": true
40258                    },
40259                    "grv-l": {
40260                        "blurb": "Gain reduction visibility Left",
40261                        "conditionally-available": false,
40262                        "construct": true,
40263                        "construct-only": false,
40264                        "controllable": true,
40265                        "default": "false",
40266                        "mutable": "null",
40267                        "readable": true,
40268                        "type": "gboolean",
40269                        "writable": true
40270                    },
40271                    "grv-r": {
40272                        "blurb": "Gain reduction visibility Right",
40273                        "conditionally-available": false,
40274                        "construct": true,
40275                        "construct-only": false,
40276                        "controllable": true,
40277                        "default": "false",
40278                        "mutable": "null",
40279                        "readable": true,
40280                        "type": "gboolean",
40281                        "writable": true
40282                    },
40283                    "ilm-l": {
40284                        "blurb": "Input level meter Left",
40285                        "conditionally-available": false,
40286                        "construct": false,
40287                        "construct-only": false,
40288                        "controllable": true,
40289                        "default": "0",
40290                        "max": "15.8489",
40291                        "min": "0",
40292                        "mutable": "null",
40293                        "readable": true,
40294                        "type": "gfloat",
40295                        "writable": false
40296                    },
40297                    "ilm-r": {
40298                        "blurb": "Input level meter Right",
40299                        "conditionally-available": false,
40300                        "construct": false,
40301                        "construct-only": false,
40302                        "controllable": true,
40303                        "default": "0",
40304                        "max": "15.8489",
40305                        "min": "0",
40306                        "mutable": "null",
40307                        "readable": true,
40308                        "type": "gfloat",
40309                        "writable": false
40310                    },
40311                    "ilv-l": {
40312                        "blurb": "Input level visibility Left",
40313                        "conditionally-available": false,
40314                        "construct": true,
40315                        "construct-only": false,
40316                        "controllable": true,
40317                        "default": "false",
40318                        "mutable": "null",
40319                        "readable": true,
40320                        "type": "gboolean",
40321                        "writable": true
40322                    },
40323                    "ilv-r": {
40324                        "blurb": "Input level visibility Right",
40325                        "conditionally-available": false,
40326                        "construct": true,
40327                        "construct-only": false,
40328                        "controllable": true,
40329                        "default": "false",
40330                        "mutable": "null",
40331                        "readable": true,
40332                        "type": "gboolean",
40333                        "writable": true
40334                    },
40335                    "kn-l": {
40336                        "blurb": "Knee Left",
40337                        "conditionally-available": false,
40338                        "construct": true,
40339                        "construct-only": false,
40340                        "controllable": true,
40341                        "default": "0.50118",
40342                        "max": "1",
40343                        "min": "0.0631",
40344                        "mutable": "null",
40345                        "readable": true,
40346                        "type": "gfloat",
40347                        "writable": true
40348                    },
40349                    "kn-r": {
40350                        "blurb": "Knee Right",
40351                        "conditionally-available": false,
40352                        "construct": true,
40353                        "construct-only": false,
40354                        "controllable": true,
40355                        "default": "0.50118",
40356                        "max": "1",
40357                        "min": "0.0631",
40358                        "mutable": "null",
40359                        "readable": true,
40360                        "type": "gfloat",
40361                        "writable": true
40362                    },
40363                    "mk-l": {
40364                        "blurb": "Makeup gain Left",
40365                        "conditionally-available": false,
40366                        "construct": true,
40367                        "construct-only": false,
40368                        "controllable": true,
40369                        "default": "1",
40370                        "max": "1000",
40371                        "min": "0.001",
40372                        "mutable": "null",
40373                        "readable": true,
40374                        "type": "gfloat",
40375                        "writable": true
40376                    },
40377                    "mk-r": {
40378                        "blurb": "Makeup gain Right",
40379                        "conditionally-available": false,
40380                        "construct": true,
40381                        "construct-only": false,
40382                        "controllable": true,
40383                        "default": "1",
40384                        "max": "1000",
40385                        "min": "0.001",
40386                        "mutable": "null",
40387                        "readable": true,
40388                        "type": "gfloat",
40389                        "writable": true
40390                    },
40391                    "olm-l": {
40392                        "blurb": "Output level meter Left",
40393                        "conditionally-available": false,
40394                        "construct": false,
40395                        "construct-only": false,
40396                        "controllable": true,
40397                        "default": "0",
40398                        "max": "15.8489",
40399                        "min": "0",
40400                        "mutable": "null",
40401                        "readable": true,
40402                        "type": "gfloat",
40403                        "writable": false
40404                    },
40405                    "olm-r": {
40406                        "blurb": "Output level meter Right",
40407                        "conditionally-available": false,
40408                        "construct": false,
40409                        "construct-only": false,
40410                        "controllable": true,
40411                        "default": "0",
40412                        "max": "15.8489",
40413                        "min": "0",
40414                        "mutable": "null",
40415                        "readable": true,
40416                        "type": "gfloat",
40417                        "writable": false
40418                    },
40419                    "olv-l": {
40420                        "blurb": "Output level visibility Left",
40421                        "conditionally-available": false,
40422                        "construct": true,
40423                        "construct-only": false,
40424                        "controllable": true,
40425                        "default": "false",
40426                        "mutable": "null",
40427                        "readable": true,
40428                        "type": "gboolean",
40429                        "writable": true
40430                    },
40431                    "olv-r": {
40432                        "blurb": "Output level visibility Right",
40433                        "conditionally-available": false,
40434                        "construct": true,
40435                        "construct-only": false,
40436                        "controllable": true,
40437                        "default": "false",
40438                        "mutable": "null",
40439                        "readable": true,
40440                        "type": "gboolean",
40441                        "writable": true
40442                    },
40443                    "out-latency": {
40444                        "blurb": "Latency OUT",
40445                        "conditionally-available": false,
40446                        "construct": false,
40447                        "construct-only": false,
40448                        "controllable": true,
40449                        "default": "0",
40450                        "max": "192000",
40451                        "min": "0",
40452                        "mutable": "null",
40453                        "readable": true,
40454                        "type": "gint",
40455                        "writable": false
40456                    },
40457                    "pause": {
40458                        "blurb": "Pause graph analysis",
40459                        "conditionally-available": false,
40460                        "construct": true,
40461                        "construct-only": false,
40462                        "controllable": true,
40463                        "default": "false",
40464                        "mutable": "null",
40465                        "readable": true,
40466                        "type": "gboolean",
40467                        "writable": true
40468                    },
40469                    "rl-l": {
40470                        "blurb": "Release level Left",
40471                        "conditionally-available": false,
40472                        "construct": false,
40473                        "construct-only": false,
40474                        "controllable": true,
40475                        "default": "0",
40476                        "max": "20",
40477                        "min": "0",
40478                        "mutable": "null",
40479                        "readable": true,
40480                        "type": "gfloat",
40481                        "writable": false
40482                    },
40483                    "rl-r": {
40484                        "blurb": "Release level Right",
40485                        "conditionally-available": false,
40486                        "construct": false,
40487                        "construct-only": false,
40488                        "controllable": true,
40489                        "default": "0",
40490                        "max": "20",
40491                        "min": "0",
40492                        "mutable": "null",
40493                        "readable": true,
40494                        "type": "gfloat",
40495                        "writable": false
40496                    },
40497                    "rlm-l": {
40498                        "blurb": "Reduction level meter Left",
40499                        "conditionally-available": false,
40500                        "construct": false,
40501                        "construct-only": false,
40502                        "controllable": true,
40503                        "default": "0",
40504                        "max": "251.189",
40505                        "min": "0",
40506                        "mutable": "null",
40507                        "readable": true,
40508                        "type": "gfloat",
40509                        "writable": false
40510                    },
40511                    "rlm-r": {
40512                        "blurb": "Reduction level meter Right",
40513                        "conditionally-available": false,
40514                        "construct": false,
40515                        "construct-only": false,
40516                        "controllable": true,
40517                        "default": "0",
40518                        "max": "251.189",
40519                        "min": "0",
40520                        "mutable": "null",
40521                        "readable": true,
40522                        "type": "gfloat",
40523                        "writable": false
40524                    },
40525                    "rrl-l": {
40526                        "blurb": "Relative release level Left",
40527                        "conditionally-available": false,
40528                        "construct": true,
40529                        "construct-only": false,
40530                        "controllable": true,
40531                        "default": "0",
40532                        "max": "63.0957",
40533                        "min": "0",
40534                        "mutable": "null",
40535                        "readable": true,
40536                        "type": "gfloat",
40537                        "writable": true
40538                    },
40539                    "rrl-r": {
40540                        "blurb": "Relative release level Right",
40541                        "conditionally-available": false,
40542                        "construct": true,
40543                        "construct-only": false,
40544                        "controllable": true,
40545                        "default": "0",
40546                        "max": "63.0957",
40547                        "min": "0",
40548                        "mutable": "null",
40549                        "readable": true,
40550                        "type": "gfloat",
40551                        "writable": true
40552                    },
40553                    "rt-l": {
40554                        "blurb": "Release time Left",
40555                        "conditionally-available": false,
40556                        "construct": true,
40557                        "construct-only": false,
40558                        "controllable": true,
40559                        "default": "100",
40560                        "max": "5000",
40561                        "min": "0",
40562                        "mutable": "null",
40563                        "readable": true,
40564                        "type": "gfloat",
40565                        "writable": true
40566                    },
40567                    "rt-r": {
40568                        "blurb": "Release time Right",
40569                        "conditionally-available": false,
40570                        "construct": true,
40571                        "construct-only": false,
40572                        "controllable": true,
40573                        "default": "100",
40574                        "max": "5000",
40575                        "min": "0",
40576                        "mutable": "null",
40577                        "readable": true,
40578                        "type": "gfloat",
40579                        "writable": true
40580                    },
40581                    "scl-l": {
40582                        "blurb": "Sidechain listen Left",
40583                        "conditionally-available": false,
40584                        "construct": true,
40585                        "construct-only": false,
40586                        "controllable": true,
40587                        "default": "false",
40588                        "mutable": "null",
40589                        "readable": true,
40590                        "type": "gboolean",
40591                        "writable": true
40592                    },
40593                    "scl-r": {
40594                        "blurb": "Sidechain listen Right",
40595                        "conditionally-available": false,
40596                        "construct": true,
40597                        "construct-only": false,
40598                        "controllable": true,
40599                        "default": "false",
40600                        "mutable": "null",
40601                        "readable": true,
40602                        "type": "gboolean",
40603                        "writable": true
40604                    },
40605                    "scm-l": {
40606                        "blurb": "Sidechain mode Left",
40607                        "conditionally-available": false,
40608                        "construct": true,
40609                        "construct-only": false,
40610                        "controllable": true,
40611                        "default": "RMS (1)",
40612                        "mutable": "null",
40613                        "readable": true,
40614                        "type": "lsp-plug-in-plugins-lv2-expander-lrscm-l",
40615                        "writable": true
40616                    },
40617                    "scm-r": {
40618                        "blurb": "Sidechain mode Right",
40619                        "conditionally-available": false,
40620                        "construct": true,
40621                        "construct-only": false,
40622                        "controllable": true,
40623                        "default": "RMS (1)",
40624                        "mutable": "null",
40625                        "readable": true,
40626                        "type": "lsp-plug-in-plugins-lv2-expander-lrscm-r",
40627                        "writable": true
40628                    },
40629                    "scp-l": {
40630                        "blurb": "Sidechain preamp Left",
40631                        "conditionally-available": false,
40632                        "construct": true,
40633                        "construct-only": false,
40634                        "controllable": true,
40635                        "default": "1",
40636                        "max": "100",
40637                        "min": "0",
40638                        "mutable": "null",
40639                        "readable": true,
40640                        "type": "gfloat",
40641                        "writable": true
40642                    },
40643                    "scp-r": {
40644                        "blurb": "Sidechain preamp Right",
40645                        "conditionally-available": false,
40646                        "construct": true,
40647                        "construct-only": false,
40648                        "controllable": true,
40649                        "default": "1",
40650                        "max": "100",
40651                        "min": "0",
40652                        "mutable": "null",
40653                        "readable": true,
40654                        "type": "gfloat",
40655                        "writable": true
40656                    },
40657                    "scr-l": {
40658                        "blurb": "Sidechain reactivity Left",
40659                        "conditionally-available": false,
40660                        "construct": true,
40661                        "construct-only": false,
40662                        "controllable": true,
40663                        "default": "10",
40664                        "max": "250",
40665                        "min": "0",
40666                        "mutable": "null",
40667                        "readable": true,
40668                        "type": "gfloat",
40669                        "writable": true
40670                    },
40671                    "scr-r": {
40672                        "blurb": "Sidechain reactivity Right",
40673                        "conditionally-available": false,
40674                        "construct": true,
40675                        "construct-only": false,
40676                        "controllable": true,
40677                        "default": "10",
40678                        "max": "250",
40679                        "min": "0",
40680                        "mutable": "null",
40681                        "readable": true,
40682                        "type": "gfloat",
40683                        "writable": true
40684                    },
40685                    "scs-l": {
40686                        "blurb": "Sidechain source Left",
40687                        "conditionally-available": false,
40688                        "construct": true,
40689                        "construct-only": false,
40690                        "controllable": true,
40691                        "default": "Middle (0)",
40692                        "mutable": "null",
40693                        "readable": true,
40694                        "type": "lsp-plug-in-plugins-lv2-expander-lrscs-l",
40695                        "writable": true
40696                    },
40697                    "scs-r": {
40698                        "blurb": "Sidechain source Right",
40699                        "conditionally-available": false,
40700                        "construct": true,
40701                        "construct-only": false,
40702                        "controllable": true,
40703                        "default": "Middle (0)",
40704                        "mutable": "null",
40705                        "readable": true,
40706                        "type": "lsp-plug-in-plugins-lv2-expander-lrscs-r",
40707                        "writable": true
40708                    },
40709                    "sla-l": {
40710                        "blurb": "Sidechain lookahead Left",
40711                        "conditionally-available": false,
40712                        "construct": true,
40713                        "construct-only": false,
40714                        "controllable": true,
40715                        "default": "0",
40716                        "max": "20",
40717                        "min": "0",
40718                        "mutable": "null",
40719                        "readable": true,
40720                        "type": "gfloat",
40721                        "writable": true
40722                    },
40723                    "sla-r": {
40724                        "blurb": "Sidechain lookahead Right",
40725                        "conditionally-available": false,
40726                        "construct": true,
40727                        "construct-only": false,
40728                        "controllable": true,
40729                        "default": "0",
40730                        "max": "20",
40731                        "min": "0",
40732                        "mutable": "null",
40733                        "readable": true,
40734                        "type": "gfloat",
40735                        "writable": true
40736                    },
40737                    "slm-l": {
40738                        "blurb": "Sidechain level meter Left",
40739                        "conditionally-available": false,
40740                        "construct": false,
40741                        "construct-only": false,
40742                        "controllable": true,
40743                        "default": "0",
40744                        "max": "15.8489",
40745                        "min": "0",
40746                        "mutable": "null",
40747                        "readable": true,
40748                        "type": "gfloat",
40749                        "writable": false
40750                    },
40751                    "slm-r": {
40752                        "blurb": "Sidechain level meter Right",
40753                        "conditionally-available": false,
40754                        "construct": false,
40755                        "construct-only": false,
40756                        "controllable": true,
40757                        "default": "0",
40758                        "max": "15.8489",
40759                        "min": "0",
40760                        "mutable": "null",
40761                        "readable": true,
40762                        "type": "gfloat",
40763                        "writable": false
40764                    },
40765                    "slv-l": {
40766                        "blurb": "Sidechain level visibility Left",
40767                        "conditionally-available": false,
40768                        "construct": true,
40769                        "construct-only": false,
40770                        "controllable": true,
40771                        "default": "false",
40772                        "mutable": "null",
40773                        "readable": true,
40774                        "type": "gboolean",
40775                        "writable": true
40776                    },
40777                    "slv-r": {
40778                        "blurb": "Sidechain level visibility Right",
40779                        "conditionally-available": false,
40780                        "construct": true,
40781                        "construct-only": false,
40782                        "controllable": true,
40783                        "default": "false",
40784                        "mutable": "null",
40785                        "readable": true,
40786                        "type": "gboolean",
40787                        "writable": true
40788                    }
40789                },
40790                "rank": "none"
40791            },
40792            "lsp-plug-in-plugins-lv2-expander-mono": {
40793                "author": "LSP LV2",
40794                "description": "LSP Expander Mono",
40795                "hierarchy": [
40796                    "lsp-plug-in-plugins-lv2-expander-mono",
40797                    "GstAudioFilter",
40798                    "GstBaseTransform",
40799                    "GstElement",
40800                    "GstObject",
40801                    "GInitiallyUnowned",
40802                    "GObject"
40803                ],
40804                "interfaces": [
40805                    "GstPreset"
40806                ],
40807                "klass": "Filter/Effect/Audio/LV2/Expander",
40808                "long-name": "LSP Expander Mono",
40809                "pad-templates": {
40810                    "sink": {
40811                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
40812                        "direction": "sink",
40813                        "presence": "always"
40814                    },
40815                    "src": {
40816                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
40817                        "direction": "src",
40818                        "presence": "always"
40819                    }
40820                },
40821                "properties": {
40822                    "al": {
40823                        "blurb": "Attack level",
40824                        "conditionally-available": false,
40825                        "construct": true,
40826                        "construct-only": false,
40827                        "controllable": true,
40828                        "default": "0.25119",
40829                        "max": "1",
40830                        "min": "0.001",
40831                        "mutable": "null",
40832                        "readable": true,
40833                        "type": "gfloat",
40834                        "writable": true
40835                    },
40836                    "at": {
40837                        "blurb": "Attack time",
40838                        "conditionally-available": false,
40839                        "construct": true,
40840                        "construct-only": false,
40841                        "controllable": true,
40842                        "default": "20",
40843                        "max": "2000",
40844                        "min": "0",
40845                        "mutable": "null",
40846                        "readable": true,
40847                        "type": "gfloat",
40848                        "writable": true
40849                    },
40850                    "bypass": {
40851                        "blurb": "Bypass",
40852                        "conditionally-available": false,
40853                        "construct": true,
40854                        "construct-only": false,
40855                        "controllable": true,
40856                        "default": "false",
40857                        "mutable": "null",
40858                        "readable": true,
40859                        "type": "gboolean",
40860                        "writable": true
40861                    },
40862                    "cdr": {
40863                        "blurb": "Dry gain",
40864                        "conditionally-available": false,
40865                        "construct": true,
40866                        "construct-only": false,
40867                        "controllable": true,
40868                        "default": "0",
40869                        "max": "10",
40870                        "min": "0",
40871                        "mutable": "null",
40872                        "readable": true,
40873                        "type": "gfloat",
40874                        "writable": true
40875                    },
40876                    "clear": {
40877                        "blurb": "Clear graph analysis",
40878                        "conditionally-available": false,
40879                        "construct": true,
40880                        "construct-only": false,
40881                        "controllable": true,
40882                        "default": "false",
40883                        "mutable": "null",
40884                        "readable": true,
40885                        "type": "gboolean",
40886                        "writable": true
40887                    },
40888                    "clm": {
40889                        "blurb": "Curve level meter",
40890                        "conditionally-available": false,
40891                        "construct": false,
40892                        "construct-only": false,
40893                        "controllable": true,
40894                        "default": "0",
40895                        "max": "15.8489",
40896                        "min": "0",
40897                        "mutable": "null",
40898                        "readable": true,
40899                        "type": "gfloat",
40900                        "writable": false
40901                    },
40902                    "cr": {
40903                        "blurb": "Ratio",
40904                        "conditionally-available": false,
40905                        "construct": true,
40906                        "construct-only": false,
40907                        "controllable": true,
40908                        "default": "4",
40909                        "max": "100",
40910                        "min": "1",
40911                        "mutable": "null",
40912                        "readable": true,
40913                        "type": "gfloat",
40914                        "writable": true
40915                    },
40916                    "cwt": {
40917                        "blurb": "Wet gain",
40918                        "conditionally-available": false,
40919                        "construct": true,
40920                        "construct-only": false,
40921                        "controllable": true,
40922                        "default": "1",
40923                        "max": "10",
40924                        "min": "0",
40925                        "mutable": "null",
40926                        "readable": true,
40927                        "type": "gfloat",
40928                        "writable": true
40929                    },
40930                    "elm": {
40931                        "blurb": "Envelope level meter",
40932                        "conditionally-available": false,
40933                        "construct": false,
40934                        "construct-only": false,
40935                        "controllable": true,
40936                        "default": "0",
40937                        "max": "15.8489",
40938                        "min": "0",
40939                        "mutable": "null",
40940                        "readable": true,
40941                        "type": "gfloat",
40942                        "writable": false
40943                    },
40944                    "elv": {
40945                        "blurb": "Envelope level visibility",
40946                        "conditionally-available": false,
40947                        "construct": true,
40948                        "construct-only": false,
40949                        "controllable": true,
40950                        "default": "false",
40951                        "mutable": "null",
40952                        "readable": true,
40953                        "type": "gboolean",
40954                        "writable": true
40955                    },
40956                    "em": {
40957                        "blurb": "Expander mode",
40958                        "conditionally-available": false,
40959                        "construct": true,
40960                        "construct-only": false,
40961                        "controllable": true,
40962                        "default": "Up (1)",
40963                        "mutable": "null",
40964                        "readable": true,
40965                        "type": "lsp-plug-in-plugins-lv2-expander-monoem",
40966                        "writable": true
40967                    },
40968                    "g-in": {
40969                        "blurb": "Input gain",
40970                        "conditionally-available": false,
40971                        "construct": true,
40972                        "construct-only": false,
40973                        "controllable": true,
40974                        "default": "1",
40975                        "max": "10",
40976                        "min": "0",
40977                        "mutable": "null",
40978                        "readable": true,
40979                        "type": "gfloat",
40980                        "writable": true
40981                    },
40982                    "g-out": {
40983                        "blurb": "Output gain",
40984                        "conditionally-available": false,
40985                        "construct": true,
40986                        "construct-only": false,
40987                        "controllable": true,
40988                        "default": "1",
40989                        "max": "10",
40990                        "min": "0",
40991                        "mutable": "null",
40992                        "readable": true,
40993                        "type": "gfloat",
40994                        "writable": true
40995                    },
40996                    "grv": {
40997                        "blurb": "Gain reduction visibility",
40998                        "conditionally-available": false,
40999                        "construct": true,
41000                        "construct-only": false,
41001                        "controllable": true,
41002                        "default": "false",
41003                        "mutable": "null",
41004                        "readable": true,
41005                        "type": "gboolean",
41006                        "writable": true
41007                    },
41008                    "ilm": {
41009                        "blurb": "Input level meter",
41010                        "conditionally-available": false,
41011                        "construct": false,
41012                        "construct-only": false,
41013                        "controllable": true,
41014                        "default": "0",
41015                        "max": "15.8489",
41016                        "min": "0",
41017                        "mutable": "null",
41018                        "readable": true,
41019                        "type": "gfloat",
41020                        "writable": false
41021                    },
41022                    "ilv": {
41023                        "blurb": "Input level visibility",
41024                        "conditionally-available": false,
41025                        "construct": true,
41026                        "construct-only": false,
41027                        "controllable": true,
41028                        "default": "false",
41029                        "mutable": "null",
41030                        "readable": true,
41031                        "type": "gboolean",
41032                        "writable": true
41033                    },
41034                    "kn": {
41035                        "blurb": "Knee",
41036                        "conditionally-available": false,
41037                        "construct": true,
41038                        "construct-only": false,
41039                        "controllable": true,
41040                        "default": "0.50118",
41041                        "max": "1",
41042                        "min": "0.0631",
41043                        "mutable": "null",
41044                        "readable": true,
41045                        "type": "gfloat",
41046                        "writable": true
41047                    },
41048                    "mk": {
41049                        "blurb": "Makeup gain",
41050                        "conditionally-available": false,
41051                        "construct": true,
41052                        "construct-only": false,
41053                        "controllable": true,
41054                        "default": "1",
41055                        "max": "1000",
41056                        "min": "0.001",
41057                        "mutable": "null",
41058                        "readable": true,
41059                        "type": "gfloat",
41060                        "writable": true
41061                    },
41062                    "olm": {
41063                        "blurb": "Output level meter",
41064                        "conditionally-available": false,
41065                        "construct": false,
41066                        "construct-only": false,
41067                        "controllable": true,
41068                        "default": "0",
41069                        "max": "15.8489",
41070                        "min": "0",
41071                        "mutable": "null",
41072                        "readable": true,
41073                        "type": "gfloat",
41074                        "writable": false
41075                    },
41076                    "olv": {
41077                        "blurb": "Output level visibility",
41078                        "conditionally-available": false,
41079                        "construct": true,
41080                        "construct-only": false,
41081                        "controllable": true,
41082                        "default": "false",
41083                        "mutable": "null",
41084                        "readable": true,
41085                        "type": "gboolean",
41086                        "writable": true
41087                    },
41088                    "out-latency": {
41089                        "blurb": "Latency OUT",
41090                        "conditionally-available": false,
41091                        "construct": false,
41092                        "construct-only": false,
41093                        "controllable": true,
41094                        "default": "0",
41095                        "max": "192000",
41096                        "min": "0",
41097                        "mutable": "null",
41098                        "readable": true,
41099                        "type": "gint",
41100                        "writable": false
41101                    },
41102                    "pause": {
41103                        "blurb": "Pause graph analysis",
41104                        "conditionally-available": false,
41105                        "construct": true,
41106                        "construct-only": false,
41107                        "controllable": true,
41108                        "default": "false",
41109                        "mutable": "null",
41110                        "readable": true,
41111                        "type": "gboolean",
41112                        "writable": true
41113                    },
41114                    "rl": {
41115                        "blurb": "Release level",
41116                        "conditionally-available": false,
41117                        "construct": false,
41118                        "construct-only": false,
41119                        "controllable": true,
41120                        "default": "0",
41121                        "max": "20",
41122                        "min": "0",
41123                        "mutable": "null",
41124                        "readable": true,
41125                        "type": "gfloat",
41126                        "writable": false
41127                    },
41128                    "rlm": {
41129                        "blurb": "Reduction level meter",
41130                        "conditionally-available": false,
41131                        "construct": false,
41132                        "construct-only": false,
41133                        "controllable": true,
41134                        "default": "0",
41135                        "max": "251.189",
41136                        "min": "0",
41137                        "mutable": "null",
41138                        "readable": true,
41139                        "type": "gfloat",
41140                        "writable": false
41141                    },
41142                    "rrl": {
41143                        "blurb": "Relative release level",
41144                        "conditionally-available": false,
41145                        "construct": true,
41146                        "construct-only": false,
41147                        "controllable": true,
41148                        "default": "0",
41149                        "max": "63.0957",
41150                        "min": "0",
41151                        "mutable": "null",
41152                        "readable": true,
41153                        "type": "gfloat",
41154                        "writable": true
41155                    },
41156                    "rt": {
41157                        "blurb": "Release time",
41158                        "conditionally-available": false,
41159                        "construct": true,
41160                        "construct-only": false,
41161                        "controllable": true,
41162                        "default": "100",
41163                        "max": "5000",
41164                        "min": "0",
41165                        "mutable": "null",
41166                        "readable": true,
41167                        "type": "gfloat",
41168                        "writable": true
41169                    },
41170                    "scl": {
41171                        "blurb": "Sidechain listen",
41172                        "conditionally-available": false,
41173                        "construct": true,
41174                        "construct-only": false,
41175                        "controllable": true,
41176                        "default": "false",
41177                        "mutable": "null",
41178                        "readable": true,
41179                        "type": "gboolean",
41180                        "writable": true
41181                    },
41182                    "scm": {
41183                        "blurb": "Sidechain mode",
41184                        "conditionally-available": false,
41185                        "construct": true,
41186                        "construct-only": false,
41187                        "controllable": true,
41188                        "default": "RMS (1)",
41189                        "mutable": "null",
41190                        "readable": true,
41191                        "type": "lsp-plug-in-plugins-lv2-expander-monoscm",
41192                        "writable": true
41193                    },
41194                    "scp": {
41195                        "blurb": "Sidechain preamp",
41196                        "conditionally-available": false,
41197                        "construct": true,
41198                        "construct-only": false,
41199                        "controllable": true,
41200                        "default": "1",
41201                        "max": "100",
41202                        "min": "0",
41203                        "mutable": "null",
41204                        "readable": true,
41205                        "type": "gfloat",
41206                        "writable": true
41207                    },
41208                    "scr": {
41209                        "blurb": "Sidechain reactivity",
41210                        "conditionally-available": false,
41211                        "construct": true,
41212                        "construct-only": false,
41213                        "controllable": true,
41214                        "default": "10",
41215                        "max": "250",
41216                        "min": "0",
41217                        "mutable": "null",
41218                        "readable": true,
41219                        "type": "gfloat",
41220                        "writable": true
41221                    },
41222                    "sla": {
41223                        "blurb": "Sidechain lookahead",
41224                        "conditionally-available": false,
41225                        "construct": true,
41226                        "construct-only": false,
41227                        "controllable": true,
41228                        "default": "0",
41229                        "max": "20",
41230                        "min": "0",
41231                        "mutable": "null",
41232                        "readable": true,
41233                        "type": "gfloat",
41234                        "writable": true
41235                    },
41236                    "slm": {
41237                        "blurb": "Sidechain level meter",
41238                        "conditionally-available": false,
41239                        "construct": false,
41240                        "construct-only": false,
41241                        "controllable": true,
41242                        "default": "0",
41243                        "max": "15.8489",
41244                        "min": "0",
41245                        "mutable": "null",
41246                        "readable": true,
41247                        "type": "gfloat",
41248                        "writable": false
41249                    },
41250                    "slv": {
41251                        "blurb": "Sidechain level visibility",
41252                        "conditionally-available": false,
41253                        "construct": true,
41254                        "construct-only": false,
41255                        "controllable": true,
41256                        "default": "false",
41257                        "mutable": "null",
41258                        "readable": true,
41259                        "type": "gboolean",
41260                        "writable": true
41261                    }
41262                },
41263                "rank": "none"
41264            },
41265            "lsp-plug-in-plugins-lv2-expander-ms": {
41266                "author": "LSP LV2",
41267                "description": "LSP Expander MidSide",
41268                "hierarchy": [
41269                    "lsp-plug-in-plugins-lv2-expander-ms",
41270                    "GstAudioFilter",
41271                    "GstBaseTransform",
41272                    "GstElement",
41273                    "GstObject",
41274                    "GInitiallyUnowned",
41275                    "GObject"
41276                ],
41277                "interfaces": [
41278                    "GstPreset"
41279                ],
41280                "klass": "Filter/Effect/Audio/LV2/Expander",
41281                "long-name": "LSP Expander MidSide",
41282                "pad-templates": {
41283                    "sink": {
41284                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
41285                        "direction": "sink",
41286                        "presence": "always"
41287                    },
41288                    "src": {
41289                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
41290                        "direction": "src",
41291                        "presence": "always"
41292                    }
41293                },
41294                "properties": {
41295                    "al-m": {
41296                        "blurb": "Attack level Mid",
41297                        "conditionally-available": false,
41298                        "construct": true,
41299                        "construct-only": false,
41300                        "controllable": true,
41301                        "default": "0.25119",
41302                        "max": "1",
41303                        "min": "0.001",
41304                        "mutable": "null",
41305                        "readable": true,
41306                        "type": "gfloat",
41307                        "writable": true
41308                    },
41309                    "al-s": {
41310                        "blurb": "Attack level Side",
41311                        "conditionally-available": false,
41312                        "construct": true,
41313                        "construct-only": false,
41314                        "controllable": true,
41315                        "default": "0.25119",
41316                        "max": "1",
41317                        "min": "0.001",
41318                        "mutable": "null",
41319                        "readable": true,
41320                        "type": "gfloat",
41321                        "writable": true
41322                    },
41323                    "at-m": {
41324                        "blurb": "Attack time Mid",
41325                        "conditionally-available": false,
41326                        "construct": true,
41327                        "construct-only": false,
41328                        "controllable": true,
41329                        "default": "20",
41330                        "max": "2000",
41331                        "min": "0",
41332                        "mutable": "null",
41333                        "readable": true,
41334                        "type": "gfloat",
41335                        "writable": true
41336                    },
41337                    "at-s": {
41338                        "blurb": "Attack time Side",
41339                        "conditionally-available": false,
41340                        "construct": true,
41341                        "construct-only": false,
41342                        "controllable": true,
41343                        "default": "20",
41344                        "max": "2000",
41345                        "min": "0",
41346                        "mutable": "null",
41347                        "readable": true,
41348                        "type": "gfloat",
41349                        "writable": true
41350                    },
41351                    "bypass": {
41352                        "blurb": "Bypass",
41353                        "conditionally-available": false,
41354                        "construct": true,
41355                        "construct-only": false,
41356                        "controllable": true,
41357                        "default": "false",
41358                        "mutable": "null",
41359                        "readable": true,
41360                        "type": "gboolean",
41361                        "writable": true
41362                    },
41363                    "cdr-m": {
41364                        "blurb": "Dry gain Mid",
41365                        "conditionally-available": false,
41366                        "construct": true,
41367                        "construct-only": false,
41368                        "controllable": true,
41369                        "default": "0",
41370                        "max": "10",
41371                        "min": "0",
41372                        "mutable": "null",
41373                        "readable": true,
41374                        "type": "gfloat",
41375                        "writable": true
41376                    },
41377                    "cdr-s": {
41378                        "blurb": "Dry gain Side",
41379                        "conditionally-available": false,
41380                        "construct": true,
41381                        "construct-only": false,
41382                        "controllable": true,
41383                        "default": "0",
41384                        "max": "10",
41385                        "min": "0",
41386                        "mutable": "null",
41387                        "readable": true,
41388                        "type": "gfloat",
41389                        "writable": true
41390                    },
41391                    "clear": {
41392                        "blurb": "Clear graph analysis",
41393                        "conditionally-available": false,
41394                        "construct": true,
41395                        "construct-only": false,
41396                        "controllable": true,
41397                        "default": "false",
41398                        "mutable": "null",
41399                        "readable": true,
41400                        "type": "gboolean",
41401                        "writable": true
41402                    },
41403                    "clm-m": {
41404                        "blurb": "Curve level meter Mid",
41405                        "conditionally-available": false,
41406                        "construct": false,
41407                        "construct-only": false,
41408                        "controllable": true,
41409                        "default": "0",
41410                        "max": "15.8489",
41411                        "min": "0",
41412                        "mutable": "null",
41413                        "readable": true,
41414                        "type": "gfloat",
41415                        "writable": false
41416                    },
41417                    "clm-s": {
41418                        "blurb": "Curve level meter Side",
41419                        "conditionally-available": false,
41420                        "construct": false,
41421                        "construct-only": false,
41422                        "controllable": true,
41423                        "default": "0",
41424                        "max": "15.8489",
41425                        "min": "0",
41426                        "mutable": "null",
41427                        "readable": true,
41428                        "type": "gfloat",
41429                        "writable": false
41430                    },
41431                    "cr-m": {
41432                        "blurb": "Ratio Mid",
41433                        "conditionally-available": false,
41434                        "construct": true,
41435                        "construct-only": false,
41436                        "controllable": true,
41437                        "default": "4",
41438                        "max": "100",
41439                        "min": "1",
41440                        "mutable": "null",
41441                        "readable": true,
41442                        "type": "gfloat",
41443                        "writable": true
41444                    },
41445                    "cr-s": {
41446                        "blurb": "Ratio Side",
41447                        "conditionally-available": false,
41448                        "construct": true,
41449                        "construct-only": false,
41450                        "controllable": true,
41451                        "default": "4",
41452                        "max": "100",
41453                        "min": "1",
41454                        "mutable": "null",
41455                        "readable": true,
41456                        "type": "gfloat",
41457                        "writable": true
41458                    },
41459                    "cwt-m": {
41460                        "blurb": "Wet gain Mid",
41461                        "conditionally-available": false,
41462                        "construct": true,
41463                        "construct-only": false,
41464                        "controllable": true,
41465                        "default": "1",
41466                        "max": "10",
41467                        "min": "0",
41468                        "mutable": "null",
41469                        "readable": true,
41470                        "type": "gfloat",
41471                        "writable": true
41472                    },
41473                    "cwt-s": {
41474                        "blurb": "Wet gain Side",
41475                        "conditionally-available": false,
41476                        "construct": true,
41477                        "construct-only": false,
41478                        "controllable": true,
41479                        "default": "1",
41480                        "max": "10",
41481                        "min": "0",
41482                        "mutable": "null",
41483                        "readable": true,
41484                        "type": "gfloat",
41485                        "writable": true
41486                    },
41487                    "elm-m": {
41488                        "blurb": "Envelope level meter Mid",
41489                        "conditionally-available": false,
41490                        "construct": false,
41491                        "construct-only": false,
41492                        "controllable": true,
41493                        "default": "0",
41494                        "max": "15.8489",
41495                        "min": "0",
41496                        "mutable": "null",
41497                        "readable": true,
41498                        "type": "gfloat",
41499                        "writable": false
41500                    },
41501                    "elm-s": {
41502                        "blurb": "Envelope level meter Side",
41503                        "conditionally-available": false,
41504                        "construct": false,
41505                        "construct-only": false,
41506                        "controllable": true,
41507                        "default": "0",
41508                        "max": "15.8489",
41509                        "min": "0",
41510                        "mutable": "null",
41511                        "readable": true,
41512                        "type": "gfloat",
41513                        "writable": false
41514                    },
41515                    "elv-m": {
41516                        "blurb": "Envelope level visibility Mid",
41517                        "conditionally-available": false,
41518                        "construct": true,
41519                        "construct-only": false,
41520                        "controllable": true,
41521                        "default": "false",
41522                        "mutable": "null",
41523                        "readable": true,
41524                        "type": "gboolean",
41525                        "writable": true
41526                    },
41527                    "elv-s": {
41528                        "blurb": "Envelope level visibility Side",
41529                        "conditionally-available": false,
41530                        "construct": true,
41531                        "construct-only": false,
41532                        "controllable": true,
41533                        "default": "false",
41534                        "mutable": "null",
41535                        "readable": true,
41536                        "type": "gboolean",
41537                        "writable": true
41538                    },
41539                    "em-m": {
41540                        "blurb": "Expander mode Mid",
41541                        "conditionally-available": false,
41542                        "construct": true,
41543                        "construct-only": false,
41544                        "controllable": true,
41545                        "default": "Up (1)",
41546                        "mutable": "null",
41547                        "readable": true,
41548                        "type": "lsp-plug-in-plugins-lv2-expander-msem-m",
41549                        "writable": true
41550                    },
41551                    "em-s": {
41552                        "blurb": "Expander mode Side",
41553                        "conditionally-available": false,
41554                        "construct": true,
41555                        "construct-only": false,
41556                        "controllable": true,
41557                        "default": "Up (1)",
41558                        "mutable": "null",
41559                        "readable": true,
41560                        "type": "lsp-plug-in-plugins-lv2-expander-msem-s",
41561                        "writable": true
41562                    },
41563                    "g-in": {
41564                        "blurb": "Input gain",
41565                        "conditionally-available": false,
41566                        "construct": true,
41567                        "construct-only": false,
41568                        "controllable": true,
41569                        "default": "1",
41570                        "max": "10",
41571                        "min": "0",
41572                        "mutable": "null",
41573                        "readable": true,
41574                        "type": "gfloat",
41575                        "writable": true
41576                    },
41577                    "g-out": {
41578                        "blurb": "Output gain",
41579                        "conditionally-available": false,
41580                        "construct": true,
41581                        "construct-only": false,
41582                        "controllable": true,
41583                        "default": "1",
41584                        "max": "10",
41585                        "min": "0",
41586                        "mutable": "null",
41587                        "readable": true,
41588                        "type": "gfloat",
41589                        "writable": true
41590                    },
41591                    "grv-m": {
41592                        "blurb": "Gain reduction visibility Mid",
41593                        "conditionally-available": false,
41594                        "construct": true,
41595                        "construct-only": false,
41596                        "controllable": true,
41597                        "default": "false",
41598                        "mutable": "null",
41599                        "readable": true,
41600                        "type": "gboolean",
41601                        "writable": true
41602                    },
41603                    "grv-s": {
41604                        "blurb": "Gain reduction visibility Side",
41605                        "conditionally-available": false,
41606                        "construct": true,
41607                        "construct-only": false,
41608                        "controllable": true,
41609                        "default": "false",
41610                        "mutable": "null",
41611                        "readable": true,
41612                        "type": "gboolean",
41613                        "writable": true
41614                    },
41615                    "ilm-m": {
41616                        "blurb": "Input level meter Mid",
41617                        "conditionally-available": false,
41618                        "construct": false,
41619                        "construct-only": false,
41620                        "controllable": true,
41621                        "default": "0",
41622                        "max": "15.8489",
41623                        "min": "0",
41624                        "mutable": "null",
41625                        "readable": true,
41626                        "type": "gfloat",
41627                        "writable": false
41628                    },
41629                    "ilm-s": {
41630                        "blurb": "Input level meter Side",
41631                        "conditionally-available": false,
41632                        "construct": false,
41633                        "construct-only": false,
41634                        "controllable": true,
41635                        "default": "0",
41636                        "max": "15.8489",
41637                        "min": "0",
41638                        "mutable": "null",
41639                        "readable": true,
41640                        "type": "gfloat",
41641                        "writable": false
41642                    },
41643                    "ilv-m": {
41644                        "blurb": "Input level visibility Mid",
41645                        "conditionally-available": false,
41646                        "construct": true,
41647                        "construct-only": false,
41648                        "controllable": true,
41649                        "default": "false",
41650                        "mutable": "null",
41651                        "readable": true,
41652                        "type": "gboolean",
41653                        "writable": true
41654                    },
41655                    "ilv-s": {
41656                        "blurb": "Input level visibility Side",
41657                        "conditionally-available": false,
41658                        "construct": true,
41659                        "construct-only": false,
41660                        "controllable": true,
41661                        "default": "false",
41662                        "mutable": "null",
41663                        "readable": true,
41664                        "type": "gboolean",
41665                        "writable": true
41666                    },
41667                    "kn-m": {
41668                        "blurb": "Knee Mid",
41669                        "conditionally-available": false,
41670                        "construct": true,
41671                        "construct-only": false,
41672                        "controllable": true,
41673                        "default": "0.50118",
41674                        "max": "1",
41675                        "min": "0.0631",
41676                        "mutable": "null",
41677                        "readable": true,
41678                        "type": "gfloat",
41679                        "writable": true
41680                    },
41681                    "kn-s": {
41682                        "blurb": "Knee Side",
41683                        "conditionally-available": false,
41684                        "construct": true,
41685                        "construct-only": false,
41686                        "controllable": true,
41687                        "default": "0.50118",
41688                        "max": "1",
41689                        "min": "0.0631",
41690                        "mutable": "null",
41691                        "readable": true,
41692                        "type": "gfloat",
41693                        "writable": true
41694                    },
41695                    "mk-m": {
41696                        "blurb": "Makeup gain Mid",
41697                        "conditionally-available": false,
41698                        "construct": true,
41699                        "construct-only": false,
41700                        "controllable": true,
41701                        "default": "1",
41702                        "max": "1000",
41703                        "min": "0.001",
41704                        "mutable": "null",
41705                        "readable": true,
41706                        "type": "gfloat",
41707                        "writable": true
41708                    },
41709                    "mk-s": {
41710                        "blurb": "Makeup gain Side",
41711                        "conditionally-available": false,
41712                        "construct": true,
41713                        "construct-only": false,
41714                        "controllable": true,
41715                        "default": "1",
41716                        "max": "1000",
41717                        "min": "0.001",
41718                        "mutable": "null",
41719                        "readable": true,
41720                        "type": "gfloat",
41721                        "writable": true
41722                    },
41723                    "msl": {
41724                        "blurb": "Mid/Side listen",
41725                        "conditionally-available": false,
41726                        "construct": true,
41727                        "construct-only": false,
41728                        "controllable": true,
41729                        "default": "false",
41730                        "mutable": "null",
41731                        "readable": true,
41732                        "type": "gboolean",
41733                        "writable": true
41734                    },
41735                    "olm-m": {
41736                        "blurb": "Output level meter Mid",
41737                        "conditionally-available": false,
41738                        "construct": false,
41739                        "construct-only": false,
41740                        "controllable": true,
41741                        "default": "0",
41742                        "max": "15.8489",
41743                        "min": "0",
41744                        "mutable": "null",
41745                        "readable": true,
41746                        "type": "gfloat",
41747                        "writable": false
41748                    },
41749                    "olm-s": {
41750                        "blurb": "Output level meter Side",
41751                        "conditionally-available": false,
41752                        "construct": false,
41753                        "construct-only": false,
41754                        "controllable": true,
41755                        "default": "0",
41756                        "max": "15.8489",
41757                        "min": "0",
41758                        "mutable": "null",
41759                        "readable": true,
41760                        "type": "gfloat",
41761                        "writable": false
41762                    },
41763                    "olv-m": {
41764                        "blurb": "Output level visibility Mid",
41765                        "conditionally-available": false,
41766                        "construct": true,
41767                        "construct-only": false,
41768                        "controllable": true,
41769                        "default": "false",
41770                        "mutable": "null",
41771                        "readable": true,
41772                        "type": "gboolean",
41773                        "writable": true
41774                    },
41775                    "olv-s": {
41776                        "blurb": "Output level visibility Side",
41777                        "conditionally-available": false,
41778                        "construct": true,
41779                        "construct-only": false,
41780                        "controllable": true,
41781                        "default": "false",
41782                        "mutable": "null",
41783                        "readable": true,
41784                        "type": "gboolean",
41785                        "writable": true
41786                    },
41787                    "out-latency": {
41788                        "blurb": "Latency OUT",
41789                        "conditionally-available": false,
41790                        "construct": false,
41791                        "construct-only": false,
41792                        "controllable": true,
41793                        "default": "0",
41794                        "max": "192000",
41795                        "min": "0",
41796                        "mutable": "null",
41797                        "readable": true,
41798                        "type": "gint",
41799                        "writable": false
41800                    },
41801                    "pause": {
41802                        "blurb": "Pause graph analysis",
41803                        "conditionally-available": false,
41804                        "construct": true,
41805                        "construct-only": false,
41806                        "controllable": true,
41807                        "default": "false",
41808                        "mutable": "null",
41809                        "readable": true,
41810                        "type": "gboolean",
41811                        "writable": true
41812                    },
41813                    "rl-m": {
41814                        "blurb": "Release level Mid",
41815                        "conditionally-available": false,
41816                        "construct": false,
41817                        "construct-only": false,
41818                        "controllable": true,
41819                        "default": "0",
41820                        "max": "20",
41821                        "min": "0",
41822                        "mutable": "null",
41823                        "readable": true,
41824                        "type": "gfloat",
41825                        "writable": false
41826                    },
41827                    "rl-s": {
41828                        "blurb": "Release level Side",
41829                        "conditionally-available": false,
41830                        "construct": false,
41831                        "construct-only": false,
41832                        "controllable": true,
41833                        "default": "0",
41834                        "max": "20",
41835                        "min": "0",
41836                        "mutable": "null",
41837                        "readable": true,
41838                        "type": "gfloat",
41839                        "writable": false
41840                    },
41841                    "rlm-m": {
41842                        "blurb": "Reduction level meter Mid",
41843                        "conditionally-available": false,
41844                        "construct": false,
41845                        "construct-only": false,
41846                        "controllable": true,
41847                        "default": "0",
41848                        "max": "251.189",
41849                        "min": "0",
41850                        "mutable": "null",
41851                        "readable": true,
41852                        "type": "gfloat",
41853                        "writable": false
41854                    },
41855                    "rlm-s": {
41856                        "blurb": "Reduction level meter Side",
41857                        "conditionally-available": false,
41858                        "construct": false,
41859                        "construct-only": false,
41860                        "controllable": true,
41861                        "default": "0",
41862                        "max": "251.189",
41863                        "min": "0",
41864                        "mutable": "null",
41865                        "readable": true,
41866                        "type": "gfloat",
41867                        "writable": false
41868                    },
41869                    "rrl-m": {
41870                        "blurb": "Relative release level Mid",
41871                        "conditionally-available": false,
41872                        "construct": true,
41873                        "construct-only": false,
41874                        "controllable": true,
41875                        "default": "0",
41876                        "max": "63.0957",
41877                        "min": "0",
41878                        "mutable": "null",
41879                        "readable": true,
41880                        "type": "gfloat",
41881                        "writable": true
41882                    },
41883                    "rrl-s": {
41884                        "blurb": "Relative release level Side",
41885                        "conditionally-available": false,
41886                        "construct": true,
41887                        "construct-only": false,
41888                        "controllable": true,
41889                        "default": "0",
41890                        "max": "63.0957",
41891                        "min": "0",
41892                        "mutable": "null",
41893                        "readable": true,
41894                        "type": "gfloat",
41895                        "writable": true
41896                    },
41897                    "rt-m": {
41898                        "blurb": "Release time Mid",
41899                        "conditionally-available": false,
41900                        "construct": true,
41901                        "construct-only": false,
41902                        "controllable": true,
41903                        "default": "100",
41904                        "max": "5000",
41905                        "min": "0",
41906                        "mutable": "null",
41907                        "readable": true,
41908                        "type": "gfloat",
41909                        "writable": true
41910                    },
41911                    "rt-s": {
41912                        "blurb": "Release time Side",
41913                        "conditionally-available": false,
41914                        "construct": true,
41915                        "construct-only": false,
41916                        "controllable": true,
41917                        "default": "100",
41918                        "max": "5000",
41919                        "min": "0",
41920                        "mutable": "null",
41921                        "readable": true,
41922                        "type": "gfloat",
41923                        "writable": true
41924                    },
41925                    "scl-m": {
41926                        "blurb": "Sidechain listen Mid",
41927                        "conditionally-available": false,
41928                        "construct": true,
41929                        "construct-only": false,
41930                        "controllable": true,
41931                        "default": "false",
41932                        "mutable": "null",
41933                        "readable": true,
41934                        "type": "gboolean",
41935                        "writable": true
41936                    },
41937                    "scl-s": {
41938                        "blurb": "Sidechain listen Side",
41939                        "conditionally-available": false,
41940                        "construct": true,
41941                        "construct-only": false,
41942                        "controllable": true,
41943                        "default": "false",
41944                        "mutable": "null",
41945                        "readable": true,
41946                        "type": "gboolean",
41947                        "writable": true
41948                    },
41949                    "scm-m": {
41950                        "blurb": "Sidechain mode Mid",
41951                        "conditionally-available": false,
41952                        "construct": true,
41953                        "construct-only": false,
41954                        "controllable": true,
41955                        "default": "RMS (1)",
41956                        "mutable": "null",
41957                        "readable": true,
41958                        "type": "lsp-plug-in-plugins-lv2-expander-msscm-m",
41959                        "writable": true
41960                    },
41961                    "scm-s": {
41962                        "blurb": "Sidechain mode Side",
41963                        "conditionally-available": false,
41964                        "construct": true,
41965                        "construct-only": false,
41966                        "controllable": true,
41967                        "default": "RMS (1)",
41968                        "mutable": "null",
41969                        "readable": true,
41970                        "type": "lsp-plug-in-plugins-lv2-expander-msscm-s",
41971                        "writable": true
41972                    },
41973                    "scp-m": {
41974                        "blurb": "Sidechain preamp Mid",
41975                        "conditionally-available": false,
41976                        "construct": true,
41977                        "construct-only": false,
41978                        "controllable": true,
41979                        "default": "1",
41980                        "max": "100",
41981                        "min": "0",
41982                        "mutable": "null",
41983                        "readable": true,
41984                        "type": "gfloat",
41985                        "writable": true
41986                    },
41987                    "scp-s": {
41988                        "blurb": "Sidechain preamp Side",
41989                        "conditionally-available": false,
41990                        "construct": true,
41991                        "construct-only": false,
41992                        "controllable": true,
41993                        "default": "1",
41994                        "max": "100",
41995                        "min": "0",
41996                        "mutable": "null",
41997                        "readable": true,
41998                        "type": "gfloat",
41999                        "writable": true
42000                    },
42001                    "scr-m": {
42002                        "blurb": "Sidechain reactivity Mid",
42003                        "conditionally-available": false,
42004                        "construct": true,
42005                        "construct-only": false,
42006                        "controllable": true,
42007                        "default": "10",
42008                        "max": "250",
42009                        "min": "0",
42010                        "mutable": "null",
42011                        "readable": true,
42012                        "type": "gfloat",
42013                        "writable": true
42014                    },
42015                    "scr-s": {
42016                        "blurb": "Sidechain reactivity Side",
42017                        "conditionally-available": false,
42018                        "construct": true,
42019                        "construct-only": false,
42020                        "controllable": true,
42021                        "default": "10",
42022                        "max": "250",
42023                        "min": "0",
42024                        "mutable": "null",
42025                        "readable": true,
42026                        "type": "gfloat",
42027                        "writable": true
42028                    },
42029                    "scs-m": {
42030                        "blurb": "Sidechain source Mid",
42031                        "conditionally-available": false,
42032                        "construct": true,
42033                        "construct-only": false,
42034                        "controllable": true,
42035                        "default": "Middle (0)",
42036                        "mutable": "null",
42037                        "readable": true,
42038                        "type": "lsp-plug-in-plugins-lv2-expander-msscs-m",
42039                        "writable": true
42040                    },
42041                    "scs-s": {
42042                        "blurb": "Sidechain source Side",
42043                        "conditionally-available": false,
42044                        "construct": true,
42045                        "construct-only": false,
42046                        "controllable": true,
42047                        "default": "Middle (0)",
42048                        "mutable": "null",
42049                        "readable": true,
42050                        "type": "lsp-plug-in-plugins-lv2-expander-msscs-s",
42051                        "writable": true
42052                    },
42053                    "sla-m": {
42054                        "blurb": "Sidechain lookahead Mid",
42055                        "conditionally-available": false,
42056                        "construct": true,
42057                        "construct-only": false,
42058                        "controllable": true,
42059                        "default": "0",
42060                        "max": "20",
42061                        "min": "0",
42062                        "mutable": "null",
42063                        "readable": true,
42064                        "type": "gfloat",
42065                        "writable": true
42066                    },
42067                    "sla-s": {
42068                        "blurb": "Sidechain lookahead Side",
42069                        "conditionally-available": false,
42070                        "construct": true,
42071                        "construct-only": false,
42072                        "controllable": true,
42073                        "default": "0",
42074                        "max": "20",
42075                        "min": "0",
42076                        "mutable": "null",
42077                        "readable": true,
42078                        "type": "gfloat",
42079                        "writable": true
42080                    },
42081                    "slm-m": {
42082                        "blurb": "Sidechain level meter Mid",
42083                        "conditionally-available": false,
42084                        "construct": false,
42085                        "construct-only": false,
42086                        "controllable": true,
42087                        "default": "0",
42088                        "max": "15.8489",
42089                        "min": "0",
42090                        "mutable": "null",
42091                        "readable": true,
42092                        "type": "gfloat",
42093                        "writable": false
42094                    },
42095                    "slm-s": {
42096                        "blurb": "Sidechain level meter Side",
42097                        "conditionally-available": false,
42098                        "construct": false,
42099                        "construct-only": false,
42100                        "controllable": true,
42101                        "default": "0",
42102                        "max": "15.8489",
42103                        "min": "0",
42104                        "mutable": "null",
42105                        "readable": true,
42106                        "type": "gfloat",
42107                        "writable": false
42108                    },
42109                    "slv-m": {
42110                        "blurb": "Sidechain level visibility Mid",
42111                        "conditionally-available": false,
42112                        "construct": true,
42113                        "construct-only": false,
42114                        "controllable": true,
42115                        "default": "false",
42116                        "mutable": "null",
42117                        "readable": true,
42118                        "type": "gboolean",
42119                        "writable": true
42120                    },
42121                    "slv-s": {
42122                        "blurb": "Sidechain level visibility Side",
42123                        "conditionally-available": false,
42124                        "construct": true,
42125                        "construct-only": false,
42126                        "controllable": true,
42127                        "default": "false",
42128                        "mutable": "null",
42129                        "readable": true,
42130                        "type": "gboolean",
42131                        "writable": true
42132                    }
42133                },
42134                "rank": "none"
42135            },
42136            "lsp-plug-in-plugins-lv2-expander-stereo": {
42137                "author": "LSP LV2",
42138                "description": "LSP Expander Stereo",
42139                "hierarchy": [
42140                    "lsp-plug-in-plugins-lv2-expander-stereo",
42141                    "GstAudioFilter",
42142                    "GstBaseTransform",
42143                    "GstElement",
42144                    "GstObject",
42145                    "GInitiallyUnowned",
42146                    "GObject"
42147                ],
42148                "interfaces": [
42149                    "GstPreset"
42150                ],
42151                "klass": "Filter/Effect/Audio/LV2/Expander",
42152                "long-name": "LSP Expander Stereo",
42153                "pad-templates": {
42154                    "sink": {
42155                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
42156                        "direction": "sink",
42157                        "presence": "always"
42158                    },
42159                    "src": {
42160                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
42161                        "direction": "src",
42162                        "presence": "always"
42163                    }
42164                },
42165                "properties": {
42166                    "al": {
42167                        "blurb": "Attack level",
42168                        "conditionally-available": false,
42169                        "construct": true,
42170                        "construct-only": false,
42171                        "controllable": true,
42172                        "default": "0.25119",
42173                        "max": "1",
42174                        "min": "0.001",
42175                        "mutable": "null",
42176                        "readable": true,
42177                        "type": "gfloat",
42178                        "writable": true
42179                    },
42180                    "at": {
42181                        "blurb": "Attack time",
42182                        "conditionally-available": false,
42183                        "construct": true,
42184                        "construct-only": false,
42185                        "controllable": true,
42186                        "default": "20",
42187                        "max": "2000",
42188                        "min": "0",
42189                        "mutable": "null",
42190                        "readable": true,
42191                        "type": "gfloat",
42192                        "writable": true
42193                    },
42194                    "bypass": {
42195                        "blurb": "Bypass",
42196                        "conditionally-available": false,
42197                        "construct": true,
42198                        "construct-only": false,
42199                        "controllable": true,
42200                        "default": "false",
42201                        "mutable": "null",
42202                        "readable": true,
42203                        "type": "gboolean",
42204                        "writable": true
42205                    },
42206                    "cdr": {
42207                        "blurb": "Dry gain",
42208                        "conditionally-available": false,
42209                        "construct": true,
42210                        "construct-only": false,
42211                        "controllable": true,
42212                        "default": "0",
42213                        "max": "10",
42214                        "min": "0",
42215                        "mutable": "null",
42216                        "readable": true,
42217                        "type": "gfloat",
42218                        "writable": true
42219                    },
42220                    "clear": {
42221                        "blurb": "Clear graph analysis",
42222                        "conditionally-available": false,
42223                        "construct": true,
42224                        "construct-only": false,
42225                        "controllable": true,
42226                        "default": "false",
42227                        "mutable": "null",
42228                        "readable": true,
42229                        "type": "gboolean",
42230                        "writable": true
42231                    },
42232                    "clm": {
42233                        "blurb": "Curve level meter",
42234                        "conditionally-available": false,
42235                        "construct": false,
42236                        "construct-only": false,
42237                        "controllable": true,
42238                        "default": "0",
42239                        "max": "15.8489",
42240                        "min": "0",
42241                        "mutable": "null",
42242                        "readable": true,
42243                        "type": "gfloat",
42244                        "writable": false
42245                    },
42246                    "cr": {
42247                        "blurb": "Ratio",
42248                        "conditionally-available": false,
42249                        "construct": true,
42250                        "construct-only": false,
42251                        "controllable": true,
42252                        "default": "4",
42253                        "max": "100",
42254                        "min": "1",
42255                        "mutable": "null",
42256                        "readable": true,
42257                        "type": "gfloat",
42258                        "writable": true
42259                    },
42260                    "cwt": {
42261                        "blurb": "Wet gain",
42262                        "conditionally-available": false,
42263                        "construct": true,
42264                        "construct-only": false,
42265                        "controllable": true,
42266                        "default": "1",
42267                        "max": "10",
42268                        "min": "0",
42269                        "mutable": "null",
42270                        "readable": true,
42271                        "type": "gfloat",
42272                        "writable": true
42273                    },
42274                    "elm": {
42275                        "blurb": "Envelope level meter",
42276                        "conditionally-available": false,
42277                        "construct": false,
42278                        "construct-only": false,
42279                        "controllable": true,
42280                        "default": "0",
42281                        "max": "15.8489",
42282                        "min": "0",
42283                        "mutable": "null",
42284                        "readable": true,
42285                        "type": "gfloat",
42286                        "writable": false
42287                    },
42288                    "elv": {
42289                        "blurb": "Envelope level visibility",
42290                        "conditionally-available": false,
42291                        "construct": true,
42292                        "construct-only": false,
42293                        "controllable": true,
42294                        "default": "false",
42295                        "mutable": "null",
42296                        "readable": true,
42297                        "type": "gboolean",
42298                        "writable": true
42299                    },
42300                    "em": {
42301                        "blurb": "Expander mode",
42302                        "conditionally-available": false,
42303                        "construct": true,
42304                        "construct-only": false,
42305                        "controllable": true,
42306                        "default": "Up (1)",
42307                        "mutable": "null",
42308                        "readable": true,
42309                        "type": "lsp-plug-in-plugins-lv2-expander-stereoem",
42310                        "writable": true
42311                    },
42312                    "g-in": {
42313                        "blurb": "Input gain",
42314                        "conditionally-available": false,
42315                        "construct": true,
42316                        "construct-only": false,
42317                        "controllable": true,
42318                        "default": "1",
42319                        "max": "10",
42320                        "min": "0",
42321                        "mutable": "null",
42322                        "readable": true,
42323                        "type": "gfloat",
42324                        "writable": true
42325                    },
42326                    "g-out": {
42327                        "blurb": "Output gain",
42328                        "conditionally-available": false,
42329                        "construct": true,
42330                        "construct-only": false,
42331                        "controllable": true,
42332                        "default": "1",
42333                        "max": "10",
42334                        "min": "0",
42335                        "mutable": "null",
42336                        "readable": true,
42337                        "type": "gfloat",
42338                        "writable": true
42339                    },
42340                    "grv": {
42341                        "blurb": "Gain reduction visibility",
42342                        "conditionally-available": false,
42343                        "construct": true,
42344                        "construct-only": false,
42345                        "controllable": true,
42346                        "default": "false",
42347                        "mutable": "null",
42348                        "readable": true,
42349                        "type": "gboolean",
42350                        "writable": true
42351                    },
42352                    "ilm-l": {
42353                        "blurb": "Input level meter Left",
42354                        "conditionally-available": false,
42355                        "construct": false,
42356                        "construct-only": false,
42357                        "controllable": true,
42358                        "default": "0",
42359                        "max": "15.8489",
42360                        "min": "0",
42361                        "mutable": "null",
42362                        "readable": true,
42363                        "type": "gfloat",
42364                        "writable": false
42365                    },
42366                    "ilm-r": {
42367                        "blurb": "Input level meter Right",
42368                        "conditionally-available": false,
42369                        "construct": false,
42370                        "construct-only": false,
42371                        "controllable": true,
42372                        "default": "0",
42373                        "max": "15.8489",
42374                        "min": "0",
42375                        "mutable": "null",
42376                        "readable": true,
42377                        "type": "gfloat",
42378                        "writable": false
42379                    },
42380                    "ilv-l": {
42381                        "blurb": "Input level visibility Left",
42382                        "conditionally-available": false,
42383                        "construct": true,
42384                        "construct-only": false,
42385                        "controllable": true,
42386                        "default": "false",
42387                        "mutable": "null",
42388                        "readable": true,
42389                        "type": "gboolean",
42390                        "writable": true
42391                    },
42392                    "ilv-r": {
42393                        "blurb": "Input level visibility Right",
42394                        "conditionally-available": false,
42395                        "construct": true,
42396                        "construct-only": false,
42397                        "controllable": true,
42398                        "default": "false",
42399                        "mutable": "null",
42400                        "readable": true,
42401                        "type": "gboolean",
42402                        "writable": true
42403                    },
42404                    "kn": {
42405                        "blurb": "Knee",
42406                        "conditionally-available": false,
42407                        "construct": true,
42408                        "construct-only": false,
42409                        "controllable": true,
42410                        "default": "0.50118",
42411                        "max": "1",
42412                        "min": "0.0631",
42413                        "mutable": "null",
42414                        "readable": true,
42415                        "type": "gfloat",
42416                        "writable": true
42417                    },
42418                    "mk": {
42419                        "blurb": "Makeup gain",
42420                        "conditionally-available": false,
42421                        "construct": true,
42422                        "construct-only": false,
42423                        "controllable": true,
42424                        "default": "1",
42425                        "max": "1000",
42426                        "min": "0.001",
42427                        "mutable": "null",
42428                        "readable": true,
42429                        "type": "gfloat",
42430                        "writable": true
42431                    },
42432                    "olm-l": {
42433                        "blurb": "Output level meter Left",
42434                        "conditionally-available": false,
42435                        "construct": false,
42436                        "construct-only": false,
42437                        "controllable": true,
42438                        "default": "0",
42439                        "max": "15.8489",
42440                        "min": "0",
42441                        "mutable": "null",
42442                        "readable": true,
42443                        "type": "gfloat",
42444                        "writable": false
42445                    },
42446                    "olm-r": {
42447                        "blurb": "Output level meter Right",
42448                        "conditionally-available": false,
42449                        "construct": false,
42450                        "construct-only": false,
42451                        "controllable": true,
42452                        "default": "0",
42453                        "max": "15.8489",
42454                        "min": "0",
42455                        "mutable": "null",
42456                        "readable": true,
42457                        "type": "gfloat",
42458                        "writable": false
42459                    },
42460                    "olv-l": {
42461                        "blurb": "Output level visibility Left",
42462                        "conditionally-available": false,
42463                        "construct": true,
42464                        "construct-only": false,
42465                        "controllable": true,
42466                        "default": "false",
42467                        "mutable": "null",
42468                        "readable": true,
42469                        "type": "gboolean",
42470                        "writable": true
42471                    },
42472                    "olv-r": {
42473                        "blurb": "Output level visibility Right",
42474                        "conditionally-available": false,
42475                        "construct": true,
42476                        "construct-only": false,
42477                        "controllable": true,
42478                        "default": "false",
42479                        "mutable": "null",
42480                        "readable": true,
42481                        "type": "gboolean",
42482                        "writable": true
42483                    },
42484                    "out-latency": {
42485                        "blurb": "Latency OUT",
42486                        "conditionally-available": false,
42487                        "construct": false,
42488                        "construct-only": false,
42489                        "controllable": true,
42490                        "default": "0",
42491                        "max": "192000",
42492                        "min": "0",
42493                        "mutable": "null",
42494                        "readable": true,
42495                        "type": "gint",
42496                        "writable": false
42497                    },
42498                    "pause": {
42499                        "blurb": "Pause graph analysis",
42500                        "conditionally-available": false,
42501                        "construct": true,
42502                        "construct-only": false,
42503                        "controllable": true,
42504                        "default": "false",
42505                        "mutable": "null",
42506                        "readable": true,
42507                        "type": "gboolean",
42508                        "writable": true
42509                    },
42510                    "rl": {
42511                        "blurb": "Release level",
42512                        "conditionally-available": false,
42513                        "construct": false,
42514                        "construct-only": false,
42515                        "controllable": true,
42516                        "default": "0",
42517                        "max": "20",
42518                        "min": "0",
42519                        "mutable": "null",
42520                        "readable": true,
42521                        "type": "gfloat",
42522                        "writable": false
42523                    },
42524                    "rlm": {
42525                        "blurb": "Reduction level meter",
42526                        "conditionally-available": false,
42527                        "construct": false,
42528                        "construct-only": false,
42529                        "controllable": true,
42530                        "default": "0",
42531                        "max": "251.189",
42532                        "min": "0",
42533                        "mutable": "null",
42534                        "readable": true,
42535                        "type": "gfloat",
42536                        "writable": false
42537                    },
42538                    "rrl": {
42539                        "blurb": "Relative release level",
42540                        "conditionally-available": false,
42541                        "construct": true,
42542                        "construct-only": false,
42543                        "controllable": true,
42544                        "default": "0",
42545                        "max": "63.0957",
42546                        "min": "0",
42547                        "mutable": "null",
42548                        "readable": true,
42549                        "type": "gfloat",
42550                        "writable": true
42551                    },
42552                    "rt": {
42553                        "blurb": "Release time",
42554                        "conditionally-available": false,
42555                        "construct": true,
42556                        "construct-only": false,
42557                        "controllable": true,
42558                        "default": "100",
42559                        "max": "5000",
42560                        "min": "0",
42561                        "mutable": "null",
42562                        "readable": true,
42563                        "type": "gfloat",
42564                        "writable": true
42565                    },
42566                    "scl": {
42567                        "blurb": "Sidechain listen",
42568                        "conditionally-available": false,
42569                        "construct": true,
42570                        "construct-only": false,
42571                        "controllable": true,
42572                        "default": "false",
42573                        "mutable": "null",
42574                        "readable": true,
42575                        "type": "gboolean",
42576                        "writable": true
42577                    },
42578                    "scm": {
42579                        "blurb": "Sidechain mode",
42580                        "conditionally-available": false,
42581                        "construct": true,
42582                        "construct-only": false,
42583                        "controllable": true,
42584                        "default": "RMS (1)",
42585                        "mutable": "null",
42586                        "readable": true,
42587                        "type": "lsp-plug-in-plugins-lv2-expander-stereoscm",
42588                        "writable": true
42589                    },
42590                    "scp": {
42591                        "blurb": "Sidechain preamp",
42592                        "conditionally-available": false,
42593                        "construct": true,
42594                        "construct-only": false,
42595                        "controllable": true,
42596                        "default": "1",
42597                        "max": "100",
42598                        "min": "0",
42599                        "mutable": "null",
42600                        "readable": true,
42601                        "type": "gfloat",
42602                        "writable": true
42603                    },
42604                    "scr": {
42605                        "blurb": "Sidechain reactivity",
42606                        "conditionally-available": false,
42607                        "construct": true,
42608                        "construct-only": false,
42609                        "controllable": true,
42610                        "default": "10",
42611                        "max": "250",
42612                        "min": "0",
42613                        "mutable": "null",
42614                        "readable": true,
42615                        "type": "gfloat",
42616                        "writable": true
42617                    },
42618                    "scs": {
42619                        "blurb": "Sidechain source",
42620                        "conditionally-available": false,
42621                        "construct": true,
42622                        "construct-only": false,
42623                        "controllable": true,
42624                        "default": "Middle (0)",
42625                        "mutable": "null",
42626                        "readable": true,
42627                        "type": "lsp-plug-in-plugins-lv2-expander-stereoscs",
42628                        "writable": true
42629                    },
42630                    "sla": {
42631                        "blurb": "Sidechain lookahead",
42632                        "conditionally-available": false,
42633                        "construct": true,
42634                        "construct-only": false,
42635                        "controllable": true,
42636                        "default": "0",
42637                        "max": "20",
42638                        "min": "0",
42639                        "mutable": "null",
42640                        "readable": true,
42641                        "type": "gfloat",
42642                        "writable": true
42643                    },
42644                    "slm": {
42645                        "blurb": "Sidechain level meter",
42646                        "conditionally-available": false,
42647                        "construct": false,
42648                        "construct-only": false,
42649                        "controllable": true,
42650                        "default": "0",
42651                        "max": "15.8489",
42652                        "min": "0",
42653                        "mutable": "null",
42654                        "readable": true,
42655                        "type": "gfloat",
42656                        "writable": false
42657                    },
42658                    "slv": {
42659                        "blurb": "Sidechain level visibility",
42660                        "conditionally-available": false,
42661                        "construct": true,
42662                        "construct-only": false,
42663                        "controllable": true,
42664                        "default": "false",
42665                        "mutable": "null",
42666                        "readable": true,
42667                        "type": "gboolean",
42668                        "writable": true
42669                    }
42670                },
42671                "rank": "none"
42672            },
42673            "lsp-plug-in-plugins-lv2-gate-lr": {
42674                "author": "LSP LV2",
42675                "description": "LSP Gate LeftRight",
42676                "hierarchy": [
42677                    "lsp-plug-in-plugins-lv2-gate-lr",
42678                    "GstAudioFilter",
42679                    "GstBaseTransform",
42680                    "GstElement",
42681                    "GstObject",
42682                    "GInitiallyUnowned",
42683                    "GObject"
42684                ],
42685                "interfaces": [
42686                    "GstPreset"
42687                ],
42688                "klass": "Filter/Effect/Audio/LV2/Gate",
42689                "long-name": "LSP Gate LeftRight",
42690                "pad-templates": {
42691                    "sink": {
42692                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
42693                        "direction": "sink",
42694                        "presence": "always"
42695                    },
42696                    "src": {
42697                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
42698                        "direction": "src",
42699                        "presence": "always"
42700                    }
42701                },
42702                "properties": {
42703                    "at-l": {
42704                        "blurb": "Attack Left",
42705                        "conditionally-available": false,
42706                        "construct": true,
42707                        "construct-only": false,
42708                        "controllable": true,
42709                        "default": "20",
42710                        "max": "2000",
42711                        "min": "0",
42712                        "mutable": "null",
42713                        "readable": true,
42714                        "type": "gfloat",
42715                        "writable": true
42716                    },
42717                    "at-r": {
42718                        "blurb": "Attack Right",
42719                        "conditionally-available": false,
42720                        "construct": true,
42721                        "construct-only": false,
42722                        "controllable": true,
42723                        "default": "20",
42724                        "max": "2000",
42725                        "min": "0",
42726                        "mutable": "null",
42727                        "readable": true,
42728                        "type": "gfloat",
42729                        "writable": true
42730                    },
42731                    "bypass": {
42732                        "blurb": "Bypass",
42733                        "conditionally-available": false,
42734                        "construct": true,
42735                        "construct-only": false,
42736                        "controllable": true,
42737                        "default": "false",
42738                        "mutable": "null",
42739                        "readable": true,
42740                        "type": "gboolean",
42741                        "writable": true
42742                    },
42743                    "cdr-l": {
42744                        "blurb": "Dry gain Left",
42745                        "conditionally-available": false,
42746                        "construct": true,
42747                        "construct-only": false,
42748                        "controllable": true,
42749                        "default": "0",
42750                        "max": "10",
42751                        "min": "0",
42752                        "mutable": "null",
42753                        "readable": true,
42754                        "type": "gfloat",
42755                        "writable": true
42756                    },
42757                    "cdr-r": {
42758                        "blurb": "Dry gain Right",
42759                        "conditionally-available": false,
42760                        "construct": true,
42761                        "construct-only": false,
42762                        "controllable": true,
42763                        "default": "0",
42764                        "max": "10",
42765                        "min": "0",
42766                        "mutable": "null",
42767                        "readable": true,
42768                        "type": "gfloat",
42769                        "writable": true
42770                    },
42771                    "clear": {
42772                        "blurb": "Clear graph analysis",
42773                        "conditionally-available": false,
42774                        "construct": true,
42775                        "construct-only": false,
42776                        "controllable": true,
42777                        "default": "false",
42778                        "mutable": "null",
42779                        "readable": true,
42780                        "type": "gboolean",
42781                        "writable": true
42782                    },
42783                    "clm-l": {
42784                        "blurb": "Curve level meter Left",
42785                        "conditionally-available": false,
42786                        "construct": false,
42787                        "construct-only": false,
42788                        "controllable": true,
42789                        "default": "0",
42790                        "max": "15.8489",
42791                        "min": "0",
42792                        "mutable": "null",
42793                        "readable": true,
42794                        "type": "gfloat",
42795                        "writable": false
42796                    },
42797                    "clm-r": {
42798                        "blurb": "Curve level meter Right",
42799                        "conditionally-available": false,
42800                        "construct": false,
42801                        "construct-only": false,
42802                        "controllable": true,
42803                        "default": "0",
42804                        "max": "15.8489",
42805                        "min": "0",
42806                        "mutable": "null",
42807                        "readable": true,
42808                        "type": "gfloat",
42809                        "writable": false
42810                    },
42811                    "cwt-l": {
42812                        "blurb": "Wet gain Left",
42813                        "conditionally-available": false,
42814                        "construct": true,
42815                        "construct-only": false,
42816                        "controllable": true,
42817                        "default": "1",
42818                        "max": "10",
42819                        "min": "0",
42820                        "mutable": "null",
42821                        "readable": true,
42822                        "type": "gfloat",
42823                        "writable": true
42824                    },
42825                    "cwt-r": {
42826                        "blurb": "Wet gain Right",
42827                        "conditionally-available": false,
42828                        "construct": true,
42829                        "construct-only": false,
42830                        "controllable": true,
42831                        "default": "1",
42832                        "max": "10",
42833                        "min": "0",
42834                        "mutable": "null",
42835                        "readable": true,
42836                        "type": "gfloat",
42837                        "writable": true
42838                    },
42839                    "elm-l": {
42840                        "blurb": "Envelope level meter Left",
42841                        "conditionally-available": false,
42842                        "construct": false,
42843                        "construct-only": false,
42844                        "controllable": true,
42845                        "default": "0",
42846                        "max": "15.8489",
42847                        "min": "0",
42848                        "mutable": "null",
42849                        "readable": true,
42850                        "type": "gfloat",
42851                        "writable": false
42852                    },
42853                    "elm-r": {
42854                        "blurb": "Envelope level meter Right",
42855                        "conditionally-available": false,
42856                        "construct": false,
42857                        "construct-only": false,
42858                        "controllable": true,
42859                        "default": "0",
42860                        "max": "15.8489",
42861                        "min": "0",
42862                        "mutable": "null",
42863                        "readable": true,
42864                        "type": "gfloat",
42865                        "writable": false
42866                    },
42867                    "elv-l": {
42868                        "blurb": "Envelope level visibility Left",
42869                        "conditionally-available": false,
42870                        "construct": true,
42871                        "construct-only": false,
42872                        "controllable": true,
42873                        "default": "false",
42874                        "mutable": "null",
42875                        "readable": true,
42876                        "type": "gboolean",
42877                        "writable": true
42878                    },
42879                    "elv-r": {
42880                        "blurb": "Envelope level visibility Right",
42881                        "conditionally-available": false,
42882                        "construct": true,
42883                        "construct-only": false,
42884                        "controllable": true,
42885                        "default": "false",
42886                        "mutable": "null",
42887                        "readable": true,
42888                        "type": "gboolean",
42889                        "writable": true
42890                    },
42891                    "g-in": {
42892                        "blurb": "Input gain",
42893                        "conditionally-available": false,
42894                        "construct": true,
42895                        "construct-only": false,
42896                        "controllable": true,
42897                        "default": "1",
42898                        "max": "10",
42899                        "min": "0",
42900                        "mutable": "null",
42901                        "readable": true,
42902                        "type": "gfloat",
42903                        "writable": true
42904                    },
42905                    "g-out": {
42906                        "blurb": "Output gain",
42907                        "conditionally-available": false,
42908                        "construct": true,
42909                        "construct-only": false,
42910                        "controllable": true,
42911                        "default": "1",
42912                        "max": "10",
42913                        "min": "0",
42914                        "mutable": "null",
42915                        "readable": true,
42916                        "type": "gfloat",
42917                        "writable": true
42918                    },
42919                    "gh-l": {
42920                        "blurb": "Hysteresis Left",
42921                        "conditionally-available": false,
42922                        "construct": true,
42923                        "construct-only": false,
42924                        "controllable": true,
42925                        "default": "false",
42926                        "mutable": "null",
42927                        "readable": true,
42928                        "type": "gboolean",
42929                        "writable": true
42930                    },
42931                    "gh-r": {
42932                        "blurb": "Hysteresis Right",
42933                        "conditionally-available": false,
42934                        "construct": true,
42935                        "construct-only": false,
42936                        "controllable": true,
42937                        "default": "false",
42938                        "mutable": "null",
42939                        "readable": true,
42940                        "type": "gboolean",
42941                        "writable": true
42942                    },
42943                    "gr-l": {
42944                        "blurb": "Reduction Left",
42945                        "conditionally-available": false,
42946                        "construct": true,
42947                        "construct-only": false,
42948                        "controllable": true,
42949                        "default": "0.0631",
42950                        "max": "1",
42951                        "min": "0.00025",
42952                        "mutable": "null",
42953                        "readable": true,
42954                        "type": "gfloat",
42955                        "writable": true
42956                    },
42957                    "gr-r": {
42958                        "blurb": "Reduction Right",
42959                        "conditionally-available": false,
42960                        "construct": true,
42961                        "construct-only": false,
42962                        "controllable": true,
42963                        "default": "0.0631",
42964                        "max": "1",
42965                        "min": "0.00025",
42966                        "mutable": "null",
42967                        "readable": true,
42968                        "type": "gfloat",
42969                        "writable": true
42970                    },
42971                    "grv-l": {
42972                        "blurb": "Gain reduction visibility Left",
42973                        "conditionally-available": false,
42974                        "construct": true,
42975                        "construct-only": false,
42976                        "controllable": true,
42977                        "default": "false",
42978                        "mutable": "null",
42979                        "readable": true,
42980                        "type": "gboolean",
42981                        "writable": true
42982                    },
42983                    "grv-r": {
42984                        "blurb": "Gain reduction visibility Right",
42985                        "conditionally-available": false,
42986                        "construct": true,
42987                        "construct-only": false,
42988                        "controllable": true,
42989                        "default": "false",
42990                        "mutable": "null",
42991                        "readable": true,
42992                        "type": "gboolean",
42993                        "writable": true
42994                    },
42995                    "gt-l": {
42996                        "blurb": "Threshold Left",
42997                        "conditionally-available": false,
42998                        "construct": true,
42999                        "construct-only": false,
43000                        "controllable": true,
43001                        "default": "0.0631",
43002                        "max": "1",
43003                        "min": "0.001",
43004                        "mutable": "null",
43005                        "readable": true,
43006                        "type": "gfloat",
43007                        "writable": true
43008                    },
43009                    "gt-r": {
43010                        "blurb": "Threshold Right",
43011                        "conditionally-available": false,
43012                        "construct": true,
43013                        "construct-only": false,
43014                        "controllable": true,
43015                        "default": "0.0631",
43016                        "max": "1",
43017                        "min": "0.001",
43018                        "mutable": "null",
43019                        "readable": true,
43020                        "type": "gfloat",
43021                        "writable": true
43022                    },
43023                    "gz-l": {
43024                        "blurb": "Zone size Left",
43025                        "conditionally-available": false,
43026                        "construct": true,
43027                        "construct-only": false,
43028                        "controllable": true,
43029                        "default": "0.50118",
43030                        "max": "1",
43031                        "min": "0.001",
43032                        "mutable": "null",
43033                        "readable": true,
43034                        "type": "gfloat",
43035                        "writable": true
43036                    },
43037                    "gz-r": {
43038                        "blurb": "Zone size Right",
43039                        "conditionally-available": false,
43040                        "construct": true,
43041                        "construct-only": false,
43042                        "controllable": true,
43043                        "default": "0.50118",
43044                        "max": "1",
43045                        "min": "0.001",
43046                        "mutable": "null",
43047                        "readable": true,
43048                        "type": "gfloat",
43049                        "writable": true
43050                    },
43051                    "gzs-l": {
43052                        "blurb": "Zone start Left",
43053                        "conditionally-available": false,
43054                        "construct": false,
43055                        "construct-only": false,
43056                        "controllable": true,
43057                        "default": "0",
43058                        "max": "15.8489",
43059                        "min": "0",
43060                        "mutable": "null",
43061                        "readable": true,
43062                        "type": "gfloat",
43063                        "writable": false
43064                    },
43065                    "gzs-r": {
43066                        "blurb": "Zone start Right",
43067                        "conditionally-available": false,
43068                        "construct": false,
43069                        "construct-only": false,
43070                        "controllable": true,
43071                        "default": "0",
43072                        "max": "15.8489",
43073                        "min": "0",
43074                        "mutable": "null",
43075                        "readable": true,
43076                        "type": "gfloat",
43077                        "writable": false
43078                    },
43079                    "ht-l": {
43080                        "blurb": "Hysteresis threshold Left",
43081                        "conditionally-available": false,
43082                        "construct": true,
43083                        "construct-only": false,
43084                        "controllable": true,
43085                        "default": "0.25119",
43086                        "max": "1",
43087                        "min": "0.001",
43088                        "mutable": "null",
43089                        "readable": true,
43090                        "type": "gfloat",
43091                        "writable": true
43092                    },
43093                    "ht-r": {
43094                        "blurb": "Hysteresis threshold Right",
43095                        "conditionally-available": false,
43096                        "construct": true,
43097                        "construct-only": false,
43098                        "controllable": true,
43099                        "default": "0.25119",
43100                        "max": "1",
43101                        "min": "0.001",
43102                        "mutable": "null",
43103                        "readable": true,
43104                        "type": "gfloat",
43105                        "writable": true
43106                    },
43107                    "hts-l": {
43108                        "blurb": "Hysteresis threshold start Left",
43109                        "conditionally-available": false,
43110                        "construct": false,
43111                        "construct-only": false,
43112                        "controllable": true,
43113                        "default": "0",
43114                        "max": "15.8489",
43115                        "min": "0",
43116                        "mutable": "null",
43117                        "readable": true,
43118                        "type": "gfloat",
43119                        "writable": false
43120                    },
43121                    "hts-r": {
43122                        "blurb": "Hysteresis threshold start Right",
43123                        "conditionally-available": false,
43124                        "construct": false,
43125                        "construct-only": false,
43126                        "controllable": true,
43127                        "default": "0",
43128                        "max": "15.8489",
43129                        "min": "0",
43130                        "mutable": "null",
43131                        "readable": true,
43132                        "type": "gfloat",
43133                        "writable": false
43134                    },
43135                    "hz-l": {
43136                        "blurb": "Hysteresis zone size Left",
43137                        "conditionally-available": false,
43138                        "construct": true,
43139                        "construct-only": false,
43140                        "controllable": true,
43141                        "default": "0.50118",
43142                        "max": "1",
43143                        "min": "0.001",
43144                        "mutable": "null",
43145                        "readable": true,
43146                        "type": "gfloat",
43147                        "writable": true
43148                    },
43149                    "hz-r": {
43150                        "blurb": "Hysteresis zone size Right",
43151                        "conditionally-available": false,
43152                        "construct": true,
43153                        "construct-only": false,
43154                        "controllable": true,
43155                        "default": "0.50118",
43156                        "max": "1",
43157                        "min": "0.001",
43158                        "mutable": "null",
43159                        "readable": true,
43160                        "type": "gfloat",
43161                        "writable": true
43162                    },
43163                    "hzs-l": {
43164                        "blurb": "Hysteresis zone start Left",
43165                        "conditionally-available": false,
43166                        "construct": false,
43167                        "construct-only": false,
43168                        "controllable": true,
43169                        "default": "0",
43170                        "max": "15.8489",
43171                        "min": "0",
43172                        "mutable": "null",
43173                        "readable": true,
43174                        "type": "gfloat",
43175                        "writable": false
43176                    },
43177                    "hzs-r": {
43178                        "blurb": "Hysteresis zone start Right",
43179                        "conditionally-available": false,
43180                        "construct": false,
43181                        "construct-only": false,
43182                        "controllable": true,
43183                        "default": "0",
43184                        "max": "15.8489",
43185                        "min": "0",
43186                        "mutable": "null",
43187                        "readable": true,
43188                        "type": "gfloat",
43189                        "writable": false
43190                    },
43191                    "ilm-l": {
43192                        "blurb": "Input level meter Left",
43193                        "conditionally-available": false,
43194                        "construct": false,
43195                        "construct-only": false,
43196                        "controllable": true,
43197                        "default": "0",
43198                        "max": "15.8489",
43199                        "min": "0",
43200                        "mutable": "null",
43201                        "readable": true,
43202                        "type": "gfloat",
43203                        "writable": false
43204                    },
43205                    "ilm-r": {
43206                        "blurb": "Input level meter Right",
43207                        "conditionally-available": false,
43208                        "construct": false,
43209                        "construct-only": false,
43210                        "controllable": true,
43211                        "default": "0",
43212                        "max": "15.8489",
43213                        "min": "0",
43214                        "mutable": "null",
43215                        "readable": true,
43216                        "type": "gfloat",
43217                        "writable": false
43218                    },
43219                    "ilv-l": {
43220                        "blurb": "Input level visibility Left",
43221                        "conditionally-available": false,
43222                        "construct": true,
43223                        "construct-only": false,
43224                        "controllable": true,
43225                        "default": "false",
43226                        "mutable": "null",
43227                        "readable": true,
43228                        "type": "gboolean",
43229                        "writable": true
43230                    },
43231                    "ilv-r": {
43232                        "blurb": "Input level visibility Right",
43233                        "conditionally-available": false,
43234                        "construct": true,
43235                        "construct-only": false,
43236                        "controllable": true,
43237                        "default": "false",
43238                        "mutable": "null",
43239                        "readable": true,
43240                        "type": "gboolean",
43241                        "writable": true
43242                    },
43243                    "mk-l": {
43244                        "blurb": "Makeup gain Left",
43245                        "conditionally-available": false,
43246                        "construct": true,
43247                        "construct-only": false,
43248                        "controllable": true,
43249                        "default": "1",
43250                        "max": "1000",
43251                        "min": "0.001",
43252                        "mutable": "null",
43253                        "readable": true,
43254                        "type": "gfloat",
43255                        "writable": true
43256                    },
43257                    "mk-r": {
43258                        "blurb": "Makeup gain Right",
43259                        "conditionally-available": false,
43260                        "construct": true,
43261                        "construct-only": false,
43262                        "controllable": true,
43263                        "default": "1",
43264                        "max": "1000",
43265                        "min": "0.001",
43266                        "mutable": "null",
43267                        "readable": true,
43268                        "type": "gfloat",
43269                        "writable": true
43270                    },
43271                    "olm-l": {
43272                        "blurb": "Output level meter Left",
43273                        "conditionally-available": false,
43274                        "construct": false,
43275                        "construct-only": false,
43276                        "controllable": true,
43277                        "default": "0",
43278                        "max": "15.8489",
43279                        "min": "0",
43280                        "mutable": "null",
43281                        "readable": true,
43282                        "type": "gfloat",
43283                        "writable": false
43284                    },
43285                    "olm-r": {
43286                        "blurb": "Output level meter Right",
43287                        "conditionally-available": false,
43288                        "construct": false,
43289                        "construct-only": false,
43290                        "controllable": true,
43291                        "default": "0",
43292                        "max": "15.8489",
43293                        "min": "0",
43294                        "mutable": "null",
43295                        "readable": true,
43296                        "type": "gfloat",
43297                        "writable": false
43298                    },
43299                    "olv-l": {
43300                        "blurb": "Output level visibility Left",
43301                        "conditionally-available": false,
43302                        "construct": true,
43303                        "construct-only": false,
43304                        "controllable": true,
43305                        "default": "false",
43306                        "mutable": "null",
43307                        "readable": true,
43308                        "type": "gboolean",
43309                        "writable": true
43310                    },
43311                    "olv-r": {
43312                        "blurb": "Output level visibility Right",
43313                        "conditionally-available": false,
43314                        "construct": true,
43315                        "construct-only": false,
43316                        "controllable": true,
43317                        "default": "false",
43318                        "mutable": "null",
43319                        "readable": true,
43320                        "type": "gboolean",
43321                        "writable": true
43322                    },
43323                    "out-latency": {
43324                        "blurb": "Latency OUT",
43325                        "conditionally-available": false,
43326                        "construct": false,
43327                        "construct-only": false,
43328                        "controllable": true,
43329                        "default": "0",
43330                        "max": "192000",
43331                        "min": "0",
43332                        "mutable": "null",
43333                        "readable": true,
43334                        "type": "gint",
43335                        "writable": false
43336                    },
43337                    "pause": {
43338                        "blurb": "Pause graph analysis",
43339                        "conditionally-available": false,
43340                        "construct": true,
43341                        "construct-only": false,
43342                        "controllable": true,
43343                        "default": "false",
43344                        "mutable": "null",
43345                        "readable": true,
43346                        "type": "gboolean",
43347                        "writable": true
43348                    },
43349                    "rlm-l": {
43350                        "blurb": "Reduction level meter Left",
43351                        "conditionally-available": false,
43352                        "construct": false,
43353                        "construct-only": false,
43354                        "controllable": true,
43355                        "default": "0",
43356                        "max": "1",
43357                        "min": "0",
43358                        "mutable": "null",
43359                        "readable": true,
43360                        "type": "gfloat",
43361                        "writable": false
43362                    },
43363                    "rlm-r": {
43364                        "blurb": "Reduction level meter Right",
43365                        "conditionally-available": false,
43366                        "construct": false,
43367                        "construct-only": false,
43368                        "controllable": true,
43369                        "default": "0",
43370                        "max": "1",
43371                        "min": "0",
43372                        "mutable": "null",
43373                        "readable": true,
43374                        "type": "gfloat",
43375                        "writable": false
43376                    },
43377                    "rt-l": {
43378                        "blurb": "Release Left",
43379                        "conditionally-available": false,
43380                        "construct": true,
43381                        "construct-only": false,
43382                        "controllable": true,
43383                        "default": "100",
43384                        "max": "5000",
43385                        "min": "0",
43386                        "mutable": "null",
43387                        "readable": true,
43388                        "type": "gfloat",
43389                        "writable": true
43390                    },
43391                    "rt-r": {
43392                        "blurb": "Release Right",
43393                        "conditionally-available": false,
43394                        "construct": true,
43395                        "construct-only": false,
43396                        "controllable": true,
43397                        "default": "100",
43398                        "max": "5000",
43399                        "min": "0",
43400                        "mutable": "null",
43401                        "readable": true,
43402                        "type": "gfloat",
43403                        "writable": true
43404                    },
43405                    "scl-l": {
43406                        "blurb": "Sidechain listen Left",
43407                        "conditionally-available": false,
43408                        "construct": true,
43409                        "construct-only": false,
43410                        "controllable": true,
43411                        "default": "false",
43412                        "mutable": "null",
43413                        "readable": true,
43414                        "type": "gboolean",
43415                        "writable": true
43416                    },
43417                    "scl-r": {
43418                        "blurb": "Sidechain listen Right",
43419                        "conditionally-available": false,
43420                        "construct": true,
43421                        "construct-only": false,
43422                        "controllable": true,
43423                        "default": "false",
43424                        "mutable": "null",
43425                        "readable": true,
43426                        "type": "gboolean",
43427                        "writable": true
43428                    },
43429                    "scm-l": {
43430                        "blurb": "Sidechain mode Left",
43431                        "conditionally-available": false,
43432                        "construct": true,
43433                        "construct-only": false,
43434                        "controllable": true,
43435                        "default": "RMS (1)",
43436                        "mutable": "null",
43437                        "readable": true,
43438                        "type": "lsp-plug-in-plugins-lv2-gate-lrscm-l",
43439                        "writable": true
43440                    },
43441                    "scm-r": {
43442                        "blurb": "Sidechain mode Right",
43443                        "conditionally-available": false,
43444                        "construct": true,
43445                        "construct-only": false,
43446                        "controllable": true,
43447                        "default": "RMS (1)",
43448                        "mutable": "null",
43449                        "readable": true,
43450                        "type": "lsp-plug-in-plugins-lv2-gate-lrscm-r",
43451                        "writable": true
43452                    },
43453                    "scp-l": {
43454                        "blurb": "Sidechain preamp Left",
43455                        "conditionally-available": false,
43456                        "construct": true,
43457                        "construct-only": false,
43458                        "controllable": true,
43459                        "default": "1",
43460                        "max": "100",
43461                        "min": "0",
43462                        "mutable": "null",
43463                        "readable": true,
43464                        "type": "gfloat",
43465                        "writable": true
43466                    },
43467                    "scp-r": {
43468                        "blurb": "Sidechain preamp Right",
43469                        "conditionally-available": false,
43470                        "construct": true,
43471                        "construct-only": false,
43472                        "controllable": true,
43473                        "default": "1",
43474                        "max": "100",
43475                        "min": "0",
43476                        "mutable": "null",
43477                        "readable": true,
43478                        "type": "gfloat",
43479                        "writable": true
43480                    },
43481                    "scr-l": {
43482                        "blurb": "Sidechain reactivity Left",
43483                        "conditionally-available": false,
43484                        "construct": true,
43485                        "construct-only": false,
43486                        "controllable": true,
43487                        "default": "10",
43488                        "max": "250",
43489                        "min": "0",
43490                        "mutable": "null",
43491                        "readable": true,
43492                        "type": "gfloat",
43493                        "writable": true
43494                    },
43495                    "scr-r": {
43496                        "blurb": "Sidechain reactivity Right",
43497                        "conditionally-available": false,
43498                        "construct": true,
43499                        "construct-only": false,
43500                        "controllable": true,
43501                        "default": "10",
43502                        "max": "250",
43503                        "min": "0",
43504                        "mutable": "null",
43505                        "readable": true,
43506                        "type": "gfloat",
43507                        "writable": true
43508                    },
43509                    "scs-l": {
43510                        "blurb": "Sidechain source Left",
43511                        "conditionally-available": false,
43512                        "construct": true,
43513                        "construct-only": false,
43514                        "controllable": true,
43515                        "default": "Middle (0)",
43516                        "mutable": "null",
43517                        "readable": true,
43518                        "type": "lsp-plug-in-plugins-lv2-gate-lrscs-l",
43519                        "writable": true
43520                    },
43521                    "scs-r": {
43522                        "blurb": "Sidechain source Right",
43523                        "conditionally-available": false,
43524                        "construct": true,
43525                        "construct-only": false,
43526                        "controllable": true,
43527                        "default": "Middle (0)",
43528                        "mutable": "null",
43529                        "readable": true,
43530                        "type": "lsp-plug-in-plugins-lv2-gate-lrscs-r",
43531                        "writable": true
43532                    },
43533                    "sla-l": {
43534                        "blurb": "Sidechain lookahead Left",
43535                        "conditionally-available": false,
43536                        "construct": true,
43537                        "construct-only": false,
43538                        "controllable": true,
43539                        "default": "0",
43540                        "max": "20",
43541                        "min": "0",
43542                        "mutable": "null",
43543                        "readable": true,
43544                        "type": "gfloat",
43545                        "writable": true
43546                    },
43547                    "sla-r": {
43548                        "blurb": "Sidechain lookahead Right",
43549                        "conditionally-available": false,
43550                        "construct": true,
43551                        "construct-only": false,
43552                        "controllable": true,
43553                        "default": "0",
43554                        "max": "20",
43555                        "min": "0",
43556                        "mutable": "null",
43557                        "readable": true,
43558                        "type": "gfloat",
43559                        "writable": true
43560                    },
43561                    "slm-l": {
43562                        "blurb": "Sidechain level meter Left",
43563                        "conditionally-available": false,
43564                        "construct": false,
43565                        "construct-only": false,
43566                        "controllable": true,
43567                        "default": "0",
43568                        "max": "15.8489",
43569                        "min": "0",
43570                        "mutable": "null",
43571                        "readable": true,
43572                        "type": "gfloat",
43573                        "writable": false
43574                    },
43575                    "slm-r": {
43576                        "blurb": "Sidechain level meter Right",
43577                        "conditionally-available": false,
43578                        "construct": false,
43579                        "construct-only": false,
43580                        "controllable": true,
43581                        "default": "0",
43582                        "max": "15.8489",
43583                        "min": "0",
43584                        "mutable": "null",
43585                        "readable": true,
43586                        "type": "gfloat",
43587                        "writable": false
43588                    },
43589                    "slv-l": {
43590                        "blurb": "Sidechain level visibility Left",
43591                        "conditionally-available": false,
43592                        "construct": true,
43593                        "construct-only": false,
43594                        "controllable": true,
43595                        "default": "false",
43596                        "mutable": "null",
43597                        "readable": true,
43598                        "type": "gboolean",
43599                        "writable": true
43600                    },
43601                    "slv-r": {
43602                        "blurb": "Sidechain level visibility Right",
43603                        "conditionally-available": false,
43604                        "construct": true,
43605                        "construct-only": false,
43606                        "controllable": true,
43607                        "default": "false",
43608                        "mutable": "null",
43609                        "readable": true,
43610                        "type": "gboolean",
43611                        "writable": true
43612                    }
43613                },
43614                "rank": "none"
43615            },
43616            "lsp-plug-in-plugins-lv2-gate-mono": {
43617                "author": "LSP LV2",
43618                "description": "LSP Gate Mono",
43619                "hierarchy": [
43620                    "lsp-plug-in-plugins-lv2-gate-mono",
43621                    "GstAudioFilter",
43622                    "GstBaseTransform",
43623                    "GstElement",
43624                    "GstObject",
43625                    "GInitiallyUnowned",
43626                    "GObject"
43627                ],
43628                "interfaces": [
43629                    "GstPreset"
43630                ],
43631                "klass": "Filter/Effect/Audio/LV2/Gate",
43632                "long-name": "LSP Gate Mono",
43633                "pad-templates": {
43634                    "sink": {
43635                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
43636                        "direction": "sink",
43637                        "presence": "always"
43638                    },
43639                    "src": {
43640                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
43641                        "direction": "src",
43642                        "presence": "always"
43643                    }
43644                },
43645                "properties": {
43646                    "at": {
43647                        "blurb": "Attack",
43648                        "conditionally-available": false,
43649                        "construct": true,
43650                        "construct-only": false,
43651                        "controllable": true,
43652                        "default": "20",
43653                        "max": "2000",
43654                        "min": "0",
43655                        "mutable": "null",
43656                        "readable": true,
43657                        "type": "gfloat",
43658                        "writable": true
43659                    },
43660                    "bypass": {
43661                        "blurb": "Bypass",
43662                        "conditionally-available": false,
43663                        "construct": true,
43664                        "construct-only": false,
43665                        "controllable": true,
43666                        "default": "false",
43667                        "mutable": "null",
43668                        "readable": true,
43669                        "type": "gboolean",
43670                        "writable": true
43671                    },
43672                    "cdr": {
43673                        "blurb": "Dry gain",
43674                        "conditionally-available": false,
43675                        "construct": true,
43676                        "construct-only": false,
43677                        "controllable": true,
43678                        "default": "0",
43679                        "max": "10",
43680                        "min": "0",
43681                        "mutable": "null",
43682                        "readable": true,
43683                        "type": "gfloat",
43684                        "writable": true
43685                    },
43686                    "clear": {
43687                        "blurb": "Clear graph analysis",
43688                        "conditionally-available": false,
43689                        "construct": true,
43690                        "construct-only": false,
43691                        "controllable": true,
43692                        "default": "false",
43693                        "mutable": "null",
43694                        "readable": true,
43695                        "type": "gboolean",
43696                        "writable": true
43697                    },
43698                    "clm": {
43699                        "blurb": "Curve level meter",
43700                        "conditionally-available": false,
43701                        "construct": false,
43702                        "construct-only": false,
43703                        "controllable": true,
43704                        "default": "0",
43705                        "max": "15.8489",
43706                        "min": "0",
43707                        "mutable": "null",
43708                        "readable": true,
43709                        "type": "gfloat",
43710                        "writable": false
43711                    },
43712                    "cwt": {
43713                        "blurb": "Wet gain",
43714                        "conditionally-available": false,
43715                        "construct": true,
43716                        "construct-only": false,
43717                        "controllable": true,
43718                        "default": "1",
43719                        "max": "10",
43720                        "min": "0",
43721                        "mutable": "null",
43722                        "readable": true,
43723                        "type": "gfloat",
43724                        "writable": true
43725                    },
43726                    "elm": {
43727                        "blurb": "Envelope level meter",
43728                        "conditionally-available": false,
43729                        "construct": false,
43730                        "construct-only": false,
43731                        "controllable": true,
43732                        "default": "0",
43733                        "max": "15.8489",
43734                        "min": "0",
43735                        "mutable": "null",
43736                        "readable": true,
43737                        "type": "gfloat",
43738                        "writable": false
43739                    },
43740                    "elv": {
43741                        "blurb": "Envelope level visibility",
43742                        "conditionally-available": false,
43743                        "construct": true,
43744                        "construct-only": false,
43745                        "controllable": true,
43746                        "default": "false",
43747                        "mutable": "null",
43748                        "readable": true,
43749                        "type": "gboolean",
43750                        "writable": true
43751                    },
43752                    "g-in": {
43753                        "blurb": "Input gain",
43754                        "conditionally-available": false,
43755                        "construct": true,
43756                        "construct-only": false,
43757                        "controllable": true,
43758                        "default": "1",
43759                        "max": "10",
43760                        "min": "0",
43761                        "mutable": "null",
43762                        "readable": true,
43763                        "type": "gfloat",
43764                        "writable": true
43765                    },
43766                    "g-out": {
43767                        "blurb": "Output gain",
43768                        "conditionally-available": false,
43769                        "construct": true,
43770                        "construct-only": false,
43771                        "controllable": true,
43772                        "default": "1",
43773                        "max": "10",
43774                        "min": "0",
43775                        "mutable": "null",
43776                        "readable": true,
43777                        "type": "gfloat",
43778                        "writable": true
43779                    },
43780                    "gh": {
43781                        "blurb": "Hysteresis",
43782                        "conditionally-available": false,
43783                        "construct": true,
43784                        "construct-only": false,
43785                        "controllable": true,
43786                        "default": "false",
43787                        "mutable": "null",
43788                        "readable": true,
43789                        "type": "gboolean",
43790                        "writable": true
43791                    },
43792                    "gr": {
43793                        "blurb": "Reduction",
43794                        "conditionally-available": false,
43795                        "construct": true,
43796                        "construct-only": false,
43797                        "controllable": true,
43798                        "default": "0.0631",
43799                        "max": "1",
43800                        "min": "0.00025",
43801                        "mutable": "null",
43802                        "readable": true,
43803                        "type": "gfloat",
43804                        "writable": true
43805                    },
43806                    "grv": {
43807                        "blurb": "Gain reduction visibility",
43808                        "conditionally-available": false,
43809                        "construct": true,
43810                        "construct-only": false,
43811                        "controllable": true,
43812                        "default": "false",
43813                        "mutable": "null",
43814                        "readable": true,
43815                        "type": "gboolean",
43816                        "writable": true
43817                    },
43818                    "gt": {
43819                        "blurb": "Threshold",
43820                        "conditionally-available": false,
43821                        "construct": true,
43822                        "construct-only": false,
43823                        "controllable": true,
43824                        "default": "0.0631",
43825                        "max": "1",
43826                        "min": "0.001",
43827                        "mutable": "null",
43828                        "readable": true,
43829                        "type": "gfloat",
43830                        "writable": true
43831                    },
43832                    "gz": {
43833                        "blurb": "Zone size",
43834                        "conditionally-available": false,
43835                        "construct": true,
43836                        "construct-only": false,
43837                        "controllable": true,
43838                        "default": "0.50118",
43839                        "max": "1",
43840                        "min": "0.001",
43841                        "mutable": "null",
43842                        "readable": true,
43843                        "type": "gfloat",
43844                        "writable": true
43845                    },
43846                    "gzs": {
43847                        "blurb": "Zone start",
43848                        "conditionally-available": false,
43849                        "construct": false,
43850                        "construct-only": false,
43851                        "controllable": true,
43852                        "default": "0",
43853                        "max": "15.8489",
43854                        "min": "0",
43855                        "mutable": "null",
43856                        "readable": true,
43857                        "type": "gfloat",
43858                        "writable": false
43859                    },
43860                    "ht": {
43861                        "blurb": "Hysteresis threshold",
43862                        "conditionally-available": false,
43863                        "construct": true,
43864                        "construct-only": false,
43865                        "controllable": true,
43866                        "default": "0.25119",
43867                        "max": "1",
43868                        "min": "0.001",
43869                        "mutable": "null",
43870                        "readable": true,
43871                        "type": "gfloat",
43872                        "writable": true
43873                    },
43874                    "hts": {
43875                        "blurb": "Hysteresis threshold start",
43876                        "conditionally-available": false,
43877                        "construct": false,
43878                        "construct-only": false,
43879                        "controllable": true,
43880                        "default": "0",
43881                        "max": "15.8489",
43882                        "min": "0",
43883                        "mutable": "null",
43884                        "readable": true,
43885                        "type": "gfloat",
43886                        "writable": false
43887                    },
43888                    "hz": {
43889                        "blurb": "Hysteresis zone size",
43890                        "conditionally-available": false,
43891                        "construct": true,
43892                        "construct-only": false,
43893                        "controllable": true,
43894                        "default": "0.50118",
43895                        "max": "1",
43896                        "min": "0.001",
43897                        "mutable": "null",
43898                        "readable": true,
43899                        "type": "gfloat",
43900                        "writable": true
43901                    },
43902                    "hzs": {
43903                        "blurb": "Hysteresis zone start",
43904                        "conditionally-available": false,
43905                        "construct": false,
43906                        "construct-only": false,
43907                        "controllable": true,
43908                        "default": "0",
43909                        "max": "15.8489",
43910                        "min": "0",
43911                        "mutable": "null",
43912                        "readable": true,
43913                        "type": "gfloat",
43914                        "writable": false
43915                    },
43916                    "ilm": {
43917                        "blurb": "Input level meter",
43918                        "conditionally-available": false,
43919                        "construct": false,
43920                        "construct-only": false,
43921                        "controllable": true,
43922                        "default": "0",
43923                        "max": "15.8489",
43924                        "min": "0",
43925                        "mutable": "null",
43926                        "readable": true,
43927                        "type": "gfloat",
43928                        "writable": false
43929                    },
43930                    "ilv": {
43931                        "blurb": "Input level visibility",
43932                        "conditionally-available": false,
43933                        "construct": true,
43934                        "construct-only": false,
43935                        "controllable": true,
43936                        "default": "false",
43937                        "mutable": "null",
43938                        "readable": true,
43939                        "type": "gboolean",
43940                        "writable": true
43941                    },
43942                    "mk": {
43943                        "blurb": "Makeup gain",
43944                        "conditionally-available": false,
43945                        "construct": true,
43946                        "construct-only": false,
43947                        "controllable": true,
43948                        "default": "1",
43949                        "max": "1000",
43950                        "min": "0.001",
43951                        "mutable": "null",
43952                        "readable": true,
43953                        "type": "gfloat",
43954                        "writable": true
43955                    },
43956                    "olm": {
43957                        "blurb": "Output level meter",
43958                        "conditionally-available": false,
43959                        "construct": false,
43960                        "construct-only": false,
43961                        "controllable": true,
43962                        "default": "0",
43963                        "max": "15.8489",
43964                        "min": "0",
43965                        "mutable": "null",
43966                        "readable": true,
43967                        "type": "gfloat",
43968                        "writable": false
43969                    },
43970                    "olv": {
43971                        "blurb": "Output level visibility",
43972                        "conditionally-available": false,
43973                        "construct": true,
43974                        "construct-only": false,
43975                        "controllable": true,
43976                        "default": "false",
43977                        "mutable": "null",
43978                        "readable": true,
43979                        "type": "gboolean",
43980                        "writable": true
43981                    },
43982                    "out-latency": {
43983                        "blurb": "Latency OUT",
43984                        "conditionally-available": false,
43985                        "construct": false,
43986                        "construct-only": false,
43987                        "controllable": true,
43988                        "default": "0",
43989                        "max": "192000",
43990                        "min": "0",
43991                        "mutable": "null",
43992                        "readable": true,
43993                        "type": "gint",
43994                        "writable": false
43995                    },
43996                    "pause": {
43997                        "blurb": "Pause graph analysis",
43998                        "conditionally-available": false,
43999                        "construct": true,
44000                        "construct-only": false,
44001                        "controllable": true,
44002                        "default": "false",
44003                        "mutable": "null",
44004                        "readable": true,
44005                        "type": "gboolean",
44006                        "writable": true
44007                    },
44008                    "rlm": {
44009                        "blurb": "Reduction level meter",
44010                        "conditionally-available": false,
44011                        "construct": false,
44012                        "construct-only": false,
44013                        "controllable": true,
44014                        "default": "0",
44015                        "max": "1",
44016                        "min": "0",
44017                        "mutable": "null",
44018                        "readable": true,
44019                        "type": "gfloat",
44020                        "writable": false
44021                    },
44022                    "rt": {
44023                        "blurb": "Release",
44024                        "conditionally-available": false,
44025                        "construct": true,
44026                        "construct-only": false,
44027                        "controllable": true,
44028                        "default": "100",
44029                        "max": "5000",
44030                        "min": "0",
44031                        "mutable": "null",
44032                        "readable": true,
44033                        "type": "gfloat",
44034                        "writable": true
44035                    },
44036                    "scl": {
44037                        "blurb": "Sidechain listen",
44038                        "conditionally-available": false,
44039                        "construct": true,
44040                        "construct-only": false,
44041                        "controllable": true,
44042                        "default": "false",
44043                        "mutable": "null",
44044                        "readable": true,
44045                        "type": "gboolean",
44046                        "writable": true
44047                    },
44048                    "scm": {
44049                        "blurb": "Sidechain mode",
44050                        "conditionally-available": false,
44051                        "construct": true,
44052                        "construct-only": false,
44053                        "controllable": true,
44054                        "default": "RMS (1)",
44055                        "mutable": "null",
44056                        "readable": true,
44057                        "type": "lsp-plug-in-plugins-lv2-gate-monoscm",
44058                        "writable": true
44059                    },
44060                    "scp": {
44061                        "blurb": "Sidechain preamp",
44062                        "conditionally-available": false,
44063                        "construct": true,
44064                        "construct-only": false,
44065                        "controllable": true,
44066                        "default": "1",
44067                        "max": "100",
44068                        "min": "0",
44069                        "mutable": "null",
44070                        "readable": true,
44071                        "type": "gfloat",
44072                        "writable": true
44073                    },
44074                    "scr": {
44075                        "blurb": "Sidechain reactivity",
44076                        "conditionally-available": false,
44077                        "construct": true,
44078                        "construct-only": false,
44079                        "controllable": true,
44080                        "default": "10",
44081                        "max": "250",
44082                        "min": "0",
44083                        "mutable": "null",
44084                        "readable": true,
44085                        "type": "gfloat",
44086                        "writable": true
44087                    },
44088                    "sla": {
44089                        "blurb": "Sidechain lookahead",
44090                        "conditionally-available": false,
44091                        "construct": true,
44092                        "construct-only": false,
44093                        "controllable": true,
44094                        "default": "0",
44095                        "max": "20",
44096                        "min": "0",
44097                        "mutable": "null",
44098                        "readable": true,
44099                        "type": "gfloat",
44100                        "writable": true
44101                    },
44102                    "slm": {
44103                        "blurb": "Sidechain level meter",
44104                        "conditionally-available": false,
44105                        "construct": false,
44106                        "construct-only": false,
44107                        "controllable": true,
44108                        "default": "0",
44109                        "max": "15.8489",
44110                        "min": "0",
44111                        "mutable": "null",
44112                        "readable": true,
44113                        "type": "gfloat",
44114                        "writable": false
44115                    },
44116                    "slv": {
44117                        "blurb": "Sidechain level visibility",
44118                        "conditionally-available": false,
44119                        "construct": true,
44120                        "construct-only": false,
44121                        "controllable": true,
44122                        "default": "false",
44123                        "mutable": "null",
44124                        "readable": true,
44125                        "type": "gboolean",
44126                        "writable": true
44127                    }
44128                },
44129                "rank": "none"
44130            },
44131            "lsp-plug-in-plugins-lv2-gate-ms": {
44132                "author": "LSP LV2",
44133                "description": "LSP Gate MidSide",
44134                "hierarchy": [
44135                    "lsp-plug-in-plugins-lv2-gate-ms",
44136                    "GstAudioFilter",
44137                    "GstBaseTransform",
44138                    "GstElement",
44139                    "GstObject",
44140                    "GInitiallyUnowned",
44141                    "GObject"
44142                ],
44143                "interfaces": [
44144                    "GstPreset"
44145                ],
44146                "klass": "Filter/Effect/Audio/LV2/Gate",
44147                "long-name": "LSP Gate MidSide",
44148                "pad-templates": {
44149                    "sink": {
44150                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
44151                        "direction": "sink",
44152                        "presence": "always"
44153                    },
44154                    "src": {
44155                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
44156                        "direction": "src",
44157                        "presence": "always"
44158                    }
44159                },
44160                "properties": {
44161                    "at-m": {
44162                        "blurb": "Attack Mid",
44163                        "conditionally-available": false,
44164                        "construct": true,
44165                        "construct-only": false,
44166                        "controllable": true,
44167                        "default": "20",
44168                        "max": "2000",
44169                        "min": "0",
44170                        "mutable": "null",
44171                        "readable": true,
44172                        "type": "gfloat",
44173                        "writable": true
44174                    },
44175                    "at-s": {
44176                        "blurb": "Attack Side",
44177                        "conditionally-available": false,
44178                        "construct": true,
44179                        "construct-only": false,
44180                        "controllable": true,
44181                        "default": "20",
44182                        "max": "2000",
44183                        "min": "0",
44184                        "mutable": "null",
44185                        "readable": true,
44186                        "type": "gfloat",
44187                        "writable": true
44188                    },
44189                    "bypass": {
44190                        "blurb": "Bypass",
44191                        "conditionally-available": false,
44192                        "construct": true,
44193                        "construct-only": false,
44194                        "controllable": true,
44195                        "default": "false",
44196                        "mutable": "null",
44197                        "readable": true,
44198                        "type": "gboolean",
44199                        "writable": true
44200                    },
44201                    "cdr-m": {
44202                        "blurb": "Dry gain Mid",
44203                        "conditionally-available": false,
44204                        "construct": true,
44205                        "construct-only": false,
44206                        "controllable": true,
44207                        "default": "0",
44208                        "max": "10",
44209                        "min": "0",
44210                        "mutable": "null",
44211                        "readable": true,
44212                        "type": "gfloat",
44213                        "writable": true
44214                    },
44215                    "cdr-s": {
44216                        "blurb": "Dry gain Side",
44217                        "conditionally-available": false,
44218                        "construct": true,
44219                        "construct-only": false,
44220                        "controllable": true,
44221                        "default": "0",
44222                        "max": "10",
44223                        "min": "0",
44224                        "mutable": "null",
44225                        "readable": true,
44226                        "type": "gfloat",
44227                        "writable": true
44228                    },
44229                    "clear": {
44230                        "blurb": "Clear graph analysis",
44231                        "conditionally-available": false,
44232                        "construct": true,
44233                        "construct-only": false,
44234                        "controllable": true,
44235                        "default": "false",
44236                        "mutable": "null",
44237                        "readable": true,
44238                        "type": "gboolean",
44239                        "writable": true
44240                    },
44241                    "clm-m": {
44242                        "blurb": "Curve level meter Mid",
44243                        "conditionally-available": false,
44244                        "construct": false,
44245                        "construct-only": false,
44246                        "controllable": true,
44247                        "default": "0",
44248                        "max": "15.8489",
44249                        "min": "0",
44250                        "mutable": "null",
44251                        "readable": true,
44252                        "type": "gfloat",
44253                        "writable": false
44254                    },
44255                    "clm-s": {
44256                        "blurb": "Curve level meter Side",
44257                        "conditionally-available": false,
44258                        "construct": false,
44259                        "construct-only": false,
44260                        "controllable": true,
44261                        "default": "0",
44262                        "max": "15.8489",
44263                        "min": "0",
44264                        "mutable": "null",
44265                        "readable": true,
44266                        "type": "gfloat",
44267                        "writable": false
44268                    },
44269                    "cwt-m": {
44270                        "blurb": "Wet gain Mid",
44271                        "conditionally-available": false,
44272                        "construct": true,
44273                        "construct-only": false,
44274                        "controllable": true,
44275                        "default": "1",
44276                        "max": "10",
44277                        "min": "0",
44278                        "mutable": "null",
44279                        "readable": true,
44280                        "type": "gfloat",
44281                        "writable": true
44282                    },
44283                    "cwt-s": {
44284                        "blurb": "Wet gain Side",
44285                        "conditionally-available": false,
44286                        "construct": true,
44287                        "construct-only": false,
44288                        "controllable": true,
44289                        "default": "1",
44290                        "max": "10",
44291                        "min": "0",
44292                        "mutable": "null",
44293                        "readable": true,
44294                        "type": "gfloat",
44295                        "writable": true
44296                    },
44297                    "elm-m": {
44298                        "blurb": "Envelope level meter Mid",
44299                        "conditionally-available": false,
44300                        "construct": false,
44301                        "construct-only": false,
44302                        "controllable": true,
44303                        "default": "0",
44304                        "max": "15.8489",
44305                        "min": "0",
44306                        "mutable": "null",
44307                        "readable": true,
44308                        "type": "gfloat",
44309                        "writable": false
44310                    },
44311                    "elm-s": {
44312                        "blurb": "Envelope level meter Side",
44313                        "conditionally-available": false,
44314                        "construct": false,
44315                        "construct-only": false,
44316                        "controllable": true,
44317                        "default": "0",
44318                        "max": "15.8489",
44319                        "min": "0",
44320                        "mutable": "null",
44321                        "readable": true,
44322                        "type": "gfloat",
44323                        "writable": false
44324                    },
44325                    "elv-m": {
44326                        "blurb": "Envelope level visibility Mid",
44327                        "conditionally-available": false,
44328                        "construct": true,
44329                        "construct-only": false,
44330                        "controllable": true,
44331                        "default": "false",
44332                        "mutable": "null",
44333                        "readable": true,
44334                        "type": "gboolean",
44335                        "writable": true
44336                    },
44337                    "elv-s": {
44338                        "blurb": "Envelope level visibility Side",
44339                        "conditionally-available": false,
44340                        "construct": true,
44341                        "construct-only": false,
44342                        "controllable": true,
44343                        "default": "false",
44344                        "mutable": "null",
44345                        "readable": true,
44346                        "type": "gboolean",
44347                        "writable": true
44348                    },
44349                    "g-in": {
44350                        "blurb": "Input gain",
44351                        "conditionally-available": false,
44352                        "construct": true,
44353                        "construct-only": false,
44354                        "controllable": true,
44355                        "default": "1",
44356                        "max": "10",
44357                        "min": "0",
44358                        "mutable": "null",
44359                        "readable": true,
44360                        "type": "gfloat",
44361                        "writable": true
44362                    },
44363                    "g-out": {
44364                        "blurb": "Output gain",
44365                        "conditionally-available": false,
44366                        "construct": true,
44367                        "construct-only": false,
44368                        "controllable": true,
44369                        "default": "1",
44370                        "max": "10",
44371                        "min": "0",
44372                        "mutable": "null",
44373                        "readable": true,
44374                        "type": "gfloat",
44375                        "writable": true
44376                    },
44377                    "gh-m": {
44378                        "blurb": "Hysteresis Mid",
44379                        "conditionally-available": false,
44380                        "construct": true,
44381                        "construct-only": false,
44382                        "controllable": true,
44383                        "default": "false",
44384                        "mutable": "null",
44385                        "readable": true,
44386                        "type": "gboolean",
44387                        "writable": true
44388                    },
44389                    "gh-s": {
44390                        "blurb": "Hysteresis Side",
44391                        "conditionally-available": false,
44392                        "construct": true,
44393                        "construct-only": false,
44394                        "controllable": true,
44395                        "default": "false",
44396                        "mutable": "null",
44397                        "readable": true,
44398                        "type": "gboolean",
44399                        "writable": true
44400                    },
44401                    "gr-m": {
44402                        "blurb": "Reduction Mid",
44403                        "conditionally-available": false,
44404                        "construct": true,
44405                        "construct-only": false,
44406                        "controllable": true,
44407                        "default": "0.0631",
44408                        "max": "1",
44409                        "min": "0.00025",
44410                        "mutable": "null",
44411                        "readable": true,
44412                        "type": "gfloat",
44413                        "writable": true
44414                    },
44415                    "gr-s": {
44416                        "blurb": "Reduction Side",
44417                        "conditionally-available": false,
44418                        "construct": true,
44419                        "construct-only": false,
44420                        "controllable": true,
44421                        "default": "0.0631",
44422                        "max": "1",
44423                        "min": "0.00025",
44424                        "mutable": "null",
44425                        "readable": true,
44426                        "type": "gfloat",
44427                        "writable": true
44428                    },
44429                    "grv-m": {
44430                        "blurb": "Gain reduction visibility Mid",
44431                        "conditionally-available": false,
44432                        "construct": true,
44433                        "construct-only": false,
44434                        "controllable": true,
44435                        "default": "false",
44436                        "mutable": "null",
44437                        "readable": true,
44438                        "type": "gboolean",
44439                        "writable": true
44440                    },
44441                    "grv-s": {
44442                        "blurb": "Gain reduction visibility Side",
44443                        "conditionally-available": false,
44444                        "construct": true,
44445                        "construct-only": false,
44446                        "controllable": true,
44447                        "default": "false",
44448                        "mutable": "null",
44449                        "readable": true,
44450                        "type": "gboolean",
44451                        "writable": true
44452                    },
44453                    "gt-m": {
44454                        "blurb": "Threshold Mid",
44455                        "conditionally-available": false,
44456                        "construct": true,
44457                        "construct-only": false,
44458                        "controllable": true,
44459                        "default": "0.0631",
44460                        "max": "1",
44461                        "min": "0.001",
44462                        "mutable": "null",
44463                        "readable": true,
44464                        "type": "gfloat",
44465                        "writable": true
44466                    },
44467                    "gt-s": {
44468                        "blurb": "Threshold Side",
44469                        "conditionally-available": false,
44470                        "construct": true,
44471                        "construct-only": false,
44472                        "controllable": true,
44473                        "default": "0.0631",
44474                        "max": "1",
44475                        "min": "0.001",
44476                        "mutable": "null",
44477                        "readable": true,
44478                        "type": "gfloat",
44479                        "writable": true
44480                    },
44481                    "gz-m": {
44482                        "blurb": "Zone size Mid",
44483                        "conditionally-available": false,
44484                        "construct": true,
44485                        "construct-only": false,
44486                        "controllable": true,
44487                        "default": "0.50118",
44488                        "max": "1",
44489                        "min": "0.001",
44490                        "mutable": "null",
44491                        "readable": true,
44492                        "type": "gfloat",
44493                        "writable": true
44494                    },
44495                    "gz-s": {
44496                        "blurb": "Zone size Side",
44497                        "conditionally-available": false,
44498                        "construct": true,
44499                        "construct-only": false,
44500                        "controllable": true,
44501                        "default": "0.50118",
44502                        "max": "1",
44503                        "min": "0.001",
44504                        "mutable": "null",
44505                        "readable": true,
44506                        "type": "gfloat",
44507                        "writable": true
44508                    },
44509                    "gzs-m": {
44510                        "blurb": "Zone start Mid",
44511                        "conditionally-available": false,
44512                        "construct": false,
44513                        "construct-only": false,
44514                        "controllable": true,
44515                        "default": "0",
44516                        "max": "15.8489",
44517                        "min": "0",
44518                        "mutable": "null",
44519                        "readable": true,
44520                        "type": "gfloat",
44521                        "writable": false
44522                    },
44523                    "gzs-s": {
44524                        "blurb": "Zone start Side",
44525                        "conditionally-available": false,
44526                        "construct": false,
44527                        "construct-only": false,
44528                        "controllable": true,
44529                        "default": "0",
44530                        "max": "15.8489",
44531                        "min": "0",
44532                        "mutable": "null",
44533                        "readable": true,
44534                        "type": "gfloat",
44535                        "writable": false
44536                    },
44537                    "ht-m": {
44538                        "blurb": "Hysteresis threshold Mid",
44539                        "conditionally-available": false,
44540                        "construct": true,
44541                        "construct-only": false,
44542                        "controllable": true,
44543                        "default": "0.25119",
44544                        "max": "1",
44545                        "min": "0.001",
44546                        "mutable": "null",
44547                        "readable": true,
44548                        "type": "gfloat",
44549                        "writable": true
44550                    },
44551                    "ht-s": {
44552                        "blurb": "Hysteresis threshold Side",
44553                        "conditionally-available": false,
44554                        "construct": true,
44555                        "construct-only": false,
44556                        "controllable": true,
44557                        "default": "0.25119",
44558                        "max": "1",
44559                        "min": "0.001",
44560                        "mutable": "null",
44561                        "readable": true,
44562                        "type": "gfloat",
44563                        "writable": true
44564                    },
44565                    "hts-m": {
44566                        "blurb": "Hysteresis threshold start Mid",
44567                        "conditionally-available": false,
44568                        "construct": false,
44569                        "construct-only": false,
44570                        "controllable": true,
44571                        "default": "0",
44572                        "max": "15.8489",
44573                        "min": "0",
44574                        "mutable": "null",
44575                        "readable": true,
44576                        "type": "gfloat",
44577                        "writable": false
44578                    },
44579                    "hts-s": {
44580                        "blurb": "Hysteresis threshold start Side",
44581                        "conditionally-available": false,
44582                        "construct": false,
44583                        "construct-only": false,
44584                        "controllable": true,
44585                        "default": "0",
44586                        "max": "15.8489",
44587                        "min": "0",
44588                        "mutable": "null",
44589                        "readable": true,
44590                        "type": "gfloat",
44591                        "writable": false
44592                    },
44593                    "hz-m": {
44594                        "blurb": "Hysteresis zone size Mid",
44595                        "conditionally-available": false,
44596                        "construct": true,
44597                        "construct-only": false,
44598                        "controllable": true,
44599                        "default": "0.50118",
44600                        "max": "1",
44601                        "min": "0.001",
44602                        "mutable": "null",
44603                        "readable": true,
44604                        "type": "gfloat",
44605                        "writable": true
44606                    },
44607                    "hz-s": {
44608                        "blurb": "Hysteresis zone size Side",
44609                        "conditionally-available": false,
44610                        "construct": true,
44611                        "construct-only": false,
44612                        "controllable": true,
44613                        "default": "0.50118",
44614                        "max": "1",
44615                        "min": "0.001",
44616                        "mutable": "null",
44617                        "readable": true,
44618                        "type": "gfloat",
44619                        "writable": true
44620                    },
44621                    "hzs-m": {
44622                        "blurb": "Hysteresis zone start Mid",
44623                        "conditionally-available": false,
44624                        "construct": false,
44625                        "construct-only": false,
44626                        "controllable": true,
44627                        "default": "0",
44628                        "max": "15.8489",
44629                        "min": "0",
44630                        "mutable": "null",
44631                        "readable": true,
44632                        "type": "gfloat",
44633                        "writable": false
44634                    },
44635                    "hzs-s": {
44636                        "blurb": "Hysteresis zone start Side",
44637                        "conditionally-available": false,
44638                        "construct": false,
44639                        "construct-only": false,
44640                        "controllable": true,
44641                        "default": "0",
44642                        "max": "15.8489",
44643                        "min": "0",
44644                        "mutable": "null",
44645                        "readable": true,
44646                        "type": "gfloat",
44647                        "writable": false
44648                    },
44649                    "ilm-m": {
44650                        "blurb": "Input level meter Mid",
44651                        "conditionally-available": false,
44652                        "construct": false,
44653                        "construct-only": false,
44654                        "controllable": true,
44655                        "default": "0",
44656                        "max": "15.8489",
44657                        "min": "0",
44658                        "mutable": "null",
44659                        "readable": true,
44660                        "type": "gfloat",
44661                        "writable": false
44662                    },
44663                    "ilm-s": {
44664                        "blurb": "Input level meter Side",
44665                        "conditionally-available": false,
44666                        "construct": false,
44667                        "construct-only": false,
44668                        "controllable": true,
44669                        "default": "0",
44670                        "max": "15.8489",
44671                        "min": "0",
44672                        "mutable": "null",
44673                        "readable": true,
44674                        "type": "gfloat",
44675                        "writable": false
44676                    },
44677                    "ilv-m": {
44678                        "blurb": "Input level visibility Mid",
44679                        "conditionally-available": false,
44680                        "construct": true,
44681                        "construct-only": false,
44682                        "controllable": true,
44683                        "default": "false",
44684                        "mutable": "null",
44685                        "readable": true,
44686                        "type": "gboolean",
44687                        "writable": true
44688                    },
44689                    "ilv-s": {
44690                        "blurb": "Input level visibility Side",
44691                        "conditionally-available": false,
44692                        "construct": true,
44693                        "construct-only": false,
44694                        "controllable": true,
44695                        "default": "false",
44696                        "mutable": "null",
44697                        "readable": true,
44698                        "type": "gboolean",
44699                        "writable": true
44700                    },
44701                    "mk-m": {
44702                        "blurb": "Makeup gain Mid",
44703                        "conditionally-available": false,
44704                        "construct": true,
44705                        "construct-only": false,
44706                        "controllable": true,
44707                        "default": "1",
44708                        "max": "1000",
44709                        "min": "0.001",
44710                        "mutable": "null",
44711                        "readable": true,
44712                        "type": "gfloat",
44713                        "writable": true
44714                    },
44715                    "mk-s": {
44716                        "blurb": "Makeup gain Side",
44717                        "conditionally-available": false,
44718                        "construct": true,
44719                        "construct-only": false,
44720                        "controllable": true,
44721                        "default": "1",
44722                        "max": "1000",
44723                        "min": "0.001",
44724                        "mutable": "null",
44725                        "readable": true,
44726                        "type": "gfloat",
44727                        "writable": true
44728                    },
44729                    "msl": {
44730                        "blurb": "Mid/Side listen",
44731                        "conditionally-available": false,
44732                        "construct": true,
44733                        "construct-only": false,
44734                        "controllable": true,
44735                        "default": "false",
44736                        "mutable": "null",
44737                        "readable": true,
44738                        "type": "gboolean",
44739                        "writable": true
44740                    },
44741                    "olm-m": {
44742                        "blurb": "Output level meter Mid",
44743                        "conditionally-available": false,
44744                        "construct": false,
44745                        "construct-only": false,
44746                        "controllable": true,
44747                        "default": "0",
44748                        "max": "15.8489",
44749                        "min": "0",
44750                        "mutable": "null",
44751                        "readable": true,
44752                        "type": "gfloat",
44753                        "writable": false
44754                    },
44755                    "olm-s": {
44756                        "blurb": "Output level meter Side",
44757                        "conditionally-available": false,
44758                        "construct": false,
44759                        "construct-only": false,
44760                        "controllable": true,
44761                        "default": "0",
44762                        "max": "15.8489",
44763                        "min": "0",
44764                        "mutable": "null",
44765                        "readable": true,
44766                        "type": "gfloat",
44767                        "writable": false
44768                    },
44769                    "olv-m": {
44770                        "blurb": "Output level visibility Mid",
44771                        "conditionally-available": false,
44772                        "construct": true,
44773                        "construct-only": false,
44774                        "controllable": true,
44775                        "default": "false",
44776                        "mutable": "null",
44777                        "readable": true,
44778                        "type": "gboolean",
44779                        "writable": true
44780                    },
44781                    "olv-s": {
44782                        "blurb": "Output level visibility Side",
44783                        "conditionally-available": false,
44784                        "construct": true,
44785                        "construct-only": false,
44786                        "controllable": true,
44787                        "default": "false",
44788                        "mutable": "null",
44789                        "readable": true,
44790                        "type": "gboolean",
44791                        "writable": true
44792                    },
44793                    "out-latency": {
44794                        "blurb": "Latency OUT",
44795                        "conditionally-available": false,
44796                        "construct": false,
44797                        "construct-only": false,
44798                        "controllable": true,
44799                        "default": "0",
44800                        "max": "192000",
44801                        "min": "0",
44802                        "mutable": "null",
44803                        "readable": true,
44804                        "type": "gint",
44805                        "writable": false
44806                    },
44807                    "pause": {
44808                        "blurb": "Pause graph analysis",
44809                        "conditionally-available": false,
44810                        "construct": true,
44811                        "construct-only": false,
44812                        "controllable": true,
44813                        "default": "false",
44814                        "mutable": "null",
44815                        "readable": true,
44816                        "type": "gboolean",
44817                        "writable": true
44818                    },
44819                    "rlm-m": {
44820                        "blurb": "Reduction level meter Mid",
44821                        "conditionally-available": false,
44822                        "construct": false,
44823                        "construct-only": false,
44824                        "controllable": true,
44825                        "default": "0",
44826                        "max": "1",
44827                        "min": "0",
44828                        "mutable": "null",
44829                        "readable": true,
44830                        "type": "gfloat",
44831                        "writable": false
44832                    },
44833                    "rlm-s": {
44834                        "blurb": "Reduction level meter Side",
44835                        "conditionally-available": false,
44836                        "construct": false,
44837                        "construct-only": false,
44838                        "controllable": true,
44839                        "default": "0",
44840                        "max": "1",
44841                        "min": "0",
44842                        "mutable": "null",
44843                        "readable": true,
44844                        "type": "gfloat",
44845                        "writable": false
44846                    },
44847                    "rt-m": {
44848                        "blurb": "Release Mid",
44849                        "conditionally-available": false,
44850                        "construct": true,
44851                        "construct-only": false,
44852                        "controllable": true,
44853                        "default": "100",
44854                        "max": "5000",
44855                        "min": "0",
44856                        "mutable": "null",
44857                        "readable": true,
44858                        "type": "gfloat",
44859                        "writable": true
44860                    },
44861                    "rt-s": {
44862                        "blurb": "Release Side",
44863                        "conditionally-available": false,
44864                        "construct": true,
44865                        "construct-only": false,
44866                        "controllable": true,
44867                        "default": "100",
44868                        "max": "5000",
44869                        "min": "0",
44870                        "mutable": "null",
44871                        "readable": true,
44872                        "type": "gfloat",
44873                        "writable": true
44874                    },
44875                    "scl-m": {
44876                        "blurb": "Sidechain listen Mid",
44877                        "conditionally-available": false,
44878                        "construct": true,
44879                        "construct-only": false,
44880                        "controllable": true,
44881                        "default": "false",
44882                        "mutable": "null",
44883                        "readable": true,
44884                        "type": "gboolean",
44885                        "writable": true
44886                    },
44887                    "scl-s": {
44888                        "blurb": "Sidechain listen Side",
44889                        "conditionally-available": false,
44890                        "construct": true,
44891                        "construct-only": false,
44892                        "controllable": true,
44893                        "default": "false",
44894                        "mutable": "null",
44895                        "readable": true,
44896                        "type": "gboolean",
44897                        "writable": true
44898                    },
44899                    "scm-m": {
44900                        "blurb": "Sidechain mode Mid",
44901                        "conditionally-available": false,
44902                        "construct": true,
44903                        "construct-only": false,
44904                        "controllable": true,
44905                        "default": "RMS (1)",
44906                        "mutable": "null",
44907                        "readable": true,
44908                        "type": "lsp-plug-in-plugins-lv2-gate-msscm-m",
44909                        "writable": true
44910                    },
44911                    "scm-s": {
44912                        "blurb": "Sidechain mode Side",
44913                        "conditionally-available": false,
44914                        "construct": true,
44915                        "construct-only": false,
44916                        "controllable": true,
44917                        "default": "RMS (1)",
44918                        "mutable": "null",
44919                        "readable": true,
44920                        "type": "lsp-plug-in-plugins-lv2-gate-msscm-s",
44921                        "writable": true
44922                    },
44923                    "scp-m": {
44924                        "blurb": "Sidechain preamp Mid",
44925                        "conditionally-available": false,
44926                        "construct": true,
44927                        "construct-only": false,
44928                        "controllable": true,
44929                        "default": "1",
44930                        "max": "100",
44931                        "min": "0",
44932                        "mutable": "null",
44933                        "readable": true,
44934                        "type": "gfloat",
44935                        "writable": true
44936                    },
44937                    "scp-s": {
44938                        "blurb": "Sidechain preamp Side",
44939                        "conditionally-available": false,
44940                        "construct": true,
44941                        "construct-only": false,
44942                        "controllable": true,
44943                        "default": "1",
44944                        "max": "100",
44945                        "min": "0",
44946                        "mutable": "null",
44947                        "readable": true,
44948                        "type": "gfloat",
44949                        "writable": true
44950                    },
44951                    "scr-m": {
44952                        "blurb": "Sidechain reactivity Mid",
44953                        "conditionally-available": false,
44954                        "construct": true,
44955                        "construct-only": false,
44956                        "controllable": true,
44957                        "default": "10",
44958                        "max": "250",
44959                        "min": "0",
44960                        "mutable": "null",
44961                        "readable": true,
44962                        "type": "gfloat",
44963                        "writable": true
44964                    },
44965                    "scr-s": {
44966                        "blurb": "Sidechain reactivity Side",
44967                        "conditionally-available": false,
44968                        "construct": true,
44969                        "construct-only": false,
44970                        "controllable": true,
44971                        "default": "10",
44972                        "max": "250",
44973                        "min": "0",
44974                        "mutable": "null",
44975                        "readable": true,
44976                        "type": "gfloat",
44977                        "writable": true
44978                    },
44979                    "scs-m": {
44980                        "blurb": "Sidechain source Mid",
44981                        "conditionally-available": false,
44982                        "construct": true,
44983                        "construct-only": false,
44984                        "controllable": true,
44985                        "default": "Middle (0)",
44986                        "mutable": "null",
44987                        "readable": true,
44988                        "type": "lsp-plug-in-plugins-lv2-gate-msscs-m",
44989                        "writable": true
44990                    },
44991                    "scs-s": {
44992                        "blurb": "Sidechain source Side",
44993                        "conditionally-available": false,
44994                        "construct": true,
44995                        "construct-only": false,
44996                        "controllable": true,
44997                        "default": "Middle (0)",
44998                        "mutable": "null",
44999                        "readable": true,
45000                        "type": "lsp-plug-in-plugins-lv2-gate-msscs-s",
45001                        "writable": true
45002                    },
45003                    "sla-m": {
45004                        "blurb": "Sidechain lookahead Mid",
45005                        "conditionally-available": false,
45006                        "construct": true,
45007                        "construct-only": false,
45008                        "controllable": true,
45009                        "default": "0",
45010                        "max": "20",
45011                        "min": "0",
45012                        "mutable": "null",
45013                        "readable": true,
45014                        "type": "gfloat",
45015                        "writable": true
45016                    },
45017                    "sla-s": {
45018                        "blurb": "Sidechain lookahead Side",
45019                        "conditionally-available": false,
45020                        "construct": true,
45021                        "construct-only": false,
45022                        "controllable": true,
45023                        "default": "0",
45024                        "max": "20",
45025                        "min": "0",
45026                        "mutable": "null",
45027                        "readable": true,
45028                        "type": "gfloat",
45029                        "writable": true
45030                    },
45031                    "slm-m": {
45032                        "blurb": "Sidechain level meter Mid",
45033                        "conditionally-available": false,
45034                        "construct": false,
45035                        "construct-only": false,
45036                        "controllable": true,
45037                        "default": "0",
45038                        "max": "15.8489",
45039                        "min": "0",
45040                        "mutable": "null",
45041                        "readable": true,
45042                        "type": "gfloat",
45043                        "writable": false
45044                    },
45045                    "slm-s": {
45046                        "blurb": "Sidechain level meter Side",
45047                        "conditionally-available": false,
45048                        "construct": false,
45049                        "construct-only": false,
45050                        "controllable": true,
45051                        "default": "0",
45052                        "max": "15.8489",
45053                        "min": "0",
45054                        "mutable": "null",
45055                        "readable": true,
45056                        "type": "gfloat",
45057                        "writable": false
45058                    },
45059                    "slv-m": {
45060                        "blurb": "Sidechain level visibility Mid",
45061                        "conditionally-available": false,
45062                        "construct": true,
45063                        "construct-only": false,
45064                        "controllable": true,
45065                        "default": "false",
45066                        "mutable": "null",
45067                        "readable": true,
45068                        "type": "gboolean",
45069                        "writable": true
45070                    },
45071                    "slv-s": {
45072                        "blurb": "Sidechain level visibility Side",
45073                        "conditionally-available": false,
45074                        "construct": true,
45075                        "construct-only": false,
45076                        "controllable": true,
45077                        "default": "false",
45078                        "mutable": "null",
45079                        "readable": true,
45080                        "type": "gboolean",
45081                        "writable": true
45082                    }
45083                },
45084                "rank": "none"
45085            },
45086            "lsp-plug-in-plugins-lv2-gate-stereo": {
45087                "author": "LSP LV2",
45088                "description": "LSP Gate Stereo",
45089                "hierarchy": [
45090                    "lsp-plug-in-plugins-lv2-gate-stereo",
45091                    "GstAudioFilter",
45092                    "GstBaseTransform",
45093                    "GstElement",
45094                    "GstObject",
45095                    "GInitiallyUnowned",
45096                    "GObject"
45097                ],
45098                "interfaces": [
45099                    "GstPreset"
45100                ],
45101                "klass": "Filter/Effect/Audio/LV2/Gate",
45102                "long-name": "LSP Gate Stereo",
45103                "pad-templates": {
45104                    "sink": {
45105                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
45106                        "direction": "sink",
45107                        "presence": "always"
45108                    },
45109                    "src": {
45110                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
45111                        "direction": "src",
45112                        "presence": "always"
45113                    }
45114                },
45115                "properties": {
45116                    "at": {
45117                        "blurb": "Attack",
45118                        "conditionally-available": false,
45119                        "construct": true,
45120                        "construct-only": false,
45121                        "controllable": true,
45122                        "default": "20",
45123                        "max": "2000",
45124                        "min": "0",
45125                        "mutable": "null",
45126                        "readable": true,
45127                        "type": "gfloat",
45128                        "writable": true
45129                    },
45130                    "bypass": {
45131                        "blurb": "Bypass",
45132                        "conditionally-available": false,
45133                        "construct": true,
45134                        "construct-only": false,
45135                        "controllable": true,
45136                        "default": "false",
45137                        "mutable": "null",
45138                        "readable": true,
45139                        "type": "gboolean",
45140                        "writable": true
45141                    },
45142                    "cdr": {
45143                        "blurb": "Dry gain",
45144                        "conditionally-available": false,
45145                        "construct": true,
45146                        "construct-only": false,
45147                        "controllable": true,
45148                        "default": "0",
45149                        "max": "10",
45150                        "min": "0",
45151                        "mutable": "null",
45152                        "readable": true,
45153                        "type": "gfloat",
45154                        "writable": true
45155                    },
45156                    "clear": {
45157                        "blurb": "Clear graph analysis",
45158                        "conditionally-available": false,
45159                        "construct": true,
45160                        "construct-only": false,
45161                        "controllable": true,
45162                        "default": "false",
45163                        "mutable": "null",
45164                        "readable": true,
45165                        "type": "gboolean",
45166                        "writable": true
45167                    },
45168                    "clm": {
45169                        "blurb": "Curve level meter",
45170                        "conditionally-available": false,
45171                        "construct": false,
45172                        "construct-only": false,
45173                        "controllable": true,
45174                        "default": "0",
45175                        "max": "15.8489",
45176                        "min": "0",
45177                        "mutable": "null",
45178                        "readable": true,
45179                        "type": "gfloat",
45180                        "writable": false
45181                    },
45182                    "cwt": {
45183                        "blurb": "Wet gain",
45184                        "conditionally-available": false,
45185                        "construct": true,
45186                        "construct-only": false,
45187                        "controllable": true,
45188                        "default": "1",
45189                        "max": "10",
45190                        "min": "0",
45191                        "mutable": "null",
45192                        "readable": true,
45193                        "type": "gfloat",
45194                        "writable": true
45195                    },
45196                    "elm": {
45197                        "blurb": "Envelope level meter",
45198                        "conditionally-available": false,
45199                        "construct": false,
45200                        "construct-only": false,
45201                        "controllable": true,
45202                        "default": "0",
45203                        "max": "15.8489",
45204                        "min": "0",
45205                        "mutable": "null",
45206                        "readable": true,
45207                        "type": "gfloat",
45208                        "writable": false
45209                    },
45210                    "elv": {
45211                        "blurb": "Envelope level visibility",
45212                        "conditionally-available": false,
45213                        "construct": true,
45214                        "construct-only": false,
45215                        "controllable": true,
45216                        "default": "false",
45217                        "mutable": "null",
45218                        "readable": true,
45219                        "type": "gboolean",
45220                        "writable": true
45221                    },
45222                    "g-in": {
45223                        "blurb": "Input gain",
45224                        "conditionally-available": false,
45225                        "construct": true,
45226                        "construct-only": false,
45227                        "controllable": true,
45228                        "default": "1",
45229                        "max": "10",
45230                        "min": "0",
45231                        "mutable": "null",
45232                        "readable": true,
45233                        "type": "gfloat",
45234                        "writable": true
45235                    },
45236                    "g-out": {
45237                        "blurb": "Output gain",
45238                        "conditionally-available": false,
45239                        "construct": true,
45240                        "construct-only": false,
45241                        "controllable": true,
45242                        "default": "1",
45243                        "max": "10",
45244                        "min": "0",
45245                        "mutable": "null",
45246                        "readable": true,
45247                        "type": "gfloat",
45248                        "writable": true
45249                    },
45250                    "gh": {
45251                        "blurb": "Hysteresis",
45252                        "conditionally-available": false,
45253                        "construct": true,
45254                        "construct-only": false,
45255                        "controllable": true,
45256                        "default": "false",
45257                        "mutable": "null",
45258                        "readable": true,
45259                        "type": "gboolean",
45260                        "writable": true
45261                    },
45262                    "gr": {
45263                        "blurb": "Reduction",
45264                        "conditionally-available": false,
45265                        "construct": true,
45266                        "construct-only": false,
45267                        "controllable": true,
45268                        "default": "0.0631",
45269                        "max": "1",
45270                        "min": "0.00025",
45271                        "mutable": "null",
45272                        "readable": true,
45273                        "type": "gfloat",
45274                        "writable": true
45275                    },
45276                    "grv": {
45277                        "blurb": "Gain reduction visibility",
45278                        "conditionally-available": false,
45279                        "construct": true,
45280                        "construct-only": false,
45281                        "controllable": true,
45282                        "default": "false",
45283                        "mutable": "null",
45284                        "readable": true,
45285                        "type": "gboolean",
45286                        "writable": true
45287                    },
45288                    "gt": {
45289                        "blurb": "Threshold",
45290                        "conditionally-available": false,
45291                        "construct": true,
45292                        "construct-only": false,
45293                        "controllable": true,
45294                        "default": "0.0631",
45295                        "max": "1",
45296                        "min": "0.001",
45297                        "mutable": "null",
45298                        "readable": true,
45299                        "type": "gfloat",
45300                        "writable": true
45301                    },
45302                    "gz": {
45303                        "blurb": "Zone size",
45304                        "conditionally-available": false,
45305                        "construct": true,
45306                        "construct-only": false,
45307                        "controllable": true,
45308                        "default": "0.50118",
45309                        "max": "1",
45310                        "min": "0.001",
45311                        "mutable": "null",
45312                        "readable": true,
45313                        "type": "gfloat",
45314                        "writable": true
45315                    },
45316                    "gzs": {
45317                        "blurb": "Zone start",
45318                        "conditionally-available": false,
45319                        "construct": false,
45320                        "construct-only": false,
45321                        "controllable": true,
45322                        "default": "0",
45323                        "max": "15.8489",
45324                        "min": "0",
45325                        "mutable": "null",
45326                        "readable": true,
45327                        "type": "gfloat",
45328                        "writable": false
45329                    },
45330                    "ht": {
45331                        "blurb": "Hysteresis threshold",
45332                        "conditionally-available": false,
45333                        "construct": true,
45334                        "construct-only": false,
45335                        "controllable": true,
45336                        "default": "0.25119",
45337                        "max": "1",
45338                        "min": "0.001",
45339                        "mutable": "null",
45340                        "readable": true,
45341                        "type": "gfloat",
45342                        "writable": true
45343                    },
45344                    "hts": {
45345                        "blurb": "Hysteresis threshold start",
45346                        "conditionally-available": false,
45347                        "construct": false,
45348                        "construct-only": false,
45349                        "controllable": true,
45350                        "default": "0",
45351                        "max": "15.8489",
45352                        "min": "0",
45353                        "mutable": "null",
45354                        "readable": true,
45355                        "type": "gfloat",
45356                        "writable": false
45357                    },
45358                    "hz": {
45359                        "blurb": "Hysteresis zone size",
45360                        "conditionally-available": false,
45361                        "construct": true,
45362                        "construct-only": false,
45363                        "controllable": true,
45364                        "default": "0.50118",
45365                        "max": "1",
45366                        "min": "0.001",
45367                        "mutable": "null",
45368                        "readable": true,
45369                        "type": "gfloat",
45370                        "writable": true
45371                    },
45372                    "hzs": {
45373                        "blurb": "Hysteresis zone start",
45374                        "conditionally-available": false,
45375                        "construct": false,
45376                        "construct-only": false,
45377                        "controllable": true,
45378                        "default": "0",
45379                        "max": "15.8489",
45380                        "min": "0",
45381                        "mutable": "null",
45382                        "readable": true,
45383                        "type": "gfloat",
45384                        "writable": false
45385                    },
45386                    "ilm-l": {
45387                        "blurb": "Input level meter Left",
45388                        "conditionally-available": false,
45389                        "construct": false,
45390                        "construct-only": false,
45391                        "controllable": true,
45392                        "default": "0",
45393                        "max": "15.8489",
45394                        "min": "0",
45395                        "mutable": "null",
45396                        "readable": true,
45397                        "type": "gfloat",
45398                        "writable": false
45399                    },
45400                    "ilm-r": {
45401                        "blurb": "Input level meter Right",
45402                        "conditionally-available": false,
45403                        "construct": false,
45404                        "construct-only": false,
45405                        "controllable": true,
45406                        "default": "0",
45407                        "max": "15.8489",
45408                        "min": "0",
45409                        "mutable": "null",
45410                        "readable": true,
45411                        "type": "gfloat",
45412                        "writable": false
45413                    },
45414                    "ilv-l": {
45415                        "blurb": "Input level visibility Left",
45416                        "conditionally-available": false,
45417                        "construct": true,
45418                        "construct-only": false,
45419                        "controllable": true,
45420                        "default": "false",
45421                        "mutable": "null",
45422                        "readable": true,
45423                        "type": "gboolean",
45424                        "writable": true
45425                    },
45426                    "ilv-r": {
45427                        "blurb": "Input level visibility Right",
45428                        "conditionally-available": false,
45429                        "construct": true,
45430                        "construct-only": false,
45431                        "controllable": true,
45432                        "default": "false",
45433                        "mutable": "null",
45434                        "readable": true,
45435                        "type": "gboolean",
45436                        "writable": true
45437                    },
45438                    "mk": {
45439                        "blurb": "Makeup gain",
45440                        "conditionally-available": false,
45441                        "construct": true,
45442                        "construct-only": false,
45443                        "controllable": true,
45444                        "default": "1",
45445                        "max": "1000",
45446                        "min": "0.001",
45447                        "mutable": "null",
45448                        "readable": true,
45449                        "type": "gfloat",
45450                        "writable": true
45451                    },
45452                    "olm-l": {
45453                        "blurb": "Output level meter Left",
45454                        "conditionally-available": false,
45455                        "construct": false,
45456                        "construct-only": false,
45457                        "controllable": true,
45458                        "default": "0",
45459                        "max": "15.8489",
45460                        "min": "0",
45461                        "mutable": "null",
45462                        "readable": true,
45463                        "type": "gfloat",
45464                        "writable": false
45465                    },
45466                    "olm-r": {
45467                        "blurb": "Output level meter Right",
45468                        "conditionally-available": false,
45469                        "construct": false,
45470                        "construct-only": false,
45471                        "controllable": true,
45472                        "default": "0",
45473                        "max": "15.8489",
45474                        "min": "0",
45475                        "mutable": "null",
45476                        "readable": true,
45477                        "type": "gfloat",
45478                        "writable": false
45479                    },
45480                    "olv-l": {
45481                        "blurb": "Output level visibility Left",
45482                        "conditionally-available": false,
45483                        "construct": true,
45484                        "construct-only": false,
45485                        "controllable": true,
45486                        "default": "false",
45487                        "mutable": "null",
45488                        "readable": true,
45489                        "type": "gboolean",
45490                        "writable": true
45491                    },
45492                    "olv-r": {
45493                        "blurb": "Output level visibility Right",
45494                        "conditionally-available": false,
45495                        "construct": true,
45496                        "construct-only": false,
45497                        "controllable": true,
45498                        "default": "false",
45499                        "mutable": "null",
45500                        "readable": true,
45501                        "type": "gboolean",
45502                        "writable": true
45503                    },
45504                    "out-latency": {
45505                        "blurb": "Latency OUT",
45506                        "conditionally-available": false,
45507                        "construct": false,
45508                        "construct-only": false,
45509                        "controllable": true,
45510                        "default": "0",
45511                        "max": "192000",
45512                        "min": "0",
45513                        "mutable": "null",
45514                        "readable": true,
45515                        "type": "gint",
45516                        "writable": false
45517                    },
45518                    "pause": {
45519                        "blurb": "Pause graph analysis",
45520                        "conditionally-available": false,
45521                        "construct": true,
45522                        "construct-only": false,
45523                        "controllable": true,
45524                        "default": "false",
45525                        "mutable": "null",
45526                        "readable": true,
45527                        "type": "gboolean",
45528                        "writable": true
45529                    },
45530                    "rlm": {
45531                        "blurb": "Reduction level meter",
45532                        "conditionally-available": false,
45533                        "construct": false,
45534                        "construct-only": false,
45535                        "controllable": true,
45536                        "default": "0",
45537                        "max": "1",
45538                        "min": "0",
45539                        "mutable": "null",
45540                        "readable": true,
45541                        "type": "gfloat",
45542                        "writable": false
45543                    },
45544                    "rt": {
45545                        "blurb": "Release",
45546                        "conditionally-available": false,
45547                        "construct": true,
45548                        "construct-only": false,
45549                        "controllable": true,
45550                        "default": "100",
45551                        "max": "5000",
45552                        "min": "0",
45553                        "mutable": "null",
45554                        "readable": true,
45555                        "type": "gfloat",
45556                        "writable": true
45557                    },
45558                    "scl": {
45559                        "blurb": "Sidechain listen",
45560                        "conditionally-available": false,
45561                        "construct": true,
45562                        "construct-only": false,
45563                        "controllable": true,
45564                        "default": "false",
45565                        "mutable": "null",
45566                        "readable": true,
45567                        "type": "gboolean",
45568                        "writable": true
45569                    },
45570                    "scm": {
45571                        "blurb": "Sidechain mode",
45572                        "conditionally-available": false,
45573                        "construct": true,
45574                        "construct-only": false,
45575                        "controllable": true,
45576                        "default": "RMS (1)",
45577                        "mutable": "null",
45578                        "readable": true,
45579                        "type": "lsp-plug-in-plugins-lv2-gate-stereoscm",
45580                        "writable": true
45581                    },
45582                    "scp": {
45583                        "blurb": "Sidechain preamp",
45584                        "conditionally-available": false,
45585                        "construct": true,
45586                        "construct-only": false,
45587                        "controllable": true,
45588                        "default": "1",
45589                        "max": "100",
45590                        "min": "0",
45591                        "mutable": "null",
45592                        "readable": true,
45593                        "type": "gfloat",
45594                        "writable": true
45595                    },
45596                    "scr": {
45597                        "blurb": "Sidechain reactivity",
45598                        "conditionally-available": false,
45599                        "construct": true,
45600                        "construct-only": false,
45601                        "controllable": true,
45602                        "default": "10",
45603                        "max": "250",
45604                        "min": "0",
45605                        "mutable": "null",
45606                        "readable": true,
45607                        "type": "gfloat",
45608                        "writable": true
45609                    },
45610                    "scs": {
45611                        "blurb": "Sidechain source",
45612                        "conditionally-available": false,
45613                        "construct": true,
45614                        "construct-only": false,
45615                        "controllable": true,
45616                        "default": "Middle (0)",
45617                        "mutable": "null",
45618                        "readable": true,
45619                        "type": "lsp-plug-in-plugins-lv2-gate-stereoscs",
45620                        "writable": true
45621                    },
45622                    "sla": {
45623                        "blurb": "Sidechain lookahead",
45624                        "conditionally-available": false,
45625                        "construct": true,
45626                        "construct-only": false,
45627                        "controllable": true,
45628                        "default": "0",
45629                        "max": "20",
45630                        "min": "0",
45631                        "mutable": "null",
45632                        "readable": true,
45633                        "type": "gfloat",
45634                        "writable": true
45635                    },
45636                    "slm": {
45637                        "blurb": "Sidechain level meter",
45638                        "conditionally-available": false,
45639                        "construct": false,
45640                        "construct-only": false,
45641                        "controllable": true,
45642                        "default": "0",
45643                        "max": "15.8489",
45644                        "min": "0",
45645                        "mutable": "null",
45646                        "readable": true,
45647                        "type": "gfloat",
45648                        "writable": false
45649                    },
45650                    "slv": {
45651                        "blurb": "Sidechain level visibility",
45652                        "conditionally-available": false,
45653                        "construct": true,
45654                        "construct-only": false,
45655                        "controllable": true,
45656                        "default": "false",
45657                        "mutable": "null",
45658                        "readable": true,
45659                        "type": "gboolean",
45660                        "writable": true
45661                    }
45662                },
45663                "rank": "none"
45664            },
45665            "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr": {
45666                "author": "LSP LV2",
45667                "description": "LSP Graphic Equalizer x16 LeftRight",
45668                "hierarchy": [
45669                    "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr",
45670                    "GstAudioFilter",
45671                    "GstBaseTransform",
45672                    "GstElement",
45673                    "GstObject",
45674                    "GInitiallyUnowned",
45675                    "GObject"
45676                ],
45677                "interfaces": [
45678                    "GstPreset"
45679                ],
45680                "klass": "Filter/Effect/Audio/LV2/Multiband",
45681                "long-name": "LSP Graphic Equalizer x16 LeftRight",
45682                "pad-templates": {
45683                    "sink": {
45684                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
45685                        "direction": "sink",
45686                        "presence": "always"
45687                    },
45688                    "src": {
45689                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
45690                        "direction": "src",
45691                        "presence": "always"
45692                    }
45693                },
45694                "properties": {
45695                    "bal": {
45696                        "blurb": "Output balance",
45697                        "conditionally-available": false,
45698                        "construct": true,
45699                        "construct-only": false,
45700                        "controllable": true,
45701                        "default": "0",
45702                        "max": "100",
45703                        "min": "-100",
45704                        "mutable": "null",
45705                        "readable": true,
45706                        "type": "gfloat",
45707                        "writable": true
45708                    },
45709                    "bypass": {
45710                        "blurb": "Bypass",
45711                        "conditionally-available": false,
45712                        "construct": true,
45713                        "construct-only": false,
45714                        "controllable": true,
45715                        "default": "false",
45716                        "mutable": "null",
45717                        "readable": true,
45718                        "type": "gboolean",
45719                        "writable": true
45720                    },
45721                    "fft": {
45722                        "blurb": "FFT analysis",
45723                        "conditionally-available": false,
45724                        "construct": true,
45725                        "construct-only": false,
45726                        "controllable": true,
45727                        "default": "Off (0)",
45728                        "mutable": "null",
45729                        "readable": true,
45730                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrfft",
45731                        "writable": true
45732                    },
45733                    "fftv-l": {
45734                        "blurb": "FFT visibility Left",
45735                        "conditionally-available": false,
45736                        "construct": true,
45737                        "construct-only": false,
45738                        "controllable": true,
45739                        "default": "false",
45740                        "mutable": "null",
45741                        "readable": true,
45742                        "type": "gboolean",
45743                        "writable": true
45744                    },
45745                    "fftv-r": {
45746                        "blurb": "FFT visibility Right",
45747                        "conditionally-available": false,
45748                        "construct": true,
45749                        "construct-only": false,
45750                        "controllable": true,
45751                        "default": "false",
45752                        "mutable": "null",
45753                        "readable": true,
45754                        "type": "gboolean",
45755                        "writable": true
45756                    },
45757                    "fsel": {
45758                        "blurb": "Band select",
45759                        "conditionally-available": false,
45760                        "construct": true,
45761                        "construct-only": false,
45762                        "controllable": true,
45763                        "default": "Bands Left (0)",
45764                        "mutable": "null",
45765                        "readable": true,
45766                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrfsel",
45767                        "writable": true
45768                    },
45769                    "fvl-0": {
45770                        "blurb": "Filter visibility  Left 16",
45771                        "conditionally-available": false,
45772                        "construct": false,
45773                        "construct-only": false,
45774                        "controllable": true,
45775                        "default": "false",
45776                        "mutable": "null",
45777                        "readable": true,
45778                        "type": "gboolean",
45779                        "writable": false
45780                    },
45781                    "fvl-1": {
45782                        "blurb": "Filter visibility  Left 25",
45783                        "conditionally-available": false,
45784                        "construct": false,
45785                        "construct-only": false,
45786                        "controllable": true,
45787                        "default": "false",
45788                        "mutable": "null",
45789                        "readable": true,
45790                        "type": "gboolean",
45791                        "writable": false
45792                    },
45793                    "fvl-10": {
45794                        "blurb": "Filter visibility  Left 1.6K",
45795                        "conditionally-available": false,
45796                        "construct": false,
45797                        "construct-only": false,
45798                        "controllable": true,
45799                        "default": "false",
45800                        "mutable": "null",
45801                        "readable": true,
45802                        "type": "gboolean",
45803                        "writable": false
45804                    },
45805                    "fvl-11": {
45806                        "blurb": "Filter visibility  Left 2.5K",
45807                        "conditionally-available": false,
45808                        "construct": false,
45809                        "construct-only": false,
45810                        "controllable": true,
45811                        "default": "false",
45812                        "mutable": "null",
45813                        "readable": true,
45814                        "type": "gboolean",
45815                        "writable": false
45816                    },
45817                    "fvl-12": {
45818                        "blurb": "Filter visibility  Left 4K",
45819                        "conditionally-available": false,
45820                        "construct": false,
45821                        "construct-only": false,
45822                        "controllable": true,
45823                        "default": "false",
45824                        "mutable": "null",
45825                        "readable": true,
45826                        "type": "gboolean",
45827                        "writable": false
45828                    },
45829                    "fvl-13": {
45830                        "blurb": "Filter visibility  Left 6.3K",
45831                        "conditionally-available": false,
45832                        "construct": false,
45833                        "construct-only": false,
45834                        "controllable": true,
45835                        "default": "false",
45836                        "mutable": "null",
45837                        "readable": true,
45838                        "type": "gboolean",
45839                        "writable": false
45840                    },
45841                    "fvl-14": {
45842                        "blurb": "Filter visibility  Left 10K",
45843                        "conditionally-available": false,
45844                        "construct": false,
45845                        "construct-only": false,
45846                        "controllable": true,
45847                        "default": "false",
45848                        "mutable": "null",
45849                        "readable": true,
45850                        "type": "gboolean",
45851                        "writable": false
45852                    },
45853                    "fvl-15": {
45854                        "blurb": "Filter visibility  Left 16K",
45855                        "conditionally-available": false,
45856                        "construct": false,
45857                        "construct-only": false,
45858                        "controllable": true,
45859                        "default": "false",
45860                        "mutable": "null",
45861                        "readable": true,
45862                        "type": "gboolean",
45863                        "writable": false
45864                    },
45865                    "fvl-2": {
45866                        "blurb": "Filter visibility  Left 40",
45867                        "conditionally-available": false,
45868                        "construct": false,
45869                        "construct-only": false,
45870                        "controllable": true,
45871                        "default": "false",
45872                        "mutable": "null",
45873                        "readable": true,
45874                        "type": "gboolean",
45875                        "writable": false
45876                    },
45877                    "fvl-3": {
45878                        "blurb": "Filter visibility  Left 63",
45879                        "conditionally-available": false,
45880                        "construct": false,
45881                        "construct-only": false,
45882                        "controllable": true,
45883                        "default": "false",
45884                        "mutable": "null",
45885                        "readable": true,
45886                        "type": "gboolean",
45887                        "writable": false
45888                    },
45889                    "fvl-4": {
45890                        "blurb": "Filter visibility  Left 100",
45891                        "conditionally-available": false,
45892                        "construct": false,
45893                        "construct-only": false,
45894                        "controllable": true,
45895                        "default": "false",
45896                        "mutable": "null",
45897                        "readable": true,
45898                        "type": "gboolean",
45899                        "writable": false
45900                    },
45901                    "fvl-5": {
45902                        "blurb": "Filter visibility  Left 160",
45903                        "conditionally-available": false,
45904                        "construct": false,
45905                        "construct-only": false,
45906                        "controllable": true,
45907                        "default": "false",
45908                        "mutable": "null",
45909                        "readable": true,
45910                        "type": "gboolean",
45911                        "writable": false
45912                    },
45913                    "fvl-6": {
45914                        "blurb": "Filter visibility  Left 250",
45915                        "conditionally-available": false,
45916                        "construct": false,
45917                        "construct-only": false,
45918                        "controllable": true,
45919                        "default": "false",
45920                        "mutable": "null",
45921                        "readable": true,
45922                        "type": "gboolean",
45923                        "writable": false
45924                    },
45925                    "fvl-7": {
45926                        "blurb": "Filter visibility  Left 400",
45927                        "conditionally-available": false,
45928                        "construct": false,
45929                        "construct-only": false,
45930                        "controllable": true,
45931                        "default": "false",
45932                        "mutable": "null",
45933                        "readable": true,
45934                        "type": "gboolean",
45935                        "writable": false
45936                    },
45937                    "fvl-8": {
45938                        "blurb": "Filter visibility  Left 630",
45939                        "conditionally-available": false,
45940                        "construct": false,
45941                        "construct-only": false,
45942                        "controllable": true,
45943                        "default": "false",
45944                        "mutable": "null",
45945                        "readable": true,
45946                        "type": "gboolean",
45947                        "writable": false
45948                    },
45949                    "fvl-9": {
45950                        "blurb": "Filter visibility  Left 1K",
45951                        "conditionally-available": false,
45952                        "construct": false,
45953                        "construct-only": false,
45954                        "controllable": true,
45955                        "default": "false",
45956                        "mutable": "null",
45957                        "readable": true,
45958                        "type": "gboolean",
45959                        "writable": false
45960                    },
45961                    "fvr-0": {
45962                        "blurb": "Filter visibility  Right 16",
45963                        "conditionally-available": false,
45964                        "construct": false,
45965                        "construct-only": false,
45966                        "controllable": true,
45967                        "default": "false",
45968                        "mutable": "null",
45969                        "readable": true,
45970                        "type": "gboolean",
45971                        "writable": false
45972                    },
45973                    "fvr-1": {
45974                        "blurb": "Filter visibility  Right 25",
45975                        "conditionally-available": false,
45976                        "construct": false,
45977                        "construct-only": false,
45978                        "controllable": true,
45979                        "default": "false",
45980                        "mutable": "null",
45981                        "readable": true,
45982                        "type": "gboolean",
45983                        "writable": false
45984                    },
45985                    "fvr-10": {
45986                        "blurb": "Filter visibility  Right 1.6K",
45987                        "conditionally-available": false,
45988                        "construct": false,
45989                        "construct-only": false,
45990                        "controllable": true,
45991                        "default": "false",
45992                        "mutable": "null",
45993                        "readable": true,
45994                        "type": "gboolean",
45995                        "writable": false
45996                    },
45997                    "fvr-11": {
45998                        "blurb": "Filter visibility  Right 2.5K",
45999                        "conditionally-available": false,
46000                        "construct": false,
46001                        "construct-only": false,
46002                        "controllable": true,
46003                        "default": "false",
46004                        "mutable": "null",
46005                        "readable": true,
46006                        "type": "gboolean",
46007                        "writable": false
46008                    },
46009                    "fvr-12": {
46010                        "blurb": "Filter visibility  Right 4K",
46011                        "conditionally-available": false,
46012                        "construct": false,
46013                        "construct-only": false,
46014                        "controllable": true,
46015                        "default": "false",
46016                        "mutable": "null",
46017                        "readable": true,
46018                        "type": "gboolean",
46019                        "writable": false
46020                    },
46021                    "fvr-13": {
46022                        "blurb": "Filter visibility  Right 6.3K",
46023                        "conditionally-available": false,
46024                        "construct": false,
46025                        "construct-only": false,
46026                        "controllable": true,
46027                        "default": "false",
46028                        "mutable": "null",
46029                        "readable": true,
46030                        "type": "gboolean",
46031                        "writable": false
46032                    },
46033                    "fvr-14": {
46034                        "blurb": "Filter visibility  Right 10K",
46035                        "conditionally-available": false,
46036                        "construct": false,
46037                        "construct-only": false,
46038                        "controllable": true,
46039                        "default": "false",
46040                        "mutable": "null",
46041                        "readable": true,
46042                        "type": "gboolean",
46043                        "writable": false
46044                    },
46045                    "fvr-15": {
46046                        "blurb": "Filter visibility  Right 16K",
46047                        "conditionally-available": false,
46048                        "construct": false,
46049                        "construct-only": false,
46050                        "controllable": true,
46051                        "default": "false",
46052                        "mutable": "null",
46053                        "readable": true,
46054                        "type": "gboolean",
46055                        "writable": false
46056                    },
46057                    "fvr-2": {
46058                        "blurb": "Filter visibility  Right 40",
46059                        "conditionally-available": false,
46060                        "construct": false,
46061                        "construct-only": false,
46062                        "controllable": true,
46063                        "default": "false",
46064                        "mutable": "null",
46065                        "readable": true,
46066                        "type": "gboolean",
46067                        "writable": false
46068                    },
46069                    "fvr-3": {
46070                        "blurb": "Filter visibility  Right 63",
46071                        "conditionally-available": false,
46072                        "construct": false,
46073                        "construct-only": false,
46074                        "controllable": true,
46075                        "default": "false",
46076                        "mutable": "null",
46077                        "readable": true,
46078                        "type": "gboolean",
46079                        "writable": false
46080                    },
46081                    "fvr-4": {
46082                        "blurb": "Filter visibility  Right 100",
46083                        "conditionally-available": false,
46084                        "construct": false,
46085                        "construct-only": false,
46086                        "controllable": true,
46087                        "default": "false",
46088                        "mutable": "null",
46089                        "readable": true,
46090                        "type": "gboolean",
46091                        "writable": false
46092                    },
46093                    "fvr-5": {
46094                        "blurb": "Filter visibility  Right 160",
46095                        "conditionally-available": false,
46096                        "construct": false,
46097                        "construct-only": false,
46098                        "controllable": true,
46099                        "default": "false",
46100                        "mutable": "null",
46101                        "readable": true,
46102                        "type": "gboolean",
46103                        "writable": false
46104                    },
46105                    "fvr-6": {
46106                        "blurb": "Filter visibility  Right 250",
46107                        "conditionally-available": false,
46108                        "construct": false,
46109                        "construct-only": false,
46110                        "controllable": true,
46111                        "default": "false",
46112                        "mutable": "null",
46113                        "readable": true,
46114                        "type": "gboolean",
46115                        "writable": false
46116                    },
46117                    "fvr-7": {
46118                        "blurb": "Filter visibility  Right 400",
46119                        "conditionally-available": false,
46120                        "construct": false,
46121                        "construct-only": false,
46122                        "controllable": true,
46123                        "default": "false",
46124                        "mutable": "null",
46125                        "readable": true,
46126                        "type": "gboolean",
46127                        "writable": false
46128                    },
46129                    "fvr-8": {
46130                        "blurb": "Filter visibility  Right 630",
46131                        "conditionally-available": false,
46132                        "construct": false,
46133                        "construct-only": false,
46134                        "controllable": true,
46135                        "default": "false",
46136                        "mutable": "null",
46137                        "readable": true,
46138                        "type": "gboolean",
46139                        "writable": false
46140                    },
46141                    "fvr-9": {
46142                        "blurb": "Filter visibility  Right 1K",
46143                        "conditionally-available": false,
46144                        "construct": false,
46145                        "construct-only": false,
46146                        "controllable": true,
46147                        "default": "false",
46148                        "mutable": "null",
46149                        "readable": true,
46150                        "type": "gboolean",
46151                        "writable": false
46152                    },
46153                    "g-in": {
46154                        "blurb": "Input gain",
46155                        "conditionally-available": false,
46156                        "construct": true,
46157                        "construct-only": false,
46158                        "controllable": true,
46159                        "default": "1",
46160                        "max": "10",
46161                        "min": "0",
46162                        "mutable": "null",
46163                        "readable": true,
46164                        "type": "gfloat",
46165                        "writable": true
46166                    },
46167                    "g-out": {
46168                        "blurb": "Output gain",
46169                        "conditionally-available": false,
46170                        "construct": true,
46171                        "construct-only": false,
46172                        "controllable": true,
46173                        "default": "1",
46174                        "max": "10",
46175                        "min": "0",
46176                        "mutable": "null",
46177                        "readable": true,
46178                        "type": "gfloat",
46179                        "writable": true
46180                    },
46181                    "gl-0": {
46182                        "blurb": "Band gain Left 16",
46183                        "conditionally-available": false,
46184                        "construct": true,
46185                        "construct-only": false,
46186                        "controllable": true,
46187                        "default": "1",
46188                        "max": "63.0957",
46189                        "min": "0.01585",
46190                        "mutable": "null",
46191                        "readable": true,
46192                        "type": "gfloat",
46193                        "writable": true
46194                    },
46195                    "gl-1": {
46196                        "blurb": "Band gain Left 25",
46197                        "conditionally-available": false,
46198                        "construct": true,
46199                        "construct-only": false,
46200                        "controllable": true,
46201                        "default": "1",
46202                        "max": "63.0957",
46203                        "min": "0.01585",
46204                        "mutable": "null",
46205                        "readable": true,
46206                        "type": "gfloat",
46207                        "writable": true
46208                    },
46209                    "gl-10": {
46210                        "blurb": "Band gain Left 1.6K",
46211                        "conditionally-available": false,
46212                        "construct": true,
46213                        "construct-only": false,
46214                        "controllable": true,
46215                        "default": "1",
46216                        "max": "63.0957",
46217                        "min": "0.01585",
46218                        "mutable": "null",
46219                        "readable": true,
46220                        "type": "gfloat",
46221                        "writable": true
46222                    },
46223                    "gl-11": {
46224                        "blurb": "Band gain Left 2.5K",
46225                        "conditionally-available": false,
46226                        "construct": true,
46227                        "construct-only": false,
46228                        "controllable": true,
46229                        "default": "1",
46230                        "max": "63.0957",
46231                        "min": "0.01585",
46232                        "mutable": "null",
46233                        "readable": true,
46234                        "type": "gfloat",
46235                        "writable": true
46236                    },
46237                    "gl-12": {
46238                        "blurb": "Band gain Left 4K",
46239                        "conditionally-available": false,
46240                        "construct": true,
46241                        "construct-only": false,
46242                        "controllable": true,
46243                        "default": "1",
46244                        "max": "63.0957",
46245                        "min": "0.01585",
46246                        "mutable": "null",
46247                        "readable": true,
46248                        "type": "gfloat",
46249                        "writable": true
46250                    },
46251                    "gl-13": {
46252                        "blurb": "Band gain Left 6.3K",
46253                        "conditionally-available": false,
46254                        "construct": true,
46255                        "construct-only": false,
46256                        "controllable": true,
46257                        "default": "1",
46258                        "max": "63.0957",
46259                        "min": "0.01585",
46260                        "mutable": "null",
46261                        "readable": true,
46262                        "type": "gfloat",
46263                        "writable": true
46264                    },
46265                    "gl-14": {
46266                        "blurb": "Band gain Left 10K",
46267                        "conditionally-available": false,
46268                        "construct": true,
46269                        "construct-only": false,
46270                        "controllable": true,
46271                        "default": "1",
46272                        "max": "63.0957",
46273                        "min": "0.01585",
46274                        "mutable": "null",
46275                        "readable": true,
46276                        "type": "gfloat",
46277                        "writable": true
46278                    },
46279                    "gl-15": {
46280                        "blurb": "Band gain Left 16K",
46281                        "conditionally-available": false,
46282                        "construct": true,
46283                        "construct-only": false,
46284                        "controllable": true,
46285                        "default": "1",
46286                        "max": "63.0957",
46287                        "min": "0.01585",
46288                        "mutable": "null",
46289                        "readable": true,
46290                        "type": "gfloat",
46291                        "writable": true
46292                    },
46293                    "gl-2": {
46294                        "blurb": "Band gain Left 40",
46295                        "conditionally-available": false,
46296                        "construct": true,
46297                        "construct-only": false,
46298                        "controllable": true,
46299                        "default": "1",
46300                        "max": "63.0957",
46301                        "min": "0.01585",
46302                        "mutable": "null",
46303                        "readable": true,
46304                        "type": "gfloat",
46305                        "writable": true
46306                    },
46307                    "gl-3": {
46308                        "blurb": "Band gain Left 63",
46309                        "conditionally-available": false,
46310                        "construct": true,
46311                        "construct-only": false,
46312                        "controllable": true,
46313                        "default": "1",
46314                        "max": "63.0957",
46315                        "min": "0.01585",
46316                        "mutable": "null",
46317                        "readable": true,
46318                        "type": "gfloat",
46319                        "writable": true
46320                    },
46321                    "gl-4": {
46322                        "blurb": "Band gain Left 100",
46323                        "conditionally-available": false,
46324                        "construct": true,
46325                        "construct-only": false,
46326                        "controllable": true,
46327                        "default": "1",
46328                        "max": "63.0957",
46329                        "min": "0.01585",
46330                        "mutable": "null",
46331                        "readable": true,
46332                        "type": "gfloat",
46333                        "writable": true
46334                    },
46335                    "gl-5": {
46336                        "blurb": "Band gain Left 160",
46337                        "conditionally-available": false,
46338                        "construct": true,
46339                        "construct-only": false,
46340                        "controllable": true,
46341                        "default": "1",
46342                        "max": "63.0957",
46343                        "min": "0.01585",
46344                        "mutable": "null",
46345                        "readable": true,
46346                        "type": "gfloat",
46347                        "writable": true
46348                    },
46349                    "gl-6": {
46350                        "blurb": "Band gain Left 250",
46351                        "conditionally-available": false,
46352                        "construct": true,
46353                        "construct-only": false,
46354                        "controllable": true,
46355                        "default": "1",
46356                        "max": "63.0957",
46357                        "min": "0.01585",
46358                        "mutable": "null",
46359                        "readable": true,
46360                        "type": "gfloat",
46361                        "writable": true
46362                    },
46363                    "gl-7": {
46364                        "blurb": "Band gain Left 400",
46365                        "conditionally-available": false,
46366                        "construct": true,
46367                        "construct-only": false,
46368                        "controllable": true,
46369                        "default": "1",
46370                        "max": "63.0957",
46371                        "min": "0.01585",
46372                        "mutable": "null",
46373                        "readable": true,
46374                        "type": "gfloat",
46375                        "writable": true
46376                    },
46377                    "gl-8": {
46378                        "blurb": "Band gain Left 630",
46379                        "conditionally-available": false,
46380                        "construct": true,
46381                        "construct-only": false,
46382                        "controllable": true,
46383                        "default": "1",
46384                        "max": "63.0957",
46385                        "min": "0.01585",
46386                        "mutable": "null",
46387                        "readable": true,
46388                        "type": "gfloat",
46389                        "writable": true
46390                    },
46391                    "gl-9": {
46392                        "blurb": "Band gain Left 1K",
46393                        "conditionally-available": false,
46394                        "construct": true,
46395                        "construct-only": false,
46396                        "controllable": true,
46397                        "default": "1",
46398                        "max": "63.0957",
46399                        "min": "0.01585",
46400                        "mutable": "null",
46401                        "readable": true,
46402                        "type": "gfloat",
46403                        "writable": true
46404                    },
46405                    "gr-0": {
46406                        "blurb": "Band gain Right 16",
46407                        "conditionally-available": false,
46408                        "construct": true,
46409                        "construct-only": false,
46410                        "controllable": true,
46411                        "default": "1",
46412                        "max": "63.0957",
46413                        "min": "0.01585",
46414                        "mutable": "null",
46415                        "readable": true,
46416                        "type": "gfloat",
46417                        "writable": true
46418                    },
46419                    "gr-1": {
46420                        "blurb": "Band gain Right 25",
46421                        "conditionally-available": false,
46422                        "construct": true,
46423                        "construct-only": false,
46424                        "controllable": true,
46425                        "default": "1",
46426                        "max": "63.0957",
46427                        "min": "0.01585",
46428                        "mutable": "null",
46429                        "readable": true,
46430                        "type": "gfloat",
46431                        "writable": true
46432                    },
46433                    "gr-10": {
46434                        "blurb": "Band gain Right 1.6K",
46435                        "conditionally-available": false,
46436                        "construct": true,
46437                        "construct-only": false,
46438                        "controllable": true,
46439                        "default": "1",
46440                        "max": "63.0957",
46441                        "min": "0.01585",
46442                        "mutable": "null",
46443                        "readable": true,
46444                        "type": "gfloat",
46445                        "writable": true
46446                    },
46447                    "gr-11": {
46448                        "blurb": "Band gain Right 2.5K",
46449                        "conditionally-available": false,
46450                        "construct": true,
46451                        "construct-only": false,
46452                        "controllable": true,
46453                        "default": "1",
46454                        "max": "63.0957",
46455                        "min": "0.01585",
46456                        "mutable": "null",
46457                        "readable": true,
46458                        "type": "gfloat",
46459                        "writable": true
46460                    },
46461                    "gr-12": {
46462                        "blurb": "Band gain Right 4K",
46463                        "conditionally-available": false,
46464                        "construct": true,
46465                        "construct-only": false,
46466                        "controllable": true,
46467                        "default": "1",
46468                        "max": "63.0957",
46469                        "min": "0.01585",
46470                        "mutable": "null",
46471                        "readable": true,
46472                        "type": "gfloat",
46473                        "writable": true
46474                    },
46475                    "gr-13": {
46476                        "blurb": "Band gain Right 6.3K",
46477                        "conditionally-available": false,
46478                        "construct": true,
46479                        "construct-only": false,
46480                        "controllable": true,
46481                        "default": "1",
46482                        "max": "63.0957",
46483                        "min": "0.01585",
46484                        "mutable": "null",
46485                        "readable": true,
46486                        "type": "gfloat",
46487                        "writable": true
46488                    },
46489                    "gr-14": {
46490                        "blurb": "Band gain Right 10K",
46491                        "conditionally-available": false,
46492                        "construct": true,
46493                        "construct-only": false,
46494                        "controllable": true,
46495                        "default": "1",
46496                        "max": "63.0957",
46497                        "min": "0.01585",
46498                        "mutable": "null",
46499                        "readable": true,
46500                        "type": "gfloat",
46501                        "writable": true
46502                    },
46503                    "gr-15": {
46504                        "blurb": "Band gain Right 16K",
46505                        "conditionally-available": false,
46506                        "construct": true,
46507                        "construct-only": false,
46508                        "controllable": true,
46509                        "default": "1",
46510                        "max": "63.0957",
46511                        "min": "0.01585",
46512                        "mutable": "null",
46513                        "readable": true,
46514                        "type": "gfloat",
46515                        "writable": true
46516                    },
46517                    "gr-2": {
46518                        "blurb": "Band gain Right 40",
46519                        "conditionally-available": false,
46520                        "construct": true,
46521                        "construct-only": false,
46522                        "controllable": true,
46523                        "default": "1",
46524                        "max": "63.0957",
46525                        "min": "0.01585",
46526                        "mutable": "null",
46527                        "readable": true,
46528                        "type": "gfloat",
46529                        "writable": true
46530                    },
46531                    "gr-3": {
46532                        "blurb": "Band gain Right 63",
46533                        "conditionally-available": false,
46534                        "construct": true,
46535                        "construct-only": false,
46536                        "controllable": true,
46537                        "default": "1",
46538                        "max": "63.0957",
46539                        "min": "0.01585",
46540                        "mutable": "null",
46541                        "readable": true,
46542                        "type": "gfloat",
46543                        "writable": true
46544                    },
46545                    "gr-4": {
46546                        "blurb": "Band gain Right 100",
46547                        "conditionally-available": false,
46548                        "construct": true,
46549                        "construct-only": false,
46550                        "controllable": true,
46551                        "default": "1",
46552                        "max": "63.0957",
46553                        "min": "0.01585",
46554                        "mutable": "null",
46555                        "readable": true,
46556                        "type": "gfloat",
46557                        "writable": true
46558                    },
46559                    "gr-5": {
46560                        "blurb": "Band gain Right 160",
46561                        "conditionally-available": false,
46562                        "construct": true,
46563                        "construct-only": false,
46564                        "controllable": true,
46565                        "default": "1",
46566                        "max": "63.0957",
46567                        "min": "0.01585",
46568                        "mutable": "null",
46569                        "readable": true,
46570                        "type": "gfloat",
46571                        "writable": true
46572                    },
46573                    "gr-6": {
46574                        "blurb": "Band gain Right 250",
46575                        "conditionally-available": false,
46576                        "construct": true,
46577                        "construct-only": false,
46578                        "controllable": true,
46579                        "default": "1",
46580                        "max": "63.0957",
46581                        "min": "0.01585",
46582                        "mutable": "null",
46583                        "readable": true,
46584                        "type": "gfloat",
46585                        "writable": true
46586                    },
46587                    "gr-7": {
46588                        "blurb": "Band gain Right 400",
46589                        "conditionally-available": false,
46590                        "construct": true,
46591                        "construct-only": false,
46592                        "controllable": true,
46593                        "default": "1",
46594                        "max": "63.0957",
46595                        "min": "0.01585",
46596                        "mutable": "null",
46597                        "readable": true,
46598                        "type": "gfloat",
46599                        "writable": true
46600                    },
46601                    "gr-8": {
46602                        "blurb": "Band gain Right 630",
46603                        "conditionally-available": false,
46604                        "construct": true,
46605                        "construct-only": false,
46606                        "controllable": true,
46607                        "default": "1",
46608                        "max": "63.0957",
46609                        "min": "0.01585",
46610                        "mutable": "null",
46611                        "readable": true,
46612                        "type": "gfloat",
46613                        "writable": true
46614                    },
46615                    "gr-9": {
46616                        "blurb": "Band gain Right 1K",
46617                        "conditionally-available": false,
46618                        "construct": true,
46619                        "construct-only": false,
46620                        "controllable": true,
46621                        "default": "1",
46622                        "max": "63.0957",
46623                        "min": "0.01585",
46624                        "mutable": "null",
46625                        "readable": true,
46626                        "type": "gfloat",
46627                        "writable": true
46628                    },
46629                    "iml": {
46630                        "blurb": "Input signal meter Left",
46631                        "conditionally-available": false,
46632                        "construct": false,
46633                        "construct-only": false,
46634                        "controllable": true,
46635                        "default": "0",
46636                        "max": "3.98107",
46637                        "min": "0",
46638                        "mutable": "null",
46639                        "readable": true,
46640                        "type": "gfloat",
46641                        "writable": false
46642                    },
46643                    "imr": {
46644                        "blurb": "Input signal meter Right",
46645                        "conditionally-available": false,
46646                        "construct": false,
46647                        "construct-only": false,
46648                        "controllable": true,
46649                        "default": "0",
46650                        "max": "3.98107",
46651                        "min": "0",
46652                        "mutable": "null",
46653                        "readable": true,
46654                        "type": "gfloat",
46655                        "writable": false
46656                    },
46657                    "mode": {
46658                        "blurb": "Equalizer mode",
46659                        "conditionally-available": false,
46660                        "construct": true,
46661                        "construct-only": false,
46662                        "controllable": true,
46663                        "default": "IIR (0)",
46664                        "mutable": "null",
46665                        "readable": true,
46666                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrmode",
46667                        "writable": true
46668                    },
46669                    "out-latency": {
46670                        "blurb": "Latency OUT",
46671                        "conditionally-available": false,
46672                        "construct": false,
46673                        "construct-only": false,
46674                        "controllable": true,
46675                        "default": "0",
46676                        "max": "192000",
46677                        "min": "0",
46678                        "mutable": "null",
46679                        "readable": true,
46680                        "type": "gint",
46681                        "writable": false
46682                    },
46683                    "react": {
46684                        "blurb": "FFT reactivity",
46685                        "conditionally-available": false,
46686                        "construct": true,
46687                        "construct-only": false,
46688                        "controllable": true,
46689                        "default": "0.2",
46690                        "max": "1",
46691                        "min": "0",
46692                        "mutable": "null",
46693                        "readable": true,
46694                        "type": "gfloat",
46695                        "writable": true
46696                    },
46697                    "shift": {
46698                        "blurb": "Shift gain",
46699                        "conditionally-available": false,
46700                        "construct": true,
46701                        "construct-only": false,
46702                        "controllable": true,
46703                        "default": "1",
46704                        "max": "100",
46705                        "min": "0",
46706                        "mutable": "null",
46707                        "readable": true,
46708                        "type": "gfloat",
46709                        "writable": true
46710                    },
46711                    "slope": {
46712                        "blurb": "Filter slope",
46713                        "conditionally-available": false,
46714                        "construct": true,
46715                        "construct-only": false,
46716                        "controllable": true,
46717                        "default": "BT48 (0)",
46718                        "mutable": "null",
46719                        "readable": true,
46720                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrslope",
46721                        "writable": true
46722                    },
46723                    "sml": {
46724                        "blurb": "Output signal meter Left",
46725                        "conditionally-available": false,
46726                        "construct": false,
46727                        "construct-only": false,
46728                        "controllable": true,
46729                        "default": "0",
46730                        "max": "3.98107",
46731                        "min": "0",
46732                        "mutable": "null",
46733                        "readable": true,
46734                        "type": "gfloat",
46735                        "writable": false
46736                    },
46737                    "smr": {
46738                        "blurb": "Output signal meter Right",
46739                        "conditionally-available": false,
46740                        "construct": false,
46741                        "construct-only": false,
46742                        "controllable": true,
46743                        "default": "0",
46744                        "max": "3.98107",
46745                        "min": "0",
46746                        "mutable": "null",
46747                        "readable": true,
46748                        "type": "gfloat",
46749                        "writable": false
46750                    },
46751                    "xel-0": {
46752                        "blurb": "Band on Left 16",
46753                        "conditionally-available": false,
46754                        "construct": true,
46755                        "construct-only": false,
46756                        "controllable": true,
46757                        "default": "false",
46758                        "mutable": "null",
46759                        "readable": true,
46760                        "type": "gboolean",
46761                        "writable": true
46762                    },
46763                    "xel-1": {
46764                        "blurb": "Band on Left 25",
46765                        "conditionally-available": false,
46766                        "construct": true,
46767                        "construct-only": false,
46768                        "controllable": true,
46769                        "default": "false",
46770                        "mutable": "null",
46771                        "readable": true,
46772                        "type": "gboolean",
46773                        "writable": true
46774                    },
46775                    "xel-10": {
46776                        "blurb": "Band on Left 1.6K",
46777                        "conditionally-available": false,
46778                        "construct": true,
46779                        "construct-only": false,
46780                        "controllable": true,
46781                        "default": "false",
46782                        "mutable": "null",
46783                        "readable": true,
46784                        "type": "gboolean",
46785                        "writable": true
46786                    },
46787                    "xel-11": {
46788                        "blurb": "Band on Left 2.5K",
46789                        "conditionally-available": false,
46790                        "construct": true,
46791                        "construct-only": false,
46792                        "controllable": true,
46793                        "default": "false",
46794                        "mutable": "null",
46795                        "readable": true,
46796                        "type": "gboolean",
46797                        "writable": true
46798                    },
46799                    "xel-12": {
46800                        "blurb": "Band on Left 4K",
46801                        "conditionally-available": false,
46802                        "construct": true,
46803                        "construct-only": false,
46804                        "controllable": true,
46805                        "default": "false",
46806                        "mutable": "null",
46807                        "readable": true,
46808                        "type": "gboolean",
46809                        "writable": true
46810                    },
46811                    "xel-13": {
46812                        "blurb": "Band on Left 6.3K",
46813                        "conditionally-available": false,
46814                        "construct": true,
46815                        "construct-only": false,
46816                        "controllable": true,
46817                        "default": "false",
46818                        "mutable": "null",
46819                        "readable": true,
46820                        "type": "gboolean",
46821                        "writable": true
46822                    },
46823                    "xel-14": {
46824                        "blurb": "Band on Left 10K",
46825                        "conditionally-available": false,
46826                        "construct": true,
46827                        "construct-only": false,
46828                        "controllable": true,
46829                        "default": "false",
46830                        "mutable": "null",
46831                        "readable": true,
46832                        "type": "gboolean",
46833                        "writable": true
46834                    },
46835                    "xel-15": {
46836                        "blurb": "Band on Left 16K",
46837                        "conditionally-available": false,
46838                        "construct": true,
46839                        "construct-only": false,
46840                        "controllable": true,
46841                        "default": "false",
46842                        "mutable": "null",
46843                        "readable": true,
46844                        "type": "gboolean",
46845                        "writable": true
46846                    },
46847                    "xel-2": {
46848                        "blurb": "Band on Left 40",
46849                        "conditionally-available": false,
46850                        "construct": true,
46851                        "construct-only": false,
46852                        "controllable": true,
46853                        "default": "false",
46854                        "mutable": "null",
46855                        "readable": true,
46856                        "type": "gboolean",
46857                        "writable": true
46858                    },
46859                    "xel-3": {
46860                        "blurb": "Band on Left 63",
46861                        "conditionally-available": false,
46862                        "construct": true,
46863                        "construct-only": false,
46864                        "controllable": true,
46865                        "default": "false",
46866                        "mutable": "null",
46867                        "readable": true,
46868                        "type": "gboolean",
46869                        "writable": true
46870                    },
46871                    "xel-4": {
46872                        "blurb": "Band on Left 100",
46873                        "conditionally-available": false,
46874                        "construct": true,
46875                        "construct-only": false,
46876                        "controllable": true,
46877                        "default": "false",
46878                        "mutable": "null",
46879                        "readable": true,
46880                        "type": "gboolean",
46881                        "writable": true
46882                    },
46883                    "xel-5": {
46884                        "blurb": "Band on Left 160",
46885                        "conditionally-available": false,
46886                        "construct": true,
46887                        "construct-only": false,
46888                        "controllable": true,
46889                        "default": "false",
46890                        "mutable": "null",
46891                        "readable": true,
46892                        "type": "gboolean",
46893                        "writable": true
46894                    },
46895                    "xel-6": {
46896                        "blurb": "Band on Left 250",
46897                        "conditionally-available": false,
46898                        "construct": true,
46899                        "construct-only": false,
46900                        "controllable": true,
46901                        "default": "false",
46902                        "mutable": "null",
46903                        "readable": true,
46904                        "type": "gboolean",
46905                        "writable": true
46906                    },
46907                    "xel-7": {
46908                        "blurb": "Band on Left 400",
46909                        "conditionally-available": false,
46910                        "construct": true,
46911                        "construct-only": false,
46912                        "controllable": true,
46913                        "default": "false",
46914                        "mutable": "null",
46915                        "readable": true,
46916                        "type": "gboolean",
46917                        "writable": true
46918                    },
46919                    "xel-8": {
46920                        "blurb": "Band on Left 630",
46921                        "conditionally-available": false,
46922                        "construct": true,
46923                        "construct-only": false,
46924                        "controllable": true,
46925                        "default": "false",
46926                        "mutable": "null",
46927                        "readable": true,
46928                        "type": "gboolean",
46929                        "writable": true
46930                    },
46931                    "xel-9": {
46932                        "blurb": "Band on Left 1K",
46933                        "conditionally-available": false,
46934                        "construct": true,
46935                        "construct-only": false,
46936                        "controllable": true,
46937                        "default": "false",
46938                        "mutable": "null",
46939                        "readable": true,
46940                        "type": "gboolean",
46941                        "writable": true
46942                    },
46943                    "xer-0": {
46944                        "blurb": "Band on Right 16",
46945                        "conditionally-available": false,
46946                        "construct": true,
46947                        "construct-only": false,
46948                        "controllable": true,
46949                        "default": "false",
46950                        "mutable": "null",
46951                        "readable": true,
46952                        "type": "gboolean",
46953                        "writable": true
46954                    },
46955                    "xer-1": {
46956                        "blurb": "Band on Right 25",
46957                        "conditionally-available": false,
46958                        "construct": true,
46959                        "construct-only": false,
46960                        "controllable": true,
46961                        "default": "false",
46962                        "mutable": "null",
46963                        "readable": true,
46964                        "type": "gboolean",
46965                        "writable": true
46966                    },
46967                    "xer-10": {
46968                        "blurb": "Band on Right 1.6K",
46969                        "conditionally-available": false,
46970                        "construct": true,
46971                        "construct-only": false,
46972                        "controllable": true,
46973                        "default": "false",
46974                        "mutable": "null",
46975                        "readable": true,
46976                        "type": "gboolean",
46977                        "writable": true
46978                    },
46979                    "xer-11": {
46980                        "blurb": "Band on Right 2.5K",
46981                        "conditionally-available": false,
46982                        "construct": true,
46983                        "construct-only": false,
46984                        "controllable": true,
46985                        "default": "false",
46986                        "mutable": "null",
46987                        "readable": true,
46988                        "type": "gboolean",
46989                        "writable": true
46990                    },
46991                    "xer-12": {
46992                        "blurb": "Band on Right 4K",
46993                        "conditionally-available": false,
46994                        "construct": true,
46995                        "construct-only": false,
46996                        "controllable": true,
46997                        "default": "false",
46998                        "mutable": "null",
46999                        "readable": true,
47000                        "type": "gboolean",
47001                        "writable": true
47002                    },
47003                    "xer-13": {
47004                        "blurb": "Band on Right 6.3K",
47005                        "conditionally-available": false,
47006                        "construct": true,
47007                        "construct-only": false,
47008                        "controllable": true,
47009                        "default": "false",
47010                        "mutable": "null",
47011                        "readable": true,
47012                        "type": "gboolean",
47013                        "writable": true
47014                    },
47015                    "xer-14": {
47016                        "blurb": "Band on Right 10K",
47017                        "conditionally-available": false,
47018                        "construct": true,
47019                        "construct-only": false,
47020                        "controllable": true,
47021                        "default": "false",
47022                        "mutable": "null",
47023                        "readable": true,
47024                        "type": "gboolean",
47025                        "writable": true
47026                    },
47027                    "xer-15": {
47028                        "blurb": "Band on Right 16K",
47029                        "conditionally-available": false,
47030                        "construct": true,
47031                        "construct-only": false,
47032                        "controllable": true,
47033                        "default": "false",
47034                        "mutable": "null",
47035                        "readable": true,
47036                        "type": "gboolean",
47037                        "writable": true
47038                    },
47039                    "xer-2": {
47040                        "blurb": "Band on Right 40",
47041                        "conditionally-available": false,
47042                        "construct": true,
47043                        "construct-only": false,
47044                        "controllable": true,
47045                        "default": "false",
47046                        "mutable": "null",
47047                        "readable": true,
47048                        "type": "gboolean",
47049                        "writable": true
47050                    },
47051                    "xer-3": {
47052                        "blurb": "Band on Right 63",
47053                        "conditionally-available": false,
47054                        "construct": true,
47055                        "construct-only": false,
47056                        "controllable": true,
47057                        "default": "false",
47058                        "mutable": "null",
47059                        "readable": true,
47060                        "type": "gboolean",
47061                        "writable": true
47062                    },
47063                    "xer-4": {
47064                        "blurb": "Band on Right 100",
47065                        "conditionally-available": false,
47066                        "construct": true,
47067                        "construct-only": false,
47068                        "controllable": true,
47069                        "default": "false",
47070                        "mutable": "null",
47071                        "readable": true,
47072                        "type": "gboolean",
47073                        "writable": true
47074                    },
47075                    "xer-5": {
47076                        "blurb": "Band on Right 160",
47077                        "conditionally-available": false,
47078                        "construct": true,
47079                        "construct-only": false,
47080                        "controllable": true,
47081                        "default": "false",
47082                        "mutable": "null",
47083                        "readable": true,
47084                        "type": "gboolean",
47085                        "writable": true
47086                    },
47087                    "xer-6": {
47088                        "blurb": "Band on Right 250",
47089                        "conditionally-available": false,
47090                        "construct": true,
47091                        "construct-only": false,
47092                        "controllable": true,
47093                        "default": "false",
47094                        "mutable": "null",
47095                        "readable": true,
47096                        "type": "gboolean",
47097                        "writable": true
47098                    },
47099                    "xer-7": {
47100                        "blurb": "Band on Right 400",
47101                        "conditionally-available": false,
47102                        "construct": true,
47103                        "construct-only": false,
47104                        "controllable": true,
47105                        "default": "false",
47106                        "mutable": "null",
47107                        "readable": true,
47108                        "type": "gboolean",
47109                        "writable": true
47110                    },
47111                    "xer-8": {
47112                        "blurb": "Band on Right 630",
47113                        "conditionally-available": false,
47114                        "construct": true,
47115                        "construct-only": false,
47116                        "controllable": true,
47117                        "default": "false",
47118                        "mutable": "null",
47119                        "readable": true,
47120                        "type": "gboolean",
47121                        "writable": true
47122                    },
47123                    "xer-9": {
47124                        "blurb": "Band on Right 1K",
47125                        "conditionally-available": false,
47126                        "construct": true,
47127                        "construct-only": false,
47128                        "controllable": true,
47129                        "default": "false",
47130                        "mutable": "null",
47131                        "readable": true,
47132                        "type": "gboolean",
47133                        "writable": true
47134                    },
47135                    "xml-0": {
47136                        "blurb": "Band mute Left 16",
47137                        "conditionally-available": false,
47138                        "construct": true,
47139                        "construct-only": false,
47140                        "controllable": true,
47141                        "default": "false",
47142                        "mutable": "null",
47143                        "readable": true,
47144                        "type": "gboolean",
47145                        "writable": true
47146                    },
47147                    "xml-1": {
47148                        "blurb": "Band mute Left 25",
47149                        "conditionally-available": false,
47150                        "construct": true,
47151                        "construct-only": false,
47152                        "controllable": true,
47153                        "default": "false",
47154                        "mutable": "null",
47155                        "readable": true,
47156                        "type": "gboolean",
47157                        "writable": true
47158                    },
47159                    "xml-10": {
47160                        "blurb": "Band mute Left 1.6K",
47161                        "conditionally-available": false,
47162                        "construct": true,
47163                        "construct-only": false,
47164                        "controllable": true,
47165                        "default": "false",
47166                        "mutable": "null",
47167                        "readable": true,
47168                        "type": "gboolean",
47169                        "writable": true
47170                    },
47171                    "xml-11": {
47172                        "blurb": "Band mute Left 2.5K",
47173                        "conditionally-available": false,
47174                        "construct": true,
47175                        "construct-only": false,
47176                        "controllable": true,
47177                        "default": "false",
47178                        "mutable": "null",
47179                        "readable": true,
47180                        "type": "gboolean",
47181                        "writable": true
47182                    },
47183                    "xml-12": {
47184                        "blurb": "Band mute Left 4K",
47185                        "conditionally-available": false,
47186                        "construct": true,
47187                        "construct-only": false,
47188                        "controllable": true,
47189                        "default": "false",
47190                        "mutable": "null",
47191                        "readable": true,
47192                        "type": "gboolean",
47193                        "writable": true
47194                    },
47195                    "xml-13": {
47196                        "blurb": "Band mute Left 6.3K",
47197                        "conditionally-available": false,
47198                        "construct": true,
47199                        "construct-only": false,
47200                        "controllable": true,
47201                        "default": "false",
47202                        "mutable": "null",
47203                        "readable": true,
47204                        "type": "gboolean",
47205                        "writable": true
47206                    },
47207                    "xml-14": {
47208                        "blurb": "Band mute Left 10K",
47209                        "conditionally-available": false,
47210                        "construct": true,
47211                        "construct-only": false,
47212                        "controllable": true,
47213                        "default": "false",
47214                        "mutable": "null",
47215                        "readable": true,
47216                        "type": "gboolean",
47217                        "writable": true
47218                    },
47219                    "xml-15": {
47220                        "blurb": "Band mute Left 16K",
47221                        "conditionally-available": false,
47222                        "construct": true,
47223                        "construct-only": false,
47224                        "controllable": true,
47225                        "default": "false",
47226                        "mutable": "null",
47227                        "readable": true,
47228                        "type": "gboolean",
47229                        "writable": true
47230                    },
47231                    "xml-2": {
47232                        "blurb": "Band mute Left 40",
47233                        "conditionally-available": false,
47234                        "construct": true,
47235                        "construct-only": false,
47236                        "controllable": true,
47237                        "default": "false",
47238                        "mutable": "null",
47239                        "readable": true,
47240                        "type": "gboolean",
47241                        "writable": true
47242                    },
47243                    "xml-3": {
47244                        "blurb": "Band mute Left 63",
47245                        "conditionally-available": false,
47246                        "construct": true,
47247                        "construct-only": false,
47248                        "controllable": true,
47249                        "default": "false",
47250                        "mutable": "null",
47251                        "readable": true,
47252                        "type": "gboolean",
47253                        "writable": true
47254                    },
47255                    "xml-4": {
47256                        "blurb": "Band mute Left 100",
47257                        "conditionally-available": false,
47258                        "construct": true,
47259                        "construct-only": false,
47260                        "controllable": true,
47261                        "default": "false",
47262                        "mutable": "null",
47263                        "readable": true,
47264                        "type": "gboolean",
47265                        "writable": true
47266                    },
47267                    "xml-5": {
47268                        "blurb": "Band mute Left 160",
47269                        "conditionally-available": false,
47270                        "construct": true,
47271                        "construct-only": false,
47272                        "controllable": true,
47273                        "default": "false",
47274                        "mutable": "null",
47275                        "readable": true,
47276                        "type": "gboolean",
47277                        "writable": true
47278                    },
47279                    "xml-6": {
47280                        "blurb": "Band mute Left 250",
47281                        "conditionally-available": false,
47282                        "construct": true,
47283                        "construct-only": false,
47284                        "controllable": true,
47285                        "default": "false",
47286                        "mutable": "null",
47287                        "readable": true,
47288                        "type": "gboolean",
47289                        "writable": true
47290                    },
47291                    "xml-7": {
47292                        "blurb": "Band mute Left 400",
47293                        "conditionally-available": false,
47294                        "construct": true,
47295                        "construct-only": false,
47296                        "controllable": true,
47297                        "default": "false",
47298                        "mutable": "null",
47299                        "readable": true,
47300                        "type": "gboolean",
47301                        "writable": true
47302                    },
47303                    "xml-8": {
47304                        "blurb": "Band mute Left 630",
47305                        "conditionally-available": false,
47306                        "construct": true,
47307                        "construct-only": false,
47308                        "controllable": true,
47309                        "default": "false",
47310                        "mutable": "null",
47311                        "readable": true,
47312                        "type": "gboolean",
47313                        "writable": true
47314                    },
47315                    "xml-9": {
47316                        "blurb": "Band mute Left 1K",
47317                        "conditionally-available": false,
47318                        "construct": true,
47319                        "construct-only": false,
47320                        "controllable": true,
47321                        "default": "false",
47322                        "mutable": "null",
47323                        "readable": true,
47324                        "type": "gboolean",
47325                        "writable": true
47326                    },
47327                    "xmr-0": {
47328                        "blurb": "Band mute Right 16",
47329                        "conditionally-available": false,
47330                        "construct": true,
47331                        "construct-only": false,
47332                        "controllable": true,
47333                        "default": "false",
47334                        "mutable": "null",
47335                        "readable": true,
47336                        "type": "gboolean",
47337                        "writable": true
47338                    },
47339                    "xmr-1": {
47340                        "blurb": "Band mute Right 25",
47341                        "conditionally-available": false,
47342                        "construct": true,
47343                        "construct-only": false,
47344                        "controllable": true,
47345                        "default": "false",
47346                        "mutable": "null",
47347                        "readable": true,
47348                        "type": "gboolean",
47349                        "writable": true
47350                    },
47351                    "xmr-10": {
47352                        "blurb": "Band mute Right 1.6K",
47353                        "conditionally-available": false,
47354                        "construct": true,
47355                        "construct-only": false,
47356                        "controllable": true,
47357                        "default": "false",
47358                        "mutable": "null",
47359                        "readable": true,
47360                        "type": "gboolean",
47361                        "writable": true
47362                    },
47363                    "xmr-11": {
47364                        "blurb": "Band mute Right 2.5K",
47365                        "conditionally-available": false,
47366                        "construct": true,
47367                        "construct-only": false,
47368                        "controllable": true,
47369                        "default": "false",
47370                        "mutable": "null",
47371                        "readable": true,
47372                        "type": "gboolean",
47373                        "writable": true
47374                    },
47375                    "xmr-12": {
47376                        "blurb": "Band mute Right 4K",
47377                        "conditionally-available": false,
47378                        "construct": true,
47379                        "construct-only": false,
47380                        "controllable": true,
47381                        "default": "false",
47382                        "mutable": "null",
47383                        "readable": true,
47384                        "type": "gboolean",
47385                        "writable": true
47386                    },
47387                    "xmr-13": {
47388                        "blurb": "Band mute Right 6.3K",
47389                        "conditionally-available": false,
47390                        "construct": true,
47391                        "construct-only": false,
47392                        "controllable": true,
47393                        "default": "false",
47394                        "mutable": "null",
47395                        "readable": true,
47396                        "type": "gboolean",
47397                        "writable": true
47398                    },
47399                    "xmr-14": {
47400                        "blurb": "Band mute Right 10K",
47401                        "conditionally-available": false,
47402                        "construct": true,
47403                        "construct-only": false,
47404                        "controllable": true,
47405                        "default": "false",
47406                        "mutable": "null",
47407                        "readable": true,
47408                        "type": "gboolean",
47409                        "writable": true
47410                    },
47411                    "xmr-15": {
47412                        "blurb": "Band mute Right 16K",
47413                        "conditionally-available": false,
47414                        "construct": true,
47415                        "construct-only": false,
47416                        "controllable": true,
47417                        "default": "false",
47418                        "mutable": "null",
47419                        "readable": true,
47420                        "type": "gboolean",
47421                        "writable": true
47422                    },
47423                    "xmr-2": {
47424                        "blurb": "Band mute Right 40",
47425                        "conditionally-available": false,
47426                        "construct": true,
47427                        "construct-only": false,
47428                        "controllable": true,
47429                        "default": "false",
47430                        "mutable": "null",
47431                        "readable": true,
47432                        "type": "gboolean",
47433                        "writable": true
47434                    },
47435                    "xmr-3": {
47436                        "blurb": "Band mute Right 63",
47437                        "conditionally-available": false,
47438                        "construct": true,
47439                        "construct-only": false,
47440                        "controllable": true,
47441                        "default": "false",
47442                        "mutable": "null",
47443                        "readable": true,
47444                        "type": "gboolean",
47445                        "writable": true
47446                    },
47447                    "xmr-4": {
47448                        "blurb": "Band mute Right 100",
47449                        "conditionally-available": false,
47450                        "construct": true,
47451                        "construct-only": false,
47452                        "controllable": true,
47453                        "default": "false",
47454                        "mutable": "null",
47455                        "readable": true,
47456                        "type": "gboolean",
47457                        "writable": true
47458                    },
47459                    "xmr-5": {
47460                        "blurb": "Band mute Right 160",
47461                        "conditionally-available": false,
47462                        "construct": true,
47463                        "construct-only": false,
47464                        "controllable": true,
47465                        "default": "false",
47466                        "mutable": "null",
47467                        "readable": true,
47468                        "type": "gboolean",
47469                        "writable": true
47470                    },
47471                    "xmr-6": {
47472                        "blurb": "Band mute Right 250",
47473                        "conditionally-available": false,
47474                        "construct": true,
47475                        "construct-only": false,
47476                        "controllable": true,
47477                        "default": "false",
47478                        "mutable": "null",
47479                        "readable": true,
47480                        "type": "gboolean",
47481                        "writable": true
47482                    },
47483                    "xmr-7": {
47484                        "blurb": "Band mute Right 400",
47485                        "conditionally-available": false,
47486                        "construct": true,
47487                        "construct-only": false,
47488                        "controllable": true,
47489                        "default": "false",
47490                        "mutable": "null",
47491                        "readable": true,
47492                        "type": "gboolean",
47493                        "writable": true
47494                    },
47495                    "xmr-8": {
47496                        "blurb": "Band mute Right 630",
47497                        "conditionally-available": false,
47498                        "construct": true,
47499                        "construct-only": false,
47500                        "controllable": true,
47501                        "default": "false",
47502                        "mutable": "null",
47503                        "readable": true,
47504                        "type": "gboolean",
47505                        "writable": true
47506                    },
47507                    "xmr-9": {
47508                        "blurb": "Band mute Right 1K",
47509                        "conditionally-available": false,
47510                        "construct": true,
47511                        "construct-only": false,
47512                        "controllable": true,
47513                        "default": "false",
47514                        "mutable": "null",
47515                        "readable": true,
47516                        "type": "gboolean",
47517                        "writable": true
47518                    },
47519                    "xsl-0": {
47520                        "blurb": "Band solo Left 16",
47521                        "conditionally-available": false,
47522                        "construct": true,
47523                        "construct-only": false,
47524                        "controllable": true,
47525                        "default": "false",
47526                        "mutable": "null",
47527                        "readable": true,
47528                        "type": "gboolean",
47529                        "writable": true
47530                    },
47531                    "xsl-1": {
47532                        "blurb": "Band solo Left 25",
47533                        "conditionally-available": false,
47534                        "construct": true,
47535                        "construct-only": false,
47536                        "controllable": true,
47537                        "default": "false",
47538                        "mutable": "null",
47539                        "readable": true,
47540                        "type": "gboolean",
47541                        "writable": true
47542                    },
47543                    "xsl-10": {
47544                        "blurb": "Band solo Left 1.6K",
47545                        "conditionally-available": false,
47546                        "construct": true,
47547                        "construct-only": false,
47548                        "controllable": true,
47549                        "default": "false",
47550                        "mutable": "null",
47551                        "readable": true,
47552                        "type": "gboolean",
47553                        "writable": true
47554                    },
47555                    "xsl-11": {
47556                        "blurb": "Band solo Left 2.5K",
47557                        "conditionally-available": false,
47558                        "construct": true,
47559                        "construct-only": false,
47560                        "controllable": true,
47561                        "default": "false",
47562                        "mutable": "null",
47563                        "readable": true,
47564                        "type": "gboolean",
47565                        "writable": true
47566                    },
47567                    "xsl-12": {
47568                        "blurb": "Band solo Left 4K",
47569                        "conditionally-available": false,
47570                        "construct": true,
47571                        "construct-only": false,
47572                        "controllable": true,
47573                        "default": "false",
47574                        "mutable": "null",
47575                        "readable": true,
47576                        "type": "gboolean",
47577                        "writable": true
47578                    },
47579                    "xsl-13": {
47580                        "blurb": "Band solo Left 6.3K",
47581                        "conditionally-available": false,
47582                        "construct": true,
47583                        "construct-only": false,
47584                        "controllable": true,
47585                        "default": "false",
47586                        "mutable": "null",
47587                        "readable": true,
47588                        "type": "gboolean",
47589                        "writable": true
47590                    },
47591                    "xsl-14": {
47592                        "blurb": "Band solo Left 10K",
47593                        "conditionally-available": false,
47594                        "construct": true,
47595                        "construct-only": false,
47596                        "controllable": true,
47597                        "default": "false",
47598                        "mutable": "null",
47599                        "readable": true,
47600                        "type": "gboolean",
47601                        "writable": true
47602                    },
47603                    "xsl-15": {
47604                        "blurb": "Band solo Left 16K",
47605                        "conditionally-available": false,
47606                        "construct": true,
47607                        "construct-only": false,
47608                        "controllable": true,
47609                        "default": "false",
47610                        "mutable": "null",
47611                        "readable": true,
47612                        "type": "gboolean",
47613                        "writable": true
47614                    },
47615                    "xsl-2": {
47616                        "blurb": "Band solo Left 40",
47617                        "conditionally-available": false,
47618                        "construct": true,
47619                        "construct-only": false,
47620                        "controllable": true,
47621                        "default": "false",
47622                        "mutable": "null",
47623                        "readable": true,
47624                        "type": "gboolean",
47625                        "writable": true
47626                    },
47627                    "xsl-3": {
47628                        "blurb": "Band solo Left 63",
47629                        "conditionally-available": false,
47630                        "construct": true,
47631                        "construct-only": false,
47632                        "controllable": true,
47633                        "default": "false",
47634                        "mutable": "null",
47635                        "readable": true,
47636                        "type": "gboolean",
47637                        "writable": true
47638                    },
47639                    "xsl-4": {
47640                        "blurb": "Band solo Left 100",
47641                        "conditionally-available": false,
47642                        "construct": true,
47643                        "construct-only": false,
47644                        "controllable": true,
47645                        "default": "false",
47646                        "mutable": "null",
47647                        "readable": true,
47648                        "type": "gboolean",
47649                        "writable": true
47650                    },
47651                    "xsl-5": {
47652                        "blurb": "Band solo Left 160",
47653                        "conditionally-available": false,
47654                        "construct": true,
47655                        "construct-only": false,
47656                        "controllable": true,
47657                        "default": "false",
47658                        "mutable": "null",
47659                        "readable": true,
47660                        "type": "gboolean",
47661                        "writable": true
47662                    },
47663                    "xsl-6": {
47664                        "blurb": "Band solo Left 250",
47665                        "conditionally-available": false,
47666                        "construct": true,
47667                        "construct-only": false,
47668                        "controllable": true,
47669                        "default": "false",
47670                        "mutable": "null",
47671                        "readable": true,
47672                        "type": "gboolean",
47673                        "writable": true
47674                    },
47675                    "xsl-7": {
47676                        "blurb": "Band solo Left 400",
47677                        "conditionally-available": false,
47678                        "construct": true,
47679                        "construct-only": false,
47680                        "controllable": true,
47681                        "default": "false",
47682                        "mutable": "null",
47683                        "readable": true,
47684                        "type": "gboolean",
47685                        "writable": true
47686                    },
47687                    "xsl-8": {
47688                        "blurb": "Band solo Left 630",
47689                        "conditionally-available": false,
47690                        "construct": true,
47691                        "construct-only": false,
47692                        "controllable": true,
47693                        "default": "false",
47694                        "mutable": "null",
47695                        "readable": true,
47696                        "type": "gboolean",
47697                        "writable": true
47698                    },
47699                    "xsl-9": {
47700                        "blurb": "Band solo Left 1K",
47701                        "conditionally-available": false,
47702                        "construct": true,
47703                        "construct-only": false,
47704                        "controllable": true,
47705                        "default": "false",
47706                        "mutable": "null",
47707                        "readable": true,
47708                        "type": "gboolean",
47709                        "writable": true
47710                    },
47711                    "xsr-0": {
47712                        "blurb": "Band solo Right 16",
47713                        "conditionally-available": false,
47714                        "construct": true,
47715                        "construct-only": false,
47716                        "controllable": true,
47717                        "default": "false",
47718                        "mutable": "null",
47719                        "readable": true,
47720                        "type": "gboolean",
47721                        "writable": true
47722                    },
47723                    "xsr-1": {
47724                        "blurb": "Band solo Right 25",
47725                        "conditionally-available": false,
47726                        "construct": true,
47727                        "construct-only": false,
47728                        "controllable": true,
47729                        "default": "false",
47730                        "mutable": "null",
47731                        "readable": true,
47732                        "type": "gboolean",
47733                        "writable": true
47734                    },
47735                    "xsr-10": {
47736                        "blurb": "Band solo Right 1.6K",
47737                        "conditionally-available": false,
47738                        "construct": true,
47739                        "construct-only": false,
47740                        "controllable": true,
47741                        "default": "false",
47742                        "mutable": "null",
47743                        "readable": true,
47744                        "type": "gboolean",
47745                        "writable": true
47746                    },
47747                    "xsr-11": {
47748                        "blurb": "Band solo Right 2.5K",
47749                        "conditionally-available": false,
47750                        "construct": true,
47751                        "construct-only": false,
47752                        "controllable": true,
47753                        "default": "false",
47754                        "mutable": "null",
47755                        "readable": true,
47756                        "type": "gboolean",
47757                        "writable": true
47758                    },
47759                    "xsr-12": {
47760                        "blurb": "Band solo Right 4K",
47761                        "conditionally-available": false,
47762                        "construct": true,
47763                        "construct-only": false,
47764                        "controllable": true,
47765                        "default": "false",
47766                        "mutable": "null",
47767                        "readable": true,
47768                        "type": "gboolean",
47769                        "writable": true
47770                    },
47771                    "xsr-13": {
47772                        "blurb": "Band solo Right 6.3K",
47773                        "conditionally-available": false,
47774                        "construct": true,
47775                        "construct-only": false,
47776                        "controllable": true,
47777                        "default": "false",
47778                        "mutable": "null",
47779                        "readable": true,
47780                        "type": "gboolean",
47781                        "writable": true
47782                    },
47783                    "xsr-14": {
47784                        "blurb": "Band solo Right 10K",
47785                        "conditionally-available": false,
47786                        "construct": true,
47787                        "construct-only": false,
47788                        "controllable": true,
47789                        "default": "false",
47790                        "mutable": "null",
47791                        "readable": true,
47792                        "type": "gboolean",
47793                        "writable": true
47794                    },
47795                    "xsr-15": {
47796                        "blurb": "Band solo Right 16K",
47797                        "conditionally-available": false,
47798                        "construct": true,
47799                        "construct-only": false,
47800                        "controllable": true,
47801                        "default": "false",
47802                        "mutable": "null",
47803                        "readable": true,
47804                        "type": "gboolean",
47805                        "writable": true
47806                    },
47807                    "xsr-2": {
47808                        "blurb": "Band solo Right 40",
47809                        "conditionally-available": false,
47810                        "construct": true,
47811                        "construct-only": false,
47812                        "controllable": true,
47813                        "default": "false",
47814                        "mutable": "null",
47815                        "readable": true,
47816                        "type": "gboolean",
47817                        "writable": true
47818                    },
47819                    "xsr-3": {
47820                        "blurb": "Band solo Right 63",
47821                        "conditionally-available": false,
47822                        "construct": true,
47823                        "construct-only": false,
47824                        "controllable": true,
47825                        "default": "false",
47826                        "mutable": "null",
47827                        "readable": true,
47828                        "type": "gboolean",
47829                        "writable": true
47830                    },
47831                    "xsr-4": {
47832                        "blurb": "Band solo Right 100",
47833                        "conditionally-available": false,
47834                        "construct": true,
47835                        "construct-only": false,
47836                        "controllable": true,
47837                        "default": "false",
47838                        "mutable": "null",
47839                        "readable": true,
47840                        "type": "gboolean",
47841                        "writable": true
47842                    },
47843                    "xsr-5": {
47844                        "blurb": "Band solo Right 160",
47845                        "conditionally-available": false,
47846                        "construct": true,
47847                        "construct-only": false,
47848                        "controllable": true,
47849                        "default": "false",
47850                        "mutable": "null",
47851                        "readable": true,
47852                        "type": "gboolean",
47853                        "writable": true
47854                    },
47855                    "xsr-6": {
47856                        "blurb": "Band solo Right 250",
47857                        "conditionally-available": false,
47858                        "construct": true,
47859                        "construct-only": false,
47860                        "controllable": true,
47861                        "default": "false",
47862                        "mutable": "null",
47863                        "readable": true,
47864                        "type": "gboolean",
47865                        "writable": true
47866                    },
47867                    "xsr-7": {
47868                        "blurb": "Band solo Right 400",
47869                        "conditionally-available": false,
47870                        "construct": true,
47871                        "construct-only": false,
47872                        "controllable": true,
47873                        "default": "false",
47874                        "mutable": "null",
47875                        "readable": true,
47876                        "type": "gboolean",
47877                        "writable": true
47878                    },
47879                    "xsr-8": {
47880                        "blurb": "Band solo Right 630",
47881                        "conditionally-available": false,
47882                        "construct": true,
47883                        "construct-only": false,
47884                        "controllable": true,
47885                        "default": "false",
47886                        "mutable": "null",
47887                        "readable": true,
47888                        "type": "gboolean",
47889                        "writable": true
47890                    },
47891                    "xsr-9": {
47892                        "blurb": "Band solo Right 1K",
47893                        "conditionally-available": false,
47894                        "construct": true,
47895                        "construct-only": false,
47896                        "controllable": true,
47897                        "default": "false",
47898                        "mutable": "null",
47899                        "readable": true,
47900                        "type": "gboolean",
47901                        "writable": true
47902                    },
47903                    "zoom": {
47904                        "blurb": "Graph zoom",
47905                        "conditionally-available": false,
47906                        "construct": true,
47907                        "construct-only": false,
47908                        "controllable": true,
47909                        "default": "1",
47910                        "max": "1",
47911                        "min": "0.01585",
47912                        "mutable": "null",
47913                        "readable": true,
47914                        "type": "gfloat",
47915                        "writable": true
47916                    }
47917                },
47918                "rank": "none"
47919            },
47920            "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono": {
47921                "author": "LSP LV2",
47922                "description": "LSP Graphic Equalizer x16 Mono",
47923                "hierarchy": [
47924                    "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono",
47925                    "GstAudioFilter",
47926                    "GstBaseTransform",
47927                    "GstElement",
47928                    "GstObject",
47929                    "GInitiallyUnowned",
47930                    "GObject"
47931                ],
47932                "interfaces": [
47933                    "GstPreset"
47934                ],
47935                "klass": "Filter/Effect/Audio/LV2/Multiband",
47936                "long-name": "LSP Graphic Equalizer x16 Mono",
47937                "pad-templates": {
47938                    "sink": {
47939                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
47940                        "direction": "sink",
47941                        "presence": "always"
47942                    },
47943                    "src": {
47944                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
47945                        "direction": "src",
47946                        "presence": "always"
47947                    }
47948                },
47949                "properties": {
47950                    "bypass": {
47951                        "blurb": "Bypass",
47952                        "conditionally-available": false,
47953                        "construct": true,
47954                        "construct-only": false,
47955                        "controllable": true,
47956                        "default": "false",
47957                        "mutable": "null",
47958                        "readable": true,
47959                        "type": "gboolean",
47960                        "writable": true
47961                    },
47962                    "fft": {
47963                        "blurb": "FFT analysis",
47964                        "conditionally-available": false,
47965                        "construct": true,
47966                        "construct-only": false,
47967                        "controllable": true,
47968                        "default": "Off (0)",
47969                        "mutable": "null",
47970                        "readable": true,
47971                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monofft",
47972                        "writable": true
47973                    },
47974                    "fv-0": {
47975                        "blurb": "Filter visibility  16",
47976                        "conditionally-available": false,
47977                        "construct": false,
47978                        "construct-only": false,
47979                        "controllable": true,
47980                        "default": "false",
47981                        "mutable": "null",
47982                        "readable": true,
47983                        "type": "gboolean",
47984                        "writable": false
47985                    },
47986                    "fv-1": {
47987                        "blurb": "Filter visibility  25",
47988                        "conditionally-available": false,
47989                        "construct": false,
47990                        "construct-only": false,
47991                        "controllable": true,
47992                        "default": "false",
47993                        "mutable": "null",
47994                        "readable": true,
47995                        "type": "gboolean",
47996                        "writable": false
47997                    },
47998                    "fv-10": {
47999                        "blurb": "Filter visibility  1.6K",
48000                        "conditionally-available": false,
48001                        "construct": false,
48002                        "construct-only": false,
48003                        "controllable": true,
48004                        "default": "false",
48005                        "mutable": "null",
48006                        "readable": true,
48007                        "type": "gboolean",
48008                        "writable": false
48009                    },
48010                    "fv-11": {
48011                        "blurb": "Filter visibility  2.5K",
48012                        "conditionally-available": false,
48013                        "construct": false,
48014                        "construct-only": false,
48015                        "controllable": true,
48016                        "default": "false",
48017                        "mutable": "null",
48018                        "readable": true,
48019                        "type": "gboolean",
48020                        "writable": false
48021                    },
48022                    "fv-12": {
48023                        "blurb": "Filter visibility  4K",
48024                        "conditionally-available": false,
48025                        "construct": false,
48026                        "construct-only": false,
48027                        "controllable": true,
48028                        "default": "false",
48029                        "mutable": "null",
48030                        "readable": true,
48031                        "type": "gboolean",
48032                        "writable": false
48033                    },
48034                    "fv-13": {
48035                        "blurb": "Filter visibility  6.3K",
48036                        "conditionally-available": false,
48037                        "construct": false,
48038                        "construct-only": false,
48039                        "controllable": true,
48040                        "default": "false",
48041                        "mutable": "null",
48042                        "readable": true,
48043                        "type": "gboolean",
48044                        "writable": false
48045                    },
48046                    "fv-14": {
48047                        "blurb": "Filter visibility  10K",
48048                        "conditionally-available": false,
48049                        "construct": false,
48050                        "construct-only": false,
48051                        "controllable": true,
48052                        "default": "false",
48053                        "mutable": "null",
48054                        "readable": true,
48055                        "type": "gboolean",
48056                        "writable": false
48057                    },
48058                    "fv-15": {
48059                        "blurb": "Filter visibility  16K",
48060                        "conditionally-available": false,
48061                        "construct": false,
48062                        "construct-only": false,
48063                        "controllable": true,
48064                        "default": "false",
48065                        "mutable": "null",
48066                        "readable": true,
48067                        "type": "gboolean",
48068                        "writable": false
48069                    },
48070                    "fv-2": {
48071                        "blurb": "Filter visibility  40",
48072                        "conditionally-available": false,
48073                        "construct": false,
48074                        "construct-only": false,
48075                        "controllable": true,
48076                        "default": "false",
48077                        "mutable": "null",
48078                        "readable": true,
48079                        "type": "gboolean",
48080                        "writable": false
48081                    },
48082                    "fv-3": {
48083                        "blurb": "Filter visibility  63",
48084                        "conditionally-available": false,
48085                        "construct": false,
48086                        "construct-only": false,
48087                        "controllable": true,
48088                        "default": "false",
48089                        "mutable": "null",
48090                        "readable": true,
48091                        "type": "gboolean",
48092                        "writable": false
48093                    },
48094                    "fv-4": {
48095                        "blurb": "Filter visibility  100",
48096                        "conditionally-available": false,
48097                        "construct": false,
48098                        "construct-only": false,
48099                        "controllable": true,
48100                        "default": "false",
48101                        "mutable": "null",
48102                        "readable": true,
48103                        "type": "gboolean",
48104                        "writable": false
48105                    },
48106                    "fv-5": {
48107                        "blurb": "Filter visibility  160",
48108                        "conditionally-available": false,
48109                        "construct": false,
48110                        "construct-only": false,
48111                        "controllable": true,
48112                        "default": "false",
48113                        "mutable": "null",
48114                        "readable": true,
48115                        "type": "gboolean",
48116                        "writable": false
48117                    },
48118                    "fv-6": {
48119                        "blurb": "Filter visibility  250",
48120                        "conditionally-available": false,
48121                        "construct": false,
48122                        "construct-only": false,
48123                        "controllable": true,
48124                        "default": "false",
48125                        "mutable": "null",
48126                        "readable": true,
48127                        "type": "gboolean",
48128                        "writable": false
48129                    },
48130                    "fv-7": {
48131                        "blurb": "Filter visibility  400",
48132                        "conditionally-available": false,
48133                        "construct": false,
48134                        "construct-only": false,
48135                        "controllable": true,
48136                        "default": "false",
48137                        "mutable": "null",
48138                        "readable": true,
48139                        "type": "gboolean",
48140                        "writable": false
48141                    },
48142                    "fv-8": {
48143                        "blurb": "Filter visibility  630",
48144                        "conditionally-available": false,
48145                        "construct": false,
48146                        "construct-only": false,
48147                        "controllable": true,
48148                        "default": "false",
48149                        "mutable": "null",
48150                        "readable": true,
48151                        "type": "gboolean",
48152                        "writable": false
48153                    },
48154                    "fv-9": {
48155                        "blurb": "Filter visibility  1K",
48156                        "conditionally-available": false,
48157                        "construct": false,
48158                        "construct-only": false,
48159                        "controllable": true,
48160                        "default": "false",
48161                        "mutable": "null",
48162                        "readable": true,
48163                        "type": "gboolean",
48164                        "writable": false
48165                    },
48166                    "g-0": {
48167                        "blurb": "Band gain 16",
48168                        "conditionally-available": false,
48169                        "construct": true,
48170                        "construct-only": false,
48171                        "controllable": true,
48172                        "default": "1",
48173                        "max": "63.0957",
48174                        "min": "0.01585",
48175                        "mutable": "null",
48176                        "readable": true,
48177                        "type": "gfloat",
48178                        "writable": true
48179                    },
48180                    "g-1": {
48181                        "blurb": "Band gain 25",
48182                        "conditionally-available": false,
48183                        "construct": true,
48184                        "construct-only": false,
48185                        "controllable": true,
48186                        "default": "1",
48187                        "max": "63.0957",
48188                        "min": "0.01585",
48189                        "mutable": "null",
48190                        "readable": true,
48191                        "type": "gfloat",
48192                        "writable": true
48193                    },
48194                    "g-10": {
48195                        "blurb": "Band gain 1.6K",
48196                        "conditionally-available": false,
48197                        "construct": true,
48198                        "construct-only": false,
48199                        "controllable": true,
48200                        "default": "1",
48201                        "max": "63.0957",
48202                        "min": "0.01585",
48203                        "mutable": "null",
48204                        "readable": true,
48205                        "type": "gfloat",
48206                        "writable": true
48207                    },
48208                    "g-11": {
48209                        "blurb": "Band gain 2.5K",
48210                        "conditionally-available": false,
48211                        "construct": true,
48212                        "construct-only": false,
48213                        "controllable": true,
48214                        "default": "1",
48215                        "max": "63.0957",
48216                        "min": "0.01585",
48217                        "mutable": "null",
48218                        "readable": true,
48219                        "type": "gfloat",
48220                        "writable": true
48221                    },
48222                    "g-12": {
48223                        "blurb": "Band gain 4K",
48224                        "conditionally-available": false,
48225                        "construct": true,
48226                        "construct-only": false,
48227                        "controllable": true,
48228                        "default": "1",
48229                        "max": "63.0957",
48230                        "min": "0.01585",
48231                        "mutable": "null",
48232                        "readable": true,
48233                        "type": "gfloat",
48234                        "writable": true
48235                    },
48236                    "g-13": {
48237                        "blurb": "Band gain 6.3K",
48238                        "conditionally-available": false,
48239                        "construct": true,
48240                        "construct-only": false,
48241                        "controllable": true,
48242                        "default": "1",
48243                        "max": "63.0957",
48244                        "min": "0.01585",
48245                        "mutable": "null",
48246                        "readable": true,
48247                        "type": "gfloat",
48248                        "writable": true
48249                    },
48250                    "g-14": {
48251                        "blurb": "Band gain 10K",
48252                        "conditionally-available": false,
48253                        "construct": true,
48254                        "construct-only": false,
48255                        "controllable": true,
48256                        "default": "1",
48257                        "max": "63.0957",
48258                        "min": "0.01585",
48259                        "mutable": "null",
48260                        "readable": true,
48261                        "type": "gfloat",
48262                        "writable": true
48263                    },
48264                    "g-15": {
48265                        "blurb": "Band gain 16K",
48266                        "conditionally-available": false,
48267                        "construct": true,
48268                        "construct-only": false,
48269                        "controllable": true,
48270                        "default": "1",
48271                        "max": "63.0957",
48272                        "min": "0.01585",
48273                        "mutable": "null",
48274                        "readable": true,
48275                        "type": "gfloat",
48276                        "writable": true
48277                    },
48278                    "g-2": {
48279                        "blurb": "Band gain 40",
48280                        "conditionally-available": false,
48281                        "construct": true,
48282                        "construct-only": false,
48283                        "controllable": true,
48284                        "default": "1",
48285                        "max": "63.0957",
48286                        "min": "0.01585",
48287                        "mutable": "null",
48288                        "readable": true,
48289                        "type": "gfloat",
48290                        "writable": true
48291                    },
48292                    "g-3": {
48293                        "blurb": "Band gain 63",
48294                        "conditionally-available": false,
48295                        "construct": true,
48296                        "construct-only": false,
48297                        "controllable": true,
48298                        "default": "1",
48299                        "max": "63.0957",
48300                        "min": "0.01585",
48301                        "mutable": "null",
48302                        "readable": true,
48303                        "type": "gfloat",
48304                        "writable": true
48305                    },
48306                    "g-4": {
48307                        "blurb": "Band gain 100",
48308                        "conditionally-available": false,
48309                        "construct": true,
48310                        "construct-only": false,
48311                        "controllable": true,
48312                        "default": "1",
48313                        "max": "63.0957",
48314                        "min": "0.01585",
48315                        "mutable": "null",
48316                        "readable": true,
48317                        "type": "gfloat",
48318                        "writable": true
48319                    },
48320                    "g-5": {
48321                        "blurb": "Band gain 160",
48322                        "conditionally-available": false,
48323                        "construct": true,
48324                        "construct-only": false,
48325                        "controllable": true,
48326                        "default": "1",
48327                        "max": "63.0957",
48328                        "min": "0.01585",
48329                        "mutable": "null",
48330                        "readable": true,
48331                        "type": "gfloat",
48332                        "writable": true
48333                    },
48334                    "g-6": {
48335                        "blurb": "Band gain 250",
48336                        "conditionally-available": false,
48337                        "construct": true,
48338                        "construct-only": false,
48339                        "controllable": true,
48340                        "default": "1",
48341                        "max": "63.0957",
48342                        "min": "0.01585",
48343                        "mutable": "null",
48344                        "readable": true,
48345                        "type": "gfloat",
48346                        "writable": true
48347                    },
48348                    "g-7": {
48349                        "blurb": "Band gain 400",
48350                        "conditionally-available": false,
48351                        "construct": true,
48352                        "construct-only": false,
48353                        "controllable": true,
48354                        "default": "1",
48355                        "max": "63.0957",
48356                        "min": "0.01585",
48357                        "mutable": "null",
48358                        "readable": true,
48359                        "type": "gfloat",
48360                        "writable": true
48361                    },
48362                    "g-8": {
48363                        "blurb": "Band gain 630",
48364                        "conditionally-available": false,
48365                        "construct": true,
48366                        "construct-only": false,
48367                        "controllable": true,
48368                        "default": "1",
48369                        "max": "63.0957",
48370                        "min": "0.01585",
48371                        "mutable": "null",
48372                        "readable": true,
48373                        "type": "gfloat",
48374                        "writable": true
48375                    },
48376                    "g-9": {
48377                        "blurb": "Band gain 1K",
48378                        "conditionally-available": false,
48379                        "construct": true,
48380                        "construct-only": false,
48381                        "controllable": true,
48382                        "default": "1",
48383                        "max": "63.0957",
48384                        "min": "0.01585",
48385                        "mutable": "null",
48386                        "readable": true,
48387                        "type": "gfloat",
48388                        "writable": true
48389                    },
48390                    "g-in": {
48391                        "blurb": "Input gain",
48392                        "conditionally-available": false,
48393                        "construct": true,
48394                        "construct-only": false,
48395                        "controllable": true,
48396                        "default": "1",
48397                        "max": "10",
48398                        "min": "0",
48399                        "mutable": "null",
48400                        "readable": true,
48401                        "type": "gfloat",
48402                        "writable": true
48403                    },
48404                    "g-out": {
48405                        "blurb": "Output gain",
48406                        "conditionally-available": false,
48407                        "construct": true,
48408                        "construct-only": false,
48409                        "controllable": true,
48410                        "default": "1",
48411                        "max": "10",
48412                        "min": "0",
48413                        "mutable": "null",
48414                        "readable": true,
48415                        "type": "gfloat",
48416                        "writable": true
48417                    },
48418                    "im": {
48419                        "blurb": "Input signal meter",
48420                        "conditionally-available": false,
48421                        "construct": false,
48422                        "construct-only": false,
48423                        "controllable": true,
48424                        "default": "0",
48425                        "max": "3.98107",
48426                        "min": "0",
48427                        "mutable": "null",
48428                        "readable": true,
48429                        "type": "gfloat",
48430                        "writable": false
48431                    },
48432                    "mode": {
48433                        "blurb": "Equalizer mode",
48434                        "conditionally-available": false,
48435                        "construct": true,
48436                        "construct-only": false,
48437                        "controllable": true,
48438                        "default": "IIR (0)",
48439                        "mutable": "null",
48440                        "readable": true,
48441                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monomode",
48442                        "writable": true
48443                    },
48444                    "out-latency": {
48445                        "blurb": "Latency OUT",
48446                        "conditionally-available": false,
48447                        "construct": false,
48448                        "construct-only": false,
48449                        "controllable": true,
48450                        "default": "0",
48451                        "max": "192000",
48452                        "min": "0",
48453                        "mutable": "null",
48454                        "readable": true,
48455                        "type": "gint",
48456                        "writable": false
48457                    },
48458                    "react": {
48459                        "blurb": "FFT reactivity",
48460                        "conditionally-available": false,
48461                        "construct": true,
48462                        "construct-only": false,
48463                        "controllable": true,
48464                        "default": "0.2",
48465                        "max": "1",
48466                        "min": "0",
48467                        "mutable": "null",
48468                        "readable": true,
48469                        "type": "gfloat",
48470                        "writable": true
48471                    },
48472                    "shift": {
48473                        "blurb": "Shift gain",
48474                        "conditionally-available": false,
48475                        "construct": true,
48476                        "construct-only": false,
48477                        "controllable": true,
48478                        "default": "1",
48479                        "max": "100",
48480                        "min": "0",
48481                        "mutable": "null",
48482                        "readable": true,
48483                        "type": "gfloat",
48484                        "writable": true
48485                    },
48486                    "slope": {
48487                        "blurb": "Filter slope",
48488                        "conditionally-available": false,
48489                        "construct": true,
48490                        "construct-only": false,
48491                        "controllable": true,
48492                        "default": "BT48 (0)",
48493                        "mutable": "null",
48494                        "readable": true,
48495                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monoslope",
48496                        "writable": true
48497                    },
48498                    "sm": {
48499                        "blurb": "Output signal meter",
48500                        "conditionally-available": false,
48501                        "construct": false,
48502                        "construct-only": false,
48503                        "controllable": true,
48504                        "default": "0",
48505                        "max": "3.98107",
48506                        "min": "0",
48507                        "mutable": "null",
48508                        "readable": true,
48509                        "type": "gfloat",
48510                        "writable": false
48511                    },
48512                    "xe-0": {
48513                        "blurb": "Band on 16",
48514                        "conditionally-available": false,
48515                        "construct": true,
48516                        "construct-only": false,
48517                        "controllable": true,
48518                        "default": "false",
48519                        "mutable": "null",
48520                        "readable": true,
48521                        "type": "gboolean",
48522                        "writable": true
48523                    },
48524                    "xe-1": {
48525                        "blurb": "Band on 25",
48526                        "conditionally-available": false,
48527                        "construct": true,
48528                        "construct-only": false,
48529                        "controllable": true,
48530                        "default": "false",
48531                        "mutable": "null",
48532                        "readable": true,
48533                        "type": "gboolean",
48534                        "writable": true
48535                    },
48536                    "xe-10": {
48537                        "blurb": "Band on 1.6K",
48538                        "conditionally-available": false,
48539                        "construct": true,
48540                        "construct-only": false,
48541                        "controllable": true,
48542                        "default": "false",
48543                        "mutable": "null",
48544                        "readable": true,
48545                        "type": "gboolean",
48546                        "writable": true
48547                    },
48548                    "xe-11": {
48549                        "blurb": "Band on 2.5K",
48550                        "conditionally-available": false,
48551                        "construct": true,
48552                        "construct-only": false,
48553                        "controllable": true,
48554                        "default": "false",
48555                        "mutable": "null",
48556                        "readable": true,
48557                        "type": "gboolean",
48558                        "writable": true
48559                    },
48560                    "xe-12": {
48561                        "blurb": "Band on 4K",
48562                        "conditionally-available": false,
48563                        "construct": true,
48564                        "construct-only": false,
48565                        "controllable": true,
48566                        "default": "false",
48567                        "mutable": "null",
48568                        "readable": true,
48569                        "type": "gboolean",
48570                        "writable": true
48571                    },
48572                    "xe-13": {
48573                        "blurb": "Band on 6.3K",
48574                        "conditionally-available": false,
48575                        "construct": true,
48576                        "construct-only": false,
48577                        "controllable": true,
48578                        "default": "false",
48579                        "mutable": "null",
48580                        "readable": true,
48581                        "type": "gboolean",
48582                        "writable": true
48583                    },
48584                    "xe-14": {
48585                        "blurb": "Band on 10K",
48586                        "conditionally-available": false,
48587                        "construct": true,
48588                        "construct-only": false,
48589                        "controllable": true,
48590                        "default": "false",
48591                        "mutable": "null",
48592                        "readable": true,
48593                        "type": "gboolean",
48594                        "writable": true
48595                    },
48596                    "xe-15": {
48597                        "blurb": "Band on 16K",
48598                        "conditionally-available": false,
48599                        "construct": true,
48600                        "construct-only": false,
48601                        "controllable": true,
48602                        "default": "false",
48603                        "mutable": "null",
48604                        "readable": true,
48605                        "type": "gboolean",
48606                        "writable": true
48607                    },
48608                    "xe-2": {
48609                        "blurb": "Band on 40",
48610                        "conditionally-available": false,
48611                        "construct": true,
48612                        "construct-only": false,
48613                        "controllable": true,
48614                        "default": "false",
48615                        "mutable": "null",
48616                        "readable": true,
48617                        "type": "gboolean",
48618                        "writable": true
48619                    },
48620                    "xe-3": {
48621                        "blurb": "Band on 63",
48622                        "conditionally-available": false,
48623                        "construct": true,
48624                        "construct-only": false,
48625                        "controllable": true,
48626                        "default": "false",
48627                        "mutable": "null",
48628                        "readable": true,
48629                        "type": "gboolean",
48630                        "writable": true
48631                    },
48632                    "xe-4": {
48633                        "blurb": "Band on 100",
48634                        "conditionally-available": false,
48635                        "construct": true,
48636                        "construct-only": false,
48637                        "controllable": true,
48638                        "default": "false",
48639                        "mutable": "null",
48640                        "readable": true,
48641                        "type": "gboolean",
48642                        "writable": true
48643                    },
48644                    "xe-5": {
48645                        "blurb": "Band on 160",
48646                        "conditionally-available": false,
48647                        "construct": true,
48648                        "construct-only": false,
48649                        "controllable": true,
48650                        "default": "false",
48651                        "mutable": "null",
48652                        "readable": true,
48653                        "type": "gboolean",
48654                        "writable": true
48655                    },
48656                    "xe-6": {
48657                        "blurb": "Band on 250",
48658                        "conditionally-available": false,
48659                        "construct": true,
48660                        "construct-only": false,
48661                        "controllable": true,
48662                        "default": "false",
48663                        "mutable": "null",
48664                        "readable": true,
48665                        "type": "gboolean",
48666                        "writable": true
48667                    },
48668                    "xe-7": {
48669                        "blurb": "Band on 400",
48670                        "conditionally-available": false,
48671                        "construct": true,
48672                        "construct-only": false,
48673                        "controllable": true,
48674                        "default": "false",
48675                        "mutable": "null",
48676                        "readable": true,
48677                        "type": "gboolean",
48678                        "writable": true
48679                    },
48680                    "xe-8": {
48681                        "blurb": "Band on 630",
48682                        "conditionally-available": false,
48683                        "construct": true,
48684                        "construct-only": false,
48685                        "controllable": true,
48686                        "default": "false",
48687                        "mutable": "null",
48688                        "readable": true,
48689                        "type": "gboolean",
48690                        "writable": true
48691                    },
48692                    "xe-9": {
48693                        "blurb": "Band on 1K",
48694                        "conditionally-available": false,
48695                        "construct": true,
48696                        "construct-only": false,
48697                        "controllable": true,
48698                        "default": "false",
48699                        "mutable": "null",
48700                        "readable": true,
48701                        "type": "gboolean",
48702                        "writable": true
48703                    },
48704                    "xm-0": {
48705                        "blurb": "Band mute 16",
48706                        "conditionally-available": false,
48707                        "construct": true,
48708                        "construct-only": false,
48709                        "controllable": true,
48710                        "default": "false",
48711                        "mutable": "null",
48712                        "readable": true,
48713                        "type": "gboolean",
48714                        "writable": true
48715                    },
48716                    "xm-1": {
48717                        "blurb": "Band mute 25",
48718                        "conditionally-available": false,
48719                        "construct": true,
48720                        "construct-only": false,
48721                        "controllable": true,
48722                        "default": "false",
48723                        "mutable": "null",
48724                        "readable": true,
48725                        "type": "gboolean",
48726                        "writable": true
48727                    },
48728                    "xm-10": {
48729                        "blurb": "Band mute 1.6K",
48730                        "conditionally-available": false,
48731                        "construct": true,
48732                        "construct-only": false,
48733                        "controllable": true,
48734                        "default": "false",
48735                        "mutable": "null",
48736                        "readable": true,
48737                        "type": "gboolean",
48738                        "writable": true
48739                    },
48740                    "xm-11": {
48741                        "blurb": "Band mute 2.5K",
48742                        "conditionally-available": false,
48743                        "construct": true,
48744                        "construct-only": false,
48745                        "controllable": true,
48746                        "default": "false",
48747                        "mutable": "null",
48748                        "readable": true,
48749                        "type": "gboolean",
48750                        "writable": true
48751                    },
48752                    "xm-12": {
48753                        "blurb": "Band mute 4K",
48754                        "conditionally-available": false,
48755                        "construct": true,
48756                        "construct-only": false,
48757                        "controllable": true,
48758                        "default": "false",
48759                        "mutable": "null",
48760                        "readable": true,
48761                        "type": "gboolean",
48762                        "writable": true
48763                    },
48764                    "xm-13": {
48765                        "blurb": "Band mute 6.3K",
48766                        "conditionally-available": false,
48767                        "construct": true,
48768                        "construct-only": false,
48769                        "controllable": true,
48770                        "default": "false",
48771                        "mutable": "null",
48772                        "readable": true,
48773                        "type": "gboolean",
48774                        "writable": true
48775                    },
48776                    "xm-14": {
48777                        "blurb": "Band mute 10K",
48778                        "conditionally-available": false,
48779                        "construct": true,
48780                        "construct-only": false,
48781                        "controllable": true,
48782                        "default": "false",
48783                        "mutable": "null",
48784                        "readable": true,
48785                        "type": "gboolean",
48786                        "writable": true
48787                    },
48788                    "xm-15": {
48789                        "blurb": "Band mute 16K",
48790                        "conditionally-available": false,
48791                        "construct": true,
48792                        "construct-only": false,
48793                        "controllable": true,
48794                        "default": "false",
48795                        "mutable": "null",
48796                        "readable": true,
48797                        "type": "gboolean",
48798                        "writable": true
48799                    },
48800                    "xm-2": {
48801                        "blurb": "Band mute 40",
48802                        "conditionally-available": false,
48803                        "construct": true,
48804                        "construct-only": false,
48805                        "controllable": true,
48806                        "default": "false",
48807                        "mutable": "null",
48808                        "readable": true,
48809                        "type": "gboolean",
48810                        "writable": true
48811                    },
48812                    "xm-3": {
48813                        "blurb": "Band mute 63",
48814                        "conditionally-available": false,
48815                        "construct": true,
48816                        "construct-only": false,
48817                        "controllable": true,
48818                        "default": "false",
48819                        "mutable": "null",
48820                        "readable": true,
48821                        "type": "gboolean",
48822                        "writable": true
48823                    },
48824                    "xm-4": {
48825                        "blurb": "Band mute 100",
48826                        "conditionally-available": false,
48827                        "construct": true,
48828                        "construct-only": false,
48829                        "controllable": true,
48830                        "default": "false",
48831                        "mutable": "null",
48832                        "readable": true,
48833                        "type": "gboolean",
48834                        "writable": true
48835                    },
48836                    "xm-5": {
48837                        "blurb": "Band mute 160",
48838                        "conditionally-available": false,
48839                        "construct": true,
48840                        "construct-only": false,
48841                        "controllable": true,
48842                        "default": "false",
48843                        "mutable": "null",
48844                        "readable": true,
48845                        "type": "gboolean",
48846                        "writable": true
48847                    },
48848                    "xm-6": {
48849                        "blurb": "Band mute 250",
48850                        "conditionally-available": false,
48851                        "construct": true,
48852                        "construct-only": false,
48853                        "controllable": true,
48854                        "default": "false",
48855                        "mutable": "null",
48856                        "readable": true,
48857                        "type": "gboolean",
48858                        "writable": true
48859                    },
48860                    "xm-7": {
48861                        "blurb": "Band mute 400",
48862                        "conditionally-available": false,
48863                        "construct": true,
48864                        "construct-only": false,
48865                        "controllable": true,
48866                        "default": "false",
48867                        "mutable": "null",
48868                        "readable": true,
48869                        "type": "gboolean",
48870                        "writable": true
48871                    },
48872                    "xm-8": {
48873                        "blurb": "Band mute 630",
48874                        "conditionally-available": false,
48875                        "construct": true,
48876                        "construct-only": false,
48877                        "controllable": true,
48878                        "default": "false",
48879                        "mutable": "null",
48880                        "readable": true,
48881                        "type": "gboolean",
48882                        "writable": true
48883                    },
48884                    "xm-9": {
48885                        "blurb": "Band mute 1K",
48886                        "conditionally-available": false,
48887                        "construct": true,
48888                        "construct-only": false,
48889                        "controllable": true,
48890                        "default": "false",
48891                        "mutable": "null",
48892                        "readable": true,
48893                        "type": "gboolean",
48894                        "writable": true
48895                    },
48896                    "xs-0": {
48897                        "blurb": "Band solo 16",
48898                        "conditionally-available": false,
48899                        "construct": true,
48900                        "construct-only": false,
48901                        "controllable": true,
48902                        "default": "false",
48903                        "mutable": "null",
48904                        "readable": true,
48905                        "type": "gboolean",
48906                        "writable": true
48907                    },
48908                    "xs-1": {
48909                        "blurb": "Band solo 25",
48910                        "conditionally-available": false,
48911                        "construct": true,
48912                        "construct-only": false,
48913                        "controllable": true,
48914                        "default": "false",
48915                        "mutable": "null",
48916                        "readable": true,
48917                        "type": "gboolean",
48918                        "writable": true
48919                    },
48920                    "xs-10": {
48921                        "blurb": "Band solo 1.6K",
48922                        "conditionally-available": false,
48923                        "construct": true,
48924                        "construct-only": false,
48925                        "controllable": true,
48926                        "default": "false",
48927                        "mutable": "null",
48928                        "readable": true,
48929                        "type": "gboolean",
48930                        "writable": true
48931                    },
48932                    "xs-11": {
48933                        "blurb": "Band solo 2.5K",
48934                        "conditionally-available": false,
48935                        "construct": true,
48936                        "construct-only": false,
48937                        "controllable": true,
48938                        "default": "false",
48939                        "mutable": "null",
48940                        "readable": true,
48941                        "type": "gboolean",
48942                        "writable": true
48943                    },
48944                    "xs-12": {
48945                        "blurb": "Band solo 4K",
48946                        "conditionally-available": false,
48947                        "construct": true,
48948                        "construct-only": false,
48949                        "controllable": true,
48950                        "default": "false",
48951                        "mutable": "null",
48952                        "readable": true,
48953                        "type": "gboolean",
48954                        "writable": true
48955                    },
48956                    "xs-13": {
48957                        "blurb": "Band solo 6.3K",
48958                        "conditionally-available": false,
48959                        "construct": true,
48960                        "construct-only": false,
48961                        "controllable": true,
48962                        "default": "false",
48963                        "mutable": "null",
48964                        "readable": true,
48965                        "type": "gboolean",
48966                        "writable": true
48967                    },
48968                    "xs-14": {
48969                        "blurb": "Band solo 10K",
48970                        "conditionally-available": false,
48971                        "construct": true,
48972                        "construct-only": false,
48973                        "controllable": true,
48974                        "default": "false",
48975                        "mutable": "null",
48976                        "readable": true,
48977                        "type": "gboolean",
48978                        "writable": true
48979                    },
48980                    "xs-15": {
48981                        "blurb": "Band solo 16K",
48982                        "conditionally-available": false,
48983                        "construct": true,
48984                        "construct-only": false,
48985                        "controllable": true,
48986                        "default": "false",
48987                        "mutable": "null",
48988                        "readable": true,
48989                        "type": "gboolean",
48990                        "writable": true
48991                    },
48992                    "xs-2": {
48993                        "blurb": "Band solo 40",
48994                        "conditionally-available": false,
48995                        "construct": true,
48996                        "construct-only": false,
48997                        "controllable": true,
48998                        "default": "false",
48999                        "mutable": "null",
49000                        "readable": true,
49001                        "type": "gboolean",
49002                        "writable": true
49003                    },
49004                    "xs-3": {
49005                        "blurb": "Band solo 63",
49006                        "conditionally-available": false,
49007                        "construct": true,
49008                        "construct-only": false,
49009                        "controllable": true,
49010                        "default": "false",
49011                        "mutable": "null",
49012                        "readable": true,
49013                        "type": "gboolean",
49014                        "writable": true
49015                    },
49016                    "xs-4": {
49017                        "blurb": "Band solo 100",
49018                        "conditionally-available": false,
49019                        "construct": true,
49020                        "construct-only": false,
49021                        "controllable": true,
49022                        "default": "false",
49023                        "mutable": "null",
49024                        "readable": true,
49025                        "type": "gboolean",
49026                        "writable": true
49027                    },
49028                    "xs-5": {
49029                        "blurb": "Band solo 160",
49030                        "conditionally-available": false,
49031                        "construct": true,
49032                        "construct-only": false,
49033                        "controllable": true,
49034                        "default": "false",
49035                        "mutable": "null",
49036                        "readable": true,
49037                        "type": "gboolean",
49038                        "writable": true
49039                    },
49040                    "xs-6": {
49041                        "blurb": "Band solo 250",
49042                        "conditionally-available": false,
49043                        "construct": true,
49044                        "construct-only": false,
49045                        "controllable": true,
49046                        "default": "false",
49047                        "mutable": "null",
49048                        "readable": true,
49049                        "type": "gboolean",
49050                        "writable": true
49051                    },
49052                    "xs-7": {
49053                        "blurb": "Band solo 400",
49054                        "conditionally-available": false,
49055                        "construct": true,
49056                        "construct-only": false,
49057                        "controllable": true,
49058                        "default": "false",
49059                        "mutable": "null",
49060                        "readable": true,
49061                        "type": "gboolean",
49062                        "writable": true
49063                    },
49064                    "xs-8": {
49065                        "blurb": "Band solo 630",
49066                        "conditionally-available": false,
49067                        "construct": true,
49068                        "construct-only": false,
49069                        "controllable": true,
49070                        "default": "false",
49071                        "mutable": "null",
49072                        "readable": true,
49073                        "type": "gboolean",
49074                        "writable": true
49075                    },
49076                    "xs-9": {
49077                        "blurb": "Band solo 1K",
49078                        "conditionally-available": false,
49079                        "construct": true,
49080                        "construct-only": false,
49081                        "controllable": true,
49082                        "default": "false",
49083                        "mutable": "null",
49084                        "readable": true,
49085                        "type": "gboolean",
49086                        "writable": true
49087                    },
49088                    "zoom": {
49089                        "blurb": "Graph zoom",
49090                        "conditionally-available": false,
49091                        "construct": true,
49092                        "construct-only": false,
49093                        "controllable": true,
49094                        "default": "1",
49095                        "max": "1",
49096                        "min": "0.01585",
49097                        "mutable": "null",
49098                        "readable": true,
49099                        "type": "gfloat",
49100                        "writable": true
49101                    }
49102                },
49103                "rank": "none"
49104            },
49105            "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms": {
49106                "author": "LSP LV2",
49107                "description": "LSP Graphic Equalizer x16 MidSide",
49108                "hierarchy": [
49109                    "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms",
49110                    "GstAudioFilter",
49111                    "GstBaseTransform",
49112                    "GstElement",
49113                    "GstObject",
49114                    "GInitiallyUnowned",
49115                    "GObject"
49116                ],
49117                "interfaces": [
49118                    "GstPreset"
49119                ],
49120                "klass": "Filter/Effect/Audio/LV2/Multiband",
49121                "long-name": "LSP Graphic Equalizer x16 MidSide",
49122                "pad-templates": {
49123                    "sink": {
49124                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
49125                        "direction": "sink",
49126                        "presence": "always"
49127                    },
49128                    "src": {
49129                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
49130                        "direction": "src",
49131                        "presence": "always"
49132                    }
49133                },
49134                "properties": {
49135                    "bal": {
49136                        "blurb": "Output balance",
49137                        "conditionally-available": false,
49138                        "construct": true,
49139                        "construct-only": false,
49140                        "controllable": true,
49141                        "default": "0",
49142                        "max": "100",
49143                        "min": "-100",
49144                        "mutable": "null",
49145                        "readable": true,
49146                        "type": "gfloat",
49147                        "writable": true
49148                    },
49149                    "bypass": {
49150                        "blurb": "Bypass",
49151                        "conditionally-available": false,
49152                        "construct": true,
49153                        "construct-only": false,
49154                        "controllable": true,
49155                        "default": "false",
49156                        "mutable": "null",
49157                        "readable": true,
49158                        "type": "gboolean",
49159                        "writable": true
49160                    },
49161                    "fft": {
49162                        "blurb": "FFT analysis",
49163                        "conditionally-available": false,
49164                        "construct": true,
49165                        "construct-only": false,
49166                        "controllable": true,
49167                        "default": "Off (0)",
49168                        "mutable": "null",
49169                        "readable": true,
49170                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msfft",
49171                        "writable": true
49172                    },
49173                    "fftv-m": {
49174                        "blurb": "FFT visibility Left",
49175                        "conditionally-available": false,
49176                        "construct": true,
49177                        "construct-only": false,
49178                        "controllable": true,
49179                        "default": "false",
49180                        "mutable": "null",
49181                        "readable": true,
49182                        "type": "gboolean",
49183                        "writable": true
49184                    },
49185                    "fftv-s": {
49186                        "blurb": "FFT visibility Right",
49187                        "conditionally-available": false,
49188                        "construct": true,
49189                        "construct-only": false,
49190                        "controllable": true,
49191                        "default": "false",
49192                        "mutable": "null",
49193                        "readable": true,
49194                        "type": "gboolean",
49195                        "writable": true
49196                    },
49197                    "fsel": {
49198                        "blurb": "Band select",
49199                        "conditionally-available": false,
49200                        "construct": true,
49201                        "construct-only": false,
49202                        "controllable": true,
49203                        "default": "Bands Middle (0)",
49204                        "mutable": "null",
49205                        "readable": true,
49206                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msfsel",
49207                        "writable": true
49208                    },
49209                    "fvm-0": {
49210                        "blurb": "Filter visibility  Mid 16",
49211                        "conditionally-available": false,
49212                        "construct": false,
49213                        "construct-only": false,
49214                        "controllable": true,
49215                        "default": "false",
49216                        "mutable": "null",
49217                        "readable": true,
49218                        "type": "gboolean",
49219                        "writable": false
49220                    },
49221                    "fvm-1": {
49222                        "blurb": "Filter visibility  Mid 25",
49223                        "conditionally-available": false,
49224                        "construct": false,
49225                        "construct-only": false,
49226                        "controllable": true,
49227                        "default": "false",
49228                        "mutable": "null",
49229                        "readable": true,
49230                        "type": "gboolean",
49231                        "writable": false
49232                    },
49233                    "fvm-10": {
49234                        "blurb": "Filter visibility  Mid 1.6K",
49235                        "conditionally-available": false,
49236                        "construct": false,
49237                        "construct-only": false,
49238                        "controllable": true,
49239                        "default": "false",
49240                        "mutable": "null",
49241                        "readable": true,
49242                        "type": "gboolean",
49243                        "writable": false
49244                    },
49245                    "fvm-11": {
49246                        "blurb": "Filter visibility  Mid 2.5K",
49247                        "conditionally-available": false,
49248                        "construct": false,
49249                        "construct-only": false,
49250                        "controllable": true,
49251                        "default": "false",
49252                        "mutable": "null",
49253                        "readable": true,
49254                        "type": "gboolean",
49255                        "writable": false
49256                    },
49257                    "fvm-12": {
49258                        "blurb": "Filter visibility  Mid 4K",
49259                        "conditionally-available": false,
49260                        "construct": false,
49261                        "construct-only": false,
49262                        "controllable": true,
49263                        "default": "false",
49264                        "mutable": "null",
49265                        "readable": true,
49266                        "type": "gboolean",
49267                        "writable": false
49268                    },
49269                    "fvm-13": {
49270                        "blurb": "Filter visibility  Mid 6.3K",
49271                        "conditionally-available": false,
49272                        "construct": false,
49273                        "construct-only": false,
49274                        "controllable": true,
49275                        "default": "false",
49276                        "mutable": "null",
49277                        "readable": true,
49278                        "type": "gboolean",
49279                        "writable": false
49280                    },
49281                    "fvm-14": {
49282                        "blurb": "Filter visibility  Mid 10K",
49283                        "conditionally-available": false,
49284                        "construct": false,
49285                        "construct-only": false,
49286                        "controllable": true,
49287                        "default": "false",
49288                        "mutable": "null",
49289                        "readable": true,
49290                        "type": "gboolean",
49291                        "writable": false
49292                    },
49293                    "fvm-15": {
49294                        "blurb": "Filter visibility  Mid 16K",
49295                        "conditionally-available": false,
49296                        "construct": false,
49297                        "construct-only": false,
49298                        "controllable": true,
49299                        "default": "false",
49300                        "mutable": "null",
49301                        "readable": true,
49302                        "type": "gboolean",
49303                        "writable": false
49304                    },
49305                    "fvm-2": {
49306                        "blurb": "Filter visibility  Mid 40",
49307                        "conditionally-available": false,
49308                        "construct": false,
49309                        "construct-only": false,
49310                        "controllable": true,
49311                        "default": "false",
49312                        "mutable": "null",
49313                        "readable": true,
49314                        "type": "gboolean",
49315                        "writable": false
49316                    },
49317                    "fvm-3": {
49318                        "blurb": "Filter visibility  Mid 63",
49319                        "conditionally-available": false,
49320                        "construct": false,
49321                        "construct-only": false,
49322                        "controllable": true,
49323                        "default": "false",
49324                        "mutable": "null",
49325                        "readable": true,
49326                        "type": "gboolean",
49327                        "writable": false
49328                    },
49329                    "fvm-4": {
49330                        "blurb": "Filter visibility  Mid 100",
49331                        "conditionally-available": false,
49332                        "construct": false,
49333                        "construct-only": false,
49334                        "controllable": true,
49335                        "default": "false",
49336                        "mutable": "null",
49337                        "readable": true,
49338                        "type": "gboolean",
49339                        "writable": false
49340                    },
49341                    "fvm-5": {
49342                        "blurb": "Filter visibility  Mid 160",
49343                        "conditionally-available": false,
49344                        "construct": false,
49345                        "construct-only": false,
49346                        "controllable": true,
49347                        "default": "false",
49348                        "mutable": "null",
49349                        "readable": true,
49350                        "type": "gboolean",
49351                        "writable": false
49352                    },
49353                    "fvm-6": {
49354                        "blurb": "Filter visibility  Mid 250",
49355                        "conditionally-available": false,
49356                        "construct": false,
49357                        "construct-only": false,
49358                        "controllable": true,
49359                        "default": "false",
49360                        "mutable": "null",
49361                        "readable": true,
49362                        "type": "gboolean",
49363                        "writable": false
49364                    },
49365                    "fvm-7": {
49366                        "blurb": "Filter visibility  Mid 400",
49367                        "conditionally-available": false,
49368                        "construct": false,
49369                        "construct-only": false,
49370                        "controllable": true,
49371                        "default": "false",
49372                        "mutable": "null",
49373                        "readable": true,
49374                        "type": "gboolean",
49375                        "writable": false
49376                    },
49377                    "fvm-8": {
49378                        "blurb": "Filter visibility  Mid 630",
49379                        "conditionally-available": false,
49380                        "construct": false,
49381                        "construct-only": false,
49382                        "controllable": true,
49383                        "default": "false",
49384                        "mutable": "null",
49385                        "readable": true,
49386                        "type": "gboolean",
49387                        "writable": false
49388                    },
49389                    "fvm-9": {
49390                        "blurb": "Filter visibility  Mid 1K",
49391                        "conditionally-available": false,
49392                        "construct": false,
49393                        "construct-only": false,
49394                        "controllable": true,
49395                        "default": "false",
49396                        "mutable": "null",
49397                        "readable": true,
49398                        "type": "gboolean",
49399                        "writable": false
49400                    },
49401                    "fvs-0": {
49402                        "blurb": "Filter visibility  Side 16",
49403                        "conditionally-available": false,
49404                        "construct": false,
49405                        "construct-only": false,
49406                        "controllable": true,
49407                        "default": "false",
49408                        "mutable": "null",
49409                        "readable": true,
49410                        "type": "gboolean",
49411                        "writable": false
49412                    },
49413                    "fvs-1": {
49414                        "blurb": "Filter visibility  Side 25",
49415                        "conditionally-available": false,
49416                        "construct": false,
49417                        "construct-only": false,
49418                        "controllable": true,
49419                        "default": "false",
49420                        "mutable": "null",
49421                        "readable": true,
49422                        "type": "gboolean",
49423                        "writable": false
49424                    },
49425                    "fvs-10": {
49426                        "blurb": "Filter visibility  Side 1.6K",
49427                        "conditionally-available": false,
49428                        "construct": false,
49429                        "construct-only": false,
49430                        "controllable": true,
49431                        "default": "false",
49432                        "mutable": "null",
49433                        "readable": true,
49434                        "type": "gboolean",
49435                        "writable": false
49436                    },
49437                    "fvs-11": {
49438                        "blurb": "Filter visibility  Side 2.5K",
49439                        "conditionally-available": false,
49440                        "construct": false,
49441                        "construct-only": false,
49442                        "controllable": true,
49443                        "default": "false",
49444                        "mutable": "null",
49445                        "readable": true,
49446                        "type": "gboolean",
49447                        "writable": false
49448                    },
49449                    "fvs-12": {
49450                        "blurb": "Filter visibility  Side 4K",
49451                        "conditionally-available": false,
49452                        "construct": false,
49453                        "construct-only": false,
49454                        "controllable": true,
49455                        "default": "false",
49456                        "mutable": "null",
49457                        "readable": true,
49458                        "type": "gboolean",
49459                        "writable": false
49460                    },
49461                    "fvs-13": {
49462                        "blurb": "Filter visibility  Side 6.3K",
49463                        "conditionally-available": false,
49464                        "construct": false,
49465                        "construct-only": false,
49466                        "controllable": true,
49467                        "default": "false",
49468                        "mutable": "null",
49469                        "readable": true,
49470                        "type": "gboolean",
49471                        "writable": false
49472                    },
49473                    "fvs-14": {
49474                        "blurb": "Filter visibility  Side 10K",
49475                        "conditionally-available": false,
49476                        "construct": false,
49477                        "construct-only": false,
49478                        "controllable": true,
49479                        "default": "false",
49480                        "mutable": "null",
49481                        "readable": true,
49482                        "type": "gboolean",
49483                        "writable": false
49484                    },
49485                    "fvs-15": {
49486                        "blurb": "Filter visibility  Side 16K",
49487                        "conditionally-available": false,
49488                        "construct": false,
49489                        "construct-only": false,
49490                        "controllable": true,
49491                        "default": "false",
49492                        "mutable": "null",
49493                        "readable": true,
49494                        "type": "gboolean",
49495                        "writable": false
49496                    },
49497                    "fvs-2": {
49498                        "blurb": "Filter visibility  Side 40",
49499                        "conditionally-available": false,
49500                        "construct": false,
49501                        "construct-only": false,
49502                        "controllable": true,
49503                        "default": "false",
49504                        "mutable": "null",
49505                        "readable": true,
49506                        "type": "gboolean",
49507                        "writable": false
49508                    },
49509                    "fvs-3": {
49510                        "blurb": "Filter visibility  Side 63",
49511                        "conditionally-available": false,
49512                        "construct": false,
49513                        "construct-only": false,
49514                        "controllable": true,
49515                        "default": "false",
49516                        "mutable": "null",
49517                        "readable": true,
49518                        "type": "gboolean",
49519                        "writable": false
49520                    },
49521                    "fvs-4": {
49522                        "blurb": "Filter visibility  Side 100",
49523                        "conditionally-available": false,
49524                        "construct": false,
49525                        "construct-only": false,
49526                        "controllable": true,
49527                        "default": "false",
49528                        "mutable": "null",
49529                        "readable": true,
49530                        "type": "gboolean",
49531                        "writable": false
49532                    },
49533                    "fvs-5": {
49534                        "blurb": "Filter visibility  Side 160",
49535                        "conditionally-available": false,
49536                        "construct": false,
49537                        "construct-only": false,
49538                        "controllable": true,
49539                        "default": "false",
49540                        "mutable": "null",
49541                        "readable": true,
49542                        "type": "gboolean",
49543                        "writable": false
49544                    },
49545                    "fvs-6": {
49546                        "blurb": "Filter visibility  Side 250",
49547                        "conditionally-available": false,
49548                        "construct": false,
49549                        "construct-only": false,
49550                        "controllable": true,
49551                        "default": "false",
49552                        "mutable": "null",
49553                        "readable": true,
49554                        "type": "gboolean",
49555                        "writable": false
49556                    },
49557                    "fvs-7": {
49558                        "blurb": "Filter visibility  Side 400",
49559                        "conditionally-available": false,
49560                        "construct": false,
49561                        "construct-only": false,
49562                        "controllable": true,
49563                        "default": "false",
49564                        "mutable": "null",
49565                        "readable": true,
49566                        "type": "gboolean",
49567                        "writable": false
49568                    },
49569                    "fvs-8": {
49570                        "blurb": "Filter visibility  Side 630",
49571                        "conditionally-available": false,
49572                        "construct": false,
49573                        "construct-only": false,
49574                        "controllable": true,
49575                        "default": "false",
49576                        "mutable": "null",
49577                        "readable": true,
49578                        "type": "gboolean",
49579                        "writable": false
49580                    },
49581                    "fvs-9": {
49582                        "blurb": "Filter visibility  Side 1K",
49583                        "conditionally-available": false,
49584                        "construct": false,
49585                        "construct-only": false,
49586                        "controllable": true,
49587                        "default": "false",
49588                        "mutable": "null",
49589                        "readable": true,
49590                        "type": "gboolean",
49591                        "writable": false
49592                    },
49593                    "g-in": {
49594                        "blurb": "Input gain",
49595                        "conditionally-available": false,
49596                        "construct": true,
49597                        "construct-only": false,
49598                        "controllable": true,
49599                        "default": "1",
49600                        "max": "10",
49601                        "min": "0",
49602                        "mutable": "null",
49603                        "readable": true,
49604                        "type": "gfloat",
49605                        "writable": true
49606                    },
49607                    "g-out": {
49608                        "blurb": "Output gain",
49609                        "conditionally-available": false,
49610                        "construct": true,
49611                        "construct-only": false,
49612                        "controllable": true,
49613                        "default": "1",
49614                        "max": "10",
49615                        "min": "0",
49616                        "mutable": "null",
49617                        "readable": true,
49618                        "type": "gfloat",
49619                        "writable": true
49620                    },
49621                    "gain-m": {
49622                        "blurb": "Mid gain",
49623                        "conditionally-available": false,
49624                        "construct": true,
49625                        "construct-only": false,
49626                        "controllable": true,
49627                        "default": "1",
49628                        "max": "100",
49629                        "min": "0",
49630                        "mutable": "null",
49631                        "readable": true,
49632                        "type": "gfloat",
49633                        "writable": true
49634                    },
49635                    "gain-s": {
49636                        "blurb": "Side gain",
49637                        "conditionally-available": false,
49638                        "construct": true,
49639                        "construct-only": false,
49640                        "controllable": true,
49641                        "default": "1",
49642                        "max": "100",
49643                        "min": "0",
49644                        "mutable": "null",
49645                        "readable": true,
49646                        "type": "gfloat",
49647                        "writable": true
49648                    },
49649                    "gm-0": {
49650                        "blurb": "Band gain Mid 16",
49651                        "conditionally-available": false,
49652                        "construct": true,
49653                        "construct-only": false,
49654                        "controllable": true,
49655                        "default": "1",
49656                        "max": "63.0957",
49657                        "min": "0.01585",
49658                        "mutable": "null",
49659                        "readable": true,
49660                        "type": "gfloat",
49661                        "writable": true
49662                    },
49663                    "gm-1": {
49664                        "blurb": "Band gain Mid 25",
49665                        "conditionally-available": false,
49666                        "construct": true,
49667                        "construct-only": false,
49668                        "controllable": true,
49669                        "default": "1",
49670                        "max": "63.0957",
49671                        "min": "0.01585",
49672                        "mutable": "null",
49673                        "readable": true,
49674                        "type": "gfloat",
49675                        "writable": true
49676                    },
49677                    "gm-10": {
49678                        "blurb": "Band gain Mid 1.6K",
49679                        "conditionally-available": false,
49680                        "construct": true,
49681                        "construct-only": false,
49682                        "controllable": true,
49683                        "default": "1",
49684                        "max": "63.0957",
49685                        "min": "0.01585",
49686                        "mutable": "null",
49687                        "readable": true,
49688                        "type": "gfloat",
49689                        "writable": true
49690                    },
49691                    "gm-11": {
49692                        "blurb": "Band gain Mid 2.5K",
49693                        "conditionally-available": false,
49694                        "construct": true,
49695                        "construct-only": false,
49696                        "controllable": true,
49697                        "default": "1",
49698                        "max": "63.0957",
49699                        "min": "0.01585",
49700                        "mutable": "null",
49701                        "readable": true,
49702                        "type": "gfloat",
49703                        "writable": true
49704                    },
49705                    "gm-12": {
49706                        "blurb": "Band gain Mid 4K",
49707                        "conditionally-available": false,
49708                        "construct": true,
49709                        "construct-only": false,
49710                        "controllable": true,
49711                        "default": "1",
49712                        "max": "63.0957",
49713                        "min": "0.01585",
49714                        "mutable": "null",
49715                        "readable": true,
49716                        "type": "gfloat",
49717                        "writable": true
49718                    },
49719                    "gm-13": {
49720                        "blurb": "Band gain Mid 6.3K",
49721                        "conditionally-available": false,
49722                        "construct": true,
49723                        "construct-only": false,
49724                        "controllable": true,
49725                        "default": "1",
49726                        "max": "63.0957",
49727                        "min": "0.01585",
49728                        "mutable": "null",
49729                        "readable": true,
49730                        "type": "gfloat",
49731                        "writable": true
49732                    },
49733                    "gm-14": {
49734                        "blurb": "Band gain Mid 10K",
49735                        "conditionally-available": false,
49736                        "construct": true,
49737                        "construct-only": false,
49738                        "controllable": true,
49739                        "default": "1",
49740                        "max": "63.0957",
49741                        "min": "0.01585",
49742                        "mutable": "null",
49743                        "readable": true,
49744                        "type": "gfloat",
49745                        "writable": true
49746                    },
49747                    "gm-15": {
49748                        "blurb": "Band gain Mid 16K",
49749                        "conditionally-available": false,
49750                        "construct": true,
49751                        "construct-only": false,
49752                        "controllable": true,
49753                        "default": "1",
49754                        "max": "63.0957",
49755                        "min": "0.01585",
49756                        "mutable": "null",
49757                        "readable": true,
49758                        "type": "gfloat",
49759                        "writable": true
49760                    },
49761                    "gm-2": {
49762                        "blurb": "Band gain Mid 40",
49763                        "conditionally-available": false,
49764                        "construct": true,
49765                        "construct-only": false,
49766                        "controllable": true,
49767                        "default": "1",
49768                        "max": "63.0957",
49769                        "min": "0.01585",
49770                        "mutable": "null",
49771                        "readable": true,
49772                        "type": "gfloat",
49773                        "writable": true
49774                    },
49775                    "gm-3": {
49776                        "blurb": "Band gain Mid 63",
49777                        "conditionally-available": false,
49778                        "construct": true,
49779                        "construct-only": false,
49780                        "controllable": true,
49781                        "default": "1",
49782                        "max": "63.0957",
49783                        "min": "0.01585",
49784                        "mutable": "null",
49785                        "readable": true,
49786                        "type": "gfloat",
49787                        "writable": true
49788                    },
49789                    "gm-4": {
49790                        "blurb": "Band gain Mid 100",
49791                        "conditionally-available": false,
49792                        "construct": true,
49793                        "construct-only": false,
49794                        "controllable": true,
49795                        "default": "1",
49796                        "max": "63.0957",
49797                        "min": "0.01585",
49798                        "mutable": "null",
49799                        "readable": true,
49800                        "type": "gfloat",
49801                        "writable": true
49802                    },
49803                    "gm-5": {
49804                        "blurb": "Band gain Mid 160",
49805                        "conditionally-available": false,
49806                        "construct": true,
49807                        "construct-only": false,
49808                        "controllable": true,
49809                        "default": "1",
49810                        "max": "63.0957",
49811                        "min": "0.01585",
49812                        "mutable": "null",
49813                        "readable": true,
49814                        "type": "gfloat",
49815                        "writable": true
49816                    },
49817                    "gm-6": {
49818                        "blurb": "Band gain Mid 250",
49819                        "conditionally-available": false,
49820                        "construct": true,
49821                        "construct-only": false,
49822                        "controllable": true,
49823                        "default": "1",
49824                        "max": "63.0957",
49825                        "min": "0.01585",
49826                        "mutable": "null",
49827                        "readable": true,
49828                        "type": "gfloat",
49829                        "writable": true
49830                    },
49831                    "gm-7": {
49832                        "blurb": "Band gain Mid 400",
49833                        "conditionally-available": false,
49834                        "construct": true,
49835                        "construct-only": false,
49836                        "controllable": true,
49837                        "default": "1",
49838                        "max": "63.0957",
49839                        "min": "0.01585",
49840                        "mutable": "null",
49841                        "readable": true,
49842                        "type": "gfloat",
49843                        "writable": true
49844                    },
49845                    "gm-8": {
49846                        "blurb": "Band gain Mid 630",
49847                        "conditionally-available": false,
49848                        "construct": true,
49849                        "construct-only": false,
49850                        "controllable": true,
49851                        "default": "1",
49852                        "max": "63.0957",
49853                        "min": "0.01585",
49854                        "mutable": "null",
49855                        "readable": true,
49856                        "type": "gfloat",
49857                        "writable": true
49858                    },
49859                    "gm-9": {
49860                        "blurb": "Band gain Mid 1K",
49861                        "conditionally-available": false,
49862                        "construct": true,
49863                        "construct-only": false,
49864                        "controllable": true,
49865                        "default": "1",
49866                        "max": "63.0957",
49867                        "min": "0.01585",
49868                        "mutable": "null",
49869                        "readable": true,
49870                        "type": "gfloat",
49871                        "writable": true
49872                    },
49873                    "gs-0": {
49874                        "blurb": "Band gain Side 16",
49875                        "conditionally-available": false,
49876                        "construct": true,
49877                        "construct-only": false,
49878                        "controllable": true,
49879                        "default": "1",
49880                        "max": "63.0957",
49881                        "min": "0.01585",
49882                        "mutable": "null",
49883                        "readable": true,
49884                        "type": "gfloat",
49885                        "writable": true
49886                    },
49887                    "gs-1": {
49888                        "blurb": "Band gain Side 25",
49889                        "conditionally-available": false,
49890                        "construct": true,
49891                        "construct-only": false,
49892                        "controllable": true,
49893                        "default": "1",
49894                        "max": "63.0957",
49895                        "min": "0.01585",
49896                        "mutable": "null",
49897                        "readable": true,
49898                        "type": "gfloat",
49899                        "writable": true
49900                    },
49901                    "gs-10": {
49902                        "blurb": "Band gain Side 1.6K",
49903                        "conditionally-available": false,
49904                        "construct": true,
49905                        "construct-only": false,
49906                        "controllable": true,
49907                        "default": "1",
49908                        "max": "63.0957",
49909                        "min": "0.01585",
49910                        "mutable": "null",
49911                        "readable": true,
49912                        "type": "gfloat",
49913                        "writable": true
49914                    },
49915                    "gs-11": {
49916                        "blurb": "Band gain Side 2.5K",
49917                        "conditionally-available": false,
49918                        "construct": true,
49919                        "construct-only": false,
49920                        "controllable": true,
49921                        "default": "1",
49922                        "max": "63.0957",
49923                        "min": "0.01585",
49924                        "mutable": "null",
49925                        "readable": true,
49926                        "type": "gfloat",
49927                        "writable": true
49928                    },
49929                    "gs-12": {
49930                        "blurb": "Band gain Side 4K",
49931                        "conditionally-available": false,
49932                        "construct": true,
49933                        "construct-only": false,
49934                        "controllable": true,
49935                        "default": "1",
49936                        "max": "63.0957",
49937                        "min": "0.01585",
49938                        "mutable": "null",
49939                        "readable": true,
49940                        "type": "gfloat",
49941                        "writable": true
49942                    },
49943                    "gs-13": {
49944                        "blurb": "Band gain Side 6.3K",
49945                        "conditionally-available": false,
49946                        "construct": true,
49947                        "construct-only": false,
49948                        "controllable": true,
49949                        "default": "1",
49950                        "max": "63.0957",
49951                        "min": "0.01585",
49952                        "mutable": "null",
49953                        "readable": true,
49954                        "type": "gfloat",
49955                        "writable": true
49956                    },
49957                    "gs-14": {
49958                        "blurb": "Band gain Side 10K",
49959                        "conditionally-available": false,
49960                        "construct": true,
49961                        "construct-only": false,
49962                        "controllable": true,
49963                        "default": "1",
49964                        "max": "63.0957",
49965                        "min": "0.01585",
49966                        "mutable": "null",
49967                        "readable": true,
49968                        "type": "gfloat",
49969                        "writable": true
49970                    },
49971                    "gs-15": {
49972                        "blurb": "Band gain Side 16K",
49973                        "conditionally-available": false,
49974                        "construct": true,
49975                        "construct-only": false,
49976                        "controllable": true,
49977                        "default": "1",
49978                        "max": "63.0957",
49979                        "min": "0.01585",
49980                        "mutable": "null",
49981                        "readable": true,
49982                        "type": "gfloat",
49983                        "writable": true
49984                    },
49985                    "gs-2": {
49986                        "blurb": "Band gain Side 40",
49987                        "conditionally-available": false,
49988                        "construct": true,
49989                        "construct-only": false,
49990                        "controllable": true,
49991                        "default": "1",
49992                        "max": "63.0957",
49993                        "min": "0.01585",
49994                        "mutable": "null",
49995                        "readable": true,
49996                        "type": "gfloat",
49997                        "writable": true
49998                    },
49999                    "gs-3": {
50000                        "blurb": "Band gain Side 63",
50001                        "conditionally-available": false,
50002                        "construct": true,
50003                        "construct-only": false,
50004                        "controllable": true,
50005                        "default": "1",
50006                        "max": "63.0957",
50007                        "min": "0.01585",
50008                        "mutable": "null",
50009                        "readable": true,
50010                        "type": "gfloat",
50011                        "writable": true
50012                    },
50013                    "gs-4": {
50014                        "blurb": "Band gain Side 100",
50015                        "conditionally-available": false,
50016                        "construct": true,
50017                        "construct-only": false,
50018                        "controllable": true,
50019                        "default": "1",
50020                        "max": "63.0957",
50021                        "min": "0.01585",
50022                        "mutable": "null",
50023                        "readable": true,
50024                        "type": "gfloat",
50025                        "writable": true
50026                    },
50027                    "gs-5": {
50028                        "blurb": "Band gain Side 160",
50029                        "conditionally-available": false,
50030                        "construct": true,
50031                        "construct-only": false,
50032                        "controllable": true,
50033                        "default": "1",
50034                        "max": "63.0957",
50035                        "min": "0.01585",
50036                        "mutable": "null",
50037                        "readable": true,
50038                        "type": "gfloat",
50039                        "writable": true
50040                    },
50041                    "gs-6": {
50042                        "blurb": "Band gain Side 250",
50043                        "conditionally-available": false,
50044                        "construct": true,
50045                        "construct-only": false,
50046                        "controllable": true,
50047                        "default": "1",
50048                        "max": "63.0957",
50049                        "min": "0.01585",
50050                        "mutable": "null",
50051                        "readable": true,
50052                        "type": "gfloat",
50053                        "writable": true
50054                    },
50055                    "gs-7": {
50056                        "blurb": "Band gain Side 400",
50057                        "conditionally-available": false,
50058                        "construct": true,
50059                        "construct-only": false,
50060                        "controllable": true,
50061                        "default": "1",
50062                        "max": "63.0957",
50063                        "min": "0.01585",
50064                        "mutable": "null",
50065                        "readable": true,
50066                        "type": "gfloat",
50067                        "writable": true
50068                    },
50069                    "gs-8": {
50070                        "blurb": "Band gain Side 630",
50071                        "conditionally-available": false,
50072                        "construct": true,
50073                        "construct-only": false,
50074                        "controllable": true,
50075                        "default": "1",
50076                        "max": "63.0957",
50077                        "min": "0.01585",
50078                        "mutable": "null",
50079                        "readable": true,
50080                        "type": "gfloat",
50081                        "writable": true
50082                    },
50083                    "gs-9": {
50084                        "blurb": "Band gain Side 1K",
50085                        "conditionally-available": false,
50086                        "construct": true,
50087                        "construct-only": false,
50088                        "controllable": true,
50089                        "default": "1",
50090                        "max": "63.0957",
50091                        "min": "0.01585",
50092                        "mutable": "null",
50093                        "readable": true,
50094                        "type": "gfloat",
50095                        "writable": true
50096                    },
50097                    "iml": {
50098                        "blurb": "Input signal meter Left",
50099                        "conditionally-available": false,
50100                        "construct": false,
50101                        "construct-only": false,
50102                        "controllable": true,
50103                        "default": "0",
50104                        "max": "3.98107",
50105                        "min": "0",
50106                        "mutable": "null",
50107                        "readable": true,
50108                        "type": "gfloat",
50109                        "writable": false
50110                    },
50111                    "imr": {
50112                        "blurb": "Input signal meter Right",
50113                        "conditionally-available": false,
50114                        "construct": false,
50115                        "construct-only": false,
50116                        "controllable": true,
50117                        "default": "0",
50118                        "max": "3.98107",
50119                        "min": "0",
50120                        "mutable": "null",
50121                        "readable": true,
50122                        "type": "gfloat",
50123                        "writable": false
50124                    },
50125                    "lstn": {
50126                        "blurb": "Mid/Side listen",
50127                        "conditionally-available": false,
50128                        "construct": true,
50129                        "construct-only": false,
50130                        "controllable": true,
50131                        "default": "false",
50132                        "mutable": "null",
50133                        "readable": true,
50134                        "type": "gboolean",
50135                        "writable": true
50136                    },
50137                    "mode": {
50138                        "blurb": "Equalizer mode",
50139                        "conditionally-available": false,
50140                        "construct": true,
50141                        "construct-only": false,
50142                        "controllable": true,
50143                        "default": "IIR (0)",
50144                        "mutable": "null",
50145                        "readable": true,
50146                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msmode",
50147                        "writable": true
50148                    },
50149                    "out-latency": {
50150                        "blurb": "Latency OUT",
50151                        "conditionally-available": false,
50152                        "construct": false,
50153                        "construct-only": false,
50154                        "controllable": true,
50155                        "default": "0",
50156                        "max": "192000",
50157                        "min": "0",
50158                        "mutable": "null",
50159                        "readable": true,
50160                        "type": "gint",
50161                        "writable": false
50162                    },
50163                    "react": {
50164                        "blurb": "FFT reactivity",
50165                        "conditionally-available": false,
50166                        "construct": true,
50167                        "construct-only": false,
50168                        "controllable": true,
50169                        "default": "0.2",
50170                        "max": "1",
50171                        "min": "0",
50172                        "mutable": "null",
50173                        "readable": true,
50174                        "type": "gfloat",
50175                        "writable": true
50176                    },
50177                    "shift": {
50178                        "blurb": "Shift gain",
50179                        "conditionally-available": false,
50180                        "construct": true,
50181                        "construct-only": false,
50182                        "controllable": true,
50183                        "default": "1",
50184                        "max": "100",
50185                        "min": "0",
50186                        "mutable": "null",
50187                        "readable": true,
50188                        "type": "gfloat",
50189                        "writable": true
50190                    },
50191                    "slope": {
50192                        "blurb": "Filter slope",
50193                        "conditionally-available": false,
50194                        "construct": true,
50195                        "construct-only": false,
50196                        "controllable": true,
50197                        "default": "BT48 (0)",
50198                        "mutable": "null",
50199                        "readable": true,
50200                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msslope",
50201                        "writable": true
50202                    },
50203                    "sml": {
50204                        "blurb": "Output signal meter Left",
50205                        "conditionally-available": false,
50206                        "construct": false,
50207                        "construct-only": false,
50208                        "controllable": true,
50209                        "default": "0",
50210                        "max": "3.98107",
50211                        "min": "0",
50212                        "mutable": "null",
50213                        "readable": true,
50214                        "type": "gfloat",
50215                        "writable": false
50216                    },
50217                    "smr": {
50218                        "blurb": "Output signal meter Right",
50219                        "conditionally-available": false,
50220                        "construct": false,
50221                        "construct-only": false,
50222                        "controllable": true,
50223                        "default": "0",
50224                        "max": "3.98107",
50225                        "min": "0",
50226                        "mutable": "null",
50227                        "readable": true,
50228                        "type": "gfloat",
50229                        "writable": false
50230                    },
50231                    "xem-0": {
50232                        "blurb": "Band on Mid 16",
50233                        "conditionally-available": false,
50234                        "construct": true,
50235                        "construct-only": false,
50236                        "controllable": true,
50237                        "default": "false",
50238                        "mutable": "null",
50239                        "readable": true,
50240                        "type": "gboolean",
50241                        "writable": true
50242                    },
50243                    "xem-1": {
50244                        "blurb": "Band on Mid 25",
50245                        "conditionally-available": false,
50246                        "construct": true,
50247                        "construct-only": false,
50248                        "controllable": true,
50249                        "default": "false",
50250                        "mutable": "null",
50251                        "readable": true,
50252                        "type": "gboolean",
50253                        "writable": true
50254                    },
50255                    "xem-10": {
50256                        "blurb": "Band on Mid 1.6K",
50257                        "conditionally-available": false,
50258                        "construct": true,
50259                        "construct-only": false,
50260                        "controllable": true,
50261                        "default": "false",
50262                        "mutable": "null",
50263                        "readable": true,
50264                        "type": "gboolean",
50265                        "writable": true
50266                    },
50267                    "xem-11": {
50268                        "blurb": "Band on Mid 2.5K",
50269                        "conditionally-available": false,
50270                        "construct": true,
50271                        "construct-only": false,
50272                        "controllable": true,
50273                        "default": "false",
50274                        "mutable": "null",
50275                        "readable": true,
50276                        "type": "gboolean",
50277                        "writable": true
50278                    },
50279                    "xem-12": {
50280                        "blurb": "Band on Mid 4K",
50281                        "conditionally-available": false,
50282                        "construct": true,
50283                        "construct-only": false,
50284                        "controllable": true,
50285                        "default": "false",
50286                        "mutable": "null",
50287                        "readable": true,
50288                        "type": "gboolean",
50289                        "writable": true
50290                    },
50291                    "xem-13": {
50292                        "blurb": "Band on Mid 6.3K",
50293                        "conditionally-available": false,
50294                        "construct": true,
50295                        "construct-only": false,
50296                        "controllable": true,
50297                        "default": "false",
50298                        "mutable": "null",
50299                        "readable": true,
50300                        "type": "gboolean",
50301                        "writable": true
50302                    },
50303                    "xem-14": {
50304                        "blurb": "Band on Mid 10K",
50305                        "conditionally-available": false,
50306                        "construct": true,
50307                        "construct-only": false,
50308                        "controllable": true,
50309                        "default": "false",
50310                        "mutable": "null",
50311                        "readable": true,
50312                        "type": "gboolean",
50313                        "writable": true
50314                    },
50315                    "xem-15": {
50316                        "blurb": "Band on Mid 16K",
50317                        "conditionally-available": false,
50318                        "construct": true,
50319                        "construct-only": false,
50320                        "controllable": true,
50321                        "default": "false",
50322                        "mutable": "null",
50323                        "readable": true,
50324                        "type": "gboolean",
50325                        "writable": true
50326                    },
50327                    "xem-2": {
50328                        "blurb": "Band on Mid 40",
50329                        "conditionally-available": false,
50330                        "construct": true,
50331                        "construct-only": false,
50332                        "controllable": true,
50333                        "default": "false",
50334                        "mutable": "null",
50335                        "readable": true,
50336                        "type": "gboolean",
50337                        "writable": true
50338                    },
50339                    "xem-3": {
50340                        "blurb": "Band on Mid 63",
50341                        "conditionally-available": false,
50342                        "construct": true,
50343                        "construct-only": false,
50344                        "controllable": true,
50345                        "default": "false",
50346                        "mutable": "null",
50347                        "readable": true,
50348                        "type": "gboolean",
50349                        "writable": true
50350                    },
50351                    "xem-4": {
50352                        "blurb": "Band on Mid 100",
50353                        "conditionally-available": false,
50354                        "construct": true,
50355                        "construct-only": false,
50356                        "controllable": true,
50357                        "default": "false",
50358                        "mutable": "null",
50359                        "readable": true,
50360                        "type": "gboolean",
50361                        "writable": true
50362                    },
50363                    "xem-5": {
50364                        "blurb": "Band on Mid 160",
50365                        "conditionally-available": false,
50366                        "construct": true,
50367                        "construct-only": false,
50368                        "controllable": true,
50369                        "default": "false",
50370                        "mutable": "null",
50371                        "readable": true,
50372                        "type": "gboolean",
50373                        "writable": true
50374                    },
50375                    "xem-6": {
50376                        "blurb": "Band on Mid 250",
50377                        "conditionally-available": false,
50378                        "construct": true,
50379                        "construct-only": false,
50380                        "controllable": true,
50381                        "default": "false",
50382                        "mutable": "null",
50383                        "readable": true,
50384                        "type": "gboolean",
50385                        "writable": true
50386                    },
50387                    "xem-7": {
50388                        "blurb": "Band on Mid 400",
50389                        "conditionally-available": false,
50390                        "construct": true,
50391                        "construct-only": false,
50392                        "controllable": true,
50393                        "default": "false",
50394                        "mutable": "null",
50395                        "readable": true,
50396                        "type": "gboolean",
50397                        "writable": true
50398                    },
50399                    "xem-8": {
50400                        "blurb": "Band on Mid 630",
50401                        "conditionally-available": false,
50402                        "construct": true,
50403                        "construct-only": false,
50404                        "controllable": true,
50405                        "default": "false",
50406                        "mutable": "null",
50407                        "readable": true,
50408                        "type": "gboolean",
50409                        "writable": true
50410                    },
50411                    "xem-9": {
50412                        "blurb": "Band on Mid 1K",
50413                        "conditionally-available": false,
50414                        "construct": true,
50415                        "construct-only": false,
50416                        "controllable": true,
50417                        "default": "false",
50418                        "mutable": "null",
50419                        "readable": true,
50420                        "type": "gboolean",
50421                        "writable": true
50422                    },
50423                    "xes-0": {
50424                        "blurb": "Band on Side 16",
50425                        "conditionally-available": false,
50426                        "construct": true,
50427                        "construct-only": false,
50428                        "controllable": true,
50429                        "default": "false",
50430                        "mutable": "null",
50431                        "readable": true,
50432                        "type": "gboolean",
50433                        "writable": true
50434                    },
50435                    "xes-1": {
50436                        "blurb": "Band on Side 25",
50437                        "conditionally-available": false,
50438                        "construct": true,
50439                        "construct-only": false,
50440                        "controllable": true,
50441                        "default": "false",
50442                        "mutable": "null",
50443                        "readable": true,
50444                        "type": "gboolean",
50445                        "writable": true
50446                    },
50447                    "xes-10": {
50448                        "blurb": "Band on Side 1.6K",
50449                        "conditionally-available": false,
50450                        "construct": true,
50451                        "construct-only": false,
50452                        "controllable": true,
50453                        "default": "false",
50454                        "mutable": "null",
50455                        "readable": true,
50456                        "type": "gboolean",
50457                        "writable": true
50458                    },
50459                    "xes-11": {
50460                        "blurb": "Band on Side 2.5K",
50461                        "conditionally-available": false,
50462                        "construct": true,
50463                        "construct-only": false,
50464                        "controllable": true,
50465                        "default": "false",
50466                        "mutable": "null",
50467                        "readable": true,
50468                        "type": "gboolean",
50469                        "writable": true
50470                    },
50471                    "xes-12": {
50472                        "blurb": "Band on Side 4K",
50473                        "conditionally-available": false,
50474                        "construct": true,
50475                        "construct-only": false,
50476                        "controllable": true,
50477                        "default": "false",
50478                        "mutable": "null",
50479                        "readable": true,
50480                        "type": "gboolean",
50481                        "writable": true
50482                    },
50483                    "xes-13": {
50484                        "blurb": "Band on Side 6.3K",
50485                        "conditionally-available": false,
50486                        "construct": true,
50487                        "construct-only": false,
50488                        "controllable": true,
50489                        "default": "false",
50490                        "mutable": "null",
50491                        "readable": true,
50492                        "type": "gboolean",
50493                        "writable": true
50494                    },
50495                    "xes-14": {
50496                        "blurb": "Band on Side 10K",
50497                        "conditionally-available": false,
50498                        "construct": true,
50499                        "construct-only": false,
50500                        "controllable": true,
50501                        "default": "false",
50502                        "mutable": "null",
50503                        "readable": true,
50504                        "type": "gboolean",
50505                        "writable": true
50506                    },
50507                    "xes-15": {
50508                        "blurb": "Band on Side 16K",
50509                        "conditionally-available": false,
50510                        "construct": true,
50511                        "construct-only": false,
50512                        "controllable": true,
50513                        "default": "false",
50514                        "mutable": "null",
50515                        "readable": true,
50516                        "type": "gboolean",
50517                        "writable": true
50518                    },
50519                    "xes-2": {
50520                        "blurb": "Band on Side 40",
50521                        "conditionally-available": false,
50522                        "construct": true,
50523                        "construct-only": false,
50524                        "controllable": true,
50525                        "default": "false",
50526                        "mutable": "null",
50527                        "readable": true,
50528                        "type": "gboolean",
50529                        "writable": true
50530                    },
50531                    "xes-3": {
50532                        "blurb": "Band on Side 63",
50533                        "conditionally-available": false,
50534                        "construct": true,
50535                        "construct-only": false,
50536                        "controllable": true,
50537                        "default": "false",
50538                        "mutable": "null",
50539                        "readable": true,
50540                        "type": "gboolean",
50541                        "writable": true
50542                    },
50543                    "xes-4": {
50544                        "blurb": "Band on Side 100",
50545                        "conditionally-available": false,
50546                        "construct": true,
50547                        "construct-only": false,
50548                        "controllable": true,
50549                        "default": "false",
50550                        "mutable": "null",
50551                        "readable": true,
50552                        "type": "gboolean",
50553                        "writable": true
50554                    },
50555                    "xes-5": {
50556                        "blurb": "Band on Side 160",
50557                        "conditionally-available": false,
50558                        "construct": true,
50559                        "construct-only": false,
50560                        "controllable": true,
50561                        "default": "false",
50562                        "mutable": "null",
50563                        "readable": true,
50564                        "type": "gboolean",
50565                        "writable": true
50566                    },
50567                    "xes-6": {
50568                        "blurb": "Band on Side 250",
50569                        "conditionally-available": false,
50570                        "construct": true,
50571                        "construct-only": false,
50572                        "controllable": true,
50573                        "default": "false",
50574                        "mutable": "null",
50575                        "readable": true,
50576                        "type": "gboolean",
50577                        "writable": true
50578                    },
50579                    "xes-7": {
50580                        "blurb": "Band on Side 400",
50581                        "conditionally-available": false,
50582                        "construct": true,
50583                        "construct-only": false,
50584                        "controllable": true,
50585                        "default": "false",
50586                        "mutable": "null",
50587                        "readable": true,
50588                        "type": "gboolean",
50589                        "writable": true
50590                    },
50591                    "xes-8": {
50592                        "blurb": "Band on Side 630",
50593                        "conditionally-available": false,
50594                        "construct": true,
50595                        "construct-only": false,
50596                        "controllable": true,
50597                        "default": "false",
50598                        "mutable": "null",
50599                        "readable": true,
50600                        "type": "gboolean",
50601                        "writable": true
50602                    },
50603                    "xes-9": {
50604                        "blurb": "Band on Side 1K",
50605                        "conditionally-available": false,
50606                        "construct": true,
50607                        "construct-only": false,
50608                        "controllable": true,
50609                        "default": "false",
50610                        "mutable": "null",
50611                        "readable": true,
50612                        "type": "gboolean",
50613                        "writable": true
50614                    },
50615                    "xmm-0": {
50616                        "blurb": "Band mute Mid 16",
50617                        "conditionally-available": false,
50618                        "construct": true,
50619                        "construct-only": false,
50620                        "controllable": true,
50621                        "default": "false",
50622                        "mutable": "null",
50623                        "readable": true,
50624                        "type": "gboolean",
50625                        "writable": true
50626                    },
50627                    "xmm-1": {
50628                        "blurb": "Band mute Mid 25",
50629                        "conditionally-available": false,
50630                        "construct": true,
50631                        "construct-only": false,
50632                        "controllable": true,
50633                        "default": "false",
50634                        "mutable": "null",
50635                        "readable": true,
50636                        "type": "gboolean",
50637                        "writable": true
50638                    },
50639                    "xmm-10": {
50640                        "blurb": "Band mute Mid 1.6K",
50641                        "conditionally-available": false,
50642                        "construct": true,
50643                        "construct-only": false,
50644                        "controllable": true,
50645                        "default": "false",
50646                        "mutable": "null",
50647                        "readable": true,
50648                        "type": "gboolean",
50649                        "writable": true
50650                    },
50651                    "xmm-11": {
50652                        "blurb": "Band mute Mid 2.5K",
50653                        "conditionally-available": false,
50654                        "construct": true,
50655                        "construct-only": false,
50656                        "controllable": true,
50657                        "default": "false",
50658                        "mutable": "null",
50659                        "readable": true,
50660                        "type": "gboolean",
50661                        "writable": true
50662                    },
50663                    "xmm-12": {
50664                        "blurb": "Band mute Mid 4K",
50665                        "conditionally-available": false,
50666                        "construct": true,
50667                        "construct-only": false,
50668                        "controllable": true,
50669                        "default": "false",
50670                        "mutable": "null",
50671                        "readable": true,
50672                        "type": "gboolean",
50673                        "writable": true
50674                    },
50675                    "xmm-13": {
50676                        "blurb": "Band mute Mid 6.3K",
50677                        "conditionally-available": false,
50678                        "construct": true,
50679                        "construct-only": false,
50680                        "controllable": true,
50681                        "default": "false",
50682                        "mutable": "null",
50683                        "readable": true,
50684                        "type": "gboolean",
50685                        "writable": true
50686                    },
50687                    "xmm-14": {
50688                        "blurb": "Band mute Mid 10K",
50689                        "conditionally-available": false,
50690                        "construct": true,
50691                        "construct-only": false,
50692                        "controllable": true,
50693                        "default": "false",
50694                        "mutable": "null",
50695                        "readable": true,
50696                        "type": "gboolean",
50697                        "writable": true
50698                    },
50699                    "xmm-15": {
50700                        "blurb": "Band mute Mid 16K",
50701                        "conditionally-available": false,
50702                        "construct": true,
50703                        "construct-only": false,
50704                        "controllable": true,
50705                        "default": "false",
50706                        "mutable": "null",
50707                        "readable": true,
50708                        "type": "gboolean",
50709                        "writable": true
50710                    },
50711                    "xmm-2": {
50712                        "blurb": "Band mute Mid 40",
50713                        "conditionally-available": false,
50714                        "construct": true,
50715                        "construct-only": false,
50716                        "controllable": true,
50717                        "default": "false",
50718                        "mutable": "null",
50719                        "readable": true,
50720                        "type": "gboolean",
50721                        "writable": true
50722                    },
50723                    "xmm-3": {
50724                        "blurb": "Band mute Mid 63",
50725                        "conditionally-available": false,
50726                        "construct": true,
50727                        "construct-only": false,
50728                        "controllable": true,
50729                        "default": "false",
50730                        "mutable": "null",
50731                        "readable": true,
50732                        "type": "gboolean",
50733                        "writable": true
50734                    },
50735                    "xmm-4": {
50736                        "blurb": "Band mute Mid 100",
50737                        "conditionally-available": false,
50738                        "construct": true,
50739                        "construct-only": false,
50740                        "controllable": true,
50741                        "default": "false",
50742                        "mutable": "null",
50743                        "readable": true,
50744                        "type": "gboolean",
50745                        "writable": true
50746                    },
50747                    "xmm-5": {
50748                        "blurb": "Band mute Mid 160",
50749                        "conditionally-available": false,
50750                        "construct": true,
50751                        "construct-only": false,
50752                        "controllable": true,
50753                        "default": "false",
50754                        "mutable": "null",
50755                        "readable": true,
50756                        "type": "gboolean",
50757                        "writable": true
50758                    },
50759                    "xmm-6": {
50760                        "blurb": "Band mute Mid 250",
50761                        "conditionally-available": false,
50762                        "construct": true,
50763                        "construct-only": false,
50764                        "controllable": true,
50765                        "default": "false",
50766                        "mutable": "null",
50767                        "readable": true,
50768                        "type": "gboolean",
50769                        "writable": true
50770                    },
50771                    "xmm-7": {
50772                        "blurb": "Band mute Mid 400",
50773                        "conditionally-available": false,
50774                        "construct": true,
50775                        "construct-only": false,
50776                        "controllable": true,
50777                        "default": "false",
50778                        "mutable": "null",
50779                        "readable": true,
50780                        "type": "gboolean",
50781                        "writable": true
50782                    },
50783                    "xmm-8": {
50784                        "blurb": "Band mute Mid 630",
50785                        "conditionally-available": false,
50786                        "construct": true,
50787                        "construct-only": false,
50788                        "controllable": true,
50789                        "default": "false",
50790                        "mutable": "null",
50791                        "readable": true,
50792                        "type": "gboolean",
50793                        "writable": true
50794                    },
50795                    "xmm-9": {
50796                        "blurb": "Band mute Mid 1K",
50797                        "conditionally-available": false,
50798                        "construct": true,
50799                        "construct-only": false,
50800                        "controllable": true,
50801                        "default": "false",
50802                        "mutable": "null",
50803                        "readable": true,
50804                        "type": "gboolean",
50805                        "writable": true
50806                    },
50807                    "xms-0": {
50808                        "blurb": "Band mute Side 16",
50809                        "conditionally-available": false,
50810                        "construct": true,
50811                        "construct-only": false,
50812                        "controllable": true,
50813                        "default": "false",
50814                        "mutable": "null",
50815                        "readable": true,
50816                        "type": "gboolean",
50817                        "writable": true
50818                    },
50819                    "xms-1": {
50820                        "blurb": "Band mute Side 25",
50821                        "conditionally-available": false,
50822                        "construct": true,
50823                        "construct-only": false,
50824                        "controllable": true,
50825                        "default": "false",
50826                        "mutable": "null",
50827                        "readable": true,
50828                        "type": "gboolean",
50829                        "writable": true
50830                    },
50831                    "xms-10": {
50832                        "blurb": "Band mute Side 1.6K",
50833                        "conditionally-available": false,
50834                        "construct": true,
50835                        "construct-only": false,
50836                        "controllable": true,
50837                        "default": "false",
50838                        "mutable": "null",
50839                        "readable": true,
50840                        "type": "gboolean",
50841                        "writable": true
50842                    },
50843                    "xms-11": {
50844                        "blurb": "Band mute Side 2.5K",
50845                        "conditionally-available": false,
50846                        "construct": true,
50847                        "construct-only": false,
50848                        "controllable": true,
50849                        "default": "false",
50850                        "mutable": "null",
50851                        "readable": true,
50852                        "type": "gboolean",
50853                        "writable": true
50854                    },
50855                    "xms-12": {
50856                        "blurb": "Band mute Side 4K",
50857                        "conditionally-available": false,
50858                        "construct": true,
50859                        "construct-only": false,
50860                        "controllable": true,
50861                        "default": "false",
50862                        "mutable": "null",
50863                        "readable": true,
50864                        "type": "gboolean",
50865                        "writable": true
50866                    },
50867                    "xms-13": {
50868                        "blurb": "Band mute Side 6.3K",
50869                        "conditionally-available": false,
50870                        "construct": true,
50871                        "construct-only": false,
50872                        "controllable": true,
50873                        "default": "false",
50874                        "mutable": "null",
50875                        "readable": true,
50876                        "type": "gboolean",
50877                        "writable": true
50878                    },
50879                    "xms-14": {
50880                        "blurb": "Band mute Side 10K",
50881                        "conditionally-available": false,
50882                        "construct": true,
50883                        "construct-only": false,
50884                        "controllable": true,
50885                        "default": "false",
50886                        "mutable": "null",
50887                        "readable": true,
50888                        "type": "gboolean",
50889                        "writable": true
50890                    },
50891                    "xms-15": {
50892                        "blurb": "Band mute Side 16K",
50893                        "conditionally-available": false,
50894                        "construct": true,
50895                        "construct-only": false,
50896                        "controllable": true,
50897                        "default": "false",
50898                        "mutable": "null",
50899                        "readable": true,
50900                        "type": "gboolean",
50901                        "writable": true
50902                    },
50903                    "xms-2": {
50904                        "blurb": "Band mute Side 40",
50905                        "conditionally-available": false,
50906                        "construct": true,
50907                        "construct-only": false,
50908                        "controllable": true,
50909                        "default": "false",
50910                        "mutable": "null",
50911                        "readable": true,
50912                        "type": "gboolean",
50913                        "writable": true
50914                    },
50915                    "xms-3": {
50916                        "blurb": "Band mute Side 63",
50917                        "conditionally-available": false,
50918                        "construct": true,
50919                        "construct-only": false,
50920                        "controllable": true,
50921                        "default": "false",
50922                        "mutable": "null",
50923                        "readable": true,
50924                        "type": "gboolean",
50925                        "writable": true
50926                    },
50927                    "xms-4": {
50928                        "blurb": "Band mute Side 100",
50929                        "conditionally-available": false,
50930                        "construct": true,
50931                        "construct-only": false,
50932                        "controllable": true,
50933                        "default": "false",
50934                        "mutable": "null",
50935                        "readable": true,
50936                        "type": "gboolean",
50937                        "writable": true
50938                    },
50939                    "xms-5": {
50940                        "blurb": "Band mute Side 160",
50941                        "conditionally-available": false,
50942                        "construct": true,
50943                        "construct-only": false,
50944                        "controllable": true,
50945                        "default": "false",
50946                        "mutable": "null",
50947                        "readable": true,
50948                        "type": "gboolean",
50949                        "writable": true
50950                    },
50951                    "xms-6": {
50952                        "blurb": "Band mute Side 250",
50953                        "conditionally-available": false,
50954                        "construct": true,
50955                        "construct-only": false,
50956                        "controllable": true,
50957                        "default": "false",
50958                        "mutable": "null",
50959                        "readable": true,
50960                        "type": "gboolean",
50961                        "writable": true
50962                    },
50963                    "xms-7": {
50964                        "blurb": "Band mute Side 400",
50965                        "conditionally-available": false,
50966                        "construct": true,
50967                        "construct-only": false,
50968                        "controllable": true,
50969                        "default": "false",
50970                        "mutable": "null",
50971                        "readable": true,
50972                        "type": "gboolean",
50973                        "writable": true
50974                    },
50975                    "xms-8": {
50976                        "blurb": "Band mute Side 630",
50977                        "conditionally-available": false,
50978                        "construct": true,
50979                        "construct-only": false,
50980                        "controllable": true,
50981                        "default": "false",
50982                        "mutable": "null",
50983                        "readable": true,
50984                        "type": "gboolean",
50985                        "writable": true
50986                    },
50987                    "xms-9": {
50988                        "blurb": "Band mute Side 1K",
50989                        "conditionally-available": false,
50990                        "construct": true,
50991                        "construct-only": false,
50992                        "controllable": true,
50993                        "default": "false",
50994                        "mutable": "null",
50995                        "readable": true,
50996                        "type": "gboolean",
50997                        "writable": true
50998                    },
50999                    "xsm-0": {
51000                        "blurb": "Band solo Mid 16",
51001                        "conditionally-available": false,
51002                        "construct": true,
51003                        "construct-only": false,
51004                        "controllable": true,
51005                        "default": "false",
51006                        "mutable": "null",
51007                        "readable": true,
51008                        "type": "gboolean",
51009                        "writable": true
51010                    },
51011                    "xsm-1": {
51012                        "blurb": "Band solo Mid 25",
51013                        "conditionally-available": false,
51014                        "construct": true,
51015                        "construct-only": false,
51016                        "controllable": true,
51017                        "default": "false",
51018                        "mutable": "null",
51019                        "readable": true,
51020                        "type": "gboolean",
51021                        "writable": true
51022                    },
51023                    "xsm-10": {
51024                        "blurb": "Band solo Mid 1.6K",
51025                        "conditionally-available": false,
51026                        "construct": true,
51027                        "construct-only": false,
51028                        "controllable": true,
51029                        "default": "false",
51030                        "mutable": "null",
51031                        "readable": true,
51032                        "type": "gboolean",
51033                        "writable": true
51034                    },
51035                    "xsm-11": {
51036                        "blurb": "Band solo Mid 2.5K",
51037                        "conditionally-available": false,
51038                        "construct": true,
51039                        "construct-only": false,
51040                        "controllable": true,
51041                        "default": "false",
51042                        "mutable": "null",
51043                        "readable": true,
51044                        "type": "gboolean",
51045                        "writable": true
51046                    },
51047                    "xsm-12": {
51048                        "blurb": "Band solo Mid 4K",
51049                        "conditionally-available": false,
51050                        "construct": true,
51051                        "construct-only": false,
51052                        "controllable": true,
51053                        "default": "false",
51054                        "mutable": "null",
51055                        "readable": true,
51056                        "type": "gboolean",
51057                        "writable": true
51058                    },
51059                    "xsm-13": {
51060                        "blurb": "Band solo Mid 6.3K",
51061                        "conditionally-available": false,
51062                        "construct": true,
51063                        "construct-only": false,
51064                        "controllable": true,
51065                        "default": "false",
51066                        "mutable": "null",
51067                        "readable": true,
51068                        "type": "gboolean",
51069                        "writable": true
51070                    },
51071                    "xsm-14": {
51072                        "blurb": "Band solo Mid 10K",
51073                        "conditionally-available": false,
51074                        "construct": true,
51075                        "construct-only": false,
51076                        "controllable": true,
51077                        "default": "false",
51078                        "mutable": "null",
51079                        "readable": true,
51080                        "type": "gboolean",
51081                        "writable": true
51082                    },
51083                    "xsm-15": {
51084                        "blurb": "Band solo Mid 16K",
51085                        "conditionally-available": false,
51086                        "construct": true,
51087                        "construct-only": false,
51088                        "controllable": true,
51089                        "default": "false",
51090                        "mutable": "null",
51091                        "readable": true,
51092                        "type": "gboolean",
51093                        "writable": true
51094                    },
51095                    "xsm-2": {
51096                        "blurb": "Band solo Mid 40",
51097                        "conditionally-available": false,
51098                        "construct": true,
51099                        "construct-only": false,
51100                        "controllable": true,
51101                        "default": "false",
51102                        "mutable": "null",
51103                        "readable": true,
51104                        "type": "gboolean",
51105                        "writable": true
51106                    },
51107                    "xsm-3": {
51108                        "blurb": "Band solo Mid 63",
51109                        "conditionally-available": false,
51110                        "construct": true,
51111                        "construct-only": false,
51112                        "controllable": true,
51113                        "default": "false",
51114                        "mutable": "null",
51115                        "readable": true,
51116                        "type": "gboolean",
51117                        "writable": true
51118                    },
51119                    "xsm-4": {
51120                        "blurb": "Band solo Mid 100",
51121                        "conditionally-available": false,
51122                        "construct": true,
51123                        "construct-only": false,
51124                        "controllable": true,
51125                        "default": "false",
51126                        "mutable": "null",
51127                        "readable": true,
51128                        "type": "gboolean",
51129                        "writable": true
51130                    },
51131                    "xsm-5": {
51132                        "blurb": "Band solo Mid 160",
51133                        "conditionally-available": false,
51134                        "construct": true,
51135                        "construct-only": false,
51136                        "controllable": true,
51137                        "default": "false",
51138                        "mutable": "null",
51139                        "readable": true,
51140                        "type": "gboolean",
51141                        "writable": true
51142                    },
51143                    "xsm-6": {
51144                        "blurb": "Band solo Mid 250",
51145                        "conditionally-available": false,
51146                        "construct": true,
51147                        "construct-only": false,
51148                        "controllable": true,
51149                        "default": "false",
51150                        "mutable": "null",
51151                        "readable": true,
51152                        "type": "gboolean",
51153                        "writable": true
51154                    },
51155                    "xsm-7": {
51156                        "blurb": "Band solo Mid 400",
51157                        "conditionally-available": false,
51158                        "construct": true,
51159                        "construct-only": false,
51160                        "controllable": true,
51161                        "default": "false",
51162                        "mutable": "null",
51163                        "readable": true,
51164                        "type": "gboolean",
51165                        "writable": true
51166                    },
51167                    "xsm-8": {
51168                        "blurb": "Band solo Mid 630",
51169                        "conditionally-available": false,
51170                        "construct": true,
51171                        "construct-only": false,
51172                        "controllable": true,
51173                        "default": "false",
51174                        "mutable": "null",
51175                        "readable": true,
51176                        "type": "gboolean",
51177                        "writable": true
51178                    },
51179                    "xsm-9": {
51180                        "blurb": "Band solo Mid 1K",
51181                        "conditionally-available": false,
51182                        "construct": true,
51183                        "construct-only": false,
51184                        "controllable": true,
51185                        "default": "false",
51186                        "mutable": "null",
51187                        "readable": true,
51188                        "type": "gboolean",
51189                        "writable": true
51190                    },
51191                    "xss-0": {
51192                        "blurb": "Band solo Side 16",
51193                        "conditionally-available": false,
51194                        "construct": true,
51195                        "construct-only": false,
51196                        "controllable": true,
51197                        "default": "false",
51198                        "mutable": "null",
51199                        "readable": true,
51200                        "type": "gboolean",
51201                        "writable": true
51202                    },
51203                    "xss-1": {
51204                        "blurb": "Band solo Side 25",
51205                        "conditionally-available": false,
51206                        "construct": true,
51207                        "construct-only": false,
51208                        "controllable": true,
51209                        "default": "false",
51210                        "mutable": "null",
51211                        "readable": true,
51212                        "type": "gboolean",
51213                        "writable": true
51214                    },
51215                    "xss-10": {
51216                        "blurb": "Band solo Side 1.6K",
51217                        "conditionally-available": false,
51218                        "construct": true,
51219                        "construct-only": false,
51220                        "controllable": true,
51221                        "default": "false",
51222                        "mutable": "null",
51223                        "readable": true,
51224                        "type": "gboolean",
51225                        "writable": true
51226                    },
51227                    "xss-11": {
51228                        "blurb": "Band solo Side 2.5K",
51229                        "conditionally-available": false,
51230                        "construct": true,
51231                        "construct-only": false,
51232                        "controllable": true,
51233                        "default": "false",
51234                        "mutable": "null",
51235                        "readable": true,
51236                        "type": "gboolean",
51237                        "writable": true
51238                    },
51239                    "xss-12": {
51240                        "blurb": "Band solo Side 4K",
51241                        "conditionally-available": false,
51242                        "construct": true,
51243                        "construct-only": false,
51244                        "controllable": true,
51245                        "default": "false",
51246                        "mutable": "null",
51247                        "readable": true,
51248                        "type": "gboolean",
51249                        "writable": true
51250                    },
51251                    "xss-13": {
51252                        "blurb": "Band solo Side 6.3K",
51253                        "conditionally-available": false,
51254                        "construct": true,
51255                        "construct-only": false,
51256                        "controllable": true,
51257                        "default": "false",
51258                        "mutable": "null",
51259                        "readable": true,
51260                        "type": "gboolean",
51261                        "writable": true
51262                    },
51263                    "xss-14": {
51264                        "blurb": "Band solo Side 10K",
51265                        "conditionally-available": false,
51266                        "construct": true,
51267                        "construct-only": false,
51268                        "controllable": true,
51269                        "default": "false",
51270                        "mutable": "null",
51271                        "readable": true,
51272                        "type": "gboolean",
51273                        "writable": true
51274                    },
51275                    "xss-15": {
51276                        "blurb": "Band solo Side 16K",
51277                        "conditionally-available": false,
51278                        "construct": true,
51279                        "construct-only": false,
51280                        "controllable": true,
51281                        "default": "false",
51282                        "mutable": "null",
51283                        "readable": true,
51284                        "type": "gboolean",
51285                        "writable": true
51286                    },
51287                    "xss-2": {
51288                        "blurb": "Band solo Side 40",
51289                        "conditionally-available": false,
51290                        "construct": true,
51291                        "construct-only": false,
51292                        "controllable": true,
51293                        "default": "false",
51294                        "mutable": "null",
51295                        "readable": true,
51296                        "type": "gboolean",
51297                        "writable": true
51298                    },
51299                    "xss-3": {
51300                        "blurb": "Band solo Side 63",
51301                        "conditionally-available": false,
51302                        "construct": true,
51303                        "construct-only": false,
51304                        "controllable": true,
51305                        "default": "false",
51306                        "mutable": "null",
51307                        "readable": true,
51308                        "type": "gboolean",
51309                        "writable": true
51310                    },
51311                    "xss-4": {
51312                        "blurb": "Band solo Side 100",
51313                        "conditionally-available": false,
51314                        "construct": true,
51315                        "construct-only": false,
51316                        "controllable": true,
51317                        "default": "false",
51318                        "mutable": "null",
51319                        "readable": true,
51320                        "type": "gboolean",
51321                        "writable": true
51322                    },
51323                    "xss-5": {
51324                        "blurb": "Band solo Side 160",
51325                        "conditionally-available": false,
51326                        "construct": true,
51327                        "construct-only": false,
51328                        "controllable": true,
51329                        "default": "false",
51330                        "mutable": "null",
51331                        "readable": true,
51332                        "type": "gboolean",
51333                        "writable": true
51334                    },
51335                    "xss-6": {
51336                        "blurb": "Band solo Side 250",
51337                        "conditionally-available": false,
51338                        "construct": true,
51339                        "construct-only": false,
51340                        "controllable": true,
51341                        "default": "false",
51342                        "mutable": "null",
51343                        "readable": true,
51344                        "type": "gboolean",
51345                        "writable": true
51346                    },
51347                    "xss-7": {
51348                        "blurb": "Band solo Side 400",
51349                        "conditionally-available": false,
51350                        "construct": true,
51351                        "construct-only": false,
51352                        "controllable": true,
51353                        "default": "false",
51354                        "mutable": "null",
51355                        "readable": true,
51356                        "type": "gboolean",
51357                        "writable": true
51358                    },
51359                    "xss-8": {
51360                        "blurb": "Band solo Side 630",
51361                        "conditionally-available": false,
51362                        "construct": true,
51363                        "construct-only": false,
51364                        "controllable": true,
51365                        "default": "false",
51366                        "mutable": "null",
51367                        "readable": true,
51368                        "type": "gboolean",
51369                        "writable": true
51370                    },
51371                    "xss-9": {
51372                        "blurb": "Band solo Side 1K",
51373                        "conditionally-available": false,
51374                        "construct": true,
51375                        "construct-only": false,
51376                        "controllable": true,
51377                        "default": "false",
51378                        "mutable": "null",
51379                        "readable": true,
51380                        "type": "gboolean",
51381                        "writable": true
51382                    },
51383                    "zoom": {
51384                        "blurb": "Graph zoom",
51385                        "conditionally-available": false,
51386                        "construct": true,
51387                        "construct-only": false,
51388                        "controllable": true,
51389                        "default": "1",
51390                        "max": "1",
51391                        "min": "0.01585",
51392                        "mutable": "null",
51393                        "readable": true,
51394                        "type": "gfloat",
51395                        "writable": true
51396                    }
51397                },
51398                "rank": "none"
51399            },
51400            "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo": {
51401                "author": "LSP LV2",
51402                "description": "LSP Graphic Equalizer x16 Stereo",
51403                "hierarchy": [
51404                    "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo",
51405                    "GstAudioFilter",
51406                    "GstBaseTransform",
51407                    "GstElement",
51408                    "GstObject",
51409                    "GInitiallyUnowned",
51410                    "GObject"
51411                ],
51412                "interfaces": [
51413                    "GstPreset"
51414                ],
51415                "klass": "Filter/Effect/Audio/LV2/Multiband",
51416                "long-name": "LSP Graphic Equalizer x16 Stereo",
51417                "pad-templates": {
51418                    "sink": {
51419                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
51420                        "direction": "sink",
51421                        "presence": "always"
51422                    },
51423                    "src": {
51424                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
51425                        "direction": "src",
51426                        "presence": "always"
51427                    }
51428                },
51429                "properties": {
51430                    "bal": {
51431                        "blurb": "Output balance",
51432                        "conditionally-available": false,
51433                        "construct": true,
51434                        "construct-only": false,
51435                        "controllable": true,
51436                        "default": "0",
51437                        "max": "100",
51438                        "min": "-100",
51439                        "mutable": "null",
51440                        "readable": true,
51441                        "type": "gfloat",
51442                        "writable": true
51443                    },
51444                    "bypass": {
51445                        "blurb": "Bypass",
51446                        "conditionally-available": false,
51447                        "construct": true,
51448                        "construct-only": false,
51449                        "controllable": true,
51450                        "default": "false",
51451                        "mutable": "null",
51452                        "readable": true,
51453                        "type": "gboolean",
51454                        "writable": true
51455                    },
51456                    "fft": {
51457                        "blurb": "FFT analysis",
51458                        "conditionally-available": false,
51459                        "construct": true,
51460                        "construct-only": false,
51461                        "controllable": true,
51462                        "default": "Off (0)",
51463                        "mutable": "null",
51464                        "readable": true,
51465                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereofft",
51466                        "writable": true
51467                    },
51468                    "fftv-l": {
51469                        "blurb": "FFT visibility Left",
51470                        "conditionally-available": false,
51471                        "construct": true,
51472                        "construct-only": false,
51473                        "controllable": true,
51474                        "default": "false",
51475                        "mutable": "null",
51476                        "readable": true,
51477                        "type": "gboolean",
51478                        "writable": true
51479                    },
51480                    "fftv-r": {
51481                        "blurb": "FFT visibility Right",
51482                        "conditionally-available": false,
51483                        "construct": true,
51484                        "construct-only": false,
51485                        "controllable": true,
51486                        "default": "false",
51487                        "mutable": "null",
51488                        "readable": true,
51489                        "type": "gboolean",
51490                        "writable": true
51491                    },
51492                    "fv-0": {
51493                        "blurb": "Filter visibility  16",
51494                        "conditionally-available": false,
51495                        "construct": false,
51496                        "construct-only": false,
51497                        "controllable": true,
51498                        "default": "false",
51499                        "mutable": "null",
51500                        "readable": true,
51501                        "type": "gboolean",
51502                        "writable": false
51503                    },
51504                    "fv-1": {
51505                        "blurb": "Filter visibility  25",
51506                        "conditionally-available": false,
51507                        "construct": false,
51508                        "construct-only": false,
51509                        "controllable": true,
51510                        "default": "false",
51511                        "mutable": "null",
51512                        "readable": true,
51513                        "type": "gboolean",
51514                        "writable": false
51515                    },
51516                    "fv-10": {
51517                        "blurb": "Filter visibility  1.6K",
51518                        "conditionally-available": false,
51519                        "construct": false,
51520                        "construct-only": false,
51521                        "controllable": true,
51522                        "default": "false",
51523                        "mutable": "null",
51524                        "readable": true,
51525                        "type": "gboolean",
51526                        "writable": false
51527                    },
51528                    "fv-11": {
51529                        "blurb": "Filter visibility  2.5K",
51530                        "conditionally-available": false,
51531                        "construct": false,
51532                        "construct-only": false,
51533                        "controllable": true,
51534                        "default": "false",
51535                        "mutable": "null",
51536                        "readable": true,
51537                        "type": "gboolean",
51538                        "writable": false
51539                    },
51540                    "fv-12": {
51541                        "blurb": "Filter visibility  4K",
51542                        "conditionally-available": false,
51543                        "construct": false,
51544                        "construct-only": false,
51545                        "controllable": true,
51546                        "default": "false",
51547                        "mutable": "null",
51548                        "readable": true,
51549                        "type": "gboolean",
51550                        "writable": false
51551                    },
51552                    "fv-13": {
51553                        "blurb": "Filter visibility  6.3K",
51554                        "conditionally-available": false,
51555                        "construct": false,
51556                        "construct-only": false,
51557                        "controllable": true,
51558                        "default": "false",
51559                        "mutable": "null",
51560                        "readable": true,
51561                        "type": "gboolean",
51562                        "writable": false
51563                    },
51564                    "fv-14": {
51565                        "blurb": "Filter visibility  10K",
51566                        "conditionally-available": false,
51567                        "construct": false,
51568                        "construct-only": false,
51569                        "controllable": true,
51570                        "default": "false",
51571                        "mutable": "null",
51572                        "readable": true,
51573                        "type": "gboolean",
51574                        "writable": false
51575                    },
51576                    "fv-15": {
51577                        "blurb": "Filter visibility  16K",
51578                        "conditionally-available": false,
51579                        "construct": false,
51580                        "construct-only": false,
51581                        "controllable": true,
51582                        "default": "false",
51583                        "mutable": "null",
51584                        "readable": true,
51585                        "type": "gboolean",
51586                        "writable": false
51587                    },
51588                    "fv-2": {
51589                        "blurb": "Filter visibility  40",
51590                        "conditionally-available": false,
51591                        "construct": false,
51592                        "construct-only": false,
51593                        "controllable": true,
51594                        "default": "false",
51595                        "mutable": "null",
51596                        "readable": true,
51597                        "type": "gboolean",
51598                        "writable": false
51599                    },
51600                    "fv-3": {
51601                        "blurb": "Filter visibility  63",
51602                        "conditionally-available": false,
51603                        "construct": false,
51604                        "construct-only": false,
51605                        "controllable": true,
51606                        "default": "false",
51607                        "mutable": "null",
51608                        "readable": true,
51609                        "type": "gboolean",
51610                        "writable": false
51611                    },
51612                    "fv-4": {
51613                        "blurb": "Filter visibility  100",
51614                        "conditionally-available": false,
51615                        "construct": false,
51616                        "construct-only": false,
51617                        "controllable": true,
51618                        "default": "false",
51619                        "mutable": "null",
51620                        "readable": true,
51621                        "type": "gboolean",
51622                        "writable": false
51623                    },
51624                    "fv-5": {
51625                        "blurb": "Filter visibility  160",
51626                        "conditionally-available": false,
51627                        "construct": false,
51628                        "construct-only": false,
51629                        "controllable": true,
51630                        "default": "false",
51631                        "mutable": "null",
51632                        "readable": true,
51633                        "type": "gboolean",
51634                        "writable": false
51635                    },
51636                    "fv-6": {
51637                        "blurb": "Filter visibility  250",
51638                        "conditionally-available": false,
51639                        "construct": false,
51640                        "construct-only": false,
51641                        "controllable": true,
51642                        "default": "false",
51643                        "mutable": "null",
51644                        "readable": true,
51645                        "type": "gboolean",
51646                        "writable": false
51647                    },
51648                    "fv-7": {
51649                        "blurb": "Filter visibility  400",
51650                        "conditionally-available": false,
51651                        "construct": false,
51652                        "construct-only": false,
51653                        "controllable": true,
51654                        "default": "false",
51655                        "mutable": "null",
51656                        "readable": true,
51657                        "type": "gboolean",
51658                        "writable": false
51659                    },
51660                    "fv-8": {
51661                        "blurb": "Filter visibility  630",
51662                        "conditionally-available": false,
51663                        "construct": false,
51664                        "construct-only": false,
51665                        "controllable": true,
51666                        "default": "false",
51667                        "mutable": "null",
51668                        "readable": true,
51669                        "type": "gboolean",
51670                        "writable": false
51671                    },
51672                    "fv-9": {
51673                        "blurb": "Filter visibility  1K",
51674                        "conditionally-available": false,
51675                        "construct": false,
51676                        "construct-only": false,
51677                        "controllable": true,
51678                        "default": "false",
51679                        "mutable": "null",
51680                        "readable": true,
51681                        "type": "gboolean",
51682                        "writable": false
51683                    },
51684                    "g-0": {
51685                        "blurb": "Band gain 16",
51686                        "conditionally-available": false,
51687                        "construct": true,
51688                        "construct-only": false,
51689                        "controllable": true,
51690                        "default": "1",
51691                        "max": "63.0957",
51692                        "min": "0.01585",
51693                        "mutable": "null",
51694                        "readable": true,
51695                        "type": "gfloat",
51696                        "writable": true
51697                    },
51698                    "g-1": {
51699                        "blurb": "Band gain 25",
51700                        "conditionally-available": false,
51701                        "construct": true,
51702                        "construct-only": false,
51703                        "controllable": true,
51704                        "default": "1",
51705                        "max": "63.0957",
51706                        "min": "0.01585",
51707                        "mutable": "null",
51708                        "readable": true,
51709                        "type": "gfloat",
51710                        "writable": true
51711                    },
51712                    "g-10": {
51713                        "blurb": "Band gain 1.6K",
51714                        "conditionally-available": false,
51715                        "construct": true,
51716                        "construct-only": false,
51717                        "controllable": true,
51718                        "default": "1",
51719                        "max": "63.0957",
51720                        "min": "0.01585",
51721                        "mutable": "null",
51722                        "readable": true,
51723                        "type": "gfloat",
51724                        "writable": true
51725                    },
51726                    "g-11": {
51727                        "blurb": "Band gain 2.5K",
51728                        "conditionally-available": false,
51729                        "construct": true,
51730                        "construct-only": false,
51731                        "controllable": true,
51732                        "default": "1",
51733                        "max": "63.0957",
51734                        "min": "0.01585",
51735                        "mutable": "null",
51736                        "readable": true,
51737                        "type": "gfloat",
51738                        "writable": true
51739                    },
51740                    "g-12": {
51741                        "blurb": "Band gain 4K",
51742                        "conditionally-available": false,
51743                        "construct": true,
51744                        "construct-only": false,
51745                        "controllable": true,
51746                        "default": "1",
51747                        "max": "63.0957",
51748                        "min": "0.01585",
51749                        "mutable": "null",
51750                        "readable": true,
51751                        "type": "gfloat",
51752                        "writable": true
51753                    },
51754                    "g-13": {
51755                        "blurb": "Band gain 6.3K",
51756                        "conditionally-available": false,
51757                        "construct": true,
51758                        "construct-only": false,
51759                        "controllable": true,
51760                        "default": "1",
51761                        "max": "63.0957",
51762                        "min": "0.01585",
51763                        "mutable": "null",
51764                        "readable": true,
51765                        "type": "gfloat",
51766                        "writable": true
51767                    },
51768                    "g-14": {
51769                        "blurb": "Band gain 10K",
51770                        "conditionally-available": false,
51771                        "construct": true,
51772                        "construct-only": false,
51773                        "controllable": true,
51774                        "default": "1",
51775                        "max": "63.0957",
51776                        "min": "0.01585",
51777                        "mutable": "null",
51778                        "readable": true,
51779                        "type": "gfloat",
51780                        "writable": true
51781                    },
51782                    "g-15": {
51783                        "blurb": "Band gain 16K",
51784                        "conditionally-available": false,
51785                        "construct": true,
51786                        "construct-only": false,
51787                        "controllable": true,
51788                        "default": "1",
51789                        "max": "63.0957",
51790                        "min": "0.01585",
51791                        "mutable": "null",
51792                        "readable": true,
51793                        "type": "gfloat",
51794                        "writable": true
51795                    },
51796                    "g-2": {
51797                        "blurb": "Band gain 40",
51798                        "conditionally-available": false,
51799                        "construct": true,
51800                        "construct-only": false,
51801                        "controllable": true,
51802                        "default": "1",
51803                        "max": "63.0957",
51804                        "min": "0.01585",
51805                        "mutable": "null",
51806                        "readable": true,
51807                        "type": "gfloat",
51808                        "writable": true
51809                    },
51810                    "g-3": {
51811                        "blurb": "Band gain 63",
51812                        "conditionally-available": false,
51813                        "construct": true,
51814                        "construct-only": false,
51815                        "controllable": true,
51816                        "default": "1",
51817                        "max": "63.0957",
51818                        "min": "0.01585",
51819                        "mutable": "null",
51820                        "readable": true,
51821                        "type": "gfloat",
51822                        "writable": true
51823                    },
51824                    "g-4": {
51825                        "blurb": "Band gain 100",
51826                        "conditionally-available": false,
51827                        "construct": true,
51828                        "construct-only": false,
51829                        "controllable": true,
51830                        "default": "1",
51831                        "max": "63.0957",
51832                        "min": "0.01585",
51833                        "mutable": "null",
51834                        "readable": true,
51835                        "type": "gfloat",
51836                        "writable": true
51837                    },
51838                    "g-5": {
51839                        "blurb": "Band gain 160",
51840                        "conditionally-available": false,
51841                        "construct": true,
51842                        "construct-only": false,
51843                        "controllable": true,
51844                        "default": "1",
51845                        "max": "63.0957",
51846                        "min": "0.01585",
51847                        "mutable": "null",
51848                        "readable": true,
51849                        "type": "gfloat",
51850                        "writable": true
51851                    },
51852                    "g-6": {
51853                        "blurb": "Band gain 250",
51854                        "conditionally-available": false,
51855                        "construct": true,
51856                        "construct-only": false,
51857                        "controllable": true,
51858                        "default": "1",
51859                        "max": "63.0957",
51860                        "min": "0.01585",
51861                        "mutable": "null",
51862                        "readable": true,
51863                        "type": "gfloat",
51864                        "writable": true
51865                    },
51866                    "g-7": {
51867                        "blurb": "Band gain 400",
51868                        "conditionally-available": false,
51869                        "construct": true,
51870                        "construct-only": false,
51871                        "controllable": true,
51872                        "default": "1",
51873                        "max": "63.0957",
51874                        "min": "0.01585",
51875                        "mutable": "null",
51876                        "readable": true,
51877                        "type": "gfloat",
51878                        "writable": true
51879                    },
51880                    "g-8": {
51881                        "blurb": "Band gain 630",
51882                        "conditionally-available": false,
51883                        "construct": true,
51884                        "construct-only": false,
51885                        "controllable": true,
51886                        "default": "1",
51887                        "max": "63.0957",
51888                        "min": "0.01585",
51889                        "mutable": "null",
51890                        "readable": true,
51891                        "type": "gfloat",
51892                        "writable": true
51893                    },
51894                    "g-9": {
51895                        "blurb": "Band gain 1K",
51896                        "conditionally-available": false,
51897                        "construct": true,
51898                        "construct-only": false,
51899                        "controllable": true,
51900                        "default": "1",
51901                        "max": "63.0957",
51902                        "min": "0.01585",
51903                        "mutable": "null",
51904                        "readable": true,
51905                        "type": "gfloat",
51906                        "writable": true
51907                    },
51908                    "g-in": {
51909                        "blurb": "Input gain",
51910                        "conditionally-available": false,
51911                        "construct": true,
51912                        "construct-only": false,
51913                        "controllable": true,
51914                        "default": "1",
51915                        "max": "10",
51916                        "min": "0",
51917                        "mutable": "null",
51918                        "readable": true,
51919                        "type": "gfloat",
51920                        "writable": true
51921                    },
51922                    "g-out": {
51923                        "blurb": "Output gain",
51924                        "conditionally-available": false,
51925                        "construct": true,
51926                        "construct-only": false,
51927                        "controllable": true,
51928                        "default": "1",
51929                        "max": "10",
51930                        "min": "0",
51931                        "mutable": "null",
51932                        "readable": true,
51933                        "type": "gfloat",
51934                        "writable": true
51935                    },
51936                    "iml": {
51937                        "blurb": "Input signal meter Left",
51938                        "conditionally-available": false,
51939                        "construct": false,
51940                        "construct-only": false,
51941                        "controllable": true,
51942                        "default": "0",
51943                        "max": "3.98107",
51944                        "min": "0",
51945                        "mutable": "null",
51946                        "readable": true,
51947                        "type": "gfloat",
51948                        "writable": false
51949                    },
51950                    "imr": {
51951                        "blurb": "Input signal meter Right",
51952                        "conditionally-available": false,
51953                        "construct": false,
51954                        "construct-only": false,
51955                        "controllable": true,
51956                        "default": "0",
51957                        "max": "3.98107",
51958                        "min": "0",
51959                        "mutable": "null",
51960                        "readable": true,
51961                        "type": "gfloat",
51962                        "writable": false
51963                    },
51964                    "mode": {
51965                        "blurb": "Equalizer mode",
51966                        "conditionally-available": false,
51967                        "construct": true,
51968                        "construct-only": false,
51969                        "controllable": true,
51970                        "default": "IIR (0)",
51971                        "mutable": "null",
51972                        "readable": true,
51973                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereomode",
51974                        "writable": true
51975                    },
51976                    "out-latency": {
51977                        "blurb": "Latency OUT",
51978                        "conditionally-available": false,
51979                        "construct": false,
51980                        "construct-only": false,
51981                        "controllable": true,
51982                        "default": "0",
51983                        "max": "192000",
51984                        "min": "0",
51985                        "mutable": "null",
51986                        "readable": true,
51987                        "type": "gint",
51988                        "writable": false
51989                    },
51990                    "react": {
51991                        "blurb": "FFT reactivity",
51992                        "conditionally-available": false,
51993                        "construct": true,
51994                        "construct-only": false,
51995                        "controllable": true,
51996                        "default": "0.2",
51997                        "max": "1",
51998                        "min": "0",
51999                        "mutable": "null",
52000                        "readable": true,
52001                        "type": "gfloat",
52002                        "writable": true
52003                    },
52004                    "shift": {
52005                        "blurb": "Shift gain",
52006                        "conditionally-available": false,
52007                        "construct": true,
52008                        "construct-only": false,
52009                        "controllable": true,
52010                        "default": "1",
52011                        "max": "100",
52012                        "min": "0",
52013                        "mutable": "null",
52014                        "readable": true,
52015                        "type": "gfloat",
52016                        "writable": true
52017                    },
52018                    "slope": {
52019                        "blurb": "Filter slope",
52020                        "conditionally-available": false,
52021                        "construct": true,
52022                        "construct-only": false,
52023                        "controllable": true,
52024                        "default": "BT48 (0)",
52025                        "mutable": "null",
52026                        "readable": true,
52027                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereoslope",
52028                        "writable": true
52029                    },
52030                    "sml": {
52031                        "blurb": "Output signal meter Left",
52032                        "conditionally-available": false,
52033                        "construct": false,
52034                        "construct-only": false,
52035                        "controllable": true,
52036                        "default": "0",
52037                        "max": "3.98107",
52038                        "min": "0",
52039                        "mutable": "null",
52040                        "readable": true,
52041                        "type": "gfloat",
52042                        "writable": false
52043                    },
52044                    "smr": {
52045                        "blurb": "Output signal meter Right",
52046                        "conditionally-available": false,
52047                        "construct": false,
52048                        "construct-only": false,
52049                        "controllable": true,
52050                        "default": "0",
52051                        "max": "3.98107",
52052                        "min": "0",
52053                        "mutable": "null",
52054                        "readable": true,
52055                        "type": "gfloat",
52056                        "writable": false
52057                    },
52058                    "xe-0": {
52059                        "blurb": "Band on 16",
52060                        "conditionally-available": false,
52061                        "construct": true,
52062                        "construct-only": false,
52063                        "controllable": true,
52064                        "default": "false",
52065                        "mutable": "null",
52066                        "readable": true,
52067                        "type": "gboolean",
52068                        "writable": true
52069                    },
52070                    "xe-1": {
52071                        "blurb": "Band on 25",
52072                        "conditionally-available": false,
52073                        "construct": true,
52074                        "construct-only": false,
52075                        "controllable": true,
52076                        "default": "false",
52077                        "mutable": "null",
52078                        "readable": true,
52079                        "type": "gboolean",
52080                        "writable": true
52081                    },
52082                    "xe-10": {
52083                        "blurb": "Band on 1.6K",
52084                        "conditionally-available": false,
52085                        "construct": true,
52086                        "construct-only": false,
52087                        "controllable": true,
52088                        "default": "false",
52089                        "mutable": "null",
52090                        "readable": true,
52091                        "type": "gboolean",
52092                        "writable": true
52093                    },
52094                    "xe-11": {
52095                        "blurb": "Band on 2.5K",
52096                        "conditionally-available": false,
52097                        "construct": true,
52098                        "construct-only": false,
52099                        "controllable": true,
52100                        "default": "false",
52101                        "mutable": "null",
52102                        "readable": true,
52103                        "type": "gboolean",
52104                        "writable": true
52105                    },
52106                    "xe-12": {
52107                        "blurb": "Band on 4K",
52108                        "conditionally-available": false,
52109                        "construct": true,
52110                        "construct-only": false,
52111                        "controllable": true,
52112                        "default": "false",
52113                        "mutable": "null",
52114                        "readable": true,
52115                        "type": "gboolean",
52116                        "writable": true
52117                    },
52118                    "xe-13": {
52119                        "blurb": "Band on 6.3K",
52120                        "conditionally-available": false,
52121                        "construct": true,
52122                        "construct-only": false,
52123                        "controllable": true,
52124                        "default": "false",
52125                        "mutable": "null",
52126                        "readable": true,
52127                        "type": "gboolean",
52128                        "writable": true
52129                    },
52130                    "xe-14": {
52131                        "blurb": "Band on 10K",
52132                        "conditionally-available": false,
52133                        "construct": true,
52134                        "construct-only": false,
52135                        "controllable": true,
52136                        "default": "false",
52137                        "mutable": "null",
52138                        "readable": true,
52139                        "type": "gboolean",
52140                        "writable": true
52141                    },
52142                    "xe-15": {
52143                        "blurb": "Band on 16K",
52144                        "conditionally-available": false,
52145                        "construct": true,
52146                        "construct-only": false,
52147                        "controllable": true,
52148                        "default": "false",
52149                        "mutable": "null",
52150                        "readable": true,
52151                        "type": "gboolean",
52152                        "writable": true
52153                    },
52154                    "xe-2": {
52155                        "blurb": "Band on 40",
52156                        "conditionally-available": false,
52157                        "construct": true,
52158                        "construct-only": false,
52159                        "controllable": true,
52160                        "default": "false",
52161                        "mutable": "null",
52162                        "readable": true,
52163                        "type": "gboolean",
52164                        "writable": true
52165                    },
52166                    "xe-3": {
52167                        "blurb": "Band on 63",
52168                        "conditionally-available": false,
52169                        "construct": true,
52170                        "construct-only": false,
52171                        "controllable": true,
52172                        "default": "false",
52173                        "mutable": "null",
52174                        "readable": true,
52175                        "type": "gboolean",
52176                        "writable": true
52177                    },
52178                    "xe-4": {
52179                        "blurb": "Band on 100",
52180                        "conditionally-available": false,
52181                        "construct": true,
52182                        "construct-only": false,
52183                        "controllable": true,
52184                        "default": "false",
52185                        "mutable": "null",
52186                        "readable": true,
52187                        "type": "gboolean",
52188                        "writable": true
52189                    },
52190                    "xe-5": {
52191                        "blurb": "Band on 160",
52192                        "conditionally-available": false,
52193                        "construct": true,
52194                        "construct-only": false,
52195                        "controllable": true,
52196                        "default": "false",
52197                        "mutable": "null",
52198                        "readable": true,
52199                        "type": "gboolean",
52200                        "writable": true
52201                    },
52202                    "xe-6": {
52203                        "blurb": "Band on 250",
52204                        "conditionally-available": false,
52205                        "construct": true,
52206                        "construct-only": false,
52207                        "controllable": true,
52208                        "default": "false",
52209                        "mutable": "null",
52210                        "readable": true,
52211                        "type": "gboolean",
52212                        "writable": true
52213                    },
52214                    "xe-7": {
52215                        "blurb": "Band on 400",
52216                        "conditionally-available": false,
52217                        "construct": true,
52218                        "construct-only": false,
52219                        "controllable": true,
52220                        "default": "false",
52221                        "mutable": "null",
52222                        "readable": true,
52223                        "type": "gboolean",
52224                        "writable": true
52225                    },
52226                    "xe-8": {
52227                        "blurb": "Band on 630",
52228                        "conditionally-available": false,
52229                        "construct": true,
52230                        "construct-only": false,
52231                        "controllable": true,
52232                        "default": "false",
52233                        "mutable": "null",
52234                        "readable": true,
52235                        "type": "gboolean",
52236                        "writable": true
52237                    },
52238                    "xe-9": {
52239                        "blurb": "Band on 1K",
52240                        "conditionally-available": false,
52241                        "construct": true,
52242                        "construct-only": false,
52243                        "controllable": true,
52244                        "default": "false",
52245                        "mutable": "null",
52246                        "readable": true,
52247                        "type": "gboolean",
52248                        "writable": true
52249                    },
52250                    "xm-0": {
52251                        "blurb": "Band mute 16",
52252                        "conditionally-available": false,
52253                        "construct": true,
52254                        "construct-only": false,
52255                        "controllable": true,
52256                        "default": "false",
52257                        "mutable": "null",
52258                        "readable": true,
52259                        "type": "gboolean",
52260                        "writable": true
52261                    },
52262                    "xm-1": {
52263                        "blurb": "Band mute 25",
52264                        "conditionally-available": false,
52265                        "construct": true,
52266                        "construct-only": false,
52267                        "controllable": true,
52268                        "default": "false",
52269                        "mutable": "null",
52270                        "readable": true,
52271                        "type": "gboolean",
52272                        "writable": true
52273                    },
52274                    "xm-10": {
52275                        "blurb": "Band mute 1.6K",
52276                        "conditionally-available": false,
52277                        "construct": true,
52278                        "construct-only": false,
52279                        "controllable": true,
52280                        "default": "false",
52281                        "mutable": "null",
52282                        "readable": true,
52283                        "type": "gboolean",
52284                        "writable": true
52285                    },
52286                    "xm-11": {
52287                        "blurb": "Band mute 2.5K",
52288                        "conditionally-available": false,
52289                        "construct": true,
52290                        "construct-only": false,
52291                        "controllable": true,
52292                        "default": "false",
52293                        "mutable": "null",
52294                        "readable": true,
52295                        "type": "gboolean",
52296                        "writable": true
52297                    },
52298                    "xm-12": {
52299                        "blurb": "Band mute 4K",
52300                        "conditionally-available": false,
52301                        "construct": true,
52302                        "construct-only": false,
52303                        "controllable": true,
52304                        "default": "false",
52305                        "mutable": "null",
52306                        "readable": true,
52307                        "type": "gboolean",
52308                        "writable": true
52309                    },
52310                    "xm-13": {
52311                        "blurb": "Band mute 6.3K",
52312                        "conditionally-available": false,
52313                        "construct": true,
52314                        "construct-only": false,
52315                        "controllable": true,
52316                        "default": "false",
52317                        "mutable": "null",
52318                        "readable": true,
52319                        "type": "gboolean",
52320                        "writable": true
52321                    },
52322                    "xm-14": {
52323                        "blurb": "Band mute 10K",
52324                        "conditionally-available": false,
52325                        "construct": true,
52326                        "construct-only": false,
52327                        "controllable": true,
52328                        "default": "false",
52329                        "mutable": "null",
52330                        "readable": true,
52331                        "type": "gboolean",
52332                        "writable": true
52333                    },
52334                    "xm-15": {
52335                        "blurb": "Band mute 16K",
52336                        "conditionally-available": false,
52337                        "construct": true,
52338                        "construct-only": false,
52339                        "controllable": true,
52340                        "default": "false",
52341                        "mutable": "null",
52342                        "readable": true,
52343                        "type": "gboolean",
52344                        "writable": true
52345                    },
52346                    "xm-2": {
52347                        "blurb": "Band mute 40",
52348                        "conditionally-available": false,
52349                        "construct": true,
52350                        "construct-only": false,
52351                        "controllable": true,
52352                        "default": "false",
52353                        "mutable": "null",
52354                        "readable": true,
52355                        "type": "gboolean",
52356                        "writable": true
52357                    },
52358                    "xm-3": {
52359                        "blurb": "Band mute 63",
52360                        "conditionally-available": false,
52361                        "construct": true,
52362                        "construct-only": false,
52363                        "controllable": true,
52364                        "default": "false",
52365                        "mutable": "null",
52366                        "readable": true,
52367                        "type": "gboolean",
52368                        "writable": true
52369                    },
52370                    "xm-4": {
52371                        "blurb": "Band mute 100",
52372                        "conditionally-available": false,
52373                        "construct": true,
52374                        "construct-only": false,
52375                        "controllable": true,
52376                        "default": "false",
52377                        "mutable": "null",
52378                        "readable": true,
52379                        "type": "gboolean",
52380                        "writable": true
52381                    },
52382                    "xm-5": {
52383                        "blurb": "Band mute 160",
52384                        "conditionally-available": false,
52385                        "construct": true,
52386                        "construct-only": false,
52387                        "controllable": true,
52388                        "default": "false",
52389                        "mutable": "null",
52390                        "readable": true,
52391                        "type": "gboolean",
52392                        "writable": true
52393                    },
52394                    "xm-6": {
52395                        "blurb": "Band mute 250",
52396                        "conditionally-available": false,
52397                        "construct": true,
52398                        "construct-only": false,
52399                        "controllable": true,
52400                        "default": "false",
52401                        "mutable": "null",
52402                        "readable": true,
52403                        "type": "gboolean",
52404                        "writable": true
52405                    },
52406                    "xm-7": {
52407                        "blurb": "Band mute 400",
52408                        "conditionally-available": false,
52409                        "construct": true,
52410                        "construct-only": false,
52411                        "controllable": true,
52412                        "default": "false",
52413                        "mutable": "null",
52414                        "readable": true,
52415                        "type": "gboolean",
52416                        "writable": true
52417                    },
52418                    "xm-8": {
52419                        "blurb": "Band mute 630",
52420                        "conditionally-available": false,
52421                        "construct": true,
52422                        "construct-only": false,
52423                        "controllable": true,
52424                        "default": "false",
52425                        "mutable": "null",
52426                        "readable": true,
52427                        "type": "gboolean",
52428                        "writable": true
52429                    },
52430                    "xm-9": {
52431                        "blurb": "Band mute 1K",
52432                        "conditionally-available": false,
52433                        "construct": true,
52434                        "construct-only": false,
52435                        "controllable": true,
52436                        "default": "false",
52437                        "mutable": "null",
52438                        "readable": true,
52439                        "type": "gboolean",
52440                        "writable": true
52441                    },
52442                    "xs-0": {
52443                        "blurb": "Band solo 16",
52444                        "conditionally-available": false,
52445                        "construct": true,
52446                        "construct-only": false,
52447                        "controllable": true,
52448                        "default": "false",
52449                        "mutable": "null",
52450                        "readable": true,
52451                        "type": "gboolean",
52452                        "writable": true
52453                    },
52454                    "xs-1": {
52455                        "blurb": "Band solo 25",
52456                        "conditionally-available": false,
52457                        "construct": true,
52458                        "construct-only": false,
52459                        "controllable": true,
52460                        "default": "false",
52461                        "mutable": "null",
52462                        "readable": true,
52463                        "type": "gboolean",
52464                        "writable": true
52465                    },
52466                    "xs-10": {
52467                        "blurb": "Band solo 1.6K",
52468                        "conditionally-available": false,
52469                        "construct": true,
52470                        "construct-only": false,
52471                        "controllable": true,
52472                        "default": "false",
52473                        "mutable": "null",
52474                        "readable": true,
52475                        "type": "gboolean",
52476                        "writable": true
52477                    },
52478                    "xs-11": {
52479                        "blurb": "Band solo 2.5K",
52480                        "conditionally-available": false,
52481                        "construct": true,
52482                        "construct-only": false,
52483                        "controllable": true,
52484                        "default": "false",
52485                        "mutable": "null",
52486                        "readable": true,
52487                        "type": "gboolean",
52488                        "writable": true
52489                    },
52490                    "xs-12": {
52491                        "blurb": "Band solo 4K",
52492                        "conditionally-available": false,
52493                        "construct": true,
52494                        "construct-only": false,
52495                        "controllable": true,
52496                        "default": "false",
52497                        "mutable": "null",
52498                        "readable": true,
52499                        "type": "gboolean",
52500                        "writable": true
52501                    },
52502                    "xs-13": {
52503                        "blurb": "Band solo 6.3K",
52504                        "conditionally-available": false,
52505                        "construct": true,
52506                        "construct-only": false,
52507                        "controllable": true,
52508                        "default": "false",
52509                        "mutable": "null",
52510                        "readable": true,
52511                        "type": "gboolean",
52512                        "writable": true
52513                    },
52514                    "xs-14": {
52515                        "blurb": "Band solo 10K",
52516                        "conditionally-available": false,
52517                        "construct": true,
52518                        "construct-only": false,
52519                        "controllable": true,
52520                        "default": "false",
52521                        "mutable": "null",
52522                        "readable": true,
52523                        "type": "gboolean",
52524                        "writable": true
52525                    },
52526                    "xs-15": {
52527                        "blurb": "Band solo 16K",
52528                        "conditionally-available": false,
52529                        "construct": true,
52530                        "construct-only": false,
52531                        "controllable": true,
52532                        "default": "false",
52533                        "mutable": "null",
52534                        "readable": true,
52535                        "type": "gboolean",
52536                        "writable": true
52537                    },
52538                    "xs-2": {
52539                        "blurb": "Band solo 40",
52540                        "conditionally-available": false,
52541                        "construct": true,
52542                        "construct-only": false,
52543                        "controllable": true,
52544                        "default": "false",
52545                        "mutable": "null",
52546                        "readable": true,
52547                        "type": "gboolean",
52548                        "writable": true
52549                    },
52550                    "xs-3": {
52551                        "blurb": "Band solo 63",
52552                        "conditionally-available": false,
52553                        "construct": true,
52554                        "construct-only": false,
52555                        "controllable": true,
52556                        "default": "false",
52557                        "mutable": "null",
52558                        "readable": true,
52559                        "type": "gboolean",
52560                        "writable": true
52561                    },
52562                    "xs-4": {
52563                        "blurb": "Band solo 100",
52564                        "conditionally-available": false,
52565                        "construct": true,
52566                        "construct-only": false,
52567                        "controllable": true,
52568                        "default": "false",
52569                        "mutable": "null",
52570                        "readable": true,
52571                        "type": "gboolean",
52572                        "writable": true
52573                    },
52574                    "xs-5": {
52575                        "blurb": "Band solo 160",
52576                        "conditionally-available": false,
52577                        "construct": true,
52578                        "construct-only": false,
52579                        "controllable": true,
52580                        "default": "false",
52581                        "mutable": "null",
52582                        "readable": true,
52583                        "type": "gboolean",
52584                        "writable": true
52585                    },
52586                    "xs-6": {
52587                        "blurb": "Band solo 250",
52588                        "conditionally-available": false,
52589                        "construct": true,
52590                        "construct-only": false,
52591                        "controllable": true,
52592                        "default": "false",
52593                        "mutable": "null",
52594                        "readable": true,
52595                        "type": "gboolean",
52596                        "writable": true
52597                    },
52598                    "xs-7": {
52599                        "blurb": "Band solo 400",
52600                        "conditionally-available": false,
52601                        "construct": true,
52602                        "construct-only": false,
52603                        "controllable": true,
52604                        "default": "false",
52605                        "mutable": "null",
52606                        "readable": true,
52607                        "type": "gboolean",
52608                        "writable": true
52609                    },
52610                    "xs-8": {
52611                        "blurb": "Band solo 630",
52612                        "conditionally-available": false,
52613                        "construct": true,
52614                        "construct-only": false,
52615                        "controllable": true,
52616                        "default": "false",
52617                        "mutable": "null",
52618                        "readable": true,
52619                        "type": "gboolean",
52620                        "writable": true
52621                    },
52622                    "xs-9": {
52623                        "blurb": "Band solo 1K",
52624                        "conditionally-available": false,
52625                        "construct": true,
52626                        "construct-only": false,
52627                        "controllable": true,
52628                        "default": "false",
52629                        "mutable": "null",
52630                        "readable": true,
52631                        "type": "gboolean",
52632                        "writable": true
52633                    },
52634                    "zoom": {
52635                        "blurb": "Graph zoom",
52636                        "conditionally-available": false,
52637                        "construct": true,
52638                        "construct-only": false,
52639                        "controllable": true,
52640                        "default": "1",
52641                        "max": "1",
52642                        "min": "0.01585",
52643                        "mutable": "null",
52644                        "readable": true,
52645                        "type": "gfloat",
52646                        "writable": true
52647                    }
52648                },
52649                "rank": "none"
52650            },
52651            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr": {
52652                "author": "LSP LV2",
52653                "description": "LSP Graphic Equalizer x32 LeftRight",
52654                "hierarchy": [
52655                    "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr",
52656                    "GstAudioFilter",
52657                    "GstBaseTransform",
52658                    "GstElement",
52659                    "GstObject",
52660                    "GInitiallyUnowned",
52661                    "GObject"
52662                ],
52663                "interfaces": [
52664                    "GstPreset"
52665                ],
52666                "klass": "Filter/Effect/Audio/LV2/Multiband",
52667                "long-name": "LSP Graphic Equalizer x32 LeftRight",
52668                "pad-templates": {
52669                    "sink": {
52670                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
52671                        "direction": "sink",
52672                        "presence": "always"
52673                    },
52674                    "src": {
52675                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
52676                        "direction": "src",
52677                        "presence": "always"
52678                    }
52679                },
52680                "properties": {
52681                    "bal": {
52682                        "blurb": "Output balance",
52683                        "conditionally-available": false,
52684                        "construct": true,
52685                        "construct-only": false,
52686                        "controllable": true,
52687                        "default": "0",
52688                        "max": "100",
52689                        "min": "-100",
52690                        "mutable": "null",
52691                        "readable": true,
52692                        "type": "gfloat",
52693                        "writable": true
52694                    },
52695                    "bypass": {
52696                        "blurb": "Bypass",
52697                        "conditionally-available": false,
52698                        "construct": true,
52699                        "construct-only": false,
52700                        "controllable": true,
52701                        "default": "false",
52702                        "mutable": "null",
52703                        "readable": true,
52704                        "type": "gboolean",
52705                        "writable": true
52706                    },
52707                    "fft": {
52708                        "blurb": "FFT analysis",
52709                        "conditionally-available": false,
52710                        "construct": true,
52711                        "construct-only": false,
52712                        "controllable": true,
52713                        "default": "Off (0)",
52714                        "mutable": "null",
52715                        "readable": true,
52716                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrfft",
52717                        "writable": true
52718                    },
52719                    "fftv-l": {
52720                        "blurb": "FFT visibility Left",
52721                        "conditionally-available": false,
52722                        "construct": true,
52723                        "construct-only": false,
52724                        "controllable": true,
52725                        "default": "false",
52726                        "mutable": "null",
52727                        "readable": true,
52728                        "type": "gboolean",
52729                        "writable": true
52730                    },
52731                    "fftv-r": {
52732                        "blurb": "FFT visibility Right",
52733                        "conditionally-available": false,
52734                        "construct": true,
52735                        "construct-only": false,
52736                        "controllable": true,
52737                        "default": "false",
52738                        "mutable": "null",
52739                        "readable": true,
52740                        "type": "gboolean",
52741                        "writable": true
52742                    },
52743                    "fsel": {
52744                        "blurb": "Band select",
52745                        "conditionally-available": false,
52746                        "construct": true,
52747                        "construct-only": false,
52748                        "controllable": true,
52749                        "default": "Bands Left 0-15 (0)",
52750                        "mutable": "null",
52751                        "readable": true,
52752                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrfsel",
52753                        "writable": true
52754                    },
52755                    "fvl-0": {
52756                        "blurb": "Filter visibility  Left 16",
52757                        "conditionally-available": false,
52758                        "construct": false,
52759                        "construct-only": false,
52760                        "controllable": true,
52761                        "default": "false",
52762                        "mutable": "null",
52763                        "readable": true,
52764                        "type": "gboolean",
52765                        "writable": false
52766                    },
52767                    "fvl-1": {
52768                        "blurb": "Filter visibility  Left 20",
52769                        "conditionally-available": false,
52770                        "construct": false,
52771                        "construct-only": false,
52772                        "controllable": true,
52773                        "default": "false",
52774                        "mutable": "null",
52775                        "readable": true,
52776                        "type": "gboolean",
52777                        "writable": false
52778                    },
52779                    "fvl-10": {
52780                        "blurb": "Filter visibility  Left 160",
52781                        "conditionally-available": false,
52782                        "construct": false,
52783                        "construct-only": false,
52784                        "controllable": true,
52785                        "default": "false",
52786                        "mutable": "null",
52787                        "readable": true,
52788                        "type": "gboolean",
52789                        "writable": false
52790                    },
52791                    "fvl-11": {
52792                        "blurb": "Filter visibility  Left 200",
52793                        "conditionally-available": false,
52794                        "construct": false,
52795                        "construct-only": false,
52796                        "controllable": true,
52797                        "default": "false",
52798                        "mutable": "null",
52799                        "readable": true,
52800                        "type": "gboolean",
52801                        "writable": false
52802                    },
52803                    "fvl-12": {
52804                        "blurb": "Filter visibility  Left 250",
52805                        "conditionally-available": false,
52806                        "construct": false,
52807                        "construct-only": false,
52808                        "controllable": true,
52809                        "default": "false",
52810                        "mutable": "null",
52811                        "readable": true,
52812                        "type": "gboolean",
52813                        "writable": false
52814                    },
52815                    "fvl-13": {
52816                        "blurb": "Filter visibility  Left 315",
52817                        "conditionally-available": false,
52818                        "construct": false,
52819                        "construct-only": false,
52820                        "controllable": true,
52821                        "default": "false",
52822                        "mutable": "null",
52823                        "readable": true,
52824                        "type": "gboolean",
52825                        "writable": false
52826                    },
52827                    "fvl-14": {
52828                        "blurb": "Filter visibility  Left 400",
52829                        "conditionally-available": false,
52830                        "construct": false,
52831                        "construct-only": false,
52832                        "controllable": true,
52833                        "default": "false",
52834                        "mutable": "null",
52835                        "readable": true,
52836                        "type": "gboolean",
52837                        "writable": false
52838                    },
52839                    "fvl-15": {
52840                        "blurb": "Filter visibility  Left 500",
52841                        "conditionally-available": false,
52842                        "construct": false,
52843                        "construct-only": false,
52844                        "controllable": true,
52845                        "default": "false",
52846                        "mutable": "null",
52847                        "readable": true,
52848                        "type": "gboolean",
52849                        "writable": false
52850                    },
52851                    "fvl-16": {
52852                        "blurb": "Filter visibility  Left 630",
52853                        "conditionally-available": false,
52854                        "construct": false,
52855                        "construct-only": false,
52856                        "controllable": true,
52857                        "default": "false",
52858                        "mutable": "null",
52859                        "readable": true,
52860                        "type": "gboolean",
52861                        "writable": false
52862                    },
52863                    "fvl-17": {
52864                        "blurb": "Filter visibility  Left 800",
52865                        "conditionally-available": false,
52866                        "construct": false,
52867                        "construct-only": false,
52868                        "controllable": true,
52869                        "default": "false",
52870                        "mutable": "null",
52871                        "readable": true,
52872                        "type": "gboolean",
52873                        "writable": false
52874                    },
52875                    "fvl-18": {
52876                        "blurb": "Filter visibility  Left 1K",
52877                        "conditionally-available": false,
52878                        "construct": false,
52879                        "construct-only": false,
52880                        "controllable": true,
52881                        "default": "false",
52882                        "mutable": "null",
52883                        "readable": true,
52884                        "type": "gboolean",
52885                        "writable": false
52886                    },
52887                    "fvl-19": {
52888                        "blurb": "Filter visibility  Left 1.25K",
52889                        "conditionally-available": false,
52890                        "construct": false,
52891                        "construct-only": false,
52892                        "controllable": true,
52893                        "default": "false",
52894                        "mutable": "null",
52895                        "readable": true,
52896                        "type": "gboolean",
52897                        "writable": false
52898                    },
52899                    "fvl-2": {
52900                        "blurb": "Filter visibility  Left 25",
52901                        "conditionally-available": false,
52902                        "construct": false,
52903                        "construct-only": false,
52904                        "controllable": true,
52905                        "default": "false",
52906                        "mutable": "null",
52907                        "readable": true,
52908                        "type": "gboolean",
52909                        "writable": false
52910                    },
52911                    "fvl-20": {
52912                        "blurb": "Filter visibility  Left 1.6K",
52913                        "conditionally-available": false,
52914                        "construct": false,
52915                        "construct-only": false,
52916                        "controllable": true,
52917                        "default": "false",
52918                        "mutable": "null",
52919                        "readable": true,
52920                        "type": "gboolean",
52921                        "writable": false
52922                    },
52923                    "fvl-21": {
52924                        "blurb": "Filter visibility  Left 2K",
52925                        "conditionally-available": false,
52926                        "construct": false,
52927                        "construct-only": false,
52928                        "controllable": true,
52929                        "default": "false",
52930                        "mutable": "null",
52931                        "readable": true,
52932                        "type": "gboolean",
52933                        "writable": false
52934                    },
52935                    "fvl-22": {
52936                        "blurb": "Filter visibility  Left 2.5K",
52937                        "conditionally-available": false,
52938                        "construct": false,
52939                        "construct-only": false,
52940                        "controllable": true,
52941                        "default": "false",
52942                        "mutable": "null",
52943                        "readable": true,
52944                        "type": "gboolean",
52945                        "writable": false
52946                    },
52947                    "fvl-23": {
52948                        "blurb": "Filter visibility  Left 3.15K",
52949                        "conditionally-available": false,
52950                        "construct": false,
52951                        "construct-only": false,
52952                        "controllable": true,
52953                        "default": "false",
52954                        "mutable": "null",
52955                        "readable": true,
52956                        "type": "gboolean",
52957                        "writable": false
52958                    },
52959                    "fvl-24": {
52960                        "blurb": "Filter visibility  Left 4K",
52961                        "conditionally-available": false,
52962                        "construct": false,
52963                        "construct-only": false,
52964                        "controllable": true,
52965                        "default": "false",
52966                        "mutable": "null",
52967                        "readable": true,
52968                        "type": "gboolean",
52969                        "writable": false
52970                    },
52971                    "fvl-25": {
52972                        "blurb": "Filter visibility  Left 5K",
52973                        "conditionally-available": false,
52974                        "construct": false,
52975                        "construct-only": false,
52976                        "controllable": true,
52977                        "default": "false",
52978                        "mutable": "null",
52979                        "readable": true,
52980                        "type": "gboolean",
52981                        "writable": false
52982                    },
52983                    "fvl-26": {
52984                        "blurb": "Filter visibility  Left 6.3K",
52985                        "conditionally-available": false,
52986                        "construct": false,
52987                        "construct-only": false,
52988                        "controllable": true,
52989                        "default": "false",
52990                        "mutable": "null",
52991                        "readable": true,
52992                        "type": "gboolean",
52993                        "writable": false
52994                    },
52995                    "fvl-27": {
52996                        "blurb": "Filter visibility  Left 8K",
52997                        "conditionally-available": false,
52998                        "construct": false,
52999                        "construct-only": false,
53000                        "controllable": true,
53001                        "default": "false",
53002                        "mutable": "null",
53003                        "readable": true,
53004                        "type": "gboolean",
53005                        "writable": false
53006                    },
53007                    "fvl-28": {
53008                        "blurb": "Filter visibility  Left 10K",
53009                        "conditionally-available": false,
53010                        "construct": false,
53011                        "construct-only": false,
53012                        "controllable": true,
53013                        "default": "false",
53014                        "mutable": "null",
53015                        "readable": true,
53016                        "type": "gboolean",
53017                        "writable": false
53018                    },
53019                    "fvl-29": {
53020                        "blurb": "Filter visibility  Left 12.5K",
53021                        "conditionally-available": false,
53022                        "construct": false,
53023                        "construct-only": false,
53024                        "controllable": true,
53025                        "default": "false",
53026                        "mutable": "null",
53027                        "readable": true,
53028                        "type": "gboolean",
53029                        "writable": false
53030                    },
53031                    "fvl-3": {
53032                        "blurb": "Filter visibility  Left 31.5",
53033                        "conditionally-available": false,
53034                        "construct": false,
53035                        "construct-only": false,
53036                        "controllable": true,
53037                        "default": "false",
53038                        "mutable": "null",
53039                        "readable": true,
53040                        "type": "gboolean",
53041                        "writable": false
53042                    },
53043                    "fvl-30": {
53044                        "blurb": "Filter visibility  Left 16K",
53045                        "conditionally-available": false,
53046                        "construct": false,
53047                        "construct-only": false,
53048                        "controllable": true,
53049                        "default": "false",
53050                        "mutable": "null",
53051                        "readable": true,
53052                        "type": "gboolean",
53053                        "writable": false
53054                    },
53055                    "fvl-31": {
53056                        "blurb": "Filter visibility  Left 20K",
53057                        "conditionally-available": false,
53058                        "construct": false,
53059                        "construct-only": false,
53060                        "controllable": true,
53061                        "default": "false",
53062                        "mutable": "null",
53063                        "readable": true,
53064                        "type": "gboolean",
53065                        "writable": false
53066                    },
53067                    "fvl-4": {
53068                        "blurb": "Filter visibility  Left 40",
53069                        "conditionally-available": false,
53070                        "construct": false,
53071                        "construct-only": false,
53072                        "controllable": true,
53073                        "default": "false",
53074                        "mutable": "null",
53075                        "readable": true,
53076                        "type": "gboolean",
53077                        "writable": false
53078                    },
53079                    "fvl-5": {
53080                        "blurb": "Filter visibility  Left 50",
53081                        "conditionally-available": false,
53082                        "construct": false,
53083                        "construct-only": false,
53084                        "controllable": true,
53085                        "default": "false",
53086                        "mutable": "null",
53087                        "readable": true,
53088                        "type": "gboolean",
53089                        "writable": false
53090                    },
53091                    "fvl-6": {
53092                        "blurb": "Filter visibility  Left 63",
53093                        "conditionally-available": false,
53094                        "construct": false,
53095                        "construct-only": false,
53096                        "controllable": true,
53097                        "default": "false",
53098                        "mutable": "null",
53099                        "readable": true,
53100                        "type": "gboolean",
53101                        "writable": false
53102                    },
53103                    "fvl-7": {
53104                        "blurb": "Filter visibility  Left 80",
53105                        "conditionally-available": false,
53106                        "construct": false,
53107                        "construct-only": false,
53108                        "controllable": true,
53109                        "default": "false",
53110                        "mutable": "null",
53111                        "readable": true,
53112                        "type": "gboolean",
53113                        "writable": false
53114                    },
53115                    "fvl-8": {
53116                        "blurb": "Filter visibility  Left 100",
53117                        "conditionally-available": false,
53118                        "construct": false,
53119                        "construct-only": false,
53120                        "controllable": true,
53121                        "default": "false",
53122                        "mutable": "null",
53123                        "readable": true,
53124                        "type": "gboolean",
53125                        "writable": false
53126                    },
53127                    "fvl-9": {
53128                        "blurb": "Filter visibility  Left 125",
53129                        "conditionally-available": false,
53130                        "construct": false,
53131                        "construct-only": false,
53132                        "controllable": true,
53133                        "default": "false",
53134                        "mutable": "null",
53135                        "readable": true,
53136                        "type": "gboolean",
53137                        "writable": false
53138                    },
53139                    "fvr-0": {
53140                        "blurb": "Filter visibility  Right 16",
53141                        "conditionally-available": false,
53142                        "construct": false,
53143                        "construct-only": false,
53144                        "controllable": true,
53145                        "default": "false",
53146                        "mutable": "null",
53147                        "readable": true,
53148                        "type": "gboolean",
53149                        "writable": false
53150                    },
53151                    "fvr-1": {
53152                        "blurb": "Filter visibility  Right 20",
53153                        "conditionally-available": false,
53154                        "construct": false,
53155                        "construct-only": false,
53156                        "controllable": true,
53157                        "default": "false",
53158                        "mutable": "null",
53159                        "readable": true,
53160                        "type": "gboolean",
53161                        "writable": false
53162                    },
53163                    "fvr-10": {
53164                        "blurb": "Filter visibility  Right 160",
53165                        "conditionally-available": false,
53166                        "construct": false,
53167                        "construct-only": false,
53168                        "controllable": true,
53169                        "default": "false",
53170                        "mutable": "null",
53171                        "readable": true,
53172                        "type": "gboolean",
53173                        "writable": false
53174                    },
53175                    "fvr-11": {
53176                        "blurb": "Filter visibility  Right 200",
53177                        "conditionally-available": false,
53178                        "construct": false,
53179                        "construct-only": false,
53180                        "controllable": true,
53181                        "default": "false",
53182                        "mutable": "null",
53183                        "readable": true,
53184                        "type": "gboolean",
53185                        "writable": false
53186                    },
53187                    "fvr-12": {
53188                        "blurb": "Filter visibility  Right 250",
53189                        "conditionally-available": false,
53190                        "construct": false,
53191                        "construct-only": false,
53192                        "controllable": true,
53193                        "default": "false",
53194                        "mutable": "null",
53195                        "readable": true,
53196                        "type": "gboolean",
53197                        "writable": false
53198                    },
53199                    "fvr-13": {
53200                        "blurb": "Filter visibility  Right 315",
53201                        "conditionally-available": false,
53202                        "construct": false,
53203                        "construct-only": false,
53204                        "controllable": true,
53205                        "default": "false",
53206                        "mutable": "null",
53207                        "readable": true,
53208                        "type": "gboolean",
53209                        "writable": false
53210                    },
53211                    "fvr-14": {
53212                        "blurb": "Filter visibility  Right 400",
53213                        "conditionally-available": false,
53214                        "construct": false,
53215                        "construct-only": false,
53216                        "controllable": true,
53217                        "default": "false",
53218                        "mutable": "null",
53219                        "readable": true,
53220                        "type": "gboolean",
53221                        "writable": false
53222                    },
53223                    "fvr-15": {
53224                        "blurb": "Filter visibility  Right 500",
53225                        "conditionally-available": false,
53226                        "construct": false,
53227                        "construct-only": false,
53228                        "controllable": true,
53229                        "default": "false",
53230                        "mutable": "null",
53231                        "readable": true,
53232                        "type": "gboolean",
53233                        "writable": false
53234                    },
53235                    "fvr-16": {
53236                        "blurb": "Filter visibility  Right 630",
53237                        "conditionally-available": false,
53238                        "construct": false,
53239                        "construct-only": false,
53240                        "controllable": true,
53241                        "default": "false",
53242                        "mutable": "null",
53243                        "readable": true,
53244                        "type": "gboolean",
53245                        "writable": false
53246                    },
53247                    "fvr-17": {
53248                        "blurb": "Filter visibility  Right 800",
53249                        "conditionally-available": false,
53250                        "construct": false,
53251                        "construct-only": false,
53252                        "controllable": true,
53253                        "default": "false",
53254                        "mutable": "null",
53255                        "readable": true,
53256                        "type": "gboolean",
53257                        "writable": false
53258                    },
53259                    "fvr-18": {
53260                        "blurb": "Filter visibility  Right 1K",
53261                        "conditionally-available": false,
53262                        "construct": false,
53263                        "construct-only": false,
53264                        "controllable": true,
53265                        "default": "false",
53266                        "mutable": "null",
53267                        "readable": true,
53268                        "type": "gboolean",
53269                        "writable": false
53270                    },
53271                    "fvr-19": {
53272                        "blurb": "Filter visibility  Right 1.25K",
53273                        "conditionally-available": false,
53274                        "construct": false,
53275                        "construct-only": false,
53276                        "controllable": true,
53277                        "default": "false",
53278                        "mutable": "null",
53279                        "readable": true,
53280                        "type": "gboolean",
53281                        "writable": false
53282                    },
53283                    "fvr-2": {
53284                        "blurb": "Filter visibility  Right 25",
53285                        "conditionally-available": false,
53286                        "construct": false,
53287                        "construct-only": false,
53288                        "controllable": true,
53289                        "default": "false",
53290                        "mutable": "null",
53291                        "readable": true,
53292                        "type": "gboolean",
53293                        "writable": false
53294                    },
53295                    "fvr-20": {
53296                        "blurb": "Filter visibility  Right 1.6K",
53297                        "conditionally-available": false,
53298                        "construct": false,
53299                        "construct-only": false,
53300                        "controllable": true,
53301                        "default": "false",
53302                        "mutable": "null",
53303                        "readable": true,
53304                        "type": "gboolean",
53305                        "writable": false
53306                    },
53307                    "fvr-21": {
53308                        "blurb": "Filter visibility  Right 2K",
53309                        "conditionally-available": false,
53310                        "construct": false,
53311                        "construct-only": false,
53312                        "controllable": true,
53313                        "default": "false",
53314                        "mutable": "null",
53315                        "readable": true,
53316                        "type": "gboolean",
53317                        "writable": false
53318                    },
53319                    "fvr-22": {
53320                        "blurb": "Filter visibility  Right 2.5K",
53321                        "conditionally-available": false,
53322                        "construct": false,
53323                        "construct-only": false,
53324                        "controllable": true,
53325                        "default": "false",
53326                        "mutable": "null",
53327                        "readable": true,
53328                        "type": "gboolean",
53329                        "writable": false
53330                    },
53331                    "fvr-23": {
53332                        "blurb": "Filter visibility  Right 3.15K",
53333                        "conditionally-available": false,
53334                        "construct": false,
53335                        "construct-only": false,
53336                        "controllable": true,
53337                        "default": "false",
53338                        "mutable": "null",
53339                        "readable": true,
53340                        "type": "gboolean",
53341                        "writable": false
53342                    },
53343                    "fvr-24": {
53344                        "blurb": "Filter visibility  Right 4K",
53345                        "conditionally-available": false,
53346                        "construct": false,
53347                        "construct-only": false,
53348                        "controllable": true,
53349                        "default": "false",
53350                        "mutable": "null",
53351                        "readable": true,
53352                        "type": "gboolean",
53353                        "writable": false
53354                    },
53355                    "fvr-25": {
53356                        "blurb": "Filter visibility  Right 5K",
53357                        "conditionally-available": false,
53358                        "construct": false,
53359                        "construct-only": false,
53360                        "controllable": true,
53361                        "default": "false",
53362                        "mutable": "null",
53363                        "readable": true,
53364                        "type": "gboolean",
53365                        "writable": false
53366                    },
53367                    "fvr-26": {
53368                        "blurb": "Filter visibility  Right 6.3K",
53369                        "conditionally-available": false,
53370                        "construct": false,
53371                        "construct-only": false,
53372                        "controllable": true,
53373                        "default": "false",
53374                        "mutable": "null",
53375                        "readable": true,
53376                        "type": "gboolean",
53377                        "writable": false
53378                    },
53379                    "fvr-27": {
53380                        "blurb": "Filter visibility  Right 8K",
53381                        "conditionally-available": false,
53382                        "construct": false,
53383                        "construct-only": false,
53384                        "controllable": true,
53385                        "default": "false",
53386                        "mutable": "null",
53387                        "readable": true,
53388                        "type": "gboolean",
53389                        "writable": false
53390                    },
53391                    "fvr-28": {
53392                        "blurb": "Filter visibility  Right 10K",
53393                        "conditionally-available": false,
53394                        "construct": false,
53395                        "construct-only": false,
53396                        "controllable": true,
53397                        "default": "false",
53398                        "mutable": "null",
53399                        "readable": true,
53400                        "type": "gboolean",
53401                        "writable": false
53402                    },
53403                    "fvr-29": {
53404                        "blurb": "Filter visibility  Right 12.5K",
53405                        "conditionally-available": false,
53406                        "construct": false,
53407                        "construct-only": false,
53408                        "controllable": true,
53409                        "default": "false",
53410                        "mutable": "null",
53411                        "readable": true,
53412                        "type": "gboolean",
53413                        "writable": false
53414                    },
53415                    "fvr-3": {
53416                        "blurb": "Filter visibility  Right 31.5",
53417                        "conditionally-available": false,
53418                        "construct": false,
53419                        "construct-only": false,
53420                        "controllable": true,
53421                        "default": "false",
53422                        "mutable": "null",
53423                        "readable": true,
53424                        "type": "gboolean",
53425                        "writable": false
53426                    },
53427                    "fvr-30": {
53428                        "blurb": "Filter visibility  Right 16K",
53429                        "conditionally-available": false,
53430                        "construct": false,
53431                        "construct-only": false,
53432                        "controllable": true,
53433                        "default": "false",
53434                        "mutable": "null",
53435                        "readable": true,
53436                        "type": "gboolean",
53437                        "writable": false
53438                    },
53439                    "fvr-31": {
53440                        "blurb": "Filter visibility  Right 20K",
53441                        "conditionally-available": false,
53442                        "construct": false,
53443                        "construct-only": false,
53444                        "controllable": true,
53445                        "default": "false",
53446                        "mutable": "null",
53447                        "readable": true,
53448                        "type": "gboolean",
53449                        "writable": false
53450                    },
53451                    "fvr-4": {
53452                        "blurb": "Filter visibility  Right 40",
53453                        "conditionally-available": false,
53454                        "construct": false,
53455                        "construct-only": false,
53456                        "controllable": true,
53457                        "default": "false",
53458                        "mutable": "null",
53459                        "readable": true,
53460                        "type": "gboolean",
53461                        "writable": false
53462                    },
53463                    "fvr-5": {
53464                        "blurb": "Filter visibility  Right 50",
53465                        "conditionally-available": false,
53466                        "construct": false,
53467                        "construct-only": false,
53468                        "controllable": true,
53469                        "default": "false",
53470                        "mutable": "null",
53471                        "readable": true,
53472                        "type": "gboolean",
53473                        "writable": false
53474                    },
53475                    "fvr-6": {
53476                        "blurb": "Filter visibility  Right 63",
53477                        "conditionally-available": false,
53478                        "construct": false,
53479                        "construct-only": false,
53480                        "controllable": true,
53481                        "default": "false",
53482                        "mutable": "null",
53483                        "readable": true,
53484                        "type": "gboolean",
53485                        "writable": false
53486                    },
53487                    "fvr-7": {
53488                        "blurb": "Filter visibility  Right 80",
53489                        "conditionally-available": false,
53490                        "construct": false,
53491                        "construct-only": false,
53492                        "controllable": true,
53493                        "default": "false",
53494                        "mutable": "null",
53495                        "readable": true,
53496                        "type": "gboolean",
53497                        "writable": false
53498                    },
53499                    "fvr-8": {
53500                        "blurb": "Filter visibility  Right 100",
53501                        "conditionally-available": false,
53502                        "construct": false,
53503                        "construct-only": false,
53504                        "controllable": true,
53505                        "default": "false",
53506                        "mutable": "null",
53507                        "readable": true,
53508                        "type": "gboolean",
53509                        "writable": false
53510                    },
53511                    "fvr-9": {
53512                        "blurb": "Filter visibility  Right 125",
53513                        "conditionally-available": false,
53514                        "construct": false,
53515                        "construct-only": false,
53516                        "controllable": true,
53517                        "default": "false",
53518                        "mutable": "null",
53519                        "readable": true,
53520                        "type": "gboolean",
53521                        "writable": false
53522                    },
53523                    "g-in": {
53524                        "blurb": "Input gain",
53525                        "conditionally-available": false,
53526                        "construct": true,
53527                        "construct-only": false,
53528                        "controllable": true,
53529                        "default": "1",
53530                        "max": "10",
53531                        "min": "0",
53532                        "mutable": "null",
53533                        "readable": true,
53534                        "type": "gfloat",
53535                        "writable": true
53536                    },
53537                    "g-out": {
53538                        "blurb": "Output gain",
53539                        "conditionally-available": false,
53540                        "construct": true,
53541                        "construct-only": false,
53542                        "controllable": true,
53543                        "default": "1",
53544                        "max": "10",
53545                        "min": "0",
53546                        "mutable": "null",
53547                        "readable": true,
53548                        "type": "gfloat",
53549                        "writable": true
53550                    },
53551                    "gl-0": {
53552                        "blurb": "Band gain Left 16",
53553                        "conditionally-available": false,
53554                        "construct": true,
53555                        "construct-only": false,
53556                        "controllable": true,
53557                        "default": "1",
53558                        "max": "63.0957",
53559                        "min": "0.01585",
53560                        "mutable": "null",
53561                        "readable": true,
53562                        "type": "gfloat",
53563                        "writable": true
53564                    },
53565                    "gl-1": {
53566                        "blurb": "Band gain Left 20",
53567                        "conditionally-available": false,
53568                        "construct": true,
53569                        "construct-only": false,
53570                        "controllable": true,
53571                        "default": "1",
53572                        "max": "63.0957",
53573                        "min": "0.01585",
53574                        "mutable": "null",
53575                        "readable": true,
53576                        "type": "gfloat",
53577                        "writable": true
53578                    },
53579                    "gl-10": {
53580                        "blurb": "Band gain Left 160",
53581                        "conditionally-available": false,
53582                        "construct": true,
53583                        "construct-only": false,
53584                        "controllable": true,
53585                        "default": "1",
53586                        "max": "63.0957",
53587                        "min": "0.01585",
53588                        "mutable": "null",
53589                        "readable": true,
53590                        "type": "gfloat",
53591                        "writable": true
53592                    },
53593                    "gl-11": {
53594                        "blurb": "Band gain Left 200",
53595                        "conditionally-available": false,
53596                        "construct": true,
53597                        "construct-only": false,
53598                        "controllable": true,
53599                        "default": "1",
53600                        "max": "63.0957",
53601                        "min": "0.01585",
53602                        "mutable": "null",
53603                        "readable": true,
53604                        "type": "gfloat",
53605                        "writable": true
53606                    },
53607                    "gl-12": {
53608                        "blurb": "Band gain Left 250",
53609                        "conditionally-available": false,
53610                        "construct": true,
53611                        "construct-only": false,
53612                        "controllable": true,
53613                        "default": "1",
53614                        "max": "63.0957",
53615                        "min": "0.01585",
53616                        "mutable": "null",
53617                        "readable": true,
53618                        "type": "gfloat",
53619                        "writable": true
53620                    },
53621                    "gl-13": {
53622                        "blurb": "Band gain Left 315",
53623                        "conditionally-available": false,
53624                        "construct": true,
53625                        "construct-only": false,
53626                        "controllable": true,
53627                        "default": "1",
53628                        "max": "63.0957",
53629                        "min": "0.01585",
53630                        "mutable": "null",
53631                        "readable": true,
53632                        "type": "gfloat",
53633                        "writable": true
53634                    },
53635                    "gl-14": {
53636                        "blurb": "Band gain Left 400",
53637                        "conditionally-available": false,
53638                        "construct": true,
53639                        "construct-only": false,
53640                        "controllable": true,
53641                        "default": "1",
53642                        "max": "63.0957",
53643                        "min": "0.01585",
53644                        "mutable": "null",
53645                        "readable": true,
53646                        "type": "gfloat",
53647                        "writable": true
53648                    },
53649                    "gl-15": {
53650                        "blurb": "Band gain Left 500",
53651                        "conditionally-available": false,
53652                        "construct": true,
53653                        "construct-only": false,
53654                        "controllable": true,
53655                        "default": "1",
53656                        "max": "63.0957",
53657                        "min": "0.01585",
53658                        "mutable": "null",
53659                        "readable": true,
53660                        "type": "gfloat",
53661                        "writable": true
53662                    },
53663                    "gl-16": {
53664                        "blurb": "Band gain Left 630",
53665                        "conditionally-available": false,
53666                        "construct": true,
53667                        "construct-only": false,
53668                        "controllable": true,
53669                        "default": "1",
53670                        "max": "63.0957",
53671                        "min": "0.01585",
53672                        "mutable": "null",
53673                        "readable": true,
53674                        "type": "gfloat",
53675                        "writable": true
53676                    },
53677                    "gl-17": {
53678                        "blurb": "Band gain Left 800",
53679                        "conditionally-available": false,
53680                        "construct": true,
53681                        "construct-only": false,
53682                        "controllable": true,
53683                        "default": "1",
53684                        "max": "63.0957",
53685                        "min": "0.01585",
53686                        "mutable": "null",
53687                        "readable": true,
53688                        "type": "gfloat",
53689                        "writable": true
53690                    },
53691                    "gl-18": {
53692                        "blurb": "Band gain Left 1K",
53693                        "conditionally-available": false,
53694                        "construct": true,
53695                        "construct-only": false,
53696                        "controllable": true,
53697                        "default": "1",
53698                        "max": "63.0957",
53699                        "min": "0.01585",
53700                        "mutable": "null",
53701                        "readable": true,
53702                        "type": "gfloat",
53703                        "writable": true
53704                    },
53705                    "gl-19": {
53706                        "blurb": "Band gain Left 1.25K",
53707                        "conditionally-available": false,
53708                        "construct": true,
53709                        "construct-only": false,
53710                        "controllable": true,
53711                        "default": "1",
53712                        "max": "63.0957",
53713                        "min": "0.01585",
53714                        "mutable": "null",
53715                        "readable": true,
53716                        "type": "gfloat",
53717                        "writable": true
53718                    },
53719                    "gl-2": {
53720                        "blurb": "Band gain Left 25",
53721                        "conditionally-available": false,
53722                        "construct": true,
53723                        "construct-only": false,
53724                        "controllable": true,
53725                        "default": "1",
53726                        "max": "63.0957",
53727                        "min": "0.01585",
53728                        "mutable": "null",
53729                        "readable": true,
53730                        "type": "gfloat",
53731                        "writable": true
53732                    },
53733                    "gl-20": {
53734                        "blurb": "Band gain Left 1.6K",
53735                        "conditionally-available": false,
53736                        "construct": true,
53737                        "construct-only": false,
53738                        "controllable": true,
53739                        "default": "1",
53740                        "max": "63.0957",
53741                        "min": "0.01585",
53742                        "mutable": "null",
53743                        "readable": true,
53744                        "type": "gfloat",
53745                        "writable": true
53746                    },
53747                    "gl-21": {
53748                        "blurb": "Band gain Left 2K",
53749                        "conditionally-available": false,
53750                        "construct": true,
53751                        "construct-only": false,
53752                        "controllable": true,
53753                        "default": "1",
53754                        "max": "63.0957",
53755                        "min": "0.01585",
53756                        "mutable": "null",
53757                        "readable": true,
53758                        "type": "gfloat",
53759                        "writable": true
53760                    },
53761                    "gl-22": {
53762                        "blurb": "Band gain Left 2.5K",
53763                        "conditionally-available": false,
53764                        "construct": true,
53765                        "construct-only": false,
53766                        "controllable": true,
53767                        "default": "1",
53768                        "max": "63.0957",
53769                        "min": "0.01585",
53770                        "mutable": "null",
53771                        "readable": true,
53772                        "type": "gfloat",
53773                        "writable": true
53774                    },
53775                    "gl-23": {
53776                        "blurb": "Band gain Left 3.15K",
53777                        "conditionally-available": false,
53778                        "construct": true,
53779                        "construct-only": false,
53780                        "controllable": true,
53781                        "default": "1",
53782                        "max": "63.0957",
53783                        "min": "0.01585",
53784                        "mutable": "null",
53785                        "readable": true,
53786                        "type": "gfloat",
53787                        "writable": true
53788                    },
53789                    "gl-24": {
53790                        "blurb": "Band gain Left 4K",
53791                        "conditionally-available": false,
53792                        "construct": true,
53793                        "construct-only": false,
53794                        "controllable": true,
53795                        "default": "1",
53796                        "max": "63.0957",
53797                        "min": "0.01585",
53798                        "mutable": "null",
53799                        "readable": true,
53800                        "type": "gfloat",
53801                        "writable": true
53802                    },
53803                    "gl-25": {
53804                        "blurb": "Band gain Left 5K",
53805                        "conditionally-available": false,
53806                        "construct": true,
53807                        "construct-only": false,
53808                        "controllable": true,
53809                        "default": "1",
53810                        "max": "63.0957",
53811                        "min": "0.01585",
53812                        "mutable": "null",
53813                        "readable": true,
53814                        "type": "gfloat",
53815                        "writable": true
53816                    },
53817                    "gl-26": {
53818                        "blurb": "Band gain Left 6.3K",
53819                        "conditionally-available": false,
53820                        "construct": true,
53821                        "construct-only": false,
53822                        "controllable": true,
53823                        "default": "1",
53824                        "max": "63.0957",
53825                        "min": "0.01585",
53826                        "mutable": "null",
53827                        "readable": true,
53828                        "type": "gfloat",
53829                        "writable": true
53830                    },
53831                    "gl-27": {
53832                        "blurb": "Band gain Left 8K",
53833                        "conditionally-available": false,
53834                        "construct": true,
53835                        "construct-only": false,
53836                        "controllable": true,
53837                        "default": "1",
53838                        "max": "63.0957",
53839                        "min": "0.01585",
53840                        "mutable": "null",
53841                        "readable": true,
53842                        "type": "gfloat",
53843                        "writable": true
53844                    },
53845                    "gl-28": {
53846                        "blurb": "Band gain Left 10K",
53847                        "conditionally-available": false,
53848                        "construct": true,
53849                        "construct-only": false,
53850                        "controllable": true,
53851                        "default": "1",
53852                        "max": "63.0957",
53853                        "min": "0.01585",
53854                        "mutable": "null",
53855                        "readable": true,
53856                        "type": "gfloat",
53857                        "writable": true
53858                    },
53859                    "gl-29": {
53860                        "blurb": "Band gain Left 12.5K",
53861                        "conditionally-available": false,
53862                        "construct": true,
53863                        "construct-only": false,
53864                        "controllable": true,
53865                        "default": "1",
53866                        "max": "63.0957",
53867                        "min": "0.01585",
53868                        "mutable": "null",
53869                        "readable": true,
53870                        "type": "gfloat",
53871                        "writable": true
53872                    },
53873                    "gl-3": {
53874                        "blurb": "Band gain Left 31.5",
53875                        "conditionally-available": false,
53876                        "construct": true,
53877                        "construct-only": false,
53878                        "controllable": true,
53879                        "default": "1",
53880                        "max": "63.0957",
53881                        "min": "0.01585",
53882                        "mutable": "null",
53883                        "readable": true,
53884                        "type": "gfloat",
53885                        "writable": true
53886                    },
53887                    "gl-30": {
53888                        "blurb": "Band gain Left 16K",
53889                        "conditionally-available": false,
53890                        "construct": true,
53891                        "construct-only": false,
53892                        "controllable": true,
53893                        "default": "1",
53894                        "max": "63.0957",
53895                        "min": "0.01585",
53896                        "mutable": "null",
53897                        "readable": true,
53898                        "type": "gfloat",
53899                        "writable": true
53900                    },
53901                    "gl-31": {
53902                        "blurb": "Band gain Left 20K",
53903                        "conditionally-available": false,
53904                        "construct": true,
53905                        "construct-only": false,
53906                        "controllable": true,
53907                        "default": "1",
53908                        "max": "63.0957",
53909                        "min": "0.01585",
53910                        "mutable": "null",
53911                        "readable": true,
53912                        "type": "gfloat",
53913                        "writable": true
53914                    },
53915                    "gl-4": {
53916                        "blurb": "Band gain Left 40",
53917                        "conditionally-available": false,
53918                        "construct": true,
53919                        "construct-only": false,
53920                        "controllable": true,
53921                        "default": "1",
53922                        "max": "63.0957",
53923                        "min": "0.01585",
53924                        "mutable": "null",
53925                        "readable": true,
53926                        "type": "gfloat",
53927                        "writable": true
53928                    },
53929                    "gl-5": {
53930                        "blurb": "Band gain Left 50",
53931                        "conditionally-available": false,
53932                        "construct": true,
53933                        "construct-only": false,
53934                        "controllable": true,
53935                        "default": "1",
53936                        "max": "63.0957",
53937                        "min": "0.01585",
53938                        "mutable": "null",
53939                        "readable": true,
53940                        "type": "gfloat",
53941                        "writable": true
53942                    },
53943                    "gl-6": {
53944                        "blurb": "Band gain Left 63",
53945                        "conditionally-available": false,
53946                        "construct": true,
53947                        "construct-only": false,
53948                        "controllable": true,
53949                        "default": "1",
53950                        "max": "63.0957",
53951                        "min": "0.01585",
53952                        "mutable": "null",
53953                        "readable": true,
53954                        "type": "gfloat",
53955                        "writable": true
53956                    },
53957                    "gl-7": {
53958                        "blurb": "Band gain Left 80",
53959                        "conditionally-available": false,
53960                        "construct": true,
53961                        "construct-only": false,
53962                        "controllable": true,
53963                        "default": "1",
53964                        "max": "63.0957",
53965                        "min": "0.01585",
53966                        "mutable": "null",
53967                        "readable": true,
53968                        "type": "gfloat",
53969                        "writable": true
53970                    },
53971                    "gl-8": {
53972                        "blurb": "Band gain Left 100",
53973                        "conditionally-available": false,
53974                        "construct": true,
53975                        "construct-only": false,
53976                        "controllable": true,
53977                        "default": "1",
53978                        "max": "63.0957",
53979                        "min": "0.01585",
53980                        "mutable": "null",
53981                        "readable": true,
53982                        "type": "gfloat",
53983                        "writable": true
53984                    },
53985                    "gl-9": {
53986                        "blurb": "Band gain Left 125",
53987                        "conditionally-available": false,
53988                        "construct": true,
53989                        "construct-only": false,
53990                        "controllable": true,
53991                        "default": "1",
53992                        "max": "63.0957",
53993                        "min": "0.01585",
53994                        "mutable": "null",
53995                        "readable": true,
53996                        "type": "gfloat",
53997                        "writable": true
53998                    },
53999                    "gr-0": {
54000                        "blurb": "Band gain Right 16",
54001                        "conditionally-available": false,
54002                        "construct": true,
54003                        "construct-only": false,
54004                        "controllable": true,
54005                        "default": "1",
54006                        "max": "63.0957",
54007                        "min": "0.01585",
54008                        "mutable": "null",
54009                        "readable": true,
54010                        "type": "gfloat",
54011                        "writable": true
54012                    },
54013                    "gr-1": {
54014                        "blurb": "Band gain Right 20",
54015                        "conditionally-available": false,
54016                        "construct": true,
54017                        "construct-only": false,
54018                        "controllable": true,
54019                        "default": "1",
54020                        "max": "63.0957",
54021                        "min": "0.01585",
54022                        "mutable": "null",
54023                        "readable": true,
54024                        "type": "gfloat",
54025                        "writable": true
54026                    },
54027                    "gr-10": {
54028                        "blurb": "Band gain Right 160",
54029                        "conditionally-available": false,
54030                        "construct": true,
54031                        "construct-only": false,
54032                        "controllable": true,
54033                        "default": "1",
54034                        "max": "63.0957",
54035                        "min": "0.01585",
54036                        "mutable": "null",
54037                        "readable": true,
54038                        "type": "gfloat",
54039                        "writable": true
54040                    },
54041                    "gr-11": {
54042                        "blurb": "Band gain Right 200",
54043                        "conditionally-available": false,
54044                        "construct": true,
54045                        "construct-only": false,
54046                        "controllable": true,
54047                        "default": "1",
54048                        "max": "63.0957",
54049                        "min": "0.01585",
54050                        "mutable": "null",
54051                        "readable": true,
54052                        "type": "gfloat",
54053                        "writable": true
54054                    },
54055                    "gr-12": {
54056                        "blurb": "Band gain Right 250",
54057                        "conditionally-available": false,
54058                        "construct": true,
54059                        "construct-only": false,
54060                        "controllable": true,
54061                        "default": "1",
54062                        "max": "63.0957",
54063                        "min": "0.01585",
54064                        "mutable": "null",
54065                        "readable": true,
54066                        "type": "gfloat",
54067                        "writable": true
54068                    },
54069                    "gr-13": {
54070                        "blurb": "Band gain Right 315",
54071                        "conditionally-available": false,
54072                        "construct": true,
54073                        "construct-only": false,
54074                        "controllable": true,
54075                        "default": "1",
54076                        "max": "63.0957",
54077                        "min": "0.01585",
54078                        "mutable": "null",
54079                        "readable": true,
54080                        "type": "gfloat",
54081                        "writable": true
54082                    },
54083                    "gr-14": {
54084                        "blurb": "Band gain Right 400",
54085                        "conditionally-available": false,
54086                        "construct": true,
54087                        "construct-only": false,
54088                        "controllable": true,
54089                        "default": "1",
54090                        "max": "63.0957",
54091                        "min": "0.01585",
54092                        "mutable": "null",
54093                        "readable": true,
54094                        "type": "gfloat",
54095                        "writable": true
54096                    },
54097                    "gr-15": {
54098                        "blurb": "Band gain Right 500",
54099                        "conditionally-available": false,
54100                        "construct": true,
54101                        "construct-only": false,
54102                        "controllable": true,
54103                        "default": "1",
54104                        "max": "63.0957",
54105                        "min": "0.01585",
54106                        "mutable": "null",
54107                        "readable": true,
54108                        "type": "gfloat",
54109                        "writable": true
54110                    },
54111                    "gr-16": {
54112                        "blurb": "Band gain Right 630",
54113                        "conditionally-available": false,
54114                        "construct": true,
54115                        "construct-only": false,
54116                        "controllable": true,
54117                        "default": "1",
54118                        "max": "63.0957",
54119                        "min": "0.01585",
54120                        "mutable": "null",
54121                        "readable": true,
54122                        "type": "gfloat",
54123                        "writable": true
54124                    },
54125                    "gr-17": {
54126                        "blurb": "Band gain Right 800",
54127                        "conditionally-available": false,
54128                        "construct": true,
54129                        "construct-only": false,
54130                        "controllable": true,
54131                        "default": "1",
54132                        "max": "63.0957",
54133                        "min": "0.01585",
54134                        "mutable": "null",
54135                        "readable": true,
54136                        "type": "gfloat",
54137                        "writable": true
54138                    },
54139                    "gr-18": {
54140                        "blurb": "Band gain Right 1K",
54141                        "conditionally-available": false,
54142                        "construct": true,
54143                        "construct-only": false,
54144                        "controllable": true,
54145                        "default": "1",
54146                        "max": "63.0957",
54147                        "min": "0.01585",
54148                        "mutable": "null",
54149                        "readable": true,
54150                        "type": "gfloat",
54151                        "writable": true
54152                    },
54153                    "gr-19": {
54154                        "blurb": "Band gain Right 1.25K",
54155                        "conditionally-available": false,
54156                        "construct": true,
54157                        "construct-only": false,
54158                        "controllable": true,
54159                        "default": "1",
54160                        "max": "63.0957",
54161                        "min": "0.01585",
54162                        "mutable": "null",
54163                        "readable": true,
54164                        "type": "gfloat",
54165                        "writable": true
54166                    },
54167                    "gr-2": {
54168                        "blurb": "Band gain Right 25",
54169                        "conditionally-available": false,
54170                        "construct": true,
54171                        "construct-only": false,
54172                        "controllable": true,
54173                        "default": "1",
54174                        "max": "63.0957",
54175                        "min": "0.01585",
54176                        "mutable": "null",
54177                        "readable": true,
54178                        "type": "gfloat",
54179                        "writable": true
54180                    },
54181                    "gr-20": {
54182                        "blurb": "Band gain Right 1.6K",
54183                        "conditionally-available": false,
54184                        "construct": true,
54185                        "construct-only": false,
54186                        "controllable": true,
54187                        "default": "1",
54188                        "max": "63.0957",
54189                        "min": "0.01585",
54190                        "mutable": "null",
54191                        "readable": true,
54192                        "type": "gfloat",
54193                        "writable": true
54194                    },
54195                    "gr-21": {
54196                        "blurb": "Band gain Right 2K",
54197                        "conditionally-available": false,
54198                        "construct": true,
54199                        "construct-only": false,
54200                        "controllable": true,
54201                        "default": "1",
54202                        "max": "63.0957",
54203                        "min": "0.01585",
54204                        "mutable": "null",
54205                        "readable": true,
54206                        "type": "gfloat",
54207                        "writable": true
54208                    },
54209                    "gr-22": {
54210                        "blurb": "Band gain Right 2.5K",
54211                        "conditionally-available": false,
54212                        "construct": true,
54213                        "construct-only": false,
54214                        "controllable": true,
54215                        "default": "1",
54216                        "max": "63.0957",
54217                        "min": "0.01585",
54218                        "mutable": "null",
54219                        "readable": true,
54220                        "type": "gfloat",
54221                        "writable": true
54222                    },
54223                    "gr-23": {
54224                        "blurb": "Band gain Right 3.15K",
54225                        "conditionally-available": false,
54226                        "construct": true,
54227                        "construct-only": false,
54228                        "controllable": true,
54229                        "default": "1",
54230                        "max": "63.0957",
54231                        "min": "0.01585",
54232                        "mutable": "null",
54233                        "readable": true,
54234                        "type": "gfloat",
54235                        "writable": true
54236                    },
54237                    "gr-24": {
54238                        "blurb": "Band gain Right 4K",
54239                        "conditionally-available": false,
54240                        "construct": true,
54241                        "construct-only": false,
54242                        "controllable": true,
54243                        "default": "1",
54244                        "max": "63.0957",
54245                        "min": "0.01585",
54246                        "mutable": "null",
54247                        "readable": true,
54248                        "type": "gfloat",
54249                        "writable": true
54250                    },
54251                    "gr-25": {
54252                        "blurb": "Band gain Right 5K",
54253                        "conditionally-available": false,
54254                        "construct": true,
54255                        "construct-only": false,
54256                        "controllable": true,
54257                        "default": "1",
54258                        "max": "63.0957",
54259                        "min": "0.01585",
54260                        "mutable": "null",
54261                        "readable": true,
54262                        "type": "gfloat",
54263                        "writable": true
54264                    },
54265                    "gr-26": {
54266                        "blurb": "Band gain Right 6.3K",
54267                        "conditionally-available": false,
54268                        "construct": true,
54269                        "construct-only": false,
54270                        "controllable": true,
54271                        "default": "1",
54272                        "max": "63.0957",
54273                        "min": "0.01585",
54274                        "mutable": "null",
54275                        "readable": true,
54276                        "type": "gfloat",
54277                        "writable": true
54278                    },
54279                    "gr-27": {
54280                        "blurb": "Band gain Right 8K",
54281                        "conditionally-available": false,
54282                        "construct": true,
54283                        "construct-only": false,
54284                        "controllable": true,
54285                        "default": "1",
54286                        "max": "63.0957",
54287                        "min": "0.01585",
54288                        "mutable": "null",
54289                        "readable": true,
54290                        "type": "gfloat",
54291                        "writable": true
54292                    },
54293                    "gr-28": {
54294                        "blurb": "Band gain Right 10K",
54295                        "conditionally-available": false,
54296                        "construct": true,
54297                        "construct-only": false,
54298                        "controllable": true,
54299                        "default": "1",
54300                        "max": "63.0957",
54301                        "min": "0.01585",
54302                        "mutable": "null",
54303                        "readable": true,
54304                        "type": "gfloat",
54305                        "writable": true
54306                    },
54307                    "gr-29": {
54308                        "blurb": "Band gain Right 12.5K",
54309                        "conditionally-available": false,
54310                        "construct": true,
54311                        "construct-only": false,
54312                        "controllable": true,
54313                        "default": "1",
54314                        "max": "63.0957",
54315                        "min": "0.01585",
54316                        "mutable": "null",
54317                        "readable": true,
54318                        "type": "gfloat",
54319                        "writable": true
54320                    },
54321                    "gr-3": {
54322                        "blurb": "Band gain Right 31.5",
54323                        "conditionally-available": false,
54324                        "construct": true,
54325                        "construct-only": false,
54326                        "controllable": true,
54327                        "default": "1",
54328                        "max": "63.0957",
54329                        "min": "0.01585",
54330                        "mutable": "null",
54331                        "readable": true,
54332                        "type": "gfloat",
54333                        "writable": true
54334                    },
54335                    "gr-30": {
54336                        "blurb": "Band gain Right 16K",
54337                        "conditionally-available": false,
54338                        "construct": true,
54339                        "construct-only": false,
54340                        "controllable": true,
54341                        "default": "1",
54342                        "max": "63.0957",
54343                        "min": "0.01585",
54344                        "mutable": "null",
54345                        "readable": true,
54346                        "type": "gfloat",
54347                        "writable": true
54348                    },
54349                    "gr-31": {
54350                        "blurb": "Band gain Right 20K",
54351                        "conditionally-available": false,
54352                        "construct": true,
54353                        "construct-only": false,
54354                        "controllable": true,
54355                        "default": "1",
54356                        "max": "63.0957",
54357                        "min": "0.01585",
54358                        "mutable": "null",
54359                        "readable": true,
54360                        "type": "gfloat",
54361                        "writable": true
54362                    },
54363                    "gr-4": {
54364                        "blurb": "Band gain Right 40",
54365                        "conditionally-available": false,
54366                        "construct": true,
54367                        "construct-only": false,
54368                        "controllable": true,
54369                        "default": "1",
54370                        "max": "63.0957",
54371                        "min": "0.01585",
54372                        "mutable": "null",
54373                        "readable": true,
54374                        "type": "gfloat",
54375                        "writable": true
54376                    },
54377                    "gr-5": {
54378                        "blurb": "Band gain Right 50",
54379                        "conditionally-available": false,
54380                        "construct": true,
54381                        "construct-only": false,
54382                        "controllable": true,
54383                        "default": "1",
54384                        "max": "63.0957",
54385                        "min": "0.01585",
54386                        "mutable": "null",
54387                        "readable": true,
54388                        "type": "gfloat",
54389                        "writable": true
54390                    },
54391                    "gr-6": {
54392                        "blurb": "Band gain Right 63",
54393                        "conditionally-available": false,
54394                        "construct": true,
54395                        "construct-only": false,
54396                        "controllable": true,
54397                        "default": "1",
54398                        "max": "63.0957",
54399                        "min": "0.01585",
54400                        "mutable": "null",
54401                        "readable": true,
54402                        "type": "gfloat",
54403                        "writable": true
54404                    },
54405                    "gr-7": {
54406                        "blurb": "Band gain Right 80",
54407                        "conditionally-available": false,
54408                        "construct": true,
54409                        "construct-only": false,
54410                        "controllable": true,
54411                        "default": "1",
54412                        "max": "63.0957",
54413                        "min": "0.01585",
54414                        "mutable": "null",
54415                        "readable": true,
54416                        "type": "gfloat",
54417                        "writable": true
54418                    },
54419                    "gr-8": {
54420                        "blurb": "Band gain Right 100",
54421                        "conditionally-available": false,
54422                        "construct": true,
54423                        "construct-only": false,
54424                        "controllable": true,
54425                        "default": "1",
54426                        "max": "63.0957",
54427                        "min": "0.01585",
54428                        "mutable": "null",
54429                        "readable": true,
54430                        "type": "gfloat",
54431                        "writable": true
54432                    },
54433                    "gr-9": {
54434                        "blurb": "Band gain Right 125",
54435                        "conditionally-available": false,
54436                        "construct": true,
54437                        "construct-only": false,
54438                        "controllable": true,
54439                        "default": "1",
54440                        "max": "63.0957",
54441                        "min": "0.01585",
54442                        "mutable": "null",
54443                        "readable": true,
54444                        "type": "gfloat",
54445                        "writable": true
54446                    },
54447                    "iml": {
54448                        "blurb": "Input signal meter Left",
54449                        "conditionally-available": false,
54450                        "construct": false,
54451                        "construct-only": false,
54452                        "controllable": true,
54453                        "default": "0",
54454                        "max": "3.98107",
54455                        "min": "0",
54456                        "mutable": "null",
54457                        "readable": true,
54458                        "type": "gfloat",
54459                        "writable": false
54460                    },
54461                    "imr": {
54462                        "blurb": "Input signal meter Right",
54463                        "conditionally-available": false,
54464                        "construct": false,
54465                        "construct-only": false,
54466                        "controllable": true,
54467                        "default": "0",
54468                        "max": "3.98107",
54469                        "min": "0",
54470                        "mutable": "null",
54471                        "readable": true,
54472                        "type": "gfloat",
54473                        "writable": false
54474                    },
54475                    "mode": {
54476                        "blurb": "Equalizer mode",
54477                        "conditionally-available": false,
54478                        "construct": true,
54479                        "construct-only": false,
54480                        "controllable": true,
54481                        "default": "IIR (0)",
54482                        "mutable": "null",
54483                        "readable": true,
54484                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrmode",
54485                        "writable": true
54486                    },
54487                    "out-latency": {
54488                        "blurb": "Latency OUT",
54489                        "conditionally-available": false,
54490                        "construct": false,
54491                        "construct-only": false,
54492                        "controllable": true,
54493                        "default": "0",
54494                        "max": "192000",
54495                        "min": "0",
54496                        "mutable": "null",
54497                        "readable": true,
54498                        "type": "gint",
54499                        "writable": false
54500                    },
54501                    "react": {
54502                        "blurb": "FFT reactivity",
54503                        "conditionally-available": false,
54504                        "construct": true,
54505                        "construct-only": false,
54506                        "controllable": true,
54507                        "default": "0.2",
54508                        "max": "1",
54509                        "min": "0",
54510                        "mutable": "null",
54511                        "readable": true,
54512                        "type": "gfloat",
54513                        "writable": true
54514                    },
54515                    "shift": {
54516                        "blurb": "Shift gain",
54517                        "conditionally-available": false,
54518                        "construct": true,
54519                        "construct-only": false,
54520                        "controllable": true,
54521                        "default": "1",
54522                        "max": "100",
54523                        "min": "0",
54524                        "mutable": "null",
54525                        "readable": true,
54526                        "type": "gfloat",
54527                        "writable": true
54528                    },
54529                    "slope": {
54530                        "blurb": "Filter slope",
54531                        "conditionally-available": false,
54532                        "construct": true,
54533                        "construct-only": false,
54534                        "controllable": true,
54535                        "default": "BT48 (0)",
54536                        "mutable": "null",
54537                        "readable": true,
54538                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrslope",
54539                        "writable": true
54540                    },
54541                    "sml": {
54542                        "blurb": "Output signal meter Left",
54543                        "conditionally-available": false,
54544                        "construct": false,
54545                        "construct-only": false,
54546                        "controllable": true,
54547                        "default": "0",
54548                        "max": "3.98107",
54549                        "min": "0",
54550                        "mutable": "null",
54551                        "readable": true,
54552                        "type": "gfloat",
54553                        "writable": false
54554                    },
54555                    "smr": {
54556                        "blurb": "Output signal meter Right",
54557                        "conditionally-available": false,
54558                        "construct": false,
54559                        "construct-only": false,
54560                        "controllable": true,
54561                        "default": "0",
54562                        "max": "3.98107",
54563                        "min": "0",
54564                        "mutable": "null",
54565                        "readable": true,
54566                        "type": "gfloat",
54567                        "writable": false
54568                    },
54569                    "xel-0": {
54570                        "blurb": "Band on Left 16",
54571                        "conditionally-available": false,
54572                        "construct": true,
54573                        "construct-only": false,
54574                        "controllable": true,
54575                        "default": "false",
54576                        "mutable": "null",
54577                        "readable": true,
54578                        "type": "gboolean",
54579                        "writable": true
54580                    },
54581                    "xel-1": {
54582                        "blurb": "Band on Left 20",
54583                        "conditionally-available": false,
54584                        "construct": true,
54585                        "construct-only": false,
54586                        "controllable": true,
54587                        "default": "false",
54588                        "mutable": "null",
54589                        "readable": true,
54590                        "type": "gboolean",
54591                        "writable": true
54592                    },
54593                    "xel-10": {
54594                        "blurb": "Band on Left 160",
54595                        "conditionally-available": false,
54596                        "construct": true,
54597                        "construct-only": false,
54598                        "controllable": true,
54599                        "default": "false",
54600                        "mutable": "null",
54601                        "readable": true,
54602                        "type": "gboolean",
54603                        "writable": true
54604                    },
54605                    "xel-11": {
54606                        "blurb": "Band on Left 200",
54607                        "conditionally-available": false,
54608                        "construct": true,
54609                        "construct-only": false,
54610                        "controllable": true,
54611                        "default": "false",
54612                        "mutable": "null",
54613                        "readable": true,
54614                        "type": "gboolean",
54615                        "writable": true
54616                    },
54617                    "xel-12": {
54618                        "blurb": "Band on Left 250",
54619                        "conditionally-available": false,
54620                        "construct": true,
54621                        "construct-only": false,
54622                        "controllable": true,
54623                        "default": "false",
54624                        "mutable": "null",
54625                        "readable": true,
54626                        "type": "gboolean",
54627                        "writable": true
54628                    },
54629                    "xel-13": {
54630                        "blurb": "Band on Left 315",
54631                        "conditionally-available": false,
54632                        "construct": true,
54633                        "construct-only": false,
54634                        "controllable": true,
54635                        "default": "false",
54636                        "mutable": "null",
54637                        "readable": true,
54638                        "type": "gboolean",
54639                        "writable": true
54640                    },
54641                    "xel-14": {
54642                        "blurb": "Band on Left 400",
54643                        "conditionally-available": false,
54644                        "construct": true,
54645                        "construct-only": false,
54646                        "controllable": true,
54647                        "default": "false",
54648                        "mutable": "null",
54649                        "readable": true,
54650                        "type": "gboolean",
54651                        "writable": true
54652                    },
54653                    "xel-15": {
54654                        "blurb": "Band on Left 500",
54655                        "conditionally-available": false,
54656                        "construct": true,
54657                        "construct-only": false,
54658                        "controllable": true,
54659                        "default": "false",
54660                        "mutable": "null",
54661                        "readable": true,
54662                        "type": "gboolean",
54663                        "writable": true
54664                    },
54665                    "xel-16": {
54666                        "blurb": "Band on Left 630",
54667                        "conditionally-available": false,
54668                        "construct": true,
54669                        "construct-only": false,
54670                        "controllable": true,
54671                        "default": "false",
54672                        "mutable": "null",
54673                        "readable": true,
54674                        "type": "gboolean",
54675                        "writable": true
54676                    },
54677                    "xel-17": {
54678                        "blurb": "Band on Left 800",
54679                        "conditionally-available": false,
54680                        "construct": true,
54681                        "construct-only": false,
54682                        "controllable": true,
54683                        "default": "false",
54684                        "mutable": "null",
54685                        "readable": true,
54686                        "type": "gboolean",
54687                        "writable": true
54688                    },
54689                    "xel-18": {
54690                        "blurb": "Band on Left 1K",
54691                        "conditionally-available": false,
54692                        "construct": true,
54693                        "construct-only": false,
54694                        "controllable": true,
54695                        "default": "false",
54696                        "mutable": "null",
54697                        "readable": true,
54698                        "type": "gboolean",
54699                        "writable": true
54700                    },
54701                    "xel-19": {
54702                        "blurb": "Band on Left 1.25K",
54703                        "conditionally-available": false,
54704                        "construct": true,
54705                        "construct-only": false,
54706                        "controllable": true,
54707                        "default": "false",
54708                        "mutable": "null",
54709                        "readable": true,
54710                        "type": "gboolean",
54711                        "writable": true
54712                    },
54713                    "xel-2": {
54714                        "blurb": "Band on Left 25",
54715                        "conditionally-available": false,
54716                        "construct": true,
54717                        "construct-only": false,
54718                        "controllable": true,
54719                        "default": "false",
54720                        "mutable": "null",
54721                        "readable": true,
54722                        "type": "gboolean",
54723                        "writable": true
54724                    },
54725                    "xel-20": {
54726                        "blurb": "Band on Left 1.6K",
54727                        "conditionally-available": false,
54728                        "construct": true,
54729                        "construct-only": false,
54730                        "controllable": true,
54731                        "default": "false",
54732                        "mutable": "null",
54733                        "readable": true,
54734                        "type": "gboolean",
54735                        "writable": true
54736                    },
54737                    "xel-21": {
54738                        "blurb": "Band on Left 2K",
54739                        "conditionally-available": false,
54740                        "construct": true,
54741                        "construct-only": false,
54742                        "controllable": true,
54743                        "default": "false",
54744                        "mutable": "null",
54745                        "readable": true,
54746                        "type": "gboolean",
54747                        "writable": true
54748                    },
54749                    "xel-22": {
54750                        "blurb": "Band on Left 2.5K",
54751                        "conditionally-available": false,
54752                        "construct": true,
54753                        "construct-only": false,
54754                        "controllable": true,
54755                        "default": "false",
54756                        "mutable": "null",
54757                        "readable": true,
54758                        "type": "gboolean",
54759                        "writable": true
54760                    },
54761                    "xel-23": {
54762                        "blurb": "Band on Left 3.15K",
54763                        "conditionally-available": false,
54764                        "construct": true,
54765                        "construct-only": false,
54766                        "controllable": true,
54767                        "default": "false",
54768                        "mutable": "null",
54769                        "readable": true,
54770                        "type": "gboolean",
54771                        "writable": true
54772                    },
54773                    "xel-24": {
54774                        "blurb": "Band on Left 4K",
54775                        "conditionally-available": false,
54776                        "construct": true,
54777                        "construct-only": false,
54778                        "controllable": true,
54779                        "default": "false",
54780                        "mutable": "null",
54781                        "readable": true,
54782                        "type": "gboolean",
54783                        "writable": true
54784                    },
54785                    "xel-25": {
54786                        "blurb": "Band on Left 5K",
54787                        "conditionally-available": false,
54788                        "construct": true,
54789                        "construct-only": false,
54790                        "controllable": true,
54791                        "default": "false",
54792                        "mutable": "null",
54793                        "readable": true,
54794                        "type": "gboolean",
54795                        "writable": true
54796                    },
54797                    "xel-26": {
54798                        "blurb": "Band on Left 6.3K",
54799                        "conditionally-available": false,
54800                        "construct": true,
54801                        "construct-only": false,
54802                        "controllable": true,
54803                        "default": "false",
54804                        "mutable": "null",
54805                        "readable": true,
54806                        "type": "gboolean",
54807                        "writable": true
54808                    },
54809                    "xel-27": {
54810                        "blurb": "Band on Left 8K",
54811                        "conditionally-available": false,
54812                        "construct": true,
54813                        "construct-only": false,
54814                        "controllable": true,
54815                        "default": "false",
54816                        "mutable": "null",
54817                        "readable": true,
54818                        "type": "gboolean",
54819                        "writable": true
54820                    },
54821                    "xel-28": {
54822                        "blurb": "Band on Left 10K",
54823                        "conditionally-available": false,
54824                        "construct": true,
54825                        "construct-only": false,
54826                        "controllable": true,
54827                        "default": "false",
54828                        "mutable": "null",
54829                        "readable": true,
54830                        "type": "gboolean",
54831                        "writable": true
54832                    },
54833                    "xel-29": {
54834                        "blurb": "Band on Left 12.5K",
54835                        "conditionally-available": false,
54836                        "construct": true,
54837                        "construct-only": false,
54838                        "controllable": true,
54839                        "default": "false",
54840                        "mutable": "null",
54841                        "readable": true,
54842                        "type": "gboolean",
54843                        "writable": true
54844                    },
54845                    "xel-3": {
54846                        "blurb": "Band on Left 31.5",
54847                        "conditionally-available": false,
54848                        "construct": true,
54849                        "construct-only": false,
54850                        "controllable": true,
54851                        "default": "false",
54852                        "mutable": "null",
54853                        "readable": true,
54854                        "type": "gboolean",
54855                        "writable": true
54856                    },
54857                    "xel-30": {
54858                        "blurb": "Band on Left 16K",
54859                        "conditionally-available": false,
54860                        "construct": true,
54861                        "construct-only": false,
54862                        "controllable": true,
54863                        "default": "false",
54864                        "mutable": "null",
54865                        "readable": true,
54866                        "type": "gboolean",
54867                        "writable": true
54868                    },
54869                    "xel-31": {
54870                        "blurb": "Band on Left 20K",
54871                        "conditionally-available": false,
54872                        "construct": true,
54873                        "construct-only": false,
54874                        "controllable": true,
54875                        "default": "false",
54876                        "mutable": "null",
54877                        "readable": true,
54878                        "type": "gboolean",
54879                        "writable": true
54880                    },
54881                    "xel-4": {
54882                        "blurb": "Band on Left 40",
54883                        "conditionally-available": false,
54884                        "construct": true,
54885                        "construct-only": false,
54886                        "controllable": true,
54887                        "default": "false",
54888                        "mutable": "null",
54889                        "readable": true,
54890                        "type": "gboolean",
54891                        "writable": true
54892                    },
54893                    "xel-5": {
54894                        "blurb": "Band on Left 50",
54895                        "conditionally-available": false,
54896                        "construct": true,
54897                        "construct-only": false,
54898                        "controllable": true,
54899                        "default": "false",
54900                        "mutable": "null",
54901                        "readable": true,
54902                        "type": "gboolean",
54903                        "writable": true
54904                    },
54905                    "xel-6": {
54906                        "blurb": "Band on Left 63",
54907                        "conditionally-available": false,
54908                        "construct": true,
54909                        "construct-only": false,
54910                        "controllable": true,
54911                        "default": "false",
54912                        "mutable": "null",
54913                        "readable": true,
54914                        "type": "gboolean",
54915                        "writable": true
54916                    },
54917                    "xel-7": {
54918                        "blurb": "Band on Left 80",
54919                        "conditionally-available": false,
54920                        "construct": true,
54921                        "construct-only": false,
54922                        "controllable": true,
54923                        "default": "false",
54924                        "mutable": "null",
54925                        "readable": true,
54926                        "type": "gboolean",
54927                        "writable": true
54928                    },
54929                    "xel-8": {
54930                        "blurb": "Band on Left 100",
54931                        "conditionally-available": false,
54932                        "construct": true,
54933                        "construct-only": false,
54934                        "controllable": true,
54935                        "default": "false",
54936                        "mutable": "null",
54937                        "readable": true,
54938                        "type": "gboolean",
54939                        "writable": true
54940                    },
54941                    "xel-9": {
54942                        "blurb": "Band on Left 125",
54943                        "conditionally-available": false,
54944                        "construct": true,
54945                        "construct-only": false,
54946                        "controllable": true,
54947                        "default": "false",
54948                        "mutable": "null",
54949                        "readable": true,
54950                        "type": "gboolean",
54951                        "writable": true
54952                    },
54953                    "xer-0": {
54954                        "blurb": "Band on Right 16",
54955                        "conditionally-available": false,
54956                        "construct": true,
54957                        "construct-only": false,
54958                        "controllable": true,
54959                        "default": "false",
54960                        "mutable": "null",
54961                        "readable": true,
54962                        "type": "gboolean",
54963                        "writable": true
54964                    },
54965                    "xer-1": {
54966                        "blurb": "Band on Right 20",
54967                        "conditionally-available": false,
54968                        "construct": true,
54969                        "construct-only": false,
54970                        "controllable": true,
54971                        "default": "false",
54972                        "mutable": "null",
54973                        "readable": true,
54974                        "type": "gboolean",
54975                        "writable": true
54976                    },
54977                    "xer-10": {
54978                        "blurb": "Band on Right 160",
54979                        "conditionally-available": false,
54980                        "construct": true,
54981                        "construct-only": false,
54982                        "controllable": true,
54983                        "default": "false",
54984                        "mutable": "null",
54985                        "readable": true,
54986                        "type": "gboolean",
54987                        "writable": true
54988                    },
54989                    "xer-11": {
54990                        "blurb": "Band on Right 200",
54991                        "conditionally-available": false,
54992                        "construct": true,
54993                        "construct-only": false,
54994                        "controllable": true,
54995                        "default": "false",
54996                        "mutable": "null",
54997                        "readable": true,
54998                        "type": "gboolean",
54999                        "writable": true
55000                    },
55001                    "xer-12": {
55002                        "blurb": "Band on Right 250",
55003                        "conditionally-available": false,
55004                        "construct": true,
55005                        "construct-only": false,
55006                        "controllable": true,
55007                        "default": "false",
55008                        "mutable": "null",
55009                        "readable": true,
55010                        "type": "gboolean",
55011                        "writable": true
55012                    },
55013                    "xer-13": {
55014                        "blurb": "Band on Right 315",
55015                        "conditionally-available": false,
55016                        "construct": true,
55017                        "construct-only": false,
55018                        "controllable": true,
55019                        "default": "false",
55020                        "mutable": "null",
55021                        "readable": true,
55022                        "type": "gboolean",
55023                        "writable": true
55024                    },
55025                    "xer-14": {
55026                        "blurb": "Band on Right 400",
55027                        "conditionally-available": false,
55028                        "construct": true,
55029                        "construct-only": false,
55030                        "controllable": true,
55031                        "default": "false",
55032                        "mutable": "null",
55033                        "readable": true,
55034                        "type": "gboolean",
55035                        "writable": true
55036                    },
55037                    "xer-15": {
55038                        "blurb": "Band on Right 500",
55039                        "conditionally-available": false,
55040                        "construct": true,
55041                        "construct-only": false,
55042                        "controllable": true,
55043                        "default": "false",
55044                        "mutable": "null",
55045                        "readable": true,
55046                        "type": "gboolean",
55047                        "writable": true
55048                    },
55049                    "xer-16": {
55050                        "blurb": "Band on Right 630",
55051                        "conditionally-available": false,
55052                        "construct": true,
55053                        "construct-only": false,
55054                        "controllable": true,
55055                        "default": "false",
55056                        "mutable": "null",
55057                        "readable": true,
55058                        "type": "gboolean",
55059                        "writable": true
55060                    },
55061                    "xer-17": {
55062                        "blurb": "Band on Right 800",
55063                        "conditionally-available": false,
55064                        "construct": true,
55065                        "construct-only": false,
55066                        "controllable": true,
55067                        "default": "false",
55068                        "mutable": "null",
55069                        "readable": true,
55070                        "type": "gboolean",
55071                        "writable": true
55072                    },
55073                    "xer-18": {
55074                        "blurb": "Band on Right 1K",
55075                        "conditionally-available": false,
55076                        "construct": true,
55077                        "construct-only": false,
55078                        "controllable": true,
55079                        "default": "false",
55080                        "mutable": "null",
55081                        "readable": true,
55082                        "type": "gboolean",
55083                        "writable": true
55084                    },
55085                    "xer-19": {
55086                        "blurb": "Band on Right 1.25K",
55087                        "conditionally-available": false,
55088                        "construct": true,
55089                        "construct-only": false,
55090                        "controllable": true,
55091                        "default": "false",
55092                        "mutable": "null",
55093                        "readable": true,
55094                        "type": "gboolean",
55095                        "writable": true
55096                    },
55097                    "xer-2": {
55098                        "blurb": "Band on Right 25",
55099                        "conditionally-available": false,
55100                        "construct": true,
55101                        "construct-only": false,
55102                        "controllable": true,
55103                        "default": "false",
55104                        "mutable": "null",
55105                        "readable": true,
55106                        "type": "gboolean",
55107                        "writable": true
55108                    },
55109                    "xer-20": {
55110                        "blurb": "Band on Right 1.6K",
55111                        "conditionally-available": false,
55112                        "construct": true,
55113                        "construct-only": false,
55114                        "controllable": true,
55115                        "default": "false",
55116                        "mutable": "null",
55117                        "readable": true,
55118                        "type": "gboolean",
55119                        "writable": true
55120                    },
55121                    "xer-21": {
55122                        "blurb": "Band on Right 2K",
55123                        "conditionally-available": false,
55124                        "construct": true,
55125                        "construct-only": false,
55126                        "controllable": true,
55127                        "default": "false",
55128                        "mutable": "null",
55129                        "readable": true,
55130                        "type": "gboolean",
55131                        "writable": true
55132                    },
55133                    "xer-22": {
55134                        "blurb": "Band on Right 2.5K",
55135                        "conditionally-available": false,
55136                        "construct": true,
55137                        "construct-only": false,
55138                        "controllable": true,
55139                        "default": "false",
55140                        "mutable": "null",
55141                        "readable": true,
55142                        "type": "gboolean",
55143                        "writable": true
55144                    },
55145                    "xer-23": {
55146                        "blurb": "Band on Right 3.15K",
55147                        "conditionally-available": false,
55148                        "construct": true,
55149                        "construct-only": false,
55150                        "controllable": true,
55151                        "default": "false",
55152                        "mutable": "null",
55153                        "readable": true,
55154                        "type": "gboolean",
55155                        "writable": true
55156                    },
55157                    "xer-24": {
55158                        "blurb": "Band on Right 4K",
55159                        "conditionally-available": false,
55160                        "construct": true,
55161                        "construct-only": false,
55162                        "controllable": true,
55163                        "default": "false",
55164                        "mutable": "null",
55165                        "readable": true,
55166                        "type": "gboolean",
55167                        "writable": true
55168                    },
55169                    "xer-25": {
55170                        "blurb": "Band on Right 5K",
55171                        "conditionally-available": false,
55172                        "construct": true,
55173                        "construct-only": false,
55174                        "controllable": true,
55175                        "default": "false",
55176                        "mutable": "null",
55177                        "readable": true,
55178                        "type": "gboolean",
55179                        "writable": true
55180                    },
55181                    "xer-26": {
55182                        "blurb": "Band on Right 6.3K",
55183                        "conditionally-available": false,
55184                        "construct": true,
55185                        "construct-only": false,
55186                        "controllable": true,
55187                        "default": "false",
55188                        "mutable": "null",
55189                        "readable": true,
55190                        "type": "gboolean",
55191                        "writable": true
55192                    },
55193                    "xer-27": {
55194                        "blurb": "Band on Right 8K",
55195                        "conditionally-available": false,
55196                        "construct": true,
55197                        "construct-only": false,
55198                        "controllable": true,
55199                        "default": "false",
55200                        "mutable": "null",
55201                        "readable": true,
55202                        "type": "gboolean",
55203                        "writable": true
55204                    },
55205                    "xer-28": {
55206                        "blurb": "Band on Right 10K",
55207                        "conditionally-available": false,
55208                        "construct": true,
55209                        "construct-only": false,
55210                        "controllable": true,
55211                        "default": "false",
55212                        "mutable": "null",
55213                        "readable": true,
55214                        "type": "gboolean",
55215                        "writable": true
55216                    },
55217                    "xer-29": {
55218                        "blurb": "Band on Right 12.5K",
55219                        "conditionally-available": false,
55220                        "construct": true,
55221                        "construct-only": false,
55222                        "controllable": true,
55223                        "default": "false",
55224                        "mutable": "null",
55225                        "readable": true,
55226                        "type": "gboolean",
55227                        "writable": true
55228                    },
55229                    "xer-3": {
55230                        "blurb": "Band on Right 31.5",
55231                        "conditionally-available": false,
55232                        "construct": true,
55233                        "construct-only": false,
55234                        "controllable": true,
55235                        "default": "false",
55236                        "mutable": "null",
55237                        "readable": true,
55238                        "type": "gboolean",
55239                        "writable": true
55240                    },
55241                    "xer-30": {
55242                        "blurb": "Band on Right 16K",
55243                        "conditionally-available": false,
55244                        "construct": true,
55245                        "construct-only": false,
55246                        "controllable": true,
55247                        "default": "false",
55248                        "mutable": "null",
55249                        "readable": true,
55250                        "type": "gboolean",
55251                        "writable": true
55252                    },
55253                    "xer-31": {
55254                        "blurb": "Band on Right 20K",
55255                        "conditionally-available": false,
55256                        "construct": true,
55257                        "construct-only": false,
55258                        "controllable": true,
55259                        "default": "false",
55260                        "mutable": "null",
55261                        "readable": true,
55262                        "type": "gboolean",
55263                        "writable": true
55264                    },
55265                    "xer-4": {
55266                        "blurb": "Band on Right 40",
55267                        "conditionally-available": false,
55268                        "construct": true,
55269                        "construct-only": false,
55270                        "controllable": true,
55271                        "default": "false",
55272                        "mutable": "null",
55273                        "readable": true,
55274                        "type": "gboolean",
55275                        "writable": true
55276                    },
55277                    "xer-5": {
55278                        "blurb": "Band on Right 50",
55279                        "conditionally-available": false,
55280                        "construct": true,
55281                        "construct-only": false,
55282                        "controllable": true,
55283                        "default": "false",
55284                        "mutable": "null",
55285                        "readable": true,
55286                        "type": "gboolean",
55287                        "writable": true
55288                    },
55289                    "xer-6": {
55290                        "blurb": "Band on Right 63",
55291                        "conditionally-available": false,
55292                        "construct": true,
55293                        "construct-only": false,
55294                        "controllable": true,
55295                        "default": "false",
55296                        "mutable": "null",
55297                        "readable": true,
55298                        "type": "gboolean",
55299                        "writable": true
55300                    },
55301                    "xer-7": {
55302                        "blurb": "Band on Right 80",
55303                        "conditionally-available": false,
55304                        "construct": true,
55305                        "construct-only": false,
55306                        "controllable": true,
55307                        "default": "false",
55308                        "mutable": "null",
55309                        "readable": true,
55310                        "type": "gboolean",
55311                        "writable": true
55312                    },
55313                    "xer-8": {
55314                        "blurb": "Band on Right 100",
55315                        "conditionally-available": false,
55316                        "construct": true,
55317                        "construct-only": false,
55318                        "controllable": true,
55319                        "default": "false",
55320                        "mutable": "null",
55321                        "readable": true,
55322                        "type": "gboolean",
55323                        "writable": true
55324                    },
55325                    "xer-9": {
55326                        "blurb": "Band on Right 125",
55327                        "conditionally-available": false,
55328                        "construct": true,
55329                        "construct-only": false,
55330                        "controllable": true,
55331                        "default": "false",
55332                        "mutable": "null",
55333                        "readable": true,
55334                        "type": "gboolean",
55335                        "writable": true
55336                    },
55337                    "xml-0": {
55338                        "blurb": "Band mute Left 16",
55339                        "conditionally-available": false,
55340                        "construct": true,
55341                        "construct-only": false,
55342                        "controllable": true,
55343                        "default": "false",
55344                        "mutable": "null",
55345                        "readable": true,
55346                        "type": "gboolean",
55347                        "writable": true
55348                    },
55349                    "xml-1": {
55350                        "blurb": "Band mute Left 20",
55351                        "conditionally-available": false,
55352                        "construct": true,
55353                        "construct-only": false,
55354                        "controllable": true,
55355                        "default": "false",
55356                        "mutable": "null",
55357                        "readable": true,
55358                        "type": "gboolean",
55359                        "writable": true
55360                    },
55361                    "xml-10": {
55362                        "blurb": "Band mute Left 160",
55363                        "conditionally-available": false,
55364                        "construct": true,
55365                        "construct-only": false,
55366                        "controllable": true,
55367                        "default": "false",
55368                        "mutable": "null",
55369                        "readable": true,
55370                        "type": "gboolean",
55371                        "writable": true
55372                    },
55373                    "xml-11": {
55374                        "blurb": "Band mute Left 200",
55375                        "conditionally-available": false,
55376                        "construct": true,
55377                        "construct-only": false,
55378                        "controllable": true,
55379                        "default": "false",
55380                        "mutable": "null",
55381                        "readable": true,
55382                        "type": "gboolean",
55383                        "writable": true
55384                    },
55385                    "xml-12": {
55386                        "blurb": "Band mute Left 250",
55387                        "conditionally-available": false,
55388                        "construct": true,
55389                        "construct-only": false,
55390                        "controllable": true,
55391                        "default": "false",
55392                        "mutable": "null",
55393                        "readable": true,
55394                        "type": "gboolean",
55395                        "writable": true
55396                    },
55397                    "xml-13": {
55398                        "blurb": "Band mute Left 315",
55399                        "conditionally-available": false,
55400                        "construct": true,
55401                        "construct-only": false,
55402                        "controllable": true,
55403                        "default": "false",
55404                        "mutable": "null",
55405                        "readable": true,
55406                        "type": "gboolean",
55407                        "writable": true
55408                    },
55409                    "xml-14": {
55410                        "blurb": "Band mute Left 400",
55411                        "conditionally-available": false,
55412                        "construct": true,
55413                        "construct-only": false,
55414                        "controllable": true,
55415                        "default": "false",
55416                        "mutable": "null",
55417                        "readable": true,
55418                        "type": "gboolean",
55419                        "writable": true
55420                    },
55421                    "xml-15": {
55422                        "blurb": "Band mute Left 500",
55423                        "conditionally-available": false,
55424                        "construct": true,
55425                        "construct-only": false,
55426                        "controllable": true,
55427                        "default": "false",
55428                        "mutable": "null",
55429                        "readable": true,
55430                        "type": "gboolean",
55431                        "writable": true
55432                    },
55433                    "xml-16": {
55434                        "blurb": "Band mute Left 630",
55435                        "conditionally-available": false,
55436                        "construct": true,
55437                        "construct-only": false,
55438                        "controllable": true,
55439                        "default": "false",
55440                        "mutable": "null",
55441                        "readable": true,
55442                        "type": "gboolean",
55443                        "writable": true
55444                    },
55445                    "xml-17": {
55446                        "blurb": "Band mute Left 800",
55447                        "conditionally-available": false,
55448                        "construct": true,
55449                        "construct-only": false,
55450                        "controllable": true,
55451                        "default": "false",
55452                        "mutable": "null",
55453                        "readable": true,
55454                        "type": "gboolean",
55455                        "writable": true
55456                    },
55457                    "xml-18": {
55458                        "blurb": "Band mute Left 1K",
55459                        "conditionally-available": false,
55460                        "construct": true,
55461                        "construct-only": false,
55462                        "controllable": true,
55463                        "default": "false",
55464                        "mutable": "null",
55465                        "readable": true,
55466                        "type": "gboolean",
55467                        "writable": true
55468                    },
55469                    "xml-19": {
55470                        "blurb": "Band mute Left 1.25K",
55471                        "conditionally-available": false,
55472                        "construct": true,
55473                        "construct-only": false,
55474                        "controllable": true,
55475                        "default": "false",
55476                        "mutable": "null",
55477                        "readable": true,
55478                        "type": "gboolean",
55479                        "writable": true
55480                    },
55481                    "xml-2": {
55482                        "blurb": "Band mute Left 25",
55483                        "conditionally-available": false,
55484                        "construct": true,
55485                        "construct-only": false,
55486                        "controllable": true,
55487                        "default": "false",
55488                        "mutable": "null",
55489                        "readable": true,
55490                        "type": "gboolean",
55491                        "writable": true
55492                    },
55493                    "xml-20": {
55494                        "blurb": "Band mute Left 1.6K",
55495                        "conditionally-available": false,
55496                        "construct": true,
55497                        "construct-only": false,
55498                        "controllable": true,
55499                        "default": "false",
55500                        "mutable": "null",
55501                        "readable": true,
55502                        "type": "gboolean",
55503                        "writable": true
55504                    },
55505                    "xml-21": {
55506                        "blurb": "Band mute Left 2K",
55507                        "conditionally-available": false,
55508                        "construct": true,
55509                        "construct-only": false,
55510                        "controllable": true,
55511                        "default": "false",
55512                        "mutable": "null",
55513                        "readable": true,
55514                        "type": "gboolean",
55515                        "writable": true
55516                    },
55517                    "xml-22": {
55518                        "blurb": "Band mute Left 2.5K",
55519                        "conditionally-available": false,
55520                        "construct": true,
55521                        "construct-only": false,
55522                        "controllable": true,
55523                        "default": "false",
55524                        "mutable": "null",
55525                        "readable": true,
55526                        "type": "gboolean",
55527                        "writable": true
55528                    },
55529                    "xml-23": {
55530                        "blurb": "Band mute Left 3.15K",
55531                        "conditionally-available": false,
55532                        "construct": true,
55533                        "construct-only": false,
55534                        "controllable": true,
55535                        "default": "false",
55536                        "mutable": "null",
55537                        "readable": true,
55538                        "type": "gboolean",
55539                        "writable": true
55540                    },
55541                    "xml-24": {
55542                        "blurb": "Band mute Left 4K",
55543                        "conditionally-available": false,
55544                        "construct": true,
55545                        "construct-only": false,
55546                        "controllable": true,
55547                        "default": "false",
55548                        "mutable": "null",
55549                        "readable": true,
55550                        "type": "gboolean",
55551                        "writable": true
55552                    },
55553                    "xml-25": {
55554                        "blurb": "Band mute Left 5K",
55555                        "conditionally-available": false,
55556                        "construct": true,
55557                        "construct-only": false,
55558                        "controllable": true,
55559                        "default": "false",
55560                        "mutable": "null",
55561                        "readable": true,
55562                        "type": "gboolean",
55563                        "writable": true
55564                    },
55565                    "xml-26": {
55566                        "blurb": "Band mute Left 6.3K",
55567                        "conditionally-available": false,
55568                        "construct": true,
55569                        "construct-only": false,
55570                        "controllable": true,
55571                        "default": "false",
55572                        "mutable": "null",
55573                        "readable": true,
55574                        "type": "gboolean",
55575                        "writable": true
55576                    },
55577                    "xml-27": {
55578                        "blurb": "Band mute Left 8K",
55579                        "conditionally-available": false,
55580                        "construct": true,
55581                        "construct-only": false,
55582                        "controllable": true,
55583                        "default": "false",
55584                        "mutable": "null",
55585                        "readable": true,
55586                        "type": "gboolean",
55587                        "writable": true
55588                    },
55589                    "xml-28": {
55590                        "blurb": "Band mute Left 10K",
55591                        "conditionally-available": false,
55592                        "construct": true,
55593                        "construct-only": false,
55594                        "controllable": true,
55595                        "default": "false",
55596                        "mutable": "null",
55597                        "readable": true,
55598                        "type": "gboolean",
55599                        "writable": true
55600                    },
55601                    "xml-29": {
55602                        "blurb": "Band mute Left 12.5K",
55603                        "conditionally-available": false,
55604                        "construct": true,
55605                        "construct-only": false,
55606                        "controllable": true,
55607                        "default": "false",
55608                        "mutable": "null",
55609                        "readable": true,
55610                        "type": "gboolean",
55611                        "writable": true
55612                    },
55613                    "xml-3": {
55614                        "blurb": "Band mute Left 31.5",
55615                        "conditionally-available": false,
55616                        "construct": true,
55617                        "construct-only": false,
55618                        "controllable": true,
55619                        "default": "false",
55620                        "mutable": "null",
55621                        "readable": true,
55622                        "type": "gboolean",
55623                        "writable": true
55624                    },
55625                    "xml-30": {
55626                        "blurb": "Band mute Left 16K",
55627                        "conditionally-available": false,
55628                        "construct": true,
55629                        "construct-only": false,
55630                        "controllable": true,
55631                        "default": "false",
55632                        "mutable": "null",
55633                        "readable": true,
55634                        "type": "gboolean",
55635                        "writable": true
55636                    },
55637                    "xml-31": {
55638                        "blurb": "Band mute Left 20K",
55639                        "conditionally-available": false,
55640                        "construct": true,
55641                        "construct-only": false,
55642                        "controllable": true,
55643                        "default": "false",
55644                        "mutable": "null",
55645                        "readable": true,
55646                        "type": "gboolean",
55647                        "writable": true
55648                    },
55649                    "xml-4": {
55650                        "blurb": "Band mute Left 40",
55651                        "conditionally-available": false,
55652                        "construct": true,
55653                        "construct-only": false,
55654                        "controllable": true,
55655                        "default": "false",
55656                        "mutable": "null",
55657                        "readable": true,
55658                        "type": "gboolean",
55659                        "writable": true
55660                    },
55661                    "xml-5": {
55662                        "blurb": "Band mute Left 50",
55663                        "conditionally-available": false,
55664                        "construct": true,
55665                        "construct-only": false,
55666                        "controllable": true,
55667                        "default": "false",
55668                        "mutable": "null",
55669                        "readable": true,
55670                        "type": "gboolean",
55671                        "writable": true
55672                    },
55673                    "xml-6": {
55674                        "blurb": "Band mute Left 63",
55675                        "conditionally-available": false,
55676                        "construct": true,
55677                        "construct-only": false,
55678                        "controllable": true,
55679                        "default": "false",
55680                        "mutable": "null",
55681                        "readable": true,
55682                        "type": "gboolean",
55683                        "writable": true
55684                    },
55685                    "xml-7": {
55686                        "blurb": "Band mute Left 80",
55687                        "conditionally-available": false,
55688                        "construct": true,
55689                        "construct-only": false,
55690                        "controllable": true,
55691                        "default": "false",
55692                        "mutable": "null",
55693                        "readable": true,
55694                        "type": "gboolean",
55695                        "writable": true
55696                    },
55697                    "xml-8": {
55698                        "blurb": "Band mute Left 100",
55699                        "conditionally-available": false,
55700                        "construct": true,
55701                        "construct-only": false,
55702                        "controllable": true,
55703                        "default": "false",
55704                        "mutable": "null",
55705                        "readable": true,
55706                        "type": "gboolean",
55707                        "writable": true
55708                    },
55709                    "xml-9": {
55710                        "blurb": "Band mute Left 125",
55711                        "conditionally-available": false,
55712                        "construct": true,
55713                        "construct-only": false,
55714                        "controllable": true,
55715                        "default": "false",
55716                        "mutable": "null",
55717                        "readable": true,
55718                        "type": "gboolean",
55719                        "writable": true
55720                    },
55721                    "xmr-0": {
55722                        "blurb": "Band mute Right 16",
55723                        "conditionally-available": false,
55724                        "construct": true,
55725                        "construct-only": false,
55726                        "controllable": true,
55727                        "default": "false",
55728                        "mutable": "null",
55729                        "readable": true,
55730                        "type": "gboolean",
55731                        "writable": true
55732                    },
55733                    "xmr-1": {
55734                        "blurb": "Band mute Right 20",
55735                        "conditionally-available": false,
55736                        "construct": true,
55737                        "construct-only": false,
55738                        "controllable": true,
55739                        "default": "false",
55740                        "mutable": "null",
55741                        "readable": true,
55742                        "type": "gboolean",
55743                        "writable": true
55744                    },
55745                    "xmr-10": {
55746                        "blurb": "Band mute Right 160",
55747                        "conditionally-available": false,
55748                        "construct": true,
55749                        "construct-only": false,
55750                        "controllable": true,
55751                        "default": "false",
55752                        "mutable": "null",
55753                        "readable": true,
55754                        "type": "gboolean",
55755                        "writable": true
55756                    },
55757                    "xmr-11": {
55758                        "blurb": "Band mute Right 200",
55759                        "conditionally-available": false,
55760                        "construct": true,
55761                        "construct-only": false,
55762                        "controllable": true,
55763                        "default": "false",
55764                        "mutable": "null",
55765                        "readable": true,
55766                        "type": "gboolean",
55767                        "writable": true
55768                    },
55769                    "xmr-12": {
55770                        "blurb": "Band mute Right 250",
55771                        "conditionally-available": false,
55772                        "construct": true,
55773                        "construct-only": false,
55774                        "controllable": true,
55775                        "default": "false",
55776                        "mutable": "null",
55777                        "readable": true,
55778                        "type": "gboolean",
55779                        "writable": true
55780                    },
55781                    "xmr-13": {
55782                        "blurb": "Band mute Right 315",
55783                        "conditionally-available": false,
55784                        "construct": true,
55785                        "construct-only": false,
55786                        "controllable": true,
55787                        "default": "false",
55788                        "mutable": "null",
55789                        "readable": true,
55790                        "type": "gboolean",
55791                        "writable": true
55792                    },
55793                    "xmr-14": {
55794                        "blurb": "Band mute Right 400",
55795                        "conditionally-available": false,
55796                        "construct": true,
55797                        "construct-only": false,
55798                        "controllable": true,
55799                        "default": "false",
55800                        "mutable": "null",
55801                        "readable": true,
55802                        "type": "gboolean",
55803                        "writable": true
55804                    },
55805                    "xmr-15": {
55806                        "blurb": "Band mute Right 500",
55807                        "conditionally-available": false,
55808                        "construct": true,
55809                        "construct-only": false,
55810                        "controllable": true,
55811                        "default": "false",
55812                        "mutable": "null",
55813                        "readable": true,
55814                        "type": "gboolean",
55815                        "writable": true
55816                    },
55817                    "xmr-16": {
55818                        "blurb": "Band mute Right 630",
55819                        "conditionally-available": false,
55820                        "construct": true,
55821                        "construct-only": false,
55822                        "controllable": true,
55823                        "default": "false",
55824                        "mutable": "null",
55825                        "readable": true,
55826                        "type": "gboolean",
55827                        "writable": true
55828                    },
55829                    "xmr-17": {
55830                        "blurb": "Band mute Right 800",
55831                        "conditionally-available": false,
55832                        "construct": true,
55833                        "construct-only": false,
55834                        "controllable": true,
55835                        "default": "false",
55836                        "mutable": "null",
55837                        "readable": true,
55838                        "type": "gboolean",
55839                        "writable": true
55840                    },
55841                    "xmr-18": {
55842                        "blurb": "Band mute Right 1K",
55843                        "conditionally-available": false,
55844                        "construct": true,
55845                        "construct-only": false,
55846                        "controllable": true,
55847                        "default": "false",
55848                        "mutable": "null",
55849                        "readable": true,
55850                        "type": "gboolean",
55851                        "writable": true
55852                    },
55853                    "xmr-19": {
55854                        "blurb": "Band mute Right 1.25K",
55855                        "conditionally-available": false,
55856                        "construct": true,
55857                        "construct-only": false,
55858                        "controllable": true,
55859                        "default": "false",
55860                        "mutable": "null",
55861                        "readable": true,
55862                        "type": "gboolean",
55863                        "writable": true
55864                    },
55865                    "xmr-2": {
55866                        "blurb": "Band mute Right 25",
55867                        "conditionally-available": false,
55868                        "construct": true,
55869                        "construct-only": false,
55870                        "controllable": true,
55871                        "default": "false",
55872                        "mutable": "null",
55873                        "readable": true,
55874                        "type": "gboolean",
55875                        "writable": true
55876                    },
55877                    "xmr-20": {
55878                        "blurb": "Band mute Right 1.6K",
55879                        "conditionally-available": false,
55880                        "construct": true,
55881                        "construct-only": false,
55882                        "controllable": true,
55883                        "default": "false",
55884                        "mutable": "null",
55885                        "readable": true,
55886                        "type": "gboolean",
55887                        "writable": true
55888                    },
55889                    "xmr-21": {
55890                        "blurb": "Band mute Right 2K",
55891                        "conditionally-available": false,
55892                        "construct": true,
55893                        "construct-only": false,
55894                        "controllable": true,
55895                        "default": "false",
55896                        "mutable": "null",
55897                        "readable": true,
55898                        "type": "gboolean",
55899                        "writable": true
55900                    },
55901                    "xmr-22": {
55902                        "blurb": "Band mute Right 2.5K",
55903                        "conditionally-available": false,
55904                        "construct": true,
55905                        "construct-only": false,
55906                        "controllable": true,
55907                        "default": "false",
55908                        "mutable": "null",
55909                        "readable": true,
55910                        "type": "gboolean",
55911                        "writable": true
55912                    },
55913                    "xmr-23": {
55914                        "blurb": "Band mute Right 3.15K",
55915                        "conditionally-available": false,
55916                        "construct": true,
55917                        "construct-only": false,
55918                        "controllable": true,
55919                        "default": "false",
55920                        "mutable": "null",
55921                        "readable": true,
55922                        "type": "gboolean",
55923                        "writable": true
55924                    },
55925                    "xmr-24": {
55926                        "blurb": "Band mute Right 4K",
55927                        "conditionally-available": false,
55928                        "construct": true,
55929                        "construct-only": false,
55930                        "controllable": true,
55931                        "default": "false",
55932                        "mutable": "null",
55933                        "readable": true,
55934                        "type": "gboolean",
55935                        "writable": true
55936                    },
55937                    "xmr-25": {
55938                        "blurb": "Band mute Right 5K",
55939                        "conditionally-available": false,
55940                        "construct": true,
55941                        "construct-only": false,
55942                        "controllable": true,
55943                        "default": "false",
55944                        "mutable": "null",
55945                        "readable": true,
55946                        "type": "gboolean",
55947                        "writable": true
55948                    },
55949                    "xmr-26": {
55950                        "blurb": "Band mute Right 6.3K",
55951                        "conditionally-available": false,
55952                        "construct": true,
55953                        "construct-only": false,
55954                        "controllable": true,
55955                        "default": "false",
55956                        "mutable": "null",
55957                        "readable": true,
55958                        "type": "gboolean",
55959                        "writable": true
55960                    },
55961                    "xmr-27": {
55962                        "blurb": "Band mute Right 8K",
55963                        "conditionally-available": false,
55964                        "construct": true,
55965                        "construct-only": false,
55966                        "controllable": true,
55967                        "default": "false",
55968                        "mutable": "null",
55969                        "readable": true,
55970                        "type": "gboolean",
55971                        "writable": true
55972                    },
55973                    "xmr-28": {
55974                        "blurb": "Band mute Right 10K",
55975                        "conditionally-available": false,
55976                        "construct": true,
55977                        "construct-only": false,
55978                        "controllable": true,
55979                        "default": "false",
55980                        "mutable": "null",
55981                        "readable": true,
55982                        "type": "gboolean",
55983                        "writable": true
55984                    },
55985                    "xmr-29": {
55986                        "blurb": "Band mute Right 12.5K",
55987                        "conditionally-available": false,
55988                        "construct": true,
55989                        "construct-only": false,
55990                        "controllable": true,
55991                        "default": "false",
55992                        "mutable": "null",
55993                        "readable": true,
55994                        "type": "gboolean",
55995                        "writable": true
55996                    },
55997                    "xmr-3": {
55998                        "blurb": "Band mute Right 31.5",
55999                        "conditionally-available": false,
56000                        "construct": true,
56001                        "construct-only": false,
56002                        "controllable": true,
56003                        "default": "false",
56004                        "mutable": "null",
56005                        "readable": true,
56006                        "type": "gboolean",
56007                        "writable": true
56008                    },
56009                    "xmr-30": {
56010                        "blurb": "Band mute Right 16K",
56011                        "conditionally-available": false,
56012                        "construct": true,
56013                        "construct-only": false,
56014                        "controllable": true,
56015                        "default": "false",
56016                        "mutable": "null",
56017                        "readable": true,
56018                        "type": "gboolean",
56019                        "writable": true
56020                    },
56021                    "xmr-31": {
56022                        "blurb": "Band mute Right 20K",
56023                        "conditionally-available": false,
56024                        "construct": true,
56025                        "construct-only": false,
56026                        "controllable": true,
56027                        "default": "false",
56028                        "mutable": "null",
56029                        "readable": true,
56030                        "type": "gboolean",
56031                        "writable": true
56032                    },
56033                    "xmr-4": {
56034                        "blurb": "Band mute Right 40",
56035                        "conditionally-available": false,
56036                        "construct": true,
56037                        "construct-only": false,
56038                        "controllable": true,
56039                        "default": "false",
56040                        "mutable": "null",
56041                        "readable": true,
56042                        "type": "gboolean",
56043                        "writable": true
56044                    },
56045                    "xmr-5": {
56046                        "blurb": "Band mute Right 50",
56047                        "conditionally-available": false,
56048                        "construct": true,
56049                        "construct-only": false,
56050                        "controllable": true,
56051                        "default": "false",
56052                        "mutable": "null",
56053                        "readable": true,
56054                        "type": "gboolean",
56055                        "writable": true
56056                    },
56057                    "xmr-6": {
56058                        "blurb": "Band mute Right 63",
56059                        "conditionally-available": false,
56060                        "construct": true,
56061                        "construct-only": false,
56062                        "controllable": true,
56063                        "default": "false",
56064                        "mutable": "null",
56065                        "readable": true,
56066                        "type": "gboolean",
56067                        "writable": true
56068                    },
56069                    "xmr-7": {
56070                        "blurb": "Band mute Right 80",
56071                        "conditionally-available": false,
56072                        "construct": true,
56073                        "construct-only": false,
56074                        "controllable": true,
56075                        "default": "false",
56076                        "mutable": "null",
56077                        "readable": true,
56078                        "type": "gboolean",
56079                        "writable": true
56080                    },
56081                    "xmr-8": {
56082                        "blurb": "Band mute Right 100",
56083                        "conditionally-available": false,
56084                        "construct": true,
56085                        "construct-only": false,
56086                        "controllable": true,
56087                        "default": "false",
56088                        "mutable": "null",
56089                        "readable": true,
56090                        "type": "gboolean",
56091                        "writable": true
56092                    },
56093                    "xmr-9": {
56094                        "blurb": "Band mute Right 125",
56095                        "conditionally-available": false,
56096                        "construct": true,
56097                        "construct-only": false,
56098                        "controllable": true,
56099                        "default": "false",
56100                        "mutable": "null",
56101                        "readable": true,
56102                        "type": "gboolean",
56103                        "writable": true
56104                    },
56105                    "xsl-0": {
56106                        "blurb": "Band solo Left 16",
56107                        "conditionally-available": false,
56108                        "construct": true,
56109                        "construct-only": false,
56110                        "controllable": true,
56111                        "default": "false",
56112                        "mutable": "null",
56113                        "readable": true,
56114                        "type": "gboolean",
56115                        "writable": true
56116                    },
56117                    "xsl-1": {
56118                        "blurb": "Band solo Left 20",
56119                        "conditionally-available": false,
56120                        "construct": true,
56121                        "construct-only": false,
56122                        "controllable": true,
56123                        "default": "false",
56124                        "mutable": "null",
56125                        "readable": true,
56126                        "type": "gboolean",
56127                        "writable": true
56128                    },
56129                    "xsl-10": {
56130                        "blurb": "Band solo Left 160",
56131                        "conditionally-available": false,
56132                        "construct": true,
56133                        "construct-only": false,
56134                        "controllable": true,
56135                        "default": "false",
56136                        "mutable": "null",
56137                        "readable": true,
56138                        "type": "gboolean",
56139                        "writable": true
56140                    },
56141                    "xsl-11": {
56142                        "blurb": "Band solo Left 200",
56143                        "conditionally-available": false,
56144                        "construct": true,
56145                        "construct-only": false,
56146                        "controllable": true,
56147                        "default": "false",
56148                        "mutable": "null",
56149                        "readable": true,
56150                        "type": "gboolean",
56151                        "writable": true
56152                    },
56153                    "xsl-12": {
56154                        "blurb": "Band solo Left 250",
56155                        "conditionally-available": false,
56156                        "construct": true,
56157                        "construct-only": false,
56158                        "controllable": true,
56159                        "default": "false",
56160                        "mutable": "null",
56161                        "readable": true,
56162                        "type": "gboolean",
56163                        "writable": true
56164                    },
56165                    "xsl-13": {
56166                        "blurb": "Band solo Left 315",
56167                        "conditionally-available": false,
56168                        "construct": true,
56169                        "construct-only": false,
56170                        "controllable": true,
56171                        "default": "false",
56172                        "mutable": "null",
56173                        "readable": true,
56174                        "type": "gboolean",
56175                        "writable": true
56176                    },
56177                    "xsl-14": {
56178                        "blurb": "Band solo Left 400",
56179                        "conditionally-available": false,
56180                        "construct": true,
56181                        "construct-only": false,
56182                        "controllable": true,
56183                        "default": "false",
56184                        "mutable": "null",
56185                        "readable": true,
56186                        "type": "gboolean",
56187                        "writable": true
56188                    },
56189                    "xsl-15": {
56190                        "blurb": "Band solo Left 500",
56191                        "conditionally-available": false,
56192                        "construct": true,
56193                        "construct-only": false,
56194                        "controllable": true,
56195                        "default": "false",
56196                        "mutable": "null",
56197                        "readable": true,
56198                        "type": "gboolean",
56199                        "writable": true
56200                    },
56201                    "xsl-16": {
56202                        "blurb": "Band solo Left 630",
56203                        "conditionally-available": false,
56204                        "construct": true,
56205                        "construct-only": false,
56206                        "controllable": true,
56207                        "default": "false",
56208                        "mutable": "null",
56209                        "readable": true,
56210                        "type": "gboolean",
56211                        "writable": true
56212                    },
56213                    "xsl-17": {
56214                        "blurb": "Band solo Left 800",
56215                        "conditionally-available": false,
56216                        "construct": true,
56217                        "construct-only": false,
56218                        "controllable": true,
56219                        "default": "false",
56220                        "mutable": "null",
56221                        "readable": true,
56222                        "type": "gboolean",
56223                        "writable": true
56224                    },
56225                    "xsl-18": {
56226                        "blurb": "Band solo Left 1K",
56227                        "conditionally-available": false,
56228                        "construct": true,
56229                        "construct-only": false,
56230                        "controllable": true,
56231                        "default": "false",
56232                        "mutable": "null",
56233                        "readable": true,
56234                        "type": "gboolean",
56235                        "writable": true
56236                    },
56237                    "xsl-19": {
56238                        "blurb": "Band solo Left 1.25K",
56239                        "conditionally-available": false,
56240                        "construct": true,
56241                        "construct-only": false,
56242                        "controllable": true,
56243                        "default": "false",
56244                        "mutable": "null",
56245                        "readable": true,
56246                        "type": "gboolean",
56247                        "writable": true
56248                    },
56249                    "xsl-2": {
56250                        "blurb": "Band solo Left 25",
56251                        "conditionally-available": false,
56252                        "construct": true,
56253                        "construct-only": false,
56254                        "controllable": true,
56255                        "default": "false",
56256                        "mutable": "null",
56257                        "readable": true,
56258                        "type": "gboolean",
56259                        "writable": true
56260                    },
56261                    "xsl-20": {
56262                        "blurb": "Band solo Left 1.6K",
56263                        "conditionally-available": false,
56264                        "construct": true,
56265                        "construct-only": false,
56266                        "controllable": true,
56267                        "default": "false",
56268                        "mutable": "null",
56269                        "readable": true,
56270                        "type": "gboolean",
56271                        "writable": true
56272                    },
56273                    "xsl-21": {
56274                        "blurb": "Band solo Left 2K",
56275                        "conditionally-available": false,
56276                        "construct": true,
56277                        "construct-only": false,
56278                        "controllable": true,
56279                        "default": "false",
56280                        "mutable": "null",
56281                        "readable": true,
56282                        "type": "gboolean",
56283                        "writable": true
56284                    },
56285                    "xsl-22": {
56286                        "blurb": "Band solo Left 2.5K",
56287                        "conditionally-available": false,
56288                        "construct": true,
56289                        "construct-only": false,
56290                        "controllable": true,
56291                        "default": "false",
56292                        "mutable": "null",
56293                        "readable": true,
56294                        "type": "gboolean",
56295                        "writable": true
56296                    },
56297                    "xsl-23": {
56298                        "blurb": "Band solo Left 3.15K",
56299                        "conditionally-available": false,
56300                        "construct": true,
56301                        "construct-only": false,
56302                        "controllable": true,
56303                        "default": "false",
56304                        "mutable": "null",
56305                        "readable": true,
56306                        "type": "gboolean",
56307                        "writable": true
56308                    },
56309                    "xsl-24": {
56310                        "blurb": "Band solo Left 4K",
56311                        "conditionally-available": false,
56312                        "construct": true,
56313                        "construct-only": false,
56314                        "controllable": true,
56315                        "default": "false",
56316                        "mutable": "null",
56317                        "readable": true,
56318                        "type": "gboolean",
56319                        "writable": true
56320                    },
56321                    "xsl-25": {
56322                        "blurb": "Band solo Left 5K",
56323                        "conditionally-available": false,
56324                        "construct": true,
56325                        "construct-only": false,
56326                        "controllable": true,
56327                        "default": "false",
56328                        "mutable": "null",
56329                        "readable": true,
56330                        "type": "gboolean",
56331                        "writable": true
56332                    },
56333                    "xsl-26": {
56334                        "blurb": "Band solo Left 6.3K",
56335                        "conditionally-available": false,
56336                        "construct": true,
56337                        "construct-only": false,
56338                        "controllable": true,
56339                        "default": "false",
56340                        "mutable": "null",
56341                        "readable": true,
56342                        "type": "gboolean",
56343                        "writable": true
56344                    },
56345                    "xsl-27": {
56346                        "blurb": "Band solo Left 8K",
56347                        "conditionally-available": false,
56348                        "construct": true,
56349                        "construct-only": false,
56350                        "controllable": true,
56351                        "default": "false",
56352                        "mutable": "null",
56353                        "readable": true,
56354                        "type": "gboolean",
56355                        "writable": true
56356                    },
56357                    "xsl-28": {
56358                        "blurb": "Band solo Left 10K",
56359                        "conditionally-available": false,
56360                        "construct": true,
56361                        "construct-only": false,
56362                        "controllable": true,
56363                        "default": "false",
56364                        "mutable": "null",
56365                        "readable": true,
56366                        "type": "gboolean",
56367                        "writable": true
56368                    },
56369                    "xsl-29": {
56370                        "blurb": "Band solo Left 12.5K",
56371                        "conditionally-available": false,
56372                        "construct": true,
56373                        "construct-only": false,
56374                        "controllable": true,
56375                        "default": "false",
56376                        "mutable": "null",
56377                        "readable": true,
56378                        "type": "gboolean",
56379                        "writable": true
56380                    },
56381                    "xsl-3": {
56382                        "blurb": "Band solo Left 31.5",
56383                        "conditionally-available": false,
56384                        "construct": true,
56385                        "construct-only": false,
56386                        "controllable": true,
56387                        "default": "false",
56388                        "mutable": "null",
56389                        "readable": true,
56390                        "type": "gboolean",
56391                        "writable": true
56392                    },
56393                    "xsl-30": {
56394                        "blurb": "Band solo Left 16K",
56395                        "conditionally-available": false,
56396                        "construct": true,
56397                        "construct-only": false,
56398                        "controllable": true,
56399                        "default": "false",
56400                        "mutable": "null",
56401                        "readable": true,
56402                        "type": "gboolean",
56403                        "writable": true
56404                    },
56405                    "xsl-31": {
56406                        "blurb": "Band solo Left 20K",
56407                        "conditionally-available": false,
56408                        "construct": true,
56409                        "construct-only": false,
56410                        "controllable": true,
56411                        "default": "false",
56412                        "mutable": "null",
56413                        "readable": true,
56414                        "type": "gboolean",
56415                        "writable": true
56416                    },
56417                    "xsl-4": {
56418                        "blurb": "Band solo Left 40",
56419                        "conditionally-available": false,
56420                        "construct": true,
56421                        "construct-only": false,
56422                        "controllable": true,
56423                        "default": "false",
56424                        "mutable": "null",
56425                        "readable": true,
56426                        "type": "gboolean",
56427                        "writable": true
56428                    },
56429                    "xsl-5": {
56430                        "blurb": "Band solo Left 50",
56431                        "conditionally-available": false,
56432                        "construct": true,
56433                        "construct-only": false,
56434                        "controllable": true,
56435                        "default": "false",
56436                        "mutable": "null",
56437                        "readable": true,
56438                        "type": "gboolean",
56439                        "writable": true
56440                    },
56441                    "xsl-6": {
56442                        "blurb": "Band solo Left 63",
56443                        "conditionally-available": false,
56444                        "construct": true,
56445                        "construct-only": false,
56446                        "controllable": true,
56447                        "default": "false",
56448                        "mutable": "null",
56449                        "readable": true,
56450                        "type": "gboolean",
56451                        "writable": true
56452                    },
56453                    "xsl-7": {
56454                        "blurb": "Band solo Left 80",
56455                        "conditionally-available": false,
56456                        "construct": true,
56457                        "construct-only": false,
56458                        "controllable": true,
56459                        "default": "false",
56460                        "mutable": "null",
56461                        "readable": true,
56462                        "type": "gboolean",
56463                        "writable": true
56464                    },
56465                    "xsl-8": {
56466                        "blurb": "Band solo Left 100",
56467                        "conditionally-available": false,
56468                        "construct": true,
56469                        "construct-only": false,
56470                        "controllable": true,
56471                        "default": "false",
56472                        "mutable": "null",
56473                        "readable": true,
56474                        "type": "gboolean",
56475                        "writable": true
56476                    },
56477                    "xsl-9": {
56478                        "blurb": "Band solo Left 125",
56479                        "conditionally-available": false,
56480                        "construct": true,
56481                        "construct-only": false,
56482                        "controllable": true,
56483                        "default": "false",
56484                        "mutable": "null",
56485                        "readable": true,
56486                        "type": "gboolean",
56487                        "writable": true
56488                    },
56489                    "xsr-0": {
56490                        "blurb": "Band solo Right 16",
56491                        "conditionally-available": false,
56492                        "construct": true,
56493                        "construct-only": false,
56494                        "controllable": true,
56495                        "default": "false",
56496                        "mutable": "null",
56497                        "readable": true,
56498                        "type": "gboolean",
56499                        "writable": true
56500                    },
56501                    "xsr-1": {
56502                        "blurb": "Band solo Right 20",
56503                        "conditionally-available": false,
56504                        "construct": true,
56505                        "construct-only": false,
56506                        "controllable": true,
56507                        "default": "false",
56508                        "mutable": "null",
56509                        "readable": true,
56510                        "type": "gboolean",
56511                        "writable": true
56512                    },
56513                    "xsr-10": {
56514                        "blurb": "Band solo Right 160",
56515                        "conditionally-available": false,
56516                        "construct": true,
56517                        "construct-only": false,
56518                        "controllable": true,
56519                        "default": "false",
56520                        "mutable": "null",
56521                        "readable": true,
56522                        "type": "gboolean",
56523                        "writable": true
56524                    },
56525                    "xsr-11": {
56526                        "blurb": "Band solo Right 200",
56527                        "conditionally-available": false,
56528                        "construct": true,
56529                        "construct-only": false,
56530                        "controllable": true,
56531                        "default": "false",
56532                        "mutable": "null",
56533                        "readable": true,
56534                        "type": "gboolean",
56535                        "writable": true
56536                    },
56537                    "xsr-12": {
56538                        "blurb": "Band solo Right 250",
56539                        "conditionally-available": false,
56540                        "construct": true,
56541                        "construct-only": false,
56542                        "controllable": true,
56543                        "default": "false",
56544                        "mutable": "null",
56545                        "readable": true,
56546                        "type": "gboolean",
56547                        "writable": true
56548                    },
56549                    "xsr-13": {
56550                        "blurb": "Band solo Right 315",
56551                        "conditionally-available": false,
56552                        "construct": true,
56553                        "construct-only": false,
56554                        "controllable": true,
56555                        "default": "false",
56556                        "mutable": "null",
56557                        "readable": true,
56558                        "type": "gboolean",
56559                        "writable": true
56560                    },
56561                    "xsr-14": {
56562                        "blurb": "Band solo Right 400",
56563                        "conditionally-available": false,
56564                        "construct": true,
56565                        "construct-only": false,
56566                        "controllable": true,
56567                        "default": "false",
56568                        "mutable": "null",
56569                        "readable": true,
56570                        "type": "gboolean",
56571                        "writable": true
56572                    },
56573                    "xsr-15": {
56574                        "blurb": "Band solo Right 500",
56575                        "conditionally-available": false,
56576                        "construct": true,
56577                        "construct-only": false,
56578                        "controllable": true,
56579                        "default": "false",
56580                        "mutable": "null",
56581                        "readable": true,
56582                        "type": "gboolean",
56583                        "writable": true
56584                    },
56585                    "xsr-16": {
56586                        "blurb": "Band solo Right 630",
56587                        "conditionally-available": false,
56588                        "construct": true,
56589                        "construct-only": false,
56590                        "controllable": true,
56591                        "default": "false",
56592                        "mutable": "null",
56593                        "readable": true,
56594                        "type": "gboolean",
56595                        "writable": true
56596                    },
56597                    "xsr-17": {
56598                        "blurb": "Band solo Right 800",
56599                        "conditionally-available": false,
56600                        "construct": true,
56601                        "construct-only": false,
56602                        "controllable": true,
56603                        "default": "false",
56604                        "mutable": "null",
56605                        "readable": true,
56606                        "type": "gboolean",
56607                        "writable": true
56608                    },
56609                    "xsr-18": {
56610                        "blurb": "Band solo Right 1K",
56611                        "conditionally-available": false,
56612                        "construct": true,
56613                        "construct-only": false,
56614                        "controllable": true,
56615                        "default": "false",
56616                        "mutable": "null",
56617                        "readable": true,
56618                        "type": "gboolean",
56619                        "writable": true
56620                    },
56621                    "xsr-19": {
56622                        "blurb": "Band solo Right 1.25K",
56623                        "conditionally-available": false,
56624                        "construct": true,
56625                        "construct-only": false,
56626                        "controllable": true,
56627                        "default": "false",
56628                        "mutable": "null",
56629                        "readable": true,
56630                        "type": "gboolean",
56631                        "writable": true
56632                    },
56633                    "xsr-2": {
56634                        "blurb": "Band solo Right 25",
56635                        "conditionally-available": false,
56636                        "construct": true,
56637                        "construct-only": false,
56638                        "controllable": true,
56639                        "default": "false",
56640                        "mutable": "null",
56641                        "readable": true,
56642                        "type": "gboolean",
56643                        "writable": true
56644                    },
56645                    "xsr-20": {
56646                        "blurb": "Band solo Right 1.6K",
56647                        "conditionally-available": false,
56648                        "construct": true,
56649                        "construct-only": false,
56650                        "controllable": true,
56651                        "default": "false",
56652                        "mutable": "null",
56653                        "readable": true,
56654                        "type": "gboolean",
56655                        "writable": true
56656                    },
56657                    "xsr-21": {
56658                        "blurb": "Band solo Right 2K",
56659                        "conditionally-available": false,
56660                        "construct": true,
56661                        "construct-only": false,
56662                        "controllable": true,
56663                        "default": "false",
56664                        "mutable": "null",
56665                        "readable": true,
56666                        "type": "gboolean",
56667                        "writable": true
56668                    },
56669                    "xsr-22": {
56670                        "blurb": "Band solo Right 2.5K",
56671                        "conditionally-available": false,
56672                        "construct": true,
56673                        "construct-only": false,
56674                        "controllable": true,
56675                        "default": "false",
56676                        "mutable": "null",
56677                        "readable": true,
56678                        "type": "gboolean",
56679                        "writable": true
56680                    },
56681                    "xsr-23": {
56682                        "blurb": "Band solo Right 3.15K",
56683                        "conditionally-available": false,
56684                        "construct": true,
56685                        "construct-only": false,
56686                        "controllable": true,
56687                        "default": "false",
56688                        "mutable": "null",
56689                        "readable": true,
56690                        "type": "gboolean",
56691                        "writable": true
56692                    },
56693                    "xsr-24": {
56694                        "blurb": "Band solo Right 4K",
56695                        "conditionally-available": false,
56696                        "construct": true,
56697                        "construct-only": false,
56698                        "controllable": true,
56699                        "default": "false",
56700                        "mutable": "null",
56701                        "readable": true,
56702                        "type": "gboolean",
56703                        "writable": true
56704                    },
56705                    "xsr-25": {
56706                        "blurb": "Band solo Right 5K",
56707                        "conditionally-available": false,
56708                        "construct": true,
56709                        "construct-only": false,
56710                        "controllable": true,
56711                        "default": "false",
56712                        "mutable": "null",
56713                        "readable": true,
56714                        "type": "gboolean",
56715                        "writable": true
56716                    },
56717                    "xsr-26": {
56718                        "blurb": "Band solo Right 6.3K",
56719                        "conditionally-available": false,
56720                        "construct": true,
56721                        "construct-only": false,
56722                        "controllable": true,
56723                        "default": "false",
56724                        "mutable": "null",
56725                        "readable": true,
56726                        "type": "gboolean",
56727                        "writable": true
56728                    },
56729                    "xsr-27": {
56730                        "blurb": "Band solo Right 8K",
56731                        "conditionally-available": false,
56732                        "construct": true,
56733                        "construct-only": false,
56734                        "controllable": true,
56735                        "default": "false",
56736                        "mutable": "null",
56737                        "readable": true,
56738                        "type": "gboolean",
56739                        "writable": true
56740                    },
56741                    "xsr-28": {
56742                        "blurb": "Band solo Right 10K",
56743                        "conditionally-available": false,
56744                        "construct": true,
56745                        "construct-only": false,
56746                        "controllable": true,
56747                        "default": "false",
56748                        "mutable": "null",
56749                        "readable": true,
56750                        "type": "gboolean",
56751                        "writable": true
56752                    },
56753                    "xsr-29": {
56754                        "blurb": "Band solo Right 12.5K",
56755                        "conditionally-available": false,
56756                        "construct": true,
56757                        "construct-only": false,
56758                        "controllable": true,
56759                        "default": "false",
56760                        "mutable": "null",
56761                        "readable": true,
56762                        "type": "gboolean",
56763                        "writable": true
56764                    },
56765                    "xsr-3": {
56766                        "blurb": "Band solo Right 31.5",
56767                        "conditionally-available": false,
56768                        "construct": true,
56769                        "construct-only": false,
56770                        "controllable": true,
56771                        "default": "false",
56772                        "mutable": "null",
56773                        "readable": true,
56774                        "type": "gboolean",
56775                        "writable": true
56776                    },
56777                    "xsr-30": {
56778                        "blurb": "Band solo Right 16K",
56779                        "conditionally-available": false,
56780                        "construct": true,
56781                        "construct-only": false,
56782                        "controllable": true,
56783                        "default": "false",
56784                        "mutable": "null",
56785                        "readable": true,
56786                        "type": "gboolean",
56787                        "writable": true
56788                    },
56789                    "xsr-31": {
56790                        "blurb": "Band solo Right 20K",
56791                        "conditionally-available": false,
56792                        "construct": true,
56793                        "construct-only": false,
56794                        "controllable": true,
56795                        "default": "false",
56796                        "mutable": "null",
56797                        "readable": true,
56798                        "type": "gboolean",
56799                        "writable": true
56800                    },
56801                    "xsr-4": {
56802                        "blurb": "Band solo Right 40",
56803                        "conditionally-available": false,
56804                        "construct": true,
56805                        "construct-only": false,
56806                        "controllable": true,
56807                        "default": "false",
56808                        "mutable": "null",
56809                        "readable": true,
56810                        "type": "gboolean",
56811                        "writable": true
56812                    },
56813                    "xsr-5": {
56814                        "blurb": "Band solo Right 50",
56815                        "conditionally-available": false,
56816                        "construct": true,
56817                        "construct-only": false,
56818                        "controllable": true,
56819                        "default": "false",
56820                        "mutable": "null",
56821                        "readable": true,
56822                        "type": "gboolean",
56823                        "writable": true
56824                    },
56825                    "xsr-6": {
56826                        "blurb": "Band solo Right 63",
56827                        "conditionally-available": false,
56828                        "construct": true,
56829                        "construct-only": false,
56830                        "controllable": true,
56831                        "default": "false",
56832                        "mutable": "null",
56833                        "readable": true,
56834                        "type": "gboolean",
56835                        "writable": true
56836                    },
56837                    "xsr-7": {
56838                        "blurb": "Band solo Right 80",
56839                        "conditionally-available": false,
56840                        "construct": true,
56841                        "construct-only": false,
56842                        "controllable": true,
56843                        "default": "false",
56844                        "mutable": "null",
56845                        "readable": true,
56846                        "type": "gboolean",
56847                        "writable": true
56848                    },
56849                    "xsr-8": {
56850                        "blurb": "Band solo Right 100",
56851                        "conditionally-available": false,
56852                        "construct": true,
56853                        "construct-only": false,
56854                        "controllable": true,
56855                        "default": "false",
56856                        "mutable": "null",
56857                        "readable": true,
56858                        "type": "gboolean",
56859                        "writable": true
56860                    },
56861                    "xsr-9": {
56862                        "blurb": "Band solo Right 125",
56863                        "conditionally-available": false,
56864                        "construct": true,
56865                        "construct-only": false,
56866                        "controllable": true,
56867                        "default": "false",
56868                        "mutable": "null",
56869                        "readable": true,
56870                        "type": "gboolean",
56871                        "writable": true
56872                    },
56873                    "zoom": {
56874                        "blurb": "Graph zoom",
56875                        "conditionally-available": false,
56876                        "construct": true,
56877                        "construct-only": false,
56878                        "controllable": true,
56879                        "default": "1",
56880                        "max": "1",
56881                        "min": "0.01585",
56882                        "mutable": "null",
56883                        "readable": true,
56884                        "type": "gfloat",
56885                        "writable": true
56886                    }
56887                },
56888                "rank": "none"
56889            },
56890            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono": {
56891                "author": "LSP LV2",
56892                "description": "LSP Graphic Equalizer x32 Mono",
56893                "hierarchy": [
56894                    "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono",
56895                    "GstAudioFilter",
56896                    "GstBaseTransform",
56897                    "GstElement",
56898                    "GstObject",
56899                    "GInitiallyUnowned",
56900                    "GObject"
56901                ],
56902                "interfaces": [
56903                    "GstPreset"
56904                ],
56905                "klass": "Filter/Effect/Audio/LV2/Multiband",
56906                "long-name": "LSP Graphic Equalizer x32 Mono",
56907                "pad-templates": {
56908                    "sink": {
56909                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
56910                        "direction": "sink",
56911                        "presence": "always"
56912                    },
56913                    "src": {
56914                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
56915                        "direction": "src",
56916                        "presence": "always"
56917                    }
56918                },
56919                "properties": {
56920                    "bypass": {
56921                        "blurb": "Bypass",
56922                        "conditionally-available": false,
56923                        "construct": true,
56924                        "construct-only": false,
56925                        "controllable": true,
56926                        "default": "false",
56927                        "mutable": "null",
56928                        "readable": true,
56929                        "type": "gboolean",
56930                        "writable": true
56931                    },
56932                    "fft": {
56933                        "blurb": "FFT analysis",
56934                        "conditionally-available": false,
56935                        "construct": true,
56936                        "construct-only": false,
56937                        "controllable": true,
56938                        "default": "Off (0)",
56939                        "mutable": "null",
56940                        "readable": true,
56941                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monofft",
56942                        "writable": true
56943                    },
56944                    "fsel": {
56945                        "blurb": "Band select",
56946                        "conditionally-available": false,
56947                        "construct": true,
56948                        "construct-only": false,
56949                        "controllable": true,
56950                        "default": "Bands 0-15 (0)",
56951                        "mutable": "null",
56952                        "readable": true,
56953                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monofsel",
56954                        "writable": true
56955                    },
56956                    "fv-0": {
56957                        "blurb": "Filter visibility  16",
56958                        "conditionally-available": false,
56959                        "construct": false,
56960                        "construct-only": false,
56961                        "controllable": true,
56962                        "default": "false",
56963                        "mutable": "null",
56964                        "readable": true,
56965                        "type": "gboolean",
56966                        "writable": false
56967                    },
56968                    "fv-1": {
56969                        "blurb": "Filter visibility  20",
56970                        "conditionally-available": false,
56971                        "construct": false,
56972                        "construct-only": false,
56973                        "controllable": true,
56974                        "default": "false",
56975                        "mutable": "null",
56976                        "readable": true,
56977                        "type": "gboolean",
56978                        "writable": false
56979                    },
56980                    "fv-10": {
56981                        "blurb": "Filter visibility  160",
56982                        "conditionally-available": false,
56983                        "construct": false,
56984                        "construct-only": false,
56985                        "controllable": true,
56986                        "default": "false",
56987                        "mutable": "null",
56988                        "readable": true,
56989                        "type": "gboolean",
56990                        "writable": false
56991                    },
56992                    "fv-11": {
56993                        "blurb": "Filter visibility  200",
56994                        "conditionally-available": false,
56995                        "construct": false,
56996                        "construct-only": false,
56997                        "controllable": true,
56998                        "default": "false",
56999                        "mutable": "null",
57000                        "readable": true,
57001                        "type": "gboolean",
57002                        "writable": false
57003                    },
57004                    "fv-12": {
57005                        "blurb": "Filter visibility  250",
57006                        "conditionally-available": false,
57007                        "construct": false,
57008                        "construct-only": false,
57009                        "controllable": true,
57010                        "default": "false",
57011                        "mutable": "null",
57012                        "readable": true,
57013                        "type": "gboolean",
57014                        "writable": false
57015                    },
57016                    "fv-13": {
57017                        "blurb": "Filter visibility  315",
57018                        "conditionally-available": false,
57019                        "construct": false,
57020                        "construct-only": false,
57021                        "controllable": true,
57022                        "default": "false",
57023                        "mutable": "null",
57024                        "readable": true,
57025                        "type": "gboolean",
57026                        "writable": false
57027                    },
57028                    "fv-14": {
57029                        "blurb": "Filter visibility  400",
57030                        "conditionally-available": false,
57031                        "construct": false,
57032                        "construct-only": false,
57033                        "controllable": true,
57034                        "default": "false",
57035                        "mutable": "null",
57036                        "readable": true,
57037                        "type": "gboolean",
57038                        "writable": false
57039                    },
57040                    "fv-15": {
57041                        "blurb": "Filter visibility  500",
57042                        "conditionally-available": false,
57043                        "construct": false,
57044                        "construct-only": false,
57045                        "controllable": true,
57046                        "default": "false",
57047                        "mutable": "null",
57048                        "readable": true,
57049                        "type": "gboolean",
57050                        "writable": false
57051                    },
57052                    "fv-16": {
57053                        "blurb": "Filter visibility  630",
57054                        "conditionally-available": false,
57055                        "construct": false,
57056                        "construct-only": false,
57057                        "controllable": true,
57058                        "default": "false",
57059                        "mutable": "null",
57060                        "readable": true,
57061                        "type": "gboolean",
57062                        "writable": false
57063                    },
57064                    "fv-17": {
57065                        "blurb": "Filter visibility  800",
57066                        "conditionally-available": false,
57067                        "construct": false,
57068                        "construct-only": false,
57069                        "controllable": true,
57070                        "default": "false",
57071                        "mutable": "null",
57072                        "readable": true,
57073                        "type": "gboolean",
57074                        "writable": false
57075                    },
57076                    "fv-18": {
57077                        "blurb": "Filter visibility  1K",
57078                        "conditionally-available": false,
57079                        "construct": false,
57080                        "construct-only": false,
57081                        "controllable": true,
57082                        "default": "false",
57083                        "mutable": "null",
57084                        "readable": true,
57085                        "type": "gboolean",
57086                        "writable": false
57087                    },
57088                    "fv-19": {
57089                        "blurb": "Filter visibility  1.25K",
57090                        "conditionally-available": false,
57091                        "construct": false,
57092                        "construct-only": false,
57093                        "controllable": true,
57094                        "default": "false",
57095                        "mutable": "null",
57096                        "readable": true,
57097                        "type": "gboolean",
57098                        "writable": false
57099                    },
57100                    "fv-2": {
57101                        "blurb": "Filter visibility  25",
57102                        "conditionally-available": false,
57103                        "construct": false,
57104                        "construct-only": false,
57105                        "controllable": true,
57106                        "default": "false",
57107                        "mutable": "null",
57108                        "readable": true,
57109                        "type": "gboolean",
57110                        "writable": false
57111                    },
57112                    "fv-20": {
57113                        "blurb": "Filter visibility  1.6K",
57114                        "conditionally-available": false,
57115                        "construct": false,
57116                        "construct-only": false,
57117                        "controllable": true,
57118                        "default": "false",
57119                        "mutable": "null",
57120                        "readable": true,
57121                        "type": "gboolean",
57122                        "writable": false
57123                    },
57124                    "fv-21": {
57125                        "blurb": "Filter visibility  2K",
57126                        "conditionally-available": false,
57127                        "construct": false,
57128                        "construct-only": false,
57129                        "controllable": true,
57130                        "default": "false",
57131                        "mutable": "null",
57132                        "readable": true,
57133                        "type": "gboolean",
57134                        "writable": false
57135                    },
57136                    "fv-22": {
57137                        "blurb": "Filter visibility  2.5K",
57138                        "conditionally-available": false,
57139                        "construct": false,
57140                        "construct-only": false,
57141                        "controllable": true,
57142                        "default": "false",
57143                        "mutable": "null",
57144                        "readable": true,
57145                        "type": "gboolean",
57146                        "writable": false
57147                    },
57148                    "fv-23": {
57149                        "blurb": "Filter visibility  3.15K",
57150                        "conditionally-available": false,
57151                        "construct": false,
57152                        "construct-only": false,
57153                        "controllable": true,
57154                        "default": "false",
57155                        "mutable": "null",
57156                        "readable": true,
57157                        "type": "gboolean",
57158                        "writable": false
57159                    },
57160                    "fv-24": {
57161                        "blurb": "Filter visibility  4K",
57162                        "conditionally-available": false,
57163                        "construct": false,
57164                        "construct-only": false,
57165                        "controllable": true,
57166                        "default": "false",
57167                        "mutable": "null",
57168                        "readable": true,
57169                        "type": "gboolean",
57170                        "writable": false
57171                    },
57172                    "fv-25": {
57173                        "blurb": "Filter visibility  5K",
57174                        "conditionally-available": false,
57175                        "construct": false,
57176                        "construct-only": false,
57177                        "controllable": true,
57178                        "default": "false",
57179                        "mutable": "null",
57180                        "readable": true,
57181                        "type": "gboolean",
57182                        "writable": false
57183                    },
57184                    "fv-26": {
57185                        "blurb": "Filter visibility  6.3K",
57186                        "conditionally-available": false,
57187                        "construct": false,
57188                        "construct-only": false,
57189                        "controllable": true,
57190                        "default": "false",
57191                        "mutable": "null",
57192                        "readable": true,
57193                        "type": "gboolean",
57194                        "writable": false
57195                    },
57196                    "fv-27": {
57197                        "blurb": "Filter visibility  8K",
57198                        "conditionally-available": false,
57199                        "construct": false,
57200                        "construct-only": false,
57201                        "controllable": true,
57202                        "default": "false",
57203                        "mutable": "null",
57204                        "readable": true,
57205                        "type": "gboolean",
57206                        "writable": false
57207                    },
57208                    "fv-28": {
57209                        "blurb": "Filter visibility  10K",
57210                        "conditionally-available": false,
57211                        "construct": false,
57212                        "construct-only": false,
57213                        "controllable": true,
57214                        "default": "false",
57215                        "mutable": "null",
57216                        "readable": true,
57217                        "type": "gboolean",
57218                        "writable": false
57219                    },
57220                    "fv-29": {
57221                        "blurb": "Filter visibility  12.5K",
57222                        "conditionally-available": false,
57223                        "construct": false,
57224                        "construct-only": false,
57225                        "controllable": true,
57226                        "default": "false",
57227                        "mutable": "null",
57228                        "readable": true,
57229                        "type": "gboolean",
57230                        "writable": false
57231                    },
57232                    "fv-3": {
57233                        "blurb": "Filter visibility  31.5",
57234                        "conditionally-available": false,
57235                        "construct": false,
57236                        "construct-only": false,
57237                        "controllable": true,
57238                        "default": "false",
57239                        "mutable": "null",
57240                        "readable": true,
57241                        "type": "gboolean",
57242                        "writable": false
57243                    },
57244                    "fv-30": {
57245                        "blurb": "Filter visibility  16K",
57246                        "conditionally-available": false,
57247                        "construct": false,
57248                        "construct-only": false,
57249                        "controllable": true,
57250                        "default": "false",
57251                        "mutable": "null",
57252                        "readable": true,
57253                        "type": "gboolean",
57254                        "writable": false
57255                    },
57256                    "fv-31": {
57257                        "blurb": "Filter visibility  20K",
57258                        "conditionally-available": false,
57259                        "construct": false,
57260                        "construct-only": false,
57261                        "controllable": true,
57262                        "default": "false",
57263                        "mutable": "null",
57264                        "readable": true,
57265                        "type": "gboolean",
57266                        "writable": false
57267                    },
57268                    "fv-4": {
57269                        "blurb": "Filter visibility  40",
57270                        "conditionally-available": false,
57271                        "construct": false,
57272                        "construct-only": false,
57273                        "controllable": true,
57274                        "default": "false",
57275                        "mutable": "null",
57276                        "readable": true,
57277                        "type": "gboolean",
57278                        "writable": false
57279                    },
57280                    "fv-5": {
57281                        "blurb": "Filter visibility  50",
57282                        "conditionally-available": false,
57283                        "construct": false,
57284                        "construct-only": false,
57285                        "controllable": true,
57286                        "default": "false",
57287                        "mutable": "null",
57288                        "readable": true,
57289                        "type": "gboolean",
57290                        "writable": false
57291                    },
57292                    "fv-6": {
57293                        "blurb": "Filter visibility  63",
57294                        "conditionally-available": false,
57295                        "construct": false,
57296                        "construct-only": false,
57297                        "controllable": true,
57298                        "default": "false",
57299                        "mutable": "null",
57300                        "readable": true,
57301                        "type": "gboolean",
57302                        "writable": false
57303                    },
57304                    "fv-7": {
57305                        "blurb": "Filter visibility  80",
57306                        "conditionally-available": false,
57307                        "construct": false,
57308                        "construct-only": false,
57309                        "controllable": true,
57310                        "default": "false",
57311                        "mutable": "null",
57312                        "readable": true,
57313                        "type": "gboolean",
57314                        "writable": false
57315                    },
57316                    "fv-8": {
57317                        "blurb": "Filter visibility  100",
57318                        "conditionally-available": false,
57319                        "construct": false,
57320                        "construct-only": false,
57321                        "controllable": true,
57322                        "default": "false",
57323                        "mutable": "null",
57324                        "readable": true,
57325                        "type": "gboolean",
57326                        "writable": false
57327                    },
57328                    "fv-9": {
57329                        "blurb": "Filter visibility  125",
57330                        "conditionally-available": false,
57331                        "construct": false,
57332                        "construct-only": false,
57333                        "controllable": true,
57334                        "default": "false",
57335                        "mutable": "null",
57336                        "readable": true,
57337                        "type": "gboolean",
57338                        "writable": false
57339                    },
57340                    "g-0": {
57341                        "blurb": "Band gain 16",
57342                        "conditionally-available": false,
57343                        "construct": true,
57344                        "construct-only": false,
57345                        "controllable": true,
57346                        "default": "1",
57347                        "max": "63.0957",
57348                        "min": "0.01585",
57349                        "mutable": "null",
57350                        "readable": true,
57351                        "type": "gfloat",
57352                        "writable": true
57353                    },
57354                    "g-1": {
57355                        "blurb": "Band gain 20",
57356                        "conditionally-available": false,
57357                        "construct": true,
57358                        "construct-only": false,
57359                        "controllable": true,
57360                        "default": "1",
57361                        "max": "63.0957",
57362                        "min": "0.01585",
57363                        "mutable": "null",
57364                        "readable": true,
57365                        "type": "gfloat",
57366                        "writable": true
57367                    },
57368                    "g-10": {
57369                        "blurb": "Band gain 160",
57370                        "conditionally-available": false,
57371                        "construct": true,
57372                        "construct-only": false,
57373                        "controllable": true,
57374                        "default": "1",
57375                        "max": "63.0957",
57376                        "min": "0.01585",
57377                        "mutable": "null",
57378                        "readable": true,
57379                        "type": "gfloat",
57380                        "writable": true
57381                    },
57382                    "g-11": {
57383                        "blurb": "Band gain 200",
57384                        "conditionally-available": false,
57385                        "construct": true,
57386                        "construct-only": false,
57387                        "controllable": true,
57388                        "default": "1",
57389                        "max": "63.0957",
57390                        "min": "0.01585",
57391                        "mutable": "null",
57392                        "readable": true,
57393                        "type": "gfloat",
57394                        "writable": true
57395                    },
57396                    "g-12": {
57397                        "blurb": "Band gain 250",
57398                        "conditionally-available": false,
57399                        "construct": true,
57400                        "construct-only": false,
57401                        "controllable": true,
57402                        "default": "1",
57403                        "max": "63.0957",
57404                        "min": "0.01585",
57405                        "mutable": "null",
57406                        "readable": true,
57407                        "type": "gfloat",
57408                        "writable": true
57409                    },
57410                    "g-13": {
57411                        "blurb": "Band gain 315",
57412                        "conditionally-available": false,
57413                        "construct": true,
57414                        "construct-only": false,
57415                        "controllable": true,
57416                        "default": "1",
57417                        "max": "63.0957",
57418                        "min": "0.01585",
57419                        "mutable": "null",
57420                        "readable": true,
57421                        "type": "gfloat",
57422                        "writable": true
57423                    },
57424                    "g-14": {
57425                        "blurb": "Band gain 400",
57426                        "conditionally-available": false,
57427                        "construct": true,
57428                        "construct-only": false,
57429                        "controllable": true,
57430                        "default": "1",
57431                        "max": "63.0957",
57432                        "min": "0.01585",
57433                        "mutable": "null",
57434                        "readable": true,
57435                        "type": "gfloat",
57436                        "writable": true
57437                    },
57438                    "g-15": {
57439                        "blurb": "Band gain 500",
57440                        "conditionally-available": false,
57441                        "construct": true,
57442                        "construct-only": false,
57443                        "controllable": true,
57444                        "default": "1",
57445                        "max": "63.0957",
57446                        "min": "0.01585",
57447                        "mutable": "null",
57448                        "readable": true,
57449                        "type": "gfloat",
57450                        "writable": true
57451                    },
57452                    "g-16": {
57453                        "blurb": "Band gain 630",
57454                        "conditionally-available": false,
57455                        "construct": true,
57456                        "construct-only": false,
57457                        "controllable": true,
57458                        "default": "1",
57459                        "max": "63.0957",
57460                        "min": "0.01585",
57461                        "mutable": "null",
57462                        "readable": true,
57463                        "type": "gfloat",
57464                        "writable": true
57465                    },
57466                    "g-17": {
57467                        "blurb": "Band gain 800",
57468                        "conditionally-available": false,
57469                        "construct": true,
57470                        "construct-only": false,
57471                        "controllable": true,
57472                        "default": "1",
57473                        "max": "63.0957",
57474                        "min": "0.01585",
57475                        "mutable": "null",
57476                        "readable": true,
57477                        "type": "gfloat",
57478                        "writable": true
57479                    },
57480                    "g-18": {
57481                        "blurb": "Band gain 1K",
57482                        "conditionally-available": false,
57483                        "construct": true,
57484                        "construct-only": false,
57485                        "controllable": true,
57486                        "default": "1",
57487                        "max": "63.0957",
57488                        "min": "0.01585",
57489                        "mutable": "null",
57490                        "readable": true,
57491                        "type": "gfloat",
57492                        "writable": true
57493                    },
57494                    "g-19": {
57495                        "blurb": "Band gain 1.25K",
57496                        "conditionally-available": false,
57497                        "construct": true,
57498                        "construct-only": false,
57499                        "controllable": true,
57500                        "default": "1",
57501                        "max": "63.0957",
57502                        "min": "0.01585",
57503                        "mutable": "null",
57504                        "readable": true,
57505                        "type": "gfloat",
57506                        "writable": true
57507                    },
57508                    "g-2": {
57509                        "blurb": "Band gain 25",
57510                        "conditionally-available": false,
57511                        "construct": true,
57512                        "construct-only": false,
57513                        "controllable": true,
57514                        "default": "1",
57515                        "max": "63.0957",
57516                        "min": "0.01585",
57517                        "mutable": "null",
57518                        "readable": true,
57519                        "type": "gfloat",
57520                        "writable": true
57521                    },
57522                    "g-20": {
57523                        "blurb": "Band gain 1.6K",
57524                        "conditionally-available": false,
57525                        "construct": true,
57526                        "construct-only": false,
57527                        "controllable": true,
57528                        "default": "1",
57529                        "max": "63.0957",
57530                        "min": "0.01585",
57531                        "mutable": "null",
57532                        "readable": true,
57533                        "type": "gfloat",
57534                        "writable": true
57535                    },
57536                    "g-21": {
57537                        "blurb": "Band gain 2K",
57538                        "conditionally-available": false,
57539                        "construct": true,
57540                        "construct-only": false,
57541                        "controllable": true,
57542                        "default": "1",
57543                        "max": "63.0957",
57544                        "min": "0.01585",
57545                        "mutable": "null",
57546                        "readable": true,
57547                        "type": "gfloat",
57548                        "writable": true
57549                    },
57550                    "g-22": {
57551                        "blurb": "Band gain 2.5K",
57552                        "conditionally-available": false,
57553                        "construct": true,
57554                        "construct-only": false,
57555                        "controllable": true,
57556                        "default": "1",
57557                        "max": "63.0957",
57558                        "min": "0.01585",
57559                        "mutable": "null",
57560                        "readable": true,
57561                        "type": "gfloat",
57562                        "writable": true
57563                    },
57564                    "g-23": {
57565                        "blurb": "Band gain 3.15K",
57566                        "conditionally-available": false,
57567                        "construct": true,
57568                        "construct-only": false,
57569                        "controllable": true,
57570                        "default": "1",
57571                        "max": "63.0957",
57572                        "min": "0.01585",
57573                        "mutable": "null",
57574                        "readable": true,
57575                        "type": "gfloat",
57576                        "writable": true
57577                    },
57578                    "g-24": {
57579                        "blurb": "Band gain 4K",
57580                        "conditionally-available": false,
57581                        "construct": true,
57582                        "construct-only": false,
57583                        "controllable": true,
57584                        "default": "1",
57585                        "max": "63.0957",
57586                        "min": "0.01585",
57587                        "mutable": "null",
57588                        "readable": true,
57589                        "type": "gfloat",
57590                        "writable": true
57591                    },
57592                    "g-25": {
57593                        "blurb": "Band gain 5K",
57594                        "conditionally-available": false,
57595                        "construct": true,
57596                        "construct-only": false,
57597                        "controllable": true,
57598                        "default": "1",
57599                        "max": "63.0957",
57600                        "min": "0.01585",
57601                        "mutable": "null",
57602                        "readable": true,
57603                        "type": "gfloat",
57604                        "writable": true
57605                    },
57606                    "g-26": {
57607                        "blurb": "Band gain 6.3K",
57608                        "conditionally-available": false,
57609                        "construct": true,
57610                        "construct-only": false,
57611                        "controllable": true,
57612                        "default": "1",
57613                        "max": "63.0957",
57614                        "min": "0.01585",
57615                        "mutable": "null",
57616                        "readable": true,
57617                        "type": "gfloat",
57618                        "writable": true
57619                    },
57620                    "g-27": {
57621                        "blurb": "Band gain 8K",
57622                        "conditionally-available": false,
57623                        "construct": true,
57624                        "construct-only": false,
57625                        "controllable": true,
57626                        "default": "1",
57627                        "max": "63.0957",
57628                        "min": "0.01585",
57629                        "mutable": "null",
57630                        "readable": true,
57631                        "type": "gfloat",
57632                        "writable": true
57633                    },
57634                    "g-28": {
57635                        "blurb": "Band gain 10K",
57636                        "conditionally-available": false,
57637                        "construct": true,
57638                        "construct-only": false,
57639                        "controllable": true,
57640                        "default": "1",
57641                        "max": "63.0957",
57642                        "min": "0.01585",
57643                        "mutable": "null",
57644                        "readable": true,
57645                        "type": "gfloat",
57646                        "writable": true
57647                    },
57648                    "g-29": {
57649                        "blurb": "Band gain 12.5K",
57650                        "conditionally-available": false,
57651                        "construct": true,
57652                        "construct-only": false,
57653                        "controllable": true,
57654                        "default": "1",
57655                        "max": "63.0957",
57656                        "min": "0.01585",
57657                        "mutable": "null",
57658                        "readable": true,
57659                        "type": "gfloat",
57660                        "writable": true
57661                    },
57662                    "g-3": {
57663                        "blurb": "Band gain 31.5",
57664                        "conditionally-available": false,
57665                        "construct": true,
57666                        "construct-only": false,
57667                        "controllable": true,
57668                        "default": "1",
57669                        "max": "63.0957",
57670                        "min": "0.01585",
57671                        "mutable": "null",
57672                        "readable": true,
57673                        "type": "gfloat",
57674                        "writable": true
57675                    },
57676                    "g-30": {
57677                        "blurb": "Band gain 16K",
57678                        "conditionally-available": false,
57679                        "construct": true,
57680                        "construct-only": false,
57681                        "controllable": true,
57682                        "default": "1",
57683                        "max": "63.0957",
57684                        "min": "0.01585",
57685                        "mutable": "null",
57686                        "readable": true,
57687                        "type": "gfloat",
57688                        "writable": true
57689                    },
57690                    "g-31": {
57691                        "blurb": "Band gain 20K",
57692                        "conditionally-available": false,
57693                        "construct": true,
57694                        "construct-only": false,
57695                        "controllable": true,
57696                        "default": "1",
57697                        "max": "63.0957",
57698                        "min": "0.01585",
57699                        "mutable": "null",
57700                        "readable": true,
57701                        "type": "gfloat",
57702                        "writable": true
57703                    },
57704                    "g-4": {
57705                        "blurb": "Band gain 40",
57706                        "conditionally-available": false,
57707                        "construct": true,
57708                        "construct-only": false,
57709                        "controllable": true,
57710                        "default": "1",
57711                        "max": "63.0957",
57712                        "min": "0.01585",
57713                        "mutable": "null",
57714                        "readable": true,
57715                        "type": "gfloat",
57716                        "writable": true
57717                    },
57718                    "g-5": {
57719                        "blurb": "Band gain 50",
57720                        "conditionally-available": false,
57721                        "construct": true,
57722                        "construct-only": false,
57723                        "controllable": true,
57724                        "default": "1",
57725                        "max": "63.0957",
57726                        "min": "0.01585",
57727                        "mutable": "null",
57728                        "readable": true,
57729                        "type": "gfloat",
57730                        "writable": true
57731                    },
57732                    "g-6": {
57733                        "blurb": "Band gain 63",
57734                        "conditionally-available": false,
57735                        "construct": true,
57736                        "construct-only": false,
57737                        "controllable": true,
57738                        "default": "1",
57739                        "max": "63.0957",
57740                        "min": "0.01585",
57741                        "mutable": "null",
57742                        "readable": true,
57743                        "type": "gfloat",
57744                        "writable": true
57745                    },
57746                    "g-7": {
57747                        "blurb": "Band gain 80",
57748                        "conditionally-available": false,
57749                        "construct": true,
57750                        "construct-only": false,
57751                        "controllable": true,
57752                        "default": "1",
57753                        "max": "63.0957",
57754                        "min": "0.01585",
57755                        "mutable": "null",
57756                        "readable": true,
57757                        "type": "gfloat",
57758                        "writable": true
57759                    },
57760                    "g-8": {
57761                        "blurb": "Band gain 100",
57762                        "conditionally-available": false,
57763                        "construct": true,
57764                        "construct-only": false,
57765                        "controllable": true,
57766                        "default": "1",
57767                        "max": "63.0957",
57768                        "min": "0.01585",
57769                        "mutable": "null",
57770                        "readable": true,
57771                        "type": "gfloat",
57772                        "writable": true
57773                    },
57774                    "g-9": {
57775                        "blurb": "Band gain 125",
57776                        "conditionally-available": false,
57777                        "construct": true,
57778                        "construct-only": false,
57779                        "controllable": true,
57780                        "default": "1",
57781                        "max": "63.0957",
57782                        "min": "0.01585",
57783                        "mutable": "null",
57784                        "readable": true,
57785                        "type": "gfloat",
57786                        "writable": true
57787                    },
57788                    "g-in": {
57789                        "blurb": "Input gain",
57790                        "conditionally-available": false,
57791                        "construct": true,
57792                        "construct-only": false,
57793                        "controllable": true,
57794                        "default": "1",
57795                        "max": "10",
57796                        "min": "0",
57797                        "mutable": "null",
57798                        "readable": true,
57799                        "type": "gfloat",
57800                        "writable": true
57801                    },
57802                    "g-out": {
57803                        "blurb": "Output gain",
57804                        "conditionally-available": false,
57805                        "construct": true,
57806                        "construct-only": false,
57807                        "controllable": true,
57808                        "default": "1",
57809                        "max": "10",
57810                        "min": "0",
57811                        "mutable": "null",
57812                        "readable": true,
57813                        "type": "gfloat",
57814                        "writable": true
57815                    },
57816                    "im": {
57817                        "blurb": "Input signal meter",
57818                        "conditionally-available": false,
57819                        "construct": false,
57820                        "construct-only": false,
57821                        "controllable": true,
57822                        "default": "0",
57823                        "max": "3.98107",
57824                        "min": "0",
57825                        "mutable": "null",
57826                        "readable": true,
57827                        "type": "gfloat",
57828                        "writable": false
57829                    },
57830                    "mode": {
57831                        "blurb": "Equalizer mode",
57832                        "conditionally-available": false,
57833                        "construct": true,
57834                        "construct-only": false,
57835                        "controllable": true,
57836                        "default": "IIR (0)",
57837                        "mutable": "null",
57838                        "readable": true,
57839                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monomode",
57840                        "writable": true
57841                    },
57842                    "out-latency": {
57843                        "blurb": "Latency OUT",
57844                        "conditionally-available": false,
57845                        "construct": false,
57846                        "construct-only": false,
57847                        "controllable": true,
57848                        "default": "0",
57849                        "max": "192000",
57850                        "min": "0",
57851                        "mutable": "null",
57852                        "readable": true,
57853                        "type": "gint",
57854                        "writable": false
57855                    },
57856                    "react": {
57857                        "blurb": "FFT reactivity",
57858                        "conditionally-available": false,
57859                        "construct": true,
57860                        "construct-only": false,
57861                        "controllable": true,
57862                        "default": "0.2",
57863                        "max": "1",
57864                        "min": "0",
57865                        "mutable": "null",
57866                        "readable": true,
57867                        "type": "gfloat",
57868                        "writable": true
57869                    },
57870                    "shift": {
57871                        "blurb": "Shift gain",
57872                        "conditionally-available": false,
57873                        "construct": true,
57874                        "construct-only": false,
57875                        "controllable": true,
57876                        "default": "1",
57877                        "max": "100",
57878                        "min": "0",
57879                        "mutable": "null",
57880                        "readable": true,
57881                        "type": "gfloat",
57882                        "writable": true
57883                    },
57884                    "slope": {
57885                        "blurb": "Filter slope",
57886                        "conditionally-available": false,
57887                        "construct": true,
57888                        "construct-only": false,
57889                        "controllable": true,
57890                        "default": "BT48 (0)",
57891                        "mutable": "null",
57892                        "readable": true,
57893                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monoslope",
57894                        "writable": true
57895                    },
57896                    "sm": {
57897                        "blurb": "Output signal meter",
57898                        "conditionally-available": false,
57899                        "construct": false,
57900                        "construct-only": false,
57901                        "controllable": true,
57902                        "default": "0",
57903                        "max": "3.98107",
57904                        "min": "0",
57905                        "mutable": "null",
57906                        "readable": true,
57907                        "type": "gfloat",
57908                        "writable": false
57909                    },
57910                    "xe-0": {
57911                        "blurb": "Band on 16",
57912                        "conditionally-available": false,
57913                        "construct": true,
57914                        "construct-only": false,
57915                        "controllable": true,
57916                        "default": "false",
57917                        "mutable": "null",
57918                        "readable": true,
57919                        "type": "gboolean",
57920                        "writable": true
57921                    },
57922                    "xe-1": {
57923                        "blurb": "Band on 20",
57924                        "conditionally-available": false,
57925                        "construct": true,
57926                        "construct-only": false,
57927                        "controllable": true,
57928                        "default": "false",
57929                        "mutable": "null",
57930                        "readable": true,
57931                        "type": "gboolean",
57932                        "writable": true
57933                    },
57934                    "xe-10": {
57935                        "blurb": "Band on 160",
57936                        "conditionally-available": false,
57937                        "construct": true,
57938                        "construct-only": false,
57939                        "controllable": true,
57940                        "default": "false",
57941                        "mutable": "null",
57942                        "readable": true,
57943                        "type": "gboolean",
57944                        "writable": true
57945                    },
57946                    "xe-11": {
57947                        "blurb": "Band on 200",
57948                        "conditionally-available": false,
57949                        "construct": true,
57950                        "construct-only": false,
57951                        "controllable": true,
57952                        "default": "false",
57953                        "mutable": "null",
57954                        "readable": true,
57955                        "type": "gboolean",
57956                        "writable": true
57957                    },
57958                    "xe-12": {
57959                        "blurb": "Band on 250",
57960                        "conditionally-available": false,
57961                        "construct": true,
57962                        "construct-only": false,
57963                        "controllable": true,
57964                        "default": "false",
57965                        "mutable": "null",
57966                        "readable": true,
57967                        "type": "gboolean",
57968                        "writable": true
57969                    },
57970                    "xe-13": {
57971                        "blurb": "Band on 315",
57972                        "conditionally-available": false,
57973                        "construct": true,
57974                        "construct-only": false,
57975                        "controllable": true,
57976                        "default": "false",
57977                        "mutable": "null",
57978                        "readable": true,
57979                        "type": "gboolean",
57980                        "writable": true
57981                    },
57982                    "xe-14": {
57983                        "blurb": "Band on 400",
57984                        "conditionally-available": false,
57985                        "construct": true,
57986                        "construct-only": false,
57987                        "controllable": true,
57988                        "default": "false",
57989                        "mutable": "null",
57990                        "readable": true,
57991                        "type": "gboolean",
57992                        "writable": true
57993                    },
57994                    "xe-15": {
57995                        "blurb": "Band on 500",
57996                        "conditionally-available": false,
57997                        "construct": true,
57998                        "construct-only": false,
57999                        "controllable": true,
58000                        "default": "false",
58001                        "mutable": "null",
58002                        "readable": true,
58003                        "type": "gboolean",
58004                        "writable": true
58005                    },
58006                    "xe-16": {
58007                        "blurb": "Band on 630",
58008                        "conditionally-available": false,
58009                        "construct": true,
58010                        "construct-only": false,
58011                        "controllable": true,
58012                        "default": "false",
58013                        "mutable": "null",
58014                        "readable": true,
58015                        "type": "gboolean",
58016                        "writable": true
58017                    },
58018                    "xe-17": {
58019                        "blurb": "Band on 800",
58020                        "conditionally-available": false,
58021                        "construct": true,
58022                        "construct-only": false,
58023                        "controllable": true,
58024                        "default": "false",
58025                        "mutable": "null",
58026                        "readable": true,
58027                        "type": "gboolean",
58028                        "writable": true
58029                    },
58030                    "xe-18": {
58031                        "blurb": "Band on 1K",
58032                        "conditionally-available": false,
58033                        "construct": true,
58034                        "construct-only": false,
58035                        "controllable": true,
58036                        "default": "false",
58037                        "mutable": "null",
58038                        "readable": true,
58039                        "type": "gboolean",
58040                        "writable": true
58041                    },
58042                    "xe-19": {
58043                        "blurb": "Band on 1.25K",
58044                        "conditionally-available": false,
58045                        "construct": true,
58046                        "construct-only": false,
58047                        "controllable": true,
58048                        "default": "false",
58049                        "mutable": "null",
58050                        "readable": true,
58051                        "type": "gboolean",
58052                        "writable": true
58053                    },
58054                    "xe-2": {
58055                        "blurb": "Band on 25",
58056                        "conditionally-available": false,
58057                        "construct": true,
58058                        "construct-only": false,
58059                        "controllable": true,
58060                        "default": "false",
58061                        "mutable": "null",
58062                        "readable": true,
58063                        "type": "gboolean",
58064                        "writable": true
58065                    },
58066                    "xe-20": {
58067                        "blurb": "Band on 1.6K",
58068                        "conditionally-available": false,
58069                        "construct": true,
58070                        "construct-only": false,
58071                        "controllable": true,
58072                        "default": "false",
58073                        "mutable": "null",
58074                        "readable": true,
58075                        "type": "gboolean",
58076                        "writable": true
58077                    },
58078                    "xe-21": {
58079                        "blurb": "Band on 2K",
58080                        "conditionally-available": false,
58081                        "construct": true,
58082                        "construct-only": false,
58083                        "controllable": true,
58084                        "default": "false",
58085                        "mutable": "null",
58086                        "readable": true,
58087                        "type": "gboolean",
58088                        "writable": true
58089                    },
58090                    "xe-22": {
58091                        "blurb": "Band on 2.5K",
58092                        "conditionally-available": false,
58093                        "construct": true,
58094                        "construct-only": false,
58095                        "controllable": true,
58096                        "default": "false",
58097                        "mutable": "null",
58098                        "readable": true,
58099                        "type": "gboolean",
58100                        "writable": true
58101                    },
58102                    "xe-23": {
58103                        "blurb": "Band on 3.15K",
58104                        "conditionally-available": false,
58105                        "construct": true,
58106                        "construct-only": false,
58107                        "controllable": true,
58108                        "default": "false",
58109                        "mutable": "null",
58110                        "readable": true,
58111                        "type": "gboolean",
58112                        "writable": true
58113                    },
58114                    "xe-24": {
58115                        "blurb": "Band on 4K",
58116                        "conditionally-available": false,
58117                        "construct": true,
58118                        "construct-only": false,
58119                        "controllable": true,
58120                        "default": "false",
58121                        "mutable": "null",
58122                        "readable": true,
58123                        "type": "gboolean",
58124                        "writable": true
58125                    },
58126                    "xe-25": {
58127                        "blurb": "Band on 5K",
58128                        "conditionally-available": false,
58129                        "construct": true,
58130                        "construct-only": false,
58131                        "controllable": true,
58132                        "default": "false",
58133                        "mutable": "null",
58134                        "readable": true,
58135                        "type": "gboolean",
58136                        "writable": true
58137                    },
58138                    "xe-26": {
58139                        "blurb": "Band on 6.3K",
58140                        "conditionally-available": false,
58141                        "construct": true,
58142                        "construct-only": false,
58143                        "controllable": true,
58144                        "default": "false",
58145                        "mutable": "null",
58146                        "readable": true,
58147                        "type": "gboolean",
58148                        "writable": true
58149                    },
58150                    "xe-27": {
58151                        "blurb": "Band on 8K",
58152                        "conditionally-available": false,
58153                        "construct": true,
58154                        "construct-only": false,
58155                        "controllable": true,
58156                        "default": "false",
58157                        "mutable": "null",
58158                        "readable": true,
58159                        "type": "gboolean",
58160                        "writable": true
58161                    },
58162                    "xe-28": {
58163                        "blurb": "Band on 10K",
58164                        "conditionally-available": false,
58165                        "construct": true,
58166                        "construct-only": false,
58167                        "controllable": true,
58168                        "default": "false",
58169                        "mutable": "null",
58170                        "readable": true,
58171                        "type": "gboolean",
58172                        "writable": true
58173                    },
58174                    "xe-29": {
58175                        "blurb": "Band on 12.5K",
58176                        "conditionally-available": false,
58177                        "construct": true,
58178                        "construct-only": false,
58179                        "controllable": true,
58180                        "default": "false",
58181                        "mutable": "null",
58182                        "readable": true,
58183                        "type": "gboolean",
58184                        "writable": true
58185                    },
58186                    "xe-3": {
58187                        "blurb": "Band on 31.5",
58188                        "conditionally-available": false,
58189                        "construct": true,
58190                        "construct-only": false,
58191                        "controllable": true,
58192                        "default": "false",
58193                        "mutable": "null",
58194                        "readable": true,
58195                        "type": "gboolean",
58196                        "writable": true
58197                    },
58198                    "xe-30": {
58199                        "blurb": "Band on 16K",
58200                        "conditionally-available": false,
58201                        "construct": true,
58202                        "construct-only": false,
58203                        "controllable": true,
58204                        "default": "false",
58205                        "mutable": "null",
58206                        "readable": true,
58207                        "type": "gboolean",
58208                        "writable": true
58209                    },
58210                    "xe-31": {
58211                        "blurb": "Band on 20K",
58212                        "conditionally-available": false,
58213                        "construct": true,
58214                        "construct-only": false,
58215                        "controllable": true,
58216                        "default": "false",
58217                        "mutable": "null",
58218                        "readable": true,
58219                        "type": "gboolean",
58220                        "writable": true
58221                    },
58222                    "xe-4": {
58223                        "blurb": "Band on 40",
58224                        "conditionally-available": false,
58225                        "construct": true,
58226                        "construct-only": false,
58227                        "controllable": true,
58228                        "default": "false",
58229                        "mutable": "null",
58230                        "readable": true,
58231                        "type": "gboolean",
58232                        "writable": true
58233                    },
58234                    "xe-5": {
58235                        "blurb": "Band on 50",
58236                        "conditionally-available": false,
58237                        "construct": true,
58238                        "construct-only": false,
58239                        "controllable": true,
58240                        "default": "false",
58241                        "mutable": "null",
58242                        "readable": true,
58243                        "type": "gboolean",
58244                        "writable": true
58245                    },
58246                    "xe-6": {
58247                        "blurb": "Band on 63",
58248                        "conditionally-available": false,
58249                        "construct": true,
58250                        "construct-only": false,
58251                        "controllable": true,
58252                        "default": "false",
58253                        "mutable": "null",
58254                        "readable": true,
58255                        "type": "gboolean",
58256                        "writable": true
58257                    },
58258                    "xe-7": {
58259                        "blurb": "Band on 80",
58260                        "conditionally-available": false,
58261                        "construct": true,
58262                        "construct-only": false,
58263                        "controllable": true,
58264                        "default": "false",
58265                        "mutable": "null",
58266                        "readable": true,
58267                        "type": "gboolean",
58268                        "writable": true
58269                    },
58270                    "xe-8": {
58271                        "blurb": "Band on 100",
58272                        "conditionally-available": false,
58273                        "construct": true,
58274                        "construct-only": false,
58275                        "controllable": true,
58276                        "default": "false",
58277                        "mutable": "null",
58278                        "readable": true,
58279                        "type": "gboolean",
58280                        "writable": true
58281                    },
58282                    "xe-9": {
58283                        "blurb": "Band on 125",
58284                        "conditionally-available": false,
58285                        "construct": true,
58286                        "construct-only": false,
58287                        "controllable": true,
58288                        "default": "false",
58289                        "mutable": "null",
58290                        "readable": true,
58291                        "type": "gboolean",
58292                        "writable": true
58293                    },
58294                    "xm-0": {
58295                        "blurb": "Band mute 16",
58296                        "conditionally-available": false,
58297                        "construct": true,
58298                        "construct-only": false,
58299                        "controllable": true,
58300                        "default": "false",
58301                        "mutable": "null",
58302                        "readable": true,
58303                        "type": "gboolean",
58304                        "writable": true
58305                    },
58306                    "xm-1": {
58307                        "blurb": "Band mute 20",
58308                        "conditionally-available": false,
58309                        "construct": true,
58310                        "construct-only": false,
58311                        "controllable": true,
58312                        "default": "false",
58313                        "mutable": "null",
58314                        "readable": true,
58315                        "type": "gboolean",
58316                        "writable": true
58317                    },
58318                    "xm-10": {
58319                        "blurb": "Band mute 160",
58320                        "conditionally-available": false,
58321                        "construct": true,
58322                        "construct-only": false,
58323                        "controllable": true,
58324                        "default": "false",
58325                        "mutable": "null",
58326                        "readable": true,
58327                        "type": "gboolean",
58328                        "writable": true
58329                    },
58330                    "xm-11": {
58331                        "blurb": "Band mute 200",
58332                        "conditionally-available": false,
58333                        "construct": true,
58334                        "construct-only": false,
58335                        "controllable": true,
58336                        "default": "false",
58337                        "mutable": "null",
58338                        "readable": true,
58339                        "type": "gboolean",
58340                        "writable": true
58341                    },
58342                    "xm-12": {
58343                        "blurb": "Band mute 250",
58344                        "conditionally-available": false,
58345                        "construct": true,
58346                        "construct-only": false,
58347                        "controllable": true,
58348                        "default": "false",
58349                        "mutable": "null",
58350                        "readable": true,
58351                        "type": "gboolean",
58352                        "writable": true
58353                    },
58354                    "xm-13": {
58355                        "blurb": "Band mute 315",
58356                        "conditionally-available": false,
58357                        "construct": true,
58358                        "construct-only": false,
58359                        "controllable": true,
58360                        "default": "false",
58361                        "mutable": "null",
58362                        "readable": true,
58363                        "type": "gboolean",
58364                        "writable": true
58365                    },
58366                    "xm-14": {
58367                        "blurb": "Band mute 400",
58368                        "conditionally-available": false,
58369                        "construct": true,
58370                        "construct-only": false,
58371                        "controllable": true,
58372                        "default": "false",
58373                        "mutable": "null",
58374                        "readable": true,
58375                        "type": "gboolean",
58376                        "writable": true
58377                    },
58378                    "xm-15": {
58379                        "blurb": "Band mute 500",
58380                        "conditionally-available": false,
58381                        "construct": true,
58382                        "construct-only": false,
58383                        "controllable": true,
58384                        "default": "false",
58385                        "mutable": "null",
58386                        "readable": true,
58387                        "type": "gboolean",
58388                        "writable": true
58389                    },
58390                    "xm-16": {
58391                        "blurb": "Band mute 630",
58392                        "conditionally-available": false,
58393                        "construct": true,
58394                        "construct-only": false,
58395                        "controllable": true,
58396                        "default": "false",
58397                        "mutable": "null",
58398                        "readable": true,
58399                        "type": "gboolean",
58400                        "writable": true
58401                    },
58402                    "xm-17": {
58403                        "blurb": "Band mute 800",
58404                        "conditionally-available": false,
58405                        "construct": true,
58406                        "construct-only": false,
58407                        "controllable": true,
58408                        "default": "false",
58409                        "mutable": "null",
58410                        "readable": true,
58411                        "type": "gboolean",
58412                        "writable": true
58413                    },
58414                    "xm-18": {
58415                        "blurb": "Band mute 1K",
58416                        "conditionally-available": false,
58417                        "construct": true,
58418                        "construct-only": false,
58419                        "controllable": true,
58420                        "default": "false",
58421                        "mutable": "null",
58422                        "readable": true,
58423                        "type": "gboolean",
58424                        "writable": true
58425                    },
58426                    "xm-19": {
58427                        "blurb": "Band mute 1.25K",
58428                        "conditionally-available": false,
58429                        "construct": true,
58430                        "construct-only": false,
58431                        "controllable": true,
58432                        "default": "false",
58433                        "mutable": "null",
58434                        "readable": true,
58435                        "type": "gboolean",
58436                        "writable": true
58437                    },
58438                    "xm-2": {
58439                        "blurb": "Band mute 25",
58440                        "conditionally-available": false,
58441                        "construct": true,
58442                        "construct-only": false,
58443                        "controllable": true,
58444                        "default": "false",
58445                        "mutable": "null",
58446                        "readable": true,
58447                        "type": "gboolean",
58448                        "writable": true
58449                    },
58450                    "xm-20": {
58451                        "blurb": "Band mute 1.6K",
58452                        "conditionally-available": false,
58453                        "construct": true,
58454                        "construct-only": false,
58455                        "controllable": true,
58456                        "default": "false",
58457                        "mutable": "null",
58458                        "readable": true,
58459                        "type": "gboolean",
58460                        "writable": true
58461                    },
58462                    "xm-21": {
58463                        "blurb": "Band mute 2K",
58464                        "conditionally-available": false,
58465                        "construct": true,
58466                        "construct-only": false,
58467                        "controllable": true,
58468                        "default": "false",
58469                        "mutable": "null",
58470                        "readable": true,
58471                        "type": "gboolean",
58472                        "writable": true
58473                    },
58474                    "xm-22": {
58475                        "blurb": "Band mute 2.5K",
58476                        "conditionally-available": false,
58477                        "construct": true,
58478                        "construct-only": false,
58479                        "controllable": true,
58480                        "default": "false",
58481                        "mutable": "null",
58482                        "readable": true,
58483                        "type": "gboolean",
58484                        "writable": true
58485                    },
58486                    "xm-23": {
58487                        "blurb": "Band mute 3.15K",
58488                        "conditionally-available": false,
58489                        "construct": true,
58490                        "construct-only": false,
58491                        "controllable": true,
58492                        "default": "false",
58493                        "mutable": "null",
58494                        "readable": true,
58495                        "type": "gboolean",
58496                        "writable": true
58497                    },
58498                    "xm-24": {
58499                        "blurb": "Band mute 4K",
58500                        "conditionally-available": false,
58501                        "construct": true,
58502                        "construct-only": false,
58503                        "controllable": true,
58504                        "default": "false",
58505                        "mutable": "null",
58506                        "readable": true,
58507                        "type": "gboolean",
58508                        "writable": true
58509                    },
58510                    "xm-25": {
58511                        "blurb": "Band mute 5K",
58512                        "conditionally-available": false,
58513                        "construct": true,
58514                        "construct-only": false,
58515                        "controllable": true,
58516                        "default": "false",
58517                        "mutable": "null",
58518                        "readable": true,
58519                        "type": "gboolean",
58520                        "writable": true
58521                    },
58522                    "xm-26": {
58523                        "blurb": "Band mute 6.3K",
58524                        "conditionally-available": false,
58525                        "construct": true,
58526                        "construct-only": false,
58527                        "controllable": true,
58528                        "default": "false",
58529                        "mutable": "null",
58530                        "readable": true,
58531                        "type": "gboolean",
58532                        "writable": true
58533                    },
58534                    "xm-27": {
58535                        "blurb": "Band mute 8K",
58536                        "conditionally-available": false,
58537                        "construct": true,
58538                        "construct-only": false,
58539                        "controllable": true,
58540                        "default": "false",
58541                        "mutable": "null",
58542                        "readable": true,
58543                        "type": "gboolean",
58544                        "writable": true
58545                    },
58546                    "xm-28": {
58547                        "blurb": "Band mute 10K",
58548                        "conditionally-available": false,
58549                        "construct": true,
58550                        "construct-only": false,
58551                        "controllable": true,
58552                        "default": "false",
58553                        "mutable": "null",
58554                        "readable": true,
58555                        "type": "gboolean",
58556                        "writable": true
58557                    },
58558                    "xm-29": {
58559                        "blurb": "Band mute 12.5K",
58560                        "conditionally-available": false,
58561                        "construct": true,
58562                        "construct-only": false,
58563                        "controllable": true,
58564                        "default": "false",
58565                        "mutable": "null",
58566                        "readable": true,
58567                        "type": "gboolean",
58568                        "writable": true
58569                    },
58570                    "xm-3": {
58571                        "blurb": "Band mute 31.5",
58572                        "conditionally-available": false,
58573                        "construct": true,
58574                        "construct-only": false,
58575                        "controllable": true,
58576                        "default": "false",
58577                        "mutable": "null",
58578                        "readable": true,
58579                        "type": "gboolean",
58580                        "writable": true
58581                    },
58582                    "xm-30": {
58583                        "blurb": "Band mute 16K",
58584                        "conditionally-available": false,
58585                        "construct": true,
58586                        "construct-only": false,
58587                        "controllable": true,
58588                        "default": "false",
58589                        "mutable": "null",
58590                        "readable": true,
58591                        "type": "gboolean",
58592                        "writable": true
58593                    },
58594                    "xm-31": {
58595                        "blurb": "Band mute 20K",
58596                        "conditionally-available": false,
58597                        "construct": true,
58598                        "construct-only": false,
58599                        "controllable": true,
58600                        "default": "false",
58601                        "mutable": "null",
58602                        "readable": true,
58603                        "type": "gboolean",
58604                        "writable": true
58605                    },
58606                    "xm-4": {
58607                        "blurb": "Band mute 40",
58608                        "conditionally-available": false,
58609                        "construct": true,
58610                        "construct-only": false,
58611                        "controllable": true,
58612                        "default": "false",
58613                        "mutable": "null",
58614                        "readable": true,
58615                        "type": "gboolean",
58616                        "writable": true
58617                    },
58618                    "xm-5": {
58619                        "blurb": "Band mute 50",
58620                        "conditionally-available": false,
58621                        "construct": true,
58622                        "construct-only": false,
58623                        "controllable": true,
58624                        "default": "false",
58625                        "mutable": "null",
58626                        "readable": true,
58627                        "type": "gboolean",
58628                        "writable": true
58629                    },
58630                    "xm-6": {
58631                        "blurb": "Band mute 63",
58632                        "conditionally-available": false,
58633                        "construct": true,
58634                        "construct-only": false,
58635                        "controllable": true,
58636                        "default": "false",
58637                        "mutable": "null",
58638                        "readable": true,
58639                        "type": "gboolean",
58640                        "writable": true
58641                    },
58642                    "xm-7": {
58643                        "blurb": "Band mute 80",
58644                        "conditionally-available": false,
58645                        "construct": true,
58646                        "construct-only": false,
58647                        "controllable": true,
58648                        "default": "false",
58649                        "mutable": "null",
58650                        "readable": true,
58651                        "type": "gboolean",
58652                        "writable": true
58653                    },
58654                    "xm-8": {
58655                        "blurb": "Band mute 100",
58656                        "conditionally-available": false,
58657                        "construct": true,
58658                        "construct-only": false,
58659                        "controllable": true,
58660                        "default": "false",
58661                        "mutable": "null",
58662                        "readable": true,
58663                        "type": "gboolean",
58664                        "writable": true
58665                    },
58666                    "xm-9": {
58667                        "blurb": "Band mute 125",
58668                        "conditionally-available": false,
58669                        "construct": true,
58670                        "construct-only": false,
58671                        "controllable": true,
58672                        "default": "false",
58673                        "mutable": "null",
58674                        "readable": true,
58675                        "type": "gboolean",
58676                        "writable": true
58677                    },
58678                    "xs-0": {
58679                        "blurb": "Band solo 16",
58680                        "conditionally-available": false,
58681                        "construct": true,
58682                        "construct-only": false,
58683                        "controllable": true,
58684                        "default": "false",
58685                        "mutable": "null",
58686                        "readable": true,
58687                        "type": "gboolean",
58688                        "writable": true
58689                    },
58690                    "xs-1": {
58691                        "blurb": "Band solo 20",
58692                        "conditionally-available": false,
58693                        "construct": true,
58694                        "construct-only": false,
58695                        "controllable": true,
58696                        "default": "false",
58697                        "mutable": "null",
58698                        "readable": true,
58699                        "type": "gboolean",
58700                        "writable": true
58701                    },
58702                    "xs-10": {
58703                        "blurb": "Band solo 160",
58704                        "conditionally-available": false,
58705                        "construct": true,
58706                        "construct-only": false,
58707                        "controllable": true,
58708                        "default": "false",
58709                        "mutable": "null",
58710                        "readable": true,
58711                        "type": "gboolean",
58712                        "writable": true
58713                    },
58714                    "xs-11": {
58715                        "blurb": "Band solo 200",
58716                        "conditionally-available": false,
58717                        "construct": true,
58718                        "construct-only": false,
58719                        "controllable": true,
58720                        "default": "false",
58721                        "mutable": "null",
58722                        "readable": true,
58723                        "type": "gboolean",
58724                        "writable": true
58725                    },
58726                    "xs-12": {
58727                        "blurb": "Band solo 250",
58728                        "conditionally-available": false,
58729                        "construct": true,
58730                        "construct-only": false,
58731                        "controllable": true,
58732                        "default": "false",
58733                        "mutable": "null",
58734                        "readable": true,
58735                        "type": "gboolean",
58736                        "writable": true
58737                    },
58738                    "xs-13": {
58739                        "blurb": "Band solo 315",
58740                        "conditionally-available": false,
58741                        "construct": true,
58742                        "construct-only": false,
58743                        "controllable": true,
58744                        "default": "false",
58745                        "mutable": "null",
58746                        "readable": true,
58747                        "type": "gboolean",
58748                        "writable": true
58749                    },
58750                    "xs-14": {
58751                        "blurb": "Band solo 400",
58752                        "conditionally-available": false,
58753                        "construct": true,
58754                        "construct-only": false,
58755                        "controllable": true,
58756                        "default": "false",
58757                        "mutable": "null",
58758                        "readable": true,
58759                        "type": "gboolean",
58760                        "writable": true
58761                    },
58762                    "xs-15": {
58763                        "blurb": "Band solo 500",
58764                        "conditionally-available": false,
58765                        "construct": true,
58766                        "construct-only": false,
58767                        "controllable": true,
58768                        "default": "false",
58769                        "mutable": "null",
58770                        "readable": true,
58771                        "type": "gboolean",
58772                        "writable": true
58773                    },
58774                    "xs-16": {
58775                        "blurb": "Band solo 630",
58776                        "conditionally-available": false,
58777                        "construct": true,
58778                        "construct-only": false,
58779                        "controllable": true,
58780                        "default": "false",
58781                        "mutable": "null",
58782                        "readable": true,
58783                        "type": "gboolean",
58784                        "writable": true
58785                    },
58786                    "xs-17": {
58787                        "blurb": "Band solo 800",
58788                        "conditionally-available": false,
58789                        "construct": true,
58790                        "construct-only": false,
58791                        "controllable": true,
58792                        "default": "false",
58793                        "mutable": "null",
58794                        "readable": true,
58795                        "type": "gboolean",
58796                        "writable": true
58797                    },
58798                    "xs-18": {
58799                        "blurb": "Band solo 1K",
58800                        "conditionally-available": false,
58801                        "construct": true,
58802                        "construct-only": false,
58803                        "controllable": true,
58804                        "default": "false",
58805                        "mutable": "null",
58806                        "readable": true,
58807                        "type": "gboolean",
58808                        "writable": true
58809                    },
58810                    "xs-19": {
58811                        "blurb": "Band solo 1.25K",
58812                        "conditionally-available": false,
58813                        "construct": true,
58814                        "construct-only": false,
58815                        "controllable": true,
58816                        "default": "false",
58817                        "mutable": "null",
58818                        "readable": true,
58819                        "type": "gboolean",
58820                        "writable": true
58821                    },
58822                    "xs-2": {
58823                        "blurb": "Band solo 25",
58824                        "conditionally-available": false,
58825                        "construct": true,
58826                        "construct-only": false,
58827                        "controllable": true,
58828                        "default": "false",
58829                        "mutable": "null",
58830                        "readable": true,
58831                        "type": "gboolean",
58832                        "writable": true
58833                    },
58834                    "xs-20": {
58835                        "blurb": "Band solo 1.6K",
58836                        "conditionally-available": false,
58837                        "construct": true,
58838                        "construct-only": false,
58839                        "controllable": true,
58840                        "default": "false",
58841                        "mutable": "null",
58842                        "readable": true,
58843                        "type": "gboolean",
58844                        "writable": true
58845                    },
58846                    "xs-21": {
58847                        "blurb": "Band solo 2K",
58848                        "conditionally-available": false,
58849                        "construct": true,
58850                        "construct-only": false,
58851                        "controllable": true,
58852                        "default": "false",
58853                        "mutable": "null",
58854                        "readable": true,
58855                        "type": "gboolean",
58856                        "writable": true
58857                    },
58858                    "xs-22": {
58859                        "blurb": "Band solo 2.5K",
58860                        "conditionally-available": false,
58861                        "construct": true,
58862                        "construct-only": false,
58863                        "controllable": true,
58864                        "default": "false",
58865                        "mutable": "null",
58866                        "readable": true,
58867                        "type": "gboolean",
58868                        "writable": true
58869                    },
58870                    "xs-23": {
58871                        "blurb": "Band solo 3.15K",
58872                        "conditionally-available": false,
58873                        "construct": true,
58874                        "construct-only": false,
58875                        "controllable": true,
58876                        "default": "false",
58877                        "mutable": "null",
58878                        "readable": true,
58879                        "type": "gboolean",
58880                        "writable": true
58881                    },
58882                    "xs-24": {
58883                        "blurb": "Band solo 4K",
58884                        "conditionally-available": false,
58885                        "construct": true,
58886                        "construct-only": false,
58887                        "controllable": true,
58888                        "default": "false",
58889                        "mutable": "null",
58890                        "readable": true,
58891                        "type": "gboolean",
58892                        "writable": true
58893                    },
58894                    "xs-25": {
58895                        "blurb": "Band solo 5K",
58896                        "conditionally-available": false,
58897                        "construct": true,
58898                        "construct-only": false,
58899                        "controllable": true,
58900                        "default": "false",
58901                        "mutable": "null",
58902                        "readable": true,
58903                        "type": "gboolean",
58904                        "writable": true
58905                    },
58906                    "xs-26": {
58907                        "blurb": "Band solo 6.3K",
58908                        "conditionally-available": false,
58909                        "construct": true,
58910                        "construct-only": false,
58911                        "controllable": true,
58912                        "default": "false",
58913                        "mutable": "null",
58914                        "readable": true,
58915                        "type": "gboolean",
58916                        "writable": true
58917                    },
58918                    "xs-27": {
58919                        "blurb": "Band solo 8K",
58920                        "conditionally-available": false,
58921                        "construct": true,
58922                        "construct-only": false,
58923                        "controllable": true,
58924                        "default": "false",
58925                        "mutable": "null",
58926                        "readable": true,
58927                        "type": "gboolean",
58928                        "writable": true
58929                    },
58930                    "xs-28": {
58931                        "blurb": "Band solo 10K",
58932                        "conditionally-available": false,
58933                        "construct": true,
58934                        "construct-only": false,
58935                        "controllable": true,
58936                        "default": "false",
58937                        "mutable": "null",
58938                        "readable": true,
58939                        "type": "gboolean",
58940                        "writable": true
58941                    },
58942                    "xs-29": {
58943                        "blurb": "Band solo 12.5K",
58944                        "conditionally-available": false,
58945                        "construct": true,
58946                        "construct-only": false,
58947                        "controllable": true,
58948                        "default": "false",
58949                        "mutable": "null",
58950                        "readable": true,
58951                        "type": "gboolean",
58952                        "writable": true
58953                    },
58954                    "xs-3": {
58955                        "blurb": "Band solo 31.5",
58956                        "conditionally-available": false,
58957                        "construct": true,
58958                        "construct-only": false,
58959                        "controllable": true,
58960                        "default": "false",
58961                        "mutable": "null",
58962                        "readable": true,
58963                        "type": "gboolean",
58964                        "writable": true
58965                    },
58966                    "xs-30": {
58967                        "blurb": "Band solo 16K",
58968                        "conditionally-available": false,
58969                        "construct": true,
58970                        "construct-only": false,
58971                        "controllable": true,
58972                        "default": "false",
58973                        "mutable": "null",
58974                        "readable": true,
58975                        "type": "gboolean",
58976                        "writable": true
58977                    },
58978                    "xs-31": {
58979                        "blurb": "Band solo 20K",
58980                        "conditionally-available": false,
58981                        "construct": true,
58982                        "construct-only": false,
58983                        "controllable": true,
58984                        "default": "false",
58985                        "mutable": "null",
58986                        "readable": true,
58987                        "type": "gboolean",
58988                        "writable": true
58989                    },
58990                    "xs-4": {
58991                        "blurb": "Band solo 40",
58992                        "conditionally-available": false,
58993                        "construct": true,
58994                        "construct-only": false,
58995                        "controllable": true,
58996                        "default": "false",
58997                        "mutable": "null",
58998                        "readable": true,
58999                        "type": "gboolean",
59000                        "writable": true
59001                    },
59002                    "xs-5": {
59003                        "blurb": "Band solo 50",
59004                        "conditionally-available": false,
59005                        "construct": true,
59006                        "construct-only": false,
59007                        "controllable": true,
59008                        "default": "false",
59009                        "mutable": "null",
59010                        "readable": true,
59011                        "type": "gboolean",
59012                        "writable": true
59013                    },
59014                    "xs-6": {
59015                        "blurb": "Band solo 63",
59016                        "conditionally-available": false,
59017                        "construct": true,
59018                        "construct-only": false,
59019                        "controllable": true,
59020                        "default": "false",
59021                        "mutable": "null",
59022                        "readable": true,
59023                        "type": "gboolean",
59024                        "writable": true
59025                    },
59026                    "xs-7": {
59027                        "blurb": "Band solo 80",
59028                        "conditionally-available": false,
59029                        "construct": true,
59030                        "construct-only": false,
59031                        "controllable": true,
59032                        "default": "false",
59033                        "mutable": "null",
59034                        "readable": true,
59035                        "type": "gboolean",
59036                        "writable": true
59037                    },
59038                    "xs-8": {
59039                        "blurb": "Band solo 100",
59040                        "conditionally-available": false,
59041                        "construct": true,
59042                        "construct-only": false,
59043                        "controllable": true,
59044                        "default": "false",
59045                        "mutable": "null",
59046                        "readable": true,
59047                        "type": "gboolean",
59048                        "writable": true
59049                    },
59050                    "xs-9": {
59051                        "blurb": "Band solo 125",
59052                        "conditionally-available": false,
59053                        "construct": true,
59054                        "construct-only": false,
59055                        "controllable": true,
59056                        "default": "false",
59057                        "mutable": "null",
59058                        "readable": true,
59059                        "type": "gboolean",
59060                        "writable": true
59061                    },
59062                    "zoom": {
59063                        "blurb": "Graph zoom",
59064                        "conditionally-available": false,
59065                        "construct": true,
59066                        "construct-only": false,
59067                        "controllable": true,
59068                        "default": "1",
59069                        "max": "1",
59070                        "min": "0.01585",
59071                        "mutable": "null",
59072                        "readable": true,
59073                        "type": "gfloat",
59074                        "writable": true
59075                    }
59076                },
59077                "rank": "none"
59078            },
59079            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms": {
59080                "author": "LSP LV2",
59081                "description": "LSP Graphic Equalizer x32 MidSide",
59082                "hierarchy": [
59083                    "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms",
59084                    "GstAudioFilter",
59085                    "GstBaseTransform",
59086                    "GstElement",
59087                    "GstObject",
59088                    "GInitiallyUnowned",
59089                    "GObject"
59090                ],
59091                "interfaces": [
59092                    "GstPreset"
59093                ],
59094                "klass": "Filter/Effect/Audio/LV2/Multiband",
59095                "long-name": "LSP Graphic Equalizer x32 MidSide",
59096                "pad-templates": {
59097                    "sink": {
59098                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
59099                        "direction": "sink",
59100                        "presence": "always"
59101                    },
59102                    "src": {
59103                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
59104                        "direction": "src",
59105                        "presence": "always"
59106                    }
59107                },
59108                "properties": {
59109                    "bal": {
59110                        "blurb": "Output balance",
59111                        "conditionally-available": false,
59112                        "construct": true,
59113                        "construct-only": false,
59114                        "controllable": true,
59115                        "default": "0",
59116                        "max": "100",
59117                        "min": "-100",
59118                        "mutable": "null",
59119                        "readable": true,
59120                        "type": "gfloat",
59121                        "writable": true
59122                    },
59123                    "bypass": {
59124                        "blurb": "Bypass",
59125                        "conditionally-available": false,
59126                        "construct": true,
59127                        "construct-only": false,
59128                        "controllable": true,
59129                        "default": "false",
59130                        "mutable": "null",
59131                        "readable": true,
59132                        "type": "gboolean",
59133                        "writable": true
59134                    },
59135                    "fft": {
59136                        "blurb": "FFT analysis",
59137                        "conditionally-available": false,
59138                        "construct": true,
59139                        "construct-only": false,
59140                        "controllable": true,
59141                        "default": "Off (0)",
59142                        "mutable": "null",
59143                        "readable": true,
59144                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msfft",
59145                        "writable": true
59146                    },
59147                    "fftv-m": {
59148                        "blurb": "FFT visibility Left",
59149                        "conditionally-available": false,
59150                        "construct": true,
59151                        "construct-only": false,
59152                        "controllable": true,
59153                        "default": "false",
59154                        "mutable": "null",
59155                        "readable": true,
59156                        "type": "gboolean",
59157                        "writable": true
59158                    },
59159                    "fftv-s": {
59160                        "blurb": "FFT visibility Right",
59161                        "conditionally-available": false,
59162                        "construct": true,
59163                        "construct-only": false,
59164                        "controllable": true,
59165                        "default": "false",
59166                        "mutable": "null",
59167                        "readable": true,
59168                        "type": "gboolean",
59169                        "writable": true
59170                    },
59171                    "fsel": {
59172                        "blurb": "Band select",
59173                        "conditionally-available": false,
59174                        "construct": true,
59175                        "construct-only": false,
59176                        "controllable": true,
59177                        "default": "Bands Middle 0-15 (0)",
59178                        "mutable": "null",
59179                        "readable": true,
59180                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msfsel",
59181                        "writable": true
59182                    },
59183                    "fvm-0": {
59184                        "blurb": "Filter visibility  Mid 16",
59185                        "conditionally-available": false,
59186                        "construct": false,
59187                        "construct-only": false,
59188                        "controllable": true,
59189                        "default": "false",
59190                        "mutable": "null",
59191                        "readable": true,
59192                        "type": "gboolean",
59193                        "writable": false
59194                    },
59195                    "fvm-1": {
59196                        "blurb": "Filter visibility  Mid 20",
59197                        "conditionally-available": false,
59198                        "construct": false,
59199                        "construct-only": false,
59200                        "controllable": true,
59201                        "default": "false",
59202                        "mutable": "null",
59203                        "readable": true,
59204                        "type": "gboolean",
59205                        "writable": false
59206                    },
59207                    "fvm-10": {
59208                        "blurb": "Filter visibility  Mid 160",
59209                        "conditionally-available": false,
59210                        "construct": false,
59211                        "construct-only": false,
59212                        "controllable": true,
59213                        "default": "false",
59214                        "mutable": "null",
59215                        "readable": true,
59216                        "type": "gboolean",
59217                        "writable": false
59218                    },
59219                    "fvm-11": {
59220                        "blurb": "Filter visibility  Mid 200",
59221                        "conditionally-available": false,
59222                        "construct": false,
59223                        "construct-only": false,
59224                        "controllable": true,
59225                        "default": "false",
59226                        "mutable": "null",
59227                        "readable": true,
59228                        "type": "gboolean",
59229                        "writable": false
59230                    },
59231                    "fvm-12": {
59232                        "blurb": "Filter visibility  Mid 250",
59233                        "conditionally-available": false,
59234                        "construct": false,
59235                        "construct-only": false,
59236                        "controllable": true,
59237                        "default": "false",
59238                        "mutable": "null",
59239                        "readable": true,
59240                        "type": "gboolean",
59241                        "writable": false
59242                    },
59243                    "fvm-13": {
59244                        "blurb": "Filter visibility  Mid 315",
59245                        "conditionally-available": false,
59246                        "construct": false,
59247                        "construct-only": false,
59248                        "controllable": true,
59249                        "default": "false",
59250                        "mutable": "null",
59251                        "readable": true,
59252                        "type": "gboolean",
59253                        "writable": false
59254                    },
59255                    "fvm-14": {
59256                        "blurb": "Filter visibility  Mid 400",
59257                        "conditionally-available": false,
59258                        "construct": false,
59259                        "construct-only": false,
59260                        "controllable": true,
59261                        "default": "false",
59262                        "mutable": "null",
59263                        "readable": true,
59264                        "type": "gboolean",
59265                        "writable": false
59266                    },
59267                    "fvm-15": {
59268                        "blurb": "Filter visibility  Mid 500",
59269                        "conditionally-available": false,
59270                        "construct": false,
59271                        "construct-only": false,
59272                        "controllable": true,
59273                        "default": "false",
59274                        "mutable": "null",
59275                        "readable": true,
59276                        "type": "gboolean",
59277                        "writable": false
59278                    },
59279                    "fvm-16": {
59280                        "blurb": "Filter visibility  Mid 630",
59281                        "conditionally-available": false,
59282                        "construct": false,
59283                        "construct-only": false,
59284                        "controllable": true,
59285                        "default": "false",
59286                        "mutable": "null",
59287                        "readable": true,
59288                        "type": "gboolean",
59289                        "writable": false
59290                    },
59291                    "fvm-17": {
59292                        "blurb": "Filter visibility  Mid 800",
59293                        "conditionally-available": false,
59294                        "construct": false,
59295                        "construct-only": false,
59296                        "controllable": true,
59297                        "default": "false",
59298                        "mutable": "null",
59299                        "readable": true,
59300                        "type": "gboolean",
59301                        "writable": false
59302                    },
59303                    "fvm-18": {
59304                        "blurb": "Filter visibility  Mid 1K",
59305                        "conditionally-available": false,
59306                        "construct": false,
59307                        "construct-only": false,
59308                        "controllable": true,
59309                        "default": "false",
59310                        "mutable": "null",
59311                        "readable": true,
59312                        "type": "gboolean",
59313                        "writable": false
59314                    },
59315                    "fvm-19": {
59316                        "blurb": "Filter visibility  Mid 1.25K",
59317                        "conditionally-available": false,
59318                        "construct": false,
59319                        "construct-only": false,
59320                        "controllable": true,
59321                        "default": "false",
59322                        "mutable": "null",
59323                        "readable": true,
59324                        "type": "gboolean",
59325                        "writable": false
59326                    },
59327                    "fvm-2": {
59328                        "blurb": "Filter visibility  Mid 25",
59329                        "conditionally-available": false,
59330                        "construct": false,
59331                        "construct-only": false,
59332                        "controllable": true,
59333                        "default": "false",
59334                        "mutable": "null",
59335                        "readable": true,
59336                        "type": "gboolean",
59337                        "writable": false
59338                    },
59339                    "fvm-20": {
59340                        "blurb": "Filter visibility  Mid 1.6K",
59341                        "conditionally-available": false,
59342                        "construct": false,
59343                        "construct-only": false,
59344                        "controllable": true,
59345                        "default": "false",
59346                        "mutable": "null",
59347                        "readable": true,
59348                        "type": "gboolean",
59349                        "writable": false
59350                    },
59351                    "fvm-21": {
59352                        "blurb": "Filter visibility  Mid 2K",
59353                        "conditionally-available": false,
59354                        "construct": false,
59355                        "construct-only": false,
59356                        "controllable": true,
59357                        "default": "false",
59358                        "mutable": "null",
59359                        "readable": true,
59360                        "type": "gboolean",
59361                        "writable": false
59362                    },
59363                    "fvm-22": {
59364                        "blurb": "Filter visibility  Mid 2.5K",
59365                        "conditionally-available": false,
59366                        "construct": false,
59367                        "construct-only": false,
59368                        "controllable": true,
59369                        "default": "false",
59370                        "mutable": "null",
59371                        "readable": true,
59372                        "type": "gboolean",
59373                        "writable": false
59374                    },
59375                    "fvm-23": {
59376                        "blurb": "Filter visibility  Mid 3.15K",
59377                        "conditionally-available": false,
59378                        "construct": false,
59379                        "construct-only": false,
59380                        "controllable": true,
59381                        "default": "false",
59382                        "mutable": "null",
59383                        "readable": true,
59384                        "type": "gboolean",
59385                        "writable": false
59386                    },
59387                    "fvm-24": {
59388                        "blurb": "Filter visibility  Mid 4K",
59389                        "conditionally-available": false,
59390                        "construct": false,
59391                        "construct-only": false,
59392                        "controllable": true,
59393                        "default": "false",
59394                        "mutable": "null",
59395                        "readable": true,
59396                        "type": "gboolean",
59397                        "writable": false
59398                    },
59399                    "fvm-25": {
59400                        "blurb": "Filter visibility  Mid 5K",
59401                        "conditionally-available": false,
59402                        "construct": false,
59403                        "construct-only": false,
59404                        "controllable": true,
59405                        "default": "false",
59406                        "mutable": "null",
59407                        "readable": true,
59408                        "type": "gboolean",
59409                        "writable": false
59410                    },
59411                    "fvm-26": {
59412                        "blurb": "Filter visibility  Mid 6.3K",
59413                        "conditionally-available": false,
59414                        "construct": false,
59415                        "construct-only": false,
59416                        "controllable": true,
59417                        "default": "false",
59418                        "mutable": "null",
59419                        "readable": true,
59420                        "type": "gboolean",
59421                        "writable": false
59422                    },
59423                    "fvm-27": {
59424                        "blurb": "Filter visibility  Mid 8K",
59425                        "conditionally-available": false,
59426                        "construct": false,
59427                        "construct-only": false,
59428                        "controllable": true,
59429                        "default": "false",
59430                        "mutable": "null",
59431                        "readable": true,
59432                        "type": "gboolean",
59433                        "writable": false
59434                    },
59435                    "fvm-28": {
59436                        "blurb": "Filter visibility  Mid 10K",
59437                        "conditionally-available": false,
59438                        "construct": false,
59439                        "construct-only": false,
59440                        "controllable": true,
59441                        "default": "false",
59442                        "mutable": "null",
59443                        "readable": true,
59444                        "type": "gboolean",
59445                        "writable": false
59446                    },
59447                    "fvm-29": {
59448                        "blurb": "Filter visibility  Mid 12.5K",
59449                        "conditionally-available": false,
59450                        "construct": false,
59451                        "construct-only": false,
59452                        "controllable": true,
59453                        "default": "false",
59454                        "mutable": "null",
59455                        "readable": true,
59456                        "type": "gboolean",
59457                        "writable": false
59458                    },
59459                    "fvm-3": {
59460                        "blurb": "Filter visibility  Mid 31.5",
59461                        "conditionally-available": false,
59462                        "construct": false,
59463                        "construct-only": false,
59464                        "controllable": true,
59465                        "default": "false",
59466                        "mutable": "null",
59467                        "readable": true,
59468                        "type": "gboolean",
59469                        "writable": false
59470                    },
59471                    "fvm-30": {
59472                        "blurb": "Filter visibility  Mid 16K",
59473                        "conditionally-available": false,
59474                        "construct": false,
59475                        "construct-only": false,
59476                        "controllable": true,
59477                        "default": "false",
59478                        "mutable": "null",
59479                        "readable": true,
59480                        "type": "gboolean",
59481                        "writable": false
59482                    },
59483                    "fvm-31": {
59484                        "blurb": "Filter visibility  Mid 20K",
59485                        "conditionally-available": false,
59486                        "construct": false,
59487                        "construct-only": false,
59488                        "controllable": true,
59489                        "default": "false",
59490                        "mutable": "null",
59491                        "readable": true,
59492                        "type": "gboolean",
59493                        "writable": false
59494                    },
59495                    "fvm-4": {
59496                        "blurb": "Filter visibility  Mid 40",
59497                        "conditionally-available": false,
59498                        "construct": false,
59499                        "construct-only": false,
59500                        "controllable": true,
59501                        "default": "false",
59502                        "mutable": "null",
59503                        "readable": true,
59504                        "type": "gboolean",
59505                        "writable": false
59506                    },
59507                    "fvm-5": {
59508                        "blurb": "Filter visibility  Mid 50",
59509                        "conditionally-available": false,
59510                        "construct": false,
59511                        "construct-only": false,
59512                        "controllable": true,
59513                        "default": "false",
59514                        "mutable": "null",
59515                        "readable": true,
59516                        "type": "gboolean",
59517                        "writable": false
59518                    },
59519                    "fvm-6": {
59520                        "blurb": "Filter visibility  Mid 63",
59521                        "conditionally-available": false,
59522                        "construct": false,
59523                        "construct-only": false,
59524                        "controllable": true,
59525                        "default": "false",
59526                        "mutable": "null",
59527                        "readable": true,
59528                        "type": "gboolean",
59529                        "writable": false
59530                    },
59531                    "fvm-7": {
59532                        "blurb": "Filter visibility  Mid 80",
59533                        "conditionally-available": false,
59534                        "construct": false,
59535                        "construct-only": false,
59536                        "controllable": true,
59537                        "default": "false",
59538                        "mutable": "null",
59539                        "readable": true,
59540                        "type": "gboolean",
59541                        "writable": false
59542                    },
59543                    "fvm-8": {
59544                        "blurb": "Filter visibility  Mid 100",
59545                        "conditionally-available": false,
59546                        "construct": false,
59547                        "construct-only": false,
59548                        "controllable": true,
59549                        "default": "false",
59550                        "mutable": "null",
59551                        "readable": true,
59552                        "type": "gboolean",
59553                        "writable": false
59554                    },
59555                    "fvm-9": {
59556                        "blurb": "Filter visibility  Mid 125",
59557                        "conditionally-available": false,
59558                        "construct": false,
59559                        "construct-only": false,
59560                        "controllable": true,
59561                        "default": "false",
59562                        "mutable": "null",
59563                        "readable": true,
59564                        "type": "gboolean",
59565                        "writable": false
59566                    },
59567                    "fvs-0": {
59568                        "blurb": "Filter visibility  Side 16",
59569                        "conditionally-available": false,
59570                        "construct": false,
59571                        "construct-only": false,
59572                        "controllable": true,
59573                        "default": "false",
59574                        "mutable": "null",
59575                        "readable": true,
59576                        "type": "gboolean",
59577                        "writable": false
59578                    },
59579                    "fvs-1": {
59580                        "blurb": "Filter visibility  Side 20",
59581                        "conditionally-available": false,
59582                        "construct": false,
59583                        "construct-only": false,
59584                        "controllable": true,
59585                        "default": "false",
59586                        "mutable": "null",
59587                        "readable": true,
59588                        "type": "gboolean",
59589                        "writable": false
59590                    },
59591                    "fvs-10": {
59592                        "blurb": "Filter visibility  Side 160",
59593                        "conditionally-available": false,
59594                        "construct": false,
59595                        "construct-only": false,
59596                        "controllable": true,
59597                        "default": "false",
59598                        "mutable": "null",
59599                        "readable": true,
59600                        "type": "gboolean",
59601                        "writable": false
59602                    },
59603                    "fvs-11": {
59604                        "blurb": "Filter visibility  Side 200",
59605                        "conditionally-available": false,
59606                        "construct": false,
59607                        "construct-only": false,
59608                        "controllable": true,
59609                        "default": "false",
59610                        "mutable": "null",
59611                        "readable": true,
59612                        "type": "gboolean",
59613                        "writable": false
59614                    },
59615                    "fvs-12": {
59616                        "blurb": "Filter visibility  Side 250",
59617                        "conditionally-available": false,
59618                        "construct": false,
59619                        "construct-only": false,
59620                        "controllable": true,
59621                        "default": "false",
59622                        "mutable": "null",
59623                        "readable": true,
59624                        "type": "gboolean",
59625                        "writable": false
59626                    },
59627                    "fvs-13": {
59628                        "blurb": "Filter visibility  Side 315",
59629                        "conditionally-available": false,
59630                        "construct": false,
59631                        "construct-only": false,
59632                        "controllable": true,
59633                        "default": "false",
59634                        "mutable": "null",
59635                        "readable": true,
59636                        "type": "gboolean",
59637                        "writable": false
59638                    },
59639                    "fvs-14": {
59640                        "blurb": "Filter visibility  Side 400",
59641                        "conditionally-available": false,
59642                        "construct": false,
59643                        "construct-only": false,
59644                        "controllable": true,
59645                        "default": "false",
59646                        "mutable": "null",
59647                        "readable": true,
59648                        "type": "gboolean",
59649                        "writable": false
59650                    },
59651                    "fvs-15": {
59652                        "blurb": "Filter visibility  Side 500",
59653                        "conditionally-available": false,
59654                        "construct": false,
59655                        "construct-only": false,
59656                        "controllable": true,
59657                        "default": "false",
59658                        "mutable": "null",
59659                        "readable": true,
59660                        "type": "gboolean",
59661                        "writable": false
59662                    },
59663                    "fvs-16": {
59664                        "blurb": "Filter visibility  Side 630",
59665                        "conditionally-available": false,
59666                        "construct": false,
59667                        "construct-only": false,
59668                        "controllable": true,
59669                        "default": "false",
59670                        "mutable": "null",
59671                        "readable": true,
59672                        "type": "gboolean",
59673                        "writable": false
59674                    },
59675                    "fvs-17": {
59676                        "blurb": "Filter visibility  Side 800",
59677                        "conditionally-available": false,
59678                        "construct": false,
59679                        "construct-only": false,
59680                        "controllable": true,
59681                        "default": "false",
59682                        "mutable": "null",
59683                        "readable": true,
59684                        "type": "gboolean",
59685                        "writable": false
59686                    },
59687                    "fvs-18": {
59688                        "blurb": "Filter visibility  Side 1K",
59689                        "conditionally-available": false,
59690                        "construct": false,
59691                        "construct-only": false,
59692                        "controllable": true,
59693                        "default": "false",
59694                        "mutable": "null",
59695                        "readable": true,
59696                        "type": "gboolean",
59697                        "writable": false
59698                    },
59699                    "fvs-19": {
59700                        "blurb": "Filter visibility  Side 1.25K",
59701                        "conditionally-available": false,
59702                        "construct": false,
59703                        "construct-only": false,
59704                        "controllable": true,
59705                        "default": "false",
59706                        "mutable": "null",
59707                        "readable": true,
59708                        "type": "gboolean",
59709                        "writable": false
59710                    },
59711                    "fvs-2": {
59712                        "blurb": "Filter visibility  Side 25",
59713                        "conditionally-available": false,
59714                        "construct": false,
59715                        "construct-only": false,
59716                        "controllable": true,
59717                        "default": "false",
59718                        "mutable": "null",
59719                        "readable": true,
59720                        "type": "gboolean",
59721                        "writable": false
59722                    },
59723                    "fvs-20": {
59724                        "blurb": "Filter visibility  Side 1.6K",
59725                        "conditionally-available": false,
59726                        "construct": false,
59727                        "construct-only": false,
59728                        "controllable": true,
59729                        "default": "false",
59730                        "mutable": "null",
59731                        "readable": true,
59732                        "type": "gboolean",
59733                        "writable": false
59734                    },
59735                    "fvs-21": {
59736                        "blurb": "Filter visibility  Side 2K",
59737                        "conditionally-available": false,
59738                        "construct": false,
59739                        "construct-only": false,
59740                        "controllable": true,
59741                        "default": "false",
59742                        "mutable": "null",
59743                        "readable": true,
59744                        "type": "gboolean",
59745                        "writable": false
59746                    },
59747                    "fvs-22": {
59748                        "blurb": "Filter visibility  Side 2.5K",
59749                        "conditionally-available": false,
59750                        "construct": false,
59751                        "construct-only": false,
59752                        "controllable": true,
59753                        "default": "false",
59754                        "mutable": "null",
59755                        "readable": true,
59756                        "type": "gboolean",
59757                        "writable": false
59758                    },
59759                    "fvs-23": {
59760                        "blurb": "Filter visibility  Side 3.15K",
59761                        "conditionally-available": false,
59762                        "construct": false,
59763                        "construct-only": false,
59764                        "controllable": true,
59765                        "default": "false",
59766                        "mutable": "null",
59767                        "readable": true,
59768                        "type": "gboolean",
59769                        "writable": false
59770                    },
59771                    "fvs-24": {
59772                        "blurb": "Filter visibility  Side 4K",
59773                        "conditionally-available": false,
59774                        "construct": false,
59775                        "construct-only": false,
59776                        "controllable": true,
59777                        "default": "false",
59778                        "mutable": "null",
59779                        "readable": true,
59780                        "type": "gboolean",
59781                        "writable": false
59782                    },
59783                    "fvs-25": {
59784                        "blurb": "Filter visibility  Side 5K",
59785                        "conditionally-available": false,
59786                        "construct": false,
59787                        "construct-only": false,
59788                        "controllable": true,
59789                        "default": "false",
59790                        "mutable": "null",
59791                        "readable": true,
59792                        "type": "gboolean",
59793                        "writable": false
59794                    },
59795                    "fvs-26": {
59796                        "blurb": "Filter visibility  Side 6.3K",
59797                        "conditionally-available": false,
59798                        "construct": false,
59799                        "construct-only": false,
59800                        "controllable": true,
59801                        "default": "false",
59802                        "mutable": "null",
59803                        "readable": true,
59804                        "type": "gboolean",
59805                        "writable": false
59806                    },
59807                    "fvs-27": {
59808                        "blurb": "Filter visibility  Side 8K",
59809                        "conditionally-available": false,
59810                        "construct": false,
59811                        "construct-only": false,
59812                        "controllable": true,
59813                        "default": "false",
59814                        "mutable": "null",
59815                        "readable": true,
59816                        "type": "gboolean",
59817                        "writable": false
59818                    },
59819                    "fvs-28": {
59820                        "blurb": "Filter visibility  Side 10K",
59821                        "conditionally-available": false,
59822                        "construct": false,
59823                        "construct-only": false,
59824                        "controllable": true,
59825                        "default": "false",
59826                        "mutable": "null",
59827                        "readable": true,
59828                        "type": "gboolean",
59829                        "writable": false
59830                    },
59831                    "fvs-29": {
59832                        "blurb": "Filter visibility  Side 12.5K",
59833                        "conditionally-available": false,
59834                        "construct": false,
59835                        "construct-only": false,
59836                        "controllable": true,
59837                        "default": "false",
59838                        "mutable": "null",
59839                        "readable": true,
59840                        "type": "gboolean",
59841                        "writable": false
59842                    },
59843                    "fvs-3": {
59844                        "blurb": "Filter visibility  Side 31.5",
59845                        "conditionally-available": false,
59846                        "construct": false,
59847                        "construct-only": false,
59848                        "controllable": true,
59849                        "default": "false",
59850                        "mutable": "null",
59851                        "readable": true,
59852                        "type": "gboolean",
59853                        "writable": false
59854                    },
59855                    "fvs-30": {
59856                        "blurb": "Filter visibility  Side 16K",
59857                        "conditionally-available": false,
59858                        "construct": false,
59859                        "construct-only": false,
59860                        "controllable": true,
59861                        "default": "false",
59862                        "mutable": "null",
59863                        "readable": true,
59864                        "type": "gboolean",
59865                        "writable": false
59866                    },
59867                    "fvs-31": {
59868                        "blurb": "Filter visibility  Side 20K",
59869                        "conditionally-available": false,
59870                        "construct": false,
59871                        "construct-only": false,
59872                        "controllable": true,
59873                        "default": "false",
59874                        "mutable": "null",
59875                        "readable": true,
59876                        "type": "gboolean",
59877                        "writable": false
59878                    },
59879                    "fvs-4": {
59880                        "blurb": "Filter visibility  Side 40",
59881                        "conditionally-available": false,
59882                        "construct": false,
59883                        "construct-only": false,
59884                        "controllable": true,
59885                        "default": "false",
59886                        "mutable": "null",
59887                        "readable": true,
59888                        "type": "gboolean",
59889                        "writable": false
59890                    },
59891                    "fvs-5": {
59892                        "blurb": "Filter visibility  Side 50",
59893                        "conditionally-available": false,
59894                        "construct": false,
59895                        "construct-only": false,
59896                        "controllable": true,
59897                        "default": "false",
59898                        "mutable": "null",
59899                        "readable": true,
59900                        "type": "gboolean",
59901                        "writable": false
59902                    },
59903                    "fvs-6": {
59904                        "blurb": "Filter visibility  Side 63",
59905                        "conditionally-available": false,
59906                        "construct": false,
59907                        "construct-only": false,
59908                        "controllable": true,
59909                        "default": "false",
59910                        "mutable": "null",
59911                        "readable": true,
59912                        "type": "gboolean",
59913                        "writable": false
59914                    },
59915                    "fvs-7": {
59916                        "blurb": "Filter visibility  Side 80",
59917                        "conditionally-available": false,
59918                        "construct": false,
59919                        "construct-only": false,
59920                        "controllable": true,
59921                        "default": "false",
59922                        "mutable": "null",
59923                        "readable": true,
59924                        "type": "gboolean",
59925                        "writable": false
59926                    },
59927                    "fvs-8": {
59928                        "blurb": "Filter visibility  Side 100",
59929                        "conditionally-available": false,
59930                        "construct": false,
59931                        "construct-only": false,
59932                        "controllable": true,
59933                        "default": "false",
59934                        "mutable": "null",
59935                        "readable": true,
59936                        "type": "gboolean",
59937                        "writable": false
59938                    },
59939                    "fvs-9": {
59940                        "blurb": "Filter visibility  Side 125",
59941                        "conditionally-available": false,
59942                        "construct": false,
59943                        "construct-only": false,
59944                        "controllable": true,
59945                        "default": "false",
59946                        "mutable": "null",
59947                        "readable": true,
59948                        "type": "gboolean",
59949                        "writable": false
59950                    },
59951                    "g-in": {
59952                        "blurb": "Input gain",
59953                        "conditionally-available": false,
59954                        "construct": true,
59955                        "construct-only": false,
59956                        "controllable": true,
59957                        "default": "1",
59958                        "max": "10",
59959                        "min": "0",
59960                        "mutable": "null",
59961                        "readable": true,
59962                        "type": "gfloat",
59963                        "writable": true
59964                    },
59965                    "g-out": {
59966                        "blurb": "Output gain",
59967                        "conditionally-available": false,
59968                        "construct": true,
59969                        "construct-only": false,
59970                        "controllable": true,
59971                        "default": "1",
59972                        "max": "10",
59973                        "min": "0",
59974                        "mutable": "null",
59975                        "readable": true,
59976                        "type": "gfloat",
59977                        "writable": true
59978                    },
59979                    "gain-m": {
59980                        "blurb": "Mid gain",
59981                        "conditionally-available": false,
59982                        "construct": true,
59983                        "construct-only": false,
59984                        "controllable": true,
59985                        "default": "1",
59986                        "max": "100",
59987                        "min": "0",
59988                        "mutable": "null",
59989                        "readable": true,
59990                        "type": "gfloat",
59991                        "writable": true
59992                    },
59993                    "gain-s": {
59994                        "blurb": "Side gain",
59995                        "conditionally-available": false,
59996                        "construct": true,
59997                        "construct-only": false,
59998                        "controllable": true,
59999                        "default": "1",
60000                        "max": "100",
60001                        "min": "0",
60002                        "mutable": "null",
60003                        "readable": true,
60004                        "type": "gfloat",
60005                        "writable": true
60006                    },
60007                    "gm-0": {
60008                        "blurb": "Band gain Mid 16",
60009                        "conditionally-available": false,
60010                        "construct": true,
60011                        "construct-only": false,
60012                        "controllable": true,
60013                        "default": "1",
60014                        "max": "63.0957",
60015                        "min": "0.01585",
60016                        "mutable": "null",
60017                        "readable": true,
60018                        "type": "gfloat",
60019                        "writable": true
60020                    },
60021                    "gm-1": {
60022                        "blurb": "Band gain Mid 20",
60023                        "conditionally-available": false,
60024                        "construct": true,
60025                        "construct-only": false,
60026                        "controllable": true,
60027                        "default": "1",
60028                        "max": "63.0957",
60029                        "min": "0.01585",
60030                        "mutable": "null",
60031                        "readable": true,
60032                        "type": "gfloat",
60033                        "writable": true
60034                    },
60035                    "gm-10": {
60036                        "blurb": "Band gain Mid 160",
60037                        "conditionally-available": false,
60038                        "construct": true,
60039                        "construct-only": false,
60040                        "controllable": true,
60041                        "default": "1",
60042                        "max": "63.0957",
60043                        "min": "0.01585",
60044                        "mutable": "null",
60045                        "readable": true,
60046                        "type": "gfloat",
60047                        "writable": true
60048                    },
60049                    "gm-11": {
60050                        "blurb": "Band gain Mid 200",
60051                        "conditionally-available": false,
60052                        "construct": true,
60053                        "construct-only": false,
60054                        "controllable": true,
60055                        "default": "1",
60056                        "max": "63.0957",
60057                        "min": "0.01585",
60058                        "mutable": "null",
60059                        "readable": true,
60060                        "type": "gfloat",
60061                        "writable": true
60062                    },
60063                    "gm-12": {
60064                        "blurb": "Band gain Mid 250",
60065                        "conditionally-available": false,
60066                        "construct": true,
60067                        "construct-only": false,
60068                        "controllable": true,
60069                        "default": "1",
60070                        "max": "63.0957",
60071                        "min": "0.01585",
60072                        "mutable": "null",
60073                        "readable": true,
60074                        "type": "gfloat",
60075                        "writable": true
60076                    },
60077                    "gm-13": {
60078                        "blurb": "Band gain Mid 315",
60079                        "conditionally-available": false,
60080                        "construct": true,
60081                        "construct-only": false,
60082                        "controllable": true,
60083                        "default": "1",
60084                        "max": "63.0957",
60085                        "min": "0.01585",
60086                        "mutable": "null",
60087                        "readable": true,
60088                        "type": "gfloat",
60089                        "writable": true
60090                    },
60091                    "gm-14": {
60092                        "blurb": "Band gain Mid 400",
60093                        "conditionally-available": false,
60094                        "construct": true,
60095                        "construct-only": false,
60096                        "controllable": true,
60097                        "default": "1",
60098                        "max": "63.0957",
60099                        "min": "0.01585",
60100                        "mutable": "null",
60101                        "readable": true,
60102                        "type": "gfloat",
60103                        "writable": true
60104                    },
60105                    "gm-15": {
60106                        "blurb": "Band gain Mid 500",
60107                        "conditionally-available": false,
60108                        "construct": true,
60109                        "construct-only": false,
60110                        "controllable": true,
60111                        "default": "1",
60112                        "max": "63.0957",
60113                        "min": "0.01585",
60114                        "mutable": "null",
60115                        "readable": true,
60116                        "type": "gfloat",
60117                        "writable": true
60118                    },
60119                    "gm-16": {
60120                        "blurb": "Band gain Mid 630",
60121                        "conditionally-available": false,
60122                        "construct": true,
60123                        "construct-only": false,
60124                        "controllable": true,
60125                        "default": "1",
60126                        "max": "63.0957",
60127                        "min": "0.01585",
60128                        "mutable": "null",
60129                        "readable": true,
60130                        "type": "gfloat",
60131                        "writable": true
60132                    },
60133                    "gm-17": {
60134                        "blurb": "Band gain Mid 800",
60135                        "conditionally-available": false,
60136                        "construct": true,
60137                        "construct-only": false,
60138                        "controllable": true,
60139                        "default": "1",
60140                        "max": "63.0957",
60141                        "min": "0.01585",
60142                        "mutable": "null",
60143                        "readable": true,
60144                        "type": "gfloat",
60145                        "writable": true
60146                    },
60147                    "gm-18": {
60148                        "blurb": "Band gain Mid 1K",
60149                        "conditionally-available": false,
60150                        "construct": true,
60151                        "construct-only": false,
60152                        "controllable": true,
60153                        "default": "1",
60154                        "max": "63.0957",
60155                        "min": "0.01585",
60156                        "mutable": "null",
60157                        "readable": true,
60158                        "type": "gfloat",
60159                        "writable": true
60160                    },
60161                    "gm-19": {
60162                        "blurb": "Band gain Mid 1.25K",
60163                        "conditionally-available": false,
60164                        "construct": true,
60165                        "construct-only": false,
60166                        "controllable": true,
60167                        "default": "1",
60168                        "max": "63.0957",
60169                        "min": "0.01585",
60170                        "mutable": "null",
60171                        "readable": true,
60172                        "type": "gfloat",
60173                        "writable": true
60174                    },
60175                    "gm-2": {
60176                        "blurb": "Band gain Mid 25",
60177                        "conditionally-available": false,
60178                        "construct": true,
60179                        "construct-only": false,
60180                        "controllable": true,
60181                        "default": "1",
60182                        "max": "63.0957",
60183                        "min": "0.01585",
60184                        "mutable": "null",
60185                        "readable": true,
60186                        "type": "gfloat",
60187                        "writable": true
60188                    },
60189                    "gm-20": {
60190                        "blurb": "Band gain Mid 1.6K",
60191                        "conditionally-available": false,
60192                        "construct": true,
60193                        "construct-only": false,
60194                        "controllable": true,
60195                        "default": "1",
60196                        "max": "63.0957",
60197                        "min": "0.01585",
60198                        "mutable": "null",
60199                        "readable": true,
60200                        "type": "gfloat",
60201                        "writable": true
60202                    },
60203                    "gm-21": {
60204                        "blurb": "Band gain Mid 2K",
60205                        "conditionally-available": false,
60206                        "construct": true,
60207                        "construct-only": false,
60208                        "controllable": true,
60209                        "default": "1",
60210                        "max": "63.0957",
60211                        "min": "0.01585",
60212                        "mutable": "null",
60213                        "readable": true,
60214                        "type": "gfloat",
60215                        "writable": true
60216                    },
60217                    "gm-22": {
60218                        "blurb": "Band gain Mid 2.5K",
60219                        "conditionally-available": false,
60220                        "construct": true,
60221                        "construct-only": false,
60222                        "controllable": true,
60223                        "default": "1",
60224                        "max": "63.0957",
60225                        "min": "0.01585",
60226                        "mutable": "null",
60227                        "readable": true,
60228                        "type": "gfloat",
60229                        "writable": true
60230                    },
60231                    "gm-23": {
60232                        "blurb": "Band gain Mid 3.15K",
60233                        "conditionally-available": false,
60234                        "construct": true,
60235                        "construct-only": false,
60236                        "controllable": true,
60237                        "default": "1",
60238                        "max": "63.0957",
60239                        "min": "0.01585",
60240                        "mutable": "null",
60241                        "readable": true,
60242                        "type": "gfloat",
60243                        "writable": true
60244                    },
60245                    "gm-24": {
60246                        "blurb": "Band gain Mid 4K",
60247                        "conditionally-available": false,
60248                        "construct": true,
60249                        "construct-only": false,
60250                        "controllable": true,
60251                        "default": "1",
60252                        "max": "63.0957",
60253                        "min": "0.01585",
60254                        "mutable": "null",
60255                        "readable": true,
60256                        "type": "gfloat",
60257                        "writable": true
60258                    },
60259                    "gm-25": {
60260                        "blurb": "Band gain Mid 5K",
60261                        "conditionally-available": false,
60262                        "construct": true,
60263                        "construct-only": false,
60264                        "controllable": true,
60265                        "default": "1",
60266                        "max": "63.0957",
60267                        "min": "0.01585",
60268                        "mutable": "null",
60269                        "readable": true,
60270                        "type": "gfloat",
60271                        "writable": true
60272                    },
60273                    "gm-26": {
60274                        "blurb": "Band gain Mid 6.3K",
60275                        "conditionally-available": false,
60276                        "construct": true,
60277                        "construct-only": false,
60278                        "controllable": true,
60279                        "default": "1",
60280                        "max": "63.0957",
60281                        "min": "0.01585",
60282                        "mutable": "null",
60283                        "readable": true,
60284                        "type": "gfloat",
60285                        "writable": true
60286                    },
60287                    "gm-27": {
60288                        "blurb": "Band gain Mid 8K",
60289                        "conditionally-available": false,
60290                        "construct": true,
60291                        "construct-only": false,
60292                        "controllable": true,
60293                        "default": "1",
60294                        "max": "63.0957",
60295                        "min": "0.01585",
60296                        "mutable": "null",
60297                        "readable": true,
60298                        "type": "gfloat",
60299                        "writable": true
60300                    },
60301                    "gm-28": {
60302                        "blurb": "Band gain Mid 10K",
60303                        "conditionally-available": false,
60304                        "construct": true,
60305                        "construct-only": false,
60306                        "controllable": true,
60307                        "default": "1",
60308                        "max": "63.0957",
60309                        "min": "0.01585",
60310                        "mutable": "null",
60311                        "readable": true,
60312                        "type": "gfloat",
60313                        "writable": true
60314                    },
60315                    "gm-29": {
60316                        "blurb": "Band gain Mid 12.5K",
60317                        "conditionally-available": false,
60318                        "construct": true,
60319                        "construct-only": false,
60320                        "controllable": true,
60321                        "default": "1",
60322                        "max": "63.0957",
60323                        "min": "0.01585",
60324                        "mutable": "null",
60325                        "readable": true,
60326                        "type": "gfloat",
60327                        "writable": true
60328                    },
60329                    "gm-3": {
60330                        "blurb": "Band gain Mid 31.5",
60331                        "conditionally-available": false,
60332                        "construct": true,
60333                        "construct-only": false,
60334                        "controllable": true,
60335                        "default": "1",
60336                        "max": "63.0957",
60337                        "min": "0.01585",
60338                        "mutable": "null",
60339                        "readable": true,
60340                        "type": "gfloat",
60341                        "writable": true
60342                    },
60343                    "gm-30": {
60344                        "blurb": "Band gain Mid 16K",
60345                        "conditionally-available": false,
60346                        "construct": true,
60347                        "construct-only": false,
60348                        "controllable": true,
60349                        "default": "1",
60350                        "max": "63.0957",
60351                        "min": "0.01585",
60352                        "mutable": "null",
60353                        "readable": true,
60354                        "type": "gfloat",
60355                        "writable": true
60356                    },
60357                    "gm-31": {
60358                        "blurb": "Band gain Mid 20K",
60359                        "conditionally-available": false,
60360                        "construct": true,
60361                        "construct-only": false,
60362                        "controllable": true,
60363                        "default": "1",
60364                        "max": "63.0957",
60365                        "min": "0.01585",
60366                        "mutable": "null",
60367                        "readable": true,
60368                        "type": "gfloat",
60369                        "writable": true
60370                    },
60371                    "gm-4": {
60372                        "blurb": "Band gain Mid 40",
60373                        "conditionally-available": false,
60374                        "construct": true,
60375                        "construct-only": false,
60376                        "controllable": true,
60377                        "default": "1",
60378                        "max": "63.0957",
60379                        "min": "0.01585",
60380                        "mutable": "null",
60381                        "readable": true,
60382                        "type": "gfloat",
60383                        "writable": true
60384                    },
60385                    "gm-5": {
60386                        "blurb": "Band gain Mid 50",
60387                        "conditionally-available": false,
60388                        "construct": true,
60389                        "construct-only": false,
60390                        "controllable": true,
60391                        "default": "1",
60392                        "max": "63.0957",
60393                        "min": "0.01585",
60394                        "mutable": "null",
60395                        "readable": true,
60396                        "type": "gfloat",
60397                        "writable": true
60398                    },
60399                    "gm-6": {
60400                        "blurb": "Band gain Mid 63",
60401                        "conditionally-available": false,
60402                        "construct": true,
60403                        "construct-only": false,
60404                        "controllable": true,
60405                        "default": "1",
60406                        "max": "63.0957",
60407                        "min": "0.01585",
60408                        "mutable": "null",
60409                        "readable": true,
60410                        "type": "gfloat",
60411                        "writable": true
60412                    },
60413                    "gm-7": {
60414                        "blurb": "Band gain Mid 80",
60415                        "conditionally-available": false,
60416                        "construct": true,
60417                        "construct-only": false,
60418                        "controllable": true,
60419                        "default": "1",
60420                        "max": "63.0957",
60421                        "min": "0.01585",
60422                        "mutable": "null",
60423                        "readable": true,
60424                        "type": "gfloat",
60425                        "writable": true
60426                    },
60427                    "gm-8": {
60428                        "blurb": "Band gain Mid 100",
60429                        "conditionally-available": false,
60430                        "construct": true,
60431                        "construct-only": false,
60432                        "controllable": true,
60433                        "default": "1",
60434                        "max": "63.0957",
60435                        "min": "0.01585",
60436                        "mutable": "null",
60437                        "readable": true,
60438                        "type": "gfloat",
60439                        "writable": true
60440                    },
60441                    "gm-9": {
60442                        "blurb": "Band gain Mid 125",
60443                        "conditionally-available": false,
60444                        "construct": true,
60445                        "construct-only": false,
60446                        "controllable": true,
60447                        "default": "1",
60448                        "max": "63.0957",
60449                        "min": "0.01585",
60450                        "mutable": "null",
60451                        "readable": true,
60452                        "type": "gfloat",
60453                        "writable": true
60454                    },
60455                    "gs-0": {
60456                        "blurb": "Band gain Side 16",
60457                        "conditionally-available": false,
60458                        "construct": true,
60459                        "construct-only": false,
60460                        "controllable": true,
60461                        "default": "1",
60462                        "max": "63.0957",
60463                        "min": "0.01585",
60464                        "mutable": "null",
60465                        "readable": true,
60466                        "type": "gfloat",
60467                        "writable": true
60468                    },
60469                    "gs-1": {
60470                        "blurb": "Band gain Side 20",
60471                        "conditionally-available": false,
60472                        "construct": true,
60473                        "construct-only": false,
60474                        "controllable": true,
60475                        "default": "1",
60476                        "max": "63.0957",
60477                        "min": "0.01585",
60478                        "mutable": "null",
60479                        "readable": true,
60480                        "type": "gfloat",
60481                        "writable": true
60482                    },
60483                    "gs-10": {
60484                        "blurb": "Band gain Side 160",
60485                        "conditionally-available": false,
60486                        "construct": true,
60487                        "construct-only": false,
60488                        "controllable": true,
60489                        "default": "1",
60490                        "max": "63.0957",
60491                        "min": "0.01585",
60492                        "mutable": "null",
60493                        "readable": true,
60494                        "type": "gfloat",
60495                        "writable": true
60496                    },
60497                    "gs-11": {
60498                        "blurb": "Band gain Side 200",
60499                        "conditionally-available": false,
60500                        "construct": true,
60501                        "construct-only": false,
60502                        "controllable": true,
60503                        "default": "1",
60504                        "max": "63.0957",
60505                        "min": "0.01585",
60506                        "mutable": "null",
60507                        "readable": true,
60508                        "type": "gfloat",
60509                        "writable": true
60510                    },
60511                    "gs-12": {
60512                        "blurb": "Band gain Side 250",
60513                        "conditionally-available": false,
60514                        "construct": true,
60515                        "construct-only": false,
60516                        "controllable": true,
60517                        "default": "1",
60518                        "max": "63.0957",
60519                        "min": "0.01585",
60520                        "mutable": "null",
60521                        "readable": true,
60522                        "type": "gfloat",
60523                        "writable": true
60524                    },
60525                    "gs-13": {
60526                        "blurb": "Band gain Side 315",
60527                        "conditionally-available": false,
60528                        "construct": true,
60529                        "construct-only": false,
60530                        "controllable": true,
60531                        "default": "1",
60532                        "max": "63.0957",
60533                        "min": "0.01585",
60534                        "mutable": "null",
60535                        "readable": true,
60536                        "type": "gfloat",
60537                        "writable": true
60538                    },
60539                    "gs-14": {
60540                        "blurb": "Band gain Side 400",
60541                        "conditionally-available": false,
60542                        "construct": true,
60543                        "construct-only": false,
60544                        "controllable": true,
60545                        "default": "1",
60546                        "max": "63.0957",
60547                        "min": "0.01585",
60548                        "mutable": "null",
60549                        "readable": true,
60550                        "type": "gfloat",
60551                        "writable": true
60552                    },
60553                    "gs-15": {
60554                        "blurb": "Band gain Side 500",
60555                        "conditionally-available": false,
60556                        "construct": true,
60557                        "construct-only": false,
60558                        "controllable": true,
60559                        "default": "1",
60560                        "max": "63.0957",
60561                        "min": "0.01585",
60562                        "mutable": "null",
60563                        "readable": true,
60564                        "type": "gfloat",
60565                        "writable": true
60566                    },
60567                    "gs-16": {
60568                        "blurb": "Band gain Side 630",
60569                        "conditionally-available": false,
60570                        "construct": true,
60571                        "construct-only": false,
60572                        "controllable": true,
60573                        "default": "1",
60574                        "max": "63.0957",
60575                        "min": "0.01585",
60576                        "mutable": "null",
60577                        "readable": true,
60578                        "type": "gfloat",
60579                        "writable": true
60580                    },
60581                    "gs-17": {
60582                        "blurb": "Band gain Side 800",
60583                        "conditionally-available": false,
60584                        "construct": true,
60585                        "construct-only": false,
60586                        "controllable": true,
60587                        "default": "1",
60588                        "max": "63.0957",
60589                        "min": "0.01585",
60590                        "mutable": "null",
60591                        "readable": true,
60592                        "type": "gfloat",
60593                        "writable": true
60594                    },
60595                    "gs-18": {
60596                        "blurb": "Band gain Side 1K",
60597                        "conditionally-available": false,
60598                        "construct": true,
60599                        "construct-only": false,
60600                        "controllable": true,
60601                        "default": "1",
60602                        "max": "63.0957",
60603                        "min": "0.01585",
60604                        "mutable": "null",
60605                        "readable": true,
60606                        "type": "gfloat",
60607                        "writable": true
60608                    },
60609                    "gs-19": {
60610                        "blurb": "Band gain Side 1.25K",
60611                        "conditionally-available": false,
60612                        "construct": true,
60613                        "construct-only": false,
60614                        "controllable": true,
60615                        "default": "1",
60616                        "max": "63.0957",
60617                        "min": "0.01585",
60618                        "mutable": "null",
60619                        "readable": true,
60620                        "type": "gfloat",
60621                        "writable": true
60622                    },
60623                    "gs-2": {
60624                        "blurb": "Band gain Side 25",
60625                        "conditionally-available": false,
60626                        "construct": true,
60627                        "construct-only": false,
60628                        "controllable": true,
60629                        "default": "1",
60630                        "max": "63.0957",
60631                        "min": "0.01585",
60632                        "mutable": "null",
60633                        "readable": true,
60634                        "type": "gfloat",
60635                        "writable": true
60636                    },
60637                    "gs-20": {
60638                        "blurb": "Band gain Side 1.6K",
60639                        "conditionally-available": false,
60640                        "construct": true,
60641                        "construct-only": false,
60642                        "controllable": true,
60643                        "default": "1",
60644                        "max": "63.0957",
60645                        "min": "0.01585",
60646                        "mutable": "null",
60647                        "readable": true,
60648                        "type": "gfloat",
60649                        "writable": true
60650                    },
60651                    "gs-21": {
60652                        "blurb": "Band gain Side 2K",
60653                        "conditionally-available": false,
60654                        "construct": true,
60655                        "construct-only": false,
60656                        "controllable": true,
60657                        "default": "1",
60658                        "max": "63.0957",
60659                        "min": "0.01585",
60660                        "mutable": "null",
60661                        "readable": true,
60662                        "type": "gfloat",
60663                        "writable": true
60664                    },
60665                    "gs-22": {
60666                        "blurb": "Band gain Side 2.5K",
60667                        "conditionally-available": false,
60668                        "construct": true,
60669                        "construct-only": false,
60670                        "controllable": true,
60671                        "default": "1",
60672                        "max": "63.0957",
60673                        "min": "0.01585",
60674                        "mutable": "null",
60675                        "readable": true,
60676                        "type": "gfloat",
60677                        "writable": true
60678                    },
60679                    "gs-23": {
60680                        "blurb": "Band gain Side 3.15K",
60681                        "conditionally-available": false,
60682                        "construct": true,
60683                        "construct-only": false,
60684                        "controllable": true,
60685                        "default": "1",
60686                        "max": "63.0957",
60687                        "min": "0.01585",
60688                        "mutable": "null",
60689                        "readable": true,
60690                        "type": "gfloat",
60691                        "writable": true
60692                    },
60693                    "gs-24": {
60694                        "blurb": "Band gain Side 4K",
60695                        "conditionally-available": false,
60696                        "construct": true,
60697                        "construct-only": false,
60698                        "controllable": true,
60699                        "default": "1",
60700                        "max": "63.0957",
60701                        "min": "0.01585",
60702                        "mutable": "null",
60703                        "readable": true,
60704                        "type": "gfloat",
60705                        "writable": true
60706                    },
60707                    "gs-25": {
60708                        "blurb": "Band gain Side 5K",
60709                        "conditionally-available": false,
60710                        "construct": true,
60711                        "construct-only": false,
60712                        "controllable": true,
60713                        "default": "1",
60714                        "max": "63.0957",
60715                        "min": "0.01585",
60716                        "mutable": "null",
60717                        "readable": true,
60718                        "type": "gfloat",
60719                        "writable": true
60720                    },
60721                    "gs-26": {
60722                        "blurb": "Band gain Side 6.3K",
60723                        "conditionally-available": false,
60724                        "construct": true,
60725                        "construct-only": false,
60726                        "controllable": true,
60727                        "default": "1",
60728                        "max": "63.0957",
60729                        "min": "0.01585",
60730                        "mutable": "null",
60731                        "readable": true,
60732                        "type": "gfloat",
60733                        "writable": true
60734                    },
60735                    "gs-27": {
60736                        "blurb": "Band gain Side 8K",
60737                        "conditionally-available": false,
60738                        "construct": true,
60739                        "construct-only": false,
60740                        "controllable": true,
60741                        "default": "1",
60742                        "max": "63.0957",
60743                        "min": "0.01585",
60744                        "mutable": "null",
60745                        "readable": true,
60746                        "type": "gfloat",
60747                        "writable": true
60748                    },
60749                    "gs-28": {
60750                        "blurb": "Band gain Side 10K",
60751                        "conditionally-available": false,
60752                        "construct": true,
60753                        "construct-only": false,
60754                        "controllable": true,
60755                        "default": "1",
60756                        "max": "63.0957",
60757                        "min": "0.01585",
60758                        "mutable": "null",
60759                        "readable": true,
60760                        "type": "gfloat",
60761                        "writable": true
60762                    },
60763                    "gs-29": {
60764                        "blurb": "Band gain Side 12.5K",
60765                        "conditionally-available": false,
60766                        "construct": true,
60767                        "construct-only": false,
60768                        "controllable": true,
60769                        "default": "1",
60770                        "max": "63.0957",
60771                        "min": "0.01585",
60772                        "mutable": "null",
60773                        "readable": true,
60774                        "type": "gfloat",
60775                        "writable": true
60776                    },
60777                    "gs-3": {
60778                        "blurb": "Band gain Side 31.5",
60779                        "conditionally-available": false,
60780                        "construct": true,
60781                        "construct-only": false,
60782                        "controllable": true,
60783                        "default": "1",
60784                        "max": "63.0957",
60785                        "min": "0.01585",
60786                        "mutable": "null",
60787                        "readable": true,
60788                        "type": "gfloat",
60789                        "writable": true
60790                    },
60791                    "gs-30": {
60792                        "blurb": "Band gain Side 16K",
60793                        "conditionally-available": false,
60794                        "construct": true,
60795                        "construct-only": false,
60796                        "controllable": true,
60797                        "default": "1",
60798                        "max": "63.0957",
60799                        "min": "0.01585",
60800                        "mutable": "null",
60801                        "readable": true,
60802                        "type": "gfloat",
60803                        "writable": true
60804                    },
60805                    "gs-31": {
60806                        "blurb": "Band gain Side 20K",
60807                        "conditionally-available": false,
60808                        "construct": true,
60809                        "construct-only": false,
60810                        "controllable": true,
60811                        "default": "1",
60812                        "max": "63.0957",
60813                        "min": "0.01585",
60814                        "mutable": "null",
60815                        "readable": true,
60816                        "type": "gfloat",
60817                        "writable": true
60818                    },
60819                    "gs-4": {
60820                        "blurb": "Band gain Side 40",
60821                        "conditionally-available": false,
60822                        "construct": true,
60823                        "construct-only": false,
60824                        "controllable": true,
60825                        "default": "1",
60826                        "max": "63.0957",
60827                        "min": "0.01585",
60828                        "mutable": "null",
60829                        "readable": true,
60830                        "type": "gfloat",
60831                        "writable": true
60832                    },
60833                    "gs-5": {
60834                        "blurb": "Band gain Side 50",
60835                        "conditionally-available": false,
60836                        "construct": true,
60837                        "construct-only": false,
60838                        "controllable": true,
60839                        "default": "1",
60840                        "max": "63.0957",
60841                        "min": "0.01585",
60842                        "mutable": "null",
60843                        "readable": true,
60844                        "type": "gfloat",
60845                        "writable": true
60846                    },
60847                    "gs-6": {
60848                        "blurb": "Band gain Side 63",
60849                        "conditionally-available": false,
60850                        "construct": true,
60851                        "construct-only": false,
60852                        "controllable": true,
60853                        "default": "1",
60854                        "max": "63.0957",
60855                        "min": "0.01585",
60856                        "mutable": "null",
60857                        "readable": true,
60858                        "type": "gfloat",
60859                        "writable": true
60860                    },
60861                    "gs-7": {
60862                        "blurb": "Band gain Side 80",
60863                        "conditionally-available": false,
60864                        "construct": true,
60865                        "construct-only": false,
60866                        "controllable": true,
60867                        "default": "1",
60868                        "max": "63.0957",
60869                        "min": "0.01585",
60870                        "mutable": "null",
60871                        "readable": true,
60872                        "type": "gfloat",
60873                        "writable": true
60874                    },
60875                    "gs-8": {
60876                        "blurb": "Band gain Side 100",
60877                        "conditionally-available": false,
60878                        "construct": true,
60879                        "construct-only": false,
60880                        "controllable": true,
60881                        "default": "1",
60882                        "max": "63.0957",
60883                        "min": "0.01585",
60884                        "mutable": "null",
60885                        "readable": true,
60886                        "type": "gfloat",
60887                        "writable": true
60888                    },
60889                    "gs-9": {
60890                        "blurb": "Band gain Side 125",
60891                        "conditionally-available": false,
60892                        "construct": true,
60893                        "construct-only": false,
60894                        "controllable": true,
60895                        "default": "1",
60896                        "max": "63.0957",
60897                        "min": "0.01585",
60898                        "mutable": "null",
60899                        "readable": true,
60900                        "type": "gfloat",
60901                        "writable": true
60902                    },
60903                    "iml": {
60904                        "blurb": "Input signal meter Left",
60905                        "conditionally-available": false,
60906                        "construct": false,
60907                        "construct-only": false,
60908                        "controllable": true,
60909                        "default": "0",
60910                        "max": "3.98107",
60911                        "min": "0",
60912                        "mutable": "null",
60913                        "readable": true,
60914                        "type": "gfloat",
60915                        "writable": false
60916                    },
60917                    "imr": {
60918                        "blurb": "Input signal meter Right",
60919                        "conditionally-available": false,
60920                        "construct": false,
60921                        "construct-only": false,
60922                        "controllable": true,
60923                        "default": "0",
60924                        "max": "3.98107",
60925                        "min": "0",
60926                        "mutable": "null",
60927                        "readable": true,
60928                        "type": "gfloat",
60929                        "writable": false
60930                    },
60931                    "lstn": {
60932                        "blurb": "Mid/Side listen",
60933                        "conditionally-available": false,
60934                        "construct": true,
60935                        "construct-only": false,
60936                        "controllable": true,
60937                        "default": "false",
60938                        "mutable": "null",
60939                        "readable": true,
60940                        "type": "gboolean",
60941                        "writable": true
60942                    },
60943                    "mode": {
60944                        "blurb": "Equalizer mode",
60945                        "conditionally-available": false,
60946                        "construct": true,
60947                        "construct-only": false,
60948                        "controllable": true,
60949                        "default": "IIR (0)",
60950                        "mutable": "null",
60951                        "readable": true,
60952                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msmode",
60953                        "writable": true
60954                    },
60955                    "out-latency": {
60956                        "blurb": "Latency OUT",
60957                        "conditionally-available": false,
60958                        "construct": false,
60959                        "construct-only": false,
60960                        "controllable": true,
60961                        "default": "0",
60962                        "max": "192000",
60963                        "min": "0",
60964                        "mutable": "null",
60965                        "readable": true,
60966                        "type": "gint",
60967                        "writable": false
60968                    },
60969                    "react": {
60970                        "blurb": "FFT reactivity",
60971                        "conditionally-available": false,
60972                        "construct": true,
60973                        "construct-only": false,
60974                        "controllable": true,
60975                        "default": "0.2",
60976                        "max": "1",
60977                        "min": "0",
60978                        "mutable": "null",
60979                        "readable": true,
60980                        "type": "gfloat",
60981                        "writable": true
60982                    },
60983                    "shift": {
60984                        "blurb": "Shift gain",
60985                        "conditionally-available": false,
60986                        "construct": true,
60987                        "construct-only": false,
60988                        "controllable": true,
60989                        "default": "1",
60990                        "max": "100",
60991                        "min": "0",
60992                        "mutable": "null",
60993                        "readable": true,
60994                        "type": "gfloat",
60995                        "writable": true
60996                    },
60997                    "slope": {
60998                        "blurb": "Filter slope",
60999                        "conditionally-available": false,
61000                        "construct": true,
61001                        "construct-only": false,
61002                        "controllable": true,
61003                        "default": "BT48 (0)",
61004                        "mutable": "null",
61005                        "readable": true,
61006                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msslope",
61007                        "writable": true
61008                    },
61009                    "sml": {
61010                        "blurb": "Output signal meter Left",
61011                        "conditionally-available": false,
61012                        "construct": false,
61013                        "construct-only": false,
61014                        "controllable": true,
61015                        "default": "0",
61016                        "max": "3.98107",
61017                        "min": "0",
61018                        "mutable": "null",
61019                        "readable": true,
61020                        "type": "gfloat",
61021                        "writable": false
61022                    },
61023                    "smr": {
61024                        "blurb": "Output signal meter Right",
61025                        "conditionally-available": false,
61026                        "construct": false,
61027                        "construct-only": false,
61028                        "controllable": true,
61029                        "default": "0",
61030                        "max": "3.98107",
61031                        "min": "0",
61032                        "mutable": "null",
61033                        "readable": true,
61034                        "type": "gfloat",
61035                        "writable": false
61036                    },
61037                    "xem-0": {
61038                        "blurb": "Band on Mid 16",
61039                        "conditionally-available": false,
61040                        "construct": true,
61041                        "construct-only": false,
61042                        "controllable": true,
61043                        "default": "false",
61044                        "mutable": "null",
61045                        "readable": true,
61046                        "type": "gboolean",
61047                        "writable": true
61048                    },
61049                    "xem-1": {
61050                        "blurb": "Band on Mid 20",
61051                        "conditionally-available": false,
61052                        "construct": true,
61053                        "construct-only": false,
61054                        "controllable": true,
61055                        "default": "false",
61056                        "mutable": "null",
61057                        "readable": true,
61058                        "type": "gboolean",
61059                        "writable": true
61060                    },
61061                    "xem-10": {
61062                        "blurb": "Band on Mid 160",
61063                        "conditionally-available": false,
61064                        "construct": true,
61065                        "construct-only": false,
61066                        "controllable": true,
61067                        "default": "false",
61068                        "mutable": "null",
61069                        "readable": true,
61070                        "type": "gboolean",
61071                        "writable": true
61072                    },
61073                    "xem-11": {
61074                        "blurb": "Band on Mid 200",
61075                        "conditionally-available": false,
61076                        "construct": true,
61077                        "construct-only": false,
61078                        "controllable": true,
61079                        "default": "false",
61080                        "mutable": "null",
61081                        "readable": true,
61082                        "type": "gboolean",
61083                        "writable": true
61084                    },
61085                    "xem-12": {
61086                        "blurb": "Band on Mid 250",
61087                        "conditionally-available": false,
61088                        "construct": true,
61089                        "construct-only": false,
61090                        "controllable": true,
61091                        "default": "false",
61092                        "mutable": "null",
61093                        "readable": true,
61094                        "type": "gboolean",
61095                        "writable": true
61096                    },
61097                    "xem-13": {
61098                        "blurb": "Band on Mid 315",
61099                        "conditionally-available": false,
61100                        "construct": true,
61101                        "construct-only": false,
61102                        "controllable": true,
61103                        "default": "false",
61104                        "mutable": "null",
61105                        "readable": true,
61106                        "type": "gboolean",
61107                        "writable": true
61108                    },
61109                    "xem-14": {
61110                        "blurb": "Band on Mid 400",
61111                        "conditionally-available": false,
61112                        "construct": true,
61113                        "construct-only": false,
61114                        "controllable": true,
61115                        "default": "false",
61116                        "mutable": "null",
61117                        "readable": true,
61118                        "type": "gboolean",
61119                        "writable": true
61120                    },
61121                    "xem-15": {
61122                        "blurb": "Band on Mid 500",
61123                        "conditionally-available": false,
61124                        "construct": true,
61125                        "construct-only": false,
61126                        "controllable": true,
61127                        "default": "false",
61128                        "mutable": "null",
61129                        "readable": true,
61130                        "type": "gboolean",
61131                        "writable": true
61132                    },
61133                    "xem-16": {
61134                        "blurb": "Band on Mid 630",
61135                        "conditionally-available": false,
61136                        "construct": true,
61137                        "construct-only": false,
61138                        "controllable": true,
61139                        "default": "false",
61140                        "mutable": "null",
61141                        "readable": true,
61142                        "type": "gboolean",
61143                        "writable": true
61144                    },
61145                    "xem-17": {
61146                        "blurb": "Band on Mid 800",
61147                        "conditionally-available": false,
61148                        "construct": true,
61149                        "construct-only": false,
61150                        "controllable": true,
61151                        "default": "false",
61152                        "mutable": "null",
61153                        "readable": true,
61154                        "type": "gboolean",
61155                        "writable": true
61156                    },
61157                    "xem-18": {
61158                        "blurb": "Band on Mid 1K",
61159                        "conditionally-available": false,
61160                        "construct": true,
61161                        "construct-only": false,
61162                        "controllable": true,
61163                        "default": "false",
61164                        "mutable": "null",
61165                        "readable": true,
61166                        "type": "gboolean",
61167                        "writable": true
61168                    },
61169                    "xem-19": {
61170                        "blurb": "Band on Mid 1.25K",
61171                        "conditionally-available": false,
61172                        "construct": true,
61173                        "construct-only": false,
61174                        "controllable": true,
61175                        "default": "false",
61176                        "mutable": "null",
61177                        "readable": true,
61178                        "type": "gboolean",
61179                        "writable": true
61180                    },
61181                    "xem-2": {
61182                        "blurb": "Band on Mid 25",
61183                        "conditionally-available": false,
61184                        "construct": true,
61185                        "construct-only": false,
61186                        "controllable": true,
61187                        "default": "false",
61188                        "mutable": "null",
61189                        "readable": true,
61190                        "type": "gboolean",
61191                        "writable": true
61192                    },
61193                    "xem-20": {
61194                        "blurb": "Band on Mid 1.6K",
61195                        "conditionally-available": false,
61196                        "construct": true,
61197                        "construct-only": false,
61198                        "controllable": true,
61199                        "default": "false",
61200                        "mutable": "null",
61201                        "readable": true,
61202                        "type": "gboolean",
61203                        "writable": true
61204                    },
61205                    "xem-21": {
61206                        "blurb": "Band on Mid 2K",
61207                        "conditionally-available": false,
61208                        "construct": true,
61209                        "construct-only": false,
61210                        "controllable": true,
61211                        "default": "false",
61212                        "mutable": "null",
61213                        "readable": true,
61214                        "type": "gboolean",
61215                        "writable": true
61216                    },
61217                    "xem-22": {
61218                        "blurb": "Band on Mid 2.5K",
61219                        "conditionally-available": false,
61220                        "construct": true,
61221                        "construct-only": false,
61222                        "controllable": true,
61223                        "default": "false",
61224                        "mutable": "null",
61225                        "readable": true,
61226                        "type": "gboolean",
61227                        "writable": true
61228                    },
61229                    "xem-23": {
61230                        "blurb": "Band on Mid 3.15K",
61231                        "conditionally-available": false,
61232                        "construct": true,
61233                        "construct-only": false,
61234                        "controllable": true,
61235                        "default": "false",
61236                        "mutable": "null",
61237                        "readable": true,
61238                        "type": "gboolean",
61239                        "writable": true
61240                    },
61241                    "xem-24": {
61242                        "blurb": "Band on Mid 4K",
61243                        "conditionally-available": false,
61244                        "construct": true,
61245                        "construct-only": false,
61246                        "controllable": true,
61247                        "default": "false",
61248                        "mutable": "null",
61249                        "readable": true,
61250                        "type": "gboolean",
61251                        "writable": true
61252                    },
61253                    "xem-25": {
61254                        "blurb": "Band on Mid 5K",
61255                        "conditionally-available": false,
61256                        "construct": true,
61257                        "construct-only": false,
61258                        "controllable": true,
61259                        "default": "false",
61260                        "mutable": "null",
61261                        "readable": true,
61262                        "type": "gboolean",
61263                        "writable": true
61264                    },
61265                    "xem-26": {
61266                        "blurb": "Band on Mid 6.3K",
61267                        "conditionally-available": false,
61268                        "construct": true,
61269                        "construct-only": false,
61270                        "controllable": true,
61271                        "default": "false",
61272                        "mutable": "null",
61273                        "readable": true,
61274                        "type": "gboolean",
61275                        "writable": true
61276                    },
61277                    "xem-27": {
61278                        "blurb": "Band on Mid 8K",
61279                        "conditionally-available": false,
61280                        "construct": true,
61281                        "construct-only": false,
61282                        "controllable": true,
61283                        "default": "false",
61284                        "mutable": "null",
61285                        "readable": true,
61286                        "type": "gboolean",
61287                        "writable": true
61288                    },
61289                    "xem-28": {
61290                        "blurb": "Band on Mid 10K",
61291                        "conditionally-available": false,
61292                        "construct": true,
61293                        "construct-only": false,
61294                        "controllable": true,
61295                        "default": "false",
61296                        "mutable": "null",
61297                        "readable": true,
61298                        "type": "gboolean",
61299                        "writable": true
61300                    },
61301                    "xem-29": {
61302                        "blurb": "Band on Mid 12.5K",
61303                        "conditionally-available": false,
61304                        "construct": true,
61305                        "construct-only": false,
61306                        "controllable": true,
61307                        "default": "false",
61308                        "mutable": "null",
61309                        "readable": true,
61310                        "type": "gboolean",
61311                        "writable": true
61312                    },
61313                    "xem-3": {
61314                        "blurb": "Band on Mid 31.5",
61315                        "conditionally-available": false,
61316                        "construct": true,
61317                        "construct-only": false,
61318                        "controllable": true,
61319                        "default": "false",
61320                        "mutable": "null",
61321                        "readable": true,
61322                        "type": "gboolean",
61323                        "writable": true
61324                    },
61325                    "xem-30": {
61326                        "blurb": "Band on Mid 16K",
61327                        "conditionally-available": false,
61328                        "construct": true,
61329                        "construct-only": false,
61330                        "controllable": true,
61331                        "default": "false",
61332                        "mutable": "null",
61333                        "readable": true,
61334                        "type": "gboolean",
61335                        "writable": true
61336                    },
61337                    "xem-31": {
61338                        "blurb": "Band on Mid 20K",
61339                        "conditionally-available": false,
61340                        "construct": true,
61341                        "construct-only": false,
61342                        "controllable": true,
61343                        "default": "false",
61344                        "mutable": "null",
61345                        "readable": true,
61346                        "type": "gboolean",
61347                        "writable": true
61348                    },
61349                    "xem-4": {
61350                        "blurb": "Band on Mid 40",
61351                        "conditionally-available": false,
61352                        "construct": true,
61353                        "construct-only": false,
61354                        "controllable": true,
61355                        "default": "false",
61356                        "mutable": "null",
61357                        "readable": true,
61358                        "type": "gboolean",
61359                        "writable": true
61360                    },
61361                    "xem-5": {
61362                        "blurb": "Band on Mid 50",
61363                        "conditionally-available": false,
61364                        "construct": true,
61365                        "construct-only": false,
61366                        "controllable": true,
61367                        "default": "false",
61368                        "mutable": "null",
61369                        "readable": true,
61370                        "type": "gboolean",
61371                        "writable": true
61372                    },
61373                    "xem-6": {
61374                        "blurb": "Band on Mid 63",
61375                        "conditionally-available": false,
61376                        "construct": true,
61377                        "construct-only": false,
61378                        "controllable": true,
61379                        "default": "false",
61380                        "mutable": "null",
61381                        "readable": true,
61382                        "type": "gboolean",
61383                        "writable": true
61384                    },
61385                    "xem-7": {
61386                        "blurb": "Band on Mid 80",
61387                        "conditionally-available": false,
61388                        "construct": true,
61389                        "construct-only": false,
61390                        "controllable": true,
61391                        "default": "false",
61392                        "mutable": "null",
61393                        "readable": true,
61394                        "type": "gboolean",
61395                        "writable": true
61396                    },
61397                    "xem-8": {
61398                        "blurb": "Band on Mid 100",
61399                        "conditionally-available": false,
61400                        "construct": true,
61401                        "construct-only": false,
61402                        "controllable": true,
61403                        "default": "false",
61404                        "mutable": "null",
61405                        "readable": true,
61406                        "type": "gboolean",
61407                        "writable": true
61408                    },
61409                    "xem-9": {
61410                        "blurb": "Band on Mid 125",
61411                        "conditionally-available": false,
61412                        "construct": true,
61413                        "construct-only": false,
61414                        "controllable": true,
61415                        "default": "false",
61416                        "mutable": "null",
61417                        "readable": true,
61418                        "type": "gboolean",
61419                        "writable": true
61420                    },
61421                    "xes-0": {
61422                        "blurb": "Band on Side 16",
61423                        "conditionally-available": false,
61424                        "construct": true,
61425                        "construct-only": false,
61426                        "controllable": true,
61427                        "default": "false",
61428                        "mutable": "null",
61429                        "readable": true,
61430                        "type": "gboolean",
61431                        "writable": true
61432                    },
61433                    "xes-1": {
61434                        "blurb": "Band on Side 20",
61435                        "conditionally-available": false,
61436                        "construct": true,
61437                        "construct-only": false,
61438                        "controllable": true,
61439                        "default": "false",
61440                        "mutable": "null",
61441                        "readable": true,
61442                        "type": "gboolean",
61443                        "writable": true
61444                    },
61445                    "xes-10": {
61446                        "blurb": "Band on Side 160",
61447                        "conditionally-available": false,
61448                        "construct": true,
61449                        "construct-only": false,
61450                        "controllable": true,
61451                        "default": "false",
61452                        "mutable": "null",
61453                        "readable": true,
61454                        "type": "gboolean",
61455                        "writable": true
61456                    },
61457                    "xes-11": {
61458                        "blurb": "Band on Side 200",
61459                        "conditionally-available": false,
61460                        "construct": true,
61461                        "construct-only": false,
61462                        "controllable": true,
61463                        "default": "false",
61464                        "mutable": "null",
61465                        "readable": true,
61466                        "type": "gboolean",
61467                        "writable": true
61468                    },
61469                    "xes-12": {
61470                        "blurb": "Band on Side 250",
61471                        "conditionally-available": false,
61472                        "construct": true,
61473                        "construct-only": false,
61474                        "controllable": true,
61475                        "default": "false",
61476                        "mutable": "null",
61477                        "readable": true,
61478                        "type": "gboolean",
61479                        "writable": true
61480                    },
61481                    "xes-13": {
61482                        "blurb": "Band on Side 315",
61483                        "conditionally-available": false,
61484                        "construct": true,
61485                        "construct-only": false,
61486                        "controllable": true,
61487                        "default": "false",
61488                        "mutable": "null",
61489                        "readable": true,
61490                        "type": "gboolean",
61491                        "writable": true
61492                    },
61493                    "xes-14": {
61494                        "blurb": "Band on Side 400",
61495                        "conditionally-available": false,
61496                        "construct": true,
61497                        "construct-only": false,
61498                        "controllable": true,
61499                        "default": "false",
61500                        "mutable": "null",
61501                        "readable": true,
61502                        "type": "gboolean",
61503                        "writable": true
61504                    },
61505                    "xes-15": {
61506                        "blurb": "Band on Side 500",
61507                        "conditionally-available": false,
61508                        "construct": true,
61509                        "construct-only": false,
61510                        "controllable": true,
61511                        "default": "false",
61512                        "mutable": "null",
61513                        "readable": true,
61514                        "type": "gboolean",
61515                        "writable": true
61516                    },
61517                    "xes-16": {
61518                        "blurb": "Band on Side 630",
61519                        "conditionally-available": false,
61520                        "construct": true,
61521                        "construct-only": false,
61522                        "controllable": true,
61523                        "default": "false",
61524                        "mutable": "null",
61525                        "readable": true,
61526                        "type": "gboolean",
61527                        "writable": true
61528                    },
61529                    "xes-17": {
61530                        "blurb": "Band on Side 800",
61531                        "conditionally-available": false,
61532                        "construct": true,
61533                        "construct-only": false,
61534                        "controllable": true,
61535                        "default": "false",
61536                        "mutable": "null",
61537                        "readable": true,
61538                        "type": "gboolean",
61539                        "writable": true
61540                    },
61541                    "xes-18": {
61542                        "blurb": "Band on Side 1K",
61543                        "conditionally-available": false,
61544                        "construct": true,
61545                        "construct-only": false,
61546                        "controllable": true,
61547                        "default": "false",
61548                        "mutable": "null",
61549                        "readable": true,
61550                        "type": "gboolean",
61551                        "writable": true
61552                    },
61553                    "xes-19": {
61554                        "blurb": "Band on Side 1.25K",
61555                        "conditionally-available": false,
61556                        "construct": true,
61557                        "construct-only": false,
61558                        "controllable": true,
61559                        "default": "false",
61560                        "mutable": "null",
61561                        "readable": true,
61562                        "type": "gboolean",
61563                        "writable": true
61564                    },
61565                    "xes-2": {
61566                        "blurb": "Band on Side 25",
61567                        "conditionally-available": false,
61568                        "construct": true,
61569                        "construct-only": false,
61570                        "controllable": true,
61571                        "default": "false",
61572                        "mutable": "null",
61573                        "readable": true,
61574                        "type": "gboolean",
61575                        "writable": true
61576                    },
61577                    "xes-20": {
61578                        "blurb": "Band on Side 1.6K",
61579                        "conditionally-available": false,
61580                        "construct": true,
61581                        "construct-only": false,
61582                        "controllable": true,
61583                        "default": "false",
61584                        "mutable": "null",
61585                        "readable": true,
61586                        "type": "gboolean",
61587                        "writable": true
61588                    },
61589                    "xes-21": {
61590                        "blurb": "Band on Side 2K",
61591                        "conditionally-available": false,
61592                        "construct": true,
61593                        "construct-only": false,
61594                        "controllable": true,
61595                        "default": "false",
61596                        "mutable": "null",
61597                        "readable": true,
61598                        "type": "gboolean",
61599                        "writable": true
61600                    },
61601                    "xes-22": {
61602                        "blurb": "Band on Side 2.5K",
61603                        "conditionally-available": false,
61604                        "construct": true,
61605                        "construct-only": false,
61606                        "controllable": true,
61607                        "default": "false",
61608                        "mutable": "null",
61609                        "readable": true,
61610                        "type": "gboolean",
61611                        "writable": true
61612                    },
61613                    "xes-23": {
61614                        "blurb": "Band on Side 3.15K",
61615                        "conditionally-available": false,
61616                        "construct": true,
61617                        "construct-only": false,
61618                        "controllable": true,
61619                        "default": "false",
61620                        "mutable": "null",
61621                        "readable": true,
61622                        "type": "gboolean",
61623                        "writable": true
61624                    },
61625                    "xes-24": {
61626                        "blurb": "Band on Side 4K",
61627                        "conditionally-available": false,
61628                        "construct": true,
61629                        "construct-only": false,
61630                        "controllable": true,
61631                        "default": "false",
61632                        "mutable": "null",
61633                        "readable": true,
61634                        "type": "gboolean",
61635                        "writable": true
61636                    },
61637                    "xes-25": {
61638                        "blurb": "Band on Side 5K",
61639                        "conditionally-available": false,
61640                        "construct": true,
61641                        "construct-only": false,
61642                        "controllable": true,
61643                        "default": "false",
61644                        "mutable": "null",
61645                        "readable": true,
61646                        "type": "gboolean",
61647                        "writable": true
61648                    },
61649                    "xes-26": {
61650                        "blurb": "Band on Side 6.3K",
61651                        "conditionally-available": false,
61652                        "construct": true,
61653                        "construct-only": false,
61654                        "controllable": true,
61655                        "default": "false",
61656                        "mutable": "null",
61657                        "readable": true,
61658                        "type": "gboolean",
61659                        "writable": true
61660                    },
61661                    "xes-27": {
61662                        "blurb": "Band on Side 8K",
61663                        "conditionally-available": false,
61664                        "construct": true,
61665                        "construct-only": false,
61666                        "controllable": true,
61667                        "default": "false",
61668                        "mutable": "null",
61669                        "readable": true,
61670                        "type": "gboolean",
61671                        "writable": true
61672                    },
61673                    "xes-28": {
61674                        "blurb": "Band on Side 10K",
61675                        "conditionally-available": false,
61676                        "construct": true,
61677                        "construct-only": false,
61678                        "controllable": true,
61679                        "default": "false",
61680                        "mutable": "null",
61681                        "readable": true,
61682                        "type": "gboolean",
61683                        "writable": true
61684                    },
61685                    "xes-29": {
61686                        "blurb": "Band on Side 12.5K",
61687                        "conditionally-available": false,
61688                        "construct": true,
61689                        "construct-only": false,
61690                        "controllable": true,
61691                        "default": "false",
61692                        "mutable": "null",
61693                        "readable": true,
61694                        "type": "gboolean",
61695                        "writable": true
61696                    },
61697                    "xes-3": {
61698                        "blurb": "Band on Side 31.5",
61699                        "conditionally-available": false,
61700                        "construct": true,
61701                        "construct-only": false,
61702                        "controllable": true,
61703                        "default": "false",
61704                        "mutable": "null",
61705                        "readable": true,
61706                        "type": "gboolean",
61707                        "writable": true
61708                    },
61709                    "xes-30": {
61710                        "blurb": "Band on Side 16K",
61711                        "conditionally-available": false,
61712                        "construct": true,
61713                        "construct-only": false,
61714                        "controllable": true,
61715                        "default": "false",
61716                        "mutable": "null",
61717                        "readable": true,
61718                        "type": "gboolean",
61719                        "writable": true
61720                    },
61721                    "xes-31": {
61722                        "blurb": "Band on Side 20K",
61723                        "conditionally-available": false,
61724                        "construct": true,
61725                        "construct-only": false,
61726                        "controllable": true,
61727                        "default": "false",
61728                        "mutable": "null",
61729                        "readable": true,
61730                        "type": "gboolean",
61731                        "writable": true
61732                    },
61733                    "xes-4": {
61734                        "blurb": "Band on Side 40",
61735                        "conditionally-available": false,
61736                        "construct": true,
61737                        "construct-only": false,
61738                        "controllable": true,
61739                        "default": "false",
61740                        "mutable": "null",
61741                        "readable": true,
61742                        "type": "gboolean",
61743                        "writable": true
61744                    },
61745                    "xes-5": {
61746                        "blurb": "Band on Side 50",
61747                        "conditionally-available": false,
61748                        "construct": true,
61749                        "construct-only": false,
61750                        "controllable": true,
61751                        "default": "false",
61752                        "mutable": "null",
61753                        "readable": true,
61754                        "type": "gboolean",
61755                        "writable": true
61756                    },
61757                    "xes-6": {
61758                        "blurb": "Band on Side 63",
61759                        "conditionally-available": false,
61760                        "construct": true,
61761                        "construct-only": false,
61762                        "controllable": true,
61763                        "default": "false",
61764                        "mutable": "null",
61765                        "readable": true,
61766                        "type": "gboolean",
61767                        "writable": true
61768                    },
61769                    "xes-7": {
61770                        "blurb": "Band on Side 80",
61771                        "conditionally-available": false,
61772                        "construct": true,
61773                        "construct-only": false,
61774                        "controllable": true,
61775                        "default": "false",
61776                        "mutable": "null",
61777                        "readable": true,
61778                        "type": "gboolean",
61779                        "writable": true
61780                    },
61781                    "xes-8": {
61782                        "blurb": "Band on Side 100",
61783                        "conditionally-available": false,
61784                        "construct": true,
61785                        "construct-only": false,
61786                        "controllable": true,
61787                        "default": "false",
61788                        "mutable": "null",
61789                        "readable": true,
61790                        "type": "gboolean",
61791                        "writable": true
61792                    },
61793                    "xes-9": {
61794                        "blurb": "Band on Side 125",
61795                        "conditionally-available": false,
61796                        "construct": true,
61797                        "construct-only": false,
61798                        "controllable": true,
61799                        "default": "false",
61800                        "mutable": "null",
61801                        "readable": true,
61802                        "type": "gboolean",
61803                        "writable": true
61804                    },
61805                    "xmm-0": {
61806                        "blurb": "Band mute Mid 16",
61807                        "conditionally-available": false,
61808                        "construct": true,
61809                        "construct-only": false,
61810                        "controllable": true,
61811                        "default": "false",
61812                        "mutable": "null",
61813                        "readable": true,
61814                        "type": "gboolean",
61815                        "writable": true
61816                    },
61817                    "xmm-1": {
61818                        "blurb": "Band mute Mid 20",
61819                        "conditionally-available": false,
61820                        "construct": true,
61821                        "construct-only": false,
61822                        "controllable": true,
61823                        "default": "false",
61824                        "mutable": "null",
61825                        "readable": true,
61826                        "type": "gboolean",
61827                        "writable": true
61828                    },
61829                    "xmm-10": {
61830                        "blurb": "Band mute Mid 160",
61831                        "conditionally-available": false,
61832                        "construct": true,
61833                        "construct-only": false,
61834                        "controllable": true,
61835                        "default": "false",
61836                        "mutable": "null",
61837                        "readable": true,
61838                        "type": "gboolean",
61839                        "writable": true
61840                    },
61841                    "xmm-11": {
61842                        "blurb": "Band mute Mid 200",
61843                        "conditionally-available": false,
61844                        "construct": true,
61845                        "construct-only": false,
61846                        "controllable": true,
61847                        "default": "false",
61848                        "mutable": "null",
61849                        "readable": true,
61850                        "type": "gboolean",
61851                        "writable": true
61852                    },
61853                    "xmm-12": {
61854                        "blurb": "Band mute Mid 250",
61855                        "conditionally-available": false,
61856                        "construct": true,
61857                        "construct-only": false,
61858                        "controllable": true,
61859                        "default": "false",
61860                        "mutable": "null",
61861                        "readable": true,
61862                        "type": "gboolean",
61863                        "writable": true
61864                    },
61865                    "xmm-13": {
61866                        "blurb": "Band mute Mid 315",
61867                        "conditionally-available": false,
61868                        "construct": true,
61869                        "construct-only": false,
61870                        "controllable": true,
61871                        "default": "false",
61872                        "mutable": "null",
61873                        "readable": true,
61874                        "type": "gboolean",
61875                        "writable": true
61876                    },
61877                    "xmm-14": {
61878                        "blurb": "Band mute Mid 400",
61879                        "conditionally-available": false,
61880                        "construct": true,
61881                        "construct-only": false,
61882                        "controllable": true,
61883                        "default": "false",
61884                        "mutable": "null",
61885                        "readable": true,
61886                        "type": "gboolean",
61887                        "writable": true
61888                    },
61889                    "xmm-15": {
61890                        "blurb": "Band mute Mid 500",
61891                        "conditionally-available": false,
61892                        "construct": true,
61893                        "construct-only": false,
61894                        "controllable": true,
61895                        "default": "false",
61896                        "mutable": "null",
61897                        "readable": true,
61898                        "type": "gboolean",
61899                        "writable": true
61900                    },
61901                    "xmm-16": {
61902                        "blurb": "Band mute Mid 630",
61903                        "conditionally-available": false,
61904                        "construct": true,
61905                        "construct-only": false,
61906                        "controllable": true,
61907                        "default": "false",
61908                        "mutable": "null",
61909                        "readable": true,
61910                        "type": "gboolean",
61911                        "writable": true
61912                    },
61913                    "xmm-17": {
61914                        "blurb": "Band mute Mid 800",
61915                        "conditionally-available": false,
61916                        "construct": true,
61917                        "construct-only": false,
61918                        "controllable": true,
61919                        "default": "false",
61920                        "mutable": "null",
61921                        "readable": true,
61922                        "type": "gboolean",
61923                        "writable": true
61924                    },
61925                    "xmm-18": {
61926                        "blurb": "Band mute Mid 1K",
61927                        "conditionally-available": false,
61928                        "construct": true,
61929                        "construct-only": false,
61930                        "controllable": true,
61931                        "default": "false",
61932                        "mutable": "null",
61933                        "readable": true,
61934                        "type": "gboolean",
61935                        "writable": true
61936                    },
61937                    "xmm-19": {
61938                        "blurb": "Band mute Mid 1.25K",
61939                        "conditionally-available": false,
61940                        "construct": true,
61941                        "construct-only": false,
61942                        "controllable": true,
61943                        "default": "false",
61944                        "mutable": "null",
61945                        "readable": true,
61946                        "type": "gboolean",
61947                        "writable": true
61948                    },
61949                    "xmm-2": {
61950                        "blurb": "Band mute Mid 25",
61951                        "conditionally-available": false,
61952                        "construct": true,
61953                        "construct-only": false,
61954                        "controllable": true,
61955                        "default": "false",
61956                        "mutable": "null",
61957                        "readable": true,
61958                        "type": "gboolean",
61959                        "writable": true
61960                    },
61961                    "xmm-20": {
61962                        "blurb": "Band mute Mid 1.6K",
61963                        "conditionally-available": false,
61964                        "construct": true,
61965                        "construct-only": false,
61966                        "controllable": true,
61967                        "default": "false",
61968                        "mutable": "null",
61969                        "readable": true,
61970                        "type": "gboolean",
61971                        "writable": true
61972                    },
61973                    "xmm-21": {
61974                        "blurb": "Band mute Mid 2K",
61975                        "conditionally-available": false,
61976                        "construct": true,
61977                        "construct-only": false,
61978                        "controllable": true,
61979                        "default": "false",
61980                        "mutable": "null",
61981                        "readable": true,
61982                        "type": "gboolean",
61983                        "writable": true
61984                    },
61985                    "xmm-22": {
61986                        "blurb": "Band mute Mid 2.5K",
61987                        "conditionally-available": false,
61988                        "construct": true,
61989                        "construct-only": false,
61990                        "controllable": true,
61991                        "default": "false",
61992                        "mutable": "null",
61993                        "readable": true,
61994                        "type": "gboolean",
61995                        "writable": true
61996                    },
61997                    "xmm-23": {
61998                        "blurb": "Band mute Mid 3.15K",
61999                        "conditionally-available": false,
62000                        "construct": true,
62001                        "construct-only": false,
62002                        "controllable": true,
62003                        "default": "false",
62004                        "mutable": "null",
62005                        "readable": true,
62006                        "type": "gboolean",
62007                        "writable": true
62008                    },
62009                    "xmm-24": {
62010                        "blurb": "Band mute Mid 4K",
62011                        "conditionally-available": false,
62012                        "construct": true,
62013                        "construct-only": false,
62014                        "controllable": true,
62015                        "default": "false",
62016                        "mutable": "null",
62017                        "readable": true,
62018                        "type": "gboolean",
62019                        "writable": true
62020                    },
62021                    "xmm-25": {
62022                        "blurb": "Band mute Mid 5K",
62023                        "conditionally-available": false,
62024                        "construct": true,
62025                        "construct-only": false,
62026                        "controllable": true,
62027                        "default": "false",
62028                        "mutable": "null",
62029                        "readable": true,
62030                        "type": "gboolean",
62031                        "writable": true
62032                    },
62033                    "xmm-26": {
62034                        "blurb": "Band mute Mid 6.3K",
62035                        "conditionally-available": false,
62036                        "construct": true,
62037                        "construct-only": false,
62038                        "controllable": true,
62039                        "default": "false",
62040                        "mutable": "null",
62041                        "readable": true,
62042                        "type": "gboolean",
62043                        "writable": true
62044                    },
62045                    "xmm-27": {
62046                        "blurb": "Band mute Mid 8K",
62047                        "conditionally-available": false,
62048                        "construct": true,
62049                        "construct-only": false,
62050                        "controllable": true,
62051                        "default": "false",
62052                        "mutable": "null",
62053                        "readable": true,
62054                        "type": "gboolean",
62055                        "writable": true
62056                    },
62057                    "xmm-28": {
62058                        "blurb": "Band mute Mid 10K",
62059                        "conditionally-available": false,
62060                        "construct": true,
62061                        "construct-only": false,
62062                        "controllable": true,
62063                        "default": "false",
62064                        "mutable": "null",
62065                        "readable": true,
62066                        "type": "gboolean",
62067                        "writable": true
62068                    },
62069                    "xmm-29": {
62070                        "blurb": "Band mute Mid 12.5K",
62071                        "conditionally-available": false,
62072                        "construct": true,
62073                        "construct-only": false,
62074                        "controllable": true,
62075                        "default": "false",
62076                        "mutable": "null",
62077                        "readable": true,
62078                        "type": "gboolean",
62079                        "writable": true
62080                    },
62081                    "xmm-3": {
62082                        "blurb": "Band mute Mid 31.5",
62083                        "conditionally-available": false,
62084                        "construct": true,
62085                        "construct-only": false,
62086                        "controllable": true,
62087                        "default": "false",
62088                        "mutable": "null",
62089                        "readable": true,
62090                        "type": "gboolean",
62091                        "writable": true
62092                    },
62093                    "xmm-30": {
62094                        "blurb": "Band mute Mid 16K",
62095                        "conditionally-available": false,
62096                        "construct": true,
62097                        "construct-only": false,
62098                        "controllable": true,
62099                        "default": "false",
62100                        "mutable": "null",
62101                        "readable": true,
62102                        "type": "gboolean",
62103                        "writable": true
62104                    },
62105                    "xmm-31": {
62106                        "blurb": "Band mute Mid 20K",
62107                        "conditionally-available": false,
62108                        "construct": true,
62109                        "construct-only": false,
62110                        "controllable": true,
62111                        "default": "false",
62112                        "mutable": "null",
62113                        "readable": true,
62114                        "type": "gboolean",
62115                        "writable": true
62116                    },
62117                    "xmm-4": {
62118                        "blurb": "Band mute Mid 40",
62119                        "conditionally-available": false,
62120                        "construct": true,
62121                        "construct-only": false,
62122                        "controllable": true,
62123                        "default": "false",
62124                        "mutable": "null",
62125                        "readable": true,
62126                        "type": "gboolean",
62127                        "writable": true
62128                    },
62129                    "xmm-5": {
62130                        "blurb": "Band mute Mid 50",
62131                        "conditionally-available": false,
62132                        "construct": true,
62133                        "construct-only": false,
62134                        "controllable": true,
62135                        "default": "false",
62136                        "mutable": "null",
62137                        "readable": true,
62138                        "type": "gboolean",
62139                        "writable": true
62140                    },
62141                    "xmm-6": {
62142                        "blurb": "Band mute Mid 63",
62143                        "conditionally-available": false,
62144                        "construct": true,
62145                        "construct-only": false,
62146                        "controllable": true,
62147                        "default": "false",
62148                        "mutable": "null",
62149                        "readable": true,
62150                        "type": "gboolean",
62151                        "writable": true
62152                    },
62153                    "xmm-7": {
62154                        "blurb": "Band mute Mid 80",
62155                        "conditionally-available": false,
62156                        "construct": true,
62157                        "construct-only": false,
62158                        "controllable": true,
62159                        "default": "false",
62160                        "mutable": "null",
62161                        "readable": true,
62162                        "type": "gboolean",
62163                        "writable": true
62164                    },
62165                    "xmm-8": {
62166                        "blurb": "Band mute Mid 100",
62167                        "conditionally-available": false,
62168                        "construct": true,
62169                        "construct-only": false,
62170                        "controllable": true,
62171                        "default": "false",
62172                        "mutable": "null",
62173                        "readable": true,
62174                        "type": "gboolean",
62175                        "writable": true
62176                    },
62177                    "xmm-9": {
62178                        "blurb": "Band mute Mid 125",
62179                        "conditionally-available": false,
62180                        "construct": true,
62181                        "construct-only": false,
62182                        "controllable": true,
62183                        "default": "false",
62184                        "mutable": "null",
62185                        "readable": true,
62186                        "type": "gboolean",
62187                        "writable": true
62188                    },
62189                    "xms-0": {
62190                        "blurb": "Band mute Side 16",
62191                        "conditionally-available": false,
62192                        "construct": true,
62193                        "construct-only": false,
62194                        "controllable": true,
62195                        "default": "false",
62196                        "mutable": "null",
62197                        "readable": true,
62198                        "type": "gboolean",
62199                        "writable": true
62200                    },
62201                    "xms-1": {
62202                        "blurb": "Band mute Side 20",
62203                        "conditionally-available": false,
62204                        "construct": true,
62205                        "construct-only": false,
62206                        "controllable": true,
62207                        "default": "false",
62208                        "mutable": "null",
62209                        "readable": true,
62210                        "type": "gboolean",
62211                        "writable": true
62212                    },
62213                    "xms-10": {
62214                        "blurb": "Band mute Side 160",
62215                        "conditionally-available": false,
62216                        "construct": true,
62217                        "construct-only": false,
62218                        "controllable": true,
62219                        "default": "false",
62220                        "mutable": "null",
62221                        "readable": true,
62222                        "type": "gboolean",
62223                        "writable": true
62224                    },
62225                    "xms-11": {
62226                        "blurb": "Band mute Side 200",
62227                        "conditionally-available": false,
62228                        "construct": true,
62229                        "construct-only": false,
62230                        "controllable": true,
62231                        "default": "false",
62232                        "mutable": "null",
62233                        "readable": true,
62234                        "type": "gboolean",
62235                        "writable": true
62236                    },
62237                    "xms-12": {
62238                        "blurb": "Band mute Side 250",
62239                        "conditionally-available": false,
62240                        "construct": true,
62241                        "construct-only": false,
62242                        "controllable": true,
62243                        "default": "false",
62244                        "mutable": "null",
62245                        "readable": true,
62246                        "type": "gboolean",
62247                        "writable": true
62248                    },
62249                    "xms-13": {
62250                        "blurb": "Band mute Side 315",
62251                        "conditionally-available": false,
62252                        "construct": true,
62253                        "construct-only": false,
62254                        "controllable": true,
62255                        "default": "false",
62256                        "mutable": "null",
62257                        "readable": true,
62258                        "type": "gboolean",
62259                        "writable": true
62260                    },
62261                    "xms-14": {
62262                        "blurb": "Band mute Side 400",
62263                        "conditionally-available": false,
62264                        "construct": true,
62265                        "construct-only": false,
62266                        "controllable": true,
62267                        "default": "false",
62268                        "mutable": "null",
62269                        "readable": true,
62270                        "type": "gboolean",
62271                        "writable": true
62272                    },
62273                    "xms-15": {
62274                        "blurb": "Band mute Side 500",
62275                        "conditionally-available": false,
62276                        "construct": true,
62277                        "construct-only": false,
62278                        "controllable": true,
62279                        "default": "false",
62280                        "mutable": "null",
62281                        "readable": true,
62282                        "type": "gboolean",
62283                        "writable": true
62284                    },
62285                    "xms-16": {
62286                        "blurb": "Band mute Side 630",
62287                        "conditionally-available": false,
62288                        "construct": true,
62289                        "construct-only": false,
62290                        "controllable": true,
62291                        "default": "false",
62292                        "mutable": "null",
62293                        "readable": true,
62294                        "type": "gboolean",
62295                        "writable": true
62296                    },
62297                    "xms-17": {
62298                        "blurb": "Band mute Side 800",
62299                        "conditionally-available": false,
62300                        "construct": true,
62301                        "construct-only": false,
62302                        "controllable": true,
62303                        "default": "false",
62304                        "mutable": "null",
62305                        "readable": true,
62306                        "type": "gboolean",
62307                        "writable": true
62308                    },
62309                    "xms-18": {
62310                        "blurb": "Band mute Side 1K",
62311                        "conditionally-available": false,
62312                        "construct": true,
62313                        "construct-only": false,
62314                        "controllable": true,
62315                        "default": "false",
62316                        "mutable": "null",
62317                        "readable": true,
62318                        "type": "gboolean",
62319                        "writable": true
62320                    },
62321                    "xms-19": {
62322                        "blurb": "Band mute Side 1.25K",
62323                        "conditionally-available": false,
62324                        "construct": true,
62325                        "construct-only": false,
62326                        "controllable": true,
62327                        "default": "false",
62328                        "mutable": "null",
62329                        "readable": true,
62330                        "type": "gboolean",
62331                        "writable": true
62332                    },
62333                    "xms-2": {
62334                        "blurb": "Band mute Side 25",
62335                        "conditionally-available": false,
62336                        "construct": true,
62337                        "construct-only": false,
62338                        "controllable": true,
62339                        "default": "false",
62340                        "mutable": "null",
62341                        "readable": true,
62342                        "type": "gboolean",
62343                        "writable": true
62344                    },
62345                    "xms-20": {
62346                        "blurb": "Band mute Side 1.6K",
62347                        "conditionally-available": false,
62348                        "construct": true,
62349                        "construct-only": false,
62350                        "controllable": true,
62351                        "default": "false",
62352                        "mutable": "null",
62353                        "readable": true,
62354                        "type": "gboolean",
62355                        "writable": true
62356                    },
62357                    "xms-21": {
62358                        "blurb": "Band mute Side 2K",
62359                        "conditionally-available": false,
62360                        "construct": true,
62361                        "construct-only": false,
62362                        "controllable": true,
62363                        "default": "false",
62364                        "mutable": "null",
62365                        "readable": true,
62366                        "type": "gboolean",
62367                        "writable": true
62368                    },
62369                    "xms-22": {
62370                        "blurb": "Band mute Side 2.5K",
62371                        "conditionally-available": false,
62372                        "construct": true,
62373                        "construct-only": false,
62374                        "controllable": true,
62375                        "default": "false",
62376                        "mutable": "null",
62377                        "readable": true,
62378                        "type": "gboolean",
62379                        "writable": true
62380                    },
62381                    "xms-23": {
62382                        "blurb": "Band mute Side 3.15K",
62383                        "conditionally-available": false,
62384                        "construct": true,
62385                        "construct-only": false,
62386                        "controllable": true,
62387                        "default": "false",
62388                        "mutable": "null",
62389                        "readable": true,
62390                        "type": "gboolean",
62391                        "writable": true
62392                    },
62393                    "xms-24": {
62394                        "blurb": "Band mute Side 4K",
62395                        "conditionally-available": false,
62396                        "construct": true,
62397                        "construct-only": false,
62398                        "controllable": true,
62399                        "default": "false",
62400                        "mutable": "null",
62401                        "readable": true,
62402                        "type": "gboolean",
62403                        "writable": true
62404                    },
62405                    "xms-25": {
62406                        "blurb": "Band mute Side 5K",
62407                        "conditionally-available": false,
62408                        "construct": true,
62409                        "construct-only": false,
62410                        "controllable": true,
62411                        "default": "false",
62412                        "mutable": "null",
62413                        "readable": true,
62414                        "type": "gboolean",
62415                        "writable": true
62416                    },
62417                    "xms-26": {
62418                        "blurb": "Band mute Side 6.3K",
62419                        "conditionally-available": false,
62420                        "construct": true,
62421                        "construct-only": false,
62422                        "controllable": true,
62423                        "default": "false",
62424                        "mutable": "null",
62425                        "readable": true,
62426                        "type": "gboolean",
62427                        "writable": true
62428                    },
62429                    "xms-27": {
62430                        "blurb": "Band mute Side 8K",
62431                        "conditionally-available": false,
62432                        "construct": true,
62433                        "construct-only": false,
62434                        "controllable": true,
62435                        "default": "false",
62436                        "mutable": "null",
62437                        "readable": true,
62438                        "type": "gboolean",
62439                        "writable": true
62440                    },
62441                    "xms-28": {
62442                        "blurb": "Band mute Side 10K",
62443                        "conditionally-available": false,
62444                        "construct": true,
62445                        "construct-only": false,
62446                        "controllable": true,
62447                        "default": "false",
62448                        "mutable": "null",
62449                        "readable": true,
62450                        "type": "gboolean",
62451                        "writable": true
62452                    },
62453                    "xms-29": {
62454                        "blurb": "Band mute Side 12.5K",
62455                        "conditionally-available": false,
62456                        "construct": true,
62457                        "construct-only": false,
62458                        "controllable": true,
62459                        "default": "false",
62460                        "mutable": "null",
62461                        "readable": true,
62462                        "type": "gboolean",
62463                        "writable": true
62464                    },
62465                    "xms-3": {
62466                        "blurb": "Band mute Side 31.5",
62467                        "conditionally-available": false,
62468                        "construct": true,
62469                        "construct-only": false,
62470                        "controllable": true,
62471                        "default": "false",
62472                        "mutable": "null",
62473                        "readable": true,
62474                        "type": "gboolean",
62475                        "writable": true
62476                    },
62477                    "xms-30": {
62478                        "blurb": "Band mute Side 16K",
62479                        "conditionally-available": false,
62480                        "construct": true,
62481                        "construct-only": false,
62482                        "controllable": true,
62483                        "default": "false",
62484                        "mutable": "null",
62485                        "readable": true,
62486                        "type": "gboolean",
62487                        "writable": true
62488                    },
62489                    "xms-31": {
62490                        "blurb": "Band mute Side 20K",
62491                        "conditionally-available": false,
62492                        "construct": true,
62493                        "construct-only": false,
62494                        "controllable": true,
62495                        "default": "false",
62496                        "mutable": "null",
62497                        "readable": true,
62498                        "type": "gboolean",
62499                        "writable": true
62500                    },
62501                    "xms-4": {
62502                        "blurb": "Band mute Side 40",
62503                        "conditionally-available": false,
62504                        "construct": true,
62505                        "construct-only": false,
62506                        "controllable": true,
62507                        "default": "false",
62508                        "mutable": "null",
62509                        "readable": true,
62510                        "type": "gboolean",
62511                        "writable": true
62512                    },
62513                    "xms-5": {
62514                        "blurb": "Band mute Side 50",
62515                        "conditionally-available": false,
62516                        "construct": true,
62517                        "construct-only": false,
62518                        "controllable": true,
62519                        "default": "false",
62520                        "mutable": "null",
62521                        "readable": true,
62522                        "type": "gboolean",
62523                        "writable": true
62524                    },
62525                    "xms-6": {
62526                        "blurb": "Band mute Side 63",
62527                        "conditionally-available": false,
62528                        "construct": true,
62529                        "construct-only": false,
62530                        "controllable": true,
62531                        "default": "false",
62532                        "mutable": "null",
62533                        "readable": true,
62534                        "type": "gboolean",
62535                        "writable": true
62536                    },
62537                    "xms-7": {
62538                        "blurb": "Band mute Side 80",
62539                        "conditionally-available": false,
62540                        "construct": true,
62541                        "construct-only": false,
62542                        "controllable": true,
62543                        "default": "false",
62544                        "mutable": "null",
62545                        "readable": true,
62546                        "type": "gboolean",
62547                        "writable": true
62548                    },
62549                    "xms-8": {
62550                        "blurb": "Band mute Side 100",
62551                        "conditionally-available": false,
62552                        "construct": true,
62553                        "construct-only": false,
62554                        "controllable": true,
62555                        "default": "false",
62556                        "mutable": "null",
62557                        "readable": true,
62558                        "type": "gboolean",
62559                        "writable": true
62560                    },
62561                    "xms-9": {
62562                        "blurb": "Band mute Side 125",
62563                        "conditionally-available": false,
62564                        "construct": true,
62565                        "construct-only": false,
62566                        "controllable": true,
62567                        "default": "false",
62568                        "mutable": "null",
62569                        "readable": true,
62570                        "type": "gboolean",
62571                        "writable": true
62572                    },
62573                    "xsm-0": {
62574                        "blurb": "Band solo Mid 16",
62575                        "conditionally-available": false,
62576                        "construct": true,
62577                        "construct-only": false,
62578                        "controllable": true,
62579                        "default": "false",
62580                        "mutable": "null",
62581                        "readable": true,
62582                        "type": "gboolean",
62583                        "writable": true
62584                    },
62585                    "xsm-1": {
62586                        "blurb": "Band solo Mid 20",
62587                        "conditionally-available": false,
62588                        "construct": true,
62589                        "construct-only": false,
62590                        "controllable": true,
62591                        "default": "false",
62592                        "mutable": "null",
62593                        "readable": true,
62594                        "type": "gboolean",
62595                        "writable": true
62596                    },
62597                    "xsm-10": {
62598                        "blurb": "Band solo Mid 160",
62599                        "conditionally-available": false,
62600                        "construct": true,
62601                        "construct-only": false,
62602                        "controllable": true,
62603                        "default": "false",
62604                        "mutable": "null",
62605                        "readable": true,
62606                        "type": "gboolean",
62607                        "writable": true
62608                    },
62609                    "xsm-11": {
62610                        "blurb": "Band solo Mid 200",
62611                        "conditionally-available": false,
62612                        "construct": true,
62613                        "construct-only": false,
62614                        "controllable": true,
62615                        "default": "false",
62616                        "mutable": "null",
62617                        "readable": true,
62618                        "type": "gboolean",
62619                        "writable": true
62620                    },
62621                    "xsm-12": {
62622                        "blurb": "Band solo Mid 250",
62623                        "conditionally-available": false,
62624                        "construct": true,
62625                        "construct-only": false,
62626                        "controllable": true,
62627                        "default": "false",
62628                        "mutable": "null",
62629                        "readable": true,
62630                        "type": "gboolean",
62631                        "writable": true
62632                    },
62633                    "xsm-13": {
62634                        "blurb": "Band solo Mid 315",
62635                        "conditionally-available": false,
62636                        "construct": true,
62637                        "construct-only": false,
62638                        "controllable": true,
62639                        "default": "false",
62640                        "mutable": "null",
62641                        "readable": true,
62642                        "type": "gboolean",
62643                        "writable": true
62644                    },
62645                    "xsm-14": {
62646                        "blurb": "Band solo Mid 400",
62647                        "conditionally-available": false,
62648                        "construct": true,
62649                        "construct-only": false,
62650                        "controllable": true,
62651                        "default": "false",
62652                        "mutable": "null",
62653                        "readable": true,
62654                        "type": "gboolean",
62655                        "writable": true
62656                    },
62657                    "xsm-15": {
62658                        "blurb": "Band solo Mid 500",
62659                        "conditionally-available": false,
62660                        "construct": true,
62661                        "construct-only": false,
62662                        "controllable": true,
62663                        "default": "false",
62664                        "mutable": "null",
62665                        "readable": true,
62666                        "type": "gboolean",
62667                        "writable": true
62668                    },
62669                    "xsm-16": {
62670                        "blurb": "Band solo Mid 630",
62671                        "conditionally-available": false,
62672                        "construct": true,
62673                        "construct-only": false,
62674                        "controllable": true,
62675                        "default": "false",
62676                        "mutable": "null",
62677                        "readable": true,
62678                        "type": "gboolean",
62679                        "writable": true
62680                    },
62681                    "xsm-17": {
62682                        "blurb": "Band solo Mid 800",
62683                        "conditionally-available": false,
62684                        "construct": true,
62685                        "construct-only": false,
62686                        "controllable": true,
62687                        "default": "false",
62688                        "mutable": "null",
62689                        "readable": true,
62690                        "type": "gboolean",
62691                        "writable": true
62692                    },
62693                    "xsm-18": {
62694                        "blurb": "Band solo Mid 1K",
62695                        "conditionally-available": false,
62696                        "construct": true,
62697                        "construct-only": false,
62698                        "controllable": true,
62699                        "default": "false",
62700                        "mutable": "null",
62701                        "readable": true,
62702                        "type": "gboolean",
62703                        "writable": true
62704                    },
62705                    "xsm-19": {
62706                        "blurb": "Band solo Mid 1.25K",
62707                        "conditionally-available": false,
62708                        "construct": true,
62709                        "construct-only": false,
62710                        "controllable": true,
62711                        "default": "false",
62712                        "mutable": "null",
62713                        "readable": true,
62714                        "type": "gboolean",
62715                        "writable": true
62716                    },
62717                    "xsm-2": {
62718                        "blurb": "Band solo Mid 25",
62719                        "conditionally-available": false,
62720                        "construct": true,
62721                        "construct-only": false,
62722                        "controllable": true,
62723                        "default": "false",
62724                        "mutable": "null",
62725                        "readable": true,
62726                        "type": "gboolean",
62727                        "writable": true
62728                    },
62729                    "xsm-20": {
62730                        "blurb": "Band solo Mid 1.6K",
62731                        "conditionally-available": false,
62732                        "construct": true,
62733                        "construct-only": false,
62734                        "controllable": true,
62735                        "default": "false",
62736                        "mutable": "null",
62737                        "readable": true,
62738                        "type": "gboolean",
62739                        "writable": true
62740                    },
62741                    "xsm-21": {
62742                        "blurb": "Band solo Mid 2K",
62743                        "conditionally-available": false,
62744                        "construct": true,
62745                        "construct-only": false,
62746                        "controllable": true,
62747                        "default": "false",
62748                        "mutable": "null",
62749                        "readable": true,
62750                        "type": "gboolean",
62751                        "writable": true
62752                    },
62753                    "xsm-22": {
62754                        "blurb": "Band solo Mid 2.5K",
62755                        "conditionally-available": false,
62756                        "construct": true,
62757                        "construct-only": false,
62758                        "controllable": true,
62759                        "default": "false",
62760                        "mutable": "null",
62761                        "readable": true,
62762                        "type": "gboolean",
62763                        "writable": true
62764                    },
62765                    "xsm-23": {
62766                        "blurb": "Band solo Mid 3.15K",
62767                        "conditionally-available": false,
62768                        "construct": true,
62769                        "construct-only": false,
62770                        "controllable": true,
62771                        "default": "false",
62772                        "mutable": "null",
62773                        "readable": true,
62774                        "type": "gboolean",
62775                        "writable": true
62776                    },
62777                    "xsm-24": {
62778                        "blurb": "Band solo Mid 4K",
62779                        "conditionally-available": false,
62780                        "construct": true,
62781                        "construct-only": false,
62782                        "controllable": true,
62783                        "default": "false",
62784                        "mutable": "null",
62785                        "readable": true,
62786                        "type": "gboolean",
62787                        "writable": true
62788                    },
62789                    "xsm-25": {
62790                        "blurb": "Band solo Mid 5K",
62791                        "conditionally-available": false,
62792                        "construct": true,
62793                        "construct-only": false,
62794                        "controllable": true,
62795                        "default": "false",
62796                        "mutable": "null",
62797                        "readable": true,
62798                        "type": "gboolean",
62799                        "writable": true
62800                    },
62801                    "xsm-26": {
62802                        "blurb": "Band solo Mid 6.3K",
62803                        "conditionally-available": false,
62804                        "construct": true,
62805                        "construct-only": false,
62806                        "controllable": true,
62807                        "default": "false",
62808                        "mutable": "null",
62809                        "readable": true,
62810                        "type": "gboolean",
62811                        "writable": true
62812                    },
62813                    "xsm-27": {
62814                        "blurb": "Band solo Mid 8K",
62815                        "conditionally-available": false,
62816                        "construct": true,
62817                        "construct-only": false,
62818                        "controllable": true,
62819                        "default": "false",
62820                        "mutable": "null",
62821                        "readable": true,
62822                        "type": "gboolean",
62823                        "writable": true
62824                    },
62825                    "xsm-28": {
62826                        "blurb": "Band solo Mid 10K",
62827                        "conditionally-available": false,
62828                        "construct": true,
62829                        "construct-only": false,
62830                        "controllable": true,
62831                        "default": "false",
62832                        "mutable": "null",
62833                        "readable": true,
62834                        "type": "gboolean",
62835                        "writable": true
62836                    },
62837                    "xsm-29": {
62838                        "blurb": "Band solo Mid 12.5K",
62839                        "conditionally-available": false,
62840                        "construct": true,
62841                        "construct-only": false,
62842                        "controllable": true,
62843                        "default": "false",
62844                        "mutable": "null",
62845                        "readable": true,
62846                        "type": "gboolean",
62847                        "writable": true
62848                    },
62849                    "xsm-3": {
62850                        "blurb": "Band solo Mid 31.5",
62851                        "conditionally-available": false,
62852                        "construct": true,
62853                        "construct-only": false,
62854                        "controllable": true,
62855                        "default": "false",
62856                        "mutable": "null",
62857                        "readable": true,
62858                        "type": "gboolean",
62859                        "writable": true
62860                    },
62861                    "xsm-30": {
62862                        "blurb": "Band solo Mid 16K",
62863                        "conditionally-available": false,
62864                        "construct": true,
62865                        "construct-only": false,
62866                        "controllable": true,
62867                        "default": "false",
62868                        "mutable": "null",
62869                        "readable": true,
62870                        "type": "gboolean",
62871                        "writable": true
62872                    },
62873                    "xsm-31": {
62874                        "blurb": "Band solo Mid 20K",
62875                        "conditionally-available": false,
62876                        "construct": true,
62877                        "construct-only": false,
62878                        "controllable": true,
62879                        "default": "false",
62880                        "mutable": "null",
62881                        "readable": true,
62882                        "type": "gboolean",
62883                        "writable": true
62884                    },
62885                    "xsm-4": {
62886                        "blurb": "Band solo Mid 40",
62887                        "conditionally-available": false,
62888                        "construct": true,
62889                        "construct-only": false,
62890                        "controllable": true,
62891                        "default": "false",
62892                        "mutable": "null",
62893                        "readable": true,
62894                        "type": "gboolean",
62895                        "writable": true
62896                    },
62897                    "xsm-5": {
62898                        "blurb": "Band solo Mid 50",
62899                        "conditionally-available": false,
62900                        "construct": true,
62901                        "construct-only": false,
62902                        "controllable": true,
62903                        "default": "false",
62904                        "mutable": "null",
62905                        "readable": true,
62906                        "type": "gboolean",
62907                        "writable": true
62908                    },
62909                    "xsm-6": {
62910                        "blurb": "Band solo Mid 63",
62911                        "conditionally-available": false,
62912                        "construct": true,
62913                        "construct-only": false,
62914                        "controllable": true,
62915                        "default": "false",
62916                        "mutable": "null",
62917                        "readable": true,
62918                        "type": "gboolean",
62919                        "writable": true
62920                    },
62921                    "xsm-7": {
62922                        "blurb": "Band solo Mid 80",
62923                        "conditionally-available": false,
62924                        "construct": true,
62925                        "construct-only": false,
62926                        "controllable": true,
62927                        "default": "false",
62928                        "mutable": "null",
62929                        "readable": true,
62930                        "type": "gboolean",
62931                        "writable": true
62932                    },
62933                    "xsm-8": {
62934                        "blurb": "Band solo Mid 100",
62935                        "conditionally-available": false,
62936                        "construct": true,
62937                        "construct-only": false,
62938                        "controllable": true,
62939                        "default": "false",
62940                        "mutable": "null",
62941                        "readable": true,
62942                        "type": "gboolean",
62943                        "writable": true
62944                    },
62945                    "xsm-9": {
62946                        "blurb": "Band solo Mid 125",
62947                        "conditionally-available": false,
62948                        "construct": true,
62949                        "construct-only": false,
62950                        "controllable": true,
62951                        "default": "false",
62952                        "mutable": "null",
62953                        "readable": true,
62954                        "type": "gboolean",
62955                        "writable": true
62956                    },
62957                    "xss-0": {
62958                        "blurb": "Band solo Side 16",
62959                        "conditionally-available": false,
62960                        "construct": true,
62961                        "construct-only": false,
62962                        "controllable": true,
62963                        "default": "false",
62964                        "mutable": "null",
62965                        "readable": true,
62966                        "type": "gboolean",
62967                        "writable": true
62968                    },
62969                    "xss-1": {
62970                        "blurb": "Band solo Side 20",
62971                        "conditionally-available": false,
62972                        "construct": true,
62973                        "construct-only": false,
62974                        "controllable": true,
62975                        "default": "false",
62976                        "mutable": "null",
62977                        "readable": true,
62978                        "type": "gboolean",
62979                        "writable": true
62980                    },
62981                    "xss-10": {
62982                        "blurb": "Band solo Side 160",
62983                        "conditionally-available": false,
62984                        "construct": true,
62985                        "construct-only": false,
62986                        "controllable": true,
62987                        "default": "false",
62988                        "mutable": "null",
62989                        "readable": true,
62990                        "type": "gboolean",
62991                        "writable": true
62992                    },
62993                    "xss-11": {
62994                        "blurb": "Band solo Side 200",
62995                        "conditionally-available": false,
62996                        "construct": true,
62997                        "construct-only": false,
62998                        "controllable": true,
62999                        "default": "false",
63000                        "mutable": "null",
63001                        "readable": true,
63002                        "type": "gboolean",
63003                        "writable": true
63004                    },
63005                    "xss-12": {
63006                        "blurb": "Band solo Side 250",
63007                        "conditionally-available": false,
63008                        "construct": true,
63009                        "construct-only": false,
63010                        "controllable": true,
63011                        "default": "false",
63012                        "mutable": "null",
63013                        "readable": true,
63014                        "type": "gboolean",
63015                        "writable": true
63016                    },
63017                    "xss-13": {
63018                        "blurb": "Band solo Side 315",
63019                        "conditionally-available": false,
63020                        "construct": true,
63021                        "construct-only": false,
63022                        "controllable": true,
63023                        "default": "false",
63024                        "mutable": "null",
63025                        "readable": true,
63026                        "type": "gboolean",
63027                        "writable": true
63028                    },
63029                    "xss-14": {
63030                        "blurb": "Band solo Side 400",
63031                        "conditionally-available": false,
63032                        "construct": true,
63033                        "construct-only": false,
63034                        "controllable": true,
63035                        "default": "false",
63036                        "mutable": "null",
63037                        "readable": true,
63038                        "type": "gboolean",
63039                        "writable": true
63040                    },
63041                    "xss-15": {
63042                        "blurb": "Band solo Side 500",
63043                        "conditionally-available": false,
63044                        "construct": true,
63045                        "construct-only": false,
63046                        "controllable": true,
63047                        "default": "false",
63048                        "mutable": "null",
63049                        "readable": true,
63050                        "type": "gboolean",
63051                        "writable": true
63052                    },
63053                    "xss-16": {
63054                        "blurb": "Band solo Side 630",
63055                        "conditionally-available": false,
63056                        "construct": true,
63057                        "construct-only": false,
63058                        "controllable": true,
63059                        "default": "false",
63060                        "mutable": "null",
63061                        "readable": true,
63062                        "type": "gboolean",
63063                        "writable": true
63064                    },
63065                    "xss-17": {
63066                        "blurb": "Band solo Side 800",
63067                        "conditionally-available": false,
63068                        "construct": true,
63069                        "construct-only": false,
63070                        "controllable": true,
63071                        "default": "false",
63072                        "mutable": "null",
63073                        "readable": true,
63074                        "type": "gboolean",
63075                        "writable": true
63076                    },
63077                    "xss-18": {
63078                        "blurb": "Band solo Side 1K",
63079                        "conditionally-available": false,
63080                        "construct": true,
63081                        "construct-only": false,
63082                        "controllable": true,
63083                        "default": "false",
63084                        "mutable": "null",
63085                        "readable": true,
63086                        "type": "gboolean",
63087                        "writable": true
63088                    },
63089                    "xss-19": {
63090                        "blurb": "Band solo Side 1.25K",
63091                        "conditionally-available": false,
63092                        "construct": true,
63093                        "construct-only": false,
63094                        "controllable": true,
63095                        "default": "false",
63096                        "mutable": "null",
63097                        "readable": true,
63098                        "type": "gboolean",
63099                        "writable": true
63100                    },
63101                    "xss-2": {
63102                        "blurb": "Band solo Side 25",
63103                        "conditionally-available": false,
63104                        "construct": true,
63105                        "construct-only": false,
63106                        "controllable": true,
63107                        "default": "false",
63108                        "mutable": "null",
63109                        "readable": true,
63110                        "type": "gboolean",
63111                        "writable": true
63112                    },
63113                    "xss-20": {
63114                        "blurb": "Band solo Side 1.6K",
63115                        "conditionally-available": false,
63116                        "construct": true,
63117                        "construct-only": false,
63118                        "controllable": true,
63119                        "default": "false",
63120                        "mutable": "null",
63121                        "readable": true,
63122                        "type": "gboolean",
63123                        "writable": true
63124                    },
63125                    "xss-21": {
63126                        "blurb": "Band solo Side 2K",
63127                        "conditionally-available": false,
63128                        "construct": true,
63129                        "construct-only": false,
63130                        "controllable": true,
63131                        "default": "false",
63132                        "mutable": "null",
63133                        "readable": true,
63134                        "type": "gboolean",
63135                        "writable": true
63136                    },
63137                    "xss-22": {
63138                        "blurb": "Band solo Side 2.5K",
63139                        "conditionally-available": false,
63140                        "construct": true,
63141                        "construct-only": false,
63142                        "controllable": true,
63143                        "default": "false",
63144                        "mutable": "null",
63145                        "readable": true,
63146                        "type": "gboolean",
63147                        "writable": true
63148                    },
63149                    "xss-23": {
63150                        "blurb": "Band solo Side 3.15K",
63151                        "conditionally-available": false,
63152                        "construct": true,
63153                        "construct-only": false,
63154                        "controllable": true,
63155                        "default": "false",
63156                        "mutable": "null",
63157                        "readable": true,
63158                        "type": "gboolean",
63159                        "writable": true
63160                    },
63161                    "xss-24": {
63162                        "blurb": "Band solo Side 4K",
63163                        "conditionally-available": false,
63164                        "construct": true,
63165                        "construct-only": false,
63166                        "controllable": true,
63167                        "default": "false",
63168                        "mutable": "null",
63169                        "readable": true,
63170                        "type": "gboolean",
63171                        "writable": true
63172                    },
63173                    "xss-25": {
63174                        "blurb": "Band solo Side 5K",
63175                        "conditionally-available": false,
63176                        "construct": true,
63177                        "construct-only": false,
63178                        "controllable": true,
63179                        "default": "false",
63180                        "mutable": "null",
63181                        "readable": true,
63182                        "type": "gboolean",
63183                        "writable": true
63184                    },
63185                    "xss-26": {
63186                        "blurb": "Band solo Side 6.3K",
63187                        "conditionally-available": false,
63188                        "construct": true,
63189                        "construct-only": false,
63190                        "controllable": true,
63191                        "default": "false",
63192                        "mutable": "null",
63193                        "readable": true,
63194                        "type": "gboolean",
63195                        "writable": true
63196                    },
63197                    "xss-27": {
63198                        "blurb": "Band solo Side 8K",
63199                        "conditionally-available": false,
63200                        "construct": true,
63201                        "construct-only": false,
63202                        "controllable": true,
63203                        "default": "false",
63204                        "mutable": "null",
63205                        "readable": true,
63206                        "type": "gboolean",
63207                        "writable": true
63208                    },
63209                    "xss-28": {
63210                        "blurb": "Band solo Side 10K",
63211                        "conditionally-available": false,
63212                        "construct": true,
63213                        "construct-only": false,
63214                        "controllable": true,
63215                        "default": "false",
63216                        "mutable": "null",
63217                        "readable": true,
63218                        "type": "gboolean",
63219                        "writable": true
63220                    },
63221                    "xss-29": {
63222                        "blurb": "Band solo Side 12.5K",
63223                        "conditionally-available": false,
63224                        "construct": true,
63225                        "construct-only": false,
63226                        "controllable": true,
63227                        "default": "false",
63228                        "mutable": "null",
63229                        "readable": true,
63230                        "type": "gboolean",
63231                        "writable": true
63232                    },
63233                    "xss-3": {
63234                        "blurb": "Band solo Side 31.5",
63235                        "conditionally-available": false,
63236                        "construct": true,
63237                        "construct-only": false,
63238                        "controllable": true,
63239                        "default": "false",
63240                        "mutable": "null",
63241                        "readable": true,
63242                        "type": "gboolean",
63243                        "writable": true
63244                    },
63245                    "xss-30": {
63246                        "blurb": "Band solo Side 16K",
63247                        "conditionally-available": false,
63248                        "construct": true,
63249                        "construct-only": false,
63250                        "controllable": true,
63251                        "default": "false",
63252                        "mutable": "null",
63253                        "readable": true,
63254                        "type": "gboolean",
63255                        "writable": true
63256                    },
63257                    "xss-31": {
63258                        "blurb": "Band solo Side 20K",
63259                        "conditionally-available": false,
63260                        "construct": true,
63261                        "construct-only": false,
63262                        "controllable": true,
63263                        "default": "false",
63264                        "mutable": "null",
63265                        "readable": true,
63266                        "type": "gboolean",
63267                        "writable": true
63268                    },
63269                    "xss-4": {
63270                        "blurb": "Band solo Side 40",
63271                        "conditionally-available": false,
63272                        "construct": true,
63273                        "construct-only": false,
63274                        "controllable": true,
63275                        "default": "false",
63276                        "mutable": "null",
63277                        "readable": true,
63278                        "type": "gboolean",
63279                        "writable": true
63280                    },
63281                    "xss-5": {
63282                        "blurb": "Band solo Side 50",
63283                        "conditionally-available": false,
63284                        "construct": true,
63285                        "construct-only": false,
63286                        "controllable": true,
63287                        "default": "false",
63288                        "mutable": "null",
63289                        "readable": true,
63290                        "type": "gboolean",
63291                        "writable": true
63292                    },
63293                    "xss-6": {
63294                        "blurb": "Band solo Side 63",
63295                        "conditionally-available": false,
63296                        "construct": true,
63297                        "construct-only": false,
63298                        "controllable": true,
63299                        "default": "false",
63300                        "mutable": "null",
63301                        "readable": true,
63302                        "type": "gboolean",
63303                        "writable": true
63304                    },
63305                    "xss-7": {
63306                        "blurb": "Band solo Side 80",
63307                        "conditionally-available": false,
63308                        "construct": true,
63309                        "construct-only": false,
63310                        "controllable": true,
63311                        "default": "false",
63312                        "mutable": "null",
63313                        "readable": true,
63314                        "type": "gboolean",
63315                        "writable": true
63316                    },
63317                    "xss-8": {
63318                        "blurb": "Band solo Side 100",
63319                        "conditionally-available": false,
63320                        "construct": true,
63321                        "construct-only": false,
63322                        "controllable": true,
63323                        "default": "false",
63324                        "mutable": "null",
63325                        "readable": true,
63326                        "type": "gboolean",
63327                        "writable": true
63328                    },
63329                    "xss-9": {
63330                        "blurb": "Band solo Side 125",
63331                        "conditionally-available": false,
63332                        "construct": true,
63333                        "construct-only": false,
63334                        "controllable": true,
63335                        "default": "false",
63336                        "mutable": "null",
63337                        "readable": true,
63338                        "type": "gboolean",
63339                        "writable": true
63340                    },
63341                    "zoom": {
63342                        "blurb": "Graph zoom",
63343                        "conditionally-available": false,
63344                        "construct": true,
63345                        "construct-only": false,
63346                        "controllable": true,
63347                        "default": "1",
63348                        "max": "1",
63349                        "min": "0.01585",
63350                        "mutable": "null",
63351                        "readable": true,
63352                        "type": "gfloat",
63353                        "writable": true
63354                    }
63355                },
63356                "rank": "none"
63357            },
63358            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo": {
63359                "author": "LSP LV2",
63360                "description": "LSP Graphic Equalizer x32 Stereo",
63361                "hierarchy": [
63362                    "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo",
63363                    "GstAudioFilter",
63364                    "GstBaseTransform",
63365                    "GstElement",
63366                    "GstObject",
63367                    "GInitiallyUnowned",
63368                    "GObject"
63369                ],
63370                "interfaces": [
63371                    "GstPreset"
63372                ],
63373                "klass": "Filter/Effect/Audio/LV2/Multiband",
63374                "long-name": "LSP Graphic Equalizer x32 Stereo",
63375                "pad-templates": {
63376                    "sink": {
63377                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
63378                        "direction": "sink",
63379                        "presence": "always"
63380                    },
63381                    "src": {
63382                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
63383                        "direction": "src",
63384                        "presence": "always"
63385                    }
63386                },
63387                "properties": {
63388                    "bal": {
63389                        "blurb": "Output balance",
63390                        "conditionally-available": false,
63391                        "construct": true,
63392                        "construct-only": false,
63393                        "controllable": true,
63394                        "default": "0",
63395                        "max": "100",
63396                        "min": "-100",
63397                        "mutable": "null",
63398                        "readable": true,
63399                        "type": "gfloat",
63400                        "writable": true
63401                    },
63402                    "bypass": {
63403                        "blurb": "Bypass",
63404                        "conditionally-available": false,
63405                        "construct": true,
63406                        "construct-only": false,
63407                        "controllable": true,
63408                        "default": "false",
63409                        "mutable": "null",
63410                        "readable": true,
63411                        "type": "gboolean",
63412                        "writable": true
63413                    },
63414                    "fft": {
63415                        "blurb": "FFT analysis",
63416                        "conditionally-available": false,
63417                        "construct": true,
63418                        "construct-only": false,
63419                        "controllable": true,
63420                        "default": "Off (0)",
63421                        "mutable": "null",
63422                        "readable": true,
63423                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereofft",
63424                        "writable": true
63425                    },
63426                    "fftv-l": {
63427                        "blurb": "FFT visibility Left",
63428                        "conditionally-available": false,
63429                        "construct": true,
63430                        "construct-only": false,
63431                        "controllable": true,
63432                        "default": "false",
63433                        "mutable": "null",
63434                        "readable": true,
63435                        "type": "gboolean",
63436                        "writable": true
63437                    },
63438                    "fftv-r": {
63439                        "blurb": "FFT visibility Right",
63440                        "conditionally-available": false,
63441                        "construct": true,
63442                        "construct-only": false,
63443                        "controllable": true,
63444                        "default": "false",
63445                        "mutable": "null",
63446                        "readable": true,
63447                        "type": "gboolean",
63448                        "writable": true
63449                    },
63450                    "fsel": {
63451                        "blurb": "Band select",
63452                        "conditionally-available": false,
63453                        "construct": true,
63454                        "construct-only": false,
63455                        "controllable": true,
63456                        "default": "Bands 0-15 (0)",
63457                        "mutable": "null",
63458                        "readable": true,
63459                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereofsel",
63460                        "writable": true
63461                    },
63462                    "fv-0": {
63463                        "blurb": "Filter visibility  16",
63464                        "conditionally-available": false,
63465                        "construct": false,
63466                        "construct-only": false,
63467                        "controllable": true,
63468                        "default": "false",
63469                        "mutable": "null",
63470                        "readable": true,
63471                        "type": "gboolean",
63472                        "writable": false
63473                    },
63474                    "fv-1": {
63475                        "blurb": "Filter visibility  20",
63476                        "conditionally-available": false,
63477                        "construct": false,
63478                        "construct-only": false,
63479                        "controllable": true,
63480                        "default": "false",
63481                        "mutable": "null",
63482                        "readable": true,
63483                        "type": "gboolean",
63484                        "writable": false
63485                    },
63486                    "fv-10": {
63487                        "blurb": "Filter visibility  160",
63488                        "conditionally-available": false,
63489                        "construct": false,
63490                        "construct-only": false,
63491                        "controllable": true,
63492                        "default": "false",
63493                        "mutable": "null",
63494                        "readable": true,
63495                        "type": "gboolean",
63496                        "writable": false
63497                    },
63498                    "fv-11": {
63499                        "blurb": "Filter visibility  200",
63500                        "conditionally-available": false,
63501                        "construct": false,
63502                        "construct-only": false,
63503                        "controllable": true,
63504                        "default": "false",
63505                        "mutable": "null",
63506                        "readable": true,
63507                        "type": "gboolean",
63508                        "writable": false
63509                    },
63510                    "fv-12": {
63511                        "blurb": "Filter visibility  250",
63512                        "conditionally-available": false,
63513                        "construct": false,
63514                        "construct-only": false,
63515                        "controllable": true,
63516                        "default": "false",
63517                        "mutable": "null",
63518                        "readable": true,
63519                        "type": "gboolean",
63520                        "writable": false
63521                    },
63522                    "fv-13": {
63523                        "blurb": "Filter visibility  315",
63524                        "conditionally-available": false,
63525                        "construct": false,
63526                        "construct-only": false,
63527                        "controllable": true,
63528                        "default": "false",
63529                        "mutable": "null",
63530                        "readable": true,
63531                        "type": "gboolean",
63532                        "writable": false
63533                    },
63534                    "fv-14": {
63535                        "blurb": "Filter visibility  400",
63536                        "conditionally-available": false,
63537                        "construct": false,
63538                        "construct-only": false,
63539                        "controllable": true,
63540                        "default": "false",
63541                        "mutable": "null",
63542                        "readable": true,
63543                        "type": "gboolean",
63544                        "writable": false
63545                    },
63546                    "fv-15": {
63547                        "blurb": "Filter visibility  500",
63548                        "conditionally-available": false,
63549                        "construct": false,
63550                        "construct-only": false,
63551                        "controllable": true,
63552                        "default": "false",
63553                        "mutable": "null",
63554                        "readable": true,
63555                        "type": "gboolean",
63556                        "writable": false
63557                    },
63558                    "fv-16": {
63559                        "blurb": "Filter visibility  630",
63560                        "conditionally-available": false,
63561                        "construct": false,
63562                        "construct-only": false,
63563                        "controllable": true,
63564                        "default": "false",
63565                        "mutable": "null",
63566                        "readable": true,
63567                        "type": "gboolean",
63568                        "writable": false
63569                    },
63570                    "fv-17": {
63571                        "blurb": "Filter visibility  800",
63572                        "conditionally-available": false,
63573                        "construct": false,
63574                        "construct-only": false,
63575                        "controllable": true,
63576                        "default": "false",
63577                        "mutable": "null",
63578                        "readable": true,
63579                        "type": "gboolean",
63580                        "writable": false
63581                    },
63582                    "fv-18": {
63583                        "blurb": "Filter visibility  1K",
63584                        "conditionally-available": false,
63585                        "construct": false,
63586                        "construct-only": false,
63587                        "controllable": true,
63588                        "default": "false",
63589                        "mutable": "null",
63590                        "readable": true,
63591                        "type": "gboolean",
63592                        "writable": false
63593                    },
63594                    "fv-19": {
63595                        "blurb": "Filter visibility  1.25K",
63596                        "conditionally-available": false,
63597                        "construct": false,
63598                        "construct-only": false,
63599                        "controllable": true,
63600                        "default": "false",
63601                        "mutable": "null",
63602                        "readable": true,
63603                        "type": "gboolean",
63604                        "writable": false
63605                    },
63606                    "fv-2": {
63607                        "blurb": "Filter visibility  25",
63608                        "conditionally-available": false,
63609                        "construct": false,
63610                        "construct-only": false,
63611                        "controllable": true,
63612                        "default": "false",
63613                        "mutable": "null",
63614                        "readable": true,
63615                        "type": "gboolean",
63616                        "writable": false
63617                    },
63618                    "fv-20": {
63619                        "blurb": "Filter visibility  1.6K",
63620                        "conditionally-available": false,
63621                        "construct": false,
63622                        "construct-only": false,
63623                        "controllable": true,
63624                        "default": "false",
63625                        "mutable": "null",
63626                        "readable": true,
63627                        "type": "gboolean",
63628                        "writable": false
63629                    },
63630                    "fv-21": {
63631                        "blurb": "Filter visibility  2K",
63632                        "conditionally-available": false,
63633                        "construct": false,
63634                        "construct-only": false,
63635                        "controllable": true,
63636                        "default": "false",
63637                        "mutable": "null",
63638                        "readable": true,
63639                        "type": "gboolean",
63640                        "writable": false
63641                    },
63642                    "fv-22": {
63643                        "blurb": "Filter visibility  2.5K",
63644                        "conditionally-available": false,
63645                        "construct": false,
63646                        "construct-only": false,
63647                        "controllable": true,
63648                        "default": "false",
63649                        "mutable": "null",
63650                        "readable": true,
63651                        "type": "gboolean",
63652                        "writable": false
63653                    },
63654                    "fv-23": {
63655                        "blurb": "Filter visibility  3.15K",
63656                        "conditionally-available": false,
63657                        "construct": false,
63658                        "construct-only": false,
63659                        "controllable": true,
63660                        "default": "false",
63661                        "mutable": "null",
63662                        "readable": true,
63663                        "type": "gboolean",
63664                        "writable": false
63665                    },
63666                    "fv-24": {
63667                        "blurb": "Filter visibility  4K",
63668                        "conditionally-available": false,
63669                        "construct": false,
63670                        "construct-only": false,
63671                        "controllable": true,
63672                        "default": "false",
63673                        "mutable": "null",
63674                        "readable": true,
63675                        "type": "gboolean",
63676                        "writable": false
63677                    },
63678                    "fv-25": {
63679                        "blurb": "Filter visibility  5K",
63680                        "conditionally-available": false,
63681                        "construct": false,
63682                        "construct-only": false,
63683                        "controllable": true,
63684                        "default": "false",
63685                        "mutable": "null",
63686                        "readable": true,
63687                        "type": "gboolean",
63688                        "writable": false
63689                    },
63690                    "fv-26": {
63691                        "blurb": "Filter visibility  6.3K",
63692                        "conditionally-available": false,
63693                        "construct": false,
63694                        "construct-only": false,
63695                        "controllable": true,
63696                        "default": "false",
63697                        "mutable": "null",
63698                        "readable": true,
63699                        "type": "gboolean",
63700                        "writable": false
63701                    },
63702                    "fv-27": {
63703                        "blurb": "Filter visibility  8K",
63704                        "conditionally-available": false,
63705                        "construct": false,
63706                        "construct-only": false,
63707                        "controllable": true,
63708                        "default": "false",
63709                        "mutable": "null",
63710                        "readable": true,
63711                        "type": "gboolean",
63712                        "writable": false
63713                    },
63714                    "fv-28": {
63715                        "blurb": "Filter visibility  10K",
63716                        "conditionally-available": false,
63717                        "construct": false,
63718                        "construct-only": false,
63719                        "controllable": true,
63720                        "default": "false",
63721                        "mutable": "null",
63722                        "readable": true,
63723                        "type": "gboolean",
63724                        "writable": false
63725                    },
63726                    "fv-29": {
63727                        "blurb": "Filter visibility  12.5K",
63728                        "conditionally-available": false,
63729                        "construct": false,
63730                        "construct-only": false,
63731                        "controllable": true,
63732                        "default": "false",
63733                        "mutable": "null",
63734                        "readable": true,
63735                        "type": "gboolean",
63736                        "writable": false
63737                    },
63738                    "fv-3": {
63739                        "blurb": "Filter visibility  31.5",
63740                        "conditionally-available": false,
63741                        "construct": false,
63742                        "construct-only": false,
63743                        "controllable": true,
63744                        "default": "false",
63745                        "mutable": "null",
63746                        "readable": true,
63747                        "type": "gboolean",
63748                        "writable": false
63749                    },
63750                    "fv-30": {
63751                        "blurb": "Filter visibility  16K",
63752                        "conditionally-available": false,
63753                        "construct": false,
63754                        "construct-only": false,
63755                        "controllable": true,
63756                        "default": "false",
63757                        "mutable": "null",
63758                        "readable": true,
63759                        "type": "gboolean",
63760                        "writable": false
63761                    },
63762                    "fv-31": {
63763                        "blurb": "Filter visibility  20K",
63764                        "conditionally-available": false,
63765                        "construct": false,
63766                        "construct-only": false,
63767                        "controllable": true,
63768                        "default": "false",
63769                        "mutable": "null",
63770                        "readable": true,
63771                        "type": "gboolean",
63772                        "writable": false
63773                    },
63774                    "fv-4": {
63775                        "blurb": "Filter visibility  40",
63776                        "conditionally-available": false,
63777                        "construct": false,
63778                        "construct-only": false,
63779                        "controllable": true,
63780                        "default": "false",
63781                        "mutable": "null",
63782                        "readable": true,
63783                        "type": "gboolean",
63784                        "writable": false
63785                    },
63786                    "fv-5": {
63787                        "blurb": "Filter visibility  50",
63788                        "conditionally-available": false,
63789                        "construct": false,
63790                        "construct-only": false,
63791                        "controllable": true,
63792                        "default": "false",
63793                        "mutable": "null",
63794                        "readable": true,
63795                        "type": "gboolean",
63796                        "writable": false
63797                    },
63798                    "fv-6": {
63799                        "blurb": "Filter visibility  63",
63800                        "conditionally-available": false,
63801                        "construct": false,
63802                        "construct-only": false,
63803                        "controllable": true,
63804                        "default": "false",
63805                        "mutable": "null",
63806                        "readable": true,
63807                        "type": "gboolean",
63808                        "writable": false
63809                    },
63810                    "fv-7": {
63811                        "blurb": "Filter visibility  80",
63812                        "conditionally-available": false,
63813                        "construct": false,
63814                        "construct-only": false,
63815                        "controllable": true,
63816                        "default": "false",
63817                        "mutable": "null",
63818                        "readable": true,
63819                        "type": "gboolean",
63820                        "writable": false
63821                    },
63822                    "fv-8": {
63823                        "blurb": "Filter visibility  100",
63824                        "conditionally-available": false,
63825                        "construct": false,
63826                        "construct-only": false,
63827                        "controllable": true,
63828                        "default": "false",
63829                        "mutable": "null",
63830                        "readable": true,
63831                        "type": "gboolean",
63832                        "writable": false
63833                    },
63834                    "fv-9": {
63835                        "blurb": "Filter visibility  125",
63836                        "conditionally-available": false,
63837                        "construct": false,
63838                        "construct-only": false,
63839                        "controllable": true,
63840                        "default": "false",
63841                        "mutable": "null",
63842                        "readable": true,
63843                        "type": "gboolean",
63844                        "writable": false
63845                    },
63846                    "g-0": {
63847                        "blurb": "Band gain 16",
63848                        "conditionally-available": false,
63849                        "construct": true,
63850                        "construct-only": false,
63851                        "controllable": true,
63852                        "default": "1",
63853                        "max": "63.0957",
63854                        "min": "0.01585",
63855                        "mutable": "null",
63856                        "readable": true,
63857                        "type": "gfloat",
63858                        "writable": true
63859                    },
63860                    "g-1": {
63861                        "blurb": "Band gain 20",
63862                        "conditionally-available": false,
63863                        "construct": true,
63864                        "construct-only": false,
63865                        "controllable": true,
63866                        "default": "1",
63867                        "max": "63.0957",
63868                        "min": "0.01585",
63869                        "mutable": "null",
63870                        "readable": true,
63871                        "type": "gfloat",
63872                        "writable": true
63873                    },
63874                    "g-10": {
63875                        "blurb": "Band gain 160",
63876                        "conditionally-available": false,
63877                        "construct": true,
63878                        "construct-only": false,
63879                        "controllable": true,
63880                        "default": "1",
63881                        "max": "63.0957",
63882                        "min": "0.01585",
63883                        "mutable": "null",
63884                        "readable": true,
63885                        "type": "gfloat",
63886                        "writable": true
63887                    },
63888                    "g-11": {
63889                        "blurb": "Band gain 200",
63890                        "conditionally-available": false,
63891                        "construct": true,
63892                        "construct-only": false,
63893                        "controllable": true,
63894                        "default": "1",
63895                        "max": "63.0957",
63896                        "min": "0.01585",
63897                        "mutable": "null",
63898                        "readable": true,
63899                        "type": "gfloat",
63900                        "writable": true
63901                    },
63902                    "g-12": {
63903                        "blurb": "Band gain 250",
63904                        "conditionally-available": false,
63905                        "construct": true,
63906                        "construct-only": false,
63907                        "controllable": true,
63908                        "default": "1",
63909                        "max": "63.0957",
63910                        "min": "0.01585",
63911                        "mutable": "null",
63912                        "readable": true,
63913                        "type": "gfloat",
63914                        "writable": true
63915                    },
63916                    "g-13": {
63917                        "blurb": "Band gain 315",
63918                        "conditionally-available": false,
63919                        "construct": true,
63920                        "construct-only": false,
63921                        "controllable": true,
63922                        "default": "1",
63923                        "max": "63.0957",
63924                        "min": "0.01585",
63925                        "mutable": "null",
63926                        "readable": true,
63927                        "type": "gfloat",
63928                        "writable": true
63929                    },
63930                    "g-14": {
63931                        "blurb": "Band gain 400",
63932                        "conditionally-available": false,
63933                        "construct": true,
63934                        "construct-only": false,
63935                        "controllable": true,
63936                        "default": "1",
63937                        "max": "63.0957",
63938                        "min": "0.01585",
63939                        "mutable": "null",
63940                        "readable": true,
63941                        "type": "gfloat",
63942                        "writable": true
63943                    },
63944                    "g-15": {
63945                        "blurb": "Band gain 500",
63946                        "conditionally-available": false,
63947                        "construct": true,
63948                        "construct-only": false,
63949                        "controllable": true,
63950                        "default": "1",
63951                        "max": "63.0957",
63952                        "min": "0.01585",
63953                        "mutable": "null",
63954                        "readable": true,
63955                        "type": "gfloat",
63956                        "writable": true
63957                    },
63958                    "g-16": {
63959                        "blurb": "Band gain 630",
63960                        "conditionally-available": false,
63961                        "construct": true,
63962                        "construct-only": false,
63963                        "controllable": true,
63964                        "default": "1",
63965                        "max": "63.0957",
63966                        "min": "0.01585",
63967                        "mutable": "null",
63968                        "readable": true,
63969                        "type": "gfloat",
63970                        "writable": true
63971                    },
63972                    "g-17": {
63973                        "blurb": "Band gain 800",
63974                        "conditionally-available": false,
63975                        "construct": true,
63976                        "construct-only": false,
63977                        "controllable": true,
63978                        "default": "1",
63979                        "max": "63.0957",
63980                        "min": "0.01585",
63981                        "mutable": "null",
63982                        "readable": true,
63983                        "type": "gfloat",
63984                        "writable": true
63985                    },
63986                    "g-18": {
63987                        "blurb": "Band gain 1K",
63988                        "conditionally-available": false,
63989                        "construct": true,
63990                        "construct-only": false,
63991                        "controllable": true,
63992                        "default": "1",
63993                        "max": "63.0957",
63994                        "min": "0.01585",
63995                        "mutable": "null",
63996                        "readable": true,
63997                        "type": "gfloat",
63998                        "writable": true
63999                    },
64000                    "g-19": {
64001                        "blurb": "Band gain 1.25K",
64002                        "conditionally-available": false,
64003                        "construct": true,
64004                        "construct-only": false,
64005                        "controllable": true,
64006                        "default": "1",
64007                        "max": "63.0957",
64008                        "min": "0.01585",
64009                        "mutable": "null",
64010                        "readable": true,
64011                        "type": "gfloat",
64012                        "writable": true
64013                    },
64014                    "g-2": {
64015                        "blurb": "Band gain 25",
64016                        "conditionally-available": false,
64017                        "construct": true,
64018                        "construct-only": false,
64019                        "controllable": true,
64020                        "default": "1",
64021                        "max": "63.0957",
64022                        "min": "0.01585",
64023                        "mutable": "null",
64024                        "readable": true,
64025                        "type": "gfloat",
64026                        "writable": true
64027                    },
64028                    "g-20": {
64029                        "blurb": "Band gain 1.6K",
64030                        "conditionally-available": false,
64031                        "construct": true,
64032                        "construct-only": false,
64033                        "controllable": true,
64034                        "default": "1",
64035                        "max": "63.0957",
64036                        "min": "0.01585",
64037                        "mutable": "null",
64038                        "readable": true,
64039                        "type": "gfloat",
64040                        "writable": true
64041                    },
64042                    "g-21": {
64043                        "blurb": "Band gain 2K",
64044                        "conditionally-available": false,
64045                        "construct": true,
64046                        "construct-only": false,
64047                        "controllable": true,
64048                        "default": "1",
64049                        "max": "63.0957",
64050                        "min": "0.01585",
64051                        "mutable": "null",
64052                        "readable": true,
64053                        "type": "gfloat",
64054                        "writable": true
64055                    },
64056                    "g-22": {
64057                        "blurb": "Band gain 2.5K",
64058                        "conditionally-available": false,
64059                        "construct": true,
64060                        "construct-only": false,
64061                        "controllable": true,
64062                        "default": "1",
64063                        "max": "63.0957",
64064                        "min": "0.01585",
64065                        "mutable": "null",
64066                        "readable": true,
64067                        "type": "gfloat",
64068                        "writable": true
64069                    },
64070                    "g-23": {
64071                        "blurb": "Band gain 3.15K",
64072                        "conditionally-available": false,
64073                        "construct": true,
64074                        "construct-only": false,
64075                        "controllable": true,
64076                        "default": "1",
64077                        "max": "63.0957",
64078                        "min": "0.01585",
64079                        "mutable": "null",
64080                        "readable": true,
64081                        "type": "gfloat",
64082                        "writable": true
64083                    },
64084                    "g-24": {
64085                        "blurb": "Band gain 4K",
64086                        "conditionally-available": false,
64087                        "construct": true,
64088                        "construct-only": false,
64089                        "controllable": true,
64090                        "default": "1",
64091                        "max": "63.0957",
64092                        "min": "0.01585",
64093                        "mutable": "null",
64094                        "readable": true,
64095                        "type": "gfloat",
64096                        "writable": true
64097                    },
64098                    "g-25": {
64099                        "blurb": "Band gain 5K",
64100                        "conditionally-available": false,
64101                        "construct": true,
64102                        "construct-only": false,
64103                        "controllable": true,
64104                        "default": "1",
64105                        "max": "63.0957",
64106                        "min": "0.01585",
64107                        "mutable": "null",
64108                        "readable": true,
64109                        "type": "gfloat",
64110                        "writable": true
64111                    },
64112                    "g-26": {
64113                        "blurb": "Band gain 6.3K",
64114                        "conditionally-available": false,
64115                        "construct": true,
64116                        "construct-only": false,
64117                        "controllable": true,
64118                        "default": "1",
64119                        "max": "63.0957",
64120                        "min": "0.01585",
64121                        "mutable": "null",
64122                        "readable": true,
64123                        "type": "gfloat",
64124                        "writable": true
64125                    },
64126                    "g-27": {
64127                        "blurb": "Band gain 8K",
64128                        "conditionally-available": false,
64129                        "construct": true,
64130                        "construct-only": false,
64131                        "controllable": true,
64132                        "default": "1",
64133                        "max": "63.0957",
64134                        "min": "0.01585",
64135                        "mutable": "null",
64136                        "readable": true,
64137                        "type": "gfloat",
64138                        "writable": true
64139                    },
64140                    "g-28": {
64141                        "blurb": "Band gain 10K",
64142                        "conditionally-available": false,
64143                        "construct": true,
64144                        "construct-only": false,
64145                        "controllable": true,
64146                        "default": "1",
64147                        "max": "63.0957",
64148                        "min": "0.01585",
64149                        "mutable": "null",
64150                        "readable": true,
64151                        "type": "gfloat",
64152                        "writable": true
64153                    },
64154                    "g-29": {
64155                        "blurb": "Band gain 12.5K",
64156                        "conditionally-available": false,
64157                        "construct": true,
64158                        "construct-only": false,
64159                        "controllable": true,
64160                        "default": "1",
64161                        "max": "63.0957",
64162                        "min": "0.01585",
64163                        "mutable": "null",
64164                        "readable": true,
64165                        "type": "gfloat",
64166                        "writable": true
64167                    },
64168                    "g-3": {
64169                        "blurb": "Band gain 31.5",
64170                        "conditionally-available": false,
64171                        "construct": true,
64172                        "construct-only": false,
64173                        "controllable": true,
64174                        "default": "1",
64175                        "max": "63.0957",
64176                        "min": "0.01585",
64177                        "mutable": "null",
64178                        "readable": true,
64179                        "type": "gfloat",
64180                        "writable": true
64181                    },
64182                    "g-30": {
64183                        "blurb": "Band gain 16K",
64184                        "conditionally-available": false,
64185                        "construct": true,
64186                        "construct-only": false,
64187                        "controllable": true,
64188                        "default": "1",
64189                        "max": "63.0957",
64190                        "min": "0.01585",
64191                        "mutable": "null",
64192                        "readable": true,
64193                        "type": "gfloat",
64194                        "writable": true
64195                    },
64196                    "g-31": {
64197                        "blurb": "Band gain 20K",
64198                        "conditionally-available": false,
64199                        "construct": true,
64200                        "construct-only": false,
64201                        "controllable": true,
64202                        "default": "1",
64203                        "max": "63.0957",
64204                        "min": "0.01585",
64205                        "mutable": "null",
64206                        "readable": true,
64207                        "type": "gfloat",
64208                        "writable": true
64209                    },
64210                    "g-4": {
64211                        "blurb": "Band gain 40",
64212                        "conditionally-available": false,
64213                        "construct": true,
64214                        "construct-only": false,
64215                        "controllable": true,
64216                        "default": "1",
64217                        "max": "63.0957",
64218                        "min": "0.01585",
64219                        "mutable": "null",
64220                        "readable": true,
64221                        "type": "gfloat",
64222                        "writable": true
64223                    },
64224                    "g-5": {
64225                        "blurb": "Band gain 50",
64226                        "conditionally-available": false,
64227                        "construct": true,
64228                        "construct-only": false,
64229                        "controllable": true,
64230                        "default": "1",
64231                        "max": "63.0957",
64232                        "min": "0.01585",
64233                        "mutable": "null",
64234                        "readable": true,
64235                        "type": "gfloat",
64236                        "writable": true
64237                    },
64238                    "g-6": {
64239                        "blurb": "Band gain 63",
64240                        "conditionally-available": false,
64241                        "construct": true,
64242                        "construct-only": false,
64243                        "controllable": true,
64244                        "default": "1",
64245                        "max": "63.0957",
64246                        "min": "0.01585",
64247                        "mutable": "null",
64248                        "readable": true,
64249                        "type": "gfloat",
64250                        "writable": true
64251                    },
64252                    "g-7": {
64253                        "blurb": "Band gain 80",
64254                        "conditionally-available": false,
64255                        "construct": true,
64256                        "construct-only": false,
64257                        "controllable": true,
64258                        "default": "1",
64259                        "max": "63.0957",
64260                        "min": "0.01585",
64261                        "mutable": "null",
64262                        "readable": true,
64263                        "type": "gfloat",
64264                        "writable": true
64265                    },
64266                    "g-8": {
64267                        "blurb": "Band gain 100",
64268                        "conditionally-available": false,
64269                        "construct": true,
64270                        "construct-only": false,
64271                        "controllable": true,
64272                        "default": "1",
64273                        "max": "63.0957",
64274                        "min": "0.01585",
64275                        "mutable": "null",
64276                        "readable": true,
64277                        "type": "gfloat",
64278                        "writable": true
64279                    },
64280                    "g-9": {
64281                        "blurb": "Band gain 125",
64282                        "conditionally-available": false,
64283                        "construct": true,
64284                        "construct-only": false,
64285                        "controllable": true,
64286                        "default": "1",
64287                        "max": "63.0957",
64288                        "min": "0.01585",
64289                        "mutable": "null",
64290                        "readable": true,
64291                        "type": "gfloat",
64292                        "writable": true
64293                    },
64294                    "g-in": {
64295                        "blurb": "Input gain",
64296                        "conditionally-available": false,
64297                        "construct": true,
64298                        "construct-only": false,
64299                        "controllable": true,
64300                        "default": "1",
64301                        "max": "10",
64302                        "min": "0",
64303                        "mutable": "null",
64304                        "readable": true,
64305                        "type": "gfloat",
64306                        "writable": true
64307                    },
64308                    "g-out": {
64309                        "blurb": "Output gain",
64310                        "conditionally-available": false,
64311                        "construct": true,
64312                        "construct-only": false,
64313                        "controllable": true,
64314                        "default": "1",
64315                        "max": "10",
64316                        "min": "0",
64317                        "mutable": "null",
64318                        "readable": true,
64319                        "type": "gfloat",
64320                        "writable": true
64321                    },
64322                    "iml": {
64323                        "blurb": "Input signal meter Left",
64324                        "conditionally-available": false,
64325                        "construct": false,
64326                        "construct-only": false,
64327                        "controllable": true,
64328                        "default": "0",
64329                        "max": "3.98107",
64330                        "min": "0",
64331                        "mutable": "null",
64332                        "readable": true,
64333                        "type": "gfloat",
64334                        "writable": false
64335                    },
64336                    "imr": {
64337                        "blurb": "Input signal meter Right",
64338                        "conditionally-available": false,
64339                        "construct": false,
64340                        "construct-only": false,
64341                        "controllable": true,
64342                        "default": "0",
64343                        "max": "3.98107",
64344                        "min": "0",
64345                        "mutable": "null",
64346                        "readable": true,
64347                        "type": "gfloat",
64348                        "writable": false
64349                    },
64350                    "mode": {
64351                        "blurb": "Equalizer mode",
64352                        "conditionally-available": false,
64353                        "construct": true,
64354                        "construct-only": false,
64355                        "controllable": true,
64356                        "default": "IIR (0)",
64357                        "mutable": "null",
64358                        "readable": true,
64359                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereomode",
64360                        "writable": true
64361                    },
64362                    "out-latency": {
64363                        "blurb": "Latency OUT",
64364                        "conditionally-available": false,
64365                        "construct": false,
64366                        "construct-only": false,
64367                        "controllable": true,
64368                        "default": "0",
64369                        "max": "192000",
64370                        "min": "0",
64371                        "mutable": "null",
64372                        "readable": true,
64373                        "type": "gint",
64374                        "writable": false
64375                    },
64376                    "react": {
64377                        "blurb": "FFT reactivity",
64378                        "conditionally-available": false,
64379                        "construct": true,
64380                        "construct-only": false,
64381                        "controllable": true,
64382                        "default": "0.2",
64383                        "max": "1",
64384                        "min": "0",
64385                        "mutable": "null",
64386                        "readable": true,
64387                        "type": "gfloat",
64388                        "writable": true
64389                    },
64390                    "shift": {
64391                        "blurb": "Shift gain",
64392                        "conditionally-available": false,
64393                        "construct": true,
64394                        "construct-only": false,
64395                        "controllable": true,
64396                        "default": "1",
64397                        "max": "100",
64398                        "min": "0",
64399                        "mutable": "null",
64400                        "readable": true,
64401                        "type": "gfloat",
64402                        "writable": true
64403                    },
64404                    "slope": {
64405                        "blurb": "Filter slope",
64406                        "conditionally-available": false,
64407                        "construct": true,
64408                        "construct-only": false,
64409                        "controllable": true,
64410                        "default": "BT48 (0)",
64411                        "mutable": "null",
64412                        "readable": true,
64413                        "type": "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereoslope",
64414                        "writable": true
64415                    },
64416                    "sml": {
64417                        "blurb": "Output signal meter Left",
64418                        "conditionally-available": false,
64419                        "construct": false,
64420                        "construct-only": false,
64421                        "controllable": true,
64422                        "default": "0",
64423                        "max": "3.98107",
64424                        "min": "0",
64425                        "mutable": "null",
64426                        "readable": true,
64427                        "type": "gfloat",
64428                        "writable": false
64429                    },
64430                    "smr": {
64431                        "blurb": "Output signal meter Right",
64432                        "conditionally-available": false,
64433                        "construct": false,
64434                        "construct-only": false,
64435                        "controllable": true,
64436                        "default": "0",
64437                        "max": "3.98107",
64438                        "min": "0",
64439                        "mutable": "null",
64440                        "readable": true,
64441                        "type": "gfloat",
64442                        "writable": false
64443                    },
64444                    "xe-0": {
64445                        "blurb": "Band on 16",
64446                        "conditionally-available": false,
64447                        "construct": true,
64448                        "construct-only": false,
64449                        "controllable": true,
64450                        "default": "false",
64451                        "mutable": "null",
64452                        "readable": true,
64453                        "type": "gboolean",
64454                        "writable": true
64455                    },
64456                    "xe-1": {
64457                        "blurb": "Band on 20",
64458                        "conditionally-available": false,
64459                        "construct": true,
64460                        "construct-only": false,
64461                        "controllable": true,
64462                        "default": "false",
64463                        "mutable": "null",
64464                        "readable": true,
64465                        "type": "gboolean",
64466                        "writable": true
64467                    },
64468                    "xe-10": {
64469                        "blurb": "Band on 160",
64470                        "conditionally-available": false,
64471                        "construct": true,
64472                        "construct-only": false,
64473                        "controllable": true,
64474                        "default": "false",
64475                        "mutable": "null",
64476                        "readable": true,
64477                        "type": "gboolean",
64478                        "writable": true
64479                    },
64480                    "xe-11": {
64481                        "blurb": "Band on 200",
64482                        "conditionally-available": false,
64483                        "construct": true,
64484                        "construct-only": false,
64485                        "controllable": true,
64486                        "default": "false",
64487                        "mutable": "null",
64488                        "readable": true,
64489                        "type": "gboolean",
64490                        "writable": true
64491                    },
64492                    "xe-12": {
64493                        "blurb": "Band on 250",
64494                        "conditionally-available": false,
64495                        "construct": true,
64496                        "construct-only": false,
64497                        "controllable": true,
64498                        "default": "false",
64499                        "mutable": "null",
64500                        "readable": true,
64501                        "type": "gboolean",
64502                        "writable": true
64503                    },
64504                    "xe-13": {
64505                        "blurb": "Band on 315",
64506                        "conditionally-available": false,
64507                        "construct": true,
64508                        "construct-only": false,
64509                        "controllable": true,
64510                        "default": "false",
64511                        "mutable": "null",
64512                        "readable": true,
64513                        "type": "gboolean",
64514                        "writable": true
64515                    },
64516                    "xe-14": {
64517                        "blurb": "Band on 400",
64518                        "conditionally-available": false,
64519                        "construct": true,
64520                        "construct-only": false,
64521                        "controllable": true,
64522                        "default": "false",
64523                        "mutable": "null",
64524                        "readable": true,
64525                        "type": "gboolean",
64526                        "writable": true
64527                    },
64528                    "xe-15": {
64529                        "blurb": "Band on 500",
64530                        "conditionally-available": false,
64531                        "construct": true,
64532                        "construct-only": false,
64533                        "controllable": true,
64534                        "default": "false",
64535                        "mutable": "null",
64536                        "readable": true,
64537                        "type": "gboolean",
64538                        "writable": true
64539                    },
64540                    "xe-16": {
64541                        "blurb": "Band on 630",
64542                        "conditionally-available": false,
64543                        "construct": true,
64544                        "construct-only": false,
64545                        "controllable": true,
64546                        "default": "false",
64547                        "mutable": "null",
64548                        "readable": true,
64549                        "type": "gboolean",
64550                        "writable": true
64551                    },
64552                    "xe-17": {
64553                        "blurb": "Band on 800",
64554                        "conditionally-available": false,
64555                        "construct": true,
64556                        "construct-only": false,
64557                        "controllable": true,
64558                        "default": "false",
64559                        "mutable": "null",
64560                        "readable": true,
64561                        "type": "gboolean",
64562                        "writable": true
64563                    },
64564                    "xe-18": {
64565                        "blurb": "Band on 1K",
64566                        "conditionally-available": false,
64567                        "construct": true,
64568                        "construct-only": false,
64569                        "controllable": true,
64570                        "default": "false",
64571                        "mutable": "null",
64572                        "readable": true,
64573                        "type": "gboolean",
64574                        "writable": true
64575                    },
64576                    "xe-19": {
64577                        "blurb": "Band on 1.25K",
64578                        "conditionally-available": false,
64579                        "construct": true,
64580                        "construct-only": false,
64581                        "controllable": true,
64582                        "default": "false",
64583                        "mutable": "null",
64584                        "readable": true,
64585                        "type": "gboolean",
64586                        "writable": true
64587                    },
64588                    "xe-2": {
64589                        "blurb": "Band on 25",
64590                        "conditionally-available": false,
64591                        "construct": true,
64592                        "construct-only": false,
64593                        "controllable": true,
64594                        "default": "false",
64595                        "mutable": "null",
64596                        "readable": true,
64597                        "type": "gboolean",
64598                        "writable": true
64599                    },
64600                    "xe-20": {
64601                        "blurb": "Band on 1.6K",
64602                        "conditionally-available": false,
64603                        "construct": true,
64604                        "construct-only": false,
64605                        "controllable": true,
64606                        "default": "false",
64607                        "mutable": "null",
64608                        "readable": true,
64609                        "type": "gboolean",
64610                        "writable": true
64611                    },
64612                    "xe-21": {
64613                        "blurb": "Band on 2K",
64614                        "conditionally-available": false,
64615                        "construct": true,
64616                        "construct-only": false,
64617                        "controllable": true,
64618                        "default": "false",
64619                        "mutable": "null",
64620                        "readable": true,
64621                        "type": "gboolean",
64622                        "writable": true
64623                    },
64624                    "xe-22": {
64625                        "blurb": "Band on 2.5K",
64626                        "conditionally-available": false,
64627                        "construct": true,
64628                        "construct-only": false,
64629                        "controllable": true,
64630                        "default": "false",
64631                        "mutable": "null",
64632                        "readable": true,
64633                        "type": "gboolean",
64634                        "writable": true
64635                    },
64636                    "xe-23": {
64637                        "blurb": "Band on 3.15K",
64638                        "conditionally-available": false,
64639                        "construct": true,
64640                        "construct-only": false,
64641                        "controllable": true,
64642                        "default": "false",
64643                        "mutable": "null",
64644                        "readable": true,
64645                        "type": "gboolean",
64646                        "writable": true
64647                    },
64648                    "xe-24": {
64649                        "blurb": "Band on 4K",
64650                        "conditionally-available": false,
64651                        "construct": true,
64652                        "construct-only": false,
64653                        "controllable": true,
64654                        "default": "false",
64655                        "mutable": "null",
64656                        "readable": true,
64657                        "type": "gboolean",
64658                        "writable": true
64659                    },
64660                    "xe-25": {
64661                        "blurb": "Band on 5K",
64662                        "conditionally-available": false,
64663                        "construct": true,
64664                        "construct-only": false,
64665                        "controllable": true,
64666                        "default": "false",
64667                        "mutable": "null",
64668                        "readable": true,
64669                        "type": "gboolean",
64670                        "writable": true
64671                    },
64672                    "xe-26": {
64673                        "blurb": "Band on 6.3K",
64674                        "conditionally-available": false,
64675                        "construct": true,
64676                        "construct-only": false,
64677                        "controllable": true,
64678                        "default": "false",
64679                        "mutable": "null",
64680                        "readable": true,
64681                        "type": "gboolean",
64682                        "writable": true
64683                    },
64684                    "xe-27": {
64685                        "blurb": "Band on 8K",
64686                        "conditionally-available": false,
64687                        "construct": true,
64688                        "construct-only": false,
64689                        "controllable": true,
64690                        "default": "false",
64691                        "mutable": "null",
64692                        "readable": true,
64693                        "type": "gboolean",
64694                        "writable": true
64695                    },
64696                    "xe-28": {
64697                        "blurb": "Band on 10K",
64698                        "conditionally-available": false,
64699                        "construct": true,
64700                        "construct-only": false,
64701                        "controllable": true,
64702                        "default": "false",
64703                        "mutable": "null",
64704                        "readable": true,
64705                        "type": "gboolean",
64706                        "writable": true
64707                    },
64708                    "xe-29": {
64709                        "blurb": "Band on 12.5K",
64710                        "conditionally-available": false,
64711                        "construct": true,
64712                        "construct-only": false,
64713                        "controllable": true,
64714                        "default": "false",
64715                        "mutable": "null",
64716                        "readable": true,
64717                        "type": "gboolean",
64718                        "writable": true
64719                    },
64720                    "xe-3": {
64721                        "blurb": "Band on 31.5",
64722                        "conditionally-available": false,
64723                        "construct": true,
64724                        "construct-only": false,
64725                        "controllable": true,
64726                        "default": "false",
64727                        "mutable": "null",
64728                        "readable": true,
64729                        "type": "gboolean",
64730                        "writable": true
64731                    },
64732                    "xe-30": {
64733                        "blurb": "Band on 16K",
64734                        "conditionally-available": false,
64735                        "construct": true,
64736                        "construct-only": false,
64737                        "controllable": true,
64738                        "default": "false",
64739                        "mutable": "null",
64740                        "readable": true,
64741                        "type": "gboolean",
64742                        "writable": true
64743                    },
64744                    "xe-31": {
64745                        "blurb": "Band on 20K",
64746                        "conditionally-available": false,
64747                        "construct": true,
64748                        "construct-only": false,
64749                        "controllable": true,
64750                        "default": "false",
64751                        "mutable": "null",
64752                        "readable": true,
64753                        "type": "gboolean",
64754                        "writable": true
64755                    },
64756                    "xe-4": {
64757                        "blurb": "Band on 40",
64758                        "conditionally-available": false,
64759                        "construct": true,
64760                        "construct-only": false,
64761                        "controllable": true,
64762                        "default": "false",
64763                        "mutable": "null",
64764                        "readable": true,
64765                        "type": "gboolean",
64766                        "writable": true
64767                    },
64768                    "xe-5": {
64769                        "blurb": "Band on 50",
64770                        "conditionally-available": false,
64771                        "construct": true,
64772                        "construct-only": false,
64773                        "controllable": true,
64774                        "default": "false",
64775                        "mutable": "null",
64776                        "readable": true,
64777                        "type": "gboolean",
64778                        "writable": true
64779                    },
64780                    "xe-6": {
64781                        "blurb": "Band on 63",
64782                        "conditionally-available": false,
64783                        "construct": true,
64784                        "construct-only": false,
64785                        "controllable": true,
64786                        "default": "false",
64787                        "mutable": "null",
64788                        "readable": true,
64789                        "type": "gboolean",
64790                        "writable": true
64791                    },
64792                    "xe-7": {
64793                        "blurb": "Band on 80",
64794                        "conditionally-available": false,
64795                        "construct": true,
64796                        "construct-only": false,
64797                        "controllable": true,
64798                        "default": "false",
64799                        "mutable": "null",
64800                        "readable": true,
64801                        "type": "gboolean",
64802                        "writable": true
64803                    },
64804                    "xe-8": {
64805                        "blurb": "Band on 100",
64806                        "conditionally-available": false,
64807                        "construct": true,
64808                        "construct-only": false,
64809                        "controllable": true,
64810                        "default": "false",
64811                        "mutable": "null",
64812                        "readable": true,
64813                        "type": "gboolean",
64814                        "writable": true
64815                    },
64816                    "xe-9": {
64817                        "blurb": "Band on 125",
64818                        "conditionally-available": false,
64819                        "construct": true,
64820                        "construct-only": false,
64821                        "controllable": true,
64822                        "default": "false",
64823                        "mutable": "null",
64824                        "readable": true,
64825                        "type": "gboolean",
64826                        "writable": true
64827                    },
64828                    "xm-0": {
64829                        "blurb": "Band mute 16",
64830                        "conditionally-available": false,
64831                        "construct": true,
64832                        "construct-only": false,
64833                        "controllable": true,
64834                        "default": "false",
64835                        "mutable": "null",
64836                        "readable": true,
64837                        "type": "gboolean",
64838                        "writable": true
64839                    },
64840                    "xm-1": {
64841                        "blurb": "Band mute 20",
64842                        "conditionally-available": false,
64843                        "construct": true,
64844                        "construct-only": false,
64845                        "controllable": true,
64846                        "default": "false",
64847                        "mutable": "null",
64848                        "readable": true,
64849                        "type": "gboolean",
64850                        "writable": true
64851                    },
64852                    "xm-10": {
64853                        "blurb": "Band mute 160",
64854                        "conditionally-available": false,
64855                        "construct": true,
64856                        "construct-only": false,
64857                        "controllable": true,
64858                        "default": "false",
64859                        "mutable": "null",
64860                        "readable": true,
64861                        "type": "gboolean",
64862                        "writable": true
64863                    },
64864                    "xm-11": {
64865                        "blurb": "Band mute 200",
64866                        "conditionally-available": false,
64867                        "construct": true,
64868                        "construct-only": false,
64869                        "controllable": true,
64870                        "default": "false",
64871                        "mutable": "null",
64872                        "readable": true,
64873                        "type": "gboolean",
64874                        "writable": true
64875                    },
64876                    "xm-12": {
64877                        "blurb": "Band mute 250",
64878                        "conditionally-available": false,
64879                        "construct": true,
64880                        "construct-only": false,
64881                        "controllable": true,
64882                        "default": "false",
64883                        "mutable": "null",
64884                        "readable": true,
64885                        "type": "gboolean",
64886                        "writable": true
64887                    },
64888                    "xm-13": {
64889                        "blurb": "Band mute 315",
64890                        "conditionally-available": false,
64891                        "construct": true,
64892                        "construct-only": false,
64893                        "controllable": true,
64894                        "default": "false",
64895                        "mutable": "null",
64896                        "readable": true,
64897                        "type": "gboolean",
64898                        "writable": true
64899                    },
64900                    "xm-14": {
64901                        "blurb": "Band mute 400",
64902                        "conditionally-available": false,
64903                        "construct": true,
64904                        "construct-only": false,
64905                        "controllable": true,
64906                        "default": "false",
64907                        "mutable": "null",
64908                        "readable": true,
64909                        "type": "gboolean",
64910                        "writable": true
64911                    },
64912                    "xm-15": {
64913                        "blurb": "Band mute 500",
64914                        "conditionally-available": false,
64915                        "construct": true,
64916                        "construct-only": false,
64917                        "controllable": true,
64918                        "default": "false",
64919                        "mutable": "null",
64920                        "readable": true,
64921                        "type": "gboolean",
64922                        "writable": true
64923                    },
64924                    "xm-16": {
64925                        "blurb": "Band mute 630",
64926                        "conditionally-available": false,
64927                        "construct": true,
64928                        "construct-only": false,
64929                        "controllable": true,
64930                        "default": "false",
64931                        "mutable": "null",
64932                        "readable": true,
64933                        "type": "gboolean",
64934                        "writable": true
64935                    },
64936                    "xm-17": {
64937                        "blurb": "Band mute 800",
64938                        "conditionally-available": false,
64939                        "construct": true,
64940                        "construct-only": false,
64941                        "controllable": true,
64942                        "default": "false",
64943                        "mutable": "null",
64944                        "readable": true,
64945                        "type": "gboolean",
64946                        "writable": true
64947                    },
64948                    "xm-18": {
64949                        "blurb": "Band mute 1K",
64950                        "conditionally-available": false,
64951                        "construct": true,
64952                        "construct-only": false,
64953                        "controllable": true,
64954                        "default": "false",
64955                        "mutable": "null",
64956                        "readable": true,
64957                        "type": "gboolean",
64958                        "writable": true
64959                    },
64960                    "xm-19": {
64961                        "blurb": "Band mute 1.25K",
64962                        "conditionally-available": false,
64963                        "construct": true,
64964                        "construct-only": false,
64965                        "controllable": true,
64966                        "default": "false",
64967                        "mutable": "null",
64968                        "readable": true,
64969                        "type": "gboolean",
64970                        "writable": true
64971                    },
64972                    "xm-2": {
64973                        "blurb": "Band mute 25",
64974                        "conditionally-available": false,
64975                        "construct": true,
64976                        "construct-only": false,
64977                        "controllable": true,
64978                        "default": "false",
64979                        "mutable": "null",
64980                        "readable": true,
64981                        "type": "gboolean",
64982                        "writable": true
64983                    },
64984                    "xm-20": {
64985                        "blurb": "Band mute 1.6K",
64986                        "conditionally-available": false,
64987                        "construct": true,
64988                        "construct-only": false,
64989                        "controllable": true,
64990                        "default": "false",
64991                        "mutable": "null",
64992                        "readable": true,
64993                        "type": "gboolean",
64994                        "writable": true
64995                    },
64996                    "xm-21": {
64997                        "blurb": "Band mute 2K",
64998                        "conditionally-available": false,
64999                        "construct": true,
65000                        "construct-only": false,
65001                        "controllable": true,
65002                        "default": "false",
65003                        "mutable": "null",
65004                        "readable": true,
65005                        "type": "gboolean",
65006                        "writable": true
65007                    },
65008                    "xm-22": {
65009                        "blurb": "Band mute 2.5K",
65010                        "conditionally-available": false,
65011                        "construct": true,
65012                        "construct-only": false,
65013                        "controllable": true,
65014                        "default": "false",
65015                        "mutable": "null",
65016                        "readable": true,
65017                        "type": "gboolean",
65018                        "writable": true
65019                    },
65020                    "xm-23": {
65021                        "blurb": "Band mute 3.15K",
65022                        "conditionally-available": false,
65023                        "construct": true,
65024                        "construct-only": false,
65025                        "controllable": true,
65026                        "default": "false",
65027                        "mutable": "null",
65028                        "readable": true,
65029                        "type": "gboolean",
65030                        "writable": true
65031                    },
65032                    "xm-24": {
65033                        "blurb": "Band mute 4K",
65034                        "conditionally-available": false,
65035                        "construct": true,
65036                        "construct-only": false,
65037                        "controllable": true,
65038                        "default": "false",
65039                        "mutable": "null",
65040                        "readable": true,
65041                        "type": "gboolean",
65042                        "writable": true
65043                    },
65044                    "xm-25": {
65045                        "blurb": "Band mute 5K",
65046                        "conditionally-available": false,
65047                        "construct": true,
65048                        "construct-only": false,
65049                        "controllable": true,
65050                        "default": "false",
65051                        "mutable": "null",
65052                        "readable": true,
65053                        "type": "gboolean",
65054                        "writable": true
65055                    },
65056                    "xm-26": {
65057                        "blurb": "Band mute 6.3K",
65058                        "conditionally-available": false,
65059                        "construct": true,
65060                        "construct-only": false,
65061                        "controllable": true,
65062                        "default": "false",
65063                        "mutable": "null",
65064                        "readable": true,
65065                        "type": "gboolean",
65066                        "writable": true
65067                    },
65068                    "xm-27": {
65069                        "blurb": "Band mute 8K",
65070                        "conditionally-available": false,
65071                        "construct": true,
65072                        "construct-only": false,
65073                        "controllable": true,
65074                        "default": "false",
65075                        "mutable": "null",
65076                        "readable": true,
65077                        "type": "gboolean",
65078                        "writable": true
65079                    },
65080                    "xm-28": {
65081                        "blurb": "Band mute 10K",
65082                        "conditionally-available": false,
65083                        "construct": true,
65084                        "construct-only": false,
65085                        "controllable": true,
65086                        "default": "false",
65087                        "mutable": "null",
65088                        "readable": true,
65089                        "type": "gboolean",
65090                        "writable": true
65091                    },
65092                    "xm-29": {
65093                        "blurb": "Band mute 12.5K",
65094                        "conditionally-available": false,
65095                        "construct": true,
65096                        "construct-only": false,
65097                        "controllable": true,
65098                        "default": "false",
65099                        "mutable": "null",
65100                        "readable": true,
65101                        "type": "gboolean",
65102                        "writable": true
65103                    },
65104                    "xm-3": {
65105                        "blurb": "Band mute 31.5",
65106                        "conditionally-available": false,
65107                        "construct": true,
65108                        "construct-only": false,
65109                        "controllable": true,
65110                        "default": "false",
65111                        "mutable": "null",
65112                        "readable": true,
65113                        "type": "gboolean",
65114                        "writable": true
65115                    },
65116                    "xm-30": {
65117                        "blurb": "Band mute 16K",
65118                        "conditionally-available": false,
65119                        "construct": true,
65120                        "construct-only": false,
65121                        "controllable": true,
65122                        "default": "false",
65123                        "mutable": "null",
65124                        "readable": true,
65125                        "type": "gboolean",
65126                        "writable": true
65127                    },
65128                    "xm-31": {
65129                        "blurb": "Band mute 20K",
65130                        "conditionally-available": false,
65131                        "construct": true,
65132                        "construct-only": false,
65133                        "controllable": true,
65134                        "default": "false",
65135                        "mutable": "null",
65136                        "readable": true,
65137                        "type": "gboolean",
65138                        "writable": true
65139                    },
65140                    "xm-4": {
65141                        "blurb": "Band mute 40",
65142                        "conditionally-available": false,
65143                        "construct": true,
65144                        "construct-only": false,
65145                        "controllable": true,
65146                        "default": "false",
65147                        "mutable": "null",
65148                        "readable": true,
65149                        "type": "gboolean",
65150                        "writable": true
65151                    },
65152                    "xm-5": {
65153                        "blurb": "Band mute 50",
65154                        "conditionally-available": false,
65155                        "construct": true,
65156                        "construct-only": false,
65157                        "controllable": true,
65158                        "default": "false",
65159                        "mutable": "null",
65160                        "readable": true,
65161                        "type": "gboolean",
65162                        "writable": true
65163                    },
65164                    "xm-6": {
65165                        "blurb": "Band mute 63",
65166                        "conditionally-available": false,
65167                        "construct": true,
65168                        "construct-only": false,
65169                        "controllable": true,
65170                        "default": "false",
65171                        "mutable": "null",
65172                        "readable": true,
65173                        "type": "gboolean",
65174                        "writable": true
65175                    },
65176                    "xm-7": {
65177                        "blurb": "Band mute 80",
65178                        "conditionally-available": false,
65179                        "construct": true,
65180                        "construct-only": false,
65181                        "controllable": true,
65182                        "default": "false",
65183                        "mutable": "null",
65184                        "readable": true,
65185                        "type": "gboolean",
65186                        "writable": true
65187                    },
65188                    "xm-8": {
65189                        "blurb": "Band mute 100",
65190                        "conditionally-available": false,
65191                        "construct": true,
65192                        "construct-only": false,
65193                        "controllable": true,
65194                        "default": "false",
65195                        "mutable": "null",
65196                        "readable": true,
65197                        "type": "gboolean",
65198                        "writable": true
65199                    },
65200                    "xm-9": {
65201                        "blurb": "Band mute 125",
65202                        "conditionally-available": false,
65203                        "construct": true,
65204                        "construct-only": false,
65205                        "controllable": true,
65206                        "default": "false",
65207                        "mutable": "null",
65208                        "readable": true,
65209                        "type": "gboolean",
65210                        "writable": true
65211                    },
65212                    "xs-0": {
65213                        "blurb": "Band solo 16",
65214                        "conditionally-available": false,
65215                        "construct": true,
65216                        "construct-only": false,
65217                        "controllable": true,
65218                        "default": "false",
65219                        "mutable": "null",
65220                        "readable": true,
65221                        "type": "gboolean",
65222                        "writable": true
65223                    },
65224                    "xs-1": {
65225                        "blurb": "Band solo 20",
65226                        "conditionally-available": false,
65227                        "construct": true,
65228                        "construct-only": false,
65229                        "controllable": true,
65230                        "default": "false",
65231                        "mutable": "null",
65232                        "readable": true,
65233                        "type": "gboolean",
65234                        "writable": true
65235                    },
65236                    "xs-10": {
65237                        "blurb": "Band solo 160",
65238                        "conditionally-available": false,
65239                        "construct": true,
65240                        "construct-only": false,
65241                        "controllable": true,
65242                        "default": "false",
65243                        "mutable": "null",
65244                        "readable": true,
65245                        "type": "gboolean",
65246                        "writable": true
65247                    },
65248                    "xs-11": {
65249                        "blurb": "Band solo 200",
65250                        "conditionally-available": false,
65251                        "construct": true,
65252                        "construct-only": false,
65253                        "controllable": true,
65254                        "default": "false",
65255                        "mutable": "null",
65256                        "readable": true,
65257                        "type": "gboolean",
65258                        "writable": true
65259                    },
65260                    "xs-12": {
65261                        "blurb": "Band solo 250",
65262                        "conditionally-available": false,
65263                        "construct": true,
65264                        "construct-only": false,
65265                        "controllable": true,
65266                        "default": "false",
65267                        "mutable": "null",
65268                        "readable": true,
65269                        "type": "gboolean",
65270                        "writable": true
65271                    },
65272                    "xs-13": {
65273                        "blurb": "Band solo 315",
65274                        "conditionally-available": false,
65275                        "construct": true,
65276                        "construct-only": false,
65277                        "controllable": true,
65278                        "default": "false",
65279                        "mutable": "null",
65280                        "readable": true,
65281                        "type": "gboolean",
65282                        "writable": true
65283                    },
65284                    "xs-14": {
65285                        "blurb": "Band solo 400",
65286                        "conditionally-available": false,
65287                        "construct": true,
65288                        "construct-only": false,
65289                        "controllable": true,
65290                        "default": "false",
65291                        "mutable": "null",
65292                        "readable": true,
65293                        "type": "gboolean",
65294                        "writable": true
65295                    },
65296                    "xs-15": {
65297                        "blurb": "Band solo 500",
65298                        "conditionally-available": false,
65299                        "construct": true,
65300                        "construct-only": false,
65301                        "controllable": true,
65302                        "default": "false",
65303                        "mutable": "null",
65304                        "readable": true,
65305                        "type": "gboolean",
65306                        "writable": true
65307                    },
65308                    "xs-16": {
65309                        "blurb": "Band solo 630",
65310                        "conditionally-available": false,
65311                        "construct": true,
65312                        "construct-only": false,
65313                        "controllable": true,
65314                        "default": "false",
65315                        "mutable": "null",
65316                        "readable": true,
65317                        "type": "gboolean",
65318                        "writable": true
65319                    },
65320                    "xs-17": {
65321                        "blurb": "Band solo 800",
65322                        "conditionally-available": false,
65323                        "construct": true,
65324                        "construct-only": false,
65325                        "controllable": true,
65326                        "default": "false",
65327                        "mutable": "null",
65328                        "readable": true,
65329                        "type": "gboolean",
65330                        "writable": true
65331                    },
65332                    "xs-18": {
65333                        "blurb": "Band solo 1K",
65334                        "conditionally-available": false,
65335                        "construct": true,
65336                        "construct-only": false,
65337                        "controllable": true,
65338                        "default": "false",
65339                        "mutable": "null",
65340                        "readable": true,
65341                        "type": "gboolean",
65342                        "writable": true
65343                    },
65344                    "xs-19": {
65345                        "blurb": "Band solo 1.25K",
65346                        "conditionally-available": false,
65347                        "construct": true,
65348                        "construct-only": false,
65349                        "controllable": true,
65350                        "default": "false",
65351                        "mutable": "null",
65352                        "readable": true,
65353                        "type": "gboolean",
65354                        "writable": true
65355                    },
65356                    "xs-2": {
65357                        "blurb": "Band solo 25",
65358                        "conditionally-available": false,
65359                        "construct": true,
65360                        "construct-only": false,
65361                        "controllable": true,
65362                        "default": "false",
65363                        "mutable": "null",
65364                        "readable": true,
65365                        "type": "gboolean",
65366                        "writable": true
65367                    },
65368                    "xs-20": {
65369                        "blurb": "Band solo 1.6K",
65370                        "conditionally-available": false,
65371                        "construct": true,
65372                        "construct-only": false,
65373                        "controllable": true,
65374                        "default": "false",
65375                        "mutable": "null",
65376                        "readable": true,
65377                        "type": "gboolean",
65378                        "writable": true
65379                    },
65380                    "xs-21": {
65381                        "blurb": "Band solo 2K",
65382                        "conditionally-available": false,
65383                        "construct": true,
65384                        "construct-only": false,
65385                        "controllable": true,
65386                        "default": "false",
65387                        "mutable": "null",
65388                        "readable": true,
65389                        "type": "gboolean",
65390                        "writable": true
65391                    },
65392                    "xs-22": {
65393                        "blurb": "Band solo 2.5K",
65394                        "conditionally-available": false,
65395                        "construct": true,
65396                        "construct-only": false,
65397                        "controllable": true,
65398                        "default": "false",
65399                        "mutable": "null",
65400                        "readable": true,
65401                        "type": "gboolean",
65402                        "writable": true
65403                    },
65404                    "xs-23": {
65405                        "blurb": "Band solo 3.15K",
65406                        "conditionally-available": false,
65407                        "construct": true,
65408                        "construct-only": false,
65409                        "controllable": true,
65410                        "default": "false",
65411                        "mutable": "null",
65412                        "readable": true,
65413                        "type": "gboolean",
65414                        "writable": true
65415                    },
65416                    "xs-24": {
65417                        "blurb": "Band solo 4K",
65418                        "conditionally-available": false,
65419                        "construct": true,
65420                        "construct-only": false,
65421                        "controllable": true,
65422                        "default": "false",
65423                        "mutable": "null",
65424                        "readable": true,
65425                        "type": "gboolean",
65426                        "writable": true
65427                    },
65428                    "xs-25": {
65429                        "blurb": "Band solo 5K",
65430                        "conditionally-available": false,
65431                        "construct": true,
65432                        "construct-only": false,
65433                        "controllable": true,
65434                        "default": "false",
65435                        "mutable": "null",
65436                        "readable": true,
65437                        "type": "gboolean",
65438                        "writable": true
65439                    },
65440                    "xs-26": {
65441                        "blurb": "Band solo 6.3K",
65442                        "conditionally-available": false,
65443                        "construct": true,
65444                        "construct-only": false,
65445                        "controllable": true,
65446                        "default": "false",
65447                        "mutable": "null",
65448                        "readable": true,
65449                        "type": "gboolean",
65450                        "writable": true
65451                    },
65452                    "xs-27": {
65453                        "blurb": "Band solo 8K",
65454                        "conditionally-available": false,
65455                        "construct": true,
65456                        "construct-only": false,
65457                        "controllable": true,
65458                        "default": "false",
65459                        "mutable": "null",
65460                        "readable": true,
65461                        "type": "gboolean",
65462                        "writable": true
65463                    },
65464                    "xs-28": {
65465                        "blurb": "Band solo 10K",
65466                        "conditionally-available": false,
65467                        "construct": true,
65468                        "construct-only": false,
65469                        "controllable": true,
65470                        "default": "false",
65471                        "mutable": "null",
65472                        "readable": true,
65473                        "type": "gboolean",
65474                        "writable": true
65475                    },
65476                    "xs-29": {
65477                        "blurb": "Band solo 12.5K",
65478                        "conditionally-available": false,
65479                        "construct": true,
65480                        "construct-only": false,
65481                        "controllable": true,
65482                        "default": "false",
65483                        "mutable": "null",
65484                        "readable": true,
65485                        "type": "gboolean",
65486                        "writable": true
65487                    },
65488                    "xs-3": {
65489                        "blurb": "Band solo 31.5",
65490                        "conditionally-available": false,
65491                        "construct": true,
65492                        "construct-only": false,
65493                        "controllable": true,
65494                        "default": "false",
65495                        "mutable": "null",
65496                        "readable": true,
65497                        "type": "gboolean",
65498                        "writable": true
65499                    },
65500                    "xs-30": {
65501                        "blurb": "Band solo 16K",
65502                        "conditionally-available": false,
65503                        "construct": true,
65504                        "construct-only": false,
65505                        "controllable": true,
65506                        "default": "false",
65507                        "mutable": "null",
65508                        "readable": true,
65509                        "type": "gboolean",
65510                        "writable": true
65511                    },
65512                    "xs-31": {
65513                        "blurb": "Band solo 20K",
65514                        "conditionally-available": false,
65515                        "construct": true,
65516                        "construct-only": false,
65517                        "controllable": true,
65518                        "default": "false",
65519                        "mutable": "null",
65520                        "readable": true,
65521                        "type": "gboolean",
65522                        "writable": true
65523                    },
65524                    "xs-4": {
65525                        "blurb": "Band solo 40",
65526                        "conditionally-available": false,
65527                        "construct": true,
65528                        "construct-only": false,
65529                        "controllable": true,
65530                        "default": "false",
65531                        "mutable": "null",
65532                        "readable": true,
65533                        "type": "gboolean",
65534                        "writable": true
65535                    },
65536                    "xs-5": {
65537                        "blurb": "Band solo 50",
65538                        "conditionally-available": false,
65539                        "construct": true,
65540                        "construct-only": false,
65541                        "controllable": true,
65542                        "default": "false",
65543                        "mutable": "null",
65544                        "readable": true,
65545                        "type": "gboolean",
65546                        "writable": true
65547                    },
65548                    "xs-6": {
65549                        "blurb": "Band solo 63",
65550                        "conditionally-available": false,
65551                        "construct": true,
65552                        "construct-only": false,
65553                        "controllable": true,
65554                        "default": "false",
65555                        "mutable": "null",
65556                        "readable": true,
65557                        "type": "gboolean",
65558                        "writable": true
65559                    },
65560                    "xs-7": {
65561                        "blurb": "Band solo 80",
65562                        "conditionally-available": false,
65563                        "construct": true,
65564                        "construct-only": false,
65565                        "controllable": true,
65566                        "default": "false",
65567                        "mutable": "null",
65568                        "readable": true,
65569                        "type": "gboolean",
65570                        "writable": true
65571                    },
65572                    "xs-8": {
65573                        "blurb": "Band solo 100",
65574                        "conditionally-available": false,
65575                        "construct": true,
65576                        "construct-only": false,
65577                        "controllable": true,
65578                        "default": "false",
65579                        "mutable": "null",
65580                        "readable": true,
65581                        "type": "gboolean",
65582                        "writable": true
65583                    },
65584                    "xs-9": {
65585                        "blurb": "Band solo 125",
65586                        "conditionally-available": false,
65587                        "construct": true,
65588                        "construct-only": false,
65589                        "controllable": true,
65590                        "default": "false",
65591                        "mutable": "null",
65592                        "readable": true,
65593                        "type": "gboolean",
65594                        "writable": true
65595                    },
65596                    "zoom": {
65597                        "blurb": "Graph zoom",
65598                        "conditionally-available": false,
65599                        "construct": true,
65600                        "construct-only": false,
65601                        "controllable": true,
65602                        "default": "1",
65603                        "max": "1",
65604                        "min": "0.01585",
65605                        "mutable": "null",
65606                        "readable": true,
65607                        "type": "gfloat",
65608                        "writable": true
65609                    }
65610                },
65611                "rank": "none"
65612            },
65613            "lsp-plug-in-plugins-lv2-impulse-responses-mono": {
65614                "author": "LSP LV2",
65615                "description": "LSP Impulse Responses Mono",
65616                "hierarchy": [
65617                    "lsp-plug-in-plugins-lv2-impulse-responses-mono",
65618                    "GstAudioFilter",
65619                    "GstBaseTransform",
65620                    "GstElement",
65621                    "GstObject",
65622                    "GInitiallyUnowned",
65623                    "GObject"
65624                ],
65625                "interfaces": [
65626                    "GstPreset"
65627                ],
65628                "klass": "Filter/Effect/Audio/LV2/Reverb",
65629                "long-name": "LSP Impulse Responses Mono",
65630                "pad-templates": {
65631                    "sink": {
65632                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
65633                        "direction": "sink",
65634                        "presence": "always"
65635                    },
65636                    "src": {
65637                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
65638                        "direction": "src",
65639                        "presence": "always"
65640                    }
65641                },
65642                "properties": {
65643                    "bypass": {
65644                        "blurb": "Bypass",
65645                        "conditionally-available": false,
65646                        "construct": true,
65647                        "construct-only": false,
65648                        "controllable": true,
65649                        "default": "false",
65650                        "mutable": "null",
65651                        "readable": true,
65652                        "type": "gboolean",
65653                        "writable": true
65654                    },
65655                    "ca": {
65656                        "blurb": "Channel activity",
65657                        "conditionally-available": false,
65658                        "construct": false,
65659                        "construct-only": false,
65660                        "controllable": true,
65661                        "default": "false",
65662                        "mutable": "null",
65663                        "readable": true,
65664                        "type": "gboolean",
65665                        "writable": false
65666                    },
65667                    "cs": {
65668                        "blurb": "Channel source",
65669                        "conditionally-available": false,
65670                        "construct": true,
65671                        "construct-only": false,
65672                        "controllable": true,
65673                        "default": "None (0)",
65674                        "mutable": "null",
65675                        "readable": true,
65676                        "type": "lsp-plug-in-plugins-lv2-impulse-responses-monocs",
65677                        "writable": true
65678                    },
65679                    "dry": {
65680                        "blurb": "Dry amount",
65681                        "conditionally-available": false,
65682                        "construct": true,
65683                        "construct-only": false,
65684                        "controllable": true,
65685                        "default": "1",
65686                        "max": "10",
65687                        "min": "0",
65688                        "mutable": "null",
65689                        "readable": true,
65690                        "type": "gfloat",
65691                        "writable": true
65692                    },
65693                    "eq-0": {
65694                        "blurb": "Band 50Hz gain",
65695                        "conditionally-available": false,
65696                        "construct": true,
65697                        "construct-only": false,
65698                        "controllable": true,
65699                        "default": "1",
65700                        "max": "3.98107",
65701                        "min": "0.25119",
65702                        "mutable": "null",
65703                        "readable": true,
65704                        "type": "gfloat",
65705                        "writable": true
65706                    },
65707                    "eq-1": {
65708                        "blurb": "Band 107Hz gain",
65709                        "conditionally-available": false,
65710                        "construct": true,
65711                        "construct-only": false,
65712                        "controllable": true,
65713                        "default": "1",
65714                        "max": "3.98107",
65715                        "min": "0.25119",
65716                        "mutable": "null",
65717                        "readable": true,
65718                        "type": "gfloat",
65719                        "writable": true
65720                    },
65721                    "eq-2": {
65722                        "blurb": "Band 227Hz gain",
65723                        "conditionally-available": false,
65724                        "construct": true,
65725                        "construct-only": false,
65726                        "controllable": true,
65727                        "default": "1",
65728                        "max": "3.98107",
65729                        "min": "0.25119",
65730                        "mutable": "null",
65731                        "readable": true,
65732                        "type": "gfloat",
65733                        "writable": true
65734                    },
65735                    "eq-3": {
65736                        "blurb": "Band 484Hz gain",
65737                        "conditionally-available": false,
65738                        "construct": true,
65739                        "construct-only": false,
65740                        "controllable": true,
65741                        "default": "1",
65742                        "max": "3.98107",
65743                        "min": "0.25119",
65744                        "mutable": "null",
65745                        "readable": true,
65746                        "type": "gfloat",
65747                        "writable": true
65748                    },
65749                    "eq-4": {
65750                        "blurb": "Band 1 kHz gain",
65751                        "conditionally-available": false,
65752                        "construct": true,
65753                        "construct-only": false,
65754                        "controllable": true,
65755                        "default": "1",
65756                        "max": "3.98107",
65757                        "min": "0.25119",
65758                        "mutable": "null",
65759                        "readable": true,
65760                        "type": "gfloat",
65761                        "writable": true
65762                    },
65763                    "eq-5": {
65764                        "blurb": "Band 2.2 kHz gain",
65765                        "conditionally-available": false,
65766                        "construct": true,
65767                        "construct-only": false,
65768                        "controllable": true,
65769                        "default": "1",
65770                        "max": "3.98107",
65771                        "min": "0.25119",
65772                        "mutable": "null",
65773                        "readable": true,
65774                        "type": "gfloat",
65775                        "writable": true
65776                    },
65777                    "eq-6": {
65778                        "blurb": "Band 4.7 kHz gain",
65779                        "conditionally-available": false,
65780                        "construct": true,
65781                        "construct-only": false,
65782                        "controllable": true,
65783                        "default": "1",
65784                        "max": "3.98107",
65785                        "min": "0.25119",
65786                        "mutable": "null",
65787                        "readable": true,
65788                        "type": "gfloat",
65789                        "writable": true
65790                    },
65791                    "eq-7": {
65792                        "blurb": "Band 10 kHz gain",
65793                        "conditionally-available": false,
65794                        "construct": true,
65795                        "construct-only": false,
65796                        "controllable": true,
65797                        "default": "1",
65798                        "max": "3.98107",
65799                        "min": "0.25119",
65800                        "mutable": "null",
65801                        "readable": true,
65802                        "type": "gfloat",
65803                        "writable": true
65804                    },
65805                    "fft": {
65806                        "blurb": "FFT size",
65807                        "conditionally-available": false,
65808                        "construct": true,
65809                        "construct-only": false,
65810                        "controllable": true,
65811                        "default": "32767 (6)",
65812                        "mutable": "null",
65813                        "readable": true,
65814                        "type": "lsp-plug-in-plugins-lv2-impulse-responses-monofft",
65815                        "writable": true
65816                    },
65817                    "g-out": {
65818                        "blurb": "Output gain",
65819                        "conditionally-available": false,
65820                        "construct": true,
65821                        "construct-only": false,
65822                        "controllable": true,
65823                        "default": "1",
65824                        "max": "10",
65825                        "min": "0",
65826                        "mutable": "null",
65827                        "readable": true,
65828                        "type": "gfloat",
65829                        "writable": true
65830                    },
65831                    "hcf": {
65832                        "blurb": "High-cut frequency",
65833                        "conditionally-available": false,
65834                        "construct": true,
65835                        "construct-only": false,
65836                        "controllable": true,
65837                        "default": "10000",
65838                        "max": "22000",
65839                        "min": "2000",
65840                        "mutable": "null",
65841                        "readable": true,
65842                        "type": "gfloat",
65843                        "writable": true
65844                    },
65845                    "hcm": {
65846                        "blurb": "High-cut mode",
65847                        "conditionally-available": false,
65848                        "construct": true,
65849                        "construct-only": false,
65850                        "controllable": true,
65851                        "default": "off (0)",
65852                        "mutable": "null",
65853                        "readable": true,
65854                        "type": "lsp-plug-in-plugins-lv2-impulse-responses-monohcm",
65855                        "writable": true
65856                    },
65857                    "ifi": {
65858                        "blurb": "Fade in",
65859                        "conditionally-available": false,
65860                        "construct": true,
65861                        "construct-only": false,
65862                        "controllable": true,
65863                        "default": "0",
65864                        "max": "10000",
65865                        "min": "0",
65866                        "mutable": "null",
65867                        "readable": true,
65868                        "type": "gfloat",
65869                        "writable": true
65870                    },
65871                    "ifl": {
65872                        "blurb": "Impulse length",
65873                        "conditionally-available": false,
65874                        "construct": false,
65875                        "construct-only": false,
65876                        "controllable": true,
65877                        "default": "0",
65878                        "max": "10000",
65879                        "min": "0",
65880                        "mutable": "null",
65881                        "readable": true,
65882                        "type": "gfloat",
65883                        "writable": false
65884                    },
65885                    "ifo": {
65886                        "blurb": "Fade out",
65887                        "conditionally-available": false,
65888                        "construct": true,
65889                        "construct-only": false,
65890                        "controllable": true,
65891                        "default": "0",
65892                        "max": "10000",
65893                        "min": "0",
65894                        "mutable": "null",
65895                        "readable": true,
65896                        "type": "gfloat",
65897                        "writable": true
65898                    },
65899                    "ifs": {
65900                        "blurb": "Load status",
65901                        "conditionally-available": false,
65902                        "construct": false,
65903                        "construct-only": false,
65904                        "controllable": true,
65905                        "default": "0",
65906                        "max": "55",
65907                        "min": "0",
65908                        "mutable": "null",
65909                        "readable": true,
65910                        "type": "gint",
65911                        "writable": false
65912                    },
65913                    "ihc": {
65914                        "blurb": "Head cut",
65915                        "conditionally-available": false,
65916                        "construct": true,
65917                        "construct-only": false,
65918                        "controllable": true,
65919                        "default": "0",
65920                        "max": "10000",
65921                        "min": "0",
65922                        "mutable": "null",
65923                        "readable": true,
65924                        "type": "gfloat",
65925                        "writable": true
65926                    },
65927                    "ils": {
65928                        "blurb": "Impulse listen",
65929                        "conditionally-available": false,
65930                        "construct": true,
65931                        "construct-only": false,
65932                        "controllable": true,
65933                        "default": "false",
65934                        "mutable": "null",
65935                        "readable": true,
65936                        "type": "gboolean",
65937                        "writable": true
65938                    },
65939                    "itc": {
65940                        "blurb": "Tail cut",
65941                        "conditionally-available": false,
65942                        "construct": true,
65943                        "construct-only": false,
65944                        "controllable": true,
65945                        "default": "0",
65946                        "max": "10000",
65947                        "min": "0",
65948                        "mutable": "null",
65949                        "readable": true,
65950                        "type": "gfloat",
65951                        "writable": true
65952                    },
65953                    "lcf": {
65954                        "blurb": "Low-cut frequency",
65955                        "conditionally-available": false,
65956                        "construct": true,
65957                        "construct-only": false,
65958                        "controllable": true,
65959                        "default": "50",
65960                        "max": "1000",
65961                        "min": "10",
65962                        "mutable": "null",
65963                        "readable": true,
65964                        "type": "gfloat",
65965                        "writable": true
65966                    },
65967                    "lcm": {
65968                        "blurb": "Low-cut mode",
65969                        "conditionally-available": false,
65970                        "construct": true,
65971                        "construct-only": false,
65972                        "controllable": true,
65973                        "default": "off (0)",
65974                        "mutable": "null",
65975                        "readable": true,
65976                        "type": "lsp-plug-in-plugins-lv2-impulse-responses-monolcm",
65977                        "writable": true
65978                    },
65979                    "mk": {
65980                        "blurb": "Makeup gain",
65981                        "conditionally-available": false,
65982                        "construct": true,
65983                        "construct-only": false,
65984                        "controllable": true,
65985                        "default": "1",
65986                        "max": "100",
65987                        "min": "0",
65988                        "mutable": "null",
65989                        "readable": true,
65990                        "type": "gfloat",
65991                        "writable": true
65992                    },
65993                    "out-latency": {
65994                        "blurb": "Latency OUT",
65995                        "conditionally-available": false,
65996                        "construct": false,
65997                        "construct-only": false,
65998                        "controllable": true,
65999                        "default": "0",
66000                        "max": "192000",
66001                        "min": "0",
66002                        "mutable": "null",
66003                        "readable": true,
66004                        "type": "gint",
66005                        "writable": false
66006                    },
66007                    "pd": {
66008                        "blurb": "Pre-delay",
66009                        "conditionally-available": false,
66010                        "construct": true,
66011                        "construct-only": false,
66012                        "controllable": true,
66013                        "default": "0",
66014                        "max": "100",
66015                        "min": "0",
66016                        "mutable": "null",
66017                        "readable": true,
66018                        "type": "gfloat",
66019                        "writable": true
66020                    },
66021                    "wet": {
66022                        "blurb": "Wet amount",
66023                        "conditionally-available": false,
66024                        "construct": true,
66025                        "construct-only": false,
66026                        "controllable": true,
66027                        "default": "1",
66028                        "max": "10",
66029                        "min": "0",
66030                        "mutable": "null",
66031                        "readable": true,
66032                        "type": "gfloat",
66033                        "writable": true
66034                    },
66035                    "wpp": {
66036                        "blurb": "Wet post-process",
66037                        "conditionally-available": false,
66038                        "construct": true,
66039                        "construct-only": false,
66040                        "controllable": true,
66041                        "default": "false",
66042                        "mutable": "null",
66043                        "readable": true,
66044                        "type": "gboolean",
66045                        "writable": true
66046                    }
66047                },
66048                "rank": "none"
66049            },
66050            "lsp-plug-in-plugins-lv2-impulse-responses-stereo": {
66051                "author": "LSP LV2",
66052                "description": "LSP Impulse Responses Stereo",
66053                "hierarchy": [
66054                    "lsp-plug-in-plugins-lv2-impulse-responses-stereo",
66055                    "GstAudioFilter",
66056                    "GstBaseTransform",
66057                    "GstElement",
66058                    "GstObject",
66059                    "GInitiallyUnowned",
66060                    "GObject"
66061                ],
66062                "interfaces": [
66063                    "GstPreset"
66064                ],
66065                "klass": "Filter/Effect/Audio/LV2/Reverb",
66066                "long-name": "LSP Impulse Responses Stereo",
66067                "pad-templates": {
66068                    "sink": {
66069                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
66070                        "direction": "sink",
66071                        "presence": "always"
66072                    },
66073                    "src": {
66074                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
66075                        "direction": "src",
66076                        "presence": "always"
66077                    }
66078                },
66079                "properties": {
66080                    "bypass": {
66081                        "blurb": "Bypass",
66082                        "conditionally-available": false,
66083                        "construct": true,
66084                        "construct-only": false,
66085                        "controllable": true,
66086                        "default": "false",
66087                        "mutable": "null",
66088                        "readable": true,
66089                        "type": "gboolean",
66090                        "writable": true
66091                    },
66092                    "ca-l": {
66093                        "blurb": "Channel activity Left",
66094                        "conditionally-available": false,
66095                        "construct": false,
66096                        "construct-only": false,
66097                        "controllable": true,
66098                        "default": "false",
66099                        "mutable": "null",
66100                        "readable": true,
66101                        "type": "gboolean",
66102                        "writable": false
66103                    },
66104                    "ca-r": {
66105                        "blurb": "Channel activity Right",
66106                        "conditionally-available": false,
66107                        "construct": false,
66108                        "construct-only": false,
66109                        "controllable": true,
66110                        "default": "false",
66111                        "mutable": "null",
66112                        "readable": true,
66113                        "type": "gboolean",
66114                        "writable": false
66115                    },
66116                    "cs-l": {
66117                        "blurb": "Channel source Left",
66118                        "conditionally-available": false,
66119                        "construct": true,
66120                        "construct-only": false,
66121                        "controllable": true,
66122                        "default": "None (0)",
66123                        "mutable": "null",
66124                        "readable": true,
66125                        "type": "lsp-plug-in-plugins-lv2-impulse-responses-stereocs-l",
66126                        "writable": true
66127                    },
66128                    "cs-r": {
66129                        "blurb": "Channel source Right",
66130                        "conditionally-available": false,
66131                        "construct": true,
66132                        "construct-only": false,
66133                        "controllable": true,
66134                        "default": "None (0)",
66135                        "mutable": "null",
66136                        "readable": true,
66137                        "type": "lsp-plug-in-plugins-lv2-impulse-responses-stereocs-r",
66138                        "writable": true
66139                    },
66140                    "dry": {
66141                        "blurb": "Dry amount",
66142                        "conditionally-available": false,
66143                        "construct": true,
66144                        "construct-only": false,
66145                        "controllable": true,
66146                        "default": "1",
66147                        "max": "10",
66148                        "min": "0",
66149                        "mutable": "null",
66150                        "readable": true,
66151                        "type": "gfloat",
66152                        "writable": true
66153                    },
66154                    "eq-0": {
66155                        "blurb": "Band 50Hz gain",
66156                        "conditionally-available": false,
66157                        "construct": true,
66158                        "construct-only": false,
66159                        "controllable": true,
66160                        "default": "1",
66161                        "max": "3.98107",
66162                        "min": "0.25119",
66163                        "mutable": "null",
66164                        "readable": true,
66165                        "type": "gfloat",
66166                        "writable": true
66167                    },
66168                    "eq-1": {
66169                        "blurb": "Band 107Hz gain",
66170                        "conditionally-available": false,
66171                        "construct": true,
66172                        "construct-only": false,
66173                        "controllable": true,
66174                        "default": "1",
66175                        "max": "3.98107",
66176                        "min": "0.25119",
66177                        "mutable": "null",
66178                        "readable": true,
66179                        "type": "gfloat",
66180                        "writable": true
66181                    },
66182                    "eq-2": {
66183                        "blurb": "Band 227Hz gain",
66184                        "conditionally-available": false,
66185                        "construct": true,
66186                        "construct-only": false,
66187                        "controllable": true,
66188                        "default": "1",
66189                        "max": "3.98107",
66190                        "min": "0.25119",
66191                        "mutable": "null",
66192                        "readable": true,
66193                        "type": "gfloat",
66194                        "writable": true
66195                    },
66196                    "eq-3": {
66197                        "blurb": "Band 484Hz gain",
66198                        "conditionally-available": false,
66199                        "construct": true,
66200                        "construct-only": false,
66201                        "controllable": true,
66202                        "default": "1",
66203                        "max": "3.98107",
66204                        "min": "0.25119",
66205                        "mutable": "null",
66206                        "readable": true,
66207                        "type": "gfloat",
66208                        "writable": true
66209                    },
66210                    "eq-4": {
66211                        "blurb": "Band 1 kHz gain",
66212                        "conditionally-available": false,
66213                        "construct": true,
66214                        "construct-only": false,
66215                        "controllable": true,
66216                        "default": "1",
66217                        "max": "3.98107",
66218                        "min": "0.25119",
66219                        "mutable": "null",
66220                        "readable": true,
66221                        "type": "gfloat",
66222                        "writable": true
66223                    },
66224                    "eq-5": {
66225                        "blurb": "Band 2.2 kHz gain",
66226                        "conditionally-available": false,
66227                        "construct": true,
66228                        "construct-only": false,
66229                        "controllable": true,
66230                        "default": "1",
66231                        "max": "3.98107",
66232                        "min": "0.25119",
66233                        "mutable": "null",
66234                        "readable": true,
66235                        "type": "gfloat",
66236                        "writable": true
66237                    },
66238                    "eq-6": {
66239                        "blurb": "Band 4.7 kHz gain",
66240                        "conditionally-available": false,
66241                        "construct": true,
66242                        "construct-only": false,
66243                        "controllable": true,
66244                        "default": "1",
66245                        "max": "3.98107",
66246                        "min": "0.25119",
66247                        "mutable": "null",
66248                        "readable": true,
66249                        "type": "gfloat",
66250                        "writable": true
66251                    },
66252                    "eq-7": {
66253                        "blurb": "Band 10 kHz gain",
66254                        "conditionally-available": false,
66255                        "construct": true,
66256                        "construct-only": false,
66257                        "controllable": true,
66258                        "default": "1",
66259                        "max": "3.98107",
66260                        "min": "0.25119",
66261                        "mutable": "null",
66262                        "readable": true,
66263                        "type": "gfloat",
66264                        "writable": true
66265                    },
66266                    "fft": {
66267                        "blurb": "FFT size",
66268                        "conditionally-available": false,
66269                        "construct": true,
66270                        "construct-only": false,
66271                        "controllable": true,
66272                        "default": "32767 (6)",
66273                        "mutable": "null",
66274                        "readable": true,
66275                        "type": "lsp-plug-in-plugins-lv2-impulse-responses-stereofft",
66276                        "writable": true
66277                    },
66278                    "fsel": {
66279                        "blurb": "File selector",
66280                        "conditionally-available": false,
66281                        "construct": true,
66282                        "construct-only": false,
66283                        "controllable": true,
66284                        "default": "File 1 (0)",
66285                        "mutable": "null",
66286                        "readable": true,
66287                        "type": "lsp-plug-in-plugins-lv2-impulse-responses-stereofsel",
66288                        "writable": true
66289                    },
66290                    "g-out": {
66291                        "blurb": "Output gain",
66292                        "conditionally-available": false,
66293                        "construct": true,
66294                        "construct-only": false,
66295                        "controllable": true,
66296                        "default": "1",
66297                        "max": "10",
66298                        "min": "0",
66299                        "mutable": "null",
66300                        "readable": true,
66301                        "type": "gfloat",
66302                        "writable": true
66303                    },
66304                    "hcf": {
66305                        "blurb": "High-cut frequency",
66306                        "conditionally-available": false,
66307                        "construct": true,
66308                        "construct-only": false,
66309                        "controllable": true,
66310                        "default": "10000",
66311                        "max": "22000",
66312                        "min": "2000",
66313                        "mutable": "null",
66314                        "readable": true,
66315                        "type": "gfloat",
66316                        "writable": true
66317                    },
66318                    "hcm": {
66319                        "blurb": "High-cut mode",
66320                        "conditionally-available": false,
66321                        "construct": true,
66322                        "construct-only": false,
66323                        "controllable": true,
66324                        "default": "off (0)",
66325                        "mutable": "null",
66326                        "readable": true,
66327                        "type": "lsp-plug-in-plugins-lv2-impulse-responses-stereohcm",
66328                        "writable": true
66329                    },
66330                    "ifi0": {
66331                        "blurb": "Fade in 1",
66332                        "conditionally-available": false,
66333                        "construct": true,
66334                        "construct-only": false,
66335                        "controllable": true,
66336                        "default": "0",
66337                        "max": "10000",
66338                        "min": "0",
66339                        "mutable": "null",
66340                        "readable": true,
66341                        "type": "gfloat",
66342                        "writable": true
66343                    },
66344                    "ifi1": {
66345                        "blurb": "Fade in 2",
66346                        "conditionally-available": false,
66347                        "construct": true,
66348                        "construct-only": false,
66349                        "controllable": true,
66350                        "default": "0",
66351                        "max": "10000",
66352                        "min": "0",
66353                        "mutable": "null",
66354                        "readable": true,
66355                        "type": "gfloat",
66356                        "writable": true
66357                    },
66358                    "ifl0": {
66359                        "blurb": "Impulse length 1",
66360                        "conditionally-available": false,
66361                        "construct": false,
66362                        "construct-only": false,
66363                        "controllable": true,
66364                        "default": "0",
66365                        "max": "10000",
66366                        "min": "0",
66367                        "mutable": "null",
66368                        "readable": true,
66369                        "type": "gfloat",
66370                        "writable": false
66371                    },
66372                    "ifl1": {
66373                        "blurb": "Impulse length 2",
66374                        "conditionally-available": false,
66375                        "construct": false,
66376                        "construct-only": false,
66377                        "controllable": true,
66378                        "default": "0",
66379                        "max": "10000",
66380                        "min": "0",
66381                        "mutable": "null",
66382                        "readable": true,
66383                        "type": "gfloat",
66384                        "writable": false
66385                    },
66386                    "ifo0": {
66387                        "blurb": "Fade out 1",
66388                        "conditionally-available": false,
66389                        "construct": true,
66390                        "construct-only": false,
66391                        "controllable": true,
66392                        "default": "0",
66393                        "max": "10000",
66394                        "min": "0",
66395                        "mutable": "null",
66396                        "readable": true,
66397                        "type": "gfloat",
66398                        "writable": true
66399                    },
66400                    "ifo1": {
66401                        "blurb": "Fade out 2",
66402                        "conditionally-available": false,
66403                        "construct": true,
66404                        "construct-only": false,
66405                        "controllable": true,
66406                        "default": "0",
66407                        "max": "10000",
66408                        "min": "0",
66409                        "mutable": "null",
66410                        "readable": true,
66411                        "type": "gfloat",
66412                        "writable": true
66413                    },
66414                    "ifs0": {
66415                        "blurb": "Load status 1",
66416                        "conditionally-available": false,
66417                        "construct": false,
66418                        "construct-only": false,
66419                        "controllable": true,
66420                        "default": "0",
66421                        "max": "55",
66422                        "min": "0",
66423                        "mutable": "null",
66424                        "readable": true,
66425                        "type": "gint",
66426                        "writable": false
66427                    },
66428                    "ifs1": {
66429                        "blurb": "Load status 2",
66430                        "conditionally-available": false,
66431                        "construct": false,
66432                        "construct-only": false,
66433                        "controllable": true,
66434                        "default": "0",
66435                        "max": "55",
66436                        "min": "0",
66437                        "mutable": "null",
66438                        "readable": true,
66439                        "type": "gint",
66440                        "writable": false
66441                    },
66442                    "ihc0": {
66443                        "blurb": "Head cut 1",
66444                        "conditionally-available": false,
66445                        "construct": true,
66446                        "construct-only": false,
66447                        "controllable": true,
66448                        "default": "0",
66449                        "max": "10000",
66450                        "min": "0",
66451                        "mutable": "null",
66452                        "readable": true,
66453                        "type": "gfloat",
66454                        "writable": true
66455                    },
66456                    "ihc1": {
66457                        "blurb": "Head cut 2",
66458                        "conditionally-available": false,
66459                        "construct": true,
66460                        "construct-only": false,
66461                        "controllable": true,
66462                        "default": "0",
66463                        "max": "10000",
66464                        "min": "0",
66465                        "mutable": "null",
66466                        "readable": true,
66467                        "type": "gfloat",
66468                        "writable": true
66469                    },
66470                    "ils0": {
66471                        "blurb": "Impulse listen 1",
66472                        "conditionally-available": false,
66473                        "construct": true,
66474                        "construct-only": false,
66475                        "controllable": true,
66476                        "default": "false",
66477                        "mutable": "null",
66478                        "readable": true,
66479                        "type": "gboolean",
66480                        "writable": true
66481                    },
66482                    "ils1": {
66483                        "blurb": "Impulse listen 2",
66484                        "conditionally-available": false,
66485                        "construct": true,
66486                        "construct-only": false,
66487                        "controllable": true,
66488                        "default": "false",
66489                        "mutable": "null",
66490                        "readable": true,
66491                        "type": "gboolean",
66492                        "writable": true
66493                    },
66494                    "itc0": {
66495                        "blurb": "Tail cut 1",
66496                        "conditionally-available": false,
66497                        "construct": true,
66498                        "construct-only": false,
66499                        "controllable": true,
66500                        "default": "0",
66501                        "max": "10000",
66502                        "min": "0",
66503                        "mutable": "null",
66504                        "readable": true,
66505                        "type": "gfloat",
66506                        "writable": true
66507                    },
66508                    "itc1": {
66509                        "blurb": "Tail cut 2",
66510                        "conditionally-available": false,
66511                        "construct": true,
66512                        "construct-only": false,
66513                        "controllable": true,
66514                        "default": "0",
66515                        "max": "10000",
66516                        "min": "0",
66517                        "mutable": "null",
66518                        "readable": true,
66519                        "type": "gfloat",
66520                        "writable": true
66521                    },
66522                    "lcf": {
66523                        "blurb": "Low-cut frequency",
66524                        "conditionally-available": false,
66525                        "construct": true,
66526                        "construct-only": false,
66527                        "controllable": true,
66528                        "default": "50",
66529                        "max": "1000",
66530                        "min": "10",
66531                        "mutable": "null",
66532                        "readable": true,
66533                        "type": "gfloat",
66534                        "writable": true
66535                    },
66536                    "lcm": {
66537                        "blurb": "Low-cut mode",
66538                        "conditionally-available": false,
66539                        "construct": true,
66540                        "construct-only": false,
66541                        "controllable": true,
66542                        "default": "off (0)",
66543                        "mutable": "null",
66544                        "readable": true,
66545                        "type": "lsp-plug-in-plugins-lv2-impulse-responses-stereolcm",
66546                        "writable": true
66547                    },
66548                    "mk-l": {
66549                        "blurb": "Makeup gain Left",
66550                        "conditionally-available": false,
66551                        "construct": true,
66552                        "construct-only": false,
66553                        "controllable": true,
66554                        "default": "1",
66555                        "max": "100",
66556                        "min": "0",
66557                        "mutable": "null",
66558                        "readable": true,
66559                        "type": "gfloat",
66560                        "writable": true
66561                    },
66562                    "mk-r": {
66563                        "blurb": "Makeup gain Right",
66564                        "conditionally-available": false,
66565                        "construct": true,
66566                        "construct-only": false,
66567                        "controllable": true,
66568                        "default": "1",
66569                        "max": "100",
66570                        "min": "0",
66571                        "mutable": "null",
66572                        "readable": true,
66573                        "type": "gfloat",
66574                        "writable": true
66575                    },
66576                    "out-latency": {
66577                        "blurb": "Latency OUT",
66578                        "conditionally-available": false,
66579                        "construct": false,
66580                        "construct-only": false,
66581                        "controllable": true,
66582                        "default": "0",
66583                        "max": "192000",
66584                        "min": "0",
66585                        "mutable": "null",
66586                        "readable": true,
66587                        "type": "gint",
66588                        "writable": false
66589                    },
66590                    "pd-l": {
66591                        "blurb": "Pre-delay Left",
66592                        "conditionally-available": false,
66593                        "construct": true,
66594                        "construct-only": false,
66595                        "controllable": true,
66596                        "default": "0",
66597                        "max": "100",
66598                        "min": "0",
66599                        "mutable": "null",
66600                        "readable": true,
66601                        "type": "gfloat",
66602                        "writable": true
66603                    },
66604                    "pd-r": {
66605                        "blurb": "Pre-delay Right",
66606                        "conditionally-available": false,
66607                        "construct": true,
66608                        "construct-only": false,
66609                        "controllable": true,
66610                        "default": "0",
66611                        "max": "100",
66612                        "min": "0",
66613                        "mutable": "null",
66614                        "readable": true,
66615                        "type": "gfloat",
66616                        "writable": true
66617                    },
66618                    "wet": {
66619                        "blurb": "Wet amount",
66620                        "conditionally-available": false,
66621                        "construct": true,
66622                        "construct-only": false,
66623                        "controllable": true,
66624                        "default": "1",
66625                        "max": "10",
66626                        "min": "0",
66627                        "mutable": "null",
66628                        "readable": true,
66629                        "type": "gfloat",
66630                        "writable": true
66631                    },
66632                    "wpp": {
66633                        "blurb": "Wet post-process",
66634                        "conditionally-available": false,
66635                        "construct": true,
66636                        "construct-only": false,
66637                        "controllable": true,
66638                        "default": "false",
66639                        "mutable": "null",
66640                        "readable": true,
66641                        "type": "gboolean",
66642                        "writable": true
66643                    }
66644                },
66645                "rank": "none"
66646            },
66647            "lsp-plug-in-plugins-lv2-impulse-reverb-mono": {
66648                "author": "LSP LV2",
66649                "description": "LSP Impulse Reverb Mono",
66650                "hierarchy": [
66651                    "lsp-plug-in-plugins-lv2-impulse-reverb-mono",
66652                    "GstAudioFilter",
66653                    "GstBaseTransform",
66654                    "GstElement",
66655                    "GstObject",
66656                    "GInitiallyUnowned",
66657                    "GObject"
66658                ],
66659                "interfaces": [
66660                    "GstPreset"
66661                ],
66662                "klass": "Filter/Effect/Audio/LV2/Reverb",
66663                "long-name": "LSP Impulse Reverb Mono",
66664                "pad-templates": {
66665                    "sink": {
66666                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
66667                        "direction": "sink",
66668                        "presence": "always"
66669                    },
66670                    "src": {
66671                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
66672                        "direction": "src",
66673                        "presence": "always"
66674                    }
66675                },
66676                "properties": {
66677                    "bypass": {
66678                        "blurb": "Bypass",
66679                        "conditionally-available": false,
66680                        "construct": true,
66681                        "construct-only": false,
66682                        "controllable": true,
66683                        "default": "false",
66684                        "mutable": "null",
66685                        "readable": true,
66686                        "type": "gboolean",
66687                        "writable": true
66688                    },
66689                    "ca0": {
66690                        "blurb": "Channel activity 0",
66691                        "conditionally-available": false,
66692                        "construct": false,
66693                        "construct-only": false,
66694                        "controllable": true,
66695                        "default": "false",
66696                        "mutable": "null",
66697                        "readable": true,
66698                        "type": "gboolean",
66699                        "writable": false
66700                    },
66701                    "ca1": {
66702                        "blurb": "Channel activity 1",
66703                        "conditionally-available": false,
66704                        "construct": false,
66705                        "construct-only": false,
66706                        "controllable": true,
66707                        "default": "false",
66708                        "mutable": "null",
66709                        "readable": true,
66710                        "type": "gboolean",
66711                        "writable": false
66712                    },
66713                    "ca2": {
66714                        "blurb": "Channel activity 2",
66715                        "conditionally-available": false,
66716                        "construct": false,
66717                        "construct-only": false,
66718                        "controllable": true,
66719                        "default": "false",
66720                        "mutable": "null",
66721                        "readable": true,
66722                        "type": "gboolean",
66723                        "writable": false
66724                    },
66725                    "ca3": {
66726                        "blurb": "Channel activity 3",
66727                        "conditionally-available": false,
66728                        "construct": false,
66729                        "construct-only": false,
66730                        "controllable": true,
66731                        "default": "false",
66732                        "mutable": "null",
66733                        "readable": true,
66734                        "type": "gboolean",
66735                        "writable": false
66736                    },
66737                    "cam0": {
66738                        "blurb": "Channel mute 0",
66739                        "conditionally-available": false,
66740                        "construct": true,
66741                        "construct-only": false,
66742                        "controllable": true,
66743                        "default": "false",
66744                        "mutable": "null",
66745                        "readable": true,
66746                        "type": "gboolean",
66747                        "writable": true
66748                    },
66749                    "cam1": {
66750                        "blurb": "Channel mute 1",
66751                        "conditionally-available": false,
66752                        "construct": true,
66753                        "construct-only": false,
66754                        "controllable": true,
66755                        "default": "false",
66756                        "mutable": "null",
66757                        "readable": true,
66758                        "type": "gboolean",
66759                        "writable": true
66760                    },
66761                    "cam2": {
66762                        "blurb": "Channel mute 2",
66763                        "conditionally-available": false,
66764                        "construct": true,
66765                        "construct-only": false,
66766                        "controllable": true,
66767                        "default": "false",
66768                        "mutable": "null",
66769                        "readable": true,
66770                        "type": "gboolean",
66771                        "writable": true
66772                    },
66773                    "cam3": {
66774                        "blurb": "Channel mute 3",
66775                        "conditionally-available": false,
66776                        "construct": true,
66777                        "construct-only": false,
66778                        "controllable": true,
66779                        "default": "false",
66780                        "mutable": "null",
66781                        "readable": true,
66782                        "type": "gboolean",
66783                        "writable": true
66784                    },
66785                    "com0": {
66786                        "blurb": "Channel Left/Right output mix 0",
66787                        "conditionally-available": false,
66788                        "construct": true,
66789                        "construct-only": false,
66790                        "controllable": true,
66791                        "default": "-100",
66792                        "max": "100",
66793                        "min": "-100",
66794                        "mutable": "null",
66795                        "readable": true,
66796                        "type": "gfloat",
66797                        "writable": true
66798                    },
66799                    "com1": {
66800                        "blurb": "Channel Left/Right output mix 1",
66801                        "conditionally-available": false,
66802                        "construct": true,
66803                        "construct-only": false,
66804                        "controllable": true,
66805                        "default": "100",
66806                        "max": "100",
66807                        "min": "-100",
66808                        "mutable": "null",
66809                        "readable": true,
66810                        "type": "gfloat",
66811                        "writable": true
66812                    },
66813                    "com2": {
66814                        "blurb": "Channel Left/Right output mix 2",
66815                        "conditionally-available": false,
66816                        "construct": true,
66817                        "construct-only": false,
66818                        "controllable": true,
66819                        "default": "-100",
66820                        "max": "100",
66821                        "min": "-100",
66822                        "mutable": "null",
66823                        "readable": true,
66824                        "type": "gfloat",
66825                        "writable": true
66826                    },
66827                    "com3": {
66828                        "blurb": "Channel Left/Right output mix 3",
66829                        "conditionally-available": false,
66830                        "construct": true,
66831                        "construct-only": false,
66832                        "controllable": true,
66833                        "default": "100",
66834                        "max": "100",
66835                        "min": "-100",
66836                        "mutable": "null",
66837                        "readable": true,
66838                        "type": "gfloat",
66839                        "writable": true
66840                    },
66841                    "csf0": {
66842                        "blurb": "Channel source file 0",
66843                        "conditionally-available": false,
66844                        "construct": true,
66845                        "construct-only": false,
66846                        "controllable": true,
66847                        "default": "None (0)",
66848                        "mutable": "null",
66849                        "readable": true,
66850                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf0",
66851                        "writable": true
66852                    },
66853                    "csf1": {
66854                        "blurb": "Channel source file 1",
66855                        "conditionally-available": false,
66856                        "construct": true,
66857                        "construct-only": false,
66858                        "controllable": true,
66859                        "default": "None (0)",
66860                        "mutable": "null",
66861                        "readable": true,
66862                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf1",
66863                        "writable": true
66864                    },
66865                    "csf2": {
66866                        "blurb": "Channel source file 2",
66867                        "conditionally-available": false,
66868                        "construct": true,
66869                        "construct-only": false,
66870                        "controllable": true,
66871                        "default": "None (0)",
66872                        "mutable": "null",
66873                        "readable": true,
66874                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf2",
66875                        "writable": true
66876                    },
66877                    "csf3": {
66878                        "blurb": "Channel source file 3",
66879                        "conditionally-available": false,
66880                        "construct": true,
66881                        "construct-only": false,
66882                        "controllable": true,
66883                        "default": "None (0)",
66884                        "mutable": "null",
66885                        "readable": true,
66886                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf3",
66887                        "writable": true
66888                    },
66889                    "cst0": {
66890                        "blurb": "Channel source track 0",
66891                        "conditionally-available": false,
66892                        "construct": true,
66893                        "construct-only": false,
66894                        "controllable": true,
66895                        "default": "Track 1 (0)",
66896                        "mutable": "null",
66897                        "readable": true,
66898                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-monocst0",
66899                        "writable": true
66900                    },
66901                    "cst1": {
66902                        "blurb": "Channel source track 1",
66903                        "conditionally-available": false,
66904                        "construct": true,
66905                        "construct-only": false,
66906                        "controllable": true,
66907                        "default": "Track 2 (1)",
66908                        "mutable": "null",
66909                        "readable": true,
66910                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-monocst1",
66911                        "writable": true
66912                    },
66913                    "cst2": {
66914                        "blurb": "Channel source track 2",
66915                        "conditionally-available": false,
66916                        "construct": true,
66917                        "construct-only": false,
66918                        "controllable": true,
66919                        "default": "Track 1 (0)",
66920                        "mutable": "null",
66921                        "readable": true,
66922                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-monocst2",
66923                        "writable": true
66924                    },
66925                    "cst3": {
66926                        "blurb": "Channel source track 3",
66927                        "conditionally-available": false,
66928                        "construct": true,
66929                        "construct-only": false,
66930                        "controllable": true,
66931                        "default": "Track 2 (1)",
66932                        "mutable": "null",
66933                        "readable": true,
66934                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-monocst3",
66935                        "writable": true
66936                    },
66937                    "dry": {
66938                        "blurb": "Dry amount",
66939                        "conditionally-available": false,
66940                        "construct": true,
66941                        "construct-only": false,
66942                        "controllable": true,
66943                        "default": "1",
66944                        "max": "10",
66945                        "min": "0",
66946                        "mutable": "null",
66947                        "readable": true,
66948                        "type": "gfloat",
66949                        "writable": true
66950                    },
66951                    "eq-0": {
66952                        "blurb": "Band 50Hz gain",
66953                        "conditionally-available": false,
66954                        "construct": true,
66955                        "construct-only": false,
66956                        "controllable": true,
66957                        "default": "1",
66958                        "max": "3.98107",
66959                        "min": "0.25119",
66960                        "mutable": "null",
66961                        "readable": true,
66962                        "type": "gfloat",
66963                        "writable": true
66964                    },
66965                    "eq-1": {
66966                        "blurb": "Band 107Hz gain",
66967                        "conditionally-available": false,
66968                        "construct": true,
66969                        "construct-only": false,
66970                        "controllable": true,
66971                        "default": "1",
66972                        "max": "3.98107",
66973                        "min": "0.25119",
66974                        "mutable": "null",
66975                        "readable": true,
66976                        "type": "gfloat",
66977                        "writable": true
66978                    },
66979                    "eq-2": {
66980                        "blurb": "Band 227Hz gain",
66981                        "conditionally-available": false,
66982                        "construct": true,
66983                        "construct-only": false,
66984                        "controllable": true,
66985                        "default": "1",
66986                        "max": "3.98107",
66987                        "min": "0.25119",
66988                        "mutable": "null",
66989                        "readable": true,
66990                        "type": "gfloat",
66991                        "writable": true
66992                    },
66993                    "eq-3": {
66994                        "blurb": "Band 484Hz gain",
66995                        "conditionally-available": false,
66996                        "construct": true,
66997                        "construct-only": false,
66998                        "controllable": true,
66999                        "default": "1",
67000                        "max": "3.98107",
67001                        "min": "0.25119",
67002                        "mutable": "null",
67003                        "readable": true,
67004                        "type": "gfloat",
67005                        "writable": true
67006                    },
67007                    "eq-4": {
67008                        "blurb": "Band 1 kHz gain",
67009                        "conditionally-available": false,
67010                        "construct": true,
67011                        "construct-only": false,
67012                        "controllable": true,
67013                        "default": "1",
67014                        "max": "3.98107",
67015                        "min": "0.25119",
67016                        "mutable": "null",
67017                        "readable": true,
67018                        "type": "gfloat",
67019                        "writable": true
67020                    },
67021                    "eq-5": {
67022                        "blurb": "Band 2.2 kHz gain",
67023                        "conditionally-available": false,
67024                        "construct": true,
67025                        "construct-only": false,
67026                        "controllable": true,
67027                        "default": "1",
67028                        "max": "3.98107",
67029                        "min": "0.25119",
67030                        "mutable": "null",
67031                        "readable": true,
67032                        "type": "gfloat",
67033                        "writable": true
67034                    },
67035                    "eq-6": {
67036                        "blurb": "Band 4.7 kHz gain",
67037                        "conditionally-available": false,
67038                        "construct": true,
67039                        "construct-only": false,
67040                        "controllable": true,
67041                        "default": "1",
67042                        "max": "3.98107",
67043                        "min": "0.25119",
67044                        "mutable": "null",
67045                        "readable": true,
67046                        "type": "gfloat",
67047                        "writable": true
67048                    },
67049                    "eq-7": {
67050                        "blurb": "Band 10 kHz gain",
67051                        "conditionally-available": false,
67052                        "construct": true,
67053                        "construct-only": false,
67054                        "controllable": true,
67055                        "default": "1",
67056                        "max": "3.98107",
67057                        "min": "0.25119",
67058                        "mutable": "null",
67059                        "readable": true,
67060                        "type": "gfloat",
67061                        "writable": true
67062                    },
67063                    "fft": {
67064                        "blurb": "FFT size",
67065                        "conditionally-available": false,
67066                        "construct": true,
67067                        "construct-only": false,
67068                        "controllable": true,
67069                        "default": "32767 (6)",
67070                        "mutable": "null",
67071                        "readable": true,
67072                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-monofft",
67073                        "writable": true
67074                    },
67075                    "fsel": {
67076                        "blurb": "File selector",
67077                        "conditionally-available": false,
67078                        "construct": true,
67079                        "construct-only": false,
67080                        "controllable": true,
67081                        "default": "File 1 (0)",
67082                        "mutable": "null",
67083                        "readable": true,
67084                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-monofsel",
67085                        "writable": true
67086                    },
67087                    "g-out": {
67088                        "blurb": "Output gain",
67089                        "conditionally-available": false,
67090                        "construct": true,
67091                        "construct-only": false,
67092                        "controllable": true,
67093                        "default": "1",
67094                        "max": "10",
67095                        "min": "0",
67096                        "mutable": "null",
67097                        "readable": true,
67098                        "type": "gfloat",
67099                        "writable": true
67100                    },
67101                    "hcf": {
67102                        "blurb": "High-cut frequency",
67103                        "conditionally-available": false,
67104                        "construct": true,
67105                        "construct-only": false,
67106                        "controllable": true,
67107                        "default": "10000",
67108                        "max": "22000",
67109                        "min": "2000",
67110                        "mutable": "null",
67111                        "readable": true,
67112                        "type": "gfloat",
67113                        "writable": true
67114                    },
67115                    "hcm": {
67116                        "blurb": "High-cut mode",
67117                        "conditionally-available": false,
67118                        "construct": true,
67119                        "construct-only": false,
67120                        "controllable": true,
67121                        "default": "off (0)",
67122                        "mutable": "null",
67123                        "readable": true,
67124                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-monohcm",
67125                        "writable": true
67126                    },
67127                    "ifi0": {
67128                        "blurb": "Fade in 0",
67129                        "conditionally-available": false,
67130                        "construct": true,
67131                        "construct-only": false,
67132                        "controllable": true,
67133                        "default": "0",
67134                        "max": "10000",
67135                        "min": "0",
67136                        "mutable": "null",
67137                        "readable": true,
67138                        "type": "gfloat",
67139                        "writable": true
67140                    },
67141                    "ifi1": {
67142                        "blurb": "Fade in 1",
67143                        "conditionally-available": false,
67144                        "construct": true,
67145                        "construct-only": false,
67146                        "controllable": true,
67147                        "default": "0",
67148                        "max": "10000",
67149                        "min": "0",
67150                        "mutable": "null",
67151                        "readable": true,
67152                        "type": "gfloat",
67153                        "writable": true
67154                    },
67155                    "ifi2": {
67156                        "blurb": "Fade in 2",
67157                        "conditionally-available": false,
67158                        "construct": true,
67159                        "construct-only": false,
67160                        "controllable": true,
67161                        "default": "0",
67162                        "max": "10000",
67163                        "min": "0",
67164                        "mutable": "null",
67165                        "readable": true,
67166                        "type": "gfloat",
67167                        "writable": true
67168                    },
67169                    "ifi3": {
67170                        "blurb": "Fade in 3",
67171                        "conditionally-available": false,
67172                        "construct": true,
67173                        "construct-only": false,
67174                        "controllable": true,
67175                        "default": "0",
67176                        "max": "10000",
67177                        "min": "0",
67178                        "mutable": "null",
67179                        "readable": true,
67180                        "type": "gfloat",
67181                        "writable": true
67182                    },
67183                    "ifl0": {
67184                        "blurb": "Impulse length 0",
67185                        "conditionally-available": false,
67186                        "construct": false,
67187                        "construct-only": false,
67188                        "controllable": true,
67189                        "default": "0",
67190                        "max": "10000",
67191                        "min": "0",
67192                        "mutable": "null",
67193                        "readable": true,
67194                        "type": "gfloat",
67195                        "writable": false
67196                    },
67197                    "ifl1": {
67198                        "blurb": "Impulse length 1",
67199                        "conditionally-available": false,
67200                        "construct": false,
67201                        "construct-only": false,
67202                        "controllable": true,
67203                        "default": "0",
67204                        "max": "10000",
67205                        "min": "0",
67206                        "mutable": "null",
67207                        "readable": true,
67208                        "type": "gfloat",
67209                        "writable": false
67210                    },
67211                    "ifl2": {
67212                        "blurb": "Impulse length 2",
67213                        "conditionally-available": false,
67214                        "construct": false,
67215                        "construct-only": false,
67216                        "controllable": true,
67217                        "default": "0",
67218                        "max": "10000",
67219                        "min": "0",
67220                        "mutable": "null",
67221                        "readable": true,
67222                        "type": "gfloat",
67223                        "writable": false
67224                    },
67225                    "ifl3": {
67226                        "blurb": "Impulse length 3",
67227                        "conditionally-available": false,
67228                        "construct": false,
67229                        "construct-only": false,
67230                        "controllable": true,
67231                        "default": "0",
67232                        "max": "10000",
67233                        "min": "0",
67234                        "mutable": "null",
67235                        "readable": true,
67236                        "type": "gfloat",
67237                        "writable": false
67238                    },
67239                    "ifo0": {
67240                        "blurb": "Fade out 0",
67241                        "conditionally-available": false,
67242                        "construct": true,
67243                        "construct-only": false,
67244                        "controllable": true,
67245                        "default": "0",
67246                        "max": "10000",
67247                        "min": "0",
67248                        "mutable": "null",
67249                        "readable": true,
67250                        "type": "gfloat",
67251                        "writable": true
67252                    },
67253                    "ifo1": {
67254                        "blurb": "Fade out 1",
67255                        "conditionally-available": false,
67256                        "construct": true,
67257                        "construct-only": false,
67258                        "controllable": true,
67259                        "default": "0",
67260                        "max": "10000",
67261                        "min": "0",
67262                        "mutable": "null",
67263                        "readable": true,
67264                        "type": "gfloat",
67265                        "writable": true
67266                    },
67267                    "ifo2": {
67268                        "blurb": "Fade out 2",
67269                        "conditionally-available": false,
67270                        "construct": true,
67271                        "construct-only": false,
67272                        "controllable": true,
67273                        "default": "0",
67274                        "max": "10000",
67275                        "min": "0",
67276                        "mutable": "null",
67277                        "readable": true,
67278                        "type": "gfloat",
67279                        "writable": true
67280                    },
67281                    "ifo3": {
67282                        "blurb": "Fade out 3",
67283                        "conditionally-available": false,
67284                        "construct": true,
67285                        "construct-only": false,
67286                        "controllable": true,
67287                        "default": "0",
67288                        "max": "10000",
67289                        "min": "0",
67290                        "mutable": "null",
67291                        "readable": true,
67292                        "type": "gfloat",
67293                        "writable": true
67294                    },
67295                    "ifs0": {
67296                        "blurb": "Load status 0",
67297                        "conditionally-available": false,
67298                        "construct": false,
67299                        "construct-only": false,
67300                        "controllable": true,
67301                        "default": "0",
67302                        "max": "55",
67303                        "min": "0",
67304                        "mutable": "null",
67305                        "readable": true,
67306                        "type": "gint",
67307                        "writable": false
67308                    },
67309                    "ifs1": {
67310                        "blurb": "Load status 1",
67311                        "conditionally-available": false,
67312                        "construct": false,
67313                        "construct-only": false,
67314                        "controllable": true,
67315                        "default": "0",
67316                        "max": "55",
67317                        "min": "0",
67318                        "mutable": "null",
67319                        "readable": true,
67320                        "type": "gint",
67321                        "writable": false
67322                    },
67323                    "ifs2": {
67324                        "blurb": "Load status 2",
67325                        "conditionally-available": false,
67326                        "construct": false,
67327                        "construct-only": false,
67328                        "controllable": true,
67329                        "default": "0",
67330                        "max": "55",
67331                        "min": "0",
67332                        "mutable": "null",
67333                        "readable": true,
67334                        "type": "gint",
67335                        "writable": false
67336                    },
67337                    "ifs3": {
67338                        "blurb": "Load status 3",
67339                        "conditionally-available": false,
67340                        "construct": false,
67341                        "construct-only": false,
67342                        "controllable": true,
67343                        "default": "0",
67344                        "max": "55",
67345                        "min": "0",
67346                        "mutable": "null",
67347                        "readable": true,
67348                        "type": "gint",
67349                        "writable": false
67350                    },
67351                    "ihc0": {
67352                        "blurb": "Head cut 0",
67353                        "conditionally-available": false,
67354                        "construct": true,
67355                        "construct-only": false,
67356                        "controllable": true,
67357                        "default": "0",
67358                        "max": "10000",
67359                        "min": "0",
67360                        "mutable": "null",
67361                        "readable": true,
67362                        "type": "gfloat",
67363                        "writable": true
67364                    },
67365                    "ihc1": {
67366                        "blurb": "Head cut 1",
67367                        "conditionally-available": false,
67368                        "construct": true,
67369                        "construct-only": false,
67370                        "controllable": true,
67371                        "default": "0",
67372                        "max": "10000",
67373                        "min": "0",
67374                        "mutable": "null",
67375                        "readable": true,
67376                        "type": "gfloat",
67377                        "writable": true
67378                    },
67379                    "ihc2": {
67380                        "blurb": "Head cut 2",
67381                        "conditionally-available": false,
67382                        "construct": true,
67383                        "construct-only": false,
67384                        "controllable": true,
67385                        "default": "0",
67386                        "max": "10000",
67387                        "min": "0",
67388                        "mutable": "null",
67389                        "readable": true,
67390                        "type": "gfloat",
67391                        "writable": true
67392                    },
67393                    "ihc3": {
67394                        "blurb": "Head cut 3",
67395                        "conditionally-available": false,
67396                        "construct": true,
67397                        "construct-only": false,
67398                        "controllable": true,
67399                        "default": "0",
67400                        "max": "10000",
67401                        "min": "0",
67402                        "mutable": "null",
67403                        "readable": true,
67404                        "type": "gfloat",
67405                        "writable": true
67406                    },
67407                    "ils0": {
67408                        "blurb": "Impulse listen 0",
67409                        "conditionally-available": false,
67410                        "construct": true,
67411                        "construct-only": false,
67412                        "controllable": true,
67413                        "default": "false",
67414                        "mutable": "null",
67415                        "readable": true,
67416                        "type": "gboolean",
67417                        "writable": true
67418                    },
67419                    "ils1": {
67420                        "blurb": "Impulse listen 1",
67421                        "conditionally-available": false,
67422                        "construct": true,
67423                        "construct-only": false,
67424                        "controllable": true,
67425                        "default": "false",
67426                        "mutable": "null",
67427                        "readable": true,
67428                        "type": "gboolean",
67429                        "writable": true
67430                    },
67431                    "ils2": {
67432                        "blurb": "Impulse listen 2",
67433                        "conditionally-available": false,
67434                        "construct": true,
67435                        "construct-only": false,
67436                        "controllable": true,
67437                        "default": "false",
67438                        "mutable": "null",
67439                        "readable": true,
67440                        "type": "gboolean",
67441                        "writable": true
67442                    },
67443                    "ils3": {
67444                        "blurb": "Impulse listen 3",
67445                        "conditionally-available": false,
67446                        "construct": true,
67447                        "construct-only": false,
67448                        "controllable": true,
67449                        "default": "false",
67450                        "mutable": "null",
67451                        "readable": true,
67452                        "type": "gboolean",
67453                        "writable": true
67454                    },
67455                    "irv0": {
67456                        "blurb": "Impulse reverse 0",
67457                        "conditionally-available": false,
67458                        "construct": true,
67459                        "construct-only": false,
67460                        "controllable": true,
67461                        "default": "false",
67462                        "mutable": "null",
67463                        "readable": true,
67464                        "type": "gboolean",
67465                        "writable": true
67466                    },
67467                    "irv1": {
67468                        "blurb": "Impulse reverse 1",
67469                        "conditionally-available": false,
67470                        "construct": true,
67471                        "construct-only": false,
67472                        "controllable": true,
67473                        "default": "false",
67474                        "mutable": "null",
67475                        "readable": true,
67476                        "type": "gboolean",
67477                        "writable": true
67478                    },
67479                    "irv2": {
67480                        "blurb": "Impulse reverse 2",
67481                        "conditionally-available": false,
67482                        "construct": true,
67483                        "construct-only": false,
67484                        "controllable": true,
67485                        "default": "false",
67486                        "mutable": "null",
67487                        "readable": true,
67488                        "type": "gboolean",
67489                        "writable": true
67490                    },
67491                    "irv3": {
67492                        "blurb": "Impulse reverse 3",
67493                        "conditionally-available": false,
67494                        "construct": true,
67495                        "construct-only": false,
67496                        "controllable": true,
67497                        "default": "false",
67498                        "mutable": "null",
67499                        "readable": true,
67500                        "type": "gboolean",
67501                        "writable": true
67502                    },
67503                    "itc0": {
67504                        "blurb": "Tail cut 0",
67505                        "conditionally-available": false,
67506                        "construct": true,
67507                        "construct-only": false,
67508                        "controllable": true,
67509                        "default": "0",
67510                        "max": "10000",
67511                        "min": "0",
67512                        "mutable": "null",
67513                        "readable": true,
67514                        "type": "gfloat",
67515                        "writable": true
67516                    },
67517                    "itc1": {
67518                        "blurb": "Tail cut 1",
67519                        "conditionally-available": false,
67520                        "construct": true,
67521                        "construct-only": false,
67522                        "controllable": true,
67523                        "default": "0",
67524                        "max": "10000",
67525                        "min": "0",
67526                        "mutable": "null",
67527                        "readable": true,
67528                        "type": "gfloat",
67529                        "writable": true
67530                    },
67531                    "itc2": {
67532                        "blurb": "Tail cut 2",
67533                        "conditionally-available": false,
67534                        "construct": true,
67535                        "construct-only": false,
67536                        "controllable": true,
67537                        "default": "0",
67538                        "max": "10000",
67539                        "min": "0",
67540                        "mutable": "null",
67541                        "readable": true,
67542                        "type": "gfloat",
67543                        "writable": true
67544                    },
67545                    "itc3": {
67546                        "blurb": "Tail cut 3",
67547                        "conditionally-available": false,
67548                        "construct": true,
67549                        "construct-only": false,
67550                        "controllable": true,
67551                        "default": "0",
67552                        "max": "10000",
67553                        "min": "0",
67554                        "mutable": "null",
67555                        "readable": true,
67556                        "type": "gfloat",
67557                        "writable": true
67558                    },
67559                    "lcf": {
67560                        "blurb": "Low-cut frequency",
67561                        "conditionally-available": false,
67562                        "construct": true,
67563                        "construct-only": false,
67564                        "controllable": true,
67565                        "default": "50",
67566                        "max": "1000",
67567                        "min": "10",
67568                        "mutable": "null",
67569                        "readable": true,
67570                        "type": "gfloat",
67571                        "writable": true
67572                    },
67573                    "lcm": {
67574                        "blurb": "Low-cut mode",
67575                        "conditionally-available": false,
67576                        "construct": true,
67577                        "construct-only": false,
67578                        "controllable": true,
67579                        "default": "off (0)",
67580                        "mutable": "null",
67581                        "readable": true,
67582                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-monolcm",
67583                        "writable": true
67584                    },
67585                    "mk0": {
67586                        "blurb": "Makeup gain 0",
67587                        "conditionally-available": false,
67588                        "construct": true,
67589                        "construct-only": false,
67590                        "controllable": true,
67591                        "default": "1",
67592                        "max": "100",
67593                        "min": "0",
67594                        "mutable": "null",
67595                        "readable": true,
67596                        "type": "gfloat",
67597                        "writable": true
67598                    },
67599                    "mk1": {
67600                        "blurb": "Makeup gain 1",
67601                        "conditionally-available": false,
67602                        "construct": true,
67603                        "construct-only": false,
67604                        "controllable": true,
67605                        "default": "1",
67606                        "max": "100",
67607                        "min": "0",
67608                        "mutable": "null",
67609                        "readable": true,
67610                        "type": "gfloat",
67611                        "writable": true
67612                    },
67613                    "mk2": {
67614                        "blurb": "Makeup gain 2",
67615                        "conditionally-available": false,
67616                        "construct": true,
67617                        "construct-only": false,
67618                        "controllable": true,
67619                        "default": "1",
67620                        "max": "100",
67621                        "min": "0",
67622                        "mutable": "null",
67623                        "readable": true,
67624                        "type": "gfloat",
67625                        "writable": true
67626                    },
67627                    "mk3": {
67628                        "blurb": "Makeup gain 3",
67629                        "conditionally-available": false,
67630                        "construct": true,
67631                        "construct-only": false,
67632                        "controllable": true,
67633                        "default": "1",
67634                        "max": "100",
67635                        "min": "0",
67636                        "mutable": "null",
67637                        "readable": true,
67638                        "type": "gfloat",
67639                        "writable": true
67640                    },
67641                    "out-latency": {
67642                        "blurb": "Latency OUT",
67643                        "conditionally-available": false,
67644                        "construct": false,
67645                        "construct-only": false,
67646                        "controllable": true,
67647                        "default": "0",
67648                        "max": "192000",
67649                        "min": "0",
67650                        "mutable": "null",
67651                        "readable": true,
67652                        "type": "gint",
67653                        "writable": false
67654                    },
67655                    "p": {
67656                        "blurb": "Panorama",
67657                        "conditionally-available": false,
67658                        "construct": true,
67659                        "construct-only": false,
67660                        "controllable": true,
67661                        "default": "0",
67662                        "max": "100",
67663                        "min": "-100",
67664                        "mutable": "null",
67665                        "readable": true,
67666                        "type": "gfloat",
67667                        "writable": true
67668                    },
67669                    "pd": {
67670                        "blurb": "Pre-delay",
67671                        "conditionally-available": false,
67672                        "construct": true,
67673                        "construct-only": false,
67674                        "controllable": true,
67675                        "default": "0",
67676                        "max": "100",
67677                        "min": "0",
67678                        "mutable": "null",
67679                        "readable": true,
67680                        "type": "gfloat",
67681                        "writable": true
67682                    },
67683                    "pd0": {
67684                        "blurb": "Channel pre-delay 0",
67685                        "conditionally-available": false,
67686                        "construct": true,
67687                        "construct-only": false,
67688                        "controllable": true,
67689                        "default": "0",
67690                        "max": "100",
67691                        "min": "0",
67692                        "mutable": "null",
67693                        "readable": true,
67694                        "type": "gfloat",
67695                        "writable": true
67696                    },
67697                    "pd1": {
67698                        "blurb": "Channel pre-delay 1",
67699                        "conditionally-available": false,
67700                        "construct": true,
67701                        "construct-only": false,
67702                        "controllable": true,
67703                        "default": "0",
67704                        "max": "100",
67705                        "min": "0",
67706                        "mutable": "null",
67707                        "readable": true,
67708                        "type": "gfloat",
67709                        "writable": true
67710                    },
67711                    "pd2": {
67712                        "blurb": "Channel pre-delay 2",
67713                        "conditionally-available": false,
67714                        "construct": true,
67715                        "construct-only": false,
67716                        "controllable": true,
67717                        "default": "0",
67718                        "max": "100",
67719                        "min": "0",
67720                        "mutable": "null",
67721                        "readable": true,
67722                        "type": "gfloat",
67723                        "writable": true
67724                    },
67725                    "pd3": {
67726                        "blurb": "Channel pre-delay 3",
67727                        "conditionally-available": false,
67728                        "construct": true,
67729                        "construct-only": false,
67730                        "controllable": true,
67731                        "default": "0",
67732                        "max": "100",
67733                        "min": "0",
67734                        "mutable": "null",
67735                        "readable": true,
67736                        "type": "gfloat",
67737                        "writable": true
67738                    },
67739                    "wet": {
67740                        "blurb": "Wet amount",
67741                        "conditionally-available": false,
67742                        "construct": true,
67743                        "construct-only": false,
67744                        "controllable": true,
67745                        "default": "1",
67746                        "max": "10",
67747                        "min": "0",
67748                        "mutable": "null",
67749                        "readable": true,
67750                        "type": "gfloat",
67751                        "writable": true
67752                    },
67753                    "wpp": {
67754                        "blurb": "Wet post-process",
67755                        "conditionally-available": false,
67756                        "construct": true,
67757                        "construct-only": false,
67758                        "controllable": true,
67759                        "default": "false",
67760                        "mutable": "null",
67761                        "readable": true,
67762                        "type": "gboolean",
67763                        "writable": true
67764                    }
67765                },
67766                "rank": "none"
67767            },
67768            "lsp-plug-in-plugins-lv2-impulse-reverb-stereo": {
67769                "author": "LSP LV2",
67770                "description": "LSP Impulse Reverb Stereo",
67771                "hierarchy": [
67772                    "lsp-plug-in-plugins-lv2-impulse-reverb-stereo",
67773                    "GstAudioFilter",
67774                    "GstBaseTransform",
67775                    "GstElement",
67776                    "GstObject",
67777                    "GInitiallyUnowned",
67778                    "GObject"
67779                ],
67780                "interfaces": [
67781                    "GstPreset"
67782                ],
67783                "klass": "Filter/Effect/Audio/LV2/Reverb",
67784                "long-name": "LSP Impulse Reverb Stereo",
67785                "pad-templates": {
67786                    "sink": {
67787                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
67788                        "direction": "sink",
67789                        "presence": "always"
67790                    },
67791                    "src": {
67792                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
67793                        "direction": "src",
67794                        "presence": "always"
67795                    }
67796                },
67797                "properties": {
67798                    "bypass": {
67799                        "blurb": "Bypass",
67800                        "conditionally-available": false,
67801                        "construct": true,
67802                        "construct-only": false,
67803                        "controllable": true,
67804                        "default": "false",
67805                        "mutable": "null",
67806                        "readable": true,
67807                        "type": "gboolean",
67808                        "writable": true
67809                    },
67810                    "ca0": {
67811                        "blurb": "Channel activity 0",
67812                        "conditionally-available": false,
67813                        "construct": false,
67814                        "construct-only": false,
67815                        "controllable": true,
67816                        "default": "false",
67817                        "mutable": "null",
67818                        "readable": true,
67819                        "type": "gboolean",
67820                        "writable": false
67821                    },
67822                    "ca1": {
67823                        "blurb": "Channel activity 1",
67824                        "conditionally-available": false,
67825                        "construct": false,
67826                        "construct-only": false,
67827                        "controllable": true,
67828                        "default": "false",
67829                        "mutable": "null",
67830                        "readable": true,
67831                        "type": "gboolean",
67832                        "writable": false
67833                    },
67834                    "ca2": {
67835                        "blurb": "Channel activity 2",
67836                        "conditionally-available": false,
67837                        "construct": false,
67838                        "construct-only": false,
67839                        "controllable": true,
67840                        "default": "false",
67841                        "mutable": "null",
67842                        "readable": true,
67843                        "type": "gboolean",
67844                        "writable": false
67845                    },
67846                    "ca3": {
67847                        "blurb": "Channel activity 3",
67848                        "conditionally-available": false,
67849                        "construct": false,
67850                        "construct-only": false,
67851                        "controllable": true,
67852                        "default": "false",
67853                        "mutable": "null",
67854                        "readable": true,
67855                        "type": "gboolean",
67856                        "writable": false
67857                    },
67858                    "cam0": {
67859                        "blurb": "Channel mute 0",
67860                        "conditionally-available": false,
67861                        "construct": true,
67862                        "construct-only": false,
67863                        "controllable": true,
67864                        "default": "false",
67865                        "mutable": "null",
67866                        "readable": true,
67867                        "type": "gboolean",
67868                        "writable": true
67869                    },
67870                    "cam1": {
67871                        "blurb": "Channel mute 1",
67872                        "conditionally-available": false,
67873                        "construct": true,
67874                        "construct-only": false,
67875                        "controllable": true,
67876                        "default": "false",
67877                        "mutable": "null",
67878                        "readable": true,
67879                        "type": "gboolean",
67880                        "writable": true
67881                    },
67882                    "cam2": {
67883                        "blurb": "Channel mute 2",
67884                        "conditionally-available": false,
67885                        "construct": true,
67886                        "construct-only": false,
67887                        "controllable": true,
67888                        "default": "false",
67889                        "mutable": "null",
67890                        "readable": true,
67891                        "type": "gboolean",
67892                        "writable": true
67893                    },
67894                    "cam3": {
67895                        "blurb": "Channel mute 3",
67896                        "conditionally-available": false,
67897                        "construct": true,
67898                        "construct-only": false,
67899                        "controllable": true,
67900                        "default": "false",
67901                        "mutable": "null",
67902                        "readable": true,
67903                        "type": "gboolean",
67904                        "writable": true
67905                    },
67906                    "cim0": {
67907                        "blurb": "Left/Right input mix 0",
67908                        "conditionally-available": false,
67909                        "construct": true,
67910                        "construct-only": false,
67911                        "controllable": true,
67912                        "default": "-100",
67913                        "max": "100",
67914                        "min": "-100",
67915                        "mutable": "null",
67916                        "readable": true,
67917                        "type": "gfloat",
67918                        "writable": true
67919                    },
67920                    "cim1": {
67921                        "blurb": "Left/Right input mix 1",
67922                        "conditionally-available": false,
67923                        "construct": true,
67924                        "construct-only": false,
67925                        "controllable": true,
67926                        "default": "-100",
67927                        "max": "100",
67928                        "min": "-100",
67929                        "mutable": "null",
67930                        "readable": true,
67931                        "type": "gfloat",
67932                        "writable": true
67933                    },
67934                    "cim2": {
67935                        "blurb": "Left/Right input mix 2",
67936                        "conditionally-available": false,
67937                        "construct": true,
67938                        "construct-only": false,
67939                        "controllable": true,
67940                        "default": "100",
67941                        "max": "100",
67942                        "min": "-100",
67943                        "mutable": "null",
67944                        "readable": true,
67945                        "type": "gfloat",
67946                        "writable": true
67947                    },
67948                    "cim3": {
67949                        "blurb": "Left/Right input mix 3",
67950                        "conditionally-available": false,
67951                        "construct": true,
67952                        "construct-only": false,
67953                        "controllable": true,
67954                        "default": "100",
67955                        "max": "100",
67956                        "min": "-100",
67957                        "mutable": "null",
67958                        "readable": true,
67959                        "type": "gfloat",
67960                        "writable": true
67961                    },
67962                    "com0": {
67963                        "blurb": "Channel Left/Right output mix 0",
67964                        "conditionally-available": false,
67965                        "construct": true,
67966                        "construct-only": false,
67967                        "controllable": true,
67968                        "default": "-100",
67969                        "max": "100",
67970                        "min": "-100",
67971                        "mutable": "null",
67972                        "readable": true,
67973                        "type": "gfloat",
67974                        "writable": true
67975                    },
67976                    "com1": {
67977                        "blurb": "Channel Left/Right output mix 1",
67978                        "conditionally-available": false,
67979                        "construct": true,
67980                        "construct-only": false,
67981                        "controllable": true,
67982                        "default": "100",
67983                        "max": "100",
67984                        "min": "-100",
67985                        "mutable": "null",
67986                        "readable": true,
67987                        "type": "gfloat",
67988                        "writable": true
67989                    },
67990                    "com2": {
67991                        "blurb": "Channel Left/Right output mix 2",
67992                        "conditionally-available": false,
67993                        "construct": true,
67994                        "construct-only": false,
67995                        "controllable": true,
67996                        "default": "-100",
67997                        "max": "100",
67998                        "min": "-100",
67999                        "mutable": "null",
68000                        "readable": true,
68001                        "type": "gfloat",
68002                        "writable": true
68003                    },
68004                    "com3": {
68005                        "blurb": "Channel Left/Right output mix 3",
68006                        "conditionally-available": false,
68007                        "construct": true,
68008                        "construct-only": false,
68009                        "controllable": true,
68010                        "default": "100",
68011                        "max": "100",
68012                        "min": "-100",
68013                        "mutable": "null",
68014                        "readable": true,
68015                        "type": "gfloat",
68016                        "writable": true
68017                    },
68018                    "csf0": {
68019                        "blurb": "Channel source file 0",
68020                        "conditionally-available": false,
68021                        "construct": true,
68022                        "construct-only": false,
68023                        "controllable": true,
68024                        "default": "None (0)",
68025                        "mutable": "null",
68026                        "readable": true,
68027                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf0",
68028                        "writable": true
68029                    },
68030                    "csf1": {
68031                        "blurb": "Channel source file 1",
68032                        "conditionally-available": false,
68033                        "construct": true,
68034                        "construct-only": false,
68035                        "controllable": true,
68036                        "default": "None (0)",
68037                        "mutable": "null",
68038                        "readable": true,
68039                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf1",
68040                        "writable": true
68041                    },
68042                    "csf2": {
68043                        "blurb": "Channel source file 2",
68044                        "conditionally-available": false,
68045                        "construct": true,
68046                        "construct-only": false,
68047                        "controllable": true,
68048                        "default": "None (0)",
68049                        "mutable": "null",
68050                        "readable": true,
68051                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf2",
68052                        "writable": true
68053                    },
68054                    "csf3": {
68055                        "blurb": "Channel source file 3",
68056                        "conditionally-available": false,
68057                        "construct": true,
68058                        "construct-only": false,
68059                        "controllable": true,
68060                        "default": "None (0)",
68061                        "mutable": "null",
68062                        "readable": true,
68063                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf3",
68064                        "writable": true
68065                    },
68066                    "cst0": {
68067                        "blurb": "Channel source track 0",
68068                        "conditionally-available": false,
68069                        "construct": true,
68070                        "construct-only": false,
68071                        "controllable": true,
68072                        "default": "Track 1 (0)",
68073                        "mutable": "null",
68074                        "readable": true,
68075                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst0",
68076                        "writable": true
68077                    },
68078                    "cst1": {
68079                        "blurb": "Channel source track 1",
68080                        "conditionally-available": false,
68081                        "construct": true,
68082                        "construct-only": false,
68083                        "controllable": true,
68084                        "default": "Track 2 (1)",
68085                        "mutable": "null",
68086                        "readable": true,
68087                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst1",
68088                        "writable": true
68089                    },
68090                    "cst2": {
68091                        "blurb": "Channel source track 2",
68092                        "conditionally-available": false,
68093                        "construct": true,
68094                        "construct-only": false,
68095                        "controllable": true,
68096                        "default": "Track 3 (2)",
68097                        "mutable": "null",
68098                        "readable": true,
68099                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst2",
68100                        "writable": true
68101                    },
68102                    "cst3": {
68103                        "blurb": "Channel source track 3",
68104                        "conditionally-available": false,
68105                        "construct": true,
68106                        "construct-only": false,
68107                        "controllable": true,
68108                        "default": "Track 4 (3)",
68109                        "mutable": "null",
68110                        "readable": true,
68111                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst3",
68112                        "writable": true
68113                    },
68114                    "dry": {
68115                        "blurb": "Dry amount",
68116                        "conditionally-available": false,
68117                        "construct": true,
68118                        "construct-only": false,
68119                        "controllable": true,
68120                        "default": "1",
68121                        "max": "10",
68122                        "min": "0",
68123                        "mutable": "null",
68124                        "readable": true,
68125                        "type": "gfloat",
68126                        "writable": true
68127                    },
68128                    "eq-0": {
68129                        "blurb": "Band 50Hz gain",
68130                        "conditionally-available": false,
68131                        "construct": true,
68132                        "construct-only": false,
68133                        "controllable": true,
68134                        "default": "1",
68135                        "max": "3.98107",
68136                        "min": "0.25119",
68137                        "mutable": "null",
68138                        "readable": true,
68139                        "type": "gfloat",
68140                        "writable": true
68141                    },
68142                    "eq-1": {
68143                        "blurb": "Band 107Hz gain",
68144                        "conditionally-available": false,
68145                        "construct": true,
68146                        "construct-only": false,
68147                        "controllable": true,
68148                        "default": "1",
68149                        "max": "3.98107",
68150                        "min": "0.25119",
68151                        "mutable": "null",
68152                        "readable": true,
68153                        "type": "gfloat",
68154                        "writable": true
68155                    },
68156                    "eq-2": {
68157                        "blurb": "Band 227Hz gain",
68158                        "conditionally-available": false,
68159                        "construct": true,
68160                        "construct-only": false,
68161                        "controllable": true,
68162                        "default": "1",
68163                        "max": "3.98107",
68164                        "min": "0.25119",
68165                        "mutable": "null",
68166                        "readable": true,
68167                        "type": "gfloat",
68168                        "writable": true
68169                    },
68170                    "eq-3": {
68171                        "blurb": "Band 484Hz gain",
68172                        "conditionally-available": false,
68173                        "construct": true,
68174                        "construct-only": false,
68175                        "controllable": true,
68176                        "default": "1",
68177                        "max": "3.98107",
68178                        "min": "0.25119",
68179                        "mutable": "null",
68180                        "readable": true,
68181                        "type": "gfloat",
68182                        "writable": true
68183                    },
68184                    "eq-4": {
68185                        "blurb": "Band 1 kHz gain",
68186                        "conditionally-available": false,
68187                        "construct": true,
68188                        "construct-only": false,
68189                        "controllable": true,
68190                        "default": "1",
68191                        "max": "3.98107",
68192                        "min": "0.25119",
68193                        "mutable": "null",
68194                        "readable": true,
68195                        "type": "gfloat",
68196                        "writable": true
68197                    },
68198                    "eq-5": {
68199                        "blurb": "Band 2.2 kHz gain",
68200                        "conditionally-available": false,
68201                        "construct": true,
68202                        "construct-only": false,
68203                        "controllable": true,
68204                        "default": "1",
68205                        "max": "3.98107",
68206                        "min": "0.25119",
68207                        "mutable": "null",
68208                        "readable": true,
68209                        "type": "gfloat",
68210                        "writable": true
68211                    },
68212                    "eq-6": {
68213                        "blurb": "Band 4.7 kHz gain",
68214                        "conditionally-available": false,
68215                        "construct": true,
68216                        "construct-only": false,
68217                        "controllable": true,
68218                        "default": "1",
68219                        "max": "3.98107",
68220                        "min": "0.25119",
68221                        "mutable": "null",
68222                        "readable": true,
68223                        "type": "gfloat",
68224                        "writable": true
68225                    },
68226                    "eq-7": {
68227                        "blurb": "Band 10 kHz gain",
68228                        "conditionally-available": false,
68229                        "construct": true,
68230                        "construct-only": false,
68231                        "controllable": true,
68232                        "default": "1",
68233                        "max": "3.98107",
68234                        "min": "0.25119",
68235                        "mutable": "null",
68236                        "readable": true,
68237                        "type": "gfloat",
68238                        "writable": true
68239                    },
68240                    "fft": {
68241                        "blurb": "FFT size",
68242                        "conditionally-available": false,
68243                        "construct": true,
68244                        "construct-only": false,
68245                        "controllable": true,
68246                        "default": "32767 (6)",
68247                        "mutable": "null",
68248                        "readable": true,
68249                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-stereofft",
68250                        "writable": true
68251                    },
68252                    "fsel": {
68253                        "blurb": "File selector",
68254                        "conditionally-available": false,
68255                        "construct": true,
68256                        "construct-only": false,
68257                        "controllable": true,
68258                        "default": "File 1 (0)",
68259                        "mutable": "null",
68260                        "readable": true,
68261                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-stereofsel",
68262                        "writable": true
68263                    },
68264                    "g-out": {
68265                        "blurb": "Output gain",
68266                        "conditionally-available": false,
68267                        "construct": true,
68268                        "construct-only": false,
68269                        "controllable": true,
68270                        "default": "1",
68271                        "max": "10",
68272                        "min": "0",
68273                        "mutable": "null",
68274                        "readable": true,
68275                        "type": "gfloat",
68276                        "writable": true
68277                    },
68278                    "hcf": {
68279                        "blurb": "High-cut frequency",
68280                        "conditionally-available": false,
68281                        "construct": true,
68282                        "construct-only": false,
68283                        "controllable": true,
68284                        "default": "10000",
68285                        "max": "22000",
68286                        "min": "2000",
68287                        "mutable": "null",
68288                        "readable": true,
68289                        "type": "gfloat",
68290                        "writable": true
68291                    },
68292                    "hcm": {
68293                        "blurb": "High-cut mode",
68294                        "conditionally-available": false,
68295                        "construct": true,
68296                        "construct-only": false,
68297                        "controllable": true,
68298                        "default": "off (0)",
68299                        "mutable": "null",
68300                        "readable": true,
68301                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-stereohcm",
68302                        "writable": true
68303                    },
68304                    "ifi0": {
68305                        "blurb": "Fade in 0",
68306                        "conditionally-available": false,
68307                        "construct": true,
68308                        "construct-only": false,
68309                        "controllable": true,
68310                        "default": "0",
68311                        "max": "10000",
68312                        "min": "0",
68313                        "mutable": "null",
68314                        "readable": true,
68315                        "type": "gfloat",
68316                        "writable": true
68317                    },
68318                    "ifi1": {
68319                        "blurb": "Fade in 1",
68320                        "conditionally-available": false,
68321                        "construct": true,
68322                        "construct-only": false,
68323                        "controllable": true,
68324                        "default": "0",
68325                        "max": "10000",
68326                        "min": "0",
68327                        "mutable": "null",
68328                        "readable": true,
68329                        "type": "gfloat",
68330                        "writable": true
68331                    },
68332                    "ifi2": {
68333                        "blurb": "Fade in 2",
68334                        "conditionally-available": false,
68335                        "construct": true,
68336                        "construct-only": false,
68337                        "controllable": true,
68338                        "default": "0",
68339                        "max": "10000",
68340                        "min": "0",
68341                        "mutable": "null",
68342                        "readable": true,
68343                        "type": "gfloat",
68344                        "writable": true
68345                    },
68346                    "ifi3": {
68347                        "blurb": "Fade in 3",
68348                        "conditionally-available": false,
68349                        "construct": true,
68350                        "construct-only": false,
68351                        "controllable": true,
68352                        "default": "0",
68353                        "max": "10000",
68354                        "min": "0",
68355                        "mutable": "null",
68356                        "readable": true,
68357                        "type": "gfloat",
68358                        "writable": true
68359                    },
68360                    "ifl0": {
68361                        "blurb": "Impulse length 0",
68362                        "conditionally-available": false,
68363                        "construct": false,
68364                        "construct-only": false,
68365                        "controllable": true,
68366                        "default": "0",
68367                        "max": "10000",
68368                        "min": "0",
68369                        "mutable": "null",
68370                        "readable": true,
68371                        "type": "gfloat",
68372                        "writable": false
68373                    },
68374                    "ifl1": {
68375                        "blurb": "Impulse length 1",
68376                        "conditionally-available": false,
68377                        "construct": false,
68378                        "construct-only": false,
68379                        "controllable": true,
68380                        "default": "0",
68381                        "max": "10000",
68382                        "min": "0",
68383                        "mutable": "null",
68384                        "readable": true,
68385                        "type": "gfloat",
68386                        "writable": false
68387                    },
68388                    "ifl2": {
68389                        "blurb": "Impulse length 2",
68390                        "conditionally-available": false,
68391                        "construct": false,
68392                        "construct-only": false,
68393                        "controllable": true,
68394                        "default": "0",
68395                        "max": "10000",
68396                        "min": "0",
68397                        "mutable": "null",
68398                        "readable": true,
68399                        "type": "gfloat",
68400                        "writable": false
68401                    },
68402                    "ifl3": {
68403                        "blurb": "Impulse length 3",
68404                        "conditionally-available": false,
68405                        "construct": false,
68406                        "construct-only": false,
68407                        "controllable": true,
68408                        "default": "0",
68409                        "max": "10000",
68410                        "min": "0",
68411                        "mutable": "null",
68412                        "readable": true,
68413                        "type": "gfloat",
68414                        "writable": false
68415                    },
68416                    "ifo0": {
68417                        "blurb": "Fade out 0",
68418                        "conditionally-available": false,
68419                        "construct": true,
68420                        "construct-only": false,
68421                        "controllable": true,
68422                        "default": "0",
68423                        "max": "10000",
68424                        "min": "0",
68425                        "mutable": "null",
68426                        "readable": true,
68427                        "type": "gfloat",
68428                        "writable": true
68429                    },
68430                    "ifo1": {
68431                        "blurb": "Fade out 1",
68432                        "conditionally-available": false,
68433                        "construct": true,
68434                        "construct-only": false,
68435                        "controllable": true,
68436                        "default": "0",
68437                        "max": "10000",
68438                        "min": "0",
68439                        "mutable": "null",
68440                        "readable": true,
68441                        "type": "gfloat",
68442                        "writable": true
68443                    },
68444                    "ifo2": {
68445                        "blurb": "Fade out 2",
68446                        "conditionally-available": false,
68447                        "construct": true,
68448                        "construct-only": false,
68449                        "controllable": true,
68450                        "default": "0",
68451                        "max": "10000",
68452                        "min": "0",
68453                        "mutable": "null",
68454                        "readable": true,
68455                        "type": "gfloat",
68456                        "writable": true
68457                    },
68458                    "ifo3": {
68459                        "blurb": "Fade out 3",
68460                        "conditionally-available": false,
68461                        "construct": true,
68462                        "construct-only": false,
68463                        "controllable": true,
68464                        "default": "0",
68465                        "max": "10000",
68466                        "min": "0",
68467                        "mutable": "null",
68468                        "readable": true,
68469                        "type": "gfloat",
68470                        "writable": true
68471                    },
68472                    "ifs0": {
68473                        "blurb": "Load status 0",
68474                        "conditionally-available": false,
68475                        "construct": false,
68476                        "construct-only": false,
68477                        "controllable": true,
68478                        "default": "0",
68479                        "max": "55",
68480                        "min": "0",
68481                        "mutable": "null",
68482                        "readable": true,
68483                        "type": "gint",
68484                        "writable": false
68485                    },
68486                    "ifs1": {
68487                        "blurb": "Load status 1",
68488                        "conditionally-available": false,
68489                        "construct": false,
68490                        "construct-only": false,
68491                        "controllable": true,
68492                        "default": "0",
68493                        "max": "55",
68494                        "min": "0",
68495                        "mutable": "null",
68496                        "readable": true,
68497                        "type": "gint",
68498                        "writable": false
68499                    },
68500                    "ifs2": {
68501                        "blurb": "Load status 2",
68502                        "conditionally-available": false,
68503                        "construct": false,
68504                        "construct-only": false,
68505                        "controllable": true,
68506                        "default": "0",
68507                        "max": "55",
68508                        "min": "0",
68509                        "mutable": "null",
68510                        "readable": true,
68511                        "type": "gint",
68512                        "writable": false
68513                    },
68514                    "ifs3": {
68515                        "blurb": "Load status 3",
68516                        "conditionally-available": false,
68517                        "construct": false,
68518                        "construct-only": false,
68519                        "controllable": true,
68520                        "default": "0",
68521                        "max": "55",
68522                        "min": "0",
68523                        "mutable": "null",
68524                        "readable": true,
68525                        "type": "gint",
68526                        "writable": false
68527                    },
68528                    "ihc0": {
68529                        "blurb": "Head cut 0",
68530                        "conditionally-available": false,
68531                        "construct": true,
68532                        "construct-only": false,
68533                        "controllable": true,
68534                        "default": "0",
68535                        "max": "10000",
68536                        "min": "0",
68537                        "mutable": "null",
68538                        "readable": true,
68539                        "type": "gfloat",
68540                        "writable": true
68541                    },
68542                    "ihc1": {
68543                        "blurb": "Head cut 1",
68544                        "conditionally-available": false,
68545                        "construct": true,
68546                        "construct-only": false,
68547                        "controllable": true,
68548                        "default": "0",
68549                        "max": "10000",
68550                        "min": "0",
68551                        "mutable": "null",
68552                        "readable": true,
68553                        "type": "gfloat",
68554                        "writable": true
68555                    },
68556                    "ihc2": {
68557                        "blurb": "Head cut 2",
68558                        "conditionally-available": false,
68559                        "construct": true,
68560                        "construct-only": false,
68561                        "controllable": true,
68562                        "default": "0",
68563                        "max": "10000",
68564                        "min": "0",
68565                        "mutable": "null",
68566                        "readable": true,
68567                        "type": "gfloat",
68568                        "writable": true
68569                    },
68570                    "ihc3": {
68571                        "blurb": "Head cut 3",
68572                        "conditionally-available": false,
68573                        "construct": true,
68574                        "construct-only": false,
68575                        "controllable": true,
68576                        "default": "0",
68577                        "max": "10000",
68578                        "min": "0",
68579                        "mutable": "null",
68580                        "readable": true,
68581                        "type": "gfloat",
68582                        "writable": true
68583                    },
68584                    "ils0": {
68585                        "blurb": "Impulse listen 0",
68586                        "conditionally-available": false,
68587                        "construct": true,
68588                        "construct-only": false,
68589                        "controllable": true,
68590                        "default": "false",
68591                        "mutable": "null",
68592                        "readable": true,
68593                        "type": "gboolean",
68594                        "writable": true
68595                    },
68596                    "ils1": {
68597                        "blurb": "Impulse listen 1",
68598                        "conditionally-available": false,
68599                        "construct": true,
68600                        "construct-only": false,
68601                        "controllable": true,
68602                        "default": "false",
68603                        "mutable": "null",
68604                        "readable": true,
68605                        "type": "gboolean",
68606                        "writable": true
68607                    },
68608                    "ils2": {
68609                        "blurb": "Impulse listen 2",
68610                        "conditionally-available": false,
68611                        "construct": true,
68612                        "construct-only": false,
68613                        "controllable": true,
68614                        "default": "false",
68615                        "mutable": "null",
68616                        "readable": true,
68617                        "type": "gboolean",
68618                        "writable": true
68619                    },
68620                    "ils3": {
68621                        "blurb": "Impulse listen 3",
68622                        "conditionally-available": false,
68623                        "construct": true,
68624                        "construct-only": false,
68625                        "controllable": true,
68626                        "default": "false",
68627                        "mutable": "null",
68628                        "readable": true,
68629                        "type": "gboolean",
68630                        "writable": true
68631                    },
68632                    "irv0": {
68633                        "blurb": "Impulse reverse 0",
68634                        "conditionally-available": false,
68635                        "construct": true,
68636                        "construct-only": false,
68637                        "controllable": true,
68638                        "default": "false",
68639                        "mutable": "null",
68640                        "readable": true,
68641                        "type": "gboolean",
68642                        "writable": true
68643                    },
68644                    "irv1": {
68645                        "blurb": "Impulse reverse 1",
68646                        "conditionally-available": false,
68647                        "construct": true,
68648                        "construct-only": false,
68649                        "controllable": true,
68650                        "default": "false",
68651                        "mutable": "null",
68652                        "readable": true,
68653                        "type": "gboolean",
68654                        "writable": true
68655                    },
68656                    "irv2": {
68657                        "blurb": "Impulse reverse 2",
68658                        "conditionally-available": false,
68659                        "construct": true,
68660                        "construct-only": false,
68661                        "controllable": true,
68662                        "default": "false",
68663                        "mutable": "null",
68664                        "readable": true,
68665                        "type": "gboolean",
68666                        "writable": true
68667                    },
68668                    "irv3": {
68669                        "blurb": "Impulse reverse 3",
68670                        "conditionally-available": false,
68671                        "construct": true,
68672                        "construct-only": false,
68673                        "controllable": true,
68674                        "default": "false",
68675                        "mutable": "null",
68676                        "readable": true,
68677                        "type": "gboolean",
68678                        "writable": true
68679                    },
68680                    "itc0": {
68681                        "blurb": "Tail cut 0",
68682                        "conditionally-available": false,
68683                        "construct": true,
68684                        "construct-only": false,
68685                        "controllable": true,
68686                        "default": "0",
68687                        "max": "10000",
68688                        "min": "0",
68689                        "mutable": "null",
68690                        "readable": true,
68691                        "type": "gfloat",
68692                        "writable": true
68693                    },
68694                    "itc1": {
68695                        "blurb": "Tail cut 1",
68696                        "conditionally-available": false,
68697                        "construct": true,
68698                        "construct-only": false,
68699                        "controllable": true,
68700                        "default": "0",
68701                        "max": "10000",
68702                        "min": "0",
68703                        "mutable": "null",
68704                        "readable": true,
68705                        "type": "gfloat",
68706                        "writable": true
68707                    },
68708                    "itc2": {
68709                        "blurb": "Tail cut 2",
68710                        "conditionally-available": false,
68711                        "construct": true,
68712                        "construct-only": false,
68713                        "controllable": true,
68714                        "default": "0",
68715                        "max": "10000",
68716                        "min": "0",
68717                        "mutable": "null",
68718                        "readable": true,
68719                        "type": "gfloat",
68720                        "writable": true
68721                    },
68722                    "itc3": {
68723                        "blurb": "Tail cut 3",
68724                        "conditionally-available": false,
68725                        "construct": true,
68726                        "construct-only": false,
68727                        "controllable": true,
68728                        "default": "0",
68729                        "max": "10000",
68730                        "min": "0",
68731                        "mutable": "null",
68732                        "readable": true,
68733                        "type": "gfloat",
68734                        "writable": true
68735                    },
68736                    "lcf": {
68737                        "blurb": "Low-cut frequency",
68738                        "conditionally-available": false,
68739                        "construct": true,
68740                        "construct-only": false,
68741                        "controllable": true,
68742                        "default": "50",
68743                        "max": "1000",
68744                        "min": "10",
68745                        "mutable": "null",
68746                        "readable": true,
68747                        "type": "gfloat",
68748                        "writable": true
68749                    },
68750                    "lcm": {
68751                        "blurb": "Low-cut mode",
68752                        "conditionally-available": false,
68753                        "construct": true,
68754                        "construct-only": false,
68755                        "controllable": true,
68756                        "default": "off (0)",
68757                        "mutable": "null",
68758                        "readable": true,
68759                        "type": "lsp-plug-in-plugins-lv2-impulse-reverb-stereolcm",
68760                        "writable": true
68761                    },
68762                    "mk0": {
68763                        "blurb": "Makeup gain 0",
68764                        "conditionally-available": false,
68765                        "construct": true,
68766                        "construct-only": false,
68767                        "controllable": true,
68768                        "default": "1",
68769                        "max": "100",
68770                        "min": "0",
68771                        "mutable": "null",
68772                        "readable": true,
68773                        "type": "gfloat",
68774                        "writable": true
68775                    },
68776                    "mk1": {
68777                        "blurb": "Makeup gain 1",
68778                        "conditionally-available": false,
68779                        "construct": true,
68780                        "construct-only": false,
68781                        "controllable": true,
68782                        "default": "1",
68783                        "max": "100",
68784                        "min": "0",
68785                        "mutable": "null",
68786                        "readable": true,
68787                        "type": "gfloat",
68788                        "writable": true
68789                    },
68790                    "mk2": {
68791                        "blurb": "Makeup gain 2",
68792                        "conditionally-available": false,
68793                        "construct": true,
68794                        "construct-only": false,
68795                        "controllable": true,
68796                        "default": "1",
68797                        "max": "100",
68798                        "min": "0",
68799                        "mutable": "null",
68800                        "readable": true,
68801                        "type": "gfloat",
68802                        "writable": true
68803                    },
68804                    "mk3": {
68805                        "blurb": "Makeup gain 3",
68806                        "conditionally-available": false,
68807                        "construct": true,
68808                        "construct-only": false,
68809                        "controllable": true,
68810                        "default": "1",
68811                        "max": "100",
68812                        "min": "0",
68813                        "mutable": "null",
68814                        "readable": true,
68815                        "type": "gfloat",
68816                        "writable": true
68817                    },
68818                    "out-latency": {
68819                        "blurb": "Latency OUT",
68820                        "conditionally-available": false,
68821                        "construct": false,
68822                        "construct-only": false,
68823                        "controllable": true,
68824                        "default": "0",
68825                        "max": "192000",
68826                        "min": "0",
68827                        "mutable": "null",
68828                        "readable": true,
68829                        "type": "gint",
68830                        "writable": false
68831                    },
68832                    "pd": {
68833                        "blurb": "Pre-delay",
68834                        "conditionally-available": false,
68835                        "construct": true,
68836                        "construct-only": false,
68837                        "controllable": true,
68838                        "default": "0",
68839                        "max": "100",
68840                        "min": "0",
68841                        "mutable": "null",
68842                        "readable": true,
68843                        "type": "gfloat",
68844                        "writable": true
68845                    },
68846                    "pd0": {
68847                        "blurb": "Channel pre-delay 0",
68848                        "conditionally-available": false,
68849                        "construct": true,
68850                        "construct-only": false,
68851                        "controllable": true,
68852                        "default": "0",
68853                        "max": "100",
68854                        "min": "0",
68855                        "mutable": "null",
68856                        "readable": true,
68857                        "type": "gfloat",
68858                        "writable": true
68859                    },
68860                    "pd1": {
68861                        "blurb": "Channel pre-delay 1",
68862                        "conditionally-available": false,
68863                        "construct": true,
68864                        "construct-only": false,
68865                        "controllable": true,
68866                        "default": "0",
68867                        "max": "100",
68868                        "min": "0",
68869                        "mutable": "null",
68870                        "readable": true,
68871                        "type": "gfloat",
68872                        "writable": true
68873                    },
68874                    "pd2": {
68875                        "blurb": "Channel pre-delay 2",
68876                        "conditionally-available": false,
68877                        "construct": true,
68878                        "construct-only": false,
68879                        "controllable": true,
68880                        "default": "0",
68881                        "max": "100",
68882                        "min": "0",
68883                        "mutable": "null",
68884                        "readable": true,
68885                        "type": "gfloat",
68886                        "writable": true
68887                    },
68888                    "pd3": {
68889                        "blurb": "Channel pre-delay 3",
68890                        "conditionally-available": false,
68891                        "construct": true,
68892                        "construct-only": false,
68893                        "controllable": true,
68894                        "default": "0",
68895                        "max": "100",
68896                        "min": "0",
68897                        "mutable": "null",
68898                        "readable": true,
68899                        "type": "gfloat",
68900                        "writable": true
68901                    },
68902                    "pl": {
68903                        "blurb": "Left channel panorama",
68904                        "conditionally-available": false,
68905                        "construct": true,
68906                        "construct-only": false,
68907                        "controllable": true,
68908                        "default": "-100",
68909                        "max": "100",
68910                        "min": "-100",
68911                        "mutable": "null",
68912                        "readable": true,
68913                        "type": "gfloat",
68914                        "writable": true
68915                    },
68916                    "pr": {
68917                        "blurb": "Right channel panorama",
68918                        "conditionally-available": false,
68919                        "construct": true,
68920                        "construct-only": false,
68921                        "controllable": true,
68922                        "default": "100",
68923                        "max": "100",
68924                        "min": "-100",
68925                        "mutable": "null",
68926                        "readable": true,
68927                        "type": "gfloat",
68928                        "writable": true
68929                    },
68930                    "wet": {
68931                        "blurb": "Wet amount",
68932                        "conditionally-available": false,
68933                        "construct": true,
68934                        "construct-only": false,
68935                        "controllable": true,
68936                        "default": "1",
68937                        "max": "10",
68938                        "min": "0",
68939                        "mutable": "null",
68940                        "readable": true,
68941                        "type": "gfloat",
68942                        "writable": true
68943                    },
68944                    "wpp": {
68945                        "blurb": "Wet post-process",
68946                        "conditionally-available": false,
68947                        "construct": true,
68948                        "construct-only": false,
68949                        "controllable": true,
68950                        "default": "false",
68951                        "mutable": "null",
68952                        "readable": true,
68953                        "type": "gboolean",
68954                        "writable": true
68955                    }
68956                },
68957                "rank": "none"
68958            },
68959            "lsp-plug-in-plugins-lv2-latency-meter": {
68960                "author": "LSP LV2",
68961                "description": "LSP Latency Meter",
68962                "hierarchy": [
68963                    "lsp-plug-in-plugins-lv2-latency-meter",
68964                    "GstAudioFilter",
68965                    "GstBaseTransform",
68966                    "GstElement",
68967                    "GstObject",
68968                    "GInitiallyUnowned",
68969                    "GObject"
68970                ],
68971                "interfaces": [
68972                    "GstPreset"
68973                ],
68974                "klass": "Filter/Effect/Audio/LV2/Analyser",
68975                "long-name": "LSP Latency Meter",
68976                "pad-templates": {
68977                    "sink": {
68978                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
68979                        "direction": "sink",
68980                        "presence": "always"
68981                    },
68982                    "src": {
68983                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
68984                        "direction": "src",
68985                        "presence": "always"
68986                    }
68987                },
68988                "properties": {
68989                    "athr": {
68990                        "blurb": "Absolute threshold",
68991                        "conditionally-available": false,
68992                        "construct": true,
68993                        "construct-only": false,
68994                        "controllable": true,
68995                        "default": "0.0631",
68996                        "max": "1",
68997                        "min": "6.3e-05",
68998                        "mutable": "null",
68999                        "readable": true,
69000                        "type": "gfloat",
69001                        "writable": true
69002                    },
69003                    "bypass": {
69004                        "blurb": "Bypass",
69005                        "conditionally-available": false,
69006                        "construct": true,
69007                        "construct-only": false,
69008                        "controllable": true,
69009                        "default": "false",
69010                        "mutable": "null",
69011                        "readable": true,
69012                        "type": "gboolean",
69013                        "writable": true
69014                    },
69015                    "fback": {
69016                        "blurb": "Feedback",
69017                        "conditionally-available": false,
69018                        "construct": true,
69019                        "construct-only": false,
69020                        "controllable": true,
69021                        "default": "false",
69022                        "mutable": "null",
69023                        "readable": true,
69024                        "type": "gboolean",
69025                        "writable": true
69026                    },
69027                    "gin": {
69028                        "blurb": "Input Gain",
69029                        "conditionally-available": false,
69030                        "construct": true,
69031                        "construct-only": false,
69032                        "controllable": true,
69033                        "default": "1",
69034                        "max": "10",
69035                        "min": "0",
69036                        "mutable": "null",
69037                        "readable": true,
69038                        "type": "gfloat",
69039                        "writable": true
69040                    },
69041                    "gout": {
69042                        "blurb": "Output Gain",
69043                        "conditionally-available": false,
69044                        "construct": true,
69045                        "construct-only": false,
69046                        "controllable": true,
69047                        "default": "1",
69048                        "max": "10",
69049                        "min": "0",
69050                        "mutable": "null",
69051                        "readable": true,
69052                        "type": "gfloat",
69053                        "writable": true
69054                    },
69055                    "ilvl": {
69056                        "blurb": "Input Level",
69057                        "conditionally-available": false,
69058                        "construct": false,
69059                        "construct-only": false,
69060                        "controllable": true,
69061                        "default": "0",
69062                        "max": "20",
69063                        "min": "0",
69064                        "mutable": "null",
69065                        "readable": true,
69066                        "type": "gfloat",
69067                        "writable": false
69068                    },
69069                    "l-v": {
69070                        "blurb": "Latency Value",
69071                        "conditionally-available": false,
69072                        "construct": false,
69073                        "construct-only": false,
69074                        "controllable": true,
69075                        "default": "0",
69076                        "max": "2000",
69077                        "min": "0",
69078                        "mutable": "null",
69079                        "readable": true,
69080                        "type": "gfloat",
69081                        "writable": false
69082                    },
69083                    "mlat": {
69084                        "blurb": "Max expected latency",
69085                        "conditionally-available": false,
69086                        "construct": true,
69087                        "construct-only": false,
69088                        "controllable": true,
69089                        "default": "1000",
69090                        "max": "2000",
69091                        "min": "0",
69092                        "mutable": "null",
69093                        "readable": true,
69094                        "type": "gfloat",
69095                        "writable": true
69096                    },
69097                    "out-latency": {
69098                        "blurb": "Latency OUT",
69099                        "conditionally-available": false,
69100                        "construct": false,
69101                        "construct-only": false,
69102                        "controllable": true,
69103                        "default": "0",
69104                        "max": "192000",
69105                        "min": "0",
69106                        "mutable": "null",
69107                        "readable": true,
69108                        "type": "gint",
69109                        "writable": false
69110                    },
69111                    "pthr": {
69112                        "blurb": "Peak threshold",
69113                        "conditionally-available": false,
69114                        "construct": true,
69115                        "construct-only": false,
69116                        "controllable": true,
69117                        "default": "0.0631",
69118                        "max": "1",
69119                        "min": "6.3e-05",
69120                        "mutable": "null",
69121                        "readable": true,
69122                        "type": "gfloat",
69123                        "writable": true
69124                    },
69125                    "ttrig": {
69126                        "blurb": "Trig a Latency measurement",
69127                        "conditionally-available": false,
69128                        "construct": true,
69129                        "construct-only": false,
69130                        "controllable": true,
69131                        "default": "false",
69132                        "mutable": "null",
69133                        "readable": true,
69134                        "type": "gboolean",
69135                        "writable": true
69136                    }
69137                },
69138                "rank": "none"
69139            },
69140            "lsp-plug-in-plugins-lv2-limiter-mono": {
69141                "author": "LSP LV2",
69142                "description": "LSP Limiter Mono",
69143                "hierarchy": [
69144                    "lsp-plug-in-plugins-lv2-limiter-mono",
69145                    "GstAudioFilter",
69146                    "GstBaseTransform",
69147                    "GstElement",
69148                    "GstObject",
69149                    "GInitiallyUnowned",
69150                    "GObject"
69151                ],
69152                "interfaces": [
69153                    "GstPreset"
69154                ],
69155                "klass": "Filter/Effect/Audio/LV2/Limiter",
69156                "long-name": "LSP Limiter Mono",
69157                "pad-templates": {
69158                    "sink": {
69159                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
69160                        "direction": "sink",
69161                        "presence": "always"
69162                    },
69163                    "src": {
69164                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
69165                        "direction": "src",
69166                        "presence": "always"
69167                    }
69168                },
69169                "properties": {
69170                    "at": {
69171                        "blurb": "Attack time",
69172                        "conditionally-available": false,
69173                        "construct": true,
69174                        "construct-only": false,
69175                        "controllable": true,
69176                        "default": "5",
69177                        "max": "20",
69178                        "min": "0.25",
69179                        "mutable": "null",
69180                        "readable": true,
69181                        "type": "gfloat",
69182                        "writable": true
69183                    },
69184                    "boost": {
69185                        "blurb": "Gain boost",
69186                        "conditionally-available": false,
69187                        "construct": true,
69188                        "construct-only": false,
69189                        "controllable": true,
69190                        "default": "false",
69191                        "mutable": "null",
69192                        "readable": true,
69193                        "type": "gboolean",
69194                        "writable": true
69195                    },
69196                    "bypass": {
69197                        "blurb": "Bypass",
69198                        "conditionally-available": false,
69199                        "construct": true,
69200                        "construct-only": false,
69201                        "controllable": true,
69202                        "default": "false",
69203                        "mutable": "null",
69204                        "readable": true,
69205                        "type": "gboolean",
69206                        "writable": true
69207                    },
69208                    "clear": {
69209                        "blurb": "Clear graph analysis",
69210                        "conditionally-available": false,
69211                        "construct": true,
69212                        "construct-only": false,
69213                        "controllable": true,
69214                        "default": "false",
69215                        "mutable": "null",
69216                        "readable": true,
69217                        "type": "gboolean",
69218                        "writable": true
69219                    },
69220                    "dith": {
69221                        "blurb": "Dithering",
69222                        "conditionally-available": false,
69223                        "construct": true,
69224                        "construct-only": false,
69225                        "controllable": true,
69226                        "default": "None (0)",
69227                        "mutable": "null",
69228                        "readable": true,
69229                        "type": "lsp-plug-in-plugins-lv2-limiter-monodith",
69230                        "writable": true
69231                    },
69232                    "g-in": {
69233                        "blurb": "Input gain",
69234                        "conditionally-available": false,
69235                        "construct": true,
69236                        "construct-only": false,
69237                        "controllable": true,
69238                        "default": "1",
69239                        "max": "10",
69240                        "min": "0",
69241                        "mutable": "null",
69242                        "readable": true,
69243                        "type": "gfloat",
69244                        "writable": true
69245                    },
69246                    "g-out": {
69247                        "blurb": "Output gain",
69248                        "conditionally-available": false,
69249                        "construct": true,
69250                        "construct-only": false,
69251                        "controllable": true,
69252                        "default": "1",
69253                        "max": "10",
69254                        "min": "0",
69255                        "mutable": "null",
69256                        "readable": true,
69257                        "type": "gfloat",
69258                        "writable": true
69259                    },
69260                    "grgv": {
69261                        "blurb": "Gain graph visibility",
69262                        "conditionally-available": false,
69263                        "construct": true,
69264                        "construct-only": false,
69265                        "controllable": true,
69266                        "default": "false",
69267                        "mutable": "null",
69268                        "readable": true,
69269                        "type": "gboolean",
69270                        "writable": true
69271                    },
69272                    "grlm": {
69273                        "blurb": "Gain reduction level meter",
69274                        "conditionally-available": false,
69275                        "construct": false,
69276                        "construct-only": false,
69277                        "controllable": true,
69278                        "default": "0",
69279                        "max": "1",
69280                        "min": "0",
69281                        "mutable": "null",
69282                        "readable": true,
69283                        "type": "gfloat",
69284                        "writable": false
69285                    },
69286                    "igv": {
69287                        "blurb": "Input graph visibility",
69288                        "conditionally-available": false,
69289                        "construct": true,
69290                        "construct-only": false,
69291                        "controllable": true,
69292                        "default": "false",
69293                        "mutable": "null",
69294                        "readable": true,
69295                        "type": "gboolean",
69296                        "writable": true
69297                    },
69298                    "ilm": {
69299                        "blurb": "Input level meter",
69300                        "conditionally-available": false,
69301                        "construct": false,
69302                        "construct-only": false,
69303                        "controllable": true,
69304                        "default": "0",
69305                        "max": "1",
69306                        "min": "0",
69307                        "mutable": "null",
69308                        "readable": true,
69309                        "type": "gfloat",
69310                        "writable": false
69311                    },
69312                    "knee": {
69313                        "blurb": "Knee",
69314                        "conditionally-available": false,
69315                        "construct": true,
69316                        "construct-only": false,
69317                        "controllable": true,
69318                        "default": "1",
69319                        "max": "1",
69320                        "min": "0.25119",
69321                        "mutable": "null",
69322                        "readable": true,
69323                        "type": "gfloat",
69324                        "writable": true
69325                    },
69326                    "lk": {
69327                        "blurb": "Lookahead",
69328                        "conditionally-available": false,
69329                        "construct": true,
69330                        "construct-only": false,
69331                        "controllable": true,
69332                        "default": "5",
69333                        "max": "20",
69334                        "min": "0.1",
69335                        "mutable": "null",
69336                        "readable": true,
69337                        "type": "gfloat",
69338                        "writable": true
69339                    },
69340                    "mode": {
69341                        "blurb": "Operating mode",
69342                        "conditionally-available": false,
69343                        "construct": true,
69344                        "construct-only": false,
69345                        "controllable": true,
69346                        "default": "Herm Thin (1)",
69347                        "mutable": "null",
69348                        "readable": true,
69349                        "type": "lsp-plug-in-plugins-lv2-limiter-monomode",
69350                        "writable": true
69351                    },
69352                    "ogv": {
69353                        "blurb": "Output graph visibility",
69354                        "conditionally-available": false,
69355                        "construct": true,
69356                        "construct-only": false,
69357                        "controllable": true,
69358                        "default": "false",
69359                        "mutable": "null",
69360                        "readable": true,
69361                        "type": "gboolean",
69362                        "writable": true
69363                    },
69364                    "olm": {
69365                        "blurb": "Outut level meter",
69366                        "conditionally-available": false,
69367                        "construct": false,
69368                        "construct-only": false,
69369                        "controllable": true,
69370                        "default": "0",
69371                        "max": "1",
69372                        "min": "0",
69373                        "mutable": "null",
69374                        "readable": true,
69375                        "type": "gfloat",
69376                        "writable": false
69377                    },
69378                    "out-latency": {
69379                        "blurb": "Latency OUT",
69380                        "conditionally-available": false,
69381                        "construct": false,
69382                        "construct-only": false,
69383                        "controllable": true,
69384                        "default": "0",
69385                        "max": "192000",
69386                        "min": "0",
69387                        "mutable": "null",
69388                        "readable": true,
69389                        "type": "gint",
69390                        "writable": false
69391                    },
69392                    "ovs": {
69393                        "blurb": "Oversampling",
69394                        "conditionally-available": false,
69395                        "construct": true,
69396                        "construct-only": false,
69397                        "controllable": true,
69398                        "default": "None (0)",
69399                        "mutable": "null",
69400                        "readable": true,
69401                        "type": "lsp-plug-in-plugins-lv2-limiter-monoovs",
69402                        "writable": true
69403                    },
69404                    "pause": {
69405                        "blurb": "Pause graph analysis",
69406                        "conditionally-available": false,
69407                        "construct": true,
69408                        "construct-only": false,
69409                        "controllable": true,
69410                        "default": "false",
69411                        "mutable": "null",
69412                        "readable": true,
69413                        "type": "gboolean",
69414                        "writable": true
69415                    },
69416                    "rt": {
69417                        "blurb": "Release time",
69418                        "conditionally-available": false,
69419                        "construct": true,
69420                        "construct-only": false,
69421                        "controllable": true,
69422                        "default": "5",
69423                        "max": "20",
69424                        "min": "0.25",
69425                        "mutable": "null",
69426                        "readable": true,
69427                        "type": "gfloat",
69428                        "writable": true
69429                    },
69430                    "scgv": {
69431                        "blurb": "Sidechain graph visibility",
69432                        "conditionally-available": false,
69433                        "construct": true,
69434                        "construct-only": false,
69435                        "controllable": true,
69436                        "default": "false",
69437                        "mutable": "null",
69438                        "readable": true,
69439                        "type": "gboolean",
69440                        "writable": true
69441                    },
69442                    "sclm": {
69443                        "blurb": "Sidechain level meter",
69444                        "conditionally-available": false,
69445                        "construct": false,
69446                        "construct-only": false,
69447                        "controllable": true,
69448                        "default": "0",
69449                        "max": "1",
69450                        "min": "0",
69451                        "mutable": "null",
69452                        "readable": true,
69453                        "type": "gfloat",
69454                        "writable": false
69455                    },
69456                    "scp": {
69457                        "blurb": "Sidechain preamp",
69458                        "conditionally-available": false,
69459                        "construct": true,
69460                        "construct-only": false,
69461                        "controllable": true,
69462                        "default": "1",
69463                        "max": "100",
69464                        "min": "0",
69465                        "mutable": "null",
69466                        "readable": true,
69467                        "type": "gfloat",
69468                        "writable": true
69469                    },
69470                    "th": {
69471                        "blurb": "Threshold",
69472                        "conditionally-available": false,
69473                        "construct": true,
69474                        "construct-only": false,
69475                        "controllable": true,
69476                        "default": "1",
69477                        "max": "1",
69478                        "min": "0.00398",
69479                        "mutable": "null",
69480                        "readable": true,
69481                        "type": "gfloat",
69482                        "writable": true
69483                    }
69484                },
69485                "rank": "none"
69486            },
69487            "lsp-plug-in-plugins-lv2-limiter-stereo": {
69488                "author": "LSP LV2",
69489                "description": "LSP Limiter Stereo",
69490                "hierarchy": [
69491                    "lsp-plug-in-plugins-lv2-limiter-stereo",
69492                    "GstAudioFilter",
69493                    "GstBaseTransform",
69494                    "GstElement",
69495                    "GstObject",
69496                    "GInitiallyUnowned",
69497                    "GObject"
69498                ],
69499                "interfaces": [
69500                    "GstPreset"
69501                ],
69502                "klass": "Filter/Effect/Audio/LV2/Limiter",
69503                "long-name": "LSP Limiter Stereo",
69504                "pad-templates": {
69505                    "sink": {
69506                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
69507                        "direction": "sink",
69508                        "presence": "always"
69509                    },
69510                    "src": {
69511                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
69512                        "direction": "src",
69513                        "presence": "always"
69514                    }
69515                },
69516                "properties": {
69517                    "at": {
69518                        "blurb": "Attack time",
69519                        "conditionally-available": false,
69520                        "construct": true,
69521                        "construct-only": false,
69522                        "controllable": true,
69523                        "default": "5",
69524                        "max": "20",
69525                        "min": "0.25",
69526                        "mutable": "null",
69527                        "readable": true,
69528                        "type": "gfloat",
69529                        "writable": true
69530                    },
69531                    "boost": {
69532                        "blurb": "Gain boost",
69533                        "conditionally-available": false,
69534                        "construct": true,
69535                        "construct-only": false,
69536                        "controllable": true,
69537                        "default": "false",
69538                        "mutable": "null",
69539                        "readable": true,
69540                        "type": "gboolean",
69541                        "writable": true
69542                    },
69543                    "bypass": {
69544                        "blurb": "Bypass",
69545                        "conditionally-available": false,
69546                        "construct": true,
69547                        "construct-only": false,
69548                        "controllable": true,
69549                        "default": "false",
69550                        "mutable": "null",
69551                        "readable": true,
69552                        "type": "gboolean",
69553                        "writable": true
69554                    },
69555                    "clear": {
69556                        "blurb": "Clear graph analysis",
69557                        "conditionally-available": false,
69558                        "construct": true,
69559                        "construct-only": false,
69560                        "controllable": true,
69561                        "default": "false",
69562                        "mutable": "null",
69563                        "readable": true,
69564                        "type": "gboolean",
69565                        "writable": true
69566                    },
69567                    "dith": {
69568                        "blurb": "Dithering",
69569                        "conditionally-available": false,
69570                        "construct": true,
69571                        "construct-only": false,
69572                        "controllable": true,
69573                        "default": "None (0)",
69574                        "mutable": "null",
69575                        "readable": true,
69576                        "type": "lsp-plug-in-plugins-lv2-limiter-stereodith",
69577                        "writable": true
69578                    },
69579                    "g-in": {
69580                        "blurb": "Input gain",
69581                        "conditionally-available": false,
69582                        "construct": true,
69583                        "construct-only": false,
69584                        "controllable": true,
69585                        "default": "1",
69586                        "max": "10",
69587                        "min": "0",
69588                        "mutable": "null",
69589                        "readable": true,
69590                        "type": "gfloat",
69591                        "writable": true
69592                    },
69593                    "g-out": {
69594                        "blurb": "Output gain",
69595                        "conditionally-available": false,
69596                        "construct": true,
69597                        "construct-only": false,
69598                        "controllable": true,
69599                        "default": "1",
69600                        "max": "10",
69601                        "min": "0",
69602                        "mutable": "null",
69603                        "readable": true,
69604                        "type": "gfloat",
69605                        "writable": true
69606                    },
69607                    "grgv-l": {
69608                        "blurb": "Gain graph visibility Left",
69609                        "conditionally-available": false,
69610                        "construct": true,
69611                        "construct-only": false,
69612                        "controllable": true,
69613                        "default": "false",
69614                        "mutable": "null",
69615                        "readable": true,
69616                        "type": "gboolean",
69617                        "writable": true
69618                    },
69619                    "grgv-r": {
69620                        "blurb": "Gain graph visibility Right",
69621                        "conditionally-available": false,
69622                        "construct": true,
69623                        "construct-only": false,
69624                        "controllable": true,
69625                        "default": "false",
69626                        "mutable": "null",
69627                        "readable": true,
69628                        "type": "gboolean",
69629                        "writable": true
69630                    },
69631                    "grlm-l": {
69632                        "blurb": "Gain reduction level meter Left",
69633                        "conditionally-available": false,
69634                        "construct": false,
69635                        "construct-only": false,
69636                        "controllable": true,
69637                        "default": "0",
69638                        "max": "1",
69639                        "min": "0",
69640                        "mutable": "null",
69641                        "readable": true,
69642                        "type": "gfloat",
69643                        "writable": false
69644                    },
69645                    "grlm-r": {
69646                        "blurb": "Gain reduction level meter Right",
69647                        "conditionally-available": false,
69648                        "construct": false,
69649                        "construct-only": false,
69650                        "controllable": true,
69651                        "default": "0",
69652                        "max": "1",
69653                        "min": "0",
69654                        "mutable": "null",
69655                        "readable": true,
69656                        "type": "gfloat",
69657                        "writable": false
69658                    },
69659                    "igv-l": {
69660                        "blurb": "Input graph visibility Left",
69661                        "conditionally-available": false,
69662                        "construct": true,
69663                        "construct-only": false,
69664                        "controllable": true,
69665                        "default": "false",
69666                        "mutable": "null",
69667                        "readable": true,
69668                        "type": "gboolean",
69669                        "writable": true
69670                    },
69671                    "igv-r": {
69672                        "blurb": "Input graph visibility Right",
69673                        "conditionally-available": false,
69674                        "construct": true,
69675                        "construct-only": false,
69676                        "controllable": true,
69677                        "default": "false",
69678                        "mutable": "null",
69679                        "readable": true,
69680                        "type": "gboolean",
69681                        "writable": true
69682                    },
69683                    "ilm-l": {
69684                        "blurb": "Input level meter Left",
69685                        "conditionally-available": false,
69686                        "construct": false,
69687                        "construct-only": false,
69688                        "controllable": true,
69689                        "default": "0",
69690                        "max": "1",
69691                        "min": "0",
69692                        "mutable": "null",
69693                        "readable": true,
69694                        "type": "gfloat",
69695                        "writable": false
69696                    },
69697                    "ilm-r": {
69698                        "blurb": "Input level meter Right",
69699                        "conditionally-available": false,
69700                        "construct": false,
69701                        "construct-only": false,
69702                        "controllable": true,
69703                        "default": "0",
69704                        "max": "1",
69705                        "min": "0",
69706                        "mutable": "null",
69707                        "readable": true,
69708                        "type": "gfloat",
69709                        "writable": false
69710                    },
69711                    "knee": {
69712                        "blurb": "Knee",
69713                        "conditionally-available": false,
69714                        "construct": true,
69715                        "construct-only": false,
69716                        "controllable": true,
69717                        "default": "1",
69718                        "max": "1",
69719                        "min": "0.25119",
69720                        "mutable": "null",
69721                        "readable": true,
69722                        "type": "gfloat",
69723                        "writable": true
69724                    },
69725                    "lk": {
69726                        "blurb": "Lookahead",
69727                        "conditionally-available": false,
69728                        "construct": true,
69729                        "construct-only": false,
69730                        "controllable": true,
69731                        "default": "5",
69732                        "max": "20",
69733                        "min": "0.1",
69734                        "mutable": "null",
69735                        "readable": true,
69736                        "type": "gfloat",
69737                        "writable": true
69738                    },
69739                    "mode": {
69740                        "blurb": "Operating mode",
69741                        "conditionally-available": false,
69742                        "construct": true,
69743                        "construct-only": false,
69744                        "controllable": true,
69745                        "default": "Herm Thin (1)",
69746                        "mutable": "null",
69747                        "readable": true,
69748                        "type": "lsp-plug-in-plugins-lv2-limiter-stereomode",
69749                        "writable": true
69750                    },
69751                    "ogv-l": {
69752                        "blurb": "Output graph visibility Left",
69753                        "conditionally-available": false,
69754                        "construct": true,
69755                        "construct-only": false,
69756                        "controllable": true,
69757                        "default": "false",
69758                        "mutable": "null",
69759                        "readable": true,
69760                        "type": "gboolean",
69761                        "writable": true
69762                    },
69763                    "ogv-r": {
69764                        "blurb": "Output graph visibility Right",
69765                        "conditionally-available": false,
69766                        "construct": true,
69767                        "construct-only": false,
69768                        "controllable": true,
69769                        "default": "false",
69770                        "mutable": "null",
69771                        "readable": true,
69772                        "type": "gboolean",
69773                        "writable": true
69774                    },
69775                    "olm-l": {
69776                        "blurb": "Outut level meter Left",
69777                        "conditionally-available": false,
69778                        "construct": false,
69779                        "construct-only": false,
69780                        "controllable": true,
69781                        "default": "0",
69782                        "max": "1",
69783                        "min": "0",
69784                        "mutable": "null",
69785                        "readable": true,
69786                        "type": "gfloat",
69787                        "writable": false
69788                    },
69789                    "olm-r": {
69790                        "blurb": "Outut level meter Right",
69791                        "conditionally-available": false,
69792                        "construct": false,
69793                        "construct-only": false,
69794                        "controllable": true,
69795                        "default": "0",
69796                        "max": "1",
69797                        "min": "0",
69798                        "mutable": "null",
69799                        "readable": true,
69800                        "type": "gfloat",
69801                        "writable": false
69802                    },
69803                    "out-latency": {
69804                        "blurb": "Latency OUT",
69805                        "conditionally-available": false,
69806                        "construct": false,
69807                        "construct-only": false,
69808                        "controllable": true,
69809                        "default": "0",
69810                        "max": "192000",
69811                        "min": "0",
69812                        "mutable": "null",
69813                        "readable": true,
69814                        "type": "gint",
69815                        "writable": false
69816                    },
69817                    "ovs": {
69818                        "blurb": "Oversampling",
69819                        "conditionally-available": false,
69820                        "construct": true,
69821                        "construct-only": false,
69822                        "controllable": true,
69823                        "default": "None (0)",
69824                        "mutable": "null",
69825                        "readable": true,
69826                        "type": "lsp-plug-in-plugins-lv2-limiter-stereoovs",
69827                        "writable": true
69828                    },
69829                    "pause": {
69830                        "blurb": "Pause graph analysis",
69831                        "conditionally-available": false,
69832                        "construct": true,
69833                        "construct-only": false,
69834                        "controllable": true,
69835                        "default": "false",
69836                        "mutable": "null",
69837                        "readable": true,
69838                        "type": "gboolean",
69839                        "writable": true
69840                    },
69841                    "rt": {
69842                        "blurb": "Release time",
69843                        "conditionally-available": false,
69844                        "construct": true,
69845                        "construct-only": false,
69846                        "controllable": true,
69847                        "default": "5",
69848                        "max": "20",
69849                        "min": "0.25",
69850                        "mutable": "null",
69851                        "readable": true,
69852                        "type": "gfloat",
69853                        "writable": true
69854                    },
69855                    "scgv-l": {
69856                        "blurb": "Sidechain graph visibility Left",
69857                        "conditionally-available": false,
69858                        "construct": true,
69859                        "construct-only": false,
69860                        "controllable": true,
69861                        "default": "false",
69862                        "mutable": "null",
69863                        "readable": true,
69864                        "type": "gboolean",
69865                        "writable": true
69866                    },
69867                    "scgv-r": {
69868                        "blurb": "Sidechain graph visibility Right",
69869                        "conditionally-available": false,
69870                        "construct": true,
69871                        "construct-only": false,
69872                        "controllable": true,
69873                        "default": "false",
69874                        "mutable": "null",
69875                        "readable": true,
69876                        "type": "gboolean",
69877                        "writable": true
69878                    },
69879                    "sclm-l": {
69880                        "blurb": "Sidechain level meter Left",
69881                        "conditionally-available": false,
69882                        "construct": false,
69883                        "construct-only": false,
69884                        "controllable": true,
69885                        "default": "0",
69886                        "max": "1",
69887                        "min": "0",
69888                        "mutable": "null",
69889                        "readable": true,
69890                        "type": "gfloat",
69891                        "writable": false
69892                    },
69893                    "sclm-r": {
69894                        "blurb": "Sidechain level meter Right",
69895                        "conditionally-available": false,
69896                        "construct": false,
69897                        "construct-only": false,
69898                        "controllable": true,
69899                        "default": "0",
69900                        "max": "1",
69901                        "min": "0",
69902                        "mutable": "null",
69903                        "readable": true,
69904                        "type": "gfloat",
69905                        "writable": false
69906                    },
69907                    "scp": {
69908                        "blurb": "Sidechain preamp",
69909                        "conditionally-available": false,
69910                        "construct": true,
69911                        "construct-only": false,
69912                        "controllable": true,
69913                        "default": "1",
69914                        "max": "100",
69915                        "min": "0",
69916                        "mutable": "null",
69917                        "readable": true,
69918                        "type": "gfloat",
69919                        "writable": true
69920                    },
69921                    "slink": {
69922                        "blurb": "Stereo linking",
69923                        "conditionally-available": false,
69924                        "construct": true,
69925                        "construct-only": false,
69926                        "controllable": true,
69927                        "default": "100",
69928                        "max": "100",
69929                        "min": "0",
69930                        "mutable": "null",
69931                        "readable": true,
69932                        "type": "gfloat",
69933                        "writable": true
69934                    },
69935                    "th": {
69936                        "blurb": "Threshold",
69937                        "conditionally-available": false,
69938                        "construct": true,
69939                        "construct-only": false,
69940                        "controllable": true,
69941                        "default": "1",
69942                        "max": "1",
69943                        "min": "0.00398",
69944                        "mutable": "null",
69945                        "readable": true,
69946                        "type": "gfloat",
69947                        "writable": true
69948                    }
69949                },
69950                "rank": "none"
69951            },
69952            "lsp-plug-in-plugins-lv2-mb-compressor-lr": {
69953                "author": "LSP LV2",
69954                "description": "LSP Multiband Compressor LeftRight x8",
69955                "hierarchy": [
69956                    "lsp-plug-in-plugins-lv2-mb-compressor-lr",
69957                    "GstAudioFilter",
69958                    "GstBaseTransform",
69959                    "GstElement",
69960                    "GstObject",
69961                    "GInitiallyUnowned",
69962                    "GObject"
69963                ],
69964                "interfaces": [
69965                    "GstPreset"
69966                ],
69967                "klass": "Filter/Effect/Audio/LV2/Compressor",
69968                "long-name": "LSP Multiband Compressor LeftRight x8",
69969                "pad-templates": {
69970                    "sink": {
69971                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
69972                        "direction": "sink",
69973                        "presence": "always"
69974                    },
69975                    "src": {
69976                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
69977                        "direction": "src",
69978                        "presence": "always"
69979                    }
69980                },
69981                "properties": {
69982                    "al-0l": {
69983                        "blurb": "Attack level 0 Left",
69984                        "conditionally-available": false,
69985                        "construct": true,
69986                        "construct-only": false,
69987                        "controllable": true,
69988                        "default": "0.25119",
69989                        "max": "1",
69990                        "min": "0.001",
69991                        "mutable": "null",
69992                        "readable": true,
69993                        "type": "gfloat",
69994                        "writable": true
69995                    },
69996                    "al-0r": {
69997                        "blurb": "Attack level 0 Right",
69998                        "conditionally-available": false,
69999                        "construct": true,
70000                        "construct-only": false,
70001                        "controllable": true,
70002                        "default": "0.25119",
70003                        "max": "1",
70004                        "min": "0.001",
70005                        "mutable": "null",
70006                        "readable": true,
70007                        "type": "gfloat",
70008                        "writable": true
70009                    },
70010                    "al-1l": {
70011                        "blurb": "Attack level 1 Left",
70012                        "conditionally-available": false,
70013                        "construct": true,
70014                        "construct-only": false,
70015                        "controllable": true,
70016                        "default": "0.25119",
70017                        "max": "1",
70018                        "min": "0.001",
70019                        "mutable": "null",
70020                        "readable": true,
70021                        "type": "gfloat",
70022                        "writable": true
70023                    },
70024                    "al-1r": {
70025                        "blurb": "Attack level 1 Right",
70026                        "conditionally-available": false,
70027                        "construct": true,
70028                        "construct-only": false,
70029                        "controllable": true,
70030                        "default": "0.25119",
70031                        "max": "1",
70032                        "min": "0.001",
70033                        "mutable": "null",
70034                        "readable": true,
70035                        "type": "gfloat",
70036                        "writable": true
70037                    },
70038                    "al-2l": {
70039                        "blurb": "Attack level 2 Left",
70040                        "conditionally-available": false,
70041                        "construct": true,
70042                        "construct-only": false,
70043                        "controllable": true,
70044                        "default": "0.25119",
70045                        "max": "1",
70046                        "min": "0.001",
70047                        "mutable": "null",
70048                        "readable": true,
70049                        "type": "gfloat",
70050                        "writable": true
70051                    },
70052                    "al-2r": {
70053                        "blurb": "Attack level 2 Right",
70054                        "conditionally-available": false,
70055                        "construct": true,
70056                        "construct-only": false,
70057                        "controllable": true,
70058                        "default": "0.25119",
70059                        "max": "1",
70060                        "min": "0.001",
70061                        "mutable": "null",
70062                        "readable": true,
70063                        "type": "gfloat",
70064                        "writable": true
70065                    },
70066                    "al-3l": {
70067                        "blurb": "Attack level 3 Left",
70068                        "conditionally-available": false,
70069                        "construct": true,
70070                        "construct-only": false,
70071                        "controllable": true,
70072                        "default": "0.25119",
70073                        "max": "1",
70074                        "min": "0.001",
70075                        "mutable": "null",
70076                        "readable": true,
70077                        "type": "gfloat",
70078                        "writable": true
70079                    },
70080                    "al-3r": {
70081                        "blurb": "Attack level 3 Right",
70082                        "conditionally-available": false,
70083                        "construct": true,
70084                        "construct-only": false,
70085                        "controllable": true,
70086                        "default": "0.25119",
70087                        "max": "1",
70088                        "min": "0.001",
70089                        "mutable": "null",
70090                        "readable": true,
70091                        "type": "gfloat",
70092                        "writable": true
70093                    },
70094                    "al-4l": {
70095                        "blurb": "Attack level 4 Left",
70096                        "conditionally-available": false,
70097                        "construct": true,
70098                        "construct-only": false,
70099                        "controllable": true,
70100                        "default": "0.25119",
70101                        "max": "1",
70102                        "min": "0.001",
70103                        "mutable": "null",
70104                        "readable": true,
70105                        "type": "gfloat",
70106                        "writable": true
70107                    },
70108                    "al-4r": {
70109                        "blurb": "Attack level 4 Right",
70110                        "conditionally-available": false,
70111                        "construct": true,
70112                        "construct-only": false,
70113                        "controllable": true,
70114                        "default": "0.25119",
70115                        "max": "1",
70116                        "min": "0.001",
70117                        "mutable": "null",
70118                        "readable": true,
70119                        "type": "gfloat",
70120                        "writable": true
70121                    },
70122                    "al-5l": {
70123                        "blurb": "Attack level 5 Left",
70124                        "conditionally-available": false,
70125                        "construct": true,
70126                        "construct-only": false,
70127                        "controllable": true,
70128                        "default": "0.25119",
70129                        "max": "1",
70130                        "min": "0.001",
70131                        "mutable": "null",
70132                        "readable": true,
70133                        "type": "gfloat",
70134                        "writable": true
70135                    },
70136                    "al-5r": {
70137                        "blurb": "Attack level 5 Right",
70138                        "conditionally-available": false,
70139                        "construct": true,
70140                        "construct-only": false,
70141                        "controllable": true,
70142                        "default": "0.25119",
70143                        "max": "1",
70144                        "min": "0.001",
70145                        "mutable": "null",
70146                        "readable": true,
70147                        "type": "gfloat",
70148                        "writable": true
70149                    },
70150                    "al-6l": {
70151                        "blurb": "Attack level 6 Left",
70152                        "conditionally-available": false,
70153                        "construct": true,
70154                        "construct-only": false,
70155                        "controllable": true,
70156                        "default": "0.25119",
70157                        "max": "1",
70158                        "min": "0.001",
70159                        "mutable": "null",
70160                        "readable": true,
70161                        "type": "gfloat",
70162                        "writable": true
70163                    },
70164                    "al-6r": {
70165                        "blurb": "Attack level 6 Right",
70166                        "conditionally-available": false,
70167                        "construct": true,
70168                        "construct-only": false,
70169                        "controllable": true,
70170                        "default": "0.25119",
70171                        "max": "1",
70172                        "min": "0.001",
70173                        "mutable": "null",
70174                        "readable": true,
70175                        "type": "gfloat",
70176                        "writable": true
70177                    },
70178                    "al-7l": {
70179                        "blurb": "Attack level 7 Left",
70180                        "conditionally-available": false,
70181                        "construct": true,
70182                        "construct-only": false,
70183                        "controllable": true,
70184                        "default": "0.25119",
70185                        "max": "1",
70186                        "min": "0.001",
70187                        "mutable": "null",
70188                        "readable": true,
70189                        "type": "gfloat",
70190                        "writable": true
70191                    },
70192                    "al-7r": {
70193                        "blurb": "Attack level 7 Right",
70194                        "conditionally-available": false,
70195                        "construct": true,
70196                        "construct-only": false,
70197                        "controllable": true,
70198                        "default": "0.25119",
70199                        "max": "1",
70200                        "min": "0.001",
70201                        "mutable": "null",
70202                        "readable": true,
70203                        "type": "gfloat",
70204                        "writable": true
70205                    },
70206                    "at-0l": {
70207                        "blurb": "Attack time 0 Left",
70208                        "conditionally-available": false,
70209                        "construct": true,
70210                        "construct-only": false,
70211                        "controllable": true,
70212                        "default": "20",
70213                        "max": "2000",
70214                        "min": "0",
70215                        "mutable": "null",
70216                        "readable": true,
70217                        "type": "gfloat",
70218                        "writable": true
70219                    },
70220                    "at-0r": {
70221                        "blurb": "Attack time 0 Right",
70222                        "conditionally-available": false,
70223                        "construct": true,
70224                        "construct-only": false,
70225                        "controllable": true,
70226                        "default": "20",
70227                        "max": "2000",
70228                        "min": "0",
70229                        "mutable": "null",
70230                        "readable": true,
70231                        "type": "gfloat",
70232                        "writable": true
70233                    },
70234                    "at-1l": {
70235                        "blurb": "Attack time 1 Left",
70236                        "conditionally-available": false,
70237                        "construct": true,
70238                        "construct-only": false,
70239                        "controllable": true,
70240                        "default": "20",
70241                        "max": "2000",
70242                        "min": "0",
70243                        "mutable": "null",
70244                        "readable": true,
70245                        "type": "gfloat",
70246                        "writable": true
70247                    },
70248                    "at-1r": {
70249                        "blurb": "Attack time 1 Right",
70250                        "conditionally-available": false,
70251                        "construct": true,
70252                        "construct-only": false,
70253                        "controllable": true,
70254                        "default": "20",
70255                        "max": "2000",
70256                        "min": "0",
70257                        "mutable": "null",
70258                        "readable": true,
70259                        "type": "gfloat",
70260                        "writable": true
70261                    },
70262                    "at-2l": {
70263                        "blurb": "Attack time 2 Left",
70264                        "conditionally-available": false,
70265                        "construct": true,
70266                        "construct-only": false,
70267                        "controllable": true,
70268                        "default": "20",
70269                        "max": "2000",
70270                        "min": "0",
70271                        "mutable": "null",
70272                        "readable": true,
70273                        "type": "gfloat",
70274                        "writable": true
70275                    },
70276                    "at-2r": {
70277                        "blurb": "Attack time 2 Right",
70278                        "conditionally-available": false,
70279                        "construct": true,
70280                        "construct-only": false,
70281                        "controllable": true,
70282                        "default": "20",
70283                        "max": "2000",
70284                        "min": "0",
70285                        "mutable": "null",
70286                        "readable": true,
70287                        "type": "gfloat",
70288                        "writable": true
70289                    },
70290                    "at-3l": {
70291                        "blurb": "Attack time 3 Left",
70292                        "conditionally-available": false,
70293                        "construct": true,
70294                        "construct-only": false,
70295                        "controllable": true,
70296                        "default": "20",
70297                        "max": "2000",
70298                        "min": "0",
70299                        "mutable": "null",
70300                        "readable": true,
70301                        "type": "gfloat",
70302                        "writable": true
70303                    },
70304                    "at-3r": {
70305                        "blurb": "Attack time 3 Right",
70306                        "conditionally-available": false,
70307                        "construct": true,
70308                        "construct-only": false,
70309                        "controllable": true,
70310                        "default": "20",
70311                        "max": "2000",
70312                        "min": "0",
70313                        "mutable": "null",
70314                        "readable": true,
70315                        "type": "gfloat",
70316                        "writable": true
70317                    },
70318                    "at-4l": {
70319                        "blurb": "Attack time 4 Left",
70320                        "conditionally-available": false,
70321                        "construct": true,
70322                        "construct-only": false,
70323                        "controllable": true,
70324                        "default": "20",
70325                        "max": "2000",
70326                        "min": "0",
70327                        "mutable": "null",
70328                        "readable": true,
70329                        "type": "gfloat",
70330                        "writable": true
70331                    },
70332                    "at-4r": {
70333                        "blurb": "Attack time 4 Right",
70334                        "conditionally-available": false,
70335                        "construct": true,
70336                        "construct-only": false,
70337                        "controllable": true,
70338                        "default": "20",
70339                        "max": "2000",
70340                        "min": "0",
70341                        "mutable": "null",
70342                        "readable": true,
70343                        "type": "gfloat",
70344                        "writable": true
70345                    },
70346                    "at-5l": {
70347                        "blurb": "Attack time 5 Left",
70348                        "conditionally-available": false,
70349                        "construct": true,
70350                        "construct-only": false,
70351                        "controllable": true,
70352                        "default": "20",
70353                        "max": "2000",
70354                        "min": "0",
70355                        "mutable": "null",
70356                        "readable": true,
70357                        "type": "gfloat",
70358                        "writable": true
70359                    },
70360                    "at-5r": {
70361                        "blurb": "Attack time 5 Right",
70362                        "conditionally-available": false,
70363                        "construct": true,
70364                        "construct-only": false,
70365                        "controllable": true,
70366                        "default": "20",
70367                        "max": "2000",
70368                        "min": "0",
70369                        "mutable": "null",
70370                        "readable": true,
70371                        "type": "gfloat",
70372                        "writable": true
70373                    },
70374                    "at-6l": {
70375                        "blurb": "Attack time 6 Left",
70376                        "conditionally-available": false,
70377                        "construct": true,
70378                        "construct-only": false,
70379                        "controllable": true,
70380                        "default": "20",
70381                        "max": "2000",
70382                        "min": "0",
70383                        "mutable": "null",
70384                        "readable": true,
70385                        "type": "gfloat",
70386                        "writable": true
70387                    },
70388                    "at-6r": {
70389                        "blurb": "Attack time 6 Right",
70390                        "conditionally-available": false,
70391                        "construct": true,
70392                        "construct-only": false,
70393                        "controllable": true,
70394                        "default": "20",
70395                        "max": "2000",
70396                        "min": "0",
70397                        "mutable": "null",
70398                        "readable": true,
70399                        "type": "gfloat",
70400                        "writable": true
70401                    },
70402                    "at-7l": {
70403                        "blurb": "Attack time 7 Left",
70404                        "conditionally-available": false,
70405                        "construct": true,
70406                        "construct-only": false,
70407                        "controllable": true,
70408                        "default": "20",
70409                        "max": "2000",
70410                        "min": "0",
70411                        "mutable": "null",
70412                        "readable": true,
70413                        "type": "gfloat",
70414                        "writable": true
70415                    },
70416                    "at-7r": {
70417                        "blurb": "Attack time 7 Right",
70418                        "conditionally-available": false,
70419                        "construct": true,
70420                        "construct-only": false,
70421                        "controllable": true,
70422                        "default": "20",
70423                        "max": "2000",
70424                        "min": "0",
70425                        "mutable": "null",
70426                        "readable": true,
70427                        "type": "gfloat",
70428                        "writable": true
70429                    },
70430                    "bm-0l": {
70431                        "blurb": "Mute band 0 Left",
70432                        "conditionally-available": false,
70433                        "construct": true,
70434                        "construct-only": false,
70435                        "controllable": true,
70436                        "default": "false",
70437                        "mutable": "null",
70438                        "readable": true,
70439                        "type": "gboolean",
70440                        "writable": true
70441                    },
70442                    "bm-0r": {
70443                        "blurb": "Mute band 0 Right",
70444                        "conditionally-available": false,
70445                        "construct": true,
70446                        "construct-only": false,
70447                        "controllable": true,
70448                        "default": "false",
70449                        "mutable": "null",
70450                        "readable": true,
70451                        "type": "gboolean",
70452                        "writable": true
70453                    },
70454                    "bm-1l": {
70455                        "blurb": "Mute band 1 Left",
70456                        "conditionally-available": false,
70457                        "construct": true,
70458                        "construct-only": false,
70459                        "controllable": true,
70460                        "default": "false",
70461                        "mutable": "null",
70462                        "readable": true,
70463                        "type": "gboolean",
70464                        "writable": true
70465                    },
70466                    "bm-1r": {
70467                        "blurb": "Mute band 1 Right",
70468                        "conditionally-available": false,
70469                        "construct": true,
70470                        "construct-only": false,
70471                        "controllable": true,
70472                        "default": "false",
70473                        "mutable": "null",
70474                        "readable": true,
70475                        "type": "gboolean",
70476                        "writable": true
70477                    },
70478                    "bm-2l": {
70479                        "blurb": "Mute band 2 Left",
70480                        "conditionally-available": false,
70481                        "construct": true,
70482                        "construct-only": false,
70483                        "controllable": true,
70484                        "default": "false",
70485                        "mutable": "null",
70486                        "readable": true,
70487                        "type": "gboolean",
70488                        "writable": true
70489                    },
70490                    "bm-2r": {
70491                        "blurb": "Mute band 2 Right",
70492                        "conditionally-available": false,
70493                        "construct": true,
70494                        "construct-only": false,
70495                        "controllable": true,
70496                        "default": "false",
70497                        "mutable": "null",
70498                        "readable": true,
70499                        "type": "gboolean",
70500                        "writable": true
70501                    },
70502                    "bm-3l": {
70503                        "blurb": "Mute band 3 Left",
70504                        "conditionally-available": false,
70505                        "construct": true,
70506                        "construct-only": false,
70507                        "controllable": true,
70508                        "default": "false",
70509                        "mutable": "null",
70510                        "readable": true,
70511                        "type": "gboolean",
70512                        "writable": true
70513                    },
70514                    "bm-3r": {
70515                        "blurb": "Mute band 3 Right",
70516                        "conditionally-available": false,
70517                        "construct": true,
70518                        "construct-only": false,
70519                        "controllable": true,
70520                        "default": "false",
70521                        "mutable": "null",
70522                        "readable": true,
70523                        "type": "gboolean",
70524                        "writable": true
70525                    },
70526                    "bm-4l": {
70527                        "blurb": "Mute band 4 Left",
70528                        "conditionally-available": false,
70529                        "construct": true,
70530                        "construct-only": false,
70531                        "controllable": true,
70532                        "default": "false",
70533                        "mutable": "null",
70534                        "readable": true,
70535                        "type": "gboolean",
70536                        "writable": true
70537                    },
70538                    "bm-4r": {
70539                        "blurb": "Mute band 4 Right",
70540                        "conditionally-available": false,
70541                        "construct": true,
70542                        "construct-only": false,
70543                        "controllable": true,
70544                        "default": "false",
70545                        "mutable": "null",
70546                        "readable": true,
70547                        "type": "gboolean",
70548                        "writable": true
70549                    },
70550                    "bm-5l": {
70551                        "blurb": "Mute band 5 Left",
70552                        "conditionally-available": false,
70553                        "construct": true,
70554                        "construct-only": false,
70555                        "controllable": true,
70556                        "default": "false",
70557                        "mutable": "null",
70558                        "readable": true,
70559                        "type": "gboolean",
70560                        "writable": true
70561                    },
70562                    "bm-5r": {
70563                        "blurb": "Mute band 5 Right",
70564                        "conditionally-available": false,
70565                        "construct": true,
70566                        "construct-only": false,
70567                        "controllable": true,
70568                        "default": "false",
70569                        "mutable": "null",
70570                        "readable": true,
70571                        "type": "gboolean",
70572                        "writable": true
70573                    },
70574                    "bm-6l": {
70575                        "blurb": "Mute band 6 Left",
70576                        "conditionally-available": false,
70577                        "construct": true,
70578                        "construct-only": false,
70579                        "controllable": true,
70580                        "default": "false",
70581                        "mutable": "null",
70582                        "readable": true,
70583                        "type": "gboolean",
70584                        "writable": true
70585                    },
70586                    "bm-6r": {
70587                        "blurb": "Mute band 6 Right",
70588                        "conditionally-available": false,
70589                        "construct": true,
70590                        "construct-only": false,
70591                        "controllable": true,
70592                        "default": "false",
70593                        "mutable": "null",
70594                        "readable": true,
70595                        "type": "gboolean",
70596                        "writable": true
70597                    },
70598                    "bm-7l": {
70599                        "blurb": "Mute band 7 Left",
70600                        "conditionally-available": false,
70601                        "construct": true,
70602                        "construct-only": false,
70603                        "controllable": true,
70604                        "default": "false",
70605                        "mutable": "null",
70606                        "readable": true,
70607                        "type": "gboolean",
70608                        "writable": true
70609                    },
70610                    "bm-7r": {
70611                        "blurb": "Mute band 7 Right",
70612                        "conditionally-available": false,
70613                        "construct": true,
70614                        "construct-only": false,
70615                        "controllable": true,
70616                        "default": "false",
70617                        "mutable": "null",
70618                        "readable": true,
70619                        "type": "gboolean",
70620                        "writable": true
70621                    },
70622                    "bs-0l": {
70623                        "blurb": "Solo band 0 Left",
70624                        "conditionally-available": false,
70625                        "construct": true,
70626                        "construct-only": false,
70627                        "controllable": true,
70628                        "default": "false",
70629                        "mutable": "null",
70630                        "readable": true,
70631                        "type": "gboolean",
70632                        "writable": true
70633                    },
70634                    "bs-0r": {
70635                        "blurb": "Solo band 0 Right",
70636                        "conditionally-available": false,
70637                        "construct": true,
70638                        "construct-only": false,
70639                        "controllable": true,
70640                        "default": "false",
70641                        "mutable": "null",
70642                        "readable": true,
70643                        "type": "gboolean",
70644                        "writable": true
70645                    },
70646                    "bs-1l": {
70647                        "blurb": "Solo band 1 Left",
70648                        "conditionally-available": false,
70649                        "construct": true,
70650                        "construct-only": false,
70651                        "controllable": true,
70652                        "default": "false",
70653                        "mutable": "null",
70654                        "readable": true,
70655                        "type": "gboolean",
70656                        "writable": true
70657                    },
70658                    "bs-1r": {
70659                        "blurb": "Solo band 1 Right",
70660                        "conditionally-available": false,
70661                        "construct": true,
70662                        "construct-only": false,
70663                        "controllable": true,
70664                        "default": "false",
70665                        "mutable": "null",
70666                        "readable": true,
70667                        "type": "gboolean",
70668                        "writable": true
70669                    },
70670                    "bs-2l": {
70671                        "blurb": "Solo band 2 Left",
70672                        "conditionally-available": false,
70673                        "construct": true,
70674                        "construct-only": false,
70675                        "controllable": true,
70676                        "default": "false",
70677                        "mutable": "null",
70678                        "readable": true,
70679                        "type": "gboolean",
70680                        "writable": true
70681                    },
70682                    "bs-2r": {
70683                        "blurb": "Solo band 2 Right",
70684                        "conditionally-available": false,
70685                        "construct": true,
70686                        "construct-only": false,
70687                        "controllable": true,
70688                        "default": "false",
70689                        "mutable": "null",
70690                        "readable": true,
70691                        "type": "gboolean",
70692                        "writable": true
70693                    },
70694                    "bs-3l": {
70695                        "blurb": "Solo band 3 Left",
70696                        "conditionally-available": false,
70697                        "construct": true,
70698                        "construct-only": false,
70699                        "controllable": true,
70700                        "default": "false",
70701                        "mutable": "null",
70702                        "readable": true,
70703                        "type": "gboolean",
70704                        "writable": true
70705                    },
70706                    "bs-3r": {
70707                        "blurb": "Solo band 3 Right",
70708                        "conditionally-available": false,
70709                        "construct": true,
70710                        "construct-only": false,
70711                        "controllable": true,
70712                        "default": "false",
70713                        "mutable": "null",
70714                        "readable": true,
70715                        "type": "gboolean",
70716                        "writable": true
70717                    },
70718                    "bs-4l": {
70719                        "blurb": "Solo band 4 Left",
70720                        "conditionally-available": false,
70721                        "construct": true,
70722                        "construct-only": false,
70723                        "controllable": true,
70724                        "default": "false",
70725                        "mutable": "null",
70726                        "readable": true,
70727                        "type": "gboolean",
70728                        "writable": true
70729                    },
70730                    "bs-4r": {
70731                        "blurb": "Solo band 4 Right",
70732                        "conditionally-available": false,
70733                        "construct": true,
70734                        "construct-only": false,
70735                        "controllable": true,
70736                        "default": "false",
70737                        "mutable": "null",
70738                        "readable": true,
70739                        "type": "gboolean",
70740                        "writable": true
70741                    },
70742                    "bs-5l": {
70743                        "blurb": "Solo band 5 Left",
70744                        "conditionally-available": false,
70745                        "construct": true,
70746                        "construct-only": false,
70747                        "controllable": true,
70748                        "default": "false",
70749                        "mutable": "null",
70750                        "readable": true,
70751                        "type": "gboolean",
70752                        "writable": true
70753                    },
70754                    "bs-5r": {
70755                        "blurb": "Solo band 5 Right",
70756                        "conditionally-available": false,
70757                        "construct": true,
70758                        "construct-only": false,
70759                        "controllable": true,
70760                        "default": "false",
70761                        "mutable": "null",
70762                        "readable": true,
70763                        "type": "gboolean",
70764                        "writable": true
70765                    },
70766                    "bs-6l": {
70767                        "blurb": "Solo band 6 Left",
70768                        "conditionally-available": false,
70769                        "construct": true,
70770                        "construct-only": false,
70771                        "controllable": true,
70772                        "default": "false",
70773                        "mutable": "null",
70774                        "readable": true,
70775                        "type": "gboolean",
70776                        "writable": true
70777                    },
70778                    "bs-6r": {
70779                        "blurb": "Solo band 6 Right",
70780                        "conditionally-available": false,
70781                        "construct": true,
70782                        "construct-only": false,
70783                        "controllable": true,
70784                        "default": "false",
70785                        "mutable": "null",
70786                        "readable": true,
70787                        "type": "gboolean",
70788                        "writable": true
70789                    },
70790                    "bs-7l": {
70791                        "blurb": "Solo band 7 Left",
70792                        "conditionally-available": false,
70793                        "construct": true,
70794                        "construct-only": false,
70795                        "controllable": true,
70796                        "default": "false",
70797                        "mutable": "null",
70798                        "readable": true,
70799                        "type": "gboolean",
70800                        "writable": true
70801                    },
70802                    "bs-7r": {
70803                        "blurb": "Solo band 7 Right",
70804                        "conditionally-available": false,
70805                        "construct": true,
70806                        "construct-only": false,
70807                        "controllable": true,
70808                        "default": "false",
70809                        "mutable": "null",
70810                        "readable": true,
70811                        "type": "gboolean",
70812                        "writable": true
70813                    },
70814                    "bsel": {
70815                        "blurb": "Band selection",
70816                        "conditionally-available": false,
70817                        "construct": true,
70818                        "construct-only": false,
70819                        "controllable": true,
70820                        "default": "Split Left (0)",
70821                        "mutable": "null",
70822                        "readable": true,
70823                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrbsel",
70824                        "writable": true
70825                    },
70826                    "bypass": {
70827                        "blurb": "Bypass",
70828                        "conditionally-available": false,
70829                        "construct": true,
70830                        "construct-only": false,
70831                        "controllable": true,
70832                        "default": "false",
70833                        "mutable": "null",
70834                        "readable": true,
70835                        "type": "gboolean",
70836                        "writable": true
70837                    },
70838                    "cbe-1l": {
70839                        "blurb": "Compression band enable 1 Left",
70840                        "conditionally-available": false,
70841                        "construct": true,
70842                        "construct-only": false,
70843                        "controllable": true,
70844                        "default": "false",
70845                        "mutable": "null",
70846                        "readable": true,
70847                        "type": "gboolean",
70848                        "writable": true
70849                    },
70850                    "cbe-1r": {
70851                        "blurb": "Compression band enable 1 Right",
70852                        "conditionally-available": false,
70853                        "construct": true,
70854                        "construct-only": false,
70855                        "controllable": true,
70856                        "default": "false",
70857                        "mutable": "null",
70858                        "readable": true,
70859                        "type": "gboolean",
70860                        "writable": true
70861                    },
70862                    "cbe-2l": {
70863                        "blurb": "Compression band enable 2 Left",
70864                        "conditionally-available": false,
70865                        "construct": true,
70866                        "construct-only": false,
70867                        "controllable": true,
70868                        "default": "false",
70869                        "mutable": "null",
70870                        "readable": true,
70871                        "type": "gboolean",
70872                        "writable": true
70873                    },
70874                    "cbe-2r": {
70875                        "blurb": "Compression band enable 2 Right",
70876                        "conditionally-available": false,
70877                        "construct": true,
70878                        "construct-only": false,
70879                        "controllable": true,
70880                        "default": "false",
70881                        "mutable": "null",
70882                        "readable": true,
70883                        "type": "gboolean",
70884                        "writable": true
70885                    },
70886                    "cbe-3l": {
70887                        "blurb": "Compression band enable 3 Left",
70888                        "conditionally-available": false,
70889                        "construct": true,
70890                        "construct-only": false,
70891                        "controllable": true,
70892                        "default": "false",
70893                        "mutable": "null",
70894                        "readable": true,
70895                        "type": "gboolean",
70896                        "writable": true
70897                    },
70898                    "cbe-3r": {
70899                        "blurb": "Compression band enable 3 Right",
70900                        "conditionally-available": false,
70901                        "construct": true,
70902                        "construct-only": false,
70903                        "controllable": true,
70904                        "default": "false",
70905                        "mutable": "null",
70906                        "readable": true,
70907                        "type": "gboolean",
70908                        "writable": true
70909                    },
70910                    "cbe-4l": {
70911                        "blurb": "Compression band enable 4 Left",
70912                        "conditionally-available": false,
70913                        "construct": true,
70914                        "construct-only": false,
70915                        "controllable": true,
70916                        "default": "false",
70917                        "mutable": "null",
70918                        "readable": true,
70919                        "type": "gboolean",
70920                        "writable": true
70921                    },
70922                    "cbe-4r": {
70923                        "blurb": "Compression band enable 4 Right",
70924                        "conditionally-available": false,
70925                        "construct": true,
70926                        "construct-only": false,
70927                        "controllable": true,
70928                        "default": "false",
70929                        "mutable": "null",
70930                        "readable": true,
70931                        "type": "gboolean",
70932                        "writable": true
70933                    },
70934                    "cbe-5l": {
70935                        "blurb": "Compression band enable 5 Left",
70936                        "conditionally-available": false,
70937                        "construct": true,
70938                        "construct-only": false,
70939                        "controllable": true,
70940                        "default": "false",
70941                        "mutable": "null",
70942                        "readable": true,
70943                        "type": "gboolean",
70944                        "writable": true
70945                    },
70946                    "cbe-5r": {
70947                        "blurb": "Compression band enable 5 Right",
70948                        "conditionally-available": false,
70949                        "construct": true,
70950                        "construct-only": false,
70951                        "controllable": true,
70952                        "default": "false",
70953                        "mutable": "null",
70954                        "readable": true,
70955                        "type": "gboolean",
70956                        "writable": true
70957                    },
70958                    "cbe-6l": {
70959                        "blurb": "Compression band enable 6 Left",
70960                        "conditionally-available": false,
70961                        "construct": true,
70962                        "construct-only": false,
70963                        "controllable": true,
70964                        "default": "false",
70965                        "mutable": "null",
70966                        "readable": true,
70967                        "type": "gboolean",
70968                        "writable": true
70969                    },
70970                    "cbe-6r": {
70971                        "blurb": "Compression band enable 6 Right",
70972                        "conditionally-available": false,
70973                        "construct": true,
70974                        "construct-only": false,
70975                        "controllable": true,
70976                        "default": "false",
70977                        "mutable": "null",
70978                        "readable": true,
70979                        "type": "gboolean",
70980                        "writable": true
70981                    },
70982                    "cbe-7l": {
70983                        "blurb": "Compression band enable 7 Left",
70984                        "conditionally-available": false,
70985                        "construct": true,
70986                        "construct-only": false,
70987                        "controllable": true,
70988                        "default": "false",
70989                        "mutable": "null",
70990                        "readable": true,
70991                        "type": "gboolean",
70992                        "writable": true
70993                    },
70994                    "cbe-7r": {
70995                        "blurb": "Compression band enable 7 Right",
70996                        "conditionally-available": false,
70997                        "construct": true,
70998                        "construct-only": false,
70999                        "controllable": true,
71000                        "default": "false",
71001                        "mutable": "null",
71002                        "readable": true,
71003                        "type": "gboolean",
71004                        "writable": true
71005                    },
71006                    "ce-0l": {
71007                        "blurb": "Compressor enable 0 Left",
71008                        "conditionally-available": false,
71009                        "construct": true,
71010                        "construct-only": false,
71011                        "controllable": true,
71012                        "default": "false",
71013                        "mutable": "null",
71014                        "readable": true,
71015                        "type": "gboolean",
71016                        "writable": true
71017                    },
71018                    "ce-0r": {
71019                        "blurb": "Compressor enable 0 Right",
71020                        "conditionally-available": false,
71021                        "construct": true,
71022                        "construct-only": false,
71023                        "controllable": true,
71024                        "default": "false",
71025                        "mutable": "null",
71026                        "readable": true,
71027                        "type": "gboolean",
71028                        "writable": true
71029                    },
71030                    "ce-1l": {
71031                        "blurb": "Compressor enable 1 Left",
71032                        "conditionally-available": false,
71033                        "construct": true,
71034                        "construct-only": false,
71035                        "controllable": true,
71036                        "default": "false",
71037                        "mutable": "null",
71038                        "readable": true,
71039                        "type": "gboolean",
71040                        "writable": true
71041                    },
71042                    "ce-1r": {
71043                        "blurb": "Compressor enable 1 Right",
71044                        "conditionally-available": false,
71045                        "construct": true,
71046                        "construct-only": false,
71047                        "controllable": true,
71048                        "default": "false",
71049                        "mutable": "null",
71050                        "readable": true,
71051                        "type": "gboolean",
71052                        "writable": true
71053                    },
71054                    "ce-2l": {
71055                        "blurb": "Compressor enable 2 Left",
71056                        "conditionally-available": false,
71057                        "construct": true,
71058                        "construct-only": false,
71059                        "controllable": true,
71060                        "default": "false",
71061                        "mutable": "null",
71062                        "readable": true,
71063                        "type": "gboolean",
71064                        "writable": true
71065                    },
71066                    "ce-2r": {
71067                        "blurb": "Compressor enable 2 Right",
71068                        "conditionally-available": false,
71069                        "construct": true,
71070                        "construct-only": false,
71071                        "controllable": true,
71072                        "default": "false",
71073                        "mutable": "null",
71074                        "readable": true,
71075                        "type": "gboolean",
71076                        "writable": true
71077                    },
71078                    "ce-3l": {
71079                        "blurb": "Compressor enable 3 Left",
71080                        "conditionally-available": false,
71081                        "construct": true,
71082                        "construct-only": false,
71083                        "controllable": true,
71084                        "default": "false",
71085                        "mutable": "null",
71086                        "readable": true,
71087                        "type": "gboolean",
71088                        "writable": true
71089                    },
71090                    "ce-3r": {
71091                        "blurb": "Compressor enable 3 Right",
71092                        "conditionally-available": false,
71093                        "construct": true,
71094                        "construct-only": false,
71095                        "controllable": true,
71096                        "default": "false",
71097                        "mutable": "null",
71098                        "readable": true,
71099                        "type": "gboolean",
71100                        "writable": true
71101                    },
71102                    "ce-4l": {
71103                        "blurb": "Compressor enable 4 Left",
71104                        "conditionally-available": false,
71105                        "construct": true,
71106                        "construct-only": false,
71107                        "controllable": true,
71108                        "default": "false",
71109                        "mutable": "null",
71110                        "readable": true,
71111                        "type": "gboolean",
71112                        "writable": true
71113                    },
71114                    "ce-4r": {
71115                        "blurb": "Compressor enable 4 Right",
71116                        "conditionally-available": false,
71117                        "construct": true,
71118                        "construct-only": false,
71119                        "controllable": true,
71120                        "default": "false",
71121                        "mutable": "null",
71122                        "readable": true,
71123                        "type": "gboolean",
71124                        "writable": true
71125                    },
71126                    "ce-5l": {
71127                        "blurb": "Compressor enable 5 Left",
71128                        "conditionally-available": false,
71129                        "construct": true,
71130                        "construct-only": false,
71131                        "controllable": true,
71132                        "default": "false",
71133                        "mutable": "null",
71134                        "readable": true,
71135                        "type": "gboolean",
71136                        "writable": true
71137                    },
71138                    "ce-5r": {
71139                        "blurb": "Compressor enable 5 Right",
71140                        "conditionally-available": false,
71141                        "construct": true,
71142                        "construct-only": false,
71143                        "controllable": true,
71144                        "default": "false",
71145                        "mutable": "null",
71146                        "readable": true,
71147                        "type": "gboolean",
71148                        "writable": true
71149                    },
71150                    "ce-6l": {
71151                        "blurb": "Compressor enable 6 Left",
71152                        "conditionally-available": false,
71153                        "construct": true,
71154                        "construct-only": false,
71155                        "controllable": true,
71156                        "default": "false",
71157                        "mutable": "null",
71158                        "readable": true,
71159                        "type": "gboolean",
71160                        "writable": true
71161                    },
71162                    "ce-6r": {
71163                        "blurb": "Compressor enable 6 Right",
71164                        "conditionally-available": false,
71165                        "construct": true,
71166                        "construct-only": false,
71167                        "controllable": true,
71168                        "default": "false",
71169                        "mutable": "null",
71170                        "readable": true,
71171                        "type": "gboolean",
71172                        "writable": true
71173                    },
71174                    "ce-7l": {
71175                        "blurb": "Compressor enable 7 Left",
71176                        "conditionally-available": false,
71177                        "construct": true,
71178                        "construct-only": false,
71179                        "controllable": true,
71180                        "default": "false",
71181                        "mutable": "null",
71182                        "readable": true,
71183                        "type": "gboolean",
71184                        "writable": true
71185                    },
71186                    "ce-7r": {
71187                        "blurb": "Compressor enable 7 Right",
71188                        "conditionally-available": false,
71189                        "construct": true,
71190                        "construct-only": false,
71191                        "controllable": true,
71192                        "default": "false",
71193                        "mutable": "null",
71194                        "readable": true,
71195                        "type": "gboolean",
71196                        "writable": true
71197                    },
71198                    "clm-0l": {
71199                        "blurb": "Curve level meter 0 Left",
71200                        "conditionally-available": false,
71201                        "construct": false,
71202                        "construct-only": false,
71203                        "controllable": true,
71204                        "default": "0",
71205                        "max": "15.8489",
71206                        "min": "0",
71207                        "mutable": "null",
71208                        "readable": true,
71209                        "type": "gfloat",
71210                        "writable": false
71211                    },
71212                    "clm-0r": {
71213                        "blurb": "Curve level meter 0 Right",
71214                        "conditionally-available": false,
71215                        "construct": false,
71216                        "construct-only": false,
71217                        "controllable": true,
71218                        "default": "0",
71219                        "max": "15.8489",
71220                        "min": "0",
71221                        "mutable": "null",
71222                        "readable": true,
71223                        "type": "gfloat",
71224                        "writable": false
71225                    },
71226                    "clm-1l": {
71227                        "blurb": "Curve level meter 1 Left",
71228                        "conditionally-available": false,
71229                        "construct": false,
71230                        "construct-only": false,
71231                        "controllable": true,
71232                        "default": "0",
71233                        "max": "15.8489",
71234                        "min": "0",
71235                        "mutable": "null",
71236                        "readable": true,
71237                        "type": "gfloat",
71238                        "writable": false
71239                    },
71240                    "clm-1r": {
71241                        "blurb": "Curve level meter 1 Right",
71242                        "conditionally-available": false,
71243                        "construct": false,
71244                        "construct-only": false,
71245                        "controllable": true,
71246                        "default": "0",
71247                        "max": "15.8489",
71248                        "min": "0",
71249                        "mutable": "null",
71250                        "readable": true,
71251                        "type": "gfloat",
71252                        "writable": false
71253                    },
71254                    "clm-2l": {
71255                        "blurb": "Curve level meter 2 Left",
71256                        "conditionally-available": false,
71257                        "construct": false,
71258                        "construct-only": false,
71259                        "controllable": true,
71260                        "default": "0",
71261                        "max": "15.8489",
71262                        "min": "0",
71263                        "mutable": "null",
71264                        "readable": true,
71265                        "type": "gfloat",
71266                        "writable": false
71267                    },
71268                    "clm-2r": {
71269                        "blurb": "Curve level meter 2 Right",
71270                        "conditionally-available": false,
71271                        "construct": false,
71272                        "construct-only": false,
71273                        "controllable": true,
71274                        "default": "0",
71275                        "max": "15.8489",
71276                        "min": "0",
71277                        "mutable": "null",
71278                        "readable": true,
71279                        "type": "gfloat",
71280                        "writable": false
71281                    },
71282                    "clm-3l": {
71283                        "blurb": "Curve level meter 3 Left",
71284                        "conditionally-available": false,
71285                        "construct": false,
71286                        "construct-only": false,
71287                        "controllable": true,
71288                        "default": "0",
71289                        "max": "15.8489",
71290                        "min": "0",
71291                        "mutable": "null",
71292                        "readable": true,
71293                        "type": "gfloat",
71294                        "writable": false
71295                    },
71296                    "clm-3r": {
71297                        "blurb": "Curve level meter 3 Right",
71298                        "conditionally-available": false,
71299                        "construct": false,
71300                        "construct-only": false,
71301                        "controllable": true,
71302                        "default": "0",
71303                        "max": "15.8489",
71304                        "min": "0",
71305                        "mutable": "null",
71306                        "readable": true,
71307                        "type": "gfloat",
71308                        "writable": false
71309                    },
71310                    "clm-4l": {
71311                        "blurb": "Curve level meter 4 Left",
71312                        "conditionally-available": false,
71313                        "construct": false,
71314                        "construct-only": false,
71315                        "controllable": true,
71316                        "default": "0",
71317                        "max": "15.8489",
71318                        "min": "0",
71319                        "mutable": "null",
71320                        "readable": true,
71321                        "type": "gfloat",
71322                        "writable": false
71323                    },
71324                    "clm-4r": {
71325                        "blurb": "Curve level meter 4 Right",
71326                        "conditionally-available": false,
71327                        "construct": false,
71328                        "construct-only": false,
71329                        "controllable": true,
71330                        "default": "0",
71331                        "max": "15.8489",
71332                        "min": "0",
71333                        "mutable": "null",
71334                        "readable": true,
71335                        "type": "gfloat",
71336                        "writable": false
71337                    },
71338                    "clm-5l": {
71339                        "blurb": "Curve level meter 5 Left",
71340                        "conditionally-available": false,
71341                        "construct": false,
71342                        "construct-only": false,
71343                        "controllable": true,
71344                        "default": "0",
71345                        "max": "15.8489",
71346                        "min": "0",
71347                        "mutable": "null",
71348                        "readable": true,
71349                        "type": "gfloat",
71350                        "writable": false
71351                    },
71352                    "clm-5r": {
71353                        "blurb": "Curve level meter 5 Right",
71354                        "conditionally-available": false,
71355                        "construct": false,
71356                        "construct-only": false,
71357                        "controllable": true,
71358                        "default": "0",
71359                        "max": "15.8489",
71360                        "min": "0",
71361                        "mutable": "null",
71362                        "readable": true,
71363                        "type": "gfloat",
71364                        "writable": false
71365                    },
71366                    "clm-6l": {
71367                        "blurb": "Curve level meter 6 Left",
71368                        "conditionally-available": false,
71369                        "construct": false,
71370                        "construct-only": false,
71371                        "controllable": true,
71372                        "default": "0",
71373                        "max": "15.8489",
71374                        "min": "0",
71375                        "mutable": "null",
71376                        "readable": true,
71377                        "type": "gfloat",
71378                        "writable": false
71379                    },
71380                    "clm-6r": {
71381                        "blurb": "Curve level meter 6 Right",
71382                        "conditionally-available": false,
71383                        "construct": false,
71384                        "construct-only": false,
71385                        "controllable": true,
71386                        "default": "0",
71387                        "max": "15.8489",
71388                        "min": "0",
71389                        "mutable": "null",
71390                        "readable": true,
71391                        "type": "gfloat",
71392                        "writable": false
71393                    },
71394                    "clm-7l": {
71395                        "blurb": "Curve level meter 7 Left",
71396                        "conditionally-available": false,
71397                        "construct": false,
71398                        "construct-only": false,
71399                        "controllable": true,
71400                        "default": "0",
71401                        "max": "15.8489",
71402                        "min": "0",
71403                        "mutable": "null",
71404                        "readable": true,
71405                        "type": "gfloat",
71406                        "writable": false
71407                    },
71408                    "clm-7r": {
71409                        "blurb": "Curve level meter 7 Right",
71410                        "conditionally-available": false,
71411                        "construct": false,
71412                        "construct-only": false,
71413                        "controllable": true,
71414                        "default": "0",
71415                        "max": "15.8489",
71416                        "min": "0",
71417                        "mutable": "null",
71418                        "readable": true,
71419                        "type": "gfloat",
71420                        "writable": false
71421                    },
71422                    "cm-0l": {
71423                        "blurb": "Compression mode 0 Left",
71424                        "conditionally-available": false,
71425                        "construct": true,
71426                        "construct-only": false,
71427                        "controllable": true,
71428                        "default": "Down (0)",
71429                        "mutable": "null",
71430                        "readable": true,
71431                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-0l",
71432                        "writable": true
71433                    },
71434                    "cm-0r": {
71435                        "blurb": "Compression mode 0 Right",
71436                        "conditionally-available": false,
71437                        "construct": true,
71438                        "construct-only": false,
71439                        "controllable": true,
71440                        "default": "Down (0)",
71441                        "mutable": "null",
71442                        "readable": true,
71443                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-0r",
71444                        "writable": true
71445                    },
71446                    "cm-1l": {
71447                        "blurb": "Compression mode 1 Left",
71448                        "conditionally-available": false,
71449                        "construct": true,
71450                        "construct-only": false,
71451                        "controllable": true,
71452                        "default": "Down (0)",
71453                        "mutable": "null",
71454                        "readable": true,
71455                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-1l",
71456                        "writable": true
71457                    },
71458                    "cm-1r": {
71459                        "blurb": "Compression mode 1 Right",
71460                        "conditionally-available": false,
71461                        "construct": true,
71462                        "construct-only": false,
71463                        "controllable": true,
71464                        "default": "Down (0)",
71465                        "mutable": "null",
71466                        "readable": true,
71467                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-1r",
71468                        "writable": true
71469                    },
71470                    "cm-2l": {
71471                        "blurb": "Compression mode 2 Left",
71472                        "conditionally-available": false,
71473                        "construct": true,
71474                        "construct-only": false,
71475                        "controllable": true,
71476                        "default": "Down (0)",
71477                        "mutable": "null",
71478                        "readable": true,
71479                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-2l",
71480                        "writable": true
71481                    },
71482                    "cm-2r": {
71483                        "blurb": "Compression mode 2 Right",
71484                        "conditionally-available": false,
71485                        "construct": true,
71486                        "construct-only": false,
71487                        "controllable": true,
71488                        "default": "Down (0)",
71489                        "mutable": "null",
71490                        "readable": true,
71491                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-2r",
71492                        "writable": true
71493                    },
71494                    "cm-3l": {
71495                        "blurb": "Compression mode 3 Left",
71496                        "conditionally-available": false,
71497                        "construct": true,
71498                        "construct-only": false,
71499                        "controllable": true,
71500                        "default": "Down (0)",
71501                        "mutable": "null",
71502                        "readable": true,
71503                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-3l",
71504                        "writable": true
71505                    },
71506                    "cm-3r": {
71507                        "blurb": "Compression mode 3 Right",
71508                        "conditionally-available": false,
71509                        "construct": true,
71510                        "construct-only": false,
71511                        "controllable": true,
71512                        "default": "Down (0)",
71513                        "mutable": "null",
71514                        "readable": true,
71515                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-3r",
71516                        "writable": true
71517                    },
71518                    "cm-4l": {
71519                        "blurb": "Compression mode 4 Left",
71520                        "conditionally-available": false,
71521                        "construct": true,
71522                        "construct-only": false,
71523                        "controllable": true,
71524                        "default": "Down (0)",
71525                        "mutable": "null",
71526                        "readable": true,
71527                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-4l",
71528                        "writable": true
71529                    },
71530                    "cm-4r": {
71531                        "blurb": "Compression mode 4 Right",
71532                        "conditionally-available": false,
71533                        "construct": true,
71534                        "construct-only": false,
71535                        "controllable": true,
71536                        "default": "Down (0)",
71537                        "mutable": "null",
71538                        "readable": true,
71539                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-4r",
71540                        "writable": true
71541                    },
71542                    "cm-5l": {
71543                        "blurb": "Compression mode 5 Left",
71544                        "conditionally-available": false,
71545                        "construct": true,
71546                        "construct-only": false,
71547                        "controllable": true,
71548                        "default": "Down (0)",
71549                        "mutable": "null",
71550                        "readable": true,
71551                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-5l",
71552                        "writable": true
71553                    },
71554                    "cm-5r": {
71555                        "blurb": "Compression mode 5 Right",
71556                        "conditionally-available": false,
71557                        "construct": true,
71558                        "construct-only": false,
71559                        "controllable": true,
71560                        "default": "Down (0)",
71561                        "mutable": "null",
71562                        "readable": true,
71563                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-5r",
71564                        "writable": true
71565                    },
71566                    "cm-6l": {
71567                        "blurb": "Compression mode 6 Left",
71568                        "conditionally-available": false,
71569                        "construct": true,
71570                        "construct-only": false,
71571                        "controllable": true,
71572                        "default": "Down (0)",
71573                        "mutable": "null",
71574                        "readable": true,
71575                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-6l",
71576                        "writable": true
71577                    },
71578                    "cm-6r": {
71579                        "blurb": "Compression mode 6 Right",
71580                        "conditionally-available": false,
71581                        "construct": true,
71582                        "construct-only": false,
71583                        "controllable": true,
71584                        "default": "Down (0)",
71585                        "mutable": "null",
71586                        "readable": true,
71587                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-6r",
71588                        "writable": true
71589                    },
71590                    "cm-7l": {
71591                        "blurb": "Compression mode 7 Left",
71592                        "conditionally-available": false,
71593                        "construct": true,
71594                        "construct-only": false,
71595                        "controllable": true,
71596                        "default": "Down (0)",
71597                        "mutable": "null",
71598                        "readable": true,
71599                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-7l",
71600                        "writable": true
71601                    },
71602                    "cm-7r": {
71603                        "blurb": "Compression mode 7 Right",
71604                        "conditionally-available": false,
71605                        "construct": true,
71606                        "construct-only": false,
71607                        "controllable": true,
71608                        "default": "Down (0)",
71609                        "mutable": "null",
71610                        "readable": true,
71611                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-7r",
71612                        "writable": true
71613                    },
71614                    "cr-0l": {
71615                        "blurb": "Ratio 0 Left",
71616                        "conditionally-available": false,
71617                        "construct": true,
71618                        "construct-only": false,
71619                        "controllable": true,
71620                        "default": "1",
71621                        "max": "100",
71622                        "min": "1",
71623                        "mutable": "null",
71624                        "readable": true,
71625                        "type": "gfloat",
71626                        "writable": true
71627                    },
71628                    "cr-0r": {
71629                        "blurb": "Ratio 0 Right",
71630                        "conditionally-available": false,
71631                        "construct": true,
71632                        "construct-only": false,
71633                        "controllable": true,
71634                        "default": "1",
71635                        "max": "100",
71636                        "min": "1",
71637                        "mutable": "null",
71638                        "readable": true,
71639                        "type": "gfloat",
71640                        "writable": true
71641                    },
71642                    "cr-1l": {
71643                        "blurb": "Ratio 1 Left",
71644                        "conditionally-available": false,
71645                        "construct": true,
71646                        "construct-only": false,
71647                        "controllable": true,
71648                        "default": "1",
71649                        "max": "100",
71650                        "min": "1",
71651                        "mutable": "null",
71652                        "readable": true,
71653                        "type": "gfloat",
71654                        "writable": true
71655                    },
71656                    "cr-1r": {
71657                        "blurb": "Ratio 1 Right",
71658                        "conditionally-available": false,
71659                        "construct": true,
71660                        "construct-only": false,
71661                        "controllable": true,
71662                        "default": "1",
71663                        "max": "100",
71664                        "min": "1",
71665                        "mutable": "null",
71666                        "readable": true,
71667                        "type": "gfloat",
71668                        "writable": true
71669                    },
71670                    "cr-2l": {
71671                        "blurb": "Ratio 2 Left",
71672                        "conditionally-available": false,
71673                        "construct": true,
71674                        "construct-only": false,
71675                        "controllable": true,
71676                        "default": "1",
71677                        "max": "100",
71678                        "min": "1",
71679                        "mutable": "null",
71680                        "readable": true,
71681                        "type": "gfloat",
71682                        "writable": true
71683                    },
71684                    "cr-2r": {
71685                        "blurb": "Ratio 2 Right",
71686                        "conditionally-available": false,
71687                        "construct": true,
71688                        "construct-only": false,
71689                        "controllable": true,
71690                        "default": "1",
71691                        "max": "100",
71692                        "min": "1",
71693                        "mutable": "null",
71694                        "readable": true,
71695                        "type": "gfloat",
71696                        "writable": true
71697                    },
71698                    "cr-3l": {
71699                        "blurb": "Ratio 3 Left",
71700                        "conditionally-available": false,
71701                        "construct": true,
71702                        "construct-only": false,
71703                        "controllable": true,
71704                        "default": "1",
71705                        "max": "100",
71706                        "min": "1",
71707                        "mutable": "null",
71708                        "readable": true,
71709                        "type": "gfloat",
71710                        "writable": true
71711                    },
71712                    "cr-3r": {
71713                        "blurb": "Ratio 3 Right",
71714                        "conditionally-available": false,
71715                        "construct": true,
71716                        "construct-only": false,
71717                        "controllable": true,
71718                        "default": "1",
71719                        "max": "100",
71720                        "min": "1",
71721                        "mutable": "null",
71722                        "readable": true,
71723                        "type": "gfloat",
71724                        "writable": true
71725                    },
71726                    "cr-4l": {
71727                        "blurb": "Ratio 4 Left",
71728                        "conditionally-available": false,
71729                        "construct": true,
71730                        "construct-only": false,
71731                        "controllable": true,
71732                        "default": "1",
71733                        "max": "100",
71734                        "min": "1",
71735                        "mutable": "null",
71736                        "readable": true,
71737                        "type": "gfloat",
71738                        "writable": true
71739                    },
71740                    "cr-4r": {
71741                        "blurb": "Ratio 4 Right",
71742                        "conditionally-available": false,
71743                        "construct": true,
71744                        "construct-only": false,
71745                        "controllable": true,
71746                        "default": "1",
71747                        "max": "100",
71748                        "min": "1",
71749                        "mutable": "null",
71750                        "readable": true,
71751                        "type": "gfloat",
71752                        "writable": true
71753                    },
71754                    "cr-5l": {
71755                        "blurb": "Ratio 5 Left",
71756                        "conditionally-available": false,
71757                        "construct": true,
71758                        "construct-only": false,
71759                        "controllable": true,
71760                        "default": "1",
71761                        "max": "100",
71762                        "min": "1",
71763                        "mutable": "null",
71764                        "readable": true,
71765                        "type": "gfloat",
71766                        "writable": true
71767                    },
71768                    "cr-5r": {
71769                        "blurb": "Ratio 5 Right",
71770                        "conditionally-available": false,
71771                        "construct": true,
71772                        "construct-only": false,
71773                        "controllable": true,
71774                        "default": "1",
71775                        "max": "100",
71776                        "min": "1",
71777                        "mutable": "null",
71778                        "readable": true,
71779                        "type": "gfloat",
71780                        "writable": true
71781                    },
71782                    "cr-6l": {
71783                        "blurb": "Ratio 6 Left",
71784                        "conditionally-available": false,
71785                        "construct": true,
71786                        "construct-only": false,
71787                        "controllable": true,
71788                        "default": "1",
71789                        "max": "100",
71790                        "min": "1",
71791                        "mutable": "null",
71792                        "readable": true,
71793                        "type": "gfloat",
71794                        "writable": true
71795                    },
71796                    "cr-6r": {
71797                        "blurb": "Ratio 6 Right",
71798                        "conditionally-available": false,
71799                        "construct": true,
71800                        "construct-only": false,
71801                        "controllable": true,
71802                        "default": "1",
71803                        "max": "100",
71804                        "min": "1",
71805                        "mutable": "null",
71806                        "readable": true,
71807                        "type": "gfloat",
71808                        "writable": true
71809                    },
71810                    "cr-7l": {
71811                        "blurb": "Ratio 7 Left",
71812                        "conditionally-available": false,
71813                        "construct": true,
71814                        "construct-only": false,
71815                        "controllable": true,
71816                        "default": "1",
71817                        "max": "100",
71818                        "min": "1",
71819                        "mutable": "null",
71820                        "readable": true,
71821                        "type": "gfloat",
71822                        "writable": true
71823                    },
71824                    "cr-7r": {
71825                        "blurb": "Ratio 7 Right",
71826                        "conditionally-available": false,
71827                        "construct": true,
71828                        "construct-only": false,
71829                        "controllable": true,
71830                        "default": "1",
71831                        "max": "100",
71832                        "min": "1",
71833                        "mutable": "null",
71834                        "readable": true,
71835                        "type": "gfloat",
71836                        "writable": true
71837                    },
71838                    "elm-0l": {
71839                        "blurb": "Envelope level meter 0 Left",
71840                        "conditionally-available": false,
71841                        "construct": false,
71842                        "construct-only": false,
71843                        "controllable": true,
71844                        "default": "0",
71845                        "max": "15.8489",
71846                        "min": "0",
71847                        "mutable": "null",
71848                        "readable": true,
71849                        "type": "gfloat",
71850                        "writable": false
71851                    },
71852                    "elm-0r": {
71853                        "blurb": "Envelope level meter 0 Right",
71854                        "conditionally-available": false,
71855                        "construct": false,
71856                        "construct-only": false,
71857                        "controllable": true,
71858                        "default": "0",
71859                        "max": "15.8489",
71860                        "min": "0",
71861                        "mutable": "null",
71862                        "readable": true,
71863                        "type": "gfloat",
71864                        "writable": false
71865                    },
71866                    "elm-1l": {
71867                        "blurb": "Envelope level meter 1 Left",
71868                        "conditionally-available": false,
71869                        "construct": false,
71870                        "construct-only": false,
71871                        "controllable": true,
71872                        "default": "0",
71873                        "max": "15.8489",
71874                        "min": "0",
71875                        "mutable": "null",
71876                        "readable": true,
71877                        "type": "gfloat",
71878                        "writable": false
71879                    },
71880                    "elm-1r": {
71881                        "blurb": "Envelope level meter 1 Right",
71882                        "conditionally-available": false,
71883                        "construct": false,
71884                        "construct-only": false,
71885                        "controllable": true,
71886                        "default": "0",
71887                        "max": "15.8489",
71888                        "min": "0",
71889                        "mutable": "null",
71890                        "readable": true,
71891                        "type": "gfloat",
71892                        "writable": false
71893                    },
71894                    "elm-2l": {
71895                        "blurb": "Envelope level meter 2 Left",
71896                        "conditionally-available": false,
71897                        "construct": false,
71898                        "construct-only": false,
71899                        "controllable": true,
71900                        "default": "0",
71901                        "max": "15.8489",
71902                        "min": "0",
71903                        "mutable": "null",
71904                        "readable": true,
71905                        "type": "gfloat",
71906                        "writable": false
71907                    },
71908                    "elm-2r": {
71909                        "blurb": "Envelope level meter 2 Right",
71910                        "conditionally-available": false,
71911                        "construct": false,
71912                        "construct-only": false,
71913                        "controllable": true,
71914                        "default": "0",
71915                        "max": "15.8489",
71916                        "min": "0",
71917                        "mutable": "null",
71918                        "readable": true,
71919                        "type": "gfloat",
71920                        "writable": false
71921                    },
71922                    "elm-3l": {
71923                        "blurb": "Envelope level meter 3 Left",
71924                        "conditionally-available": false,
71925                        "construct": false,
71926                        "construct-only": false,
71927                        "controllable": true,
71928                        "default": "0",
71929                        "max": "15.8489",
71930                        "min": "0",
71931                        "mutable": "null",
71932                        "readable": true,
71933                        "type": "gfloat",
71934                        "writable": false
71935                    },
71936                    "elm-3r": {
71937                        "blurb": "Envelope level meter 3 Right",
71938                        "conditionally-available": false,
71939                        "construct": false,
71940                        "construct-only": false,
71941                        "controllable": true,
71942                        "default": "0",
71943                        "max": "15.8489",
71944                        "min": "0",
71945                        "mutable": "null",
71946                        "readable": true,
71947                        "type": "gfloat",
71948                        "writable": false
71949                    },
71950                    "elm-4l": {
71951                        "blurb": "Envelope level meter 4 Left",
71952                        "conditionally-available": false,
71953                        "construct": false,
71954                        "construct-only": false,
71955                        "controllable": true,
71956                        "default": "0",
71957                        "max": "15.8489",
71958                        "min": "0",
71959                        "mutable": "null",
71960                        "readable": true,
71961                        "type": "gfloat",
71962                        "writable": false
71963                    },
71964                    "elm-4r": {
71965                        "blurb": "Envelope level meter 4 Right",
71966                        "conditionally-available": false,
71967                        "construct": false,
71968                        "construct-only": false,
71969                        "controllable": true,
71970                        "default": "0",
71971                        "max": "15.8489",
71972                        "min": "0",
71973                        "mutable": "null",
71974                        "readable": true,
71975                        "type": "gfloat",
71976                        "writable": false
71977                    },
71978                    "elm-5l": {
71979                        "blurb": "Envelope level meter 5 Left",
71980                        "conditionally-available": false,
71981                        "construct": false,
71982                        "construct-only": false,
71983                        "controllable": true,
71984                        "default": "0",
71985                        "max": "15.8489",
71986                        "min": "0",
71987                        "mutable": "null",
71988                        "readable": true,
71989                        "type": "gfloat",
71990                        "writable": false
71991                    },
71992                    "elm-5r": {
71993                        "blurb": "Envelope level meter 5 Right",
71994                        "conditionally-available": false,
71995                        "construct": false,
71996                        "construct-only": false,
71997                        "controllable": true,
71998                        "default": "0",
71999                        "max": "15.8489",
72000                        "min": "0",
72001                        "mutable": "null",
72002                        "readable": true,
72003                        "type": "gfloat",
72004                        "writable": false
72005                    },
72006                    "elm-6l": {
72007                        "blurb": "Envelope level meter 6 Left",
72008                        "conditionally-available": false,
72009                        "construct": false,
72010                        "construct-only": false,
72011                        "controllable": true,
72012                        "default": "0",
72013                        "max": "15.8489",
72014                        "min": "0",
72015                        "mutable": "null",
72016                        "readable": true,
72017                        "type": "gfloat",
72018                        "writable": false
72019                    },
72020                    "elm-6r": {
72021                        "blurb": "Envelope level meter 6 Right",
72022                        "conditionally-available": false,
72023                        "construct": false,
72024                        "construct-only": false,
72025                        "controllable": true,
72026                        "default": "0",
72027                        "max": "15.8489",
72028                        "min": "0",
72029                        "mutable": "null",
72030                        "readable": true,
72031                        "type": "gfloat",
72032                        "writable": false
72033                    },
72034                    "elm-7l": {
72035                        "blurb": "Envelope level meter 7 Left",
72036                        "conditionally-available": false,
72037                        "construct": false,
72038                        "construct-only": false,
72039                        "controllable": true,
72040                        "default": "0",
72041                        "max": "15.8489",
72042                        "min": "0",
72043                        "mutable": "null",
72044                        "readable": true,
72045                        "type": "gfloat",
72046                        "writable": false
72047                    },
72048                    "elm-7r": {
72049                        "blurb": "Envelope level meter 7 Right",
72050                        "conditionally-available": false,
72051                        "construct": false,
72052                        "construct-only": false,
72053                        "controllable": true,
72054                        "default": "0",
72055                        "max": "15.8489",
72056                        "min": "0",
72057                        "mutable": "null",
72058                        "readable": true,
72059                        "type": "gfloat",
72060                        "writable": false
72061                    },
72062                    "envb": {
72063                        "blurb": "Envelope boost",
72064                        "conditionally-available": false,
72065                        "construct": true,
72066                        "construct-only": false,
72067                        "controllable": true,
72068                        "default": "Pink BT (1)",
72069                        "mutable": "null",
72070                        "readable": true,
72071                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrenvb",
72072                        "writable": true
72073                    },
72074                    "flt-l": {
72075                        "blurb": "Band filter curves Left",
72076                        "conditionally-available": false,
72077                        "construct": true,
72078                        "construct-only": false,
72079                        "controllable": true,
72080                        "default": "false",
72081                        "mutable": "null",
72082                        "readable": true,
72083                        "type": "gboolean",
72084                        "writable": true
72085                    },
72086                    "flt-r": {
72087                        "blurb": "Band filter curves Right",
72088                        "conditionally-available": false,
72089                        "construct": true,
72090                        "construct-only": false,
72091                        "controllable": true,
72092                        "default": "false",
72093                        "mutable": "null",
72094                        "readable": true,
72095                        "type": "gboolean",
72096                        "writable": true
72097                    },
72098                    "fre-0l": {
72099                        "blurb": "Frequency range end 0 Left",
72100                        "conditionally-available": false,
72101                        "construct": false,
72102                        "construct-only": false,
72103                        "controllable": true,
72104                        "default": "0",
72105                        "max": "192000",
72106                        "min": "0",
72107                        "mutable": "null",
72108                        "readable": true,
72109                        "type": "gfloat",
72110                        "writable": false
72111                    },
72112                    "fre-0r": {
72113                        "blurb": "Frequency range end 0 Right",
72114                        "conditionally-available": false,
72115                        "construct": false,
72116                        "construct-only": false,
72117                        "controllable": true,
72118                        "default": "0",
72119                        "max": "192000",
72120                        "min": "0",
72121                        "mutable": "null",
72122                        "readable": true,
72123                        "type": "gfloat",
72124                        "writable": false
72125                    },
72126                    "fre-1l": {
72127                        "blurb": "Frequency range end 1 Left",
72128                        "conditionally-available": false,
72129                        "construct": false,
72130                        "construct-only": false,
72131                        "controllable": true,
72132                        "default": "0",
72133                        "max": "192000",
72134                        "min": "0",
72135                        "mutable": "null",
72136                        "readable": true,
72137                        "type": "gfloat",
72138                        "writable": false
72139                    },
72140                    "fre-1r": {
72141                        "blurb": "Frequency range end 1 Right",
72142                        "conditionally-available": false,
72143                        "construct": false,
72144                        "construct-only": false,
72145                        "controllable": true,
72146                        "default": "0",
72147                        "max": "192000",
72148                        "min": "0",
72149                        "mutable": "null",
72150                        "readable": true,
72151                        "type": "gfloat",
72152                        "writable": false
72153                    },
72154                    "fre-2l": {
72155                        "blurb": "Frequency range end 2 Left",
72156                        "conditionally-available": false,
72157                        "construct": false,
72158                        "construct-only": false,
72159                        "controllable": true,
72160                        "default": "0",
72161                        "max": "192000",
72162                        "min": "0",
72163                        "mutable": "null",
72164                        "readable": true,
72165                        "type": "gfloat",
72166                        "writable": false
72167                    },
72168                    "fre-2r": {
72169                        "blurb": "Frequency range end 2 Right",
72170                        "conditionally-available": false,
72171                        "construct": false,
72172                        "construct-only": false,
72173                        "controllable": true,
72174                        "default": "0",
72175                        "max": "192000",
72176                        "min": "0",
72177                        "mutable": "null",
72178                        "readable": true,
72179                        "type": "gfloat",
72180                        "writable": false
72181                    },
72182                    "fre-3l": {
72183                        "blurb": "Frequency range end 3 Left",
72184                        "conditionally-available": false,
72185                        "construct": false,
72186                        "construct-only": false,
72187                        "controllable": true,
72188                        "default": "0",
72189                        "max": "192000",
72190                        "min": "0",
72191                        "mutable": "null",
72192                        "readable": true,
72193                        "type": "gfloat",
72194                        "writable": false
72195                    },
72196                    "fre-3r": {
72197                        "blurb": "Frequency range end 3 Right",
72198                        "conditionally-available": false,
72199                        "construct": false,
72200                        "construct-only": false,
72201                        "controllable": true,
72202                        "default": "0",
72203                        "max": "192000",
72204                        "min": "0",
72205                        "mutable": "null",
72206                        "readable": true,
72207                        "type": "gfloat",
72208                        "writable": false
72209                    },
72210                    "fre-4l": {
72211                        "blurb": "Frequency range end 4 Left",
72212                        "conditionally-available": false,
72213                        "construct": false,
72214                        "construct-only": false,
72215                        "controllable": true,
72216                        "default": "0",
72217                        "max": "192000",
72218                        "min": "0",
72219                        "mutable": "null",
72220                        "readable": true,
72221                        "type": "gfloat",
72222                        "writable": false
72223                    },
72224                    "fre-4r": {
72225                        "blurb": "Frequency range end 4 Right",
72226                        "conditionally-available": false,
72227                        "construct": false,
72228                        "construct-only": false,
72229                        "controllable": true,
72230                        "default": "0",
72231                        "max": "192000",
72232                        "min": "0",
72233                        "mutable": "null",
72234                        "readable": true,
72235                        "type": "gfloat",
72236                        "writable": false
72237                    },
72238                    "fre-5l": {
72239                        "blurb": "Frequency range end 5 Left",
72240                        "conditionally-available": false,
72241                        "construct": false,
72242                        "construct-only": false,
72243                        "controllable": true,
72244                        "default": "0",
72245                        "max": "192000",
72246                        "min": "0",
72247                        "mutable": "null",
72248                        "readable": true,
72249                        "type": "gfloat",
72250                        "writable": false
72251                    },
72252                    "fre-5r": {
72253                        "blurb": "Frequency range end 5 Right",
72254                        "conditionally-available": false,
72255                        "construct": false,
72256                        "construct-only": false,
72257                        "controllable": true,
72258                        "default": "0",
72259                        "max": "192000",
72260                        "min": "0",
72261                        "mutable": "null",
72262                        "readable": true,
72263                        "type": "gfloat",
72264                        "writable": false
72265                    },
72266                    "fre-6l": {
72267                        "blurb": "Frequency range end 6 Left",
72268                        "conditionally-available": false,
72269                        "construct": false,
72270                        "construct-only": false,
72271                        "controllable": true,
72272                        "default": "0",
72273                        "max": "192000",
72274                        "min": "0",
72275                        "mutable": "null",
72276                        "readable": true,
72277                        "type": "gfloat",
72278                        "writable": false
72279                    },
72280                    "fre-6r": {
72281                        "blurb": "Frequency range end 6 Right",
72282                        "conditionally-available": false,
72283                        "construct": false,
72284                        "construct-only": false,
72285                        "controllable": true,
72286                        "default": "0",
72287                        "max": "192000",
72288                        "min": "0",
72289                        "mutable": "null",
72290                        "readable": true,
72291                        "type": "gfloat",
72292                        "writable": false
72293                    },
72294                    "fre-7l": {
72295                        "blurb": "Frequency range end 7 Left",
72296                        "conditionally-available": false,
72297                        "construct": false,
72298                        "construct-only": false,
72299                        "controllable": true,
72300                        "default": "0",
72301                        "max": "192000",
72302                        "min": "0",
72303                        "mutable": "null",
72304                        "readable": true,
72305                        "type": "gfloat",
72306                        "writable": false
72307                    },
72308                    "fre-7r": {
72309                        "blurb": "Frequency range end 7 Right",
72310                        "conditionally-available": false,
72311                        "construct": false,
72312                        "construct-only": false,
72313                        "controllable": true,
72314                        "default": "0",
72315                        "max": "192000",
72316                        "min": "0",
72317                        "mutable": "null",
72318                        "readable": true,
72319                        "type": "gfloat",
72320                        "writable": false
72321                    },
72322                    "g-dry": {
72323                        "blurb": "Dry gain",
72324                        "conditionally-available": false,
72325                        "construct": true,
72326                        "construct-only": false,
72327                        "controllable": true,
72328                        "default": "0",
72329                        "max": "10",
72330                        "min": "0",
72331                        "mutable": "null",
72332                        "readable": true,
72333                        "type": "gfloat",
72334                        "writable": true
72335                    },
72336                    "g-in": {
72337                        "blurb": "Input gain",
72338                        "conditionally-available": false,
72339                        "construct": true,
72340                        "construct-only": false,
72341                        "controllable": true,
72342                        "default": "1",
72343                        "max": "10",
72344                        "min": "0",
72345                        "mutable": "null",
72346                        "readable": true,
72347                        "type": "gfloat",
72348                        "writable": true
72349                    },
72350                    "g-out": {
72351                        "blurb": "Output gain",
72352                        "conditionally-available": false,
72353                        "construct": true,
72354                        "construct-only": false,
72355                        "controllable": true,
72356                        "default": "1",
72357                        "max": "10",
72358                        "min": "0",
72359                        "mutable": "null",
72360                        "readable": true,
72361                        "type": "gfloat",
72362                        "writable": true
72363                    },
72364                    "g-wet": {
72365                        "blurb": "Wet gain",
72366                        "conditionally-available": false,
72367                        "construct": true,
72368                        "construct-only": false,
72369                        "controllable": true,
72370                        "default": "1",
72371                        "max": "10",
72372                        "min": "0",
72373                        "mutable": "null",
72374                        "readable": true,
72375                        "type": "gfloat",
72376                        "writable": true
72377                    },
72378                    "hue-0l": {
72379                        "blurb": "Hue  0 Left",
72380                        "conditionally-available": false,
72381                        "construct": true,
72382                        "construct-only": false,
72383                        "controllable": true,
72384                        "default": "0",
72385                        "max": "1",
72386                        "min": "0",
72387                        "mutable": "null",
72388                        "readable": true,
72389                        "type": "gfloat",
72390                        "writable": true
72391                    },
72392                    "hue-0r": {
72393                        "blurb": "Hue  0 Right",
72394                        "conditionally-available": false,
72395                        "construct": true,
72396                        "construct-only": false,
72397                        "controllable": true,
72398                        "default": "0",
72399                        "max": "1",
72400                        "min": "0",
72401                        "mutable": "null",
72402                        "readable": true,
72403                        "type": "gfloat",
72404                        "writable": true
72405                    },
72406                    "hue-1l": {
72407                        "blurb": "Hue  1 Left",
72408                        "conditionally-available": false,
72409                        "construct": true,
72410                        "construct-only": false,
72411                        "controllable": true,
72412                        "default": "0.125",
72413                        "max": "1",
72414                        "min": "0",
72415                        "mutable": "null",
72416                        "readable": true,
72417                        "type": "gfloat",
72418                        "writable": true
72419                    },
72420                    "hue-1r": {
72421                        "blurb": "Hue  1 Right",
72422                        "conditionally-available": false,
72423                        "construct": true,
72424                        "construct-only": false,
72425                        "controllable": true,
72426                        "default": "0.125",
72427                        "max": "1",
72428                        "min": "0",
72429                        "mutable": "null",
72430                        "readable": true,
72431                        "type": "gfloat",
72432                        "writable": true
72433                    },
72434                    "hue-2l": {
72435                        "blurb": "Hue  2 Left",
72436                        "conditionally-available": false,
72437                        "construct": true,
72438                        "construct-only": false,
72439                        "controllable": true,
72440                        "default": "0.25",
72441                        "max": "1",
72442                        "min": "0",
72443                        "mutable": "null",
72444                        "readable": true,
72445                        "type": "gfloat",
72446                        "writable": true
72447                    },
72448                    "hue-2r": {
72449                        "blurb": "Hue  2 Right",
72450                        "conditionally-available": false,
72451                        "construct": true,
72452                        "construct-only": false,
72453                        "controllable": true,
72454                        "default": "0.25",
72455                        "max": "1",
72456                        "min": "0",
72457                        "mutable": "null",
72458                        "readable": true,
72459                        "type": "gfloat",
72460                        "writable": true
72461                    },
72462                    "hue-3l": {
72463                        "blurb": "Hue  3 Left",
72464                        "conditionally-available": false,
72465                        "construct": true,
72466                        "construct-only": false,
72467                        "controllable": true,
72468                        "default": "0.375",
72469                        "max": "1",
72470                        "min": "0",
72471                        "mutable": "null",
72472                        "readable": true,
72473                        "type": "gfloat",
72474                        "writable": true
72475                    },
72476                    "hue-3r": {
72477                        "blurb": "Hue  3 Right",
72478                        "conditionally-available": false,
72479                        "construct": true,
72480                        "construct-only": false,
72481                        "controllable": true,
72482                        "default": "0.375",
72483                        "max": "1",
72484                        "min": "0",
72485                        "mutable": "null",
72486                        "readable": true,
72487                        "type": "gfloat",
72488                        "writable": true
72489                    },
72490                    "hue-4l": {
72491                        "blurb": "Hue  4 Left",
72492                        "conditionally-available": false,
72493                        "construct": true,
72494                        "construct-only": false,
72495                        "controllable": true,
72496                        "default": "0.5",
72497                        "max": "1",
72498                        "min": "0",
72499                        "mutable": "null",
72500                        "readable": true,
72501                        "type": "gfloat",
72502                        "writable": true
72503                    },
72504                    "hue-4r": {
72505                        "blurb": "Hue  4 Right",
72506                        "conditionally-available": false,
72507                        "construct": true,
72508                        "construct-only": false,
72509                        "controllable": true,
72510                        "default": "0.5",
72511                        "max": "1",
72512                        "min": "0",
72513                        "mutable": "null",
72514                        "readable": true,
72515                        "type": "gfloat",
72516                        "writable": true
72517                    },
72518                    "hue-5l": {
72519                        "blurb": "Hue  5 Left",
72520                        "conditionally-available": false,
72521                        "construct": true,
72522                        "construct-only": false,
72523                        "controllable": true,
72524                        "default": "0.625",
72525                        "max": "1",
72526                        "min": "0",
72527                        "mutable": "null",
72528                        "readable": true,
72529                        "type": "gfloat",
72530                        "writable": true
72531                    },
72532                    "hue-5r": {
72533                        "blurb": "Hue  5 Right",
72534                        "conditionally-available": false,
72535                        "construct": true,
72536                        "construct-only": false,
72537                        "controllable": true,
72538                        "default": "0.625",
72539                        "max": "1",
72540                        "min": "0",
72541                        "mutable": "null",
72542                        "readable": true,
72543                        "type": "gfloat",
72544                        "writable": true
72545                    },
72546                    "hue-6l": {
72547                        "blurb": "Hue  6 Left",
72548                        "conditionally-available": false,
72549                        "construct": true,
72550                        "construct-only": false,
72551                        "controllable": true,
72552                        "default": "0.75",
72553                        "max": "1",
72554                        "min": "0",
72555                        "mutable": "null",
72556                        "readable": true,
72557                        "type": "gfloat",
72558                        "writable": true
72559                    },
72560                    "hue-6r": {
72561                        "blurb": "Hue  6 Right",
72562                        "conditionally-available": false,
72563                        "construct": true,
72564                        "construct-only": false,
72565                        "controllable": true,
72566                        "default": "0.75",
72567                        "max": "1",
72568                        "min": "0",
72569                        "mutable": "null",
72570                        "readable": true,
72571                        "type": "gfloat",
72572                        "writable": true
72573                    },
72574                    "hue-7l": {
72575                        "blurb": "Hue  7 Left",
72576                        "conditionally-available": false,
72577                        "construct": true,
72578                        "construct-only": false,
72579                        "controllable": true,
72580                        "default": "0.875",
72581                        "max": "1",
72582                        "min": "0",
72583                        "mutable": "null",
72584                        "readable": true,
72585                        "type": "gfloat",
72586                        "writable": true
72587                    },
72588                    "hue-7r": {
72589                        "blurb": "Hue  7 Right",
72590                        "conditionally-available": false,
72591                        "construct": true,
72592                        "construct-only": false,
72593                        "controllable": true,
72594                        "default": "0.875",
72595                        "max": "1",
72596                        "min": "0",
72597                        "mutable": "null",
72598                        "readable": true,
72599                        "type": "gfloat",
72600                        "writable": true
72601                    },
72602                    "ife-l": {
72603                        "blurb": "Input FFT graph enable Left",
72604                        "conditionally-available": false,
72605                        "construct": true,
72606                        "construct-only": false,
72607                        "controllable": true,
72608                        "default": "false",
72609                        "mutable": "null",
72610                        "readable": true,
72611                        "type": "gboolean",
72612                        "writable": true
72613                    },
72614                    "ife-r": {
72615                        "blurb": "Input FFT graph enable Right",
72616                        "conditionally-available": false,
72617                        "construct": true,
72618                        "construct-only": false,
72619                        "controllable": true,
72620                        "default": "false",
72621                        "mutable": "null",
72622                        "readable": true,
72623                        "type": "gboolean",
72624                        "writable": true
72625                    },
72626                    "ilm-l": {
72627                        "blurb": "Input level meter Left",
72628                        "conditionally-available": false,
72629                        "construct": false,
72630                        "construct-only": false,
72631                        "controllable": true,
72632                        "default": "0",
72633                        "max": "15.8489",
72634                        "min": "0",
72635                        "mutable": "null",
72636                        "readable": true,
72637                        "type": "gfloat",
72638                        "writable": false
72639                    },
72640                    "ilm-r": {
72641                        "blurb": "Input level meter Right",
72642                        "conditionally-available": false,
72643                        "construct": false,
72644                        "construct-only": false,
72645                        "controllable": true,
72646                        "default": "0",
72647                        "max": "15.8489",
72648                        "min": "0",
72649                        "mutable": "null",
72650                        "readable": true,
72651                        "type": "gfloat",
72652                        "writable": false
72653                    },
72654                    "kn-0l": {
72655                        "blurb": "Knee 0 Left",
72656                        "conditionally-available": false,
72657                        "construct": true,
72658                        "construct-only": false,
72659                        "controllable": true,
72660                        "default": "0.50118",
72661                        "max": "1",
72662                        "min": "0.0631",
72663                        "mutable": "null",
72664                        "readable": true,
72665                        "type": "gfloat",
72666                        "writable": true
72667                    },
72668                    "kn-0r": {
72669                        "blurb": "Knee 0 Right",
72670                        "conditionally-available": false,
72671                        "construct": true,
72672                        "construct-only": false,
72673                        "controllable": true,
72674                        "default": "0.50118",
72675                        "max": "1",
72676                        "min": "0.0631",
72677                        "mutable": "null",
72678                        "readable": true,
72679                        "type": "gfloat",
72680                        "writable": true
72681                    },
72682                    "kn-1l": {
72683                        "blurb": "Knee 1 Left",
72684                        "conditionally-available": false,
72685                        "construct": true,
72686                        "construct-only": false,
72687                        "controllable": true,
72688                        "default": "0.50118",
72689                        "max": "1",
72690                        "min": "0.0631",
72691                        "mutable": "null",
72692                        "readable": true,
72693                        "type": "gfloat",
72694                        "writable": true
72695                    },
72696                    "kn-1r": {
72697                        "blurb": "Knee 1 Right",
72698                        "conditionally-available": false,
72699                        "construct": true,
72700                        "construct-only": false,
72701                        "controllable": true,
72702                        "default": "0.50118",
72703                        "max": "1",
72704                        "min": "0.0631",
72705                        "mutable": "null",
72706                        "readable": true,
72707                        "type": "gfloat",
72708                        "writable": true
72709                    },
72710                    "kn-2l": {
72711                        "blurb": "Knee 2 Left",
72712                        "conditionally-available": false,
72713                        "construct": true,
72714                        "construct-only": false,
72715                        "controllable": true,
72716                        "default": "0.50118",
72717                        "max": "1",
72718                        "min": "0.0631",
72719                        "mutable": "null",
72720                        "readable": true,
72721                        "type": "gfloat",
72722                        "writable": true
72723                    },
72724                    "kn-2r": {
72725                        "blurb": "Knee 2 Right",
72726                        "conditionally-available": false,
72727                        "construct": true,
72728                        "construct-only": false,
72729                        "controllable": true,
72730                        "default": "0.50118",
72731                        "max": "1",
72732                        "min": "0.0631",
72733                        "mutable": "null",
72734                        "readable": true,
72735                        "type": "gfloat",
72736                        "writable": true
72737                    },
72738                    "kn-3l": {
72739                        "blurb": "Knee 3 Left",
72740                        "conditionally-available": false,
72741                        "construct": true,
72742                        "construct-only": false,
72743                        "controllable": true,
72744                        "default": "0.50118",
72745                        "max": "1",
72746                        "min": "0.0631",
72747                        "mutable": "null",
72748                        "readable": true,
72749                        "type": "gfloat",
72750                        "writable": true
72751                    },
72752                    "kn-3r": {
72753                        "blurb": "Knee 3 Right",
72754                        "conditionally-available": false,
72755                        "construct": true,
72756                        "construct-only": false,
72757                        "controllable": true,
72758                        "default": "0.50118",
72759                        "max": "1",
72760                        "min": "0.0631",
72761                        "mutable": "null",
72762                        "readable": true,
72763                        "type": "gfloat",
72764                        "writable": true
72765                    },
72766                    "kn-4l": {
72767                        "blurb": "Knee 4 Left",
72768                        "conditionally-available": false,
72769                        "construct": true,
72770                        "construct-only": false,
72771                        "controllable": true,
72772                        "default": "0.50118",
72773                        "max": "1",
72774                        "min": "0.0631",
72775                        "mutable": "null",
72776                        "readable": true,
72777                        "type": "gfloat",
72778                        "writable": true
72779                    },
72780                    "kn-4r": {
72781                        "blurb": "Knee 4 Right",
72782                        "conditionally-available": false,
72783                        "construct": true,
72784                        "construct-only": false,
72785                        "controllable": true,
72786                        "default": "0.50118",
72787                        "max": "1",
72788                        "min": "0.0631",
72789                        "mutable": "null",
72790                        "readable": true,
72791                        "type": "gfloat",
72792                        "writable": true
72793                    },
72794                    "kn-5l": {
72795                        "blurb": "Knee 5 Left",
72796                        "conditionally-available": false,
72797                        "construct": true,
72798                        "construct-only": false,
72799                        "controllable": true,
72800                        "default": "0.50118",
72801                        "max": "1",
72802                        "min": "0.0631",
72803                        "mutable": "null",
72804                        "readable": true,
72805                        "type": "gfloat",
72806                        "writable": true
72807                    },
72808                    "kn-5r": {
72809                        "blurb": "Knee 5 Right",
72810                        "conditionally-available": false,
72811                        "construct": true,
72812                        "construct-only": false,
72813                        "controllable": true,
72814                        "default": "0.50118",
72815                        "max": "1",
72816                        "min": "0.0631",
72817                        "mutable": "null",
72818                        "readable": true,
72819                        "type": "gfloat",
72820                        "writable": true
72821                    },
72822                    "kn-6l": {
72823                        "blurb": "Knee 6 Left",
72824                        "conditionally-available": false,
72825                        "construct": true,
72826                        "construct-only": false,
72827                        "controllable": true,
72828                        "default": "0.50118",
72829                        "max": "1",
72830                        "min": "0.0631",
72831                        "mutable": "null",
72832                        "readable": true,
72833                        "type": "gfloat",
72834                        "writable": true
72835                    },
72836                    "kn-6r": {
72837                        "blurb": "Knee 6 Right",
72838                        "conditionally-available": false,
72839                        "construct": true,
72840                        "construct-only": false,
72841                        "controllable": true,
72842                        "default": "0.50118",
72843                        "max": "1",
72844                        "min": "0.0631",
72845                        "mutable": "null",
72846                        "readable": true,
72847                        "type": "gfloat",
72848                        "writable": true
72849                    },
72850                    "kn-7l": {
72851                        "blurb": "Knee 7 Left",
72852                        "conditionally-available": false,
72853                        "construct": true,
72854                        "construct-only": false,
72855                        "controllable": true,
72856                        "default": "0.50118",
72857                        "max": "1",
72858                        "min": "0.0631",
72859                        "mutable": "null",
72860                        "readable": true,
72861                        "type": "gfloat",
72862                        "writable": true
72863                    },
72864                    "kn-7r": {
72865                        "blurb": "Knee 7 Right",
72866                        "conditionally-available": false,
72867                        "construct": true,
72868                        "construct-only": false,
72869                        "controllable": true,
72870                        "default": "0.50118",
72871                        "max": "1",
72872                        "min": "0.0631",
72873                        "mutable": "null",
72874                        "readable": true,
72875                        "type": "gfloat",
72876                        "writable": true
72877                    },
72878                    "mk-0l": {
72879                        "blurb": "Makeup gain 0 Left",
72880                        "conditionally-available": false,
72881                        "construct": true,
72882                        "construct-only": false,
72883                        "controllable": true,
72884                        "default": "1",
72885                        "max": "1000",
72886                        "min": "0.001",
72887                        "mutable": "null",
72888                        "readable": true,
72889                        "type": "gfloat",
72890                        "writable": true
72891                    },
72892                    "mk-0r": {
72893                        "blurb": "Makeup gain 0 Right",
72894                        "conditionally-available": false,
72895                        "construct": true,
72896                        "construct-only": false,
72897                        "controllable": true,
72898                        "default": "1",
72899                        "max": "1000",
72900                        "min": "0.001",
72901                        "mutable": "null",
72902                        "readable": true,
72903                        "type": "gfloat",
72904                        "writable": true
72905                    },
72906                    "mk-1l": {
72907                        "blurb": "Makeup gain 1 Left",
72908                        "conditionally-available": false,
72909                        "construct": true,
72910                        "construct-only": false,
72911                        "controllable": true,
72912                        "default": "1",
72913                        "max": "1000",
72914                        "min": "0.001",
72915                        "mutable": "null",
72916                        "readable": true,
72917                        "type": "gfloat",
72918                        "writable": true
72919                    },
72920                    "mk-1r": {
72921                        "blurb": "Makeup gain 1 Right",
72922                        "conditionally-available": false,
72923                        "construct": true,
72924                        "construct-only": false,
72925                        "controllable": true,
72926                        "default": "1",
72927                        "max": "1000",
72928                        "min": "0.001",
72929                        "mutable": "null",
72930                        "readable": true,
72931                        "type": "gfloat",
72932                        "writable": true
72933                    },
72934                    "mk-2l": {
72935                        "blurb": "Makeup gain 2 Left",
72936                        "conditionally-available": false,
72937                        "construct": true,
72938                        "construct-only": false,
72939                        "controllable": true,
72940                        "default": "1",
72941                        "max": "1000",
72942                        "min": "0.001",
72943                        "mutable": "null",
72944                        "readable": true,
72945                        "type": "gfloat",
72946                        "writable": true
72947                    },
72948                    "mk-2r": {
72949                        "blurb": "Makeup gain 2 Right",
72950                        "conditionally-available": false,
72951                        "construct": true,
72952                        "construct-only": false,
72953                        "controllable": true,
72954                        "default": "1",
72955                        "max": "1000",
72956                        "min": "0.001",
72957                        "mutable": "null",
72958                        "readable": true,
72959                        "type": "gfloat",
72960                        "writable": true
72961                    },
72962                    "mk-3l": {
72963                        "blurb": "Makeup gain 3 Left",
72964                        "conditionally-available": false,
72965                        "construct": true,
72966                        "construct-only": false,
72967                        "controllable": true,
72968                        "default": "1",
72969                        "max": "1000",
72970                        "min": "0.001",
72971                        "mutable": "null",
72972                        "readable": true,
72973                        "type": "gfloat",
72974                        "writable": true
72975                    },
72976                    "mk-3r": {
72977                        "blurb": "Makeup gain 3 Right",
72978                        "conditionally-available": false,
72979                        "construct": true,
72980                        "construct-only": false,
72981                        "controllable": true,
72982                        "default": "1",
72983                        "max": "1000",
72984                        "min": "0.001",
72985                        "mutable": "null",
72986                        "readable": true,
72987                        "type": "gfloat",
72988                        "writable": true
72989                    },
72990                    "mk-4l": {
72991                        "blurb": "Makeup gain 4 Left",
72992                        "conditionally-available": false,
72993                        "construct": true,
72994                        "construct-only": false,
72995                        "controllable": true,
72996                        "default": "1",
72997                        "max": "1000",
72998                        "min": "0.001",
72999                        "mutable": "null",
73000                        "readable": true,
73001                        "type": "gfloat",
73002                        "writable": true
73003                    },
73004                    "mk-4r": {
73005                        "blurb": "Makeup gain 4 Right",
73006                        "conditionally-available": false,
73007                        "construct": true,
73008                        "construct-only": false,
73009                        "controllable": true,
73010                        "default": "1",
73011                        "max": "1000",
73012                        "min": "0.001",
73013                        "mutable": "null",
73014                        "readable": true,
73015                        "type": "gfloat",
73016                        "writable": true
73017                    },
73018                    "mk-5l": {
73019                        "blurb": "Makeup gain 5 Left",
73020                        "conditionally-available": false,
73021                        "construct": true,
73022                        "construct-only": false,
73023                        "controllable": true,
73024                        "default": "1",
73025                        "max": "1000",
73026                        "min": "0.001",
73027                        "mutable": "null",
73028                        "readable": true,
73029                        "type": "gfloat",
73030                        "writable": true
73031                    },
73032                    "mk-5r": {
73033                        "blurb": "Makeup gain 5 Right",
73034                        "conditionally-available": false,
73035                        "construct": true,
73036                        "construct-only": false,
73037                        "controllable": true,
73038                        "default": "1",
73039                        "max": "1000",
73040                        "min": "0.001",
73041                        "mutable": "null",
73042                        "readable": true,
73043                        "type": "gfloat",
73044                        "writable": true
73045                    },
73046                    "mk-6l": {
73047                        "blurb": "Makeup gain 6 Left",
73048                        "conditionally-available": false,
73049                        "construct": true,
73050                        "construct-only": false,
73051                        "controllable": true,
73052                        "default": "1",
73053                        "max": "1000",
73054                        "min": "0.001",
73055                        "mutable": "null",
73056                        "readable": true,
73057                        "type": "gfloat",
73058                        "writable": true
73059                    },
73060                    "mk-6r": {
73061                        "blurb": "Makeup gain 6 Right",
73062                        "conditionally-available": false,
73063                        "construct": true,
73064                        "construct-only": false,
73065                        "controllable": true,
73066                        "default": "1",
73067                        "max": "1000",
73068                        "min": "0.001",
73069                        "mutable": "null",
73070                        "readable": true,
73071                        "type": "gfloat",
73072                        "writable": true
73073                    },
73074                    "mk-7l": {
73075                        "blurb": "Makeup gain 7 Left",
73076                        "conditionally-available": false,
73077                        "construct": true,
73078                        "construct-only": false,
73079                        "controllable": true,
73080                        "default": "1",
73081                        "max": "1000",
73082                        "min": "0.001",
73083                        "mutable": "null",
73084                        "readable": true,
73085                        "type": "gfloat",
73086                        "writable": true
73087                    },
73088                    "mk-7r": {
73089                        "blurb": "Makeup gain 7 Right",
73090                        "conditionally-available": false,
73091                        "construct": true,
73092                        "construct-only": false,
73093                        "controllable": true,
73094                        "default": "1",
73095                        "max": "1000",
73096                        "min": "0.001",
73097                        "mutable": "null",
73098                        "readable": true,
73099                        "type": "gfloat",
73100                        "writable": true
73101                    },
73102                    "mode": {
73103                        "blurb": "Compressor mode",
73104                        "conditionally-available": false,
73105                        "construct": true,
73106                        "construct-only": false,
73107                        "controllable": true,
73108                        "default": "Modern (1)",
73109                        "mutable": "null",
73110                        "readable": true,
73111                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrmode",
73112                        "writable": true
73113                    },
73114                    "ofe-l": {
73115                        "blurb": "Output FFT graph enable Left",
73116                        "conditionally-available": false,
73117                        "construct": true,
73118                        "construct-only": false,
73119                        "controllable": true,
73120                        "default": "false",
73121                        "mutable": "null",
73122                        "readable": true,
73123                        "type": "gboolean",
73124                        "writable": true
73125                    },
73126                    "ofe-r": {
73127                        "blurb": "Output FFT graph enable Right",
73128                        "conditionally-available": false,
73129                        "construct": true,
73130                        "construct-only": false,
73131                        "controllable": true,
73132                        "default": "false",
73133                        "mutable": "null",
73134                        "readable": true,
73135                        "type": "gboolean",
73136                        "writable": true
73137                    },
73138                    "olm-l": {
73139                        "blurb": "Output level meter Left",
73140                        "conditionally-available": false,
73141                        "construct": false,
73142                        "construct-only": false,
73143                        "controllable": true,
73144                        "default": "0",
73145                        "max": "15.8489",
73146                        "min": "0",
73147                        "mutable": "null",
73148                        "readable": true,
73149                        "type": "gfloat",
73150                        "writable": false
73151                    },
73152                    "olm-r": {
73153                        "blurb": "Output level meter Right",
73154                        "conditionally-available": false,
73155                        "construct": false,
73156                        "construct-only": false,
73157                        "controllable": true,
73158                        "default": "0",
73159                        "max": "15.8489",
73160                        "min": "0",
73161                        "mutable": "null",
73162                        "readable": true,
73163                        "type": "gfloat",
73164                        "writable": false
73165                    },
73166                    "out-latency": {
73167                        "blurb": "Latency OUT",
73168                        "conditionally-available": false,
73169                        "construct": false,
73170                        "construct-only": false,
73171                        "controllable": true,
73172                        "default": "0",
73173                        "max": "192000",
73174                        "min": "0",
73175                        "mutable": "null",
73176                        "readable": true,
73177                        "type": "gint",
73178                        "writable": false
73179                    },
73180                    "react": {
73181                        "blurb": "FFT reactivity",
73182                        "conditionally-available": false,
73183                        "construct": true,
73184                        "construct-only": false,
73185                        "controllable": true,
73186                        "default": "0.2",
73187                        "max": "1",
73188                        "min": "0",
73189                        "mutable": "null",
73190                        "readable": true,
73191                        "type": "gfloat",
73192                        "writable": true
73193                    },
73194                    "rl-0l": {
73195                        "blurb": "Release level 0 Left",
73196                        "conditionally-available": false,
73197                        "construct": false,
73198                        "construct-only": false,
73199                        "controllable": true,
73200                        "default": "0",
73201                        "max": "20",
73202                        "min": "0",
73203                        "mutable": "null",
73204                        "readable": true,
73205                        "type": "gfloat",
73206                        "writable": false
73207                    },
73208                    "rl-0r": {
73209                        "blurb": "Release level 0 Right",
73210                        "conditionally-available": false,
73211                        "construct": false,
73212                        "construct-only": false,
73213                        "controllable": true,
73214                        "default": "0",
73215                        "max": "20",
73216                        "min": "0",
73217                        "mutable": "null",
73218                        "readable": true,
73219                        "type": "gfloat",
73220                        "writable": false
73221                    },
73222                    "rl-1l": {
73223                        "blurb": "Release level 1 Left",
73224                        "conditionally-available": false,
73225                        "construct": false,
73226                        "construct-only": false,
73227                        "controllable": true,
73228                        "default": "0",
73229                        "max": "20",
73230                        "min": "0",
73231                        "mutable": "null",
73232                        "readable": true,
73233                        "type": "gfloat",
73234                        "writable": false
73235                    },
73236                    "rl-1r": {
73237                        "blurb": "Release level 1 Right",
73238                        "conditionally-available": false,
73239                        "construct": false,
73240                        "construct-only": false,
73241                        "controllable": true,
73242                        "default": "0",
73243                        "max": "20",
73244                        "min": "0",
73245                        "mutable": "null",
73246                        "readable": true,
73247                        "type": "gfloat",
73248                        "writable": false
73249                    },
73250                    "rl-2l": {
73251                        "blurb": "Release level 2 Left",
73252                        "conditionally-available": false,
73253                        "construct": false,
73254                        "construct-only": false,
73255                        "controllable": true,
73256                        "default": "0",
73257                        "max": "20",
73258                        "min": "0",
73259                        "mutable": "null",
73260                        "readable": true,
73261                        "type": "gfloat",
73262                        "writable": false
73263                    },
73264                    "rl-2r": {
73265                        "blurb": "Release level 2 Right",
73266                        "conditionally-available": false,
73267                        "construct": false,
73268                        "construct-only": false,
73269                        "controllable": true,
73270                        "default": "0",
73271                        "max": "20",
73272                        "min": "0",
73273                        "mutable": "null",
73274                        "readable": true,
73275                        "type": "gfloat",
73276                        "writable": false
73277                    },
73278                    "rl-3l": {
73279                        "blurb": "Release level 3 Left",
73280                        "conditionally-available": false,
73281                        "construct": false,
73282                        "construct-only": false,
73283                        "controllable": true,
73284                        "default": "0",
73285                        "max": "20",
73286                        "min": "0",
73287                        "mutable": "null",
73288                        "readable": true,
73289                        "type": "gfloat",
73290                        "writable": false
73291                    },
73292                    "rl-3r": {
73293                        "blurb": "Release level 3 Right",
73294                        "conditionally-available": false,
73295                        "construct": false,
73296                        "construct-only": false,
73297                        "controllable": true,
73298                        "default": "0",
73299                        "max": "20",
73300                        "min": "0",
73301                        "mutable": "null",
73302                        "readable": true,
73303                        "type": "gfloat",
73304                        "writable": false
73305                    },
73306                    "rl-4l": {
73307                        "blurb": "Release level 4 Left",
73308                        "conditionally-available": false,
73309                        "construct": false,
73310                        "construct-only": false,
73311                        "controllable": true,
73312                        "default": "0",
73313                        "max": "20",
73314                        "min": "0",
73315                        "mutable": "null",
73316                        "readable": true,
73317                        "type": "gfloat",
73318                        "writable": false
73319                    },
73320                    "rl-4r": {
73321                        "blurb": "Release level 4 Right",
73322                        "conditionally-available": false,
73323                        "construct": false,
73324                        "construct-only": false,
73325                        "controllable": true,
73326                        "default": "0",
73327                        "max": "20",
73328                        "min": "0",
73329                        "mutable": "null",
73330                        "readable": true,
73331                        "type": "gfloat",
73332                        "writable": false
73333                    },
73334                    "rl-5l": {
73335                        "blurb": "Release level 5 Left",
73336                        "conditionally-available": false,
73337                        "construct": false,
73338                        "construct-only": false,
73339                        "controllable": true,
73340                        "default": "0",
73341                        "max": "20",
73342                        "min": "0",
73343                        "mutable": "null",
73344                        "readable": true,
73345                        "type": "gfloat",
73346                        "writable": false
73347                    },
73348                    "rl-5r": {
73349                        "blurb": "Release level 5 Right",
73350                        "conditionally-available": false,
73351                        "construct": false,
73352                        "construct-only": false,
73353                        "controllable": true,
73354                        "default": "0",
73355                        "max": "20",
73356                        "min": "0",
73357                        "mutable": "null",
73358                        "readable": true,
73359                        "type": "gfloat",
73360                        "writable": false
73361                    },
73362                    "rl-6l": {
73363                        "blurb": "Release level 6 Left",
73364                        "conditionally-available": false,
73365                        "construct": false,
73366                        "construct-only": false,
73367                        "controllable": true,
73368                        "default": "0",
73369                        "max": "20",
73370                        "min": "0",
73371                        "mutable": "null",
73372                        "readable": true,
73373                        "type": "gfloat",
73374                        "writable": false
73375                    },
73376                    "rl-6r": {
73377                        "blurb": "Release level 6 Right",
73378                        "conditionally-available": false,
73379                        "construct": false,
73380                        "construct-only": false,
73381                        "controllable": true,
73382                        "default": "0",
73383                        "max": "20",
73384                        "min": "0",
73385                        "mutable": "null",
73386                        "readable": true,
73387                        "type": "gfloat",
73388                        "writable": false
73389                    },
73390                    "rl-7l": {
73391                        "blurb": "Release level 7 Left",
73392                        "conditionally-available": false,
73393                        "construct": false,
73394                        "construct-only": false,
73395                        "controllable": true,
73396                        "default": "0",
73397                        "max": "20",
73398                        "min": "0",
73399                        "mutable": "null",
73400                        "readable": true,
73401                        "type": "gfloat",
73402                        "writable": false
73403                    },
73404                    "rl-7r": {
73405                        "blurb": "Release level 7 Right",
73406                        "conditionally-available": false,
73407                        "construct": false,
73408                        "construct-only": false,
73409                        "controllable": true,
73410                        "default": "0",
73411                        "max": "20",
73412                        "min": "0",
73413                        "mutable": "null",
73414                        "readable": true,
73415                        "type": "gfloat",
73416                        "writable": false
73417                    },
73418                    "rlm-0l": {
73419                        "blurb": "Reduction level meter 0 Left",
73420                        "conditionally-available": false,
73421                        "construct": false,
73422                        "construct-only": false,
73423                        "controllable": true,
73424                        "default": "0",
73425                        "max": "15.8489",
73426                        "min": "0",
73427                        "mutable": "null",
73428                        "readable": true,
73429                        "type": "gfloat",
73430                        "writable": false
73431                    },
73432                    "rlm-0r": {
73433                        "blurb": "Reduction level meter 0 Right",
73434                        "conditionally-available": false,
73435                        "construct": false,
73436                        "construct-only": false,
73437                        "controllable": true,
73438                        "default": "0",
73439                        "max": "15.8489",
73440                        "min": "0",
73441                        "mutable": "null",
73442                        "readable": true,
73443                        "type": "gfloat",
73444                        "writable": false
73445                    },
73446                    "rlm-1l": {
73447                        "blurb": "Reduction level meter 1 Left",
73448                        "conditionally-available": false,
73449                        "construct": false,
73450                        "construct-only": false,
73451                        "controllable": true,
73452                        "default": "0",
73453                        "max": "15.8489",
73454                        "min": "0",
73455                        "mutable": "null",
73456                        "readable": true,
73457                        "type": "gfloat",
73458                        "writable": false
73459                    },
73460                    "rlm-1r": {
73461                        "blurb": "Reduction level meter 1 Right",
73462                        "conditionally-available": false,
73463                        "construct": false,
73464                        "construct-only": false,
73465                        "controllable": true,
73466                        "default": "0",
73467                        "max": "15.8489",
73468                        "min": "0",
73469                        "mutable": "null",
73470                        "readable": true,
73471                        "type": "gfloat",
73472                        "writable": false
73473                    },
73474                    "rlm-2l": {
73475                        "blurb": "Reduction level meter 2 Left",
73476                        "conditionally-available": false,
73477                        "construct": false,
73478                        "construct-only": false,
73479                        "controllable": true,
73480                        "default": "0",
73481                        "max": "15.8489",
73482                        "min": "0",
73483                        "mutable": "null",
73484                        "readable": true,
73485                        "type": "gfloat",
73486                        "writable": false
73487                    },
73488                    "rlm-2r": {
73489                        "blurb": "Reduction level meter 2 Right",
73490                        "conditionally-available": false,
73491                        "construct": false,
73492                        "construct-only": false,
73493                        "controllable": true,
73494                        "default": "0",
73495                        "max": "15.8489",
73496                        "min": "0",
73497                        "mutable": "null",
73498                        "readable": true,
73499                        "type": "gfloat",
73500                        "writable": false
73501                    },
73502                    "rlm-3l": {
73503                        "blurb": "Reduction level meter 3 Left",
73504                        "conditionally-available": false,
73505                        "construct": false,
73506                        "construct-only": false,
73507                        "controllable": true,
73508                        "default": "0",
73509                        "max": "15.8489",
73510                        "min": "0",
73511                        "mutable": "null",
73512                        "readable": true,
73513                        "type": "gfloat",
73514                        "writable": false
73515                    },
73516                    "rlm-3r": {
73517                        "blurb": "Reduction level meter 3 Right",
73518                        "conditionally-available": false,
73519                        "construct": false,
73520                        "construct-only": false,
73521                        "controllable": true,
73522                        "default": "0",
73523                        "max": "15.8489",
73524                        "min": "0",
73525                        "mutable": "null",
73526                        "readable": true,
73527                        "type": "gfloat",
73528                        "writable": false
73529                    },
73530                    "rlm-4l": {
73531                        "blurb": "Reduction level meter 4 Left",
73532                        "conditionally-available": false,
73533                        "construct": false,
73534                        "construct-only": false,
73535                        "controllable": true,
73536                        "default": "0",
73537                        "max": "15.8489",
73538                        "min": "0",
73539                        "mutable": "null",
73540                        "readable": true,
73541                        "type": "gfloat",
73542                        "writable": false
73543                    },
73544                    "rlm-4r": {
73545                        "blurb": "Reduction level meter 4 Right",
73546                        "conditionally-available": false,
73547                        "construct": false,
73548                        "construct-only": false,
73549                        "controllable": true,
73550                        "default": "0",
73551                        "max": "15.8489",
73552                        "min": "0",
73553                        "mutable": "null",
73554                        "readable": true,
73555                        "type": "gfloat",
73556                        "writable": false
73557                    },
73558                    "rlm-5l": {
73559                        "blurb": "Reduction level meter 5 Left",
73560                        "conditionally-available": false,
73561                        "construct": false,
73562                        "construct-only": false,
73563                        "controllable": true,
73564                        "default": "0",
73565                        "max": "15.8489",
73566                        "min": "0",
73567                        "mutable": "null",
73568                        "readable": true,
73569                        "type": "gfloat",
73570                        "writable": false
73571                    },
73572                    "rlm-5r": {
73573                        "blurb": "Reduction level meter 5 Right",
73574                        "conditionally-available": false,
73575                        "construct": false,
73576                        "construct-only": false,
73577                        "controllable": true,
73578                        "default": "0",
73579                        "max": "15.8489",
73580                        "min": "0",
73581                        "mutable": "null",
73582                        "readable": true,
73583                        "type": "gfloat",
73584                        "writable": false
73585                    },
73586                    "rlm-6l": {
73587                        "blurb": "Reduction level meter 6 Left",
73588                        "conditionally-available": false,
73589                        "construct": false,
73590                        "construct-only": false,
73591                        "controllable": true,
73592                        "default": "0",
73593                        "max": "15.8489",
73594                        "min": "0",
73595                        "mutable": "null",
73596                        "readable": true,
73597                        "type": "gfloat",
73598                        "writable": false
73599                    },
73600                    "rlm-6r": {
73601                        "blurb": "Reduction level meter 6 Right",
73602                        "conditionally-available": false,
73603                        "construct": false,
73604                        "construct-only": false,
73605                        "controllable": true,
73606                        "default": "0",
73607                        "max": "15.8489",
73608                        "min": "0",
73609                        "mutable": "null",
73610                        "readable": true,
73611                        "type": "gfloat",
73612                        "writable": false
73613                    },
73614                    "rlm-7l": {
73615                        "blurb": "Reduction level meter 7 Left",
73616                        "conditionally-available": false,
73617                        "construct": false,
73618                        "construct-only": false,
73619                        "controllable": true,
73620                        "default": "0",
73621                        "max": "15.8489",
73622                        "min": "0",
73623                        "mutable": "null",
73624                        "readable": true,
73625                        "type": "gfloat",
73626                        "writable": false
73627                    },
73628                    "rlm-7r": {
73629                        "blurb": "Reduction level meter 7 Right",
73630                        "conditionally-available": false,
73631                        "construct": false,
73632                        "construct-only": false,
73633                        "controllable": true,
73634                        "default": "0",
73635                        "max": "15.8489",
73636                        "min": "0",
73637                        "mutable": "null",
73638                        "readable": true,
73639                        "type": "gfloat",
73640                        "writable": false
73641                    },
73642                    "rrl-0l": {
73643                        "blurb": "Relative release level 0 Left",
73644                        "conditionally-available": false,
73645                        "construct": true,
73646                        "construct-only": false,
73647                        "controllable": true,
73648                        "default": "0",
73649                        "max": "63.0957",
73650                        "min": "0",
73651                        "mutable": "null",
73652                        "readable": true,
73653                        "type": "gfloat",
73654                        "writable": true
73655                    },
73656                    "rrl-0r": {
73657                        "blurb": "Relative release level 0 Right",
73658                        "conditionally-available": false,
73659                        "construct": true,
73660                        "construct-only": false,
73661                        "controllable": true,
73662                        "default": "0",
73663                        "max": "63.0957",
73664                        "min": "0",
73665                        "mutable": "null",
73666                        "readable": true,
73667                        "type": "gfloat",
73668                        "writable": true
73669                    },
73670                    "rrl-1l": {
73671                        "blurb": "Relative release level 1 Left",
73672                        "conditionally-available": false,
73673                        "construct": true,
73674                        "construct-only": false,
73675                        "controllable": true,
73676                        "default": "0",
73677                        "max": "63.0957",
73678                        "min": "0",
73679                        "mutable": "null",
73680                        "readable": true,
73681                        "type": "gfloat",
73682                        "writable": true
73683                    },
73684                    "rrl-1r": {
73685                        "blurb": "Relative release level 1 Right",
73686                        "conditionally-available": false,
73687                        "construct": true,
73688                        "construct-only": false,
73689                        "controllable": true,
73690                        "default": "0",
73691                        "max": "63.0957",
73692                        "min": "0",
73693                        "mutable": "null",
73694                        "readable": true,
73695                        "type": "gfloat",
73696                        "writable": true
73697                    },
73698                    "rrl-2l": {
73699                        "blurb": "Relative release level 2 Left",
73700                        "conditionally-available": false,
73701                        "construct": true,
73702                        "construct-only": false,
73703                        "controllable": true,
73704                        "default": "0",
73705                        "max": "63.0957",
73706                        "min": "0",
73707                        "mutable": "null",
73708                        "readable": true,
73709                        "type": "gfloat",
73710                        "writable": true
73711                    },
73712                    "rrl-2r": {
73713                        "blurb": "Relative release level 2 Right",
73714                        "conditionally-available": false,
73715                        "construct": true,
73716                        "construct-only": false,
73717                        "controllable": true,
73718                        "default": "0",
73719                        "max": "63.0957",
73720                        "min": "0",
73721                        "mutable": "null",
73722                        "readable": true,
73723                        "type": "gfloat",
73724                        "writable": true
73725                    },
73726                    "rrl-3l": {
73727                        "blurb": "Relative release level 3 Left",
73728                        "conditionally-available": false,
73729                        "construct": true,
73730                        "construct-only": false,
73731                        "controllable": true,
73732                        "default": "0",
73733                        "max": "63.0957",
73734                        "min": "0",
73735                        "mutable": "null",
73736                        "readable": true,
73737                        "type": "gfloat",
73738                        "writable": true
73739                    },
73740                    "rrl-3r": {
73741                        "blurb": "Relative release level 3 Right",
73742                        "conditionally-available": false,
73743                        "construct": true,
73744                        "construct-only": false,
73745                        "controllable": true,
73746                        "default": "0",
73747                        "max": "63.0957",
73748                        "min": "0",
73749                        "mutable": "null",
73750                        "readable": true,
73751                        "type": "gfloat",
73752                        "writable": true
73753                    },
73754                    "rrl-4l": {
73755                        "blurb": "Relative release level 4 Left",
73756                        "conditionally-available": false,
73757                        "construct": true,
73758                        "construct-only": false,
73759                        "controllable": true,
73760                        "default": "0",
73761                        "max": "63.0957",
73762                        "min": "0",
73763                        "mutable": "null",
73764                        "readable": true,
73765                        "type": "gfloat",
73766                        "writable": true
73767                    },
73768                    "rrl-4r": {
73769                        "blurb": "Relative release level 4 Right",
73770                        "conditionally-available": false,
73771                        "construct": true,
73772                        "construct-only": false,
73773                        "controllable": true,
73774                        "default": "0",
73775                        "max": "63.0957",
73776                        "min": "0",
73777                        "mutable": "null",
73778                        "readable": true,
73779                        "type": "gfloat",
73780                        "writable": true
73781                    },
73782                    "rrl-5l": {
73783                        "blurb": "Relative release level 5 Left",
73784                        "conditionally-available": false,
73785                        "construct": true,
73786                        "construct-only": false,
73787                        "controllable": true,
73788                        "default": "0",
73789                        "max": "63.0957",
73790                        "min": "0",
73791                        "mutable": "null",
73792                        "readable": true,
73793                        "type": "gfloat",
73794                        "writable": true
73795                    },
73796                    "rrl-5r": {
73797                        "blurb": "Relative release level 5 Right",
73798                        "conditionally-available": false,
73799                        "construct": true,
73800                        "construct-only": false,
73801                        "controllable": true,
73802                        "default": "0",
73803                        "max": "63.0957",
73804                        "min": "0",
73805                        "mutable": "null",
73806                        "readable": true,
73807                        "type": "gfloat",
73808                        "writable": true
73809                    },
73810                    "rrl-6l": {
73811                        "blurb": "Relative release level 6 Left",
73812                        "conditionally-available": false,
73813                        "construct": true,
73814                        "construct-only": false,
73815                        "controllable": true,
73816                        "default": "0",
73817                        "max": "63.0957",
73818                        "min": "0",
73819                        "mutable": "null",
73820                        "readable": true,
73821                        "type": "gfloat",
73822                        "writable": true
73823                    },
73824                    "rrl-6r": {
73825                        "blurb": "Relative release level 6 Right",
73826                        "conditionally-available": false,
73827                        "construct": true,
73828                        "construct-only": false,
73829                        "controllable": true,
73830                        "default": "0",
73831                        "max": "63.0957",
73832                        "min": "0",
73833                        "mutable": "null",
73834                        "readable": true,
73835                        "type": "gfloat",
73836                        "writable": true
73837                    },
73838                    "rrl-7l": {
73839                        "blurb": "Relative release level 7 Left",
73840                        "conditionally-available": false,
73841                        "construct": true,
73842                        "construct-only": false,
73843                        "controllable": true,
73844                        "default": "0",
73845                        "max": "63.0957",
73846                        "min": "0",
73847                        "mutable": "null",
73848                        "readable": true,
73849                        "type": "gfloat",
73850                        "writable": true
73851                    },
73852                    "rrl-7r": {
73853                        "blurb": "Relative release level 7 Right",
73854                        "conditionally-available": false,
73855                        "construct": true,
73856                        "construct-only": false,
73857                        "controllable": true,
73858                        "default": "0",
73859                        "max": "63.0957",
73860                        "min": "0",
73861                        "mutable": "null",
73862                        "readable": true,
73863                        "type": "gfloat",
73864                        "writable": true
73865                    },
73866                    "rt-0l": {
73867                        "blurb": "Release time 0 Left",
73868                        "conditionally-available": false,
73869                        "construct": true,
73870                        "construct-only": false,
73871                        "controllable": true,
73872                        "default": "100",
73873                        "max": "5000",
73874                        "min": "0",
73875                        "mutable": "null",
73876                        "readable": true,
73877                        "type": "gfloat",
73878                        "writable": true
73879                    },
73880                    "rt-0r": {
73881                        "blurb": "Release time 0 Right",
73882                        "conditionally-available": false,
73883                        "construct": true,
73884                        "construct-only": false,
73885                        "controllable": true,
73886                        "default": "100",
73887                        "max": "5000",
73888                        "min": "0",
73889                        "mutable": "null",
73890                        "readable": true,
73891                        "type": "gfloat",
73892                        "writable": true
73893                    },
73894                    "rt-1l": {
73895                        "blurb": "Release time 1 Left",
73896                        "conditionally-available": false,
73897                        "construct": true,
73898                        "construct-only": false,
73899                        "controllable": true,
73900                        "default": "100",
73901                        "max": "5000",
73902                        "min": "0",
73903                        "mutable": "null",
73904                        "readable": true,
73905                        "type": "gfloat",
73906                        "writable": true
73907                    },
73908                    "rt-1r": {
73909                        "blurb": "Release time 1 Right",
73910                        "conditionally-available": false,
73911                        "construct": true,
73912                        "construct-only": false,
73913                        "controllable": true,
73914                        "default": "100",
73915                        "max": "5000",
73916                        "min": "0",
73917                        "mutable": "null",
73918                        "readable": true,
73919                        "type": "gfloat",
73920                        "writable": true
73921                    },
73922                    "rt-2l": {
73923                        "blurb": "Release time 2 Left",
73924                        "conditionally-available": false,
73925                        "construct": true,
73926                        "construct-only": false,
73927                        "controllable": true,
73928                        "default": "100",
73929                        "max": "5000",
73930                        "min": "0",
73931                        "mutable": "null",
73932                        "readable": true,
73933                        "type": "gfloat",
73934                        "writable": true
73935                    },
73936                    "rt-2r": {
73937                        "blurb": "Release time 2 Right",
73938                        "conditionally-available": false,
73939                        "construct": true,
73940                        "construct-only": false,
73941                        "controllable": true,
73942                        "default": "100",
73943                        "max": "5000",
73944                        "min": "0",
73945                        "mutable": "null",
73946                        "readable": true,
73947                        "type": "gfloat",
73948                        "writable": true
73949                    },
73950                    "rt-3l": {
73951                        "blurb": "Release time 3 Left",
73952                        "conditionally-available": false,
73953                        "construct": true,
73954                        "construct-only": false,
73955                        "controllable": true,
73956                        "default": "100",
73957                        "max": "5000",
73958                        "min": "0",
73959                        "mutable": "null",
73960                        "readable": true,
73961                        "type": "gfloat",
73962                        "writable": true
73963                    },
73964                    "rt-3r": {
73965                        "blurb": "Release time 3 Right",
73966                        "conditionally-available": false,
73967                        "construct": true,
73968                        "construct-only": false,
73969                        "controllable": true,
73970                        "default": "100",
73971                        "max": "5000",
73972                        "min": "0",
73973                        "mutable": "null",
73974                        "readable": true,
73975                        "type": "gfloat",
73976                        "writable": true
73977                    },
73978                    "rt-4l": {
73979                        "blurb": "Release time 4 Left",
73980                        "conditionally-available": false,
73981                        "construct": true,
73982                        "construct-only": false,
73983                        "controllable": true,
73984                        "default": "100",
73985                        "max": "5000",
73986                        "min": "0",
73987                        "mutable": "null",
73988                        "readable": true,
73989                        "type": "gfloat",
73990                        "writable": true
73991                    },
73992                    "rt-4r": {
73993                        "blurb": "Release time 4 Right",
73994                        "conditionally-available": false,
73995                        "construct": true,
73996                        "construct-only": false,
73997                        "controllable": true,
73998                        "default": "100",
73999                        "max": "5000",
74000                        "min": "0",
74001                        "mutable": "null",
74002                        "readable": true,
74003                        "type": "gfloat",
74004                        "writable": true
74005                    },
74006                    "rt-5l": {
74007                        "blurb": "Release time 5 Left",
74008                        "conditionally-available": false,
74009                        "construct": true,
74010                        "construct-only": false,
74011                        "controllable": true,
74012                        "default": "100",
74013                        "max": "5000",
74014                        "min": "0",
74015                        "mutable": "null",
74016                        "readable": true,
74017                        "type": "gfloat",
74018                        "writable": true
74019                    },
74020                    "rt-5r": {
74021                        "blurb": "Release time 5 Right",
74022                        "conditionally-available": false,
74023                        "construct": true,
74024                        "construct-only": false,
74025                        "controllable": true,
74026                        "default": "100",
74027                        "max": "5000",
74028                        "min": "0",
74029                        "mutable": "null",
74030                        "readable": true,
74031                        "type": "gfloat",
74032                        "writable": true
74033                    },
74034                    "rt-6l": {
74035                        "blurb": "Release time 6 Left",
74036                        "conditionally-available": false,
74037                        "construct": true,
74038                        "construct-only": false,
74039                        "controllable": true,
74040                        "default": "100",
74041                        "max": "5000",
74042                        "min": "0",
74043                        "mutable": "null",
74044                        "readable": true,
74045                        "type": "gfloat",
74046                        "writable": true
74047                    },
74048                    "rt-6r": {
74049                        "blurb": "Release time 6 Right",
74050                        "conditionally-available": false,
74051                        "construct": true,
74052                        "construct-only": false,
74053                        "controllable": true,
74054                        "default": "100",
74055                        "max": "5000",
74056                        "min": "0",
74057                        "mutable": "null",
74058                        "readable": true,
74059                        "type": "gfloat",
74060                        "writable": true
74061                    },
74062                    "rt-7l": {
74063                        "blurb": "Release time 7 Left",
74064                        "conditionally-available": false,
74065                        "construct": true,
74066                        "construct-only": false,
74067                        "controllable": true,
74068                        "default": "100",
74069                        "max": "5000",
74070                        "min": "0",
74071                        "mutable": "null",
74072                        "readable": true,
74073                        "type": "gfloat",
74074                        "writable": true
74075                    },
74076                    "rt-7r": {
74077                        "blurb": "Release time 7 Right",
74078                        "conditionally-available": false,
74079                        "construct": true,
74080                        "construct-only": false,
74081                        "controllable": true,
74082                        "default": "100",
74083                        "max": "5000",
74084                        "min": "0",
74085                        "mutable": "null",
74086                        "readable": true,
74087                        "type": "gfloat",
74088                        "writable": true
74089                    },
74090                    "schc-0l": {
74091                        "blurb": "Sidechain custom hi-cut 0 Left",
74092                        "conditionally-available": false,
74093                        "construct": true,
74094                        "construct-only": false,
74095                        "controllable": true,
74096                        "default": "false",
74097                        "mutable": "null",
74098                        "readable": true,
74099                        "type": "gboolean",
74100                        "writable": true
74101                    },
74102                    "schc-0r": {
74103                        "blurb": "Sidechain custom hi-cut 0 Right",
74104                        "conditionally-available": false,
74105                        "construct": true,
74106                        "construct-only": false,
74107                        "controllable": true,
74108                        "default": "false",
74109                        "mutable": "null",
74110                        "readable": true,
74111                        "type": "gboolean",
74112                        "writable": true
74113                    },
74114                    "schc-1l": {
74115                        "blurb": "Sidechain custom hi-cut 1 Left",
74116                        "conditionally-available": false,
74117                        "construct": true,
74118                        "construct-only": false,
74119                        "controllable": true,
74120                        "default": "false",
74121                        "mutable": "null",
74122                        "readable": true,
74123                        "type": "gboolean",
74124                        "writable": true
74125                    },
74126                    "schc-1r": {
74127                        "blurb": "Sidechain custom hi-cut 1 Right",
74128                        "conditionally-available": false,
74129                        "construct": true,
74130                        "construct-only": false,
74131                        "controllable": true,
74132                        "default": "false",
74133                        "mutable": "null",
74134                        "readable": true,
74135                        "type": "gboolean",
74136                        "writable": true
74137                    },
74138                    "schc-2l": {
74139                        "blurb": "Sidechain custom hi-cut 2 Left",
74140                        "conditionally-available": false,
74141                        "construct": true,
74142                        "construct-only": false,
74143                        "controllable": true,
74144                        "default": "false",
74145                        "mutable": "null",
74146                        "readable": true,
74147                        "type": "gboolean",
74148                        "writable": true
74149                    },
74150                    "schc-2r": {
74151                        "blurb": "Sidechain custom hi-cut 2 Right",
74152                        "conditionally-available": false,
74153                        "construct": true,
74154                        "construct-only": false,
74155                        "controllable": true,
74156                        "default": "false",
74157                        "mutable": "null",
74158                        "readable": true,
74159                        "type": "gboolean",
74160                        "writable": true
74161                    },
74162                    "schc-3l": {
74163                        "blurb": "Sidechain custom hi-cut 3 Left",
74164                        "conditionally-available": false,
74165                        "construct": true,
74166                        "construct-only": false,
74167                        "controllable": true,
74168                        "default": "false",
74169                        "mutable": "null",
74170                        "readable": true,
74171                        "type": "gboolean",
74172                        "writable": true
74173                    },
74174                    "schc-3r": {
74175                        "blurb": "Sidechain custom hi-cut 3 Right",
74176                        "conditionally-available": false,
74177                        "construct": true,
74178                        "construct-only": false,
74179                        "controllable": true,
74180                        "default": "false",
74181                        "mutable": "null",
74182                        "readable": true,
74183                        "type": "gboolean",
74184                        "writable": true
74185                    },
74186                    "schc-4l": {
74187                        "blurb": "Sidechain custom hi-cut 4 Left",
74188                        "conditionally-available": false,
74189                        "construct": true,
74190                        "construct-only": false,
74191                        "controllable": true,
74192                        "default": "false",
74193                        "mutable": "null",
74194                        "readable": true,
74195                        "type": "gboolean",
74196                        "writable": true
74197                    },
74198                    "schc-4r": {
74199                        "blurb": "Sidechain custom hi-cut 4 Right",
74200                        "conditionally-available": false,
74201                        "construct": true,
74202                        "construct-only": false,
74203                        "controllable": true,
74204                        "default": "false",
74205                        "mutable": "null",
74206                        "readable": true,
74207                        "type": "gboolean",
74208                        "writable": true
74209                    },
74210                    "schc-5l": {
74211                        "blurb": "Sidechain custom hi-cut 5 Left",
74212                        "conditionally-available": false,
74213                        "construct": true,
74214                        "construct-only": false,
74215                        "controllable": true,
74216                        "default": "false",
74217                        "mutable": "null",
74218                        "readable": true,
74219                        "type": "gboolean",
74220                        "writable": true
74221                    },
74222                    "schc-5r": {
74223                        "blurb": "Sidechain custom hi-cut 5 Right",
74224                        "conditionally-available": false,
74225                        "construct": true,
74226                        "construct-only": false,
74227                        "controllable": true,
74228                        "default": "false",
74229                        "mutable": "null",
74230                        "readable": true,
74231                        "type": "gboolean",
74232                        "writable": true
74233                    },
74234                    "schc-6l": {
74235                        "blurb": "Sidechain custom hi-cut 6 Left",
74236                        "conditionally-available": false,
74237                        "construct": true,
74238                        "construct-only": false,
74239                        "controllable": true,
74240                        "default": "false",
74241                        "mutable": "null",
74242                        "readable": true,
74243                        "type": "gboolean",
74244                        "writable": true
74245                    },
74246                    "schc-6r": {
74247                        "blurb": "Sidechain custom hi-cut 6 Right",
74248                        "conditionally-available": false,
74249                        "construct": true,
74250                        "construct-only": false,
74251                        "controllable": true,
74252                        "default": "false",
74253                        "mutable": "null",
74254                        "readable": true,
74255                        "type": "gboolean",
74256                        "writable": true
74257                    },
74258                    "schc-7l": {
74259                        "blurb": "Sidechain custom hi-cut 7 Left",
74260                        "conditionally-available": false,
74261                        "construct": true,
74262                        "construct-only": false,
74263                        "controllable": true,
74264                        "default": "false",
74265                        "mutable": "null",
74266                        "readable": true,
74267                        "type": "gboolean",
74268                        "writable": true
74269                    },
74270                    "schc-7r": {
74271                        "blurb": "Sidechain custom hi-cut 7 Right",
74272                        "conditionally-available": false,
74273                        "construct": true,
74274                        "construct-only": false,
74275                        "controllable": true,
74276                        "default": "false",
74277                        "mutable": "null",
74278                        "readable": true,
74279                        "type": "gboolean",
74280                        "writable": true
74281                    },
74282                    "schf-0l": {
74283                        "blurb": "Sidechain hi-cut frequency 0 Left",
74284                        "conditionally-available": false,
74285                        "construct": true,
74286                        "construct-only": false,
74287                        "controllable": true,
74288                        "default": "40",
74289                        "max": "20000",
74290                        "min": "20",
74291                        "mutable": "null",
74292                        "readable": true,
74293                        "type": "gfloat",
74294                        "writable": true
74295                    },
74296                    "schf-0r": {
74297                        "blurb": "Sidechain hi-cut frequency 0 Right",
74298                        "conditionally-available": false,
74299                        "construct": true,
74300                        "construct-only": false,
74301                        "controllable": true,
74302                        "default": "40",
74303                        "max": "20000",
74304                        "min": "20",
74305                        "mutable": "null",
74306                        "readable": true,
74307                        "type": "gfloat",
74308                        "writable": true
74309                    },
74310                    "schf-1l": {
74311                        "blurb": "Sidechain hi-cut frequency 1 Left",
74312                        "conditionally-available": false,
74313                        "construct": true,
74314                        "construct-only": false,
74315                        "controllable": true,
74316                        "default": "100",
74317                        "max": "20000",
74318                        "min": "20",
74319                        "mutable": "null",
74320                        "readable": true,
74321                        "type": "gfloat",
74322                        "writable": true
74323                    },
74324                    "schf-1r": {
74325                        "blurb": "Sidechain hi-cut frequency 1 Right",
74326                        "conditionally-available": false,
74327                        "construct": true,
74328                        "construct-only": false,
74329                        "controllable": true,
74330                        "default": "100",
74331                        "max": "20000",
74332                        "min": "20",
74333                        "mutable": "null",
74334                        "readable": true,
74335                        "type": "gfloat",
74336                        "writable": true
74337                    },
74338                    "schf-2l": {
74339                        "blurb": "Sidechain hi-cut frequency 2 Left",
74340                        "conditionally-available": false,
74341                        "construct": true,
74342                        "construct-only": false,
74343                        "controllable": true,
74344                        "default": "252",
74345                        "max": "20000",
74346                        "min": "20",
74347                        "mutable": "null",
74348                        "readable": true,
74349                        "type": "gfloat",
74350                        "writable": true
74351                    },
74352                    "schf-2r": {
74353                        "blurb": "Sidechain hi-cut frequency 2 Right",
74354                        "conditionally-available": false,
74355                        "construct": true,
74356                        "construct-only": false,
74357                        "controllable": true,
74358                        "default": "252",
74359                        "max": "20000",
74360                        "min": "20",
74361                        "mutable": "null",
74362                        "readable": true,
74363                        "type": "gfloat",
74364                        "writable": true
74365                    },
74366                    "schf-3l": {
74367                        "blurb": "Sidechain hi-cut frequency 3 Left",
74368                        "conditionally-available": false,
74369                        "construct": true,
74370                        "construct-only": false,
74371                        "controllable": true,
74372                        "default": "632",
74373                        "max": "20000",
74374                        "min": "20",
74375                        "mutable": "null",
74376                        "readable": true,
74377                        "type": "gfloat",
74378                        "writable": true
74379                    },
74380                    "schf-3r": {
74381                        "blurb": "Sidechain hi-cut frequency 3 Right",
74382                        "conditionally-available": false,
74383                        "construct": true,
74384                        "construct-only": false,
74385                        "controllable": true,
74386                        "default": "632",
74387                        "max": "20000",
74388                        "min": "20",
74389                        "mutable": "null",
74390                        "readable": true,
74391                        "type": "gfloat",
74392                        "writable": true
74393                    },
74394                    "schf-4l": {
74395                        "blurb": "Sidechain hi-cut frequency 4 Left",
74396                        "conditionally-available": false,
74397                        "construct": true,
74398                        "construct-only": false,
74399                        "controllable": true,
74400                        "default": "1587",
74401                        "max": "20000",
74402                        "min": "20",
74403                        "mutable": "null",
74404                        "readable": true,
74405                        "type": "gfloat",
74406                        "writable": true
74407                    },
74408                    "schf-4r": {
74409                        "blurb": "Sidechain hi-cut frequency 4 Right",
74410                        "conditionally-available": false,
74411                        "construct": true,
74412                        "construct-only": false,
74413                        "controllable": true,
74414                        "default": "1587",
74415                        "max": "20000",
74416                        "min": "20",
74417                        "mutable": "null",
74418                        "readable": true,
74419                        "type": "gfloat",
74420                        "writable": true
74421                    },
74422                    "schf-5l": {
74423                        "blurb": "Sidechain hi-cut frequency 5 Left",
74424                        "conditionally-available": false,
74425                        "construct": true,
74426                        "construct-only": false,
74427                        "controllable": true,
74428                        "default": "3984",
74429                        "max": "20000",
74430                        "min": "20",
74431                        "mutable": "null",
74432                        "readable": true,
74433                        "type": "gfloat",
74434                        "writable": true
74435                    },
74436                    "schf-5r": {
74437                        "blurb": "Sidechain hi-cut frequency 5 Right",
74438                        "conditionally-available": false,
74439                        "construct": true,
74440                        "construct-only": false,
74441                        "controllable": true,
74442                        "default": "3984",
74443                        "max": "20000",
74444                        "min": "20",
74445                        "mutable": "null",
74446                        "readable": true,
74447                        "type": "gfloat",
74448                        "writable": true
74449                    },
74450                    "schf-6l": {
74451                        "blurb": "Sidechain hi-cut frequency 6 Left",
74452                        "conditionally-available": false,
74453                        "construct": true,
74454                        "construct-only": false,
74455                        "controllable": true,
74456                        "default": "10000",
74457                        "max": "20000",
74458                        "min": "20",
74459                        "mutable": "null",
74460                        "readable": true,
74461                        "type": "gfloat",
74462                        "writable": true
74463                    },
74464                    "schf-6r": {
74465                        "blurb": "Sidechain hi-cut frequency 6 Right",
74466                        "conditionally-available": false,
74467                        "construct": true,
74468                        "construct-only": false,
74469                        "controllable": true,
74470                        "default": "10000",
74471                        "max": "20000",
74472                        "min": "20",
74473                        "mutable": "null",
74474                        "readable": true,
74475                        "type": "gfloat",
74476                        "writable": true
74477                    },
74478                    "schf-7l": {
74479                        "blurb": "Sidechain hi-cut frequency 7 Left",
74480                        "conditionally-available": false,
74481                        "construct": true,
74482                        "construct-only": false,
74483                        "controllable": true,
74484                        "default": "20000",
74485                        "max": "20000",
74486                        "min": "20",
74487                        "mutable": "null",
74488                        "readable": true,
74489                        "type": "gfloat",
74490                        "writable": true
74491                    },
74492                    "schf-7r": {
74493                        "blurb": "Sidechain hi-cut frequency 7 Right",
74494                        "conditionally-available": false,
74495                        "construct": true,
74496                        "construct-only": false,
74497                        "controllable": true,
74498                        "default": "20000",
74499                        "max": "20000",
74500                        "min": "20",
74501                        "mutable": "null",
74502                        "readable": true,
74503                        "type": "gfloat",
74504                        "writable": true
74505                    },
74506                    "sclc-0l": {
74507                        "blurb": "Sidechain custom lo-cut 0 Left",
74508                        "conditionally-available": false,
74509                        "construct": true,
74510                        "construct-only": false,
74511                        "controllable": true,
74512                        "default": "false",
74513                        "mutable": "null",
74514                        "readable": true,
74515                        "type": "gboolean",
74516                        "writable": true
74517                    },
74518                    "sclc-0r": {
74519                        "blurb": "Sidechain custom lo-cut 0 Right",
74520                        "conditionally-available": false,
74521                        "construct": true,
74522                        "construct-only": false,
74523                        "controllable": true,
74524                        "default": "false",
74525                        "mutable": "null",
74526                        "readable": true,
74527                        "type": "gboolean",
74528                        "writable": true
74529                    },
74530                    "sclc-1l": {
74531                        "blurb": "Sidechain custom lo-cut 1 Left",
74532                        "conditionally-available": false,
74533                        "construct": true,
74534                        "construct-only": false,
74535                        "controllable": true,
74536                        "default": "false",
74537                        "mutable": "null",
74538                        "readable": true,
74539                        "type": "gboolean",
74540                        "writable": true
74541                    },
74542                    "sclc-1r": {
74543                        "blurb": "Sidechain custom lo-cut 1 Right",
74544                        "conditionally-available": false,
74545                        "construct": true,
74546                        "construct-only": false,
74547                        "controllable": true,
74548                        "default": "false",
74549                        "mutable": "null",
74550                        "readable": true,
74551                        "type": "gboolean",
74552                        "writable": true
74553                    },
74554                    "sclc-2l": {
74555                        "blurb": "Sidechain custom lo-cut 2 Left",
74556                        "conditionally-available": false,
74557                        "construct": true,
74558                        "construct-only": false,
74559                        "controllable": true,
74560                        "default": "false",
74561                        "mutable": "null",
74562                        "readable": true,
74563                        "type": "gboolean",
74564                        "writable": true
74565                    },
74566                    "sclc-2r": {
74567                        "blurb": "Sidechain custom lo-cut 2 Right",
74568                        "conditionally-available": false,
74569                        "construct": true,
74570                        "construct-only": false,
74571                        "controllable": true,
74572                        "default": "false",
74573                        "mutable": "null",
74574                        "readable": true,
74575                        "type": "gboolean",
74576                        "writable": true
74577                    },
74578                    "sclc-3l": {
74579                        "blurb": "Sidechain custom lo-cut 3 Left",
74580                        "conditionally-available": false,
74581                        "construct": true,
74582                        "construct-only": false,
74583                        "controllable": true,
74584                        "default": "false",
74585                        "mutable": "null",
74586                        "readable": true,
74587                        "type": "gboolean",
74588                        "writable": true
74589                    },
74590                    "sclc-3r": {
74591                        "blurb": "Sidechain custom lo-cut 3 Right",
74592                        "conditionally-available": false,
74593                        "construct": true,
74594                        "construct-only": false,
74595                        "controllable": true,
74596                        "default": "false",
74597                        "mutable": "null",
74598                        "readable": true,
74599                        "type": "gboolean",
74600                        "writable": true
74601                    },
74602                    "sclc-4l": {
74603                        "blurb": "Sidechain custom lo-cut 4 Left",
74604                        "conditionally-available": false,
74605                        "construct": true,
74606                        "construct-only": false,
74607                        "controllable": true,
74608                        "default": "false",
74609                        "mutable": "null",
74610                        "readable": true,
74611                        "type": "gboolean",
74612                        "writable": true
74613                    },
74614                    "sclc-4r": {
74615                        "blurb": "Sidechain custom lo-cut 4 Right",
74616                        "conditionally-available": false,
74617                        "construct": true,
74618                        "construct-only": false,
74619                        "controllable": true,
74620                        "default": "false",
74621                        "mutable": "null",
74622                        "readable": true,
74623                        "type": "gboolean",
74624                        "writable": true
74625                    },
74626                    "sclc-5l": {
74627                        "blurb": "Sidechain custom lo-cut 5 Left",
74628                        "conditionally-available": false,
74629                        "construct": true,
74630                        "construct-only": false,
74631                        "controllable": true,
74632                        "default": "false",
74633                        "mutable": "null",
74634                        "readable": true,
74635                        "type": "gboolean",
74636                        "writable": true
74637                    },
74638                    "sclc-5r": {
74639                        "blurb": "Sidechain custom lo-cut 5 Right",
74640                        "conditionally-available": false,
74641                        "construct": true,
74642                        "construct-only": false,
74643                        "controllable": true,
74644                        "default": "false",
74645                        "mutable": "null",
74646                        "readable": true,
74647                        "type": "gboolean",
74648                        "writable": true
74649                    },
74650                    "sclc-6l": {
74651                        "blurb": "Sidechain custom lo-cut 6 Left",
74652                        "conditionally-available": false,
74653                        "construct": true,
74654                        "construct-only": false,
74655                        "controllable": true,
74656                        "default": "false",
74657                        "mutable": "null",
74658                        "readable": true,
74659                        "type": "gboolean",
74660                        "writable": true
74661                    },
74662                    "sclc-6r": {
74663                        "blurb": "Sidechain custom lo-cut 6 Right",
74664                        "conditionally-available": false,
74665                        "construct": true,
74666                        "construct-only": false,
74667                        "controllable": true,
74668                        "default": "false",
74669                        "mutable": "null",
74670                        "readable": true,
74671                        "type": "gboolean",
74672                        "writable": true
74673                    },
74674                    "sclc-7l": {
74675                        "blurb": "Sidechain custom lo-cut 7 Left",
74676                        "conditionally-available": false,
74677                        "construct": true,
74678                        "construct-only": false,
74679                        "controllable": true,
74680                        "default": "false",
74681                        "mutable": "null",
74682                        "readable": true,
74683                        "type": "gboolean",
74684                        "writable": true
74685                    },
74686                    "sclc-7r": {
74687                        "blurb": "Sidechain custom lo-cut 7 Right",
74688                        "conditionally-available": false,
74689                        "construct": true,
74690                        "construct-only": false,
74691                        "controllable": true,
74692                        "default": "false",
74693                        "mutable": "null",
74694                        "readable": true,
74695                        "type": "gboolean",
74696                        "writable": true
74697                    },
74698                    "sclf-0l": {
74699                        "blurb": "Sidechain lo-cut frequency 0 Left",
74700                        "conditionally-available": false,
74701                        "construct": true,
74702                        "construct-only": false,
74703                        "controllable": true,
74704                        "default": "10",
74705                        "max": "20000",
74706                        "min": "10",
74707                        "mutable": "null",
74708                        "readable": true,
74709                        "type": "gfloat",
74710                        "writable": true
74711                    },
74712                    "sclf-0r": {
74713                        "blurb": "Sidechain lo-cut frequency 0 Right",
74714                        "conditionally-available": false,
74715                        "construct": true,
74716                        "construct-only": false,
74717                        "controllable": true,
74718                        "default": "10",
74719                        "max": "20000",
74720                        "min": "10",
74721                        "mutable": "null",
74722                        "readable": true,
74723                        "type": "gfloat",
74724                        "writable": true
74725                    },
74726                    "sclf-1l": {
74727                        "blurb": "Sidechain lo-cut frequency 1 Left",
74728                        "conditionally-available": false,
74729                        "construct": true,
74730                        "construct-only": false,
74731                        "controllable": true,
74732                        "default": "40",
74733                        "max": "20000",
74734                        "min": "20",
74735                        "mutable": "null",
74736                        "readable": true,
74737                        "type": "gfloat",
74738                        "writable": true
74739                    },
74740                    "sclf-1r": {
74741                        "blurb": "Sidechain lo-cut frequency 1 Right",
74742                        "conditionally-available": false,
74743                        "construct": true,
74744                        "construct-only": false,
74745                        "controllable": true,
74746                        "default": "40",
74747                        "max": "20000",
74748                        "min": "20",
74749                        "mutable": "null",
74750                        "readable": true,
74751                        "type": "gfloat",
74752                        "writable": true
74753                    },
74754                    "sclf-2l": {
74755                        "blurb": "Sidechain lo-cut frequency 2 Left",
74756                        "conditionally-available": false,
74757                        "construct": true,
74758                        "construct-only": false,
74759                        "controllable": true,
74760                        "default": "100",
74761                        "max": "20000",
74762                        "min": "20",
74763                        "mutable": "null",
74764                        "readable": true,
74765                        "type": "gfloat",
74766                        "writable": true
74767                    },
74768                    "sclf-2r": {
74769                        "blurb": "Sidechain lo-cut frequency 2 Right",
74770                        "conditionally-available": false,
74771                        "construct": true,
74772                        "construct-only": false,
74773                        "controllable": true,
74774                        "default": "100",
74775                        "max": "20000",
74776                        "min": "20",
74777                        "mutable": "null",
74778                        "readable": true,
74779                        "type": "gfloat",
74780                        "writable": true
74781                    },
74782                    "sclf-3l": {
74783                        "blurb": "Sidechain lo-cut frequency 3 Left",
74784                        "conditionally-available": false,
74785                        "construct": true,
74786                        "construct-only": false,
74787                        "controllable": true,
74788                        "default": "252",
74789                        "max": "20000",
74790                        "min": "20",
74791                        "mutable": "null",
74792                        "readable": true,
74793                        "type": "gfloat",
74794                        "writable": true
74795                    },
74796                    "sclf-3r": {
74797                        "blurb": "Sidechain lo-cut frequency 3 Right",
74798                        "conditionally-available": false,
74799                        "construct": true,
74800                        "construct-only": false,
74801                        "controllable": true,
74802                        "default": "252",
74803                        "max": "20000",
74804                        "min": "20",
74805                        "mutable": "null",
74806                        "readable": true,
74807                        "type": "gfloat",
74808                        "writable": true
74809                    },
74810                    "sclf-4l": {
74811                        "blurb": "Sidechain lo-cut frequency 4 Left",
74812                        "conditionally-available": false,
74813                        "construct": true,
74814                        "construct-only": false,
74815                        "controllable": true,
74816                        "default": "632",
74817                        "max": "20000",
74818                        "min": "20",
74819                        "mutable": "null",
74820                        "readable": true,
74821                        "type": "gfloat",
74822                        "writable": true
74823                    },
74824                    "sclf-4r": {
74825                        "blurb": "Sidechain lo-cut frequency 4 Right",
74826                        "conditionally-available": false,
74827                        "construct": true,
74828                        "construct-only": false,
74829                        "controllable": true,
74830                        "default": "632",
74831                        "max": "20000",
74832                        "min": "20",
74833                        "mutable": "null",
74834                        "readable": true,
74835                        "type": "gfloat",
74836                        "writable": true
74837                    },
74838                    "sclf-5l": {
74839                        "blurb": "Sidechain lo-cut frequency 5 Left",
74840                        "conditionally-available": false,
74841                        "construct": true,
74842                        "construct-only": false,
74843                        "controllable": true,
74844                        "default": "1587",
74845                        "max": "20000",
74846                        "min": "20",
74847                        "mutable": "null",
74848                        "readable": true,
74849                        "type": "gfloat",
74850                        "writable": true
74851                    },
74852                    "sclf-5r": {
74853                        "blurb": "Sidechain lo-cut frequency 5 Right",
74854                        "conditionally-available": false,
74855                        "construct": true,
74856                        "construct-only": false,
74857                        "controllable": true,
74858                        "default": "1587",
74859                        "max": "20000",
74860                        "min": "20",
74861                        "mutable": "null",
74862                        "readable": true,
74863                        "type": "gfloat",
74864                        "writable": true
74865                    },
74866                    "sclf-6l": {
74867                        "blurb": "Sidechain lo-cut frequency 6 Left",
74868                        "conditionally-available": false,
74869                        "construct": true,
74870                        "construct-only": false,
74871                        "controllable": true,
74872                        "default": "3984",
74873                        "max": "20000",
74874                        "min": "20",
74875                        "mutable": "null",
74876                        "readable": true,
74877                        "type": "gfloat",
74878                        "writable": true
74879                    },
74880                    "sclf-6r": {
74881                        "blurb": "Sidechain lo-cut frequency 6 Right",
74882                        "conditionally-available": false,
74883                        "construct": true,
74884                        "construct-only": false,
74885                        "controllable": true,
74886                        "default": "3984",
74887                        "max": "20000",
74888                        "min": "20",
74889                        "mutable": "null",
74890                        "readable": true,
74891                        "type": "gfloat",
74892                        "writable": true
74893                    },
74894                    "sclf-7l": {
74895                        "blurb": "Sidechain lo-cut frequency 7 Left",
74896                        "conditionally-available": false,
74897                        "construct": true,
74898                        "construct-only": false,
74899                        "controllable": true,
74900                        "default": "10000",
74901                        "max": "20000",
74902                        "min": "20",
74903                        "mutable": "null",
74904                        "readable": true,
74905                        "type": "gfloat",
74906                        "writable": true
74907                    },
74908                    "sclf-7r": {
74909                        "blurb": "Sidechain lo-cut frequency 7 Right",
74910                        "conditionally-available": false,
74911                        "construct": true,
74912                        "construct-only": false,
74913                        "controllable": true,
74914                        "default": "10000",
74915                        "max": "20000",
74916                        "min": "20",
74917                        "mutable": "null",
74918                        "readable": true,
74919                        "type": "gfloat",
74920                        "writable": true
74921                    },
74922                    "scm-0l": {
74923                        "blurb": "Sidechain mode 0 Left",
74924                        "conditionally-available": false,
74925                        "construct": true,
74926                        "construct-only": false,
74927                        "controllable": true,
74928                        "default": "RMS (1)",
74929                        "mutable": "null",
74930                        "readable": true,
74931                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-0l",
74932                        "writable": true
74933                    },
74934                    "scm-0r": {
74935                        "blurb": "Sidechain mode 0 Right",
74936                        "conditionally-available": false,
74937                        "construct": true,
74938                        "construct-only": false,
74939                        "controllable": true,
74940                        "default": "RMS (1)",
74941                        "mutable": "null",
74942                        "readable": true,
74943                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-0r",
74944                        "writable": true
74945                    },
74946                    "scm-1l": {
74947                        "blurb": "Sidechain mode 1 Left",
74948                        "conditionally-available": false,
74949                        "construct": true,
74950                        "construct-only": false,
74951                        "controllable": true,
74952                        "default": "RMS (1)",
74953                        "mutable": "null",
74954                        "readable": true,
74955                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-1l",
74956                        "writable": true
74957                    },
74958                    "scm-1r": {
74959                        "blurb": "Sidechain mode 1 Right",
74960                        "conditionally-available": false,
74961                        "construct": true,
74962                        "construct-only": false,
74963                        "controllable": true,
74964                        "default": "RMS (1)",
74965                        "mutable": "null",
74966                        "readable": true,
74967                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-1r",
74968                        "writable": true
74969                    },
74970                    "scm-2l": {
74971                        "blurb": "Sidechain mode 2 Left",
74972                        "conditionally-available": false,
74973                        "construct": true,
74974                        "construct-only": false,
74975                        "controllable": true,
74976                        "default": "RMS (1)",
74977                        "mutable": "null",
74978                        "readable": true,
74979                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-2l",
74980                        "writable": true
74981                    },
74982                    "scm-2r": {
74983                        "blurb": "Sidechain mode 2 Right",
74984                        "conditionally-available": false,
74985                        "construct": true,
74986                        "construct-only": false,
74987                        "controllable": true,
74988                        "default": "RMS (1)",
74989                        "mutable": "null",
74990                        "readable": true,
74991                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-2r",
74992                        "writable": true
74993                    },
74994                    "scm-3l": {
74995                        "blurb": "Sidechain mode 3 Left",
74996                        "conditionally-available": false,
74997                        "construct": true,
74998                        "construct-only": false,
74999                        "controllable": true,
75000                        "default": "RMS (1)",
75001                        "mutable": "null",
75002                        "readable": true,
75003                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-3l",
75004                        "writable": true
75005                    },
75006                    "scm-3r": {
75007                        "blurb": "Sidechain mode 3 Right",
75008                        "conditionally-available": false,
75009                        "construct": true,
75010                        "construct-only": false,
75011                        "controllable": true,
75012                        "default": "RMS (1)",
75013                        "mutable": "null",
75014                        "readable": true,
75015                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-3r",
75016                        "writable": true
75017                    },
75018                    "scm-4l": {
75019                        "blurb": "Sidechain mode 4 Left",
75020                        "conditionally-available": false,
75021                        "construct": true,
75022                        "construct-only": false,
75023                        "controllable": true,
75024                        "default": "RMS (1)",
75025                        "mutable": "null",
75026                        "readable": true,
75027                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-4l",
75028                        "writable": true
75029                    },
75030                    "scm-4r": {
75031                        "blurb": "Sidechain mode 4 Right",
75032                        "conditionally-available": false,
75033                        "construct": true,
75034                        "construct-only": false,
75035                        "controllable": true,
75036                        "default": "RMS (1)",
75037                        "mutable": "null",
75038                        "readable": true,
75039                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-4r",
75040                        "writable": true
75041                    },
75042                    "scm-5l": {
75043                        "blurb": "Sidechain mode 5 Left",
75044                        "conditionally-available": false,
75045                        "construct": true,
75046                        "construct-only": false,
75047                        "controllable": true,
75048                        "default": "RMS (1)",
75049                        "mutable": "null",
75050                        "readable": true,
75051                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-5l",
75052                        "writable": true
75053                    },
75054                    "scm-5r": {
75055                        "blurb": "Sidechain mode 5 Right",
75056                        "conditionally-available": false,
75057                        "construct": true,
75058                        "construct-only": false,
75059                        "controllable": true,
75060                        "default": "RMS (1)",
75061                        "mutable": "null",
75062                        "readable": true,
75063                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-5r",
75064                        "writable": true
75065                    },
75066                    "scm-6l": {
75067                        "blurb": "Sidechain mode 6 Left",
75068                        "conditionally-available": false,
75069                        "construct": true,
75070                        "construct-only": false,
75071                        "controllable": true,
75072                        "default": "RMS (1)",
75073                        "mutable": "null",
75074                        "readable": true,
75075                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-6l",
75076                        "writable": true
75077                    },
75078                    "scm-6r": {
75079                        "blurb": "Sidechain mode 6 Right",
75080                        "conditionally-available": false,
75081                        "construct": true,
75082                        "construct-only": false,
75083                        "controllable": true,
75084                        "default": "RMS (1)",
75085                        "mutable": "null",
75086                        "readable": true,
75087                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-6r",
75088                        "writable": true
75089                    },
75090                    "scm-7l": {
75091                        "blurb": "Sidechain mode 7 Left",
75092                        "conditionally-available": false,
75093                        "construct": true,
75094                        "construct-only": false,
75095                        "controllable": true,
75096                        "default": "RMS (1)",
75097                        "mutable": "null",
75098                        "readable": true,
75099                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-7l",
75100                        "writable": true
75101                    },
75102                    "scm-7r": {
75103                        "blurb": "Sidechain mode 7 Right",
75104                        "conditionally-available": false,
75105                        "construct": true,
75106                        "construct-only": false,
75107                        "controllable": true,
75108                        "default": "RMS (1)",
75109                        "mutable": "null",
75110                        "readable": true,
75111                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-7r",
75112                        "writable": true
75113                    },
75114                    "scp-0l": {
75115                        "blurb": "Sidechain preamp 0 Left",
75116                        "conditionally-available": false,
75117                        "construct": true,
75118                        "construct-only": false,
75119                        "controllable": true,
75120                        "default": "1",
75121                        "max": "100",
75122                        "min": "0",
75123                        "mutable": "null",
75124                        "readable": true,
75125                        "type": "gfloat",
75126                        "writable": true
75127                    },
75128                    "scp-0r": {
75129                        "blurb": "Sidechain preamp 0 Right",
75130                        "conditionally-available": false,
75131                        "construct": true,
75132                        "construct-only": false,
75133                        "controllable": true,
75134                        "default": "1",
75135                        "max": "100",
75136                        "min": "0",
75137                        "mutable": "null",
75138                        "readable": true,
75139                        "type": "gfloat",
75140                        "writable": true
75141                    },
75142                    "scp-1l": {
75143                        "blurb": "Sidechain preamp 1 Left",
75144                        "conditionally-available": false,
75145                        "construct": true,
75146                        "construct-only": false,
75147                        "controllable": true,
75148                        "default": "1",
75149                        "max": "100",
75150                        "min": "0",
75151                        "mutable": "null",
75152                        "readable": true,
75153                        "type": "gfloat",
75154                        "writable": true
75155                    },
75156                    "scp-1r": {
75157                        "blurb": "Sidechain preamp 1 Right",
75158                        "conditionally-available": false,
75159                        "construct": true,
75160                        "construct-only": false,
75161                        "controllable": true,
75162                        "default": "1",
75163                        "max": "100",
75164                        "min": "0",
75165                        "mutable": "null",
75166                        "readable": true,
75167                        "type": "gfloat",
75168                        "writable": true
75169                    },
75170                    "scp-2l": {
75171                        "blurb": "Sidechain preamp 2 Left",
75172                        "conditionally-available": false,
75173                        "construct": true,
75174                        "construct-only": false,
75175                        "controllable": true,
75176                        "default": "1",
75177                        "max": "100",
75178                        "min": "0",
75179                        "mutable": "null",
75180                        "readable": true,
75181                        "type": "gfloat",
75182                        "writable": true
75183                    },
75184                    "scp-2r": {
75185                        "blurb": "Sidechain preamp 2 Right",
75186                        "conditionally-available": false,
75187                        "construct": true,
75188                        "construct-only": false,
75189                        "controllable": true,
75190                        "default": "1",
75191                        "max": "100",
75192                        "min": "0",
75193                        "mutable": "null",
75194                        "readable": true,
75195                        "type": "gfloat",
75196                        "writable": true
75197                    },
75198                    "scp-3l": {
75199                        "blurb": "Sidechain preamp 3 Left",
75200                        "conditionally-available": false,
75201                        "construct": true,
75202                        "construct-only": false,
75203                        "controllable": true,
75204                        "default": "1",
75205                        "max": "100",
75206                        "min": "0",
75207                        "mutable": "null",
75208                        "readable": true,
75209                        "type": "gfloat",
75210                        "writable": true
75211                    },
75212                    "scp-3r": {
75213                        "blurb": "Sidechain preamp 3 Right",
75214                        "conditionally-available": false,
75215                        "construct": true,
75216                        "construct-only": false,
75217                        "controllable": true,
75218                        "default": "1",
75219                        "max": "100",
75220                        "min": "0",
75221                        "mutable": "null",
75222                        "readable": true,
75223                        "type": "gfloat",
75224                        "writable": true
75225                    },
75226                    "scp-4l": {
75227                        "blurb": "Sidechain preamp 4 Left",
75228                        "conditionally-available": false,
75229                        "construct": true,
75230                        "construct-only": false,
75231                        "controllable": true,
75232                        "default": "1",
75233                        "max": "100",
75234                        "min": "0",
75235                        "mutable": "null",
75236                        "readable": true,
75237                        "type": "gfloat",
75238                        "writable": true
75239                    },
75240                    "scp-4r": {
75241                        "blurb": "Sidechain preamp 4 Right",
75242                        "conditionally-available": false,
75243                        "construct": true,
75244                        "construct-only": false,
75245                        "controllable": true,
75246                        "default": "1",
75247                        "max": "100",
75248                        "min": "0",
75249                        "mutable": "null",
75250                        "readable": true,
75251                        "type": "gfloat",
75252                        "writable": true
75253                    },
75254                    "scp-5l": {
75255                        "blurb": "Sidechain preamp 5 Left",
75256                        "conditionally-available": false,
75257                        "construct": true,
75258                        "construct-only": false,
75259                        "controllable": true,
75260                        "default": "1",
75261                        "max": "100",
75262                        "min": "0",
75263                        "mutable": "null",
75264                        "readable": true,
75265                        "type": "gfloat",
75266                        "writable": true
75267                    },
75268                    "scp-5r": {
75269                        "blurb": "Sidechain preamp 5 Right",
75270                        "conditionally-available": false,
75271                        "construct": true,
75272                        "construct-only": false,
75273                        "controllable": true,
75274                        "default": "1",
75275                        "max": "100",
75276                        "min": "0",
75277                        "mutable": "null",
75278                        "readable": true,
75279                        "type": "gfloat",
75280                        "writable": true
75281                    },
75282                    "scp-6l": {
75283                        "blurb": "Sidechain preamp 6 Left",
75284                        "conditionally-available": false,
75285                        "construct": true,
75286                        "construct-only": false,
75287                        "controllable": true,
75288                        "default": "1",
75289                        "max": "100",
75290                        "min": "0",
75291                        "mutable": "null",
75292                        "readable": true,
75293                        "type": "gfloat",
75294                        "writable": true
75295                    },
75296                    "scp-6r": {
75297                        "blurb": "Sidechain preamp 6 Right",
75298                        "conditionally-available": false,
75299                        "construct": true,
75300                        "construct-only": false,
75301                        "controllable": true,
75302                        "default": "1",
75303                        "max": "100",
75304                        "min": "0",
75305                        "mutable": "null",
75306                        "readable": true,
75307                        "type": "gfloat",
75308                        "writable": true
75309                    },
75310                    "scp-7l": {
75311                        "blurb": "Sidechain preamp 7 Left",
75312                        "conditionally-available": false,
75313                        "construct": true,
75314                        "construct-only": false,
75315                        "controllable": true,
75316                        "default": "1",
75317                        "max": "100",
75318                        "min": "0",
75319                        "mutable": "null",
75320                        "readable": true,
75321                        "type": "gfloat",
75322                        "writable": true
75323                    },
75324                    "scp-7r": {
75325                        "blurb": "Sidechain preamp 7 Right",
75326                        "conditionally-available": false,
75327                        "construct": true,
75328                        "construct-only": false,
75329                        "controllable": true,
75330                        "default": "1",
75331                        "max": "100",
75332                        "min": "0",
75333                        "mutable": "null",
75334                        "readable": true,
75335                        "type": "gfloat",
75336                        "writable": true
75337                    },
75338                    "scr-0l": {
75339                        "blurb": "Sidechain reactivity 0 Left",
75340                        "conditionally-available": false,
75341                        "construct": true,
75342                        "construct-only": false,
75343                        "controllable": true,
75344                        "default": "10",
75345                        "max": "250",
75346                        "min": "0",
75347                        "mutable": "null",
75348                        "readable": true,
75349                        "type": "gfloat",
75350                        "writable": true
75351                    },
75352                    "scr-0r": {
75353                        "blurb": "Sidechain reactivity 0 Right",
75354                        "conditionally-available": false,
75355                        "construct": true,
75356                        "construct-only": false,
75357                        "controllable": true,
75358                        "default": "10",
75359                        "max": "250",
75360                        "min": "0",
75361                        "mutable": "null",
75362                        "readable": true,
75363                        "type": "gfloat",
75364                        "writable": true
75365                    },
75366                    "scr-1l": {
75367                        "blurb": "Sidechain reactivity 1 Left",
75368                        "conditionally-available": false,
75369                        "construct": true,
75370                        "construct-only": false,
75371                        "controllable": true,
75372                        "default": "10",
75373                        "max": "250",
75374                        "min": "0",
75375                        "mutable": "null",
75376                        "readable": true,
75377                        "type": "gfloat",
75378                        "writable": true
75379                    },
75380                    "scr-1r": {
75381                        "blurb": "Sidechain reactivity 1 Right",
75382                        "conditionally-available": false,
75383                        "construct": true,
75384                        "construct-only": false,
75385                        "controllable": true,
75386                        "default": "10",
75387                        "max": "250",
75388                        "min": "0",
75389                        "mutable": "null",
75390                        "readable": true,
75391                        "type": "gfloat",
75392                        "writable": true
75393                    },
75394                    "scr-2l": {
75395                        "blurb": "Sidechain reactivity 2 Left",
75396                        "conditionally-available": false,
75397                        "construct": true,
75398                        "construct-only": false,
75399                        "controllable": true,
75400                        "default": "10",
75401                        "max": "250",
75402                        "min": "0",
75403                        "mutable": "null",
75404                        "readable": true,
75405                        "type": "gfloat",
75406                        "writable": true
75407                    },
75408                    "scr-2r": {
75409                        "blurb": "Sidechain reactivity 2 Right",
75410                        "conditionally-available": false,
75411                        "construct": true,
75412                        "construct-only": false,
75413                        "controllable": true,
75414                        "default": "10",
75415                        "max": "250",
75416                        "min": "0",
75417                        "mutable": "null",
75418                        "readable": true,
75419                        "type": "gfloat",
75420                        "writable": true
75421                    },
75422                    "scr-3l": {
75423                        "blurb": "Sidechain reactivity 3 Left",
75424                        "conditionally-available": false,
75425                        "construct": true,
75426                        "construct-only": false,
75427                        "controllable": true,
75428                        "default": "10",
75429                        "max": "250",
75430                        "min": "0",
75431                        "mutable": "null",
75432                        "readable": true,
75433                        "type": "gfloat",
75434                        "writable": true
75435                    },
75436                    "scr-3r": {
75437                        "blurb": "Sidechain reactivity 3 Right",
75438                        "conditionally-available": false,
75439                        "construct": true,
75440                        "construct-only": false,
75441                        "controllable": true,
75442                        "default": "10",
75443                        "max": "250",
75444                        "min": "0",
75445                        "mutable": "null",
75446                        "readable": true,
75447                        "type": "gfloat",
75448                        "writable": true
75449                    },
75450                    "scr-4l": {
75451                        "blurb": "Sidechain reactivity 4 Left",
75452                        "conditionally-available": false,
75453                        "construct": true,
75454                        "construct-only": false,
75455                        "controllable": true,
75456                        "default": "10",
75457                        "max": "250",
75458                        "min": "0",
75459                        "mutable": "null",
75460                        "readable": true,
75461                        "type": "gfloat",
75462                        "writable": true
75463                    },
75464                    "scr-4r": {
75465                        "blurb": "Sidechain reactivity 4 Right",
75466                        "conditionally-available": false,
75467                        "construct": true,
75468                        "construct-only": false,
75469                        "controllable": true,
75470                        "default": "10",
75471                        "max": "250",
75472                        "min": "0",
75473                        "mutable": "null",
75474                        "readable": true,
75475                        "type": "gfloat",
75476                        "writable": true
75477                    },
75478                    "scr-5l": {
75479                        "blurb": "Sidechain reactivity 5 Left",
75480                        "conditionally-available": false,
75481                        "construct": true,
75482                        "construct-only": false,
75483                        "controllable": true,
75484                        "default": "10",
75485                        "max": "250",
75486                        "min": "0",
75487                        "mutable": "null",
75488                        "readable": true,
75489                        "type": "gfloat",
75490                        "writable": true
75491                    },
75492                    "scr-5r": {
75493                        "blurb": "Sidechain reactivity 5 Right",
75494                        "conditionally-available": false,
75495                        "construct": true,
75496                        "construct-only": false,
75497                        "controllable": true,
75498                        "default": "10",
75499                        "max": "250",
75500                        "min": "0",
75501                        "mutable": "null",
75502                        "readable": true,
75503                        "type": "gfloat",
75504                        "writable": true
75505                    },
75506                    "scr-6l": {
75507                        "blurb": "Sidechain reactivity 6 Left",
75508                        "conditionally-available": false,
75509                        "construct": true,
75510                        "construct-only": false,
75511                        "controllable": true,
75512                        "default": "10",
75513                        "max": "250",
75514                        "min": "0",
75515                        "mutable": "null",
75516                        "readable": true,
75517                        "type": "gfloat",
75518                        "writable": true
75519                    },
75520                    "scr-6r": {
75521                        "blurb": "Sidechain reactivity 6 Right",
75522                        "conditionally-available": false,
75523                        "construct": true,
75524                        "construct-only": false,
75525                        "controllable": true,
75526                        "default": "10",
75527                        "max": "250",
75528                        "min": "0",
75529                        "mutable": "null",
75530                        "readable": true,
75531                        "type": "gfloat",
75532                        "writable": true
75533                    },
75534                    "scr-7l": {
75535                        "blurb": "Sidechain reactivity 7 Left",
75536                        "conditionally-available": false,
75537                        "construct": true,
75538                        "construct-only": false,
75539                        "controllable": true,
75540                        "default": "10",
75541                        "max": "250",
75542                        "min": "0",
75543                        "mutable": "null",
75544                        "readable": true,
75545                        "type": "gfloat",
75546                        "writable": true
75547                    },
75548                    "scr-7r": {
75549                        "blurb": "Sidechain reactivity 7 Right",
75550                        "conditionally-available": false,
75551                        "construct": true,
75552                        "construct-only": false,
75553                        "controllable": true,
75554                        "default": "10",
75555                        "max": "250",
75556                        "min": "0",
75557                        "mutable": "null",
75558                        "readable": true,
75559                        "type": "gfloat",
75560                        "writable": true
75561                    },
75562                    "scs-0l": {
75563                        "blurb": "Sidechain source 0 Left",
75564                        "conditionally-available": false,
75565                        "construct": true,
75566                        "construct-only": false,
75567                        "controllable": true,
75568                        "default": "Mid (0)",
75569                        "mutable": "null",
75570                        "readable": true,
75571                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-0l",
75572                        "writable": true
75573                    },
75574                    "scs-0r": {
75575                        "blurb": "Sidechain source 0 Right",
75576                        "conditionally-available": false,
75577                        "construct": true,
75578                        "construct-only": false,
75579                        "controllable": true,
75580                        "default": "Mid (0)",
75581                        "mutable": "null",
75582                        "readable": true,
75583                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-0r",
75584                        "writable": true
75585                    },
75586                    "scs-1l": {
75587                        "blurb": "Sidechain source 1 Left",
75588                        "conditionally-available": false,
75589                        "construct": true,
75590                        "construct-only": false,
75591                        "controllable": true,
75592                        "default": "Mid (0)",
75593                        "mutable": "null",
75594                        "readable": true,
75595                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-1l",
75596                        "writable": true
75597                    },
75598                    "scs-1r": {
75599                        "blurb": "Sidechain source 1 Right",
75600                        "conditionally-available": false,
75601                        "construct": true,
75602                        "construct-only": false,
75603                        "controllable": true,
75604                        "default": "Mid (0)",
75605                        "mutable": "null",
75606                        "readable": true,
75607                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-1r",
75608                        "writable": true
75609                    },
75610                    "scs-2l": {
75611                        "blurb": "Sidechain source 2 Left",
75612                        "conditionally-available": false,
75613                        "construct": true,
75614                        "construct-only": false,
75615                        "controllable": true,
75616                        "default": "Mid (0)",
75617                        "mutable": "null",
75618                        "readable": true,
75619                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-2l",
75620                        "writable": true
75621                    },
75622                    "scs-2r": {
75623                        "blurb": "Sidechain source 2 Right",
75624                        "conditionally-available": false,
75625                        "construct": true,
75626                        "construct-only": false,
75627                        "controllable": true,
75628                        "default": "Mid (0)",
75629                        "mutable": "null",
75630                        "readable": true,
75631                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-2r",
75632                        "writable": true
75633                    },
75634                    "scs-3l": {
75635                        "blurb": "Sidechain source 3 Left",
75636                        "conditionally-available": false,
75637                        "construct": true,
75638                        "construct-only": false,
75639                        "controllable": true,
75640                        "default": "Mid (0)",
75641                        "mutable": "null",
75642                        "readable": true,
75643                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-3l",
75644                        "writable": true
75645                    },
75646                    "scs-3r": {
75647                        "blurb": "Sidechain source 3 Right",
75648                        "conditionally-available": false,
75649                        "construct": true,
75650                        "construct-only": false,
75651                        "controllable": true,
75652                        "default": "Mid (0)",
75653                        "mutable": "null",
75654                        "readable": true,
75655                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-3r",
75656                        "writable": true
75657                    },
75658                    "scs-4l": {
75659                        "blurb": "Sidechain source 4 Left",
75660                        "conditionally-available": false,
75661                        "construct": true,
75662                        "construct-only": false,
75663                        "controllable": true,
75664                        "default": "Mid (0)",
75665                        "mutable": "null",
75666                        "readable": true,
75667                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-4l",
75668                        "writable": true
75669                    },
75670                    "scs-4r": {
75671                        "blurb": "Sidechain source 4 Right",
75672                        "conditionally-available": false,
75673                        "construct": true,
75674                        "construct-only": false,
75675                        "controllable": true,
75676                        "default": "Mid (0)",
75677                        "mutable": "null",
75678                        "readable": true,
75679                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-4r",
75680                        "writable": true
75681                    },
75682                    "scs-5l": {
75683                        "blurb": "Sidechain source 5 Left",
75684                        "conditionally-available": false,
75685                        "construct": true,
75686                        "construct-only": false,
75687                        "controllable": true,
75688                        "default": "Mid (0)",
75689                        "mutable": "null",
75690                        "readable": true,
75691                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-5l",
75692                        "writable": true
75693                    },
75694                    "scs-5r": {
75695                        "blurb": "Sidechain source 5 Right",
75696                        "conditionally-available": false,
75697                        "construct": true,
75698                        "construct-only": false,
75699                        "controllable": true,
75700                        "default": "Mid (0)",
75701                        "mutable": "null",
75702                        "readable": true,
75703                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-5r",
75704                        "writable": true
75705                    },
75706                    "scs-6l": {
75707                        "blurb": "Sidechain source 6 Left",
75708                        "conditionally-available": false,
75709                        "construct": true,
75710                        "construct-only": false,
75711                        "controllable": true,
75712                        "default": "Mid (0)",
75713                        "mutable": "null",
75714                        "readable": true,
75715                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-6l",
75716                        "writable": true
75717                    },
75718                    "scs-6r": {
75719                        "blurb": "Sidechain source 6 Right",
75720                        "conditionally-available": false,
75721                        "construct": true,
75722                        "construct-only": false,
75723                        "controllable": true,
75724                        "default": "Mid (0)",
75725                        "mutable": "null",
75726                        "readable": true,
75727                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-6r",
75728                        "writable": true
75729                    },
75730                    "scs-7l": {
75731                        "blurb": "Sidechain source 7 Left",
75732                        "conditionally-available": false,
75733                        "construct": true,
75734                        "construct-only": false,
75735                        "controllable": true,
75736                        "default": "Mid (0)",
75737                        "mutable": "null",
75738                        "readable": true,
75739                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-7l",
75740                        "writable": true
75741                    },
75742                    "scs-7r": {
75743                        "blurb": "Sidechain source 7 Right",
75744                        "conditionally-available": false,
75745                        "construct": true,
75746                        "construct-only": false,
75747                        "controllable": true,
75748                        "default": "Mid (0)",
75749                        "mutable": "null",
75750                        "readable": true,
75751                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-7r",
75752                        "writable": true
75753                    },
75754                    "sf-1l": {
75755                        "blurb": "Split frequency 1 Left",
75756                        "conditionally-available": false,
75757                        "construct": true,
75758                        "construct-only": false,
75759                        "controllable": true,
75760                        "default": "40",
75761                        "max": "20000",
75762                        "min": "20",
75763                        "mutable": "null",
75764                        "readable": true,
75765                        "type": "gfloat",
75766                        "writable": true
75767                    },
75768                    "sf-1r": {
75769                        "blurb": "Split frequency 1 Right",
75770                        "conditionally-available": false,
75771                        "construct": true,
75772                        "construct-only": false,
75773                        "controllable": true,
75774                        "default": "40",
75775                        "max": "20000",
75776                        "min": "20",
75777                        "mutable": "null",
75778                        "readable": true,
75779                        "type": "gfloat",
75780                        "writable": true
75781                    },
75782                    "sf-2l": {
75783                        "blurb": "Split frequency 2 Left",
75784                        "conditionally-available": false,
75785                        "construct": true,
75786                        "construct-only": false,
75787                        "controllable": true,
75788                        "default": "100",
75789                        "max": "20000",
75790                        "min": "20",
75791                        "mutable": "null",
75792                        "readable": true,
75793                        "type": "gfloat",
75794                        "writable": true
75795                    },
75796                    "sf-2r": {
75797                        "blurb": "Split frequency 2 Right",
75798                        "conditionally-available": false,
75799                        "construct": true,
75800                        "construct-only": false,
75801                        "controllable": true,
75802                        "default": "100",
75803                        "max": "20000",
75804                        "min": "20",
75805                        "mutable": "null",
75806                        "readable": true,
75807                        "type": "gfloat",
75808                        "writable": true
75809                    },
75810                    "sf-3l": {
75811                        "blurb": "Split frequency 3 Left",
75812                        "conditionally-available": false,
75813                        "construct": true,
75814                        "construct-only": false,
75815                        "controllable": true,
75816                        "default": "252",
75817                        "max": "20000",
75818                        "min": "20",
75819                        "mutable": "null",
75820                        "readable": true,
75821                        "type": "gfloat",
75822                        "writable": true
75823                    },
75824                    "sf-3r": {
75825                        "blurb": "Split frequency 3 Right",
75826                        "conditionally-available": false,
75827                        "construct": true,
75828                        "construct-only": false,
75829                        "controllable": true,
75830                        "default": "252",
75831                        "max": "20000",
75832                        "min": "20",
75833                        "mutable": "null",
75834                        "readable": true,
75835                        "type": "gfloat",
75836                        "writable": true
75837                    },
75838                    "sf-4l": {
75839                        "blurb": "Split frequency 4 Left",
75840                        "conditionally-available": false,
75841                        "construct": true,
75842                        "construct-only": false,
75843                        "controllable": true,
75844                        "default": "632",
75845                        "max": "20000",
75846                        "min": "20",
75847                        "mutable": "null",
75848                        "readable": true,
75849                        "type": "gfloat",
75850                        "writable": true
75851                    },
75852                    "sf-4r": {
75853                        "blurb": "Split frequency 4 Right",
75854                        "conditionally-available": false,
75855                        "construct": true,
75856                        "construct-only": false,
75857                        "controllable": true,
75858                        "default": "632",
75859                        "max": "20000",
75860                        "min": "20",
75861                        "mutable": "null",
75862                        "readable": true,
75863                        "type": "gfloat",
75864                        "writable": true
75865                    },
75866                    "sf-5l": {
75867                        "blurb": "Split frequency 5 Left",
75868                        "conditionally-available": false,
75869                        "construct": true,
75870                        "construct-only": false,
75871                        "controllable": true,
75872                        "default": "1587",
75873                        "max": "20000",
75874                        "min": "20",
75875                        "mutable": "null",
75876                        "readable": true,
75877                        "type": "gfloat",
75878                        "writable": true
75879                    },
75880                    "sf-5r": {
75881                        "blurb": "Split frequency 5 Right",
75882                        "conditionally-available": false,
75883                        "construct": true,
75884                        "construct-only": false,
75885                        "controllable": true,
75886                        "default": "1587",
75887                        "max": "20000",
75888                        "min": "20",
75889                        "mutable": "null",
75890                        "readable": true,
75891                        "type": "gfloat",
75892                        "writable": true
75893                    },
75894                    "sf-6l": {
75895                        "blurb": "Split frequency 6 Left",
75896                        "conditionally-available": false,
75897                        "construct": true,
75898                        "construct-only": false,
75899                        "controllable": true,
75900                        "default": "3984",
75901                        "max": "20000",
75902                        "min": "20",
75903                        "mutable": "null",
75904                        "readable": true,
75905                        "type": "gfloat",
75906                        "writable": true
75907                    },
75908                    "sf-6r": {
75909                        "blurb": "Split frequency 6 Right",
75910                        "conditionally-available": false,
75911                        "construct": true,
75912                        "construct-only": false,
75913                        "controllable": true,
75914                        "default": "3984",
75915                        "max": "20000",
75916                        "min": "20",
75917                        "mutable": "null",
75918                        "readable": true,
75919                        "type": "gfloat",
75920                        "writable": true
75921                    },
75922                    "sf-7l": {
75923                        "blurb": "Split frequency 7 Left",
75924                        "conditionally-available": false,
75925                        "construct": true,
75926                        "construct-only": false,
75927                        "controllable": true,
75928                        "default": "10000",
75929                        "max": "20000",
75930                        "min": "20",
75931                        "mutable": "null",
75932                        "readable": true,
75933                        "type": "gfloat",
75934                        "writable": true
75935                    },
75936                    "sf-7r": {
75937                        "blurb": "Split frequency 7 Right",
75938                        "conditionally-available": false,
75939                        "construct": true,
75940                        "construct-only": false,
75941                        "controllable": true,
75942                        "default": "10000",
75943                        "max": "20000",
75944                        "min": "20",
75945                        "mutable": "null",
75946                        "readable": true,
75947                        "type": "gfloat",
75948                        "writable": true
75949                    },
75950                    "shift": {
75951                        "blurb": "Shift gain",
75952                        "conditionally-available": false,
75953                        "construct": true,
75954                        "construct-only": false,
75955                        "controllable": true,
75956                        "default": "1",
75957                        "max": "100",
75958                        "min": "0",
75959                        "mutable": "null",
75960                        "readable": true,
75961                        "type": "gfloat",
75962                        "writable": true
75963                    },
75964                    "sla-0l": {
75965                        "blurb": "Sidechain lookahead 0 Left",
75966                        "conditionally-available": false,
75967                        "construct": true,
75968                        "construct-only": false,
75969                        "controllable": true,
75970                        "default": "0",
75971                        "max": "20",
75972                        "min": "0",
75973                        "mutable": "null",
75974                        "readable": true,
75975                        "type": "gfloat",
75976                        "writable": true
75977                    },
75978                    "sla-0r": {
75979                        "blurb": "Sidechain lookahead 0 Right",
75980                        "conditionally-available": false,
75981                        "construct": true,
75982                        "construct-only": false,
75983                        "controllable": true,
75984                        "default": "0",
75985                        "max": "20",
75986                        "min": "0",
75987                        "mutable": "null",
75988                        "readable": true,
75989                        "type": "gfloat",
75990                        "writable": true
75991                    },
75992                    "sla-1l": {
75993                        "blurb": "Sidechain lookahead 1 Left",
75994                        "conditionally-available": false,
75995                        "construct": true,
75996                        "construct-only": false,
75997                        "controllable": true,
75998                        "default": "0",
75999                        "max": "20",
76000                        "min": "0",
76001                        "mutable": "null",
76002                        "readable": true,
76003                        "type": "gfloat",
76004                        "writable": true
76005                    },
76006                    "sla-1r": {
76007                        "blurb": "Sidechain lookahead 1 Right",
76008                        "conditionally-available": false,
76009                        "construct": true,
76010                        "construct-only": false,
76011                        "controllable": true,
76012                        "default": "0",
76013                        "max": "20",
76014                        "min": "0",
76015                        "mutable": "null",
76016                        "readable": true,
76017                        "type": "gfloat",
76018                        "writable": true
76019                    },
76020                    "sla-2l": {
76021                        "blurb": "Sidechain lookahead 2 Left",
76022                        "conditionally-available": false,
76023                        "construct": true,
76024                        "construct-only": false,
76025                        "controllable": true,
76026                        "default": "0",
76027                        "max": "20",
76028                        "min": "0",
76029                        "mutable": "null",
76030                        "readable": true,
76031                        "type": "gfloat",
76032                        "writable": true
76033                    },
76034                    "sla-2r": {
76035                        "blurb": "Sidechain lookahead 2 Right",
76036                        "conditionally-available": false,
76037                        "construct": true,
76038                        "construct-only": false,
76039                        "controllable": true,
76040                        "default": "0",
76041                        "max": "20",
76042                        "min": "0",
76043                        "mutable": "null",
76044                        "readable": true,
76045                        "type": "gfloat",
76046                        "writable": true
76047                    },
76048                    "sla-3l": {
76049                        "blurb": "Sidechain lookahead 3 Left",
76050                        "conditionally-available": false,
76051                        "construct": true,
76052                        "construct-only": false,
76053                        "controllable": true,
76054                        "default": "0",
76055                        "max": "20",
76056                        "min": "0",
76057                        "mutable": "null",
76058                        "readable": true,
76059                        "type": "gfloat",
76060                        "writable": true
76061                    },
76062                    "sla-3r": {
76063                        "blurb": "Sidechain lookahead 3 Right",
76064                        "conditionally-available": false,
76065                        "construct": true,
76066                        "construct-only": false,
76067                        "controllable": true,
76068                        "default": "0",
76069                        "max": "20",
76070                        "min": "0",
76071                        "mutable": "null",
76072                        "readable": true,
76073                        "type": "gfloat",
76074                        "writable": true
76075                    },
76076                    "sla-4l": {
76077                        "blurb": "Sidechain lookahead 4 Left",
76078                        "conditionally-available": false,
76079                        "construct": true,
76080                        "construct-only": false,
76081                        "controllable": true,
76082                        "default": "0",
76083                        "max": "20",
76084                        "min": "0",
76085                        "mutable": "null",
76086                        "readable": true,
76087                        "type": "gfloat",
76088                        "writable": true
76089                    },
76090                    "sla-4r": {
76091                        "blurb": "Sidechain lookahead 4 Right",
76092                        "conditionally-available": false,
76093                        "construct": true,
76094                        "construct-only": false,
76095                        "controllable": true,
76096                        "default": "0",
76097                        "max": "20",
76098                        "min": "0",
76099                        "mutable": "null",
76100                        "readable": true,
76101                        "type": "gfloat",
76102                        "writable": true
76103                    },
76104                    "sla-5l": {
76105                        "blurb": "Sidechain lookahead 5 Left",
76106                        "conditionally-available": false,
76107                        "construct": true,
76108                        "construct-only": false,
76109                        "controllable": true,
76110                        "default": "0",
76111                        "max": "20",
76112                        "min": "0",
76113                        "mutable": "null",
76114                        "readable": true,
76115                        "type": "gfloat",
76116                        "writable": true
76117                    },
76118                    "sla-5r": {
76119                        "blurb": "Sidechain lookahead 5 Right",
76120                        "conditionally-available": false,
76121                        "construct": true,
76122                        "construct-only": false,
76123                        "controllable": true,
76124                        "default": "0",
76125                        "max": "20",
76126                        "min": "0",
76127                        "mutable": "null",
76128                        "readable": true,
76129                        "type": "gfloat",
76130                        "writable": true
76131                    },
76132                    "sla-6l": {
76133                        "blurb": "Sidechain lookahead 6 Left",
76134                        "conditionally-available": false,
76135                        "construct": true,
76136                        "construct-only": false,
76137                        "controllable": true,
76138                        "default": "0",
76139                        "max": "20",
76140                        "min": "0",
76141                        "mutable": "null",
76142                        "readable": true,
76143                        "type": "gfloat",
76144                        "writable": true
76145                    },
76146                    "sla-6r": {
76147                        "blurb": "Sidechain lookahead 6 Right",
76148                        "conditionally-available": false,
76149                        "construct": true,
76150                        "construct-only": false,
76151                        "controllable": true,
76152                        "default": "0",
76153                        "max": "20",
76154                        "min": "0",
76155                        "mutable": "null",
76156                        "readable": true,
76157                        "type": "gfloat",
76158                        "writable": true
76159                    },
76160                    "sla-7l": {
76161                        "blurb": "Sidechain lookahead 7 Left",
76162                        "conditionally-available": false,
76163                        "construct": true,
76164                        "construct-only": false,
76165                        "controllable": true,
76166                        "default": "0",
76167                        "max": "20",
76168                        "min": "0",
76169                        "mutable": "null",
76170                        "readable": true,
76171                        "type": "gfloat",
76172                        "writable": true
76173                    },
76174                    "sla-7r": {
76175                        "blurb": "Sidechain lookahead 7 Right",
76176                        "conditionally-available": false,
76177                        "construct": true,
76178                        "construct-only": false,
76179                        "controllable": true,
76180                        "default": "0",
76181                        "max": "20",
76182                        "min": "0",
76183                        "mutable": "null",
76184                        "readable": true,
76185                        "type": "gfloat",
76186                        "writable": true
76187                    },
76188                    "zoom": {
76189                        "blurb": "Graph zoom",
76190                        "conditionally-available": false,
76191                        "construct": true,
76192                        "construct-only": false,
76193                        "controllable": true,
76194                        "default": "1",
76195                        "max": "1",
76196                        "min": "0.12589",
76197                        "mutable": "null",
76198                        "readable": true,
76199                        "type": "gfloat",
76200                        "writable": true
76201                    }
76202                },
76203                "rank": "none"
76204            },
76205            "lsp-plug-in-plugins-lv2-mb-compressor-mono": {
76206                "author": "LSP LV2",
76207                "description": "LSP Multiband Compressor Mono x8",
76208                "hierarchy": [
76209                    "lsp-plug-in-plugins-lv2-mb-compressor-mono",
76210                    "GstAudioFilter",
76211                    "GstBaseTransform",
76212                    "GstElement",
76213                    "GstObject",
76214                    "GInitiallyUnowned",
76215                    "GObject"
76216                ],
76217                "interfaces": [
76218                    "GstPreset"
76219                ],
76220                "klass": "Filter/Effect/Audio/LV2/Compressor",
76221                "long-name": "LSP Multiband Compressor Mono x8",
76222                "pad-templates": {
76223                    "sink": {
76224                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
76225                        "direction": "sink",
76226                        "presence": "always"
76227                    },
76228                    "src": {
76229                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
76230                        "direction": "src",
76231                        "presence": "always"
76232                    }
76233                },
76234                "properties": {
76235                    "al-0": {
76236                        "blurb": "Attack level 0",
76237                        "conditionally-available": false,
76238                        "construct": true,
76239                        "construct-only": false,
76240                        "controllable": true,
76241                        "default": "0.25119",
76242                        "max": "1",
76243                        "min": "0.001",
76244                        "mutable": "null",
76245                        "readable": true,
76246                        "type": "gfloat",
76247                        "writable": true
76248                    },
76249                    "al-1": {
76250                        "blurb": "Attack level 1",
76251                        "conditionally-available": false,
76252                        "construct": true,
76253                        "construct-only": false,
76254                        "controllable": true,
76255                        "default": "0.25119",
76256                        "max": "1",
76257                        "min": "0.001",
76258                        "mutable": "null",
76259                        "readable": true,
76260                        "type": "gfloat",
76261                        "writable": true
76262                    },
76263                    "al-2": {
76264                        "blurb": "Attack level 2",
76265                        "conditionally-available": false,
76266                        "construct": true,
76267                        "construct-only": false,
76268                        "controllable": true,
76269                        "default": "0.25119",
76270                        "max": "1",
76271                        "min": "0.001",
76272                        "mutable": "null",
76273                        "readable": true,
76274                        "type": "gfloat",
76275                        "writable": true
76276                    },
76277                    "al-3": {
76278                        "blurb": "Attack level 3",
76279                        "conditionally-available": false,
76280                        "construct": true,
76281                        "construct-only": false,
76282                        "controllable": true,
76283                        "default": "0.25119",
76284                        "max": "1",
76285                        "min": "0.001",
76286                        "mutable": "null",
76287                        "readable": true,
76288                        "type": "gfloat",
76289                        "writable": true
76290                    },
76291                    "al-4": {
76292                        "blurb": "Attack level 4",
76293                        "conditionally-available": false,
76294                        "construct": true,
76295                        "construct-only": false,
76296                        "controllable": true,
76297                        "default": "0.25119",
76298                        "max": "1",
76299                        "min": "0.001",
76300                        "mutable": "null",
76301                        "readable": true,
76302                        "type": "gfloat",
76303                        "writable": true
76304                    },
76305                    "al-5": {
76306                        "blurb": "Attack level 5",
76307                        "conditionally-available": false,
76308                        "construct": true,
76309                        "construct-only": false,
76310                        "controllable": true,
76311                        "default": "0.25119",
76312                        "max": "1",
76313                        "min": "0.001",
76314                        "mutable": "null",
76315                        "readable": true,
76316                        "type": "gfloat",
76317                        "writable": true
76318                    },
76319                    "al-6": {
76320                        "blurb": "Attack level 6",
76321                        "conditionally-available": false,
76322                        "construct": true,
76323                        "construct-only": false,
76324                        "controllable": true,
76325                        "default": "0.25119",
76326                        "max": "1",
76327                        "min": "0.001",
76328                        "mutable": "null",
76329                        "readable": true,
76330                        "type": "gfloat",
76331                        "writable": true
76332                    },
76333                    "al-7": {
76334                        "blurb": "Attack level 7",
76335                        "conditionally-available": false,
76336                        "construct": true,
76337                        "construct-only": false,
76338                        "controllable": true,
76339                        "default": "0.25119",
76340                        "max": "1",
76341                        "min": "0.001",
76342                        "mutable": "null",
76343                        "readable": true,
76344                        "type": "gfloat",
76345                        "writable": true
76346                    },
76347                    "at-0": {
76348                        "blurb": "Attack time 0",
76349                        "conditionally-available": false,
76350                        "construct": true,
76351                        "construct-only": false,
76352                        "controllable": true,
76353                        "default": "20",
76354                        "max": "2000",
76355                        "min": "0",
76356                        "mutable": "null",
76357                        "readable": true,
76358                        "type": "gfloat",
76359                        "writable": true
76360                    },
76361                    "at-1": {
76362                        "blurb": "Attack time 1",
76363                        "conditionally-available": false,
76364                        "construct": true,
76365                        "construct-only": false,
76366                        "controllable": true,
76367                        "default": "20",
76368                        "max": "2000",
76369                        "min": "0",
76370                        "mutable": "null",
76371                        "readable": true,
76372                        "type": "gfloat",
76373                        "writable": true
76374                    },
76375                    "at-2": {
76376                        "blurb": "Attack time 2",
76377                        "conditionally-available": false,
76378                        "construct": true,
76379                        "construct-only": false,
76380                        "controllable": true,
76381                        "default": "20",
76382                        "max": "2000",
76383                        "min": "0",
76384                        "mutable": "null",
76385                        "readable": true,
76386                        "type": "gfloat",
76387                        "writable": true
76388                    },
76389                    "at-3": {
76390                        "blurb": "Attack time 3",
76391                        "conditionally-available": false,
76392                        "construct": true,
76393                        "construct-only": false,
76394                        "controllable": true,
76395                        "default": "20",
76396                        "max": "2000",
76397                        "min": "0",
76398                        "mutable": "null",
76399                        "readable": true,
76400                        "type": "gfloat",
76401                        "writable": true
76402                    },
76403                    "at-4": {
76404                        "blurb": "Attack time 4",
76405                        "conditionally-available": false,
76406                        "construct": true,
76407                        "construct-only": false,
76408                        "controllable": true,
76409                        "default": "20",
76410                        "max": "2000",
76411                        "min": "0",
76412                        "mutable": "null",
76413                        "readable": true,
76414                        "type": "gfloat",
76415                        "writable": true
76416                    },
76417                    "at-5": {
76418                        "blurb": "Attack time 5",
76419                        "conditionally-available": false,
76420                        "construct": true,
76421                        "construct-only": false,
76422                        "controllable": true,
76423                        "default": "20",
76424                        "max": "2000",
76425                        "min": "0",
76426                        "mutable": "null",
76427                        "readable": true,
76428                        "type": "gfloat",
76429                        "writable": true
76430                    },
76431                    "at-6": {
76432                        "blurb": "Attack time 6",
76433                        "conditionally-available": false,
76434                        "construct": true,
76435                        "construct-only": false,
76436                        "controllable": true,
76437                        "default": "20",
76438                        "max": "2000",
76439                        "min": "0",
76440                        "mutable": "null",
76441                        "readable": true,
76442                        "type": "gfloat",
76443                        "writable": true
76444                    },
76445                    "at-7": {
76446                        "blurb": "Attack time 7",
76447                        "conditionally-available": false,
76448                        "construct": true,
76449                        "construct-only": false,
76450                        "controllable": true,
76451                        "default": "20",
76452                        "max": "2000",
76453                        "min": "0",
76454                        "mutable": "null",
76455                        "readable": true,
76456                        "type": "gfloat",
76457                        "writable": true
76458                    },
76459                    "bm-0": {
76460                        "blurb": "Mute band 0",
76461                        "conditionally-available": false,
76462                        "construct": true,
76463                        "construct-only": false,
76464                        "controllable": true,
76465                        "default": "false",
76466                        "mutable": "null",
76467                        "readable": true,
76468                        "type": "gboolean",
76469                        "writable": true
76470                    },
76471                    "bm-1": {
76472                        "blurb": "Mute band 1",
76473                        "conditionally-available": false,
76474                        "construct": true,
76475                        "construct-only": false,
76476                        "controllable": true,
76477                        "default": "false",
76478                        "mutable": "null",
76479                        "readable": true,
76480                        "type": "gboolean",
76481                        "writable": true
76482                    },
76483                    "bm-2": {
76484                        "blurb": "Mute band 2",
76485                        "conditionally-available": false,
76486                        "construct": true,
76487                        "construct-only": false,
76488                        "controllable": true,
76489                        "default": "false",
76490                        "mutable": "null",
76491                        "readable": true,
76492                        "type": "gboolean",
76493                        "writable": true
76494                    },
76495                    "bm-3": {
76496                        "blurb": "Mute band 3",
76497                        "conditionally-available": false,
76498                        "construct": true,
76499                        "construct-only": false,
76500                        "controllable": true,
76501                        "default": "false",
76502                        "mutable": "null",
76503                        "readable": true,
76504                        "type": "gboolean",
76505                        "writable": true
76506                    },
76507                    "bm-4": {
76508                        "blurb": "Mute band 4",
76509                        "conditionally-available": false,
76510                        "construct": true,
76511                        "construct-only": false,
76512                        "controllable": true,
76513                        "default": "false",
76514                        "mutable": "null",
76515                        "readable": true,
76516                        "type": "gboolean",
76517                        "writable": true
76518                    },
76519                    "bm-5": {
76520                        "blurb": "Mute band 5",
76521                        "conditionally-available": false,
76522                        "construct": true,
76523                        "construct-only": false,
76524                        "controllable": true,
76525                        "default": "false",
76526                        "mutable": "null",
76527                        "readable": true,
76528                        "type": "gboolean",
76529                        "writable": true
76530                    },
76531                    "bm-6": {
76532                        "blurb": "Mute band 6",
76533                        "conditionally-available": false,
76534                        "construct": true,
76535                        "construct-only": false,
76536                        "controllable": true,
76537                        "default": "false",
76538                        "mutable": "null",
76539                        "readable": true,
76540                        "type": "gboolean",
76541                        "writable": true
76542                    },
76543                    "bm-7": {
76544                        "blurb": "Mute band 7",
76545                        "conditionally-available": false,
76546                        "construct": true,
76547                        "construct-only": false,
76548                        "controllable": true,
76549                        "default": "false",
76550                        "mutable": "null",
76551                        "readable": true,
76552                        "type": "gboolean",
76553                        "writable": true
76554                    },
76555                    "bs-0": {
76556                        "blurb": "Solo band 0",
76557                        "conditionally-available": false,
76558                        "construct": true,
76559                        "construct-only": false,
76560                        "controllable": true,
76561                        "default": "false",
76562                        "mutable": "null",
76563                        "readable": true,
76564                        "type": "gboolean",
76565                        "writable": true
76566                    },
76567                    "bs-1": {
76568                        "blurb": "Solo band 1",
76569                        "conditionally-available": false,
76570                        "construct": true,
76571                        "construct-only": false,
76572                        "controllable": true,
76573                        "default": "false",
76574                        "mutable": "null",
76575                        "readable": true,
76576                        "type": "gboolean",
76577                        "writable": true
76578                    },
76579                    "bs-2": {
76580                        "blurb": "Solo band 2",
76581                        "conditionally-available": false,
76582                        "construct": true,
76583                        "construct-only": false,
76584                        "controllable": true,
76585                        "default": "false",
76586                        "mutable": "null",
76587                        "readable": true,
76588                        "type": "gboolean",
76589                        "writable": true
76590                    },
76591                    "bs-3": {
76592                        "blurb": "Solo band 3",
76593                        "conditionally-available": false,
76594                        "construct": true,
76595                        "construct-only": false,
76596                        "controllable": true,
76597                        "default": "false",
76598                        "mutable": "null",
76599                        "readable": true,
76600                        "type": "gboolean",
76601                        "writable": true
76602                    },
76603                    "bs-4": {
76604                        "blurb": "Solo band 4",
76605                        "conditionally-available": false,
76606                        "construct": true,
76607                        "construct-only": false,
76608                        "controllable": true,
76609                        "default": "false",
76610                        "mutable": "null",
76611                        "readable": true,
76612                        "type": "gboolean",
76613                        "writable": true
76614                    },
76615                    "bs-5": {
76616                        "blurb": "Solo band 5",
76617                        "conditionally-available": false,
76618                        "construct": true,
76619                        "construct-only": false,
76620                        "controllable": true,
76621                        "default": "false",
76622                        "mutable": "null",
76623                        "readable": true,
76624                        "type": "gboolean",
76625                        "writable": true
76626                    },
76627                    "bs-6": {
76628                        "blurb": "Solo band 6",
76629                        "conditionally-available": false,
76630                        "construct": true,
76631                        "construct-only": false,
76632                        "controllable": true,
76633                        "default": "false",
76634                        "mutable": "null",
76635                        "readable": true,
76636                        "type": "gboolean",
76637                        "writable": true
76638                    },
76639                    "bs-7": {
76640                        "blurb": "Solo band 7",
76641                        "conditionally-available": false,
76642                        "construct": true,
76643                        "construct-only": false,
76644                        "controllable": true,
76645                        "default": "false",
76646                        "mutable": "null",
76647                        "readable": true,
76648                        "type": "gboolean",
76649                        "writable": true
76650                    },
76651                    "bsel": {
76652                        "blurb": "Band selection",
76653                        "conditionally-available": false,
76654                        "construct": true,
76655                        "construct-only": false,
76656                        "controllable": true,
76657                        "default": "Split (0)",
76658                        "mutable": "null",
76659                        "readable": true,
76660                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-monobsel",
76661                        "writable": true
76662                    },
76663                    "bypass": {
76664                        "blurb": "Bypass",
76665                        "conditionally-available": false,
76666                        "construct": true,
76667                        "construct-only": false,
76668                        "controllable": true,
76669                        "default": "false",
76670                        "mutable": "null",
76671                        "readable": true,
76672                        "type": "gboolean",
76673                        "writable": true
76674                    },
76675                    "cbe-1": {
76676                        "blurb": "Compression band enable 1",
76677                        "conditionally-available": false,
76678                        "construct": true,
76679                        "construct-only": false,
76680                        "controllable": true,
76681                        "default": "false",
76682                        "mutable": "null",
76683                        "readable": true,
76684                        "type": "gboolean",
76685                        "writable": true
76686                    },
76687                    "cbe-2": {
76688                        "blurb": "Compression band enable 2",
76689                        "conditionally-available": false,
76690                        "construct": true,
76691                        "construct-only": false,
76692                        "controllable": true,
76693                        "default": "false",
76694                        "mutable": "null",
76695                        "readable": true,
76696                        "type": "gboolean",
76697                        "writable": true
76698                    },
76699                    "cbe-3": {
76700                        "blurb": "Compression band enable 3",
76701                        "conditionally-available": false,
76702                        "construct": true,
76703                        "construct-only": false,
76704                        "controllable": true,
76705                        "default": "false",
76706                        "mutable": "null",
76707                        "readable": true,
76708                        "type": "gboolean",
76709                        "writable": true
76710                    },
76711                    "cbe-4": {
76712                        "blurb": "Compression band enable 4",
76713                        "conditionally-available": false,
76714                        "construct": true,
76715                        "construct-only": false,
76716                        "controllable": true,
76717                        "default": "false",
76718                        "mutable": "null",
76719                        "readable": true,
76720                        "type": "gboolean",
76721                        "writable": true
76722                    },
76723                    "cbe-5": {
76724                        "blurb": "Compression band enable 5",
76725                        "conditionally-available": false,
76726                        "construct": true,
76727                        "construct-only": false,
76728                        "controllable": true,
76729                        "default": "false",
76730                        "mutable": "null",
76731                        "readable": true,
76732                        "type": "gboolean",
76733                        "writable": true
76734                    },
76735                    "cbe-6": {
76736                        "blurb": "Compression band enable 6",
76737                        "conditionally-available": false,
76738                        "construct": true,
76739                        "construct-only": false,
76740                        "controllable": true,
76741                        "default": "false",
76742                        "mutable": "null",
76743                        "readable": true,
76744                        "type": "gboolean",
76745                        "writable": true
76746                    },
76747                    "cbe-7": {
76748                        "blurb": "Compression band enable 7",
76749                        "conditionally-available": false,
76750                        "construct": true,
76751                        "construct-only": false,
76752                        "controllable": true,
76753                        "default": "false",
76754                        "mutable": "null",
76755                        "readable": true,
76756                        "type": "gboolean",
76757                        "writable": true
76758                    },
76759                    "ce-0": {
76760                        "blurb": "Compressor enable 0",
76761                        "conditionally-available": false,
76762                        "construct": true,
76763                        "construct-only": false,
76764                        "controllable": true,
76765                        "default": "false",
76766                        "mutable": "null",
76767                        "readable": true,
76768                        "type": "gboolean",
76769                        "writable": true
76770                    },
76771                    "ce-1": {
76772                        "blurb": "Compressor enable 1",
76773                        "conditionally-available": false,
76774                        "construct": true,
76775                        "construct-only": false,
76776                        "controllable": true,
76777                        "default": "false",
76778                        "mutable": "null",
76779                        "readable": true,
76780                        "type": "gboolean",
76781                        "writable": true
76782                    },
76783                    "ce-2": {
76784                        "blurb": "Compressor enable 2",
76785                        "conditionally-available": false,
76786                        "construct": true,
76787                        "construct-only": false,
76788                        "controllable": true,
76789                        "default": "false",
76790                        "mutable": "null",
76791                        "readable": true,
76792                        "type": "gboolean",
76793                        "writable": true
76794                    },
76795                    "ce-3": {
76796                        "blurb": "Compressor enable 3",
76797                        "conditionally-available": false,
76798                        "construct": true,
76799                        "construct-only": false,
76800                        "controllable": true,
76801                        "default": "false",
76802                        "mutable": "null",
76803                        "readable": true,
76804                        "type": "gboolean",
76805                        "writable": true
76806                    },
76807                    "ce-4": {
76808                        "blurb": "Compressor enable 4",
76809                        "conditionally-available": false,
76810                        "construct": true,
76811                        "construct-only": false,
76812                        "controllable": true,
76813                        "default": "false",
76814                        "mutable": "null",
76815                        "readable": true,
76816                        "type": "gboolean",
76817                        "writable": true
76818                    },
76819                    "ce-5": {
76820                        "blurb": "Compressor enable 5",
76821                        "conditionally-available": false,
76822                        "construct": true,
76823                        "construct-only": false,
76824                        "controllable": true,
76825                        "default": "false",
76826                        "mutable": "null",
76827                        "readable": true,
76828                        "type": "gboolean",
76829                        "writable": true
76830                    },
76831                    "ce-6": {
76832                        "blurb": "Compressor enable 6",
76833                        "conditionally-available": false,
76834                        "construct": true,
76835                        "construct-only": false,
76836                        "controllable": true,
76837                        "default": "false",
76838                        "mutable": "null",
76839                        "readable": true,
76840                        "type": "gboolean",
76841                        "writable": true
76842                    },
76843                    "ce-7": {
76844                        "blurb": "Compressor enable 7",
76845                        "conditionally-available": false,
76846                        "construct": true,
76847                        "construct-only": false,
76848                        "controllable": true,
76849                        "default": "false",
76850                        "mutable": "null",
76851                        "readable": true,
76852                        "type": "gboolean",
76853                        "writable": true
76854                    },
76855                    "clm-0": {
76856                        "blurb": "Curve level meter 0",
76857                        "conditionally-available": false,
76858                        "construct": false,
76859                        "construct-only": false,
76860                        "controllable": true,
76861                        "default": "0",
76862                        "max": "15.8489",
76863                        "min": "0",
76864                        "mutable": "null",
76865                        "readable": true,
76866                        "type": "gfloat",
76867                        "writable": false
76868                    },
76869                    "clm-1": {
76870                        "blurb": "Curve level meter 1",
76871                        "conditionally-available": false,
76872                        "construct": false,
76873                        "construct-only": false,
76874                        "controllable": true,
76875                        "default": "0",
76876                        "max": "15.8489",
76877                        "min": "0",
76878                        "mutable": "null",
76879                        "readable": true,
76880                        "type": "gfloat",
76881                        "writable": false
76882                    },
76883                    "clm-2": {
76884                        "blurb": "Curve level meter 2",
76885                        "conditionally-available": false,
76886                        "construct": false,
76887                        "construct-only": false,
76888                        "controllable": true,
76889                        "default": "0",
76890                        "max": "15.8489",
76891                        "min": "0",
76892                        "mutable": "null",
76893                        "readable": true,
76894                        "type": "gfloat",
76895                        "writable": false
76896                    },
76897                    "clm-3": {
76898                        "blurb": "Curve level meter 3",
76899                        "conditionally-available": false,
76900                        "construct": false,
76901                        "construct-only": false,
76902                        "controllable": true,
76903                        "default": "0",
76904                        "max": "15.8489",
76905                        "min": "0",
76906                        "mutable": "null",
76907                        "readable": true,
76908                        "type": "gfloat",
76909                        "writable": false
76910                    },
76911                    "clm-4": {
76912                        "blurb": "Curve level meter 4",
76913                        "conditionally-available": false,
76914                        "construct": false,
76915                        "construct-only": false,
76916                        "controllable": true,
76917                        "default": "0",
76918                        "max": "15.8489",
76919                        "min": "0",
76920                        "mutable": "null",
76921                        "readable": true,
76922                        "type": "gfloat",
76923                        "writable": false
76924                    },
76925                    "clm-5": {
76926                        "blurb": "Curve level meter 5",
76927                        "conditionally-available": false,
76928                        "construct": false,
76929                        "construct-only": false,
76930                        "controllable": true,
76931                        "default": "0",
76932                        "max": "15.8489",
76933                        "min": "0",
76934                        "mutable": "null",
76935                        "readable": true,
76936                        "type": "gfloat",
76937                        "writable": false
76938                    },
76939                    "clm-6": {
76940                        "blurb": "Curve level meter 6",
76941                        "conditionally-available": false,
76942                        "construct": false,
76943                        "construct-only": false,
76944                        "controllable": true,
76945                        "default": "0",
76946                        "max": "15.8489",
76947                        "min": "0",
76948                        "mutable": "null",
76949                        "readable": true,
76950                        "type": "gfloat",
76951                        "writable": false
76952                    },
76953                    "clm-7": {
76954                        "blurb": "Curve level meter 7",
76955                        "conditionally-available": false,
76956                        "construct": false,
76957                        "construct-only": false,
76958                        "controllable": true,
76959                        "default": "0",
76960                        "max": "15.8489",
76961                        "min": "0",
76962                        "mutable": "null",
76963                        "readable": true,
76964                        "type": "gfloat",
76965                        "writable": false
76966                    },
76967                    "cm-0": {
76968                        "blurb": "Compression mode 0",
76969                        "conditionally-available": false,
76970                        "construct": true,
76971                        "construct-only": false,
76972                        "controllable": true,
76973                        "default": "Down (0)",
76974                        "mutable": "null",
76975                        "readable": true,
76976                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-monocm-0",
76977                        "writable": true
76978                    },
76979                    "cm-1": {
76980                        "blurb": "Compression mode 1",
76981                        "conditionally-available": false,
76982                        "construct": true,
76983                        "construct-only": false,
76984                        "controllable": true,
76985                        "default": "Down (0)",
76986                        "mutable": "null",
76987                        "readable": true,
76988                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-monocm-1",
76989                        "writable": true
76990                    },
76991                    "cm-2": {
76992                        "blurb": "Compression mode 2",
76993                        "conditionally-available": false,
76994                        "construct": true,
76995                        "construct-only": false,
76996                        "controllable": true,
76997                        "default": "Down (0)",
76998                        "mutable": "null",
76999                        "readable": true,
77000                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-monocm-2",
77001                        "writable": true
77002                    },
77003                    "cm-3": {
77004                        "blurb": "Compression mode 3",
77005                        "conditionally-available": false,
77006                        "construct": true,
77007                        "construct-only": false,
77008                        "controllable": true,
77009                        "default": "Down (0)",
77010                        "mutable": "null",
77011                        "readable": true,
77012                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-monocm-3",
77013                        "writable": true
77014                    },
77015                    "cm-4": {
77016                        "blurb": "Compression mode 4",
77017                        "conditionally-available": false,
77018                        "construct": true,
77019                        "construct-only": false,
77020                        "controllable": true,
77021                        "default": "Down (0)",
77022                        "mutable": "null",
77023                        "readable": true,
77024                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-monocm-4",
77025                        "writable": true
77026                    },
77027                    "cm-5": {
77028                        "blurb": "Compression mode 5",
77029                        "conditionally-available": false,
77030                        "construct": true,
77031                        "construct-only": false,
77032                        "controllable": true,
77033                        "default": "Down (0)",
77034                        "mutable": "null",
77035                        "readable": true,
77036                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-monocm-5",
77037                        "writable": true
77038                    },
77039                    "cm-6": {
77040                        "blurb": "Compression mode 6",
77041                        "conditionally-available": false,
77042                        "construct": true,
77043                        "construct-only": false,
77044                        "controllable": true,
77045                        "default": "Down (0)",
77046                        "mutable": "null",
77047                        "readable": true,
77048                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-monocm-6",
77049                        "writable": true
77050                    },
77051                    "cm-7": {
77052                        "blurb": "Compression mode 7",
77053                        "conditionally-available": false,
77054                        "construct": true,
77055                        "construct-only": false,
77056                        "controllable": true,
77057                        "default": "Down (0)",
77058                        "mutable": "null",
77059                        "readable": true,
77060                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-monocm-7",
77061                        "writable": true
77062                    },
77063                    "cr-0": {
77064                        "blurb": "Ratio 0",
77065                        "conditionally-available": false,
77066                        "construct": true,
77067                        "construct-only": false,
77068                        "controllable": true,
77069                        "default": "1",
77070                        "max": "100",
77071                        "min": "1",
77072                        "mutable": "null",
77073                        "readable": true,
77074                        "type": "gfloat",
77075                        "writable": true
77076                    },
77077                    "cr-1": {
77078                        "blurb": "Ratio 1",
77079                        "conditionally-available": false,
77080                        "construct": true,
77081                        "construct-only": false,
77082                        "controllable": true,
77083                        "default": "1",
77084                        "max": "100",
77085                        "min": "1",
77086                        "mutable": "null",
77087                        "readable": true,
77088                        "type": "gfloat",
77089                        "writable": true
77090                    },
77091                    "cr-2": {
77092                        "blurb": "Ratio 2",
77093                        "conditionally-available": false,
77094                        "construct": true,
77095                        "construct-only": false,
77096                        "controllable": true,
77097                        "default": "1",
77098                        "max": "100",
77099                        "min": "1",
77100                        "mutable": "null",
77101                        "readable": true,
77102                        "type": "gfloat",
77103                        "writable": true
77104                    },
77105                    "cr-3": {
77106                        "blurb": "Ratio 3",
77107                        "conditionally-available": false,
77108                        "construct": true,
77109                        "construct-only": false,
77110                        "controllable": true,
77111                        "default": "1",
77112                        "max": "100",
77113                        "min": "1",
77114                        "mutable": "null",
77115                        "readable": true,
77116                        "type": "gfloat",
77117                        "writable": true
77118                    },
77119                    "cr-4": {
77120                        "blurb": "Ratio 4",
77121                        "conditionally-available": false,
77122                        "construct": true,
77123                        "construct-only": false,
77124                        "controllable": true,
77125                        "default": "1",
77126                        "max": "100",
77127                        "min": "1",
77128                        "mutable": "null",
77129                        "readable": true,
77130                        "type": "gfloat",
77131                        "writable": true
77132                    },
77133                    "cr-5": {
77134                        "blurb": "Ratio 5",
77135                        "conditionally-available": false,
77136                        "construct": true,
77137                        "construct-only": false,
77138                        "controllable": true,
77139                        "default": "1",
77140                        "max": "100",
77141                        "min": "1",
77142                        "mutable": "null",
77143                        "readable": true,
77144                        "type": "gfloat",
77145                        "writable": true
77146                    },
77147                    "cr-6": {
77148                        "blurb": "Ratio 6",
77149                        "conditionally-available": false,
77150                        "construct": true,
77151                        "construct-only": false,
77152                        "controllable": true,
77153                        "default": "1",
77154                        "max": "100",
77155                        "min": "1",
77156                        "mutable": "null",
77157                        "readable": true,
77158                        "type": "gfloat",
77159                        "writable": true
77160                    },
77161                    "cr-7": {
77162                        "blurb": "Ratio 7",
77163                        "conditionally-available": false,
77164                        "construct": true,
77165                        "construct-only": false,
77166                        "controllable": true,
77167                        "default": "1",
77168                        "max": "100",
77169                        "min": "1",
77170                        "mutable": "null",
77171                        "readable": true,
77172                        "type": "gfloat",
77173                        "writable": true
77174                    },
77175                    "elm-0": {
77176                        "blurb": "Envelope level meter 0",
77177                        "conditionally-available": false,
77178                        "construct": false,
77179                        "construct-only": false,
77180                        "controllable": true,
77181                        "default": "0",
77182                        "max": "15.8489",
77183                        "min": "0",
77184                        "mutable": "null",
77185                        "readable": true,
77186                        "type": "gfloat",
77187                        "writable": false
77188                    },
77189                    "elm-1": {
77190                        "blurb": "Envelope level meter 1",
77191                        "conditionally-available": false,
77192                        "construct": false,
77193                        "construct-only": false,
77194                        "controllable": true,
77195                        "default": "0",
77196                        "max": "15.8489",
77197                        "min": "0",
77198                        "mutable": "null",
77199                        "readable": true,
77200                        "type": "gfloat",
77201                        "writable": false
77202                    },
77203                    "elm-2": {
77204                        "blurb": "Envelope level meter 2",
77205                        "conditionally-available": false,
77206                        "construct": false,
77207                        "construct-only": false,
77208                        "controllable": true,
77209                        "default": "0",
77210                        "max": "15.8489",
77211                        "min": "0",
77212                        "mutable": "null",
77213                        "readable": true,
77214                        "type": "gfloat",
77215                        "writable": false
77216                    },
77217                    "elm-3": {
77218                        "blurb": "Envelope level meter 3",
77219                        "conditionally-available": false,
77220                        "construct": false,
77221                        "construct-only": false,
77222                        "controllable": true,
77223                        "default": "0",
77224                        "max": "15.8489",
77225                        "min": "0",
77226                        "mutable": "null",
77227                        "readable": true,
77228                        "type": "gfloat",
77229                        "writable": false
77230                    },
77231                    "elm-4": {
77232                        "blurb": "Envelope level meter 4",
77233                        "conditionally-available": false,
77234                        "construct": false,
77235                        "construct-only": false,
77236                        "controllable": true,
77237                        "default": "0",
77238                        "max": "15.8489",
77239                        "min": "0",
77240                        "mutable": "null",
77241                        "readable": true,
77242                        "type": "gfloat",
77243                        "writable": false
77244                    },
77245                    "elm-5": {
77246                        "blurb": "Envelope level meter 5",
77247                        "conditionally-available": false,
77248                        "construct": false,
77249                        "construct-only": false,
77250                        "controllable": true,
77251                        "default": "0",
77252                        "max": "15.8489",
77253                        "min": "0",
77254                        "mutable": "null",
77255                        "readable": true,
77256                        "type": "gfloat",
77257                        "writable": false
77258                    },
77259                    "elm-6": {
77260                        "blurb": "Envelope level meter 6",
77261                        "conditionally-available": false,
77262                        "construct": false,
77263                        "construct-only": false,
77264                        "controllable": true,
77265                        "default": "0",
77266                        "max": "15.8489",
77267                        "min": "0",
77268                        "mutable": "null",
77269                        "readable": true,
77270                        "type": "gfloat",
77271                        "writable": false
77272                    },
77273                    "elm-7": {
77274                        "blurb": "Envelope level meter 7",
77275                        "conditionally-available": false,
77276                        "construct": false,
77277                        "construct-only": false,
77278                        "controllable": true,
77279                        "default": "0",
77280                        "max": "15.8489",
77281                        "min": "0",
77282                        "mutable": "null",
77283                        "readable": true,
77284                        "type": "gfloat",
77285                        "writable": false
77286                    },
77287                    "envb": {
77288                        "blurb": "Envelope boost",
77289                        "conditionally-available": false,
77290                        "construct": true,
77291                        "construct-only": false,
77292                        "controllable": true,
77293                        "default": "Pink BT (1)",
77294                        "mutable": "null",
77295                        "readable": true,
77296                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-monoenvb",
77297                        "writable": true
77298                    },
77299                    "flt": {
77300                        "blurb": "Band filter curves",
77301                        "conditionally-available": false,
77302                        "construct": true,
77303                        "construct-only": false,
77304                        "controllable": true,
77305                        "default": "false",
77306                        "mutable": "null",
77307                        "readable": true,
77308                        "type": "gboolean",
77309                        "writable": true
77310                    },
77311                    "fre-0": {
77312                        "blurb": "Frequency range end 0",
77313                        "conditionally-available": false,
77314                        "construct": false,
77315                        "construct-only": false,
77316                        "controllable": true,
77317                        "default": "0",
77318                        "max": "192000",
77319                        "min": "0",
77320                        "mutable": "null",
77321                        "readable": true,
77322                        "type": "gfloat",
77323                        "writable": false
77324                    },
77325                    "fre-1": {
77326                        "blurb": "Frequency range end 1",
77327                        "conditionally-available": false,
77328                        "construct": false,
77329                        "construct-only": false,
77330                        "controllable": true,
77331                        "default": "0",
77332                        "max": "192000",
77333                        "min": "0",
77334                        "mutable": "null",
77335                        "readable": true,
77336                        "type": "gfloat",
77337                        "writable": false
77338                    },
77339                    "fre-2": {
77340                        "blurb": "Frequency range end 2",
77341                        "conditionally-available": false,
77342                        "construct": false,
77343                        "construct-only": false,
77344                        "controllable": true,
77345                        "default": "0",
77346                        "max": "192000",
77347                        "min": "0",
77348                        "mutable": "null",
77349                        "readable": true,
77350                        "type": "gfloat",
77351                        "writable": false
77352                    },
77353                    "fre-3": {
77354                        "blurb": "Frequency range end 3",
77355                        "conditionally-available": false,
77356                        "construct": false,
77357                        "construct-only": false,
77358                        "controllable": true,
77359                        "default": "0",
77360                        "max": "192000",
77361                        "min": "0",
77362                        "mutable": "null",
77363                        "readable": true,
77364                        "type": "gfloat",
77365                        "writable": false
77366                    },
77367                    "fre-4": {
77368                        "blurb": "Frequency range end 4",
77369                        "conditionally-available": false,
77370                        "construct": false,
77371                        "construct-only": false,
77372                        "controllable": true,
77373                        "default": "0",
77374                        "max": "192000",
77375                        "min": "0",
77376                        "mutable": "null",
77377                        "readable": true,
77378                        "type": "gfloat",
77379                        "writable": false
77380                    },
77381                    "fre-5": {
77382                        "blurb": "Frequency range end 5",
77383                        "conditionally-available": false,
77384                        "construct": false,
77385                        "construct-only": false,
77386                        "controllable": true,
77387                        "default": "0",
77388                        "max": "192000",
77389                        "min": "0",
77390                        "mutable": "null",
77391                        "readable": true,
77392                        "type": "gfloat",
77393                        "writable": false
77394                    },
77395                    "fre-6": {
77396                        "blurb": "Frequency range end 6",
77397                        "conditionally-available": false,
77398                        "construct": false,
77399                        "construct-only": false,
77400                        "controllable": true,
77401                        "default": "0",
77402                        "max": "192000",
77403                        "min": "0",
77404                        "mutable": "null",
77405                        "readable": true,
77406                        "type": "gfloat",
77407                        "writable": false
77408                    },
77409                    "fre-7": {
77410                        "blurb": "Frequency range end 7",
77411                        "conditionally-available": false,
77412                        "construct": false,
77413                        "construct-only": false,
77414                        "controllable": true,
77415                        "default": "0",
77416                        "max": "192000",
77417                        "min": "0",
77418                        "mutable": "null",
77419                        "readable": true,
77420                        "type": "gfloat",
77421                        "writable": false
77422                    },
77423                    "g-dry": {
77424                        "blurb": "Dry gain",
77425                        "conditionally-available": false,
77426                        "construct": true,
77427                        "construct-only": false,
77428                        "controllable": true,
77429                        "default": "0",
77430                        "max": "10",
77431                        "min": "0",
77432                        "mutable": "null",
77433                        "readable": true,
77434                        "type": "gfloat",
77435                        "writable": true
77436                    },
77437                    "g-in": {
77438                        "blurb": "Input gain",
77439                        "conditionally-available": false,
77440                        "construct": true,
77441                        "construct-only": false,
77442                        "controllable": true,
77443                        "default": "1",
77444                        "max": "10",
77445                        "min": "0",
77446                        "mutable": "null",
77447                        "readable": true,
77448                        "type": "gfloat",
77449                        "writable": true
77450                    },
77451                    "g-out": {
77452                        "blurb": "Output gain",
77453                        "conditionally-available": false,
77454                        "construct": true,
77455                        "construct-only": false,
77456                        "controllable": true,
77457                        "default": "1",
77458                        "max": "10",
77459                        "min": "0",
77460                        "mutable": "null",
77461                        "readable": true,
77462                        "type": "gfloat",
77463                        "writable": true
77464                    },
77465                    "g-wet": {
77466                        "blurb": "Wet gain",
77467                        "conditionally-available": false,
77468                        "construct": true,
77469                        "construct-only": false,
77470                        "controllable": true,
77471                        "default": "1",
77472                        "max": "10",
77473                        "min": "0",
77474                        "mutable": "null",
77475                        "readable": true,
77476                        "type": "gfloat",
77477                        "writable": true
77478                    },
77479                    "hue-0": {
77480                        "blurb": "Hue  0",
77481                        "conditionally-available": false,
77482                        "construct": true,
77483                        "construct-only": false,
77484                        "controllable": true,
77485                        "default": "0",
77486                        "max": "1",
77487                        "min": "0",
77488                        "mutable": "null",
77489                        "readable": true,
77490                        "type": "gfloat",
77491                        "writable": true
77492                    },
77493                    "hue-1": {
77494                        "blurb": "Hue  1",
77495                        "conditionally-available": false,
77496                        "construct": true,
77497                        "construct-only": false,
77498                        "controllable": true,
77499                        "default": "0.125",
77500                        "max": "1",
77501                        "min": "0",
77502                        "mutable": "null",
77503                        "readable": true,
77504                        "type": "gfloat",
77505                        "writable": true
77506                    },
77507                    "hue-2": {
77508                        "blurb": "Hue  2",
77509                        "conditionally-available": false,
77510                        "construct": true,
77511                        "construct-only": false,
77512                        "controllable": true,
77513                        "default": "0.25",
77514                        "max": "1",
77515                        "min": "0",
77516                        "mutable": "null",
77517                        "readable": true,
77518                        "type": "gfloat",
77519                        "writable": true
77520                    },
77521                    "hue-3": {
77522                        "blurb": "Hue  3",
77523                        "conditionally-available": false,
77524                        "construct": true,
77525                        "construct-only": false,
77526                        "controllable": true,
77527                        "default": "0.375",
77528                        "max": "1",
77529                        "min": "0",
77530                        "mutable": "null",
77531                        "readable": true,
77532                        "type": "gfloat",
77533                        "writable": true
77534                    },
77535                    "hue-4": {
77536                        "blurb": "Hue  4",
77537                        "conditionally-available": false,
77538                        "construct": true,
77539                        "construct-only": false,
77540                        "controllable": true,
77541                        "default": "0.5",
77542                        "max": "1",
77543                        "min": "0",
77544                        "mutable": "null",
77545                        "readable": true,
77546                        "type": "gfloat",
77547                        "writable": true
77548                    },
77549                    "hue-5": {
77550                        "blurb": "Hue  5",
77551                        "conditionally-available": false,
77552                        "construct": true,
77553                        "construct-only": false,
77554                        "controllable": true,
77555                        "default": "0.625",
77556                        "max": "1",
77557                        "min": "0",
77558                        "mutable": "null",
77559                        "readable": true,
77560                        "type": "gfloat",
77561                        "writable": true
77562                    },
77563                    "hue-6": {
77564                        "blurb": "Hue  6",
77565                        "conditionally-available": false,
77566                        "construct": true,
77567                        "construct-only": false,
77568                        "controllable": true,
77569                        "default": "0.75",
77570                        "max": "1",
77571                        "min": "0",
77572                        "mutable": "null",
77573                        "readable": true,
77574                        "type": "gfloat",
77575                        "writable": true
77576                    },
77577                    "hue-7": {
77578                        "blurb": "Hue  7",
77579                        "conditionally-available": false,
77580                        "construct": true,
77581                        "construct-only": false,
77582                        "controllable": true,
77583                        "default": "0.875",
77584                        "max": "1",
77585                        "min": "0",
77586                        "mutable": "null",
77587                        "readable": true,
77588                        "type": "gfloat",
77589                        "writable": true
77590                    },
77591                    "ife": {
77592                        "blurb": "Input FFT graph enable",
77593                        "conditionally-available": false,
77594                        "construct": true,
77595                        "construct-only": false,
77596                        "controllable": true,
77597                        "default": "false",
77598                        "mutable": "null",
77599                        "readable": true,
77600                        "type": "gboolean",
77601                        "writable": true
77602                    },
77603                    "ilm": {
77604                        "blurb": "Input level meter",
77605                        "conditionally-available": false,
77606                        "construct": false,
77607                        "construct-only": false,
77608                        "controllable": true,
77609                        "default": "0",
77610                        "max": "15.8489",
77611                        "min": "0",
77612                        "mutable": "null",
77613                        "readable": true,
77614                        "type": "gfloat",
77615                        "writable": false
77616                    },
77617                    "kn-0": {
77618                        "blurb": "Knee 0",
77619                        "conditionally-available": false,
77620                        "construct": true,
77621                        "construct-only": false,
77622                        "controllable": true,
77623                        "default": "0.50118",
77624                        "max": "1",
77625                        "min": "0.0631",
77626                        "mutable": "null",
77627                        "readable": true,
77628                        "type": "gfloat",
77629                        "writable": true
77630                    },
77631                    "kn-1": {
77632                        "blurb": "Knee 1",
77633                        "conditionally-available": false,
77634                        "construct": true,
77635                        "construct-only": false,
77636                        "controllable": true,
77637                        "default": "0.50118",
77638                        "max": "1",
77639                        "min": "0.0631",
77640                        "mutable": "null",
77641                        "readable": true,
77642                        "type": "gfloat",
77643                        "writable": true
77644                    },
77645                    "kn-2": {
77646                        "blurb": "Knee 2",
77647                        "conditionally-available": false,
77648                        "construct": true,
77649                        "construct-only": false,
77650                        "controllable": true,
77651                        "default": "0.50118",
77652                        "max": "1",
77653                        "min": "0.0631",
77654                        "mutable": "null",
77655                        "readable": true,
77656                        "type": "gfloat",
77657                        "writable": true
77658                    },
77659                    "kn-3": {
77660                        "blurb": "Knee 3",
77661                        "conditionally-available": false,
77662                        "construct": true,
77663                        "construct-only": false,
77664                        "controllable": true,
77665                        "default": "0.50118",
77666                        "max": "1",
77667                        "min": "0.0631",
77668                        "mutable": "null",
77669                        "readable": true,
77670                        "type": "gfloat",
77671                        "writable": true
77672                    },
77673                    "kn-4": {
77674                        "blurb": "Knee 4",
77675                        "conditionally-available": false,
77676                        "construct": true,
77677                        "construct-only": false,
77678                        "controllable": true,
77679                        "default": "0.50118",
77680                        "max": "1",
77681                        "min": "0.0631",
77682                        "mutable": "null",
77683                        "readable": true,
77684                        "type": "gfloat",
77685                        "writable": true
77686                    },
77687                    "kn-5": {
77688                        "blurb": "Knee 5",
77689                        "conditionally-available": false,
77690                        "construct": true,
77691                        "construct-only": false,
77692                        "controllable": true,
77693                        "default": "0.50118",
77694                        "max": "1",
77695                        "min": "0.0631",
77696                        "mutable": "null",
77697                        "readable": true,
77698                        "type": "gfloat",
77699                        "writable": true
77700                    },
77701                    "kn-6": {
77702                        "blurb": "Knee 6",
77703                        "conditionally-available": false,
77704                        "construct": true,
77705                        "construct-only": false,
77706                        "controllable": true,
77707                        "default": "0.50118",
77708                        "max": "1",
77709                        "min": "0.0631",
77710                        "mutable": "null",
77711                        "readable": true,
77712                        "type": "gfloat",
77713                        "writable": true
77714                    },
77715                    "kn-7": {
77716                        "blurb": "Knee 7",
77717                        "conditionally-available": false,
77718                        "construct": true,
77719                        "construct-only": false,
77720                        "controllable": true,
77721                        "default": "0.50118",
77722                        "max": "1",
77723                        "min": "0.0631",
77724                        "mutable": "null",
77725                        "readable": true,
77726                        "type": "gfloat",
77727                        "writable": true
77728                    },
77729                    "mk-0": {
77730                        "blurb": "Makeup gain 0",
77731                        "conditionally-available": false,
77732                        "construct": true,
77733                        "construct-only": false,
77734                        "controllable": true,
77735                        "default": "1",
77736                        "max": "1000",
77737                        "min": "0.001",
77738                        "mutable": "null",
77739                        "readable": true,
77740                        "type": "gfloat",
77741                        "writable": true
77742                    },
77743                    "mk-1": {
77744                        "blurb": "Makeup gain 1",
77745                        "conditionally-available": false,
77746                        "construct": true,
77747                        "construct-only": false,
77748                        "controllable": true,
77749                        "default": "1",
77750                        "max": "1000",
77751                        "min": "0.001",
77752                        "mutable": "null",
77753                        "readable": true,
77754                        "type": "gfloat",
77755                        "writable": true
77756                    },
77757                    "mk-2": {
77758                        "blurb": "Makeup gain 2",
77759                        "conditionally-available": false,
77760                        "construct": true,
77761                        "construct-only": false,
77762                        "controllable": true,
77763                        "default": "1",
77764                        "max": "1000",
77765                        "min": "0.001",
77766                        "mutable": "null",
77767                        "readable": true,
77768                        "type": "gfloat",
77769                        "writable": true
77770                    },
77771                    "mk-3": {
77772                        "blurb": "Makeup gain 3",
77773                        "conditionally-available": false,
77774                        "construct": true,
77775                        "construct-only": false,
77776                        "controllable": true,
77777                        "default": "1",
77778                        "max": "1000",
77779                        "min": "0.001",
77780                        "mutable": "null",
77781                        "readable": true,
77782                        "type": "gfloat",
77783                        "writable": true
77784                    },
77785                    "mk-4": {
77786                        "blurb": "Makeup gain 4",
77787                        "conditionally-available": false,
77788                        "construct": true,
77789                        "construct-only": false,
77790                        "controllable": true,
77791                        "default": "1",
77792                        "max": "1000",
77793                        "min": "0.001",
77794                        "mutable": "null",
77795                        "readable": true,
77796                        "type": "gfloat",
77797                        "writable": true
77798                    },
77799                    "mk-5": {
77800                        "blurb": "Makeup gain 5",
77801                        "conditionally-available": false,
77802                        "construct": true,
77803                        "construct-only": false,
77804                        "controllable": true,
77805                        "default": "1",
77806                        "max": "1000",
77807                        "min": "0.001",
77808                        "mutable": "null",
77809                        "readable": true,
77810                        "type": "gfloat",
77811                        "writable": true
77812                    },
77813                    "mk-6": {
77814                        "blurb": "Makeup gain 6",
77815                        "conditionally-available": false,
77816                        "construct": true,
77817                        "construct-only": false,
77818                        "controllable": true,
77819                        "default": "1",
77820                        "max": "1000",
77821                        "min": "0.001",
77822                        "mutable": "null",
77823                        "readable": true,
77824                        "type": "gfloat",
77825                        "writable": true
77826                    },
77827                    "mk-7": {
77828                        "blurb": "Makeup gain 7",
77829                        "conditionally-available": false,
77830                        "construct": true,
77831                        "construct-only": false,
77832                        "controllable": true,
77833                        "default": "1",
77834                        "max": "1000",
77835                        "min": "0.001",
77836                        "mutable": "null",
77837                        "readable": true,
77838                        "type": "gfloat",
77839                        "writable": true
77840                    },
77841                    "mode": {
77842                        "blurb": "Compressor mode",
77843                        "conditionally-available": false,
77844                        "construct": true,
77845                        "construct-only": false,
77846                        "controllable": true,
77847                        "default": "Modern (1)",
77848                        "mutable": "null",
77849                        "readable": true,
77850                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-monomode",
77851                        "writable": true
77852                    },
77853                    "ofe": {
77854                        "blurb": "Output FFT graph enable",
77855                        "conditionally-available": false,
77856                        "construct": true,
77857                        "construct-only": false,
77858                        "controllable": true,
77859                        "default": "false",
77860                        "mutable": "null",
77861                        "readable": true,
77862                        "type": "gboolean",
77863                        "writable": true
77864                    },
77865                    "olm": {
77866                        "blurb": "Output level meter",
77867                        "conditionally-available": false,
77868                        "construct": false,
77869                        "construct-only": false,
77870                        "controllable": true,
77871                        "default": "0",
77872                        "max": "15.8489",
77873                        "min": "0",
77874                        "mutable": "null",
77875                        "readable": true,
77876                        "type": "gfloat",
77877                        "writable": false
77878                    },
77879                    "out-latency": {
77880                        "blurb": "Latency OUT",
77881                        "conditionally-available": false,
77882                        "construct": false,
77883                        "construct-only": false,
77884                        "controllable": true,
77885                        "default": "0",
77886                        "max": "192000",
77887                        "min": "0",
77888                        "mutable": "null",
77889                        "readable": true,
77890                        "type": "gint",
77891                        "writable": false
77892                    },
77893                    "react": {
77894                        "blurb": "FFT reactivity",
77895                        "conditionally-available": false,
77896                        "construct": true,
77897                        "construct-only": false,
77898                        "controllable": true,
77899                        "default": "0.2",
77900                        "max": "1",
77901                        "min": "0",
77902                        "mutable": "null",
77903                        "readable": true,
77904                        "type": "gfloat",
77905                        "writable": true
77906                    },
77907                    "rl-0": {
77908                        "blurb": "Release level 0",
77909                        "conditionally-available": false,
77910                        "construct": false,
77911                        "construct-only": false,
77912                        "controllable": true,
77913                        "default": "0",
77914                        "max": "20",
77915                        "min": "0",
77916                        "mutable": "null",
77917                        "readable": true,
77918                        "type": "gfloat",
77919                        "writable": false
77920                    },
77921                    "rl-1": {
77922                        "blurb": "Release level 1",
77923                        "conditionally-available": false,
77924                        "construct": false,
77925                        "construct-only": false,
77926                        "controllable": true,
77927                        "default": "0",
77928                        "max": "20",
77929                        "min": "0",
77930                        "mutable": "null",
77931                        "readable": true,
77932                        "type": "gfloat",
77933                        "writable": false
77934                    },
77935                    "rl-2": {
77936                        "blurb": "Release level 2",
77937                        "conditionally-available": false,
77938                        "construct": false,
77939                        "construct-only": false,
77940                        "controllable": true,
77941                        "default": "0",
77942                        "max": "20",
77943                        "min": "0",
77944                        "mutable": "null",
77945                        "readable": true,
77946                        "type": "gfloat",
77947                        "writable": false
77948                    },
77949                    "rl-3": {
77950                        "blurb": "Release level 3",
77951                        "conditionally-available": false,
77952                        "construct": false,
77953                        "construct-only": false,
77954                        "controllable": true,
77955                        "default": "0",
77956                        "max": "20",
77957                        "min": "0",
77958                        "mutable": "null",
77959                        "readable": true,
77960                        "type": "gfloat",
77961                        "writable": false
77962                    },
77963                    "rl-4": {
77964                        "blurb": "Release level 4",
77965                        "conditionally-available": false,
77966                        "construct": false,
77967                        "construct-only": false,
77968                        "controllable": true,
77969                        "default": "0",
77970                        "max": "20",
77971                        "min": "0",
77972                        "mutable": "null",
77973                        "readable": true,
77974                        "type": "gfloat",
77975                        "writable": false
77976                    },
77977                    "rl-5": {
77978                        "blurb": "Release level 5",
77979                        "conditionally-available": false,
77980                        "construct": false,
77981                        "construct-only": false,
77982                        "controllable": true,
77983                        "default": "0",
77984                        "max": "20",
77985                        "min": "0",
77986                        "mutable": "null",
77987                        "readable": true,
77988                        "type": "gfloat",
77989                        "writable": false
77990                    },
77991                    "rl-6": {
77992                        "blurb": "Release level 6",
77993                        "conditionally-available": false,
77994                        "construct": false,
77995                        "construct-only": false,
77996                        "controllable": true,
77997                        "default": "0",
77998                        "max": "20",
77999                        "min": "0",
78000                        "mutable": "null",
78001                        "readable": true,
78002                        "type": "gfloat",
78003                        "writable": false
78004                    },
78005                    "rl-7": {
78006                        "blurb": "Release level 7",
78007                        "conditionally-available": false,
78008                        "construct": false,
78009                        "construct-only": false,
78010                        "controllable": true,
78011                        "default": "0",
78012                        "max": "20",
78013                        "min": "0",
78014                        "mutable": "null",
78015                        "readable": true,
78016                        "type": "gfloat",
78017                        "writable": false
78018                    },
78019                    "rlm-0": {
78020                        "blurb": "Reduction level meter 0",
78021                        "conditionally-available": false,
78022                        "construct": false,
78023                        "construct-only": false,
78024                        "controllable": true,
78025                        "default": "0",
78026                        "max": "15.8489",
78027                        "min": "0",
78028                        "mutable": "null",
78029                        "readable": true,
78030                        "type": "gfloat",
78031                        "writable": false
78032                    },
78033                    "rlm-1": {
78034                        "blurb": "Reduction level meter 1",
78035                        "conditionally-available": false,
78036                        "construct": false,
78037                        "construct-only": false,
78038                        "controllable": true,
78039                        "default": "0",
78040                        "max": "15.8489",
78041                        "min": "0",
78042                        "mutable": "null",
78043                        "readable": true,
78044                        "type": "gfloat",
78045                        "writable": false
78046                    },
78047                    "rlm-2": {
78048                        "blurb": "Reduction level meter 2",
78049                        "conditionally-available": false,
78050                        "construct": false,
78051                        "construct-only": false,
78052                        "controllable": true,
78053                        "default": "0",
78054                        "max": "15.8489",
78055                        "min": "0",
78056                        "mutable": "null",
78057                        "readable": true,
78058                        "type": "gfloat",
78059                        "writable": false
78060                    },
78061                    "rlm-3": {
78062                        "blurb": "Reduction level meter 3",
78063                        "conditionally-available": false,
78064                        "construct": false,
78065                        "construct-only": false,
78066                        "controllable": true,
78067                        "default": "0",
78068                        "max": "15.8489",
78069                        "min": "0",
78070                        "mutable": "null",
78071                        "readable": true,
78072                        "type": "gfloat",
78073                        "writable": false
78074                    },
78075                    "rlm-4": {
78076                        "blurb": "Reduction level meter 4",
78077                        "conditionally-available": false,
78078                        "construct": false,
78079                        "construct-only": false,
78080                        "controllable": true,
78081                        "default": "0",
78082                        "max": "15.8489",
78083                        "min": "0",
78084                        "mutable": "null",
78085                        "readable": true,
78086                        "type": "gfloat",
78087                        "writable": false
78088                    },
78089                    "rlm-5": {
78090                        "blurb": "Reduction level meter 5",
78091                        "conditionally-available": false,
78092                        "construct": false,
78093                        "construct-only": false,
78094                        "controllable": true,
78095                        "default": "0",
78096                        "max": "15.8489",
78097                        "min": "0",
78098                        "mutable": "null",
78099                        "readable": true,
78100                        "type": "gfloat",
78101                        "writable": false
78102                    },
78103                    "rlm-6": {
78104                        "blurb": "Reduction level meter 6",
78105                        "conditionally-available": false,
78106                        "construct": false,
78107                        "construct-only": false,
78108                        "controllable": true,
78109                        "default": "0",
78110                        "max": "15.8489",
78111                        "min": "0",
78112                        "mutable": "null",
78113                        "readable": true,
78114                        "type": "gfloat",
78115                        "writable": false
78116                    },
78117                    "rlm-7": {
78118                        "blurb": "Reduction level meter 7",
78119                        "conditionally-available": false,
78120                        "construct": false,
78121                        "construct-only": false,
78122                        "controllable": true,
78123                        "default": "0",
78124                        "max": "15.8489",
78125                        "min": "0",
78126                        "mutable": "null",
78127                        "readable": true,
78128                        "type": "gfloat",
78129                        "writable": false
78130                    },
78131                    "rrl-0": {
78132                        "blurb": "Relative release level 0",
78133                        "conditionally-available": false,
78134                        "construct": true,
78135                        "construct-only": false,
78136                        "controllable": true,
78137                        "default": "0",
78138                        "max": "63.0957",
78139                        "min": "0",
78140                        "mutable": "null",
78141                        "readable": true,
78142                        "type": "gfloat",
78143                        "writable": true
78144                    },
78145                    "rrl-1": {
78146                        "blurb": "Relative release level 1",
78147                        "conditionally-available": false,
78148                        "construct": true,
78149                        "construct-only": false,
78150                        "controllable": true,
78151                        "default": "0",
78152                        "max": "63.0957",
78153                        "min": "0",
78154                        "mutable": "null",
78155                        "readable": true,
78156                        "type": "gfloat",
78157                        "writable": true
78158                    },
78159                    "rrl-2": {
78160                        "blurb": "Relative release level 2",
78161                        "conditionally-available": false,
78162                        "construct": true,
78163                        "construct-only": false,
78164                        "controllable": true,
78165                        "default": "0",
78166                        "max": "63.0957",
78167                        "min": "0",
78168                        "mutable": "null",
78169                        "readable": true,
78170                        "type": "gfloat",
78171                        "writable": true
78172                    },
78173                    "rrl-3": {
78174                        "blurb": "Relative release level 3",
78175                        "conditionally-available": false,
78176                        "construct": true,
78177                        "construct-only": false,
78178                        "controllable": true,
78179                        "default": "0",
78180                        "max": "63.0957",
78181                        "min": "0",
78182                        "mutable": "null",
78183                        "readable": true,
78184                        "type": "gfloat",
78185                        "writable": true
78186                    },
78187                    "rrl-4": {
78188                        "blurb": "Relative release level 4",
78189                        "conditionally-available": false,
78190                        "construct": true,
78191                        "construct-only": false,
78192                        "controllable": true,
78193                        "default": "0",
78194                        "max": "63.0957",
78195                        "min": "0",
78196                        "mutable": "null",
78197                        "readable": true,
78198                        "type": "gfloat",
78199                        "writable": true
78200                    },
78201                    "rrl-5": {
78202                        "blurb": "Relative release level 5",
78203                        "conditionally-available": false,
78204                        "construct": true,
78205                        "construct-only": false,
78206                        "controllable": true,
78207                        "default": "0",
78208                        "max": "63.0957",
78209                        "min": "0",
78210                        "mutable": "null",
78211                        "readable": true,
78212                        "type": "gfloat",
78213                        "writable": true
78214                    },
78215                    "rrl-6": {
78216                        "blurb": "Relative release level 6",
78217                        "conditionally-available": false,
78218                        "construct": true,
78219                        "construct-only": false,
78220                        "controllable": true,
78221                        "default": "0",
78222                        "max": "63.0957",
78223                        "min": "0",
78224                        "mutable": "null",
78225                        "readable": true,
78226                        "type": "gfloat",
78227                        "writable": true
78228                    },
78229                    "rrl-7": {
78230                        "blurb": "Relative release level 7",
78231                        "conditionally-available": false,
78232                        "construct": true,
78233                        "construct-only": false,
78234                        "controllable": true,
78235                        "default": "0",
78236                        "max": "63.0957",
78237                        "min": "0",
78238                        "mutable": "null",
78239                        "readable": true,
78240                        "type": "gfloat",
78241                        "writable": true
78242                    },
78243                    "rt-0": {
78244                        "blurb": "Release time 0",
78245                        "conditionally-available": false,
78246                        "construct": true,
78247                        "construct-only": false,
78248                        "controllable": true,
78249                        "default": "100",
78250                        "max": "5000",
78251                        "min": "0",
78252                        "mutable": "null",
78253                        "readable": true,
78254                        "type": "gfloat",
78255                        "writable": true
78256                    },
78257                    "rt-1": {
78258                        "blurb": "Release time 1",
78259                        "conditionally-available": false,
78260                        "construct": true,
78261                        "construct-only": false,
78262                        "controllable": true,
78263                        "default": "100",
78264                        "max": "5000",
78265                        "min": "0",
78266                        "mutable": "null",
78267                        "readable": true,
78268                        "type": "gfloat",
78269                        "writable": true
78270                    },
78271                    "rt-2": {
78272                        "blurb": "Release time 2",
78273                        "conditionally-available": false,
78274                        "construct": true,
78275                        "construct-only": false,
78276                        "controllable": true,
78277                        "default": "100",
78278                        "max": "5000",
78279                        "min": "0",
78280                        "mutable": "null",
78281                        "readable": true,
78282                        "type": "gfloat",
78283                        "writable": true
78284                    },
78285                    "rt-3": {
78286                        "blurb": "Release time 3",
78287                        "conditionally-available": false,
78288                        "construct": true,
78289                        "construct-only": false,
78290                        "controllable": true,
78291                        "default": "100",
78292                        "max": "5000",
78293                        "min": "0",
78294                        "mutable": "null",
78295                        "readable": true,
78296                        "type": "gfloat",
78297                        "writable": true
78298                    },
78299                    "rt-4": {
78300                        "blurb": "Release time 4",
78301                        "conditionally-available": false,
78302                        "construct": true,
78303                        "construct-only": false,
78304                        "controllable": true,
78305                        "default": "100",
78306                        "max": "5000",
78307                        "min": "0",
78308                        "mutable": "null",
78309                        "readable": true,
78310                        "type": "gfloat",
78311                        "writable": true
78312                    },
78313                    "rt-5": {
78314                        "blurb": "Release time 5",
78315                        "conditionally-available": false,
78316                        "construct": true,
78317                        "construct-only": false,
78318                        "controllable": true,
78319                        "default": "100",
78320                        "max": "5000",
78321                        "min": "0",
78322                        "mutable": "null",
78323                        "readable": true,
78324                        "type": "gfloat",
78325                        "writable": true
78326                    },
78327                    "rt-6": {
78328                        "blurb": "Release time 6",
78329                        "conditionally-available": false,
78330                        "construct": true,
78331                        "construct-only": false,
78332                        "controllable": true,
78333                        "default": "100",
78334                        "max": "5000",
78335                        "min": "0",
78336                        "mutable": "null",
78337                        "readable": true,
78338                        "type": "gfloat",
78339                        "writable": true
78340                    },
78341                    "rt-7": {
78342                        "blurb": "Release time 7",
78343                        "conditionally-available": false,
78344                        "construct": true,
78345                        "construct-only": false,
78346                        "controllable": true,
78347                        "default": "100",
78348                        "max": "5000",
78349                        "min": "0",
78350                        "mutable": "null",
78351                        "readable": true,
78352                        "type": "gfloat",
78353                        "writable": true
78354                    },
78355                    "schc-0": {
78356                        "blurb": "Sidechain custom hi-cut 0",
78357                        "conditionally-available": false,
78358                        "construct": true,
78359                        "construct-only": false,
78360                        "controllable": true,
78361                        "default": "false",
78362                        "mutable": "null",
78363                        "readable": true,
78364                        "type": "gboolean",
78365                        "writable": true
78366                    },
78367                    "schc-1": {
78368                        "blurb": "Sidechain custom hi-cut 1",
78369                        "conditionally-available": false,
78370                        "construct": true,
78371                        "construct-only": false,
78372                        "controllable": true,
78373                        "default": "false",
78374                        "mutable": "null",
78375                        "readable": true,
78376                        "type": "gboolean",
78377                        "writable": true
78378                    },
78379                    "schc-2": {
78380                        "blurb": "Sidechain custom hi-cut 2",
78381                        "conditionally-available": false,
78382                        "construct": true,
78383                        "construct-only": false,
78384                        "controllable": true,
78385                        "default": "false",
78386                        "mutable": "null",
78387                        "readable": true,
78388                        "type": "gboolean",
78389                        "writable": true
78390                    },
78391                    "schc-3": {
78392                        "blurb": "Sidechain custom hi-cut 3",
78393                        "conditionally-available": false,
78394                        "construct": true,
78395                        "construct-only": false,
78396                        "controllable": true,
78397                        "default": "false",
78398                        "mutable": "null",
78399                        "readable": true,
78400                        "type": "gboolean",
78401                        "writable": true
78402                    },
78403                    "schc-4": {
78404                        "blurb": "Sidechain custom hi-cut 4",
78405                        "conditionally-available": false,
78406                        "construct": true,
78407                        "construct-only": false,
78408                        "controllable": true,
78409                        "default": "false",
78410                        "mutable": "null",
78411                        "readable": true,
78412                        "type": "gboolean",
78413                        "writable": true
78414                    },
78415                    "schc-5": {
78416                        "blurb": "Sidechain custom hi-cut 5",
78417                        "conditionally-available": false,
78418                        "construct": true,
78419                        "construct-only": false,
78420                        "controllable": true,
78421                        "default": "false",
78422                        "mutable": "null",
78423                        "readable": true,
78424                        "type": "gboolean",
78425                        "writable": true
78426                    },
78427                    "schc-6": {
78428                        "blurb": "Sidechain custom hi-cut 6",
78429                        "conditionally-available": false,
78430                        "construct": true,
78431                        "construct-only": false,
78432                        "controllable": true,
78433                        "default": "false",
78434                        "mutable": "null",
78435                        "readable": true,
78436                        "type": "gboolean",
78437                        "writable": true
78438                    },
78439                    "schc-7": {
78440                        "blurb": "Sidechain custom hi-cut 7",
78441                        "conditionally-available": false,
78442                        "construct": true,
78443                        "construct-only": false,
78444                        "controllable": true,
78445                        "default": "false",
78446                        "mutable": "null",
78447                        "readable": true,
78448                        "type": "gboolean",
78449                        "writable": true
78450                    },
78451                    "schf-0": {
78452                        "blurb": "Sidechain hi-cut frequency 0",
78453                        "conditionally-available": false,
78454                        "construct": true,
78455                        "construct-only": false,
78456                        "controllable": true,
78457                        "default": "40",
78458                        "max": "20000",
78459                        "min": "20",
78460                        "mutable": "null",
78461                        "readable": true,
78462                        "type": "gfloat",
78463                        "writable": true
78464                    },
78465                    "schf-1": {
78466                        "blurb": "Sidechain hi-cut frequency 1",
78467                        "conditionally-available": false,
78468                        "construct": true,
78469                        "construct-only": false,
78470                        "controllable": true,
78471                        "default": "100",
78472                        "max": "20000",
78473                        "min": "20",
78474                        "mutable": "null",
78475                        "readable": true,
78476                        "type": "gfloat",
78477                        "writable": true
78478                    },
78479                    "schf-2": {
78480                        "blurb": "Sidechain hi-cut frequency 2",
78481                        "conditionally-available": false,
78482                        "construct": true,
78483                        "construct-only": false,
78484                        "controllable": true,
78485                        "default": "252",
78486                        "max": "20000",
78487                        "min": "20",
78488                        "mutable": "null",
78489                        "readable": true,
78490                        "type": "gfloat",
78491                        "writable": true
78492                    },
78493                    "schf-3": {
78494                        "blurb": "Sidechain hi-cut frequency 3",
78495                        "conditionally-available": false,
78496                        "construct": true,
78497                        "construct-only": false,
78498                        "controllable": true,
78499                        "default": "632",
78500                        "max": "20000",
78501                        "min": "20",
78502                        "mutable": "null",
78503                        "readable": true,
78504                        "type": "gfloat",
78505                        "writable": true
78506                    },
78507                    "schf-4": {
78508                        "blurb": "Sidechain hi-cut frequency 4",
78509                        "conditionally-available": false,
78510                        "construct": true,
78511                        "construct-only": false,
78512                        "controllable": true,
78513                        "default": "1587",
78514                        "max": "20000",
78515                        "min": "20",
78516                        "mutable": "null",
78517                        "readable": true,
78518                        "type": "gfloat",
78519                        "writable": true
78520                    },
78521                    "schf-5": {
78522                        "blurb": "Sidechain hi-cut frequency 5",
78523                        "conditionally-available": false,
78524                        "construct": true,
78525                        "construct-only": false,
78526                        "controllable": true,
78527                        "default": "3984",
78528                        "max": "20000",
78529                        "min": "20",
78530                        "mutable": "null",
78531                        "readable": true,
78532                        "type": "gfloat",
78533                        "writable": true
78534                    },
78535                    "schf-6": {
78536                        "blurb": "Sidechain hi-cut frequency 6",
78537                        "conditionally-available": false,
78538                        "construct": true,
78539                        "construct-only": false,
78540                        "controllable": true,
78541                        "default": "10000",
78542                        "max": "20000",
78543                        "min": "20",
78544                        "mutable": "null",
78545                        "readable": true,
78546                        "type": "gfloat",
78547                        "writable": true
78548                    },
78549                    "schf-7": {
78550                        "blurb": "Sidechain hi-cut frequency 7",
78551                        "conditionally-available": false,
78552                        "construct": true,
78553                        "construct-only": false,
78554                        "controllable": true,
78555                        "default": "20000",
78556                        "max": "20000",
78557                        "min": "20",
78558                        "mutable": "null",
78559                        "readable": true,
78560                        "type": "gfloat",
78561                        "writable": true
78562                    },
78563                    "sclc-0": {
78564                        "blurb": "Sidechain custom lo-cut 0",
78565                        "conditionally-available": false,
78566                        "construct": true,
78567                        "construct-only": false,
78568                        "controllable": true,
78569                        "default": "false",
78570                        "mutable": "null",
78571                        "readable": true,
78572                        "type": "gboolean",
78573                        "writable": true
78574                    },
78575                    "sclc-1": {
78576                        "blurb": "Sidechain custom lo-cut 1",
78577                        "conditionally-available": false,
78578                        "construct": true,
78579                        "construct-only": false,
78580                        "controllable": true,
78581                        "default": "false",
78582                        "mutable": "null",
78583                        "readable": true,
78584                        "type": "gboolean",
78585                        "writable": true
78586                    },
78587                    "sclc-2": {
78588                        "blurb": "Sidechain custom lo-cut 2",
78589                        "conditionally-available": false,
78590                        "construct": true,
78591                        "construct-only": false,
78592                        "controllable": true,
78593                        "default": "false",
78594                        "mutable": "null",
78595                        "readable": true,
78596                        "type": "gboolean",
78597                        "writable": true
78598                    },
78599                    "sclc-3": {
78600                        "blurb": "Sidechain custom lo-cut 3",
78601                        "conditionally-available": false,
78602                        "construct": true,
78603                        "construct-only": false,
78604                        "controllable": true,
78605                        "default": "false",
78606                        "mutable": "null",
78607                        "readable": true,
78608                        "type": "gboolean",
78609                        "writable": true
78610                    },
78611                    "sclc-4": {
78612                        "blurb": "Sidechain custom lo-cut 4",
78613                        "conditionally-available": false,
78614                        "construct": true,
78615                        "construct-only": false,
78616                        "controllable": true,
78617                        "default": "false",
78618                        "mutable": "null",
78619                        "readable": true,
78620                        "type": "gboolean",
78621                        "writable": true
78622                    },
78623                    "sclc-5": {
78624                        "blurb": "Sidechain custom lo-cut 5",
78625                        "conditionally-available": false,
78626                        "construct": true,
78627                        "construct-only": false,
78628                        "controllable": true,
78629                        "default": "false",
78630                        "mutable": "null",
78631                        "readable": true,
78632                        "type": "gboolean",
78633                        "writable": true
78634                    },
78635                    "sclc-6": {
78636                        "blurb": "Sidechain custom lo-cut 6",
78637                        "conditionally-available": false,
78638                        "construct": true,
78639                        "construct-only": false,
78640                        "controllable": true,
78641                        "default": "false",
78642                        "mutable": "null",
78643                        "readable": true,
78644                        "type": "gboolean",
78645                        "writable": true
78646                    },
78647                    "sclc-7": {
78648                        "blurb": "Sidechain custom lo-cut 7",
78649                        "conditionally-available": false,
78650                        "construct": true,
78651                        "construct-only": false,
78652                        "controllable": true,
78653                        "default": "false",
78654                        "mutable": "null",
78655                        "readable": true,
78656                        "type": "gboolean",
78657                        "writable": true
78658                    },
78659                    "sclf-0": {
78660                        "blurb": "Sidechain lo-cut frequency 0",
78661                        "conditionally-available": false,
78662                        "construct": true,
78663                        "construct-only": false,
78664                        "controllable": true,
78665                        "default": "10",
78666                        "max": "20000",
78667                        "min": "10",
78668                        "mutable": "null",
78669                        "readable": true,
78670                        "type": "gfloat",
78671                        "writable": true
78672                    },
78673                    "sclf-1": {
78674                        "blurb": "Sidechain lo-cut frequency 1",
78675                        "conditionally-available": false,
78676                        "construct": true,
78677                        "construct-only": false,
78678                        "controllable": true,
78679                        "default": "40",
78680                        "max": "20000",
78681                        "min": "20",
78682                        "mutable": "null",
78683                        "readable": true,
78684                        "type": "gfloat",
78685                        "writable": true
78686                    },
78687                    "sclf-2": {
78688                        "blurb": "Sidechain lo-cut frequency 2",
78689                        "conditionally-available": false,
78690                        "construct": true,
78691                        "construct-only": false,
78692                        "controllable": true,
78693                        "default": "100",
78694                        "max": "20000",
78695                        "min": "20",
78696                        "mutable": "null",
78697                        "readable": true,
78698                        "type": "gfloat",
78699                        "writable": true
78700                    },
78701                    "sclf-3": {
78702                        "blurb": "Sidechain lo-cut frequency 3",
78703                        "conditionally-available": false,
78704                        "construct": true,
78705                        "construct-only": false,
78706                        "controllable": true,
78707                        "default": "252",
78708                        "max": "20000",
78709                        "min": "20",
78710                        "mutable": "null",
78711                        "readable": true,
78712                        "type": "gfloat",
78713                        "writable": true
78714                    },
78715                    "sclf-4": {
78716                        "blurb": "Sidechain lo-cut frequency 4",
78717                        "conditionally-available": false,
78718                        "construct": true,
78719                        "construct-only": false,
78720                        "controllable": true,
78721                        "default": "632",
78722                        "max": "20000",
78723                        "min": "20",
78724                        "mutable": "null",
78725                        "readable": true,
78726                        "type": "gfloat",
78727                        "writable": true
78728                    },
78729                    "sclf-5": {
78730                        "blurb": "Sidechain lo-cut frequency 5",
78731                        "conditionally-available": false,
78732                        "construct": true,
78733                        "construct-only": false,
78734                        "controllable": true,
78735                        "default": "1587",
78736                        "max": "20000",
78737                        "min": "20",
78738                        "mutable": "null",
78739                        "readable": true,
78740                        "type": "gfloat",
78741                        "writable": true
78742                    },
78743                    "sclf-6": {
78744                        "blurb": "Sidechain lo-cut frequency 6",
78745                        "conditionally-available": false,
78746                        "construct": true,
78747                        "construct-only": false,
78748                        "controllable": true,
78749                        "default": "3984",
78750                        "max": "20000",
78751                        "min": "20",
78752                        "mutable": "null",
78753                        "readable": true,
78754                        "type": "gfloat",
78755                        "writable": true
78756                    },
78757                    "sclf-7": {
78758                        "blurb": "Sidechain lo-cut frequency 7",
78759                        "conditionally-available": false,
78760                        "construct": true,
78761                        "construct-only": false,
78762                        "controllable": true,
78763                        "default": "10000",
78764                        "max": "20000",
78765                        "min": "20",
78766                        "mutable": "null",
78767                        "readable": true,
78768                        "type": "gfloat",
78769                        "writable": true
78770                    },
78771                    "scm-0": {
78772                        "blurb": "Sidechain mode 0",
78773                        "conditionally-available": false,
78774                        "construct": true,
78775                        "construct-only": false,
78776                        "controllable": true,
78777                        "default": "RMS (1)",
78778                        "mutable": "null",
78779                        "readable": true,
78780                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-0",
78781                        "writable": true
78782                    },
78783                    "scm-1": {
78784                        "blurb": "Sidechain mode 1",
78785                        "conditionally-available": false,
78786                        "construct": true,
78787                        "construct-only": false,
78788                        "controllable": true,
78789                        "default": "RMS (1)",
78790                        "mutable": "null",
78791                        "readable": true,
78792                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-1",
78793                        "writable": true
78794                    },
78795                    "scm-2": {
78796                        "blurb": "Sidechain mode 2",
78797                        "conditionally-available": false,
78798                        "construct": true,
78799                        "construct-only": false,
78800                        "controllable": true,
78801                        "default": "RMS (1)",
78802                        "mutable": "null",
78803                        "readable": true,
78804                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-2",
78805                        "writable": true
78806                    },
78807                    "scm-3": {
78808                        "blurb": "Sidechain mode 3",
78809                        "conditionally-available": false,
78810                        "construct": true,
78811                        "construct-only": false,
78812                        "controllable": true,
78813                        "default": "RMS (1)",
78814                        "mutable": "null",
78815                        "readable": true,
78816                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-3",
78817                        "writable": true
78818                    },
78819                    "scm-4": {
78820                        "blurb": "Sidechain mode 4",
78821                        "conditionally-available": false,
78822                        "construct": true,
78823                        "construct-only": false,
78824                        "controllable": true,
78825                        "default": "RMS (1)",
78826                        "mutable": "null",
78827                        "readable": true,
78828                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-4",
78829                        "writable": true
78830                    },
78831                    "scm-5": {
78832                        "blurb": "Sidechain mode 5",
78833                        "conditionally-available": false,
78834                        "construct": true,
78835                        "construct-only": false,
78836                        "controllable": true,
78837                        "default": "RMS (1)",
78838                        "mutable": "null",
78839                        "readable": true,
78840                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-5",
78841                        "writable": true
78842                    },
78843                    "scm-6": {
78844                        "blurb": "Sidechain mode 6",
78845                        "conditionally-available": false,
78846                        "construct": true,
78847                        "construct-only": false,
78848                        "controllable": true,
78849                        "default": "RMS (1)",
78850                        "mutable": "null",
78851                        "readable": true,
78852                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-6",
78853                        "writable": true
78854                    },
78855                    "scm-7": {
78856                        "blurb": "Sidechain mode 7",
78857                        "conditionally-available": false,
78858                        "construct": true,
78859                        "construct-only": false,
78860                        "controllable": true,
78861                        "default": "RMS (1)",
78862                        "mutable": "null",
78863                        "readable": true,
78864                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-7",
78865                        "writable": true
78866                    },
78867                    "scp-0": {
78868                        "blurb": "Sidechain preamp 0",
78869                        "conditionally-available": false,
78870                        "construct": true,
78871                        "construct-only": false,
78872                        "controllable": true,
78873                        "default": "1",
78874                        "max": "100",
78875                        "min": "0",
78876                        "mutable": "null",
78877                        "readable": true,
78878                        "type": "gfloat",
78879                        "writable": true
78880                    },
78881                    "scp-1": {
78882                        "blurb": "Sidechain preamp 1",
78883                        "conditionally-available": false,
78884                        "construct": true,
78885                        "construct-only": false,
78886                        "controllable": true,
78887                        "default": "1",
78888                        "max": "100",
78889                        "min": "0",
78890                        "mutable": "null",
78891                        "readable": true,
78892                        "type": "gfloat",
78893                        "writable": true
78894                    },
78895                    "scp-2": {
78896                        "blurb": "Sidechain preamp 2",
78897                        "conditionally-available": false,
78898                        "construct": true,
78899                        "construct-only": false,
78900                        "controllable": true,
78901                        "default": "1",
78902                        "max": "100",
78903                        "min": "0",
78904                        "mutable": "null",
78905                        "readable": true,
78906                        "type": "gfloat",
78907                        "writable": true
78908                    },
78909                    "scp-3": {
78910                        "blurb": "Sidechain preamp 3",
78911                        "conditionally-available": false,
78912                        "construct": true,
78913                        "construct-only": false,
78914                        "controllable": true,
78915                        "default": "1",
78916                        "max": "100",
78917                        "min": "0",
78918                        "mutable": "null",
78919                        "readable": true,
78920                        "type": "gfloat",
78921                        "writable": true
78922                    },
78923                    "scp-4": {
78924                        "blurb": "Sidechain preamp 4",
78925                        "conditionally-available": false,
78926                        "construct": true,
78927                        "construct-only": false,
78928                        "controllable": true,
78929                        "default": "1",
78930                        "max": "100",
78931                        "min": "0",
78932                        "mutable": "null",
78933                        "readable": true,
78934                        "type": "gfloat",
78935                        "writable": true
78936                    },
78937                    "scp-5": {
78938                        "blurb": "Sidechain preamp 5",
78939                        "conditionally-available": false,
78940                        "construct": true,
78941                        "construct-only": false,
78942                        "controllable": true,
78943                        "default": "1",
78944                        "max": "100",
78945                        "min": "0",
78946                        "mutable": "null",
78947                        "readable": true,
78948                        "type": "gfloat",
78949                        "writable": true
78950                    },
78951                    "scp-6": {
78952                        "blurb": "Sidechain preamp 6",
78953                        "conditionally-available": false,
78954                        "construct": true,
78955                        "construct-only": false,
78956                        "controllable": true,
78957                        "default": "1",
78958                        "max": "100",
78959                        "min": "0",
78960                        "mutable": "null",
78961                        "readable": true,
78962                        "type": "gfloat",
78963                        "writable": true
78964                    },
78965                    "scp-7": {
78966                        "blurb": "Sidechain preamp 7",
78967                        "conditionally-available": false,
78968                        "construct": true,
78969                        "construct-only": false,
78970                        "controllable": true,
78971                        "default": "1",
78972                        "max": "100",
78973                        "min": "0",
78974                        "mutable": "null",
78975                        "readable": true,
78976                        "type": "gfloat",
78977                        "writable": true
78978                    },
78979                    "scr-0": {
78980                        "blurb": "Sidechain reactivity 0",
78981                        "conditionally-available": false,
78982                        "construct": true,
78983                        "construct-only": false,
78984                        "controllable": true,
78985                        "default": "10",
78986                        "max": "250",
78987                        "min": "0",
78988                        "mutable": "null",
78989                        "readable": true,
78990                        "type": "gfloat",
78991                        "writable": true
78992                    },
78993                    "scr-1": {
78994                        "blurb": "Sidechain reactivity 1",
78995                        "conditionally-available": false,
78996                        "construct": true,
78997                        "construct-only": false,
78998                        "controllable": true,
78999                        "default": "10",
79000                        "max": "250",
79001                        "min": "0",
79002                        "mutable": "null",
79003                        "readable": true,
79004                        "type": "gfloat",
79005                        "writable": true
79006                    },
79007                    "scr-2": {
79008                        "blurb": "Sidechain reactivity 2",
79009                        "conditionally-available": false,
79010                        "construct": true,
79011                        "construct-only": false,
79012                        "controllable": true,
79013                        "default": "10",
79014                        "max": "250",
79015                        "min": "0",
79016                        "mutable": "null",
79017                        "readable": true,
79018                        "type": "gfloat",
79019                        "writable": true
79020                    },
79021                    "scr-3": {
79022                        "blurb": "Sidechain reactivity 3",
79023                        "conditionally-available": false,
79024                        "construct": true,
79025                        "construct-only": false,
79026                        "controllable": true,
79027                        "default": "10",
79028                        "max": "250",
79029                        "min": "0",
79030                        "mutable": "null",
79031                        "readable": true,
79032                        "type": "gfloat",
79033                        "writable": true
79034                    },
79035                    "scr-4": {
79036                        "blurb": "Sidechain reactivity 4",
79037                        "conditionally-available": false,
79038                        "construct": true,
79039                        "construct-only": false,
79040                        "controllable": true,
79041                        "default": "10",
79042                        "max": "250",
79043                        "min": "0",
79044                        "mutable": "null",
79045                        "readable": true,
79046                        "type": "gfloat",
79047                        "writable": true
79048                    },
79049                    "scr-5": {
79050                        "blurb": "Sidechain reactivity 5",
79051                        "conditionally-available": false,
79052                        "construct": true,
79053                        "construct-only": false,
79054                        "controllable": true,
79055                        "default": "10",
79056                        "max": "250",
79057                        "min": "0",
79058                        "mutable": "null",
79059                        "readable": true,
79060                        "type": "gfloat",
79061                        "writable": true
79062                    },
79063                    "scr-6": {
79064                        "blurb": "Sidechain reactivity 6",
79065                        "conditionally-available": false,
79066                        "construct": true,
79067                        "construct-only": false,
79068                        "controllable": true,
79069                        "default": "10",
79070                        "max": "250",
79071                        "min": "0",
79072                        "mutable": "null",
79073                        "readable": true,
79074                        "type": "gfloat",
79075                        "writable": true
79076                    },
79077                    "scr-7": {
79078                        "blurb": "Sidechain reactivity 7",
79079                        "conditionally-available": false,
79080                        "construct": true,
79081                        "construct-only": false,
79082                        "controllable": true,
79083                        "default": "10",
79084                        "max": "250",
79085                        "min": "0",
79086                        "mutable": "null",
79087                        "readable": true,
79088                        "type": "gfloat",
79089                        "writable": true
79090                    },
79091                    "sf-1": {
79092                        "blurb": "Split frequency 1",
79093                        "conditionally-available": false,
79094                        "construct": true,
79095                        "construct-only": false,
79096                        "controllable": true,
79097                        "default": "40",
79098                        "max": "20000",
79099                        "min": "20",
79100                        "mutable": "null",
79101                        "readable": true,
79102                        "type": "gfloat",
79103                        "writable": true
79104                    },
79105                    "sf-2": {
79106                        "blurb": "Split frequency 2",
79107                        "conditionally-available": false,
79108                        "construct": true,
79109                        "construct-only": false,
79110                        "controllable": true,
79111                        "default": "100",
79112                        "max": "20000",
79113                        "min": "20",
79114                        "mutable": "null",
79115                        "readable": true,
79116                        "type": "gfloat",
79117                        "writable": true
79118                    },
79119                    "sf-3": {
79120                        "blurb": "Split frequency 3",
79121                        "conditionally-available": false,
79122                        "construct": true,
79123                        "construct-only": false,
79124                        "controllable": true,
79125                        "default": "252",
79126                        "max": "20000",
79127                        "min": "20",
79128                        "mutable": "null",
79129                        "readable": true,
79130                        "type": "gfloat",
79131                        "writable": true
79132                    },
79133                    "sf-4": {
79134                        "blurb": "Split frequency 4",
79135                        "conditionally-available": false,
79136                        "construct": true,
79137                        "construct-only": false,
79138                        "controllable": true,
79139                        "default": "632",
79140                        "max": "20000",
79141                        "min": "20",
79142                        "mutable": "null",
79143                        "readable": true,
79144                        "type": "gfloat",
79145                        "writable": true
79146                    },
79147                    "sf-5": {
79148                        "blurb": "Split frequency 5",
79149                        "conditionally-available": false,
79150                        "construct": true,
79151                        "construct-only": false,
79152                        "controllable": true,
79153                        "default": "1587",
79154                        "max": "20000",
79155                        "min": "20",
79156                        "mutable": "null",
79157                        "readable": true,
79158                        "type": "gfloat",
79159                        "writable": true
79160                    },
79161                    "sf-6": {
79162                        "blurb": "Split frequency 6",
79163                        "conditionally-available": false,
79164                        "construct": true,
79165                        "construct-only": false,
79166                        "controllable": true,
79167                        "default": "3984",
79168                        "max": "20000",
79169                        "min": "20",
79170                        "mutable": "null",
79171                        "readable": true,
79172                        "type": "gfloat",
79173                        "writable": true
79174                    },
79175                    "sf-7": {
79176                        "blurb": "Split frequency 7",
79177                        "conditionally-available": false,
79178                        "construct": true,
79179                        "construct-only": false,
79180                        "controllable": true,
79181                        "default": "10000",
79182                        "max": "20000",
79183                        "min": "20",
79184                        "mutable": "null",
79185                        "readable": true,
79186                        "type": "gfloat",
79187                        "writable": true
79188                    },
79189                    "shift": {
79190                        "blurb": "Shift gain",
79191                        "conditionally-available": false,
79192                        "construct": true,
79193                        "construct-only": false,
79194                        "controllable": true,
79195                        "default": "1",
79196                        "max": "100",
79197                        "min": "0",
79198                        "mutable": "null",
79199                        "readable": true,
79200                        "type": "gfloat",
79201                        "writable": true
79202                    },
79203                    "sla-0": {
79204                        "blurb": "Sidechain lookahead 0",
79205                        "conditionally-available": false,
79206                        "construct": true,
79207                        "construct-only": false,
79208                        "controllable": true,
79209                        "default": "0",
79210                        "max": "20",
79211                        "min": "0",
79212                        "mutable": "null",
79213                        "readable": true,
79214                        "type": "gfloat",
79215                        "writable": true
79216                    },
79217                    "sla-1": {
79218                        "blurb": "Sidechain lookahead 1",
79219                        "conditionally-available": false,
79220                        "construct": true,
79221                        "construct-only": false,
79222                        "controllable": true,
79223                        "default": "0",
79224                        "max": "20",
79225                        "min": "0",
79226                        "mutable": "null",
79227                        "readable": true,
79228                        "type": "gfloat",
79229                        "writable": true
79230                    },
79231                    "sla-2": {
79232                        "blurb": "Sidechain lookahead 2",
79233                        "conditionally-available": false,
79234                        "construct": true,
79235                        "construct-only": false,
79236                        "controllable": true,
79237                        "default": "0",
79238                        "max": "20",
79239                        "min": "0",
79240                        "mutable": "null",
79241                        "readable": true,
79242                        "type": "gfloat",
79243                        "writable": true
79244                    },
79245                    "sla-3": {
79246                        "blurb": "Sidechain lookahead 3",
79247                        "conditionally-available": false,
79248                        "construct": true,
79249                        "construct-only": false,
79250                        "controllable": true,
79251                        "default": "0",
79252                        "max": "20",
79253                        "min": "0",
79254                        "mutable": "null",
79255                        "readable": true,
79256                        "type": "gfloat",
79257                        "writable": true
79258                    },
79259                    "sla-4": {
79260                        "blurb": "Sidechain lookahead 4",
79261                        "conditionally-available": false,
79262                        "construct": true,
79263                        "construct-only": false,
79264                        "controllable": true,
79265                        "default": "0",
79266                        "max": "20",
79267                        "min": "0",
79268                        "mutable": "null",
79269                        "readable": true,
79270                        "type": "gfloat",
79271                        "writable": true
79272                    },
79273                    "sla-5": {
79274                        "blurb": "Sidechain lookahead 5",
79275                        "conditionally-available": false,
79276                        "construct": true,
79277                        "construct-only": false,
79278                        "controllable": true,
79279                        "default": "0",
79280                        "max": "20",
79281                        "min": "0",
79282                        "mutable": "null",
79283                        "readable": true,
79284                        "type": "gfloat",
79285                        "writable": true
79286                    },
79287                    "sla-6": {
79288                        "blurb": "Sidechain lookahead 6",
79289                        "conditionally-available": false,
79290                        "construct": true,
79291                        "construct-only": false,
79292                        "controllable": true,
79293                        "default": "0",
79294                        "max": "20",
79295                        "min": "0",
79296                        "mutable": "null",
79297                        "readable": true,
79298                        "type": "gfloat",
79299                        "writable": true
79300                    },
79301                    "sla-7": {
79302                        "blurb": "Sidechain lookahead 7",
79303                        "conditionally-available": false,
79304                        "construct": true,
79305                        "construct-only": false,
79306                        "controllable": true,
79307                        "default": "0",
79308                        "max": "20",
79309                        "min": "0",
79310                        "mutable": "null",
79311                        "readable": true,
79312                        "type": "gfloat",
79313                        "writable": true
79314                    },
79315                    "zoom": {
79316                        "blurb": "Graph zoom",
79317                        "conditionally-available": false,
79318                        "construct": true,
79319                        "construct-only": false,
79320                        "controllable": true,
79321                        "default": "1",
79322                        "max": "1",
79323                        "min": "0.12589",
79324                        "mutable": "null",
79325                        "readable": true,
79326                        "type": "gfloat",
79327                        "writable": true
79328                    }
79329                },
79330                "rank": "none"
79331            },
79332            "lsp-plug-in-plugins-lv2-mb-compressor-ms": {
79333                "author": "LSP LV2",
79334                "description": "LSP Multiband Compressor MidSide x8",
79335                "hierarchy": [
79336                    "lsp-plug-in-plugins-lv2-mb-compressor-ms",
79337                    "GstAudioFilter",
79338                    "GstBaseTransform",
79339                    "GstElement",
79340                    "GstObject",
79341                    "GInitiallyUnowned",
79342                    "GObject"
79343                ],
79344                "interfaces": [
79345                    "GstPreset"
79346                ],
79347                "klass": "Filter/Effect/Audio/LV2/Compressor",
79348                "long-name": "LSP Multiband Compressor MidSide x8",
79349                "pad-templates": {
79350                    "sink": {
79351                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
79352                        "direction": "sink",
79353                        "presence": "always"
79354                    },
79355                    "src": {
79356                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
79357                        "direction": "src",
79358                        "presence": "always"
79359                    }
79360                },
79361                "properties": {
79362                    "al-0m": {
79363                        "blurb": "Attack level 0 Mid",
79364                        "conditionally-available": false,
79365                        "construct": true,
79366                        "construct-only": false,
79367                        "controllable": true,
79368                        "default": "0.25119",
79369                        "max": "1",
79370                        "min": "0.001",
79371                        "mutable": "null",
79372                        "readable": true,
79373                        "type": "gfloat",
79374                        "writable": true
79375                    },
79376                    "al-0s": {
79377                        "blurb": "Attack level 0 Side",
79378                        "conditionally-available": false,
79379                        "construct": true,
79380                        "construct-only": false,
79381                        "controllable": true,
79382                        "default": "0.25119",
79383                        "max": "1",
79384                        "min": "0.001",
79385                        "mutable": "null",
79386                        "readable": true,
79387                        "type": "gfloat",
79388                        "writable": true
79389                    },
79390                    "al-1m": {
79391                        "blurb": "Attack level 1 Mid",
79392                        "conditionally-available": false,
79393                        "construct": true,
79394                        "construct-only": false,
79395                        "controllable": true,
79396                        "default": "0.25119",
79397                        "max": "1",
79398                        "min": "0.001",
79399                        "mutable": "null",
79400                        "readable": true,
79401                        "type": "gfloat",
79402                        "writable": true
79403                    },
79404                    "al-1s": {
79405                        "blurb": "Attack level 1 Side",
79406                        "conditionally-available": false,
79407                        "construct": true,
79408                        "construct-only": false,
79409                        "controllable": true,
79410                        "default": "0.25119",
79411                        "max": "1",
79412                        "min": "0.001",
79413                        "mutable": "null",
79414                        "readable": true,
79415                        "type": "gfloat",
79416                        "writable": true
79417                    },
79418                    "al-2m": {
79419                        "blurb": "Attack level 2 Mid",
79420                        "conditionally-available": false,
79421                        "construct": true,
79422                        "construct-only": false,
79423                        "controllable": true,
79424                        "default": "0.25119",
79425                        "max": "1",
79426                        "min": "0.001",
79427                        "mutable": "null",
79428                        "readable": true,
79429                        "type": "gfloat",
79430                        "writable": true
79431                    },
79432                    "al-2s": {
79433                        "blurb": "Attack level 2 Side",
79434                        "conditionally-available": false,
79435                        "construct": true,
79436                        "construct-only": false,
79437                        "controllable": true,
79438                        "default": "0.25119",
79439                        "max": "1",
79440                        "min": "0.001",
79441                        "mutable": "null",
79442                        "readable": true,
79443                        "type": "gfloat",
79444                        "writable": true
79445                    },
79446                    "al-3m": {
79447                        "blurb": "Attack level 3 Mid",
79448                        "conditionally-available": false,
79449                        "construct": true,
79450                        "construct-only": false,
79451                        "controllable": true,
79452                        "default": "0.25119",
79453                        "max": "1",
79454                        "min": "0.001",
79455                        "mutable": "null",
79456                        "readable": true,
79457                        "type": "gfloat",
79458                        "writable": true
79459                    },
79460                    "al-3s": {
79461                        "blurb": "Attack level 3 Side",
79462                        "conditionally-available": false,
79463                        "construct": true,
79464                        "construct-only": false,
79465                        "controllable": true,
79466                        "default": "0.25119",
79467                        "max": "1",
79468                        "min": "0.001",
79469                        "mutable": "null",
79470                        "readable": true,
79471                        "type": "gfloat",
79472                        "writable": true
79473                    },
79474                    "al-4m": {
79475                        "blurb": "Attack level 4 Mid",
79476                        "conditionally-available": false,
79477                        "construct": true,
79478                        "construct-only": false,
79479                        "controllable": true,
79480                        "default": "0.25119",
79481                        "max": "1",
79482                        "min": "0.001",
79483                        "mutable": "null",
79484                        "readable": true,
79485                        "type": "gfloat",
79486                        "writable": true
79487                    },
79488                    "al-4s": {
79489                        "blurb": "Attack level 4 Side",
79490                        "conditionally-available": false,
79491                        "construct": true,
79492                        "construct-only": false,
79493                        "controllable": true,
79494                        "default": "0.25119",
79495                        "max": "1",
79496                        "min": "0.001",
79497                        "mutable": "null",
79498                        "readable": true,
79499                        "type": "gfloat",
79500                        "writable": true
79501                    },
79502                    "al-5m": {
79503                        "blurb": "Attack level 5 Mid",
79504                        "conditionally-available": false,
79505                        "construct": true,
79506                        "construct-only": false,
79507                        "controllable": true,
79508                        "default": "0.25119",
79509                        "max": "1",
79510                        "min": "0.001",
79511                        "mutable": "null",
79512                        "readable": true,
79513                        "type": "gfloat",
79514                        "writable": true
79515                    },
79516                    "al-5s": {
79517                        "blurb": "Attack level 5 Side",
79518                        "conditionally-available": false,
79519                        "construct": true,
79520                        "construct-only": false,
79521                        "controllable": true,
79522                        "default": "0.25119",
79523                        "max": "1",
79524                        "min": "0.001",
79525                        "mutable": "null",
79526                        "readable": true,
79527                        "type": "gfloat",
79528                        "writable": true
79529                    },
79530                    "al-6m": {
79531                        "blurb": "Attack level 6 Mid",
79532                        "conditionally-available": false,
79533                        "construct": true,
79534                        "construct-only": false,
79535                        "controllable": true,
79536                        "default": "0.25119",
79537                        "max": "1",
79538                        "min": "0.001",
79539                        "mutable": "null",
79540                        "readable": true,
79541                        "type": "gfloat",
79542                        "writable": true
79543                    },
79544                    "al-6s": {
79545                        "blurb": "Attack level 6 Side",
79546                        "conditionally-available": false,
79547                        "construct": true,
79548                        "construct-only": false,
79549                        "controllable": true,
79550                        "default": "0.25119",
79551                        "max": "1",
79552                        "min": "0.001",
79553                        "mutable": "null",
79554                        "readable": true,
79555                        "type": "gfloat",
79556                        "writable": true
79557                    },
79558                    "al-7m": {
79559                        "blurb": "Attack level 7 Mid",
79560                        "conditionally-available": false,
79561                        "construct": true,
79562                        "construct-only": false,
79563                        "controllable": true,
79564                        "default": "0.25119",
79565                        "max": "1",
79566                        "min": "0.001",
79567                        "mutable": "null",
79568                        "readable": true,
79569                        "type": "gfloat",
79570                        "writable": true
79571                    },
79572                    "al-7s": {
79573                        "blurb": "Attack level 7 Side",
79574                        "conditionally-available": false,
79575                        "construct": true,
79576                        "construct-only": false,
79577                        "controllable": true,
79578                        "default": "0.25119",
79579                        "max": "1",
79580                        "min": "0.001",
79581                        "mutable": "null",
79582                        "readable": true,
79583                        "type": "gfloat",
79584                        "writable": true
79585                    },
79586                    "at-0m": {
79587                        "blurb": "Attack time 0 Mid",
79588                        "conditionally-available": false,
79589                        "construct": true,
79590                        "construct-only": false,
79591                        "controllable": true,
79592                        "default": "20",
79593                        "max": "2000",
79594                        "min": "0",
79595                        "mutable": "null",
79596                        "readable": true,
79597                        "type": "gfloat",
79598                        "writable": true
79599                    },
79600                    "at-0s": {
79601                        "blurb": "Attack time 0 Side",
79602                        "conditionally-available": false,
79603                        "construct": true,
79604                        "construct-only": false,
79605                        "controllable": true,
79606                        "default": "20",
79607                        "max": "2000",
79608                        "min": "0",
79609                        "mutable": "null",
79610                        "readable": true,
79611                        "type": "gfloat",
79612                        "writable": true
79613                    },
79614                    "at-1m": {
79615                        "blurb": "Attack time 1 Mid",
79616                        "conditionally-available": false,
79617                        "construct": true,
79618                        "construct-only": false,
79619                        "controllable": true,
79620                        "default": "20",
79621                        "max": "2000",
79622                        "min": "0",
79623                        "mutable": "null",
79624                        "readable": true,
79625                        "type": "gfloat",
79626                        "writable": true
79627                    },
79628                    "at-1s": {
79629                        "blurb": "Attack time 1 Side",
79630                        "conditionally-available": false,
79631                        "construct": true,
79632                        "construct-only": false,
79633                        "controllable": true,
79634                        "default": "20",
79635                        "max": "2000",
79636                        "min": "0",
79637                        "mutable": "null",
79638                        "readable": true,
79639                        "type": "gfloat",
79640                        "writable": true
79641                    },
79642                    "at-2m": {
79643                        "blurb": "Attack time 2 Mid",
79644                        "conditionally-available": false,
79645                        "construct": true,
79646                        "construct-only": false,
79647                        "controllable": true,
79648                        "default": "20",
79649                        "max": "2000",
79650                        "min": "0",
79651                        "mutable": "null",
79652                        "readable": true,
79653                        "type": "gfloat",
79654                        "writable": true
79655                    },
79656                    "at-2s": {
79657                        "blurb": "Attack time 2 Side",
79658                        "conditionally-available": false,
79659                        "construct": true,
79660                        "construct-only": false,
79661                        "controllable": true,
79662                        "default": "20",
79663                        "max": "2000",
79664                        "min": "0",
79665                        "mutable": "null",
79666                        "readable": true,
79667                        "type": "gfloat",
79668                        "writable": true
79669                    },
79670                    "at-3m": {
79671                        "blurb": "Attack time 3 Mid",
79672                        "conditionally-available": false,
79673                        "construct": true,
79674                        "construct-only": false,
79675                        "controllable": true,
79676                        "default": "20",
79677                        "max": "2000",
79678                        "min": "0",
79679                        "mutable": "null",
79680                        "readable": true,
79681                        "type": "gfloat",
79682                        "writable": true
79683                    },
79684                    "at-3s": {
79685                        "blurb": "Attack time 3 Side",
79686                        "conditionally-available": false,
79687                        "construct": true,
79688                        "construct-only": false,
79689                        "controllable": true,
79690                        "default": "20",
79691                        "max": "2000",
79692                        "min": "0",
79693                        "mutable": "null",
79694                        "readable": true,
79695                        "type": "gfloat",
79696                        "writable": true
79697                    },
79698                    "at-4m": {
79699                        "blurb": "Attack time 4 Mid",
79700                        "conditionally-available": false,
79701                        "construct": true,
79702                        "construct-only": false,
79703                        "controllable": true,
79704                        "default": "20",
79705                        "max": "2000",
79706                        "min": "0",
79707                        "mutable": "null",
79708                        "readable": true,
79709                        "type": "gfloat",
79710                        "writable": true
79711                    },
79712                    "at-4s": {
79713                        "blurb": "Attack time 4 Side",
79714                        "conditionally-available": false,
79715                        "construct": true,
79716                        "construct-only": false,
79717                        "controllable": true,
79718                        "default": "20",
79719                        "max": "2000",
79720                        "min": "0",
79721                        "mutable": "null",
79722                        "readable": true,
79723                        "type": "gfloat",
79724                        "writable": true
79725                    },
79726                    "at-5m": {
79727                        "blurb": "Attack time 5 Mid",
79728                        "conditionally-available": false,
79729                        "construct": true,
79730                        "construct-only": false,
79731                        "controllable": true,
79732                        "default": "20",
79733                        "max": "2000",
79734                        "min": "0",
79735                        "mutable": "null",
79736                        "readable": true,
79737                        "type": "gfloat",
79738                        "writable": true
79739                    },
79740                    "at-5s": {
79741                        "blurb": "Attack time 5 Side",
79742                        "conditionally-available": false,
79743                        "construct": true,
79744                        "construct-only": false,
79745                        "controllable": true,
79746                        "default": "20",
79747                        "max": "2000",
79748                        "min": "0",
79749                        "mutable": "null",
79750                        "readable": true,
79751                        "type": "gfloat",
79752                        "writable": true
79753                    },
79754                    "at-6m": {
79755                        "blurb": "Attack time 6 Mid",
79756                        "conditionally-available": false,
79757                        "construct": true,
79758                        "construct-only": false,
79759                        "controllable": true,
79760                        "default": "20",
79761                        "max": "2000",
79762                        "min": "0",
79763                        "mutable": "null",
79764                        "readable": true,
79765                        "type": "gfloat",
79766                        "writable": true
79767                    },
79768                    "at-6s": {
79769                        "blurb": "Attack time 6 Side",
79770                        "conditionally-available": false,
79771                        "construct": true,
79772                        "construct-only": false,
79773                        "controllable": true,
79774                        "default": "20",
79775                        "max": "2000",
79776                        "min": "0",
79777                        "mutable": "null",
79778                        "readable": true,
79779                        "type": "gfloat",
79780                        "writable": true
79781                    },
79782                    "at-7m": {
79783                        "blurb": "Attack time 7 Mid",
79784                        "conditionally-available": false,
79785                        "construct": true,
79786                        "construct-only": false,
79787                        "controllable": true,
79788                        "default": "20",
79789                        "max": "2000",
79790                        "min": "0",
79791                        "mutable": "null",
79792                        "readable": true,
79793                        "type": "gfloat",
79794                        "writable": true
79795                    },
79796                    "at-7s": {
79797                        "blurb": "Attack time 7 Side",
79798                        "conditionally-available": false,
79799                        "construct": true,
79800                        "construct-only": false,
79801                        "controllable": true,
79802                        "default": "20",
79803                        "max": "2000",
79804                        "min": "0",
79805                        "mutable": "null",
79806                        "readable": true,
79807                        "type": "gfloat",
79808                        "writable": true
79809                    },
79810                    "bm-0m": {
79811                        "blurb": "Mute band 0 Mid",
79812                        "conditionally-available": false,
79813                        "construct": true,
79814                        "construct-only": false,
79815                        "controllable": true,
79816                        "default": "false",
79817                        "mutable": "null",
79818                        "readable": true,
79819                        "type": "gboolean",
79820                        "writable": true
79821                    },
79822                    "bm-0s": {
79823                        "blurb": "Mute band 0 Side",
79824                        "conditionally-available": false,
79825                        "construct": true,
79826                        "construct-only": false,
79827                        "controllable": true,
79828                        "default": "false",
79829                        "mutable": "null",
79830                        "readable": true,
79831                        "type": "gboolean",
79832                        "writable": true
79833                    },
79834                    "bm-1m": {
79835                        "blurb": "Mute band 1 Mid",
79836                        "conditionally-available": false,
79837                        "construct": true,
79838                        "construct-only": false,
79839                        "controllable": true,
79840                        "default": "false",
79841                        "mutable": "null",
79842                        "readable": true,
79843                        "type": "gboolean",
79844                        "writable": true
79845                    },
79846                    "bm-1s": {
79847                        "blurb": "Mute band 1 Side",
79848                        "conditionally-available": false,
79849                        "construct": true,
79850                        "construct-only": false,
79851                        "controllable": true,
79852                        "default": "false",
79853                        "mutable": "null",
79854                        "readable": true,
79855                        "type": "gboolean",
79856                        "writable": true
79857                    },
79858                    "bm-2m": {
79859                        "blurb": "Mute band 2 Mid",
79860                        "conditionally-available": false,
79861                        "construct": true,
79862                        "construct-only": false,
79863                        "controllable": true,
79864                        "default": "false",
79865                        "mutable": "null",
79866                        "readable": true,
79867                        "type": "gboolean",
79868                        "writable": true
79869                    },
79870                    "bm-2s": {
79871                        "blurb": "Mute band 2 Side",
79872                        "conditionally-available": false,
79873                        "construct": true,
79874                        "construct-only": false,
79875                        "controllable": true,
79876                        "default": "false",
79877                        "mutable": "null",
79878                        "readable": true,
79879                        "type": "gboolean",
79880                        "writable": true
79881                    },
79882                    "bm-3m": {
79883                        "blurb": "Mute band 3 Mid",
79884                        "conditionally-available": false,
79885                        "construct": true,
79886                        "construct-only": false,
79887                        "controllable": true,
79888                        "default": "false",
79889                        "mutable": "null",
79890                        "readable": true,
79891                        "type": "gboolean",
79892                        "writable": true
79893                    },
79894                    "bm-3s": {
79895                        "blurb": "Mute band 3 Side",
79896                        "conditionally-available": false,
79897                        "construct": true,
79898                        "construct-only": false,
79899                        "controllable": true,
79900                        "default": "false",
79901                        "mutable": "null",
79902                        "readable": true,
79903                        "type": "gboolean",
79904                        "writable": true
79905                    },
79906                    "bm-4m": {
79907                        "blurb": "Mute band 4 Mid",
79908                        "conditionally-available": false,
79909                        "construct": true,
79910                        "construct-only": false,
79911                        "controllable": true,
79912                        "default": "false",
79913                        "mutable": "null",
79914                        "readable": true,
79915                        "type": "gboolean",
79916                        "writable": true
79917                    },
79918                    "bm-4s": {
79919                        "blurb": "Mute band 4 Side",
79920                        "conditionally-available": false,
79921                        "construct": true,
79922                        "construct-only": false,
79923                        "controllable": true,
79924                        "default": "false",
79925                        "mutable": "null",
79926                        "readable": true,
79927                        "type": "gboolean",
79928                        "writable": true
79929                    },
79930                    "bm-5m": {
79931                        "blurb": "Mute band 5 Mid",
79932                        "conditionally-available": false,
79933                        "construct": true,
79934                        "construct-only": false,
79935                        "controllable": true,
79936                        "default": "false",
79937                        "mutable": "null",
79938                        "readable": true,
79939                        "type": "gboolean",
79940                        "writable": true
79941                    },
79942                    "bm-5s": {
79943                        "blurb": "Mute band 5 Side",
79944                        "conditionally-available": false,
79945                        "construct": true,
79946                        "construct-only": false,
79947                        "controllable": true,
79948                        "default": "false",
79949                        "mutable": "null",
79950                        "readable": true,
79951                        "type": "gboolean",
79952                        "writable": true
79953                    },
79954                    "bm-6m": {
79955                        "blurb": "Mute band 6 Mid",
79956                        "conditionally-available": false,
79957                        "construct": true,
79958                        "construct-only": false,
79959                        "controllable": true,
79960                        "default": "false",
79961                        "mutable": "null",
79962                        "readable": true,
79963                        "type": "gboolean",
79964                        "writable": true
79965                    },
79966                    "bm-6s": {
79967                        "blurb": "Mute band 6 Side",
79968                        "conditionally-available": false,
79969                        "construct": true,
79970                        "construct-only": false,
79971                        "controllable": true,
79972                        "default": "false",
79973                        "mutable": "null",
79974                        "readable": true,
79975                        "type": "gboolean",
79976                        "writable": true
79977                    },
79978                    "bm-7m": {
79979                        "blurb": "Mute band 7 Mid",
79980                        "conditionally-available": false,
79981                        "construct": true,
79982                        "construct-only": false,
79983                        "controllable": true,
79984                        "default": "false",
79985                        "mutable": "null",
79986                        "readable": true,
79987                        "type": "gboolean",
79988                        "writable": true
79989                    },
79990                    "bm-7s": {
79991                        "blurb": "Mute band 7 Side",
79992                        "conditionally-available": false,
79993                        "construct": true,
79994                        "construct-only": false,
79995                        "controllable": true,
79996                        "default": "false",
79997                        "mutable": "null",
79998                        "readable": true,
79999                        "type": "gboolean",
80000                        "writable": true
80001                    },
80002                    "bs-0m": {
80003                        "blurb": "Solo band 0 Mid",
80004                        "conditionally-available": false,
80005                        "construct": true,
80006                        "construct-only": false,
80007                        "controllable": true,
80008                        "default": "false",
80009                        "mutable": "null",
80010                        "readable": true,
80011                        "type": "gboolean",
80012                        "writable": true
80013                    },
80014                    "bs-0s": {
80015                        "blurb": "Solo band 0 Side",
80016                        "conditionally-available": false,
80017                        "construct": true,
80018                        "construct-only": false,
80019                        "controllable": true,
80020                        "default": "false",
80021                        "mutable": "null",
80022                        "readable": true,
80023                        "type": "gboolean",
80024                        "writable": true
80025                    },
80026                    "bs-1m": {
80027                        "blurb": "Solo band 1 Mid",
80028                        "conditionally-available": false,
80029                        "construct": true,
80030                        "construct-only": false,
80031                        "controllable": true,
80032                        "default": "false",
80033                        "mutable": "null",
80034                        "readable": true,
80035                        "type": "gboolean",
80036                        "writable": true
80037                    },
80038                    "bs-1s": {
80039                        "blurb": "Solo band 1 Side",
80040                        "conditionally-available": false,
80041                        "construct": true,
80042                        "construct-only": false,
80043                        "controllable": true,
80044                        "default": "false",
80045                        "mutable": "null",
80046                        "readable": true,
80047                        "type": "gboolean",
80048                        "writable": true
80049                    },
80050                    "bs-2m": {
80051                        "blurb": "Solo band 2 Mid",
80052                        "conditionally-available": false,
80053                        "construct": true,
80054                        "construct-only": false,
80055                        "controllable": true,
80056                        "default": "false",
80057                        "mutable": "null",
80058                        "readable": true,
80059                        "type": "gboolean",
80060                        "writable": true
80061                    },
80062                    "bs-2s": {
80063                        "blurb": "Solo band 2 Side",
80064                        "conditionally-available": false,
80065                        "construct": true,
80066                        "construct-only": false,
80067                        "controllable": true,
80068                        "default": "false",
80069                        "mutable": "null",
80070                        "readable": true,
80071                        "type": "gboolean",
80072                        "writable": true
80073                    },
80074                    "bs-3m": {
80075                        "blurb": "Solo band 3 Mid",
80076                        "conditionally-available": false,
80077                        "construct": true,
80078                        "construct-only": false,
80079                        "controllable": true,
80080                        "default": "false",
80081                        "mutable": "null",
80082                        "readable": true,
80083                        "type": "gboolean",
80084                        "writable": true
80085                    },
80086                    "bs-3s": {
80087                        "blurb": "Solo band 3 Side",
80088                        "conditionally-available": false,
80089                        "construct": true,
80090                        "construct-only": false,
80091                        "controllable": true,
80092                        "default": "false",
80093                        "mutable": "null",
80094                        "readable": true,
80095                        "type": "gboolean",
80096                        "writable": true
80097                    },
80098                    "bs-4m": {
80099                        "blurb": "Solo band 4 Mid",
80100                        "conditionally-available": false,
80101                        "construct": true,
80102                        "construct-only": false,
80103                        "controllable": true,
80104                        "default": "false",
80105                        "mutable": "null",
80106                        "readable": true,
80107                        "type": "gboolean",
80108                        "writable": true
80109                    },
80110                    "bs-4s": {
80111                        "blurb": "Solo band 4 Side",
80112                        "conditionally-available": false,
80113                        "construct": true,
80114                        "construct-only": false,
80115                        "controllable": true,
80116                        "default": "false",
80117                        "mutable": "null",
80118                        "readable": true,
80119                        "type": "gboolean",
80120                        "writable": true
80121                    },
80122                    "bs-5m": {
80123                        "blurb": "Solo band 5 Mid",
80124                        "conditionally-available": false,
80125                        "construct": true,
80126                        "construct-only": false,
80127                        "controllable": true,
80128                        "default": "false",
80129                        "mutable": "null",
80130                        "readable": true,
80131                        "type": "gboolean",
80132                        "writable": true
80133                    },
80134                    "bs-5s": {
80135                        "blurb": "Solo band 5 Side",
80136                        "conditionally-available": false,
80137                        "construct": true,
80138                        "construct-only": false,
80139                        "controllable": true,
80140                        "default": "false",
80141                        "mutable": "null",
80142                        "readable": true,
80143                        "type": "gboolean",
80144                        "writable": true
80145                    },
80146                    "bs-6m": {
80147                        "blurb": "Solo band 6 Mid",
80148                        "conditionally-available": false,
80149                        "construct": true,
80150                        "construct-only": false,
80151                        "controllable": true,
80152                        "default": "false",
80153                        "mutable": "null",
80154                        "readable": true,
80155                        "type": "gboolean",
80156                        "writable": true
80157                    },
80158                    "bs-6s": {
80159                        "blurb": "Solo band 6 Side",
80160                        "conditionally-available": false,
80161                        "construct": true,
80162                        "construct-only": false,
80163                        "controllable": true,
80164                        "default": "false",
80165                        "mutable": "null",
80166                        "readable": true,
80167                        "type": "gboolean",
80168                        "writable": true
80169                    },
80170                    "bs-7m": {
80171                        "blurb": "Solo band 7 Mid",
80172                        "conditionally-available": false,
80173                        "construct": true,
80174                        "construct-only": false,
80175                        "controllable": true,
80176                        "default": "false",
80177                        "mutable": "null",
80178                        "readable": true,
80179                        "type": "gboolean",
80180                        "writable": true
80181                    },
80182                    "bs-7s": {
80183                        "blurb": "Solo band 7 Side",
80184                        "conditionally-available": false,
80185                        "construct": true,
80186                        "construct-only": false,
80187                        "controllable": true,
80188                        "default": "false",
80189                        "mutable": "null",
80190                        "readable": true,
80191                        "type": "gboolean",
80192                        "writable": true
80193                    },
80194                    "bsel": {
80195                        "blurb": "Band selection",
80196                        "conditionally-available": false,
80197                        "construct": true,
80198                        "construct-only": false,
80199                        "controllable": true,
80200                        "default": "Split Mid (0)",
80201                        "mutable": "null",
80202                        "readable": true,
80203                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msbsel",
80204                        "writable": true
80205                    },
80206                    "bypass": {
80207                        "blurb": "Bypass",
80208                        "conditionally-available": false,
80209                        "construct": true,
80210                        "construct-only": false,
80211                        "controllable": true,
80212                        "default": "false",
80213                        "mutable": "null",
80214                        "readable": true,
80215                        "type": "gboolean",
80216                        "writable": true
80217                    },
80218                    "cbe-1m": {
80219                        "blurb": "Compression band enable 1 Mid",
80220                        "conditionally-available": false,
80221                        "construct": true,
80222                        "construct-only": false,
80223                        "controllable": true,
80224                        "default": "false",
80225                        "mutable": "null",
80226                        "readable": true,
80227                        "type": "gboolean",
80228                        "writable": true
80229                    },
80230                    "cbe-1s": {
80231                        "blurb": "Compression band enable 1 Side",
80232                        "conditionally-available": false,
80233                        "construct": true,
80234                        "construct-only": false,
80235                        "controllable": true,
80236                        "default": "false",
80237                        "mutable": "null",
80238                        "readable": true,
80239                        "type": "gboolean",
80240                        "writable": true
80241                    },
80242                    "cbe-2m": {
80243                        "blurb": "Compression band enable 2 Mid",
80244                        "conditionally-available": false,
80245                        "construct": true,
80246                        "construct-only": false,
80247                        "controllable": true,
80248                        "default": "false",
80249                        "mutable": "null",
80250                        "readable": true,
80251                        "type": "gboolean",
80252                        "writable": true
80253                    },
80254                    "cbe-2s": {
80255                        "blurb": "Compression band enable 2 Side",
80256                        "conditionally-available": false,
80257                        "construct": true,
80258                        "construct-only": false,
80259                        "controllable": true,
80260                        "default": "false",
80261                        "mutable": "null",
80262                        "readable": true,
80263                        "type": "gboolean",
80264                        "writable": true
80265                    },
80266                    "cbe-3m": {
80267                        "blurb": "Compression band enable 3 Mid",
80268                        "conditionally-available": false,
80269                        "construct": true,
80270                        "construct-only": false,
80271                        "controllable": true,
80272                        "default": "false",
80273                        "mutable": "null",
80274                        "readable": true,
80275                        "type": "gboolean",
80276                        "writable": true
80277                    },
80278                    "cbe-3s": {
80279                        "blurb": "Compression band enable 3 Side",
80280                        "conditionally-available": false,
80281                        "construct": true,
80282                        "construct-only": false,
80283                        "controllable": true,
80284                        "default": "false",
80285                        "mutable": "null",
80286                        "readable": true,
80287                        "type": "gboolean",
80288                        "writable": true
80289                    },
80290                    "cbe-4m": {
80291                        "blurb": "Compression band enable 4 Mid",
80292                        "conditionally-available": false,
80293                        "construct": true,
80294                        "construct-only": false,
80295                        "controllable": true,
80296                        "default": "false",
80297                        "mutable": "null",
80298                        "readable": true,
80299                        "type": "gboolean",
80300                        "writable": true
80301                    },
80302                    "cbe-4s": {
80303                        "blurb": "Compression band enable 4 Side",
80304                        "conditionally-available": false,
80305                        "construct": true,
80306                        "construct-only": false,
80307                        "controllable": true,
80308                        "default": "false",
80309                        "mutable": "null",
80310                        "readable": true,
80311                        "type": "gboolean",
80312                        "writable": true
80313                    },
80314                    "cbe-5m": {
80315                        "blurb": "Compression band enable 5 Mid",
80316                        "conditionally-available": false,
80317                        "construct": true,
80318                        "construct-only": false,
80319                        "controllable": true,
80320                        "default": "false",
80321                        "mutable": "null",
80322                        "readable": true,
80323                        "type": "gboolean",
80324                        "writable": true
80325                    },
80326                    "cbe-5s": {
80327                        "blurb": "Compression band enable 5 Side",
80328                        "conditionally-available": false,
80329                        "construct": true,
80330                        "construct-only": false,
80331                        "controllable": true,
80332                        "default": "false",
80333                        "mutable": "null",
80334                        "readable": true,
80335                        "type": "gboolean",
80336                        "writable": true
80337                    },
80338                    "cbe-6m": {
80339                        "blurb": "Compression band enable 6 Mid",
80340                        "conditionally-available": false,
80341                        "construct": true,
80342                        "construct-only": false,
80343                        "controllable": true,
80344                        "default": "false",
80345                        "mutable": "null",
80346                        "readable": true,
80347                        "type": "gboolean",
80348                        "writable": true
80349                    },
80350                    "cbe-6s": {
80351                        "blurb": "Compression band enable 6 Side",
80352                        "conditionally-available": false,
80353                        "construct": true,
80354                        "construct-only": false,
80355                        "controllable": true,
80356                        "default": "false",
80357                        "mutable": "null",
80358                        "readable": true,
80359                        "type": "gboolean",
80360                        "writable": true
80361                    },
80362                    "cbe-7m": {
80363                        "blurb": "Compression band enable 7 Mid",
80364                        "conditionally-available": false,
80365                        "construct": true,
80366                        "construct-only": false,
80367                        "controllable": true,
80368                        "default": "false",
80369                        "mutable": "null",
80370                        "readable": true,
80371                        "type": "gboolean",
80372                        "writable": true
80373                    },
80374                    "cbe-7s": {
80375                        "blurb": "Compression band enable 7 Side",
80376                        "conditionally-available": false,
80377                        "construct": true,
80378                        "construct-only": false,
80379                        "controllable": true,
80380                        "default": "false",
80381                        "mutable": "null",
80382                        "readable": true,
80383                        "type": "gboolean",
80384                        "writable": true
80385                    },
80386                    "ce-0m": {
80387                        "blurb": "Compressor enable 0 Mid",
80388                        "conditionally-available": false,
80389                        "construct": true,
80390                        "construct-only": false,
80391                        "controllable": true,
80392                        "default": "false",
80393                        "mutable": "null",
80394                        "readable": true,
80395                        "type": "gboolean",
80396                        "writable": true
80397                    },
80398                    "ce-0s": {
80399                        "blurb": "Compressor enable 0 Side",
80400                        "conditionally-available": false,
80401                        "construct": true,
80402                        "construct-only": false,
80403                        "controllable": true,
80404                        "default": "false",
80405                        "mutable": "null",
80406                        "readable": true,
80407                        "type": "gboolean",
80408                        "writable": true
80409                    },
80410                    "ce-1m": {
80411                        "blurb": "Compressor enable 1 Mid",
80412                        "conditionally-available": false,
80413                        "construct": true,
80414                        "construct-only": false,
80415                        "controllable": true,
80416                        "default": "false",
80417                        "mutable": "null",
80418                        "readable": true,
80419                        "type": "gboolean",
80420                        "writable": true
80421                    },
80422                    "ce-1s": {
80423                        "blurb": "Compressor enable 1 Side",
80424                        "conditionally-available": false,
80425                        "construct": true,
80426                        "construct-only": false,
80427                        "controllable": true,
80428                        "default": "false",
80429                        "mutable": "null",
80430                        "readable": true,
80431                        "type": "gboolean",
80432                        "writable": true
80433                    },
80434                    "ce-2m": {
80435                        "blurb": "Compressor enable 2 Mid",
80436                        "conditionally-available": false,
80437                        "construct": true,
80438                        "construct-only": false,
80439                        "controllable": true,
80440                        "default": "false",
80441                        "mutable": "null",
80442                        "readable": true,
80443                        "type": "gboolean",
80444                        "writable": true
80445                    },
80446                    "ce-2s": {
80447                        "blurb": "Compressor enable 2 Side",
80448                        "conditionally-available": false,
80449                        "construct": true,
80450                        "construct-only": false,
80451                        "controllable": true,
80452                        "default": "false",
80453                        "mutable": "null",
80454                        "readable": true,
80455                        "type": "gboolean",
80456                        "writable": true
80457                    },
80458                    "ce-3m": {
80459                        "blurb": "Compressor enable 3 Mid",
80460                        "conditionally-available": false,
80461                        "construct": true,
80462                        "construct-only": false,
80463                        "controllable": true,
80464                        "default": "false",
80465                        "mutable": "null",
80466                        "readable": true,
80467                        "type": "gboolean",
80468                        "writable": true
80469                    },
80470                    "ce-3s": {
80471                        "blurb": "Compressor enable 3 Side",
80472                        "conditionally-available": false,
80473                        "construct": true,
80474                        "construct-only": false,
80475                        "controllable": true,
80476                        "default": "false",
80477                        "mutable": "null",
80478                        "readable": true,
80479                        "type": "gboolean",
80480                        "writable": true
80481                    },
80482                    "ce-4m": {
80483                        "blurb": "Compressor enable 4 Mid",
80484                        "conditionally-available": false,
80485                        "construct": true,
80486                        "construct-only": false,
80487                        "controllable": true,
80488                        "default": "false",
80489                        "mutable": "null",
80490                        "readable": true,
80491                        "type": "gboolean",
80492                        "writable": true
80493                    },
80494                    "ce-4s": {
80495                        "blurb": "Compressor enable 4 Side",
80496                        "conditionally-available": false,
80497                        "construct": true,
80498                        "construct-only": false,
80499                        "controllable": true,
80500                        "default": "false",
80501                        "mutable": "null",
80502                        "readable": true,
80503                        "type": "gboolean",
80504                        "writable": true
80505                    },
80506                    "ce-5m": {
80507                        "blurb": "Compressor enable 5 Mid",
80508                        "conditionally-available": false,
80509                        "construct": true,
80510                        "construct-only": false,
80511                        "controllable": true,
80512                        "default": "false",
80513                        "mutable": "null",
80514                        "readable": true,
80515                        "type": "gboolean",
80516                        "writable": true
80517                    },
80518                    "ce-5s": {
80519                        "blurb": "Compressor enable 5 Side",
80520                        "conditionally-available": false,
80521                        "construct": true,
80522                        "construct-only": false,
80523                        "controllable": true,
80524                        "default": "false",
80525                        "mutable": "null",
80526                        "readable": true,
80527                        "type": "gboolean",
80528                        "writable": true
80529                    },
80530                    "ce-6m": {
80531                        "blurb": "Compressor enable 6 Mid",
80532                        "conditionally-available": false,
80533                        "construct": true,
80534                        "construct-only": false,
80535                        "controllable": true,
80536                        "default": "false",
80537                        "mutable": "null",
80538                        "readable": true,
80539                        "type": "gboolean",
80540                        "writable": true
80541                    },
80542                    "ce-6s": {
80543                        "blurb": "Compressor enable 6 Side",
80544                        "conditionally-available": false,
80545                        "construct": true,
80546                        "construct-only": false,
80547                        "controllable": true,
80548                        "default": "false",
80549                        "mutable": "null",
80550                        "readable": true,
80551                        "type": "gboolean",
80552                        "writable": true
80553                    },
80554                    "ce-7m": {
80555                        "blurb": "Compressor enable 7 Mid",
80556                        "conditionally-available": false,
80557                        "construct": true,
80558                        "construct-only": false,
80559                        "controllable": true,
80560                        "default": "false",
80561                        "mutable": "null",
80562                        "readable": true,
80563                        "type": "gboolean",
80564                        "writable": true
80565                    },
80566                    "ce-7s": {
80567                        "blurb": "Compressor enable 7 Side",
80568                        "conditionally-available": false,
80569                        "construct": true,
80570                        "construct-only": false,
80571                        "controllable": true,
80572                        "default": "false",
80573                        "mutable": "null",
80574                        "readable": true,
80575                        "type": "gboolean",
80576                        "writable": true
80577                    },
80578                    "clm-0m": {
80579                        "blurb": "Curve level meter 0 Mid",
80580                        "conditionally-available": false,
80581                        "construct": false,
80582                        "construct-only": false,
80583                        "controllable": true,
80584                        "default": "0",
80585                        "max": "15.8489",
80586                        "min": "0",
80587                        "mutable": "null",
80588                        "readable": true,
80589                        "type": "gfloat",
80590                        "writable": false
80591                    },
80592                    "clm-0s": {
80593                        "blurb": "Curve level meter 0 Side",
80594                        "conditionally-available": false,
80595                        "construct": false,
80596                        "construct-only": false,
80597                        "controllable": true,
80598                        "default": "0",
80599                        "max": "15.8489",
80600                        "min": "0",
80601                        "mutable": "null",
80602                        "readable": true,
80603                        "type": "gfloat",
80604                        "writable": false
80605                    },
80606                    "clm-1m": {
80607                        "blurb": "Curve level meter 1 Mid",
80608                        "conditionally-available": false,
80609                        "construct": false,
80610                        "construct-only": false,
80611                        "controllable": true,
80612                        "default": "0",
80613                        "max": "15.8489",
80614                        "min": "0",
80615                        "mutable": "null",
80616                        "readable": true,
80617                        "type": "gfloat",
80618                        "writable": false
80619                    },
80620                    "clm-1s": {
80621                        "blurb": "Curve level meter 1 Side",
80622                        "conditionally-available": false,
80623                        "construct": false,
80624                        "construct-only": false,
80625                        "controllable": true,
80626                        "default": "0",
80627                        "max": "15.8489",
80628                        "min": "0",
80629                        "mutable": "null",
80630                        "readable": true,
80631                        "type": "gfloat",
80632                        "writable": false
80633                    },
80634                    "clm-2m": {
80635                        "blurb": "Curve level meter 2 Mid",
80636                        "conditionally-available": false,
80637                        "construct": false,
80638                        "construct-only": false,
80639                        "controllable": true,
80640                        "default": "0",
80641                        "max": "15.8489",
80642                        "min": "0",
80643                        "mutable": "null",
80644                        "readable": true,
80645                        "type": "gfloat",
80646                        "writable": false
80647                    },
80648                    "clm-2s": {
80649                        "blurb": "Curve level meter 2 Side",
80650                        "conditionally-available": false,
80651                        "construct": false,
80652                        "construct-only": false,
80653                        "controllable": true,
80654                        "default": "0",
80655                        "max": "15.8489",
80656                        "min": "0",
80657                        "mutable": "null",
80658                        "readable": true,
80659                        "type": "gfloat",
80660                        "writable": false
80661                    },
80662                    "clm-3m": {
80663                        "blurb": "Curve level meter 3 Mid",
80664                        "conditionally-available": false,
80665                        "construct": false,
80666                        "construct-only": false,
80667                        "controllable": true,
80668                        "default": "0",
80669                        "max": "15.8489",
80670                        "min": "0",
80671                        "mutable": "null",
80672                        "readable": true,
80673                        "type": "gfloat",
80674                        "writable": false
80675                    },
80676                    "clm-3s": {
80677                        "blurb": "Curve level meter 3 Side",
80678                        "conditionally-available": false,
80679                        "construct": false,
80680                        "construct-only": false,
80681                        "controllable": true,
80682                        "default": "0",
80683                        "max": "15.8489",
80684                        "min": "0",
80685                        "mutable": "null",
80686                        "readable": true,
80687                        "type": "gfloat",
80688                        "writable": false
80689                    },
80690                    "clm-4m": {
80691                        "blurb": "Curve level meter 4 Mid",
80692                        "conditionally-available": false,
80693                        "construct": false,
80694                        "construct-only": false,
80695                        "controllable": true,
80696                        "default": "0",
80697                        "max": "15.8489",
80698                        "min": "0",
80699                        "mutable": "null",
80700                        "readable": true,
80701                        "type": "gfloat",
80702                        "writable": false
80703                    },
80704                    "clm-4s": {
80705                        "blurb": "Curve level meter 4 Side",
80706                        "conditionally-available": false,
80707                        "construct": false,
80708                        "construct-only": false,
80709                        "controllable": true,
80710                        "default": "0",
80711                        "max": "15.8489",
80712                        "min": "0",
80713                        "mutable": "null",
80714                        "readable": true,
80715                        "type": "gfloat",
80716                        "writable": false
80717                    },
80718                    "clm-5m": {
80719                        "blurb": "Curve level meter 5 Mid",
80720                        "conditionally-available": false,
80721                        "construct": false,
80722                        "construct-only": false,
80723                        "controllable": true,
80724                        "default": "0",
80725                        "max": "15.8489",
80726                        "min": "0",
80727                        "mutable": "null",
80728                        "readable": true,
80729                        "type": "gfloat",
80730                        "writable": false
80731                    },
80732                    "clm-5s": {
80733                        "blurb": "Curve level meter 5 Side",
80734                        "conditionally-available": false,
80735                        "construct": false,
80736                        "construct-only": false,
80737                        "controllable": true,
80738                        "default": "0",
80739                        "max": "15.8489",
80740                        "min": "0",
80741                        "mutable": "null",
80742                        "readable": true,
80743                        "type": "gfloat",
80744                        "writable": false
80745                    },
80746                    "clm-6m": {
80747                        "blurb": "Curve level meter 6 Mid",
80748                        "conditionally-available": false,
80749                        "construct": false,
80750                        "construct-only": false,
80751                        "controllable": true,
80752                        "default": "0",
80753                        "max": "15.8489",
80754                        "min": "0",
80755                        "mutable": "null",
80756                        "readable": true,
80757                        "type": "gfloat",
80758                        "writable": false
80759                    },
80760                    "clm-6s": {
80761                        "blurb": "Curve level meter 6 Side",
80762                        "conditionally-available": false,
80763                        "construct": false,
80764                        "construct-only": false,
80765                        "controllable": true,
80766                        "default": "0",
80767                        "max": "15.8489",
80768                        "min": "0",
80769                        "mutable": "null",
80770                        "readable": true,
80771                        "type": "gfloat",
80772                        "writable": false
80773                    },
80774                    "clm-7m": {
80775                        "blurb": "Curve level meter 7 Mid",
80776                        "conditionally-available": false,
80777                        "construct": false,
80778                        "construct-only": false,
80779                        "controllable": true,
80780                        "default": "0",
80781                        "max": "15.8489",
80782                        "min": "0",
80783                        "mutable": "null",
80784                        "readable": true,
80785                        "type": "gfloat",
80786                        "writable": false
80787                    },
80788                    "clm-7s": {
80789                        "blurb": "Curve level meter 7 Side",
80790                        "conditionally-available": false,
80791                        "construct": false,
80792                        "construct-only": false,
80793                        "controllable": true,
80794                        "default": "0",
80795                        "max": "15.8489",
80796                        "min": "0",
80797                        "mutable": "null",
80798                        "readable": true,
80799                        "type": "gfloat",
80800                        "writable": false
80801                    },
80802                    "cm-0m": {
80803                        "blurb": "Compression mode 0 Mid",
80804                        "conditionally-available": false,
80805                        "construct": true,
80806                        "construct-only": false,
80807                        "controllable": true,
80808                        "default": "Down (0)",
80809                        "mutable": "null",
80810                        "readable": true,
80811                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-mscm-0m",
80812                        "writable": true
80813                    },
80814                    "cm-0s": {
80815                        "blurb": "Compression mode 0 Side",
80816                        "conditionally-available": false,
80817                        "construct": true,
80818                        "construct-only": false,
80819                        "controllable": true,
80820                        "default": "Down (0)",
80821                        "mutable": "null",
80822                        "readable": true,
80823                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-mscm-0s",
80824                        "writable": true
80825                    },
80826                    "cm-1m": {
80827                        "blurb": "Compression mode 1 Mid",
80828                        "conditionally-available": false,
80829                        "construct": true,
80830                        "construct-only": false,
80831                        "controllable": true,
80832                        "default": "Down (0)",
80833                        "mutable": "null",
80834                        "readable": true,
80835                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-mscm-1m",
80836                        "writable": true
80837                    },
80838                    "cm-1s": {
80839                        "blurb": "Compression mode 1 Side",
80840                        "conditionally-available": false,
80841                        "construct": true,
80842                        "construct-only": false,
80843                        "controllable": true,
80844                        "default": "Down (0)",
80845                        "mutable": "null",
80846                        "readable": true,
80847                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-mscm-1s",
80848                        "writable": true
80849                    },
80850                    "cm-2m": {
80851                        "blurb": "Compression mode 2 Mid",
80852                        "conditionally-available": false,
80853                        "construct": true,
80854                        "construct-only": false,
80855                        "controllable": true,
80856                        "default": "Down (0)",
80857                        "mutable": "null",
80858                        "readable": true,
80859                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-mscm-2m",
80860                        "writable": true
80861                    },
80862                    "cm-2s": {
80863                        "blurb": "Compression mode 2 Side",
80864                        "conditionally-available": false,
80865                        "construct": true,
80866                        "construct-only": false,
80867                        "controllable": true,
80868                        "default": "Down (0)",
80869                        "mutable": "null",
80870                        "readable": true,
80871                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-mscm-2s",
80872                        "writable": true
80873                    },
80874                    "cm-3m": {
80875                        "blurb": "Compression mode 3 Mid",
80876                        "conditionally-available": false,
80877                        "construct": true,
80878                        "construct-only": false,
80879                        "controllable": true,
80880                        "default": "Down (0)",
80881                        "mutable": "null",
80882                        "readable": true,
80883                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-mscm-3m",
80884                        "writable": true
80885                    },
80886                    "cm-3s": {
80887                        "blurb": "Compression mode 3 Side",
80888                        "conditionally-available": false,
80889                        "construct": true,
80890                        "construct-only": false,
80891                        "controllable": true,
80892                        "default": "Down (0)",
80893                        "mutable": "null",
80894                        "readable": true,
80895                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-mscm-3s",
80896                        "writable": true
80897                    },
80898                    "cm-4m": {
80899                        "blurb": "Compression mode 4 Mid",
80900                        "conditionally-available": false,
80901                        "construct": true,
80902                        "construct-only": false,
80903                        "controllable": true,
80904                        "default": "Down (0)",
80905                        "mutable": "null",
80906                        "readable": true,
80907                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-mscm-4m",
80908                        "writable": true
80909                    },
80910                    "cm-4s": {
80911                        "blurb": "Compression mode 4 Side",
80912                        "conditionally-available": false,
80913                        "construct": true,
80914                        "construct-only": false,
80915                        "controllable": true,
80916                        "default": "Down (0)",
80917                        "mutable": "null",
80918                        "readable": true,
80919                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-mscm-4s",
80920                        "writable": true
80921                    },
80922                    "cm-5m": {
80923                        "blurb": "Compression mode 5 Mid",
80924                        "conditionally-available": false,
80925                        "construct": true,
80926                        "construct-only": false,
80927                        "controllable": true,
80928                        "default": "Down (0)",
80929                        "mutable": "null",
80930                        "readable": true,
80931                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-mscm-5m",
80932                        "writable": true
80933                    },
80934                    "cm-5s": {
80935                        "blurb": "Compression mode 5 Side",
80936                        "conditionally-available": false,
80937                        "construct": true,
80938                        "construct-only": false,
80939                        "controllable": true,
80940                        "default": "Down (0)",
80941                        "mutable": "null",
80942                        "readable": true,
80943                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-mscm-5s",
80944                        "writable": true
80945                    },
80946                    "cm-6m": {
80947                        "blurb": "Compression mode 6 Mid",
80948                        "conditionally-available": false,
80949                        "construct": true,
80950                        "construct-only": false,
80951                        "controllable": true,
80952                        "default": "Down (0)",
80953                        "mutable": "null",
80954                        "readable": true,
80955                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-mscm-6m",
80956                        "writable": true
80957                    },
80958                    "cm-6s": {
80959                        "blurb": "Compression mode 6 Side",
80960                        "conditionally-available": false,
80961                        "construct": true,
80962                        "construct-only": false,
80963                        "controllable": true,
80964                        "default": "Down (0)",
80965                        "mutable": "null",
80966                        "readable": true,
80967                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-mscm-6s",
80968                        "writable": true
80969                    },
80970                    "cm-7m": {
80971                        "blurb": "Compression mode 7 Mid",
80972                        "conditionally-available": false,
80973                        "construct": true,
80974                        "construct-only": false,
80975                        "controllable": true,
80976                        "default": "Down (0)",
80977                        "mutable": "null",
80978                        "readable": true,
80979                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-mscm-7m",
80980                        "writable": true
80981                    },
80982                    "cm-7s": {
80983                        "blurb": "Compression mode 7 Side",
80984                        "conditionally-available": false,
80985                        "construct": true,
80986                        "construct-only": false,
80987                        "controllable": true,
80988                        "default": "Down (0)",
80989                        "mutable": "null",
80990                        "readable": true,
80991                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-mscm-7s",
80992                        "writable": true
80993                    },
80994                    "cr-0m": {
80995                        "blurb": "Ratio 0 Mid",
80996                        "conditionally-available": false,
80997                        "construct": true,
80998                        "construct-only": false,
80999                        "controllable": true,
81000                        "default": "1",
81001                        "max": "100",
81002                        "min": "1",
81003                        "mutable": "null",
81004                        "readable": true,
81005                        "type": "gfloat",
81006                        "writable": true
81007                    },
81008                    "cr-0s": {
81009                        "blurb": "Ratio 0 Side",
81010                        "conditionally-available": false,
81011                        "construct": true,
81012                        "construct-only": false,
81013                        "controllable": true,
81014                        "default": "1",
81015                        "max": "100",
81016                        "min": "1",
81017                        "mutable": "null",
81018                        "readable": true,
81019                        "type": "gfloat",
81020                        "writable": true
81021                    },
81022                    "cr-1m": {
81023                        "blurb": "Ratio 1 Mid",
81024                        "conditionally-available": false,
81025                        "construct": true,
81026                        "construct-only": false,
81027                        "controllable": true,
81028                        "default": "1",
81029                        "max": "100",
81030                        "min": "1",
81031                        "mutable": "null",
81032                        "readable": true,
81033                        "type": "gfloat",
81034                        "writable": true
81035                    },
81036                    "cr-1s": {
81037                        "blurb": "Ratio 1 Side",
81038                        "conditionally-available": false,
81039                        "construct": true,
81040                        "construct-only": false,
81041                        "controllable": true,
81042                        "default": "1",
81043                        "max": "100",
81044                        "min": "1",
81045                        "mutable": "null",
81046                        "readable": true,
81047                        "type": "gfloat",
81048                        "writable": true
81049                    },
81050                    "cr-2m": {
81051                        "blurb": "Ratio 2 Mid",
81052                        "conditionally-available": false,
81053                        "construct": true,
81054                        "construct-only": false,
81055                        "controllable": true,
81056                        "default": "1",
81057                        "max": "100",
81058                        "min": "1",
81059                        "mutable": "null",
81060                        "readable": true,
81061                        "type": "gfloat",
81062                        "writable": true
81063                    },
81064                    "cr-2s": {
81065                        "blurb": "Ratio 2 Side",
81066                        "conditionally-available": false,
81067                        "construct": true,
81068                        "construct-only": false,
81069                        "controllable": true,
81070                        "default": "1",
81071                        "max": "100",
81072                        "min": "1",
81073                        "mutable": "null",
81074                        "readable": true,
81075                        "type": "gfloat",
81076                        "writable": true
81077                    },
81078                    "cr-3m": {
81079                        "blurb": "Ratio 3 Mid",
81080                        "conditionally-available": false,
81081                        "construct": true,
81082                        "construct-only": false,
81083                        "controllable": true,
81084                        "default": "1",
81085                        "max": "100",
81086                        "min": "1",
81087                        "mutable": "null",
81088                        "readable": true,
81089                        "type": "gfloat",
81090                        "writable": true
81091                    },
81092                    "cr-3s": {
81093                        "blurb": "Ratio 3 Side",
81094                        "conditionally-available": false,
81095                        "construct": true,
81096                        "construct-only": false,
81097                        "controllable": true,
81098                        "default": "1",
81099                        "max": "100",
81100                        "min": "1",
81101                        "mutable": "null",
81102                        "readable": true,
81103                        "type": "gfloat",
81104                        "writable": true
81105                    },
81106                    "cr-4m": {
81107                        "blurb": "Ratio 4 Mid",
81108                        "conditionally-available": false,
81109                        "construct": true,
81110                        "construct-only": false,
81111                        "controllable": true,
81112                        "default": "1",
81113                        "max": "100",
81114                        "min": "1",
81115                        "mutable": "null",
81116                        "readable": true,
81117                        "type": "gfloat",
81118                        "writable": true
81119                    },
81120                    "cr-4s": {
81121                        "blurb": "Ratio 4 Side",
81122                        "conditionally-available": false,
81123                        "construct": true,
81124                        "construct-only": false,
81125                        "controllable": true,
81126                        "default": "1",
81127                        "max": "100",
81128                        "min": "1",
81129                        "mutable": "null",
81130                        "readable": true,
81131                        "type": "gfloat",
81132                        "writable": true
81133                    },
81134                    "cr-5m": {
81135                        "blurb": "Ratio 5 Mid",
81136                        "conditionally-available": false,
81137                        "construct": true,
81138                        "construct-only": false,
81139                        "controllable": true,
81140                        "default": "1",
81141                        "max": "100",
81142                        "min": "1",
81143                        "mutable": "null",
81144                        "readable": true,
81145                        "type": "gfloat",
81146                        "writable": true
81147                    },
81148                    "cr-5s": {
81149                        "blurb": "Ratio 5 Side",
81150                        "conditionally-available": false,
81151                        "construct": true,
81152                        "construct-only": false,
81153                        "controllable": true,
81154                        "default": "1",
81155                        "max": "100",
81156                        "min": "1",
81157                        "mutable": "null",
81158                        "readable": true,
81159                        "type": "gfloat",
81160                        "writable": true
81161                    },
81162                    "cr-6m": {
81163                        "blurb": "Ratio 6 Mid",
81164                        "conditionally-available": false,
81165                        "construct": true,
81166                        "construct-only": false,
81167                        "controllable": true,
81168                        "default": "1",
81169                        "max": "100",
81170                        "min": "1",
81171                        "mutable": "null",
81172                        "readable": true,
81173                        "type": "gfloat",
81174                        "writable": true
81175                    },
81176                    "cr-6s": {
81177                        "blurb": "Ratio 6 Side",
81178                        "conditionally-available": false,
81179                        "construct": true,
81180                        "construct-only": false,
81181                        "controllable": true,
81182                        "default": "1",
81183                        "max": "100",
81184                        "min": "1",
81185                        "mutable": "null",
81186                        "readable": true,
81187                        "type": "gfloat",
81188                        "writable": true
81189                    },
81190                    "cr-7m": {
81191                        "blurb": "Ratio 7 Mid",
81192                        "conditionally-available": false,
81193                        "construct": true,
81194                        "construct-only": false,
81195                        "controllable": true,
81196                        "default": "1",
81197                        "max": "100",
81198                        "min": "1",
81199                        "mutable": "null",
81200                        "readable": true,
81201                        "type": "gfloat",
81202                        "writable": true
81203                    },
81204                    "cr-7s": {
81205                        "blurb": "Ratio 7 Side",
81206                        "conditionally-available": false,
81207                        "construct": true,
81208                        "construct-only": false,
81209                        "controllable": true,
81210                        "default": "1",
81211                        "max": "100",
81212                        "min": "1",
81213                        "mutable": "null",
81214                        "readable": true,
81215                        "type": "gfloat",
81216                        "writable": true
81217                    },
81218                    "elm-0m": {
81219                        "blurb": "Envelope level meter 0 Mid",
81220                        "conditionally-available": false,
81221                        "construct": false,
81222                        "construct-only": false,
81223                        "controllable": true,
81224                        "default": "0",
81225                        "max": "15.8489",
81226                        "min": "0",
81227                        "mutable": "null",
81228                        "readable": true,
81229                        "type": "gfloat",
81230                        "writable": false
81231                    },
81232                    "elm-0s": {
81233                        "blurb": "Envelope level meter 0 Side",
81234                        "conditionally-available": false,
81235                        "construct": false,
81236                        "construct-only": false,
81237                        "controllable": true,
81238                        "default": "0",
81239                        "max": "15.8489",
81240                        "min": "0",
81241                        "mutable": "null",
81242                        "readable": true,
81243                        "type": "gfloat",
81244                        "writable": false
81245                    },
81246                    "elm-1m": {
81247                        "blurb": "Envelope level meter 1 Mid",
81248                        "conditionally-available": false,
81249                        "construct": false,
81250                        "construct-only": false,
81251                        "controllable": true,
81252                        "default": "0",
81253                        "max": "15.8489",
81254                        "min": "0",
81255                        "mutable": "null",
81256                        "readable": true,
81257                        "type": "gfloat",
81258                        "writable": false
81259                    },
81260                    "elm-1s": {
81261                        "blurb": "Envelope level meter 1 Side",
81262                        "conditionally-available": false,
81263                        "construct": false,
81264                        "construct-only": false,
81265                        "controllable": true,
81266                        "default": "0",
81267                        "max": "15.8489",
81268                        "min": "0",
81269                        "mutable": "null",
81270                        "readable": true,
81271                        "type": "gfloat",
81272                        "writable": false
81273                    },
81274                    "elm-2m": {
81275                        "blurb": "Envelope level meter 2 Mid",
81276                        "conditionally-available": false,
81277                        "construct": false,
81278                        "construct-only": false,
81279                        "controllable": true,
81280                        "default": "0",
81281                        "max": "15.8489",
81282                        "min": "0",
81283                        "mutable": "null",
81284                        "readable": true,
81285                        "type": "gfloat",
81286                        "writable": false
81287                    },
81288                    "elm-2s": {
81289                        "blurb": "Envelope level meter 2 Side",
81290                        "conditionally-available": false,
81291                        "construct": false,
81292                        "construct-only": false,
81293                        "controllable": true,
81294                        "default": "0",
81295                        "max": "15.8489",
81296                        "min": "0",
81297                        "mutable": "null",
81298                        "readable": true,
81299                        "type": "gfloat",
81300                        "writable": false
81301                    },
81302                    "elm-3m": {
81303                        "blurb": "Envelope level meter 3 Mid",
81304                        "conditionally-available": false,
81305                        "construct": false,
81306                        "construct-only": false,
81307                        "controllable": true,
81308                        "default": "0",
81309                        "max": "15.8489",
81310                        "min": "0",
81311                        "mutable": "null",
81312                        "readable": true,
81313                        "type": "gfloat",
81314                        "writable": false
81315                    },
81316                    "elm-3s": {
81317                        "blurb": "Envelope level meter 3 Side",
81318                        "conditionally-available": false,
81319                        "construct": false,
81320                        "construct-only": false,
81321                        "controllable": true,
81322                        "default": "0",
81323                        "max": "15.8489",
81324                        "min": "0",
81325                        "mutable": "null",
81326                        "readable": true,
81327                        "type": "gfloat",
81328                        "writable": false
81329                    },
81330                    "elm-4m": {
81331                        "blurb": "Envelope level meter 4 Mid",
81332                        "conditionally-available": false,
81333                        "construct": false,
81334                        "construct-only": false,
81335                        "controllable": true,
81336                        "default": "0",
81337                        "max": "15.8489",
81338                        "min": "0",
81339                        "mutable": "null",
81340                        "readable": true,
81341                        "type": "gfloat",
81342                        "writable": false
81343                    },
81344                    "elm-4s": {
81345                        "blurb": "Envelope level meter 4 Side",
81346                        "conditionally-available": false,
81347                        "construct": false,
81348                        "construct-only": false,
81349                        "controllable": true,
81350                        "default": "0",
81351                        "max": "15.8489",
81352                        "min": "0",
81353                        "mutable": "null",
81354                        "readable": true,
81355                        "type": "gfloat",
81356                        "writable": false
81357                    },
81358                    "elm-5m": {
81359                        "blurb": "Envelope level meter 5 Mid",
81360                        "conditionally-available": false,
81361                        "construct": false,
81362                        "construct-only": false,
81363                        "controllable": true,
81364                        "default": "0",
81365                        "max": "15.8489",
81366                        "min": "0",
81367                        "mutable": "null",
81368                        "readable": true,
81369                        "type": "gfloat",
81370                        "writable": false
81371                    },
81372                    "elm-5s": {
81373                        "blurb": "Envelope level meter 5 Side",
81374                        "conditionally-available": false,
81375                        "construct": false,
81376                        "construct-only": false,
81377                        "controllable": true,
81378                        "default": "0",
81379                        "max": "15.8489",
81380                        "min": "0",
81381                        "mutable": "null",
81382                        "readable": true,
81383                        "type": "gfloat",
81384                        "writable": false
81385                    },
81386                    "elm-6m": {
81387                        "blurb": "Envelope level meter 6 Mid",
81388                        "conditionally-available": false,
81389                        "construct": false,
81390                        "construct-only": false,
81391                        "controllable": true,
81392                        "default": "0",
81393                        "max": "15.8489",
81394                        "min": "0",
81395                        "mutable": "null",
81396                        "readable": true,
81397                        "type": "gfloat",
81398                        "writable": false
81399                    },
81400                    "elm-6s": {
81401                        "blurb": "Envelope level meter 6 Side",
81402                        "conditionally-available": false,
81403                        "construct": false,
81404                        "construct-only": false,
81405                        "controllable": true,
81406                        "default": "0",
81407                        "max": "15.8489",
81408                        "min": "0",
81409                        "mutable": "null",
81410                        "readable": true,
81411                        "type": "gfloat",
81412                        "writable": false
81413                    },
81414                    "elm-7m": {
81415                        "blurb": "Envelope level meter 7 Mid",
81416                        "conditionally-available": false,
81417                        "construct": false,
81418                        "construct-only": false,
81419                        "controllable": true,
81420                        "default": "0",
81421                        "max": "15.8489",
81422                        "min": "0",
81423                        "mutable": "null",
81424                        "readable": true,
81425                        "type": "gfloat",
81426                        "writable": false
81427                    },
81428                    "elm-7s": {
81429                        "blurb": "Envelope level meter 7 Side",
81430                        "conditionally-available": false,
81431                        "construct": false,
81432                        "construct-only": false,
81433                        "controllable": true,
81434                        "default": "0",
81435                        "max": "15.8489",
81436                        "min": "0",
81437                        "mutable": "null",
81438                        "readable": true,
81439                        "type": "gfloat",
81440                        "writable": false
81441                    },
81442                    "envb": {
81443                        "blurb": "Envelope boost",
81444                        "conditionally-available": false,
81445                        "construct": true,
81446                        "construct-only": false,
81447                        "controllable": true,
81448                        "default": "Pink BT (1)",
81449                        "mutable": "null",
81450                        "readable": true,
81451                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msenvb",
81452                        "writable": true
81453                    },
81454                    "flt-m": {
81455                        "blurb": "Band filter curves Mid",
81456                        "conditionally-available": false,
81457                        "construct": true,
81458                        "construct-only": false,
81459                        "controllable": true,
81460                        "default": "false",
81461                        "mutable": "null",
81462                        "readable": true,
81463                        "type": "gboolean",
81464                        "writable": true
81465                    },
81466                    "flt-s": {
81467                        "blurb": "Band filter curves Side",
81468                        "conditionally-available": false,
81469                        "construct": true,
81470                        "construct-only": false,
81471                        "controllable": true,
81472                        "default": "false",
81473                        "mutable": "null",
81474                        "readable": true,
81475                        "type": "gboolean",
81476                        "writable": true
81477                    },
81478                    "fre-0m": {
81479                        "blurb": "Frequency range end 0 Mid",
81480                        "conditionally-available": false,
81481                        "construct": false,
81482                        "construct-only": false,
81483                        "controllable": true,
81484                        "default": "0",
81485                        "max": "192000",
81486                        "min": "0",
81487                        "mutable": "null",
81488                        "readable": true,
81489                        "type": "gfloat",
81490                        "writable": false
81491                    },
81492                    "fre-0s": {
81493                        "blurb": "Frequency range end 0 Side",
81494                        "conditionally-available": false,
81495                        "construct": false,
81496                        "construct-only": false,
81497                        "controllable": true,
81498                        "default": "0",
81499                        "max": "192000",
81500                        "min": "0",
81501                        "mutable": "null",
81502                        "readable": true,
81503                        "type": "gfloat",
81504                        "writable": false
81505                    },
81506                    "fre-1m": {
81507                        "blurb": "Frequency range end 1 Mid",
81508                        "conditionally-available": false,
81509                        "construct": false,
81510                        "construct-only": false,
81511                        "controllable": true,
81512                        "default": "0",
81513                        "max": "192000",
81514                        "min": "0",
81515                        "mutable": "null",
81516                        "readable": true,
81517                        "type": "gfloat",
81518                        "writable": false
81519                    },
81520                    "fre-1s": {
81521                        "blurb": "Frequency range end 1 Side",
81522                        "conditionally-available": false,
81523                        "construct": false,
81524                        "construct-only": false,
81525                        "controllable": true,
81526                        "default": "0",
81527                        "max": "192000",
81528                        "min": "0",
81529                        "mutable": "null",
81530                        "readable": true,
81531                        "type": "gfloat",
81532                        "writable": false
81533                    },
81534                    "fre-2m": {
81535                        "blurb": "Frequency range end 2 Mid",
81536                        "conditionally-available": false,
81537                        "construct": false,
81538                        "construct-only": false,
81539                        "controllable": true,
81540                        "default": "0",
81541                        "max": "192000",
81542                        "min": "0",
81543                        "mutable": "null",
81544                        "readable": true,
81545                        "type": "gfloat",
81546                        "writable": false
81547                    },
81548                    "fre-2s": {
81549                        "blurb": "Frequency range end 2 Side",
81550                        "conditionally-available": false,
81551                        "construct": false,
81552                        "construct-only": false,
81553                        "controllable": true,
81554                        "default": "0",
81555                        "max": "192000",
81556                        "min": "0",
81557                        "mutable": "null",
81558                        "readable": true,
81559                        "type": "gfloat",
81560                        "writable": false
81561                    },
81562                    "fre-3m": {
81563                        "blurb": "Frequency range end 3 Mid",
81564                        "conditionally-available": false,
81565                        "construct": false,
81566                        "construct-only": false,
81567                        "controllable": true,
81568                        "default": "0",
81569                        "max": "192000",
81570                        "min": "0",
81571                        "mutable": "null",
81572                        "readable": true,
81573                        "type": "gfloat",
81574                        "writable": false
81575                    },
81576                    "fre-3s": {
81577                        "blurb": "Frequency range end 3 Side",
81578                        "conditionally-available": false,
81579                        "construct": false,
81580                        "construct-only": false,
81581                        "controllable": true,
81582                        "default": "0",
81583                        "max": "192000",
81584                        "min": "0",
81585                        "mutable": "null",
81586                        "readable": true,
81587                        "type": "gfloat",
81588                        "writable": false
81589                    },
81590                    "fre-4m": {
81591                        "blurb": "Frequency range end 4 Mid",
81592                        "conditionally-available": false,
81593                        "construct": false,
81594                        "construct-only": false,
81595                        "controllable": true,
81596                        "default": "0",
81597                        "max": "192000",
81598                        "min": "0",
81599                        "mutable": "null",
81600                        "readable": true,
81601                        "type": "gfloat",
81602                        "writable": false
81603                    },
81604                    "fre-4s": {
81605                        "blurb": "Frequency range end 4 Side",
81606                        "conditionally-available": false,
81607                        "construct": false,
81608                        "construct-only": false,
81609                        "controllable": true,
81610                        "default": "0",
81611                        "max": "192000",
81612                        "min": "0",
81613                        "mutable": "null",
81614                        "readable": true,
81615                        "type": "gfloat",
81616                        "writable": false
81617                    },
81618                    "fre-5m": {
81619                        "blurb": "Frequency range end 5 Mid",
81620                        "conditionally-available": false,
81621                        "construct": false,
81622                        "construct-only": false,
81623                        "controllable": true,
81624                        "default": "0",
81625                        "max": "192000",
81626                        "min": "0",
81627                        "mutable": "null",
81628                        "readable": true,
81629                        "type": "gfloat",
81630                        "writable": false
81631                    },
81632                    "fre-5s": {
81633                        "blurb": "Frequency range end 5 Side",
81634                        "conditionally-available": false,
81635                        "construct": false,
81636                        "construct-only": false,
81637                        "controllable": true,
81638                        "default": "0",
81639                        "max": "192000",
81640                        "min": "0",
81641                        "mutable": "null",
81642                        "readable": true,
81643                        "type": "gfloat",
81644                        "writable": false
81645                    },
81646                    "fre-6m": {
81647                        "blurb": "Frequency range end 6 Mid",
81648                        "conditionally-available": false,
81649                        "construct": false,
81650                        "construct-only": false,
81651                        "controllable": true,
81652                        "default": "0",
81653                        "max": "192000",
81654                        "min": "0",
81655                        "mutable": "null",
81656                        "readable": true,
81657                        "type": "gfloat",
81658                        "writable": false
81659                    },
81660                    "fre-6s": {
81661                        "blurb": "Frequency range end 6 Side",
81662                        "conditionally-available": false,
81663                        "construct": false,
81664                        "construct-only": false,
81665                        "controllable": true,
81666                        "default": "0",
81667                        "max": "192000",
81668                        "min": "0",
81669                        "mutable": "null",
81670                        "readable": true,
81671                        "type": "gfloat",
81672                        "writable": false
81673                    },
81674                    "fre-7m": {
81675                        "blurb": "Frequency range end 7 Mid",
81676                        "conditionally-available": false,
81677                        "construct": false,
81678                        "construct-only": false,
81679                        "controllable": true,
81680                        "default": "0",
81681                        "max": "192000",
81682                        "min": "0",
81683                        "mutable": "null",
81684                        "readable": true,
81685                        "type": "gfloat",
81686                        "writable": false
81687                    },
81688                    "fre-7s": {
81689                        "blurb": "Frequency range end 7 Side",
81690                        "conditionally-available": false,
81691                        "construct": false,
81692                        "construct-only": false,
81693                        "controllable": true,
81694                        "default": "0",
81695                        "max": "192000",
81696                        "min": "0",
81697                        "mutable": "null",
81698                        "readable": true,
81699                        "type": "gfloat",
81700                        "writable": false
81701                    },
81702                    "g-dry": {
81703                        "blurb": "Dry gain",
81704                        "conditionally-available": false,
81705                        "construct": true,
81706                        "construct-only": false,
81707                        "controllable": true,
81708                        "default": "0",
81709                        "max": "10",
81710                        "min": "0",
81711                        "mutable": "null",
81712                        "readable": true,
81713                        "type": "gfloat",
81714                        "writable": true
81715                    },
81716                    "g-in": {
81717                        "blurb": "Input gain",
81718                        "conditionally-available": false,
81719                        "construct": true,
81720                        "construct-only": false,
81721                        "controllable": true,
81722                        "default": "1",
81723                        "max": "10",
81724                        "min": "0",
81725                        "mutable": "null",
81726                        "readable": true,
81727                        "type": "gfloat",
81728                        "writable": true
81729                    },
81730                    "g-out": {
81731                        "blurb": "Output gain",
81732                        "conditionally-available": false,
81733                        "construct": true,
81734                        "construct-only": false,
81735                        "controllable": true,
81736                        "default": "1",
81737                        "max": "10",
81738                        "min": "0",
81739                        "mutable": "null",
81740                        "readable": true,
81741                        "type": "gfloat",
81742                        "writable": true
81743                    },
81744                    "g-wet": {
81745                        "blurb": "Wet gain",
81746                        "conditionally-available": false,
81747                        "construct": true,
81748                        "construct-only": false,
81749                        "controllable": true,
81750                        "default": "1",
81751                        "max": "10",
81752                        "min": "0",
81753                        "mutable": "null",
81754                        "readable": true,
81755                        "type": "gfloat",
81756                        "writable": true
81757                    },
81758                    "hue-0m": {
81759                        "blurb": "Hue  0 Mid",
81760                        "conditionally-available": false,
81761                        "construct": true,
81762                        "construct-only": false,
81763                        "controllable": true,
81764                        "default": "0",
81765                        "max": "1",
81766                        "min": "0",
81767                        "mutable": "null",
81768                        "readable": true,
81769                        "type": "gfloat",
81770                        "writable": true
81771                    },
81772                    "hue-0s": {
81773                        "blurb": "Hue  0 Side",
81774                        "conditionally-available": false,
81775                        "construct": true,
81776                        "construct-only": false,
81777                        "controllable": true,
81778                        "default": "0",
81779                        "max": "1",
81780                        "min": "0",
81781                        "mutable": "null",
81782                        "readable": true,
81783                        "type": "gfloat",
81784                        "writable": true
81785                    },
81786                    "hue-1m": {
81787                        "blurb": "Hue  1 Mid",
81788                        "conditionally-available": false,
81789                        "construct": true,
81790                        "construct-only": false,
81791                        "controllable": true,
81792                        "default": "0.125",
81793                        "max": "1",
81794                        "min": "0",
81795                        "mutable": "null",
81796                        "readable": true,
81797                        "type": "gfloat",
81798                        "writable": true
81799                    },
81800                    "hue-1s": {
81801                        "blurb": "Hue  1 Side",
81802                        "conditionally-available": false,
81803                        "construct": true,
81804                        "construct-only": false,
81805                        "controllable": true,
81806                        "default": "0.125",
81807                        "max": "1",
81808                        "min": "0",
81809                        "mutable": "null",
81810                        "readable": true,
81811                        "type": "gfloat",
81812                        "writable": true
81813                    },
81814                    "hue-2m": {
81815                        "blurb": "Hue  2 Mid",
81816                        "conditionally-available": false,
81817                        "construct": true,
81818                        "construct-only": false,
81819                        "controllable": true,
81820                        "default": "0.25",
81821                        "max": "1",
81822                        "min": "0",
81823                        "mutable": "null",
81824                        "readable": true,
81825                        "type": "gfloat",
81826                        "writable": true
81827                    },
81828                    "hue-2s": {
81829                        "blurb": "Hue  2 Side",
81830                        "conditionally-available": false,
81831                        "construct": true,
81832                        "construct-only": false,
81833                        "controllable": true,
81834                        "default": "0.25",
81835                        "max": "1",
81836                        "min": "0",
81837                        "mutable": "null",
81838                        "readable": true,
81839                        "type": "gfloat",
81840                        "writable": true
81841                    },
81842                    "hue-3m": {
81843                        "blurb": "Hue  3 Mid",
81844                        "conditionally-available": false,
81845                        "construct": true,
81846                        "construct-only": false,
81847                        "controllable": true,
81848                        "default": "0.375",
81849                        "max": "1",
81850                        "min": "0",
81851                        "mutable": "null",
81852                        "readable": true,
81853                        "type": "gfloat",
81854                        "writable": true
81855                    },
81856                    "hue-3s": {
81857                        "blurb": "Hue  3 Side",
81858                        "conditionally-available": false,
81859                        "construct": true,
81860                        "construct-only": false,
81861                        "controllable": true,
81862                        "default": "0.375",
81863                        "max": "1",
81864                        "min": "0",
81865                        "mutable": "null",
81866                        "readable": true,
81867                        "type": "gfloat",
81868                        "writable": true
81869                    },
81870                    "hue-4m": {
81871                        "blurb": "Hue  4 Mid",
81872                        "conditionally-available": false,
81873                        "construct": true,
81874                        "construct-only": false,
81875                        "controllable": true,
81876                        "default": "0.5",
81877                        "max": "1",
81878                        "min": "0",
81879                        "mutable": "null",
81880                        "readable": true,
81881                        "type": "gfloat",
81882                        "writable": true
81883                    },
81884                    "hue-4s": {
81885                        "blurb": "Hue  4 Side",
81886                        "conditionally-available": false,
81887                        "construct": true,
81888                        "construct-only": false,
81889                        "controllable": true,
81890                        "default": "0.5",
81891                        "max": "1",
81892                        "min": "0",
81893                        "mutable": "null",
81894                        "readable": true,
81895                        "type": "gfloat",
81896                        "writable": true
81897                    },
81898                    "hue-5m": {
81899                        "blurb": "Hue  5 Mid",
81900                        "conditionally-available": false,
81901                        "construct": true,
81902                        "construct-only": false,
81903                        "controllable": true,
81904                        "default": "0.625",
81905                        "max": "1",
81906                        "min": "0",
81907                        "mutable": "null",
81908                        "readable": true,
81909                        "type": "gfloat",
81910                        "writable": true
81911                    },
81912                    "hue-5s": {
81913                        "blurb": "Hue  5 Side",
81914                        "conditionally-available": false,
81915                        "construct": true,
81916                        "construct-only": false,
81917                        "controllable": true,
81918                        "default": "0.625",
81919                        "max": "1",
81920                        "min": "0",
81921                        "mutable": "null",
81922                        "readable": true,
81923                        "type": "gfloat",
81924                        "writable": true
81925                    },
81926                    "hue-6m": {
81927                        "blurb": "Hue  6 Mid",
81928                        "conditionally-available": false,
81929                        "construct": true,
81930                        "construct-only": false,
81931                        "controllable": true,
81932                        "default": "0.75",
81933                        "max": "1",
81934                        "min": "0",
81935                        "mutable": "null",
81936                        "readable": true,
81937                        "type": "gfloat",
81938                        "writable": true
81939                    },
81940                    "hue-6s": {
81941                        "blurb": "Hue  6 Side",
81942                        "conditionally-available": false,
81943                        "construct": true,
81944                        "construct-only": false,
81945                        "controllable": true,
81946                        "default": "0.75",
81947                        "max": "1",
81948                        "min": "0",
81949                        "mutable": "null",
81950                        "readable": true,
81951                        "type": "gfloat",
81952                        "writable": true
81953                    },
81954                    "hue-7m": {
81955                        "blurb": "Hue  7 Mid",
81956                        "conditionally-available": false,
81957                        "construct": true,
81958                        "construct-only": false,
81959                        "controllable": true,
81960                        "default": "0.875",
81961                        "max": "1",
81962                        "min": "0",
81963                        "mutable": "null",
81964                        "readable": true,
81965                        "type": "gfloat",
81966                        "writable": true
81967                    },
81968                    "hue-7s": {
81969                        "blurb": "Hue  7 Side",
81970                        "conditionally-available": false,
81971                        "construct": true,
81972                        "construct-only": false,
81973                        "controllable": true,
81974                        "default": "0.875",
81975                        "max": "1",
81976                        "min": "0",
81977                        "mutable": "null",
81978                        "readable": true,
81979                        "type": "gfloat",
81980                        "writable": true
81981                    },
81982                    "ife-m": {
81983                        "blurb": "Input FFT graph enable Mid",
81984                        "conditionally-available": false,
81985                        "construct": true,
81986                        "construct-only": false,
81987                        "controllable": true,
81988                        "default": "false",
81989                        "mutable": "null",
81990                        "readable": true,
81991                        "type": "gboolean",
81992                        "writable": true
81993                    },
81994                    "ife-s": {
81995                        "blurb": "Input FFT graph enable Side",
81996                        "conditionally-available": false,
81997                        "construct": true,
81998                        "construct-only": false,
81999                        "controllable": true,
82000                        "default": "false",
82001                        "mutable": "null",
82002                        "readable": true,
82003                        "type": "gboolean",
82004                        "writable": true
82005                    },
82006                    "ilm-l": {
82007                        "blurb": "Input level meter Left",
82008                        "conditionally-available": false,
82009                        "construct": false,
82010                        "construct-only": false,
82011                        "controllable": true,
82012                        "default": "0",
82013                        "max": "15.8489",
82014                        "min": "0",
82015                        "mutable": "null",
82016                        "readable": true,
82017                        "type": "gfloat",
82018                        "writable": false
82019                    },
82020                    "ilm-r": {
82021                        "blurb": "Input level meter Right",
82022                        "conditionally-available": false,
82023                        "construct": false,
82024                        "construct-only": false,
82025                        "controllable": true,
82026                        "default": "0",
82027                        "max": "15.8489",
82028                        "min": "0",
82029                        "mutable": "null",
82030                        "readable": true,
82031                        "type": "gfloat",
82032                        "writable": false
82033                    },
82034                    "kn-0m": {
82035                        "blurb": "Knee 0 Mid",
82036                        "conditionally-available": false,
82037                        "construct": true,
82038                        "construct-only": false,
82039                        "controllable": true,
82040                        "default": "0.50118",
82041                        "max": "1",
82042                        "min": "0.0631",
82043                        "mutable": "null",
82044                        "readable": true,
82045                        "type": "gfloat",
82046                        "writable": true
82047                    },
82048                    "kn-0s": {
82049                        "blurb": "Knee 0 Side",
82050                        "conditionally-available": false,
82051                        "construct": true,
82052                        "construct-only": false,
82053                        "controllable": true,
82054                        "default": "0.50118",
82055                        "max": "1",
82056                        "min": "0.0631",
82057                        "mutable": "null",
82058                        "readable": true,
82059                        "type": "gfloat",
82060                        "writable": true
82061                    },
82062                    "kn-1m": {
82063                        "blurb": "Knee 1 Mid",
82064                        "conditionally-available": false,
82065                        "construct": true,
82066                        "construct-only": false,
82067                        "controllable": true,
82068                        "default": "0.50118",
82069                        "max": "1",
82070                        "min": "0.0631",
82071                        "mutable": "null",
82072                        "readable": true,
82073                        "type": "gfloat",
82074                        "writable": true
82075                    },
82076                    "kn-1s": {
82077                        "blurb": "Knee 1 Side",
82078                        "conditionally-available": false,
82079                        "construct": true,
82080                        "construct-only": false,
82081                        "controllable": true,
82082                        "default": "0.50118",
82083                        "max": "1",
82084                        "min": "0.0631",
82085                        "mutable": "null",
82086                        "readable": true,
82087                        "type": "gfloat",
82088                        "writable": true
82089                    },
82090                    "kn-2m": {
82091                        "blurb": "Knee 2 Mid",
82092                        "conditionally-available": false,
82093                        "construct": true,
82094                        "construct-only": false,
82095                        "controllable": true,
82096                        "default": "0.50118",
82097                        "max": "1",
82098                        "min": "0.0631",
82099                        "mutable": "null",
82100                        "readable": true,
82101                        "type": "gfloat",
82102                        "writable": true
82103                    },
82104                    "kn-2s": {
82105                        "blurb": "Knee 2 Side",
82106                        "conditionally-available": false,
82107                        "construct": true,
82108                        "construct-only": false,
82109                        "controllable": true,
82110                        "default": "0.50118",
82111                        "max": "1",
82112                        "min": "0.0631",
82113                        "mutable": "null",
82114                        "readable": true,
82115                        "type": "gfloat",
82116                        "writable": true
82117                    },
82118                    "kn-3m": {
82119                        "blurb": "Knee 3 Mid",
82120                        "conditionally-available": false,
82121                        "construct": true,
82122                        "construct-only": false,
82123                        "controllable": true,
82124                        "default": "0.50118",
82125                        "max": "1",
82126                        "min": "0.0631",
82127                        "mutable": "null",
82128                        "readable": true,
82129                        "type": "gfloat",
82130                        "writable": true
82131                    },
82132                    "kn-3s": {
82133                        "blurb": "Knee 3 Side",
82134                        "conditionally-available": false,
82135                        "construct": true,
82136                        "construct-only": false,
82137                        "controllable": true,
82138                        "default": "0.50118",
82139                        "max": "1",
82140                        "min": "0.0631",
82141                        "mutable": "null",
82142                        "readable": true,
82143                        "type": "gfloat",
82144                        "writable": true
82145                    },
82146                    "kn-4m": {
82147                        "blurb": "Knee 4 Mid",
82148                        "conditionally-available": false,
82149                        "construct": true,
82150                        "construct-only": false,
82151                        "controllable": true,
82152                        "default": "0.50118",
82153                        "max": "1",
82154                        "min": "0.0631",
82155                        "mutable": "null",
82156                        "readable": true,
82157                        "type": "gfloat",
82158                        "writable": true
82159                    },
82160                    "kn-4s": {
82161                        "blurb": "Knee 4 Side",
82162                        "conditionally-available": false,
82163                        "construct": true,
82164                        "construct-only": false,
82165                        "controllable": true,
82166                        "default": "0.50118",
82167                        "max": "1",
82168                        "min": "0.0631",
82169                        "mutable": "null",
82170                        "readable": true,
82171                        "type": "gfloat",
82172                        "writable": true
82173                    },
82174                    "kn-5m": {
82175                        "blurb": "Knee 5 Mid",
82176                        "conditionally-available": false,
82177                        "construct": true,
82178                        "construct-only": false,
82179                        "controllable": true,
82180                        "default": "0.50118",
82181                        "max": "1",
82182                        "min": "0.0631",
82183                        "mutable": "null",
82184                        "readable": true,
82185                        "type": "gfloat",
82186                        "writable": true
82187                    },
82188                    "kn-5s": {
82189                        "blurb": "Knee 5 Side",
82190                        "conditionally-available": false,
82191                        "construct": true,
82192                        "construct-only": false,
82193                        "controllable": true,
82194                        "default": "0.50118",
82195                        "max": "1",
82196                        "min": "0.0631",
82197                        "mutable": "null",
82198                        "readable": true,
82199                        "type": "gfloat",
82200                        "writable": true
82201                    },
82202                    "kn-6m": {
82203                        "blurb": "Knee 6 Mid",
82204                        "conditionally-available": false,
82205                        "construct": true,
82206                        "construct-only": false,
82207                        "controllable": true,
82208                        "default": "0.50118",
82209                        "max": "1",
82210                        "min": "0.0631",
82211                        "mutable": "null",
82212                        "readable": true,
82213                        "type": "gfloat",
82214                        "writable": true
82215                    },
82216                    "kn-6s": {
82217                        "blurb": "Knee 6 Side",
82218                        "conditionally-available": false,
82219                        "construct": true,
82220                        "construct-only": false,
82221                        "controllable": true,
82222                        "default": "0.50118",
82223                        "max": "1",
82224                        "min": "0.0631",
82225                        "mutable": "null",
82226                        "readable": true,
82227                        "type": "gfloat",
82228                        "writable": true
82229                    },
82230                    "kn-7m": {
82231                        "blurb": "Knee 7 Mid",
82232                        "conditionally-available": false,
82233                        "construct": true,
82234                        "construct-only": false,
82235                        "controllable": true,
82236                        "default": "0.50118",
82237                        "max": "1",
82238                        "min": "0.0631",
82239                        "mutable": "null",
82240                        "readable": true,
82241                        "type": "gfloat",
82242                        "writable": true
82243                    },
82244                    "kn-7s": {
82245                        "blurb": "Knee 7 Side",
82246                        "conditionally-available": false,
82247                        "construct": true,
82248                        "construct-only": false,
82249                        "controllable": true,
82250                        "default": "0.50118",
82251                        "max": "1",
82252                        "min": "0.0631",
82253                        "mutable": "null",
82254                        "readable": true,
82255                        "type": "gfloat",
82256                        "writable": true
82257                    },
82258                    "mk-0m": {
82259                        "blurb": "Makeup gain 0 Mid",
82260                        "conditionally-available": false,
82261                        "construct": true,
82262                        "construct-only": false,
82263                        "controllable": true,
82264                        "default": "1",
82265                        "max": "1000",
82266                        "min": "0.001",
82267                        "mutable": "null",
82268                        "readable": true,
82269                        "type": "gfloat",
82270                        "writable": true
82271                    },
82272                    "mk-0s": {
82273                        "blurb": "Makeup gain 0 Side",
82274                        "conditionally-available": false,
82275                        "construct": true,
82276                        "construct-only": false,
82277                        "controllable": true,
82278                        "default": "1",
82279                        "max": "1000",
82280                        "min": "0.001",
82281                        "mutable": "null",
82282                        "readable": true,
82283                        "type": "gfloat",
82284                        "writable": true
82285                    },
82286                    "mk-1m": {
82287                        "blurb": "Makeup gain 1 Mid",
82288                        "conditionally-available": false,
82289                        "construct": true,
82290                        "construct-only": false,
82291                        "controllable": true,
82292                        "default": "1",
82293                        "max": "1000",
82294                        "min": "0.001",
82295                        "mutable": "null",
82296                        "readable": true,
82297                        "type": "gfloat",
82298                        "writable": true
82299                    },
82300                    "mk-1s": {
82301                        "blurb": "Makeup gain 1 Side",
82302                        "conditionally-available": false,
82303                        "construct": true,
82304                        "construct-only": false,
82305                        "controllable": true,
82306                        "default": "1",
82307                        "max": "1000",
82308                        "min": "0.001",
82309                        "mutable": "null",
82310                        "readable": true,
82311                        "type": "gfloat",
82312                        "writable": true
82313                    },
82314                    "mk-2m": {
82315                        "blurb": "Makeup gain 2 Mid",
82316                        "conditionally-available": false,
82317                        "construct": true,
82318                        "construct-only": false,
82319                        "controllable": true,
82320                        "default": "1",
82321                        "max": "1000",
82322                        "min": "0.001",
82323                        "mutable": "null",
82324                        "readable": true,
82325                        "type": "gfloat",
82326                        "writable": true
82327                    },
82328                    "mk-2s": {
82329                        "blurb": "Makeup gain 2 Side",
82330                        "conditionally-available": false,
82331                        "construct": true,
82332                        "construct-only": false,
82333                        "controllable": true,
82334                        "default": "1",
82335                        "max": "1000",
82336                        "min": "0.001",
82337                        "mutable": "null",
82338                        "readable": true,
82339                        "type": "gfloat",
82340                        "writable": true
82341                    },
82342                    "mk-3m": {
82343                        "blurb": "Makeup gain 3 Mid",
82344                        "conditionally-available": false,
82345                        "construct": true,
82346                        "construct-only": false,
82347                        "controllable": true,
82348                        "default": "1",
82349                        "max": "1000",
82350                        "min": "0.001",
82351                        "mutable": "null",
82352                        "readable": true,
82353                        "type": "gfloat",
82354                        "writable": true
82355                    },
82356                    "mk-3s": {
82357                        "blurb": "Makeup gain 3 Side",
82358                        "conditionally-available": false,
82359                        "construct": true,
82360                        "construct-only": false,
82361                        "controllable": true,
82362                        "default": "1",
82363                        "max": "1000",
82364                        "min": "0.001",
82365                        "mutable": "null",
82366                        "readable": true,
82367                        "type": "gfloat",
82368                        "writable": true
82369                    },
82370                    "mk-4m": {
82371                        "blurb": "Makeup gain 4 Mid",
82372                        "conditionally-available": false,
82373                        "construct": true,
82374                        "construct-only": false,
82375                        "controllable": true,
82376                        "default": "1",
82377                        "max": "1000",
82378                        "min": "0.001",
82379                        "mutable": "null",
82380                        "readable": true,
82381                        "type": "gfloat",
82382                        "writable": true
82383                    },
82384                    "mk-4s": {
82385                        "blurb": "Makeup gain 4 Side",
82386                        "conditionally-available": false,
82387                        "construct": true,
82388                        "construct-only": false,
82389                        "controllable": true,
82390                        "default": "1",
82391                        "max": "1000",
82392                        "min": "0.001",
82393                        "mutable": "null",
82394                        "readable": true,
82395                        "type": "gfloat",
82396                        "writable": true
82397                    },
82398                    "mk-5m": {
82399                        "blurb": "Makeup gain 5 Mid",
82400                        "conditionally-available": false,
82401                        "construct": true,
82402                        "construct-only": false,
82403                        "controllable": true,
82404                        "default": "1",
82405                        "max": "1000",
82406                        "min": "0.001",
82407                        "mutable": "null",
82408                        "readable": true,
82409                        "type": "gfloat",
82410                        "writable": true
82411                    },
82412                    "mk-5s": {
82413                        "blurb": "Makeup gain 5 Side",
82414                        "conditionally-available": false,
82415                        "construct": true,
82416                        "construct-only": false,
82417                        "controllable": true,
82418                        "default": "1",
82419                        "max": "1000",
82420                        "min": "0.001",
82421                        "mutable": "null",
82422                        "readable": true,
82423                        "type": "gfloat",
82424                        "writable": true
82425                    },
82426                    "mk-6m": {
82427                        "blurb": "Makeup gain 6 Mid",
82428                        "conditionally-available": false,
82429                        "construct": true,
82430                        "construct-only": false,
82431                        "controllable": true,
82432                        "default": "1",
82433                        "max": "1000",
82434                        "min": "0.001",
82435                        "mutable": "null",
82436                        "readable": true,
82437                        "type": "gfloat",
82438                        "writable": true
82439                    },
82440                    "mk-6s": {
82441                        "blurb": "Makeup gain 6 Side",
82442                        "conditionally-available": false,
82443                        "construct": true,
82444                        "construct-only": false,
82445                        "controllable": true,
82446                        "default": "1",
82447                        "max": "1000",
82448                        "min": "0.001",
82449                        "mutable": "null",
82450                        "readable": true,
82451                        "type": "gfloat",
82452                        "writable": true
82453                    },
82454                    "mk-7m": {
82455                        "blurb": "Makeup gain 7 Mid",
82456                        "conditionally-available": false,
82457                        "construct": true,
82458                        "construct-only": false,
82459                        "controllable": true,
82460                        "default": "1",
82461                        "max": "1000",
82462                        "min": "0.001",
82463                        "mutable": "null",
82464                        "readable": true,
82465                        "type": "gfloat",
82466                        "writable": true
82467                    },
82468                    "mk-7s": {
82469                        "blurb": "Makeup gain 7 Side",
82470                        "conditionally-available": false,
82471                        "construct": true,
82472                        "construct-only": false,
82473                        "controllable": true,
82474                        "default": "1",
82475                        "max": "1000",
82476                        "min": "0.001",
82477                        "mutable": "null",
82478                        "readable": true,
82479                        "type": "gfloat",
82480                        "writable": true
82481                    },
82482                    "mode": {
82483                        "blurb": "Compressor mode",
82484                        "conditionally-available": false,
82485                        "construct": true,
82486                        "construct-only": false,
82487                        "controllable": true,
82488                        "default": "Modern (1)",
82489                        "mutable": "null",
82490                        "readable": true,
82491                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msmode",
82492                        "writable": true
82493                    },
82494                    "ofe-m": {
82495                        "blurb": "Output FFT graph enable Mid",
82496                        "conditionally-available": false,
82497                        "construct": true,
82498                        "construct-only": false,
82499                        "controllable": true,
82500                        "default": "false",
82501                        "mutable": "null",
82502                        "readable": true,
82503                        "type": "gboolean",
82504                        "writable": true
82505                    },
82506                    "ofe-s": {
82507                        "blurb": "Output FFT graph enable Side",
82508                        "conditionally-available": false,
82509                        "construct": true,
82510                        "construct-only": false,
82511                        "controllable": true,
82512                        "default": "false",
82513                        "mutable": "null",
82514                        "readable": true,
82515                        "type": "gboolean",
82516                        "writable": true
82517                    },
82518                    "olm-l": {
82519                        "blurb": "Output level meter Left",
82520                        "conditionally-available": false,
82521                        "construct": false,
82522                        "construct-only": false,
82523                        "controllable": true,
82524                        "default": "0",
82525                        "max": "15.8489",
82526                        "min": "0",
82527                        "mutable": "null",
82528                        "readable": true,
82529                        "type": "gfloat",
82530                        "writable": false
82531                    },
82532                    "olm-r": {
82533                        "blurb": "Output level meter Right",
82534                        "conditionally-available": false,
82535                        "construct": false,
82536                        "construct-only": false,
82537                        "controllable": true,
82538                        "default": "0",
82539                        "max": "15.8489",
82540                        "min": "0",
82541                        "mutable": "null",
82542                        "readable": true,
82543                        "type": "gfloat",
82544                        "writable": false
82545                    },
82546                    "out-latency": {
82547                        "blurb": "Latency OUT",
82548                        "conditionally-available": false,
82549                        "construct": false,
82550                        "construct-only": false,
82551                        "controllable": true,
82552                        "default": "0",
82553                        "max": "192000",
82554                        "min": "0",
82555                        "mutable": "null",
82556                        "readable": true,
82557                        "type": "gint",
82558                        "writable": false
82559                    },
82560                    "react": {
82561                        "blurb": "FFT reactivity",
82562                        "conditionally-available": false,
82563                        "construct": true,
82564                        "construct-only": false,
82565                        "controllable": true,
82566                        "default": "0.2",
82567                        "max": "1",
82568                        "min": "0",
82569                        "mutable": "null",
82570                        "readable": true,
82571                        "type": "gfloat",
82572                        "writable": true
82573                    },
82574                    "rl-0m": {
82575                        "blurb": "Release level 0 Mid",
82576                        "conditionally-available": false,
82577                        "construct": false,
82578                        "construct-only": false,
82579                        "controllable": true,
82580                        "default": "0",
82581                        "max": "20",
82582                        "min": "0",
82583                        "mutable": "null",
82584                        "readable": true,
82585                        "type": "gfloat",
82586                        "writable": false
82587                    },
82588                    "rl-0s": {
82589                        "blurb": "Release level 0 Side",
82590                        "conditionally-available": false,
82591                        "construct": false,
82592                        "construct-only": false,
82593                        "controllable": true,
82594                        "default": "0",
82595                        "max": "20",
82596                        "min": "0",
82597                        "mutable": "null",
82598                        "readable": true,
82599                        "type": "gfloat",
82600                        "writable": false
82601                    },
82602                    "rl-1m": {
82603                        "blurb": "Release level 1 Mid",
82604                        "conditionally-available": false,
82605                        "construct": false,
82606                        "construct-only": false,
82607                        "controllable": true,
82608                        "default": "0",
82609                        "max": "20",
82610                        "min": "0",
82611                        "mutable": "null",
82612                        "readable": true,
82613                        "type": "gfloat",
82614                        "writable": false
82615                    },
82616                    "rl-1s": {
82617                        "blurb": "Release level 1 Side",
82618                        "conditionally-available": false,
82619                        "construct": false,
82620                        "construct-only": false,
82621                        "controllable": true,
82622                        "default": "0",
82623                        "max": "20",
82624                        "min": "0",
82625                        "mutable": "null",
82626                        "readable": true,
82627                        "type": "gfloat",
82628                        "writable": false
82629                    },
82630                    "rl-2m": {
82631                        "blurb": "Release level 2 Mid",
82632                        "conditionally-available": false,
82633                        "construct": false,
82634                        "construct-only": false,
82635                        "controllable": true,
82636                        "default": "0",
82637                        "max": "20",
82638                        "min": "0",
82639                        "mutable": "null",
82640                        "readable": true,
82641                        "type": "gfloat",
82642                        "writable": false
82643                    },
82644                    "rl-2s": {
82645                        "blurb": "Release level 2 Side",
82646                        "conditionally-available": false,
82647                        "construct": false,
82648                        "construct-only": false,
82649                        "controllable": true,
82650                        "default": "0",
82651                        "max": "20",
82652                        "min": "0",
82653                        "mutable": "null",
82654                        "readable": true,
82655                        "type": "gfloat",
82656                        "writable": false
82657                    },
82658                    "rl-3m": {
82659                        "blurb": "Release level 3 Mid",
82660                        "conditionally-available": false,
82661                        "construct": false,
82662                        "construct-only": false,
82663                        "controllable": true,
82664                        "default": "0",
82665                        "max": "20",
82666                        "min": "0",
82667                        "mutable": "null",
82668                        "readable": true,
82669                        "type": "gfloat",
82670                        "writable": false
82671                    },
82672                    "rl-3s": {
82673                        "blurb": "Release level 3 Side",
82674                        "conditionally-available": false,
82675                        "construct": false,
82676                        "construct-only": false,
82677                        "controllable": true,
82678                        "default": "0",
82679                        "max": "20",
82680                        "min": "0",
82681                        "mutable": "null",
82682                        "readable": true,
82683                        "type": "gfloat",
82684                        "writable": false
82685                    },
82686                    "rl-4m": {
82687                        "blurb": "Release level 4 Mid",
82688                        "conditionally-available": false,
82689                        "construct": false,
82690                        "construct-only": false,
82691                        "controllable": true,
82692                        "default": "0",
82693                        "max": "20",
82694                        "min": "0",
82695                        "mutable": "null",
82696                        "readable": true,
82697                        "type": "gfloat",
82698                        "writable": false
82699                    },
82700                    "rl-4s": {
82701                        "blurb": "Release level 4 Side",
82702                        "conditionally-available": false,
82703                        "construct": false,
82704                        "construct-only": false,
82705                        "controllable": true,
82706                        "default": "0",
82707                        "max": "20",
82708                        "min": "0",
82709                        "mutable": "null",
82710                        "readable": true,
82711                        "type": "gfloat",
82712                        "writable": false
82713                    },
82714                    "rl-5m": {
82715                        "blurb": "Release level 5 Mid",
82716                        "conditionally-available": false,
82717                        "construct": false,
82718                        "construct-only": false,
82719                        "controllable": true,
82720                        "default": "0",
82721                        "max": "20",
82722                        "min": "0",
82723                        "mutable": "null",
82724                        "readable": true,
82725                        "type": "gfloat",
82726                        "writable": false
82727                    },
82728                    "rl-5s": {
82729                        "blurb": "Release level 5 Side",
82730                        "conditionally-available": false,
82731                        "construct": false,
82732                        "construct-only": false,
82733                        "controllable": true,
82734                        "default": "0",
82735                        "max": "20",
82736                        "min": "0",
82737                        "mutable": "null",
82738                        "readable": true,
82739                        "type": "gfloat",
82740                        "writable": false
82741                    },
82742                    "rl-6m": {
82743                        "blurb": "Release level 6 Mid",
82744                        "conditionally-available": false,
82745                        "construct": false,
82746                        "construct-only": false,
82747                        "controllable": true,
82748                        "default": "0",
82749                        "max": "20",
82750                        "min": "0",
82751                        "mutable": "null",
82752                        "readable": true,
82753                        "type": "gfloat",
82754                        "writable": false
82755                    },
82756                    "rl-6s": {
82757                        "blurb": "Release level 6 Side",
82758                        "conditionally-available": false,
82759                        "construct": false,
82760                        "construct-only": false,
82761                        "controllable": true,
82762                        "default": "0",
82763                        "max": "20",
82764                        "min": "0",
82765                        "mutable": "null",
82766                        "readable": true,
82767                        "type": "gfloat",
82768                        "writable": false
82769                    },
82770                    "rl-7m": {
82771                        "blurb": "Release level 7 Mid",
82772                        "conditionally-available": false,
82773                        "construct": false,
82774                        "construct-only": false,
82775                        "controllable": true,
82776                        "default": "0",
82777                        "max": "20",
82778                        "min": "0",
82779                        "mutable": "null",
82780                        "readable": true,
82781                        "type": "gfloat",
82782                        "writable": false
82783                    },
82784                    "rl-7s": {
82785                        "blurb": "Release level 7 Side",
82786                        "conditionally-available": false,
82787                        "construct": false,
82788                        "construct-only": false,
82789                        "controllable": true,
82790                        "default": "0",
82791                        "max": "20",
82792                        "min": "0",
82793                        "mutable": "null",
82794                        "readable": true,
82795                        "type": "gfloat",
82796                        "writable": false
82797                    },
82798                    "rlm-0m": {
82799                        "blurb": "Reduction level meter 0 Mid",
82800                        "conditionally-available": false,
82801                        "construct": false,
82802                        "construct-only": false,
82803                        "controllable": true,
82804                        "default": "0",
82805                        "max": "15.8489",
82806                        "min": "0",
82807                        "mutable": "null",
82808                        "readable": true,
82809                        "type": "gfloat",
82810                        "writable": false
82811                    },
82812                    "rlm-0s": {
82813                        "blurb": "Reduction level meter 0 Side",
82814                        "conditionally-available": false,
82815                        "construct": false,
82816                        "construct-only": false,
82817                        "controllable": true,
82818                        "default": "0",
82819                        "max": "15.8489",
82820                        "min": "0",
82821                        "mutable": "null",
82822                        "readable": true,
82823                        "type": "gfloat",
82824                        "writable": false
82825                    },
82826                    "rlm-1m": {
82827                        "blurb": "Reduction level meter 1 Mid",
82828                        "conditionally-available": false,
82829                        "construct": false,
82830                        "construct-only": false,
82831                        "controllable": true,
82832                        "default": "0",
82833                        "max": "15.8489",
82834                        "min": "0",
82835                        "mutable": "null",
82836                        "readable": true,
82837                        "type": "gfloat",
82838                        "writable": false
82839                    },
82840                    "rlm-1s": {
82841                        "blurb": "Reduction level meter 1 Side",
82842                        "conditionally-available": false,
82843                        "construct": false,
82844                        "construct-only": false,
82845                        "controllable": true,
82846                        "default": "0",
82847                        "max": "15.8489",
82848                        "min": "0",
82849                        "mutable": "null",
82850                        "readable": true,
82851                        "type": "gfloat",
82852                        "writable": false
82853                    },
82854                    "rlm-2m": {
82855                        "blurb": "Reduction level meter 2 Mid",
82856                        "conditionally-available": false,
82857                        "construct": false,
82858                        "construct-only": false,
82859                        "controllable": true,
82860                        "default": "0",
82861                        "max": "15.8489",
82862                        "min": "0",
82863                        "mutable": "null",
82864                        "readable": true,
82865                        "type": "gfloat",
82866                        "writable": false
82867                    },
82868                    "rlm-2s": {
82869                        "blurb": "Reduction level meter 2 Side",
82870                        "conditionally-available": false,
82871                        "construct": false,
82872                        "construct-only": false,
82873                        "controllable": true,
82874                        "default": "0",
82875                        "max": "15.8489",
82876                        "min": "0",
82877                        "mutable": "null",
82878                        "readable": true,
82879                        "type": "gfloat",
82880                        "writable": false
82881                    },
82882                    "rlm-3m": {
82883                        "blurb": "Reduction level meter 3 Mid",
82884                        "conditionally-available": false,
82885                        "construct": false,
82886                        "construct-only": false,
82887                        "controllable": true,
82888                        "default": "0",
82889                        "max": "15.8489",
82890                        "min": "0",
82891                        "mutable": "null",
82892                        "readable": true,
82893                        "type": "gfloat",
82894                        "writable": false
82895                    },
82896                    "rlm-3s": {
82897                        "blurb": "Reduction level meter 3 Side",
82898                        "conditionally-available": false,
82899                        "construct": false,
82900                        "construct-only": false,
82901                        "controllable": true,
82902                        "default": "0",
82903                        "max": "15.8489",
82904                        "min": "0",
82905                        "mutable": "null",
82906                        "readable": true,
82907                        "type": "gfloat",
82908                        "writable": false
82909                    },
82910                    "rlm-4m": {
82911                        "blurb": "Reduction level meter 4 Mid",
82912                        "conditionally-available": false,
82913                        "construct": false,
82914                        "construct-only": false,
82915                        "controllable": true,
82916                        "default": "0",
82917                        "max": "15.8489",
82918                        "min": "0",
82919                        "mutable": "null",
82920                        "readable": true,
82921                        "type": "gfloat",
82922                        "writable": false
82923                    },
82924                    "rlm-4s": {
82925                        "blurb": "Reduction level meter 4 Side",
82926                        "conditionally-available": false,
82927                        "construct": false,
82928                        "construct-only": false,
82929                        "controllable": true,
82930                        "default": "0",
82931                        "max": "15.8489",
82932                        "min": "0",
82933                        "mutable": "null",
82934                        "readable": true,
82935                        "type": "gfloat",
82936                        "writable": false
82937                    },
82938                    "rlm-5m": {
82939                        "blurb": "Reduction level meter 5 Mid",
82940                        "conditionally-available": false,
82941                        "construct": false,
82942                        "construct-only": false,
82943                        "controllable": true,
82944                        "default": "0",
82945                        "max": "15.8489",
82946                        "min": "0",
82947                        "mutable": "null",
82948                        "readable": true,
82949                        "type": "gfloat",
82950                        "writable": false
82951                    },
82952                    "rlm-5s": {
82953                        "blurb": "Reduction level meter 5 Side",
82954                        "conditionally-available": false,
82955                        "construct": false,
82956                        "construct-only": false,
82957                        "controllable": true,
82958                        "default": "0",
82959                        "max": "15.8489",
82960                        "min": "0",
82961                        "mutable": "null",
82962                        "readable": true,
82963                        "type": "gfloat",
82964                        "writable": false
82965                    },
82966                    "rlm-6m": {
82967                        "blurb": "Reduction level meter 6 Mid",
82968                        "conditionally-available": false,
82969                        "construct": false,
82970                        "construct-only": false,
82971                        "controllable": true,
82972                        "default": "0",
82973                        "max": "15.8489",
82974                        "min": "0",
82975                        "mutable": "null",
82976                        "readable": true,
82977                        "type": "gfloat",
82978                        "writable": false
82979                    },
82980                    "rlm-6s": {
82981                        "blurb": "Reduction level meter 6 Side",
82982                        "conditionally-available": false,
82983                        "construct": false,
82984                        "construct-only": false,
82985                        "controllable": true,
82986                        "default": "0",
82987                        "max": "15.8489",
82988                        "min": "0",
82989                        "mutable": "null",
82990                        "readable": true,
82991                        "type": "gfloat",
82992                        "writable": false
82993                    },
82994                    "rlm-7m": {
82995                        "blurb": "Reduction level meter 7 Mid",
82996                        "conditionally-available": false,
82997                        "construct": false,
82998                        "construct-only": false,
82999                        "controllable": true,
83000                        "default": "0",
83001                        "max": "15.8489",
83002                        "min": "0",
83003                        "mutable": "null",
83004                        "readable": true,
83005                        "type": "gfloat",
83006                        "writable": false
83007                    },
83008                    "rlm-7s": {
83009                        "blurb": "Reduction level meter 7 Side",
83010                        "conditionally-available": false,
83011                        "construct": false,
83012                        "construct-only": false,
83013                        "controllable": true,
83014                        "default": "0",
83015                        "max": "15.8489",
83016                        "min": "0",
83017                        "mutable": "null",
83018                        "readable": true,
83019                        "type": "gfloat",
83020                        "writable": false
83021                    },
83022                    "rrl-0m": {
83023                        "blurb": "Relative release level 0 Mid",
83024                        "conditionally-available": false,
83025                        "construct": true,
83026                        "construct-only": false,
83027                        "controllable": true,
83028                        "default": "0",
83029                        "max": "63.0957",
83030                        "min": "0",
83031                        "mutable": "null",
83032                        "readable": true,
83033                        "type": "gfloat",
83034                        "writable": true
83035                    },
83036                    "rrl-0s": {
83037                        "blurb": "Relative release level 0 Side",
83038                        "conditionally-available": false,
83039                        "construct": true,
83040                        "construct-only": false,
83041                        "controllable": true,
83042                        "default": "0",
83043                        "max": "63.0957",
83044                        "min": "0",
83045                        "mutable": "null",
83046                        "readable": true,
83047                        "type": "gfloat",
83048                        "writable": true
83049                    },
83050                    "rrl-1m": {
83051                        "blurb": "Relative release level 1 Mid",
83052                        "conditionally-available": false,
83053                        "construct": true,
83054                        "construct-only": false,
83055                        "controllable": true,
83056                        "default": "0",
83057                        "max": "63.0957",
83058                        "min": "0",
83059                        "mutable": "null",
83060                        "readable": true,
83061                        "type": "gfloat",
83062                        "writable": true
83063                    },
83064                    "rrl-1s": {
83065                        "blurb": "Relative release level 1 Side",
83066                        "conditionally-available": false,
83067                        "construct": true,
83068                        "construct-only": false,
83069                        "controllable": true,
83070                        "default": "0",
83071                        "max": "63.0957",
83072                        "min": "0",
83073                        "mutable": "null",
83074                        "readable": true,
83075                        "type": "gfloat",
83076                        "writable": true
83077                    },
83078                    "rrl-2m": {
83079                        "blurb": "Relative release level 2 Mid",
83080                        "conditionally-available": false,
83081                        "construct": true,
83082                        "construct-only": false,
83083                        "controllable": true,
83084                        "default": "0",
83085                        "max": "63.0957",
83086                        "min": "0",
83087                        "mutable": "null",
83088                        "readable": true,
83089                        "type": "gfloat",
83090                        "writable": true
83091                    },
83092                    "rrl-2s": {
83093                        "blurb": "Relative release level 2 Side",
83094                        "conditionally-available": false,
83095                        "construct": true,
83096                        "construct-only": false,
83097                        "controllable": true,
83098                        "default": "0",
83099                        "max": "63.0957",
83100                        "min": "0",
83101                        "mutable": "null",
83102                        "readable": true,
83103                        "type": "gfloat",
83104                        "writable": true
83105                    },
83106                    "rrl-3m": {
83107                        "blurb": "Relative release level 3 Mid",
83108                        "conditionally-available": false,
83109                        "construct": true,
83110                        "construct-only": false,
83111                        "controllable": true,
83112                        "default": "0",
83113                        "max": "63.0957",
83114                        "min": "0",
83115                        "mutable": "null",
83116                        "readable": true,
83117                        "type": "gfloat",
83118                        "writable": true
83119                    },
83120                    "rrl-3s": {
83121                        "blurb": "Relative release level 3 Side",
83122                        "conditionally-available": false,
83123                        "construct": true,
83124                        "construct-only": false,
83125                        "controllable": true,
83126                        "default": "0",
83127                        "max": "63.0957",
83128                        "min": "0",
83129                        "mutable": "null",
83130                        "readable": true,
83131                        "type": "gfloat",
83132                        "writable": true
83133                    },
83134                    "rrl-4m": {
83135                        "blurb": "Relative release level 4 Mid",
83136                        "conditionally-available": false,
83137                        "construct": true,
83138                        "construct-only": false,
83139                        "controllable": true,
83140                        "default": "0",
83141                        "max": "63.0957",
83142                        "min": "0",
83143                        "mutable": "null",
83144                        "readable": true,
83145                        "type": "gfloat",
83146                        "writable": true
83147                    },
83148                    "rrl-4s": {
83149                        "blurb": "Relative release level 4 Side",
83150                        "conditionally-available": false,
83151                        "construct": true,
83152                        "construct-only": false,
83153                        "controllable": true,
83154                        "default": "0",
83155                        "max": "63.0957",
83156                        "min": "0",
83157                        "mutable": "null",
83158                        "readable": true,
83159                        "type": "gfloat",
83160                        "writable": true
83161                    },
83162                    "rrl-5m": {
83163                        "blurb": "Relative release level 5 Mid",
83164                        "conditionally-available": false,
83165                        "construct": true,
83166                        "construct-only": false,
83167                        "controllable": true,
83168                        "default": "0",
83169                        "max": "63.0957",
83170                        "min": "0",
83171                        "mutable": "null",
83172                        "readable": true,
83173                        "type": "gfloat",
83174                        "writable": true
83175                    },
83176                    "rrl-5s": {
83177                        "blurb": "Relative release level 5 Side",
83178                        "conditionally-available": false,
83179                        "construct": true,
83180                        "construct-only": false,
83181                        "controllable": true,
83182                        "default": "0",
83183                        "max": "63.0957",
83184                        "min": "0",
83185                        "mutable": "null",
83186                        "readable": true,
83187                        "type": "gfloat",
83188                        "writable": true
83189                    },
83190                    "rrl-6m": {
83191                        "blurb": "Relative release level 6 Mid",
83192                        "conditionally-available": false,
83193                        "construct": true,
83194                        "construct-only": false,
83195                        "controllable": true,
83196                        "default": "0",
83197                        "max": "63.0957",
83198                        "min": "0",
83199                        "mutable": "null",
83200                        "readable": true,
83201                        "type": "gfloat",
83202                        "writable": true
83203                    },
83204                    "rrl-6s": {
83205                        "blurb": "Relative release level 6 Side",
83206                        "conditionally-available": false,
83207                        "construct": true,
83208                        "construct-only": false,
83209                        "controllable": true,
83210                        "default": "0",
83211                        "max": "63.0957",
83212                        "min": "0",
83213                        "mutable": "null",
83214                        "readable": true,
83215                        "type": "gfloat",
83216                        "writable": true
83217                    },
83218                    "rrl-7m": {
83219                        "blurb": "Relative release level 7 Mid",
83220                        "conditionally-available": false,
83221                        "construct": true,
83222                        "construct-only": false,
83223                        "controllable": true,
83224                        "default": "0",
83225                        "max": "63.0957",
83226                        "min": "0",
83227                        "mutable": "null",
83228                        "readable": true,
83229                        "type": "gfloat",
83230                        "writable": true
83231                    },
83232                    "rrl-7s": {
83233                        "blurb": "Relative release level 7 Side",
83234                        "conditionally-available": false,
83235                        "construct": true,
83236                        "construct-only": false,
83237                        "controllable": true,
83238                        "default": "0",
83239                        "max": "63.0957",
83240                        "min": "0",
83241                        "mutable": "null",
83242                        "readable": true,
83243                        "type": "gfloat",
83244                        "writable": true
83245                    },
83246                    "rt-0m": {
83247                        "blurb": "Release time 0 Mid",
83248                        "conditionally-available": false,
83249                        "construct": true,
83250                        "construct-only": false,
83251                        "controllable": true,
83252                        "default": "100",
83253                        "max": "5000",
83254                        "min": "0",
83255                        "mutable": "null",
83256                        "readable": true,
83257                        "type": "gfloat",
83258                        "writable": true
83259                    },
83260                    "rt-0s": {
83261                        "blurb": "Release time 0 Side",
83262                        "conditionally-available": false,
83263                        "construct": true,
83264                        "construct-only": false,
83265                        "controllable": true,
83266                        "default": "100",
83267                        "max": "5000",
83268                        "min": "0",
83269                        "mutable": "null",
83270                        "readable": true,
83271                        "type": "gfloat",
83272                        "writable": true
83273                    },
83274                    "rt-1m": {
83275                        "blurb": "Release time 1 Mid",
83276                        "conditionally-available": false,
83277                        "construct": true,
83278                        "construct-only": false,
83279                        "controllable": true,
83280                        "default": "100",
83281                        "max": "5000",
83282                        "min": "0",
83283                        "mutable": "null",
83284                        "readable": true,
83285                        "type": "gfloat",
83286                        "writable": true
83287                    },
83288                    "rt-1s": {
83289                        "blurb": "Release time 1 Side",
83290                        "conditionally-available": false,
83291                        "construct": true,
83292                        "construct-only": false,
83293                        "controllable": true,
83294                        "default": "100",
83295                        "max": "5000",
83296                        "min": "0",
83297                        "mutable": "null",
83298                        "readable": true,
83299                        "type": "gfloat",
83300                        "writable": true
83301                    },
83302                    "rt-2m": {
83303                        "blurb": "Release time 2 Mid",
83304                        "conditionally-available": false,
83305                        "construct": true,
83306                        "construct-only": false,
83307                        "controllable": true,
83308                        "default": "100",
83309                        "max": "5000",
83310                        "min": "0",
83311                        "mutable": "null",
83312                        "readable": true,
83313                        "type": "gfloat",
83314                        "writable": true
83315                    },
83316                    "rt-2s": {
83317                        "blurb": "Release time 2 Side",
83318                        "conditionally-available": false,
83319                        "construct": true,
83320                        "construct-only": false,
83321                        "controllable": true,
83322                        "default": "100",
83323                        "max": "5000",
83324                        "min": "0",
83325                        "mutable": "null",
83326                        "readable": true,
83327                        "type": "gfloat",
83328                        "writable": true
83329                    },
83330                    "rt-3m": {
83331                        "blurb": "Release time 3 Mid",
83332                        "conditionally-available": false,
83333                        "construct": true,
83334                        "construct-only": false,
83335                        "controllable": true,
83336                        "default": "100",
83337                        "max": "5000",
83338                        "min": "0",
83339                        "mutable": "null",
83340                        "readable": true,
83341                        "type": "gfloat",
83342                        "writable": true
83343                    },
83344                    "rt-3s": {
83345                        "blurb": "Release time 3 Side",
83346                        "conditionally-available": false,
83347                        "construct": true,
83348                        "construct-only": false,
83349                        "controllable": true,
83350                        "default": "100",
83351                        "max": "5000",
83352                        "min": "0",
83353                        "mutable": "null",
83354                        "readable": true,
83355                        "type": "gfloat",
83356                        "writable": true
83357                    },
83358                    "rt-4m": {
83359                        "blurb": "Release time 4 Mid",
83360                        "conditionally-available": false,
83361                        "construct": true,
83362                        "construct-only": false,
83363                        "controllable": true,
83364                        "default": "100",
83365                        "max": "5000",
83366                        "min": "0",
83367                        "mutable": "null",
83368                        "readable": true,
83369                        "type": "gfloat",
83370                        "writable": true
83371                    },
83372                    "rt-4s": {
83373                        "blurb": "Release time 4 Side",
83374                        "conditionally-available": false,
83375                        "construct": true,
83376                        "construct-only": false,
83377                        "controllable": true,
83378                        "default": "100",
83379                        "max": "5000",
83380                        "min": "0",
83381                        "mutable": "null",
83382                        "readable": true,
83383                        "type": "gfloat",
83384                        "writable": true
83385                    },
83386                    "rt-5m": {
83387                        "blurb": "Release time 5 Mid",
83388                        "conditionally-available": false,
83389                        "construct": true,
83390                        "construct-only": false,
83391                        "controllable": true,
83392                        "default": "100",
83393                        "max": "5000",
83394                        "min": "0",
83395                        "mutable": "null",
83396                        "readable": true,
83397                        "type": "gfloat",
83398                        "writable": true
83399                    },
83400                    "rt-5s": {
83401                        "blurb": "Release time 5 Side",
83402                        "conditionally-available": false,
83403                        "construct": true,
83404                        "construct-only": false,
83405                        "controllable": true,
83406                        "default": "100",
83407                        "max": "5000",
83408                        "min": "0",
83409                        "mutable": "null",
83410                        "readable": true,
83411                        "type": "gfloat",
83412                        "writable": true
83413                    },
83414                    "rt-6m": {
83415                        "blurb": "Release time 6 Mid",
83416                        "conditionally-available": false,
83417                        "construct": true,
83418                        "construct-only": false,
83419                        "controllable": true,
83420                        "default": "100",
83421                        "max": "5000",
83422                        "min": "0",
83423                        "mutable": "null",
83424                        "readable": true,
83425                        "type": "gfloat",
83426                        "writable": true
83427                    },
83428                    "rt-6s": {
83429                        "blurb": "Release time 6 Side",
83430                        "conditionally-available": false,
83431                        "construct": true,
83432                        "construct-only": false,
83433                        "controllable": true,
83434                        "default": "100",
83435                        "max": "5000",
83436                        "min": "0",
83437                        "mutable": "null",
83438                        "readable": true,
83439                        "type": "gfloat",
83440                        "writable": true
83441                    },
83442                    "rt-7m": {
83443                        "blurb": "Release time 7 Mid",
83444                        "conditionally-available": false,
83445                        "construct": true,
83446                        "construct-only": false,
83447                        "controllable": true,
83448                        "default": "100",
83449                        "max": "5000",
83450                        "min": "0",
83451                        "mutable": "null",
83452                        "readable": true,
83453                        "type": "gfloat",
83454                        "writable": true
83455                    },
83456                    "rt-7s": {
83457                        "blurb": "Release time 7 Side",
83458                        "conditionally-available": false,
83459                        "construct": true,
83460                        "construct-only": false,
83461                        "controllable": true,
83462                        "default": "100",
83463                        "max": "5000",
83464                        "min": "0",
83465                        "mutable": "null",
83466                        "readable": true,
83467                        "type": "gfloat",
83468                        "writable": true
83469                    },
83470                    "schc-0m": {
83471                        "blurb": "Sidechain custom hi-cut 0 Mid",
83472                        "conditionally-available": false,
83473                        "construct": true,
83474                        "construct-only": false,
83475                        "controllable": true,
83476                        "default": "false",
83477                        "mutable": "null",
83478                        "readable": true,
83479                        "type": "gboolean",
83480                        "writable": true
83481                    },
83482                    "schc-0s": {
83483                        "blurb": "Sidechain custom hi-cut 0 Side",
83484                        "conditionally-available": false,
83485                        "construct": true,
83486                        "construct-only": false,
83487                        "controllable": true,
83488                        "default": "false",
83489                        "mutable": "null",
83490                        "readable": true,
83491                        "type": "gboolean",
83492                        "writable": true
83493                    },
83494                    "schc-1m": {
83495                        "blurb": "Sidechain custom hi-cut 1 Mid",
83496                        "conditionally-available": false,
83497                        "construct": true,
83498                        "construct-only": false,
83499                        "controllable": true,
83500                        "default": "false",
83501                        "mutable": "null",
83502                        "readable": true,
83503                        "type": "gboolean",
83504                        "writable": true
83505                    },
83506                    "schc-1s": {
83507                        "blurb": "Sidechain custom hi-cut 1 Side",
83508                        "conditionally-available": false,
83509                        "construct": true,
83510                        "construct-only": false,
83511                        "controllable": true,
83512                        "default": "false",
83513                        "mutable": "null",
83514                        "readable": true,
83515                        "type": "gboolean",
83516                        "writable": true
83517                    },
83518                    "schc-2m": {
83519                        "blurb": "Sidechain custom hi-cut 2 Mid",
83520                        "conditionally-available": false,
83521                        "construct": true,
83522                        "construct-only": false,
83523                        "controllable": true,
83524                        "default": "false",
83525                        "mutable": "null",
83526                        "readable": true,
83527                        "type": "gboolean",
83528                        "writable": true
83529                    },
83530                    "schc-2s": {
83531                        "blurb": "Sidechain custom hi-cut 2 Side",
83532                        "conditionally-available": false,
83533                        "construct": true,
83534                        "construct-only": false,
83535                        "controllable": true,
83536                        "default": "false",
83537                        "mutable": "null",
83538                        "readable": true,
83539                        "type": "gboolean",
83540                        "writable": true
83541                    },
83542                    "schc-3m": {
83543                        "blurb": "Sidechain custom hi-cut 3 Mid",
83544                        "conditionally-available": false,
83545                        "construct": true,
83546                        "construct-only": false,
83547                        "controllable": true,
83548                        "default": "false",
83549                        "mutable": "null",
83550                        "readable": true,
83551                        "type": "gboolean",
83552                        "writable": true
83553                    },
83554                    "schc-3s": {
83555                        "blurb": "Sidechain custom hi-cut 3 Side",
83556                        "conditionally-available": false,
83557                        "construct": true,
83558                        "construct-only": false,
83559                        "controllable": true,
83560                        "default": "false",
83561                        "mutable": "null",
83562                        "readable": true,
83563                        "type": "gboolean",
83564                        "writable": true
83565                    },
83566                    "schc-4m": {
83567                        "blurb": "Sidechain custom hi-cut 4 Mid",
83568                        "conditionally-available": false,
83569                        "construct": true,
83570                        "construct-only": false,
83571                        "controllable": true,
83572                        "default": "false",
83573                        "mutable": "null",
83574                        "readable": true,
83575                        "type": "gboolean",
83576                        "writable": true
83577                    },
83578                    "schc-4s": {
83579                        "blurb": "Sidechain custom hi-cut 4 Side",
83580                        "conditionally-available": false,
83581                        "construct": true,
83582                        "construct-only": false,
83583                        "controllable": true,
83584                        "default": "false",
83585                        "mutable": "null",
83586                        "readable": true,
83587                        "type": "gboolean",
83588                        "writable": true
83589                    },
83590                    "schc-5m": {
83591                        "blurb": "Sidechain custom hi-cut 5 Mid",
83592                        "conditionally-available": false,
83593                        "construct": true,
83594                        "construct-only": false,
83595                        "controllable": true,
83596                        "default": "false",
83597                        "mutable": "null",
83598                        "readable": true,
83599                        "type": "gboolean",
83600                        "writable": true
83601                    },
83602                    "schc-5s": {
83603                        "blurb": "Sidechain custom hi-cut 5 Side",
83604                        "conditionally-available": false,
83605                        "construct": true,
83606                        "construct-only": false,
83607                        "controllable": true,
83608                        "default": "false",
83609                        "mutable": "null",
83610                        "readable": true,
83611                        "type": "gboolean",
83612                        "writable": true
83613                    },
83614                    "schc-6m": {
83615                        "blurb": "Sidechain custom hi-cut 6 Mid",
83616                        "conditionally-available": false,
83617                        "construct": true,
83618                        "construct-only": false,
83619                        "controllable": true,
83620                        "default": "false",
83621                        "mutable": "null",
83622                        "readable": true,
83623                        "type": "gboolean",
83624                        "writable": true
83625                    },
83626                    "schc-6s": {
83627                        "blurb": "Sidechain custom hi-cut 6 Side",
83628                        "conditionally-available": false,
83629                        "construct": true,
83630                        "construct-only": false,
83631                        "controllable": true,
83632                        "default": "false",
83633                        "mutable": "null",
83634                        "readable": true,
83635                        "type": "gboolean",
83636                        "writable": true
83637                    },
83638                    "schc-7m": {
83639                        "blurb": "Sidechain custom hi-cut 7 Mid",
83640                        "conditionally-available": false,
83641                        "construct": true,
83642                        "construct-only": false,
83643                        "controllable": true,
83644                        "default": "false",
83645                        "mutable": "null",
83646                        "readable": true,
83647                        "type": "gboolean",
83648                        "writable": true
83649                    },
83650                    "schc-7s": {
83651                        "blurb": "Sidechain custom hi-cut 7 Side",
83652                        "conditionally-available": false,
83653                        "construct": true,
83654                        "construct-only": false,
83655                        "controllable": true,
83656                        "default": "false",
83657                        "mutable": "null",
83658                        "readable": true,
83659                        "type": "gboolean",
83660                        "writable": true
83661                    },
83662                    "schf-0m": {
83663                        "blurb": "Sidechain hi-cut frequency 0 Mid",
83664                        "conditionally-available": false,
83665                        "construct": true,
83666                        "construct-only": false,
83667                        "controllable": true,
83668                        "default": "40",
83669                        "max": "20000",
83670                        "min": "20",
83671                        "mutable": "null",
83672                        "readable": true,
83673                        "type": "gfloat",
83674                        "writable": true
83675                    },
83676                    "schf-0s": {
83677                        "blurb": "Sidechain hi-cut frequency 0 Side",
83678                        "conditionally-available": false,
83679                        "construct": true,
83680                        "construct-only": false,
83681                        "controllable": true,
83682                        "default": "40",
83683                        "max": "20000",
83684                        "min": "20",
83685                        "mutable": "null",
83686                        "readable": true,
83687                        "type": "gfloat",
83688                        "writable": true
83689                    },
83690                    "schf-1m": {
83691                        "blurb": "Sidechain hi-cut frequency 1 Mid",
83692                        "conditionally-available": false,
83693                        "construct": true,
83694                        "construct-only": false,
83695                        "controllable": true,
83696                        "default": "100",
83697                        "max": "20000",
83698                        "min": "20",
83699                        "mutable": "null",
83700                        "readable": true,
83701                        "type": "gfloat",
83702                        "writable": true
83703                    },
83704                    "schf-1s": {
83705                        "blurb": "Sidechain hi-cut frequency 1 Side",
83706                        "conditionally-available": false,
83707                        "construct": true,
83708                        "construct-only": false,
83709                        "controllable": true,
83710                        "default": "100",
83711                        "max": "20000",
83712                        "min": "20",
83713                        "mutable": "null",
83714                        "readable": true,
83715                        "type": "gfloat",
83716                        "writable": true
83717                    },
83718                    "schf-2m": {
83719                        "blurb": "Sidechain hi-cut frequency 2 Mid",
83720                        "conditionally-available": false,
83721                        "construct": true,
83722                        "construct-only": false,
83723                        "controllable": true,
83724                        "default": "252",
83725                        "max": "20000",
83726                        "min": "20",
83727                        "mutable": "null",
83728                        "readable": true,
83729                        "type": "gfloat",
83730                        "writable": true
83731                    },
83732                    "schf-2s": {
83733                        "blurb": "Sidechain hi-cut frequency 2 Side",
83734                        "conditionally-available": false,
83735                        "construct": true,
83736                        "construct-only": false,
83737                        "controllable": true,
83738                        "default": "252",
83739                        "max": "20000",
83740                        "min": "20",
83741                        "mutable": "null",
83742                        "readable": true,
83743                        "type": "gfloat",
83744                        "writable": true
83745                    },
83746                    "schf-3m": {
83747                        "blurb": "Sidechain hi-cut frequency 3 Mid",
83748                        "conditionally-available": false,
83749                        "construct": true,
83750                        "construct-only": false,
83751                        "controllable": true,
83752                        "default": "632",
83753                        "max": "20000",
83754                        "min": "20",
83755                        "mutable": "null",
83756                        "readable": true,
83757                        "type": "gfloat",
83758                        "writable": true
83759                    },
83760                    "schf-3s": {
83761                        "blurb": "Sidechain hi-cut frequency 3 Side",
83762                        "conditionally-available": false,
83763                        "construct": true,
83764                        "construct-only": false,
83765                        "controllable": true,
83766                        "default": "632",
83767                        "max": "20000",
83768                        "min": "20",
83769                        "mutable": "null",
83770                        "readable": true,
83771                        "type": "gfloat",
83772                        "writable": true
83773                    },
83774                    "schf-4m": {
83775                        "blurb": "Sidechain hi-cut frequency 4 Mid",
83776                        "conditionally-available": false,
83777                        "construct": true,
83778                        "construct-only": false,
83779                        "controllable": true,
83780                        "default": "1587",
83781                        "max": "20000",
83782                        "min": "20",
83783                        "mutable": "null",
83784                        "readable": true,
83785                        "type": "gfloat",
83786                        "writable": true
83787                    },
83788                    "schf-4s": {
83789                        "blurb": "Sidechain hi-cut frequency 4 Side",
83790                        "conditionally-available": false,
83791                        "construct": true,
83792                        "construct-only": false,
83793                        "controllable": true,
83794                        "default": "1587",
83795                        "max": "20000",
83796                        "min": "20",
83797                        "mutable": "null",
83798                        "readable": true,
83799                        "type": "gfloat",
83800                        "writable": true
83801                    },
83802                    "schf-5m": {
83803                        "blurb": "Sidechain hi-cut frequency 5 Mid",
83804                        "conditionally-available": false,
83805                        "construct": true,
83806                        "construct-only": false,
83807                        "controllable": true,
83808                        "default": "3984",
83809                        "max": "20000",
83810                        "min": "20",
83811                        "mutable": "null",
83812                        "readable": true,
83813                        "type": "gfloat",
83814                        "writable": true
83815                    },
83816                    "schf-5s": {
83817                        "blurb": "Sidechain hi-cut frequency 5 Side",
83818                        "conditionally-available": false,
83819                        "construct": true,
83820                        "construct-only": false,
83821                        "controllable": true,
83822                        "default": "3984",
83823                        "max": "20000",
83824                        "min": "20",
83825                        "mutable": "null",
83826                        "readable": true,
83827                        "type": "gfloat",
83828                        "writable": true
83829                    },
83830                    "schf-6m": {
83831                        "blurb": "Sidechain hi-cut frequency 6 Mid",
83832                        "conditionally-available": false,
83833                        "construct": true,
83834                        "construct-only": false,
83835                        "controllable": true,
83836                        "default": "10000",
83837                        "max": "20000",
83838                        "min": "20",
83839                        "mutable": "null",
83840                        "readable": true,
83841                        "type": "gfloat",
83842                        "writable": true
83843                    },
83844                    "schf-6s": {
83845                        "blurb": "Sidechain hi-cut frequency 6 Side",
83846                        "conditionally-available": false,
83847                        "construct": true,
83848                        "construct-only": false,
83849                        "controllable": true,
83850                        "default": "10000",
83851                        "max": "20000",
83852                        "min": "20",
83853                        "mutable": "null",
83854                        "readable": true,
83855                        "type": "gfloat",
83856                        "writable": true
83857                    },
83858                    "schf-7m": {
83859                        "blurb": "Sidechain hi-cut frequency 7 Mid",
83860                        "conditionally-available": false,
83861                        "construct": true,
83862                        "construct-only": false,
83863                        "controllable": true,
83864                        "default": "20000",
83865                        "max": "20000",
83866                        "min": "20",
83867                        "mutable": "null",
83868                        "readable": true,
83869                        "type": "gfloat",
83870                        "writable": true
83871                    },
83872                    "schf-7s": {
83873                        "blurb": "Sidechain hi-cut frequency 7 Side",
83874                        "conditionally-available": false,
83875                        "construct": true,
83876                        "construct-only": false,
83877                        "controllable": true,
83878                        "default": "20000",
83879                        "max": "20000",
83880                        "min": "20",
83881                        "mutable": "null",
83882                        "readable": true,
83883                        "type": "gfloat",
83884                        "writable": true
83885                    },
83886                    "sclc-0m": {
83887                        "blurb": "Sidechain custom lo-cut 0 Mid",
83888                        "conditionally-available": false,
83889                        "construct": true,
83890                        "construct-only": false,
83891                        "controllable": true,
83892                        "default": "false",
83893                        "mutable": "null",
83894                        "readable": true,
83895                        "type": "gboolean",
83896                        "writable": true
83897                    },
83898                    "sclc-0s": {
83899                        "blurb": "Sidechain custom lo-cut 0 Side",
83900                        "conditionally-available": false,
83901                        "construct": true,
83902                        "construct-only": false,
83903                        "controllable": true,
83904                        "default": "false",
83905                        "mutable": "null",
83906                        "readable": true,
83907                        "type": "gboolean",
83908                        "writable": true
83909                    },
83910                    "sclc-1m": {
83911                        "blurb": "Sidechain custom lo-cut 1 Mid",
83912                        "conditionally-available": false,
83913                        "construct": true,
83914                        "construct-only": false,
83915                        "controllable": true,
83916                        "default": "false",
83917                        "mutable": "null",
83918                        "readable": true,
83919                        "type": "gboolean",
83920                        "writable": true
83921                    },
83922                    "sclc-1s": {
83923                        "blurb": "Sidechain custom lo-cut 1 Side",
83924                        "conditionally-available": false,
83925                        "construct": true,
83926                        "construct-only": false,
83927                        "controllable": true,
83928                        "default": "false",
83929                        "mutable": "null",
83930                        "readable": true,
83931                        "type": "gboolean",
83932                        "writable": true
83933                    },
83934                    "sclc-2m": {
83935                        "blurb": "Sidechain custom lo-cut 2 Mid",
83936                        "conditionally-available": false,
83937                        "construct": true,
83938                        "construct-only": false,
83939                        "controllable": true,
83940                        "default": "false",
83941                        "mutable": "null",
83942                        "readable": true,
83943                        "type": "gboolean",
83944                        "writable": true
83945                    },
83946                    "sclc-2s": {
83947                        "blurb": "Sidechain custom lo-cut 2 Side",
83948                        "conditionally-available": false,
83949                        "construct": true,
83950                        "construct-only": false,
83951                        "controllable": true,
83952                        "default": "false",
83953                        "mutable": "null",
83954                        "readable": true,
83955                        "type": "gboolean",
83956                        "writable": true
83957                    },
83958                    "sclc-3m": {
83959                        "blurb": "Sidechain custom lo-cut 3 Mid",
83960                        "conditionally-available": false,
83961                        "construct": true,
83962                        "construct-only": false,
83963                        "controllable": true,
83964                        "default": "false",
83965                        "mutable": "null",
83966                        "readable": true,
83967                        "type": "gboolean",
83968                        "writable": true
83969                    },
83970                    "sclc-3s": {
83971                        "blurb": "Sidechain custom lo-cut 3 Side",
83972                        "conditionally-available": false,
83973                        "construct": true,
83974                        "construct-only": false,
83975                        "controllable": true,
83976                        "default": "false",
83977                        "mutable": "null",
83978                        "readable": true,
83979                        "type": "gboolean",
83980                        "writable": true
83981                    },
83982                    "sclc-4m": {
83983                        "blurb": "Sidechain custom lo-cut 4 Mid",
83984                        "conditionally-available": false,
83985                        "construct": true,
83986                        "construct-only": false,
83987                        "controllable": true,
83988                        "default": "false",
83989                        "mutable": "null",
83990                        "readable": true,
83991                        "type": "gboolean",
83992                        "writable": true
83993                    },
83994                    "sclc-4s": {
83995                        "blurb": "Sidechain custom lo-cut 4 Side",
83996                        "conditionally-available": false,
83997                        "construct": true,
83998                        "construct-only": false,
83999                        "controllable": true,
84000                        "default": "false",
84001                        "mutable": "null",
84002                        "readable": true,
84003                        "type": "gboolean",
84004                        "writable": true
84005                    },
84006                    "sclc-5m": {
84007                        "blurb": "Sidechain custom lo-cut 5 Mid",
84008                        "conditionally-available": false,
84009                        "construct": true,
84010                        "construct-only": false,
84011                        "controllable": true,
84012                        "default": "false",
84013                        "mutable": "null",
84014                        "readable": true,
84015                        "type": "gboolean",
84016                        "writable": true
84017                    },
84018                    "sclc-5s": {
84019                        "blurb": "Sidechain custom lo-cut 5 Side",
84020                        "conditionally-available": false,
84021                        "construct": true,
84022                        "construct-only": false,
84023                        "controllable": true,
84024                        "default": "false",
84025                        "mutable": "null",
84026                        "readable": true,
84027                        "type": "gboolean",
84028                        "writable": true
84029                    },
84030                    "sclc-6m": {
84031                        "blurb": "Sidechain custom lo-cut 6 Mid",
84032                        "conditionally-available": false,
84033                        "construct": true,
84034                        "construct-only": false,
84035                        "controllable": true,
84036                        "default": "false",
84037                        "mutable": "null",
84038                        "readable": true,
84039                        "type": "gboolean",
84040                        "writable": true
84041                    },
84042                    "sclc-6s": {
84043                        "blurb": "Sidechain custom lo-cut 6 Side",
84044                        "conditionally-available": false,
84045                        "construct": true,
84046                        "construct-only": false,
84047                        "controllable": true,
84048                        "default": "false",
84049                        "mutable": "null",
84050                        "readable": true,
84051                        "type": "gboolean",
84052                        "writable": true
84053                    },
84054                    "sclc-7m": {
84055                        "blurb": "Sidechain custom lo-cut 7 Mid",
84056                        "conditionally-available": false,
84057                        "construct": true,
84058                        "construct-only": false,
84059                        "controllable": true,
84060                        "default": "false",
84061                        "mutable": "null",
84062                        "readable": true,
84063                        "type": "gboolean",
84064                        "writable": true
84065                    },
84066                    "sclc-7s": {
84067                        "blurb": "Sidechain custom lo-cut 7 Side",
84068                        "conditionally-available": false,
84069                        "construct": true,
84070                        "construct-only": false,
84071                        "controllable": true,
84072                        "default": "false",
84073                        "mutable": "null",
84074                        "readable": true,
84075                        "type": "gboolean",
84076                        "writable": true
84077                    },
84078                    "sclf-0m": {
84079                        "blurb": "Sidechain lo-cut frequency 0 Mid",
84080                        "conditionally-available": false,
84081                        "construct": true,
84082                        "construct-only": false,
84083                        "controllable": true,
84084                        "default": "10",
84085                        "max": "20000",
84086                        "min": "10",
84087                        "mutable": "null",
84088                        "readable": true,
84089                        "type": "gfloat",
84090                        "writable": true
84091                    },
84092                    "sclf-0s": {
84093                        "blurb": "Sidechain lo-cut frequency 0 Side",
84094                        "conditionally-available": false,
84095                        "construct": true,
84096                        "construct-only": false,
84097                        "controllable": true,
84098                        "default": "10",
84099                        "max": "20000",
84100                        "min": "10",
84101                        "mutable": "null",
84102                        "readable": true,
84103                        "type": "gfloat",
84104                        "writable": true
84105                    },
84106                    "sclf-1m": {
84107                        "blurb": "Sidechain lo-cut frequency 1 Mid",
84108                        "conditionally-available": false,
84109                        "construct": true,
84110                        "construct-only": false,
84111                        "controllable": true,
84112                        "default": "40",
84113                        "max": "20000",
84114                        "min": "20",
84115                        "mutable": "null",
84116                        "readable": true,
84117                        "type": "gfloat",
84118                        "writable": true
84119                    },
84120                    "sclf-1s": {
84121                        "blurb": "Sidechain lo-cut frequency 1 Side",
84122                        "conditionally-available": false,
84123                        "construct": true,
84124                        "construct-only": false,
84125                        "controllable": true,
84126                        "default": "40",
84127                        "max": "20000",
84128                        "min": "20",
84129                        "mutable": "null",
84130                        "readable": true,
84131                        "type": "gfloat",
84132                        "writable": true
84133                    },
84134                    "sclf-2m": {
84135                        "blurb": "Sidechain lo-cut frequency 2 Mid",
84136                        "conditionally-available": false,
84137                        "construct": true,
84138                        "construct-only": false,
84139                        "controllable": true,
84140                        "default": "100",
84141                        "max": "20000",
84142                        "min": "20",
84143                        "mutable": "null",
84144                        "readable": true,
84145                        "type": "gfloat",
84146                        "writable": true
84147                    },
84148                    "sclf-2s": {
84149                        "blurb": "Sidechain lo-cut frequency 2 Side",
84150                        "conditionally-available": false,
84151                        "construct": true,
84152                        "construct-only": false,
84153                        "controllable": true,
84154                        "default": "100",
84155                        "max": "20000",
84156                        "min": "20",
84157                        "mutable": "null",
84158                        "readable": true,
84159                        "type": "gfloat",
84160                        "writable": true
84161                    },
84162                    "sclf-3m": {
84163                        "blurb": "Sidechain lo-cut frequency 3 Mid",
84164                        "conditionally-available": false,
84165                        "construct": true,
84166                        "construct-only": false,
84167                        "controllable": true,
84168                        "default": "252",
84169                        "max": "20000",
84170                        "min": "20",
84171                        "mutable": "null",
84172                        "readable": true,
84173                        "type": "gfloat",
84174                        "writable": true
84175                    },
84176                    "sclf-3s": {
84177                        "blurb": "Sidechain lo-cut frequency 3 Side",
84178                        "conditionally-available": false,
84179                        "construct": true,
84180                        "construct-only": false,
84181                        "controllable": true,
84182                        "default": "252",
84183                        "max": "20000",
84184                        "min": "20",
84185                        "mutable": "null",
84186                        "readable": true,
84187                        "type": "gfloat",
84188                        "writable": true
84189                    },
84190                    "sclf-4m": {
84191                        "blurb": "Sidechain lo-cut frequency 4 Mid",
84192                        "conditionally-available": false,
84193                        "construct": true,
84194                        "construct-only": false,
84195                        "controllable": true,
84196                        "default": "632",
84197                        "max": "20000",
84198                        "min": "20",
84199                        "mutable": "null",
84200                        "readable": true,
84201                        "type": "gfloat",
84202                        "writable": true
84203                    },
84204                    "sclf-4s": {
84205                        "blurb": "Sidechain lo-cut frequency 4 Side",
84206                        "conditionally-available": false,
84207                        "construct": true,
84208                        "construct-only": false,
84209                        "controllable": true,
84210                        "default": "632",
84211                        "max": "20000",
84212                        "min": "20",
84213                        "mutable": "null",
84214                        "readable": true,
84215                        "type": "gfloat",
84216                        "writable": true
84217                    },
84218                    "sclf-5m": {
84219                        "blurb": "Sidechain lo-cut frequency 5 Mid",
84220                        "conditionally-available": false,
84221                        "construct": true,
84222                        "construct-only": false,
84223                        "controllable": true,
84224                        "default": "1587",
84225                        "max": "20000",
84226                        "min": "20",
84227                        "mutable": "null",
84228                        "readable": true,
84229                        "type": "gfloat",
84230                        "writable": true
84231                    },
84232                    "sclf-5s": {
84233                        "blurb": "Sidechain lo-cut frequency 5 Side",
84234                        "conditionally-available": false,
84235                        "construct": true,
84236                        "construct-only": false,
84237                        "controllable": true,
84238                        "default": "1587",
84239                        "max": "20000",
84240                        "min": "20",
84241                        "mutable": "null",
84242                        "readable": true,
84243                        "type": "gfloat",
84244                        "writable": true
84245                    },
84246                    "sclf-6m": {
84247                        "blurb": "Sidechain lo-cut frequency 6 Mid",
84248                        "conditionally-available": false,
84249                        "construct": true,
84250                        "construct-only": false,
84251                        "controllable": true,
84252                        "default": "3984",
84253                        "max": "20000",
84254                        "min": "20",
84255                        "mutable": "null",
84256                        "readable": true,
84257                        "type": "gfloat",
84258                        "writable": true
84259                    },
84260                    "sclf-6s": {
84261                        "blurb": "Sidechain lo-cut frequency 6 Side",
84262                        "conditionally-available": false,
84263                        "construct": true,
84264                        "construct-only": false,
84265                        "controllable": true,
84266                        "default": "3984",
84267                        "max": "20000",
84268                        "min": "20",
84269                        "mutable": "null",
84270                        "readable": true,
84271                        "type": "gfloat",
84272                        "writable": true
84273                    },
84274                    "sclf-7m": {
84275                        "blurb": "Sidechain lo-cut frequency 7 Mid",
84276                        "conditionally-available": false,
84277                        "construct": true,
84278                        "construct-only": false,
84279                        "controllable": true,
84280                        "default": "10000",
84281                        "max": "20000",
84282                        "min": "20",
84283                        "mutable": "null",
84284                        "readable": true,
84285                        "type": "gfloat",
84286                        "writable": true
84287                    },
84288                    "sclf-7s": {
84289                        "blurb": "Sidechain lo-cut frequency 7 Side",
84290                        "conditionally-available": false,
84291                        "construct": true,
84292                        "construct-only": false,
84293                        "controllable": true,
84294                        "default": "10000",
84295                        "max": "20000",
84296                        "min": "20",
84297                        "mutable": "null",
84298                        "readable": true,
84299                        "type": "gfloat",
84300                        "writable": true
84301                    },
84302                    "scm-0m": {
84303                        "blurb": "Sidechain mode 0 Mid",
84304                        "conditionally-available": false,
84305                        "construct": true,
84306                        "construct-only": false,
84307                        "controllable": true,
84308                        "default": "RMS (1)",
84309                        "mutable": "null",
84310                        "readable": true,
84311                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscm-0m",
84312                        "writable": true
84313                    },
84314                    "scm-0s": {
84315                        "blurb": "Sidechain mode 0 Side",
84316                        "conditionally-available": false,
84317                        "construct": true,
84318                        "construct-only": false,
84319                        "controllable": true,
84320                        "default": "RMS (1)",
84321                        "mutable": "null",
84322                        "readable": true,
84323                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscm-0s",
84324                        "writable": true
84325                    },
84326                    "scm-1m": {
84327                        "blurb": "Sidechain mode 1 Mid",
84328                        "conditionally-available": false,
84329                        "construct": true,
84330                        "construct-only": false,
84331                        "controllable": true,
84332                        "default": "RMS (1)",
84333                        "mutable": "null",
84334                        "readable": true,
84335                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscm-1m",
84336                        "writable": true
84337                    },
84338                    "scm-1s": {
84339                        "blurb": "Sidechain mode 1 Side",
84340                        "conditionally-available": false,
84341                        "construct": true,
84342                        "construct-only": false,
84343                        "controllable": true,
84344                        "default": "RMS (1)",
84345                        "mutable": "null",
84346                        "readable": true,
84347                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscm-1s",
84348                        "writable": true
84349                    },
84350                    "scm-2m": {
84351                        "blurb": "Sidechain mode 2 Mid",
84352                        "conditionally-available": false,
84353                        "construct": true,
84354                        "construct-only": false,
84355                        "controllable": true,
84356                        "default": "RMS (1)",
84357                        "mutable": "null",
84358                        "readable": true,
84359                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscm-2m",
84360                        "writable": true
84361                    },
84362                    "scm-2s": {
84363                        "blurb": "Sidechain mode 2 Side",
84364                        "conditionally-available": false,
84365                        "construct": true,
84366                        "construct-only": false,
84367                        "controllable": true,
84368                        "default": "RMS (1)",
84369                        "mutable": "null",
84370                        "readable": true,
84371                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscm-2s",
84372                        "writable": true
84373                    },
84374                    "scm-3m": {
84375                        "blurb": "Sidechain mode 3 Mid",
84376                        "conditionally-available": false,
84377                        "construct": true,
84378                        "construct-only": false,
84379                        "controllable": true,
84380                        "default": "RMS (1)",
84381                        "mutable": "null",
84382                        "readable": true,
84383                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscm-3m",
84384                        "writable": true
84385                    },
84386                    "scm-3s": {
84387                        "blurb": "Sidechain mode 3 Side",
84388                        "conditionally-available": false,
84389                        "construct": true,
84390                        "construct-only": false,
84391                        "controllable": true,
84392                        "default": "RMS (1)",
84393                        "mutable": "null",
84394                        "readable": true,
84395                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscm-3s",
84396                        "writable": true
84397                    },
84398                    "scm-4m": {
84399                        "blurb": "Sidechain mode 4 Mid",
84400                        "conditionally-available": false,
84401                        "construct": true,
84402                        "construct-only": false,
84403                        "controllable": true,
84404                        "default": "RMS (1)",
84405                        "mutable": "null",
84406                        "readable": true,
84407                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscm-4m",
84408                        "writable": true
84409                    },
84410                    "scm-4s": {
84411                        "blurb": "Sidechain mode 4 Side",
84412                        "conditionally-available": false,
84413                        "construct": true,
84414                        "construct-only": false,
84415                        "controllable": true,
84416                        "default": "RMS (1)",
84417                        "mutable": "null",
84418                        "readable": true,
84419                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscm-4s",
84420                        "writable": true
84421                    },
84422                    "scm-5m": {
84423                        "blurb": "Sidechain mode 5 Mid",
84424                        "conditionally-available": false,
84425                        "construct": true,
84426                        "construct-only": false,
84427                        "controllable": true,
84428                        "default": "RMS (1)",
84429                        "mutable": "null",
84430                        "readable": true,
84431                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscm-5m",
84432                        "writable": true
84433                    },
84434                    "scm-5s": {
84435                        "blurb": "Sidechain mode 5 Side",
84436                        "conditionally-available": false,
84437                        "construct": true,
84438                        "construct-only": false,
84439                        "controllable": true,
84440                        "default": "RMS (1)",
84441                        "mutable": "null",
84442                        "readable": true,
84443                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscm-5s",
84444                        "writable": true
84445                    },
84446                    "scm-6m": {
84447                        "blurb": "Sidechain mode 6 Mid",
84448                        "conditionally-available": false,
84449                        "construct": true,
84450                        "construct-only": false,
84451                        "controllable": true,
84452                        "default": "RMS (1)",
84453                        "mutable": "null",
84454                        "readable": true,
84455                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscm-6m",
84456                        "writable": true
84457                    },
84458                    "scm-6s": {
84459                        "blurb": "Sidechain mode 6 Side",
84460                        "conditionally-available": false,
84461                        "construct": true,
84462                        "construct-only": false,
84463                        "controllable": true,
84464                        "default": "RMS (1)",
84465                        "mutable": "null",
84466                        "readable": true,
84467                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscm-6s",
84468                        "writable": true
84469                    },
84470                    "scm-7m": {
84471                        "blurb": "Sidechain mode 7 Mid",
84472                        "conditionally-available": false,
84473                        "construct": true,
84474                        "construct-only": false,
84475                        "controllable": true,
84476                        "default": "RMS (1)",
84477                        "mutable": "null",
84478                        "readable": true,
84479                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscm-7m",
84480                        "writable": true
84481                    },
84482                    "scm-7s": {
84483                        "blurb": "Sidechain mode 7 Side",
84484                        "conditionally-available": false,
84485                        "construct": true,
84486                        "construct-only": false,
84487                        "controllable": true,
84488                        "default": "RMS (1)",
84489                        "mutable": "null",
84490                        "readable": true,
84491                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscm-7s",
84492                        "writable": true
84493                    },
84494                    "scp-0m": {
84495                        "blurb": "Sidechain preamp 0 Mid",
84496                        "conditionally-available": false,
84497                        "construct": true,
84498                        "construct-only": false,
84499                        "controllable": true,
84500                        "default": "1",
84501                        "max": "100",
84502                        "min": "0",
84503                        "mutable": "null",
84504                        "readable": true,
84505                        "type": "gfloat",
84506                        "writable": true
84507                    },
84508                    "scp-0s": {
84509                        "blurb": "Sidechain preamp 0 Side",
84510                        "conditionally-available": false,
84511                        "construct": true,
84512                        "construct-only": false,
84513                        "controllable": true,
84514                        "default": "1",
84515                        "max": "100",
84516                        "min": "0",
84517                        "mutable": "null",
84518                        "readable": true,
84519                        "type": "gfloat",
84520                        "writable": true
84521                    },
84522                    "scp-1m": {
84523                        "blurb": "Sidechain preamp 1 Mid",
84524                        "conditionally-available": false,
84525                        "construct": true,
84526                        "construct-only": false,
84527                        "controllable": true,
84528                        "default": "1",
84529                        "max": "100",
84530                        "min": "0",
84531                        "mutable": "null",
84532                        "readable": true,
84533                        "type": "gfloat",
84534                        "writable": true
84535                    },
84536                    "scp-1s": {
84537                        "blurb": "Sidechain preamp 1 Side",
84538                        "conditionally-available": false,
84539                        "construct": true,
84540                        "construct-only": false,
84541                        "controllable": true,
84542                        "default": "1",
84543                        "max": "100",
84544                        "min": "0",
84545                        "mutable": "null",
84546                        "readable": true,
84547                        "type": "gfloat",
84548                        "writable": true
84549                    },
84550                    "scp-2m": {
84551                        "blurb": "Sidechain preamp 2 Mid",
84552                        "conditionally-available": false,
84553                        "construct": true,
84554                        "construct-only": false,
84555                        "controllable": true,
84556                        "default": "1",
84557                        "max": "100",
84558                        "min": "0",
84559                        "mutable": "null",
84560                        "readable": true,
84561                        "type": "gfloat",
84562                        "writable": true
84563                    },
84564                    "scp-2s": {
84565                        "blurb": "Sidechain preamp 2 Side",
84566                        "conditionally-available": false,
84567                        "construct": true,
84568                        "construct-only": false,
84569                        "controllable": true,
84570                        "default": "1",
84571                        "max": "100",
84572                        "min": "0",
84573                        "mutable": "null",
84574                        "readable": true,
84575                        "type": "gfloat",
84576                        "writable": true
84577                    },
84578                    "scp-3m": {
84579                        "blurb": "Sidechain preamp 3 Mid",
84580                        "conditionally-available": false,
84581                        "construct": true,
84582                        "construct-only": false,
84583                        "controllable": true,
84584                        "default": "1",
84585                        "max": "100",
84586                        "min": "0",
84587                        "mutable": "null",
84588                        "readable": true,
84589                        "type": "gfloat",
84590                        "writable": true
84591                    },
84592                    "scp-3s": {
84593                        "blurb": "Sidechain preamp 3 Side",
84594                        "conditionally-available": false,
84595                        "construct": true,
84596                        "construct-only": false,
84597                        "controllable": true,
84598                        "default": "1",
84599                        "max": "100",
84600                        "min": "0",
84601                        "mutable": "null",
84602                        "readable": true,
84603                        "type": "gfloat",
84604                        "writable": true
84605                    },
84606                    "scp-4m": {
84607                        "blurb": "Sidechain preamp 4 Mid",
84608                        "conditionally-available": false,
84609                        "construct": true,
84610                        "construct-only": false,
84611                        "controllable": true,
84612                        "default": "1",
84613                        "max": "100",
84614                        "min": "0",
84615                        "mutable": "null",
84616                        "readable": true,
84617                        "type": "gfloat",
84618                        "writable": true
84619                    },
84620                    "scp-4s": {
84621                        "blurb": "Sidechain preamp 4 Side",
84622                        "conditionally-available": false,
84623                        "construct": true,
84624                        "construct-only": false,
84625                        "controllable": true,
84626                        "default": "1",
84627                        "max": "100",
84628                        "min": "0",
84629                        "mutable": "null",
84630                        "readable": true,
84631                        "type": "gfloat",
84632                        "writable": true
84633                    },
84634                    "scp-5m": {
84635                        "blurb": "Sidechain preamp 5 Mid",
84636                        "conditionally-available": false,
84637                        "construct": true,
84638                        "construct-only": false,
84639                        "controllable": true,
84640                        "default": "1",
84641                        "max": "100",
84642                        "min": "0",
84643                        "mutable": "null",
84644                        "readable": true,
84645                        "type": "gfloat",
84646                        "writable": true
84647                    },
84648                    "scp-5s": {
84649                        "blurb": "Sidechain preamp 5 Side",
84650                        "conditionally-available": false,
84651                        "construct": true,
84652                        "construct-only": false,
84653                        "controllable": true,
84654                        "default": "1",
84655                        "max": "100",
84656                        "min": "0",
84657                        "mutable": "null",
84658                        "readable": true,
84659                        "type": "gfloat",
84660                        "writable": true
84661                    },
84662                    "scp-6m": {
84663                        "blurb": "Sidechain preamp 6 Mid",
84664                        "conditionally-available": false,
84665                        "construct": true,
84666                        "construct-only": false,
84667                        "controllable": true,
84668                        "default": "1",
84669                        "max": "100",
84670                        "min": "0",
84671                        "mutable": "null",
84672                        "readable": true,
84673                        "type": "gfloat",
84674                        "writable": true
84675                    },
84676                    "scp-6s": {
84677                        "blurb": "Sidechain preamp 6 Side",
84678                        "conditionally-available": false,
84679                        "construct": true,
84680                        "construct-only": false,
84681                        "controllable": true,
84682                        "default": "1",
84683                        "max": "100",
84684                        "min": "0",
84685                        "mutable": "null",
84686                        "readable": true,
84687                        "type": "gfloat",
84688                        "writable": true
84689                    },
84690                    "scp-7m": {
84691                        "blurb": "Sidechain preamp 7 Mid",
84692                        "conditionally-available": false,
84693                        "construct": true,
84694                        "construct-only": false,
84695                        "controllable": true,
84696                        "default": "1",
84697                        "max": "100",
84698                        "min": "0",
84699                        "mutable": "null",
84700                        "readable": true,
84701                        "type": "gfloat",
84702                        "writable": true
84703                    },
84704                    "scp-7s": {
84705                        "blurb": "Sidechain preamp 7 Side",
84706                        "conditionally-available": false,
84707                        "construct": true,
84708                        "construct-only": false,
84709                        "controllable": true,
84710                        "default": "1",
84711                        "max": "100",
84712                        "min": "0",
84713                        "mutable": "null",
84714                        "readable": true,
84715                        "type": "gfloat",
84716                        "writable": true
84717                    },
84718                    "scr-0m": {
84719                        "blurb": "Sidechain reactivity 0 Mid",
84720                        "conditionally-available": false,
84721                        "construct": true,
84722                        "construct-only": false,
84723                        "controllable": true,
84724                        "default": "10",
84725                        "max": "250",
84726                        "min": "0",
84727                        "mutable": "null",
84728                        "readable": true,
84729                        "type": "gfloat",
84730                        "writable": true
84731                    },
84732                    "scr-0s": {
84733                        "blurb": "Sidechain reactivity 0 Side",
84734                        "conditionally-available": false,
84735                        "construct": true,
84736                        "construct-only": false,
84737                        "controllable": true,
84738                        "default": "10",
84739                        "max": "250",
84740                        "min": "0",
84741                        "mutable": "null",
84742                        "readable": true,
84743                        "type": "gfloat",
84744                        "writable": true
84745                    },
84746                    "scr-1m": {
84747                        "blurb": "Sidechain reactivity 1 Mid",
84748                        "conditionally-available": false,
84749                        "construct": true,
84750                        "construct-only": false,
84751                        "controllable": true,
84752                        "default": "10",
84753                        "max": "250",
84754                        "min": "0",
84755                        "mutable": "null",
84756                        "readable": true,
84757                        "type": "gfloat",
84758                        "writable": true
84759                    },
84760                    "scr-1s": {
84761                        "blurb": "Sidechain reactivity 1 Side",
84762                        "conditionally-available": false,
84763                        "construct": true,
84764                        "construct-only": false,
84765                        "controllable": true,
84766                        "default": "10",
84767                        "max": "250",
84768                        "min": "0",
84769                        "mutable": "null",
84770                        "readable": true,
84771                        "type": "gfloat",
84772                        "writable": true
84773                    },
84774                    "scr-2m": {
84775                        "blurb": "Sidechain reactivity 2 Mid",
84776                        "conditionally-available": false,
84777                        "construct": true,
84778                        "construct-only": false,
84779                        "controllable": true,
84780                        "default": "10",
84781                        "max": "250",
84782                        "min": "0",
84783                        "mutable": "null",
84784                        "readable": true,
84785                        "type": "gfloat",
84786                        "writable": true
84787                    },
84788                    "scr-2s": {
84789                        "blurb": "Sidechain reactivity 2 Side",
84790                        "conditionally-available": false,
84791                        "construct": true,
84792                        "construct-only": false,
84793                        "controllable": true,
84794                        "default": "10",
84795                        "max": "250",
84796                        "min": "0",
84797                        "mutable": "null",
84798                        "readable": true,
84799                        "type": "gfloat",
84800                        "writable": true
84801                    },
84802                    "scr-3m": {
84803                        "blurb": "Sidechain reactivity 3 Mid",
84804                        "conditionally-available": false,
84805                        "construct": true,
84806                        "construct-only": false,
84807                        "controllable": true,
84808                        "default": "10",
84809                        "max": "250",
84810                        "min": "0",
84811                        "mutable": "null",
84812                        "readable": true,
84813                        "type": "gfloat",
84814                        "writable": true
84815                    },
84816                    "scr-3s": {
84817                        "blurb": "Sidechain reactivity 3 Side",
84818                        "conditionally-available": false,
84819                        "construct": true,
84820                        "construct-only": false,
84821                        "controllable": true,
84822                        "default": "10",
84823                        "max": "250",
84824                        "min": "0",
84825                        "mutable": "null",
84826                        "readable": true,
84827                        "type": "gfloat",
84828                        "writable": true
84829                    },
84830                    "scr-4m": {
84831                        "blurb": "Sidechain reactivity 4 Mid",
84832                        "conditionally-available": false,
84833                        "construct": true,
84834                        "construct-only": false,
84835                        "controllable": true,
84836                        "default": "10",
84837                        "max": "250",
84838                        "min": "0",
84839                        "mutable": "null",
84840                        "readable": true,
84841                        "type": "gfloat",
84842                        "writable": true
84843                    },
84844                    "scr-4s": {
84845                        "blurb": "Sidechain reactivity 4 Side",
84846                        "conditionally-available": false,
84847                        "construct": true,
84848                        "construct-only": false,
84849                        "controllable": true,
84850                        "default": "10",
84851                        "max": "250",
84852                        "min": "0",
84853                        "mutable": "null",
84854                        "readable": true,
84855                        "type": "gfloat",
84856                        "writable": true
84857                    },
84858                    "scr-5m": {
84859                        "blurb": "Sidechain reactivity 5 Mid",
84860                        "conditionally-available": false,
84861                        "construct": true,
84862                        "construct-only": false,
84863                        "controllable": true,
84864                        "default": "10",
84865                        "max": "250",
84866                        "min": "0",
84867                        "mutable": "null",
84868                        "readable": true,
84869                        "type": "gfloat",
84870                        "writable": true
84871                    },
84872                    "scr-5s": {
84873                        "blurb": "Sidechain reactivity 5 Side",
84874                        "conditionally-available": false,
84875                        "construct": true,
84876                        "construct-only": false,
84877                        "controllable": true,
84878                        "default": "10",
84879                        "max": "250",
84880                        "min": "0",
84881                        "mutable": "null",
84882                        "readable": true,
84883                        "type": "gfloat",
84884                        "writable": true
84885                    },
84886                    "scr-6m": {
84887                        "blurb": "Sidechain reactivity 6 Mid",
84888                        "conditionally-available": false,
84889                        "construct": true,
84890                        "construct-only": false,
84891                        "controllable": true,
84892                        "default": "10",
84893                        "max": "250",
84894                        "min": "0",
84895                        "mutable": "null",
84896                        "readable": true,
84897                        "type": "gfloat",
84898                        "writable": true
84899                    },
84900                    "scr-6s": {
84901                        "blurb": "Sidechain reactivity 6 Side",
84902                        "conditionally-available": false,
84903                        "construct": true,
84904                        "construct-only": false,
84905                        "controllable": true,
84906                        "default": "10",
84907                        "max": "250",
84908                        "min": "0",
84909                        "mutable": "null",
84910                        "readable": true,
84911                        "type": "gfloat",
84912                        "writable": true
84913                    },
84914                    "scr-7m": {
84915                        "blurb": "Sidechain reactivity 7 Mid",
84916                        "conditionally-available": false,
84917                        "construct": true,
84918                        "construct-only": false,
84919                        "controllable": true,
84920                        "default": "10",
84921                        "max": "250",
84922                        "min": "0",
84923                        "mutable": "null",
84924                        "readable": true,
84925                        "type": "gfloat",
84926                        "writable": true
84927                    },
84928                    "scr-7s": {
84929                        "blurb": "Sidechain reactivity 7 Side",
84930                        "conditionally-available": false,
84931                        "construct": true,
84932                        "construct-only": false,
84933                        "controllable": true,
84934                        "default": "10",
84935                        "max": "250",
84936                        "min": "0",
84937                        "mutable": "null",
84938                        "readable": true,
84939                        "type": "gfloat",
84940                        "writable": true
84941                    },
84942                    "scs-0m": {
84943                        "blurb": "Sidechain source 0 Mid",
84944                        "conditionally-available": false,
84945                        "construct": true,
84946                        "construct-only": false,
84947                        "controllable": true,
84948                        "default": "Mid (0)",
84949                        "mutable": "null",
84950                        "readable": true,
84951                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscs-0m",
84952                        "writable": true
84953                    },
84954                    "scs-0s": {
84955                        "blurb": "Sidechain source 0 Side",
84956                        "conditionally-available": false,
84957                        "construct": true,
84958                        "construct-only": false,
84959                        "controllable": true,
84960                        "default": "Mid (0)",
84961                        "mutable": "null",
84962                        "readable": true,
84963                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscs-0s",
84964                        "writable": true
84965                    },
84966                    "scs-1m": {
84967                        "blurb": "Sidechain source 1 Mid",
84968                        "conditionally-available": false,
84969                        "construct": true,
84970                        "construct-only": false,
84971                        "controllable": true,
84972                        "default": "Mid (0)",
84973                        "mutable": "null",
84974                        "readable": true,
84975                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscs-1m",
84976                        "writable": true
84977                    },
84978                    "scs-1s": {
84979                        "blurb": "Sidechain source 1 Side",
84980                        "conditionally-available": false,
84981                        "construct": true,
84982                        "construct-only": false,
84983                        "controllable": true,
84984                        "default": "Mid (0)",
84985                        "mutable": "null",
84986                        "readable": true,
84987                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscs-1s",
84988                        "writable": true
84989                    },
84990                    "scs-2m": {
84991                        "blurb": "Sidechain source 2 Mid",
84992                        "conditionally-available": false,
84993                        "construct": true,
84994                        "construct-only": false,
84995                        "controllable": true,
84996                        "default": "Mid (0)",
84997                        "mutable": "null",
84998                        "readable": true,
84999                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscs-2m",
85000                        "writable": true
85001                    },
85002                    "scs-2s": {
85003                        "blurb": "Sidechain source 2 Side",
85004                        "conditionally-available": false,
85005                        "construct": true,
85006                        "construct-only": false,
85007                        "controllable": true,
85008                        "default": "Mid (0)",
85009                        "mutable": "null",
85010                        "readable": true,
85011                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscs-2s",
85012                        "writable": true
85013                    },
85014                    "scs-3m": {
85015                        "blurb": "Sidechain source 3 Mid",
85016                        "conditionally-available": false,
85017                        "construct": true,
85018                        "construct-only": false,
85019                        "controllable": true,
85020                        "default": "Mid (0)",
85021                        "mutable": "null",
85022                        "readable": true,
85023                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscs-3m",
85024                        "writable": true
85025                    },
85026                    "scs-3s": {
85027                        "blurb": "Sidechain source 3 Side",
85028                        "conditionally-available": false,
85029                        "construct": true,
85030                        "construct-only": false,
85031                        "controllable": true,
85032                        "default": "Mid (0)",
85033                        "mutable": "null",
85034                        "readable": true,
85035                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscs-3s",
85036                        "writable": true
85037                    },
85038                    "scs-4m": {
85039                        "blurb": "Sidechain source 4 Mid",
85040                        "conditionally-available": false,
85041                        "construct": true,
85042                        "construct-only": false,
85043                        "controllable": true,
85044                        "default": "Mid (0)",
85045                        "mutable": "null",
85046                        "readable": true,
85047                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscs-4m",
85048                        "writable": true
85049                    },
85050                    "scs-4s": {
85051                        "blurb": "Sidechain source 4 Side",
85052                        "conditionally-available": false,
85053                        "construct": true,
85054                        "construct-only": false,
85055                        "controllable": true,
85056                        "default": "Mid (0)",
85057                        "mutable": "null",
85058                        "readable": true,
85059                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscs-4s",
85060                        "writable": true
85061                    },
85062                    "scs-5m": {
85063                        "blurb": "Sidechain source 5 Mid",
85064                        "conditionally-available": false,
85065                        "construct": true,
85066                        "construct-only": false,
85067                        "controllable": true,
85068                        "default": "Mid (0)",
85069                        "mutable": "null",
85070                        "readable": true,
85071                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscs-5m",
85072                        "writable": true
85073                    },
85074                    "scs-5s": {
85075                        "blurb": "Sidechain source 5 Side",
85076                        "conditionally-available": false,
85077                        "construct": true,
85078                        "construct-only": false,
85079                        "controllable": true,
85080                        "default": "Mid (0)",
85081                        "mutable": "null",
85082                        "readable": true,
85083                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscs-5s",
85084                        "writable": true
85085                    },
85086                    "scs-6m": {
85087                        "blurb": "Sidechain source 6 Mid",
85088                        "conditionally-available": false,
85089                        "construct": true,
85090                        "construct-only": false,
85091                        "controllable": true,
85092                        "default": "Mid (0)",
85093                        "mutable": "null",
85094                        "readable": true,
85095                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscs-6m",
85096                        "writable": true
85097                    },
85098                    "scs-6s": {
85099                        "blurb": "Sidechain source 6 Side",
85100                        "conditionally-available": false,
85101                        "construct": true,
85102                        "construct-only": false,
85103                        "controllable": true,
85104                        "default": "Mid (0)",
85105                        "mutable": "null",
85106                        "readable": true,
85107                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscs-6s",
85108                        "writable": true
85109                    },
85110                    "scs-7m": {
85111                        "blurb": "Sidechain source 7 Mid",
85112                        "conditionally-available": false,
85113                        "construct": true,
85114                        "construct-only": false,
85115                        "controllable": true,
85116                        "default": "Mid (0)",
85117                        "mutable": "null",
85118                        "readable": true,
85119                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscs-7m",
85120                        "writable": true
85121                    },
85122                    "scs-7s": {
85123                        "blurb": "Sidechain source 7 Side",
85124                        "conditionally-available": false,
85125                        "construct": true,
85126                        "construct-only": false,
85127                        "controllable": true,
85128                        "default": "Mid (0)",
85129                        "mutable": "null",
85130                        "readable": true,
85131                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-msscs-7s",
85132                        "writable": true
85133                    },
85134                    "sf-1m": {
85135                        "blurb": "Split frequency 1 Mid",
85136                        "conditionally-available": false,
85137                        "construct": true,
85138                        "construct-only": false,
85139                        "controllable": true,
85140                        "default": "40",
85141                        "max": "20000",
85142                        "min": "20",
85143                        "mutable": "null",
85144                        "readable": true,
85145                        "type": "gfloat",
85146                        "writable": true
85147                    },
85148                    "sf-1s": {
85149                        "blurb": "Split frequency 1 Side",
85150                        "conditionally-available": false,
85151                        "construct": true,
85152                        "construct-only": false,
85153                        "controllable": true,
85154                        "default": "40",
85155                        "max": "20000",
85156                        "min": "20",
85157                        "mutable": "null",
85158                        "readable": true,
85159                        "type": "gfloat",
85160                        "writable": true
85161                    },
85162                    "sf-2m": {
85163                        "blurb": "Split frequency 2 Mid",
85164                        "conditionally-available": false,
85165                        "construct": true,
85166                        "construct-only": false,
85167                        "controllable": true,
85168                        "default": "100",
85169                        "max": "20000",
85170                        "min": "20",
85171                        "mutable": "null",
85172                        "readable": true,
85173                        "type": "gfloat",
85174                        "writable": true
85175                    },
85176                    "sf-2s": {
85177                        "blurb": "Split frequency 2 Side",
85178                        "conditionally-available": false,
85179                        "construct": true,
85180                        "construct-only": false,
85181                        "controllable": true,
85182                        "default": "100",
85183                        "max": "20000",
85184                        "min": "20",
85185                        "mutable": "null",
85186                        "readable": true,
85187                        "type": "gfloat",
85188                        "writable": true
85189                    },
85190                    "sf-3m": {
85191                        "blurb": "Split frequency 3 Mid",
85192                        "conditionally-available": false,
85193                        "construct": true,
85194                        "construct-only": false,
85195                        "controllable": true,
85196                        "default": "252",
85197                        "max": "20000",
85198                        "min": "20",
85199                        "mutable": "null",
85200                        "readable": true,
85201                        "type": "gfloat",
85202                        "writable": true
85203                    },
85204                    "sf-3s": {
85205                        "blurb": "Split frequency 3 Side",
85206                        "conditionally-available": false,
85207                        "construct": true,
85208                        "construct-only": false,
85209                        "controllable": true,
85210                        "default": "252",
85211                        "max": "20000",
85212                        "min": "20",
85213                        "mutable": "null",
85214                        "readable": true,
85215                        "type": "gfloat",
85216                        "writable": true
85217                    },
85218                    "sf-4m": {
85219                        "blurb": "Split frequency 4 Mid",
85220                        "conditionally-available": false,
85221                        "construct": true,
85222                        "construct-only": false,
85223                        "controllable": true,
85224                        "default": "632",
85225                        "max": "20000",
85226                        "min": "20",
85227                        "mutable": "null",
85228                        "readable": true,
85229                        "type": "gfloat",
85230                        "writable": true
85231                    },
85232                    "sf-4s": {
85233                        "blurb": "Split frequency 4 Side",
85234                        "conditionally-available": false,
85235                        "construct": true,
85236                        "construct-only": false,
85237                        "controllable": true,
85238                        "default": "632",
85239                        "max": "20000",
85240                        "min": "20",
85241                        "mutable": "null",
85242                        "readable": true,
85243                        "type": "gfloat",
85244                        "writable": true
85245                    },
85246                    "sf-5m": {
85247                        "blurb": "Split frequency 5 Mid",
85248                        "conditionally-available": false,
85249                        "construct": true,
85250                        "construct-only": false,
85251                        "controllable": true,
85252                        "default": "1587",
85253                        "max": "20000",
85254                        "min": "20",
85255                        "mutable": "null",
85256                        "readable": true,
85257                        "type": "gfloat",
85258                        "writable": true
85259                    },
85260                    "sf-5s": {
85261                        "blurb": "Split frequency 5 Side",
85262                        "conditionally-available": false,
85263                        "construct": true,
85264                        "construct-only": false,
85265                        "controllable": true,
85266                        "default": "1587",
85267                        "max": "20000",
85268                        "min": "20",
85269                        "mutable": "null",
85270                        "readable": true,
85271                        "type": "gfloat",
85272                        "writable": true
85273                    },
85274                    "sf-6m": {
85275                        "blurb": "Split frequency 6 Mid",
85276                        "conditionally-available": false,
85277                        "construct": true,
85278                        "construct-only": false,
85279                        "controllable": true,
85280                        "default": "3984",
85281                        "max": "20000",
85282                        "min": "20",
85283                        "mutable": "null",
85284                        "readable": true,
85285                        "type": "gfloat",
85286                        "writable": true
85287                    },
85288                    "sf-6s": {
85289                        "blurb": "Split frequency 6 Side",
85290                        "conditionally-available": false,
85291                        "construct": true,
85292                        "construct-only": false,
85293                        "controllable": true,
85294                        "default": "3984",
85295                        "max": "20000",
85296                        "min": "20",
85297                        "mutable": "null",
85298                        "readable": true,
85299                        "type": "gfloat",
85300                        "writable": true
85301                    },
85302                    "sf-7m": {
85303                        "blurb": "Split frequency 7 Mid",
85304                        "conditionally-available": false,
85305                        "construct": true,
85306                        "construct-only": false,
85307                        "controllable": true,
85308                        "default": "10000",
85309                        "max": "20000",
85310                        "min": "20",
85311                        "mutable": "null",
85312                        "readable": true,
85313                        "type": "gfloat",
85314                        "writable": true
85315                    },
85316                    "sf-7s": {
85317                        "blurb": "Split frequency 7 Side",
85318                        "conditionally-available": false,
85319                        "construct": true,
85320                        "construct-only": false,
85321                        "controllable": true,
85322                        "default": "10000",
85323                        "max": "20000",
85324                        "min": "20",
85325                        "mutable": "null",
85326                        "readable": true,
85327                        "type": "gfloat",
85328                        "writable": true
85329                    },
85330                    "shift": {
85331                        "blurb": "Shift gain",
85332                        "conditionally-available": false,
85333                        "construct": true,
85334                        "construct-only": false,
85335                        "controllable": true,
85336                        "default": "1",
85337                        "max": "100",
85338                        "min": "0",
85339                        "mutable": "null",
85340                        "readable": true,
85341                        "type": "gfloat",
85342                        "writable": true
85343                    },
85344                    "sla-0m": {
85345                        "blurb": "Sidechain lookahead 0 Mid",
85346                        "conditionally-available": false,
85347                        "construct": true,
85348                        "construct-only": false,
85349                        "controllable": true,
85350                        "default": "0",
85351                        "max": "20",
85352                        "min": "0",
85353                        "mutable": "null",
85354                        "readable": true,
85355                        "type": "gfloat",
85356                        "writable": true
85357                    },
85358                    "sla-0s": {
85359                        "blurb": "Sidechain lookahead 0 Side",
85360                        "conditionally-available": false,
85361                        "construct": true,
85362                        "construct-only": false,
85363                        "controllable": true,
85364                        "default": "0",
85365                        "max": "20",
85366                        "min": "0",
85367                        "mutable": "null",
85368                        "readable": true,
85369                        "type": "gfloat",
85370                        "writable": true
85371                    },
85372                    "sla-1m": {
85373                        "blurb": "Sidechain lookahead 1 Mid",
85374                        "conditionally-available": false,
85375                        "construct": true,
85376                        "construct-only": false,
85377                        "controllable": true,
85378                        "default": "0",
85379                        "max": "20",
85380                        "min": "0",
85381                        "mutable": "null",
85382                        "readable": true,
85383                        "type": "gfloat",
85384                        "writable": true
85385                    },
85386                    "sla-1s": {
85387                        "blurb": "Sidechain lookahead 1 Side",
85388                        "conditionally-available": false,
85389                        "construct": true,
85390                        "construct-only": false,
85391                        "controllable": true,
85392                        "default": "0",
85393                        "max": "20",
85394                        "min": "0",
85395                        "mutable": "null",
85396                        "readable": true,
85397                        "type": "gfloat",
85398                        "writable": true
85399                    },
85400                    "sla-2m": {
85401                        "blurb": "Sidechain lookahead 2 Mid",
85402                        "conditionally-available": false,
85403                        "construct": true,
85404                        "construct-only": false,
85405                        "controllable": true,
85406                        "default": "0",
85407                        "max": "20",
85408                        "min": "0",
85409                        "mutable": "null",
85410                        "readable": true,
85411                        "type": "gfloat",
85412                        "writable": true
85413                    },
85414                    "sla-2s": {
85415                        "blurb": "Sidechain lookahead 2 Side",
85416                        "conditionally-available": false,
85417                        "construct": true,
85418                        "construct-only": false,
85419                        "controllable": true,
85420                        "default": "0",
85421                        "max": "20",
85422                        "min": "0",
85423                        "mutable": "null",
85424                        "readable": true,
85425                        "type": "gfloat",
85426                        "writable": true
85427                    },
85428                    "sla-3m": {
85429                        "blurb": "Sidechain lookahead 3 Mid",
85430                        "conditionally-available": false,
85431                        "construct": true,
85432                        "construct-only": false,
85433                        "controllable": true,
85434                        "default": "0",
85435                        "max": "20",
85436                        "min": "0",
85437                        "mutable": "null",
85438                        "readable": true,
85439                        "type": "gfloat",
85440                        "writable": true
85441                    },
85442                    "sla-3s": {
85443                        "blurb": "Sidechain lookahead 3 Side",
85444                        "conditionally-available": false,
85445                        "construct": true,
85446                        "construct-only": false,
85447                        "controllable": true,
85448                        "default": "0",
85449                        "max": "20",
85450                        "min": "0",
85451                        "mutable": "null",
85452                        "readable": true,
85453                        "type": "gfloat",
85454                        "writable": true
85455                    },
85456                    "sla-4m": {
85457                        "blurb": "Sidechain lookahead 4 Mid",
85458                        "conditionally-available": false,
85459                        "construct": true,
85460                        "construct-only": false,
85461                        "controllable": true,
85462                        "default": "0",
85463                        "max": "20",
85464                        "min": "0",
85465                        "mutable": "null",
85466                        "readable": true,
85467                        "type": "gfloat",
85468                        "writable": true
85469                    },
85470                    "sla-4s": {
85471                        "blurb": "Sidechain lookahead 4 Side",
85472                        "conditionally-available": false,
85473                        "construct": true,
85474                        "construct-only": false,
85475                        "controllable": true,
85476                        "default": "0",
85477                        "max": "20",
85478                        "min": "0",
85479                        "mutable": "null",
85480                        "readable": true,
85481                        "type": "gfloat",
85482                        "writable": true
85483                    },
85484                    "sla-5m": {
85485                        "blurb": "Sidechain lookahead 5 Mid",
85486                        "conditionally-available": false,
85487                        "construct": true,
85488                        "construct-only": false,
85489                        "controllable": true,
85490                        "default": "0",
85491                        "max": "20",
85492                        "min": "0",
85493                        "mutable": "null",
85494                        "readable": true,
85495                        "type": "gfloat",
85496                        "writable": true
85497                    },
85498                    "sla-5s": {
85499                        "blurb": "Sidechain lookahead 5 Side",
85500                        "conditionally-available": false,
85501                        "construct": true,
85502                        "construct-only": false,
85503                        "controllable": true,
85504                        "default": "0",
85505                        "max": "20",
85506                        "min": "0",
85507                        "mutable": "null",
85508                        "readable": true,
85509                        "type": "gfloat",
85510                        "writable": true
85511                    },
85512                    "sla-6m": {
85513                        "blurb": "Sidechain lookahead 6 Mid",
85514                        "conditionally-available": false,
85515                        "construct": true,
85516                        "construct-only": false,
85517                        "controllable": true,
85518                        "default": "0",
85519                        "max": "20",
85520                        "min": "0",
85521                        "mutable": "null",
85522                        "readable": true,
85523                        "type": "gfloat",
85524                        "writable": true
85525                    },
85526                    "sla-6s": {
85527                        "blurb": "Sidechain lookahead 6 Side",
85528                        "conditionally-available": false,
85529                        "construct": true,
85530                        "construct-only": false,
85531                        "controllable": true,
85532                        "default": "0",
85533                        "max": "20",
85534                        "min": "0",
85535                        "mutable": "null",
85536                        "readable": true,
85537                        "type": "gfloat",
85538                        "writable": true
85539                    },
85540                    "sla-7m": {
85541                        "blurb": "Sidechain lookahead 7 Mid",
85542                        "conditionally-available": false,
85543                        "construct": true,
85544                        "construct-only": false,
85545                        "controllable": true,
85546                        "default": "0",
85547                        "max": "20",
85548                        "min": "0",
85549                        "mutable": "null",
85550                        "readable": true,
85551                        "type": "gfloat",
85552                        "writable": true
85553                    },
85554                    "sla-7s": {
85555                        "blurb": "Sidechain lookahead 7 Side",
85556                        "conditionally-available": false,
85557                        "construct": true,
85558                        "construct-only": false,
85559                        "controllable": true,
85560                        "default": "0",
85561                        "max": "20",
85562                        "min": "0",
85563                        "mutable": "null",
85564                        "readable": true,
85565                        "type": "gfloat",
85566                        "writable": true
85567                    },
85568                    "zoom": {
85569                        "blurb": "Graph zoom",
85570                        "conditionally-available": false,
85571                        "construct": true,
85572                        "construct-only": false,
85573                        "controllable": true,
85574                        "default": "1",
85575                        "max": "1",
85576                        "min": "0.12589",
85577                        "mutable": "null",
85578                        "readable": true,
85579                        "type": "gfloat",
85580                        "writable": true
85581                    }
85582                },
85583                "rank": "none"
85584            },
85585            "lsp-plug-in-plugins-lv2-mb-compressor-stereo": {
85586                "author": "LSP LV2",
85587                "description": "LSP Multiband Compressor Stereo x8",
85588                "hierarchy": [
85589                    "lsp-plug-in-plugins-lv2-mb-compressor-stereo",
85590                    "GstAudioFilter",
85591                    "GstBaseTransform",
85592                    "GstElement",
85593                    "GstObject",
85594                    "GInitiallyUnowned",
85595                    "GObject"
85596                ],
85597                "interfaces": [
85598                    "GstPreset"
85599                ],
85600                "klass": "Filter/Effect/Audio/LV2/Compressor",
85601                "long-name": "LSP Multiband Compressor Stereo x8",
85602                "pad-templates": {
85603                    "sink": {
85604                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
85605                        "direction": "sink",
85606                        "presence": "always"
85607                    },
85608                    "src": {
85609                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
85610                        "direction": "src",
85611                        "presence": "always"
85612                    }
85613                },
85614                "properties": {
85615                    "al-0": {
85616                        "blurb": "Attack level 0",
85617                        "conditionally-available": false,
85618                        "construct": true,
85619                        "construct-only": false,
85620                        "controllable": true,
85621                        "default": "0.25119",
85622                        "max": "1",
85623                        "min": "0.001",
85624                        "mutable": "null",
85625                        "readable": true,
85626                        "type": "gfloat",
85627                        "writable": true
85628                    },
85629                    "al-1": {
85630                        "blurb": "Attack level 1",
85631                        "conditionally-available": false,
85632                        "construct": true,
85633                        "construct-only": false,
85634                        "controllable": true,
85635                        "default": "0.25119",
85636                        "max": "1",
85637                        "min": "0.001",
85638                        "mutable": "null",
85639                        "readable": true,
85640                        "type": "gfloat",
85641                        "writable": true
85642                    },
85643                    "al-2": {
85644                        "blurb": "Attack level 2",
85645                        "conditionally-available": false,
85646                        "construct": true,
85647                        "construct-only": false,
85648                        "controllable": true,
85649                        "default": "0.25119",
85650                        "max": "1",
85651                        "min": "0.001",
85652                        "mutable": "null",
85653                        "readable": true,
85654                        "type": "gfloat",
85655                        "writable": true
85656                    },
85657                    "al-3": {
85658                        "blurb": "Attack level 3",
85659                        "conditionally-available": false,
85660                        "construct": true,
85661                        "construct-only": false,
85662                        "controllable": true,
85663                        "default": "0.25119",
85664                        "max": "1",
85665                        "min": "0.001",
85666                        "mutable": "null",
85667                        "readable": true,
85668                        "type": "gfloat",
85669                        "writable": true
85670                    },
85671                    "al-4": {
85672                        "blurb": "Attack level 4",
85673                        "conditionally-available": false,
85674                        "construct": true,
85675                        "construct-only": false,
85676                        "controllable": true,
85677                        "default": "0.25119",
85678                        "max": "1",
85679                        "min": "0.001",
85680                        "mutable": "null",
85681                        "readable": true,
85682                        "type": "gfloat",
85683                        "writable": true
85684                    },
85685                    "al-5": {
85686                        "blurb": "Attack level 5",
85687                        "conditionally-available": false,
85688                        "construct": true,
85689                        "construct-only": false,
85690                        "controllable": true,
85691                        "default": "0.25119",
85692                        "max": "1",
85693                        "min": "0.001",
85694                        "mutable": "null",
85695                        "readable": true,
85696                        "type": "gfloat",
85697                        "writable": true
85698                    },
85699                    "al-6": {
85700                        "blurb": "Attack level 6",
85701                        "conditionally-available": false,
85702                        "construct": true,
85703                        "construct-only": false,
85704                        "controllable": true,
85705                        "default": "0.25119",
85706                        "max": "1",
85707                        "min": "0.001",
85708                        "mutable": "null",
85709                        "readable": true,
85710                        "type": "gfloat",
85711                        "writable": true
85712                    },
85713                    "al-7": {
85714                        "blurb": "Attack level 7",
85715                        "conditionally-available": false,
85716                        "construct": true,
85717                        "construct-only": false,
85718                        "controllable": true,
85719                        "default": "0.25119",
85720                        "max": "1",
85721                        "min": "0.001",
85722                        "mutable": "null",
85723                        "readable": true,
85724                        "type": "gfloat",
85725                        "writable": true
85726                    },
85727                    "at-0": {
85728                        "blurb": "Attack time 0",
85729                        "conditionally-available": false,
85730                        "construct": true,
85731                        "construct-only": false,
85732                        "controllable": true,
85733                        "default": "20",
85734                        "max": "2000",
85735                        "min": "0",
85736                        "mutable": "null",
85737                        "readable": true,
85738                        "type": "gfloat",
85739                        "writable": true
85740                    },
85741                    "at-1": {
85742                        "blurb": "Attack time 1",
85743                        "conditionally-available": false,
85744                        "construct": true,
85745                        "construct-only": false,
85746                        "controllable": true,
85747                        "default": "20",
85748                        "max": "2000",
85749                        "min": "0",
85750                        "mutable": "null",
85751                        "readable": true,
85752                        "type": "gfloat",
85753                        "writable": true
85754                    },
85755                    "at-2": {
85756                        "blurb": "Attack time 2",
85757                        "conditionally-available": false,
85758                        "construct": true,
85759                        "construct-only": false,
85760                        "controllable": true,
85761                        "default": "20",
85762                        "max": "2000",
85763                        "min": "0",
85764                        "mutable": "null",
85765                        "readable": true,
85766                        "type": "gfloat",
85767                        "writable": true
85768                    },
85769                    "at-3": {
85770                        "blurb": "Attack time 3",
85771                        "conditionally-available": false,
85772                        "construct": true,
85773                        "construct-only": false,
85774                        "controllable": true,
85775                        "default": "20",
85776                        "max": "2000",
85777                        "min": "0",
85778                        "mutable": "null",
85779                        "readable": true,
85780                        "type": "gfloat",
85781                        "writable": true
85782                    },
85783                    "at-4": {
85784                        "blurb": "Attack time 4",
85785                        "conditionally-available": false,
85786                        "construct": true,
85787                        "construct-only": false,
85788                        "controllable": true,
85789                        "default": "20",
85790                        "max": "2000",
85791                        "min": "0",
85792                        "mutable": "null",
85793                        "readable": true,
85794                        "type": "gfloat",
85795                        "writable": true
85796                    },
85797                    "at-5": {
85798                        "blurb": "Attack time 5",
85799                        "conditionally-available": false,
85800                        "construct": true,
85801                        "construct-only": false,
85802                        "controllable": true,
85803                        "default": "20",
85804                        "max": "2000",
85805                        "min": "0",
85806                        "mutable": "null",
85807                        "readable": true,
85808                        "type": "gfloat",
85809                        "writable": true
85810                    },
85811                    "at-6": {
85812                        "blurb": "Attack time 6",
85813                        "conditionally-available": false,
85814                        "construct": true,
85815                        "construct-only": false,
85816                        "controllable": true,
85817                        "default": "20",
85818                        "max": "2000",
85819                        "min": "0",
85820                        "mutable": "null",
85821                        "readable": true,
85822                        "type": "gfloat",
85823                        "writable": true
85824                    },
85825                    "at-7": {
85826                        "blurb": "Attack time 7",
85827                        "conditionally-available": false,
85828                        "construct": true,
85829                        "construct-only": false,
85830                        "controllable": true,
85831                        "default": "20",
85832                        "max": "2000",
85833                        "min": "0",
85834                        "mutable": "null",
85835                        "readable": true,
85836                        "type": "gfloat",
85837                        "writable": true
85838                    },
85839                    "bm-0": {
85840                        "blurb": "Mute band 0",
85841                        "conditionally-available": false,
85842                        "construct": true,
85843                        "construct-only": false,
85844                        "controllable": true,
85845                        "default": "false",
85846                        "mutable": "null",
85847                        "readable": true,
85848                        "type": "gboolean",
85849                        "writable": true
85850                    },
85851                    "bm-1": {
85852                        "blurb": "Mute band 1",
85853                        "conditionally-available": false,
85854                        "construct": true,
85855                        "construct-only": false,
85856                        "controllable": true,
85857                        "default": "false",
85858                        "mutable": "null",
85859                        "readable": true,
85860                        "type": "gboolean",
85861                        "writable": true
85862                    },
85863                    "bm-2": {
85864                        "blurb": "Mute band 2",
85865                        "conditionally-available": false,
85866                        "construct": true,
85867                        "construct-only": false,
85868                        "controllable": true,
85869                        "default": "false",
85870                        "mutable": "null",
85871                        "readable": true,
85872                        "type": "gboolean",
85873                        "writable": true
85874                    },
85875                    "bm-3": {
85876                        "blurb": "Mute band 3",
85877                        "conditionally-available": false,
85878                        "construct": true,
85879                        "construct-only": false,
85880                        "controllable": true,
85881                        "default": "false",
85882                        "mutable": "null",
85883                        "readable": true,
85884                        "type": "gboolean",
85885                        "writable": true
85886                    },
85887                    "bm-4": {
85888                        "blurb": "Mute band 4",
85889                        "conditionally-available": false,
85890                        "construct": true,
85891                        "construct-only": false,
85892                        "controllable": true,
85893                        "default": "false",
85894                        "mutable": "null",
85895                        "readable": true,
85896                        "type": "gboolean",
85897                        "writable": true
85898                    },
85899                    "bm-5": {
85900                        "blurb": "Mute band 5",
85901                        "conditionally-available": false,
85902                        "construct": true,
85903                        "construct-only": false,
85904                        "controllable": true,
85905                        "default": "false",
85906                        "mutable": "null",
85907                        "readable": true,
85908                        "type": "gboolean",
85909                        "writable": true
85910                    },
85911                    "bm-6": {
85912                        "blurb": "Mute band 6",
85913                        "conditionally-available": false,
85914                        "construct": true,
85915                        "construct-only": false,
85916                        "controllable": true,
85917                        "default": "false",
85918                        "mutable": "null",
85919                        "readable": true,
85920                        "type": "gboolean",
85921                        "writable": true
85922                    },
85923                    "bm-7": {
85924                        "blurb": "Mute band 7",
85925                        "conditionally-available": false,
85926                        "construct": true,
85927                        "construct-only": false,
85928                        "controllable": true,
85929                        "default": "false",
85930                        "mutable": "null",
85931                        "readable": true,
85932                        "type": "gboolean",
85933                        "writable": true
85934                    },
85935                    "bs-0": {
85936                        "blurb": "Solo band 0",
85937                        "conditionally-available": false,
85938                        "construct": true,
85939                        "construct-only": false,
85940                        "controllable": true,
85941                        "default": "false",
85942                        "mutable": "null",
85943                        "readable": true,
85944                        "type": "gboolean",
85945                        "writable": true
85946                    },
85947                    "bs-1": {
85948                        "blurb": "Solo band 1",
85949                        "conditionally-available": false,
85950                        "construct": true,
85951                        "construct-only": false,
85952                        "controllable": true,
85953                        "default": "false",
85954                        "mutable": "null",
85955                        "readable": true,
85956                        "type": "gboolean",
85957                        "writable": true
85958                    },
85959                    "bs-2": {
85960                        "blurb": "Solo band 2",
85961                        "conditionally-available": false,
85962                        "construct": true,
85963                        "construct-only": false,
85964                        "controllable": true,
85965                        "default": "false",
85966                        "mutable": "null",
85967                        "readable": true,
85968                        "type": "gboolean",
85969                        "writable": true
85970                    },
85971                    "bs-3": {
85972                        "blurb": "Solo band 3",
85973                        "conditionally-available": false,
85974                        "construct": true,
85975                        "construct-only": false,
85976                        "controllable": true,
85977                        "default": "false",
85978                        "mutable": "null",
85979                        "readable": true,
85980                        "type": "gboolean",
85981                        "writable": true
85982                    },
85983                    "bs-4": {
85984                        "blurb": "Solo band 4",
85985                        "conditionally-available": false,
85986                        "construct": true,
85987                        "construct-only": false,
85988                        "controllable": true,
85989                        "default": "false",
85990                        "mutable": "null",
85991                        "readable": true,
85992                        "type": "gboolean",
85993                        "writable": true
85994                    },
85995                    "bs-5": {
85996                        "blurb": "Solo band 5",
85997                        "conditionally-available": false,
85998                        "construct": true,
85999                        "construct-only": false,
86000                        "controllable": true,
86001                        "default": "false",
86002                        "mutable": "null",
86003                        "readable": true,
86004                        "type": "gboolean",
86005                        "writable": true
86006                    },
86007                    "bs-6": {
86008                        "blurb": "Solo band 6",
86009                        "conditionally-available": false,
86010                        "construct": true,
86011                        "construct-only": false,
86012                        "controllable": true,
86013                        "default": "false",
86014                        "mutable": "null",
86015                        "readable": true,
86016                        "type": "gboolean",
86017                        "writable": true
86018                    },
86019                    "bs-7": {
86020                        "blurb": "Solo band 7",
86021                        "conditionally-available": false,
86022                        "construct": true,
86023                        "construct-only": false,
86024                        "controllable": true,
86025                        "default": "false",
86026                        "mutable": "null",
86027                        "readable": true,
86028                        "type": "gboolean",
86029                        "writable": true
86030                    },
86031                    "bsel": {
86032                        "blurb": "Band selection",
86033                        "conditionally-available": false,
86034                        "construct": true,
86035                        "construct-only": false,
86036                        "controllable": true,
86037                        "default": "Split (0)",
86038                        "mutable": "null",
86039                        "readable": true,
86040                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereobsel",
86041                        "writable": true
86042                    },
86043                    "bypass": {
86044                        "blurb": "Bypass",
86045                        "conditionally-available": false,
86046                        "construct": true,
86047                        "construct-only": false,
86048                        "controllable": true,
86049                        "default": "false",
86050                        "mutable": "null",
86051                        "readable": true,
86052                        "type": "gboolean",
86053                        "writable": true
86054                    },
86055                    "cbe-1": {
86056                        "blurb": "Compression band enable 1",
86057                        "conditionally-available": false,
86058                        "construct": true,
86059                        "construct-only": false,
86060                        "controllable": true,
86061                        "default": "false",
86062                        "mutable": "null",
86063                        "readable": true,
86064                        "type": "gboolean",
86065                        "writable": true
86066                    },
86067                    "cbe-2": {
86068                        "blurb": "Compression band enable 2",
86069                        "conditionally-available": false,
86070                        "construct": true,
86071                        "construct-only": false,
86072                        "controllable": true,
86073                        "default": "false",
86074                        "mutable": "null",
86075                        "readable": true,
86076                        "type": "gboolean",
86077                        "writable": true
86078                    },
86079                    "cbe-3": {
86080                        "blurb": "Compression band enable 3",
86081                        "conditionally-available": false,
86082                        "construct": true,
86083                        "construct-only": false,
86084                        "controllable": true,
86085                        "default": "false",
86086                        "mutable": "null",
86087                        "readable": true,
86088                        "type": "gboolean",
86089                        "writable": true
86090                    },
86091                    "cbe-4": {
86092                        "blurb": "Compression band enable 4",
86093                        "conditionally-available": false,
86094                        "construct": true,
86095                        "construct-only": false,
86096                        "controllable": true,
86097                        "default": "false",
86098                        "mutable": "null",
86099                        "readable": true,
86100                        "type": "gboolean",
86101                        "writable": true
86102                    },
86103                    "cbe-5": {
86104                        "blurb": "Compression band enable 5",
86105                        "conditionally-available": false,
86106                        "construct": true,
86107                        "construct-only": false,
86108                        "controllable": true,
86109                        "default": "false",
86110                        "mutable": "null",
86111                        "readable": true,
86112                        "type": "gboolean",
86113                        "writable": true
86114                    },
86115                    "cbe-6": {
86116                        "blurb": "Compression band enable 6",
86117                        "conditionally-available": false,
86118                        "construct": true,
86119                        "construct-only": false,
86120                        "controllable": true,
86121                        "default": "false",
86122                        "mutable": "null",
86123                        "readable": true,
86124                        "type": "gboolean",
86125                        "writable": true
86126                    },
86127                    "cbe-7": {
86128                        "blurb": "Compression band enable 7",
86129                        "conditionally-available": false,
86130                        "construct": true,
86131                        "construct-only": false,
86132                        "controllable": true,
86133                        "default": "false",
86134                        "mutable": "null",
86135                        "readable": true,
86136                        "type": "gboolean",
86137                        "writable": true
86138                    },
86139                    "ce-0": {
86140                        "blurb": "Compressor enable 0",
86141                        "conditionally-available": false,
86142                        "construct": true,
86143                        "construct-only": false,
86144                        "controllable": true,
86145                        "default": "false",
86146                        "mutable": "null",
86147                        "readable": true,
86148                        "type": "gboolean",
86149                        "writable": true
86150                    },
86151                    "ce-1": {
86152                        "blurb": "Compressor enable 1",
86153                        "conditionally-available": false,
86154                        "construct": true,
86155                        "construct-only": false,
86156                        "controllable": true,
86157                        "default": "false",
86158                        "mutable": "null",
86159                        "readable": true,
86160                        "type": "gboolean",
86161                        "writable": true
86162                    },
86163                    "ce-2": {
86164                        "blurb": "Compressor enable 2",
86165                        "conditionally-available": false,
86166                        "construct": true,
86167                        "construct-only": false,
86168                        "controllable": true,
86169                        "default": "false",
86170                        "mutable": "null",
86171                        "readable": true,
86172                        "type": "gboolean",
86173                        "writable": true
86174                    },
86175                    "ce-3": {
86176                        "blurb": "Compressor enable 3",
86177                        "conditionally-available": false,
86178                        "construct": true,
86179                        "construct-only": false,
86180                        "controllable": true,
86181                        "default": "false",
86182                        "mutable": "null",
86183                        "readable": true,
86184                        "type": "gboolean",
86185                        "writable": true
86186                    },
86187                    "ce-4": {
86188                        "blurb": "Compressor enable 4",
86189                        "conditionally-available": false,
86190                        "construct": true,
86191                        "construct-only": false,
86192                        "controllable": true,
86193                        "default": "false",
86194                        "mutable": "null",
86195                        "readable": true,
86196                        "type": "gboolean",
86197                        "writable": true
86198                    },
86199                    "ce-5": {
86200                        "blurb": "Compressor enable 5",
86201                        "conditionally-available": false,
86202                        "construct": true,
86203                        "construct-only": false,
86204                        "controllable": true,
86205                        "default": "false",
86206                        "mutable": "null",
86207                        "readable": true,
86208                        "type": "gboolean",
86209                        "writable": true
86210                    },
86211                    "ce-6": {
86212                        "blurb": "Compressor enable 6",
86213                        "conditionally-available": false,
86214                        "construct": true,
86215                        "construct-only": false,
86216                        "controllable": true,
86217                        "default": "false",
86218                        "mutable": "null",
86219                        "readable": true,
86220                        "type": "gboolean",
86221                        "writable": true
86222                    },
86223                    "ce-7": {
86224                        "blurb": "Compressor enable 7",
86225                        "conditionally-available": false,
86226                        "construct": true,
86227                        "construct-only": false,
86228                        "controllable": true,
86229                        "default": "false",
86230                        "mutable": "null",
86231                        "readable": true,
86232                        "type": "gboolean",
86233                        "writable": true
86234                    },
86235                    "clm-0": {
86236                        "blurb": "Curve level meter 0",
86237                        "conditionally-available": false,
86238                        "construct": false,
86239                        "construct-only": false,
86240                        "controllable": true,
86241                        "default": "0",
86242                        "max": "15.8489",
86243                        "min": "0",
86244                        "mutable": "null",
86245                        "readable": true,
86246                        "type": "gfloat",
86247                        "writable": false
86248                    },
86249                    "clm-1": {
86250                        "blurb": "Curve level meter 1",
86251                        "conditionally-available": false,
86252                        "construct": false,
86253                        "construct-only": false,
86254                        "controllable": true,
86255                        "default": "0",
86256                        "max": "15.8489",
86257                        "min": "0",
86258                        "mutable": "null",
86259                        "readable": true,
86260                        "type": "gfloat",
86261                        "writable": false
86262                    },
86263                    "clm-2": {
86264                        "blurb": "Curve level meter 2",
86265                        "conditionally-available": false,
86266                        "construct": false,
86267                        "construct-only": false,
86268                        "controllable": true,
86269                        "default": "0",
86270                        "max": "15.8489",
86271                        "min": "0",
86272                        "mutable": "null",
86273                        "readable": true,
86274                        "type": "gfloat",
86275                        "writable": false
86276                    },
86277                    "clm-3": {
86278                        "blurb": "Curve level meter 3",
86279                        "conditionally-available": false,
86280                        "construct": false,
86281                        "construct-only": false,
86282                        "controllable": true,
86283                        "default": "0",
86284                        "max": "15.8489",
86285                        "min": "0",
86286                        "mutable": "null",
86287                        "readable": true,
86288                        "type": "gfloat",
86289                        "writable": false
86290                    },
86291                    "clm-4": {
86292                        "blurb": "Curve level meter 4",
86293                        "conditionally-available": false,
86294                        "construct": false,
86295                        "construct-only": false,
86296                        "controllable": true,
86297                        "default": "0",
86298                        "max": "15.8489",
86299                        "min": "0",
86300                        "mutable": "null",
86301                        "readable": true,
86302                        "type": "gfloat",
86303                        "writable": false
86304                    },
86305                    "clm-5": {
86306                        "blurb": "Curve level meter 5",
86307                        "conditionally-available": false,
86308                        "construct": false,
86309                        "construct-only": false,
86310                        "controllable": true,
86311                        "default": "0",
86312                        "max": "15.8489",
86313                        "min": "0",
86314                        "mutable": "null",
86315                        "readable": true,
86316                        "type": "gfloat",
86317                        "writable": false
86318                    },
86319                    "clm-6": {
86320                        "blurb": "Curve level meter 6",
86321                        "conditionally-available": false,
86322                        "construct": false,
86323                        "construct-only": false,
86324                        "controllable": true,
86325                        "default": "0",
86326                        "max": "15.8489",
86327                        "min": "0",
86328                        "mutable": "null",
86329                        "readable": true,
86330                        "type": "gfloat",
86331                        "writable": false
86332                    },
86333                    "clm-7": {
86334                        "blurb": "Curve level meter 7",
86335                        "conditionally-available": false,
86336                        "construct": false,
86337                        "construct-only": false,
86338                        "controllable": true,
86339                        "default": "0",
86340                        "max": "15.8489",
86341                        "min": "0",
86342                        "mutable": "null",
86343                        "readable": true,
86344                        "type": "gfloat",
86345                        "writable": false
86346                    },
86347                    "cm-0": {
86348                        "blurb": "Compression mode 0",
86349                        "conditionally-available": false,
86350                        "construct": true,
86351                        "construct-only": false,
86352                        "controllable": true,
86353                        "default": "Down (0)",
86354                        "mutable": "null",
86355                        "readable": true,
86356                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-0",
86357                        "writable": true
86358                    },
86359                    "cm-1": {
86360                        "blurb": "Compression mode 1",
86361                        "conditionally-available": false,
86362                        "construct": true,
86363                        "construct-only": false,
86364                        "controllable": true,
86365                        "default": "Down (0)",
86366                        "mutable": "null",
86367                        "readable": true,
86368                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-1",
86369                        "writable": true
86370                    },
86371                    "cm-2": {
86372                        "blurb": "Compression mode 2",
86373                        "conditionally-available": false,
86374                        "construct": true,
86375                        "construct-only": false,
86376                        "controllable": true,
86377                        "default": "Down (0)",
86378                        "mutable": "null",
86379                        "readable": true,
86380                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-2",
86381                        "writable": true
86382                    },
86383                    "cm-3": {
86384                        "blurb": "Compression mode 3",
86385                        "conditionally-available": false,
86386                        "construct": true,
86387                        "construct-only": false,
86388                        "controllable": true,
86389                        "default": "Down (0)",
86390                        "mutable": "null",
86391                        "readable": true,
86392                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-3",
86393                        "writable": true
86394                    },
86395                    "cm-4": {
86396                        "blurb": "Compression mode 4",
86397                        "conditionally-available": false,
86398                        "construct": true,
86399                        "construct-only": false,
86400                        "controllable": true,
86401                        "default": "Down (0)",
86402                        "mutable": "null",
86403                        "readable": true,
86404                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-4",
86405                        "writable": true
86406                    },
86407                    "cm-5": {
86408                        "blurb": "Compression mode 5",
86409                        "conditionally-available": false,
86410                        "construct": true,
86411                        "construct-only": false,
86412                        "controllable": true,
86413                        "default": "Down (0)",
86414                        "mutable": "null",
86415                        "readable": true,
86416                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-5",
86417                        "writable": true
86418                    },
86419                    "cm-6": {
86420                        "blurb": "Compression mode 6",
86421                        "conditionally-available": false,
86422                        "construct": true,
86423                        "construct-only": false,
86424                        "controllable": true,
86425                        "default": "Down (0)",
86426                        "mutable": "null",
86427                        "readable": true,
86428                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-6",
86429                        "writable": true
86430                    },
86431                    "cm-7": {
86432                        "blurb": "Compression mode 7",
86433                        "conditionally-available": false,
86434                        "construct": true,
86435                        "construct-only": false,
86436                        "controllable": true,
86437                        "default": "Down (0)",
86438                        "mutable": "null",
86439                        "readable": true,
86440                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-7",
86441                        "writable": true
86442                    },
86443                    "cr-0": {
86444                        "blurb": "Ratio 0",
86445                        "conditionally-available": false,
86446                        "construct": true,
86447                        "construct-only": false,
86448                        "controllable": true,
86449                        "default": "1",
86450                        "max": "100",
86451                        "min": "1",
86452                        "mutable": "null",
86453                        "readable": true,
86454                        "type": "gfloat",
86455                        "writable": true
86456                    },
86457                    "cr-1": {
86458                        "blurb": "Ratio 1",
86459                        "conditionally-available": false,
86460                        "construct": true,
86461                        "construct-only": false,
86462                        "controllable": true,
86463                        "default": "1",
86464                        "max": "100",
86465                        "min": "1",
86466                        "mutable": "null",
86467                        "readable": true,
86468                        "type": "gfloat",
86469                        "writable": true
86470                    },
86471                    "cr-2": {
86472                        "blurb": "Ratio 2",
86473                        "conditionally-available": false,
86474                        "construct": true,
86475                        "construct-only": false,
86476                        "controllable": true,
86477                        "default": "1",
86478                        "max": "100",
86479                        "min": "1",
86480                        "mutable": "null",
86481                        "readable": true,
86482                        "type": "gfloat",
86483                        "writable": true
86484                    },
86485                    "cr-3": {
86486                        "blurb": "Ratio 3",
86487                        "conditionally-available": false,
86488                        "construct": true,
86489                        "construct-only": false,
86490                        "controllable": true,
86491                        "default": "1",
86492                        "max": "100",
86493                        "min": "1",
86494                        "mutable": "null",
86495                        "readable": true,
86496                        "type": "gfloat",
86497                        "writable": true
86498                    },
86499                    "cr-4": {
86500                        "blurb": "Ratio 4",
86501                        "conditionally-available": false,
86502                        "construct": true,
86503                        "construct-only": false,
86504                        "controllable": true,
86505                        "default": "1",
86506                        "max": "100",
86507                        "min": "1",
86508                        "mutable": "null",
86509                        "readable": true,
86510                        "type": "gfloat",
86511                        "writable": true
86512                    },
86513                    "cr-5": {
86514                        "blurb": "Ratio 5",
86515                        "conditionally-available": false,
86516                        "construct": true,
86517                        "construct-only": false,
86518                        "controllable": true,
86519                        "default": "1",
86520                        "max": "100",
86521                        "min": "1",
86522                        "mutable": "null",
86523                        "readable": true,
86524                        "type": "gfloat",
86525                        "writable": true
86526                    },
86527                    "cr-6": {
86528                        "blurb": "Ratio 6",
86529                        "conditionally-available": false,
86530                        "construct": true,
86531                        "construct-only": false,
86532                        "controllable": true,
86533                        "default": "1",
86534                        "max": "100",
86535                        "min": "1",
86536                        "mutable": "null",
86537                        "readable": true,
86538                        "type": "gfloat",
86539                        "writable": true
86540                    },
86541                    "cr-7": {
86542                        "blurb": "Ratio 7",
86543                        "conditionally-available": false,
86544                        "construct": true,
86545                        "construct-only": false,
86546                        "controllable": true,
86547                        "default": "1",
86548                        "max": "100",
86549                        "min": "1",
86550                        "mutable": "null",
86551                        "readable": true,
86552                        "type": "gfloat",
86553                        "writable": true
86554                    },
86555                    "elm-0": {
86556                        "blurb": "Envelope level meter 0",
86557                        "conditionally-available": false,
86558                        "construct": false,
86559                        "construct-only": false,
86560                        "controllable": true,
86561                        "default": "0",
86562                        "max": "15.8489",
86563                        "min": "0",
86564                        "mutable": "null",
86565                        "readable": true,
86566                        "type": "gfloat",
86567                        "writable": false
86568                    },
86569                    "elm-1": {
86570                        "blurb": "Envelope level meter 1",
86571                        "conditionally-available": false,
86572                        "construct": false,
86573                        "construct-only": false,
86574                        "controllable": true,
86575                        "default": "0",
86576                        "max": "15.8489",
86577                        "min": "0",
86578                        "mutable": "null",
86579                        "readable": true,
86580                        "type": "gfloat",
86581                        "writable": false
86582                    },
86583                    "elm-2": {
86584                        "blurb": "Envelope level meter 2",
86585                        "conditionally-available": false,
86586                        "construct": false,
86587                        "construct-only": false,
86588                        "controllable": true,
86589                        "default": "0",
86590                        "max": "15.8489",
86591                        "min": "0",
86592                        "mutable": "null",
86593                        "readable": true,
86594                        "type": "gfloat",
86595                        "writable": false
86596                    },
86597                    "elm-3": {
86598                        "blurb": "Envelope level meter 3",
86599                        "conditionally-available": false,
86600                        "construct": false,
86601                        "construct-only": false,
86602                        "controllable": true,
86603                        "default": "0",
86604                        "max": "15.8489",
86605                        "min": "0",
86606                        "mutable": "null",
86607                        "readable": true,
86608                        "type": "gfloat",
86609                        "writable": false
86610                    },
86611                    "elm-4": {
86612                        "blurb": "Envelope level meter 4",
86613                        "conditionally-available": false,
86614                        "construct": false,
86615                        "construct-only": false,
86616                        "controllable": true,
86617                        "default": "0",
86618                        "max": "15.8489",
86619                        "min": "0",
86620                        "mutable": "null",
86621                        "readable": true,
86622                        "type": "gfloat",
86623                        "writable": false
86624                    },
86625                    "elm-5": {
86626                        "blurb": "Envelope level meter 5",
86627                        "conditionally-available": false,
86628                        "construct": false,
86629                        "construct-only": false,
86630                        "controllable": true,
86631                        "default": "0",
86632                        "max": "15.8489",
86633                        "min": "0",
86634                        "mutable": "null",
86635                        "readable": true,
86636                        "type": "gfloat",
86637                        "writable": false
86638                    },
86639                    "elm-6": {
86640                        "blurb": "Envelope level meter 6",
86641                        "conditionally-available": false,
86642                        "construct": false,
86643                        "construct-only": false,
86644                        "controllable": true,
86645                        "default": "0",
86646                        "max": "15.8489",
86647                        "min": "0",
86648                        "mutable": "null",
86649                        "readable": true,
86650                        "type": "gfloat",
86651                        "writable": false
86652                    },
86653                    "elm-7": {
86654                        "blurb": "Envelope level meter 7",
86655                        "conditionally-available": false,
86656                        "construct": false,
86657                        "construct-only": false,
86658                        "controllable": true,
86659                        "default": "0",
86660                        "max": "15.8489",
86661                        "min": "0",
86662                        "mutable": "null",
86663                        "readable": true,
86664                        "type": "gfloat",
86665                        "writable": false
86666                    },
86667                    "envb": {
86668                        "blurb": "Envelope boost",
86669                        "conditionally-available": false,
86670                        "construct": true,
86671                        "construct-only": false,
86672                        "controllable": true,
86673                        "default": "Pink BT (1)",
86674                        "mutable": "null",
86675                        "readable": true,
86676                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereoenvb",
86677                        "writable": true
86678                    },
86679                    "flt": {
86680                        "blurb": "Band filter curves",
86681                        "conditionally-available": false,
86682                        "construct": true,
86683                        "construct-only": false,
86684                        "controllable": true,
86685                        "default": "false",
86686                        "mutable": "null",
86687                        "readable": true,
86688                        "type": "gboolean",
86689                        "writable": true
86690                    },
86691                    "fre-0": {
86692                        "blurb": "Frequency range end 0",
86693                        "conditionally-available": false,
86694                        "construct": false,
86695                        "construct-only": false,
86696                        "controllable": true,
86697                        "default": "0",
86698                        "max": "192000",
86699                        "min": "0",
86700                        "mutable": "null",
86701                        "readable": true,
86702                        "type": "gfloat",
86703                        "writable": false
86704                    },
86705                    "fre-1": {
86706                        "blurb": "Frequency range end 1",
86707                        "conditionally-available": false,
86708                        "construct": false,
86709                        "construct-only": false,
86710                        "controllable": true,
86711                        "default": "0",
86712                        "max": "192000",
86713                        "min": "0",
86714                        "mutable": "null",
86715                        "readable": true,
86716                        "type": "gfloat",
86717                        "writable": false
86718                    },
86719                    "fre-2": {
86720                        "blurb": "Frequency range end 2",
86721                        "conditionally-available": false,
86722                        "construct": false,
86723                        "construct-only": false,
86724                        "controllable": true,
86725                        "default": "0",
86726                        "max": "192000",
86727                        "min": "0",
86728                        "mutable": "null",
86729                        "readable": true,
86730                        "type": "gfloat",
86731                        "writable": false
86732                    },
86733                    "fre-3": {
86734                        "blurb": "Frequency range end 3",
86735                        "conditionally-available": false,
86736                        "construct": false,
86737                        "construct-only": false,
86738                        "controllable": true,
86739                        "default": "0",
86740                        "max": "192000",
86741                        "min": "0",
86742                        "mutable": "null",
86743                        "readable": true,
86744                        "type": "gfloat",
86745                        "writable": false
86746                    },
86747                    "fre-4": {
86748                        "blurb": "Frequency range end 4",
86749                        "conditionally-available": false,
86750                        "construct": false,
86751                        "construct-only": false,
86752                        "controllable": true,
86753                        "default": "0",
86754                        "max": "192000",
86755                        "min": "0",
86756                        "mutable": "null",
86757                        "readable": true,
86758                        "type": "gfloat",
86759                        "writable": false
86760                    },
86761                    "fre-5": {
86762                        "blurb": "Frequency range end 5",
86763                        "conditionally-available": false,
86764                        "construct": false,
86765                        "construct-only": false,
86766                        "controllable": true,
86767                        "default": "0",
86768                        "max": "192000",
86769                        "min": "0",
86770                        "mutable": "null",
86771                        "readable": true,
86772                        "type": "gfloat",
86773                        "writable": false
86774                    },
86775                    "fre-6": {
86776                        "blurb": "Frequency range end 6",
86777                        "conditionally-available": false,
86778                        "construct": false,
86779                        "construct-only": false,
86780                        "controllable": true,
86781                        "default": "0",
86782                        "max": "192000",
86783                        "min": "0",
86784                        "mutable": "null",
86785                        "readable": true,
86786                        "type": "gfloat",
86787                        "writable": false
86788                    },
86789                    "fre-7": {
86790                        "blurb": "Frequency range end 7",
86791                        "conditionally-available": false,
86792                        "construct": false,
86793                        "construct-only": false,
86794                        "controllable": true,
86795                        "default": "0",
86796                        "max": "192000",
86797                        "min": "0",
86798                        "mutable": "null",
86799                        "readable": true,
86800                        "type": "gfloat",
86801                        "writable": false
86802                    },
86803                    "g-dry": {
86804                        "blurb": "Dry gain",
86805                        "conditionally-available": false,
86806                        "construct": true,
86807                        "construct-only": false,
86808                        "controllable": true,
86809                        "default": "0",
86810                        "max": "10",
86811                        "min": "0",
86812                        "mutable": "null",
86813                        "readable": true,
86814                        "type": "gfloat",
86815                        "writable": true
86816                    },
86817                    "g-in": {
86818                        "blurb": "Input gain",
86819                        "conditionally-available": false,
86820                        "construct": true,
86821                        "construct-only": false,
86822                        "controllable": true,
86823                        "default": "1",
86824                        "max": "10",
86825                        "min": "0",
86826                        "mutable": "null",
86827                        "readable": true,
86828                        "type": "gfloat",
86829                        "writable": true
86830                    },
86831                    "g-out": {
86832                        "blurb": "Output gain",
86833                        "conditionally-available": false,
86834                        "construct": true,
86835                        "construct-only": false,
86836                        "controllable": true,
86837                        "default": "1",
86838                        "max": "10",
86839                        "min": "0",
86840                        "mutable": "null",
86841                        "readable": true,
86842                        "type": "gfloat",
86843                        "writable": true
86844                    },
86845                    "g-wet": {
86846                        "blurb": "Wet gain",
86847                        "conditionally-available": false,
86848                        "construct": true,
86849                        "construct-only": false,
86850                        "controllable": true,
86851                        "default": "1",
86852                        "max": "10",
86853                        "min": "0",
86854                        "mutable": "null",
86855                        "readable": true,
86856                        "type": "gfloat",
86857                        "writable": true
86858                    },
86859                    "hue-0": {
86860                        "blurb": "Hue  0",
86861                        "conditionally-available": false,
86862                        "construct": true,
86863                        "construct-only": false,
86864                        "controllable": true,
86865                        "default": "0",
86866                        "max": "1",
86867                        "min": "0",
86868                        "mutable": "null",
86869                        "readable": true,
86870                        "type": "gfloat",
86871                        "writable": true
86872                    },
86873                    "hue-1": {
86874                        "blurb": "Hue  1",
86875                        "conditionally-available": false,
86876                        "construct": true,
86877                        "construct-only": false,
86878                        "controllable": true,
86879                        "default": "0.125",
86880                        "max": "1",
86881                        "min": "0",
86882                        "mutable": "null",
86883                        "readable": true,
86884                        "type": "gfloat",
86885                        "writable": true
86886                    },
86887                    "hue-2": {
86888                        "blurb": "Hue  2",
86889                        "conditionally-available": false,
86890                        "construct": true,
86891                        "construct-only": false,
86892                        "controllable": true,
86893                        "default": "0.25",
86894                        "max": "1",
86895                        "min": "0",
86896                        "mutable": "null",
86897                        "readable": true,
86898                        "type": "gfloat",
86899                        "writable": true
86900                    },
86901                    "hue-3": {
86902                        "blurb": "Hue  3",
86903                        "conditionally-available": false,
86904                        "construct": true,
86905                        "construct-only": false,
86906                        "controllable": true,
86907                        "default": "0.375",
86908                        "max": "1",
86909                        "min": "0",
86910                        "mutable": "null",
86911                        "readable": true,
86912                        "type": "gfloat",
86913                        "writable": true
86914                    },
86915                    "hue-4": {
86916                        "blurb": "Hue  4",
86917                        "conditionally-available": false,
86918                        "construct": true,
86919                        "construct-only": false,
86920                        "controllable": true,
86921                        "default": "0.5",
86922                        "max": "1",
86923                        "min": "0",
86924                        "mutable": "null",
86925                        "readable": true,
86926                        "type": "gfloat",
86927                        "writable": true
86928                    },
86929                    "hue-5": {
86930                        "blurb": "Hue  5",
86931                        "conditionally-available": false,
86932                        "construct": true,
86933                        "construct-only": false,
86934                        "controllable": true,
86935                        "default": "0.625",
86936                        "max": "1",
86937                        "min": "0",
86938                        "mutable": "null",
86939                        "readable": true,
86940                        "type": "gfloat",
86941                        "writable": true
86942                    },
86943                    "hue-6": {
86944                        "blurb": "Hue  6",
86945                        "conditionally-available": false,
86946                        "construct": true,
86947                        "construct-only": false,
86948                        "controllable": true,
86949                        "default": "0.75",
86950                        "max": "1",
86951                        "min": "0",
86952                        "mutable": "null",
86953                        "readable": true,
86954                        "type": "gfloat",
86955                        "writable": true
86956                    },
86957                    "hue-7": {
86958                        "blurb": "Hue  7",
86959                        "conditionally-available": false,
86960                        "construct": true,
86961                        "construct-only": false,
86962                        "controllable": true,
86963                        "default": "0.875",
86964                        "max": "1",
86965                        "min": "0",
86966                        "mutable": "null",
86967                        "readable": true,
86968                        "type": "gfloat",
86969                        "writable": true
86970                    },
86971                    "ife-l": {
86972                        "blurb": "Input FFT graph enable Left",
86973                        "conditionally-available": false,
86974                        "construct": true,
86975                        "construct-only": false,
86976                        "controllable": true,
86977                        "default": "false",
86978                        "mutable": "null",
86979                        "readable": true,
86980                        "type": "gboolean",
86981                        "writable": true
86982                    },
86983                    "ife-r": {
86984                        "blurb": "Input FFT graph enable Right",
86985                        "conditionally-available": false,
86986                        "construct": true,
86987                        "construct-only": false,
86988                        "controllable": true,
86989                        "default": "false",
86990                        "mutable": "null",
86991                        "readable": true,
86992                        "type": "gboolean",
86993                        "writable": true
86994                    },
86995                    "ilm-l": {
86996                        "blurb": "Input level meter Left",
86997                        "conditionally-available": false,
86998                        "construct": false,
86999                        "construct-only": false,
87000                        "controllable": true,
87001                        "default": "0",
87002                        "max": "15.8489",
87003                        "min": "0",
87004                        "mutable": "null",
87005                        "readable": true,
87006                        "type": "gfloat",
87007                        "writable": false
87008                    },
87009                    "ilm-r": {
87010                        "blurb": "Input level meter Right",
87011                        "conditionally-available": false,
87012                        "construct": false,
87013                        "construct-only": false,
87014                        "controllable": true,
87015                        "default": "0",
87016                        "max": "15.8489",
87017                        "min": "0",
87018                        "mutable": "null",
87019                        "readable": true,
87020                        "type": "gfloat",
87021                        "writable": false
87022                    },
87023                    "kn-0": {
87024                        "blurb": "Knee 0",
87025                        "conditionally-available": false,
87026                        "construct": true,
87027                        "construct-only": false,
87028                        "controllable": true,
87029                        "default": "0.50118",
87030                        "max": "1",
87031                        "min": "0.0631",
87032                        "mutable": "null",
87033                        "readable": true,
87034                        "type": "gfloat",
87035                        "writable": true
87036                    },
87037                    "kn-1": {
87038                        "blurb": "Knee 1",
87039                        "conditionally-available": false,
87040                        "construct": true,
87041                        "construct-only": false,
87042                        "controllable": true,
87043                        "default": "0.50118",
87044                        "max": "1",
87045                        "min": "0.0631",
87046                        "mutable": "null",
87047                        "readable": true,
87048                        "type": "gfloat",
87049                        "writable": true
87050                    },
87051                    "kn-2": {
87052                        "blurb": "Knee 2",
87053                        "conditionally-available": false,
87054                        "construct": true,
87055                        "construct-only": false,
87056                        "controllable": true,
87057                        "default": "0.50118",
87058                        "max": "1",
87059                        "min": "0.0631",
87060                        "mutable": "null",
87061                        "readable": true,
87062                        "type": "gfloat",
87063                        "writable": true
87064                    },
87065                    "kn-3": {
87066                        "blurb": "Knee 3",
87067                        "conditionally-available": false,
87068                        "construct": true,
87069                        "construct-only": false,
87070                        "controllable": true,
87071                        "default": "0.50118",
87072                        "max": "1",
87073                        "min": "0.0631",
87074                        "mutable": "null",
87075                        "readable": true,
87076                        "type": "gfloat",
87077                        "writable": true
87078                    },
87079                    "kn-4": {
87080                        "blurb": "Knee 4",
87081                        "conditionally-available": false,
87082                        "construct": true,
87083                        "construct-only": false,
87084                        "controllable": true,
87085                        "default": "0.50118",
87086                        "max": "1",
87087                        "min": "0.0631",
87088                        "mutable": "null",
87089                        "readable": true,
87090                        "type": "gfloat",
87091                        "writable": true
87092                    },
87093                    "kn-5": {
87094                        "blurb": "Knee 5",
87095                        "conditionally-available": false,
87096                        "construct": true,
87097                        "construct-only": false,
87098                        "controllable": true,
87099                        "default": "0.50118",
87100                        "max": "1",
87101                        "min": "0.0631",
87102                        "mutable": "null",
87103                        "readable": true,
87104                        "type": "gfloat",
87105                        "writable": true
87106                    },
87107                    "kn-6": {
87108                        "blurb": "Knee 6",
87109                        "conditionally-available": false,
87110                        "construct": true,
87111                        "construct-only": false,
87112                        "controllable": true,
87113                        "default": "0.50118",
87114                        "max": "1",
87115                        "min": "0.0631",
87116                        "mutable": "null",
87117                        "readable": true,
87118                        "type": "gfloat",
87119                        "writable": true
87120                    },
87121                    "kn-7": {
87122                        "blurb": "Knee 7",
87123                        "conditionally-available": false,
87124                        "construct": true,
87125                        "construct-only": false,
87126                        "controllable": true,
87127                        "default": "0.50118",
87128                        "max": "1",
87129                        "min": "0.0631",
87130                        "mutable": "null",
87131                        "readable": true,
87132                        "type": "gfloat",
87133                        "writable": true
87134                    },
87135                    "mk-0": {
87136                        "blurb": "Makeup gain 0",
87137                        "conditionally-available": false,
87138                        "construct": true,
87139                        "construct-only": false,
87140                        "controllable": true,
87141                        "default": "1",
87142                        "max": "1000",
87143                        "min": "0.001",
87144                        "mutable": "null",
87145                        "readable": true,
87146                        "type": "gfloat",
87147                        "writable": true
87148                    },
87149                    "mk-1": {
87150                        "blurb": "Makeup gain 1",
87151                        "conditionally-available": false,
87152                        "construct": true,
87153                        "construct-only": false,
87154                        "controllable": true,
87155                        "default": "1",
87156                        "max": "1000",
87157                        "min": "0.001",
87158                        "mutable": "null",
87159                        "readable": true,
87160                        "type": "gfloat",
87161                        "writable": true
87162                    },
87163                    "mk-2": {
87164                        "blurb": "Makeup gain 2",
87165                        "conditionally-available": false,
87166                        "construct": true,
87167                        "construct-only": false,
87168                        "controllable": true,
87169                        "default": "1",
87170                        "max": "1000",
87171                        "min": "0.001",
87172                        "mutable": "null",
87173                        "readable": true,
87174                        "type": "gfloat",
87175                        "writable": true
87176                    },
87177                    "mk-3": {
87178                        "blurb": "Makeup gain 3",
87179                        "conditionally-available": false,
87180                        "construct": true,
87181                        "construct-only": false,
87182                        "controllable": true,
87183                        "default": "1",
87184                        "max": "1000",
87185                        "min": "0.001",
87186                        "mutable": "null",
87187                        "readable": true,
87188                        "type": "gfloat",
87189                        "writable": true
87190                    },
87191                    "mk-4": {
87192                        "blurb": "Makeup gain 4",
87193                        "conditionally-available": false,
87194                        "construct": true,
87195                        "construct-only": false,
87196                        "controllable": true,
87197                        "default": "1",
87198                        "max": "1000",
87199                        "min": "0.001",
87200                        "mutable": "null",
87201                        "readable": true,
87202                        "type": "gfloat",
87203                        "writable": true
87204                    },
87205                    "mk-5": {
87206                        "blurb": "Makeup gain 5",
87207                        "conditionally-available": false,
87208                        "construct": true,
87209                        "construct-only": false,
87210                        "controllable": true,
87211                        "default": "1",
87212                        "max": "1000",
87213                        "min": "0.001",
87214                        "mutable": "null",
87215                        "readable": true,
87216                        "type": "gfloat",
87217                        "writable": true
87218                    },
87219                    "mk-6": {
87220                        "blurb": "Makeup gain 6",
87221                        "conditionally-available": false,
87222                        "construct": true,
87223                        "construct-only": false,
87224                        "controllable": true,
87225                        "default": "1",
87226                        "max": "1000",
87227                        "min": "0.001",
87228                        "mutable": "null",
87229                        "readable": true,
87230                        "type": "gfloat",
87231                        "writable": true
87232                    },
87233                    "mk-7": {
87234                        "blurb": "Makeup gain 7",
87235                        "conditionally-available": false,
87236                        "construct": true,
87237                        "construct-only": false,
87238                        "controllable": true,
87239                        "default": "1",
87240                        "max": "1000",
87241                        "min": "0.001",
87242                        "mutable": "null",
87243                        "readable": true,
87244                        "type": "gfloat",
87245                        "writable": true
87246                    },
87247                    "mode": {
87248                        "blurb": "Compressor mode",
87249                        "conditionally-available": false,
87250                        "construct": true,
87251                        "construct-only": false,
87252                        "controllable": true,
87253                        "default": "Modern (1)",
87254                        "mutable": "null",
87255                        "readable": true,
87256                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereomode",
87257                        "writable": true
87258                    },
87259                    "ofe-l": {
87260                        "blurb": "Output FFT graph enable Left",
87261                        "conditionally-available": false,
87262                        "construct": true,
87263                        "construct-only": false,
87264                        "controllable": true,
87265                        "default": "false",
87266                        "mutable": "null",
87267                        "readable": true,
87268                        "type": "gboolean",
87269                        "writable": true
87270                    },
87271                    "ofe-r": {
87272                        "blurb": "Output FFT graph enable Right",
87273                        "conditionally-available": false,
87274                        "construct": true,
87275                        "construct-only": false,
87276                        "controllable": true,
87277                        "default": "false",
87278                        "mutable": "null",
87279                        "readable": true,
87280                        "type": "gboolean",
87281                        "writable": true
87282                    },
87283                    "olm-l": {
87284                        "blurb": "Output level meter Left",
87285                        "conditionally-available": false,
87286                        "construct": false,
87287                        "construct-only": false,
87288                        "controllable": true,
87289                        "default": "0",
87290                        "max": "15.8489",
87291                        "min": "0",
87292                        "mutable": "null",
87293                        "readable": true,
87294                        "type": "gfloat",
87295                        "writable": false
87296                    },
87297                    "olm-r": {
87298                        "blurb": "Output level meter Right",
87299                        "conditionally-available": false,
87300                        "construct": false,
87301                        "construct-only": false,
87302                        "controllable": true,
87303                        "default": "0",
87304                        "max": "15.8489",
87305                        "min": "0",
87306                        "mutable": "null",
87307                        "readable": true,
87308                        "type": "gfloat",
87309                        "writable": false
87310                    },
87311                    "out-latency": {
87312                        "blurb": "Latency OUT",
87313                        "conditionally-available": false,
87314                        "construct": false,
87315                        "construct-only": false,
87316                        "controllable": true,
87317                        "default": "0",
87318                        "max": "192000",
87319                        "min": "0",
87320                        "mutable": "null",
87321                        "readable": true,
87322                        "type": "gint",
87323                        "writable": false
87324                    },
87325                    "react": {
87326                        "blurb": "FFT reactivity",
87327                        "conditionally-available": false,
87328                        "construct": true,
87329                        "construct-only": false,
87330                        "controllable": true,
87331                        "default": "0.2",
87332                        "max": "1",
87333                        "min": "0",
87334                        "mutable": "null",
87335                        "readable": true,
87336                        "type": "gfloat",
87337                        "writable": true
87338                    },
87339                    "rl-0": {
87340                        "blurb": "Release level 0",
87341                        "conditionally-available": false,
87342                        "construct": false,
87343                        "construct-only": false,
87344                        "controllable": true,
87345                        "default": "0",
87346                        "max": "20",
87347                        "min": "0",
87348                        "mutable": "null",
87349                        "readable": true,
87350                        "type": "gfloat",
87351                        "writable": false
87352                    },
87353                    "rl-1": {
87354                        "blurb": "Release level 1",
87355                        "conditionally-available": false,
87356                        "construct": false,
87357                        "construct-only": false,
87358                        "controllable": true,
87359                        "default": "0",
87360                        "max": "20",
87361                        "min": "0",
87362                        "mutable": "null",
87363                        "readable": true,
87364                        "type": "gfloat",
87365                        "writable": false
87366                    },
87367                    "rl-2": {
87368                        "blurb": "Release level 2",
87369                        "conditionally-available": false,
87370                        "construct": false,
87371                        "construct-only": false,
87372                        "controllable": true,
87373                        "default": "0",
87374                        "max": "20",
87375                        "min": "0",
87376                        "mutable": "null",
87377                        "readable": true,
87378                        "type": "gfloat",
87379                        "writable": false
87380                    },
87381                    "rl-3": {
87382                        "blurb": "Release level 3",
87383                        "conditionally-available": false,
87384                        "construct": false,
87385                        "construct-only": false,
87386                        "controllable": true,
87387                        "default": "0",
87388                        "max": "20",
87389                        "min": "0",
87390                        "mutable": "null",
87391                        "readable": true,
87392                        "type": "gfloat",
87393                        "writable": false
87394                    },
87395                    "rl-4": {
87396                        "blurb": "Release level 4",
87397                        "conditionally-available": false,
87398                        "construct": false,
87399                        "construct-only": false,
87400                        "controllable": true,
87401                        "default": "0",
87402                        "max": "20",
87403                        "min": "0",
87404                        "mutable": "null",
87405                        "readable": true,
87406                        "type": "gfloat",
87407                        "writable": false
87408                    },
87409                    "rl-5": {
87410                        "blurb": "Release level 5",
87411                        "conditionally-available": false,
87412                        "construct": false,
87413                        "construct-only": false,
87414                        "controllable": true,
87415                        "default": "0",
87416                        "max": "20",
87417                        "min": "0",
87418                        "mutable": "null",
87419                        "readable": true,
87420                        "type": "gfloat",
87421                        "writable": false
87422                    },
87423                    "rl-6": {
87424                        "blurb": "Release level 6",
87425                        "conditionally-available": false,
87426                        "construct": false,
87427                        "construct-only": false,
87428                        "controllable": true,
87429                        "default": "0",
87430                        "max": "20",
87431                        "min": "0",
87432                        "mutable": "null",
87433                        "readable": true,
87434                        "type": "gfloat",
87435                        "writable": false
87436                    },
87437                    "rl-7": {
87438                        "blurb": "Release level 7",
87439                        "conditionally-available": false,
87440                        "construct": false,
87441                        "construct-only": false,
87442                        "controllable": true,
87443                        "default": "0",
87444                        "max": "20",
87445                        "min": "0",
87446                        "mutable": "null",
87447                        "readable": true,
87448                        "type": "gfloat",
87449                        "writable": false
87450                    },
87451                    "rlm-0": {
87452                        "blurb": "Reduction level meter 0",
87453                        "conditionally-available": false,
87454                        "construct": false,
87455                        "construct-only": false,
87456                        "controllable": true,
87457                        "default": "0",
87458                        "max": "15.8489",
87459                        "min": "0",
87460                        "mutable": "null",
87461                        "readable": true,
87462                        "type": "gfloat",
87463                        "writable": false
87464                    },
87465                    "rlm-1": {
87466                        "blurb": "Reduction level meter 1",
87467                        "conditionally-available": false,
87468                        "construct": false,
87469                        "construct-only": false,
87470                        "controllable": true,
87471                        "default": "0",
87472                        "max": "15.8489",
87473                        "min": "0",
87474                        "mutable": "null",
87475                        "readable": true,
87476                        "type": "gfloat",
87477                        "writable": false
87478                    },
87479                    "rlm-2": {
87480                        "blurb": "Reduction level meter 2",
87481                        "conditionally-available": false,
87482                        "construct": false,
87483                        "construct-only": false,
87484                        "controllable": true,
87485                        "default": "0",
87486                        "max": "15.8489",
87487                        "min": "0",
87488                        "mutable": "null",
87489                        "readable": true,
87490                        "type": "gfloat",
87491                        "writable": false
87492                    },
87493                    "rlm-3": {
87494                        "blurb": "Reduction level meter 3",
87495                        "conditionally-available": false,
87496                        "construct": false,
87497                        "construct-only": false,
87498                        "controllable": true,
87499                        "default": "0",
87500                        "max": "15.8489",
87501                        "min": "0",
87502                        "mutable": "null",
87503                        "readable": true,
87504                        "type": "gfloat",
87505                        "writable": false
87506                    },
87507                    "rlm-4": {
87508                        "blurb": "Reduction level meter 4",
87509                        "conditionally-available": false,
87510                        "construct": false,
87511                        "construct-only": false,
87512                        "controllable": true,
87513                        "default": "0",
87514                        "max": "15.8489",
87515                        "min": "0",
87516                        "mutable": "null",
87517                        "readable": true,
87518                        "type": "gfloat",
87519                        "writable": false
87520                    },
87521                    "rlm-5": {
87522                        "blurb": "Reduction level meter 5",
87523                        "conditionally-available": false,
87524                        "construct": false,
87525                        "construct-only": false,
87526                        "controllable": true,
87527                        "default": "0",
87528                        "max": "15.8489",
87529                        "min": "0",
87530                        "mutable": "null",
87531                        "readable": true,
87532                        "type": "gfloat",
87533                        "writable": false
87534                    },
87535                    "rlm-6": {
87536                        "blurb": "Reduction level meter 6",
87537                        "conditionally-available": false,
87538                        "construct": false,
87539                        "construct-only": false,
87540                        "controllable": true,
87541                        "default": "0",
87542                        "max": "15.8489",
87543                        "min": "0",
87544                        "mutable": "null",
87545                        "readable": true,
87546                        "type": "gfloat",
87547                        "writable": false
87548                    },
87549                    "rlm-7": {
87550                        "blurb": "Reduction level meter 7",
87551                        "conditionally-available": false,
87552                        "construct": false,
87553                        "construct-only": false,
87554                        "controllable": true,
87555                        "default": "0",
87556                        "max": "15.8489",
87557                        "min": "0",
87558                        "mutable": "null",
87559                        "readable": true,
87560                        "type": "gfloat",
87561                        "writable": false
87562                    },
87563                    "rrl-0": {
87564                        "blurb": "Relative release level 0",
87565                        "conditionally-available": false,
87566                        "construct": true,
87567                        "construct-only": false,
87568                        "controllable": true,
87569                        "default": "0",
87570                        "max": "63.0957",
87571                        "min": "0",
87572                        "mutable": "null",
87573                        "readable": true,
87574                        "type": "gfloat",
87575                        "writable": true
87576                    },
87577                    "rrl-1": {
87578                        "blurb": "Relative release level 1",
87579                        "conditionally-available": false,
87580                        "construct": true,
87581                        "construct-only": false,
87582                        "controllable": true,
87583                        "default": "0",
87584                        "max": "63.0957",
87585                        "min": "0",
87586                        "mutable": "null",
87587                        "readable": true,
87588                        "type": "gfloat",
87589                        "writable": true
87590                    },
87591                    "rrl-2": {
87592                        "blurb": "Relative release level 2",
87593                        "conditionally-available": false,
87594                        "construct": true,
87595                        "construct-only": false,
87596                        "controllable": true,
87597                        "default": "0",
87598                        "max": "63.0957",
87599                        "min": "0",
87600                        "mutable": "null",
87601                        "readable": true,
87602                        "type": "gfloat",
87603                        "writable": true
87604                    },
87605                    "rrl-3": {
87606                        "blurb": "Relative release level 3",
87607                        "conditionally-available": false,
87608                        "construct": true,
87609                        "construct-only": false,
87610                        "controllable": true,
87611                        "default": "0",
87612                        "max": "63.0957",
87613                        "min": "0",
87614                        "mutable": "null",
87615                        "readable": true,
87616                        "type": "gfloat",
87617                        "writable": true
87618                    },
87619                    "rrl-4": {
87620                        "blurb": "Relative release level 4",
87621                        "conditionally-available": false,
87622                        "construct": true,
87623                        "construct-only": false,
87624                        "controllable": true,
87625                        "default": "0",
87626                        "max": "63.0957",
87627                        "min": "0",
87628                        "mutable": "null",
87629                        "readable": true,
87630                        "type": "gfloat",
87631                        "writable": true
87632                    },
87633                    "rrl-5": {
87634                        "blurb": "Relative release level 5",
87635                        "conditionally-available": false,
87636                        "construct": true,
87637                        "construct-only": false,
87638                        "controllable": true,
87639                        "default": "0",
87640                        "max": "63.0957",
87641                        "min": "0",
87642                        "mutable": "null",
87643                        "readable": true,
87644                        "type": "gfloat",
87645                        "writable": true
87646                    },
87647                    "rrl-6": {
87648                        "blurb": "Relative release level 6",
87649                        "conditionally-available": false,
87650                        "construct": true,
87651                        "construct-only": false,
87652                        "controllable": true,
87653                        "default": "0",
87654                        "max": "63.0957",
87655                        "min": "0",
87656                        "mutable": "null",
87657                        "readable": true,
87658                        "type": "gfloat",
87659                        "writable": true
87660                    },
87661                    "rrl-7": {
87662                        "blurb": "Relative release level 7",
87663                        "conditionally-available": false,
87664                        "construct": true,
87665                        "construct-only": false,
87666                        "controllable": true,
87667                        "default": "0",
87668                        "max": "63.0957",
87669                        "min": "0",
87670                        "mutable": "null",
87671                        "readable": true,
87672                        "type": "gfloat",
87673                        "writable": true
87674                    },
87675                    "rt-0": {
87676                        "blurb": "Release time 0",
87677                        "conditionally-available": false,
87678                        "construct": true,
87679                        "construct-only": false,
87680                        "controllable": true,
87681                        "default": "100",
87682                        "max": "5000",
87683                        "min": "0",
87684                        "mutable": "null",
87685                        "readable": true,
87686                        "type": "gfloat",
87687                        "writable": true
87688                    },
87689                    "rt-1": {
87690                        "blurb": "Release time 1",
87691                        "conditionally-available": false,
87692                        "construct": true,
87693                        "construct-only": false,
87694                        "controllable": true,
87695                        "default": "100",
87696                        "max": "5000",
87697                        "min": "0",
87698                        "mutable": "null",
87699                        "readable": true,
87700                        "type": "gfloat",
87701                        "writable": true
87702                    },
87703                    "rt-2": {
87704                        "blurb": "Release time 2",
87705                        "conditionally-available": false,
87706                        "construct": true,
87707                        "construct-only": false,
87708                        "controllable": true,
87709                        "default": "100",
87710                        "max": "5000",
87711                        "min": "0",
87712                        "mutable": "null",
87713                        "readable": true,
87714                        "type": "gfloat",
87715                        "writable": true
87716                    },
87717                    "rt-3": {
87718                        "blurb": "Release time 3",
87719                        "conditionally-available": false,
87720                        "construct": true,
87721                        "construct-only": false,
87722                        "controllable": true,
87723                        "default": "100",
87724                        "max": "5000",
87725                        "min": "0",
87726                        "mutable": "null",
87727                        "readable": true,
87728                        "type": "gfloat",
87729                        "writable": true
87730                    },
87731                    "rt-4": {
87732                        "blurb": "Release time 4",
87733                        "conditionally-available": false,
87734                        "construct": true,
87735                        "construct-only": false,
87736                        "controllable": true,
87737                        "default": "100",
87738                        "max": "5000",
87739                        "min": "0",
87740                        "mutable": "null",
87741                        "readable": true,
87742                        "type": "gfloat",
87743                        "writable": true
87744                    },
87745                    "rt-5": {
87746                        "blurb": "Release time 5",
87747                        "conditionally-available": false,
87748                        "construct": true,
87749                        "construct-only": false,
87750                        "controllable": true,
87751                        "default": "100",
87752                        "max": "5000",
87753                        "min": "0",
87754                        "mutable": "null",
87755                        "readable": true,
87756                        "type": "gfloat",
87757                        "writable": true
87758                    },
87759                    "rt-6": {
87760                        "blurb": "Release time 6",
87761                        "conditionally-available": false,
87762                        "construct": true,
87763                        "construct-only": false,
87764                        "controllable": true,
87765                        "default": "100",
87766                        "max": "5000",
87767                        "min": "0",
87768                        "mutable": "null",
87769                        "readable": true,
87770                        "type": "gfloat",
87771                        "writable": true
87772                    },
87773                    "rt-7": {
87774                        "blurb": "Release time 7",
87775                        "conditionally-available": false,
87776                        "construct": true,
87777                        "construct-only": false,
87778                        "controllable": true,
87779                        "default": "100",
87780                        "max": "5000",
87781                        "min": "0",
87782                        "mutable": "null",
87783                        "readable": true,
87784                        "type": "gfloat",
87785                        "writable": true
87786                    },
87787                    "schc-0": {
87788                        "blurb": "Sidechain custom hi-cut 0",
87789                        "conditionally-available": false,
87790                        "construct": true,
87791                        "construct-only": false,
87792                        "controllable": true,
87793                        "default": "false",
87794                        "mutable": "null",
87795                        "readable": true,
87796                        "type": "gboolean",
87797                        "writable": true
87798                    },
87799                    "schc-1": {
87800                        "blurb": "Sidechain custom hi-cut 1",
87801                        "conditionally-available": false,
87802                        "construct": true,
87803                        "construct-only": false,
87804                        "controllable": true,
87805                        "default": "false",
87806                        "mutable": "null",
87807                        "readable": true,
87808                        "type": "gboolean",
87809                        "writable": true
87810                    },
87811                    "schc-2": {
87812                        "blurb": "Sidechain custom hi-cut 2",
87813                        "conditionally-available": false,
87814                        "construct": true,
87815                        "construct-only": false,
87816                        "controllable": true,
87817                        "default": "false",
87818                        "mutable": "null",
87819                        "readable": true,
87820                        "type": "gboolean",
87821                        "writable": true
87822                    },
87823                    "schc-3": {
87824                        "blurb": "Sidechain custom hi-cut 3",
87825                        "conditionally-available": false,
87826                        "construct": true,
87827                        "construct-only": false,
87828                        "controllable": true,
87829                        "default": "false",
87830                        "mutable": "null",
87831                        "readable": true,
87832                        "type": "gboolean",
87833                        "writable": true
87834                    },
87835                    "schc-4": {
87836                        "blurb": "Sidechain custom hi-cut 4",
87837                        "conditionally-available": false,
87838                        "construct": true,
87839                        "construct-only": false,
87840                        "controllable": true,
87841                        "default": "false",
87842                        "mutable": "null",
87843                        "readable": true,
87844                        "type": "gboolean",
87845                        "writable": true
87846                    },
87847                    "schc-5": {
87848                        "blurb": "Sidechain custom hi-cut 5",
87849                        "conditionally-available": false,
87850                        "construct": true,
87851                        "construct-only": false,
87852                        "controllable": true,
87853                        "default": "false",
87854                        "mutable": "null",
87855                        "readable": true,
87856                        "type": "gboolean",
87857                        "writable": true
87858                    },
87859                    "schc-6": {
87860                        "blurb": "Sidechain custom hi-cut 6",
87861                        "conditionally-available": false,
87862                        "construct": true,
87863                        "construct-only": false,
87864                        "controllable": true,
87865                        "default": "false",
87866                        "mutable": "null",
87867                        "readable": true,
87868                        "type": "gboolean",
87869                        "writable": true
87870                    },
87871                    "schc-7": {
87872                        "blurb": "Sidechain custom hi-cut 7",
87873                        "conditionally-available": false,
87874                        "construct": true,
87875                        "construct-only": false,
87876                        "controllable": true,
87877                        "default": "false",
87878                        "mutable": "null",
87879                        "readable": true,
87880                        "type": "gboolean",
87881                        "writable": true
87882                    },
87883                    "schf-0": {
87884                        "blurb": "Sidechain hi-cut frequency 0",
87885                        "conditionally-available": false,
87886                        "construct": true,
87887                        "construct-only": false,
87888                        "controllable": true,
87889                        "default": "40",
87890                        "max": "20000",
87891                        "min": "20",
87892                        "mutable": "null",
87893                        "readable": true,
87894                        "type": "gfloat",
87895                        "writable": true
87896                    },
87897                    "schf-1": {
87898                        "blurb": "Sidechain hi-cut frequency 1",
87899                        "conditionally-available": false,
87900                        "construct": true,
87901                        "construct-only": false,
87902                        "controllable": true,
87903                        "default": "100",
87904                        "max": "20000",
87905                        "min": "20",
87906                        "mutable": "null",
87907                        "readable": true,
87908                        "type": "gfloat",
87909                        "writable": true
87910                    },
87911                    "schf-2": {
87912                        "blurb": "Sidechain hi-cut frequency 2",
87913                        "conditionally-available": false,
87914                        "construct": true,
87915                        "construct-only": false,
87916                        "controllable": true,
87917                        "default": "252",
87918                        "max": "20000",
87919                        "min": "20",
87920                        "mutable": "null",
87921                        "readable": true,
87922                        "type": "gfloat",
87923                        "writable": true
87924                    },
87925                    "schf-3": {
87926                        "blurb": "Sidechain hi-cut frequency 3",
87927                        "conditionally-available": false,
87928                        "construct": true,
87929                        "construct-only": false,
87930                        "controllable": true,
87931                        "default": "632",
87932                        "max": "20000",
87933                        "min": "20",
87934                        "mutable": "null",
87935                        "readable": true,
87936                        "type": "gfloat",
87937                        "writable": true
87938                    },
87939                    "schf-4": {
87940                        "blurb": "Sidechain hi-cut frequency 4",
87941                        "conditionally-available": false,
87942                        "construct": true,
87943                        "construct-only": false,
87944                        "controllable": true,
87945                        "default": "1587",
87946                        "max": "20000",
87947                        "min": "20",
87948                        "mutable": "null",
87949                        "readable": true,
87950                        "type": "gfloat",
87951                        "writable": true
87952                    },
87953                    "schf-5": {
87954                        "blurb": "Sidechain hi-cut frequency 5",
87955                        "conditionally-available": false,
87956                        "construct": true,
87957                        "construct-only": false,
87958                        "controllable": true,
87959                        "default": "3984",
87960                        "max": "20000",
87961                        "min": "20",
87962                        "mutable": "null",
87963                        "readable": true,
87964                        "type": "gfloat",
87965                        "writable": true
87966                    },
87967                    "schf-6": {
87968                        "blurb": "Sidechain hi-cut frequency 6",
87969                        "conditionally-available": false,
87970                        "construct": true,
87971                        "construct-only": false,
87972                        "controllable": true,
87973                        "default": "10000",
87974                        "max": "20000",
87975                        "min": "20",
87976                        "mutable": "null",
87977                        "readable": true,
87978                        "type": "gfloat",
87979                        "writable": true
87980                    },
87981                    "schf-7": {
87982                        "blurb": "Sidechain hi-cut frequency 7",
87983                        "conditionally-available": false,
87984                        "construct": true,
87985                        "construct-only": false,
87986                        "controllable": true,
87987                        "default": "20000",
87988                        "max": "20000",
87989                        "min": "20",
87990                        "mutable": "null",
87991                        "readable": true,
87992                        "type": "gfloat",
87993                        "writable": true
87994                    },
87995                    "sclc-0": {
87996                        "blurb": "Sidechain custom lo-cut 0",
87997                        "conditionally-available": false,
87998                        "construct": true,
87999                        "construct-only": false,
88000                        "controllable": true,
88001                        "default": "false",
88002                        "mutable": "null",
88003                        "readable": true,
88004                        "type": "gboolean",
88005                        "writable": true
88006                    },
88007                    "sclc-1": {
88008                        "blurb": "Sidechain custom lo-cut 1",
88009                        "conditionally-available": false,
88010                        "construct": true,
88011                        "construct-only": false,
88012                        "controllable": true,
88013                        "default": "false",
88014                        "mutable": "null",
88015                        "readable": true,
88016                        "type": "gboolean",
88017                        "writable": true
88018                    },
88019                    "sclc-2": {
88020                        "blurb": "Sidechain custom lo-cut 2",
88021                        "conditionally-available": false,
88022                        "construct": true,
88023                        "construct-only": false,
88024                        "controllable": true,
88025                        "default": "false",
88026                        "mutable": "null",
88027                        "readable": true,
88028                        "type": "gboolean",
88029                        "writable": true
88030                    },
88031                    "sclc-3": {
88032                        "blurb": "Sidechain custom lo-cut 3",
88033                        "conditionally-available": false,
88034                        "construct": true,
88035                        "construct-only": false,
88036                        "controllable": true,
88037                        "default": "false",
88038                        "mutable": "null",
88039                        "readable": true,
88040                        "type": "gboolean",
88041                        "writable": true
88042                    },
88043                    "sclc-4": {
88044                        "blurb": "Sidechain custom lo-cut 4",
88045                        "conditionally-available": false,
88046                        "construct": true,
88047                        "construct-only": false,
88048                        "controllable": true,
88049                        "default": "false",
88050                        "mutable": "null",
88051                        "readable": true,
88052                        "type": "gboolean",
88053                        "writable": true
88054                    },
88055                    "sclc-5": {
88056                        "blurb": "Sidechain custom lo-cut 5",
88057                        "conditionally-available": false,
88058                        "construct": true,
88059                        "construct-only": false,
88060                        "controllable": true,
88061                        "default": "false",
88062                        "mutable": "null",
88063                        "readable": true,
88064                        "type": "gboolean",
88065                        "writable": true
88066                    },
88067                    "sclc-6": {
88068                        "blurb": "Sidechain custom lo-cut 6",
88069                        "conditionally-available": false,
88070                        "construct": true,
88071                        "construct-only": false,
88072                        "controllable": true,
88073                        "default": "false",
88074                        "mutable": "null",
88075                        "readable": true,
88076                        "type": "gboolean",
88077                        "writable": true
88078                    },
88079                    "sclc-7": {
88080                        "blurb": "Sidechain custom lo-cut 7",
88081                        "conditionally-available": false,
88082                        "construct": true,
88083                        "construct-only": false,
88084                        "controllable": true,
88085                        "default": "false",
88086                        "mutable": "null",
88087                        "readable": true,
88088                        "type": "gboolean",
88089                        "writable": true
88090                    },
88091                    "sclf-0": {
88092                        "blurb": "Sidechain lo-cut frequency 0",
88093                        "conditionally-available": false,
88094                        "construct": true,
88095                        "construct-only": false,
88096                        "controllable": true,
88097                        "default": "10",
88098                        "max": "20000",
88099                        "min": "10",
88100                        "mutable": "null",
88101                        "readable": true,
88102                        "type": "gfloat",
88103                        "writable": true
88104                    },
88105                    "sclf-1": {
88106                        "blurb": "Sidechain lo-cut frequency 1",
88107                        "conditionally-available": false,
88108                        "construct": true,
88109                        "construct-only": false,
88110                        "controllable": true,
88111                        "default": "40",
88112                        "max": "20000",
88113                        "min": "20",
88114                        "mutable": "null",
88115                        "readable": true,
88116                        "type": "gfloat",
88117                        "writable": true
88118                    },
88119                    "sclf-2": {
88120                        "blurb": "Sidechain lo-cut frequency 2",
88121                        "conditionally-available": false,
88122                        "construct": true,
88123                        "construct-only": false,
88124                        "controllable": true,
88125                        "default": "100",
88126                        "max": "20000",
88127                        "min": "20",
88128                        "mutable": "null",
88129                        "readable": true,
88130                        "type": "gfloat",
88131                        "writable": true
88132                    },
88133                    "sclf-3": {
88134                        "blurb": "Sidechain lo-cut frequency 3",
88135                        "conditionally-available": false,
88136                        "construct": true,
88137                        "construct-only": false,
88138                        "controllable": true,
88139                        "default": "252",
88140                        "max": "20000",
88141                        "min": "20",
88142                        "mutable": "null",
88143                        "readable": true,
88144                        "type": "gfloat",
88145                        "writable": true
88146                    },
88147                    "sclf-4": {
88148                        "blurb": "Sidechain lo-cut frequency 4",
88149                        "conditionally-available": false,
88150                        "construct": true,
88151                        "construct-only": false,
88152                        "controllable": true,
88153                        "default": "632",
88154                        "max": "20000",
88155                        "min": "20",
88156                        "mutable": "null",
88157                        "readable": true,
88158                        "type": "gfloat",
88159                        "writable": true
88160                    },
88161                    "sclf-5": {
88162                        "blurb": "Sidechain lo-cut frequency 5",
88163                        "conditionally-available": false,
88164                        "construct": true,
88165                        "construct-only": false,
88166                        "controllable": true,
88167                        "default": "1587",
88168                        "max": "20000",
88169                        "min": "20",
88170                        "mutable": "null",
88171                        "readable": true,
88172                        "type": "gfloat",
88173                        "writable": true
88174                    },
88175                    "sclf-6": {
88176                        "blurb": "Sidechain lo-cut frequency 6",
88177                        "conditionally-available": false,
88178                        "construct": true,
88179                        "construct-only": false,
88180                        "controllable": true,
88181                        "default": "3984",
88182                        "max": "20000",
88183                        "min": "20",
88184                        "mutable": "null",
88185                        "readable": true,
88186                        "type": "gfloat",
88187                        "writable": true
88188                    },
88189                    "sclf-7": {
88190                        "blurb": "Sidechain lo-cut frequency 7",
88191                        "conditionally-available": false,
88192                        "construct": true,
88193                        "construct-only": false,
88194                        "controllable": true,
88195                        "default": "10000",
88196                        "max": "20000",
88197                        "min": "20",
88198                        "mutable": "null",
88199                        "readable": true,
88200                        "type": "gfloat",
88201                        "writable": true
88202                    },
88203                    "scm-0": {
88204                        "blurb": "Sidechain mode 0",
88205                        "conditionally-available": false,
88206                        "construct": true,
88207                        "construct-only": false,
88208                        "controllable": true,
88209                        "default": "RMS (1)",
88210                        "mutable": "null",
88211                        "readable": true,
88212                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-0",
88213                        "writable": true
88214                    },
88215                    "scm-1": {
88216                        "blurb": "Sidechain mode 1",
88217                        "conditionally-available": false,
88218                        "construct": true,
88219                        "construct-only": false,
88220                        "controllable": true,
88221                        "default": "RMS (1)",
88222                        "mutable": "null",
88223                        "readable": true,
88224                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-1",
88225                        "writable": true
88226                    },
88227                    "scm-2": {
88228                        "blurb": "Sidechain mode 2",
88229                        "conditionally-available": false,
88230                        "construct": true,
88231                        "construct-only": false,
88232                        "controllable": true,
88233                        "default": "RMS (1)",
88234                        "mutable": "null",
88235                        "readable": true,
88236                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-2",
88237                        "writable": true
88238                    },
88239                    "scm-3": {
88240                        "blurb": "Sidechain mode 3",
88241                        "conditionally-available": false,
88242                        "construct": true,
88243                        "construct-only": false,
88244                        "controllable": true,
88245                        "default": "RMS (1)",
88246                        "mutable": "null",
88247                        "readable": true,
88248                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-3",
88249                        "writable": true
88250                    },
88251                    "scm-4": {
88252                        "blurb": "Sidechain mode 4",
88253                        "conditionally-available": false,
88254                        "construct": true,
88255                        "construct-only": false,
88256                        "controllable": true,
88257                        "default": "RMS (1)",
88258                        "mutable": "null",
88259                        "readable": true,
88260                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-4",
88261                        "writable": true
88262                    },
88263                    "scm-5": {
88264                        "blurb": "Sidechain mode 5",
88265                        "conditionally-available": false,
88266                        "construct": true,
88267                        "construct-only": false,
88268                        "controllable": true,
88269                        "default": "RMS (1)",
88270                        "mutable": "null",
88271                        "readable": true,
88272                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-5",
88273                        "writable": true
88274                    },
88275                    "scm-6": {
88276                        "blurb": "Sidechain mode 6",
88277                        "conditionally-available": false,
88278                        "construct": true,
88279                        "construct-only": false,
88280                        "controllable": true,
88281                        "default": "RMS (1)",
88282                        "mutable": "null",
88283                        "readable": true,
88284                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-6",
88285                        "writable": true
88286                    },
88287                    "scm-7": {
88288                        "blurb": "Sidechain mode 7",
88289                        "conditionally-available": false,
88290                        "construct": true,
88291                        "construct-only": false,
88292                        "controllable": true,
88293                        "default": "RMS (1)",
88294                        "mutable": "null",
88295                        "readable": true,
88296                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-7",
88297                        "writable": true
88298                    },
88299                    "scp-0": {
88300                        "blurb": "Sidechain preamp 0",
88301                        "conditionally-available": false,
88302                        "construct": true,
88303                        "construct-only": false,
88304                        "controllable": true,
88305                        "default": "1",
88306                        "max": "100",
88307                        "min": "0",
88308                        "mutable": "null",
88309                        "readable": true,
88310                        "type": "gfloat",
88311                        "writable": true
88312                    },
88313                    "scp-1": {
88314                        "blurb": "Sidechain preamp 1",
88315                        "conditionally-available": false,
88316                        "construct": true,
88317                        "construct-only": false,
88318                        "controllable": true,
88319                        "default": "1",
88320                        "max": "100",
88321                        "min": "0",
88322                        "mutable": "null",
88323                        "readable": true,
88324                        "type": "gfloat",
88325                        "writable": true
88326                    },
88327                    "scp-2": {
88328                        "blurb": "Sidechain preamp 2",
88329                        "conditionally-available": false,
88330                        "construct": true,
88331                        "construct-only": false,
88332                        "controllable": true,
88333                        "default": "1",
88334                        "max": "100",
88335                        "min": "0",
88336                        "mutable": "null",
88337                        "readable": true,
88338                        "type": "gfloat",
88339                        "writable": true
88340                    },
88341                    "scp-3": {
88342                        "blurb": "Sidechain preamp 3",
88343                        "conditionally-available": false,
88344                        "construct": true,
88345                        "construct-only": false,
88346                        "controllable": true,
88347                        "default": "1",
88348                        "max": "100",
88349                        "min": "0",
88350                        "mutable": "null",
88351                        "readable": true,
88352                        "type": "gfloat",
88353                        "writable": true
88354                    },
88355                    "scp-4": {
88356                        "blurb": "Sidechain preamp 4",
88357                        "conditionally-available": false,
88358                        "construct": true,
88359                        "construct-only": false,
88360                        "controllable": true,
88361                        "default": "1",
88362                        "max": "100",
88363                        "min": "0",
88364                        "mutable": "null",
88365                        "readable": true,
88366                        "type": "gfloat",
88367                        "writable": true
88368                    },
88369                    "scp-5": {
88370                        "blurb": "Sidechain preamp 5",
88371                        "conditionally-available": false,
88372                        "construct": true,
88373                        "construct-only": false,
88374                        "controllable": true,
88375                        "default": "1",
88376                        "max": "100",
88377                        "min": "0",
88378                        "mutable": "null",
88379                        "readable": true,
88380                        "type": "gfloat",
88381                        "writable": true
88382                    },
88383                    "scp-6": {
88384                        "blurb": "Sidechain preamp 6",
88385                        "conditionally-available": false,
88386                        "construct": true,
88387                        "construct-only": false,
88388                        "controllable": true,
88389                        "default": "1",
88390                        "max": "100",
88391                        "min": "0",
88392                        "mutable": "null",
88393                        "readable": true,
88394                        "type": "gfloat",
88395                        "writable": true
88396                    },
88397                    "scp-7": {
88398                        "blurb": "Sidechain preamp 7",
88399                        "conditionally-available": false,
88400                        "construct": true,
88401                        "construct-only": false,
88402                        "controllable": true,
88403                        "default": "1",
88404                        "max": "100",
88405                        "min": "0",
88406                        "mutable": "null",
88407                        "readable": true,
88408                        "type": "gfloat",
88409                        "writable": true
88410                    },
88411                    "scr-0": {
88412                        "blurb": "Sidechain reactivity 0",
88413                        "conditionally-available": false,
88414                        "construct": true,
88415                        "construct-only": false,
88416                        "controllable": true,
88417                        "default": "10",
88418                        "max": "250",
88419                        "min": "0",
88420                        "mutable": "null",
88421                        "readable": true,
88422                        "type": "gfloat",
88423                        "writable": true
88424                    },
88425                    "scr-1": {
88426                        "blurb": "Sidechain reactivity 1",
88427                        "conditionally-available": false,
88428                        "construct": true,
88429                        "construct-only": false,
88430                        "controllable": true,
88431                        "default": "10",
88432                        "max": "250",
88433                        "min": "0",
88434                        "mutable": "null",
88435                        "readable": true,
88436                        "type": "gfloat",
88437                        "writable": true
88438                    },
88439                    "scr-2": {
88440                        "blurb": "Sidechain reactivity 2",
88441                        "conditionally-available": false,
88442                        "construct": true,
88443                        "construct-only": false,
88444                        "controllable": true,
88445                        "default": "10",
88446                        "max": "250",
88447                        "min": "0",
88448                        "mutable": "null",
88449                        "readable": true,
88450                        "type": "gfloat",
88451                        "writable": true
88452                    },
88453                    "scr-3": {
88454                        "blurb": "Sidechain reactivity 3",
88455                        "conditionally-available": false,
88456                        "construct": true,
88457                        "construct-only": false,
88458                        "controllable": true,
88459                        "default": "10",
88460                        "max": "250",
88461                        "min": "0",
88462                        "mutable": "null",
88463                        "readable": true,
88464                        "type": "gfloat",
88465                        "writable": true
88466                    },
88467                    "scr-4": {
88468                        "blurb": "Sidechain reactivity 4",
88469                        "conditionally-available": false,
88470                        "construct": true,
88471                        "construct-only": false,
88472                        "controllable": true,
88473                        "default": "10",
88474                        "max": "250",
88475                        "min": "0",
88476                        "mutable": "null",
88477                        "readable": true,
88478                        "type": "gfloat",
88479                        "writable": true
88480                    },
88481                    "scr-5": {
88482                        "blurb": "Sidechain reactivity 5",
88483                        "conditionally-available": false,
88484                        "construct": true,
88485                        "construct-only": false,
88486                        "controllable": true,
88487                        "default": "10",
88488                        "max": "250",
88489                        "min": "0",
88490                        "mutable": "null",
88491                        "readable": true,
88492                        "type": "gfloat",
88493                        "writable": true
88494                    },
88495                    "scr-6": {
88496                        "blurb": "Sidechain reactivity 6",
88497                        "conditionally-available": false,
88498                        "construct": true,
88499                        "construct-only": false,
88500                        "controllable": true,
88501                        "default": "10",
88502                        "max": "250",
88503                        "min": "0",
88504                        "mutable": "null",
88505                        "readable": true,
88506                        "type": "gfloat",
88507                        "writable": true
88508                    },
88509                    "scr-7": {
88510                        "blurb": "Sidechain reactivity 7",
88511                        "conditionally-available": false,
88512                        "construct": true,
88513                        "construct-only": false,
88514                        "controllable": true,
88515                        "default": "10",
88516                        "max": "250",
88517                        "min": "0",
88518                        "mutable": "null",
88519                        "readable": true,
88520                        "type": "gfloat",
88521                        "writable": true
88522                    },
88523                    "scs-0": {
88524                        "blurb": "Sidechain source 0",
88525                        "conditionally-available": false,
88526                        "construct": true,
88527                        "construct-only": false,
88528                        "controllable": true,
88529                        "default": "Mid (0)",
88530                        "mutable": "null",
88531                        "readable": true,
88532                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-0",
88533                        "writable": true
88534                    },
88535                    "scs-1": {
88536                        "blurb": "Sidechain source 1",
88537                        "conditionally-available": false,
88538                        "construct": true,
88539                        "construct-only": false,
88540                        "controllable": true,
88541                        "default": "Mid (0)",
88542                        "mutable": "null",
88543                        "readable": true,
88544                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-1",
88545                        "writable": true
88546                    },
88547                    "scs-2": {
88548                        "blurb": "Sidechain source 2",
88549                        "conditionally-available": false,
88550                        "construct": true,
88551                        "construct-only": false,
88552                        "controllable": true,
88553                        "default": "Mid (0)",
88554                        "mutable": "null",
88555                        "readable": true,
88556                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-2",
88557                        "writable": true
88558                    },
88559                    "scs-3": {
88560                        "blurb": "Sidechain source 3",
88561                        "conditionally-available": false,
88562                        "construct": true,
88563                        "construct-only": false,
88564                        "controllable": true,
88565                        "default": "Mid (0)",
88566                        "mutable": "null",
88567                        "readable": true,
88568                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-3",
88569                        "writable": true
88570                    },
88571                    "scs-4": {
88572                        "blurb": "Sidechain source 4",
88573                        "conditionally-available": false,
88574                        "construct": true,
88575                        "construct-only": false,
88576                        "controllable": true,
88577                        "default": "Mid (0)",
88578                        "mutable": "null",
88579                        "readable": true,
88580                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-4",
88581                        "writable": true
88582                    },
88583                    "scs-5": {
88584                        "blurb": "Sidechain source 5",
88585                        "conditionally-available": false,
88586                        "construct": true,
88587                        "construct-only": false,
88588                        "controllable": true,
88589                        "default": "Mid (0)",
88590                        "mutable": "null",
88591                        "readable": true,
88592                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-5",
88593                        "writable": true
88594                    },
88595                    "scs-6": {
88596                        "blurb": "Sidechain source 6",
88597                        "conditionally-available": false,
88598                        "construct": true,
88599                        "construct-only": false,
88600                        "controllable": true,
88601                        "default": "Mid (0)",
88602                        "mutable": "null",
88603                        "readable": true,
88604                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-6",
88605                        "writable": true
88606                    },
88607                    "scs-7": {
88608                        "blurb": "Sidechain source 7",
88609                        "conditionally-available": false,
88610                        "construct": true,
88611                        "construct-only": false,
88612                        "controllable": true,
88613                        "default": "Mid (0)",
88614                        "mutable": "null",
88615                        "readable": true,
88616                        "type": "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-7",
88617                        "writable": true
88618                    },
88619                    "sf-1": {
88620                        "blurb": "Split frequency 1",
88621                        "conditionally-available": false,
88622                        "construct": true,
88623                        "construct-only": false,
88624                        "controllable": true,
88625                        "default": "40",
88626                        "max": "20000",
88627                        "min": "20",
88628                        "mutable": "null",
88629                        "readable": true,
88630                        "type": "gfloat",
88631                        "writable": true
88632                    },
88633                    "sf-2": {
88634                        "blurb": "Split frequency 2",
88635                        "conditionally-available": false,
88636                        "construct": true,
88637                        "construct-only": false,
88638                        "controllable": true,
88639                        "default": "100",
88640                        "max": "20000",
88641                        "min": "20",
88642                        "mutable": "null",
88643                        "readable": true,
88644                        "type": "gfloat",
88645                        "writable": true
88646                    },
88647                    "sf-3": {
88648                        "blurb": "Split frequency 3",
88649                        "conditionally-available": false,
88650                        "construct": true,
88651                        "construct-only": false,
88652                        "controllable": true,
88653                        "default": "252",
88654                        "max": "20000",
88655                        "min": "20",
88656                        "mutable": "null",
88657                        "readable": true,
88658                        "type": "gfloat",
88659                        "writable": true
88660                    },
88661                    "sf-4": {
88662                        "blurb": "Split frequency 4",
88663                        "conditionally-available": false,
88664                        "construct": true,
88665                        "construct-only": false,
88666                        "controllable": true,
88667                        "default": "632",
88668                        "max": "20000",
88669                        "min": "20",
88670                        "mutable": "null",
88671                        "readable": true,
88672                        "type": "gfloat",
88673                        "writable": true
88674                    },
88675                    "sf-5": {
88676                        "blurb": "Split frequency 5",
88677                        "conditionally-available": false,
88678                        "construct": true,
88679                        "construct-only": false,
88680                        "controllable": true,
88681                        "default": "1587",
88682                        "max": "20000",
88683                        "min": "20",
88684                        "mutable": "null",
88685                        "readable": true,
88686                        "type": "gfloat",
88687                        "writable": true
88688                    },
88689                    "sf-6": {
88690                        "blurb": "Split frequency 6",
88691                        "conditionally-available": false,
88692                        "construct": true,
88693                        "construct-only": false,
88694                        "controllable": true,
88695                        "default": "3984",
88696                        "max": "20000",
88697                        "min": "20",
88698                        "mutable": "null",
88699                        "readable": true,
88700                        "type": "gfloat",
88701                        "writable": true
88702                    },
88703                    "sf-7": {
88704                        "blurb": "Split frequency 7",
88705                        "conditionally-available": false,
88706                        "construct": true,
88707                        "construct-only": false,
88708                        "controllable": true,
88709                        "default": "10000",
88710                        "max": "20000",
88711                        "min": "20",
88712                        "mutable": "null",
88713                        "readable": true,
88714                        "type": "gfloat",
88715                        "writable": true
88716                    },
88717                    "shift": {
88718                        "blurb": "Shift gain",
88719                        "conditionally-available": false,
88720                        "construct": true,
88721                        "construct-only": false,
88722                        "controllable": true,
88723                        "default": "1",
88724                        "max": "100",
88725                        "min": "0",
88726                        "mutable": "null",
88727                        "readable": true,
88728                        "type": "gfloat",
88729                        "writable": true
88730                    },
88731                    "sla-0": {
88732                        "blurb": "Sidechain lookahead 0",
88733                        "conditionally-available": false,
88734                        "construct": true,
88735                        "construct-only": false,
88736                        "controllable": true,
88737                        "default": "0",
88738                        "max": "20",
88739                        "min": "0",
88740                        "mutable": "null",
88741                        "readable": true,
88742                        "type": "gfloat",
88743                        "writable": true
88744                    },
88745                    "sla-1": {
88746                        "blurb": "Sidechain lookahead 1",
88747                        "conditionally-available": false,
88748                        "construct": true,
88749                        "construct-only": false,
88750                        "controllable": true,
88751                        "default": "0",
88752                        "max": "20",
88753                        "min": "0",
88754                        "mutable": "null",
88755                        "readable": true,
88756                        "type": "gfloat",
88757                        "writable": true
88758                    },
88759                    "sla-2": {
88760                        "blurb": "Sidechain lookahead 2",
88761                        "conditionally-available": false,
88762                        "construct": true,
88763                        "construct-only": false,
88764                        "controllable": true,
88765                        "default": "0",
88766                        "max": "20",
88767                        "min": "0",
88768                        "mutable": "null",
88769                        "readable": true,
88770                        "type": "gfloat",
88771                        "writable": true
88772                    },
88773                    "sla-3": {
88774                        "blurb": "Sidechain lookahead 3",
88775                        "conditionally-available": false,
88776                        "construct": true,
88777                        "construct-only": false,
88778                        "controllable": true,
88779                        "default": "0",
88780                        "max": "20",
88781                        "min": "0",
88782                        "mutable": "null",
88783                        "readable": true,
88784                        "type": "gfloat",
88785                        "writable": true
88786                    },
88787                    "sla-4": {
88788                        "blurb": "Sidechain lookahead 4",
88789                        "conditionally-available": false,
88790                        "construct": true,
88791                        "construct-only": false,
88792                        "controllable": true,
88793                        "default": "0",
88794                        "max": "20",
88795                        "min": "0",
88796                        "mutable": "null",
88797                        "readable": true,
88798                        "type": "gfloat",
88799                        "writable": true
88800                    },
88801                    "sla-5": {
88802                        "blurb": "Sidechain lookahead 5",
88803                        "conditionally-available": false,
88804                        "construct": true,
88805                        "construct-only": false,
88806                        "controllable": true,
88807                        "default": "0",
88808                        "max": "20",
88809                        "min": "0",
88810                        "mutable": "null",
88811                        "readable": true,
88812                        "type": "gfloat",
88813                        "writable": true
88814                    },
88815                    "sla-6": {
88816                        "blurb": "Sidechain lookahead 6",
88817                        "conditionally-available": false,
88818                        "construct": true,
88819                        "construct-only": false,
88820                        "controllable": true,
88821                        "default": "0",
88822                        "max": "20",
88823                        "min": "0",
88824                        "mutable": "null",
88825                        "readable": true,
88826                        "type": "gfloat",
88827                        "writable": true
88828                    },
88829                    "sla-7": {
88830                        "blurb": "Sidechain lookahead 7",
88831                        "conditionally-available": false,
88832                        "construct": true,
88833                        "construct-only": false,
88834                        "controllable": true,
88835                        "default": "0",
88836                        "max": "20",
88837                        "min": "0",
88838                        "mutable": "null",
88839                        "readable": true,
88840                        "type": "gfloat",
88841                        "writable": true
88842                    },
88843                    "zoom": {
88844                        "blurb": "Graph zoom",
88845                        "conditionally-available": false,
88846                        "construct": true,
88847                        "construct-only": false,
88848                        "controllable": true,
88849                        "default": "1",
88850                        "max": "1",
88851                        "min": "0.12589",
88852                        "mutable": "null",
88853                        "readable": true,
88854                        "type": "gfloat",
88855                        "writable": true
88856                    }
88857                },
88858                "rank": "none"
88859            },
88860            "lsp-plug-in-plugins-lv2-multisampler-x12": {
88861                "author": "LSP LV2",
88862                "description": "LSP Multi-Sampler x12 Stereo",
88863                "hierarchy": [
88864                    "lsp-plug-in-plugins-lv2-multisampler-x12",
88865                    "GstAudioFilter",
88866                    "GstBaseTransform",
88867                    "GstElement",
88868                    "GstObject",
88869                    "GInitiallyUnowned",
88870                    "GObject"
88871                ],
88872                "interfaces": [
88873                    "GstPreset"
88874                ],
88875                "klass": "Filter/Effect/Audio/LV2/Instrument",
88876                "long-name": "LSP Multi-Sampler x12 Stereo",
88877                "pad-templates": {
88878                    "sink": {
88879                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
88880                        "direction": "sink",
88881                        "presence": "always"
88882                    },
88883                    "src": {
88884                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
88885                        "direction": "src",
88886                        "presence": "always"
88887                    }
88888                },
88889                "properties": {
88890                    "bypass": {
88891                        "blurb": "Bypass",
88892                        "conditionally-available": false,
88893                        "construct": true,
88894                        "construct-only": false,
88895                        "controllable": true,
88896                        "default": "false",
88897                        "mutable": "null",
88898                        "readable": true,
88899                        "type": "gboolean",
88900                        "writable": true
88901                    },
88902                    "dry": {
88903                        "blurb": "Dry amount",
88904                        "conditionally-available": false,
88905                        "construct": true,
88906                        "construct-only": false,
88907                        "controllable": true,
88908                        "default": "1",
88909                        "max": "10",
88910                        "min": "0",
88911                        "mutable": "null",
88912                        "readable": true,
88913                        "type": "gfloat",
88914                        "writable": true
88915                    },
88916                    "fout": {
88917                        "blurb": "Note-off fadeout",
88918                        "conditionally-available": false,
88919                        "construct": true,
88920                        "construct-only": false,
88921                        "controllable": true,
88922                        "default": "10",
88923                        "max": "50",
88924                        "min": "0",
88925                        "mutable": "null",
88926                        "readable": true,
88927                        "type": "gfloat",
88928                        "writable": true
88929                    },
88930                    "g-out": {
88931                        "blurb": "Output gain",
88932                        "conditionally-available": false,
88933                        "construct": true,
88934                        "construct-only": false,
88935                        "controllable": true,
88936                        "default": "1",
88937                        "max": "10",
88938                        "min": "0",
88939                        "mutable": "null",
88940                        "readable": true,
88941                        "type": "gfloat",
88942                        "writable": true
88943                    },
88944                    "iact-0": {
88945                        "blurb": "Instrument activity 0",
88946                        "conditionally-available": false,
88947                        "construct": false,
88948                        "construct-only": false,
88949                        "controllable": true,
88950                        "default": "false",
88951                        "mutable": "null",
88952                        "readable": true,
88953                        "type": "gboolean",
88954                        "writable": false
88955                    },
88956                    "iact-1": {
88957                        "blurb": "Instrument activity 1",
88958                        "conditionally-available": false,
88959                        "construct": false,
88960                        "construct-only": false,
88961                        "controllable": true,
88962                        "default": "false",
88963                        "mutable": "null",
88964                        "readable": true,
88965                        "type": "gboolean",
88966                        "writable": false
88967                    },
88968                    "iact-10": {
88969                        "blurb": "Instrument activity 10",
88970                        "conditionally-available": false,
88971                        "construct": false,
88972                        "construct-only": false,
88973                        "controllable": true,
88974                        "default": "false",
88975                        "mutable": "null",
88976                        "readable": true,
88977                        "type": "gboolean",
88978                        "writable": false
88979                    },
88980                    "iact-11": {
88981                        "blurb": "Instrument activity 11",
88982                        "conditionally-available": false,
88983                        "construct": false,
88984                        "construct-only": false,
88985                        "controllable": true,
88986                        "default": "false",
88987                        "mutable": "null",
88988                        "readable": true,
88989                        "type": "gboolean",
88990                        "writable": false
88991                    },
88992                    "iact-2": {
88993                        "blurb": "Instrument activity 2",
88994                        "conditionally-available": false,
88995                        "construct": false,
88996                        "construct-only": false,
88997                        "controllable": true,
88998                        "default": "false",
88999                        "mutable": "null",
89000                        "readable": true,
89001                        "type": "gboolean",
89002                        "writable": false
89003                    },
89004                    "iact-3": {
89005                        "blurb": "Instrument activity 3",
89006                        "conditionally-available": false,
89007                        "construct": false,
89008                        "construct-only": false,
89009                        "controllable": true,
89010                        "default": "false",
89011                        "mutable": "null",
89012                        "readable": true,
89013                        "type": "gboolean",
89014                        "writable": false
89015                    },
89016                    "iact-4": {
89017                        "blurb": "Instrument activity 4",
89018                        "conditionally-available": false,
89019                        "construct": false,
89020                        "construct-only": false,
89021                        "controllable": true,
89022                        "default": "false",
89023                        "mutable": "null",
89024                        "readable": true,
89025                        "type": "gboolean",
89026                        "writable": false
89027                    },
89028                    "iact-5": {
89029                        "blurb": "Instrument activity 5",
89030                        "conditionally-available": false,
89031                        "construct": false,
89032                        "construct-only": false,
89033                        "controllable": true,
89034                        "default": "false",
89035                        "mutable": "null",
89036                        "readable": true,
89037                        "type": "gboolean",
89038                        "writable": false
89039                    },
89040                    "iact-6": {
89041                        "blurb": "Instrument activity 6",
89042                        "conditionally-available": false,
89043                        "construct": false,
89044                        "construct-only": false,
89045                        "controllable": true,
89046                        "default": "false",
89047                        "mutable": "null",
89048                        "readable": true,
89049                        "type": "gboolean",
89050                        "writable": false
89051                    },
89052                    "iact-7": {
89053                        "blurb": "Instrument activity 7",
89054                        "conditionally-available": false,
89055                        "construct": false,
89056                        "construct-only": false,
89057                        "controllable": true,
89058                        "default": "false",
89059                        "mutable": "null",
89060                        "readable": true,
89061                        "type": "gboolean",
89062                        "writable": false
89063                    },
89064                    "iact-8": {
89065                        "blurb": "Instrument activity 8",
89066                        "conditionally-available": false,
89067                        "construct": false,
89068                        "construct-only": false,
89069                        "controllable": true,
89070                        "default": "false",
89071                        "mutable": "null",
89072                        "readable": true,
89073                        "type": "gboolean",
89074                        "writable": false
89075                    },
89076                    "iact-9": {
89077                        "blurb": "Instrument activity 9",
89078                        "conditionally-available": false,
89079                        "construct": false,
89080                        "construct-only": false,
89081                        "controllable": true,
89082                        "default": "false",
89083                        "mutable": "null",
89084                        "readable": true,
89085                        "type": "gboolean",
89086                        "writable": false
89087                    },
89088                    "imix-0": {
89089                        "blurb": "Instrument mix gain 0",
89090                        "conditionally-available": false,
89091                        "construct": true,
89092                        "construct-only": false,
89093                        "controllable": true,
89094                        "default": "1",
89095                        "max": "10",
89096                        "min": "0",
89097                        "mutable": "null",
89098                        "readable": true,
89099                        "type": "gfloat",
89100                        "writable": true
89101                    },
89102                    "imix-1": {
89103                        "blurb": "Instrument mix gain 1",
89104                        "conditionally-available": false,
89105                        "construct": true,
89106                        "construct-only": false,
89107                        "controllable": true,
89108                        "default": "1",
89109                        "max": "10",
89110                        "min": "0",
89111                        "mutable": "null",
89112                        "readable": true,
89113                        "type": "gfloat",
89114                        "writable": true
89115                    },
89116                    "imix-10": {
89117                        "blurb": "Instrument mix gain 10",
89118                        "conditionally-available": false,
89119                        "construct": true,
89120                        "construct-only": false,
89121                        "controllable": true,
89122                        "default": "1",
89123                        "max": "10",
89124                        "min": "0",
89125                        "mutable": "null",
89126                        "readable": true,
89127                        "type": "gfloat",
89128                        "writable": true
89129                    },
89130                    "imix-11": {
89131                        "blurb": "Instrument mix gain 11",
89132                        "conditionally-available": false,
89133                        "construct": true,
89134                        "construct-only": false,
89135                        "controllable": true,
89136                        "default": "1",
89137                        "max": "10",
89138                        "min": "0",
89139                        "mutable": "null",
89140                        "readable": true,
89141                        "type": "gfloat",
89142                        "writable": true
89143                    },
89144                    "imix-2": {
89145                        "blurb": "Instrument mix gain 2",
89146                        "conditionally-available": false,
89147                        "construct": true,
89148                        "construct-only": false,
89149                        "controllable": true,
89150                        "default": "1",
89151                        "max": "10",
89152                        "min": "0",
89153                        "mutable": "null",
89154                        "readable": true,
89155                        "type": "gfloat",
89156                        "writable": true
89157                    },
89158                    "imix-3": {
89159                        "blurb": "Instrument mix gain 3",
89160                        "conditionally-available": false,
89161                        "construct": true,
89162                        "construct-only": false,
89163                        "controllable": true,
89164                        "default": "1",
89165                        "max": "10",
89166                        "min": "0",
89167                        "mutable": "null",
89168                        "readable": true,
89169                        "type": "gfloat",
89170                        "writable": true
89171                    },
89172                    "imix-4": {
89173                        "blurb": "Instrument mix gain 4",
89174                        "conditionally-available": false,
89175                        "construct": true,
89176                        "construct-only": false,
89177                        "controllable": true,
89178                        "default": "1",
89179                        "max": "10",
89180                        "min": "0",
89181                        "mutable": "null",
89182                        "readable": true,
89183                        "type": "gfloat",
89184                        "writable": true
89185                    },
89186                    "imix-5": {
89187                        "blurb": "Instrument mix gain 5",
89188                        "conditionally-available": false,
89189                        "construct": true,
89190                        "construct-only": false,
89191                        "controllable": true,
89192                        "default": "1",
89193                        "max": "10",
89194                        "min": "0",
89195                        "mutable": "null",
89196                        "readable": true,
89197                        "type": "gfloat",
89198                        "writable": true
89199                    },
89200                    "imix-6": {
89201                        "blurb": "Instrument mix gain 6",
89202                        "conditionally-available": false,
89203                        "construct": true,
89204                        "construct-only": false,
89205                        "controllable": true,
89206                        "default": "1",
89207                        "max": "10",
89208                        "min": "0",
89209                        "mutable": "null",
89210                        "readable": true,
89211                        "type": "gfloat",
89212                        "writable": true
89213                    },
89214                    "imix-7": {
89215                        "blurb": "Instrument mix gain 7",
89216                        "conditionally-available": false,
89217                        "construct": true,
89218                        "construct-only": false,
89219                        "controllable": true,
89220                        "default": "1",
89221                        "max": "10",
89222                        "min": "0",
89223                        "mutable": "null",
89224                        "readable": true,
89225                        "type": "gfloat",
89226                        "writable": true
89227                    },
89228                    "imix-8": {
89229                        "blurb": "Instrument mix gain 8",
89230                        "conditionally-available": false,
89231                        "construct": true,
89232                        "construct-only": false,
89233                        "controllable": true,
89234                        "default": "1",
89235                        "max": "10",
89236                        "min": "0",
89237                        "mutable": "null",
89238                        "readable": true,
89239                        "type": "gfloat",
89240                        "writable": true
89241                    },
89242                    "imix-9": {
89243                        "blurb": "Instrument mix gain 9",
89244                        "conditionally-available": false,
89245                        "construct": true,
89246                        "construct-only": false,
89247                        "controllable": true,
89248                        "default": "1",
89249                        "max": "10",
89250                        "min": "0",
89251                        "mutable": "null",
89252                        "readable": true,
89253                        "type": "gfloat",
89254                        "writable": true
89255                    },
89256                    "ion-0": {
89257                        "blurb": "Instrument on 0",
89258                        "conditionally-available": false,
89259                        "construct": true,
89260                        "construct-only": false,
89261                        "controllable": true,
89262                        "default": "false",
89263                        "mutable": "null",
89264                        "readable": true,
89265                        "type": "gboolean",
89266                        "writable": true
89267                    },
89268                    "ion-1": {
89269                        "blurb": "Instrument on 1",
89270                        "conditionally-available": false,
89271                        "construct": true,
89272                        "construct-only": false,
89273                        "controllable": true,
89274                        "default": "false",
89275                        "mutable": "null",
89276                        "readable": true,
89277                        "type": "gboolean",
89278                        "writable": true
89279                    },
89280                    "ion-10": {
89281                        "blurb": "Instrument on 10",
89282                        "conditionally-available": false,
89283                        "construct": true,
89284                        "construct-only": false,
89285                        "controllable": true,
89286                        "default": "false",
89287                        "mutable": "null",
89288                        "readable": true,
89289                        "type": "gboolean",
89290                        "writable": true
89291                    },
89292                    "ion-11": {
89293                        "blurb": "Instrument on 11",
89294                        "conditionally-available": false,
89295                        "construct": true,
89296                        "construct-only": false,
89297                        "controllable": true,
89298                        "default": "false",
89299                        "mutable": "null",
89300                        "readable": true,
89301                        "type": "gboolean",
89302                        "writable": true
89303                    },
89304                    "ion-2": {
89305                        "blurb": "Instrument on 2",
89306                        "conditionally-available": false,
89307                        "construct": true,
89308                        "construct-only": false,
89309                        "controllable": true,
89310                        "default": "false",
89311                        "mutable": "null",
89312                        "readable": true,
89313                        "type": "gboolean",
89314                        "writable": true
89315                    },
89316                    "ion-3": {
89317                        "blurb": "Instrument on 3",
89318                        "conditionally-available": false,
89319                        "construct": true,
89320                        "construct-only": false,
89321                        "controllable": true,
89322                        "default": "false",
89323                        "mutable": "null",
89324                        "readable": true,
89325                        "type": "gboolean",
89326                        "writable": true
89327                    },
89328                    "ion-4": {
89329                        "blurb": "Instrument on 4",
89330                        "conditionally-available": false,
89331                        "construct": true,
89332                        "construct-only": false,
89333                        "controllable": true,
89334                        "default": "false",
89335                        "mutable": "null",
89336                        "readable": true,
89337                        "type": "gboolean",
89338                        "writable": true
89339                    },
89340                    "ion-5": {
89341                        "blurb": "Instrument on 5",
89342                        "conditionally-available": false,
89343                        "construct": true,
89344                        "construct-only": false,
89345                        "controllable": true,
89346                        "default": "false",
89347                        "mutable": "null",
89348                        "readable": true,
89349                        "type": "gboolean",
89350                        "writable": true
89351                    },
89352                    "ion-6": {
89353                        "blurb": "Instrument on 6",
89354                        "conditionally-available": false,
89355                        "construct": true,
89356                        "construct-only": false,
89357                        "controllable": true,
89358                        "default": "false",
89359                        "mutable": "null",
89360                        "readable": true,
89361                        "type": "gboolean",
89362                        "writable": true
89363                    },
89364                    "ion-7": {
89365                        "blurb": "Instrument on 7",
89366                        "conditionally-available": false,
89367                        "construct": true,
89368                        "construct-only": false,
89369                        "controllable": true,
89370                        "default": "false",
89371                        "mutable": "null",
89372                        "readable": true,
89373                        "type": "gboolean",
89374                        "writable": true
89375                    },
89376                    "ion-8": {
89377                        "blurb": "Instrument on 8",
89378                        "conditionally-available": false,
89379                        "construct": true,
89380                        "construct-only": false,
89381                        "controllable": true,
89382                        "default": "false",
89383                        "mutable": "null",
89384                        "readable": true,
89385                        "type": "gboolean",
89386                        "writable": true
89387                    },
89388                    "ion-9": {
89389                        "blurb": "Instrument on 9",
89390                        "conditionally-available": false,
89391                        "construct": true,
89392                        "construct-only": false,
89393                        "controllable": true,
89394                        "default": "false",
89395                        "mutable": "null",
89396                        "readable": true,
89397                        "type": "gboolean",
89398                        "writable": true
89399                    },
89400                    "msel": {
89401                        "blurb": "Area selector",
89402                        "conditionally-available": false,
89403                        "construct": true,
89404                        "construct-only": false,
89405                        "controllable": true,
89406                        "default": "Instruments (0)",
89407                        "mutable": "null",
89408                        "readable": true,
89409                        "type": "lsp-plug-in-plugins-lv2-multisampler-x12msel",
89410                        "writable": true
89411                    },
89412                    "mute": {
89413                        "blurb": "Forced mute",
89414                        "conditionally-available": false,
89415                        "construct": true,
89416                        "construct-only": false,
89417                        "controllable": true,
89418                        "default": "false",
89419                        "mutable": "null",
89420                        "readable": true,
89421                        "type": "gboolean",
89422                        "writable": true
89423                    },
89424                    "muting": {
89425                        "blurb": "Mute on stop",
89426                        "conditionally-available": false,
89427                        "construct": true,
89428                        "construct-only": false,
89429                        "controllable": true,
89430                        "default": "false",
89431                        "mutable": "null",
89432                        "readable": true,
89433                        "type": "gboolean",
89434                        "writable": true
89435                    },
89436                    "noff": {
89437                        "blurb": "Note-off handling",
89438                        "conditionally-available": false,
89439                        "construct": true,
89440                        "construct-only": false,
89441                        "controllable": true,
89442                        "default": "false",
89443                        "mutable": "null",
89444                        "readable": true,
89445                        "type": "gboolean",
89446                        "writable": true
89447                    },
89448                    "out-latency": {
89449                        "blurb": "Latency OUT",
89450                        "conditionally-available": false,
89451                        "construct": false,
89452                        "construct-only": false,
89453                        "controllable": true,
89454                        "default": "0",
89455                        "max": "192000",
89456                        "min": "0",
89457                        "mutable": "null",
89458                        "readable": true,
89459                        "type": "gint",
89460                        "writable": false
89461                    },
89462                    "panl-0": {
89463                        "blurb": "Instrument panorama left 0",
89464                        "conditionally-available": false,
89465                        "construct": true,
89466                        "construct-only": false,
89467                        "controllable": true,
89468                        "default": "-100",
89469                        "max": "100",
89470                        "min": "-100",
89471                        "mutable": "null",
89472                        "readable": true,
89473                        "type": "gfloat",
89474                        "writable": true
89475                    },
89476                    "panl-1": {
89477                        "blurb": "Instrument panorama left 1",
89478                        "conditionally-available": false,
89479                        "construct": true,
89480                        "construct-only": false,
89481                        "controllable": true,
89482                        "default": "-100",
89483                        "max": "100",
89484                        "min": "-100",
89485                        "mutable": "null",
89486                        "readable": true,
89487                        "type": "gfloat",
89488                        "writable": true
89489                    },
89490                    "panl-10": {
89491                        "blurb": "Instrument panorama left 10",
89492                        "conditionally-available": false,
89493                        "construct": true,
89494                        "construct-only": false,
89495                        "controllable": true,
89496                        "default": "-100",
89497                        "max": "100",
89498                        "min": "-100",
89499                        "mutable": "null",
89500                        "readable": true,
89501                        "type": "gfloat",
89502                        "writable": true
89503                    },
89504                    "panl-11": {
89505                        "blurb": "Instrument panorama left 11",
89506                        "conditionally-available": false,
89507                        "construct": true,
89508                        "construct-only": false,
89509                        "controllable": true,
89510                        "default": "-100",
89511                        "max": "100",
89512                        "min": "-100",
89513                        "mutable": "null",
89514                        "readable": true,
89515                        "type": "gfloat",
89516                        "writable": true
89517                    },
89518                    "panl-2": {
89519                        "blurb": "Instrument panorama left 2",
89520                        "conditionally-available": false,
89521                        "construct": true,
89522                        "construct-only": false,
89523                        "controllable": true,
89524                        "default": "-100",
89525                        "max": "100",
89526                        "min": "-100",
89527                        "mutable": "null",
89528                        "readable": true,
89529                        "type": "gfloat",
89530                        "writable": true
89531                    },
89532                    "panl-3": {
89533                        "blurb": "Instrument panorama left 3",
89534                        "conditionally-available": false,
89535                        "construct": true,
89536                        "construct-only": false,
89537                        "controllable": true,
89538                        "default": "-100",
89539                        "max": "100",
89540                        "min": "-100",
89541                        "mutable": "null",
89542                        "readable": true,
89543                        "type": "gfloat",
89544                        "writable": true
89545                    },
89546                    "panl-4": {
89547                        "blurb": "Instrument panorama left 4",
89548                        "conditionally-available": false,
89549                        "construct": true,
89550                        "construct-only": false,
89551                        "controllable": true,
89552                        "default": "-100",
89553                        "max": "100",
89554                        "min": "-100",
89555                        "mutable": "null",
89556                        "readable": true,
89557                        "type": "gfloat",
89558                        "writable": true
89559                    },
89560                    "panl-5": {
89561                        "blurb": "Instrument panorama left 5",
89562                        "conditionally-available": false,
89563                        "construct": true,
89564                        "construct-only": false,
89565                        "controllable": true,
89566                        "default": "-100",
89567                        "max": "100",
89568                        "min": "-100",
89569                        "mutable": "null",
89570                        "readable": true,
89571                        "type": "gfloat",
89572                        "writable": true
89573                    },
89574                    "panl-6": {
89575                        "blurb": "Instrument panorama left 6",
89576                        "conditionally-available": false,
89577                        "construct": true,
89578                        "construct-only": false,
89579                        "controllable": true,
89580                        "default": "-100",
89581                        "max": "100",
89582                        "min": "-100",
89583                        "mutable": "null",
89584                        "readable": true,
89585                        "type": "gfloat",
89586                        "writable": true
89587                    },
89588                    "panl-7": {
89589                        "blurb": "Instrument panorama left 7",
89590                        "conditionally-available": false,
89591                        "construct": true,
89592                        "construct-only": false,
89593                        "controllable": true,
89594                        "default": "-100",
89595                        "max": "100",
89596                        "min": "-100",
89597                        "mutable": "null",
89598                        "readable": true,
89599                        "type": "gfloat",
89600                        "writable": true
89601                    },
89602                    "panl-8": {
89603                        "blurb": "Instrument panorama left 8",
89604                        "conditionally-available": false,
89605                        "construct": true,
89606                        "construct-only": false,
89607                        "controllable": true,
89608                        "default": "-100",
89609                        "max": "100",
89610                        "min": "-100",
89611                        "mutable": "null",
89612                        "readable": true,
89613                        "type": "gfloat",
89614                        "writable": true
89615                    },
89616                    "panl-9": {
89617                        "blurb": "Instrument panorama left 9",
89618                        "conditionally-available": false,
89619                        "construct": true,
89620                        "construct-only": false,
89621                        "controllable": true,
89622                        "default": "-100",
89623                        "max": "100",
89624                        "min": "-100",
89625                        "mutable": "null",
89626                        "readable": true,
89627                        "type": "gfloat",
89628                        "writable": true
89629                    },
89630                    "panr-0": {
89631                        "blurb": "Instrument manorama right 0",
89632                        "conditionally-available": false,
89633                        "construct": true,
89634                        "construct-only": false,
89635                        "controllable": true,
89636                        "default": "100",
89637                        "max": "100",
89638                        "min": "-100",
89639                        "mutable": "null",
89640                        "readable": true,
89641                        "type": "gfloat",
89642                        "writable": true
89643                    },
89644                    "panr-1": {
89645                        "blurb": "Instrument manorama right 1",
89646                        "conditionally-available": false,
89647                        "construct": true,
89648                        "construct-only": false,
89649                        "controllable": true,
89650                        "default": "100",
89651                        "max": "100",
89652                        "min": "-100",
89653                        "mutable": "null",
89654                        "readable": true,
89655                        "type": "gfloat",
89656                        "writable": true
89657                    },
89658                    "panr-10": {
89659                        "blurb": "Instrument manorama right 10",
89660                        "conditionally-available": false,
89661                        "construct": true,
89662                        "construct-only": false,
89663                        "controllable": true,
89664                        "default": "100",
89665                        "max": "100",
89666                        "min": "-100",
89667                        "mutable": "null",
89668                        "readable": true,
89669                        "type": "gfloat",
89670                        "writable": true
89671                    },
89672                    "panr-11": {
89673                        "blurb": "Instrument manorama right 11",
89674                        "conditionally-available": false,
89675                        "construct": true,
89676                        "construct-only": false,
89677                        "controllable": true,
89678                        "default": "100",
89679                        "max": "100",
89680                        "min": "-100",
89681                        "mutable": "null",
89682                        "readable": true,
89683                        "type": "gfloat",
89684                        "writable": true
89685                    },
89686                    "panr-2": {
89687                        "blurb": "Instrument manorama right 2",
89688                        "conditionally-available": false,
89689                        "construct": true,
89690                        "construct-only": false,
89691                        "controllable": true,
89692                        "default": "100",
89693                        "max": "100",
89694                        "min": "-100",
89695                        "mutable": "null",
89696                        "readable": true,
89697                        "type": "gfloat",
89698                        "writable": true
89699                    },
89700                    "panr-3": {
89701                        "blurb": "Instrument manorama right 3",
89702                        "conditionally-available": false,
89703                        "construct": true,
89704                        "construct-only": false,
89705                        "controllable": true,
89706                        "default": "100",
89707                        "max": "100",
89708                        "min": "-100",
89709                        "mutable": "null",
89710                        "readable": true,
89711                        "type": "gfloat",
89712                        "writable": true
89713                    },
89714                    "panr-4": {
89715                        "blurb": "Instrument manorama right 4",
89716                        "conditionally-available": false,
89717                        "construct": true,
89718                        "construct-only": false,
89719                        "controllable": true,
89720                        "default": "100",
89721                        "max": "100",
89722                        "min": "-100",
89723                        "mutable": "null",
89724                        "readable": true,
89725                        "type": "gfloat",
89726                        "writable": true
89727                    },
89728                    "panr-5": {
89729                        "blurb": "Instrument manorama right 5",
89730                        "conditionally-available": false,
89731                        "construct": true,
89732                        "construct-only": false,
89733                        "controllable": true,
89734                        "default": "100",
89735                        "max": "100",
89736                        "min": "-100",
89737                        "mutable": "null",
89738                        "readable": true,
89739                        "type": "gfloat",
89740                        "writable": true
89741                    },
89742                    "panr-6": {
89743                        "blurb": "Instrument manorama right 6",
89744                        "conditionally-available": false,
89745                        "construct": true,
89746                        "construct-only": false,
89747                        "controllable": true,
89748                        "default": "100",
89749                        "max": "100",
89750                        "min": "-100",
89751                        "mutable": "null",
89752                        "readable": true,
89753                        "type": "gfloat",
89754                        "writable": true
89755                    },
89756                    "panr-7": {
89757                        "blurb": "Instrument manorama right 7",
89758                        "conditionally-available": false,
89759                        "construct": true,
89760                        "construct-only": false,
89761                        "controllable": true,
89762                        "default": "100",
89763                        "max": "100",
89764                        "min": "-100",
89765                        "mutable": "null",
89766                        "readable": true,
89767                        "type": "gfloat",
89768                        "writable": true
89769                    },
89770                    "panr-8": {
89771                        "blurb": "Instrument manorama right 8",
89772                        "conditionally-available": false,
89773                        "construct": true,
89774                        "construct-only": false,
89775                        "controllable": true,
89776                        "default": "100",
89777                        "max": "100",
89778                        "min": "-100",
89779                        "mutable": "null",
89780                        "readable": true,
89781                        "type": "gfloat",
89782                        "writable": true
89783                    },
89784                    "panr-9": {
89785                        "blurb": "Instrument manorama right 9",
89786                        "conditionally-available": false,
89787                        "construct": true,
89788                        "construct-only": false,
89789                        "controllable": true,
89790                        "default": "100",
89791                        "max": "100",
89792                        "min": "-100",
89793                        "mutable": "null",
89794                        "readable": true,
89795                        "type": "gfloat",
89796                        "writable": true
89797                    },
89798                    "wet": {
89799                        "blurb": "Wet amount",
89800                        "conditionally-available": false,
89801                        "construct": true,
89802                        "construct-only": false,
89803                        "controllable": true,
89804                        "default": "1",
89805                        "max": "10",
89806                        "min": "0",
89807                        "mutable": "null",
89808                        "readable": true,
89809                        "type": "gfloat",
89810                        "writable": true
89811                    }
89812                },
89813                "rank": "none"
89814            },
89815            "lsp-plug-in-plugins-lv2-multisampler-x24": {
89816                "author": "LSP LV2",
89817                "description": "LSP Multi-Sampler x24 Stereo",
89818                "hierarchy": [
89819                    "lsp-plug-in-plugins-lv2-multisampler-x24",
89820                    "GstAudioFilter",
89821                    "GstBaseTransform",
89822                    "GstElement",
89823                    "GstObject",
89824                    "GInitiallyUnowned",
89825                    "GObject"
89826                ],
89827                "interfaces": [
89828                    "GstPreset"
89829                ],
89830                "klass": "Filter/Effect/Audio/LV2/Instrument",
89831                "long-name": "LSP Multi-Sampler x24 Stereo",
89832                "pad-templates": {
89833                    "sink": {
89834                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
89835                        "direction": "sink",
89836                        "presence": "always"
89837                    },
89838                    "src": {
89839                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
89840                        "direction": "src",
89841                        "presence": "always"
89842                    }
89843                },
89844                "properties": {
89845                    "bypass": {
89846                        "blurb": "Bypass",
89847                        "conditionally-available": false,
89848                        "construct": true,
89849                        "construct-only": false,
89850                        "controllable": true,
89851                        "default": "false",
89852                        "mutable": "null",
89853                        "readable": true,
89854                        "type": "gboolean",
89855                        "writable": true
89856                    },
89857                    "dry": {
89858                        "blurb": "Dry amount",
89859                        "conditionally-available": false,
89860                        "construct": true,
89861                        "construct-only": false,
89862                        "controllable": true,
89863                        "default": "1",
89864                        "max": "10",
89865                        "min": "0",
89866                        "mutable": "null",
89867                        "readable": true,
89868                        "type": "gfloat",
89869                        "writable": true
89870                    },
89871                    "fout": {
89872                        "blurb": "Note-off fadeout",
89873                        "conditionally-available": false,
89874                        "construct": true,
89875                        "construct-only": false,
89876                        "controllable": true,
89877                        "default": "10",
89878                        "max": "50",
89879                        "min": "0",
89880                        "mutable": "null",
89881                        "readable": true,
89882                        "type": "gfloat",
89883                        "writable": true
89884                    },
89885                    "g-out": {
89886                        "blurb": "Output gain",
89887                        "conditionally-available": false,
89888                        "construct": true,
89889                        "construct-only": false,
89890                        "controllable": true,
89891                        "default": "1",
89892                        "max": "10",
89893                        "min": "0",
89894                        "mutable": "null",
89895                        "readable": true,
89896                        "type": "gfloat",
89897                        "writable": true
89898                    },
89899                    "iact-0": {
89900                        "blurb": "Instrument activity 0",
89901                        "conditionally-available": false,
89902                        "construct": false,
89903                        "construct-only": false,
89904                        "controllable": true,
89905                        "default": "false",
89906                        "mutable": "null",
89907                        "readable": true,
89908                        "type": "gboolean",
89909                        "writable": false
89910                    },
89911                    "iact-1": {
89912                        "blurb": "Instrument activity 1",
89913                        "conditionally-available": false,
89914                        "construct": false,
89915                        "construct-only": false,
89916                        "controllable": true,
89917                        "default": "false",
89918                        "mutable": "null",
89919                        "readable": true,
89920                        "type": "gboolean",
89921                        "writable": false
89922                    },
89923                    "iact-10": {
89924                        "blurb": "Instrument activity 10",
89925                        "conditionally-available": false,
89926                        "construct": false,
89927                        "construct-only": false,
89928                        "controllable": true,
89929                        "default": "false",
89930                        "mutable": "null",
89931                        "readable": true,
89932                        "type": "gboolean",
89933                        "writable": false
89934                    },
89935                    "iact-11": {
89936                        "blurb": "Instrument activity 11",
89937                        "conditionally-available": false,
89938                        "construct": false,
89939                        "construct-only": false,
89940                        "controllable": true,
89941                        "default": "false",
89942                        "mutable": "null",
89943                        "readable": true,
89944                        "type": "gboolean",
89945                        "writable": false
89946                    },
89947                    "iact-12": {
89948                        "blurb": "Instrument activity 12",
89949                        "conditionally-available": false,
89950                        "construct": false,
89951                        "construct-only": false,
89952                        "controllable": true,
89953                        "default": "false",
89954                        "mutable": "null",
89955                        "readable": true,
89956                        "type": "gboolean",
89957                        "writable": false
89958                    },
89959                    "iact-13": {
89960                        "blurb": "Instrument activity 13",
89961                        "conditionally-available": false,
89962                        "construct": false,
89963                        "construct-only": false,
89964                        "controllable": true,
89965                        "default": "false",
89966                        "mutable": "null",
89967                        "readable": true,
89968                        "type": "gboolean",
89969                        "writable": false
89970                    },
89971                    "iact-14": {
89972                        "blurb": "Instrument activity 14",
89973                        "conditionally-available": false,
89974                        "construct": false,
89975                        "construct-only": false,
89976                        "controllable": true,
89977                        "default": "false",
89978                        "mutable": "null",
89979                        "readable": true,
89980                        "type": "gboolean",
89981                        "writable": false
89982                    },
89983                    "iact-15": {
89984                        "blurb": "Instrument activity 15",
89985                        "conditionally-available": false,
89986                        "construct": false,
89987                        "construct-only": false,
89988                        "controllable": true,
89989                        "default": "false",
89990                        "mutable": "null",
89991                        "readable": true,
89992                        "type": "gboolean",
89993                        "writable": false
89994                    },
89995                    "iact-16": {
89996                        "blurb": "Instrument activity 16",
89997                        "conditionally-available": false,
89998                        "construct": false,
89999                        "construct-only": false,
90000                        "controllable": true,
90001                        "default": "false",
90002                        "mutable": "null",
90003                        "readable": true,
90004                        "type": "gboolean",
90005                        "writable": false
90006                    },
90007                    "iact-17": {
90008                        "blurb": "Instrument activity 17",
90009                        "conditionally-available": false,
90010                        "construct": false,
90011                        "construct-only": false,
90012                        "controllable": true,
90013                        "default": "false",
90014                        "mutable": "null",
90015                        "readable": true,
90016                        "type": "gboolean",
90017                        "writable": false
90018                    },
90019                    "iact-18": {
90020                        "blurb": "Instrument activity 18",
90021                        "conditionally-available": false,
90022                        "construct": false,
90023                        "construct-only": false,
90024                        "controllable": true,
90025                        "default": "false",
90026                        "mutable": "null",
90027                        "readable": true,
90028                        "type": "gboolean",
90029                        "writable": false
90030                    },
90031                    "iact-19": {
90032                        "blurb": "Instrument activity 19",
90033                        "conditionally-available": false,
90034                        "construct": false,
90035                        "construct-only": false,
90036                        "controllable": true,
90037                        "default": "false",
90038                        "mutable": "null",
90039                        "readable": true,
90040                        "type": "gboolean",
90041                        "writable": false
90042                    },
90043                    "iact-2": {
90044                        "blurb": "Instrument activity 2",
90045                        "conditionally-available": false,
90046                        "construct": false,
90047                        "construct-only": false,
90048                        "controllable": true,
90049                        "default": "false",
90050                        "mutable": "null",
90051                        "readable": true,
90052                        "type": "gboolean",
90053                        "writable": false
90054                    },
90055                    "iact-20": {
90056                        "blurb": "Instrument activity 20",
90057                        "conditionally-available": false,
90058                        "construct": false,
90059                        "construct-only": false,
90060                        "controllable": true,
90061                        "default": "false",
90062                        "mutable": "null",
90063                        "readable": true,
90064                        "type": "gboolean",
90065                        "writable": false
90066                    },
90067                    "iact-21": {
90068                        "blurb": "Instrument activity 21",
90069                        "conditionally-available": false,
90070                        "construct": false,
90071                        "construct-only": false,
90072                        "controllable": true,
90073                        "default": "false",
90074                        "mutable": "null",
90075                        "readable": true,
90076                        "type": "gboolean",
90077                        "writable": false
90078                    },
90079                    "iact-22": {
90080                        "blurb": "Instrument activity 22",
90081                        "conditionally-available": false,
90082                        "construct": false,
90083                        "construct-only": false,
90084                        "controllable": true,
90085                        "default": "false",
90086                        "mutable": "null",
90087                        "readable": true,
90088                        "type": "gboolean",
90089                        "writable": false
90090                    },
90091                    "iact-23": {
90092                        "blurb": "Instrument activity 23",
90093                        "conditionally-available": false,
90094                        "construct": false,
90095                        "construct-only": false,
90096                        "controllable": true,
90097                        "default": "false",
90098                        "mutable": "null",
90099                        "readable": true,
90100                        "type": "gboolean",
90101                        "writable": false
90102                    },
90103                    "iact-3": {
90104                        "blurb": "Instrument activity 3",
90105                        "conditionally-available": false,
90106                        "construct": false,
90107                        "construct-only": false,
90108                        "controllable": true,
90109                        "default": "false",
90110                        "mutable": "null",
90111                        "readable": true,
90112                        "type": "gboolean",
90113                        "writable": false
90114                    },
90115                    "iact-4": {
90116                        "blurb": "Instrument activity 4",
90117                        "conditionally-available": false,
90118                        "construct": false,
90119                        "construct-only": false,
90120                        "controllable": true,
90121                        "default": "false",
90122                        "mutable": "null",
90123                        "readable": true,
90124                        "type": "gboolean",
90125                        "writable": false
90126                    },
90127                    "iact-5": {
90128                        "blurb": "Instrument activity 5",
90129                        "conditionally-available": false,
90130                        "construct": false,
90131                        "construct-only": false,
90132                        "controllable": true,
90133                        "default": "false",
90134                        "mutable": "null",
90135                        "readable": true,
90136                        "type": "gboolean",
90137                        "writable": false
90138                    },
90139                    "iact-6": {
90140                        "blurb": "Instrument activity 6",
90141                        "conditionally-available": false,
90142                        "construct": false,
90143                        "construct-only": false,
90144                        "controllable": true,
90145                        "default": "false",
90146                        "mutable": "null",
90147                        "readable": true,
90148                        "type": "gboolean",
90149                        "writable": false
90150                    },
90151                    "iact-7": {
90152                        "blurb": "Instrument activity 7",
90153                        "conditionally-available": false,
90154                        "construct": false,
90155                        "construct-only": false,
90156                        "controllable": true,
90157                        "default": "false",
90158                        "mutable": "null",
90159                        "readable": true,
90160                        "type": "gboolean",
90161                        "writable": false
90162                    },
90163                    "iact-8": {
90164                        "blurb": "Instrument activity 8",
90165                        "conditionally-available": false,
90166                        "construct": false,
90167                        "construct-only": false,
90168                        "controllable": true,
90169                        "default": "false",
90170                        "mutable": "null",
90171                        "readable": true,
90172                        "type": "gboolean",
90173                        "writable": false
90174                    },
90175                    "iact-9": {
90176                        "blurb": "Instrument activity 9",
90177                        "conditionally-available": false,
90178                        "construct": false,
90179                        "construct-only": false,
90180                        "controllable": true,
90181                        "default": "false",
90182                        "mutable": "null",
90183                        "readable": true,
90184                        "type": "gboolean",
90185                        "writable": false
90186                    },
90187                    "imix-0": {
90188                        "blurb": "Instrument mix gain 0",
90189                        "conditionally-available": false,
90190                        "construct": true,
90191                        "construct-only": false,
90192                        "controllable": true,
90193                        "default": "1",
90194                        "max": "10",
90195                        "min": "0",
90196                        "mutable": "null",
90197                        "readable": true,
90198                        "type": "gfloat",
90199                        "writable": true
90200                    },
90201                    "imix-1": {
90202                        "blurb": "Instrument mix gain 1",
90203                        "conditionally-available": false,
90204                        "construct": true,
90205                        "construct-only": false,
90206                        "controllable": true,
90207                        "default": "1",
90208                        "max": "10",
90209                        "min": "0",
90210                        "mutable": "null",
90211                        "readable": true,
90212                        "type": "gfloat",
90213                        "writable": true
90214                    },
90215                    "imix-10": {
90216                        "blurb": "Instrument mix gain 10",
90217                        "conditionally-available": false,
90218                        "construct": true,
90219                        "construct-only": false,
90220                        "controllable": true,
90221                        "default": "1",
90222                        "max": "10",
90223                        "min": "0",
90224                        "mutable": "null",
90225                        "readable": true,
90226                        "type": "gfloat",
90227                        "writable": true
90228                    },
90229                    "imix-11": {
90230                        "blurb": "Instrument mix gain 11",
90231                        "conditionally-available": false,
90232                        "construct": true,
90233                        "construct-only": false,
90234                        "controllable": true,
90235                        "default": "1",
90236                        "max": "10",
90237                        "min": "0",
90238                        "mutable": "null",
90239                        "readable": true,
90240                        "type": "gfloat",
90241                        "writable": true
90242                    },
90243                    "imix-12": {
90244                        "blurb": "Instrument mix gain 12",
90245                        "conditionally-available": false,
90246                        "construct": true,
90247                        "construct-only": false,
90248                        "controllable": true,
90249                        "default": "1",
90250                        "max": "10",
90251                        "min": "0",
90252                        "mutable": "null",
90253                        "readable": true,
90254                        "type": "gfloat",
90255                        "writable": true
90256                    },
90257                    "imix-13": {
90258                        "blurb": "Instrument mix gain 13",
90259                        "conditionally-available": false,
90260                        "construct": true,
90261                        "construct-only": false,
90262                        "controllable": true,
90263                        "default": "1",
90264                        "max": "10",
90265                        "min": "0",
90266                        "mutable": "null",
90267                        "readable": true,
90268                        "type": "gfloat",
90269                        "writable": true
90270                    },
90271                    "imix-14": {
90272                        "blurb": "Instrument mix gain 14",
90273                        "conditionally-available": false,
90274                        "construct": true,
90275                        "construct-only": false,
90276                        "controllable": true,
90277                        "default": "1",
90278                        "max": "10",
90279                        "min": "0",
90280                        "mutable": "null",
90281                        "readable": true,
90282                        "type": "gfloat",
90283                        "writable": true
90284                    },
90285                    "imix-15": {
90286                        "blurb": "Instrument mix gain 15",
90287                        "conditionally-available": false,
90288                        "construct": true,
90289                        "construct-only": false,
90290                        "controllable": true,
90291                        "default": "1",
90292                        "max": "10",
90293                        "min": "0",
90294                        "mutable": "null",
90295                        "readable": true,
90296                        "type": "gfloat",
90297                        "writable": true
90298                    },
90299                    "imix-16": {
90300                        "blurb": "Instrument mix gain 16",
90301                        "conditionally-available": false,
90302                        "construct": true,
90303                        "construct-only": false,
90304                        "controllable": true,
90305                        "default": "1",
90306                        "max": "10",
90307                        "min": "0",
90308                        "mutable": "null",
90309                        "readable": true,
90310                        "type": "gfloat",
90311                        "writable": true
90312                    },
90313                    "imix-17": {
90314                        "blurb": "Instrument mix gain 17",
90315                        "conditionally-available": false,
90316                        "construct": true,
90317                        "construct-only": false,
90318                        "controllable": true,
90319                        "default": "1",
90320                        "max": "10",
90321                        "min": "0",
90322                        "mutable": "null",
90323                        "readable": true,
90324                        "type": "gfloat",
90325                        "writable": true
90326                    },
90327                    "imix-18": {
90328                        "blurb": "Instrument mix gain 18",
90329                        "conditionally-available": false,
90330                        "construct": true,
90331                        "construct-only": false,
90332                        "controllable": true,
90333                        "default": "1",
90334                        "max": "10",
90335                        "min": "0",
90336                        "mutable": "null",
90337                        "readable": true,
90338                        "type": "gfloat",
90339                        "writable": true
90340                    },
90341                    "imix-19": {
90342                        "blurb": "Instrument mix gain 19",
90343                        "conditionally-available": false,
90344                        "construct": true,
90345                        "construct-only": false,
90346                        "controllable": true,
90347                        "default": "1",
90348                        "max": "10",
90349                        "min": "0",
90350                        "mutable": "null",
90351                        "readable": true,
90352                        "type": "gfloat",
90353                        "writable": true
90354                    },
90355                    "imix-2": {
90356                        "blurb": "Instrument mix gain 2",
90357                        "conditionally-available": false,
90358                        "construct": true,
90359                        "construct-only": false,
90360                        "controllable": true,
90361                        "default": "1",
90362                        "max": "10",
90363                        "min": "0",
90364                        "mutable": "null",
90365                        "readable": true,
90366                        "type": "gfloat",
90367                        "writable": true
90368                    },
90369                    "imix-20": {
90370                        "blurb": "Instrument mix gain 20",
90371                        "conditionally-available": false,
90372                        "construct": true,
90373                        "construct-only": false,
90374                        "controllable": true,
90375                        "default": "1",
90376                        "max": "10",
90377                        "min": "0",
90378                        "mutable": "null",
90379                        "readable": true,
90380                        "type": "gfloat",
90381                        "writable": true
90382                    },
90383                    "imix-21": {
90384                        "blurb": "Instrument mix gain 21",
90385                        "conditionally-available": false,
90386                        "construct": true,
90387                        "construct-only": false,
90388                        "controllable": true,
90389                        "default": "1",
90390                        "max": "10",
90391                        "min": "0",
90392                        "mutable": "null",
90393                        "readable": true,
90394                        "type": "gfloat",
90395                        "writable": true
90396                    },
90397                    "imix-22": {
90398                        "blurb": "Instrument mix gain 22",
90399                        "conditionally-available": false,
90400                        "construct": true,
90401                        "construct-only": false,
90402                        "controllable": true,
90403                        "default": "1",
90404                        "max": "10",
90405                        "min": "0",
90406                        "mutable": "null",
90407                        "readable": true,
90408                        "type": "gfloat",
90409                        "writable": true
90410                    },
90411                    "imix-23": {
90412                        "blurb": "Instrument mix gain 23",
90413                        "conditionally-available": false,
90414                        "construct": true,
90415                        "construct-only": false,
90416                        "controllable": true,
90417                        "default": "1",
90418                        "max": "10",
90419                        "min": "0",
90420                        "mutable": "null",
90421                        "readable": true,
90422                        "type": "gfloat",
90423                        "writable": true
90424                    },
90425                    "imix-3": {
90426                        "blurb": "Instrument mix gain 3",
90427                        "conditionally-available": false,
90428                        "construct": true,
90429                        "construct-only": false,
90430                        "controllable": true,
90431                        "default": "1",
90432                        "max": "10",
90433                        "min": "0",
90434                        "mutable": "null",
90435                        "readable": true,
90436                        "type": "gfloat",
90437                        "writable": true
90438                    },
90439                    "imix-4": {
90440                        "blurb": "Instrument mix gain 4",
90441                        "conditionally-available": false,
90442                        "construct": true,
90443                        "construct-only": false,
90444                        "controllable": true,
90445                        "default": "1",
90446                        "max": "10",
90447                        "min": "0",
90448                        "mutable": "null",
90449                        "readable": true,
90450                        "type": "gfloat",
90451                        "writable": true
90452                    },
90453                    "imix-5": {
90454                        "blurb": "Instrument mix gain 5",
90455                        "conditionally-available": false,
90456                        "construct": true,
90457                        "construct-only": false,
90458                        "controllable": true,
90459                        "default": "1",
90460                        "max": "10",
90461                        "min": "0",
90462                        "mutable": "null",
90463                        "readable": true,
90464                        "type": "gfloat",
90465                        "writable": true
90466                    },
90467                    "imix-6": {
90468                        "blurb": "Instrument mix gain 6",
90469                        "conditionally-available": false,
90470                        "construct": true,
90471                        "construct-only": false,
90472                        "controllable": true,
90473                        "default": "1",
90474                        "max": "10",
90475                        "min": "0",
90476                        "mutable": "null",
90477                        "readable": true,
90478                        "type": "gfloat",
90479                        "writable": true
90480                    },
90481                    "imix-7": {
90482                        "blurb": "Instrument mix gain 7",
90483                        "conditionally-available": false,
90484                        "construct": true,
90485                        "construct-only": false,
90486                        "controllable": true,
90487                        "default": "1",
90488                        "max": "10",
90489                        "min": "0",
90490                        "mutable": "null",
90491                        "readable": true,
90492                        "type": "gfloat",
90493                        "writable": true
90494                    },
90495                    "imix-8": {
90496                        "blurb": "Instrument mix gain 8",
90497                        "conditionally-available": false,
90498                        "construct": true,
90499                        "construct-only": false,
90500                        "controllable": true,
90501                        "default": "1",
90502                        "max": "10",
90503                        "min": "0",
90504                        "mutable": "null",
90505                        "readable": true,
90506                        "type": "gfloat",
90507                        "writable": true
90508                    },
90509                    "imix-9": {
90510                        "blurb": "Instrument mix gain 9",
90511                        "conditionally-available": false,
90512                        "construct": true,
90513                        "construct-only": false,
90514                        "controllable": true,
90515                        "default": "1",
90516                        "max": "10",
90517                        "min": "0",
90518                        "mutable": "null",
90519                        "readable": true,
90520                        "type": "gfloat",
90521                        "writable": true
90522                    },
90523                    "ion-0": {
90524                        "blurb": "Instrument on 0",
90525                        "conditionally-available": false,
90526                        "construct": true,
90527                        "construct-only": false,
90528                        "controllable": true,
90529                        "default": "false",
90530                        "mutable": "null",
90531                        "readable": true,
90532                        "type": "gboolean",
90533                        "writable": true
90534                    },
90535                    "ion-1": {
90536                        "blurb": "Instrument on 1",
90537                        "conditionally-available": false,
90538                        "construct": true,
90539                        "construct-only": false,
90540                        "controllable": true,
90541                        "default": "false",
90542                        "mutable": "null",
90543                        "readable": true,
90544                        "type": "gboolean",
90545                        "writable": true
90546                    },
90547                    "ion-10": {
90548                        "blurb": "Instrument on 10",
90549                        "conditionally-available": false,
90550                        "construct": true,
90551                        "construct-only": false,
90552                        "controllable": true,
90553                        "default": "false",
90554                        "mutable": "null",
90555                        "readable": true,
90556                        "type": "gboolean",
90557                        "writable": true
90558                    },
90559                    "ion-11": {
90560                        "blurb": "Instrument on 11",
90561                        "conditionally-available": false,
90562                        "construct": true,
90563                        "construct-only": false,
90564                        "controllable": true,
90565                        "default": "false",
90566                        "mutable": "null",
90567                        "readable": true,
90568                        "type": "gboolean",
90569                        "writable": true
90570                    },
90571                    "ion-12": {
90572                        "blurb": "Instrument on 12",
90573                        "conditionally-available": false,
90574                        "construct": true,
90575                        "construct-only": false,
90576                        "controllable": true,
90577                        "default": "false",
90578                        "mutable": "null",
90579                        "readable": true,
90580                        "type": "gboolean",
90581                        "writable": true
90582                    },
90583                    "ion-13": {
90584                        "blurb": "Instrument on 13",
90585                        "conditionally-available": false,
90586                        "construct": true,
90587                        "construct-only": false,
90588                        "controllable": true,
90589                        "default": "false",
90590                        "mutable": "null",
90591                        "readable": true,
90592                        "type": "gboolean",
90593                        "writable": true
90594                    },
90595                    "ion-14": {
90596                        "blurb": "Instrument on 14",
90597                        "conditionally-available": false,
90598                        "construct": true,
90599                        "construct-only": false,
90600                        "controllable": true,
90601                        "default": "false",
90602                        "mutable": "null",
90603                        "readable": true,
90604                        "type": "gboolean",
90605                        "writable": true
90606                    },
90607                    "ion-15": {
90608                        "blurb": "Instrument on 15",
90609                        "conditionally-available": false,
90610                        "construct": true,
90611                        "construct-only": false,
90612                        "controllable": true,
90613                        "default": "false",
90614                        "mutable": "null",
90615                        "readable": true,
90616                        "type": "gboolean",
90617                        "writable": true
90618                    },
90619                    "ion-16": {
90620                        "blurb": "Instrument on 16",
90621                        "conditionally-available": false,
90622                        "construct": true,
90623                        "construct-only": false,
90624                        "controllable": true,
90625                        "default": "false",
90626                        "mutable": "null",
90627                        "readable": true,
90628                        "type": "gboolean",
90629                        "writable": true
90630                    },
90631                    "ion-17": {
90632                        "blurb": "Instrument on 17",
90633                        "conditionally-available": false,
90634                        "construct": true,
90635                        "construct-only": false,
90636                        "controllable": true,
90637                        "default": "false",
90638                        "mutable": "null",
90639                        "readable": true,
90640                        "type": "gboolean",
90641                        "writable": true
90642                    },
90643                    "ion-18": {
90644                        "blurb": "Instrument on 18",
90645                        "conditionally-available": false,
90646                        "construct": true,
90647                        "construct-only": false,
90648                        "controllable": true,
90649                        "default": "false",
90650                        "mutable": "null",
90651                        "readable": true,
90652                        "type": "gboolean",
90653                        "writable": true
90654                    },
90655                    "ion-19": {
90656                        "blurb": "Instrument on 19",
90657                        "conditionally-available": false,
90658                        "construct": true,
90659                        "construct-only": false,
90660                        "controllable": true,
90661                        "default": "false",
90662                        "mutable": "null",
90663                        "readable": true,
90664                        "type": "gboolean",
90665                        "writable": true
90666                    },
90667                    "ion-2": {
90668                        "blurb": "Instrument on 2",
90669                        "conditionally-available": false,
90670                        "construct": true,
90671                        "construct-only": false,
90672                        "controllable": true,
90673                        "default": "false",
90674                        "mutable": "null",
90675                        "readable": true,
90676                        "type": "gboolean",
90677                        "writable": true
90678                    },
90679                    "ion-20": {
90680                        "blurb": "Instrument on 20",
90681                        "conditionally-available": false,
90682                        "construct": true,
90683                        "construct-only": false,
90684                        "controllable": true,
90685                        "default": "false",
90686                        "mutable": "null",
90687                        "readable": true,
90688                        "type": "gboolean",
90689                        "writable": true
90690                    },
90691                    "ion-21": {
90692                        "blurb": "Instrument on 21",
90693                        "conditionally-available": false,
90694                        "construct": true,
90695                        "construct-only": false,
90696                        "controllable": true,
90697                        "default": "false",
90698                        "mutable": "null",
90699                        "readable": true,
90700                        "type": "gboolean",
90701                        "writable": true
90702                    },
90703                    "ion-22": {
90704                        "blurb": "Instrument on 22",
90705                        "conditionally-available": false,
90706                        "construct": true,
90707                        "construct-only": false,
90708                        "controllable": true,
90709                        "default": "false",
90710                        "mutable": "null",
90711                        "readable": true,
90712                        "type": "gboolean",
90713                        "writable": true
90714                    },
90715                    "ion-23": {
90716                        "blurb": "Instrument on 23",
90717                        "conditionally-available": false,
90718                        "construct": true,
90719                        "construct-only": false,
90720                        "controllable": true,
90721                        "default": "false",
90722                        "mutable": "null",
90723                        "readable": true,
90724                        "type": "gboolean",
90725                        "writable": true
90726                    },
90727                    "ion-3": {
90728                        "blurb": "Instrument on 3",
90729                        "conditionally-available": false,
90730                        "construct": true,
90731                        "construct-only": false,
90732                        "controllable": true,
90733                        "default": "false",
90734                        "mutable": "null",
90735                        "readable": true,
90736                        "type": "gboolean",
90737                        "writable": true
90738                    },
90739                    "ion-4": {
90740                        "blurb": "Instrument on 4",
90741                        "conditionally-available": false,
90742                        "construct": true,
90743                        "construct-only": false,
90744                        "controllable": true,
90745                        "default": "false",
90746                        "mutable": "null",
90747                        "readable": true,
90748                        "type": "gboolean",
90749                        "writable": true
90750                    },
90751                    "ion-5": {
90752                        "blurb": "Instrument on 5",
90753                        "conditionally-available": false,
90754                        "construct": true,
90755                        "construct-only": false,
90756                        "controllable": true,
90757                        "default": "false",
90758                        "mutable": "null",
90759                        "readable": true,
90760                        "type": "gboolean",
90761                        "writable": true
90762                    },
90763                    "ion-6": {
90764                        "blurb": "Instrument on 6",
90765                        "conditionally-available": false,
90766                        "construct": true,
90767                        "construct-only": false,
90768                        "controllable": true,
90769                        "default": "false",
90770                        "mutable": "null",
90771                        "readable": true,
90772                        "type": "gboolean",
90773                        "writable": true
90774                    },
90775                    "ion-7": {
90776                        "blurb": "Instrument on 7",
90777                        "conditionally-available": false,
90778                        "construct": true,
90779                        "construct-only": false,
90780                        "controllable": true,
90781                        "default": "false",
90782                        "mutable": "null",
90783                        "readable": true,
90784                        "type": "gboolean",
90785                        "writable": true
90786                    },
90787                    "ion-8": {
90788                        "blurb": "Instrument on 8",
90789                        "conditionally-available": false,
90790                        "construct": true,
90791                        "construct-only": false,
90792                        "controllable": true,
90793                        "default": "false",
90794                        "mutable": "null",
90795                        "readable": true,
90796                        "type": "gboolean",
90797                        "writable": true
90798                    },
90799                    "ion-9": {
90800                        "blurb": "Instrument on 9",
90801                        "conditionally-available": false,
90802                        "construct": true,
90803                        "construct-only": false,
90804                        "controllable": true,
90805                        "default": "false",
90806                        "mutable": "null",
90807                        "readable": true,
90808                        "type": "gboolean",
90809                        "writable": true
90810                    },
90811                    "msel": {
90812                        "blurb": "Area selector",
90813                        "conditionally-available": false,
90814                        "construct": true,
90815                        "construct-only": false,
90816                        "controllable": true,
90817                        "default": "Instruments (0)",
90818                        "mutable": "null",
90819                        "readable": true,
90820                        "type": "lsp-plug-in-plugins-lv2-multisampler-x24msel",
90821                        "writable": true
90822                    },
90823                    "mute": {
90824                        "blurb": "Forced mute",
90825                        "conditionally-available": false,
90826                        "construct": true,
90827                        "construct-only": false,
90828                        "controllable": true,
90829                        "default": "false",
90830                        "mutable": "null",
90831                        "readable": true,
90832                        "type": "gboolean",
90833                        "writable": true
90834                    },
90835                    "muting": {
90836                        "blurb": "Mute on stop",
90837                        "conditionally-available": false,
90838                        "construct": true,
90839                        "construct-only": false,
90840                        "controllable": true,
90841                        "default": "false",
90842                        "mutable": "null",
90843                        "readable": true,
90844                        "type": "gboolean",
90845                        "writable": true
90846                    },
90847                    "noff": {
90848                        "blurb": "Note-off handling",
90849                        "conditionally-available": false,
90850                        "construct": true,
90851                        "construct-only": false,
90852                        "controllable": true,
90853                        "default": "false",
90854                        "mutable": "null",
90855                        "readable": true,
90856                        "type": "gboolean",
90857                        "writable": true
90858                    },
90859                    "out-latency": {
90860                        "blurb": "Latency OUT",
90861                        "conditionally-available": false,
90862                        "construct": false,
90863                        "construct-only": false,
90864                        "controllable": true,
90865                        "default": "0",
90866                        "max": "192000",
90867                        "min": "0",
90868                        "mutable": "null",
90869                        "readable": true,
90870                        "type": "gint",
90871                        "writable": false
90872                    },
90873                    "panl-0": {
90874                        "blurb": "Instrument panorama left 0",
90875                        "conditionally-available": false,
90876                        "construct": true,
90877                        "construct-only": false,
90878                        "controllable": true,
90879                        "default": "-100",
90880                        "max": "100",
90881                        "min": "-100",
90882                        "mutable": "null",
90883                        "readable": true,
90884                        "type": "gfloat",
90885                        "writable": true
90886                    },
90887                    "panl-1": {
90888                        "blurb": "Instrument panorama left 1",
90889                        "conditionally-available": false,
90890                        "construct": true,
90891                        "construct-only": false,
90892                        "controllable": true,
90893                        "default": "-100",
90894                        "max": "100",
90895                        "min": "-100",
90896                        "mutable": "null",
90897                        "readable": true,
90898                        "type": "gfloat",
90899                        "writable": true
90900                    },
90901                    "panl-10": {
90902                        "blurb": "Instrument panorama left 10",
90903                        "conditionally-available": false,
90904                        "construct": true,
90905                        "construct-only": false,
90906                        "controllable": true,
90907                        "default": "-100",
90908                        "max": "100",
90909                        "min": "-100",
90910                        "mutable": "null",
90911                        "readable": true,
90912                        "type": "gfloat",
90913                        "writable": true
90914                    },
90915                    "panl-11": {
90916                        "blurb": "Instrument panorama left 11",
90917                        "conditionally-available": false,
90918                        "construct": true,
90919                        "construct-only": false,
90920                        "controllable": true,
90921                        "default": "-100",
90922                        "max": "100",
90923                        "min": "-100",
90924                        "mutable": "null",
90925                        "readable": true,
90926                        "type": "gfloat",
90927                        "writable": true
90928                    },
90929                    "panl-12": {
90930                        "blurb": "Instrument panorama left 12",
90931                        "conditionally-available": false,
90932                        "construct": true,
90933                        "construct-only": false,
90934                        "controllable": true,
90935                        "default": "-100",
90936                        "max": "100",
90937                        "min": "-100",
90938                        "mutable": "null",
90939                        "readable": true,
90940                        "type": "gfloat",
90941                        "writable": true
90942                    },
90943                    "panl-13": {
90944                        "blurb": "Instrument panorama left 13",
90945                        "conditionally-available": false,
90946                        "construct": true,
90947                        "construct-only": false,
90948                        "controllable": true,
90949                        "default": "-100",
90950                        "max": "100",
90951                        "min": "-100",
90952                        "mutable": "null",
90953                        "readable": true,
90954                        "type": "gfloat",
90955                        "writable": true
90956                    },
90957                    "panl-14": {
90958                        "blurb": "Instrument panorama left 14",
90959                        "conditionally-available": false,
90960                        "construct": true,
90961                        "construct-only": false,
90962                        "controllable": true,
90963                        "default": "-100",
90964                        "max": "100",
90965                        "min": "-100",
90966                        "mutable": "null",
90967                        "readable": true,
90968                        "type": "gfloat",
90969                        "writable": true
90970                    },
90971                    "panl-15": {
90972                        "blurb": "Instrument panorama left 15",
90973                        "conditionally-available": false,
90974                        "construct": true,
90975                        "construct-only": false,
90976                        "controllable": true,
90977                        "default": "-100",
90978                        "max": "100",
90979                        "min": "-100",
90980                        "mutable": "null",
90981                        "readable": true,
90982                        "type": "gfloat",
90983                        "writable": true
90984                    },
90985                    "panl-16": {
90986                        "blurb": "Instrument panorama left 16",
90987                        "conditionally-available": false,
90988                        "construct": true,
90989                        "construct-only": false,
90990                        "controllable": true,
90991                        "default": "-100",
90992                        "max": "100",
90993                        "min": "-100",
90994                        "mutable": "null",
90995                        "readable": true,
90996                        "type": "gfloat",
90997                        "writable": true
90998                    },
90999                    "panl-17": {
91000                        "blurb": "Instrument panorama left 17",
91001                        "conditionally-available": false,
91002                        "construct": true,
91003                        "construct-only": false,
91004                        "controllable": true,
91005                        "default": "-100",
91006                        "max": "100",
91007                        "min": "-100",
91008                        "mutable": "null",
91009                        "readable": true,
91010                        "type": "gfloat",
91011                        "writable": true
91012                    },
91013                    "panl-18": {
91014                        "blurb": "Instrument panorama left 18",
91015                        "conditionally-available": false,
91016                        "construct": true,
91017                        "construct-only": false,
91018                        "controllable": true,
91019                        "default": "-100",
91020                        "max": "100",
91021                        "min": "-100",
91022                        "mutable": "null",
91023                        "readable": true,
91024                        "type": "gfloat",
91025                        "writable": true
91026                    },
91027                    "panl-19": {
91028                        "blurb": "Instrument panorama left 19",
91029                        "conditionally-available": false,
91030                        "construct": true,
91031                        "construct-only": false,
91032                        "controllable": true,
91033                        "default": "-100",
91034                        "max": "100",
91035                        "min": "-100",
91036                        "mutable": "null",
91037                        "readable": true,
91038                        "type": "gfloat",
91039                        "writable": true
91040                    },
91041                    "panl-2": {
91042                        "blurb": "Instrument panorama left 2",
91043                        "conditionally-available": false,
91044                        "construct": true,
91045                        "construct-only": false,
91046                        "controllable": true,
91047                        "default": "-100",
91048                        "max": "100",
91049                        "min": "-100",
91050                        "mutable": "null",
91051                        "readable": true,
91052                        "type": "gfloat",
91053                        "writable": true
91054                    },
91055                    "panl-20": {
91056                        "blurb": "Instrument panorama left 20",
91057                        "conditionally-available": false,
91058                        "construct": true,
91059                        "construct-only": false,
91060                        "controllable": true,
91061                        "default": "-100",
91062                        "max": "100",
91063                        "min": "-100",
91064                        "mutable": "null",
91065                        "readable": true,
91066                        "type": "gfloat",
91067                        "writable": true
91068                    },
91069                    "panl-21": {
91070                        "blurb": "Instrument panorama left 21",
91071                        "conditionally-available": false,
91072                        "construct": true,
91073                        "construct-only": false,
91074                        "controllable": true,
91075                        "default": "-100",
91076                        "max": "100",
91077                        "min": "-100",
91078                        "mutable": "null",
91079                        "readable": true,
91080                        "type": "gfloat",
91081                        "writable": true
91082                    },
91083                    "panl-22": {
91084                        "blurb": "Instrument panorama left 22",
91085                        "conditionally-available": false,
91086                        "construct": true,
91087                        "construct-only": false,
91088                        "controllable": true,
91089                        "default": "-100",
91090                        "max": "100",
91091                        "min": "-100",
91092                        "mutable": "null",
91093                        "readable": true,
91094                        "type": "gfloat",
91095                        "writable": true
91096                    },
91097                    "panl-23": {
91098                        "blurb": "Instrument panorama left 23",
91099                        "conditionally-available": false,
91100                        "construct": true,
91101                        "construct-only": false,
91102                        "controllable": true,
91103                        "default": "-100",
91104                        "max": "100",
91105                        "min": "-100",
91106                        "mutable": "null",
91107                        "readable": true,
91108                        "type": "gfloat",
91109                        "writable": true
91110                    },
91111                    "panl-3": {
91112                        "blurb": "Instrument panorama left 3",
91113                        "conditionally-available": false,
91114                        "construct": true,
91115                        "construct-only": false,
91116                        "controllable": true,
91117                        "default": "-100",
91118                        "max": "100",
91119                        "min": "-100",
91120                        "mutable": "null",
91121                        "readable": true,
91122                        "type": "gfloat",
91123                        "writable": true
91124                    },
91125                    "panl-4": {
91126                        "blurb": "Instrument panorama left 4",
91127                        "conditionally-available": false,
91128                        "construct": true,
91129                        "construct-only": false,
91130                        "controllable": true,
91131                        "default": "-100",
91132                        "max": "100",
91133                        "min": "-100",
91134                        "mutable": "null",
91135                        "readable": true,
91136                        "type": "gfloat",
91137                        "writable": true
91138                    },
91139                    "panl-5": {
91140                        "blurb": "Instrument panorama left 5",
91141                        "conditionally-available": false,
91142                        "construct": true,
91143                        "construct-only": false,
91144                        "controllable": true,
91145                        "default": "-100",
91146                        "max": "100",
91147                        "min": "-100",
91148                        "mutable": "null",
91149                        "readable": true,
91150                        "type": "gfloat",
91151                        "writable": true
91152                    },
91153                    "panl-6": {
91154                        "blurb": "Instrument panorama left 6",
91155                        "conditionally-available": false,
91156                        "construct": true,
91157                        "construct-only": false,
91158                        "controllable": true,
91159                        "default": "-100",
91160                        "max": "100",
91161                        "min": "-100",
91162                        "mutable": "null",
91163                        "readable": true,
91164                        "type": "gfloat",
91165                        "writable": true
91166                    },
91167                    "panl-7": {
91168                        "blurb": "Instrument panorama left 7",
91169                        "conditionally-available": false,
91170                        "construct": true,
91171                        "construct-only": false,
91172                        "controllable": true,
91173                        "default": "-100",
91174                        "max": "100",
91175                        "min": "-100",
91176                        "mutable": "null",
91177                        "readable": true,
91178                        "type": "gfloat",
91179                        "writable": true
91180                    },
91181                    "panl-8": {
91182                        "blurb": "Instrument panorama left 8",
91183                        "conditionally-available": false,
91184                        "construct": true,
91185                        "construct-only": false,
91186                        "controllable": true,
91187                        "default": "-100",
91188                        "max": "100",
91189                        "min": "-100",
91190                        "mutable": "null",
91191                        "readable": true,
91192                        "type": "gfloat",
91193                        "writable": true
91194                    },
91195                    "panl-9": {
91196                        "blurb": "Instrument panorama left 9",
91197                        "conditionally-available": false,
91198                        "construct": true,
91199                        "construct-only": false,
91200                        "controllable": true,
91201                        "default": "-100",
91202                        "max": "100",
91203                        "min": "-100",
91204                        "mutable": "null",
91205                        "readable": true,
91206                        "type": "gfloat",
91207                        "writable": true
91208                    },
91209                    "panr-0": {
91210                        "blurb": "Instrument manorama right 0",
91211                        "conditionally-available": false,
91212                        "construct": true,
91213                        "construct-only": false,
91214                        "controllable": true,
91215                        "default": "100",
91216                        "max": "100",
91217                        "min": "-100",
91218                        "mutable": "null",
91219                        "readable": true,
91220                        "type": "gfloat",
91221                        "writable": true
91222                    },
91223                    "panr-1": {
91224                        "blurb": "Instrument manorama right 1",
91225                        "conditionally-available": false,
91226                        "construct": true,
91227                        "construct-only": false,
91228                        "controllable": true,
91229                        "default": "100",
91230                        "max": "100",
91231                        "min": "-100",
91232                        "mutable": "null",
91233                        "readable": true,
91234                        "type": "gfloat",
91235                        "writable": true
91236                    },
91237                    "panr-10": {
91238                        "blurb": "Instrument manorama right 10",
91239                        "conditionally-available": false,
91240                        "construct": true,
91241                        "construct-only": false,
91242                        "controllable": true,
91243                        "default": "100",
91244                        "max": "100",
91245                        "min": "-100",
91246                        "mutable": "null",
91247                        "readable": true,
91248                        "type": "gfloat",
91249                        "writable": true
91250                    },
91251                    "panr-11": {
91252                        "blurb": "Instrument manorama right 11",
91253                        "conditionally-available": false,
91254                        "construct": true,
91255                        "construct-only": false,
91256                        "controllable": true,
91257                        "default": "100",
91258                        "max": "100",
91259                        "min": "-100",
91260                        "mutable": "null",
91261                        "readable": true,
91262                        "type": "gfloat",
91263                        "writable": true
91264                    },
91265                    "panr-12": {
91266                        "blurb": "Instrument manorama right 12",
91267                        "conditionally-available": false,
91268                        "construct": true,
91269                        "construct-only": false,
91270                        "controllable": true,
91271                        "default": "100",
91272                        "max": "100",
91273                        "min": "-100",
91274                        "mutable": "null",
91275                        "readable": true,
91276                        "type": "gfloat",
91277                        "writable": true
91278                    },
91279                    "panr-13": {
91280                        "blurb": "Instrument manorama right 13",
91281                        "conditionally-available": false,
91282                        "construct": true,
91283                        "construct-only": false,
91284                        "controllable": true,
91285                        "default": "100",
91286                        "max": "100",
91287                        "min": "-100",
91288                        "mutable": "null",
91289                        "readable": true,
91290                        "type": "gfloat",
91291                        "writable": true
91292                    },
91293                    "panr-14": {
91294                        "blurb": "Instrument manorama right 14",
91295                        "conditionally-available": false,
91296                        "construct": true,
91297                        "construct-only": false,
91298                        "controllable": true,
91299                        "default": "100",
91300                        "max": "100",
91301                        "min": "-100",
91302                        "mutable": "null",
91303                        "readable": true,
91304                        "type": "gfloat",
91305                        "writable": true
91306                    },
91307                    "panr-15": {
91308                        "blurb": "Instrument manorama right 15",
91309                        "conditionally-available": false,
91310                        "construct": true,
91311                        "construct-only": false,
91312                        "controllable": true,
91313                        "default": "100",
91314                        "max": "100",
91315                        "min": "-100",
91316                        "mutable": "null",
91317                        "readable": true,
91318                        "type": "gfloat",
91319                        "writable": true
91320                    },
91321                    "panr-16": {
91322                        "blurb": "Instrument manorama right 16",
91323                        "conditionally-available": false,
91324                        "construct": true,
91325                        "construct-only": false,
91326                        "controllable": true,
91327                        "default": "100",
91328                        "max": "100",
91329                        "min": "-100",
91330                        "mutable": "null",
91331                        "readable": true,
91332                        "type": "gfloat",
91333                        "writable": true
91334                    },
91335                    "panr-17": {
91336                        "blurb": "Instrument manorama right 17",
91337                        "conditionally-available": false,
91338                        "construct": true,
91339                        "construct-only": false,
91340                        "controllable": true,
91341                        "default": "100",
91342                        "max": "100",
91343                        "min": "-100",
91344                        "mutable": "null",
91345                        "readable": true,
91346                        "type": "gfloat",
91347                        "writable": true
91348                    },
91349                    "panr-18": {
91350                        "blurb": "Instrument manorama right 18",
91351                        "conditionally-available": false,
91352                        "construct": true,
91353                        "construct-only": false,
91354                        "controllable": true,
91355                        "default": "100",
91356                        "max": "100",
91357                        "min": "-100",
91358                        "mutable": "null",
91359                        "readable": true,
91360                        "type": "gfloat",
91361                        "writable": true
91362                    },
91363                    "panr-19": {
91364                        "blurb": "Instrument manorama right 19",
91365                        "conditionally-available": false,
91366                        "construct": true,
91367                        "construct-only": false,
91368                        "controllable": true,
91369                        "default": "100",
91370                        "max": "100",
91371                        "min": "-100",
91372                        "mutable": "null",
91373                        "readable": true,
91374                        "type": "gfloat",
91375                        "writable": true
91376                    },
91377                    "panr-2": {
91378                        "blurb": "Instrument manorama right 2",
91379                        "conditionally-available": false,
91380                        "construct": true,
91381                        "construct-only": false,
91382                        "controllable": true,
91383                        "default": "100",
91384                        "max": "100",
91385                        "min": "-100",
91386                        "mutable": "null",
91387                        "readable": true,
91388                        "type": "gfloat",
91389                        "writable": true
91390                    },
91391                    "panr-20": {
91392                        "blurb": "Instrument manorama right 20",
91393                        "conditionally-available": false,
91394                        "construct": true,
91395                        "construct-only": false,
91396                        "controllable": true,
91397                        "default": "100",
91398                        "max": "100",
91399                        "min": "-100",
91400                        "mutable": "null",
91401                        "readable": true,
91402                        "type": "gfloat",
91403                        "writable": true
91404                    },
91405                    "panr-21": {
91406                        "blurb": "Instrument manorama right 21",
91407                        "conditionally-available": false,
91408                        "construct": true,
91409                        "construct-only": false,
91410                        "controllable": true,
91411                        "default": "100",
91412                        "max": "100",
91413                        "min": "-100",
91414                        "mutable": "null",
91415                        "readable": true,
91416                        "type": "gfloat",
91417                        "writable": true
91418                    },
91419                    "panr-22": {
91420                        "blurb": "Instrument manorama right 22",
91421                        "conditionally-available": false,
91422                        "construct": true,
91423                        "construct-only": false,
91424                        "controllable": true,
91425                        "default": "100",
91426                        "max": "100",
91427                        "min": "-100",
91428                        "mutable": "null",
91429                        "readable": true,
91430                        "type": "gfloat",
91431                        "writable": true
91432                    },
91433                    "panr-23": {
91434                        "blurb": "Instrument manorama right 23",
91435                        "conditionally-available": false,
91436                        "construct": true,
91437                        "construct-only": false,
91438                        "controllable": true,
91439                        "default": "100",
91440                        "max": "100",
91441                        "min": "-100",
91442                        "mutable": "null",
91443                        "readable": true,
91444                        "type": "gfloat",
91445                        "writable": true
91446                    },
91447                    "panr-3": {
91448                        "blurb": "Instrument manorama right 3",
91449                        "conditionally-available": false,
91450                        "construct": true,
91451                        "construct-only": false,
91452                        "controllable": true,
91453                        "default": "100",
91454                        "max": "100",
91455                        "min": "-100",
91456                        "mutable": "null",
91457                        "readable": true,
91458                        "type": "gfloat",
91459                        "writable": true
91460                    },
91461                    "panr-4": {
91462                        "blurb": "Instrument manorama right 4",
91463                        "conditionally-available": false,
91464                        "construct": true,
91465                        "construct-only": false,
91466                        "controllable": true,
91467                        "default": "100",
91468                        "max": "100",
91469                        "min": "-100",
91470                        "mutable": "null",
91471                        "readable": true,
91472                        "type": "gfloat",
91473                        "writable": true
91474                    },
91475                    "panr-5": {
91476                        "blurb": "Instrument manorama right 5",
91477                        "conditionally-available": false,
91478                        "construct": true,
91479                        "construct-only": false,
91480                        "controllable": true,
91481                        "default": "100",
91482                        "max": "100",
91483                        "min": "-100",
91484                        "mutable": "null",
91485                        "readable": true,
91486                        "type": "gfloat",
91487                        "writable": true
91488                    },
91489                    "panr-6": {
91490                        "blurb": "Instrument manorama right 6",
91491                        "conditionally-available": false,
91492                        "construct": true,
91493                        "construct-only": false,
91494                        "controllable": true,
91495                        "default": "100",
91496                        "max": "100",
91497                        "min": "-100",
91498                        "mutable": "null",
91499                        "readable": true,
91500                        "type": "gfloat",
91501                        "writable": true
91502                    },
91503                    "panr-7": {
91504                        "blurb": "Instrument manorama right 7",
91505                        "conditionally-available": false,
91506                        "construct": true,
91507                        "construct-only": false,
91508                        "controllable": true,
91509                        "default": "100",
91510                        "max": "100",
91511                        "min": "-100",
91512                        "mutable": "null",
91513                        "readable": true,
91514                        "type": "gfloat",
91515                        "writable": true
91516                    },
91517                    "panr-8": {
91518                        "blurb": "Instrument manorama right 8",
91519                        "conditionally-available": false,
91520                        "construct": true,
91521                        "construct-only": false,
91522                        "controllable": true,
91523                        "default": "100",
91524                        "max": "100",
91525                        "min": "-100",
91526                        "mutable": "null",
91527                        "readable": true,
91528                        "type": "gfloat",
91529                        "writable": true
91530                    },
91531                    "panr-9": {
91532                        "blurb": "Instrument manorama right 9",
91533                        "conditionally-available": false,
91534                        "construct": true,
91535                        "construct-only": false,
91536                        "controllable": true,
91537                        "default": "100",
91538                        "max": "100",
91539                        "min": "-100",
91540                        "mutable": "null",
91541                        "readable": true,
91542                        "type": "gfloat",
91543                        "writable": true
91544                    },
91545                    "wet": {
91546                        "blurb": "Wet amount",
91547                        "conditionally-available": false,
91548                        "construct": true,
91549                        "construct-only": false,
91550                        "controllable": true,
91551                        "default": "1",
91552                        "max": "10",
91553                        "min": "0",
91554                        "mutable": "null",
91555                        "readable": true,
91556                        "type": "gfloat",
91557                        "writable": true
91558                    }
91559                },
91560                "rank": "none"
91561            },
91562            "lsp-plug-in-plugins-lv2-multisampler-x48": {
91563                "author": "LSP LV2",
91564                "description": "LSP Multi-Sampler x48 Stereo",
91565                "hierarchy": [
91566                    "lsp-plug-in-plugins-lv2-multisampler-x48",
91567                    "GstAudioFilter",
91568                    "GstBaseTransform",
91569                    "GstElement",
91570                    "GstObject",
91571                    "GInitiallyUnowned",
91572                    "GObject"
91573                ],
91574                "interfaces": [
91575                    "GstPreset"
91576                ],
91577                "klass": "Filter/Effect/Audio/LV2/Instrument",
91578                "long-name": "LSP Multi-Sampler x48 Stereo",
91579                "pad-templates": {
91580                    "sink": {
91581                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
91582                        "direction": "sink",
91583                        "presence": "always"
91584                    },
91585                    "src": {
91586                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
91587                        "direction": "src",
91588                        "presence": "always"
91589                    }
91590                },
91591                "properties": {
91592                    "bypass": {
91593                        "blurb": "Bypass",
91594                        "conditionally-available": false,
91595                        "construct": true,
91596                        "construct-only": false,
91597                        "controllable": true,
91598                        "default": "false",
91599                        "mutable": "null",
91600                        "readable": true,
91601                        "type": "gboolean",
91602                        "writable": true
91603                    },
91604                    "dry": {
91605                        "blurb": "Dry amount",
91606                        "conditionally-available": false,
91607                        "construct": true,
91608                        "construct-only": false,
91609                        "controllable": true,
91610                        "default": "1",
91611                        "max": "10",
91612                        "min": "0",
91613                        "mutable": "null",
91614                        "readable": true,
91615                        "type": "gfloat",
91616                        "writable": true
91617                    },
91618                    "fout": {
91619                        "blurb": "Note-off fadeout",
91620                        "conditionally-available": false,
91621                        "construct": true,
91622                        "construct-only": false,
91623                        "controllable": true,
91624                        "default": "10",
91625                        "max": "50",
91626                        "min": "0",
91627                        "mutable": "null",
91628                        "readable": true,
91629                        "type": "gfloat",
91630                        "writable": true
91631                    },
91632                    "g-out": {
91633                        "blurb": "Output gain",
91634                        "conditionally-available": false,
91635                        "construct": true,
91636                        "construct-only": false,
91637                        "controllable": true,
91638                        "default": "1",
91639                        "max": "10",
91640                        "min": "0",
91641                        "mutable": "null",
91642                        "readable": true,
91643                        "type": "gfloat",
91644                        "writable": true
91645                    },
91646                    "iact-0": {
91647                        "blurb": "Instrument activity 0",
91648                        "conditionally-available": false,
91649                        "construct": false,
91650                        "construct-only": false,
91651                        "controllable": true,
91652                        "default": "false",
91653                        "mutable": "null",
91654                        "readable": true,
91655                        "type": "gboolean",
91656                        "writable": false
91657                    },
91658                    "iact-1": {
91659                        "blurb": "Instrument activity 1",
91660                        "conditionally-available": false,
91661                        "construct": false,
91662                        "construct-only": false,
91663                        "controllable": true,
91664                        "default": "false",
91665                        "mutable": "null",
91666                        "readable": true,
91667                        "type": "gboolean",
91668                        "writable": false
91669                    },
91670                    "iact-10": {
91671                        "blurb": "Instrument activity 10",
91672                        "conditionally-available": false,
91673                        "construct": false,
91674                        "construct-only": false,
91675                        "controllable": true,
91676                        "default": "false",
91677                        "mutable": "null",
91678                        "readable": true,
91679                        "type": "gboolean",
91680                        "writable": false
91681                    },
91682                    "iact-11": {
91683                        "blurb": "Instrument activity 11",
91684                        "conditionally-available": false,
91685                        "construct": false,
91686                        "construct-only": false,
91687                        "controllable": true,
91688                        "default": "false",
91689                        "mutable": "null",
91690                        "readable": true,
91691                        "type": "gboolean",
91692                        "writable": false
91693                    },
91694                    "iact-12": {
91695                        "blurb": "Instrument activity 12",
91696                        "conditionally-available": false,
91697                        "construct": false,
91698                        "construct-only": false,
91699                        "controllable": true,
91700                        "default": "false",
91701                        "mutable": "null",
91702                        "readable": true,
91703                        "type": "gboolean",
91704                        "writable": false
91705                    },
91706                    "iact-13": {
91707                        "blurb": "Instrument activity 13",
91708                        "conditionally-available": false,
91709                        "construct": false,
91710                        "construct-only": false,
91711                        "controllable": true,
91712                        "default": "false",
91713                        "mutable": "null",
91714                        "readable": true,
91715                        "type": "gboolean",
91716                        "writable": false
91717                    },
91718                    "iact-14": {
91719                        "blurb": "Instrument activity 14",
91720                        "conditionally-available": false,
91721                        "construct": false,
91722                        "construct-only": false,
91723                        "controllable": true,
91724                        "default": "false",
91725                        "mutable": "null",
91726                        "readable": true,
91727                        "type": "gboolean",
91728                        "writable": false
91729                    },
91730                    "iact-15": {
91731                        "blurb": "Instrument activity 15",
91732                        "conditionally-available": false,
91733                        "construct": false,
91734                        "construct-only": false,
91735                        "controllable": true,
91736                        "default": "false",
91737                        "mutable": "null",
91738                        "readable": true,
91739                        "type": "gboolean",
91740                        "writable": false
91741                    },
91742                    "iact-16": {
91743                        "blurb": "Instrument activity 16",
91744                        "conditionally-available": false,
91745                        "construct": false,
91746                        "construct-only": false,
91747                        "controllable": true,
91748                        "default": "false",
91749                        "mutable": "null",
91750                        "readable": true,
91751                        "type": "gboolean",
91752                        "writable": false
91753                    },
91754                    "iact-17": {
91755                        "blurb": "Instrument activity 17",
91756                        "conditionally-available": false,
91757                        "construct": false,
91758                        "construct-only": false,
91759                        "controllable": true,
91760                        "default": "false",
91761                        "mutable": "null",
91762                        "readable": true,
91763                        "type": "gboolean",
91764                        "writable": false
91765                    },
91766                    "iact-18": {
91767                        "blurb": "Instrument activity 18",
91768                        "conditionally-available": false,
91769                        "construct": false,
91770                        "construct-only": false,
91771                        "controllable": true,
91772                        "default": "false",
91773                        "mutable": "null",
91774                        "readable": true,
91775                        "type": "gboolean",
91776                        "writable": false
91777                    },
91778                    "iact-19": {
91779                        "blurb": "Instrument activity 19",
91780                        "conditionally-available": false,
91781                        "construct": false,
91782                        "construct-only": false,
91783                        "controllable": true,
91784                        "default": "false",
91785                        "mutable": "null",
91786                        "readable": true,
91787                        "type": "gboolean",
91788                        "writable": false
91789                    },
91790                    "iact-2": {
91791                        "blurb": "Instrument activity 2",
91792                        "conditionally-available": false,
91793                        "construct": false,
91794                        "construct-only": false,
91795                        "controllable": true,
91796                        "default": "false",
91797                        "mutable": "null",
91798                        "readable": true,
91799                        "type": "gboolean",
91800                        "writable": false
91801                    },
91802                    "iact-20": {
91803                        "blurb": "Instrument activity 20",
91804                        "conditionally-available": false,
91805                        "construct": false,
91806                        "construct-only": false,
91807                        "controllable": true,
91808                        "default": "false",
91809                        "mutable": "null",
91810                        "readable": true,
91811                        "type": "gboolean",
91812                        "writable": false
91813                    },
91814                    "iact-21": {
91815                        "blurb": "Instrument activity 21",
91816                        "conditionally-available": false,
91817                        "construct": false,
91818                        "construct-only": false,
91819                        "controllable": true,
91820                        "default": "false",
91821                        "mutable": "null",
91822                        "readable": true,
91823                        "type": "gboolean",
91824                        "writable": false
91825                    },
91826                    "iact-22": {
91827                        "blurb": "Instrument activity 22",
91828                        "conditionally-available": false,
91829                        "construct": false,
91830                        "construct-only": false,
91831                        "controllable": true,
91832                        "default": "false",
91833                        "mutable": "null",
91834                        "readable": true,
91835                        "type": "gboolean",
91836                        "writable": false
91837                    },
91838                    "iact-23": {
91839                        "blurb": "Instrument activity 23",
91840                        "conditionally-available": false,
91841                        "construct": false,
91842                        "construct-only": false,
91843                        "controllable": true,
91844                        "default": "false",
91845                        "mutable": "null",
91846                        "readable": true,
91847                        "type": "gboolean",
91848                        "writable": false
91849                    },
91850                    "iact-24": {
91851                        "blurb": "Instrument activity 24",
91852                        "conditionally-available": false,
91853                        "construct": false,
91854                        "construct-only": false,
91855                        "controllable": true,
91856                        "default": "false",
91857                        "mutable": "null",
91858                        "readable": true,
91859                        "type": "gboolean",
91860                        "writable": false
91861                    },
91862                    "iact-25": {
91863                        "blurb": "Instrument activity 25",
91864                        "conditionally-available": false,
91865                        "construct": false,
91866                        "construct-only": false,
91867                        "controllable": true,
91868                        "default": "false",
91869                        "mutable": "null",
91870                        "readable": true,
91871                        "type": "gboolean",
91872                        "writable": false
91873                    },
91874                    "iact-26": {
91875                        "blurb": "Instrument activity 26",
91876                        "conditionally-available": false,
91877                        "construct": false,
91878                        "construct-only": false,
91879                        "controllable": true,
91880                        "default": "false",
91881                        "mutable": "null",
91882                        "readable": true,
91883                        "type": "gboolean",
91884                        "writable": false
91885                    },
91886                    "iact-27": {
91887                        "blurb": "Instrument activity 27",
91888                        "conditionally-available": false,
91889                        "construct": false,
91890                        "construct-only": false,
91891                        "controllable": true,
91892                        "default": "false",
91893                        "mutable": "null",
91894                        "readable": true,
91895                        "type": "gboolean",
91896                        "writable": false
91897                    },
91898                    "iact-28": {
91899                        "blurb": "Instrument activity 28",
91900                        "conditionally-available": false,
91901                        "construct": false,
91902                        "construct-only": false,
91903                        "controllable": true,
91904                        "default": "false",
91905                        "mutable": "null",
91906                        "readable": true,
91907                        "type": "gboolean",
91908                        "writable": false
91909                    },
91910                    "iact-29": {
91911                        "blurb": "Instrument activity 29",
91912                        "conditionally-available": false,
91913                        "construct": false,
91914                        "construct-only": false,
91915                        "controllable": true,
91916                        "default": "false",
91917                        "mutable": "null",
91918                        "readable": true,
91919                        "type": "gboolean",
91920                        "writable": false
91921                    },
91922                    "iact-3": {
91923                        "blurb": "Instrument activity 3",
91924                        "conditionally-available": false,
91925                        "construct": false,
91926                        "construct-only": false,
91927                        "controllable": true,
91928                        "default": "false",
91929                        "mutable": "null",
91930                        "readable": true,
91931                        "type": "gboolean",
91932                        "writable": false
91933                    },
91934                    "iact-30": {
91935                        "blurb": "Instrument activity 30",
91936                        "conditionally-available": false,
91937                        "construct": false,
91938                        "construct-only": false,
91939                        "controllable": true,
91940                        "default": "false",
91941                        "mutable": "null",
91942                        "readable": true,
91943                        "type": "gboolean",
91944                        "writable": false
91945                    },
91946                    "iact-31": {
91947                        "blurb": "Instrument activity 31",
91948                        "conditionally-available": false,
91949                        "construct": false,
91950                        "construct-only": false,
91951                        "controllable": true,
91952                        "default": "false",
91953                        "mutable": "null",
91954                        "readable": true,
91955                        "type": "gboolean",
91956                        "writable": false
91957                    },
91958                    "iact-32": {
91959                        "blurb": "Instrument activity 32",
91960                        "conditionally-available": false,
91961                        "construct": false,
91962                        "construct-only": false,
91963                        "controllable": true,
91964                        "default": "false",
91965                        "mutable": "null",
91966                        "readable": true,
91967                        "type": "gboolean",
91968                        "writable": false
91969                    },
91970                    "iact-33": {
91971                        "blurb": "Instrument activity 33",
91972                        "conditionally-available": false,
91973                        "construct": false,
91974                        "construct-only": false,
91975                        "controllable": true,
91976                        "default": "false",
91977                        "mutable": "null",
91978                        "readable": true,
91979                        "type": "gboolean",
91980                        "writable": false
91981                    },
91982                    "iact-34": {
91983                        "blurb": "Instrument activity 34",
91984                        "conditionally-available": false,
91985                        "construct": false,
91986                        "construct-only": false,
91987                        "controllable": true,
91988                        "default": "false",
91989                        "mutable": "null",
91990                        "readable": true,
91991                        "type": "gboolean",
91992                        "writable": false
91993                    },
91994                    "iact-35": {
91995                        "blurb": "Instrument activity 35",
91996                        "conditionally-available": false,
91997                        "construct": false,
91998                        "construct-only": false,
91999                        "controllable": true,
92000                        "default": "false",
92001                        "mutable": "null",
92002                        "readable": true,
92003                        "type": "gboolean",
92004                        "writable": false
92005                    },
92006                    "iact-36": {
92007                        "blurb": "Instrument activity 36",
92008                        "conditionally-available": false,
92009                        "construct": false,
92010                        "construct-only": false,
92011                        "controllable": true,
92012                        "default": "false",
92013                        "mutable": "null",
92014                        "readable": true,
92015                        "type": "gboolean",
92016                        "writable": false
92017                    },
92018                    "iact-37": {
92019                        "blurb": "Instrument activity 37",
92020                        "conditionally-available": false,
92021                        "construct": false,
92022                        "construct-only": false,
92023                        "controllable": true,
92024                        "default": "false",
92025                        "mutable": "null",
92026                        "readable": true,
92027                        "type": "gboolean",
92028                        "writable": false
92029                    },
92030                    "iact-38": {
92031                        "blurb": "Instrument activity 38",
92032                        "conditionally-available": false,
92033                        "construct": false,
92034                        "construct-only": false,
92035                        "controllable": true,
92036                        "default": "false",
92037                        "mutable": "null",
92038                        "readable": true,
92039                        "type": "gboolean",
92040                        "writable": false
92041                    },
92042                    "iact-39": {
92043                        "blurb": "Instrument activity 39",
92044                        "conditionally-available": false,
92045                        "construct": false,
92046                        "construct-only": false,
92047                        "controllable": true,
92048                        "default": "false",
92049                        "mutable": "null",
92050                        "readable": true,
92051                        "type": "gboolean",
92052                        "writable": false
92053                    },
92054                    "iact-4": {
92055                        "blurb": "Instrument activity 4",
92056                        "conditionally-available": false,
92057                        "construct": false,
92058                        "construct-only": false,
92059                        "controllable": true,
92060                        "default": "false",
92061                        "mutable": "null",
92062                        "readable": true,
92063                        "type": "gboolean",
92064                        "writable": false
92065                    },
92066                    "iact-40": {
92067                        "blurb": "Instrument activity 40",
92068                        "conditionally-available": false,
92069                        "construct": false,
92070                        "construct-only": false,
92071                        "controllable": true,
92072                        "default": "false",
92073                        "mutable": "null",
92074                        "readable": true,
92075                        "type": "gboolean",
92076                        "writable": false
92077                    },
92078                    "iact-41": {
92079                        "blurb": "Instrument activity 41",
92080                        "conditionally-available": false,
92081                        "construct": false,
92082                        "construct-only": false,
92083                        "controllable": true,
92084                        "default": "false",
92085                        "mutable": "null",
92086                        "readable": true,
92087                        "type": "gboolean",
92088                        "writable": false
92089                    },
92090                    "iact-42": {
92091                        "blurb": "Instrument activity 42",
92092                        "conditionally-available": false,
92093                        "construct": false,
92094                        "construct-only": false,
92095                        "controllable": true,
92096                        "default": "false",
92097                        "mutable": "null",
92098                        "readable": true,
92099                        "type": "gboolean",
92100                        "writable": false
92101                    },
92102                    "iact-43": {
92103                        "blurb": "Instrument activity 43",
92104                        "conditionally-available": false,
92105                        "construct": false,
92106                        "construct-only": false,
92107                        "controllable": true,
92108                        "default": "false",
92109                        "mutable": "null",
92110                        "readable": true,
92111                        "type": "gboolean",
92112                        "writable": false
92113                    },
92114                    "iact-44": {
92115                        "blurb": "Instrument activity 44",
92116                        "conditionally-available": false,
92117                        "construct": false,
92118                        "construct-only": false,
92119                        "controllable": true,
92120                        "default": "false",
92121                        "mutable": "null",
92122                        "readable": true,
92123                        "type": "gboolean",
92124                        "writable": false
92125                    },
92126                    "iact-45": {
92127                        "blurb": "Instrument activity 45",
92128                        "conditionally-available": false,
92129                        "construct": false,
92130                        "construct-only": false,
92131                        "controllable": true,
92132                        "default": "false",
92133                        "mutable": "null",
92134                        "readable": true,
92135                        "type": "gboolean",
92136                        "writable": false
92137                    },
92138                    "iact-46": {
92139                        "blurb": "Instrument activity 46",
92140                        "conditionally-available": false,
92141                        "construct": false,
92142                        "construct-only": false,
92143                        "controllable": true,
92144                        "default": "false",
92145                        "mutable": "null",
92146                        "readable": true,
92147                        "type": "gboolean",
92148                        "writable": false
92149                    },
92150                    "iact-47": {
92151                        "blurb": "Instrument activity 47",
92152                        "conditionally-available": false,
92153                        "construct": false,
92154                        "construct-only": false,
92155                        "controllable": true,
92156                        "default": "false",
92157                        "mutable": "null",
92158                        "readable": true,
92159                        "type": "gboolean",
92160                        "writable": false
92161                    },
92162                    "iact-5": {
92163                        "blurb": "Instrument activity 5",
92164                        "conditionally-available": false,
92165                        "construct": false,
92166                        "construct-only": false,
92167                        "controllable": true,
92168                        "default": "false",
92169                        "mutable": "null",
92170                        "readable": true,
92171                        "type": "gboolean",
92172                        "writable": false
92173                    },
92174                    "iact-6": {
92175                        "blurb": "Instrument activity 6",
92176                        "conditionally-available": false,
92177                        "construct": false,
92178                        "construct-only": false,
92179                        "controllable": true,
92180                        "default": "false",
92181                        "mutable": "null",
92182                        "readable": true,
92183                        "type": "gboolean",
92184                        "writable": false
92185                    },
92186                    "iact-7": {
92187                        "blurb": "Instrument activity 7",
92188                        "conditionally-available": false,
92189                        "construct": false,
92190                        "construct-only": false,
92191                        "controllable": true,
92192                        "default": "false",
92193                        "mutable": "null",
92194                        "readable": true,
92195                        "type": "gboolean",
92196                        "writable": false
92197                    },
92198                    "iact-8": {
92199                        "blurb": "Instrument activity 8",
92200                        "conditionally-available": false,
92201                        "construct": false,
92202                        "construct-only": false,
92203                        "controllable": true,
92204                        "default": "false",
92205                        "mutable": "null",
92206                        "readable": true,
92207                        "type": "gboolean",
92208                        "writable": false
92209                    },
92210                    "iact-9": {
92211                        "blurb": "Instrument activity 9",
92212                        "conditionally-available": false,
92213                        "construct": false,
92214                        "construct-only": false,
92215                        "controllable": true,
92216                        "default": "false",
92217                        "mutable": "null",
92218                        "readable": true,
92219                        "type": "gboolean",
92220                        "writable": false
92221                    },
92222                    "imix-0": {
92223                        "blurb": "Instrument mix gain 0",
92224                        "conditionally-available": false,
92225                        "construct": true,
92226                        "construct-only": false,
92227                        "controllable": true,
92228                        "default": "1",
92229                        "max": "10",
92230                        "min": "0",
92231                        "mutable": "null",
92232                        "readable": true,
92233                        "type": "gfloat",
92234                        "writable": true
92235                    },
92236                    "imix-1": {
92237                        "blurb": "Instrument mix gain 1",
92238                        "conditionally-available": false,
92239                        "construct": true,
92240                        "construct-only": false,
92241                        "controllable": true,
92242                        "default": "1",
92243                        "max": "10",
92244                        "min": "0",
92245                        "mutable": "null",
92246                        "readable": true,
92247                        "type": "gfloat",
92248                        "writable": true
92249                    },
92250                    "imix-10": {
92251                        "blurb": "Instrument mix gain 10",
92252                        "conditionally-available": false,
92253                        "construct": true,
92254                        "construct-only": false,
92255                        "controllable": true,
92256                        "default": "1",
92257                        "max": "10",
92258                        "min": "0",
92259                        "mutable": "null",
92260                        "readable": true,
92261                        "type": "gfloat",
92262                        "writable": true
92263                    },
92264                    "imix-11": {
92265                        "blurb": "Instrument mix gain 11",
92266                        "conditionally-available": false,
92267                        "construct": true,
92268                        "construct-only": false,
92269                        "controllable": true,
92270                        "default": "1",
92271                        "max": "10",
92272                        "min": "0",
92273                        "mutable": "null",
92274                        "readable": true,
92275                        "type": "gfloat",
92276                        "writable": true
92277                    },
92278                    "imix-12": {
92279                        "blurb": "Instrument mix gain 12",
92280                        "conditionally-available": false,
92281                        "construct": true,
92282                        "construct-only": false,
92283                        "controllable": true,
92284                        "default": "1",
92285                        "max": "10",
92286                        "min": "0",
92287                        "mutable": "null",
92288                        "readable": true,
92289                        "type": "gfloat",
92290                        "writable": true
92291                    },
92292                    "imix-13": {
92293                        "blurb": "Instrument mix gain 13",
92294                        "conditionally-available": false,
92295                        "construct": true,
92296                        "construct-only": false,
92297                        "controllable": true,
92298                        "default": "1",
92299                        "max": "10",
92300                        "min": "0",
92301                        "mutable": "null",
92302                        "readable": true,
92303                        "type": "gfloat",
92304                        "writable": true
92305                    },
92306                    "imix-14": {
92307                        "blurb": "Instrument mix gain 14",
92308                        "conditionally-available": false,
92309                        "construct": true,
92310                        "construct-only": false,
92311                        "controllable": true,
92312                        "default": "1",
92313                        "max": "10",
92314                        "min": "0",
92315                        "mutable": "null",
92316                        "readable": true,
92317                        "type": "gfloat",
92318                        "writable": true
92319                    },
92320                    "imix-15": {
92321                        "blurb": "Instrument mix gain 15",
92322                        "conditionally-available": false,
92323                        "construct": true,
92324                        "construct-only": false,
92325                        "controllable": true,
92326                        "default": "1",
92327                        "max": "10",
92328                        "min": "0",
92329                        "mutable": "null",
92330                        "readable": true,
92331                        "type": "gfloat",
92332                        "writable": true
92333                    },
92334                    "imix-16": {
92335                        "blurb": "Instrument mix gain 16",
92336                        "conditionally-available": false,
92337                        "construct": true,
92338                        "construct-only": false,
92339                        "controllable": true,
92340                        "default": "1",
92341                        "max": "10",
92342                        "min": "0",
92343                        "mutable": "null",
92344                        "readable": true,
92345                        "type": "gfloat",
92346                        "writable": true
92347                    },
92348                    "imix-17": {
92349                        "blurb": "Instrument mix gain 17",
92350                        "conditionally-available": false,
92351                        "construct": true,
92352                        "construct-only": false,
92353                        "controllable": true,
92354                        "default": "1",
92355                        "max": "10",
92356                        "min": "0",
92357                        "mutable": "null",
92358                        "readable": true,
92359                        "type": "gfloat",
92360                        "writable": true
92361                    },
92362                    "imix-18": {
92363                        "blurb": "Instrument mix gain 18",
92364                        "conditionally-available": false,
92365                        "construct": true,
92366                        "construct-only": false,
92367                        "controllable": true,
92368                        "default": "1",
92369                        "max": "10",
92370                        "min": "0",
92371                        "mutable": "null",
92372                        "readable": true,
92373                        "type": "gfloat",
92374                        "writable": true
92375                    },
92376                    "imix-19": {
92377                        "blurb": "Instrument mix gain 19",
92378                        "conditionally-available": false,
92379                        "construct": true,
92380                        "construct-only": false,
92381                        "controllable": true,
92382                        "default": "1",
92383                        "max": "10",
92384                        "min": "0",
92385                        "mutable": "null",
92386                        "readable": true,
92387                        "type": "gfloat",
92388                        "writable": true
92389                    },
92390                    "imix-2": {
92391                        "blurb": "Instrument mix gain 2",
92392                        "conditionally-available": false,
92393                        "construct": true,
92394                        "construct-only": false,
92395                        "controllable": true,
92396                        "default": "1",
92397                        "max": "10",
92398                        "min": "0",
92399                        "mutable": "null",
92400                        "readable": true,
92401                        "type": "gfloat",
92402                        "writable": true
92403                    },
92404                    "imix-20": {
92405                        "blurb": "Instrument mix gain 20",
92406                        "conditionally-available": false,
92407                        "construct": true,
92408                        "construct-only": false,
92409                        "controllable": true,
92410                        "default": "1",
92411                        "max": "10",
92412                        "min": "0",
92413                        "mutable": "null",
92414                        "readable": true,
92415                        "type": "gfloat",
92416                        "writable": true
92417                    },
92418                    "imix-21": {
92419                        "blurb": "Instrument mix gain 21",
92420                        "conditionally-available": false,
92421                        "construct": true,
92422                        "construct-only": false,
92423                        "controllable": true,
92424                        "default": "1",
92425                        "max": "10",
92426                        "min": "0",
92427                        "mutable": "null",
92428                        "readable": true,
92429                        "type": "gfloat",
92430                        "writable": true
92431                    },
92432                    "imix-22": {
92433                        "blurb": "Instrument mix gain 22",
92434                        "conditionally-available": false,
92435                        "construct": true,
92436                        "construct-only": false,
92437                        "controllable": true,
92438                        "default": "1",
92439                        "max": "10",
92440                        "min": "0",
92441                        "mutable": "null",
92442                        "readable": true,
92443                        "type": "gfloat",
92444                        "writable": true
92445                    },
92446                    "imix-23": {
92447                        "blurb": "Instrument mix gain 23",
92448                        "conditionally-available": false,
92449                        "construct": true,
92450                        "construct-only": false,
92451                        "controllable": true,
92452                        "default": "1",
92453                        "max": "10",
92454                        "min": "0",
92455                        "mutable": "null",
92456                        "readable": true,
92457                        "type": "gfloat",
92458                        "writable": true
92459                    },
92460                    "imix-24": {
92461                        "blurb": "Instrument mix gain 24",
92462                        "conditionally-available": false,
92463                        "construct": true,
92464                        "construct-only": false,
92465                        "controllable": true,
92466                        "default": "1",
92467                        "max": "10",
92468                        "min": "0",
92469                        "mutable": "null",
92470                        "readable": true,
92471                        "type": "gfloat",
92472                        "writable": true
92473                    },
92474                    "imix-25": {
92475                        "blurb": "Instrument mix gain 25",
92476                        "conditionally-available": false,
92477                        "construct": true,
92478                        "construct-only": false,
92479                        "controllable": true,
92480                        "default": "1",
92481                        "max": "10",
92482                        "min": "0",
92483                        "mutable": "null",
92484                        "readable": true,
92485                        "type": "gfloat",
92486                        "writable": true
92487                    },
92488                    "imix-26": {
92489                        "blurb": "Instrument mix gain 26",
92490                        "conditionally-available": false,
92491                        "construct": true,
92492                        "construct-only": false,
92493                        "controllable": true,
92494                        "default": "1",
92495                        "max": "10",
92496                        "min": "0",
92497                        "mutable": "null",
92498                        "readable": true,
92499                        "type": "gfloat",
92500                        "writable": true
92501                    },
92502                    "imix-27": {
92503                        "blurb": "Instrument mix gain 27",
92504                        "conditionally-available": false,
92505                        "construct": true,
92506                        "construct-only": false,
92507                        "controllable": true,
92508                        "default": "1",
92509                        "max": "10",
92510                        "min": "0",
92511                        "mutable": "null",
92512                        "readable": true,
92513                        "type": "gfloat",
92514                        "writable": true
92515                    },
92516                    "imix-28": {
92517                        "blurb": "Instrument mix gain 28",
92518                        "conditionally-available": false,
92519                        "construct": true,
92520                        "construct-only": false,
92521                        "controllable": true,
92522                        "default": "1",
92523                        "max": "10",
92524                        "min": "0",
92525                        "mutable": "null",
92526                        "readable": true,
92527                        "type": "gfloat",
92528                        "writable": true
92529                    },
92530                    "imix-29": {
92531                        "blurb": "Instrument mix gain 29",
92532                        "conditionally-available": false,
92533                        "construct": true,
92534                        "construct-only": false,
92535                        "controllable": true,
92536                        "default": "1",
92537                        "max": "10",
92538                        "min": "0",
92539                        "mutable": "null",
92540                        "readable": true,
92541                        "type": "gfloat",
92542                        "writable": true
92543                    },
92544                    "imix-3": {
92545                        "blurb": "Instrument mix gain 3",
92546                        "conditionally-available": false,
92547                        "construct": true,
92548                        "construct-only": false,
92549                        "controllable": true,
92550                        "default": "1",
92551                        "max": "10",
92552                        "min": "0",
92553                        "mutable": "null",
92554                        "readable": true,
92555                        "type": "gfloat",
92556                        "writable": true
92557                    },
92558                    "imix-30": {
92559                        "blurb": "Instrument mix gain 30",
92560                        "conditionally-available": false,
92561                        "construct": true,
92562                        "construct-only": false,
92563                        "controllable": true,
92564                        "default": "1",
92565                        "max": "10",
92566                        "min": "0",
92567                        "mutable": "null",
92568                        "readable": true,
92569                        "type": "gfloat",
92570                        "writable": true
92571                    },
92572                    "imix-31": {
92573                        "blurb": "Instrument mix gain 31",
92574                        "conditionally-available": false,
92575                        "construct": true,
92576                        "construct-only": false,
92577                        "controllable": true,
92578                        "default": "1",
92579                        "max": "10",
92580                        "min": "0",
92581                        "mutable": "null",
92582                        "readable": true,
92583                        "type": "gfloat",
92584                        "writable": true
92585                    },
92586                    "imix-32": {
92587                        "blurb": "Instrument mix gain 32",
92588                        "conditionally-available": false,
92589                        "construct": true,
92590                        "construct-only": false,
92591                        "controllable": true,
92592                        "default": "1",
92593                        "max": "10",
92594                        "min": "0",
92595                        "mutable": "null",
92596                        "readable": true,
92597                        "type": "gfloat",
92598                        "writable": true
92599                    },
92600                    "imix-33": {
92601                        "blurb": "Instrument mix gain 33",
92602                        "conditionally-available": false,
92603                        "construct": true,
92604                        "construct-only": false,
92605                        "controllable": true,
92606                        "default": "1",
92607                        "max": "10",
92608                        "min": "0",
92609                        "mutable": "null",
92610                        "readable": true,
92611                        "type": "gfloat",
92612                        "writable": true
92613                    },
92614                    "imix-34": {
92615                        "blurb": "Instrument mix gain 34",
92616                        "conditionally-available": false,
92617                        "construct": true,
92618                        "construct-only": false,
92619                        "controllable": true,
92620                        "default": "1",
92621                        "max": "10",
92622                        "min": "0",
92623                        "mutable": "null",
92624                        "readable": true,
92625                        "type": "gfloat",
92626                        "writable": true
92627                    },
92628                    "imix-35": {
92629                        "blurb": "Instrument mix gain 35",
92630                        "conditionally-available": false,
92631                        "construct": true,
92632                        "construct-only": false,
92633                        "controllable": true,
92634                        "default": "1",
92635                        "max": "10",
92636                        "min": "0",
92637                        "mutable": "null",
92638                        "readable": true,
92639                        "type": "gfloat",
92640                        "writable": true
92641                    },
92642                    "imix-36": {
92643                        "blurb": "Instrument mix gain 36",
92644                        "conditionally-available": false,
92645                        "construct": true,
92646                        "construct-only": false,
92647                        "controllable": true,
92648                        "default": "1",
92649                        "max": "10",
92650                        "min": "0",
92651                        "mutable": "null",
92652                        "readable": true,
92653                        "type": "gfloat",
92654                        "writable": true
92655                    },
92656                    "imix-37": {
92657                        "blurb": "Instrument mix gain 37",
92658                        "conditionally-available": false,
92659                        "construct": true,
92660                        "construct-only": false,
92661                        "controllable": true,
92662                        "default": "1",
92663                        "max": "10",
92664                        "min": "0",
92665                        "mutable": "null",
92666                        "readable": true,
92667                        "type": "gfloat",
92668                        "writable": true
92669                    },
92670                    "imix-38": {
92671                        "blurb": "Instrument mix gain 38",
92672                        "conditionally-available": false,
92673                        "construct": true,
92674                        "construct-only": false,
92675                        "controllable": true,
92676                        "default": "1",
92677                        "max": "10",
92678                        "min": "0",
92679                        "mutable": "null",
92680                        "readable": true,
92681                        "type": "gfloat",
92682                        "writable": true
92683                    },
92684                    "imix-39": {
92685                        "blurb": "Instrument mix gain 39",
92686                        "conditionally-available": false,
92687                        "construct": true,
92688                        "construct-only": false,
92689                        "controllable": true,
92690                        "default": "1",
92691                        "max": "10",
92692                        "min": "0",
92693                        "mutable": "null",
92694                        "readable": true,
92695                        "type": "gfloat",
92696                        "writable": true
92697                    },
92698                    "imix-4": {
92699                        "blurb": "Instrument mix gain 4",
92700                        "conditionally-available": false,
92701                        "construct": true,
92702                        "construct-only": false,
92703                        "controllable": true,
92704                        "default": "1",
92705                        "max": "10",
92706                        "min": "0",
92707                        "mutable": "null",
92708                        "readable": true,
92709                        "type": "gfloat",
92710                        "writable": true
92711                    },
92712                    "imix-40": {
92713                        "blurb": "Instrument mix gain 40",
92714                        "conditionally-available": false,
92715                        "construct": true,
92716                        "construct-only": false,
92717                        "controllable": true,
92718                        "default": "1",
92719                        "max": "10",
92720                        "min": "0",
92721                        "mutable": "null",
92722                        "readable": true,
92723                        "type": "gfloat",
92724                        "writable": true
92725                    },
92726                    "imix-41": {
92727                        "blurb": "Instrument mix gain 41",
92728                        "conditionally-available": false,
92729                        "construct": true,
92730                        "construct-only": false,
92731                        "controllable": true,
92732                        "default": "1",
92733                        "max": "10",
92734                        "min": "0",
92735                        "mutable": "null",
92736                        "readable": true,
92737                        "type": "gfloat",
92738                        "writable": true
92739                    },
92740                    "imix-42": {
92741                        "blurb": "Instrument mix gain 42",
92742                        "conditionally-available": false,
92743                        "construct": true,
92744                        "construct-only": false,
92745                        "controllable": true,
92746                        "default": "1",
92747                        "max": "10",
92748                        "min": "0",
92749                        "mutable": "null",
92750                        "readable": true,
92751                        "type": "gfloat",
92752                        "writable": true
92753                    },
92754                    "imix-43": {
92755                        "blurb": "Instrument mix gain 43",
92756                        "conditionally-available": false,
92757                        "construct": true,
92758                        "construct-only": false,
92759                        "controllable": true,
92760                        "default": "1",
92761                        "max": "10",
92762                        "min": "0",
92763                        "mutable": "null",
92764                        "readable": true,
92765                        "type": "gfloat",
92766                        "writable": true
92767                    },
92768                    "imix-44": {
92769                        "blurb": "Instrument mix gain 44",
92770                        "conditionally-available": false,
92771                        "construct": true,
92772                        "construct-only": false,
92773                        "controllable": true,
92774                        "default": "1",
92775                        "max": "10",
92776                        "min": "0",
92777                        "mutable": "null",
92778                        "readable": true,
92779                        "type": "gfloat",
92780                        "writable": true
92781                    },
92782                    "imix-45": {
92783                        "blurb": "Instrument mix gain 45",
92784                        "conditionally-available": false,
92785                        "construct": true,
92786                        "construct-only": false,
92787                        "controllable": true,
92788                        "default": "1",
92789                        "max": "10",
92790                        "min": "0",
92791                        "mutable": "null",
92792                        "readable": true,
92793                        "type": "gfloat",
92794                        "writable": true
92795                    },
92796                    "imix-46": {
92797                        "blurb": "Instrument mix gain 46",
92798                        "conditionally-available": false,
92799                        "construct": true,
92800                        "construct-only": false,
92801                        "controllable": true,
92802                        "default": "1",
92803                        "max": "10",
92804                        "min": "0",
92805                        "mutable": "null",
92806                        "readable": true,
92807                        "type": "gfloat",
92808                        "writable": true
92809                    },
92810                    "imix-47": {
92811                        "blurb": "Instrument mix gain 47",
92812                        "conditionally-available": false,
92813                        "construct": true,
92814                        "construct-only": false,
92815                        "controllable": true,
92816                        "default": "1",
92817                        "max": "10",
92818                        "min": "0",
92819                        "mutable": "null",
92820                        "readable": true,
92821                        "type": "gfloat",
92822                        "writable": true
92823                    },
92824                    "imix-5": {
92825                        "blurb": "Instrument mix gain 5",
92826                        "conditionally-available": false,
92827                        "construct": true,
92828                        "construct-only": false,
92829                        "controllable": true,
92830                        "default": "1",
92831                        "max": "10",
92832                        "min": "0",
92833                        "mutable": "null",
92834                        "readable": true,
92835                        "type": "gfloat",
92836                        "writable": true
92837                    },
92838                    "imix-6": {
92839                        "blurb": "Instrument mix gain 6",
92840                        "conditionally-available": false,
92841                        "construct": true,
92842                        "construct-only": false,
92843                        "controllable": true,
92844                        "default": "1",
92845                        "max": "10",
92846                        "min": "0",
92847                        "mutable": "null",
92848                        "readable": true,
92849                        "type": "gfloat",
92850                        "writable": true
92851                    },
92852                    "imix-7": {
92853                        "blurb": "Instrument mix gain 7",
92854                        "conditionally-available": false,
92855                        "construct": true,
92856                        "construct-only": false,
92857                        "controllable": true,
92858                        "default": "1",
92859                        "max": "10",
92860                        "min": "0",
92861                        "mutable": "null",
92862                        "readable": true,
92863                        "type": "gfloat",
92864                        "writable": true
92865                    },
92866                    "imix-8": {
92867                        "blurb": "Instrument mix gain 8",
92868                        "conditionally-available": false,
92869                        "construct": true,
92870                        "construct-only": false,
92871                        "controllable": true,
92872                        "default": "1",
92873                        "max": "10",
92874                        "min": "0",
92875                        "mutable": "null",
92876                        "readable": true,
92877                        "type": "gfloat",
92878                        "writable": true
92879                    },
92880                    "imix-9": {
92881                        "blurb": "Instrument mix gain 9",
92882                        "conditionally-available": false,
92883                        "construct": true,
92884                        "construct-only": false,
92885                        "controllable": true,
92886                        "default": "1",
92887                        "max": "10",
92888                        "min": "0",
92889                        "mutable": "null",
92890                        "readable": true,
92891                        "type": "gfloat",
92892                        "writable": true
92893                    },
92894                    "ion-0": {
92895                        "blurb": "Instrument on 0",
92896                        "conditionally-available": false,
92897                        "construct": true,
92898                        "construct-only": false,
92899                        "controllable": true,
92900                        "default": "false",
92901                        "mutable": "null",
92902                        "readable": true,
92903                        "type": "gboolean",
92904                        "writable": true
92905                    },
92906                    "ion-1": {
92907                        "blurb": "Instrument on 1",
92908                        "conditionally-available": false,
92909                        "construct": true,
92910                        "construct-only": false,
92911                        "controllable": true,
92912                        "default": "false",
92913                        "mutable": "null",
92914                        "readable": true,
92915                        "type": "gboolean",
92916                        "writable": true
92917                    },
92918                    "ion-10": {
92919                        "blurb": "Instrument on 10",
92920                        "conditionally-available": false,
92921                        "construct": true,
92922                        "construct-only": false,
92923                        "controllable": true,
92924                        "default": "false",
92925                        "mutable": "null",
92926                        "readable": true,
92927                        "type": "gboolean",
92928                        "writable": true
92929                    },
92930                    "ion-11": {
92931                        "blurb": "Instrument on 11",
92932                        "conditionally-available": false,
92933                        "construct": true,
92934                        "construct-only": false,
92935                        "controllable": true,
92936                        "default": "false",
92937                        "mutable": "null",
92938                        "readable": true,
92939                        "type": "gboolean",
92940                        "writable": true
92941                    },
92942                    "ion-12": {
92943                        "blurb": "Instrument on 12",
92944                        "conditionally-available": false,
92945                        "construct": true,
92946                        "construct-only": false,
92947                        "controllable": true,
92948                        "default": "false",
92949                        "mutable": "null",
92950                        "readable": true,
92951                        "type": "gboolean",
92952                        "writable": true
92953                    },
92954                    "ion-13": {
92955                        "blurb": "Instrument on 13",
92956                        "conditionally-available": false,
92957                        "construct": true,
92958                        "construct-only": false,
92959                        "controllable": true,
92960                        "default": "false",
92961                        "mutable": "null",
92962                        "readable": true,
92963                        "type": "gboolean",
92964                        "writable": true
92965                    },
92966                    "ion-14": {
92967                        "blurb": "Instrument on 14",
92968                        "conditionally-available": false,
92969                        "construct": true,
92970                        "construct-only": false,
92971                        "controllable": true,
92972                        "default": "false",
92973                        "mutable": "null",
92974                        "readable": true,
92975                        "type": "gboolean",
92976                        "writable": true
92977                    },
92978                    "ion-15": {
92979                        "blurb": "Instrument on 15",
92980                        "conditionally-available": false,
92981                        "construct": true,
92982                        "construct-only": false,
92983                        "controllable": true,
92984                        "default": "false",
92985                        "mutable": "null",
92986                        "readable": true,
92987                        "type": "gboolean",
92988                        "writable": true
92989                    },
92990                    "ion-16": {
92991                        "blurb": "Instrument on 16",
92992                        "conditionally-available": false,
92993                        "construct": true,
92994                        "construct-only": false,
92995                        "controllable": true,
92996                        "default": "false",
92997                        "mutable": "null",
92998                        "readable": true,
92999                        "type": "gboolean",
93000                        "writable": true
93001                    },
93002                    "ion-17": {
93003                        "blurb": "Instrument on 17",
93004                        "conditionally-available": false,
93005                        "construct": true,
93006                        "construct-only": false,
93007                        "controllable": true,
93008                        "default": "false",
93009                        "mutable": "null",
93010                        "readable": true,
93011                        "type": "gboolean",
93012                        "writable": true
93013                    },
93014                    "ion-18": {
93015                        "blurb": "Instrument on 18",
93016                        "conditionally-available": false,
93017                        "construct": true,
93018                        "construct-only": false,
93019                        "controllable": true,
93020                        "default": "false",
93021                        "mutable": "null",
93022                        "readable": true,
93023                        "type": "gboolean",
93024                        "writable": true
93025                    },
93026                    "ion-19": {
93027                        "blurb": "Instrument on 19",
93028                        "conditionally-available": false,
93029                        "construct": true,
93030                        "construct-only": false,
93031                        "controllable": true,
93032                        "default": "false",
93033                        "mutable": "null",
93034                        "readable": true,
93035                        "type": "gboolean",
93036                        "writable": true
93037                    },
93038                    "ion-2": {
93039                        "blurb": "Instrument on 2",
93040                        "conditionally-available": false,
93041                        "construct": true,
93042                        "construct-only": false,
93043                        "controllable": true,
93044                        "default": "false",
93045                        "mutable": "null",
93046                        "readable": true,
93047                        "type": "gboolean",
93048                        "writable": true
93049                    },
93050                    "ion-20": {
93051                        "blurb": "Instrument on 20",
93052                        "conditionally-available": false,
93053                        "construct": true,
93054                        "construct-only": false,
93055                        "controllable": true,
93056                        "default": "false",
93057                        "mutable": "null",
93058                        "readable": true,
93059                        "type": "gboolean",
93060                        "writable": true
93061                    },
93062                    "ion-21": {
93063                        "blurb": "Instrument on 21",
93064                        "conditionally-available": false,
93065                        "construct": true,
93066                        "construct-only": false,
93067                        "controllable": true,
93068                        "default": "false",
93069                        "mutable": "null",
93070                        "readable": true,
93071                        "type": "gboolean",
93072                        "writable": true
93073                    },
93074                    "ion-22": {
93075                        "blurb": "Instrument on 22",
93076                        "conditionally-available": false,
93077                        "construct": true,
93078                        "construct-only": false,
93079                        "controllable": true,
93080                        "default": "false",
93081                        "mutable": "null",
93082                        "readable": true,
93083                        "type": "gboolean",
93084                        "writable": true
93085                    },
93086                    "ion-23": {
93087                        "blurb": "Instrument on 23",
93088                        "conditionally-available": false,
93089                        "construct": true,
93090                        "construct-only": false,
93091                        "controllable": true,
93092                        "default": "false",
93093                        "mutable": "null",
93094                        "readable": true,
93095                        "type": "gboolean",
93096                        "writable": true
93097                    },
93098                    "ion-24": {
93099                        "blurb": "Instrument on 24",
93100                        "conditionally-available": false,
93101                        "construct": true,
93102                        "construct-only": false,
93103                        "controllable": true,
93104                        "default": "false",
93105                        "mutable": "null",
93106                        "readable": true,
93107                        "type": "gboolean",
93108                        "writable": true
93109                    },
93110                    "ion-25": {
93111                        "blurb": "Instrument on 25",
93112                        "conditionally-available": false,
93113                        "construct": true,
93114                        "construct-only": false,
93115                        "controllable": true,
93116                        "default": "false",
93117                        "mutable": "null",
93118                        "readable": true,
93119                        "type": "gboolean",
93120                        "writable": true
93121                    },
93122                    "ion-26": {
93123                        "blurb": "Instrument on 26",
93124                        "conditionally-available": false,
93125                        "construct": true,
93126                        "construct-only": false,
93127                        "controllable": true,
93128                        "default": "false",
93129                        "mutable": "null",
93130                        "readable": true,
93131                        "type": "gboolean",
93132                        "writable": true
93133                    },
93134                    "ion-27": {
93135                        "blurb": "Instrument on 27",
93136                        "conditionally-available": false,
93137                        "construct": true,
93138                        "construct-only": false,
93139                        "controllable": true,
93140                        "default": "false",
93141                        "mutable": "null",
93142                        "readable": true,
93143                        "type": "gboolean",
93144                        "writable": true
93145                    },
93146                    "ion-28": {
93147                        "blurb": "Instrument on 28",
93148                        "conditionally-available": false,
93149                        "construct": true,
93150                        "construct-only": false,
93151                        "controllable": true,
93152                        "default": "false",
93153                        "mutable": "null",
93154                        "readable": true,
93155                        "type": "gboolean",
93156                        "writable": true
93157                    },
93158                    "ion-29": {
93159                        "blurb": "Instrument on 29",
93160                        "conditionally-available": false,
93161                        "construct": true,
93162                        "construct-only": false,
93163                        "controllable": true,
93164                        "default": "false",
93165                        "mutable": "null",
93166                        "readable": true,
93167                        "type": "gboolean",
93168                        "writable": true
93169                    },
93170                    "ion-3": {
93171                        "blurb": "Instrument on 3",
93172                        "conditionally-available": false,
93173                        "construct": true,
93174                        "construct-only": false,
93175                        "controllable": true,
93176                        "default": "false",
93177                        "mutable": "null",
93178                        "readable": true,
93179                        "type": "gboolean",
93180                        "writable": true
93181                    },
93182                    "ion-30": {
93183                        "blurb": "Instrument on 30",
93184                        "conditionally-available": false,
93185                        "construct": true,
93186                        "construct-only": false,
93187                        "controllable": true,
93188                        "default": "false",
93189                        "mutable": "null",
93190                        "readable": true,
93191                        "type": "gboolean",
93192                        "writable": true
93193                    },
93194                    "ion-31": {
93195                        "blurb": "Instrument on 31",
93196                        "conditionally-available": false,
93197                        "construct": true,
93198                        "construct-only": false,
93199                        "controllable": true,
93200                        "default": "false",
93201                        "mutable": "null",
93202                        "readable": true,
93203                        "type": "gboolean",
93204                        "writable": true
93205                    },
93206                    "ion-32": {
93207                        "blurb": "Instrument on 32",
93208                        "conditionally-available": false,
93209                        "construct": true,
93210                        "construct-only": false,
93211                        "controllable": true,
93212                        "default": "false",
93213                        "mutable": "null",
93214                        "readable": true,
93215                        "type": "gboolean",
93216                        "writable": true
93217                    },
93218                    "ion-33": {
93219                        "blurb": "Instrument on 33",
93220                        "conditionally-available": false,
93221                        "construct": true,
93222                        "construct-only": false,
93223                        "controllable": true,
93224                        "default": "false",
93225                        "mutable": "null",
93226                        "readable": true,
93227                        "type": "gboolean",
93228                        "writable": true
93229                    },
93230                    "ion-34": {
93231                        "blurb": "Instrument on 34",
93232                        "conditionally-available": false,
93233                        "construct": true,
93234                        "construct-only": false,
93235                        "controllable": true,
93236                        "default": "false",
93237                        "mutable": "null",
93238                        "readable": true,
93239                        "type": "gboolean",
93240                        "writable": true
93241                    },
93242                    "ion-35": {
93243                        "blurb": "Instrument on 35",
93244                        "conditionally-available": false,
93245                        "construct": true,
93246                        "construct-only": false,
93247                        "controllable": true,
93248                        "default": "false",
93249                        "mutable": "null",
93250                        "readable": true,
93251                        "type": "gboolean",
93252                        "writable": true
93253                    },
93254                    "ion-36": {
93255                        "blurb": "Instrument on 36",
93256                        "conditionally-available": false,
93257                        "construct": true,
93258                        "construct-only": false,
93259                        "controllable": true,
93260                        "default": "false",
93261                        "mutable": "null",
93262                        "readable": true,
93263                        "type": "gboolean",
93264                        "writable": true
93265                    },
93266                    "ion-37": {
93267                        "blurb": "Instrument on 37",
93268                        "conditionally-available": false,
93269                        "construct": true,
93270                        "construct-only": false,
93271                        "controllable": true,
93272                        "default": "false",
93273                        "mutable": "null",
93274                        "readable": true,
93275                        "type": "gboolean",
93276                        "writable": true
93277                    },
93278                    "ion-38": {
93279                        "blurb": "Instrument on 38",
93280                        "conditionally-available": false,
93281                        "construct": true,
93282                        "construct-only": false,
93283                        "controllable": true,
93284                        "default": "false",
93285                        "mutable": "null",
93286                        "readable": true,
93287                        "type": "gboolean",
93288                        "writable": true
93289                    },
93290                    "ion-39": {
93291                        "blurb": "Instrument on 39",
93292                        "conditionally-available": false,
93293                        "construct": true,
93294                        "construct-only": false,
93295                        "controllable": true,
93296                        "default": "false",
93297                        "mutable": "null",
93298                        "readable": true,
93299                        "type": "gboolean",
93300                        "writable": true
93301                    },
93302                    "ion-4": {
93303                        "blurb": "Instrument on 4",
93304                        "conditionally-available": false,
93305                        "construct": true,
93306                        "construct-only": false,
93307                        "controllable": true,
93308                        "default": "false",
93309                        "mutable": "null",
93310                        "readable": true,
93311                        "type": "gboolean",
93312                        "writable": true
93313                    },
93314                    "ion-40": {
93315                        "blurb": "Instrument on 40",
93316                        "conditionally-available": false,
93317                        "construct": true,
93318                        "construct-only": false,
93319                        "controllable": true,
93320                        "default": "false",
93321                        "mutable": "null",
93322                        "readable": true,
93323                        "type": "gboolean",
93324                        "writable": true
93325                    },
93326                    "ion-41": {
93327                        "blurb": "Instrument on 41",
93328                        "conditionally-available": false,
93329                        "construct": true,
93330                        "construct-only": false,
93331                        "controllable": true,
93332                        "default": "false",
93333                        "mutable": "null",
93334                        "readable": true,
93335                        "type": "gboolean",
93336                        "writable": true
93337                    },
93338                    "ion-42": {
93339                        "blurb": "Instrument on 42",
93340                        "conditionally-available": false,
93341                        "construct": true,
93342                        "construct-only": false,
93343                        "controllable": true,
93344                        "default": "false",
93345                        "mutable": "null",
93346                        "readable": true,
93347                        "type": "gboolean",
93348                        "writable": true
93349                    },
93350                    "ion-43": {
93351                        "blurb": "Instrument on 43",
93352                        "conditionally-available": false,
93353                        "construct": true,
93354                        "construct-only": false,
93355                        "controllable": true,
93356                        "default": "false",
93357                        "mutable": "null",
93358                        "readable": true,
93359                        "type": "gboolean",
93360                        "writable": true
93361                    },
93362                    "ion-44": {
93363                        "blurb": "Instrument on 44",
93364                        "conditionally-available": false,
93365                        "construct": true,
93366                        "construct-only": false,
93367                        "controllable": true,
93368                        "default": "false",
93369                        "mutable": "null",
93370                        "readable": true,
93371                        "type": "gboolean",
93372                        "writable": true
93373                    },
93374                    "ion-45": {
93375                        "blurb": "Instrument on 45",
93376                        "conditionally-available": false,
93377                        "construct": true,
93378                        "construct-only": false,
93379                        "controllable": true,
93380                        "default": "false",
93381                        "mutable": "null",
93382                        "readable": true,
93383                        "type": "gboolean",
93384                        "writable": true
93385                    },
93386                    "ion-46": {
93387                        "blurb": "Instrument on 46",
93388                        "conditionally-available": false,
93389                        "construct": true,
93390                        "construct-only": false,
93391                        "controllable": true,
93392                        "default": "false",
93393                        "mutable": "null",
93394                        "readable": true,
93395                        "type": "gboolean",
93396                        "writable": true
93397                    },
93398                    "ion-47": {
93399                        "blurb": "Instrument on 47",
93400                        "conditionally-available": false,
93401                        "construct": true,
93402                        "construct-only": false,
93403                        "controllable": true,
93404                        "default": "false",
93405                        "mutable": "null",
93406                        "readable": true,
93407                        "type": "gboolean",
93408                        "writable": true
93409                    },
93410                    "ion-5": {
93411                        "blurb": "Instrument on 5",
93412                        "conditionally-available": false,
93413                        "construct": true,
93414                        "construct-only": false,
93415                        "controllable": true,
93416                        "default": "false",
93417                        "mutable": "null",
93418                        "readable": true,
93419                        "type": "gboolean",
93420                        "writable": true
93421                    },
93422                    "ion-6": {
93423                        "blurb": "Instrument on 6",
93424                        "conditionally-available": false,
93425                        "construct": true,
93426                        "construct-only": false,
93427                        "controllable": true,
93428                        "default": "false",
93429                        "mutable": "null",
93430                        "readable": true,
93431                        "type": "gboolean",
93432                        "writable": true
93433                    },
93434                    "ion-7": {
93435                        "blurb": "Instrument on 7",
93436                        "conditionally-available": false,
93437                        "construct": true,
93438                        "construct-only": false,
93439                        "controllable": true,
93440                        "default": "false",
93441                        "mutable": "null",
93442                        "readable": true,
93443                        "type": "gboolean",
93444                        "writable": true
93445                    },
93446                    "ion-8": {
93447                        "blurb": "Instrument on 8",
93448                        "conditionally-available": false,
93449                        "construct": true,
93450                        "construct-only": false,
93451                        "controllable": true,
93452                        "default": "false",
93453                        "mutable": "null",
93454                        "readable": true,
93455                        "type": "gboolean",
93456                        "writable": true
93457                    },
93458                    "ion-9": {
93459                        "blurb": "Instrument on 9",
93460                        "conditionally-available": false,
93461                        "construct": true,
93462                        "construct-only": false,
93463                        "controllable": true,
93464                        "default": "false",
93465                        "mutable": "null",
93466                        "readable": true,
93467                        "type": "gboolean",
93468                        "writable": true
93469                    },
93470                    "msel": {
93471                        "blurb": "Area selector",
93472                        "conditionally-available": false,
93473                        "construct": true,
93474                        "construct-only": false,
93475                        "controllable": true,
93476                        "default": "Instruments (0)",
93477                        "mutable": "null",
93478                        "readable": true,
93479                        "type": "lsp-plug-in-plugins-lv2-multisampler-x48msel",
93480                        "writable": true
93481                    },
93482                    "mute": {
93483                        "blurb": "Forced mute",
93484                        "conditionally-available": false,
93485                        "construct": true,
93486                        "construct-only": false,
93487                        "controllable": true,
93488                        "default": "false",
93489                        "mutable": "null",
93490                        "readable": true,
93491                        "type": "gboolean",
93492                        "writable": true
93493                    },
93494                    "muting": {
93495                        "blurb": "Mute on stop",
93496                        "conditionally-available": false,
93497                        "construct": true,
93498                        "construct-only": false,
93499                        "controllable": true,
93500                        "default": "false",
93501                        "mutable": "null",
93502                        "readable": true,
93503                        "type": "gboolean",
93504                        "writable": true
93505                    },
93506                    "noff": {
93507                        "blurb": "Note-off handling",
93508                        "conditionally-available": false,
93509                        "construct": true,
93510                        "construct-only": false,
93511                        "controllable": true,
93512                        "default": "false",
93513                        "mutable": "null",
93514                        "readable": true,
93515                        "type": "gboolean",
93516                        "writable": true
93517                    },
93518                    "out-latency": {
93519                        "blurb": "Latency OUT",
93520                        "conditionally-available": false,
93521                        "construct": false,
93522                        "construct-only": false,
93523                        "controllable": true,
93524                        "default": "0",
93525                        "max": "192000",
93526                        "min": "0",
93527                        "mutable": "null",
93528                        "readable": true,
93529                        "type": "gint",
93530                        "writable": false
93531                    },
93532                    "panl-0": {
93533                        "blurb": "Instrument panorama left 0",
93534                        "conditionally-available": false,
93535                        "construct": true,
93536                        "construct-only": false,
93537                        "controllable": true,
93538                        "default": "-100",
93539                        "max": "100",
93540                        "min": "-100",
93541                        "mutable": "null",
93542                        "readable": true,
93543                        "type": "gfloat",
93544                        "writable": true
93545                    },
93546                    "panl-1": {
93547                        "blurb": "Instrument panorama left 1",
93548                        "conditionally-available": false,
93549                        "construct": true,
93550                        "construct-only": false,
93551                        "controllable": true,
93552                        "default": "-100",
93553                        "max": "100",
93554                        "min": "-100",
93555                        "mutable": "null",
93556                        "readable": true,
93557                        "type": "gfloat",
93558                        "writable": true
93559                    },
93560                    "panl-10": {
93561                        "blurb": "Instrument panorama left 10",
93562                        "conditionally-available": false,
93563                        "construct": true,
93564                        "construct-only": false,
93565                        "controllable": true,
93566                        "default": "-100",
93567                        "max": "100",
93568                        "min": "-100",
93569                        "mutable": "null",
93570                        "readable": true,
93571                        "type": "gfloat",
93572                        "writable": true
93573                    },
93574                    "panl-11": {
93575                        "blurb": "Instrument panorama left 11",
93576                        "conditionally-available": false,
93577                        "construct": true,
93578                        "construct-only": false,
93579                        "controllable": true,
93580                        "default": "-100",
93581                        "max": "100",
93582                        "min": "-100",
93583                        "mutable": "null",
93584                        "readable": true,
93585                        "type": "gfloat",
93586                        "writable": true
93587                    },
93588                    "panl-12": {
93589                        "blurb": "Instrument panorama left 12",
93590                        "conditionally-available": false,
93591                        "construct": true,
93592                        "construct-only": false,
93593                        "controllable": true,
93594                        "default": "-100",
93595                        "max": "100",
93596                        "min": "-100",
93597                        "mutable": "null",
93598                        "readable": true,
93599                        "type": "gfloat",
93600                        "writable": true
93601                    },
93602                    "panl-13": {
93603                        "blurb": "Instrument panorama left 13",
93604                        "conditionally-available": false,
93605                        "construct": true,
93606                        "construct-only": false,
93607                        "controllable": true,
93608                        "default": "-100",
93609                        "max": "100",
93610                        "min": "-100",
93611                        "mutable": "null",
93612                        "readable": true,
93613                        "type": "gfloat",
93614                        "writable": true
93615                    },
93616                    "panl-14": {
93617                        "blurb": "Instrument panorama left 14",
93618                        "conditionally-available": false,
93619                        "construct": true,
93620                        "construct-only": false,
93621                        "controllable": true,
93622                        "default": "-100",
93623                        "max": "100",
93624                        "min": "-100",
93625                        "mutable": "null",
93626                        "readable": true,
93627                        "type": "gfloat",
93628                        "writable": true
93629                    },
93630                    "panl-15": {
93631                        "blurb": "Instrument panorama left 15",
93632                        "conditionally-available": false,
93633                        "construct": true,
93634                        "construct-only": false,
93635                        "controllable": true,
93636                        "default": "-100",
93637                        "max": "100",
93638                        "min": "-100",
93639                        "mutable": "null",
93640                        "readable": true,
93641                        "type": "gfloat",
93642                        "writable": true
93643                    },
93644                    "panl-16": {
93645                        "blurb": "Instrument panorama left 16",
93646                        "conditionally-available": false,
93647                        "construct": true,
93648                        "construct-only": false,
93649                        "controllable": true,
93650                        "default": "-100",
93651                        "max": "100",
93652                        "min": "-100",
93653                        "mutable": "null",
93654                        "readable": true,
93655                        "type": "gfloat",
93656                        "writable": true
93657                    },
93658                    "panl-17": {
93659                        "blurb": "Instrument panorama left 17",
93660                        "conditionally-available": false,
93661                        "construct": true,
93662                        "construct-only": false,
93663                        "controllable": true,
93664                        "default": "-100",
93665                        "max": "100",
93666                        "min": "-100",
93667                        "mutable": "null",
93668                        "readable": true,
93669                        "type": "gfloat",
93670                        "writable": true
93671                    },
93672                    "panl-18": {
93673                        "blurb": "Instrument panorama left 18",
93674                        "conditionally-available": false,
93675                        "construct": true,
93676                        "construct-only": false,
93677                        "controllable": true,
93678                        "default": "-100",
93679                        "max": "100",
93680                        "min": "-100",
93681                        "mutable": "null",
93682                        "readable": true,
93683                        "type": "gfloat",
93684                        "writable": true
93685                    },
93686                    "panl-19": {
93687                        "blurb": "Instrument panorama left 19",
93688                        "conditionally-available": false,
93689                        "construct": true,
93690                        "construct-only": false,
93691                        "controllable": true,
93692                        "default": "-100",
93693                        "max": "100",
93694                        "min": "-100",
93695                        "mutable": "null",
93696                        "readable": true,
93697                        "type": "gfloat",
93698                        "writable": true
93699                    },
93700                    "panl-2": {
93701                        "blurb": "Instrument panorama left 2",
93702                        "conditionally-available": false,
93703                        "construct": true,
93704                        "construct-only": false,
93705                        "controllable": true,
93706                        "default": "-100",
93707                        "max": "100",
93708                        "min": "-100",
93709                        "mutable": "null",
93710                        "readable": true,
93711                        "type": "gfloat",
93712                        "writable": true
93713                    },
93714                    "panl-20": {
93715                        "blurb": "Instrument panorama left 20",
93716                        "conditionally-available": false,
93717                        "construct": true,
93718                        "construct-only": false,
93719                        "controllable": true,
93720                        "default": "-100",
93721                        "max": "100",
93722                        "min": "-100",
93723                        "mutable": "null",
93724                        "readable": true,
93725                        "type": "gfloat",
93726                        "writable": true
93727                    },
93728                    "panl-21": {
93729                        "blurb": "Instrument panorama left 21",
93730                        "conditionally-available": false,
93731                        "construct": true,
93732                        "construct-only": false,
93733                        "controllable": true,
93734                        "default": "-100",
93735                        "max": "100",
93736                        "min": "-100",
93737                        "mutable": "null",
93738                        "readable": true,
93739                        "type": "gfloat",
93740                        "writable": true
93741                    },
93742                    "panl-22": {
93743                        "blurb": "Instrument panorama left 22",
93744                        "conditionally-available": false,
93745                        "construct": true,
93746                        "construct-only": false,
93747                        "controllable": true,
93748                        "default": "-100",
93749                        "max": "100",
93750                        "min": "-100",
93751                        "mutable": "null",
93752                        "readable": true,
93753                        "type": "gfloat",
93754                        "writable": true
93755                    },
93756                    "panl-23": {
93757                        "blurb": "Instrument panorama left 23",
93758                        "conditionally-available": false,
93759                        "construct": true,
93760                        "construct-only": false,
93761                        "controllable": true,
93762                        "default": "-100",
93763                        "max": "100",
93764                        "min": "-100",
93765                        "mutable": "null",
93766                        "readable": true,
93767                        "type": "gfloat",
93768                        "writable": true
93769                    },
93770                    "panl-24": {
93771                        "blurb": "Instrument panorama left 24",
93772                        "conditionally-available": false,
93773                        "construct": true,
93774                        "construct-only": false,
93775                        "controllable": true,
93776                        "default": "-100",
93777                        "max": "100",
93778                        "min": "-100",
93779                        "mutable": "null",
93780                        "readable": true,
93781                        "type": "gfloat",
93782                        "writable": true
93783                    },
93784                    "panl-25": {
93785                        "blurb": "Instrument panorama left 25",
93786                        "conditionally-available": false,
93787                        "construct": true,
93788                        "construct-only": false,
93789                        "controllable": true,
93790                        "default": "-100",
93791                        "max": "100",
93792                        "min": "-100",
93793                        "mutable": "null",
93794                        "readable": true,
93795                        "type": "gfloat",
93796                        "writable": true
93797                    },
93798                    "panl-26": {
93799                        "blurb": "Instrument panorama left 26",
93800                        "conditionally-available": false,
93801                        "construct": true,
93802                        "construct-only": false,
93803                        "controllable": true,
93804                        "default": "-100",
93805                        "max": "100",
93806                        "min": "-100",
93807                        "mutable": "null",
93808                        "readable": true,
93809                        "type": "gfloat",
93810                        "writable": true
93811                    },
93812                    "panl-27": {
93813                        "blurb": "Instrument panorama left 27",
93814                        "conditionally-available": false,
93815                        "construct": true,
93816                        "construct-only": false,
93817                        "controllable": true,
93818                        "default": "-100",
93819                        "max": "100",
93820                        "min": "-100",
93821                        "mutable": "null",
93822                        "readable": true,
93823                        "type": "gfloat",
93824                        "writable": true
93825                    },
93826                    "panl-28": {
93827                        "blurb": "Instrument panorama left 28",
93828                        "conditionally-available": false,
93829                        "construct": true,
93830                        "construct-only": false,
93831                        "controllable": true,
93832                        "default": "-100",
93833                        "max": "100",
93834                        "min": "-100",
93835                        "mutable": "null",
93836                        "readable": true,
93837                        "type": "gfloat",
93838                        "writable": true
93839                    },
93840                    "panl-29": {
93841                        "blurb": "Instrument panorama left 29",
93842                        "conditionally-available": false,
93843                        "construct": true,
93844                        "construct-only": false,
93845                        "controllable": true,
93846                        "default": "-100",
93847                        "max": "100",
93848                        "min": "-100",
93849                        "mutable": "null",
93850                        "readable": true,
93851                        "type": "gfloat",
93852                        "writable": true
93853                    },
93854                    "panl-3": {
93855                        "blurb": "Instrument panorama left 3",
93856                        "conditionally-available": false,
93857                        "construct": true,
93858                        "construct-only": false,
93859                        "controllable": true,
93860                        "default": "-100",
93861                        "max": "100",
93862                        "min": "-100",
93863                        "mutable": "null",
93864                        "readable": true,
93865                        "type": "gfloat",
93866                        "writable": true
93867                    },
93868                    "panl-30": {
93869                        "blurb": "Instrument panorama left 30",
93870                        "conditionally-available": false,
93871                        "construct": true,
93872                        "construct-only": false,
93873                        "controllable": true,
93874                        "default": "-100",
93875                        "max": "100",
93876                        "min": "-100",
93877                        "mutable": "null",
93878                        "readable": true,
93879                        "type": "gfloat",
93880                        "writable": true
93881                    },
93882                    "panl-31": {
93883                        "blurb": "Instrument panorama left 31",
93884                        "conditionally-available": false,
93885                        "construct": true,
93886                        "construct-only": false,
93887                        "controllable": true,
93888                        "default": "-100",
93889                        "max": "100",
93890                        "min": "-100",
93891                        "mutable": "null",
93892                        "readable": true,
93893                        "type": "gfloat",
93894                        "writable": true
93895                    },
93896                    "panl-32": {
93897                        "blurb": "Instrument panorama left 32",
93898                        "conditionally-available": false,
93899                        "construct": true,
93900                        "construct-only": false,
93901                        "controllable": true,
93902                        "default": "-100",
93903                        "max": "100",
93904                        "min": "-100",
93905                        "mutable": "null",
93906                        "readable": true,
93907                        "type": "gfloat",
93908                        "writable": true
93909                    },
93910                    "panl-33": {
93911                        "blurb": "Instrument panorama left 33",
93912                        "conditionally-available": false,
93913                        "construct": true,
93914                        "construct-only": false,
93915                        "controllable": true,
93916                        "default": "-100",
93917                        "max": "100",
93918                        "min": "-100",
93919                        "mutable": "null",
93920                        "readable": true,
93921                        "type": "gfloat",
93922                        "writable": true
93923                    },
93924                    "panl-34": {
93925                        "blurb": "Instrument panorama left 34",
93926                        "conditionally-available": false,
93927                        "construct": true,
93928                        "construct-only": false,
93929                        "controllable": true,
93930                        "default": "-100",
93931                        "max": "100",
93932                        "min": "-100",
93933                        "mutable": "null",
93934                        "readable": true,
93935                        "type": "gfloat",
93936                        "writable": true
93937                    },
93938                    "panl-35": {
93939                        "blurb": "Instrument panorama left 35",
93940                        "conditionally-available": false,
93941                        "construct": true,
93942                        "construct-only": false,
93943                        "controllable": true,
93944                        "default": "-100",
93945                        "max": "100",
93946                        "min": "-100",
93947                        "mutable": "null",
93948                        "readable": true,
93949                        "type": "gfloat",
93950                        "writable": true
93951                    },
93952                    "panl-36": {
93953                        "blurb": "Instrument panorama left 36",
93954                        "conditionally-available": false,
93955                        "construct": true,
93956                        "construct-only": false,
93957                        "controllable": true,
93958                        "default": "-100",
93959                        "max": "100",
93960                        "min": "-100",
93961                        "mutable": "null",
93962                        "readable": true,
93963                        "type": "gfloat",
93964                        "writable": true
93965                    },
93966                    "panl-37": {
93967                        "blurb": "Instrument panorama left 37",
93968                        "conditionally-available": false,
93969                        "construct": true,
93970                        "construct-only": false,
93971                        "controllable": true,
93972                        "default": "-100",
93973                        "max": "100",
93974                        "min": "-100",
93975                        "mutable": "null",
93976                        "readable": true,
93977                        "type": "gfloat",
93978                        "writable": true
93979                    },
93980                    "panl-38": {
93981                        "blurb": "Instrument panorama left 38",
93982                        "conditionally-available": false,
93983                        "construct": true,
93984                        "construct-only": false,
93985                        "controllable": true,
93986                        "default": "-100",
93987                        "max": "100",
93988                        "min": "-100",
93989                        "mutable": "null",
93990                        "readable": true,
93991                        "type": "gfloat",
93992                        "writable": true
93993                    },
93994                    "panl-39": {
93995                        "blurb": "Instrument panorama left 39",
93996                        "conditionally-available": false,
93997                        "construct": true,
93998                        "construct-only": false,
93999                        "controllable": true,
94000                        "default": "-100",
94001                        "max": "100",
94002                        "min": "-100",
94003                        "mutable": "null",
94004                        "readable": true,
94005                        "type": "gfloat",
94006                        "writable": true
94007                    },
94008                    "panl-4": {
94009                        "blurb": "Instrument panorama left 4",
94010                        "conditionally-available": false,
94011                        "construct": true,
94012                        "construct-only": false,
94013                        "controllable": true,
94014                        "default": "-100",
94015                        "max": "100",
94016                        "min": "-100",
94017                        "mutable": "null",
94018                        "readable": true,
94019                        "type": "gfloat",
94020                        "writable": true
94021                    },
94022                    "panl-40": {
94023                        "blurb": "Instrument panorama left 40",
94024                        "conditionally-available": false,
94025                        "construct": true,
94026                        "construct-only": false,
94027                        "controllable": true,
94028                        "default": "-100",
94029                        "max": "100",
94030                        "min": "-100",
94031                        "mutable": "null",
94032                        "readable": true,
94033                        "type": "gfloat",
94034                        "writable": true
94035                    },
94036                    "panl-41": {
94037                        "blurb": "Instrument panorama left 41",
94038                        "conditionally-available": false,
94039                        "construct": true,
94040                        "construct-only": false,
94041                        "controllable": true,
94042                        "default": "-100",
94043                        "max": "100",
94044                        "min": "-100",
94045                        "mutable": "null",
94046                        "readable": true,
94047                        "type": "gfloat",
94048                        "writable": true
94049                    },
94050                    "panl-42": {
94051                        "blurb": "Instrument panorama left 42",
94052                        "conditionally-available": false,
94053                        "construct": true,
94054                        "construct-only": false,
94055                        "controllable": true,
94056                        "default": "-100",
94057                        "max": "100",
94058                        "min": "-100",
94059                        "mutable": "null",
94060                        "readable": true,
94061                        "type": "gfloat",
94062                        "writable": true
94063                    },
94064                    "panl-43": {
94065                        "blurb": "Instrument panorama left 43",
94066                        "conditionally-available": false,
94067                        "construct": true,
94068                        "construct-only": false,
94069                        "controllable": true,
94070                        "default": "-100",
94071                        "max": "100",
94072                        "min": "-100",
94073                        "mutable": "null",
94074                        "readable": true,
94075                        "type": "gfloat",
94076                        "writable": true
94077                    },
94078                    "panl-44": {
94079                        "blurb": "Instrument panorama left 44",
94080                        "conditionally-available": false,
94081                        "construct": true,
94082                        "construct-only": false,
94083                        "controllable": true,
94084                        "default": "-100",
94085                        "max": "100",
94086                        "min": "-100",
94087                        "mutable": "null",
94088                        "readable": true,
94089                        "type": "gfloat",
94090                        "writable": true
94091                    },
94092                    "panl-45": {
94093                        "blurb": "Instrument panorama left 45",
94094                        "conditionally-available": false,
94095                        "construct": true,
94096                        "construct-only": false,
94097                        "controllable": true,
94098                        "default": "-100",
94099                        "max": "100",
94100                        "min": "-100",
94101                        "mutable": "null",
94102                        "readable": true,
94103                        "type": "gfloat",
94104                        "writable": true
94105                    },
94106                    "panl-46": {
94107                        "blurb": "Instrument panorama left 46",
94108                        "conditionally-available": false,
94109                        "construct": true,
94110                        "construct-only": false,
94111                        "controllable": true,
94112                        "default": "-100",
94113                        "max": "100",
94114                        "min": "-100",
94115                        "mutable": "null",
94116                        "readable": true,
94117                        "type": "gfloat",
94118                        "writable": true
94119                    },
94120                    "panl-47": {
94121                        "blurb": "Instrument panorama left 47",
94122                        "conditionally-available": false,
94123                        "construct": true,
94124                        "construct-only": false,
94125                        "controllable": true,
94126                        "default": "-100",
94127                        "max": "100",
94128                        "min": "-100",
94129                        "mutable": "null",
94130                        "readable": true,
94131                        "type": "gfloat",
94132                        "writable": true
94133                    },
94134                    "panl-5": {
94135                        "blurb": "Instrument panorama left 5",
94136                        "conditionally-available": false,
94137                        "construct": true,
94138                        "construct-only": false,
94139                        "controllable": true,
94140                        "default": "-100",
94141                        "max": "100",
94142                        "min": "-100",
94143                        "mutable": "null",
94144                        "readable": true,
94145                        "type": "gfloat",
94146                        "writable": true
94147                    },
94148                    "panl-6": {
94149                        "blurb": "Instrument panorama left 6",
94150                        "conditionally-available": false,
94151                        "construct": true,
94152                        "construct-only": false,
94153                        "controllable": true,
94154                        "default": "-100",
94155                        "max": "100",
94156                        "min": "-100",
94157                        "mutable": "null",
94158                        "readable": true,
94159                        "type": "gfloat",
94160                        "writable": true
94161                    },
94162                    "panl-7": {
94163                        "blurb": "Instrument panorama left 7",
94164                        "conditionally-available": false,
94165                        "construct": true,
94166                        "construct-only": false,
94167                        "controllable": true,
94168                        "default": "-100",
94169                        "max": "100",
94170                        "min": "-100",
94171                        "mutable": "null",
94172                        "readable": true,
94173                        "type": "gfloat",
94174                        "writable": true
94175                    },
94176                    "panl-8": {
94177                        "blurb": "Instrument panorama left 8",
94178                        "conditionally-available": false,
94179                        "construct": true,
94180                        "construct-only": false,
94181                        "controllable": true,
94182                        "default": "-100",
94183                        "max": "100",
94184                        "min": "-100",
94185                        "mutable": "null",
94186                        "readable": true,
94187                        "type": "gfloat",
94188                        "writable": true
94189                    },
94190                    "panl-9": {
94191                        "blurb": "Instrument panorama left 9",
94192                        "conditionally-available": false,
94193                        "construct": true,
94194                        "construct-only": false,
94195                        "controllable": true,
94196                        "default": "-100",
94197                        "max": "100",
94198                        "min": "-100",
94199                        "mutable": "null",
94200                        "readable": true,
94201                        "type": "gfloat",
94202                        "writable": true
94203                    },
94204                    "panr-0": {
94205                        "blurb": "Instrument manorama right 0",
94206                        "conditionally-available": false,
94207                        "construct": true,
94208                        "construct-only": false,
94209                        "controllable": true,
94210                        "default": "100",
94211                        "max": "100",
94212                        "min": "-100",
94213                        "mutable": "null",
94214                        "readable": true,
94215                        "type": "gfloat",
94216                        "writable": true
94217                    },
94218                    "panr-1": {
94219                        "blurb": "Instrument manorama right 1",
94220                        "conditionally-available": false,
94221                        "construct": true,
94222                        "construct-only": false,
94223                        "controllable": true,
94224                        "default": "100",
94225                        "max": "100",
94226                        "min": "-100",
94227                        "mutable": "null",
94228                        "readable": true,
94229                        "type": "gfloat",
94230                        "writable": true
94231                    },
94232                    "panr-10": {
94233                        "blurb": "Instrument manorama right 10",
94234                        "conditionally-available": false,
94235                        "construct": true,
94236                        "construct-only": false,
94237                        "controllable": true,
94238                        "default": "100",
94239                        "max": "100",
94240                        "min": "-100",
94241                        "mutable": "null",
94242                        "readable": true,
94243                        "type": "gfloat",
94244                        "writable": true
94245                    },
94246                    "panr-11": {
94247                        "blurb": "Instrument manorama right 11",
94248                        "conditionally-available": false,
94249                        "construct": true,
94250                        "construct-only": false,
94251                        "controllable": true,
94252                        "default": "100",
94253                        "max": "100",
94254                        "min": "-100",
94255                        "mutable": "null",
94256                        "readable": true,
94257                        "type": "gfloat",
94258                        "writable": true
94259                    },
94260                    "panr-12": {
94261                        "blurb": "Instrument manorama right 12",
94262                        "conditionally-available": false,
94263                        "construct": true,
94264                        "construct-only": false,
94265                        "controllable": true,
94266                        "default": "100",
94267                        "max": "100",
94268                        "min": "-100",
94269                        "mutable": "null",
94270                        "readable": true,
94271                        "type": "gfloat",
94272                        "writable": true
94273                    },
94274                    "panr-13": {
94275                        "blurb": "Instrument manorama right 13",
94276                        "conditionally-available": false,
94277                        "construct": true,
94278                        "construct-only": false,
94279                        "controllable": true,
94280                        "default": "100",
94281                        "max": "100",
94282                        "min": "-100",
94283                        "mutable": "null",
94284                        "readable": true,
94285                        "type": "gfloat",
94286                        "writable": true
94287                    },
94288                    "panr-14": {
94289                        "blurb": "Instrument manorama right 14",
94290                        "conditionally-available": false,
94291                        "construct": true,
94292                        "construct-only": false,
94293                        "controllable": true,
94294                        "default": "100",
94295                        "max": "100",
94296                        "min": "-100",
94297                        "mutable": "null",
94298                        "readable": true,
94299                        "type": "gfloat",
94300                        "writable": true
94301                    },
94302                    "panr-15": {
94303                        "blurb": "Instrument manorama right 15",
94304                        "conditionally-available": false,
94305                        "construct": true,
94306                        "construct-only": false,
94307                        "controllable": true,
94308                        "default": "100",
94309                        "max": "100",
94310                        "min": "-100",
94311                        "mutable": "null",
94312                        "readable": true,
94313                        "type": "gfloat",
94314                        "writable": true
94315                    },
94316                    "panr-16": {
94317                        "blurb": "Instrument manorama right 16",
94318                        "conditionally-available": false,
94319                        "construct": true,
94320                        "construct-only": false,
94321                        "controllable": true,
94322                        "default": "100",
94323                        "max": "100",
94324                        "min": "-100",
94325                        "mutable": "null",
94326                        "readable": true,
94327                        "type": "gfloat",
94328                        "writable": true
94329                    },
94330                    "panr-17": {
94331                        "blurb": "Instrument manorama right 17",
94332                        "conditionally-available": false,
94333                        "construct": true,
94334                        "construct-only": false,
94335                        "controllable": true,
94336                        "default": "100",
94337                        "max": "100",
94338                        "min": "-100",
94339                        "mutable": "null",
94340                        "readable": true,
94341                        "type": "gfloat",
94342                        "writable": true
94343                    },
94344                    "panr-18": {
94345                        "blurb": "Instrument manorama right 18",
94346                        "conditionally-available": false,
94347                        "construct": true,
94348                        "construct-only": false,
94349                        "controllable": true,
94350                        "default": "100",
94351                        "max": "100",
94352                        "min": "-100",
94353                        "mutable": "null",
94354                        "readable": true,
94355                        "type": "gfloat",
94356                        "writable": true
94357                    },
94358                    "panr-19": {
94359                        "blurb": "Instrument manorama right 19",
94360                        "conditionally-available": false,
94361                        "construct": true,
94362                        "construct-only": false,
94363                        "controllable": true,
94364                        "default": "100",
94365                        "max": "100",
94366                        "min": "-100",
94367                        "mutable": "null",
94368                        "readable": true,
94369                        "type": "gfloat",
94370                        "writable": true
94371                    },
94372                    "panr-2": {
94373                        "blurb": "Instrument manorama right 2",
94374                        "conditionally-available": false,
94375                        "construct": true,
94376                        "construct-only": false,
94377                        "controllable": true,
94378                        "default": "100",
94379                        "max": "100",
94380                        "min": "-100",
94381                        "mutable": "null",
94382                        "readable": true,
94383                        "type": "gfloat",
94384                        "writable": true
94385                    },
94386                    "panr-20": {
94387                        "blurb": "Instrument manorama right 20",
94388                        "conditionally-available": false,
94389                        "construct": true,
94390                        "construct-only": false,
94391                        "controllable": true,
94392                        "default": "100",
94393                        "max": "100",
94394                        "min": "-100",
94395                        "mutable": "null",
94396                        "readable": true,
94397                        "type": "gfloat",
94398                        "writable": true
94399                    },
94400                    "panr-21": {
94401                        "blurb": "Instrument manorama right 21",
94402                        "conditionally-available": false,
94403                        "construct": true,
94404                        "construct-only": false,
94405                        "controllable": true,
94406                        "default": "100",
94407                        "max": "100",
94408                        "min": "-100",
94409                        "mutable": "null",
94410                        "readable": true,
94411                        "type": "gfloat",
94412                        "writable": true
94413                    },
94414                    "panr-22": {
94415                        "blurb": "Instrument manorama right 22",
94416                        "conditionally-available": false,
94417                        "construct": true,
94418                        "construct-only": false,
94419                        "controllable": true,
94420                        "default": "100",
94421                        "max": "100",
94422                        "min": "-100",
94423                        "mutable": "null",
94424                        "readable": true,
94425                        "type": "gfloat",
94426                        "writable": true
94427                    },
94428                    "panr-23": {
94429                        "blurb": "Instrument manorama right 23",
94430                        "conditionally-available": false,
94431                        "construct": true,
94432                        "construct-only": false,
94433                        "controllable": true,
94434                        "default": "100",
94435                        "max": "100",
94436                        "min": "-100",
94437                        "mutable": "null",
94438                        "readable": true,
94439                        "type": "gfloat",
94440                        "writable": true
94441                    },
94442                    "panr-24": {
94443                        "blurb": "Instrument manorama right 24",
94444                        "conditionally-available": false,
94445                        "construct": true,
94446                        "construct-only": false,
94447                        "controllable": true,
94448                        "default": "100",
94449                        "max": "100",
94450                        "min": "-100",
94451                        "mutable": "null",
94452                        "readable": true,
94453                        "type": "gfloat",
94454                        "writable": true
94455                    },
94456                    "panr-25": {
94457                        "blurb": "Instrument manorama right 25",
94458                        "conditionally-available": false,
94459                        "construct": true,
94460                        "construct-only": false,
94461                        "controllable": true,
94462                        "default": "100",
94463                        "max": "100",
94464                        "min": "-100",
94465                        "mutable": "null",
94466                        "readable": true,
94467                        "type": "gfloat",
94468                        "writable": true
94469                    },
94470                    "panr-26": {
94471                        "blurb": "Instrument manorama right 26",
94472                        "conditionally-available": false,
94473                        "construct": true,
94474                        "construct-only": false,
94475                        "controllable": true,
94476                        "default": "100",
94477                        "max": "100",
94478                        "min": "-100",
94479                        "mutable": "null",
94480                        "readable": true,
94481                        "type": "gfloat",
94482                        "writable": true
94483                    },
94484                    "panr-27": {
94485                        "blurb": "Instrument manorama right 27",
94486                        "conditionally-available": false,
94487                        "construct": true,
94488                        "construct-only": false,
94489                        "controllable": true,
94490                        "default": "100",
94491                        "max": "100",
94492                        "min": "-100",
94493                        "mutable": "null",
94494                        "readable": true,
94495                        "type": "gfloat",
94496                        "writable": true
94497                    },
94498                    "panr-28": {
94499                        "blurb": "Instrument manorama right 28",
94500                        "conditionally-available": false,
94501                        "construct": true,
94502                        "construct-only": false,
94503                        "controllable": true,
94504                        "default": "100",
94505                        "max": "100",
94506                        "min": "-100",
94507                        "mutable": "null",
94508                        "readable": true,
94509                        "type": "gfloat",
94510                        "writable": true
94511                    },
94512                    "panr-29": {
94513                        "blurb": "Instrument manorama right 29",
94514                        "conditionally-available": false,
94515                        "construct": true,
94516                        "construct-only": false,
94517                        "controllable": true,
94518                        "default": "100",
94519                        "max": "100",
94520                        "min": "-100",
94521                        "mutable": "null",
94522                        "readable": true,
94523                        "type": "gfloat",
94524                        "writable": true
94525                    },
94526                    "panr-3": {
94527                        "blurb": "Instrument manorama right 3",
94528                        "conditionally-available": false,
94529                        "construct": true,
94530                        "construct-only": false,
94531                        "controllable": true,
94532                        "default": "100",
94533                        "max": "100",
94534                        "min": "-100",
94535                        "mutable": "null",
94536                        "readable": true,
94537                        "type": "gfloat",
94538                        "writable": true
94539                    },
94540                    "panr-30": {
94541                        "blurb": "Instrument manorama right 30",
94542                        "conditionally-available": false,
94543                        "construct": true,
94544                        "construct-only": false,
94545                        "controllable": true,
94546                        "default": "100",
94547                        "max": "100",
94548                        "min": "-100",
94549                        "mutable": "null",
94550                        "readable": true,
94551                        "type": "gfloat",
94552                        "writable": true
94553                    },
94554                    "panr-31": {
94555                        "blurb": "Instrument manorama right 31",
94556                        "conditionally-available": false,
94557                        "construct": true,
94558                        "construct-only": false,
94559                        "controllable": true,
94560                        "default": "100",
94561                        "max": "100",
94562                        "min": "-100",
94563                        "mutable": "null",
94564                        "readable": true,
94565                        "type": "gfloat",
94566                        "writable": true
94567                    },
94568                    "panr-32": {
94569                        "blurb": "Instrument manorama right 32",
94570                        "conditionally-available": false,
94571                        "construct": true,
94572                        "construct-only": false,
94573                        "controllable": true,
94574                        "default": "100",
94575                        "max": "100",
94576                        "min": "-100",
94577                        "mutable": "null",
94578                        "readable": true,
94579                        "type": "gfloat",
94580                        "writable": true
94581                    },
94582                    "panr-33": {
94583                        "blurb": "Instrument manorama right 33",
94584                        "conditionally-available": false,
94585                        "construct": true,
94586                        "construct-only": false,
94587                        "controllable": true,
94588                        "default": "100",
94589                        "max": "100",
94590                        "min": "-100",
94591                        "mutable": "null",
94592                        "readable": true,
94593                        "type": "gfloat",
94594                        "writable": true
94595                    },
94596                    "panr-34": {
94597                        "blurb": "Instrument manorama right 34",
94598                        "conditionally-available": false,
94599                        "construct": true,
94600                        "construct-only": false,
94601                        "controllable": true,
94602                        "default": "100",
94603                        "max": "100",
94604                        "min": "-100",
94605                        "mutable": "null",
94606                        "readable": true,
94607                        "type": "gfloat",
94608                        "writable": true
94609                    },
94610                    "panr-35": {
94611                        "blurb": "Instrument manorama right 35",
94612                        "conditionally-available": false,
94613                        "construct": true,
94614                        "construct-only": false,
94615                        "controllable": true,
94616                        "default": "100",
94617                        "max": "100",
94618                        "min": "-100",
94619                        "mutable": "null",
94620                        "readable": true,
94621                        "type": "gfloat",
94622                        "writable": true
94623                    },
94624                    "panr-36": {
94625                        "blurb": "Instrument manorama right 36",
94626                        "conditionally-available": false,
94627                        "construct": true,
94628                        "construct-only": false,
94629                        "controllable": true,
94630                        "default": "100",
94631                        "max": "100",
94632                        "min": "-100",
94633                        "mutable": "null",
94634                        "readable": true,
94635                        "type": "gfloat",
94636                        "writable": true
94637                    },
94638                    "panr-37": {
94639                        "blurb": "Instrument manorama right 37",
94640                        "conditionally-available": false,
94641                        "construct": true,
94642                        "construct-only": false,
94643                        "controllable": true,
94644                        "default": "100",
94645                        "max": "100",
94646                        "min": "-100",
94647                        "mutable": "null",
94648                        "readable": true,
94649                        "type": "gfloat",
94650                        "writable": true
94651                    },
94652                    "panr-38": {
94653                        "blurb": "Instrument manorama right 38",
94654                        "conditionally-available": false,
94655                        "construct": true,
94656                        "construct-only": false,
94657                        "controllable": true,
94658                        "default": "100",
94659                        "max": "100",
94660                        "min": "-100",
94661                        "mutable": "null",
94662                        "readable": true,
94663                        "type": "gfloat",
94664                        "writable": true
94665                    },
94666                    "panr-39": {
94667                        "blurb": "Instrument manorama right 39",
94668                        "conditionally-available": false,
94669                        "construct": true,
94670                        "construct-only": false,
94671                        "controllable": true,
94672                        "default": "100",
94673                        "max": "100",
94674                        "min": "-100",
94675                        "mutable": "null",
94676                        "readable": true,
94677                        "type": "gfloat",
94678                        "writable": true
94679                    },
94680                    "panr-4": {
94681                        "blurb": "Instrument manorama right 4",
94682                        "conditionally-available": false,
94683                        "construct": true,
94684                        "construct-only": false,
94685                        "controllable": true,
94686                        "default": "100",
94687                        "max": "100",
94688                        "min": "-100",
94689                        "mutable": "null",
94690                        "readable": true,
94691                        "type": "gfloat",
94692                        "writable": true
94693                    },
94694                    "panr-40": {
94695                        "blurb": "Instrument manorama right 40",
94696                        "conditionally-available": false,
94697                        "construct": true,
94698                        "construct-only": false,
94699                        "controllable": true,
94700                        "default": "100",
94701                        "max": "100",
94702                        "min": "-100",
94703                        "mutable": "null",
94704                        "readable": true,
94705                        "type": "gfloat",
94706                        "writable": true
94707                    },
94708                    "panr-41": {
94709                        "blurb": "Instrument manorama right 41",
94710                        "conditionally-available": false,
94711                        "construct": true,
94712                        "construct-only": false,
94713                        "controllable": true,
94714                        "default": "100",
94715                        "max": "100",
94716                        "min": "-100",
94717                        "mutable": "null",
94718                        "readable": true,
94719                        "type": "gfloat",
94720                        "writable": true
94721                    },
94722                    "panr-42": {
94723                        "blurb": "Instrument manorama right 42",
94724                        "conditionally-available": false,
94725                        "construct": true,
94726                        "construct-only": false,
94727                        "controllable": true,
94728                        "default": "100",
94729                        "max": "100",
94730                        "min": "-100",
94731                        "mutable": "null",
94732                        "readable": true,
94733                        "type": "gfloat",
94734                        "writable": true
94735                    },
94736                    "panr-43": {
94737                        "blurb": "Instrument manorama right 43",
94738                        "conditionally-available": false,
94739                        "construct": true,
94740                        "construct-only": false,
94741                        "controllable": true,
94742                        "default": "100",
94743                        "max": "100",
94744                        "min": "-100",
94745                        "mutable": "null",
94746                        "readable": true,
94747                        "type": "gfloat",
94748                        "writable": true
94749                    },
94750                    "panr-44": {
94751                        "blurb": "Instrument manorama right 44",
94752                        "conditionally-available": false,
94753                        "construct": true,
94754                        "construct-only": false,
94755                        "controllable": true,
94756                        "default": "100",
94757                        "max": "100",
94758                        "min": "-100",
94759                        "mutable": "null",
94760                        "readable": true,
94761                        "type": "gfloat",
94762                        "writable": true
94763                    },
94764                    "panr-45": {
94765                        "blurb": "Instrument manorama right 45",
94766                        "conditionally-available": false,
94767                        "construct": true,
94768                        "construct-only": false,
94769                        "controllable": true,
94770                        "default": "100",
94771                        "max": "100",
94772                        "min": "-100",
94773                        "mutable": "null",
94774                        "readable": true,
94775                        "type": "gfloat",
94776                        "writable": true
94777                    },
94778                    "panr-46": {
94779                        "blurb": "Instrument manorama right 46",
94780                        "conditionally-available": false,
94781                        "construct": true,
94782                        "construct-only": false,
94783                        "controllable": true,
94784                        "default": "100",
94785                        "max": "100",
94786                        "min": "-100",
94787                        "mutable": "null",
94788                        "readable": true,
94789                        "type": "gfloat",
94790                        "writable": true
94791                    },
94792                    "panr-47": {
94793                        "blurb": "Instrument manorama right 47",
94794                        "conditionally-available": false,
94795                        "construct": true,
94796                        "construct-only": false,
94797                        "controllable": true,
94798                        "default": "100",
94799                        "max": "100",
94800                        "min": "-100",
94801                        "mutable": "null",
94802                        "readable": true,
94803                        "type": "gfloat",
94804                        "writable": true
94805                    },
94806                    "panr-5": {
94807                        "blurb": "Instrument manorama right 5",
94808                        "conditionally-available": false,
94809                        "construct": true,
94810                        "construct-only": false,
94811                        "controllable": true,
94812                        "default": "100",
94813                        "max": "100",
94814                        "min": "-100",
94815                        "mutable": "null",
94816                        "readable": true,
94817                        "type": "gfloat",
94818                        "writable": true
94819                    },
94820                    "panr-6": {
94821                        "blurb": "Instrument manorama right 6",
94822                        "conditionally-available": false,
94823                        "construct": true,
94824                        "construct-only": false,
94825                        "controllable": true,
94826                        "default": "100",
94827                        "max": "100",
94828                        "min": "-100",
94829                        "mutable": "null",
94830                        "readable": true,
94831                        "type": "gfloat",
94832                        "writable": true
94833                    },
94834                    "panr-7": {
94835                        "blurb": "Instrument manorama right 7",
94836                        "conditionally-available": false,
94837                        "construct": true,
94838                        "construct-only": false,
94839                        "controllable": true,
94840                        "default": "100",
94841                        "max": "100",
94842                        "min": "-100",
94843                        "mutable": "null",
94844                        "readable": true,
94845                        "type": "gfloat",
94846                        "writable": true
94847                    },
94848                    "panr-8": {
94849                        "blurb": "Instrument manorama right 8",
94850                        "conditionally-available": false,
94851                        "construct": true,
94852                        "construct-only": false,
94853                        "controllable": true,
94854                        "default": "100",
94855                        "max": "100",
94856                        "min": "-100",
94857                        "mutable": "null",
94858                        "readable": true,
94859                        "type": "gfloat",
94860                        "writable": true
94861                    },
94862                    "panr-9": {
94863                        "blurb": "Instrument manorama right 9",
94864                        "conditionally-available": false,
94865                        "construct": true,
94866                        "construct-only": false,
94867                        "controllable": true,
94868                        "default": "100",
94869                        "max": "100",
94870                        "min": "-100",
94871                        "mutable": "null",
94872                        "readable": true,
94873                        "type": "gfloat",
94874                        "writable": true
94875                    },
94876                    "wet": {
94877                        "blurb": "Wet amount",
94878                        "conditionally-available": false,
94879                        "construct": true,
94880                        "construct-only": false,
94881                        "controllable": true,
94882                        "default": "1",
94883                        "max": "10",
94884                        "min": "0",
94885                        "mutable": "null",
94886                        "readable": true,
94887                        "type": "gfloat",
94888                        "writable": true
94889                    }
94890                },
94891                "rank": "none"
94892            },
94893            "lsp-plug-in-plugins-lv2-oscillator-mono": {
94894                "author": "LSP LV2",
94895                "description": "LSP Oscillator Mono",
94896                "hierarchy": [
94897                    "lsp-plug-in-plugins-lv2-oscillator-mono",
94898                    "GstAudioFilter",
94899                    "GstBaseTransform",
94900                    "GstElement",
94901                    "GstObject",
94902                    "GInitiallyUnowned",
94903                    "GObject"
94904                ],
94905                "interfaces": [
94906                    "GstPreset"
94907                ],
94908                "klass": "Filter/Effect/Audio/LV2/Oscillator",
94909                "long-name": "LSP Oscillator Mono",
94910                "pad-templates": {
94911                    "sink": {
94912                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
94913                        "direction": "sink",
94914                        "presence": "always"
94915                    },
94916                    "src": {
94917                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
94918                        "direction": "src",
94919                        "presence": "always"
94920                    }
94921                },
94922                "properties": {
94923                    "bypass": {
94924                        "blurb": "Bypass",
94925                        "conditionally-available": false,
94926                        "construct": true,
94927                        "construct-only": false,
94928                        "controllable": true,
94929                        "default": "false",
94930                        "mutable": "null",
94931                        "readable": true,
94932                        "type": "gboolean",
94933                        "writable": true
94934                    },
94935                    "dcoff": {
94936                        "blurb": "DC Offset",
94937                        "conditionally-available": false,
94938                        "construct": true,
94939                        "construct-only": false,
94940                        "controllable": true,
94941                        "default": "0",
94942                        "max": "1",
94943                        "min": "-1",
94944                        "mutable": "null",
94945                        "readable": true,
94946                        "type": "gfloat",
94947                        "writable": true
94948                    },
94949                    "freq": {
94950                        "blurb": "Frequency",
94951                        "conditionally-available": false,
94952                        "construct": true,
94953                        "construct-only": false,
94954                        "controllable": true,
94955                        "default": "440",
94956                        "max": "20000",
94957                        "min": "20",
94958                        "mutable": "null",
94959                        "readable": true,
94960                        "type": "gfloat",
94961                        "writable": true
94962                    },
94963                    "gain": {
94964                        "blurb": "Output gain",
94965                        "conditionally-available": false,
94966                        "construct": true,
94967                        "construct-only": false,
94968                        "controllable": true,
94969                        "default": "1",
94970                        "max": "10",
94971                        "min": "0",
94972                        "mutable": "null",
94973                        "readable": true,
94974                        "type": "gfloat",
94975                        "writable": true
94976                    },
94977                    "iniph": {
94978                        "blurb": "Initial Phase",
94979                        "conditionally-available": false,
94980                        "construct": true,
94981                        "construct-only": false,
94982                        "controllable": true,
94983                        "default": "0",
94984                        "max": "360",
94985                        "min": "0",
94986                        "mutable": "null",
94987                        "readable": true,
94988                        "type": "gfloat",
94989                        "writable": true
94990                    },
94991                    "invps": {
94992                        "blurb": "Invert Parabolic Signal",
94993                        "conditionally-available": false,
94994                        "construct": true,
94995                        "construct-only": false,
94996                        "controllable": true,
94997                        "default": "false",
94998                        "mutable": "null",
94999                        "readable": true,
95000                        "type": "gboolean",
95001                        "writable": true
95002                    },
95003                    "invss": {
95004                        "blurb": "Invert Squared Sinusoids",
95005                        "conditionally-available": false,
95006                        "construct": true,
95007                        "construct-only": false,
95008                        "controllable": true,
95009                        "default": "false",
95010                        "mutable": "null",
95011                        "readable": true,
95012                        "type": "gboolean",
95013                        "writable": true
95014                    },
95015                    "out-latency": {
95016                        "blurb": "Latency OUT",
95017                        "conditionally-available": false,
95018                        "construct": false,
95019                        "construct-only": false,
95020                        "controllable": true,
95021                        "default": "0",
95022                        "max": "192000",
95023                        "min": "0",
95024                        "mutable": "null",
95025                        "readable": true,
95026                        "type": "gint",
95027                        "writable": false
95028                    },
95029                    "pwdth": {
95030                        "blurb": "Width",
95031                        "conditionally-available": false,
95032                        "construct": true,
95033                        "construct-only": false,
95034                        "controllable": true,
95035                        "default": "100",
95036                        "max": "100",
95037                        "min": "0",
95038                        "mutable": "null",
95039                        "readable": true,
95040                        "type": "gfloat",
95041                        "writable": true
95042                    },
95043                    "rdtrt": {
95044                        "blurb": "Duty Ratio",
95045                        "conditionally-available": false,
95046                        "construct": true,
95047                        "construct-only": false,
95048                        "controllable": true,
95049                        "default": "50",
95050                        "max": "100",
95051                        "min": "0",
95052                        "mutable": "null",
95053                        "readable": true,
95054                        "type": "gfloat",
95055                        "writable": true
95056                    },
95057                    "scf": {
95058                        "blurb": "Function",
95059                        "conditionally-available": false,
95060                        "construct": true,
95061                        "construct-only": false,
95062                        "controllable": true,
95063                        "default": "Sine (0)",
95064                        "mutable": "null",
95065                        "readable": true,
95066                        "type": "lsp-plug-in-plugins-lv2-oscillator-monoscf",
95067                        "writable": true
95068                    },
95069                    "scm": {
95070                        "blurb": "Operation Mode",
95071                        "conditionally-available": false,
95072                        "construct": true,
95073                        "construct-only": false,
95074                        "controllable": true,
95075                        "default": "Add (0)",
95076                        "mutable": "null",
95077                        "readable": true,
95078                        "type": "lsp-plug-in-plugins-lv2-oscillator-monoscm",
95079                        "writable": true
95080                    },
95081                    "scom": {
95082                        "blurb": "Oversampler Mode",
95083                        "conditionally-available": false,
95084                        "construct": true,
95085                        "construct-only": false,
95086                        "controllable": true,
95087                        "default": "x8 (5)",
95088                        "mutable": "null",
95089                        "readable": true,
95090                        "type": "lsp-plug-in-plugins-lv2-oscillator-monoscom",
95091                        "writable": true
95092                    },
95093                    "scr": {
95094                        "blurb": "DC Reference",
95095                        "conditionally-available": false,
95096                        "construct": true,
95097                        "construct-only": false,
95098                        "controllable": true,
95099                        "default": "Wave DC (0)",
95100                        "mutable": "null",
95101                        "readable": true,
95102                        "type": "lsp-plug-in-plugins-lv2-oscillator-monoscr",
95103                        "writable": true
95104                    },
95105                    "swdth": {
95106                        "blurb": "Width",
95107                        "conditionally-available": false,
95108                        "construct": true,
95109                        "construct-only": false,
95110                        "controllable": true,
95111                        "default": "50",
95112                        "max": "100",
95113                        "min": "0",
95114                        "mutable": "null",
95115                        "readable": true,
95116                        "type": "gfloat",
95117                        "writable": true
95118                    },
95119                    "tflrt": {
95120                        "blurb": "Fall Ratio",
95121                        "conditionally-available": false,
95122                        "construct": true,
95123                        "construct-only": false,
95124                        "controllable": true,
95125                        "default": "25",
95126                        "max": "100",
95127                        "min": "0",
95128                        "mutable": "null",
95129                        "readable": true,
95130                        "type": "gfloat",
95131                        "writable": true
95132                    },
95133                    "tnwrt": {
95134                        "blurb": "Negative Width",
95135                        "conditionally-available": false,
95136                        "construct": true,
95137                        "construct-only": false,
95138                        "controllable": true,
95139                        "default": "25",
95140                        "max": "100",
95141                        "min": "0",
95142                        "mutable": "null",
95143                        "readable": true,
95144                        "type": "gfloat",
95145                        "writable": true
95146                    },
95147                    "tpwrt": {
95148                        "blurb": "Positive Width",
95149                        "conditionally-available": false,
95150                        "construct": true,
95151                        "construct-only": false,
95152                        "controllable": true,
95153                        "default": "25",
95154                        "max": "100",
95155                        "min": "0",
95156                        "mutable": "null",
95157                        "readable": true,
95158                        "type": "gfloat",
95159                        "writable": true
95160                    },
95161                    "trsrt": {
95162                        "blurb": "Raise Ratio",
95163                        "conditionally-available": false,
95164                        "construct": true,
95165                        "construct-only": false,
95166                        "controllable": true,
95167                        "default": "25",
95168                        "max": "100",
95169                        "min": "0",
95170                        "mutable": "null",
95171                        "readable": true,
95172                        "type": "gfloat",
95173                        "writable": true
95174                    }
95175                },
95176                "rank": "none"
95177            },
95178            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr": {
95179                "author": "LSP LV2",
95180                "description": "LSP Parametric Equalizer x16 LeftRight",
95181                "hierarchy": [
95182                    "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr",
95183                    "GstAudioFilter",
95184                    "GstBaseTransform",
95185                    "GstElement",
95186                    "GstObject",
95187                    "GInitiallyUnowned",
95188                    "GObject"
95189                ],
95190                "interfaces": [
95191                    "GstPreset"
95192                ],
95193                "klass": "Filter/Effect/Audio/LV2/Parametric",
95194                "long-name": "LSP Parametric Equalizer x16 LeftRight",
95195                "pad-templates": {
95196                    "sink": {
95197                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
95198                        "direction": "sink",
95199                        "presence": "always"
95200                    },
95201                    "src": {
95202                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
95203                        "direction": "src",
95204                        "presence": "always"
95205                    }
95206                },
95207                "properties": {
95208                    "bal": {
95209                        "blurb": "Output balance",
95210                        "conditionally-available": false,
95211                        "construct": true,
95212                        "construct-only": false,
95213                        "controllable": true,
95214                        "default": "0",
95215                        "max": "100",
95216                        "min": "-100",
95217                        "mutable": "null",
95218                        "readable": true,
95219                        "type": "gfloat",
95220                        "writable": true
95221                    },
95222                    "bypass": {
95223                        "blurb": "Bypass",
95224                        "conditionally-available": false,
95225                        "construct": true,
95226                        "construct-only": false,
95227                        "controllable": true,
95228                        "default": "false",
95229                        "mutable": "null",
95230                        "readable": true,
95231                        "type": "gboolean",
95232                        "writable": true
95233                    },
95234                    "fft": {
95235                        "blurb": "FFT analysis",
95236                        "conditionally-available": false,
95237                        "construct": true,
95238                        "construct-only": false,
95239                        "controllable": true,
95240                        "default": "Off (0)",
95241                        "mutable": "null",
95242                        "readable": true,
95243                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfft",
95244                        "writable": true
95245                    },
95246                    "fftv-l": {
95247                        "blurb": "FFT visibility Left",
95248                        "conditionally-available": false,
95249                        "construct": true,
95250                        "construct-only": false,
95251                        "controllable": true,
95252                        "default": "false",
95253                        "mutable": "null",
95254                        "readable": true,
95255                        "type": "gboolean",
95256                        "writable": true
95257                    },
95258                    "fftv-r": {
95259                        "blurb": "FFT visibility Right",
95260                        "conditionally-available": false,
95261                        "construct": true,
95262                        "construct-only": false,
95263                        "controllable": true,
95264                        "default": "false",
95265                        "mutable": "null",
95266                        "readable": true,
95267                        "type": "gboolean",
95268                        "writable": true
95269                    },
95270                    "fl-0": {
95271                        "blurb": "Frequency Left 0",
95272                        "conditionally-available": false,
95273                        "construct": true,
95274                        "construct-only": false,
95275                        "controllable": true,
95276                        "default": "16",
95277                        "max": "24000",
95278                        "min": "10",
95279                        "mutable": "null",
95280                        "readable": true,
95281                        "type": "gfloat",
95282                        "writable": true
95283                    },
95284                    "fl-1": {
95285                        "blurb": "Frequency Left 1",
95286                        "conditionally-available": false,
95287                        "construct": true,
95288                        "construct-only": false,
95289                        "controllable": true,
95290                        "default": "25",
95291                        "max": "24000",
95292                        "min": "10",
95293                        "mutable": "null",
95294                        "readable": true,
95295                        "type": "gfloat",
95296                        "writable": true
95297                    },
95298                    "fl-10": {
95299                        "blurb": "Frequency Left 10",
95300                        "conditionally-available": false,
95301                        "construct": true,
95302                        "construct-only": false,
95303                        "controllable": true,
95304                        "default": "1600",
95305                        "max": "24000",
95306                        "min": "10",
95307                        "mutable": "null",
95308                        "readable": true,
95309                        "type": "gfloat",
95310                        "writable": true
95311                    },
95312                    "fl-11": {
95313                        "blurb": "Frequency Left 11",
95314                        "conditionally-available": false,
95315                        "construct": true,
95316                        "construct-only": false,
95317                        "controllable": true,
95318                        "default": "2500",
95319                        "max": "24000",
95320                        "min": "10",
95321                        "mutable": "null",
95322                        "readable": true,
95323                        "type": "gfloat",
95324                        "writable": true
95325                    },
95326                    "fl-12": {
95327                        "blurb": "Frequency Left 12",
95328                        "conditionally-available": false,
95329                        "construct": true,
95330                        "construct-only": false,
95331                        "controllable": true,
95332                        "default": "4000",
95333                        "max": "24000",
95334                        "min": "10",
95335                        "mutable": "null",
95336                        "readable": true,
95337                        "type": "gfloat",
95338                        "writable": true
95339                    },
95340                    "fl-13": {
95341                        "blurb": "Frequency Left 13",
95342                        "conditionally-available": false,
95343                        "construct": true,
95344                        "construct-only": false,
95345                        "controllable": true,
95346                        "default": "6300",
95347                        "max": "24000",
95348                        "min": "10",
95349                        "mutable": "null",
95350                        "readable": true,
95351                        "type": "gfloat",
95352                        "writable": true
95353                    },
95354                    "fl-14": {
95355                        "blurb": "Frequency Left 14",
95356                        "conditionally-available": false,
95357                        "construct": true,
95358                        "construct-only": false,
95359                        "controllable": true,
95360                        "default": "10000",
95361                        "max": "24000",
95362                        "min": "10",
95363                        "mutable": "null",
95364                        "readable": true,
95365                        "type": "gfloat",
95366                        "writable": true
95367                    },
95368                    "fl-15": {
95369                        "blurb": "Frequency Left 15",
95370                        "conditionally-available": false,
95371                        "construct": true,
95372                        "construct-only": false,
95373                        "controllable": true,
95374                        "default": "16000",
95375                        "max": "24000",
95376                        "min": "10",
95377                        "mutable": "null",
95378                        "readable": true,
95379                        "type": "gfloat",
95380                        "writable": true
95381                    },
95382                    "fl-2": {
95383                        "blurb": "Frequency Left 2",
95384                        "conditionally-available": false,
95385                        "construct": true,
95386                        "construct-only": false,
95387                        "controllable": true,
95388                        "default": "40",
95389                        "max": "24000",
95390                        "min": "10",
95391                        "mutable": "null",
95392                        "readable": true,
95393                        "type": "gfloat",
95394                        "writable": true
95395                    },
95396                    "fl-3": {
95397                        "blurb": "Frequency Left 3",
95398                        "conditionally-available": false,
95399                        "construct": true,
95400                        "construct-only": false,
95401                        "controllable": true,
95402                        "default": "63",
95403                        "max": "24000",
95404                        "min": "10",
95405                        "mutable": "null",
95406                        "readable": true,
95407                        "type": "gfloat",
95408                        "writable": true
95409                    },
95410                    "fl-4": {
95411                        "blurb": "Frequency Left 4",
95412                        "conditionally-available": false,
95413                        "construct": true,
95414                        "construct-only": false,
95415                        "controllable": true,
95416                        "default": "100",
95417                        "max": "24000",
95418                        "min": "10",
95419                        "mutable": "null",
95420                        "readable": true,
95421                        "type": "gfloat",
95422                        "writable": true
95423                    },
95424                    "fl-5": {
95425                        "blurb": "Frequency Left 5",
95426                        "conditionally-available": false,
95427                        "construct": true,
95428                        "construct-only": false,
95429                        "controllable": true,
95430                        "default": "160",
95431                        "max": "24000",
95432                        "min": "10",
95433                        "mutable": "null",
95434                        "readable": true,
95435                        "type": "gfloat",
95436                        "writable": true
95437                    },
95438                    "fl-6": {
95439                        "blurb": "Frequency Left 6",
95440                        "conditionally-available": false,
95441                        "construct": true,
95442                        "construct-only": false,
95443                        "controllable": true,
95444                        "default": "250",
95445                        "max": "24000",
95446                        "min": "10",
95447                        "mutable": "null",
95448                        "readable": true,
95449                        "type": "gfloat",
95450                        "writable": true
95451                    },
95452                    "fl-7": {
95453                        "blurb": "Frequency Left 7",
95454                        "conditionally-available": false,
95455                        "construct": true,
95456                        "construct-only": false,
95457                        "controllable": true,
95458                        "default": "400",
95459                        "max": "24000",
95460                        "min": "10",
95461                        "mutable": "null",
95462                        "readable": true,
95463                        "type": "gfloat",
95464                        "writable": true
95465                    },
95466                    "fl-8": {
95467                        "blurb": "Frequency Left 8",
95468                        "conditionally-available": false,
95469                        "construct": true,
95470                        "construct-only": false,
95471                        "controllable": true,
95472                        "default": "630",
95473                        "max": "24000",
95474                        "min": "10",
95475                        "mutable": "null",
95476                        "readable": true,
95477                        "type": "gfloat",
95478                        "writable": true
95479                    },
95480                    "fl-9": {
95481                        "blurb": "Frequency Left 9",
95482                        "conditionally-available": false,
95483                        "construct": true,
95484                        "construct-only": false,
95485                        "controllable": true,
95486                        "default": "1000",
95487                        "max": "24000",
95488                        "min": "10",
95489                        "mutable": "null",
95490                        "readable": true,
95491                        "type": "gfloat",
95492                        "writable": true
95493                    },
95494                    "fml-0": {
95495                        "blurb": "Filter mode Left 0",
95496                        "conditionally-available": false,
95497                        "construct": true,
95498                        "construct-only": false,
95499                        "controllable": true,
95500                        "default": "RLC (BT) (0)",
95501                        "mutable": "null",
95502                        "readable": true,
95503                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-0",
95504                        "writable": true
95505                    },
95506                    "fml-1": {
95507                        "blurb": "Filter mode Left 1",
95508                        "conditionally-available": false,
95509                        "construct": true,
95510                        "construct-only": false,
95511                        "controllable": true,
95512                        "default": "RLC (BT) (0)",
95513                        "mutable": "null",
95514                        "readable": true,
95515                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-1",
95516                        "writable": true
95517                    },
95518                    "fml-10": {
95519                        "blurb": "Filter mode Left 10",
95520                        "conditionally-available": false,
95521                        "construct": true,
95522                        "construct-only": false,
95523                        "controllable": true,
95524                        "default": "RLC (BT) (0)",
95525                        "mutable": "null",
95526                        "readable": true,
95527                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-10",
95528                        "writable": true
95529                    },
95530                    "fml-11": {
95531                        "blurb": "Filter mode Left 11",
95532                        "conditionally-available": false,
95533                        "construct": true,
95534                        "construct-only": false,
95535                        "controllable": true,
95536                        "default": "RLC (BT) (0)",
95537                        "mutable": "null",
95538                        "readable": true,
95539                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-11",
95540                        "writable": true
95541                    },
95542                    "fml-12": {
95543                        "blurb": "Filter mode Left 12",
95544                        "conditionally-available": false,
95545                        "construct": true,
95546                        "construct-only": false,
95547                        "controllable": true,
95548                        "default": "RLC (BT) (0)",
95549                        "mutable": "null",
95550                        "readable": true,
95551                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-12",
95552                        "writable": true
95553                    },
95554                    "fml-13": {
95555                        "blurb": "Filter mode Left 13",
95556                        "conditionally-available": false,
95557                        "construct": true,
95558                        "construct-only": false,
95559                        "controllable": true,
95560                        "default": "RLC (BT) (0)",
95561                        "mutable": "null",
95562                        "readable": true,
95563                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-13",
95564                        "writable": true
95565                    },
95566                    "fml-14": {
95567                        "blurb": "Filter mode Left 14",
95568                        "conditionally-available": false,
95569                        "construct": true,
95570                        "construct-only": false,
95571                        "controllable": true,
95572                        "default": "RLC (BT) (0)",
95573                        "mutable": "null",
95574                        "readable": true,
95575                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-14",
95576                        "writable": true
95577                    },
95578                    "fml-15": {
95579                        "blurb": "Filter mode Left 15",
95580                        "conditionally-available": false,
95581                        "construct": true,
95582                        "construct-only": false,
95583                        "controllable": true,
95584                        "default": "RLC (BT) (0)",
95585                        "mutable": "null",
95586                        "readable": true,
95587                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-15",
95588                        "writable": true
95589                    },
95590                    "fml-2": {
95591                        "blurb": "Filter mode Left 2",
95592                        "conditionally-available": false,
95593                        "construct": true,
95594                        "construct-only": false,
95595                        "controllable": true,
95596                        "default": "RLC (BT) (0)",
95597                        "mutable": "null",
95598                        "readable": true,
95599                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-2",
95600                        "writable": true
95601                    },
95602                    "fml-3": {
95603                        "blurb": "Filter mode Left 3",
95604                        "conditionally-available": false,
95605                        "construct": true,
95606                        "construct-only": false,
95607                        "controllable": true,
95608                        "default": "RLC (BT) (0)",
95609                        "mutable": "null",
95610                        "readable": true,
95611                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-3",
95612                        "writable": true
95613                    },
95614                    "fml-4": {
95615                        "blurb": "Filter mode Left 4",
95616                        "conditionally-available": false,
95617                        "construct": true,
95618                        "construct-only": false,
95619                        "controllable": true,
95620                        "default": "RLC (BT) (0)",
95621                        "mutable": "null",
95622                        "readable": true,
95623                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-4",
95624                        "writable": true
95625                    },
95626                    "fml-5": {
95627                        "blurb": "Filter mode Left 5",
95628                        "conditionally-available": false,
95629                        "construct": true,
95630                        "construct-only": false,
95631                        "controllable": true,
95632                        "default": "RLC (BT) (0)",
95633                        "mutable": "null",
95634                        "readable": true,
95635                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-5",
95636                        "writable": true
95637                    },
95638                    "fml-6": {
95639                        "blurb": "Filter mode Left 6",
95640                        "conditionally-available": false,
95641                        "construct": true,
95642                        "construct-only": false,
95643                        "controllable": true,
95644                        "default": "RLC (BT) (0)",
95645                        "mutable": "null",
95646                        "readable": true,
95647                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-6",
95648                        "writable": true
95649                    },
95650                    "fml-7": {
95651                        "blurb": "Filter mode Left 7",
95652                        "conditionally-available": false,
95653                        "construct": true,
95654                        "construct-only": false,
95655                        "controllable": true,
95656                        "default": "RLC (BT) (0)",
95657                        "mutable": "null",
95658                        "readable": true,
95659                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-7",
95660                        "writable": true
95661                    },
95662                    "fml-8": {
95663                        "blurb": "Filter mode Left 8",
95664                        "conditionally-available": false,
95665                        "construct": true,
95666                        "construct-only": false,
95667                        "controllable": true,
95668                        "default": "RLC (BT) (0)",
95669                        "mutable": "null",
95670                        "readable": true,
95671                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-8",
95672                        "writable": true
95673                    },
95674                    "fml-9": {
95675                        "blurb": "Filter mode Left 9",
95676                        "conditionally-available": false,
95677                        "construct": true,
95678                        "construct-only": false,
95679                        "controllable": true,
95680                        "default": "RLC (BT) (0)",
95681                        "mutable": "null",
95682                        "readable": true,
95683                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-9",
95684                        "writable": true
95685                    },
95686                    "fmr-0": {
95687                        "blurb": "Filter mode Right 0",
95688                        "conditionally-available": false,
95689                        "construct": true,
95690                        "construct-only": false,
95691                        "controllable": true,
95692                        "default": "RLC (BT) (0)",
95693                        "mutable": "null",
95694                        "readable": true,
95695                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-0",
95696                        "writable": true
95697                    },
95698                    "fmr-1": {
95699                        "blurb": "Filter mode Right 1",
95700                        "conditionally-available": false,
95701                        "construct": true,
95702                        "construct-only": false,
95703                        "controllable": true,
95704                        "default": "RLC (BT) (0)",
95705                        "mutable": "null",
95706                        "readable": true,
95707                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-1",
95708                        "writable": true
95709                    },
95710                    "fmr-10": {
95711                        "blurb": "Filter mode Right 10",
95712                        "conditionally-available": false,
95713                        "construct": true,
95714                        "construct-only": false,
95715                        "controllable": true,
95716                        "default": "RLC (BT) (0)",
95717                        "mutable": "null",
95718                        "readable": true,
95719                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-10",
95720                        "writable": true
95721                    },
95722                    "fmr-11": {
95723                        "blurb": "Filter mode Right 11",
95724                        "conditionally-available": false,
95725                        "construct": true,
95726                        "construct-only": false,
95727                        "controllable": true,
95728                        "default": "RLC (BT) (0)",
95729                        "mutable": "null",
95730                        "readable": true,
95731                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-11",
95732                        "writable": true
95733                    },
95734                    "fmr-12": {
95735                        "blurb": "Filter mode Right 12",
95736                        "conditionally-available": false,
95737                        "construct": true,
95738                        "construct-only": false,
95739                        "controllable": true,
95740                        "default": "RLC (BT) (0)",
95741                        "mutable": "null",
95742                        "readable": true,
95743                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-12",
95744                        "writable": true
95745                    },
95746                    "fmr-13": {
95747                        "blurb": "Filter mode Right 13",
95748                        "conditionally-available": false,
95749                        "construct": true,
95750                        "construct-only": false,
95751                        "controllable": true,
95752                        "default": "RLC (BT) (0)",
95753                        "mutable": "null",
95754                        "readable": true,
95755                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-13",
95756                        "writable": true
95757                    },
95758                    "fmr-14": {
95759                        "blurb": "Filter mode Right 14",
95760                        "conditionally-available": false,
95761                        "construct": true,
95762                        "construct-only": false,
95763                        "controllable": true,
95764                        "default": "RLC (BT) (0)",
95765                        "mutable": "null",
95766                        "readable": true,
95767                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-14",
95768                        "writable": true
95769                    },
95770                    "fmr-15": {
95771                        "blurb": "Filter mode Right 15",
95772                        "conditionally-available": false,
95773                        "construct": true,
95774                        "construct-only": false,
95775                        "controllable": true,
95776                        "default": "RLC (BT) (0)",
95777                        "mutable": "null",
95778                        "readable": true,
95779                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-15",
95780                        "writable": true
95781                    },
95782                    "fmr-2": {
95783                        "blurb": "Filter mode Right 2",
95784                        "conditionally-available": false,
95785                        "construct": true,
95786                        "construct-only": false,
95787                        "controllable": true,
95788                        "default": "RLC (BT) (0)",
95789                        "mutable": "null",
95790                        "readable": true,
95791                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-2",
95792                        "writable": true
95793                    },
95794                    "fmr-3": {
95795                        "blurb": "Filter mode Right 3",
95796                        "conditionally-available": false,
95797                        "construct": true,
95798                        "construct-only": false,
95799                        "controllable": true,
95800                        "default": "RLC (BT) (0)",
95801                        "mutable": "null",
95802                        "readable": true,
95803                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-3",
95804                        "writable": true
95805                    },
95806                    "fmr-4": {
95807                        "blurb": "Filter mode Right 4",
95808                        "conditionally-available": false,
95809                        "construct": true,
95810                        "construct-only": false,
95811                        "controllable": true,
95812                        "default": "RLC (BT) (0)",
95813                        "mutable": "null",
95814                        "readable": true,
95815                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-4",
95816                        "writable": true
95817                    },
95818                    "fmr-5": {
95819                        "blurb": "Filter mode Right 5",
95820                        "conditionally-available": false,
95821                        "construct": true,
95822                        "construct-only": false,
95823                        "controllable": true,
95824                        "default": "RLC (BT) (0)",
95825                        "mutable": "null",
95826                        "readable": true,
95827                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-5",
95828                        "writable": true
95829                    },
95830                    "fmr-6": {
95831                        "blurb": "Filter mode Right 6",
95832                        "conditionally-available": false,
95833                        "construct": true,
95834                        "construct-only": false,
95835                        "controllable": true,
95836                        "default": "RLC (BT) (0)",
95837                        "mutable": "null",
95838                        "readable": true,
95839                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-6",
95840                        "writable": true
95841                    },
95842                    "fmr-7": {
95843                        "blurb": "Filter mode Right 7",
95844                        "conditionally-available": false,
95845                        "construct": true,
95846                        "construct-only": false,
95847                        "controllable": true,
95848                        "default": "RLC (BT) (0)",
95849                        "mutable": "null",
95850                        "readable": true,
95851                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-7",
95852                        "writable": true
95853                    },
95854                    "fmr-8": {
95855                        "blurb": "Filter mode Right 8",
95856                        "conditionally-available": false,
95857                        "construct": true,
95858                        "construct-only": false,
95859                        "controllable": true,
95860                        "default": "RLC (BT) (0)",
95861                        "mutable": "null",
95862                        "readable": true,
95863                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-8",
95864                        "writable": true
95865                    },
95866                    "fmr-9": {
95867                        "blurb": "Filter mode Right 9",
95868                        "conditionally-available": false,
95869                        "construct": true,
95870                        "construct-only": false,
95871                        "controllable": true,
95872                        "default": "RLC (BT) (0)",
95873                        "mutable": "null",
95874                        "readable": true,
95875                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-9",
95876                        "writable": true
95877                    },
95878                    "fr-0": {
95879                        "blurb": "Frequency Right 0",
95880                        "conditionally-available": false,
95881                        "construct": true,
95882                        "construct-only": false,
95883                        "controllable": true,
95884                        "default": "16",
95885                        "max": "24000",
95886                        "min": "10",
95887                        "mutable": "null",
95888                        "readable": true,
95889                        "type": "gfloat",
95890                        "writable": true
95891                    },
95892                    "fr-1": {
95893                        "blurb": "Frequency Right 1",
95894                        "conditionally-available": false,
95895                        "construct": true,
95896                        "construct-only": false,
95897                        "controllable": true,
95898                        "default": "25",
95899                        "max": "24000",
95900                        "min": "10",
95901                        "mutable": "null",
95902                        "readable": true,
95903                        "type": "gfloat",
95904                        "writable": true
95905                    },
95906                    "fr-10": {
95907                        "blurb": "Frequency Right 10",
95908                        "conditionally-available": false,
95909                        "construct": true,
95910                        "construct-only": false,
95911                        "controllable": true,
95912                        "default": "1600",
95913                        "max": "24000",
95914                        "min": "10",
95915                        "mutable": "null",
95916                        "readable": true,
95917                        "type": "gfloat",
95918                        "writable": true
95919                    },
95920                    "fr-11": {
95921                        "blurb": "Frequency Right 11",
95922                        "conditionally-available": false,
95923                        "construct": true,
95924                        "construct-only": false,
95925                        "controllable": true,
95926                        "default": "2500",
95927                        "max": "24000",
95928                        "min": "10",
95929                        "mutable": "null",
95930                        "readable": true,
95931                        "type": "gfloat",
95932                        "writable": true
95933                    },
95934                    "fr-12": {
95935                        "blurb": "Frequency Right 12",
95936                        "conditionally-available": false,
95937                        "construct": true,
95938                        "construct-only": false,
95939                        "controllable": true,
95940                        "default": "4000",
95941                        "max": "24000",
95942                        "min": "10",
95943                        "mutable": "null",
95944                        "readable": true,
95945                        "type": "gfloat",
95946                        "writable": true
95947                    },
95948                    "fr-13": {
95949                        "blurb": "Frequency Right 13",
95950                        "conditionally-available": false,
95951                        "construct": true,
95952                        "construct-only": false,
95953                        "controllable": true,
95954                        "default": "6300",
95955                        "max": "24000",
95956                        "min": "10",
95957                        "mutable": "null",
95958                        "readable": true,
95959                        "type": "gfloat",
95960                        "writable": true
95961                    },
95962                    "fr-14": {
95963                        "blurb": "Frequency Right 14",
95964                        "conditionally-available": false,
95965                        "construct": true,
95966                        "construct-only": false,
95967                        "controllable": true,
95968                        "default": "10000",
95969                        "max": "24000",
95970                        "min": "10",
95971                        "mutable": "null",
95972                        "readable": true,
95973                        "type": "gfloat",
95974                        "writable": true
95975                    },
95976                    "fr-15": {
95977                        "blurb": "Frequency Right 15",
95978                        "conditionally-available": false,
95979                        "construct": true,
95980                        "construct-only": false,
95981                        "controllable": true,
95982                        "default": "16000",
95983                        "max": "24000",
95984                        "min": "10",
95985                        "mutable": "null",
95986                        "readable": true,
95987                        "type": "gfloat",
95988                        "writable": true
95989                    },
95990                    "fr-2": {
95991                        "blurb": "Frequency Right 2",
95992                        "conditionally-available": false,
95993                        "construct": true,
95994                        "construct-only": false,
95995                        "controllable": true,
95996                        "default": "40",
95997                        "max": "24000",
95998                        "min": "10",
95999                        "mutable": "null",
96000                        "readable": true,
96001                        "type": "gfloat",
96002                        "writable": true
96003                    },
96004                    "fr-3": {
96005                        "blurb": "Frequency Right 3",
96006                        "conditionally-available": false,
96007                        "construct": true,
96008                        "construct-only": false,
96009                        "controllable": true,
96010                        "default": "63",
96011                        "max": "24000",
96012                        "min": "10",
96013                        "mutable": "null",
96014                        "readable": true,
96015                        "type": "gfloat",
96016                        "writable": true
96017                    },
96018                    "fr-4": {
96019                        "blurb": "Frequency Right 4",
96020                        "conditionally-available": false,
96021                        "construct": true,
96022                        "construct-only": false,
96023                        "controllable": true,
96024                        "default": "100",
96025                        "max": "24000",
96026                        "min": "10",
96027                        "mutable": "null",
96028                        "readable": true,
96029                        "type": "gfloat",
96030                        "writable": true
96031                    },
96032                    "fr-5": {
96033                        "blurb": "Frequency Right 5",
96034                        "conditionally-available": false,
96035                        "construct": true,
96036                        "construct-only": false,
96037                        "controllable": true,
96038                        "default": "160",
96039                        "max": "24000",
96040                        "min": "10",
96041                        "mutable": "null",
96042                        "readable": true,
96043                        "type": "gfloat",
96044                        "writable": true
96045                    },
96046                    "fr-6": {
96047                        "blurb": "Frequency Right 6",
96048                        "conditionally-available": false,
96049                        "construct": true,
96050                        "construct-only": false,
96051                        "controllable": true,
96052                        "default": "250",
96053                        "max": "24000",
96054                        "min": "10",
96055                        "mutable": "null",
96056                        "readable": true,
96057                        "type": "gfloat",
96058                        "writable": true
96059                    },
96060                    "fr-7": {
96061                        "blurb": "Frequency Right 7",
96062                        "conditionally-available": false,
96063                        "construct": true,
96064                        "construct-only": false,
96065                        "controllable": true,
96066                        "default": "400",
96067                        "max": "24000",
96068                        "min": "10",
96069                        "mutable": "null",
96070                        "readable": true,
96071                        "type": "gfloat",
96072                        "writable": true
96073                    },
96074                    "fr-8": {
96075                        "blurb": "Frequency Right 8",
96076                        "conditionally-available": false,
96077                        "construct": true,
96078                        "construct-only": false,
96079                        "controllable": true,
96080                        "default": "630",
96081                        "max": "24000",
96082                        "min": "10",
96083                        "mutable": "null",
96084                        "readable": true,
96085                        "type": "gfloat",
96086                        "writable": true
96087                    },
96088                    "fr-9": {
96089                        "blurb": "Frequency Right 9",
96090                        "conditionally-available": false,
96091                        "construct": true,
96092                        "construct-only": false,
96093                        "controllable": true,
96094                        "default": "1000",
96095                        "max": "24000",
96096                        "min": "10",
96097                        "mutable": "null",
96098                        "readable": true,
96099                        "type": "gfloat",
96100                        "writable": true
96101                    },
96102                    "frqs-l": {
96103                        "blurb": "Frequency shift Left",
96104                        "conditionally-available": false,
96105                        "construct": true,
96106                        "construct-only": false,
96107                        "controllable": true,
96108                        "default": "0",
96109                        "max": "120",
96110                        "min": "-120",
96111                        "mutable": "null",
96112                        "readable": true,
96113                        "type": "gfloat",
96114                        "writable": true
96115                    },
96116                    "frqs-r": {
96117                        "blurb": "Frequency shift Right",
96118                        "conditionally-available": false,
96119                        "construct": true,
96120                        "construct-only": false,
96121                        "controllable": true,
96122                        "default": "0",
96123                        "max": "120",
96124                        "min": "-120",
96125                        "mutable": "null",
96126                        "readable": true,
96127                        "type": "gfloat",
96128                        "writable": true
96129                    },
96130                    "fsel": {
96131                        "blurb": "Filter select",
96132                        "conditionally-available": false,
96133                        "construct": true,
96134                        "construct-only": false,
96135                        "controllable": true,
96136                        "default": "Filters Left 0-7 (0)",
96137                        "mutable": "null",
96138                        "readable": true,
96139                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfsel",
96140                        "writable": true
96141                    },
96142                    "ftl-0": {
96143                        "blurb": "Filter type Left 0",
96144                        "conditionally-available": false,
96145                        "construct": true,
96146                        "construct-only": false,
96147                        "controllable": true,
96148                        "default": "Off (0)",
96149                        "mutable": "null",
96150                        "readable": true,
96151                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-0",
96152                        "writable": true
96153                    },
96154                    "ftl-1": {
96155                        "blurb": "Filter type Left 1",
96156                        "conditionally-available": false,
96157                        "construct": true,
96158                        "construct-only": false,
96159                        "controllable": true,
96160                        "default": "Off (0)",
96161                        "mutable": "null",
96162                        "readable": true,
96163                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-1",
96164                        "writable": true
96165                    },
96166                    "ftl-10": {
96167                        "blurb": "Filter type Left 10",
96168                        "conditionally-available": false,
96169                        "construct": true,
96170                        "construct-only": false,
96171                        "controllable": true,
96172                        "default": "Off (0)",
96173                        "mutable": "null",
96174                        "readable": true,
96175                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-10",
96176                        "writable": true
96177                    },
96178                    "ftl-11": {
96179                        "blurb": "Filter type Left 11",
96180                        "conditionally-available": false,
96181                        "construct": true,
96182                        "construct-only": false,
96183                        "controllable": true,
96184                        "default": "Off (0)",
96185                        "mutable": "null",
96186                        "readable": true,
96187                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-11",
96188                        "writable": true
96189                    },
96190                    "ftl-12": {
96191                        "blurb": "Filter type Left 12",
96192                        "conditionally-available": false,
96193                        "construct": true,
96194                        "construct-only": false,
96195                        "controllable": true,
96196                        "default": "Off (0)",
96197                        "mutable": "null",
96198                        "readable": true,
96199                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-12",
96200                        "writable": true
96201                    },
96202                    "ftl-13": {
96203                        "blurb": "Filter type Left 13",
96204                        "conditionally-available": false,
96205                        "construct": true,
96206                        "construct-only": false,
96207                        "controllable": true,
96208                        "default": "Off (0)",
96209                        "mutable": "null",
96210                        "readable": true,
96211                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-13",
96212                        "writable": true
96213                    },
96214                    "ftl-14": {
96215                        "blurb": "Filter type Left 14",
96216                        "conditionally-available": false,
96217                        "construct": true,
96218                        "construct-only": false,
96219                        "controllable": true,
96220                        "default": "Off (0)",
96221                        "mutable": "null",
96222                        "readable": true,
96223                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-14",
96224                        "writable": true
96225                    },
96226                    "ftl-15": {
96227                        "blurb": "Filter type Left 15",
96228                        "conditionally-available": false,
96229                        "construct": true,
96230                        "construct-only": false,
96231                        "controllable": true,
96232                        "default": "Off (0)",
96233                        "mutable": "null",
96234                        "readable": true,
96235                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-15",
96236                        "writable": true
96237                    },
96238                    "ftl-2": {
96239                        "blurb": "Filter type Left 2",
96240                        "conditionally-available": false,
96241                        "construct": true,
96242                        "construct-only": false,
96243                        "controllable": true,
96244                        "default": "Off (0)",
96245                        "mutable": "null",
96246                        "readable": true,
96247                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-2",
96248                        "writable": true
96249                    },
96250                    "ftl-3": {
96251                        "blurb": "Filter type Left 3",
96252                        "conditionally-available": false,
96253                        "construct": true,
96254                        "construct-only": false,
96255                        "controllable": true,
96256                        "default": "Off (0)",
96257                        "mutable": "null",
96258                        "readable": true,
96259                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-3",
96260                        "writable": true
96261                    },
96262                    "ftl-4": {
96263                        "blurb": "Filter type Left 4",
96264                        "conditionally-available": false,
96265                        "construct": true,
96266                        "construct-only": false,
96267                        "controllable": true,
96268                        "default": "Off (0)",
96269                        "mutable": "null",
96270                        "readable": true,
96271                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-4",
96272                        "writable": true
96273                    },
96274                    "ftl-5": {
96275                        "blurb": "Filter type Left 5",
96276                        "conditionally-available": false,
96277                        "construct": true,
96278                        "construct-only": false,
96279                        "controllable": true,
96280                        "default": "Off (0)",
96281                        "mutable": "null",
96282                        "readable": true,
96283                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-5",
96284                        "writable": true
96285                    },
96286                    "ftl-6": {
96287                        "blurb": "Filter type Left 6",
96288                        "conditionally-available": false,
96289                        "construct": true,
96290                        "construct-only": false,
96291                        "controllable": true,
96292                        "default": "Off (0)",
96293                        "mutable": "null",
96294                        "readable": true,
96295                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-6",
96296                        "writable": true
96297                    },
96298                    "ftl-7": {
96299                        "blurb": "Filter type Left 7",
96300                        "conditionally-available": false,
96301                        "construct": true,
96302                        "construct-only": false,
96303                        "controllable": true,
96304                        "default": "Off (0)",
96305                        "mutable": "null",
96306                        "readable": true,
96307                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-7",
96308                        "writable": true
96309                    },
96310                    "ftl-8": {
96311                        "blurb": "Filter type Left 8",
96312                        "conditionally-available": false,
96313                        "construct": true,
96314                        "construct-only": false,
96315                        "controllable": true,
96316                        "default": "Off (0)",
96317                        "mutable": "null",
96318                        "readable": true,
96319                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-8",
96320                        "writable": true
96321                    },
96322                    "ftl-9": {
96323                        "blurb": "Filter type Left 9",
96324                        "conditionally-available": false,
96325                        "construct": true,
96326                        "construct-only": false,
96327                        "controllable": true,
96328                        "default": "Off (0)",
96329                        "mutable": "null",
96330                        "readable": true,
96331                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-9",
96332                        "writable": true
96333                    },
96334                    "ftr-0": {
96335                        "blurb": "Filter type Right 0",
96336                        "conditionally-available": false,
96337                        "construct": true,
96338                        "construct-only": false,
96339                        "controllable": true,
96340                        "default": "Off (0)",
96341                        "mutable": "null",
96342                        "readable": true,
96343                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-0",
96344                        "writable": true
96345                    },
96346                    "ftr-1": {
96347                        "blurb": "Filter type Right 1",
96348                        "conditionally-available": false,
96349                        "construct": true,
96350                        "construct-only": false,
96351                        "controllable": true,
96352                        "default": "Off (0)",
96353                        "mutable": "null",
96354                        "readable": true,
96355                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-1",
96356                        "writable": true
96357                    },
96358                    "ftr-10": {
96359                        "blurb": "Filter type Right 10",
96360                        "conditionally-available": false,
96361                        "construct": true,
96362                        "construct-only": false,
96363                        "controllable": true,
96364                        "default": "Off (0)",
96365                        "mutable": "null",
96366                        "readable": true,
96367                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-10",
96368                        "writable": true
96369                    },
96370                    "ftr-11": {
96371                        "blurb": "Filter type Right 11",
96372                        "conditionally-available": false,
96373                        "construct": true,
96374                        "construct-only": false,
96375                        "controllable": true,
96376                        "default": "Off (0)",
96377                        "mutable": "null",
96378                        "readable": true,
96379                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-11",
96380                        "writable": true
96381                    },
96382                    "ftr-12": {
96383                        "blurb": "Filter type Right 12",
96384                        "conditionally-available": false,
96385                        "construct": true,
96386                        "construct-only": false,
96387                        "controllable": true,
96388                        "default": "Off (0)",
96389                        "mutable": "null",
96390                        "readable": true,
96391                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-12",
96392                        "writable": true
96393                    },
96394                    "ftr-13": {
96395                        "blurb": "Filter type Right 13",
96396                        "conditionally-available": false,
96397                        "construct": true,
96398                        "construct-only": false,
96399                        "controllable": true,
96400                        "default": "Off (0)",
96401                        "mutable": "null",
96402                        "readable": true,
96403                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-13",
96404                        "writable": true
96405                    },
96406                    "ftr-14": {
96407                        "blurb": "Filter type Right 14",
96408                        "conditionally-available": false,
96409                        "construct": true,
96410                        "construct-only": false,
96411                        "controllable": true,
96412                        "default": "Off (0)",
96413                        "mutable": "null",
96414                        "readable": true,
96415                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-14",
96416                        "writable": true
96417                    },
96418                    "ftr-15": {
96419                        "blurb": "Filter type Right 15",
96420                        "conditionally-available": false,
96421                        "construct": true,
96422                        "construct-only": false,
96423                        "controllable": true,
96424                        "default": "Off (0)",
96425                        "mutable": "null",
96426                        "readable": true,
96427                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-15",
96428                        "writable": true
96429                    },
96430                    "ftr-2": {
96431                        "blurb": "Filter type Right 2",
96432                        "conditionally-available": false,
96433                        "construct": true,
96434                        "construct-only": false,
96435                        "controllable": true,
96436                        "default": "Off (0)",
96437                        "mutable": "null",
96438                        "readable": true,
96439                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-2",
96440                        "writable": true
96441                    },
96442                    "ftr-3": {
96443                        "blurb": "Filter type Right 3",
96444                        "conditionally-available": false,
96445                        "construct": true,
96446                        "construct-only": false,
96447                        "controllable": true,
96448                        "default": "Off (0)",
96449                        "mutable": "null",
96450                        "readable": true,
96451                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-3",
96452                        "writable": true
96453                    },
96454                    "ftr-4": {
96455                        "blurb": "Filter type Right 4",
96456                        "conditionally-available": false,
96457                        "construct": true,
96458                        "construct-only": false,
96459                        "controllable": true,
96460                        "default": "Off (0)",
96461                        "mutable": "null",
96462                        "readable": true,
96463                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-4",
96464                        "writable": true
96465                    },
96466                    "ftr-5": {
96467                        "blurb": "Filter type Right 5",
96468                        "conditionally-available": false,
96469                        "construct": true,
96470                        "construct-only": false,
96471                        "controllable": true,
96472                        "default": "Off (0)",
96473                        "mutable": "null",
96474                        "readable": true,
96475                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-5",
96476                        "writable": true
96477                    },
96478                    "ftr-6": {
96479                        "blurb": "Filter type Right 6",
96480                        "conditionally-available": false,
96481                        "construct": true,
96482                        "construct-only": false,
96483                        "controllable": true,
96484                        "default": "Off (0)",
96485                        "mutable": "null",
96486                        "readable": true,
96487                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-6",
96488                        "writable": true
96489                    },
96490                    "ftr-7": {
96491                        "blurb": "Filter type Right 7",
96492                        "conditionally-available": false,
96493                        "construct": true,
96494                        "construct-only": false,
96495                        "controllable": true,
96496                        "default": "Off (0)",
96497                        "mutable": "null",
96498                        "readable": true,
96499                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-7",
96500                        "writable": true
96501                    },
96502                    "ftr-8": {
96503                        "blurb": "Filter type Right 8",
96504                        "conditionally-available": false,
96505                        "construct": true,
96506                        "construct-only": false,
96507                        "controllable": true,
96508                        "default": "Off (0)",
96509                        "mutable": "null",
96510                        "readable": true,
96511                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-8",
96512                        "writable": true
96513                    },
96514                    "ftr-9": {
96515                        "blurb": "Filter type Right 9",
96516                        "conditionally-available": false,
96517                        "construct": true,
96518                        "construct-only": false,
96519                        "controllable": true,
96520                        "default": "Off (0)",
96521                        "mutable": "null",
96522                        "readable": true,
96523                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-9",
96524                        "writable": true
96525                    },
96526                    "fvl-0": {
96527                        "blurb": "Filter visibility Left 0",
96528                        "conditionally-available": false,
96529                        "construct": false,
96530                        "construct-only": false,
96531                        "controllable": true,
96532                        "default": "false",
96533                        "mutable": "null",
96534                        "readable": true,
96535                        "type": "gboolean",
96536                        "writable": false
96537                    },
96538                    "fvl-1": {
96539                        "blurb": "Filter visibility Left 1",
96540                        "conditionally-available": false,
96541                        "construct": false,
96542                        "construct-only": false,
96543                        "controllable": true,
96544                        "default": "false",
96545                        "mutable": "null",
96546                        "readable": true,
96547                        "type": "gboolean",
96548                        "writable": false
96549                    },
96550                    "fvl-10": {
96551                        "blurb": "Filter visibility Left 10",
96552                        "conditionally-available": false,
96553                        "construct": false,
96554                        "construct-only": false,
96555                        "controllable": true,
96556                        "default": "false",
96557                        "mutable": "null",
96558                        "readable": true,
96559                        "type": "gboolean",
96560                        "writable": false
96561                    },
96562                    "fvl-11": {
96563                        "blurb": "Filter visibility Left 11",
96564                        "conditionally-available": false,
96565                        "construct": false,
96566                        "construct-only": false,
96567                        "controllable": true,
96568                        "default": "false",
96569                        "mutable": "null",
96570                        "readable": true,
96571                        "type": "gboolean",
96572                        "writable": false
96573                    },
96574                    "fvl-12": {
96575                        "blurb": "Filter visibility Left 12",
96576                        "conditionally-available": false,
96577                        "construct": false,
96578                        "construct-only": false,
96579                        "controllable": true,
96580                        "default": "false",
96581                        "mutable": "null",
96582                        "readable": true,
96583                        "type": "gboolean",
96584                        "writable": false
96585                    },
96586                    "fvl-13": {
96587                        "blurb": "Filter visibility Left 13",
96588                        "conditionally-available": false,
96589                        "construct": false,
96590                        "construct-only": false,
96591                        "controllable": true,
96592                        "default": "false",
96593                        "mutable": "null",
96594                        "readable": true,
96595                        "type": "gboolean",
96596                        "writable": false
96597                    },
96598                    "fvl-14": {
96599                        "blurb": "Filter visibility Left 14",
96600                        "conditionally-available": false,
96601                        "construct": false,
96602                        "construct-only": false,
96603                        "controllable": true,
96604                        "default": "false",
96605                        "mutable": "null",
96606                        "readable": true,
96607                        "type": "gboolean",
96608                        "writable": false
96609                    },
96610                    "fvl-15": {
96611                        "blurb": "Filter visibility Left 15",
96612                        "conditionally-available": false,
96613                        "construct": false,
96614                        "construct-only": false,
96615                        "controllable": true,
96616                        "default": "false",
96617                        "mutable": "null",
96618                        "readable": true,
96619                        "type": "gboolean",
96620                        "writable": false
96621                    },
96622                    "fvl-2": {
96623                        "blurb": "Filter visibility Left 2",
96624                        "conditionally-available": false,
96625                        "construct": false,
96626                        "construct-only": false,
96627                        "controllable": true,
96628                        "default": "false",
96629                        "mutable": "null",
96630                        "readable": true,
96631                        "type": "gboolean",
96632                        "writable": false
96633                    },
96634                    "fvl-3": {
96635                        "blurb": "Filter visibility Left 3",
96636                        "conditionally-available": false,
96637                        "construct": false,
96638                        "construct-only": false,
96639                        "controllable": true,
96640                        "default": "false",
96641                        "mutable": "null",
96642                        "readable": true,
96643                        "type": "gboolean",
96644                        "writable": false
96645                    },
96646                    "fvl-4": {
96647                        "blurb": "Filter visibility Left 4",
96648                        "conditionally-available": false,
96649                        "construct": false,
96650                        "construct-only": false,
96651                        "controllable": true,
96652                        "default": "false",
96653                        "mutable": "null",
96654                        "readable": true,
96655                        "type": "gboolean",
96656                        "writable": false
96657                    },
96658                    "fvl-5": {
96659                        "blurb": "Filter visibility Left 5",
96660                        "conditionally-available": false,
96661                        "construct": false,
96662                        "construct-only": false,
96663                        "controllable": true,
96664                        "default": "false",
96665                        "mutable": "null",
96666                        "readable": true,
96667                        "type": "gboolean",
96668                        "writable": false
96669                    },
96670                    "fvl-6": {
96671                        "blurb": "Filter visibility Left 6",
96672                        "conditionally-available": false,
96673                        "construct": false,
96674                        "construct-only": false,
96675                        "controllable": true,
96676                        "default": "false",
96677                        "mutable": "null",
96678                        "readable": true,
96679                        "type": "gboolean",
96680                        "writable": false
96681                    },
96682                    "fvl-7": {
96683                        "blurb": "Filter visibility Left 7",
96684                        "conditionally-available": false,
96685                        "construct": false,
96686                        "construct-only": false,
96687                        "controllable": true,
96688                        "default": "false",
96689                        "mutable": "null",
96690                        "readable": true,
96691                        "type": "gboolean",
96692                        "writable": false
96693                    },
96694                    "fvl-8": {
96695                        "blurb": "Filter visibility Left 8",
96696                        "conditionally-available": false,
96697                        "construct": false,
96698                        "construct-only": false,
96699                        "controllable": true,
96700                        "default": "false",
96701                        "mutable": "null",
96702                        "readable": true,
96703                        "type": "gboolean",
96704                        "writable": false
96705                    },
96706                    "fvl-9": {
96707                        "blurb": "Filter visibility Left 9",
96708                        "conditionally-available": false,
96709                        "construct": false,
96710                        "construct-only": false,
96711                        "controllable": true,
96712                        "default": "false",
96713                        "mutable": "null",
96714                        "readable": true,
96715                        "type": "gboolean",
96716                        "writable": false
96717                    },
96718                    "fvr-0": {
96719                        "blurb": "Filter visibility Right 0",
96720                        "conditionally-available": false,
96721                        "construct": false,
96722                        "construct-only": false,
96723                        "controllable": true,
96724                        "default": "false",
96725                        "mutable": "null",
96726                        "readable": true,
96727                        "type": "gboolean",
96728                        "writable": false
96729                    },
96730                    "fvr-1": {
96731                        "blurb": "Filter visibility Right 1",
96732                        "conditionally-available": false,
96733                        "construct": false,
96734                        "construct-only": false,
96735                        "controllable": true,
96736                        "default": "false",
96737                        "mutable": "null",
96738                        "readable": true,
96739                        "type": "gboolean",
96740                        "writable": false
96741                    },
96742                    "fvr-10": {
96743                        "blurb": "Filter visibility Right 10",
96744                        "conditionally-available": false,
96745                        "construct": false,
96746                        "construct-only": false,
96747                        "controllable": true,
96748                        "default": "false",
96749                        "mutable": "null",
96750                        "readable": true,
96751                        "type": "gboolean",
96752                        "writable": false
96753                    },
96754                    "fvr-11": {
96755                        "blurb": "Filter visibility Right 11",
96756                        "conditionally-available": false,
96757                        "construct": false,
96758                        "construct-only": false,
96759                        "controllable": true,
96760                        "default": "false",
96761                        "mutable": "null",
96762                        "readable": true,
96763                        "type": "gboolean",
96764                        "writable": false
96765                    },
96766                    "fvr-12": {
96767                        "blurb": "Filter visibility Right 12",
96768                        "conditionally-available": false,
96769                        "construct": false,
96770                        "construct-only": false,
96771                        "controllable": true,
96772                        "default": "false",
96773                        "mutable": "null",
96774                        "readable": true,
96775                        "type": "gboolean",
96776                        "writable": false
96777                    },
96778                    "fvr-13": {
96779                        "blurb": "Filter visibility Right 13",
96780                        "conditionally-available": false,
96781                        "construct": false,
96782                        "construct-only": false,
96783                        "controllable": true,
96784                        "default": "false",
96785                        "mutable": "null",
96786                        "readable": true,
96787                        "type": "gboolean",
96788                        "writable": false
96789                    },
96790                    "fvr-14": {
96791                        "blurb": "Filter visibility Right 14",
96792                        "conditionally-available": false,
96793                        "construct": false,
96794                        "construct-only": false,
96795                        "controllable": true,
96796                        "default": "false",
96797                        "mutable": "null",
96798                        "readable": true,
96799                        "type": "gboolean",
96800                        "writable": false
96801                    },
96802                    "fvr-15": {
96803                        "blurb": "Filter visibility Right 15",
96804                        "conditionally-available": false,
96805                        "construct": false,
96806                        "construct-only": false,
96807                        "controllable": true,
96808                        "default": "false",
96809                        "mutable": "null",
96810                        "readable": true,
96811                        "type": "gboolean",
96812                        "writable": false
96813                    },
96814                    "fvr-2": {
96815                        "blurb": "Filter visibility Right 2",
96816                        "conditionally-available": false,
96817                        "construct": false,
96818                        "construct-only": false,
96819                        "controllable": true,
96820                        "default": "false",
96821                        "mutable": "null",
96822                        "readable": true,
96823                        "type": "gboolean",
96824                        "writable": false
96825                    },
96826                    "fvr-3": {
96827                        "blurb": "Filter visibility Right 3",
96828                        "conditionally-available": false,
96829                        "construct": false,
96830                        "construct-only": false,
96831                        "controllable": true,
96832                        "default": "false",
96833                        "mutable": "null",
96834                        "readable": true,
96835                        "type": "gboolean",
96836                        "writable": false
96837                    },
96838                    "fvr-4": {
96839                        "blurb": "Filter visibility Right 4",
96840                        "conditionally-available": false,
96841                        "construct": false,
96842                        "construct-only": false,
96843                        "controllable": true,
96844                        "default": "false",
96845                        "mutable": "null",
96846                        "readable": true,
96847                        "type": "gboolean",
96848                        "writable": false
96849                    },
96850                    "fvr-5": {
96851                        "blurb": "Filter visibility Right 5",
96852                        "conditionally-available": false,
96853                        "construct": false,
96854                        "construct-only": false,
96855                        "controllable": true,
96856                        "default": "false",
96857                        "mutable": "null",
96858                        "readable": true,
96859                        "type": "gboolean",
96860                        "writable": false
96861                    },
96862                    "fvr-6": {
96863                        "blurb": "Filter visibility Right 6",
96864                        "conditionally-available": false,
96865                        "construct": false,
96866                        "construct-only": false,
96867                        "controllable": true,
96868                        "default": "false",
96869                        "mutable": "null",
96870                        "readable": true,
96871                        "type": "gboolean",
96872                        "writable": false
96873                    },
96874                    "fvr-7": {
96875                        "blurb": "Filter visibility Right 7",
96876                        "conditionally-available": false,
96877                        "construct": false,
96878                        "construct-only": false,
96879                        "controllable": true,
96880                        "default": "false",
96881                        "mutable": "null",
96882                        "readable": true,
96883                        "type": "gboolean",
96884                        "writable": false
96885                    },
96886                    "fvr-8": {
96887                        "blurb": "Filter visibility Right 8",
96888                        "conditionally-available": false,
96889                        "construct": false,
96890                        "construct-only": false,
96891                        "controllable": true,
96892                        "default": "false",
96893                        "mutable": "null",
96894                        "readable": true,
96895                        "type": "gboolean",
96896                        "writable": false
96897                    },
96898                    "fvr-9": {
96899                        "blurb": "Filter visibility Right 9",
96900                        "conditionally-available": false,
96901                        "construct": false,
96902                        "construct-only": false,
96903                        "controllable": true,
96904                        "default": "false",
96905                        "mutable": "null",
96906                        "readable": true,
96907                        "type": "gboolean",
96908                        "writable": false
96909                    },
96910                    "g-in": {
96911                        "blurb": "Input gain",
96912                        "conditionally-available": false,
96913                        "construct": true,
96914                        "construct-only": false,
96915                        "controllable": true,
96916                        "default": "1",
96917                        "max": "10",
96918                        "min": "0",
96919                        "mutable": "null",
96920                        "readable": true,
96921                        "type": "gfloat",
96922                        "writable": true
96923                    },
96924                    "g-out": {
96925                        "blurb": "Output gain",
96926                        "conditionally-available": false,
96927                        "construct": true,
96928                        "construct-only": false,
96929                        "controllable": true,
96930                        "default": "1",
96931                        "max": "10",
96932                        "min": "0",
96933                        "mutable": "null",
96934                        "readable": true,
96935                        "type": "gfloat",
96936                        "writable": true
96937                    },
96938                    "gl-0": {
96939                        "blurb": "Gain Left 0",
96940                        "conditionally-available": false,
96941                        "construct": true,
96942                        "construct-only": false,
96943                        "controllable": true,
96944                        "default": "1",
96945                        "max": "63.0957",
96946                        "min": "0.01585",
96947                        "mutable": "null",
96948                        "readable": true,
96949                        "type": "gfloat",
96950                        "writable": true
96951                    },
96952                    "gl-1": {
96953                        "blurb": "Gain Left 1",
96954                        "conditionally-available": false,
96955                        "construct": true,
96956                        "construct-only": false,
96957                        "controllable": true,
96958                        "default": "1",
96959                        "max": "63.0957",
96960                        "min": "0.01585",
96961                        "mutable": "null",
96962                        "readable": true,
96963                        "type": "gfloat",
96964                        "writable": true
96965                    },
96966                    "gl-10": {
96967                        "blurb": "Gain Left 10",
96968                        "conditionally-available": false,
96969                        "construct": true,
96970                        "construct-only": false,
96971                        "controllable": true,
96972                        "default": "1",
96973                        "max": "63.0957",
96974                        "min": "0.01585",
96975                        "mutable": "null",
96976                        "readable": true,
96977                        "type": "gfloat",
96978                        "writable": true
96979                    },
96980                    "gl-11": {
96981                        "blurb": "Gain Left 11",
96982                        "conditionally-available": false,
96983                        "construct": true,
96984                        "construct-only": false,
96985                        "controllable": true,
96986                        "default": "1",
96987                        "max": "63.0957",
96988                        "min": "0.01585",
96989                        "mutable": "null",
96990                        "readable": true,
96991                        "type": "gfloat",
96992                        "writable": true
96993                    },
96994                    "gl-12": {
96995                        "blurb": "Gain Left 12",
96996                        "conditionally-available": false,
96997                        "construct": true,
96998                        "construct-only": false,
96999                        "controllable": true,
97000                        "default": "1",
97001                        "max": "63.0957",
97002                        "min": "0.01585",
97003                        "mutable": "null",
97004                        "readable": true,
97005                        "type": "gfloat",
97006                        "writable": true
97007                    },
97008                    "gl-13": {
97009                        "blurb": "Gain Left 13",
97010                        "conditionally-available": false,
97011                        "construct": true,
97012                        "construct-only": false,
97013                        "controllable": true,
97014                        "default": "1",
97015                        "max": "63.0957",
97016                        "min": "0.01585",
97017                        "mutable": "null",
97018                        "readable": true,
97019                        "type": "gfloat",
97020                        "writable": true
97021                    },
97022                    "gl-14": {
97023                        "blurb": "Gain Left 14",
97024                        "conditionally-available": false,
97025                        "construct": true,
97026                        "construct-only": false,
97027                        "controllable": true,
97028                        "default": "1",
97029                        "max": "63.0957",
97030                        "min": "0.01585",
97031                        "mutable": "null",
97032                        "readable": true,
97033                        "type": "gfloat",
97034                        "writable": true
97035                    },
97036                    "gl-15": {
97037                        "blurb": "Gain Left 15",
97038                        "conditionally-available": false,
97039                        "construct": true,
97040                        "construct-only": false,
97041                        "controllable": true,
97042                        "default": "1",
97043                        "max": "63.0957",
97044                        "min": "0.01585",
97045                        "mutable": "null",
97046                        "readable": true,
97047                        "type": "gfloat",
97048                        "writable": true
97049                    },
97050                    "gl-2": {
97051                        "blurb": "Gain Left 2",
97052                        "conditionally-available": false,
97053                        "construct": true,
97054                        "construct-only": false,
97055                        "controllable": true,
97056                        "default": "1",
97057                        "max": "63.0957",
97058                        "min": "0.01585",
97059                        "mutable": "null",
97060                        "readable": true,
97061                        "type": "gfloat",
97062                        "writable": true
97063                    },
97064                    "gl-3": {
97065                        "blurb": "Gain Left 3",
97066                        "conditionally-available": false,
97067                        "construct": true,
97068                        "construct-only": false,
97069                        "controllable": true,
97070                        "default": "1",
97071                        "max": "63.0957",
97072                        "min": "0.01585",
97073                        "mutable": "null",
97074                        "readable": true,
97075                        "type": "gfloat",
97076                        "writable": true
97077                    },
97078                    "gl-4": {
97079                        "blurb": "Gain Left 4",
97080                        "conditionally-available": false,
97081                        "construct": true,
97082                        "construct-only": false,
97083                        "controllable": true,
97084                        "default": "1",
97085                        "max": "63.0957",
97086                        "min": "0.01585",
97087                        "mutable": "null",
97088                        "readable": true,
97089                        "type": "gfloat",
97090                        "writable": true
97091                    },
97092                    "gl-5": {
97093                        "blurb": "Gain Left 5",
97094                        "conditionally-available": false,
97095                        "construct": true,
97096                        "construct-only": false,
97097                        "controllable": true,
97098                        "default": "1",
97099                        "max": "63.0957",
97100                        "min": "0.01585",
97101                        "mutable": "null",
97102                        "readable": true,
97103                        "type": "gfloat",
97104                        "writable": true
97105                    },
97106                    "gl-6": {
97107                        "blurb": "Gain Left 6",
97108                        "conditionally-available": false,
97109                        "construct": true,
97110                        "construct-only": false,
97111                        "controllable": true,
97112                        "default": "1",
97113                        "max": "63.0957",
97114                        "min": "0.01585",
97115                        "mutable": "null",
97116                        "readable": true,
97117                        "type": "gfloat",
97118                        "writable": true
97119                    },
97120                    "gl-7": {
97121                        "blurb": "Gain Left 7",
97122                        "conditionally-available": false,
97123                        "construct": true,
97124                        "construct-only": false,
97125                        "controllable": true,
97126                        "default": "1",
97127                        "max": "63.0957",
97128                        "min": "0.01585",
97129                        "mutable": "null",
97130                        "readable": true,
97131                        "type": "gfloat",
97132                        "writable": true
97133                    },
97134                    "gl-8": {
97135                        "blurb": "Gain Left 8",
97136                        "conditionally-available": false,
97137                        "construct": true,
97138                        "construct-only": false,
97139                        "controllable": true,
97140                        "default": "1",
97141                        "max": "63.0957",
97142                        "min": "0.01585",
97143                        "mutable": "null",
97144                        "readable": true,
97145                        "type": "gfloat",
97146                        "writable": true
97147                    },
97148                    "gl-9": {
97149                        "blurb": "Gain Left 9",
97150                        "conditionally-available": false,
97151                        "construct": true,
97152                        "construct-only": false,
97153                        "controllable": true,
97154                        "default": "1",
97155                        "max": "63.0957",
97156                        "min": "0.01585",
97157                        "mutable": "null",
97158                        "readable": true,
97159                        "type": "gfloat",
97160                        "writable": true
97161                    },
97162                    "gr-0": {
97163                        "blurb": "Gain Right 0",
97164                        "conditionally-available": false,
97165                        "construct": true,
97166                        "construct-only": false,
97167                        "controllable": true,
97168                        "default": "1",
97169                        "max": "63.0957",
97170                        "min": "0.01585",
97171                        "mutable": "null",
97172                        "readable": true,
97173                        "type": "gfloat",
97174                        "writable": true
97175                    },
97176                    "gr-1": {
97177                        "blurb": "Gain Right 1",
97178                        "conditionally-available": false,
97179                        "construct": true,
97180                        "construct-only": false,
97181                        "controllable": true,
97182                        "default": "1",
97183                        "max": "63.0957",
97184                        "min": "0.01585",
97185                        "mutable": "null",
97186                        "readable": true,
97187                        "type": "gfloat",
97188                        "writable": true
97189                    },
97190                    "gr-10": {
97191                        "blurb": "Gain Right 10",
97192                        "conditionally-available": false,
97193                        "construct": true,
97194                        "construct-only": false,
97195                        "controllable": true,
97196                        "default": "1",
97197                        "max": "63.0957",
97198                        "min": "0.01585",
97199                        "mutable": "null",
97200                        "readable": true,
97201                        "type": "gfloat",
97202                        "writable": true
97203                    },
97204                    "gr-11": {
97205                        "blurb": "Gain Right 11",
97206                        "conditionally-available": false,
97207                        "construct": true,
97208                        "construct-only": false,
97209                        "controllable": true,
97210                        "default": "1",
97211                        "max": "63.0957",
97212                        "min": "0.01585",
97213                        "mutable": "null",
97214                        "readable": true,
97215                        "type": "gfloat",
97216                        "writable": true
97217                    },
97218                    "gr-12": {
97219                        "blurb": "Gain Right 12",
97220                        "conditionally-available": false,
97221                        "construct": true,
97222                        "construct-only": false,
97223                        "controllable": true,
97224                        "default": "1",
97225                        "max": "63.0957",
97226                        "min": "0.01585",
97227                        "mutable": "null",
97228                        "readable": true,
97229                        "type": "gfloat",
97230                        "writable": true
97231                    },
97232                    "gr-13": {
97233                        "blurb": "Gain Right 13",
97234                        "conditionally-available": false,
97235                        "construct": true,
97236                        "construct-only": false,
97237                        "controllable": true,
97238                        "default": "1",
97239                        "max": "63.0957",
97240                        "min": "0.01585",
97241                        "mutable": "null",
97242                        "readable": true,
97243                        "type": "gfloat",
97244                        "writable": true
97245                    },
97246                    "gr-14": {
97247                        "blurb": "Gain Right 14",
97248                        "conditionally-available": false,
97249                        "construct": true,
97250                        "construct-only": false,
97251                        "controllable": true,
97252                        "default": "1",
97253                        "max": "63.0957",
97254                        "min": "0.01585",
97255                        "mutable": "null",
97256                        "readable": true,
97257                        "type": "gfloat",
97258                        "writable": true
97259                    },
97260                    "gr-15": {
97261                        "blurb": "Gain Right 15",
97262                        "conditionally-available": false,
97263                        "construct": true,
97264                        "construct-only": false,
97265                        "controllable": true,
97266                        "default": "1",
97267                        "max": "63.0957",
97268                        "min": "0.01585",
97269                        "mutable": "null",
97270                        "readable": true,
97271                        "type": "gfloat",
97272                        "writable": true
97273                    },
97274                    "gr-2": {
97275                        "blurb": "Gain Right 2",
97276                        "conditionally-available": false,
97277                        "construct": true,
97278                        "construct-only": false,
97279                        "controllable": true,
97280                        "default": "1",
97281                        "max": "63.0957",
97282                        "min": "0.01585",
97283                        "mutable": "null",
97284                        "readable": true,
97285                        "type": "gfloat",
97286                        "writable": true
97287                    },
97288                    "gr-3": {
97289                        "blurb": "Gain Right 3",
97290                        "conditionally-available": false,
97291                        "construct": true,
97292                        "construct-only": false,
97293                        "controllable": true,
97294                        "default": "1",
97295                        "max": "63.0957",
97296                        "min": "0.01585",
97297                        "mutable": "null",
97298                        "readable": true,
97299                        "type": "gfloat",
97300                        "writable": true
97301                    },
97302                    "gr-4": {
97303                        "blurb": "Gain Right 4",
97304                        "conditionally-available": false,
97305                        "construct": true,
97306                        "construct-only": false,
97307                        "controllable": true,
97308                        "default": "1",
97309                        "max": "63.0957",
97310                        "min": "0.01585",
97311                        "mutable": "null",
97312                        "readable": true,
97313                        "type": "gfloat",
97314                        "writable": true
97315                    },
97316                    "gr-5": {
97317                        "blurb": "Gain Right 5",
97318                        "conditionally-available": false,
97319                        "construct": true,
97320                        "construct-only": false,
97321                        "controllable": true,
97322                        "default": "1",
97323                        "max": "63.0957",
97324                        "min": "0.01585",
97325                        "mutable": "null",
97326                        "readable": true,
97327                        "type": "gfloat",
97328                        "writable": true
97329                    },
97330                    "gr-6": {
97331                        "blurb": "Gain Right 6",
97332                        "conditionally-available": false,
97333                        "construct": true,
97334                        "construct-only": false,
97335                        "controllable": true,
97336                        "default": "1",
97337                        "max": "63.0957",
97338                        "min": "0.01585",
97339                        "mutable": "null",
97340                        "readable": true,
97341                        "type": "gfloat",
97342                        "writable": true
97343                    },
97344                    "gr-7": {
97345                        "blurb": "Gain Right 7",
97346                        "conditionally-available": false,
97347                        "construct": true,
97348                        "construct-only": false,
97349                        "controllable": true,
97350                        "default": "1",
97351                        "max": "63.0957",
97352                        "min": "0.01585",
97353                        "mutable": "null",
97354                        "readable": true,
97355                        "type": "gfloat",
97356                        "writable": true
97357                    },
97358                    "gr-8": {
97359                        "blurb": "Gain Right 8",
97360                        "conditionally-available": false,
97361                        "construct": true,
97362                        "construct-only": false,
97363                        "controllable": true,
97364                        "default": "1",
97365                        "max": "63.0957",
97366                        "min": "0.01585",
97367                        "mutable": "null",
97368                        "readable": true,
97369                        "type": "gfloat",
97370                        "writable": true
97371                    },
97372                    "gr-9": {
97373                        "blurb": "Gain Right 9",
97374                        "conditionally-available": false,
97375                        "construct": true,
97376                        "construct-only": false,
97377                        "controllable": true,
97378                        "default": "1",
97379                        "max": "63.0957",
97380                        "min": "0.01585",
97381                        "mutable": "null",
97382                        "readable": true,
97383                        "type": "gfloat",
97384                        "writable": true
97385                    },
97386                    "huel-0": {
97387                        "blurb": "Hue Left 0",
97388                        "conditionally-available": false,
97389                        "construct": true,
97390                        "construct-only": false,
97391                        "controllable": true,
97392                        "default": "0",
97393                        "max": "1",
97394                        "min": "0",
97395                        "mutable": "null",
97396                        "readable": true,
97397                        "type": "gfloat",
97398                        "writable": true
97399                    },
97400                    "huel-1": {
97401                        "blurb": "Hue Left 1",
97402                        "conditionally-available": false,
97403                        "construct": true,
97404                        "construct-only": false,
97405                        "controllable": true,
97406                        "default": "0.0625",
97407                        "max": "1",
97408                        "min": "0",
97409                        "mutable": "null",
97410                        "readable": true,
97411                        "type": "gfloat",
97412                        "writable": true
97413                    },
97414                    "huel-10": {
97415                        "blurb": "Hue Left 10",
97416                        "conditionally-available": false,
97417                        "construct": true,
97418                        "construct-only": false,
97419                        "controllable": true,
97420                        "default": "0.625",
97421                        "max": "1",
97422                        "min": "0",
97423                        "mutable": "null",
97424                        "readable": true,
97425                        "type": "gfloat",
97426                        "writable": true
97427                    },
97428                    "huel-11": {
97429                        "blurb": "Hue Left 11",
97430                        "conditionally-available": false,
97431                        "construct": true,
97432                        "construct-only": false,
97433                        "controllable": true,
97434                        "default": "0.6875",
97435                        "max": "1",
97436                        "min": "0",
97437                        "mutable": "null",
97438                        "readable": true,
97439                        "type": "gfloat",
97440                        "writable": true
97441                    },
97442                    "huel-12": {
97443                        "blurb": "Hue Left 12",
97444                        "conditionally-available": false,
97445                        "construct": true,
97446                        "construct-only": false,
97447                        "controllable": true,
97448                        "default": "0.75",
97449                        "max": "1",
97450                        "min": "0",
97451                        "mutable": "null",
97452                        "readable": true,
97453                        "type": "gfloat",
97454                        "writable": true
97455                    },
97456                    "huel-13": {
97457                        "blurb": "Hue Left 13",
97458                        "conditionally-available": false,
97459                        "construct": true,
97460                        "construct-only": false,
97461                        "controllable": true,
97462                        "default": "0.8125",
97463                        "max": "1",
97464                        "min": "0",
97465                        "mutable": "null",
97466                        "readable": true,
97467                        "type": "gfloat",
97468                        "writable": true
97469                    },
97470                    "huel-14": {
97471                        "blurb": "Hue Left 14",
97472                        "conditionally-available": false,
97473                        "construct": true,
97474                        "construct-only": false,
97475                        "controllable": true,
97476                        "default": "0.875",
97477                        "max": "1",
97478                        "min": "0",
97479                        "mutable": "null",
97480                        "readable": true,
97481                        "type": "gfloat",
97482                        "writable": true
97483                    },
97484                    "huel-15": {
97485                        "blurb": "Hue Left 15",
97486                        "conditionally-available": false,
97487                        "construct": true,
97488                        "construct-only": false,
97489                        "controllable": true,
97490                        "default": "0.9375",
97491                        "max": "1",
97492                        "min": "0",
97493                        "mutable": "null",
97494                        "readable": true,
97495                        "type": "gfloat",
97496                        "writable": true
97497                    },
97498                    "huel-2": {
97499                        "blurb": "Hue Left 2",
97500                        "conditionally-available": false,
97501                        "construct": true,
97502                        "construct-only": false,
97503                        "controllable": true,
97504                        "default": "0.125",
97505                        "max": "1",
97506                        "min": "0",
97507                        "mutable": "null",
97508                        "readable": true,
97509                        "type": "gfloat",
97510                        "writable": true
97511                    },
97512                    "huel-3": {
97513                        "blurb": "Hue Left 3",
97514                        "conditionally-available": false,
97515                        "construct": true,
97516                        "construct-only": false,
97517                        "controllable": true,
97518                        "default": "0.1875",
97519                        "max": "1",
97520                        "min": "0",
97521                        "mutable": "null",
97522                        "readable": true,
97523                        "type": "gfloat",
97524                        "writable": true
97525                    },
97526                    "huel-4": {
97527                        "blurb": "Hue Left 4",
97528                        "conditionally-available": false,
97529                        "construct": true,
97530                        "construct-only": false,
97531                        "controllable": true,
97532                        "default": "0.25",
97533                        "max": "1",
97534                        "min": "0",
97535                        "mutable": "null",
97536                        "readable": true,
97537                        "type": "gfloat",
97538                        "writable": true
97539                    },
97540                    "huel-5": {
97541                        "blurb": "Hue Left 5",
97542                        "conditionally-available": false,
97543                        "construct": true,
97544                        "construct-only": false,
97545                        "controllable": true,
97546                        "default": "0.3125",
97547                        "max": "1",
97548                        "min": "0",
97549                        "mutable": "null",
97550                        "readable": true,
97551                        "type": "gfloat",
97552                        "writable": true
97553                    },
97554                    "huel-6": {
97555                        "blurb": "Hue Left 6",
97556                        "conditionally-available": false,
97557                        "construct": true,
97558                        "construct-only": false,
97559                        "controllable": true,
97560                        "default": "0.375",
97561                        "max": "1",
97562                        "min": "0",
97563                        "mutable": "null",
97564                        "readable": true,
97565                        "type": "gfloat",
97566                        "writable": true
97567                    },
97568                    "huel-7": {
97569                        "blurb": "Hue Left 7",
97570                        "conditionally-available": false,
97571                        "construct": true,
97572                        "construct-only": false,
97573                        "controllable": true,
97574                        "default": "0.4375",
97575                        "max": "1",
97576                        "min": "0",
97577                        "mutable": "null",
97578                        "readable": true,
97579                        "type": "gfloat",
97580                        "writable": true
97581                    },
97582                    "huel-8": {
97583                        "blurb": "Hue Left 8",
97584                        "conditionally-available": false,
97585                        "construct": true,
97586                        "construct-only": false,
97587                        "controllable": true,
97588                        "default": "0.5",
97589                        "max": "1",
97590                        "min": "0",
97591                        "mutable": "null",
97592                        "readable": true,
97593                        "type": "gfloat",
97594                        "writable": true
97595                    },
97596                    "huel-9": {
97597                        "blurb": "Hue Left 9",
97598                        "conditionally-available": false,
97599                        "construct": true,
97600                        "construct-only": false,
97601                        "controllable": true,
97602                        "default": "0.5625",
97603                        "max": "1",
97604                        "min": "0",
97605                        "mutable": "null",
97606                        "readable": true,
97607                        "type": "gfloat",
97608                        "writable": true
97609                    },
97610                    "huer-0": {
97611                        "blurb": "Hue Right 0",
97612                        "conditionally-available": false,
97613                        "construct": true,
97614                        "construct-only": false,
97615                        "controllable": true,
97616                        "default": "0",
97617                        "max": "1",
97618                        "min": "0",
97619                        "mutable": "null",
97620                        "readable": true,
97621                        "type": "gfloat",
97622                        "writable": true
97623                    },
97624                    "huer-1": {
97625                        "blurb": "Hue Right 1",
97626                        "conditionally-available": false,
97627                        "construct": true,
97628                        "construct-only": false,
97629                        "controllable": true,
97630                        "default": "0.0625",
97631                        "max": "1",
97632                        "min": "0",
97633                        "mutable": "null",
97634                        "readable": true,
97635                        "type": "gfloat",
97636                        "writable": true
97637                    },
97638                    "huer-10": {
97639                        "blurb": "Hue Right 10",
97640                        "conditionally-available": false,
97641                        "construct": true,
97642                        "construct-only": false,
97643                        "controllable": true,
97644                        "default": "0.625",
97645                        "max": "1",
97646                        "min": "0",
97647                        "mutable": "null",
97648                        "readable": true,
97649                        "type": "gfloat",
97650                        "writable": true
97651                    },
97652                    "huer-11": {
97653                        "blurb": "Hue Right 11",
97654                        "conditionally-available": false,
97655                        "construct": true,
97656                        "construct-only": false,
97657                        "controllable": true,
97658                        "default": "0.6875",
97659                        "max": "1",
97660                        "min": "0",
97661                        "mutable": "null",
97662                        "readable": true,
97663                        "type": "gfloat",
97664                        "writable": true
97665                    },
97666                    "huer-12": {
97667                        "blurb": "Hue Right 12",
97668                        "conditionally-available": false,
97669                        "construct": true,
97670                        "construct-only": false,
97671                        "controllable": true,
97672                        "default": "0.75",
97673                        "max": "1",
97674                        "min": "0",
97675                        "mutable": "null",
97676                        "readable": true,
97677                        "type": "gfloat",
97678                        "writable": true
97679                    },
97680                    "huer-13": {
97681                        "blurb": "Hue Right 13",
97682                        "conditionally-available": false,
97683                        "construct": true,
97684                        "construct-only": false,
97685                        "controllable": true,
97686                        "default": "0.8125",
97687                        "max": "1",
97688                        "min": "0",
97689                        "mutable": "null",
97690                        "readable": true,
97691                        "type": "gfloat",
97692                        "writable": true
97693                    },
97694                    "huer-14": {
97695                        "blurb": "Hue Right 14",
97696                        "conditionally-available": false,
97697                        "construct": true,
97698                        "construct-only": false,
97699                        "controllable": true,
97700                        "default": "0.875",
97701                        "max": "1",
97702                        "min": "0",
97703                        "mutable": "null",
97704                        "readable": true,
97705                        "type": "gfloat",
97706                        "writable": true
97707                    },
97708                    "huer-15": {
97709                        "blurb": "Hue Right 15",
97710                        "conditionally-available": false,
97711                        "construct": true,
97712                        "construct-only": false,
97713                        "controllable": true,
97714                        "default": "0.9375",
97715                        "max": "1",
97716                        "min": "0",
97717                        "mutable": "null",
97718                        "readable": true,
97719                        "type": "gfloat",
97720                        "writable": true
97721                    },
97722                    "huer-2": {
97723                        "blurb": "Hue Right 2",
97724                        "conditionally-available": false,
97725                        "construct": true,
97726                        "construct-only": false,
97727                        "controllable": true,
97728                        "default": "0.125",
97729                        "max": "1",
97730                        "min": "0",
97731                        "mutable": "null",
97732                        "readable": true,
97733                        "type": "gfloat",
97734                        "writable": true
97735                    },
97736                    "huer-3": {
97737                        "blurb": "Hue Right 3",
97738                        "conditionally-available": false,
97739                        "construct": true,
97740                        "construct-only": false,
97741                        "controllable": true,
97742                        "default": "0.1875",
97743                        "max": "1",
97744                        "min": "0",
97745                        "mutable": "null",
97746                        "readable": true,
97747                        "type": "gfloat",
97748                        "writable": true
97749                    },
97750                    "huer-4": {
97751                        "blurb": "Hue Right 4",
97752                        "conditionally-available": false,
97753                        "construct": true,
97754                        "construct-only": false,
97755                        "controllable": true,
97756                        "default": "0.25",
97757                        "max": "1",
97758                        "min": "0",
97759                        "mutable": "null",
97760                        "readable": true,
97761                        "type": "gfloat",
97762                        "writable": true
97763                    },
97764                    "huer-5": {
97765                        "blurb": "Hue Right 5",
97766                        "conditionally-available": false,
97767                        "construct": true,
97768                        "construct-only": false,
97769                        "controllable": true,
97770                        "default": "0.3125",
97771                        "max": "1",
97772                        "min": "0",
97773                        "mutable": "null",
97774                        "readable": true,
97775                        "type": "gfloat",
97776                        "writable": true
97777                    },
97778                    "huer-6": {
97779                        "blurb": "Hue Right 6",
97780                        "conditionally-available": false,
97781                        "construct": true,
97782                        "construct-only": false,
97783                        "controllable": true,
97784                        "default": "0.375",
97785                        "max": "1",
97786                        "min": "0",
97787                        "mutable": "null",
97788                        "readable": true,
97789                        "type": "gfloat",
97790                        "writable": true
97791                    },
97792                    "huer-7": {
97793                        "blurb": "Hue Right 7",
97794                        "conditionally-available": false,
97795                        "construct": true,
97796                        "construct-only": false,
97797                        "controllable": true,
97798                        "default": "0.4375",
97799                        "max": "1",
97800                        "min": "0",
97801                        "mutable": "null",
97802                        "readable": true,
97803                        "type": "gfloat",
97804                        "writable": true
97805                    },
97806                    "huer-8": {
97807                        "blurb": "Hue Right 8",
97808                        "conditionally-available": false,
97809                        "construct": true,
97810                        "construct-only": false,
97811                        "controllable": true,
97812                        "default": "0.5",
97813                        "max": "1",
97814                        "min": "0",
97815                        "mutable": "null",
97816                        "readable": true,
97817                        "type": "gfloat",
97818                        "writable": true
97819                    },
97820                    "huer-9": {
97821                        "blurb": "Hue Right 9",
97822                        "conditionally-available": false,
97823                        "construct": true,
97824                        "construct-only": false,
97825                        "controllable": true,
97826                        "default": "0.5625",
97827                        "max": "1",
97828                        "min": "0",
97829                        "mutable": "null",
97830                        "readable": true,
97831                        "type": "gfloat",
97832                        "writable": true
97833                    },
97834                    "iml": {
97835                        "blurb": "Input signal meter Left",
97836                        "conditionally-available": false,
97837                        "construct": false,
97838                        "construct-only": false,
97839                        "controllable": true,
97840                        "default": "0",
97841                        "max": "3.98107",
97842                        "min": "0",
97843                        "mutable": "null",
97844                        "readable": true,
97845                        "type": "gfloat",
97846                        "writable": false
97847                    },
97848                    "imr": {
97849                        "blurb": "Input signal meter Right",
97850                        "conditionally-available": false,
97851                        "construct": false,
97852                        "construct-only": false,
97853                        "controllable": true,
97854                        "default": "0",
97855                        "max": "3.98107",
97856                        "min": "0",
97857                        "mutable": "null",
97858                        "readable": true,
97859                        "type": "gfloat",
97860                        "writable": false
97861                    },
97862                    "mode": {
97863                        "blurb": "Equalizer mode",
97864                        "conditionally-available": false,
97865                        "construct": true,
97866                        "construct-only": false,
97867                        "controllable": true,
97868                        "default": "IIR (0)",
97869                        "mutable": "null",
97870                        "readable": true,
97871                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrmode",
97872                        "writable": true
97873                    },
97874                    "out-latency": {
97875                        "blurb": "Latency OUT",
97876                        "conditionally-available": false,
97877                        "construct": false,
97878                        "construct-only": false,
97879                        "controllable": true,
97880                        "default": "0",
97881                        "max": "192000",
97882                        "min": "0",
97883                        "mutable": "null",
97884                        "readable": true,
97885                        "type": "gint",
97886                        "writable": false
97887                    },
97888                    "ql-0": {
97889                        "blurb": "Quality factor Left 0",
97890                        "conditionally-available": false,
97891                        "construct": true,
97892                        "construct-only": false,
97893                        "controllable": true,
97894                        "default": "0",
97895                        "max": "100",
97896                        "min": "0",
97897                        "mutable": "null",
97898                        "readable": true,
97899                        "type": "gfloat",
97900                        "writable": true
97901                    },
97902                    "ql-1": {
97903                        "blurb": "Quality factor Left 1",
97904                        "conditionally-available": false,
97905                        "construct": true,
97906                        "construct-only": false,
97907                        "controllable": true,
97908                        "default": "0",
97909                        "max": "100",
97910                        "min": "0",
97911                        "mutable": "null",
97912                        "readable": true,
97913                        "type": "gfloat",
97914                        "writable": true
97915                    },
97916                    "ql-10": {
97917                        "blurb": "Quality factor Left 10",
97918                        "conditionally-available": false,
97919                        "construct": true,
97920                        "construct-only": false,
97921                        "controllable": true,
97922                        "default": "0",
97923                        "max": "100",
97924                        "min": "0",
97925                        "mutable": "null",
97926                        "readable": true,
97927                        "type": "gfloat",
97928                        "writable": true
97929                    },
97930                    "ql-11": {
97931                        "blurb": "Quality factor Left 11",
97932                        "conditionally-available": false,
97933                        "construct": true,
97934                        "construct-only": false,
97935                        "controllable": true,
97936                        "default": "0",
97937                        "max": "100",
97938                        "min": "0",
97939                        "mutable": "null",
97940                        "readable": true,
97941                        "type": "gfloat",
97942                        "writable": true
97943                    },
97944                    "ql-12": {
97945                        "blurb": "Quality factor Left 12",
97946                        "conditionally-available": false,
97947                        "construct": true,
97948                        "construct-only": false,
97949                        "controllable": true,
97950                        "default": "0",
97951                        "max": "100",
97952                        "min": "0",
97953                        "mutable": "null",
97954                        "readable": true,
97955                        "type": "gfloat",
97956                        "writable": true
97957                    },
97958                    "ql-13": {
97959                        "blurb": "Quality factor Left 13",
97960                        "conditionally-available": false,
97961                        "construct": true,
97962                        "construct-only": false,
97963                        "controllable": true,
97964                        "default": "0",
97965                        "max": "100",
97966                        "min": "0",
97967                        "mutable": "null",
97968                        "readable": true,
97969                        "type": "gfloat",
97970                        "writable": true
97971                    },
97972                    "ql-14": {
97973                        "blurb": "Quality factor Left 14",
97974                        "conditionally-available": false,
97975                        "construct": true,
97976                        "construct-only": false,
97977                        "controllable": true,
97978                        "default": "0",
97979                        "max": "100",
97980                        "min": "0",
97981                        "mutable": "null",
97982                        "readable": true,
97983                        "type": "gfloat",
97984                        "writable": true
97985                    },
97986                    "ql-15": {
97987                        "blurb": "Quality factor Left 15",
97988                        "conditionally-available": false,
97989                        "construct": true,
97990                        "construct-only": false,
97991                        "controllable": true,
97992                        "default": "0",
97993                        "max": "100",
97994                        "min": "0",
97995                        "mutable": "null",
97996                        "readable": true,
97997                        "type": "gfloat",
97998                        "writable": true
97999                    },
98000                    "ql-2": {
98001                        "blurb": "Quality factor Left 2",
98002                        "conditionally-available": false,
98003                        "construct": true,
98004                        "construct-only": false,
98005                        "controllable": true,
98006                        "default": "0",
98007                        "max": "100",
98008                        "min": "0",
98009                        "mutable": "null",
98010                        "readable": true,
98011                        "type": "gfloat",
98012                        "writable": true
98013                    },
98014                    "ql-3": {
98015                        "blurb": "Quality factor Left 3",
98016                        "conditionally-available": false,
98017                        "construct": true,
98018                        "construct-only": false,
98019                        "controllable": true,
98020                        "default": "0",
98021                        "max": "100",
98022                        "min": "0",
98023                        "mutable": "null",
98024                        "readable": true,
98025                        "type": "gfloat",
98026                        "writable": true
98027                    },
98028                    "ql-4": {
98029                        "blurb": "Quality factor Left 4",
98030                        "conditionally-available": false,
98031                        "construct": true,
98032                        "construct-only": false,
98033                        "controllable": true,
98034                        "default": "0",
98035                        "max": "100",
98036                        "min": "0",
98037                        "mutable": "null",
98038                        "readable": true,
98039                        "type": "gfloat",
98040                        "writable": true
98041                    },
98042                    "ql-5": {
98043                        "blurb": "Quality factor Left 5",
98044                        "conditionally-available": false,
98045                        "construct": true,
98046                        "construct-only": false,
98047                        "controllable": true,
98048                        "default": "0",
98049                        "max": "100",
98050                        "min": "0",
98051                        "mutable": "null",
98052                        "readable": true,
98053                        "type": "gfloat",
98054                        "writable": true
98055                    },
98056                    "ql-6": {
98057                        "blurb": "Quality factor Left 6",
98058                        "conditionally-available": false,
98059                        "construct": true,
98060                        "construct-only": false,
98061                        "controllable": true,
98062                        "default": "0",
98063                        "max": "100",
98064                        "min": "0",
98065                        "mutable": "null",
98066                        "readable": true,
98067                        "type": "gfloat",
98068                        "writable": true
98069                    },
98070                    "ql-7": {
98071                        "blurb": "Quality factor Left 7",
98072                        "conditionally-available": false,
98073                        "construct": true,
98074                        "construct-only": false,
98075                        "controllable": true,
98076                        "default": "0",
98077                        "max": "100",
98078                        "min": "0",
98079                        "mutable": "null",
98080                        "readable": true,
98081                        "type": "gfloat",
98082                        "writable": true
98083                    },
98084                    "ql-8": {
98085                        "blurb": "Quality factor Left 8",
98086                        "conditionally-available": false,
98087                        "construct": true,
98088                        "construct-only": false,
98089                        "controllable": true,
98090                        "default": "0",
98091                        "max": "100",
98092                        "min": "0",
98093                        "mutable": "null",
98094                        "readable": true,
98095                        "type": "gfloat",
98096                        "writable": true
98097                    },
98098                    "ql-9": {
98099                        "blurb": "Quality factor Left 9",
98100                        "conditionally-available": false,
98101                        "construct": true,
98102                        "construct-only": false,
98103                        "controllable": true,
98104                        "default": "0",
98105                        "max": "100",
98106                        "min": "0",
98107                        "mutable": "null",
98108                        "readable": true,
98109                        "type": "gfloat",
98110                        "writable": true
98111                    },
98112                    "qr-0": {
98113                        "blurb": "Quality factor Right 0",
98114                        "conditionally-available": false,
98115                        "construct": true,
98116                        "construct-only": false,
98117                        "controllable": true,
98118                        "default": "0",
98119                        "max": "100",
98120                        "min": "0",
98121                        "mutable": "null",
98122                        "readable": true,
98123                        "type": "gfloat",
98124                        "writable": true
98125                    },
98126                    "qr-1": {
98127                        "blurb": "Quality factor Right 1",
98128                        "conditionally-available": false,
98129                        "construct": true,
98130                        "construct-only": false,
98131                        "controllable": true,
98132                        "default": "0",
98133                        "max": "100",
98134                        "min": "0",
98135                        "mutable": "null",
98136                        "readable": true,
98137                        "type": "gfloat",
98138                        "writable": true
98139                    },
98140                    "qr-10": {
98141                        "blurb": "Quality factor Right 10",
98142                        "conditionally-available": false,
98143                        "construct": true,
98144                        "construct-only": false,
98145                        "controllable": true,
98146                        "default": "0",
98147                        "max": "100",
98148                        "min": "0",
98149                        "mutable": "null",
98150                        "readable": true,
98151                        "type": "gfloat",
98152                        "writable": true
98153                    },
98154                    "qr-11": {
98155                        "blurb": "Quality factor Right 11",
98156                        "conditionally-available": false,
98157                        "construct": true,
98158                        "construct-only": false,
98159                        "controllable": true,
98160                        "default": "0",
98161                        "max": "100",
98162                        "min": "0",
98163                        "mutable": "null",
98164                        "readable": true,
98165                        "type": "gfloat",
98166                        "writable": true
98167                    },
98168                    "qr-12": {
98169                        "blurb": "Quality factor Right 12",
98170                        "conditionally-available": false,
98171                        "construct": true,
98172                        "construct-only": false,
98173                        "controllable": true,
98174                        "default": "0",
98175                        "max": "100",
98176                        "min": "0",
98177                        "mutable": "null",
98178                        "readable": true,
98179                        "type": "gfloat",
98180                        "writable": true
98181                    },
98182                    "qr-13": {
98183                        "blurb": "Quality factor Right 13",
98184                        "conditionally-available": false,
98185                        "construct": true,
98186                        "construct-only": false,
98187                        "controllable": true,
98188                        "default": "0",
98189                        "max": "100",
98190                        "min": "0",
98191                        "mutable": "null",
98192                        "readable": true,
98193                        "type": "gfloat",
98194                        "writable": true
98195                    },
98196                    "qr-14": {
98197                        "blurb": "Quality factor Right 14",
98198                        "conditionally-available": false,
98199                        "construct": true,
98200                        "construct-only": false,
98201                        "controllable": true,
98202                        "default": "0",
98203                        "max": "100",
98204                        "min": "0",
98205                        "mutable": "null",
98206                        "readable": true,
98207                        "type": "gfloat",
98208                        "writable": true
98209                    },
98210                    "qr-15": {
98211                        "blurb": "Quality factor Right 15",
98212                        "conditionally-available": false,
98213                        "construct": true,
98214                        "construct-only": false,
98215                        "controllable": true,
98216                        "default": "0",
98217                        "max": "100",
98218                        "min": "0",
98219                        "mutable": "null",
98220                        "readable": true,
98221                        "type": "gfloat",
98222                        "writable": true
98223                    },
98224                    "qr-2": {
98225                        "blurb": "Quality factor Right 2",
98226                        "conditionally-available": false,
98227                        "construct": true,
98228                        "construct-only": false,
98229                        "controllable": true,
98230                        "default": "0",
98231                        "max": "100",
98232                        "min": "0",
98233                        "mutable": "null",
98234                        "readable": true,
98235                        "type": "gfloat",
98236                        "writable": true
98237                    },
98238                    "qr-3": {
98239                        "blurb": "Quality factor Right 3",
98240                        "conditionally-available": false,
98241                        "construct": true,
98242                        "construct-only": false,
98243                        "controllable": true,
98244                        "default": "0",
98245                        "max": "100",
98246                        "min": "0",
98247                        "mutable": "null",
98248                        "readable": true,
98249                        "type": "gfloat",
98250                        "writable": true
98251                    },
98252                    "qr-4": {
98253                        "blurb": "Quality factor Right 4",
98254                        "conditionally-available": false,
98255                        "construct": true,
98256                        "construct-only": false,
98257                        "controllable": true,
98258                        "default": "0",
98259                        "max": "100",
98260                        "min": "0",
98261                        "mutable": "null",
98262                        "readable": true,
98263                        "type": "gfloat",
98264                        "writable": true
98265                    },
98266                    "qr-5": {
98267                        "blurb": "Quality factor Right 5",
98268                        "conditionally-available": false,
98269                        "construct": true,
98270                        "construct-only": false,
98271                        "controllable": true,
98272                        "default": "0",
98273                        "max": "100",
98274                        "min": "0",
98275                        "mutable": "null",
98276                        "readable": true,
98277                        "type": "gfloat",
98278                        "writable": true
98279                    },
98280                    "qr-6": {
98281                        "blurb": "Quality factor Right 6",
98282                        "conditionally-available": false,
98283                        "construct": true,
98284                        "construct-only": false,
98285                        "controllable": true,
98286                        "default": "0",
98287                        "max": "100",
98288                        "min": "0",
98289                        "mutable": "null",
98290                        "readable": true,
98291                        "type": "gfloat",
98292                        "writable": true
98293                    },
98294                    "qr-7": {
98295                        "blurb": "Quality factor Right 7",
98296                        "conditionally-available": false,
98297                        "construct": true,
98298                        "construct-only": false,
98299                        "controllable": true,
98300                        "default": "0",
98301                        "max": "100",
98302                        "min": "0",
98303                        "mutable": "null",
98304                        "readable": true,
98305                        "type": "gfloat",
98306                        "writable": true
98307                    },
98308                    "qr-8": {
98309                        "blurb": "Quality factor Right 8",
98310                        "conditionally-available": false,
98311                        "construct": true,
98312                        "construct-only": false,
98313                        "controllable": true,
98314                        "default": "0",
98315                        "max": "100",
98316                        "min": "0",
98317                        "mutable": "null",
98318                        "readable": true,
98319                        "type": "gfloat",
98320                        "writable": true
98321                    },
98322                    "qr-9": {
98323                        "blurb": "Quality factor Right 9",
98324                        "conditionally-available": false,
98325                        "construct": true,
98326                        "construct-only": false,
98327                        "controllable": true,
98328                        "default": "0",
98329                        "max": "100",
98330                        "min": "0",
98331                        "mutable": "null",
98332                        "readable": true,
98333                        "type": "gfloat",
98334                        "writable": true
98335                    },
98336                    "react": {
98337                        "blurb": "FFT reactivity",
98338                        "conditionally-available": false,
98339                        "construct": true,
98340                        "construct-only": false,
98341                        "controllable": true,
98342                        "default": "0.2",
98343                        "max": "1",
98344                        "min": "0",
98345                        "mutable": "null",
98346                        "readable": true,
98347                        "type": "gfloat",
98348                        "writable": true
98349                    },
98350                    "shift": {
98351                        "blurb": "Shift gain",
98352                        "conditionally-available": false,
98353                        "construct": true,
98354                        "construct-only": false,
98355                        "controllable": true,
98356                        "default": "1",
98357                        "max": "100",
98358                        "min": "0",
98359                        "mutable": "null",
98360                        "readable": true,
98361                        "type": "gfloat",
98362                        "writable": true
98363                    },
98364                    "sl-0": {
98365                        "blurb": "Filter slope Left 0",
98366                        "conditionally-available": false,
98367                        "construct": true,
98368                        "construct-only": false,
98369                        "controllable": true,
98370                        "default": "x1 (0)",
98371                        "mutable": "null",
98372                        "readable": true,
98373                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-0",
98374                        "writable": true
98375                    },
98376                    "sl-1": {
98377                        "blurb": "Filter slope Left 1",
98378                        "conditionally-available": false,
98379                        "construct": true,
98380                        "construct-only": false,
98381                        "controllable": true,
98382                        "default": "x1 (0)",
98383                        "mutable": "null",
98384                        "readable": true,
98385                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-1",
98386                        "writable": true
98387                    },
98388                    "sl-10": {
98389                        "blurb": "Filter slope Left 10",
98390                        "conditionally-available": false,
98391                        "construct": true,
98392                        "construct-only": false,
98393                        "controllable": true,
98394                        "default": "x1 (0)",
98395                        "mutable": "null",
98396                        "readable": true,
98397                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-10",
98398                        "writable": true
98399                    },
98400                    "sl-11": {
98401                        "blurb": "Filter slope Left 11",
98402                        "conditionally-available": false,
98403                        "construct": true,
98404                        "construct-only": false,
98405                        "controllable": true,
98406                        "default": "x1 (0)",
98407                        "mutable": "null",
98408                        "readable": true,
98409                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-11",
98410                        "writable": true
98411                    },
98412                    "sl-12": {
98413                        "blurb": "Filter slope Left 12",
98414                        "conditionally-available": false,
98415                        "construct": true,
98416                        "construct-only": false,
98417                        "controllable": true,
98418                        "default": "x1 (0)",
98419                        "mutable": "null",
98420                        "readable": true,
98421                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-12",
98422                        "writable": true
98423                    },
98424                    "sl-13": {
98425                        "blurb": "Filter slope Left 13",
98426                        "conditionally-available": false,
98427                        "construct": true,
98428                        "construct-only": false,
98429                        "controllable": true,
98430                        "default": "x1 (0)",
98431                        "mutable": "null",
98432                        "readable": true,
98433                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-13",
98434                        "writable": true
98435                    },
98436                    "sl-14": {
98437                        "blurb": "Filter slope Left 14",
98438                        "conditionally-available": false,
98439                        "construct": true,
98440                        "construct-only": false,
98441                        "controllable": true,
98442                        "default": "x1 (0)",
98443                        "mutable": "null",
98444                        "readable": true,
98445                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-14",
98446                        "writable": true
98447                    },
98448                    "sl-15": {
98449                        "blurb": "Filter slope Left 15",
98450                        "conditionally-available": false,
98451                        "construct": true,
98452                        "construct-only": false,
98453                        "controllable": true,
98454                        "default": "x1 (0)",
98455                        "mutable": "null",
98456                        "readable": true,
98457                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-15",
98458                        "writable": true
98459                    },
98460                    "sl-2": {
98461                        "blurb": "Filter slope Left 2",
98462                        "conditionally-available": false,
98463                        "construct": true,
98464                        "construct-only": false,
98465                        "controllable": true,
98466                        "default": "x1 (0)",
98467                        "mutable": "null",
98468                        "readable": true,
98469                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-2",
98470                        "writable": true
98471                    },
98472                    "sl-3": {
98473                        "blurb": "Filter slope Left 3",
98474                        "conditionally-available": false,
98475                        "construct": true,
98476                        "construct-only": false,
98477                        "controllable": true,
98478                        "default": "x1 (0)",
98479                        "mutable": "null",
98480                        "readable": true,
98481                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-3",
98482                        "writable": true
98483                    },
98484                    "sl-4": {
98485                        "blurb": "Filter slope Left 4",
98486                        "conditionally-available": false,
98487                        "construct": true,
98488                        "construct-only": false,
98489                        "controllable": true,
98490                        "default": "x1 (0)",
98491                        "mutable": "null",
98492                        "readable": true,
98493                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-4",
98494                        "writable": true
98495                    },
98496                    "sl-5": {
98497                        "blurb": "Filter slope Left 5",
98498                        "conditionally-available": false,
98499                        "construct": true,
98500                        "construct-only": false,
98501                        "controllable": true,
98502                        "default": "x1 (0)",
98503                        "mutable": "null",
98504                        "readable": true,
98505                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-5",
98506                        "writable": true
98507                    },
98508                    "sl-6": {
98509                        "blurb": "Filter slope Left 6",
98510                        "conditionally-available": false,
98511                        "construct": true,
98512                        "construct-only": false,
98513                        "controllable": true,
98514                        "default": "x1 (0)",
98515                        "mutable": "null",
98516                        "readable": true,
98517                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-6",
98518                        "writable": true
98519                    },
98520                    "sl-7": {
98521                        "blurb": "Filter slope Left 7",
98522                        "conditionally-available": false,
98523                        "construct": true,
98524                        "construct-only": false,
98525                        "controllable": true,
98526                        "default": "x1 (0)",
98527                        "mutable": "null",
98528                        "readable": true,
98529                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-7",
98530                        "writable": true
98531                    },
98532                    "sl-8": {
98533                        "blurb": "Filter slope Left 8",
98534                        "conditionally-available": false,
98535                        "construct": true,
98536                        "construct-only": false,
98537                        "controllable": true,
98538                        "default": "x1 (0)",
98539                        "mutable": "null",
98540                        "readable": true,
98541                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-8",
98542                        "writable": true
98543                    },
98544                    "sl-9": {
98545                        "blurb": "Filter slope Left 9",
98546                        "conditionally-available": false,
98547                        "construct": true,
98548                        "construct-only": false,
98549                        "controllable": true,
98550                        "default": "x1 (0)",
98551                        "mutable": "null",
98552                        "readable": true,
98553                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-9",
98554                        "writable": true
98555                    },
98556                    "sml": {
98557                        "blurb": "Output signal meter Left",
98558                        "conditionally-available": false,
98559                        "construct": false,
98560                        "construct-only": false,
98561                        "controllable": true,
98562                        "default": "0",
98563                        "max": "3.98107",
98564                        "min": "0",
98565                        "mutable": "null",
98566                        "readable": true,
98567                        "type": "gfloat",
98568                        "writable": false
98569                    },
98570                    "smr": {
98571                        "blurb": "Output signal meter Right",
98572                        "conditionally-available": false,
98573                        "construct": false,
98574                        "construct-only": false,
98575                        "controllable": true,
98576                        "default": "0",
98577                        "max": "3.98107",
98578                        "min": "0",
98579                        "mutable": "null",
98580                        "readable": true,
98581                        "type": "gfloat",
98582                        "writable": false
98583                    },
98584                    "sr-0": {
98585                        "blurb": "Filter slope Right 0",
98586                        "conditionally-available": false,
98587                        "construct": true,
98588                        "construct-only": false,
98589                        "controllable": true,
98590                        "default": "x1 (0)",
98591                        "mutable": "null",
98592                        "readable": true,
98593                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-0",
98594                        "writable": true
98595                    },
98596                    "sr-1": {
98597                        "blurb": "Filter slope Right 1",
98598                        "conditionally-available": false,
98599                        "construct": true,
98600                        "construct-only": false,
98601                        "controllable": true,
98602                        "default": "x1 (0)",
98603                        "mutable": "null",
98604                        "readable": true,
98605                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-1",
98606                        "writable": true
98607                    },
98608                    "sr-10": {
98609                        "blurb": "Filter slope Right 10",
98610                        "conditionally-available": false,
98611                        "construct": true,
98612                        "construct-only": false,
98613                        "controllable": true,
98614                        "default": "x1 (0)",
98615                        "mutable": "null",
98616                        "readable": true,
98617                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-10",
98618                        "writable": true
98619                    },
98620                    "sr-11": {
98621                        "blurb": "Filter slope Right 11",
98622                        "conditionally-available": false,
98623                        "construct": true,
98624                        "construct-only": false,
98625                        "controllable": true,
98626                        "default": "x1 (0)",
98627                        "mutable": "null",
98628                        "readable": true,
98629                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-11",
98630                        "writable": true
98631                    },
98632                    "sr-12": {
98633                        "blurb": "Filter slope Right 12",
98634                        "conditionally-available": false,
98635                        "construct": true,
98636                        "construct-only": false,
98637                        "controllable": true,
98638                        "default": "x1 (0)",
98639                        "mutable": "null",
98640                        "readable": true,
98641                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-12",
98642                        "writable": true
98643                    },
98644                    "sr-13": {
98645                        "blurb": "Filter slope Right 13",
98646                        "conditionally-available": false,
98647                        "construct": true,
98648                        "construct-only": false,
98649                        "controllable": true,
98650                        "default": "x1 (0)",
98651                        "mutable": "null",
98652                        "readable": true,
98653                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-13",
98654                        "writable": true
98655                    },
98656                    "sr-14": {
98657                        "blurb": "Filter slope Right 14",
98658                        "conditionally-available": false,
98659                        "construct": true,
98660                        "construct-only": false,
98661                        "controllable": true,
98662                        "default": "x1 (0)",
98663                        "mutable": "null",
98664                        "readable": true,
98665                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-14",
98666                        "writable": true
98667                    },
98668                    "sr-15": {
98669                        "blurb": "Filter slope Right 15",
98670                        "conditionally-available": false,
98671                        "construct": true,
98672                        "construct-only": false,
98673                        "controllable": true,
98674                        "default": "x1 (0)",
98675                        "mutable": "null",
98676                        "readable": true,
98677                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-15",
98678                        "writable": true
98679                    },
98680                    "sr-2": {
98681                        "blurb": "Filter slope Right 2",
98682                        "conditionally-available": false,
98683                        "construct": true,
98684                        "construct-only": false,
98685                        "controllable": true,
98686                        "default": "x1 (0)",
98687                        "mutable": "null",
98688                        "readable": true,
98689                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-2",
98690                        "writable": true
98691                    },
98692                    "sr-3": {
98693                        "blurb": "Filter slope Right 3",
98694                        "conditionally-available": false,
98695                        "construct": true,
98696                        "construct-only": false,
98697                        "controllable": true,
98698                        "default": "x1 (0)",
98699                        "mutable": "null",
98700                        "readable": true,
98701                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-3",
98702                        "writable": true
98703                    },
98704                    "sr-4": {
98705                        "blurb": "Filter slope Right 4",
98706                        "conditionally-available": false,
98707                        "construct": true,
98708                        "construct-only": false,
98709                        "controllable": true,
98710                        "default": "x1 (0)",
98711                        "mutable": "null",
98712                        "readable": true,
98713                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-4",
98714                        "writable": true
98715                    },
98716                    "sr-5": {
98717                        "blurb": "Filter slope Right 5",
98718                        "conditionally-available": false,
98719                        "construct": true,
98720                        "construct-only": false,
98721                        "controllable": true,
98722                        "default": "x1 (0)",
98723                        "mutable": "null",
98724                        "readable": true,
98725                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-5",
98726                        "writable": true
98727                    },
98728                    "sr-6": {
98729                        "blurb": "Filter slope Right 6",
98730                        "conditionally-available": false,
98731                        "construct": true,
98732                        "construct-only": false,
98733                        "controllable": true,
98734                        "default": "x1 (0)",
98735                        "mutable": "null",
98736                        "readable": true,
98737                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-6",
98738                        "writable": true
98739                    },
98740                    "sr-7": {
98741                        "blurb": "Filter slope Right 7",
98742                        "conditionally-available": false,
98743                        "construct": true,
98744                        "construct-only": false,
98745                        "controllable": true,
98746                        "default": "x1 (0)",
98747                        "mutable": "null",
98748                        "readable": true,
98749                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-7",
98750                        "writable": true
98751                    },
98752                    "sr-8": {
98753                        "blurb": "Filter slope Right 8",
98754                        "conditionally-available": false,
98755                        "construct": true,
98756                        "construct-only": false,
98757                        "controllable": true,
98758                        "default": "x1 (0)",
98759                        "mutable": "null",
98760                        "readable": true,
98761                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-8",
98762                        "writable": true
98763                    },
98764                    "sr-9": {
98765                        "blurb": "Filter slope Right 9",
98766                        "conditionally-available": false,
98767                        "construct": true,
98768                        "construct-only": false,
98769                        "controllable": true,
98770                        "default": "x1 (0)",
98771                        "mutable": "null",
98772                        "readable": true,
98773                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-9",
98774                        "writable": true
98775                    },
98776                    "xml-0": {
98777                        "blurb": "Filter mute Left 0",
98778                        "conditionally-available": false,
98779                        "construct": true,
98780                        "construct-only": false,
98781                        "controllable": true,
98782                        "default": "false",
98783                        "mutable": "null",
98784                        "readable": true,
98785                        "type": "gboolean",
98786                        "writable": true
98787                    },
98788                    "xml-1": {
98789                        "blurb": "Filter mute Left 1",
98790                        "conditionally-available": false,
98791                        "construct": true,
98792                        "construct-only": false,
98793                        "controllable": true,
98794                        "default": "false",
98795                        "mutable": "null",
98796                        "readable": true,
98797                        "type": "gboolean",
98798                        "writable": true
98799                    },
98800                    "xml-10": {
98801                        "blurb": "Filter mute Left 10",
98802                        "conditionally-available": false,
98803                        "construct": true,
98804                        "construct-only": false,
98805                        "controllable": true,
98806                        "default": "false",
98807                        "mutable": "null",
98808                        "readable": true,
98809                        "type": "gboolean",
98810                        "writable": true
98811                    },
98812                    "xml-11": {
98813                        "blurb": "Filter mute Left 11",
98814                        "conditionally-available": false,
98815                        "construct": true,
98816                        "construct-only": false,
98817                        "controllable": true,
98818                        "default": "false",
98819                        "mutable": "null",
98820                        "readable": true,
98821                        "type": "gboolean",
98822                        "writable": true
98823                    },
98824                    "xml-12": {
98825                        "blurb": "Filter mute Left 12",
98826                        "conditionally-available": false,
98827                        "construct": true,
98828                        "construct-only": false,
98829                        "controllable": true,
98830                        "default": "false",
98831                        "mutable": "null",
98832                        "readable": true,
98833                        "type": "gboolean",
98834                        "writable": true
98835                    },
98836                    "xml-13": {
98837                        "blurb": "Filter mute Left 13",
98838                        "conditionally-available": false,
98839                        "construct": true,
98840                        "construct-only": false,
98841                        "controllable": true,
98842                        "default": "false",
98843                        "mutable": "null",
98844                        "readable": true,
98845                        "type": "gboolean",
98846                        "writable": true
98847                    },
98848                    "xml-14": {
98849                        "blurb": "Filter mute Left 14",
98850                        "conditionally-available": false,
98851                        "construct": true,
98852                        "construct-only": false,
98853                        "controllable": true,
98854                        "default": "false",
98855                        "mutable": "null",
98856                        "readable": true,
98857                        "type": "gboolean",
98858                        "writable": true
98859                    },
98860                    "xml-15": {
98861                        "blurb": "Filter mute Left 15",
98862                        "conditionally-available": false,
98863                        "construct": true,
98864                        "construct-only": false,
98865                        "controllable": true,
98866                        "default": "false",
98867                        "mutable": "null",
98868                        "readable": true,
98869                        "type": "gboolean",
98870                        "writable": true
98871                    },
98872                    "xml-2": {
98873                        "blurb": "Filter mute Left 2",
98874                        "conditionally-available": false,
98875                        "construct": true,
98876                        "construct-only": false,
98877                        "controllable": true,
98878                        "default": "false",
98879                        "mutable": "null",
98880                        "readable": true,
98881                        "type": "gboolean",
98882                        "writable": true
98883                    },
98884                    "xml-3": {
98885                        "blurb": "Filter mute Left 3",
98886                        "conditionally-available": false,
98887                        "construct": true,
98888                        "construct-only": false,
98889                        "controllable": true,
98890                        "default": "false",
98891                        "mutable": "null",
98892                        "readable": true,
98893                        "type": "gboolean",
98894                        "writable": true
98895                    },
98896                    "xml-4": {
98897                        "blurb": "Filter mute Left 4",
98898                        "conditionally-available": false,
98899                        "construct": true,
98900                        "construct-only": false,
98901                        "controllable": true,
98902                        "default": "false",
98903                        "mutable": "null",
98904                        "readable": true,
98905                        "type": "gboolean",
98906                        "writable": true
98907                    },
98908                    "xml-5": {
98909                        "blurb": "Filter mute Left 5",
98910                        "conditionally-available": false,
98911                        "construct": true,
98912                        "construct-only": false,
98913                        "controllable": true,
98914                        "default": "false",
98915                        "mutable": "null",
98916                        "readable": true,
98917                        "type": "gboolean",
98918                        "writable": true
98919                    },
98920                    "xml-6": {
98921                        "blurb": "Filter mute Left 6",
98922                        "conditionally-available": false,
98923                        "construct": true,
98924                        "construct-only": false,
98925                        "controllable": true,
98926                        "default": "false",
98927                        "mutable": "null",
98928                        "readable": true,
98929                        "type": "gboolean",
98930                        "writable": true
98931                    },
98932                    "xml-7": {
98933                        "blurb": "Filter mute Left 7",
98934                        "conditionally-available": false,
98935                        "construct": true,
98936                        "construct-only": false,
98937                        "controllable": true,
98938                        "default": "false",
98939                        "mutable": "null",
98940                        "readable": true,
98941                        "type": "gboolean",
98942                        "writable": true
98943                    },
98944                    "xml-8": {
98945                        "blurb": "Filter mute Left 8",
98946                        "conditionally-available": false,
98947                        "construct": true,
98948                        "construct-only": false,
98949                        "controllable": true,
98950                        "default": "false",
98951                        "mutable": "null",
98952                        "readable": true,
98953                        "type": "gboolean",
98954                        "writable": true
98955                    },
98956                    "xml-9": {
98957                        "blurb": "Filter mute Left 9",
98958                        "conditionally-available": false,
98959                        "construct": true,
98960                        "construct-only": false,
98961                        "controllable": true,
98962                        "default": "false",
98963                        "mutable": "null",
98964                        "readable": true,
98965                        "type": "gboolean",
98966                        "writable": true
98967                    },
98968                    "xmr-0": {
98969                        "blurb": "Filter mute Right 0",
98970                        "conditionally-available": false,
98971                        "construct": true,
98972                        "construct-only": false,
98973                        "controllable": true,
98974                        "default": "false",
98975                        "mutable": "null",
98976                        "readable": true,
98977                        "type": "gboolean",
98978                        "writable": true
98979                    },
98980                    "xmr-1": {
98981                        "blurb": "Filter mute Right 1",
98982                        "conditionally-available": false,
98983                        "construct": true,
98984                        "construct-only": false,
98985                        "controllable": true,
98986                        "default": "false",
98987                        "mutable": "null",
98988                        "readable": true,
98989                        "type": "gboolean",
98990                        "writable": true
98991                    },
98992                    "xmr-10": {
98993                        "blurb": "Filter mute Right 10",
98994                        "conditionally-available": false,
98995                        "construct": true,
98996                        "construct-only": false,
98997                        "controllable": true,
98998                        "default": "false",
98999                        "mutable": "null",
99000                        "readable": true,
99001                        "type": "gboolean",
99002                        "writable": true
99003                    },
99004                    "xmr-11": {
99005                        "blurb": "Filter mute Right 11",
99006                        "conditionally-available": false,
99007                        "construct": true,
99008                        "construct-only": false,
99009                        "controllable": true,
99010                        "default": "false",
99011                        "mutable": "null",
99012                        "readable": true,
99013                        "type": "gboolean",
99014                        "writable": true
99015                    },
99016                    "xmr-12": {
99017                        "blurb": "Filter mute Right 12",
99018                        "conditionally-available": false,
99019                        "construct": true,
99020                        "construct-only": false,
99021                        "controllable": true,
99022                        "default": "false",
99023                        "mutable": "null",
99024                        "readable": true,
99025                        "type": "gboolean",
99026                        "writable": true
99027                    },
99028                    "xmr-13": {
99029                        "blurb": "Filter mute Right 13",
99030                        "conditionally-available": false,
99031                        "construct": true,
99032                        "construct-only": false,
99033                        "controllable": true,
99034                        "default": "false",
99035                        "mutable": "null",
99036                        "readable": true,
99037                        "type": "gboolean",
99038                        "writable": true
99039                    },
99040                    "xmr-14": {
99041                        "blurb": "Filter mute Right 14",
99042                        "conditionally-available": false,
99043                        "construct": true,
99044                        "construct-only": false,
99045                        "controllable": true,
99046                        "default": "false",
99047                        "mutable": "null",
99048                        "readable": true,
99049                        "type": "gboolean",
99050                        "writable": true
99051                    },
99052                    "xmr-15": {
99053                        "blurb": "Filter mute Right 15",
99054                        "conditionally-available": false,
99055                        "construct": true,
99056                        "construct-only": false,
99057                        "controllable": true,
99058                        "default": "false",
99059                        "mutable": "null",
99060                        "readable": true,
99061                        "type": "gboolean",
99062                        "writable": true
99063                    },
99064                    "xmr-2": {
99065                        "blurb": "Filter mute Right 2",
99066                        "conditionally-available": false,
99067                        "construct": true,
99068                        "construct-only": false,
99069                        "controllable": true,
99070                        "default": "false",
99071                        "mutable": "null",
99072                        "readable": true,
99073                        "type": "gboolean",
99074                        "writable": true
99075                    },
99076                    "xmr-3": {
99077                        "blurb": "Filter mute Right 3",
99078                        "conditionally-available": false,
99079                        "construct": true,
99080                        "construct-only": false,
99081                        "controllable": true,
99082                        "default": "false",
99083                        "mutable": "null",
99084                        "readable": true,
99085                        "type": "gboolean",
99086                        "writable": true
99087                    },
99088                    "xmr-4": {
99089                        "blurb": "Filter mute Right 4",
99090                        "conditionally-available": false,
99091                        "construct": true,
99092                        "construct-only": false,
99093                        "controllable": true,
99094                        "default": "false",
99095                        "mutable": "null",
99096                        "readable": true,
99097                        "type": "gboolean",
99098                        "writable": true
99099                    },
99100                    "xmr-5": {
99101                        "blurb": "Filter mute Right 5",
99102                        "conditionally-available": false,
99103                        "construct": true,
99104                        "construct-only": false,
99105                        "controllable": true,
99106                        "default": "false",
99107                        "mutable": "null",
99108                        "readable": true,
99109                        "type": "gboolean",
99110                        "writable": true
99111                    },
99112                    "xmr-6": {
99113                        "blurb": "Filter mute Right 6",
99114                        "conditionally-available": false,
99115                        "construct": true,
99116                        "construct-only": false,
99117                        "controllable": true,
99118                        "default": "false",
99119                        "mutable": "null",
99120                        "readable": true,
99121                        "type": "gboolean",
99122                        "writable": true
99123                    },
99124                    "xmr-7": {
99125                        "blurb": "Filter mute Right 7",
99126                        "conditionally-available": false,
99127                        "construct": true,
99128                        "construct-only": false,
99129                        "controllable": true,
99130                        "default": "false",
99131                        "mutable": "null",
99132                        "readable": true,
99133                        "type": "gboolean",
99134                        "writable": true
99135                    },
99136                    "xmr-8": {
99137                        "blurb": "Filter mute Right 8",
99138                        "conditionally-available": false,
99139                        "construct": true,
99140                        "construct-only": false,
99141                        "controllable": true,
99142                        "default": "false",
99143                        "mutable": "null",
99144                        "readable": true,
99145                        "type": "gboolean",
99146                        "writable": true
99147                    },
99148                    "xmr-9": {
99149                        "blurb": "Filter mute Right 9",
99150                        "conditionally-available": false,
99151                        "construct": true,
99152                        "construct-only": false,
99153                        "controllable": true,
99154                        "default": "false",
99155                        "mutable": "null",
99156                        "readable": true,
99157                        "type": "gboolean",
99158                        "writable": true
99159                    },
99160                    "xsl-0": {
99161                        "blurb": "Filter solo Left 0",
99162                        "conditionally-available": false,
99163                        "construct": true,
99164                        "construct-only": false,
99165                        "controllable": true,
99166                        "default": "false",
99167                        "mutable": "null",
99168                        "readable": true,
99169                        "type": "gboolean",
99170                        "writable": true
99171                    },
99172                    "xsl-1": {
99173                        "blurb": "Filter solo Left 1",
99174                        "conditionally-available": false,
99175                        "construct": true,
99176                        "construct-only": false,
99177                        "controllable": true,
99178                        "default": "false",
99179                        "mutable": "null",
99180                        "readable": true,
99181                        "type": "gboolean",
99182                        "writable": true
99183                    },
99184                    "xsl-10": {
99185                        "blurb": "Filter solo Left 10",
99186                        "conditionally-available": false,
99187                        "construct": true,
99188                        "construct-only": false,
99189                        "controllable": true,
99190                        "default": "false",
99191                        "mutable": "null",
99192                        "readable": true,
99193                        "type": "gboolean",
99194                        "writable": true
99195                    },
99196                    "xsl-11": {
99197                        "blurb": "Filter solo Left 11",
99198                        "conditionally-available": false,
99199                        "construct": true,
99200                        "construct-only": false,
99201                        "controllable": true,
99202                        "default": "false",
99203                        "mutable": "null",
99204                        "readable": true,
99205                        "type": "gboolean",
99206                        "writable": true
99207                    },
99208                    "xsl-12": {
99209                        "blurb": "Filter solo Left 12",
99210                        "conditionally-available": false,
99211                        "construct": true,
99212                        "construct-only": false,
99213                        "controllable": true,
99214                        "default": "false",
99215                        "mutable": "null",
99216                        "readable": true,
99217                        "type": "gboolean",
99218                        "writable": true
99219                    },
99220                    "xsl-13": {
99221                        "blurb": "Filter solo Left 13",
99222                        "conditionally-available": false,
99223                        "construct": true,
99224                        "construct-only": false,
99225                        "controllable": true,
99226                        "default": "false",
99227                        "mutable": "null",
99228                        "readable": true,
99229                        "type": "gboolean",
99230                        "writable": true
99231                    },
99232                    "xsl-14": {
99233                        "blurb": "Filter solo Left 14",
99234                        "conditionally-available": false,
99235                        "construct": true,
99236                        "construct-only": false,
99237                        "controllable": true,
99238                        "default": "false",
99239                        "mutable": "null",
99240                        "readable": true,
99241                        "type": "gboolean",
99242                        "writable": true
99243                    },
99244                    "xsl-15": {
99245                        "blurb": "Filter solo Left 15",
99246                        "conditionally-available": false,
99247                        "construct": true,
99248                        "construct-only": false,
99249                        "controllable": true,
99250                        "default": "false",
99251                        "mutable": "null",
99252                        "readable": true,
99253                        "type": "gboolean",
99254                        "writable": true
99255                    },
99256                    "xsl-2": {
99257                        "blurb": "Filter solo Left 2",
99258                        "conditionally-available": false,
99259                        "construct": true,
99260                        "construct-only": false,
99261                        "controllable": true,
99262                        "default": "false",
99263                        "mutable": "null",
99264                        "readable": true,
99265                        "type": "gboolean",
99266                        "writable": true
99267                    },
99268                    "xsl-3": {
99269                        "blurb": "Filter solo Left 3",
99270                        "conditionally-available": false,
99271                        "construct": true,
99272                        "construct-only": false,
99273                        "controllable": true,
99274                        "default": "false",
99275                        "mutable": "null",
99276                        "readable": true,
99277                        "type": "gboolean",
99278                        "writable": true
99279                    },
99280                    "xsl-4": {
99281                        "blurb": "Filter solo Left 4",
99282                        "conditionally-available": false,
99283                        "construct": true,
99284                        "construct-only": false,
99285                        "controllable": true,
99286                        "default": "false",
99287                        "mutable": "null",
99288                        "readable": true,
99289                        "type": "gboolean",
99290                        "writable": true
99291                    },
99292                    "xsl-5": {
99293                        "blurb": "Filter solo Left 5",
99294                        "conditionally-available": false,
99295                        "construct": true,
99296                        "construct-only": false,
99297                        "controllable": true,
99298                        "default": "false",
99299                        "mutable": "null",
99300                        "readable": true,
99301                        "type": "gboolean",
99302                        "writable": true
99303                    },
99304                    "xsl-6": {
99305                        "blurb": "Filter solo Left 6",
99306                        "conditionally-available": false,
99307                        "construct": true,
99308                        "construct-only": false,
99309                        "controllable": true,
99310                        "default": "false",
99311                        "mutable": "null",
99312                        "readable": true,
99313                        "type": "gboolean",
99314                        "writable": true
99315                    },
99316                    "xsl-7": {
99317                        "blurb": "Filter solo Left 7",
99318                        "conditionally-available": false,
99319                        "construct": true,
99320                        "construct-only": false,
99321                        "controllable": true,
99322                        "default": "false",
99323                        "mutable": "null",
99324                        "readable": true,
99325                        "type": "gboolean",
99326                        "writable": true
99327                    },
99328                    "xsl-8": {
99329                        "blurb": "Filter solo Left 8",
99330                        "conditionally-available": false,
99331                        "construct": true,
99332                        "construct-only": false,
99333                        "controllable": true,
99334                        "default": "false",
99335                        "mutable": "null",
99336                        "readable": true,
99337                        "type": "gboolean",
99338                        "writable": true
99339                    },
99340                    "xsl-9": {
99341                        "blurb": "Filter solo Left 9",
99342                        "conditionally-available": false,
99343                        "construct": true,
99344                        "construct-only": false,
99345                        "controllable": true,
99346                        "default": "false",
99347                        "mutable": "null",
99348                        "readable": true,
99349                        "type": "gboolean",
99350                        "writable": true
99351                    },
99352                    "xsr-0": {
99353                        "blurb": "Filter solo Right 0",
99354                        "conditionally-available": false,
99355                        "construct": true,
99356                        "construct-only": false,
99357                        "controllable": true,
99358                        "default": "false",
99359                        "mutable": "null",
99360                        "readable": true,
99361                        "type": "gboolean",
99362                        "writable": true
99363                    },
99364                    "xsr-1": {
99365                        "blurb": "Filter solo Right 1",
99366                        "conditionally-available": false,
99367                        "construct": true,
99368                        "construct-only": false,
99369                        "controllable": true,
99370                        "default": "false",
99371                        "mutable": "null",
99372                        "readable": true,
99373                        "type": "gboolean",
99374                        "writable": true
99375                    },
99376                    "xsr-10": {
99377                        "blurb": "Filter solo Right 10",
99378                        "conditionally-available": false,
99379                        "construct": true,
99380                        "construct-only": false,
99381                        "controllable": true,
99382                        "default": "false",
99383                        "mutable": "null",
99384                        "readable": true,
99385                        "type": "gboolean",
99386                        "writable": true
99387                    },
99388                    "xsr-11": {
99389                        "blurb": "Filter solo Right 11",
99390                        "conditionally-available": false,
99391                        "construct": true,
99392                        "construct-only": false,
99393                        "controllable": true,
99394                        "default": "false",
99395                        "mutable": "null",
99396                        "readable": true,
99397                        "type": "gboolean",
99398                        "writable": true
99399                    },
99400                    "xsr-12": {
99401                        "blurb": "Filter solo Right 12",
99402                        "conditionally-available": false,
99403                        "construct": true,
99404                        "construct-only": false,
99405                        "controllable": true,
99406                        "default": "false",
99407                        "mutable": "null",
99408                        "readable": true,
99409                        "type": "gboolean",
99410                        "writable": true
99411                    },
99412                    "xsr-13": {
99413                        "blurb": "Filter solo Right 13",
99414                        "conditionally-available": false,
99415                        "construct": true,
99416                        "construct-only": false,
99417                        "controllable": true,
99418                        "default": "false",
99419                        "mutable": "null",
99420                        "readable": true,
99421                        "type": "gboolean",
99422                        "writable": true
99423                    },
99424                    "xsr-14": {
99425                        "blurb": "Filter solo Right 14",
99426                        "conditionally-available": false,
99427                        "construct": true,
99428                        "construct-only": false,
99429                        "controllable": true,
99430                        "default": "false",
99431                        "mutable": "null",
99432                        "readable": true,
99433                        "type": "gboolean",
99434                        "writable": true
99435                    },
99436                    "xsr-15": {
99437                        "blurb": "Filter solo Right 15",
99438                        "conditionally-available": false,
99439                        "construct": true,
99440                        "construct-only": false,
99441                        "controllable": true,
99442                        "default": "false",
99443                        "mutable": "null",
99444                        "readable": true,
99445                        "type": "gboolean",
99446                        "writable": true
99447                    },
99448                    "xsr-2": {
99449                        "blurb": "Filter solo Right 2",
99450                        "conditionally-available": false,
99451                        "construct": true,
99452                        "construct-only": false,
99453                        "controllable": true,
99454                        "default": "false",
99455                        "mutable": "null",
99456                        "readable": true,
99457                        "type": "gboolean",
99458                        "writable": true
99459                    },
99460                    "xsr-3": {
99461                        "blurb": "Filter solo Right 3",
99462                        "conditionally-available": false,
99463                        "construct": true,
99464                        "construct-only": false,
99465                        "controllable": true,
99466                        "default": "false",
99467                        "mutable": "null",
99468                        "readable": true,
99469                        "type": "gboolean",
99470                        "writable": true
99471                    },
99472                    "xsr-4": {
99473                        "blurb": "Filter solo Right 4",
99474                        "conditionally-available": false,
99475                        "construct": true,
99476                        "construct-only": false,
99477                        "controllable": true,
99478                        "default": "false",
99479                        "mutable": "null",
99480                        "readable": true,
99481                        "type": "gboolean",
99482                        "writable": true
99483                    },
99484                    "xsr-5": {
99485                        "blurb": "Filter solo Right 5",
99486                        "conditionally-available": false,
99487                        "construct": true,
99488                        "construct-only": false,
99489                        "controllable": true,
99490                        "default": "false",
99491                        "mutable": "null",
99492                        "readable": true,
99493                        "type": "gboolean",
99494                        "writable": true
99495                    },
99496                    "xsr-6": {
99497                        "blurb": "Filter solo Right 6",
99498                        "conditionally-available": false,
99499                        "construct": true,
99500                        "construct-only": false,
99501                        "controllable": true,
99502                        "default": "false",
99503                        "mutable": "null",
99504                        "readable": true,
99505                        "type": "gboolean",
99506                        "writable": true
99507                    },
99508                    "xsr-7": {
99509                        "blurb": "Filter solo Right 7",
99510                        "conditionally-available": false,
99511                        "construct": true,
99512                        "construct-only": false,
99513                        "controllable": true,
99514                        "default": "false",
99515                        "mutable": "null",
99516                        "readable": true,
99517                        "type": "gboolean",
99518                        "writable": true
99519                    },
99520                    "xsr-8": {
99521                        "blurb": "Filter solo Right 8",
99522                        "conditionally-available": false,
99523                        "construct": true,
99524                        "construct-only": false,
99525                        "controllable": true,
99526                        "default": "false",
99527                        "mutable": "null",
99528                        "readable": true,
99529                        "type": "gboolean",
99530                        "writable": true
99531                    },
99532                    "xsr-9": {
99533                        "blurb": "Filter solo Right 9",
99534                        "conditionally-available": false,
99535                        "construct": true,
99536                        "construct-only": false,
99537                        "controllable": true,
99538                        "default": "false",
99539                        "mutable": "null",
99540                        "readable": true,
99541                        "type": "gboolean",
99542                        "writable": true
99543                    },
99544                    "zoom": {
99545                        "blurb": "Graph zoom",
99546                        "conditionally-available": false,
99547                        "construct": true,
99548                        "construct-only": false,
99549                        "controllable": true,
99550                        "default": "1",
99551                        "max": "1",
99552                        "min": "0.01585",
99553                        "mutable": "null",
99554                        "readable": true,
99555                        "type": "gfloat",
99556                        "writable": true
99557                    }
99558                },
99559                "rank": "none"
99560            },
99561            "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono": {
99562                "author": "LSP LV2",
99563                "description": "LSP Parametric Equalizer x16 Mono",
99564                "hierarchy": [
99565                    "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono",
99566                    "GstAudioFilter",
99567                    "GstBaseTransform",
99568                    "GstElement",
99569                    "GstObject",
99570                    "GInitiallyUnowned",
99571                    "GObject"
99572                ],
99573                "interfaces": [
99574                    "GstPreset"
99575                ],
99576                "klass": "Filter/Effect/Audio/LV2/Parametric",
99577                "long-name": "LSP Parametric Equalizer x16 Mono",
99578                "pad-templates": {
99579                    "sink": {
99580                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
99581                        "direction": "sink",
99582                        "presence": "always"
99583                    },
99584                    "src": {
99585                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
99586                        "direction": "src",
99587                        "presence": "always"
99588                    }
99589                },
99590                "properties": {
99591                    "bypass": {
99592                        "blurb": "Bypass",
99593                        "conditionally-available": false,
99594                        "construct": true,
99595                        "construct-only": false,
99596                        "controllable": true,
99597                        "default": "false",
99598                        "mutable": "null",
99599                        "readable": true,
99600                        "type": "gboolean",
99601                        "writable": true
99602                    },
99603                    "f-0": {
99604                        "blurb": "Frequency 0",
99605                        "conditionally-available": false,
99606                        "construct": true,
99607                        "construct-only": false,
99608                        "controllable": true,
99609                        "default": "16",
99610                        "max": "24000",
99611                        "min": "10",
99612                        "mutable": "null",
99613                        "readable": true,
99614                        "type": "gfloat",
99615                        "writable": true
99616                    },
99617                    "f-1": {
99618                        "blurb": "Frequency 1",
99619                        "conditionally-available": false,
99620                        "construct": true,
99621                        "construct-only": false,
99622                        "controllable": true,
99623                        "default": "25",
99624                        "max": "24000",
99625                        "min": "10",
99626                        "mutable": "null",
99627                        "readable": true,
99628                        "type": "gfloat",
99629                        "writable": true
99630                    },
99631                    "f-10": {
99632                        "blurb": "Frequency 10",
99633                        "conditionally-available": false,
99634                        "construct": true,
99635                        "construct-only": false,
99636                        "controllable": true,
99637                        "default": "1600",
99638                        "max": "24000",
99639                        "min": "10",
99640                        "mutable": "null",
99641                        "readable": true,
99642                        "type": "gfloat",
99643                        "writable": true
99644                    },
99645                    "f-11": {
99646                        "blurb": "Frequency 11",
99647                        "conditionally-available": false,
99648                        "construct": true,
99649                        "construct-only": false,
99650                        "controllable": true,
99651                        "default": "2500",
99652                        "max": "24000",
99653                        "min": "10",
99654                        "mutable": "null",
99655                        "readable": true,
99656                        "type": "gfloat",
99657                        "writable": true
99658                    },
99659                    "f-12": {
99660                        "blurb": "Frequency 12",
99661                        "conditionally-available": false,
99662                        "construct": true,
99663                        "construct-only": false,
99664                        "controllable": true,
99665                        "default": "4000",
99666                        "max": "24000",
99667                        "min": "10",
99668                        "mutable": "null",
99669                        "readable": true,
99670                        "type": "gfloat",
99671                        "writable": true
99672                    },
99673                    "f-13": {
99674                        "blurb": "Frequency 13",
99675                        "conditionally-available": false,
99676                        "construct": true,
99677                        "construct-only": false,
99678                        "controllable": true,
99679                        "default": "6300",
99680                        "max": "24000",
99681                        "min": "10",
99682                        "mutable": "null",
99683                        "readable": true,
99684                        "type": "gfloat",
99685                        "writable": true
99686                    },
99687                    "f-14": {
99688                        "blurb": "Frequency 14",
99689                        "conditionally-available": false,
99690                        "construct": true,
99691                        "construct-only": false,
99692                        "controllable": true,
99693                        "default": "10000",
99694                        "max": "24000",
99695                        "min": "10",
99696                        "mutable": "null",
99697                        "readable": true,
99698                        "type": "gfloat",
99699                        "writable": true
99700                    },
99701                    "f-15": {
99702                        "blurb": "Frequency 15",
99703                        "conditionally-available": false,
99704                        "construct": true,
99705                        "construct-only": false,
99706                        "controllable": true,
99707                        "default": "16000",
99708                        "max": "24000",
99709                        "min": "10",
99710                        "mutable": "null",
99711                        "readable": true,
99712                        "type": "gfloat",
99713                        "writable": true
99714                    },
99715                    "f-2": {
99716                        "blurb": "Frequency 2",
99717                        "conditionally-available": false,
99718                        "construct": true,
99719                        "construct-only": false,
99720                        "controllable": true,
99721                        "default": "40",
99722                        "max": "24000",
99723                        "min": "10",
99724                        "mutable": "null",
99725                        "readable": true,
99726                        "type": "gfloat",
99727                        "writable": true
99728                    },
99729                    "f-3": {
99730                        "blurb": "Frequency 3",
99731                        "conditionally-available": false,
99732                        "construct": true,
99733                        "construct-only": false,
99734                        "controllable": true,
99735                        "default": "63",
99736                        "max": "24000",
99737                        "min": "10",
99738                        "mutable": "null",
99739                        "readable": true,
99740                        "type": "gfloat",
99741                        "writable": true
99742                    },
99743                    "f-4": {
99744                        "blurb": "Frequency 4",
99745                        "conditionally-available": false,
99746                        "construct": true,
99747                        "construct-only": false,
99748                        "controllable": true,
99749                        "default": "100",
99750                        "max": "24000",
99751                        "min": "10",
99752                        "mutable": "null",
99753                        "readable": true,
99754                        "type": "gfloat",
99755                        "writable": true
99756                    },
99757                    "f-5": {
99758                        "blurb": "Frequency 5",
99759                        "conditionally-available": false,
99760                        "construct": true,
99761                        "construct-only": false,
99762                        "controllable": true,
99763                        "default": "160",
99764                        "max": "24000",
99765                        "min": "10",
99766                        "mutable": "null",
99767                        "readable": true,
99768                        "type": "gfloat",
99769                        "writable": true
99770                    },
99771                    "f-6": {
99772                        "blurb": "Frequency 6",
99773                        "conditionally-available": false,
99774                        "construct": true,
99775                        "construct-only": false,
99776                        "controllable": true,
99777                        "default": "250",
99778                        "max": "24000",
99779                        "min": "10",
99780                        "mutable": "null",
99781                        "readable": true,
99782                        "type": "gfloat",
99783                        "writable": true
99784                    },
99785                    "f-7": {
99786                        "blurb": "Frequency 7",
99787                        "conditionally-available": false,
99788                        "construct": true,
99789                        "construct-only": false,
99790                        "controllable": true,
99791                        "default": "400",
99792                        "max": "24000",
99793                        "min": "10",
99794                        "mutable": "null",
99795                        "readable": true,
99796                        "type": "gfloat",
99797                        "writable": true
99798                    },
99799                    "f-8": {
99800                        "blurb": "Frequency 8",
99801                        "conditionally-available": false,
99802                        "construct": true,
99803                        "construct-only": false,
99804                        "controllable": true,
99805                        "default": "630",
99806                        "max": "24000",
99807                        "min": "10",
99808                        "mutable": "null",
99809                        "readable": true,
99810                        "type": "gfloat",
99811                        "writable": true
99812                    },
99813                    "f-9": {
99814                        "blurb": "Frequency 9",
99815                        "conditionally-available": false,
99816                        "construct": true,
99817                        "construct-only": false,
99818                        "controllable": true,
99819                        "default": "1000",
99820                        "max": "24000",
99821                        "min": "10",
99822                        "mutable": "null",
99823                        "readable": true,
99824                        "type": "gfloat",
99825                        "writable": true
99826                    },
99827                    "fft": {
99828                        "blurb": "FFT analysis",
99829                        "conditionally-available": false,
99830                        "construct": true,
99831                        "construct-only": false,
99832                        "controllable": true,
99833                        "default": "Off (0)",
99834                        "mutable": "null",
99835                        "readable": true,
99836                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofft",
99837                        "writable": true
99838                    },
99839                    "fm-0": {
99840                        "blurb": "Filter mode 0",
99841                        "conditionally-available": false,
99842                        "construct": true,
99843                        "construct-only": false,
99844                        "controllable": true,
99845                        "default": "RLC (BT) (0)",
99846                        "mutable": "null",
99847                        "readable": true,
99848                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-0",
99849                        "writable": true
99850                    },
99851                    "fm-1": {
99852                        "blurb": "Filter mode 1",
99853                        "conditionally-available": false,
99854                        "construct": true,
99855                        "construct-only": false,
99856                        "controllable": true,
99857                        "default": "RLC (BT) (0)",
99858                        "mutable": "null",
99859                        "readable": true,
99860                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-1",
99861                        "writable": true
99862                    },
99863                    "fm-10": {
99864                        "blurb": "Filter mode 10",
99865                        "conditionally-available": false,
99866                        "construct": true,
99867                        "construct-only": false,
99868                        "controllable": true,
99869                        "default": "RLC (BT) (0)",
99870                        "mutable": "null",
99871                        "readable": true,
99872                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-10",
99873                        "writable": true
99874                    },
99875                    "fm-11": {
99876                        "blurb": "Filter mode 11",
99877                        "conditionally-available": false,
99878                        "construct": true,
99879                        "construct-only": false,
99880                        "controllable": true,
99881                        "default": "RLC (BT) (0)",
99882                        "mutable": "null",
99883                        "readable": true,
99884                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-11",
99885                        "writable": true
99886                    },
99887                    "fm-12": {
99888                        "blurb": "Filter mode 12",
99889                        "conditionally-available": false,
99890                        "construct": true,
99891                        "construct-only": false,
99892                        "controllable": true,
99893                        "default": "RLC (BT) (0)",
99894                        "mutable": "null",
99895                        "readable": true,
99896                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-12",
99897                        "writable": true
99898                    },
99899                    "fm-13": {
99900                        "blurb": "Filter mode 13",
99901                        "conditionally-available": false,
99902                        "construct": true,
99903                        "construct-only": false,
99904                        "controllable": true,
99905                        "default": "RLC (BT) (0)",
99906                        "mutable": "null",
99907                        "readable": true,
99908                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-13",
99909                        "writable": true
99910                    },
99911                    "fm-14": {
99912                        "blurb": "Filter mode 14",
99913                        "conditionally-available": false,
99914                        "construct": true,
99915                        "construct-only": false,
99916                        "controllable": true,
99917                        "default": "RLC (BT) (0)",
99918                        "mutable": "null",
99919                        "readable": true,
99920                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-14",
99921                        "writable": true
99922                    },
99923                    "fm-15": {
99924                        "blurb": "Filter mode 15",
99925                        "conditionally-available": false,
99926                        "construct": true,
99927                        "construct-only": false,
99928                        "controllable": true,
99929                        "default": "RLC (BT) (0)",
99930                        "mutable": "null",
99931                        "readable": true,
99932                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-15",
99933                        "writable": true
99934                    },
99935                    "fm-2": {
99936                        "blurb": "Filter mode 2",
99937                        "conditionally-available": false,
99938                        "construct": true,
99939                        "construct-only": false,
99940                        "controllable": true,
99941                        "default": "RLC (BT) (0)",
99942                        "mutable": "null",
99943                        "readable": true,
99944                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-2",
99945                        "writable": true
99946                    },
99947                    "fm-3": {
99948                        "blurb": "Filter mode 3",
99949                        "conditionally-available": false,
99950                        "construct": true,
99951                        "construct-only": false,
99952                        "controllable": true,
99953                        "default": "RLC (BT) (0)",
99954                        "mutable": "null",
99955                        "readable": true,
99956                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-3",
99957                        "writable": true
99958                    },
99959                    "fm-4": {
99960                        "blurb": "Filter mode 4",
99961                        "conditionally-available": false,
99962                        "construct": true,
99963                        "construct-only": false,
99964                        "controllable": true,
99965                        "default": "RLC (BT) (0)",
99966                        "mutable": "null",
99967                        "readable": true,
99968                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-4",
99969                        "writable": true
99970                    },
99971                    "fm-5": {
99972                        "blurb": "Filter mode 5",
99973                        "conditionally-available": false,
99974                        "construct": true,
99975                        "construct-only": false,
99976                        "controllable": true,
99977                        "default": "RLC (BT) (0)",
99978                        "mutable": "null",
99979                        "readable": true,
99980                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-5",
99981                        "writable": true
99982                    },
99983                    "fm-6": {
99984                        "blurb": "Filter mode 6",
99985                        "conditionally-available": false,
99986                        "construct": true,
99987                        "construct-only": false,
99988                        "controllable": true,
99989                        "default": "RLC (BT) (0)",
99990                        "mutable": "null",
99991                        "readable": true,
99992                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-6",
99993                        "writable": true
99994                    },
99995                    "fm-7": {
99996                        "blurb": "Filter mode 7",
99997                        "conditionally-available": false,
99998                        "construct": true,
99999                        "construct-only": false,
100000                        "controllable": true,
100001                        "default": "RLC (BT) (0)",
100002                        "mutable": "null",
100003                        "readable": true,
100004                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-7",
100005                        "writable": true
100006                    },
100007                    "fm-8": {
100008                        "blurb": "Filter mode 8",
100009                        "conditionally-available": false,
100010                        "construct": true,
100011                        "construct-only": false,
100012                        "controllable": true,
100013                        "default": "RLC (BT) (0)",
100014                        "mutable": "null",
100015                        "readable": true,
100016                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-8",
100017                        "writable": true
100018                    },
100019                    "fm-9": {
100020                        "blurb": "Filter mode 9",
100021                        "conditionally-available": false,
100022                        "construct": true,
100023                        "construct-only": false,
100024                        "controllable": true,
100025                        "default": "RLC (BT) (0)",
100026                        "mutable": "null",
100027                        "readable": true,
100028                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-9",
100029                        "writable": true
100030                    },
100031                    "frqs": {
100032                        "blurb": "Frequency shift",
100033                        "conditionally-available": false,
100034                        "construct": true,
100035                        "construct-only": false,
100036                        "controllable": true,
100037                        "default": "0",
100038                        "max": "120",
100039                        "min": "-120",
100040                        "mutable": "null",
100041                        "readable": true,
100042                        "type": "gfloat",
100043                        "writable": true
100044                    },
100045                    "fsel": {
100046                        "blurb": "Filter select",
100047                        "conditionally-available": false,
100048                        "construct": true,
100049                        "construct-only": false,
100050                        "controllable": true,
100051                        "default": "Filters 0-7 (0)",
100052                        "mutable": "null",
100053                        "readable": true,
100054                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofsel",
100055                        "writable": true
100056                    },
100057                    "ft-0": {
100058                        "blurb": "Filter type 0",
100059                        "conditionally-available": false,
100060                        "construct": true,
100061                        "construct-only": false,
100062                        "controllable": true,
100063                        "default": "Off (0)",
100064                        "mutable": "null",
100065                        "readable": true,
100066                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-0",
100067                        "writable": true
100068                    },
100069                    "ft-1": {
100070                        "blurb": "Filter type 1",
100071                        "conditionally-available": false,
100072                        "construct": true,
100073                        "construct-only": false,
100074                        "controllable": true,
100075                        "default": "Off (0)",
100076                        "mutable": "null",
100077                        "readable": true,
100078                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-1",
100079                        "writable": true
100080                    },
100081                    "ft-10": {
100082                        "blurb": "Filter type 10",
100083                        "conditionally-available": false,
100084                        "construct": true,
100085                        "construct-only": false,
100086                        "controllable": true,
100087                        "default": "Off (0)",
100088                        "mutable": "null",
100089                        "readable": true,
100090                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-10",
100091                        "writable": true
100092                    },
100093                    "ft-11": {
100094                        "blurb": "Filter type 11",
100095                        "conditionally-available": false,
100096                        "construct": true,
100097                        "construct-only": false,
100098                        "controllable": true,
100099                        "default": "Off (0)",
100100                        "mutable": "null",
100101                        "readable": true,
100102                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-11",
100103                        "writable": true
100104                    },
100105                    "ft-12": {
100106                        "blurb": "Filter type 12",
100107                        "conditionally-available": false,
100108                        "construct": true,
100109                        "construct-only": false,
100110                        "controllable": true,
100111                        "default": "Off (0)",
100112                        "mutable": "null",
100113                        "readable": true,
100114                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-12",
100115                        "writable": true
100116                    },
100117                    "ft-13": {
100118                        "blurb": "Filter type 13",
100119                        "conditionally-available": false,
100120                        "construct": true,
100121                        "construct-only": false,
100122                        "controllable": true,
100123                        "default": "Off (0)",
100124                        "mutable": "null",
100125                        "readable": true,
100126                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-13",
100127                        "writable": true
100128                    },
100129                    "ft-14": {
100130                        "blurb": "Filter type 14",
100131                        "conditionally-available": false,
100132                        "construct": true,
100133                        "construct-only": false,
100134                        "controllable": true,
100135                        "default": "Off (0)",
100136                        "mutable": "null",
100137                        "readable": true,
100138                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-14",
100139                        "writable": true
100140                    },
100141                    "ft-15": {
100142                        "blurb": "Filter type 15",
100143                        "conditionally-available": false,
100144                        "construct": true,
100145                        "construct-only": false,
100146                        "controllable": true,
100147                        "default": "Off (0)",
100148                        "mutable": "null",
100149                        "readable": true,
100150                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-15",
100151                        "writable": true
100152                    },
100153                    "ft-2": {
100154                        "blurb": "Filter type 2",
100155                        "conditionally-available": false,
100156                        "construct": true,
100157                        "construct-only": false,
100158                        "controllable": true,
100159                        "default": "Off (0)",
100160                        "mutable": "null",
100161                        "readable": true,
100162                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-2",
100163                        "writable": true
100164                    },
100165                    "ft-3": {
100166                        "blurb": "Filter type 3",
100167                        "conditionally-available": false,
100168                        "construct": true,
100169                        "construct-only": false,
100170                        "controllable": true,
100171                        "default": "Off (0)",
100172                        "mutable": "null",
100173                        "readable": true,
100174                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-3",
100175                        "writable": true
100176                    },
100177                    "ft-4": {
100178                        "blurb": "Filter type 4",
100179                        "conditionally-available": false,
100180                        "construct": true,
100181                        "construct-only": false,
100182                        "controllable": true,
100183                        "default": "Off (0)",
100184                        "mutable": "null",
100185                        "readable": true,
100186                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-4",
100187                        "writable": true
100188                    },
100189                    "ft-5": {
100190                        "blurb": "Filter type 5",
100191                        "conditionally-available": false,
100192                        "construct": true,
100193                        "construct-only": false,
100194                        "controllable": true,
100195                        "default": "Off (0)",
100196                        "mutable": "null",
100197                        "readable": true,
100198                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-5",
100199                        "writable": true
100200                    },
100201                    "ft-6": {
100202                        "blurb": "Filter type 6",
100203                        "conditionally-available": false,
100204                        "construct": true,
100205                        "construct-only": false,
100206                        "controllable": true,
100207                        "default": "Off (0)",
100208                        "mutable": "null",
100209                        "readable": true,
100210                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-6",
100211                        "writable": true
100212                    },
100213                    "ft-7": {
100214                        "blurb": "Filter type 7",
100215                        "conditionally-available": false,
100216                        "construct": true,
100217                        "construct-only": false,
100218                        "controllable": true,
100219                        "default": "Off (0)",
100220                        "mutable": "null",
100221                        "readable": true,
100222                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-7",
100223                        "writable": true
100224                    },
100225                    "ft-8": {
100226                        "blurb": "Filter type 8",
100227                        "conditionally-available": false,
100228                        "construct": true,
100229                        "construct-only": false,
100230                        "controllable": true,
100231                        "default": "Off (0)",
100232                        "mutable": "null",
100233                        "readable": true,
100234                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-8",
100235                        "writable": true
100236                    },
100237                    "ft-9": {
100238                        "blurb": "Filter type 9",
100239                        "conditionally-available": false,
100240                        "construct": true,
100241                        "construct-only": false,
100242                        "controllable": true,
100243                        "default": "Off (0)",
100244                        "mutable": "null",
100245                        "readable": true,
100246                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-9",
100247                        "writable": true
100248                    },
100249                    "fv-0": {
100250                        "blurb": "Filter visibility 0",
100251                        "conditionally-available": false,
100252                        "construct": false,
100253                        "construct-only": false,
100254                        "controllable": true,
100255                        "default": "false",
100256                        "mutable": "null",
100257                        "readable": true,
100258                        "type": "gboolean",
100259                        "writable": false
100260                    },
100261                    "fv-1": {
100262                        "blurb": "Filter visibility 1",
100263                        "conditionally-available": false,
100264                        "construct": false,
100265                        "construct-only": false,
100266                        "controllable": true,
100267                        "default": "false",
100268                        "mutable": "null",
100269                        "readable": true,
100270                        "type": "gboolean",
100271                        "writable": false
100272                    },
100273                    "fv-10": {
100274                        "blurb": "Filter visibility 10",
100275                        "conditionally-available": false,
100276                        "construct": false,
100277                        "construct-only": false,
100278                        "controllable": true,
100279                        "default": "false",
100280                        "mutable": "null",
100281                        "readable": true,
100282                        "type": "gboolean",
100283                        "writable": false
100284                    },
100285                    "fv-11": {
100286                        "blurb": "Filter visibility 11",
100287                        "conditionally-available": false,
100288                        "construct": false,
100289                        "construct-only": false,
100290                        "controllable": true,
100291                        "default": "false",
100292                        "mutable": "null",
100293                        "readable": true,
100294                        "type": "gboolean",
100295                        "writable": false
100296                    },
100297                    "fv-12": {
100298                        "blurb": "Filter visibility 12",
100299                        "conditionally-available": false,
100300                        "construct": false,
100301                        "construct-only": false,
100302                        "controllable": true,
100303                        "default": "false",
100304                        "mutable": "null",
100305                        "readable": true,
100306                        "type": "gboolean",
100307                        "writable": false
100308                    },
100309                    "fv-13": {
100310                        "blurb": "Filter visibility 13",
100311                        "conditionally-available": false,
100312                        "construct": false,
100313                        "construct-only": false,
100314                        "controllable": true,
100315                        "default": "false",
100316                        "mutable": "null",
100317                        "readable": true,
100318                        "type": "gboolean",
100319                        "writable": false
100320                    },
100321                    "fv-14": {
100322                        "blurb": "Filter visibility 14",
100323                        "conditionally-available": false,
100324                        "construct": false,
100325                        "construct-only": false,
100326                        "controllable": true,
100327                        "default": "false",
100328                        "mutable": "null",
100329                        "readable": true,
100330                        "type": "gboolean",
100331                        "writable": false
100332                    },
100333                    "fv-15": {
100334                        "blurb": "Filter visibility 15",
100335                        "conditionally-available": false,
100336                        "construct": false,
100337                        "construct-only": false,
100338                        "controllable": true,
100339                        "default": "false",
100340                        "mutable": "null",
100341                        "readable": true,
100342                        "type": "gboolean",
100343                        "writable": false
100344                    },
100345                    "fv-2": {
100346                        "blurb": "Filter visibility 2",
100347                        "conditionally-available": false,
100348                        "construct": false,
100349                        "construct-only": false,
100350                        "controllable": true,
100351                        "default": "false",
100352                        "mutable": "null",
100353                        "readable": true,
100354                        "type": "gboolean",
100355                        "writable": false
100356                    },
100357                    "fv-3": {
100358                        "blurb": "Filter visibility 3",
100359                        "conditionally-available": false,
100360                        "construct": false,
100361                        "construct-only": false,
100362                        "controllable": true,
100363                        "default": "false",
100364                        "mutable": "null",
100365                        "readable": true,
100366                        "type": "gboolean",
100367                        "writable": false
100368                    },
100369                    "fv-4": {
100370                        "blurb": "Filter visibility 4",
100371                        "conditionally-available": false,
100372                        "construct": false,
100373                        "construct-only": false,
100374                        "controllable": true,
100375                        "default": "false",
100376                        "mutable": "null",
100377                        "readable": true,
100378                        "type": "gboolean",
100379                        "writable": false
100380                    },
100381                    "fv-5": {
100382                        "blurb": "Filter visibility 5",
100383                        "conditionally-available": false,
100384                        "construct": false,
100385                        "construct-only": false,
100386                        "controllable": true,
100387                        "default": "false",
100388                        "mutable": "null",
100389                        "readable": true,
100390                        "type": "gboolean",
100391                        "writable": false
100392                    },
100393                    "fv-6": {
100394                        "blurb": "Filter visibility 6",
100395                        "conditionally-available": false,
100396                        "construct": false,
100397                        "construct-only": false,
100398                        "controllable": true,
100399                        "default": "false",
100400                        "mutable": "null",
100401                        "readable": true,
100402                        "type": "gboolean",
100403                        "writable": false
100404                    },
100405                    "fv-7": {
100406                        "blurb": "Filter visibility 7",
100407                        "conditionally-available": false,
100408                        "construct": false,
100409                        "construct-only": false,
100410                        "controllable": true,
100411                        "default": "false",
100412                        "mutable": "null",
100413                        "readable": true,
100414                        "type": "gboolean",
100415                        "writable": false
100416                    },
100417                    "fv-8": {
100418                        "blurb": "Filter visibility 8",
100419                        "conditionally-available": false,
100420                        "construct": false,
100421                        "construct-only": false,
100422                        "controllable": true,
100423                        "default": "false",
100424                        "mutable": "null",
100425                        "readable": true,
100426                        "type": "gboolean",
100427                        "writable": false
100428                    },
100429                    "fv-9": {
100430                        "blurb": "Filter visibility 9",
100431                        "conditionally-available": false,
100432                        "construct": false,
100433                        "construct-only": false,
100434                        "controllable": true,
100435                        "default": "false",
100436                        "mutable": "null",
100437                        "readable": true,
100438                        "type": "gboolean",
100439                        "writable": false
100440                    },
100441                    "g-0": {
100442                        "blurb": "Gain 0",
100443                        "conditionally-available": false,
100444                        "construct": true,
100445                        "construct-only": false,
100446                        "controllable": true,
100447                        "default": "1",
100448                        "max": "63.0957",
100449                        "min": "0.01585",
100450                        "mutable": "null",
100451                        "readable": true,
100452                        "type": "gfloat",
100453                        "writable": true
100454                    },
100455                    "g-1": {
100456                        "blurb": "Gain 1",
100457                        "conditionally-available": false,
100458                        "construct": true,
100459                        "construct-only": false,
100460                        "controllable": true,
100461                        "default": "1",
100462                        "max": "63.0957",
100463                        "min": "0.01585",
100464                        "mutable": "null",
100465                        "readable": true,
100466                        "type": "gfloat",
100467                        "writable": true
100468                    },
100469                    "g-10": {
100470                        "blurb": "Gain 10",
100471                        "conditionally-available": false,
100472                        "construct": true,
100473                        "construct-only": false,
100474                        "controllable": true,
100475                        "default": "1",
100476                        "max": "63.0957",
100477                        "min": "0.01585",
100478                        "mutable": "null",
100479                        "readable": true,
100480                        "type": "gfloat",
100481                        "writable": true
100482                    },
100483                    "g-11": {
100484                        "blurb": "Gain 11",
100485                        "conditionally-available": false,
100486                        "construct": true,
100487                        "construct-only": false,
100488                        "controllable": true,
100489                        "default": "1",
100490                        "max": "63.0957",
100491                        "min": "0.01585",
100492                        "mutable": "null",
100493                        "readable": true,
100494                        "type": "gfloat",
100495                        "writable": true
100496                    },
100497                    "g-12": {
100498                        "blurb": "Gain 12",
100499                        "conditionally-available": false,
100500                        "construct": true,
100501                        "construct-only": false,
100502                        "controllable": true,
100503                        "default": "1",
100504                        "max": "63.0957",
100505                        "min": "0.01585",
100506                        "mutable": "null",
100507                        "readable": true,
100508                        "type": "gfloat",
100509                        "writable": true
100510                    },
100511                    "g-13": {
100512                        "blurb": "Gain 13",
100513                        "conditionally-available": false,
100514                        "construct": true,
100515                        "construct-only": false,
100516                        "controllable": true,
100517                        "default": "1",
100518                        "max": "63.0957",
100519                        "min": "0.01585",
100520                        "mutable": "null",
100521                        "readable": true,
100522                        "type": "gfloat",
100523                        "writable": true
100524                    },
100525                    "g-14": {
100526                        "blurb": "Gain 14",
100527                        "conditionally-available": false,
100528                        "construct": true,
100529                        "construct-only": false,
100530                        "controllable": true,
100531                        "default": "1",
100532                        "max": "63.0957",
100533                        "min": "0.01585",
100534                        "mutable": "null",
100535                        "readable": true,
100536                        "type": "gfloat",
100537                        "writable": true
100538                    },
100539                    "g-15": {
100540                        "blurb": "Gain 15",
100541                        "conditionally-available": false,
100542                        "construct": true,
100543                        "construct-only": false,
100544                        "controllable": true,
100545                        "default": "1",
100546                        "max": "63.0957",
100547                        "min": "0.01585",
100548                        "mutable": "null",
100549                        "readable": true,
100550                        "type": "gfloat",
100551                        "writable": true
100552                    },
100553                    "g-2": {
100554                        "blurb": "Gain 2",
100555                        "conditionally-available": false,
100556                        "construct": true,
100557                        "construct-only": false,
100558                        "controllable": true,
100559                        "default": "1",
100560                        "max": "63.0957",
100561                        "min": "0.01585",
100562                        "mutable": "null",
100563                        "readable": true,
100564                        "type": "gfloat",
100565                        "writable": true
100566                    },
100567                    "g-3": {
100568                        "blurb": "Gain 3",
100569                        "conditionally-available": false,
100570                        "construct": true,
100571                        "construct-only": false,
100572                        "controllable": true,
100573                        "default": "1",
100574                        "max": "63.0957",
100575                        "min": "0.01585",
100576                        "mutable": "null",
100577                        "readable": true,
100578                        "type": "gfloat",
100579                        "writable": true
100580                    },
100581                    "g-4": {
100582                        "blurb": "Gain 4",
100583                        "conditionally-available": false,
100584                        "construct": true,
100585                        "construct-only": false,
100586                        "controllable": true,
100587                        "default": "1",
100588                        "max": "63.0957",
100589                        "min": "0.01585",
100590                        "mutable": "null",
100591                        "readable": true,
100592                        "type": "gfloat",
100593                        "writable": true
100594                    },
100595                    "g-5": {
100596                        "blurb": "Gain 5",
100597                        "conditionally-available": false,
100598                        "construct": true,
100599                        "construct-only": false,
100600                        "controllable": true,
100601                        "default": "1",
100602                        "max": "63.0957",
100603                        "min": "0.01585",
100604                        "mutable": "null",
100605                        "readable": true,
100606                        "type": "gfloat",
100607                        "writable": true
100608                    },
100609                    "g-6": {
100610                        "blurb": "Gain 6",
100611                        "conditionally-available": false,
100612                        "construct": true,
100613                        "construct-only": false,
100614                        "controllable": true,
100615                        "default": "1",
100616                        "max": "63.0957",
100617                        "min": "0.01585",
100618                        "mutable": "null",
100619                        "readable": true,
100620                        "type": "gfloat",
100621                        "writable": true
100622                    },
100623                    "g-7": {
100624                        "blurb": "Gain 7",
100625                        "conditionally-available": false,
100626                        "construct": true,
100627                        "construct-only": false,
100628                        "controllable": true,
100629                        "default": "1",
100630                        "max": "63.0957",
100631                        "min": "0.01585",
100632                        "mutable": "null",
100633                        "readable": true,
100634                        "type": "gfloat",
100635                        "writable": true
100636                    },
100637                    "g-8": {
100638                        "blurb": "Gain 8",
100639                        "conditionally-available": false,
100640                        "construct": true,
100641                        "construct-only": false,
100642                        "controllable": true,
100643                        "default": "1",
100644                        "max": "63.0957",
100645                        "min": "0.01585",
100646                        "mutable": "null",
100647                        "readable": true,
100648                        "type": "gfloat",
100649                        "writable": true
100650                    },
100651                    "g-9": {
100652                        "blurb": "Gain 9",
100653                        "conditionally-available": false,
100654                        "construct": true,
100655                        "construct-only": false,
100656                        "controllable": true,
100657                        "default": "1",
100658                        "max": "63.0957",
100659                        "min": "0.01585",
100660                        "mutable": "null",
100661                        "readable": true,
100662                        "type": "gfloat",
100663                        "writable": true
100664                    },
100665                    "g-in": {
100666                        "blurb": "Input gain",
100667                        "conditionally-available": false,
100668                        "construct": true,
100669                        "construct-only": false,
100670                        "controllable": true,
100671                        "default": "1",
100672                        "max": "10",
100673                        "min": "0",
100674                        "mutable": "null",
100675                        "readable": true,
100676                        "type": "gfloat",
100677                        "writable": true
100678                    },
100679                    "g-out": {
100680                        "blurb": "Output gain",
100681                        "conditionally-available": false,
100682                        "construct": true,
100683                        "construct-only": false,
100684                        "controllable": true,
100685                        "default": "1",
100686                        "max": "10",
100687                        "min": "0",
100688                        "mutable": "null",
100689                        "readable": true,
100690                        "type": "gfloat",
100691                        "writable": true
100692                    },
100693                    "hue-0": {
100694                        "blurb": "Hue 0",
100695                        "conditionally-available": false,
100696                        "construct": true,
100697                        "construct-only": false,
100698                        "controllable": true,
100699                        "default": "0",
100700                        "max": "1",
100701                        "min": "0",
100702                        "mutable": "null",
100703                        "readable": true,
100704                        "type": "gfloat",
100705                        "writable": true
100706                    },
100707                    "hue-1": {
100708                        "blurb": "Hue 1",
100709                        "conditionally-available": false,
100710                        "construct": true,
100711                        "construct-only": false,
100712                        "controllable": true,
100713                        "default": "0.0625",
100714                        "max": "1",
100715                        "min": "0",
100716                        "mutable": "null",
100717                        "readable": true,
100718                        "type": "gfloat",
100719                        "writable": true
100720                    },
100721                    "hue-10": {
100722                        "blurb": "Hue 10",
100723                        "conditionally-available": false,
100724                        "construct": true,
100725                        "construct-only": false,
100726                        "controllable": true,
100727                        "default": "0.625",
100728                        "max": "1",
100729                        "min": "0",
100730                        "mutable": "null",
100731                        "readable": true,
100732                        "type": "gfloat",
100733                        "writable": true
100734                    },
100735                    "hue-11": {
100736                        "blurb": "Hue 11",
100737                        "conditionally-available": false,
100738                        "construct": true,
100739                        "construct-only": false,
100740                        "controllable": true,
100741                        "default": "0.6875",
100742                        "max": "1",
100743                        "min": "0",
100744                        "mutable": "null",
100745                        "readable": true,
100746                        "type": "gfloat",
100747                        "writable": true
100748                    },
100749                    "hue-12": {
100750                        "blurb": "Hue 12",
100751                        "conditionally-available": false,
100752                        "construct": true,
100753                        "construct-only": false,
100754                        "controllable": true,
100755                        "default": "0.75",
100756                        "max": "1",
100757                        "min": "0",
100758                        "mutable": "null",
100759                        "readable": true,
100760                        "type": "gfloat",
100761                        "writable": true
100762                    },
100763                    "hue-13": {
100764                        "blurb": "Hue 13",
100765                        "conditionally-available": false,
100766                        "construct": true,
100767                        "construct-only": false,
100768                        "controllable": true,
100769                        "default": "0.8125",
100770                        "max": "1",
100771                        "min": "0",
100772                        "mutable": "null",
100773                        "readable": true,
100774                        "type": "gfloat",
100775                        "writable": true
100776                    },
100777                    "hue-14": {
100778                        "blurb": "Hue 14",
100779                        "conditionally-available": false,
100780                        "construct": true,
100781                        "construct-only": false,
100782                        "controllable": true,
100783                        "default": "0.875",
100784                        "max": "1",
100785                        "min": "0",
100786                        "mutable": "null",
100787                        "readable": true,
100788                        "type": "gfloat",
100789                        "writable": true
100790                    },
100791                    "hue-15": {
100792                        "blurb": "Hue 15",
100793                        "conditionally-available": false,
100794                        "construct": true,
100795                        "construct-only": false,
100796                        "controllable": true,
100797                        "default": "0.9375",
100798                        "max": "1",
100799                        "min": "0",
100800                        "mutable": "null",
100801                        "readable": true,
100802                        "type": "gfloat",
100803                        "writable": true
100804                    },
100805                    "hue-2": {
100806                        "blurb": "Hue 2",
100807                        "conditionally-available": false,
100808                        "construct": true,
100809                        "construct-only": false,
100810                        "controllable": true,
100811                        "default": "0.125",
100812                        "max": "1",
100813                        "min": "0",
100814                        "mutable": "null",
100815                        "readable": true,
100816                        "type": "gfloat",
100817                        "writable": true
100818                    },
100819                    "hue-3": {
100820                        "blurb": "Hue 3",
100821                        "conditionally-available": false,
100822                        "construct": true,
100823                        "construct-only": false,
100824                        "controllable": true,
100825                        "default": "0.1875",
100826                        "max": "1",
100827                        "min": "0",
100828                        "mutable": "null",
100829                        "readable": true,
100830                        "type": "gfloat",
100831                        "writable": true
100832                    },
100833                    "hue-4": {
100834                        "blurb": "Hue 4",
100835                        "conditionally-available": false,
100836                        "construct": true,
100837                        "construct-only": false,
100838                        "controllable": true,
100839                        "default": "0.25",
100840                        "max": "1",
100841                        "min": "0",
100842                        "mutable": "null",
100843                        "readable": true,
100844                        "type": "gfloat",
100845                        "writable": true
100846                    },
100847                    "hue-5": {
100848                        "blurb": "Hue 5",
100849                        "conditionally-available": false,
100850                        "construct": true,
100851                        "construct-only": false,
100852                        "controllable": true,
100853                        "default": "0.3125",
100854                        "max": "1",
100855                        "min": "0",
100856                        "mutable": "null",
100857                        "readable": true,
100858                        "type": "gfloat",
100859                        "writable": true
100860                    },
100861                    "hue-6": {
100862                        "blurb": "Hue 6",
100863                        "conditionally-available": false,
100864                        "construct": true,
100865                        "construct-only": false,
100866                        "controllable": true,
100867                        "default": "0.375",
100868                        "max": "1",
100869                        "min": "0",
100870                        "mutable": "null",
100871                        "readable": true,
100872                        "type": "gfloat",
100873                        "writable": true
100874                    },
100875                    "hue-7": {
100876                        "blurb": "Hue 7",
100877                        "conditionally-available": false,
100878                        "construct": true,
100879                        "construct-only": false,
100880                        "controllable": true,
100881                        "default": "0.4375",
100882                        "max": "1",
100883                        "min": "0",
100884                        "mutable": "null",
100885                        "readable": true,
100886                        "type": "gfloat",
100887                        "writable": true
100888                    },
100889                    "hue-8": {
100890                        "blurb": "Hue 8",
100891                        "conditionally-available": false,
100892                        "construct": true,
100893                        "construct-only": false,
100894                        "controllable": true,
100895                        "default": "0.5",
100896                        "max": "1",
100897                        "min": "0",
100898                        "mutable": "null",
100899                        "readable": true,
100900                        "type": "gfloat",
100901                        "writable": true
100902                    },
100903                    "hue-9": {
100904                        "blurb": "Hue 9",
100905                        "conditionally-available": false,
100906                        "construct": true,
100907                        "construct-only": false,
100908                        "controllable": true,
100909                        "default": "0.5625",
100910                        "max": "1",
100911                        "min": "0",
100912                        "mutable": "null",
100913                        "readable": true,
100914                        "type": "gfloat",
100915                        "writable": true
100916                    },
100917                    "im": {
100918                        "blurb": "Input signal meter",
100919                        "conditionally-available": false,
100920                        "construct": false,
100921                        "construct-only": false,
100922                        "controllable": true,
100923                        "default": "0",
100924                        "max": "3.98107",
100925                        "min": "0",
100926                        "mutable": "null",
100927                        "readable": true,
100928                        "type": "gfloat",
100929                        "writable": false
100930                    },
100931                    "mode": {
100932                        "blurb": "Equalizer mode",
100933                        "conditionally-available": false,
100934                        "construct": true,
100935                        "construct-only": false,
100936                        "controllable": true,
100937                        "default": "IIR (0)",
100938                        "mutable": "null",
100939                        "readable": true,
100940                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monomode",
100941                        "writable": true
100942                    },
100943                    "out-latency": {
100944                        "blurb": "Latency OUT",
100945                        "conditionally-available": false,
100946                        "construct": false,
100947                        "construct-only": false,
100948                        "controllable": true,
100949                        "default": "0",
100950                        "max": "192000",
100951                        "min": "0",
100952                        "mutable": "null",
100953                        "readable": true,
100954                        "type": "gint",
100955                        "writable": false
100956                    },
100957                    "q-0": {
100958                        "blurb": "Quality factor 0",
100959                        "conditionally-available": false,
100960                        "construct": true,
100961                        "construct-only": false,
100962                        "controllable": true,
100963                        "default": "0",
100964                        "max": "100",
100965                        "min": "0",
100966                        "mutable": "null",
100967                        "readable": true,
100968                        "type": "gfloat",
100969                        "writable": true
100970                    },
100971                    "q-1": {
100972                        "blurb": "Quality factor 1",
100973                        "conditionally-available": false,
100974                        "construct": true,
100975                        "construct-only": false,
100976                        "controllable": true,
100977                        "default": "0",
100978                        "max": "100",
100979                        "min": "0",
100980                        "mutable": "null",
100981                        "readable": true,
100982                        "type": "gfloat",
100983                        "writable": true
100984                    },
100985                    "q-10": {
100986                        "blurb": "Quality factor 10",
100987                        "conditionally-available": false,
100988                        "construct": true,
100989                        "construct-only": false,
100990                        "controllable": true,
100991                        "default": "0",
100992                        "max": "100",
100993                        "min": "0",
100994                        "mutable": "null",
100995                        "readable": true,
100996                        "type": "gfloat",
100997                        "writable": true
100998                    },
100999                    "q-11": {
101000                        "blurb": "Quality factor 11",
101001                        "conditionally-available": false,
101002                        "construct": true,
101003                        "construct-only": false,
101004                        "controllable": true,
101005                        "default": "0",
101006                        "max": "100",
101007                        "min": "0",
101008                        "mutable": "null",
101009                        "readable": true,
101010                        "type": "gfloat",
101011                        "writable": true
101012                    },
101013                    "q-12": {
101014                        "blurb": "Quality factor 12",
101015                        "conditionally-available": false,
101016                        "construct": true,
101017                        "construct-only": false,
101018                        "controllable": true,
101019                        "default": "0",
101020                        "max": "100",
101021                        "min": "0",
101022                        "mutable": "null",
101023                        "readable": true,
101024                        "type": "gfloat",
101025                        "writable": true
101026                    },
101027                    "q-13": {
101028                        "blurb": "Quality factor 13",
101029                        "conditionally-available": false,
101030                        "construct": true,
101031                        "construct-only": false,
101032                        "controllable": true,
101033                        "default": "0",
101034                        "max": "100",
101035                        "min": "0",
101036                        "mutable": "null",
101037                        "readable": true,
101038                        "type": "gfloat",
101039                        "writable": true
101040                    },
101041                    "q-14": {
101042                        "blurb": "Quality factor 14",
101043                        "conditionally-available": false,
101044                        "construct": true,
101045                        "construct-only": false,
101046                        "controllable": true,
101047                        "default": "0",
101048                        "max": "100",
101049                        "min": "0",
101050                        "mutable": "null",
101051                        "readable": true,
101052                        "type": "gfloat",
101053                        "writable": true
101054                    },
101055                    "q-15": {
101056                        "blurb": "Quality factor 15",
101057                        "conditionally-available": false,
101058                        "construct": true,
101059                        "construct-only": false,
101060                        "controllable": true,
101061                        "default": "0",
101062                        "max": "100",
101063                        "min": "0",
101064                        "mutable": "null",
101065                        "readable": true,
101066                        "type": "gfloat",
101067                        "writable": true
101068                    },
101069                    "q-2": {
101070                        "blurb": "Quality factor 2",
101071                        "conditionally-available": false,
101072                        "construct": true,
101073                        "construct-only": false,
101074                        "controllable": true,
101075                        "default": "0",
101076                        "max": "100",
101077                        "min": "0",
101078                        "mutable": "null",
101079                        "readable": true,
101080                        "type": "gfloat",
101081                        "writable": true
101082                    },
101083                    "q-3": {
101084                        "blurb": "Quality factor 3",
101085                        "conditionally-available": false,
101086                        "construct": true,
101087                        "construct-only": false,
101088                        "controllable": true,
101089                        "default": "0",
101090                        "max": "100",
101091                        "min": "0",
101092                        "mutable": "null",
101093                        "readable": true,
101094                        "type": "gfloat",
101095                        "writable": true
101096                    },
101097                    "q-4": {
101098                        "blurb": "Quality factor 4",
101099                        "conditionally-available": false,
101100                        "construct": true,
101101                        "construct-only": false,
101102                        "controllable": true,
101103                        "default": "0",
101104                        "max": "100",
101105                        "min": "0",
101106                        "mutable": "null",
101107                        "readable": true,
101108                        "type": "gfloat",
101109                        "writable": true
101110                    },
101111                    "q-5": {
101112                        "blurb": "Quality factor 5",
101113                        "conditionally-available": false,
101114                        "construct": true,
101115                        "construct-only": false,
101116                        "controllable": true,
101117                        "default": "0",
101118                        "max": "100",
101119                        "min": "0",
101120                        "mutable": "null",
101121                        "readable": true,
101122                        "type": "gfloat",
101123                        "writable": true
101124                    },
101125                    "q-6": {
101126                        "blurb": "Quality factor 6",
101127                        "conditionally-available": false,
101128                        "construct": true,
101129                        "construct-only": false,
101130                        "controllable": true,
101131                        "default": "0",
101132                        "max": "100",
101133                        "min": "0",
101134                        "mutable": "null",
101135                        "readable": true,
101136                        "type": "gfloat",
101137                        "writable": true
101138                    },
101139                    "q-7": {
101140                        "blurb": "Quality factor 7",
101141                        "conditionally-available": false,
101142                        "construct": true,
101143                        "construct-only": false,
101144                        "controllable": true,
101145                        "default": "0",
101146                        "max": "100",
101147                        "min": "0",
101148                        "mutable": "null",
101149                        "readable": true,
101150                        "type": "gfloat",
101151                        "writable": true
101152                    },
101153                    "q-8": {
101154                        "blurb": "Quality factor 8",
101155                        "conditionally-available": false,
101156                        "construct": true,
101157                        "construct-only": false,
101158                        "controllable": true,
101159                        "default": "0",
101160                        "max": "100",
101161                        "min": "0",
101162                        "mutable": "null",
101163                        "readable": true,
101164                        "type": "gfloat",
101165                        "writable": true
101166                    },
101167                    "q-9": {
101168                        "blurb": "Quality factor 9",
101169                        "conditionally-available": false,
101170                        "construct": true,
101171                        "construct-only": false,
101172                        "controllable": true,
101173                        "default": "0",
101174                        "max": "100",
101175                        "min": "0",
101176                        "mutable": "null",
101177                        "readable": true,
101178                        "type": "gfloat",
101179                        "writable": true
101180                    },
101181                    "react": {
101182                        "blurb": "FFT reactivity",
101183                        "conditionally-available": false,
101184                        "construct": true,
101185                        "construct-only": false,
101186                        "controllable": true,
101187                        "default": "0.2",
101188                        "max": "1",
101189                        "min": "0",
101190                        "mutable": "null",
101191                        "readable": true,
101192                        "type": "gfloat",
101193                        "writable": true
101194                    },
101195                    "s-0": {
101196                        "blurb": "Filter slope 0",
101197                        "conditionally-available": false,
101198                        "construct": true,
101199                        "construct-only": false,
101200                        "controllable": true,
101201                        "default": "x1 (0)",
101202                        "mutable": "null",
101203                        "readable": true,
101204                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-0",
101205                        "writable": true
101206                    },
101207                    "s-1": {
101208                        "blurb": "Filter slope 1",
101209                        "conditionally-available": false,
101210                        "construct": true,
101211                        "construct-only": false,
101212                        "controllable": true,
101213                        "default": "x1 (0)",
101214                        "mutable": "null",
101215                        "readable": true,
101216                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-1",
101217                        "writable": true
101218                    },
101219                    "s-10": {
101220                        "blurb": "Filter slope 10",
101221                        "conditionally-available": false,
101222                        "construct": true,
101223                        "construct-only": false,
101224                        "controllable": true,
101225                        "default": "x1 (0)",
101226                        "mutable": "null",
101227                        "readable": true,
101228                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-10",
101229                        "writable": true
101230                    },
101231                    "s-11": {
101232                        "blurb": "Filter slope 11",
101233                        "conditionally-available": false,
101234                        "construct": true,
101235                        "construct-only": false,
101236                        "controllable": true,
101237                        "default": "x1 (0)",
101238                        "mutable": "null",
101239                        "readable": true,
101240                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-11",
101241                        "writable": true
101242                    },
101243                    "s-12": {
101244                        "blurb": "Filter slope 12",
101245                        "conditionally-available": false,
101246                        "construct": true,
101247                        "construct-only": false,
101248                        "controllable": true,
101249                        "default": "x1 (0)",
101250                        "mutable": "null",
101251                        "readable": true,
101252                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-12",
101253                        "writable": true
101254                    },
101255                    "s-13": {
101256                        "blurb": "Filter slope 13",
101257                        "conditionally-available": false,
101258                        "construct": true,
101259                        "construct-only": false,
101260                        "controllable": true,
101261                        "default": "x1 (0)",
101262                        "mutable": "null",
101263                        "readable": true,
101264                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-13",
101265                        "writable": true
101266                    },
101267                    "s-14": {
101268                        "blurb": "Filter slope 14",
101269                        "conditionally-available": false,
101270                        "construct": true,
101271                        "construct-only": false,
101272                        "controllable": true,
101273                        "default": "x1 (0)",
101274                        "mutable": "null",
101275                        "readable": true,
101276                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-14",
101277                        "writable": true
101278                    },
101279                    "s-15": {
101280                        "blurb": "Filter slope 15",
101281                        "conditionally-available": false,
101282                        "construct": true,
101283                        "construct-only": false,
101284                        "controllable": true,
101285                        "default": "x1 (0)",
101286                        "mutable": "null",
101287                        "readable": true,
101288                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-15",
101289                        "writable": true
101290                    },
101291                    "s-2": {
101292                        "blurb": "Filter slope 2",
101293                        "conditionally-available": false,
101294                        "construct": true,
101295                        "construct-only": false,
101296                        "controllable": true,
101297                        "default": "x1 (0)",
101298                        "mutable": "null",
101299                        "readable": true,
101300                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-2",
101301                        "writable": true
101302                    },
101303                    "s-3": {
101304                        "blurb": "Filter slope 3",
101305                        "conditionally-available": false,
101306                        "construct": true,
101307                        "construct-only": false,
101308                        "controllable": true,
101309                        "default": "x1 (0)",
101310                        "mutable": "null",
101311                        "readable": true,
101312                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-3",
101313                        "writable": true
101314                    },
101315                    "s-4": {
101316                        "blurb": "Filter slope 4",
101317                        "conditionally-available": false,
101318                        "construct": true,
101319                        "construct-only": false,
101320                        "controllable": true,
101321                        "default": "x1 (0)",
101322                        "mutable": "null",
101323                        "readable": true,
101324                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-4",
101325                        "writable": true
101326                    },
101327                    "s-5": {
101328                        "blurb": "Filter slope 5",
101329                        "conditionally-available": false,
101330                        "construct": true,
101331                        "construct-only": false,
101332                        "controllable": true,
101333                        "default": "x1 (0)",
101334                        "mutable": "null",
101335                        "readable": true,
101336                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-5",
101337                        "writable": true
101338                    },
101339                    "s-6": {
101340                        "blurb": "Filter slope 6",
101341                        "conditionally-available": false,
101342                        "construct": true,
101343                        "construct-only": false,
101344                        "controllable": true,
101345                        "default": "x1 (0)",
101346                        "mutable": "null",
101347                        "readable": true,
101348                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-6",
101349                        "writable": true
101350                    },
101351                    "s-7": {
101352                        "blurb": "Filter slope 7",
101353                        "conditionally-available": false,
101354                        "construct": true,
101355                        "construct-only": false,
101356                        "controllable": true,
101357                        "default": "x1 (0)",
101358                        "mutable": "null",
101359                        "readable": true,
101360                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-7",
101361                        "writable": true
101362                    },
101363                    "s-8": {
101364                        "blurb": "Filter slope 8",
101365                        "conditionally-available": false,
101366                        "construct": true,
101367                        "construct-only": false,
101368                        "controllable": true,
101369                        "default": "x1 (0)",
101370                        "mutable": "null",
101371                        "readable": true,
101372                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-8",
101373                        "writable": true
101374                    },
101375                    "s-9": {
101376                        "blurb": "Filter slope 9",
101377                        "conditionally-available": false,
101378                        "construct": true,
101379                        "construct-only": false,
101380                        "controllable": true,
101381                        "default": "x1 (0)",
101382                        "mutable": "null",
101383                        "readable": true,
101384                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-9",
101385                        "writable": true
101386                    },
101387                    "shift": {
101388                        "blurb": "Shift gain",
101389                        "conditionally-available": false,
101390                        "construct": true,
101391                        "construct-only": false,
101392                        "controllable": true,
101393                        "default": "1",
101394                        "max": "100",
101395                        "min": "0",
101396                        "mutable": "null",
101397                        "readable": true,
101398                        "type": "gfloat",
101399                        "writable": true
101400                    },
101401                    "sm": {
101402                        "blurb": "Output signal meter",
101403                        "conditionally-available": false,
101404                        "construct": false,
101405                        "construct-only": false,
101406                        "controllable": true,
101407                        "default": "0",
101408                        "max": "3.98107",
101409                        "min": "0",
101410                        "mutable": "null",
101411                        "readable": true,
101412                        "type": "gfloat",
101413                        "writable": false
101414                    },
101415                    "xm-0": {
101416                        "blurb": "Filter mute 0",
101417                        "conditionally-available": false,
101418                        "construct": true,
101419                        "construct-only": false,
101420                        "controllable": true,
101421                        "default": "false",
101422                        "mutable": "null",
101423                        "readable": true,
101424                        "type": "gboolean",
101425                        "writable": true
101426                    },
101427                    "xm-1": {
101428                        "blurb": "Filter mute 1",
101429                        "conditionally-available": false,
101430                        "construct": true,
101431                        "construct-only": false,
101432                        "controllable": true,
101433                        "default": "false",
101434                        "mutable": "null",
101435                        "readable": true,
101436                        "type": "gboolean",
101437                        "writable": true
101438                    },
101439                    "xm-10": {
101440                        "blurb": "Filter mute 10",
101441                        "conditionally-available": false,
101442                        "construct": true,
101443                        "construct-only": false,
101444                        "controllable": true,
101445                        "default": "false",
101446                        "mutable": "null",
101447                        "readable": true,
101448                        "type": "gboolean",
101449                        "writable": true
101450                    },
101451                    "xm-11": {
101452                        "blurb": "Filter mute 11",
101453                        "conditionally-available": false,
101454                        "construct": true,
101455                        "construct-only": false,
101456                        "controllable": true,
101457                        "default": "false",
101458                        "mutable": "null",
101459                        "readable": true,
101460                        "type": "gboolean",
101461                        "writable": true
101462                    },
101463                    "xm-12": {
101464                        "blurb": "Filter mute 12",
101465                        "conditionally-available": false,
101466                        "construct": true,
101467                        "construct-only": false,
101468                        "controllable": true,
101469                        "default": "false",
101470                        "mutable": "null",
101471                        "readable": true,
101472                        "type": "gboolean",
101473                        "writable": true
101474                    },
101475                    "xm-13": {
101476                        "blurb": "Filter mute 13",
101477                        "conditionally-available": false,
101478                        "construct": true,
101479                        "construct-only": false,
101480                        "controllable": true,
101481                        "default": "false",
101482                        "mutable": "null",
101483                        "readable": true,
101484                        "type": "gboolean",
101485                        "writable": true
101486                    },
101487                    "xm-14": {
101488                        "blurb": "Filter mute 14",
101489                        "conditionally-available": false,
101490                        "construct": true,
101491                        "construct-only": false,
101492                        "controllable": true,
101493                        "default": "false",
101494                        "mutable": "null",
101495                        "readable": true,
101496                        "type": "gboolean",
101497                        "writable": true
101498                    },
101499                    "xm-15": {
101500                        "blurb": "Filter mute 15",
101501                        "conditionally-available": false,
101502                        "construct": true,
101503                        "construct-only": false,
101504                        "controllable": true,
101505                        "default": "false",
101506                        "mutable": "null",
101507                        "readable": true,
101508                        "type": "gboolean",
101509                        "writable": true
101510                    },
101511                    "xm-2": {
101512                        "blurb": "Filter mute 2",
101513                        "conditionally-available": false,
101514                        "construct": true,
101515                        "construct-only": false,
101516                        "controllable": true,
101517                        "default": "false",
101518                        "mutable": "null",
101519                        "readable": true,
101520                        "type": "gboolean",
101521                        "writable": true
101522                    },
101523                    "xm-3": {
101524                        "blurb": "Filter mute 3",
101525                        "conditionally-available": false,
101526                        "construct": true,
101527                        "construct-only": false,
101528                        "controllable": true,
101529                        "default": "false",
101530                        "mutable": "null",
101531                        "readable": true,
101532                        "type": "gboolean",
101533                        "writable": true
101534                    },
101535                    "xm-4": {
101536                        "blurb": "Filter mute 4",
101537                        "conditionally-available": false,
101538                        "construct": true,
101539                        "construct-only": false,
101540                        "controllable": true,
101541                        "default": "false",
101542                        "mutable": "null",
101543                        "readable": true,
101544                        "type": "gboolean",
101545                        "writable": true
101546                    },
101547                    "xm-5": {
101548                        "blurb": "Filter mute 5",
101549                        "conditionally-available": false,
101550                        "construct": true,
101551                        "construct-only": false,
101552                        "controllable": true,
101553                        "default": "false",
101554                        "mutable": "null",
101555                        "readable": true,
101556                        "type": "gboolean",
101557                        "writable": true
101558                    },
101559                    "xm-6": {
101560                        "blurb": "Filter mute 6",
101561                        "conditionally-available": false,
101562                        "construct": true,
101563                        "construct-only": false,
101564                        "controllable": true,
101565                        "default": "false",
101566                        "mutable": "null",
101567                        "readable": true,
101568                        "type": "gboolean",
101569                        "writable": true
101570                    },
101571                    "xm-7": {
101572                        "blurb": "Filter mute 7",
101573                        "conditionally-available": false,
101574                        "construct": true,
101575                        "construct-only": false,
101576                        "controllable": true,
101577                        "default": "false",
101578                        "mutable": "null",
101579                        "readable": true,
101580                        "type": "gboolean",
101581                        "writable": true
101582                    },
101583                    "xm-8": {
101584                        "blurb": "Filter mute 8",
101585                        "conditionally-available": false,
101586                        "construct": true,
101587                        "construct-only": false,
101588                        "controllable": true,
101589                        "default": "false",
101590                        "mutable": "null",
101591                        "readable": true,
101592                        "type": "gboolean",
101593                        "writable": true
101594                    },
101595                    "xm-9": {
101596                        "blurb": "Filter mute 9",
101597                        "conditionally-available": false,
101598                        "construct": true,
101599                        "construct-only": false,
101600                        "controllable": true,
101601                        "default": "false",
101602                        "mutable": "null",
101603                        "readable": true,
101604                        "type": "gboolean",
101605                        "writable": true
101606                    },
101607                    "xs-0": {
101608                        "blurb": "Filter solo 0",
101609                        "conditionally-available": false,
101610                        "construct": true,
101611                        "construct-only": false,
101612                        "controllable": true,
101613                        "default": "false",
101614                        "mutable": "null",
101615                        "readable": true,
101616                        "type": "gboolean",
101617                        "writable": true
101618                    },
101619                    "xs-1": {
101620                        "blurb": "Filter solo 1",
101621                        "conditionally-available": false,
101622                        "construct": true,
101623                        "construct-only": false,
101624                        "controllable": true,
101625                        "default": "false",
101626                        "mutable": "null",
101627                        "readable": true,
101628                        "type": "gboolean",
101629                        "writable": true
101630                    },
101631                    "xs-10": {
101632                        "blurb": "Filter solo 10",
101633                        "conditionally-available": false,
101634                        "construct": true,
101635                        "construct-only": false,
101636                        "controllable": true,
101637                        "default": "false",
101638                        "mutable": "null",
101639                        "readable": true,
101640                        "type": "gboolean",
101641                        "writable": true
101642                    },
101643                    "xs-11": {
101644                        "blurb": "Filter solo 11",
101645                        "conditionally-available": false,
101646                        "construct": true,
101647                        "construct-only": false,
101648                        "controllable": true,
101649                        "default": "false",
101650                        "mutable": "null",
101651                        "readable": true,
101652                        "type": "gboolean",
101653                        "writable": true
101654                    },
101655                    "xs-12": {
101656                        "blurb": "Filter solo 12",
101657                        "conditionally-available": false,
101658                        "construct": true,
101659                        "construct-only": false,
101660                        "controllable": true,
101661                        "default": "false",
101662                        "mutable": "null",
101663                        "readable": true,
101664                        "type": "gboolean",
101665                        "writable": true
101666                    },
101667                    "xs-13": {
101668                        "blurb": "Filter solo 13",
101669                        "conditionally-available": false,
101670                        "construct": true,
101671                        "construct-only": false,
101672                        "controllable": true,
101673                        "default": "false",
101674                        "mutable": "null",
101675                        "readable": true,
101676                        "type": "gboolean",
101677                        "writable": true
101678                    },
101679                    "xs-14": {
101680                        "blurb": "Filter solo 14",
101681                        "conditionally-available": false,
101682                        "construct": true,
101683                        "construct-only": false,
101684                        "controllable": true,
101685                        "default": "false",
101686                        "mutable": "null",
101687                        "readable": true,
101688                        "type": "gboolean",
101689                        "writable": true
101690                    },
101691                    "xs-15": {
101692                        "blurb": "Filter solo 15",
101693                        "conditionally-available": false,
101694                        "construct": true,
101695                        "construct-only": false,
101696                        "controllable": true,
101697                        "default": "false",
101698                        "mutable": "null",
101699                        "readable": true,
101700                        "type": "gboolean",
101701                        "writable": true
101702                    },
101703                    "xs-2": {
101704                        "blurb": "Filter solo 2",
101705                        "conditionally-available": false,
101706                        "construct": true,
101707                        "construct-only": false,
101708                        "controllable": true,
101709                        "default": "false",
101710                        "mutable": "null",
101711                        "readable": true,
101712                        "type": "gboolean",
101713                        "writable": true
101714                    },
101715                    "xs-3": {
101716                        "blurb": "Filter solo 3",
101717                        "conditionally-available": false,
101718                        "construct": true,
101719                        "construct-only": false,
101720                        "controllable": true,
101721                        "default": "false",
101722                        "mutable": "null",
101723                        "readable": true,
101724                        "type": "gboolean",
101725                        "writable": true
101726                    },
101727                    "xs-4": {
101728                        "blurb": "Filter solo 4",
101729                        "conditionally-available": false,
101730                        "construct": true,
101731                        "construct-only": false,
101732                        "controllable": true,
101733                        "default": "false",
101734                        "mutable": "null",
101735                        "readable": true,
101736                        "type": "gboolean",
101737                        "writable": true
101738                    },
101739                    "xs-5": {
101740                        "blurb": "Filter solo 5",
101741                        "conditionally-available": false,
101742                        "construct": true,
101743                        "construct-only": false,
101744                        "controllable": true,
101745                        "default": "false",
101746                        "mutable": "null",
101747                        "readable": true,
101748                        "type": "gboolean",
101749                        "writable": true
101750                    },
101751                    "xs-6": {
101752                        "blurb": "Filter solo 6",
101753                        "conditionally-available": false,
101754                        "construct": true,
101755                        "construct-only": false,
101756                        "controllable": true,
101757                        "default": "false",
101758                        "mutable": "null",
101759                        "readable": true,
101760                        "type": "gboolean",
101761                        "writable": true
101762                    },
101763                    "xs-7": {
101764                        "blurb": "Filter solo 7",
101765                        "conditionally-available": false,
101766                        "construct": true,
101767                        "construct-only": false,
101768                        "controllable": true,
101769                        "default": "false",
101770                        "mutable": "null",
101771                        "readable": true,
101772                        "type": "gboolean",
101773                        "writable": true
101774                    },
101775                    "xs-8": {
101776                        "blurb": "Filter solo 8",
101777                        "conditionally-available": false,
101778                        "construct": true,
101779                        "construct-only": false,
101780                        "controllable": true,
101781                        "default": "false",
101782                        "mutable": "null",
101783                        "readable": true,
101784                        "type": "gboolean",
101785                        "writable": true
101786                    },
101787                    "xs-9": {
101788                        "blurb": "Filter solo 9",
101789                        "conditionally-available": false,
101790                        "construct": true,
101791                        "construct-only": false,
101792                        "controllable": true,
101793                        "default": "false",
101794                        "mutable": "null",
101795                        "readable": true,
101796                        "type": "gboolean",
101797                        "writable": true
101798                    },
101799                    "zoom": {
101800                        "blurb": "Graph zoom",
101801                        "conditionally-available": false,
101802                        "construct": true,
101803                        "construct-only": false,
101804                        "controllable": true,
101805                        "default": "1",
101806                        "max": "1",
101807                        "min": "0.01585",
101808                        "mutable": "null",
101809                        "readable": true,
101810                        "type": "gfloat",
101811                        "writable": true
101812                    }
101813                },
101814                "rank": "none"
101815            },
101816            "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms": {
101817                "author": "LSP LV2",
101818                "description": "LSP Parametric Equalizer x16 MidSide",
101819                "hierarchy": [
101820                    "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms",
101821                    "GstAudioFilter",
101822                    "GstBaseTransform",
101823                    "GstElement",
101824                    "GstObject",
101825                    "GInitiallyUnowned",
101826                    "GObject"
101827                ],
101828                "interfaces": [
101829                    "GstPreset"
101830                ],
101831                "klass": "Filter/Effect/Audio/LV2/Parametric",
101832                "long-name": "LSP Parametric Equalizer x16 MidSide",
101833                "pad-templates": {
101834                    "sink": {
101835                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
101836                        "direction": "sink",
101837                        "presence": "always"
101838                    },
101839                    "src": {
101840                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
101841                        "direction": "src",
101842                        "presence": "always"
101843                    }
101844                },
101845                "properties": {
101846                    "bal": {
101847                        "blurb": "Output balance",
101848                        "conditionally-available": false,
101849                        "construct": true,
101850                        "construct-only": false,
101851                        "controllable": true,
101852                        "default": "0",
101853                        "max": "100",
101854                        "min": "-100",
101855                        "mutable": "null",
101856                        "readable": true,
101857                        "type": "gfloat",
101858                        "writable": true
101859                    },
101860                    "bypass": {
101861                        "blurb": "Bypass",
101862                        "conditionally-available": false,
101863                        "construct": true,
101864                        "construct-only": false,
101865                        "controllable": true,
101866                        "default": "false",
101867                        "mutable": "null",
101868                        "readable": true,
101869                        "type": "gboolean",
101870                        "writable": true
101871                    },
101872                    "fft": {
101873                        "blurb": "FFT analysis",
101874                        "conditionally-available": false,
101875                        "construct": true,
101876                        "construct-only": false,
101877                        "controllable": true,
101878                        "default": "Off (0)",
101879                        "mutable": "null",
101880                        "readable": true,
101881                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfft",
101882                        "writable": true
101883                    },
101884                    "fftv-m": {
101885                        "blurb": "FFT visibility Mid",
101886                        "conditionally-available": false,
101887                        "construct": true,
101888                        "construct-only": false,
101889                        "controllable": true,
101890                        "default": "false",
101891                        "mutable": "null",
101892                        "readable": true,
101893                        "type": "gboolean",
101894                        "writable": true
101895                    },
101896                    "fftv-s": {
101897                        "blurb": "FFT visibility Side",
101898                        "conditionally-available": false,
101899                        "construct": true,
101900                        "construct-only": false,
101901                        "controllable": true,
101902                        "default": "false",
101903                        "mutable": "null",
101904                        "readable": true,
101905                        "type": "gboolean",
101906                        "writable": true
101907                    },
101908                    "fm-0": {
101909                        "blurb": "Frequency Mid 0",
101910                        "conditionally-available": false,
101911                        "construct": true,
101912                        "construct-only": false,
101913                        "controllable": true,
101914                        "default": "16",
101915                        "max": "24000",
101916                        "min": "10",
101917                        "mutable": "null",
101918                        "readable": true,
101919                        "type": "gfloat",
101920                        "writable": true
101921                    },
101922                    "fm-1": {
101923                        "blurb": "Frequency Mid 1",
101924                        "conditionally-available": false,
101925                        "construct": true,
101926                        "construct-only": false,
101927                        "controllable": true,
101928                        "default": "25",
101929                        "max": "24000",
101930                        "min": "10",
101931                        "mutable": "null",
101932                        "readable": true,
101933                        "type": "gfloat",
101934                        "writable": true
101935                    },
101936                    "fm-10": {
101937                        "blurb": "Frequency Mid 10",
101938                        "conditionally-available": false,
101939                        "construct": true,
101940                        "construct-only": false,
101941                        "controllable": true,
101942                        "default": "1600",
101943                        "max": "24000",
101944                        "min": "10",
101945                        "mutable": "null",
101946                        "readable": true,
101947                        "type": "gfloat",
101948                        "writable": true
101949                    },
101950                    "fm-11": {
101951                        "blurb": "Frequency Mid 11",
101952                        "conditionally-available": false,
101953                        "construct": true,
101954                        "construct-only": false,
101955                        "controllable": true,
101956                        "default": "2500",
101957                        "max": "24000",
101958                        "min": "10",
101959                        "mutable": "null",
101960                        "readable": true,
101961                        "type": "gfloat",
101962                        "writable": true
101963                    },
101964                    "fm-12": {
101965                        "blurb": "Frequency Mid 12",
101966                        "conditionally-available": false,
101967                        "construct": true,
101968                        "construct-only": false,
101969                        "controllable": true,
101970                        "default": "4000",
101971                        "max": "24000",
101972                        "min": "10",
101973                        "mutable": "null",
101974                        "readable": true,
101975                        "type": "gfloat",
101976                        "writable": true
101977                    },
101978                    "fm-13": {
101979                        "blurb": "Frequency Mid 13",
101980                        "conditionally-available": false,
101981                        "construct": true,
101982                        "construct-only": false,
101983                        "controllable": true,
101984                        "default": "6300",
101985                        "max": "24000",
101986                        "min": "10",
101987                        "mutable": "null",
101988                        "readable": true,
101989                        "type": "gfloat",
101990                        "writable": true
101991                    },
101992                    "fm-14": {
101993                        "blurb": "Frequency Mid 14",
101994                        "conditionally-available": false,
101995                        "construct": true,
101996                        "construct-only": false,
101997                        "controllable": true,
101998                        "default": "10000",
101999                        "max": "24000",
102000                        "min": "10",
102001                        "mutable": "null",
102002                        "readable": true,
102003                        "type": "gfloat",
102004                        "writable": true
102005                    },
102006                    "fm-15": {
102007                        "blurb": "Frequency Mid 15",
102008                        "conditionally-available": false,
102009                        "construct": true,
102010                        "construct-only": false,
102011                        "controllable": true,
102012                        "default": "16000",
102013                        "max": "24000",
102014                        "min": "10",
102015                        "mutable": "null",
102016                        "readable": true,
102017                        "type": "gfloat",
102018                        "writable": true
102019                    },
102020                    "fm-2": {
102021                        "blurb": "Frequency Mid 2",
102022                        "conditionally-available": false,
102023                        "construct": true,
102024                        "construct-only": false,
102025                        "controllable": true,
102026                        "default": "40",
102027                        "max": "24000",
102028                        "min": "10",
102029                        "mutable": "null",
102030                        "readable": true,
102031                        "type": "gfloat",
102032                        "writable": true
102033                    },
102034                    "fm-3": {
102035                        "blurb": "Frequency Mid 3",
102036                        "conditionally-available": false,
102037                        "construct": true,
102038                        "construct-only": false,
102039                        "controllable": true,
102040                        "default": "63",
102041                        "max": "24000",
102042                        "min": "10",
102043                        "mutable": "null",
102044                        "readable": true,
102045                        "type": "gfloat",
102046                        "writable": true
102047                    },
102048                    "fm-4": {
102049                        "blurb": "Frequency Mid 4",
102050                        "conditionally-available": false,
102051                        "construct": true,
102052                        "construct-only": false,
102053                        "controllable": true,
102054                        "default": "100",
102055                        "max": "24000",
102056                        "min": "10",
102057                        "mutable": "null",
102058                        "readable": true,
102059                        "type": "gfloat",
102060                        "writable": true
102061                    },
102062                    "fm-5": {
102063                        "blurb": "Frequency Mid 5",
102064                        "conditionally-available": false,
102065                        "construct": true,
102066                        "construct-only": false,
102067                        "controllable": true,
102068                        "default": "160",
102069                        "max": "24000",
102070                        "min": "10",
102071                        "mutable": "null",
102072                        "readable": true,
102073                        "type": "gfloat",
102074                        "writable": true
102075                    },
102076                    "fm-6": {
102077                        "blurb": "Frequency Mid 6",
102078                        "conditionally-available": false,
102079                        "construct": true,
102080                        "construct-only": false,
102081                        "controllable": true,
102082                        "default": "250",
102083                        "max": "24000",
102084                        "min": "10",
102085                        "mutable": "null",
102086                        "readable": true,
102087                        "type": "gfloat",
102088                        "writable": true
102089                    },
102090                    "fm-7": {
102091                        "blurb": "Frequency Mid 7",
102092                        "conditionally-available": false,
102093                        "construct": true,
102094                        "construct-only": false,
102095                        "controllable": true,
102096                        "default": "400",
102097                        "max": "24000",
102098                        "min": "10",
102099                        "mutable": "null",
102100                        "readable": true,
102101                        "type": "gfloat",
102102                        "writable": true
102103                    },
102104                    "fm-8": {
102105                        "blurb": "Frequency Mid 8",
102106                        "conditionally-available": false,
102107                        "construct": true,
102108                        "construct-only": false,
102109                        "controllable": true,
102110                        "default": "630",
102111                        "max": "24000",
102112                        "min": "10",
102113                        "mutable": "null",
102114                        "readable": true,
102115                        "type": "gfloat",
102116                        "writable": true
102117                    },
102118                    "fm-9": {
102119                        "blurb": "Frequency Mid 9",
102120                        "conditionally-available": false,
102121                        "construct": true,
102122                        "construct-only": false,
102123                        "controllable": true,
102124                        "default": "1000",
102125                        "max": "24000",
102126                        "min": "10",
102127                        "mutable": "null",
102128                        "readable": true,
102129                        "type": "gfloat",
102130                        "writable": true
102131                    },
102132                    "fmm-0": {
102133                        "blurb": "Filter mode Mid 0",
102134                        "conditionally-available": false,
102135                        "construct": true,
102136                        "construct-only": false,
102137                        "controllable": true,
102138                        "default": "RLC (BT) (0)",
102139                        "mutable": "null",
102140                        "readable": true,
102141                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-0",
102142                        "writable": true
102143                    },
102144                    "fmm-1": {
102145                        "blurb": "Filter mode Mid 1",
102146                        "conditionally-available": false,
102147                        "construct": true,
102148                        "construct-only": false,
102149                        "controllable": true,
102150                        "default": "RLC (BT) (0)",
102151                        "mutable": "null",
102152                        "readable": true,
102153                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-1",
102154                        "writable": true
102155                    },
102156                    "fmm-10": {
102157                        "blurb": "Filter mode Mid 10",
102158                        "conditionally-available": false,
102159                        "construct": true,
102160                        "construct-only": false,
102161                        "controllable": true,
102162                        "default": "RLC (BT) (0)",
102163                        "mutable": "null",
102164                        "readable": true,
102165                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-10",
102166                        "writable": true
102167                    },
102168                    "fmm-11": {
102169                        "blurb": "Filter mode Mid 11",
102170                        "conditionally-available": false,
102171                        "construct": true,
102172                        "construct-only": false,
102173                        "controllable": true,
102174                        "default": "RLC (BT) (0)",
102175                        "mutable": "null",
102176                        "readable": true,
102177                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-11",
102178                        "writable": true
102179                    },
102180                    "fmm-12": {
102181                        "blurb": "Filter mode Mid 12",
102182                        "conditionally-available": false,
102183                        "construct": true,
102184                        "construct-only": false,
102185                        "controllable": true,
102186                        "default": "RLC (BT) (0)",
102187                        "mutable": "null",
102188                        "readable": true,
102189                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-12",
102190                        "writable": true
102191                    },
102192                    "fmm-13": {
102193                        "blurb": "Filter mode Mid 13",
102194                        "conditionally-available": false,
102195                        "construct": true,
102196                        "construct-only": false,
102197                        "controllable": true,
102198                        "default": "RLC (BT) (0)",
102199                        "mutable": "null",
102200                        "readable": true,
102201                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-13",
102202                        "writable": true
102203                    },
102204                    "fmm-14": {
102205                        "blurb": "Filter mode Mid 14",
102206                        "conditionally-available": false,
102207                        "construct": true,
102208                        "construct-only": false,
102209                        "controllable": true,
102210                        "default": "RLC (BT) (0)",
102211                        "mutable": "null",
102212                        "readable": true,
102213                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-14",
102214                        "writable": true
102215                    },
102216                    "fmm-15": {
102217                        "blurb": "Filter mode Mid 15",
102218                        "conditionally-available": false,
102219                        "construct": true,
102220                        "construct-only": false,
102221                        "controllable": true,
102222                        "default": "RLC (BT) (0)",
102223                        "mutable": "null",
102224                        "readable": true,
102225                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-15",
102226                        "writable": true
102227                    },
102228                    "fmm-2": {
102229                        "blurb": "Filter mode Mid 2",
102230                        "conditionally-available": false,
102231                        "construct": true,
102232                        "construct-only": false,
102233                        "controllable": true,
102234                        "default": "RLC (BT) (0)",
102235                        "mutable": "null",
102236                        "readable": true,
102237                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-2",
102238                        "writable": true
102239                    },
102240                    "fmm-3": {
102241                        "blurb": "Filter mode Mid 3",
102242                        "conditionally-available": false,
102243                        "construct": true,
102244                        "construct-only": false,
102245                        "controllable": true,
102246                        "default": "RLC (BT) (0)",
102247                        "mutable": "null",
102248                        "readable": true,
102249                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-3",
102250                        "writable": true
102251                    },
102252                    "fmm-4": {
102253                        "blurb": "Filter mode Mid 4",
102254                        "conditionally-available": false,
102255                        "construct": true,
102256                        "construct-only": false,
102257                        "controllable": true,
102258                        "default": "RLC (BT) (0)",
102259                        "mutable": "null",
102260                        "readable": true,
102261                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-4",
102262                        "writable": true
102263                    },
102264                    "fmm-5": {
102265                        "blurb": "Filter mode Mid 5",
102266                        "conditionally-available": false,
102267                        "construct": true,
102268                        "construct-only": false,
102269                        "controllable": true,
102270                        "default": "RLC (BT) (0)",
102271                        "mutable": "null",
102272                        "readable": true,
102273                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-5",
102274                        "writable": true
102275                    },
102276                    "fmm-6": {
102277                        "blurb": "Filter mode Mid 6",
102278                        "conditionally-available": false,
102279                        "construct": true,
102280                        "construct-only": false,
102281                        "controllable": true,
102282                        "default": "RLC (BT) (0)",
102283                        "mutable": "null",
102284                        "readable": true,
102285                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-6",
102286                        "writable": true
102287                    },
102288                    "fmm-7": {
102289                        "blurb": "Filter mode Mid 7",
102290                        "conditionally-available": false,
102291                        "construct": true,
102292                        "construct-only": false,
102293                        "controllable": true,
102294                        "default": "RLC (BT) (0)",
102295                        "mutable": "null",
102296                        "readable": true,
102297                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-7",
102298                        "writable": true
102299                    },
102300                    "fmm-8": {
102301                        "blurb": "Filter mode Mid 8",
102302                        "conditionally-available": false,
102303                        "construct": true,
102304                        "construct-only": false,
102305                        "controllable": true,
102306                        "default": "RLC (BT) (0)",
102307                        "mutable": "null",
102308                        "readable": true,
102309                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-8",
102310                        "writable": true
102311                    },
102312                    "fmm-9": {
102313                        "blurb": "Filter mode Mid 9",
102314                        "conditionally-available": false,
102315                        "construct": true,
102316                        "construct-only": false,
102317                        "controllable": true,
102318                        "default": "RLC (BT) (0)",
102319                        "mutable": "null",
102320                        "readable": true,
102321                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-9",
102322                        "writable": true
102323                    },
102324                    "fms-0": {
102325                        "blurb": "Filter mode Side 0",
102326                        "conditionally-available": false,
102327                        "construct": true,
102328                        "construct-only": false,
102329                        "controllable": true,
102330                        "default": "RLC (BT) (0)",
102331                        "mutable": "null",
102332                        "readable": true,
102333                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-0",
102334                        "writable": true
102335                    },
102336                    "fms-1": {
102337                        "blurb": "Filter mode Side 1",
102338                        "conditionally-available": false,
102339                        "construct": true,
102340                        "construct-only": false,
102341                        "controllable": true,
102342                        "default": "RLC (BT) (0)",
102343                        "mutable": "null",
102344                        "readable": true,
102345                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-1",
102346                        "writable": true
102347                    },
102348                    "fms-10": {
102349                        "blurb": "Filter mode Side 10",
102350                        "conditionally-available": false,
102351                        "construct": true,
102352                        "construct-only": false,
102353                        "controllable": true,
102354                        "default": "RLC (BT) (0)",
102355                        "mutable": "null",
102356                        "readable": true,
102357                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-10",
102358                        "writable": true
102359                    },
102360                    "fms-11": {
102361                        "blurb": "Filter mode Side 11",
102362                        "conditionally-available": false,
102363                        "construct": true,
102364                        "construct-only": false,
102365                        "controllable": true,
102366                        "default": "RLC (BT) (0)",
102367                        "mutable": "null",
102368                        "readable": true,
102369                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-11",
102370                        "writable": true
102371                    },
102372                    "fms-12": {
102373                        "blurb": "Filter mode Side 12",
102374                        "conditionally-available": false,
102375                        "construct": true,
102376                        "construct-only": false,
102377                        "controllable": true,
102378                        "default": "RLC (BT) (0)",
102379                        "mutable": "null",
102380                        "readable": true,
102381                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-12",
102382                        "writable": true
102383                    },
102384                    "fms-13": {
102385                        "blurb": "Filter mode Side 13",
102386                        "conditionally-available": false,
102387                        "construct": true,
102388                        "construct-only": false,
102389                        "controllable": true,
102390                        "default": "RLC (BT) (0)",
102391                        "mutable": "null",
102392                        "readable": true,
102393                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-13",
102394                        "writable": true
102395                    },
102396                    "fms-14": {
102397                        "blurb": "Filter mode Side 14",
102398                        "conditionally-available": false,
102399                        "construct": true,
102400                        "construct-only": false,
102401                        "controllable": true,
102402                        "default": "RLC (BT) (0)",
102403                        "mutable": "null",
102404                        "readable": true,
102405                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-14",
102406                        "writable": true
102407                    },
102408                    "fms-15": {
102409                        "blurb": "Filter mode Side 15",
102410                        "conditionally-available": false,
102411                        "construct": true,
102412                        "construct-only": false,
102413                        "controllable": true,
102414                        "default": "RLC (BT) (0)",
102415                        "mutable": "null",
102416                        "readable": true,
102417                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-15",
102418                        "writable": true
102419                    },
102420                    "fms-2": {
102421                        "blurb": "Filter mode Side 2",
102422                        "conditionally-available": false,
102423                        "construct": true,
102424                        "construct-only": false,
102425                        "controllable": true,
102426                        "default": "RLC (BT) (0)",
102427                        "mutable": "null",
102428                        "readable": true,
102429                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-2",
102430                        "writable": true
102431                    },
102432                    "fms-3": {
102433                        "blurb": "Filter mode Side 3",
102434                        "conditionally-available": false,
102435                        "construct": true,
102436                        "construct-only": false,
102437                        "controllable": true,
102438                        "default": "RLC (BT) (0)",
102439                        "mutable": "null",
102440                        "readable": true,
102441                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-3",
102442                        "writable": true
102443                    },
102444                    "fms-4": {
102445                        "blurb": "Filter mode Side 4",
102446                        "conditionally-available": false,
102447                        "construct": true,
102448                        "construct-only": false,
102449                        "controllable": true,
102450                        "default": "RLC (BT) (0)",
102451                        "mutable": "null",
102452                        "readable": true,
102453                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-4",
102454                        "writable": true
102455                    },
102456                    "fms-5": {
102457                        "blurb": "Filter mode Side 5",
102458                        "conditionally-available": false,
102459                        "construct": true,
102460                        "construct-only": false,
102461                        "controllable": true,
102462                        "default": "RLC (BT) (0)",
102463                        "mutable": "null",
102464                        "readable": true,
102465                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-5",
102466                        "writable": true
102467                    },
102468                    "fms-6": {
102469                        "blurb": "Filter mode Side 6",
102470                        "conditionally-available": false,
102471                        "construct": true,
102472                        "construct-only": false,
102473                        "controllable": true,
102474                        "default": "RLC (BT) (0)",
102475                        "mutable": "null",
102476                        "readable": true,
102477                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-6",
102478                        "writable": true
102479                    },
102480                    "fms-7": {
102481                        "blurb": "Filter mode Side 7",
102482                        "conditionally-available": false,
102483                        "construct": true,
102484                        "construct-only": false,
102485                        "controllable": true,
102486                        "default": "RLC (BT) (0)",
102487                        "mutable": "null",
102488                        "readable": true,
102489                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-7",
102490                        "writable": true
102491                    },
102492                    "fms-8": {
102493                        "blurb": "Filter mode Side 8",
102494                        "conditionally-available": false,
102495                        "construct": true,
102496                        "construct-only": false,
102497                        "controllable": true,
102498                        "default": "RLC (BT) (0)",
102499                        "mutable": "null",
102500                        "readable": true,
102501                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-8",
102502                        "writable": true
102503                    },
102504                    "fms-9": {
102505                        "blurb": "Filter mode Side 9",
102506                        "conditionally-available": false,
102507                        "construct": true,
102508                        "construct-only": false,
102509                        "controllable": true,
102510                        "default": "RLC (BT) (0)",
102511                        "mutable": "null",
102512                        "readable": true,
102513                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-9",
102514                        "writable": true
102515                    },
102516                    "frqs-m": {
102517                        "blurb": "Frequency shift Mid",
102518                        "conditionally-available": false,
102519                        "construct": true,
102520                        "construct-only": false,
102521                        "controllable": true,
102522                        "default": "0",
102523                        "max": "120",
102524                        "min": "-120",
102525                        "mutable": "null",
102526                        "readable": true,
102527                        "type": "gfloat",
102528                        "writable": true
102529                    },
102530                    "frqs-s": {
102531                        "blurb": "Frequency shift Side",
102532                        "conditionally-available": false,
102533                        "construct": true,
102534                        "construct-only": false,
102535                        "controllable": true,
102536                        "default": "0",
102537                        "max": "120",
102538                        "min": "-120",
102539                        "mutable": "null",
102540                        "readable": true,
102541                        "type": "gfloat",
102542                        "writable": true
102543                    },
102544                    "fs-0": {
102545                        "blurb": "Frequency Side 0",
102546                        "conditionally-available": false,
102547                        "construct": true,
102548                        "construct-only": false,
102549                        "controllable": true,
102550                        "default": "16",
102551                        "max": "24000",
102552                        "min": "10",
102553                        "mutable": "null",
102554                        "readable": true,
102555                        "type": "gfloat",
102556                        "writable": true
102557                    },
102558                    "fs-1": {
102559                        "blurb": "Frequency Side 1",
102560                        "conditionally-available": false,
102561                        "construct": true,
102562                        "construct-only": false,
102563                        "controllable": true,
102564                        "default": "25",
102565                        "max": "24000",
102566                        "min": "10",
102567                        "mutable": "null",
102568                        "readable": true,
102569                        "type": "gfloat",
102570                        "writable": true
102571                    },
102572                    "fs-10": {
102573                        "blurb": "Frequency Side 10",
102574                        "conditionally-available": false,
102575                        "construct": true,
102576                        "construct-only": false,
102577                        "controllable": true,
102578                        "default": "1600",
102579                        "max": "24000",
102580                        "min": "10",
102581                        "mutable": "null",
102582                        "readable": true,
102583                        "type": "gfloat",
102584                        "writable": true
102585                    },
102586                    "fs-11": {
102587                        "blurb": "Frequency Side 11",
102588                        "conditionally-available": false,
102589                        "construct": true,
102590                        "construct-only": false,
102591                        "controllable": true,
102592                        "default": "2500",
102593                        "max": "24000",
102594                        "min": "10",
102595                        "mutable": "null",
102596                        "readable": true,
102597                        "type": "gfloat",
102598                        "writable": true
102599                    },
102600                    "fs-12": {
102601                        "blurb": "Frequency Side 12",
102602                        "conditionally-available": false,
102603                        "construct": true,
102604                        "construct-only": false,
102605                        "controllable": true,
102606                        "default": "4000",
102607                        "max": "24000",
102608                        "min": "10",
102609                        "mutable": "null",
102610                        "readable": true,
102611                        "type": "gfloat",
102612                        "writable": true
102613                    },
102614                    "fs-13": {
102615                        "blurb": "Frequency Side 13",
102616                        "conditionally-available": false,
102617                        "construct": true,
102618                        "construct-only": false,
102619                        "controllable": true,
102620                        "default": "6300",
102621                        "max": "24000",
102622                        "min": "10",
102623                        "mutable": "null",
102624                        "readable": true,
102625                        "type": "gfloat",
102626                        "writable": true
102627                    },
102628                    "fs-14": {
102629                        "blurb": "Frequency Side 14",
102630                        "conditionally-available": false,
102631                        "construct": true,
102632                        "construct-only": false,
102633                        "controllable": true,
102634                        "default": "10000",
102635                        "max": "24000",
102636                        "min": "10",
102637                        "mutable": "null",
102638                        "readable": true,
102639                        "type": "gfloat",
102640                        "writable": true
102641                    },
102642                    "fs-15": {
102643                        "blurb": "Frequency Side 15",
102644                        "conditionally-available": false,
102645                        "construct": true,
102646                        "construct-only": false,
102647                        "controllable": true,
102648                        "default": "16000",
102649                        "max": "24000",
102650                        "min": "10",
102651                        "mutable": "null",
102652                        "readable": true,
102653                        "type": "gfloat",
102654                        "writable": true
102655                    },
102656                    "fs-2": {
102657                        "blurb": "Frequency Side 2",
102658                        "conditionally-available": false,
102659                        "construct": true,
102660                        "construct-only": false,
102661                        "controllable": true,
102662                        "default": "40",
102663                        "max": "24000",
102664                        "min": "10",
102665                        "mutable": "null",
102666                        "readable": true,
102667                        "type": "gfloat",
102668                        "writable": true
102669                    },
102670                    "fs-3": {
102671                        "blurb": "Frequency Side 3",
102672                        "conditionally-available": false,
102673                        "construct": true,
102674                        "construct-only": false,
102675                        "controllable": true,
102676                        "default": "63",
102677                        "max": "24000",
102678                        "min": "10",
102679                        "mutable": "null",
102680                        "readable": true,
102681                        "type": "gfloat",
102682                        "writable": true
102683                    },
102684                    "fs-4": {
102685                        "blurb": "Frequency Side 4",
102686                        "conditionally-available": false,
102687                        "construct": true,
102688                        "construct-only": false,
102689                        "controllable": true,
102690                        "default": "100",
102691                        "max": "24000",
102692                        "min": "10",
102693                        "mutable": "null",
102694                        "readable": true,
102695                        "type": "gfloat",
102696                        "writable": true
102697                    },
102698                    "fs-5": {
102699                        "blurb": "Frequency Side 5",
102700                        "conditionally-available": false,
102701                        "construct": true,
102702                        "construct-only": false,
102703                        "controllable": true,
102704                        "default": "160",
102705                        "max": "24000",
102706                        "min": "10",
102707                        "mutable": "null",
102708                        "readable": true,
102709                        "type": "gfloat",
102710                        "writable": true
102711                    },
102712                    "fs-6": {
102713                        "blurb": "Frequency Side 6",
102714                        "conditionally-available": false,
102715                        "construct": true,
102716                        "construct-only": false,
102717                        "controllable": true,
102718                        "default": "250",
102719                        "max": "24000",
102720                        "min": "10",
102721                        "mutable": "null",
102722                        "readable": true,
102723                        "type": "gfloat",
102724                        "writable": true
102725                    },
102726                    "fs-7": {
102727                        "blurb": "Frequency Side 7",
102728                        "conditionally-available": false,
102729                        "construct": true,
102730                        "construct-only": false,
102731                        "controllable": true,
102732                        "default": "400",
102733                        "max": "24000",
102734                        "min": "10",
102735                        "mutable": "null",
102736                        "readable": true,
102737                        "type": "gfloat",
102738                        "writable": true
102739                    },
102740                    "fs-8": {
102741                        "blurb": "Frequency Side 8",
102742                        "conditionally-available": false,
102743                        "construct": true,
102744                        "construct-only": false,
102745                        "controllable": true,
102746                        "default": "630",
102747                        "max": "24000",
102748                        "min": "10",
102749                        "mutable": "null",
102750                        "readable": true,
102751                        "type": "gfloat",
102752                        "writable": true
102753                    },
102754                    "fs-9": {
102755                        "blurb": "Frequency Side 9",
102756                        "conditionally-available": false,
102757                        "construct": true,
102758                        "construct-only": false,
102759                        "controllable": true,
102760                        "default": "1000",
102761                        "max": "24000",
102762                        "min": "10",
102763                        "mutable": "null",
102764                        "readable": true,
102765                        "type": "gfloat",
102766                        "writable": true
102767                    },
102768                    "fsel": {
102769                        "blurb": "Filter select",
102770                        "conditionally-available": false,
102771                        "construct": true,
102772                        "construct-only": false,
102773                        "controllable": true,
102774                        "default": "Filters Middle 0-7 (0)",
102775                        "mutable": "null",
102776                        "readable": true,
102777                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfsel",
102778                        "writable": true
102779                    },
102780                    "ftm-0": {
102781                        "blurb": "Filter type Mid 0",
102782                        "conditionally-available": false,
102783                        "construct": true,
102784                        "construct-only": false,
102785                        "controllable": true,
102786                        "default": "Off (0)",
102787                        "mutable": "null",
102788                        "readable": true,
102789                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-0",
102790                        "writable": true
102791                    },
102792                    "ftm-1": {
102793                        "blurb": "Filter type Mid 1",
102794                        "conditionally-available": false,
102795                        "construct": true,
102796                        "construct-only": false,
102797                        "controllable": true,
102798                        "default": "Off (0)",
102799                        "mutable": "null",
102800                        "readable": true,
102801                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-1",
102802                        "writable": true
102803                    },
102804                    "ftm-10": {
102805                        "blurb": "Filter type Mid 10",
102806                        "conditionally-available": false,
102807                        "construct": true,
102808                        "construct-only": false,
102809                        "controllable": true,
102810                        "default": "Off (0)",
102811                        "mutable": "null",
102812                        "readable": true,
102813                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-10",
102814                        "writable": true
102815                    },
102816                    "ftm-11": {
102817                        "blurb": "Filter type Mid 11",
102818                        "conditionally-available": false,
102819                        "construct": true,
102820                        "construct-only": false,
102821                        "controllable": true,
102822                        "default": "Off (0)",
102823                        "mutable": "null",
102824                        "readable": true,
102825                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-11",
102826                        "writable": true
102827                    },
102828                    "ftm-12": {
102829                        "blurb": "Filter type Mid 12",
102830                        "conditionally-available": false,
102831                        "construct": true,
102832                        "construct-only": false,
102833                        "controllable": true,
102834                        "default": "Off (0)",
102835                        "mutable": "null",
102836                        "readable": true,
102837                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-12",
102838                        "writable": true
102839                    },
102840                    "ftm-13": {
102841                        "blurb": "Filter type Mid 13",
102842                        "conditionally-available": false,
102843                        "construct": true,
102844                        "construct-only": false,
102845                        "controllable": true,
102846                        "default": "Off (0)",
102847                        "mutable": "null",
102848                        "readable": true,
102849                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-13",
102850                        "writable": true
102851                    },
102852                    "ftm-14": {
102853                        "blurb": "Filter type Mid 14",
102854                        "conditionally-available": false,
102855                        "construct": true,
102856                        "construct-only": false,
102857                        "controllable": true,
102858                        "default": "Off (0)",
102859                        "mutable": "null",
102860                        "readable": true,
102861                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-14",
102862                        "writable": true
102863                    },
102864                    "ftm-15": {
102865                        "blurb": "Filter type Mid 15",
102866                        "conditionally-available": false,
102867                        "construct": true,
102868                        "construct-only": false,
102869                        "controllable": true,
102870                        "default": "Off (0)",
102871                        "mutable": "null",
102872                        "readable": true,
102873                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-15",
102874                        "writable": true
102875                    },
102876                    "ftm-2": {
102877                        "blurb": "Filter type Mid 2",
102878                        "conditionally-available": false,
102879                        "construct": true,
102880                        "construct-only": false,
102881                        "controllable": true,
102882                        "default": "Off (0)",
102883                        "mutable": "null",
102884                        "readable": true,
102885                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-2",
102886                        "writable": true
102887                    },
102888                    "ftm-3": {
102889                        "blurb": "Filter type Mid 3",
102890                        "conditionally-available": false,
102891                        "construct": true,
102892                        "construct-only": false,
102893                        "controllable": true,
102894                        "default": "Off (0)",
102895                        "mutable": "null",
102896                        "readable": true,
102897                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-3",
102898                        "writable": true
102899                    },
102900                    "ftm-4": {
102901                        "blurb": "Filter type Mid 4",
102902                        "conditionally-available": false,
102903                        "construct": true,
102904                        "construct-only": false,
102905                        "controllable": true,
102906                        "default": "Off (0)",
102907                        "mutable": "null",
102908                        "readable": true,
102909                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-4",
102910                        "writable": true
102911                    },
102912                    "ftm-5": {
102913                        "blurb": "Filter type Mid 5",
102914                        "conditionally-available": false,
102915                        "construct": true,
102916                        "construct-only": false,
102917                        "controllable": true,
102918                        "default": "Off (0)",
102919                        "mutable": "null",
102920                        "readable": true,
102921                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-5",
102922                        "writable": true
102923                    },
102924                    "ftm-6": {
102925                        "blurb": "Filter type Mid 6",
102926                        "conditionally-available": false,
102927                        "construct": true,
102928                        "construct-only": false,
102929                        "controllable": true,
102930                        "default": "Off (0)",
102931                        "mutable": "null",
102932                        "readable": true,
102933                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-6",
102934                        "writable": true
102935                    },
102936                    "ftm-7": {
102937                        "blurb": "Filter type Mid 7",
102938                        "conditionally-available": false,
102939                        "construct": true,
102940                        "construct-only": false,
102941                        "controllable": true,
102942                        "default": "Off (0)",
102943                        "mutable": "null",
102944                        "readable": true,
102945                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-7",
102946                        "writable": true
102947                    },
102948                    "ftm-8": {
102949                        "blurb": "Filter type Mid 8",
102950                        "conditionally-available": false,
102951                        "construct": true,
102952                        "construct-only": false,
102953                        "controllable": true,
102954                        "default": "Off (0)",
102955                        "mutable": "null",
102956                        "readable": true,
102957                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-8",
102958                        "writable": true
102959                    },
102960                    "ftm-9": {
102961                        "blurb": "Filter type Mid 9",
102962                        "conditionally-available": false,
102963                        "construct": true,
102964                        "construct-only": false,
102965                        "controllable": true,
102966                        "default": "Off (0)",
102967                        "mutable": "null",
102968                        "readable": true,
102969                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-9",
102970                        "writable": true
102971                    },
102972                    "fts-0": {
102973                        "blurb": "Filter type Side 0",
102974                        "conditionally-available": false,
102975                        "construct": true,
102976                        "construct-only": false,
102977                        "controllable": true,
102978                        "default": "Off (0)",
102979                        "mutable": "null",
102980                        "readable": true,
102981                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-0",
102982                        "writable": true
102983                    },
102984                    "fts-1": {
102985                        "blurb": "Filter type Side 1",
102986                        "conditionally-available": false,
102987                        "construct": true,
102988                        "construct-only": false,
102989                        "controllable": true,
102990                        "default": "Off (0)",
102991                        "mutable": "null",
102992                        "readable": true,
102993                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-1",
102994                        "writable": true
102995                    },
102996                    "fts-10": {
102997                        "blurb": "Filter type Side 10",
102998                        "conditionally-available": false,
102999                        "construct": true,
103000                        "construct-only": false,
103001                        "controllable": true,
103002                        "default": "Off (0)",
103003                        "mutable": "null",
103004                        "readable": true,
103005                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-10",
103006                        "writable": true
103007                    },
103008                    "fts-11": {
103009                        "blurb": "Filter type Side 11",
103010                        "conditionally-available": false,
103011                        "construct": true,
103012                        "construct-only": false,
103013                        "controllable": true,
103014                        "default": "Off (0)",
103015                        "mutable": "null",
103016                        "readable": true,
103017                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-11",
103018                        "writable": true
103019                    },
103020                    "fts-12": {
103021                        "blurb": "Filter type Side 12",
103022                        "conditionally-available": false,
103023                        "construct": true,
103024                        "construct-only": false,
103025                        "controllable": true,
103026                        "default": "Off (0)",
103027                        "mutable": "null",
103028                        "readable": true,
103029                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-12",
103030                        "writable": true
103031                    },
103032                    "fts-13": {
103033                        "blurb": "Filter type Side 13",
103034                        "conditionally-available": false,
103035                        "construct": true,
103036                        "construct-only": false,
103037                        "controllable": true,
103038                        "default": "Off (0)",
103039                        "mutable": "null",
103040                        "readable": true,
103041                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-13",
103042                        "writable": true
103043                    },
103044                    "fts-14": {
103045                        "blurb": "Filter type Side 14",
103046                        "conditionally-available": false,
103047                        "construct": true,
103048                        "construct-only": false,
103049                        "controllable": true,
103050                        "default": "Off (0)",
103051                        "mutable": "null",
103052                        "readable": true,
103053                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-14",
103054                        "writable": true
103055                    },
103056                    "fts-15": {
103057                        "blurb": "Filter type Side 15",
103058                        "conditionally-available": false,
103059                        "construct": true,
103060                        "construct-only": false,
103061                        "controllable": true,
103062                        "default": "Off (0)",
103063                        "mutable": "null",
103064                        "readable": true,
103065                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-15",
103066                        "writable": true
103067                    },
103068                    "fts-2": {
103069                        "blurb": "Filter type Side 2",
103070                        "conditionally-available": false,
103071                        "construct": true,
103072                        "construct-only": false,
103073                        "controllable": true,
103074                        "default": "Off (0)",
103075                        "mutable": "null",
103076                        "readable": true,
103077                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-2",
103078                        "writable": true
103079                    },
103080                    "fts-3": {
103081                        "blurb": "Filter type Side 3",
103082                        "conditionally-available": false,
103083                        "construct": true,
103084                        "construct-only": false,
103085                        "controllable": true,
103086                        "default": "Off (0)",
103087                        "mutable": "null",
103088                        "readable": true,
103089                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-3",
103090                        "writable": true
103091                    },
103092                    "fts-4": {
103093                        "blurb": "Filter type Side 4",
103094                        "conditionally-available": false,
103095                        "construct": true,
103096                        "construct-only": false,
103097                        "controllable": true,
103098                        "default": "Off (0)",
103099                        "mutable": "null",
103100                        "readable": true,
103101                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-4",
103102                        "writable": true
103103                    },
103104                    "fts-5": {
103105                        "blurb": "Filter type Side 5",
103106                        "conditionally-available": false,
103107                        "construct": true,
103108                        "construct-only": false,
103109                        "controllable": true,
103110                        "default": "Off (0)",
103111                        "mutable": "null",
103112                        "readable": true,
103113                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-5",
103114                        "writable": true
103115                    },
103116                    "fts-6": {
103117                        "blurb": "Filter type Side 6",
103118                        "conditionally-available": false,
103119                        "construct": true,
103120                        "construct-only": false,
103121                        "controllable": true,
103122                        "default": "Off (0)",
103123                        "mutable": "null",
103124                        "readable": true,
103125                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-6",
103126                        "writable": true
103127                    },
103128                    "fts-7": {
103129                        "blurb": "Filter type Side 7",
103130                        "conditionally-available": false,
103131                        "construct": true,
103132                        "construct-only": false,
103133                        "controllable": true,
103134                        "default": "Off (0)",
103135                        "mutable": "null",
103136                        "readable": true,
103137                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-7",
103138                        "writable": true
103139                    },
103140                    "fts-8": {
103141                        "blurb": "Filter type Side 8",
103142                        "conditionally-available": false,
103143                        "construct": true,
103144                        "construct-only": false,
103145                        "controllable": true,
103146                        "default": "Off (0)",
103147                        "mutable": "null",
103148                        "readable": true,
103149                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-8",
103150                        "writable": true
103151                    },
103152                    "fts-9": {
103153                        "blurb": "Filter type Side 9",
103154                        "conditionally-available": false,
103155                        "construct": true,
103156                        "construct-only": false,
103157                        "controllable": true,
103158                        "default": "Off (0)",
103159                        "mutable": "null",
103160                        "readable": true,
103161                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-9",
103162                        "writable": true
103163                    },
103164                    "fvm-0": {
103165                        "blurb": "Filter visibility Mid 0",
103166                        "conditionally-available": false,
103167                        "construct": false,
103168                        "construct-only": false,
103169                        "controllable": true,
103170                        "default": "false",
103171                        "mutable": "null",
103172                        "readable": true,
103173                        "type": "gboolean",
103174                        "writable": false
103175                    },
103176                    "fvm-1": {
103177                        "blurb": "Filter visibility Mid 1",
103178                        "conditionally-available": false,
103179                        "construct": false,
103180                        "construct-only": false,
103181                        "controllable": true,
103182                        "default": "false",
103183                        "mutable": "null",
103184                        "readable": true,
103185                        "type": "gboolean",
103186                        "writable": false
103187                    },
103188                    "fvm-10": {
103189                        "blurb": "Filter visibility Mid 10",
103190                        "conditionally-available": false,
103191                        "construct": false,
103192                        "construct-only": false,
103193                        "controllable": true,
103194                        "default": "false",
103195                        "mutable": "null",
103196                        "readable": true,
103197                        "type": "gboolean",
103198                        "writable": false
103199                    },
103200                    "fvm-11": {
103201                        "blurb": "Filter visibility Mid 11",
103202                        "conditionally-available": false,
103203                        "construct": false,
103204                        "construct-only": false,
103205                        "controllable": true,
103206                        "default": "false",
103207                        "mutable": "null",
103208                        "readable": true,
103209                        "type": "gboolean",
103210                        "writable": false
103211                    },
103212                    "fvm-12": {
103213                        "blurb": "Filter visibility Mid 12",
103214                        "conditionally-available": false,
103215                        "construct": false,
103216                        "construct-only": false,
103217                        "controllable": true,
103218                        "default": "false",
103219                        "mutable": "null",
103220                        "readable": true,
103221                        "type": "gboolean",
103222                        "writable": false
103223                    },
103224                    "fvm-13": {
103225                        "blurb": "Filter visibility Mid 13",
103226                        "conditionally-available": false,
103227                        "construct": false,
103228                        "construct-only": false,
103229                        "controllable": true,
103230                        "default": "false",
103231                        "mutable": "null",
103232                        "readable": true,
103233                        "type": "gboolean",
103234                        "writable": false
103235                    },
103236                    "fvm-14": {
103237                        "blurb": "Filter visibility Mid 14",
103238                        "conditionally-available": false,
103239                        "construct": false,
103240                        "construct-only": false,
103241                        "controllable": true,
103242                        "default": "false",
103243                        "mutable": "null",
103244                        "readable": true,
103245                        "type": "gboolean",
103246                        "writable": false
103247                    },
103248                    "fvm-15": {
103249                        "blurb": "Filter visibility Mid 15",
103250                        "conditionally-available": false,
103251                        "construct": false,
103252                        "construct-only": false,
103253                        "controllable": true,
103254                        "default": "false",
103255                        "mutable": "null",
103256                        "readable": true,
103257                        "type": "gboolean",
103258                        "writable": false
103259                    },
103260                    "fvm-2": {
103261                        "blurb": "Filter visibility Mid 2",
103262                        "conditionally-available": false,
103263                        "construct": false,
103264                        "construct-only": false,
103265                        "controllable": true,
103266                        "default": "false",
103267                        "mutable": "null",
103268                        "readable": true,
103269                        "type": "gboolean",
103270                        "writable": false
103271                    },
103272                    "fvm-3": {
103273                        "blurb": "Filter visibility Mid 3",
103274                        "conditionally-available": false,
103275                        "construct": false,
103276                        "construct-only": false,
103277                        "controllable": true,
103278                        "default": "false",
103279                        "mutable": "null",
103280                        "readable": true,
103281                        "type": "gboolean",
103282                        "writable": false
103283                    },
103284                    "fvm-4": {
103285                        "blurb": "Filter visibility Mid 4",
103286                        "conditionally-available": false,
103287                        "construct": false,
103288                        "construct-only": false,
103289                        "controllable": true,
103290                        "default": "false",
103291                        "mutable": "null",
103292                        "readable": true,
103293                        "type": "gboolean",
103294                        "writable": false
103295                    },
103296                    "fvm-5": {
103297                        "blurb": "Filter visibility Mid 5",
103298                        "conditionally-available": false,
103299                        "construct": false,
103300                        "construct-only": false,
103301                        "controllable": true,
103302                        "default": "false",
103303                        "mutable": "null",
103304                        "readable": true,
103305                        "type": "gboolean",
103306                        "writable": false
103307                    },
103308                    "fvm-6": {
103309                        "blurb": "Filter visibility Mid 6",
103310                        "conditionally-available": false,
103311                        "construct": false,
103312                        "construct-only": false,
103313                        "controllable": true,
103314                        "default": "false",
103315                        "mutable": "null",
103316                        "readable": true,
103317                        "type": "gboolean",
103318                        "writable": false
103319                    },
103320                    "fvm-7": {
103321                        "blurb": "Filter visibility Mid 7",
103322                        "conditionally-available": false,
103323                        "construct": false,
103324                        "construct-only": false,
103325                        "controllable": true,
103326                        "default": "false",
103327                        "mutable": "null",
103328                        "readable": true,
103329                        "type": "gboolean",
103330                        "writable": false
103331                    },
103332                    "fvm-8": {
103333                        "blurb": "Filter visibility Mid 8",
103334                        "conditionally-available": false,
103335                        "construct": false,
103336                        "construct-only": false,
103337                        "controllable": true,
103338                        "default": "false",
103339                        "mutable": "null",
103340                        "readable": true,
103341                        "type": "gboolean",
103342                        "writable": false
103343                    },
103344                    "fvm-9": {
103345                        "blurb": "Filter visibility Mid 9",
103346                        "conditionally-available": false,
103347                        "construct": false,
103348                        "construct-only": false,
103349                        "controllable": true,
103350                        "default": "false",
103351                        "mutable": "null",
103352                        "readable": true,
103353                        "type": "gboolean",
103354                        "writable": false
103355                    },
103356                    "fvs-0": {
103357                        "blurb": "Filter visibility Side 0",
103358                        "conditionally-available": false,
103359                        "construct": false,
103360                        "construct-only": false,
103361                        "controllable": true,
103362                        "default": "false",
103363                        "mutable": "null",
103364                        "readable": true,
103365                        "type": "gboolean",
103366                        "writable": false
103367                    },
103368                    "fvs-1": {
103369                        "blurb": "Filter visibility Side 1",
103370                        "conditionally-available": false,
103371                        "construct": false,
103372                        "construct-only": false,
103373                        "controllable": true,
103374                        "default": "false",
103375                        "mutable": "null",
103376                        "readable": true,
103377                        "type": "gboolean",
103378                        "writable": false
103379                    },
103380                    "fvs-10": {
103381                        "blurb": "Filter visibility Side 10",
103382                        "conditionally-available": false,
103383                        "construct": false,
103384                        "construct-only": false,
103385                        "controllable": true,
103386                        "default": "false",
103387                        "mutable": "null",
103388                        "readable": true,
103389                        "type": "gboolean",
103390                        "writable": false
103391                    },
103392                    "fvs-11": {
103393                        "blurb": "Filter visibility Side 11",
103394                        "conditionally-available": false,
103395                        "construct": false,
103396                        "construct-only": false,
103397                        "controllable": true,
103398                        "default": "false",
103399                        "mutable": "null",
103400                        "readable": true,
103401                        "type": "gboolean",
103402                        "writable": false
103403                    },
103404                    "fvs-12": {
103405                        "blurb": "Filter visibility Side 12",
103406                        "conditionally-available": false,
103407                        "construct": false,
103408                        "construct-only": false,
103409                        "controllable": true,
103410                        "default": "false",
103411                        "mutable": "null",
103412                        "readable": true,
103413                        "type": "gboolean",
103414                        "writable": false
103415                    },
103416                    "fvs-13": {
103417                        "blurb": "Filter visibility Side 13",
103418                        "conditionally-available": false,
103419                        "construct": false,
103420                        "construct-only": false,
103421                        "controllable": true,
103422                        "default": "false",
103423                        "mutable": "null",
103424                        "readable": true,
103425                        "type": "gboolean",
103426                        "writable": false
103427                    },
103428                    "fvs-14": {
103429                        "blurb": "Filter visibility Side 14",
103430                        "conditionally-available": false,
103431                        "construct": false,
103432                        "construct-only": false,
103433                        "controllable": true,
103434                        "default": "false",
103435                        "mutable": "null",
103436                        "readable": true,
103437                        "type": "gboolean",
103438                        "writable": false
103439                    },
103440                    "fvs-15": {
103441                        "blurb": "Filter visibility Side 15",
103442                        "conditionally-available": false,
103443                        "construct": false,
103444                        "construct-only": false,
103445                        "controllable": true,
103446                        "default": "false",
103447                        "mutable": "null",
103448                        "readable": true,
103449                        "type": "gboolean",
103450                        "writable": false
103451                    },
103452                    "fvs-2": {
103453                        "blurb": "Filter visibility Side 2",
103454                        "conditionally-available": false,
103455                        "construct": false,
103456                        "construct-only": false,
103457                        "controllable": true,
103458                        "default": "false",
103459                        "mutable": "null",
103460                        "readable": true,
103461                        "type": "gboolean",
103462                        "writable": false
103463                    },
103464                    "fvs-3": {
103465                        "blurb": "Filter visibility Side 3",
103466                        "conditionally-available": false,
103467                        "construct": false,
103468                        "construct-only": false,
103469                        "controllable": true,
103470                        "default": "false",
103471                        "mutable": "null",
103472                        "readable": true,
103473                        "type": "gboolean",
103474                        "writable": false
103475                    },
103476                    "fvs-4": {
103477                        "blurb": "Filter visibility Side 4",
103478                        "conditionally-available": false,
103479                        "construct": false,
103480                        "construct-only": false,
103481                        "controllable": true,
103482                        "default": "false",
103483                        "mutable": "null",
103484                        "readable": true,
103485                        "type": "gboolean",
103486                        "writable": false
103487                    },
103488                    "fvs-5": {
103489                        "blurb": "Filter visibility Side 5",
103490                        "conditionally-available": false,
103491                        "construct": false,
103492                        "construct-only": false,
103493                        "controllable": true,
103494                        "default": "false",
103495                        "mutable": "null",
103496                        "readable": true,
103497                        "type": "gboolean",
103498                        "writable": false
103499                    },
103500                    "fvs-6": {
103501                        "blurb": "Filter visibility Side 6",
103502                        "conditionally-available": false,
103503                        "construct": false,
103504                        "construct-only": false,
103505                        "controllable": true,
103506                        "default": "false",
103507                        "mutable": "null",
103508                        "readable": true,
103509                        "type": "gboolean",
103510                        "writable": false
103511                    },
103512                    "fvs-7": {
103513                        "blurb": "Filter visibility Side 7",
103514                        "conditionally-available": false,
103515                        "construct": false,
103516                        "construct-only": false,
103517                        "controllable": true,
103518                        "default": "false",
103519                        "mutable": "null",
103520                        "readable": true,
103521                        "type": "gboolean",
103522                        "writable": false
103523                    },
103524                    "fvs-8": {
103525                        "blurb": "Filter visibility Side 8",
103526                        "conditionally-available": false,
103527                        "construct": false,
103528                        "construct-only": false,
103529                        "controllable": true,
103530                        "default": "false",
103531                        "mutable": "null",
103532                        "readable": true,
103533                        "type": "gboolean",
103534                        "writable": false
103535                    },
103536                    "fvs-9": {
103537                        "blurb": "Filter visibility Side 9",
103538                        "conditionally-available": false,
103539                        "construct": false,
103540                        "construct-only": false,
103541                        "controllable": true,
103542                        "default": "false",
103543                        "mutable": "null",
103544                        "readable": true,
103545                        "type": "gboolean",
103546                        "writable": false
103547                    },
103548                    "g-in": {
103549                        "blurb": "Input gain",
103550                        "conditionally-available": false,
103551                        "construct": true,
103552                        "construct-only": false,
103553                        "controllable": true,
103554                        "default": "1",
103555                        "max": "10",
103556                        "min": "0",
103557                        "mutable": "null",
103558                        "readable": true,
103559                        "type": "gfloat",
103560                        "writable": true
103561                    },
103562                    "g-out": {
103563                        "blurb": "Output gain",
103564                        "conditionally-available": false,
103565                        "construct": true,
103566                        "construct-only": false,
103567                        "controllable": true,
103568                        "default": "1",
103569                        "max": "10",
103570                        "min": "0",
103571                        "mutable": "null",
103572                        "readable": true,
103573                        "type": "gfloat",
103574                        "writable": true
103575                    },
103576                    "gain-m": {
103577                        "blurb": "Mid gain",
103578                        "conditionally-available": false,
103579                        "construct": true,
103580                        "construct-only": false,
103581                        "controllable": true,
103582                        "default": "1",
103583                        "max": "100",
103584                        "min": "0",
103585                        "mutable": "null",
103586                        "readable": true,
103587                        "type": "gfloat",
103588                        "writable": true
103589                    },
103590                    "gain-s": {
103591                        "blurb": "Side gain",
103592                        "conditionally-available": false,
103593                        "construct": true,
103594                        "construct-only": false,
103595                        "controllable": true,
103596                        "default": "1",
103597                        "max": "100",
103598                        "min": "0",
103599                        "mutable": "null",
103600                        "readable": true,
103601                        "type": "gfloat",
103602                        "writable": true
103603                    },
103604                    "gm-0": {
103605                        "blurb": "Gain Mid 0",
103606                        "conditionally-available": false,
103607                        "construct": true,
103608                        "construct-only": false,
103609                        "controllable": true,
103610                        "default": "1",
103611                        "max": "63.0957",
103612                        "min": "0.01585",
103613                        "mutable": "null",
103614                        "readable": true,
103615                        "type": "gfloat",
103616                        "writable": true
103617                    },
103618                    "gm-1": {
103619                        "blurb": "Gain Mid 1",
103620                        "conditionally-available": false,
103621                        "construct": true,
103622                        "construct-only": false,
103623                        "controllable": true,
103624                        "default": "1",
103625                        "max": "63.0957",
103626                        "min": "0.01585",
103627                        "mutable": "null",
103628                        "readable": true,
103629                        "type": "gfloat",
103630                        "writable": true
103631                    },
103632                    "gm-10": {
103633                        "blurb": "Gain Mid 10",
103634                        "conditionally-available": false,
103635                        "construct": true,
103636                        "construct-only": false,
103637                        "controllable": true,
103638                        "default": "1",
103639                        "max": "63.0957",
103640                        "min": "0.01585",
103641                        "mutable": "null",
103642                        "readable": true,
103643                        "type": "gfloat",
103644                        "writable": true
103645                    },
103646                    "gm-11": {
103647                        "blurb": "Gain Mid 11",
103648                        "conditionally-available": false,
103649                        "construct": true,
103650                        "construct-only": false,
103651                        "controllable": true,
103652                        "default": "1",
103653                        "max": "63.0957",
103654                        "min": "0.01585",
103655                        "mutable": "null",
103656                        "readable": true,
103657                        "type": "gfloat",
103658                        "writable": true
103659                    },
103660                    "gm-12": {
103661                        "blurb": "Gain Mid 12",
103662                        "conditionally-available": false,
103663                        "construct": true,
103664                        "construct-only": false,
103665                        "controllable": true,
103666                        "default": "1",
103667                        "max": "63.0957",
103668                        "min": "0.01585",
103669                        "mutable": "null",
103670                        "readable": true,
103671                        "type": "gfloat",
103672                        "writable": true
103673                    },
103674                    "gm-13": {
103675                        "blurb": "Gain Mid 13",
103676                        "conditionally-available": false,
103677                        "construct": true,
103678                        "construct-only": false,
103679                        "controllable": true,
103680                        "default": "1",
103681                        "max": "63.0957",
103682                        "min": "0.01585",
103683                        "mutable": "null",
103684                        "readable": true,
103685                        "type": "gfloat",
103686                        "writable": true
103687                    },
103688                    "gm-14": {
103689                        "blurb": "Gain Mid 14",
103690                        "conditionally-available": false,
103691                        "construct": true,
103692                        "construct-only": false,
103693                        "controllable": true,
103694                        "default": "1",
103695                        "max": "63.0957",
103696                        "min": "0.01585",
103697                        "mutable": "null",
103698                        "readable": true,
103699                        "type": "gfloat",
103700                        "writable": true
103701                    },
103702                    "gm-15": {
103703                        "blurb": "Gain Mid 15",
103704                        "conditionally-available": false,
103705                        "construct": true,
103706                        "construct-only": false,
103707                        "controllable": true,
103708                        "default": "1",
103709                        "max": "63.0957",
103710                        "min": "0.01585",
103711                        "mutable": "null",
103712                        "readable": true,
103713                        "type": "gfloat",
103714                        "writable": true
103715                    },
103716                    "gm-2": {
103717                        "blurb": "Gain Mid 2",
103718                        "conditionally-available": false,
103719                        "construct": true,
103720                        "construct-only": false,
103721                        "controllable": true,
103722                        "default": "1",
103723                        "max": "63.0957",
103724                        "min": "0.01585",
103725                        "mutable": "null",
103726                        "readable": true,
103727                        "type": "gfloat",
103728                        "writable": true
103729                    },
103730                    "gm-3": {
103731                        "blurb": "Gain Mid 3",
103732                        "conditionally-available": false,
103733                        "construct": true,
103734                        "construct-only": false,
103735                        "controllable": true,
103736                        "default": "1",
103737                        "max": "63.0957",
103738                        "min": "0.01585",
103739                        "mutable": "null",
103740                        "readable": true,
103741                        "type": "gfloat",
103742                        "writable": true
103743                    },
103744                    "gm-4": {
103745                        "blurb": "Gain Mid 4",
103746                        "conditionally-available": false,
103747                        "construct": true,
103748                        "construct-only": false,
103749                        "controllable": true,
103750                        "default": "1",
103751                        "max": "63.0957",
103752                        "min": "0.01585",
103753                        "mutable": "null",
103754                        "readable": true,
103755                        "type": "gfloat",
103756                        "writable": true
103757                    },
103758                    "gm-5": {
103759                        "blurb": "Gain Mid 5",
103760                        "conditionally-available": false,
103761                        "construct": true,
103762                        "construct-only": false,
103763                        "controllable": true,
103764                        "default": "1",
103765                        "max": "63.0957",
103766                        "min": "0.01585",
103767                        "mutable": "null",
103768                        "readable": true,
103769                        "type": "gfloat",
103770                        "writable": true
103771                    },
103772                    "gm-6": {
103773                        "blurb": "Gain Mid 6",
103774                        "conditionally-available": false,
103775                        "construct": true,
103776                        "construct-only": false,
103777                        "controllable": true,
103778                        "default": "1",
103779                        "max": "63.0957",
103780                        "min": "0.01585",
103781                        "mutable": "null",
103782                        "readable": true,
103783                        "type": "gfloat",
103784                        "writable": true
103785                    },
103786                    "gm-7": {
103787                        "blurb": "Gain Mid 7",
103788                        "conditionally-available": false,
103789                        "construct": true,
103790                        "construct-only": false,
103791                        "controllable": true,
103792                        "default": "1",
103793                        "max": "63.0957",
103794                        "min": "0.01585",
103795                        "mutable": "null",
103796                        "readable": true,
103797                        "type": "gfloat",
103798                        "writable": true
103799                    },
103800                    "gm-8": {
103801                        "blurb": "Gain Mid 8",
103802                        "conditionally-available": false,
103803                        "construct": true,
103804                        "construct-only": false,
103805                        "controllable": true,
103806                        "default": "1",
103807                        "max": "63.0957",
103808                        "min": "0.01585",
103809                        "mutable": "null",
103810                        "readable": true,
103811                        "type": "gfloat",
103812                        "writable": true
103813                    },
103814                    "gm-9": {
103815                        "blurb": "Gain Mid 9",
103816                        "conditionally-available": false,
103817                        "construct": true,
103818                        "construct-only": false,
103819                        "controllable": true,
103820                        "default": "1",
103821                        "max": "63.0957",
103822                        "min": "0.01585",
103823                        "mutable": "null",
103824                        "readable": true,
103825                        "type": "gfloat",
103826                        "writable": true
103827                    },
103828                    "gs-0": {
103829                        "blurb": "Gain Side 0",
103830                        "conditionally-available": false,
103831                        "construct": true,
103832                        "construct-only": false,
103833                        "controllable": true,
103834                        "default": "1",
103835                        "max": "63.0957",
103836                        "min": "0.01585",
103837                        "mutable": "null",
103838                        "readable": true,
103839                        "type": "gfloat",
103840                        "writable": true
103841                    },
103842                    "gs-1": {
103843                        "blurb": "Gain Side 1",
103844                        "conditionally-available": false,
103845                        "construct": true,
103846                        "construct-only": false,
103847                        "controllable": true,
103848                        "default": "1",
103849                        "max": "63.0957",
103850                        "min": "0.01585",
103851                        "mutable": "null",
103852                        "readable": true,
103853                        "type": "gfloat",
103854                        "writable": true
103855                    },
103856                    "gs-10": {
103857                        "blurb": "Gain Side 10",
103858                        "conditionally-available": false,
103859                        "construct": true,
103860                        "construct-only": false,
103861                        "controllable": true,
103862                        "default": "1",
103863                        "max": "63.0957",
103864                        "min": "0.01585",
103865                        "mutable": "null",
103866                        "readable": true,
103867                        "type": "gfloat",
103868                        "writable": true
103869                    },
103870                    "gs-11": {
103871                        "blurb": "Gain Side 11",
103872                        "conditionally-available": false,
103873                        "construct": true,
103874                        "construct-only": false,
103875                        "controllable": true,
103876                        "default": "1",
103877                        "max": "63.0957",
103878                        "min": "0.01585",
103879                        "mutable": "null",
103880                        "readable": true,
103881                        "type": "gfloat",
103882                        "writable": true
103883                    },
103884                    "gs-12": {
103885                        "blurb": "Gain Side 12",
103886                        "conditionally-available": false,
103887                        "construct": true,
103888                        "construct-only": false,
103889                        "controllable": true,
103890                        "default": "1",
103891                        "max": "63.0957",
103892                        "min": "0.01585",
103893                        "mutable": "null",
103894                        "readable": true,
103895                        "type": "gfloat",
103896                        "writable": true
103897                    },
103898                    "gs-13": {
103899                        "blurb": "Gain Side 13",
103900                        "conditionally-available": false,
103901                        "construct": true,
103902                        "construct-only": false,
103903                        "controllable": true,
103904                        "default": "1",
103905                        "max": "63.0957",
103906                        "min": "0.01585",
103907                        "mutable": "null",
103908                        "readable": true,
103909                        "type": "gfloat",
103910                        "writable": true
103911                    },
103912                    "gs-14": {
103913                        "blurb": "Gain Side 14",
103914                        "conditionally-available": false,
103915                        "construct": true,
103916                        "construct-only": false,
103917                        "controllable": true,
103918                        "default": "1",
103919                        "max": "63.0957",
103920                        "min": "0.01585",
103921                        "mutable": "null",
103922                        "readable": true,
103923                        "type": "gfloat",
103924                        "writable": true
103925                    },
103926                    "gs-15": {
103927                        "blurb": "Gain Side 15",
103928                        "conditionally-available": false,
103929                        "construct": true,
103930                        "construct-only": false,
103931                        "controllable": true,
103932                        "default": "1",
103933                        "max": "63.0957",
103934                        "min": "0.01585",
103935                        "mutable": "null",
103936                        "readable": true,
103937                        "type": "gfloat",
103938                        "writable": true
103939                    },
103940                    "gs-2": {
103941                        "blurb": "Gain Side 2",
103942                        "conditionally-available": false,
103943                        "construct": true,
103944                        "construct-only": false,
103945                        "controllable": true,
103946                        "default": "1",
103947                        "max": "63.0957",
103948                        "min": "0.01585",
103949                        "mutable": "null",
103950                        "readable": true,
103951                        "type": "gfloat",
103952                        "writable": true
103953                    },
103954                    "gs-3": {
103955                        "blurb": "Gain Side 3",
103956                        "conditionally-available": false,
103957                        "construct": true,
103958                        "construct-only": false,
103959                        "controllable": true,
103960                        "default": "1",
103961                        "max": "63.0957",
103962                        "min": "0.01585",
103963                        "mutable": "null",
103964                        "readable": true,
103965                        "type": "gfloat",
103966                        "writable": true
103967                    },
103968                    "gs-4": {
103969                        "blurb": "Gain Side 4",
103970                        "conditionally-available": false,
103971                        "construct": true,
103972                        "construct-only": false,
103973                        "controllable": true,
103974                        "default": "1",
103975                        "max": "63.0957",
103976                        "min": "0.01585",
103977                        "mutable": "null",
103978                        "readable": true,
103979                        "type": "gfloat",
103980                        "writable": true
103981                    },
103982                    "gs-5": {
103983                        "blurb": "Gain Side 5",
103984                        "conditionally-available": false,
103985                        "construct": true,
103986                        "construct-only": false,
103987                        "controllable": true,
103988                        "default": "1",
103989                        "max": "63.0957",
103990                        "min": "0.01585",
103991                        "mutable": "null",
103992                        "readable": true,
103993                        "type": "gfloat",
103994                        "writable": true
103995                    },
103996                    "gs-6": {
103997                        "blurb": "Gain Side 6",
103998                        "conditionally-available": false,
103999                        "construct": true,
104000                        "construct-only": false,
104001                        "controllable": true,
104002                        "default": "1",
104003                        "max": "63.0957",
104004                        "min": "0.01585",
104005                        "mutable": "null",
104006                        "readable": true,
104007                        "type": "gfloat",
104008                        "writable": true
104009                    },
104010                    "gs-7": {
104011                        "blurb": "Gain Side 7",
104012                        "conditionally-available": false,
104013                        "construct": true,
104014                        "construct-only": false,
104015                        "controllable": true,
104016                        "default": "1",
104017                        "max": "63.0957",
104018                        "min": "0.01585",
104019                        "mutable": "null",
104020                        "readable": true,
104021                        "type": "gfloat",
104022                        "writable": true
104023                    },
104024                    "gs-8": {
104025                        "blurb": "Gain Side 8",
104026                        "conditionally-available": false,
104027                        "construct": true,
104028                        "construct-only": false,
104029                        "controllable": true,
104030                        "default": "1",
104031                        "max": "63.0957",
104032                        "min": "0.01585",
104033                        "mutable": "null",
104034                        "readable": true,
104035                        "type": "gfloat",
104036                        "writable": true
104037                    },
104038                    "gs-9": {
104039                        "blurb": "Gain Side 9",
104040                        "conditionally-available": false,
104041                        "construct": true,
104042                        "construct-only": false,
104043                        "controllable": true,
104044                        "default": "1",
104045                        "max": "63.0957",
104046                        "min": "0.01585",
104047                        "mutable": "null",
104048                        "readable": true,
104049                        "type": "gfloat",
104050                        "writable": true
104051                    },
104052                    "huem-0": {
104053                        "blurb": "Hue Mid 0",
104054                        "conditionally-available": false,
104055                        "construct": true,
104056                        "construct-only": false,
104057                        "controllable": true,
104058                        "default": "0",
104059                        "max": "1",
104060                        "min": "0",
104061                        "mutable": "null",
104062                        "readable": true,
104063                        "type": "gfloat",
104064                        "writable": true
104065                    },
104066                    "huem-1": {
104067                        "blurb": "Hue Mid 1",
104068                        "conditionally-available": false,
104069                        "construct": true,
104070                        "construct-only": false,
104071                        "controllable": true,
104072                        "default": "0.0625",
104073                        "max": "1",
104074                        "min": "0",
104075                        "mutable": "null",
104076                        "readable": true,
104077                        "type": "gfloat",
104078                        "writable": true
104079                    },
104080                    "huem-10": {
104081                        "blurb": "Hue Mid 10",
104082                        "conditionally-available": false,
104083                        "construct": true,
104084                        "construct-only": false,
104085                        "controllable": true,
104086                        "default": "0.625",
104087                        "max": "1",
104088                        "min": "0",
104089                        "mutable": "null",
104090                        "readable": true,
104091                        "type": "gfloat",
104092                        "writable": true
104093                    },
104094                    "huem-11": {
104095                        "blurb": "Hue Mid 11",
104096                        "conditionally-available": false,
104097                        "construct": true,
104098                        "construct-only": false,
104099                        "controllable": true,
104100                        "default": "0.6875",
104101                        "max": "1",
104102                        "min": "0",
104103                        "mutable": "null",
104104                        "readable": true,
104105                        "type": "gfloat",
104106                        "writable": true
104107                    },
104108                    "huem-12": {
104109                        "blurb": "Hue Mid 12",
104110                        "conditionally-available": false,
104111                        "construct": true,
104112                        "construct-only": false,
104113                        "controllable": true,
104114                        "default": "0.75",
104115                        "max": "1",
104116                        "min": "0",
104117                        "mutable": "null",
104118                        "readable": true,
104119                        "type": "gfloat",
104120                        "writable": true
104121                    },
104122                    "huem-13": {
104123                        "blurb": "Hue Mid 13",
104124                        "conditionally-available": false,
104125                        "construct": true,
104126                        "construct-only": false,
104127                        "controllable": true,
104128                        "default": "0.8125",
104129                        "max": "1",
104130                        "min": "0",
104131                        "mutable": "null",
104132                        "readable": true,
104133                        "type": "gfloat",
104134                        "writable": true
104135                    },
104136                    "huem-14": {
104137                        "blurb": "Hue Mid 14",
104138                        "conditionally-available": false,
104139                        "construct": true,
104140                        "construct-only": false,
104141                        "controllable": true,
104142                        "default": "0.875",
104143                        "max": "1",
104144                        "min": "0",
104145                        "mutable": "null",
104146                        "readable": true,
104147                        "type": "gfloat",
104148                        "writable": true
104149                    },
104150                    "huem-15": {
104151                        "blurb": "Hue Mid 15",
104152                        "conditionally-available": false,
104153                        "construct": true,
104154                        "construct-only": false,
104155                        "controllable": true,
104156                        "default": "0.9375",
104157                        "max": "1",
104158                        "min": "0",
104159                        "mutable": "null",
104160                        "readable": true,
104161                        "type": "gfloat",
104162                        "writable": true
104163                    },
104164                    "huem-2": {
104165                        "blurb": "Hue Mid 2",
104166                        "conditionally-available": false,
104167                        "construct": true,
104168                        "construct-only": false,
104169                        "controllable": true,
104170                        "default": "0.125",
104171                        "max": "1",
104172                        "min": "0",
104173                        "mutable": "null",
104174                        "readable": true,
104175                        "type": "gfloat",
104176                        "writable": true
104177                    },
104178                    "huem-3": {
104179                        "blurb": "Hue Mid 3",
104180                        "conditionally-available": false,
104181                        "construct": true,
104182                        "construct-only": false,
104183                        "controllable": true,
104184                        "default": "0.1875",
104185                        "max": "1",
104186                        "min": "0",
104187                        "mutable": "null",
104188                        "readable": true,
104189                        "type": "gfloat",
104190                        "writable": true
104191                    },
104192                    "huem-4": {
104193                        "blurb": "Hue Mid 4",
104194                        "conditionally-available": false,
104195                        "construct": true,
104196                        "construct-only": false,
104197                        "controllable": true,
104198                        "default": "0.25",
104199                        "max": "1",
104200                        "min": "0",
104201                        "mutable": "null",
104202                        "readable": true,
104203                        "type": "gfloat",
104204                        "writable": true
104205                    },
104206                    "huem-5": {
104207                        "blurb": "Hue Mid 5",
104208                        "conditionally-available": false,
104209                        "construct": true,
104210                        "construct-only": false,
104211                        "controllable": true,
104212                        "default": "0.3125",
104213                        "max": "1",
104214                        "min": "0",
104215                        "mutable": "null",
104216                        "readable": true,
104217                        "type": "gfloat",
104218                        "writable": true
104219                    },
104220                    "huem-6": {
104221                        "blurb": "Hue Mid 6",
104222                        "conditionally-available": false,
104223                        "construct": true,
104224                        "construct-only": false,
104225                        "controllable": true,
104226                        "default": "0.375",
104227                        "max": "1",
104228                        "min": "0",
104229                        "mutable": "null",
104230                        "readable": true,
104231                        "type": "gfloat",
104232                        "writable": true
104233                    },
104234                    "huem-7": {
104235                        "blurb": "Hue Mid 7",
104236                        "conditionally-available": false,
104237                        "construct": true,
104238                        "construct-only": false,
104239                        "controllable": true,
104240                        "default": "0.4375",
104241                        "max": "1",
104242                        "min": "0",
104243                        "mutable": "null",
104244                        "readable": true,
104245                        "type": "gfloat",
104246                        "writable": true
104247                    },
104248                    "huem-8": {
104249                        "blurb": "Hue Mid 8",
104250                        "conditionally-available": false,
104251                        "construct": true,
104252                        "construct-only": false,
104253                        "controllable": true,
104254                        "default": "0.5",
104255                        "max": "1",
104256                        "min": "0",
104257                        "mutable": "null",
104258                        "readable": true,
104259                        "type": "gfloat",
104260                        "writable": true
104261                    },
104262                    "huem-9": {
104263                        "blurb": "Hue Mid 9",
104264                        "conditionally-available": false,
104265                        "construct": true,
104266                        "construct-only": false,
104267                        "controllable": true,
104268                        "default": "0.5625",
104269                        "max": "1",
104270                        "min": "0",
104271                        "mutable": "null",
104272                        "readable": true,
104273                        "type": "gfloat",
104274                        "writable": true
104275                    },
104276                    "hues-0": {
104277                        "blurb": "Hue Side 0",
104278                        "conditionally-available": false,
104279                        "construct": true,
104280                        "construct-only": false,
104281                        "controllable": true,
104282                        "default": "0",
104283                        "max": "1",
104284                        "min": "0",
104285                        "mutable": "null",
104286                        "readable": true,
104287                        "type": "gfloat",
104288                        "writable": true
104289                    },
104290                    "hues-1": {
104291                        "blurb": "Hue Side 1",
104292                        "conditionally-available": false,
104293                        "construct": true,
104294                        "construct-only": false,
104295                        "controllable": true,
104296                        "default": "0.0625",
104297                        "max": "1",
104298                        "min": "0",
104299                        "mutable": "null",
104300                        "readable": true,
104301                        "type": "gfloat",
104302                        "writable": true
104303                    },
104304                    "hues-10": {
104305                        "blurb": "Hue Side 10",
104306                        "conditionally-available": false,
104307                        "construct": true,
104308                        "construct-only": false,
104309                        "controllable": true,
104310                        "default": "0.625",
104311                        "max": "1",
104312                        "min": "0",
104313                        "mutable": "null",
104314                        "readable": true,
104315                        "type": "gfloat",
104316                        "writable": true
104317                    },
104318                    "hues-11": {
104319                        "blurb": "Hue Side 11",
104320                        "conditionally-available": false,
104321                        "construct": true,
104322                        "construct-only": false,
104323                        "controllable": true,
104324                        "default": "0.6875",
104325                        "max": "1",
104326                        "min": "0",
104327                        "mutable": "null",
104328                        "readable": true,
104329                        "type": "gfloat",
104330                        "writable": true
104331                    },
104332                    "hues-12": {
104333                        "blurb": "Hue Side 12",
104334                        "conditionally-available": false,
104335                        "construct": true,
104336                        "construct-only": false,
104337                        "controllable": true,
104338                        "default": "0.75",
104339                        "max": "1",
104340                        "min": "0",
104341                        "mutable": "null",
104342                        "readable": true,
104343                        "type": "gfloat",
104344                        "writable": true
104345                    },
104346                    "hues-13": {
104347                        "blurb": "Hue Side 13",
104348                        "conditionally-available": false,
104349                        "construct": true,
104350                        "construct-only": false,
104351                        "controllable": true,
104352                        "default": "0.8125",
104353                        "max": "1",
104354                        "min": "0",
104355                        "mutable": "null",
104356                        "readable": true,
104357                        "type": "gfloat",
104358                        "writable": true
104359                    },
104360                    "hues-14": {
104361                        "blurb": "Hue Side 14",
104362                        "conditionally-available": false,
104363                        "construct": true,
104364                        "construct-only": false,
104365                        "controllable": true,
104366                        "default": "0.875",
104367                        "max": "1",
104368                        "min": "0",
104369                        "mutable": "null",
104370                        "readable": true,
104371                        "type": "gfloat",
104372                        "writable": true
104373                    },
104374                    "hues-15": {
104375                        "blurb": "Hue Side 15",
104376                        "conditionally-available": false,
104377                        "construct": true,
104378                        "construct-only": false,
104379                        "controllable": true,
104380                        "default": "0.9375",
104381                        "max": "1",
104382                        "min": "0",
104383                        "mutable": "null",
104384                        "readable": true,
104385                        "type": "gfloat",
104386                        "writable": true
104387                    },
104388                    "hues-2": {
104389                        "blurb": "Hue Side 2",
104390                        "conditionally-available": false,
104391                        "construct": true,
104392                        "construct-only": false,
104393                        "controllable": true,
104394                        "default": "0.125",
104395                        "max": "1",
104396                        "min": "0",
104397                        "mutable": "null",
104398                        "readable": true,
104399                        "type": "gfloat",
104400                        "writable": true
104401                    },
104402                    "hues-3": {
104403                        "blurb": "Hue Side 3",
104404                        "conditionally-available": false,
104405                        "construct": true,
104406                        "construct-only": false,
104407                        "controllable": true,
104408                        "default": "0.1875",
104409                        "max": "1",
104410                        "min": "0",
104411                        "mutable": "null",
104412                        "readable": true,
104413                        "type": "gfloat",
104414                        "writable": true
104415                    },
104416                    "hues-4": {
104417                        "blurb": "Hue Side 4",
104418                        "conditionally-available": false,
104419                        "construct": true,
104420                        "construct-only": false,
104421                        "controllable": true,
104422                        "default": "0.25",
104423                        "max": "1",
104424                        "min": "0",
104425                        "mutable": "null",
104426                        "readable": true,
104427                        "type": "gfloat",
104428                        "writable": true
104429                    },
104430                    "hues-5": {
104431                        "blurb": "Hue Side 5",
104432                        "conditionally-available": false,
104433                        "construct": true,
104434                        "construct-only": false,
104435                        "controllable": true,
104436                        "default": "0.3125",
104437                        "max": "1",
104438                        "min": "0",
104439                        "mutable": "null",
104440                        "readable": true,
104441                        "type": "gfloat",
104442                        "writable": true
104443                    },
104444                    "hues-6": {
104445                        "blurb": "Hue Side 6",
104446                        "conditionally-available": false,
104447                        "construct": true,
104448                        "construct-only": false,
104449                        "controllable": true,
104450                        "default": "0.375",
104451                        "max": "1",
104452                        "min": "0",
104453                        "mutable": "null",
104454                        "readable": true,
104455                        "type": "gfloat",
104456                        "writable": true
104457                    },
104458                    "hues-7": {
104459                        "blurb": "Hue Side 7",
104460                        "conditionally-available": false,
104461                        "construct": true,
104462                        "construct-only": false,
104463                        "controllable": true,
104464                        "default": "0.4375",
104465                        "max": "1",
104466                        "min": "0",
104467                        "mutable": "null",
104468                        "readable": true,
104469                        "type": "gfloat",
104470                        "writable": true
104471                    },
104472                    "hues-8": {
104473                        "blurb": "Hue Side 8",
104474                        "conditionally-available": false,
104475                        "construct": true,
104476                        "construct-only": false,
104477                        "controllable": true,
104478                        "default": "0.5",
104479                        "max": "1",
104480                        "min": "0",
104481                        "mutable": "null",
104482                        "readable": true,
104483                        "type": "gfloat",
104484                        "writable": true
104485                    },
104486                    "hues-9": {
104487                        "blurb": "Hue Side 9",
104488                        "conditionally-available": false,
104489                        "construct": true,
104490                        "construct-only": false,
104491                        "controllable": true,
104492                        "default": "0.5625",
104493                        "max": "1",
104494                        "min": "0",
104495                        "mutable": "null",
104496                        "readable": true,
104497                        "type": "gfloat",
104498                        "writable": true
104499                    },
104500                    "iml": {
104501                        "blurb": "Input signal meter Left",
104502                        "conditionally-available": false,
104503                        "construct": false,
104504                        "construct-only": false,
104505                        "controllable": true,
104506                        "default": "0",
104507                        "max": "3.98107",
104508                        "min": "0",
104509                        "mutable": "null",
104510                        "readable": true,
104511                        "type": "gfloat",
104512                        "writable": false
104513                    },
104514                    "imr": {
104515                        "blurb": "Input signal meter Right",
104516                        "conditionally-available": false,
104517                        "construct": false,
104518                        "construct-only": false,
104519                        "controllable": true,
104520                        "default": "0",
104521                        "max": "3.98107",
104522                        "min": "0",
104523                        "mutable": "null",
104524                        "readable": true,
104525                        "type": "gfloat",
104526                        "writable": false
104527                    },
104528                    "lstn": {
104529                        "blurb": "Mid/Side listen",
104530                        "conditionally-available": false,
104531                        "construct": true,
104532                        "construct-only": false,
104533                        "controllable": true,
104534                        "default": "false",
104535                        "mutable": "null",
104536                        "readable": true,
104537                        "type": "gboolean",
104538                        "writable": true
104539                    },
104540                    "mode": {
104541                        "blurb": "Equalizer mode",
104542                        "conditionally-available": false,
104543                        "construct": true,
104544                        "construct-only": false,
104545                        "controllable": true,
104546                        "default": "IIR (0)",
104547                        "mutable": "null",
104548                        "readable": true,
104549                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msmode",
104550                        "writable": true
104551                    },
104552                    "out-latency": {
104553                        "blurb": "Latency OUT",
104554                        "conditionally-available": false,
104555                        "construct": false,
104556                        "construct-only": false,
104557                        "controllable": true,
104558                        "default": "0",
104559                        "max": "192000",
104560                        "min": "0",
104561                        "mutable": "null",
104562                        "readable": true,
104563                        "type": "gint",
104564                        "writable": false
104565                    },
104566                    "qm-0": {
104567                        "blurb": "Quality factor Mid 0",
104568                        "conditionally-available": false,
104569                        "construct": true,
104570                        "construct-only": false,
104571                        "controllable": true,
104572                        "default": "0",
104573                        "max": "100",
104574                        "min": "0",
104575                        "mutable": "null",
104576                        "readable": true,
104577                        "type": "gfloat",
104578                        "writable": true
104579                    },
104580                    "qm-1": {
104581                        "blurb": "Quality factor Mid 1",
104582                        "conditionally-available": false,
104583                        "construct": true,
104584                        "construct-only": false,
104585                        "controllable": true,
104586                        "default": "0",
104587                        "max": "100",
104588                        "min": "0",
104589                        "mutable": "null",
104590                        "readable": true,
104591                        "type": "gfloat",
104592                        "writable": true
104593                    },
104594                    "qm-10": {
104595                        "blurb": "Quality factor Mid 10",
104596                        "conditionally-available": false,
104597                        "construct": true,
104598                        "construct-only": false,
104599                        "controllable": true,
104600                        "default": "0",
104601                        "max": "100",
104602                        "min": "0",
104603                        "mutable": "null",
104604                        "readable": true,
104605                        "type": "gfloat",
104606                        "writable": true
104607                    },
104608                    "qm-11": {
104609                        "blurb": "Quality factor Mid 11",
104610                        "conditionally-available": false,
104611                        "construct": true,
104612                        "construct-only": false,
104613                        "controllable": true,
104614                        "default": "0",
104615                        "max": "100",
104616                        "min": "0",
104617                        "mutable": "null",
104618                        "readable": true,
104619                        "type": "gfloat",
104620                        "writable": true
104621                    },
104622                    "qm-12": {
104623                        "blurb": "Quality factor Mid 12",
104624                        "conditionally-available": false,
104625                        "construct": true,
104626                        "construct-only": false,
104627                        "controllable": true,
104628                        "default": "0",
104629                        "max": "100",
104630                        "min": "0",
104631                        "mutable": "null",
104632                        "readable": true,
104633                        "type": "gfloat",
104634                        "writable": true
104635                    },
104636                    "qm-13": {
104637                        "blurb": "Quality factor Mid 13",
104638                        "conditionally-available": false,
104639                        "construct": true,
104640                        "construct-only": false,
104641                        "controllable": true,
104642                        "default": "0",
104643                        "max": "100",
104644                        "min": "0",
104645                        "mutable": "null",
104646                        "readable": true,
104647                        "type": "gfloat",
104648                        "writable": true
104649                    },
104650                    "qm-14": {
104651                        "blurb": "Quality factor Mid 14",
104652                        "conditionally-available": false,
104653                        "construct": true,
104654                        "construct-only": false,
104655                        "controllable": true,
104656                        "default": "0",
104657                        "max": "100",
104658                        "min": "0",
104659                        "mutable": "null",
104660                        "readable": true,
104661                        "type": "gfloat",
104662                        "writable": true
104663                    },
104664                    "qm-15": {
104665                        "blurb": "Quality factor Mid 15",
104666                        "conditionally-available": false,
104667                        "construct": true,
104668                        "construct-only": false,
104669                        "controllable": true,
104670                        "default": "0",
104671                        "max": "100",
104672                        "min": "0",
104673                        "mutable": "null",
104674                        "readable": true,
104675                        "type": "gfloat",
104676                        "writable": true
104677                    },
104678                    "qm-2": {
104679                        "blurb": "Quality factor Mid 2",
104680                        "conditionally-available": false,
104681                        "construct": true,
104682                        "construct-only": false,
104683                        "controllable": true,
104684                        "default": "0",
104685                        "max": "100",
104686                        "min": "0",
104687                        "mutable": "null",
104688                        "readable": true,
104689                        "type": "gfloat",
104690                        "writable": true
104691                    },
104692                    "qm-3": {
104693                        "blurb": "Quality factor Mid 3",
104694                        "conditionally-available": false,
104695                        "construct": true,
104696                        "construct-only": false,
104697                        "controllable": true,
104698                        "default": "0",
104699                        "max": "100",
104700                        "min": "0",
104701                        "mutable": "null",
104702                        "readable": true,
104703                        "type": "gfloat",
104704                        "writable": true
104705                    },
104706                    "qm-4": {
104707                        "blurb": "Quality factor Mid 4",
104708                        "conditionally-available": false,
104709                        "construct": true,
104710                        "construct-only": false,
104711                        "controllable": true,
104712                        "default": "0",
104713                        "max": "100",
104714                        "min": "0",
104715                        "mutable": "null",
104716                        "readable": true,
104717                        "type": "gfloat",
104718                        "writable": true
104719                    },
104720                    "qm-5": {
104721                        "blurb": "Quality factor Mid 5",
104722                        "conditionally-available": false,
104723                        "construct": true,
104724                        "construct-only": false,
104725                        "controllable": true,
104726                        "default": "0",
104727                        "max": "100",
104728                        "min": "0",
104729                        "mutable": "null",
104730                        "readable": true,
104731                        "type": "gfloat",
104732                        "writable": true
104733                    },
104734                    "qm-6": {
104735                        "blurb": "Quality factor Mid 6",
104736                        "conditionally-available": false,
104737                        "construct": true,
104738                        "construct-only": false,
104739                        "controllable": true,
104740                        "default": "0",
104741                        "max": "100",
104742                        "min": "0",
104743                        "mutable": "null",
104744                        "readable": true,
104745                        "type": "gfloat",
104746                        "writable": true
104747                    },
104748                    "qm-7": {
104749                        "blurb": "Quality factor Mid 7",
104750                        "conditionally-available": false,
104751                        "construct": true,
104752                        "construct-only": false,
104753                        "controllable": true,
104754                        "default": "0",
104755                        "max": "100",
104756                        "min": "0",
104757                        "mutable": "null",
104758                        "readable": true,
104759                        "type": "gfloat",
104760                        "writable": true
104761                    },
104762                    "qm-8": {
104763                        "blurb": "Quality factor Mid 8",
104764                        "conditionally-available": false,
104765                        "construct": true,
104766                        "construct-only": false,
104767                        "controllable": true,
104768                        "default": "0",
104769                        "max": "100",
104770                        "min": "0",
104771                        "mutable": "null",
104772                        "readable": true,
104773                        "type": "gfloat",
104774                        "writable": true
104775                    },
104776                    "qm-9": {
104777                        "blurb": "Quality factor Mid 9",
104778                        "conditionally-available": false,
104779                        "construct": true,
104780                        "construct-only": false,
104781                        "controllable": true,
104782                        "default": "0",
104783                        "max": "100",
104784                        "min": "0",
104785                        "mutable": "null",
104786                        "readable": true,
104787                        "type": "gfloat",
104788                        "writable": true
104789                    },
104790                    "qs-0": {
104791                        "blurb": "Quality factor Side 0",
104792                        "conditionally-available": false,
104793                        "construct": true,
104794                        "construct-only": false,
104795                        "controllable": true,
104796                        "default": "0",
104797                        "max": "100",
104798                        "min": "0",
104799                        "mutable": "null",
104800                        "readable": true,
104801                        "type": "gfloat",
104802                        "writable": true
104803                    },
104804                    "qs-1": {
104805                        "blurb": "Quality factor Side 1",
104806                        "conditionally-available": false,
104807                        "construct": true,
104808                        "construct-only": false,
104809                        "controllable": true,
104810                        "default": "0",
104811                        "max": "100",
104812                        "min": "0",
104813                        "mutable": "null",
104814                        "readable": true,
104815                        "type": "gfloat",
104816                        "writable": true
104817                    },
104818                    "qs-10": {
104819                        "blurb": "Quality factor Side 10",
104820                        "conditionally-available": false,
104821                        "construct": true,
104822                        "construct-only": false,
104823                        "controllable": true,
104824                        "default": "0",
104825                        "max": "100",
104826                        "min": "0",
104827                        "mutable": "null",
104828                        "readable": true,
104829                        "type": "gfloat",
104830                        "writable": true
104831                    },
104832                    "qs-11": {
104833                        "blurb": "Quality factor Side 11",
104834                        "conditionally-available": false,
104835                        "construct": true,
104836                        "construct-only": false,
104837                        "controllable": true,
104838                        "default": "0",
104839                        "max": "100",
104840                        "min": "0",
104841                        "mutable": "null",
104842                        "readable": true,
104843                        "type": "gfloat",
104844                        "writable": true
104845                    },
104846                    "qs-12": {
104847                        "blurb": "Quality factor Side 12",
104848                        "conditionally-available": false,
104849                        "construct": true,
104850                        "construct-only": false,
104851                        "controllable": true,
104852                        "default": "0",
104853                        "max": "100",
104854                        "min": "0",
104855                        "mutable": "null",
104856                        "readable": true,
104857                        "type": "gfloat",
104858                        "writable": true
104859                    },
104860                    "qs-13": {
104861                        "blurb": "Quality factor Side 13",
104862                        "conditionally-available": false,
104863                        "construct": true,
104864                        "construct-only": false,
104865                        "controllable": true,
104866                        "default": "0",
104867                        "max": "100",
104868                        "min": "0",
104869                        "mutable": "null",
104870                        "readable": true,
104871                        "type": "gfloat",
104872                        "writable": true
104873                    },
104874                    "qs-14": {
104875                        "blurb": "Quality factor Side 14",
104876                        "conditionally-available": false,
104877                        "construct": true,
104878                        "construct-only": false,
104879                        "controllable": true,
104880                        "default": "0",
104881                        "max": "100",
104882                        "min": "0",
104883                        "mutable": "null",
104884                        "readable": true,
104885                        "type": "gfloat",
104886                        "writable": true
104887                    },
104888                    "qs-15": {
104889                        "blurb": "Quality factor Side 15",
104890                        "conditionally-available": false,
104891                        "construct": true,
104892                        "construct-only": false,
104893                        "controllable": true,
104894                        "default": "0",
104895                        "max": "100",
104896                        "min": "0",
104897                        "mutable": "null",
104898                        "readable": true,
104899                        "type": "gfloat",
104900                        "writable": true
104901                    },
104902                    "qs-2": {
104903                        "blurb": "Quality factor Side 2",
104904                        "conditionally-available": false,
104905                        "construct": true,
104906                        "construct-only": false,
104907                        "controllable": true,
104908                        "default": "0",
104909                        "max": "100",
104910                        "min": "0",
104911                        "mutable": "null",
104912                        "readable": true,
104913                        "type": "gfloat",
104914                        "writable": true
104915                    },
104916                    "qs-3": {
104917                        "blurb": "Quality factor Side 3",
104918                        "conditionally-available": false,
104919                        "construct": true,
104920                        "construct-only": false,
104921                        "controllable": true,
104922                        "default": "0",
104923                        "max": "100",
104924                        "min": "0",
104925                        "mutable": "null",
104926                        "readable": true,
104927                        "type": "gfloat",
104928                        "writable": true
104929                    },
104930                    "qs-4": {
104931                        "blurb": "Quality factor Side 4",
104932                        "conditionally-available": false,
104933                        "construct": true,
104934                        "construct-only": false,
104935                        "controllable": true,
104936                        "default": "0",
104937                        "max": "100",
104938                        "min": "0",
104939                        "mutable": "null",
104940                        "readable": true,
104941                        "type": "gfloat",
104942                        "writable": true
104943                    },
104944                    "qs-5": {
104945                        "blurb": "Quality factor Side 5",
104946                        "conditionally-available": false,
104947                        "construct": true,
104948                        "construct-only": false,
104949                        "controllable": true,
104950                        "default": "0",
104951                        "max": "100",
104952                        "min": "0",
104953                        "mutable": "null",
104954                        "readable": true,
104955                        "type": "gfloat",
104956                        "writable": true
104957                    },
104958                    "qs-6": {
104959                        "blurb": "Quality factor Side 6",
104960                        "conditionally-available": false,
104961                        "construct": true,
104962                        "construct-only": false,
104963                        "controllable": true,
104964                        "default": "0",
104965                        "max": "100",
104966                        "min": "0",
104967                        "mutable": "null",
104968                        "readable": true,
104969                        "type": "gfloat",
104970                        "writable": true
104971                    },
104972                    "qs-7": {
104973                        "blurb": "Quality factor Side 7",
104974                        "conditionally-available": false,
104975                        "construct": true,
104976                        "construct-only": false,
104977                        "controllable": true,
104978                        "default": "0",
104979                        "max": "100",
104980                        "min": "0",
104981                        "mutable": "null",
104982                        "readable": true,
104983                        "type": "gfloat",
104984                        "writable": true
104985                    },
104986                    "qs-8": {
104987                        "blurb": "Quality factor Side 8",
104988                        "conditionally-available": false,
104989                        "construct": true,
104990                        "construct-only": false,
104991                        "controllable": true,
104992                        "default": "0",
104993                        "max": "100",
104994                        "min": "0",
104995                        "mutable": "null",
104996                        "readable": true,
104997                        "type": "gfloat",
104998                        "writable": true
104999                    },
105000                    "qs-9": {
105001                        "blurb": "Quality factor Side 9",
105002                        "conditionally-available": false,
105003                        "construct": true,
105004                        "construct-only": false,
105005                        "controllable": true,
105006                        "default": "0",
105007                        "max": "100",
105008                        "min": "0",
105009                        "mutable": "null",
105010                        "readable": true,
105011                        "type": "gfloat",
105012                        "writable": true
105013                    },
105014                    "react": {
105015                        "blurb": "FFT reactivity",
105016                        "conditionally-available": false,
105017                        "construct": true,
105018                        "construct-only": false,
105019                        "controllable": true,
105020                        "default": "0.2",
105021                        "max": "1",
105022                        "min": "0",
105023                        "mutable": "null",
105024                        "readable": true,
105025                        "type": "gfloat",
105026                        "writable": true
105027                    },
105028                    "shift": {
105029                        "blurb": "Shift gain",
105030                        "conditionally-available": false,
105031                        "construct": true,
105032                        "construct-only": false,
105033                        "controllable": true,
105034                        "default": "1",
105035                        "max": "100",
105036                        "min": "0",
105037                        "mutable": "null",
105038                        "readable": true,
105039                        "type": "gfloat",
105040                        "writable": true
105041                    },
105042                    "sm-0": {
105043                        "blurb": "Filter slope Mid 0",
105044                        "conditionally-available": false,
105045                        "construct": true,
105046                        "construct-only": false,
105047                        "controllable": true,
105048                        "default": "x1 (0)",
105049                        "mutable": "null",
105050                        "readable": true,
105051                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-0",
105052                        "writable": true
105053                    },
105054                    "sm-1": {
105055                        "blurb": "Filter slope Mid 1",
105056                        "conditionally-available": false,
105057                        "construct": true,
105058                        "construct-only": false,
105059                        "controllable": true,
105060                        "default": "x1 (0)",
105061                        "mutable": "null",
105062                        "readable": true,
105063                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-1",
105064                        "writable": true
105065                    },
105066                    "sm-10": {
105067                        "blurb": "Filter slope Mid 10",
105068                        "conditionally-available": false,
105069                        "construct": true,
105070                        "construct-only": false,
105071                        "controllable": true,
105072                        "default": "x1 (0)",
105073                        "mutable": "null",
105074                        "readable": true,
105075                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-10",
105076                        "writable": true
105077                    },
105078                    "sm-11": {
105079                        "blurb": "Filter slope Mid 11",
105080                        "conditionally-available": false,
105081                        "construct": true,
105082                        "construct-only": false,
105083                        "controllable": true,
105084                        "default": "x1 (0)",
105085                        "mutable": "null",
105086                        "readable": true,
105087                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-11",
105088                        "writable": true
105089                    },
105090                    "sm-12": {
105091                        "blurb": "Filter slope Mid 12",
105092                        "conditionally-available": false,
105093                        "construct": true,
105094                        "construct-only": false,
105095                        "controllable": true,
105096                        "default": "x1 (0)",
105097                        "mutable": "null",
105098                        "readable": true,
105099                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-12",
105100                        "writable": true
105101                    },
105102                    "sm-13": {
105103                        "blurb": "Filter slope Mid 13",
105104                        "conditionally-available": false,
105105                        "construct": true,
105106                        "construct-only": false,
105107                        "controllable": true,
105108                        "default": "x1 (0)",
105109                        "mutable": "null",
105110                        "readable": true,
105111                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-13",
105112                        "writable": true
105113                    },
105114                    "sm-14": {
105115                        "blurb": "Filter slope Mid 14",
105116                        "conditionally-available": false,
105117                        "construct": true,
105118                        "construct-only": false,
105119                        "controllable": true,
105120                        "default": "x1 (0)",
105121                        "mutable": "null",
105122                        "readable": true,
105123                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-14",
105124                        "writable": true
105125                    },
105126                    "sm-15": {
105127                        "blurb": "Filter slope Mid 15",
105128                        "conditionally-available": false,
105129                        "construct": true,
105130                        "construct-only": false,
105131                        "controllable": true,
105132                        "default": "x1 (0)",
105133                        "mutable": "null",
105134                        "readable": true,
105135                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-15",
105136                        "writable": true
105137                    },
105138                    "sm-2": {
105139                        "blurb": "Filter slope Mid 2",
105140                        "conditionally-available": false,
105141                        "construct": true,
105142                        "construct-only": false,
105143                        "controllable": true,
105144                        "default": "x1 (0)",
105145                        "mutable": "null",
105146                        "readable": true,
105147                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-2",
105148                        "writable": true
105149                    },
105150                    "sm-3": {
105151                        "blurb": "Filter slope Mid 3",
105152                        "conditionally-available": false,
105153                        "construct": true,
105154                        "construct-only": false,
105155                        "controllable": true,
105156                        "default": "x1 (0)",
105157                        "mutable": "null",
105158                        "readable": true,
105159                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-3",
105160                        "writable": true
105161                    },
105162                    "sm-4": {
105163                        "blurb": "Filter slope Mid 4",
105164                        "conditionally-available": false,
105165                        "construct": true,
105166                        "construct-only": false,
105167                        "controllable": true,
105168                        "default": "x1 (0)",
105169                        "mutable": "null",
105170                        "readable": true,
105171                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-4",
105172                        "writable": true
105173                    },
105174                    "sm-5": {
105175                        "blurb": "Filter slope Mid 5",
105176                        "conditionally-available": false,
105177                        "construct": true,
105178                        "construct-only": false,
105179                        "controllable": true,
105180                        "default": "x1 (0)",
105181                        "mutable": "null",
105182                        "readable": true,
105183                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-5",
105184                        "writable": true
105185                    },
105186                    "sm-6": {
105187                        "blurb": "Filter slope Mid 6",
105188                        "conditionally-available": false,
105189                        "construct": true,
105190                        "construct-only": false,
105191                        "controllable": true,
105192                        "default": "x1 (0)",
105193                        "mutable": "null",
105194                        "readable": true,
105195                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-6",
105196                        "writable": true
105197                    },
105198                    "sm-7": {
105199                        "blurb": "Filter slope Mid 7",
105200                        "conditionally-available": false,
105201                        "construct": true,
105202                        "construct-only": false,
105203                        "controllable": true,
105204                        "default": "x1 (0)",
105205                        "mutable": "null",
105206                        "readable": true,
105207                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-7",
105208                        "writable": true
105209                    },
105210                    "sm-8": {
105211                        "blurb": "Filter slope Mid 8",
105212                        "conditionally-available": false,
105213                        "construct": true,
105214                        "construct-only": false,
105215                        "controllable": true,
105216                        "default": "x1 (0)",
105217                        "mutable": "null",
105218                        "readable": true,
105219                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-8",
105220                        "writable": true
105221                    },
105222                    "sm-9": {
105223                        "blurb": "Filter slope Mid 9",
105224                        "conditionally-available": false,
105225                        "construct": true,
105226                        "construct-only": false,
105227                        "controllable": true,
105228                        "default": "x1 (0)",
105229                        "mutable": "null",
105230                        "readable": true,
105231                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-9",
105232                        "writable": true
105233                    },
105234                    "sml": {
105235                        "blurb": "Output signal meter Left",
105236                        "conditionally-available": false,
105237                        "construct": false,
105238                        "construct-only": false,
105239                        "controllable": true,
105240                        "default": "0",
105241                        "max": "3.98107",
105242                        "min": "0",
105243                        "mutable": "null",
105244                        "readable": true,
105245                        "type": "gfloat",
105246                        "writable": false
105247                    },
105248                    "smr": {
105249                        "blurb": "Output signal meter Right",
105250                        "conditionally-available": false,
105251                        "construct": false,
105252                        "construct-only": false,
105253                        "controllable": true,
105254                        "default": "0",
105255                        "max": "3.98107",
105256                        "min": "0",
105257                        "mutable": "null",
105258                        "readable": true,
105259                        "type": "gfloat",
105260                        "writable": false
105261                    },
105262                    "ss-0": {
105263                        "blurb": "Filter slope Side 0",
105264                        "conditionally-available": false,
105265                        "construct": true,
105266                        "construct-only": false,
105267                        "controllable": true,
105268                        "default": "x1 (0)",
105269                        "mutable": "null",
105270                        "readable": true,
105271                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-0",
105272                        "writable": true
105273                    },
105274                    "ss-1": {
105275                        "blurb": "Filter slope Side 1",
105276                        "conditionally-available": false,
105277                        "construct": true,
105278                        "construct-only": false,
105279                        "controllable": true,
105280                        "default": "x1 (0)",
105281                        "mutable": "null",
105282                        "readable": true,
105283                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-1",
105284                        "writable": true
105285                    },
105286                    "ss-10": {
105287                        "blurb": "Filter slope Side 10",
105288                        "conditionally-available": false,
105289                        "construct": true,
105290                        "construct-only": false,
105291                        "controllable": true,
105292                        "default": "x1 (0)",
105293                        "mutable": "null",
105294                        "readable": true,
105295                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-10",
105296                        "writable": true
105297                    },
105298                    "ss-11": {
105299                        "blurb": "Filter slope Side 11",
105300                        "conditionally-available": false,
105301                        "construct": true,
105302                        "construct-only": false,
105303                        "controllable": true,
105304                        "default": "x1 (0)",
105305                        "mutable": "null",
105306                        "readable": true,
105307                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-11",
105308                        "writable": true
105309                    },
105310                    "ss-12": {
105311                        "blurb": "Filter slope Side 12",
105312                        "conditionally-available": false,
105313                        "construct": true,
105314                        "construct-only": false,
105315                        "controllable": true,
105316                        "default": "x1 (0)",
105317                        "mutable": "null",
105318                        "readable": true,
105319                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-12",
105320                        "writable": true
105321                    },
105322                    "ss-13": {
105323                        "blurb": "Filter slope Side 13",
105324                        "conditionally-available": false,
105325                        "construct": true,
105326                        "construct-only": false,
105327                        "controllable": true,
105328                        "default": "x1 (0)",
105329                        "mutable": "null",
105330                        "readable": true,
105331                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-13",
105332                        "writable": true
105333                    },
105334                    "ss-14": {
105335                        "blurb": "Filter slope Side 14",
105336                        "conditionally-available": false,
105337                        "construct": true,
105338                        "construct-only": false,
105339                        "controllable": true,
105340                        "default": "x1 (0)",
105341                        "mutable": "null",
105342                        "readable": true,
105343                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-14",
105344                        "writable": true
105345                    },
105346                    "ss-15": {
105347                        "blurb": "Filter slope Side 15",
105348                        "conditionally-available": false,
105349                        "construct": true,
105350                        "construct-only": false,
105351                        "controllable": true,
105352                        "default": "x1 (0)",
105353                        "mutable": "null",
105354                        "readable": true,
105355                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-15",
105356                        "writable": true
105357                    },
105358                    "ss-2": {
105359                        "blurb": "Filter slope Side 2",
105360                        "conditionally-available": false,
105361                        "construct": true,
105362                        "construct-only": false,
105363                        "controllable": true,
105364                        "default": "x1 (0)",
105365                        "mutable": "null",
105366                        "readable": true,
105367                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-2",
105368                        "writable": true
105369                    },
105370                    "ss-3": {
105371                        "blurb": "Filter slope Side 3",
105372                        "conditionally-available": false,
105373                        "construct": true,
105374                        "construct-only": false,
105375                        "controllable": true,
105376                        "default": "x1 (0)",
105377                        "mutable": "null",
105378                        "readable": true,
105379                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-3",
105380                        "writable": true
105381                    },
105382                    "ss-4": {
105383                        "blurb": "Filter slope Side 4",
105384                        "conditionally-available": false,
105385                        "construct": true,
105386                        "construct-only": false,
105387                        "controllable": true,
105388                        "default": "x1 (0)",
105389                        "mutable": "null",
105390                        "readable": true,
105391                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-4",
105392                        "writable": true
105393                    },
105394                    "ss-5": {
105395                        "blurb": "Filter slope Side 5",
105396                        "conditionally-available": false,
105397                        "construct": true,
105398                        "construct-only": false,
105399                        "controllable": true,
105400                        "default": "x1 (0)",
105401                        "mutable": "null",
105402                        "readable": true,
105403                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-5",
105404                        "writable": true
105405                    },
105406                    "ss-6": {
105407                        "blurb": "Filter slope Side 6",
105408                        "conditionally-available": false,
105409                        "construct": true,
105410                        "construct-only": false,
105411                        "controllable": true,
105412                        "default": "x1 (0)",
105413                        "mutable": "null",
105414                        "readable": true,
105415                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-6",
105416                        "writable": true
105417                    },
105418                    "ss-7": {
105419                        "blurb": "Filter slope Side 7",
105420                        "conditionally-available": false,
105421                        "construct": true,
105422                        "construct-only": false,
105423                        "controllable": true,
105424                        "default": "x1 (0)",
105425                        "mutable": "null",
105426                        "readable": true,
105427                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-7",
105428                        "writable": true
105429                    },
105430                    "ss-8": {
105431                        "blurb": "Filter slope Side 8",
105432                        "conditionally-available": false,
105433                        "construct": true,
105434                        "construct-only": false,
105435                        "controllable": true,
105436                        "default": "x1 (0)",
105437                        "mutable": "null",
105438                        "readable": true,
105439                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-8",
105440                        "writable": true
105441                    },
105442                    "ss-9": {
105443                        "blurb": "Filter slope Side 9",
105444                        "conditionally-available": false,
105445                        "construct": true,
105446                        "construct-only": false,
105447                        "controllable": true,
105448                        "default": "x1 (0)",
105449                        "mutable": "null",
105450                        "readable": true,
105451                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-9",
105452                        "writable": true
105453                    },
105454                    "xmm-0": {
105455                        "blurb": "Filter mute Mid 0",
105456                        "conditionally-available": false,
105457                        "construct": true,
105458                        "construct-only": false,
105459                        "controllable": true,
105460                        "default": "false",
105461                        "mutable": "null",
105462                        "readable": true,
105463                        "type": "gboolean",
105464                        "writable": true
105465                    },
105466                    "xmm-1": {
105467                        "blurb": "Filter mute Mid 1",
105468                        "conditionally-available": false,
105469                        "construct": true,
105470                        "construct-only": false,
105471                        "controllable": true,
105472                        "default": "false",
105473                        "mutable": "null",
105474                        "readable": true,
105475                        "type": "gboolean",
105476                        "writable": true
105477                    },
105478                    "xmm-10": {
105479                        "blurb": "Filter mute Mid 10",
105480                        "conditionally-available": false,
105481                        "construct": true,
105482                        "construct-only": false,
105483                        "controllable": true,
105484                        "default": "false",
105485                        "mutable": "null",
105486                        "readable": true,
105487                        "type": "gboolean",
105488                        "writable": true
105489                    },
105490                    "xmm-11": {
105491                        "blurb": "Filter mute Mid 11",
105492                        "conditionally-available": false,
105493                        "construct": true,
105494                        "construct-only": false,
105495                        "controllable": true,
105496                        "default": "false",
105497                        "mutable": "null",
105498                        "readable": true,
105499                        "type": "gboolean",
105500                        "writable": true
105501                    },
105502                    "xmm-12": {
105503                        "blurb": "Filter mute Mid 12",
105504                        "conditionally-available": false,
105505                        "construct": true,
105506                        "construct-only": false,
105507                        "controllable": true,
105508                        "default": "false",
105509                        "mutable": "null",
105510                        "readable": true,
105511                        "type": "gboolean",
105512                        "writable": true
105513                    },
105514                    "xmm-13": {
105515                        "blurb": "Filter mute Mid 13",
105516                        "conditionally-available": false,
105517                        "construct": true,
105518                        "construct-only": false,
105519                        "controllable": true,
105520                        "default": "false",
105521                        "mutable": "null",
105522                        "readable": true,
105523                        "type": "gboolean",
105524                        "writable": true
105525                    },
105526                    "xmm-14": {
105527                        "blurb": "Filter mute Mid 14",
105528                        "conditionally-available": false,
105529                        "construct": true,
105530                        "construct-only": false,
105531                        "controllable": true,
105532                        "default": "false",
105533                        "mutable": "null",
105534                        "readable": true,
105535                        "type": "gboolean",
105536                        "writable": true
105537                    },
105538                    "xmm-15": {
105539                        "blurb": "Filter mute Mid 15",
105540                        "conditionally-available": false,
105541                        "construct": true,
105542                        "construct-only": false,
105543                        "controllable": true,
105544                        "default": "false",
105545                        "mutable": "null",
105546                        "readable": true,
105547                        "type": "gboolean",
105548                        "writable": true
105549                    },
105550                    "xmm-2": {
105551                        "blurb": "Filter mute Mid 2",
105552                        "conditionally-available": false,
105553                        "construct": true,
105554                        "construct-only": false,
105555                        "controllable": true,
105556                        "default": "false",
105557                        "mutable": "null",
105558                        "readable": true,
105559                        "type": "gboolean",
105560                        "writable": true
105561                    },
105562                    "xmm-3": {
105563                        "blurb": "Filter mute Mid 3",
105564                        "conditionally-available": false,
105565                        "construct": true,
105566                        "construct-only": false,
105567                        "controllable": true,
105568                        "default": "false",
105569                        "mutable": "null",
105570                        "readable": true,
105571                        "type": "gboolean",
105572                        "writable": true
105573                    },
105574                    "xmm-4": {
105575                        "blurb": "Filter mute Mid 4",
105576                        "conditionally-available": false,
105577                        "construct": true,
105578                        "construct-only": false,
105579                        "controllable": true,
105580                        "default": "false",
105581                        "mutable": "null",
105582                        "readable": true,
105583                        "type": "gboolean",
105584                        "writable": true
105585                    },
105586                    "xmm-5": {
105587                        "blurb": "Filter mute Mid 5",
105588                        "conditionally-available": false,
105589                        "construct": true,
105590                        "construct-only": false,
105591                        "controllable": true,
105592                        "default": "false",
105593                        "mutable": "null",
105594                        "readable": true,
105595                        "type": "gboolean",
105596                        "writable": true
105597                    },
105598                    "xmm-6": {
105599                        "blurb": "Filter mute Mid 6",
105600                        "conditionally-available": false,
105601                        "construct": true,
105602                        "construct-only": false,
105603                        "controllable": true,
105604                        "default": "false",
105605                        "mutable": "null",
105606                        "readable": true,
105607                        "type": "gboolean",
105608                        "writable": true
105609                    },
105610                    "xmm-7": {
105611                        "blurb": "Filter mute Mid 7",
105612                        "conditionally-available": false,
105613                        "construct": true,
105614                        "construct-only": false,
105615                        "controllable": true,
105616                        "default": "false",
105617                        "mutable": "null",
105618                        "readable": true,
105619                        "type": "gboolean",
105620                        "writable": true
105621                    },
105622                    "xmm-8": {
105623                        "blurb": "Filter mute Mid 8",
105624                        "conditionally-available": false,
105625                        "construct": true,
105626                        "construct-only": false,
105627                        "controllable": true,
105628                        "default": "false",
105629                        "mutable": "null",
105630                        "readable": true,
105631                        "type": "gboolean",
105632                        "writable": true
105633                    },
105634                    "xmm-9": {
105635                        "blurb": "Filter mute Mid 9",
105636                        "conditionally-available": false,
105637                        "construct": true,
105638                        "construct-only": false,
105639                        "controllable": true,
105640                        "default": "false",
105641                        "mutable": "null",
105642                        "readable": true,
105643                        "type": "gboolean",
105644                        "writable": true
105645                    },
105646                    "xms-0": {
105647                        "blurb": "Filter mute Side 0",
105648                        "conditionally-available": false,
105649                        "construct": true,
105650                        "construct-only": false,
105651                        "controllable": true,
105652                        "default": "false",
105653                        "mutable": "null",
105654                        "readable": true,
105655                        "type": "gboolean",
105656                        "writable": true
105657                    },
105658                    "xms-1": {
105659                        "blurb": "Filter mute Side 1",
105660                        "conditionally-available": false,
105661                        "construct": true,
105662                        "construct-only": false,
105663                        "controllable": true,
105664                        "default": "false",
105665                        "mutable": "null",
105666                        "readable": true,
105667                        "type": "gboolean",
105668                        "writable": true
105669                    },
105670                    "xms-10": {
105671                        "blurb": "Filter mute Side 10",
105672                        "conditionally-available": false,
105673                        "construct": true,
105674                        "construct-only": false,
105675                        "controllable": true,
105676                        "default": "false",
105677                        "mutable": "null",
105678                        "readable": true,
105679                        "type": "gboolean",
105680                        "writable": true
105681                    },
105682                    "xms-11": {
105683                        "blurb": "Filter mute Side 11",
105684                        "conditionally-available": false,
105685                        "construct": true,
105686                        "construct-only": false,
105687                        "controllable": true,
105688                        "default": "false",
105689                        "mutable": "null",
105690                        "readable": true,
105691                        "type": "gboolean",
105692                        "writable": true
105693                    },
105694                    "xms-12": {
105695                        "blurb": "Filter mute Side 12",
105696                        "conditionally-available": false,
105697                        "construct": true,
105698                        "construct-only": false,
105699                        "controllable": true,
105700                        "default": "false",
105701                        "mutable": "null",
105702                        "readable": true,
105703                        "type": "gboolean",
105704                        "writable": true
105705                    },
105706                    "xms-13": {
105707                        "blurb": "Filter mute Side 13",
105708                        "conditionally-available": false,
105709                        "construct": true,
105710                        "construct-only": false,
105711                        "controllable": true,
105712                        "default": "false",
105713                        "mutable": "null",
105714                        "readable": true,
105715                        "type": "gboolean",
105716                        "writable": true
105717                    },
105718                    "xms-14": {
105719                        "blurb": "Filter mute Side 14",
105720                        "conditionally-available": false,
105721                        "construct": true,
105722                        "construct-only": false,
105723                        "controllable": true,
105724                        "default": "false",
105725                        "mutable": "null",
105726                        "readable": true,
105727                        "type": "gboolean",
105728                        "writable": true
105729                    },
105730                    "xms-15": {
105731                        "blurb": "Filter mute Side 15",
105732                        "conditionally-available": false,
105733                        "construct": true,
105734                        "construct-only": false,
105735                        "controllable": true,
105736                        "default": "false",
105737                        "mutable": "null",
105738                        "readable": true,
105739                        "type": "gboolean",
105740                        "writable": true
105741                    },
105742                    "xms-2": {
105743                        "blurb": "Filter mute Side 2",
105744                        "conditionally-available": false,
105745                        "construct": true,
105746                        "construct-only": false,
105747                        "controllable": true,
105748                        "default": "false",
105749                        "mutable": "null",
105750                        "readable": true,
105751                        "type": "gboolean",
105752                        "writable": true
105753                    },
105754                    "xms-3": {
105755                        "blurb": "Filter mute Side 3",
105756                        "conditionally-available": false,
105757                        "construct": true,
105758                        "construct-only": false,
105759                        "controllable": true,
105760                        "default": "false",
105761                        "mutable": "null",
105762                        "readable": true,
105763                        "type": "gboolean",
105764                        "writable": true
105765                    },
105766                    "xms-4": {
105767                        "blurb": "Filter mute Side 4",
105768                        "conditionally-available": false,
105769                        "construct": true,
105770                        "construct-only": false,
105771                        "controllable": true,
105772                        "default": "false",
105773                        "mutable": "null",
105774                        "readable": true,
105775                        "type": "gboolean",
105776                        "writable": true
105777                    },
105778                    "xms-5": {
105779                        "blurb": "Filter mute Side 5",
105780                        "conditionally-available": false,
105781                        "construct": true,
105782                        "construct-only": false,
105783                        "controllable": true,
105784                        "default": "false",
105785                        "mutable": "null",
105786                        "readable": true,
105787                        "type": "gboolean",
105788                        "writable": true
105789                    },
105790                    "xms-6": {
105791                        "blurb": "Filter mute Side 6",
105792                        "conditionally-available": false,
105793                        "construct": true,
105794                        "construct-only": false,
105795                        "controllable": true,
105796                        "default": "false",
105797                        "mutable": "null",
105798                        "readable": true,
105799                        "type": "gboolean",
105800                        "writable": true
105801                    },
105802                    "xms-7": {
105803                        "blurb": "Filter mute Side 7",
105804                        "conditionally-available": false,
105805                        "construct": true,
105806                        "construct-only": false,
105807                        "controllable": true,
105808                        "default": "false",
105809                        "mutable": "null",
105810                        "readable": true,
105811                        "type": "gboolean",
105812                        "writable": true
105813                    },
105814                    "xms-8": {
105815                        "blurb": "Filter mute Side 8",
105816                        "conditionally-available": false,
105817                        "construct": true,
105818                        "construct-only": false,
105819                        "controllable": true,
105820                        "default": "false",
105821                        "mutable": "null",
105822                        "readable": true,
105823                        "type": "gboolean",
105824                        "writable": true
105825                    },
105826                    "xms-9": {
105827                        "blurb": "Filter mute Side 9",
105828                        "conditionally-available": false,
105829                        "construct": true,
105830                        "construct-only": false,
105831                        "controllable": true,
105832                        "default": "false",
105833                        "mutable": "null",
105834                        "readable": true,
105835                        "type": "gboolean",
105836                        "writable": true
105837                    },
105838                    "xsm-0": {
105839                        "blurb": "Filter solo Mid 0",
105840                        "conditionally-available": false,
105841                        "construct": true,
105842                        "construct-only": false,
105843                        "controllable": true,
105844                        "default": "false",
105845                        "mutable": "null",
105846                        "readable": true,
105847                        "type": "gboolean",
105848                        "writable": true
105849                    },
105850                    "xsm-1": {
105851                        "blurb": "Filter solo Mid 1",
105852                        "conditionally-available": false,
105853                        "construct": true,
105854                        "construct-only": false,
105855                        "controllable": true,
105856                        "default": "false",
105857                        "mutable": "null",
105858                        "readable": true,
105859                        "type": "gboolean",
105860                        "writable": true
105861                    },
105862                    "xsm-10": {
105863                        "blurb": "Filter solo Mid 10",
105864                        "conditionally-available": false,
105865                        "construct": true,
105866                        "construct-only": false,
105867                        "controllable": true,
105868                        "default": "false",
105869                        "mutable": "null",
105870                        "readable": true,
105871                        "type": "gboolean",
105872                        "writable": true
105873                    },
105874                    "xsm-11": {
105875                        "blurb": "Filter solo Mid 11",
105876                        "conditionally-available": false,
105877                        "construct": true,
105878                        "construct-only": false,
105879                        "controllable": true,
105880                        "default": "false",
105881                        "mutable": "null",
105882                        "readable": true,
105883                        "type": "gboolean",
105884                        "writable": true
105885                    },
105886                    "xsm-12": {
105887                        "blurb": "Filter solo Mid 12",
105888                        "conditionally-available": false,
105889                        "construct": true,
105890                        "construct-only": false,
105891                        "controllable": true,
105892                        "default": "false",
105893                        "mutable": "null",
105894                        "readable": true,
105895                        "type": "gboolean",
105896                        "writable": true
105897                    },
105898                    "xsm-13": {
105899                        "blurb": "Filter solo Mid 13",
105900                        "conditionally-available": false,
105901                        "construct": true,
105902                        "construct-only": false,
105903                        "controllable": true,
105904                        "default": "false",
105905                        "mutable": "null",
105906                        "readable": true,
105907                        "type": "gboolean",
105908                        "writable": true
105909                    },
105910                    "xsm-14": {
105911                        "blurb": "Filter solo Mid 14",
105912                        "conditionally-available": false,
105913                        "construct": true,
105914                        "construct-only": false,
105915                        "controllable": true,
105916                        "default": "false",
105917                        "mutable": "null",
105918                        "readable": true,
105919                        "type": "gboolean",
105920                        "writable": true
105921                    },
105922                    "xsm-15": {
105923                        "blurb": "Filter solo Mid 15",
105924                        "conditionally-available": false,
105925                        "construct": true,
105926                        "construct-only": false,
105927                        "controllable": true,
105928                        "default": "false",
105929                        "mutable": "null",
105930                        "readable": true,
105931                        "type": "gboolean",
105932                        "writable": true
105933                    },
105934                    "xsm-2": {
105935                        "blurb": "Filter solo Mid 2",
105936                        "conditionally-available": false,
105937                        "construct": true,
105938                        "construct-only": false,
105939                        "controllable": true,
105940                        "default": "false",
105941                        "mutable": "null",
105942                        "readable": true,
105943                        "type": "gboolean",
105944                        "writable": true
105945                    },
105946                    "xsm-3": {
105947                        "blurb": "Filter solo Mid 3",
105948                        "conditionally-available": false,
105949                        "construct": true,
105950                        "construct-only": false,
105951                        "controllable": true,
105952                        "default": "false",
105953                        "mutable": "null",
105954                        "readable": true,
105955                        "type": "gboolean",
105956                        "writable": true
105957                    },
105958                    "xsm-4": {
105959                        "blurb": "Filter solo Mid 4",
105960                        "conditionally-available": false,
105961                        "construct": true,
105962                        "construct-only": false,
105963                        "controllable": true,
105964                        "default": "false",
105965                        "mutable": "null",
105966                        "readable": true,
105967                        "type": "gboolean",
105968                        "writable": true
105969                    },
105970                    "xsm-5": {
105971                        "blurb": "Filter solo Mid 5",
105972                        "conditionally-available": false,
105973                        "construct": true,
105974                        "construct-only": false,
105975                        "controllable": true,
105976                        "default": "false",
105977                        "mutable": "null",
105978                        "readable": true,
105979                        "type": "gboolean",
105980                        "writable": true
105981                    },
105982                    "xsm-6": {
105983                        "blurb": "Filter solo Mid 6",
105984                        "conditionally-available": false,
105985                        "construct": true,
105986                        "construct-only": false,
105987                        "controllable": true,
105988                        "default": "false",
105989                        "mutable": "null",
105990                        "readable": true,
105991                        "type": "gboolean",
105992                        "writable": true
105993                    },
105994                    "xsm-7": {
105995                        "blurb": "Filter solo Mid 7",
105996                        "conditionally-available": false,
105997                        "construct": true,
105998                        "construct-only": false,
105999                        "controllable": true,
106000                        "default": "false",
106001                        "mutable": "null",
106002                        "readable": true,
106003                        "type": "gboolean",
106004                        "writable": true
106005                    },
106006                    "xsm-8": {
106007                        "blurb": "Filter solo Mid 8",
106008                        "conditionally-available": false,
106009                        "construct": true,
106010                        "construct-only": false,
106011                        "controllable": true,
106012                        "default": "false",
106013                        "mutable": "null",
106014                        "readable": true,
106015                        "type": "gboolean",
106016                        "writable": true
106017                    },
106018                    "xsm-9": {
106019                        "blurb": "Filter solo Mid 9",
106020                        "conditionally-available": false,
106021                        "construct": true,
106022                        "construct-only": false,
106023                        "controllable": true,
106024                        "default": "false",
106025                        "mutable": "null",
106026                        "readable": true,
106027                        "type": "gboolean",
106028                        "writable": true
106029                    },
106030                    "xss-0": {
106031                        "blurb": "Filter solo Side 0",
106032                        "conditionally-available": false,
106033                        "construct": true,
106034                        "construct-only": false,
106035                        "controllable": true,
106036                        "default": "false",
106037                        "mutable": "null",
106038                        "readable": true,
106039                        "type": "gboolean",
106040                        "writable": true
106041                    },
106042                    "xss-1": {
106043                        "blurb": "Filter solo Side 1",
106044                        "conditionally-available": false,
106045                        "construct": true,
106046                        "construct-only": false,
106047                        "controllable": true,
106048                        "default": "false",
106049                        "mutable": "null",
106050                        "readable": true,
106051                        "type": "gboolean",
106052                        "writable": true
106053                    },
106054                    "xss-10": {
106055                        "blurb": "Filter solo Side 10",
106056                        "conditionally-available": false,
106057                        "construct": true,
106058                        "construct-only": false,
106059                        "controllable": true,
106060                        "default": "false",
106061                        "mutable": "null",
106062                        "readable": true,
106063                        "type": "gboolean",
106064                        "writable": true
106065                    },
106066                    "xss-11": {
106067                        "blurb": "Filter solo Side 11",
106068                        "conditionally-available": false,
106069                        "construct": true,
106070                        "construct-only": false,
106071                        "controllable": true,
106072                        "default": "false",
106073                        "mutable": "null",
106074                        "readable": true,
106075                        "type": "gboolean",
106076                        "writable": true
106077                    },
106078                    "xss-12": {
106079                        "blurb": "Filter solo Side 12",
106080                        "conditionally-available": false,
106081                        "construct": true,
106082                        "construct-only": false,
106083                        "controllable": true,
106084                        "default": "false",
106085                        "mutable": "null",
106086                        "readable": true,
106087                        "type": "gboolean",
106088                        "writable": true
106089                    },
106090                    "xss-13": {
106091                        "blurb": "Filter solo Side 13",
106092                        "conditionally-available": false,
106093                        "construct": true,
106094                        "construct-only": false,
106095                        "controllable": true,
106096                        "default": "false",
106097                        "mutable": "null",
106098                        "readable": true,
106099                        "type": "gboolean",
106100                        "writable": true
106101                    },
106102                    "xss-14": {
106103                        "blurb": "Filter solo Side 14",
106104                        "conditionally-available": false,
106105                        "construct": true,
106106                        "construct-only": false,
106107                        "controllable": true,
106108                        "default": "false",
106109                        "mutable": "null",
106110                        "readable": true,
106111                        "type": "gboolean",
106112                        "writable": true
106113                    },
106114                    "xss-15": {
106115                        "blurb": "Filter solo Side 15",
106116                        "conditionally-available": false,
106117                        "construct": true,
106118                        "construct-only": false,
106119                        "controllable": true,
106120                        "default": "false",
106121                        "mutable": "null",
106122                        "readable": true,
106123                        "type": "gboolean",
106124                        "writable": true
106125                    },
106126                    "xss-2": {
106127                        "blurb": "Filter solo Side 2",
106128                        "conditionally-available": false,
106129                        "construct": true,
106130                        "construct-only": false,
106131                        "controllable": true,
106132                        "default": "false",
106133                        "mutable": "null",
106134                        "readable": true,
106135                        "type": "gboolean",
106136                        "writable": true
106137                    },
106138                    "xss-3": {
106139                        "blurb": "Filter solo Side 3",
106140                        "conditionally-available": false,
106141                        "construct": true,
106142                        "construct-only": false,
106143                        "controllable": true,
106144                        "default": "false",
106145                        "mutable": "null",
106146                        "readable": true,
106147                        "type": "gboolean",
106148                        "writable": true
106149                    },
106150                    "xss-4": {
106151                        "blurb": "Filter solo Side 4",
106152                        "conditionally-available": false,
106153                        "construct": true,
106154                        "construct-only": false,
106155                        "controllable": true,
106156                        "default": "false",
106157                        "mutable": "null",
106158                        "readable": true,
106159                        "type": "gboolean",
106160                        "writable": true
106161                    },
106162                    "xss-5": {
106163                        "blurb": "Filter solo Side 5",
106164                        "conditionally-available": false,
106165                        "construct": true,
106166                        "construct-only": false,
106167                        "controllable": true,
106168                        "default": "false",
106169                        "mutable": "null",
106170                        "readable": true,
106171                        "type": "gboolean",
106172                        "writable": true
106173                    },
106174                    "xss-6": {
106175                        "blurb": "Filter solo Side 6",
106176                        "conditionally-available": false,
106177                        "construct": true,
106178                        "construct-only": false,
106179                        "controllable": true,
106180                        "default": "false",
106181                        "mutable": "null",
106182                        "readable": true,
106183                        "type": "gboolean",
106184                        "writable": true
106185                    },
106186                    "xss-7": {
106187                        "blurb": "Filter solo Side 7",
106188                        "conditionally-available": false,
106189                        "construct": true,
106190                        "construct-only": false,
106191                        "controllable": true,
106192                        "default": "false",
106193                        "mutable": "null",
106194                        "readable": true,
106195                        "type": "gboolean",
106196                        "writable": true
106197                    },
106198                    "xss-8": {
106199                        "blurb": "Filter solo Side 8",
106200                        "conditionally-available": false,
106201                        "construct": true,
106202                        "construct-only": false,
106203                        "controllable": true,
106204                        "default": "false",
106205                        "mutable": "null",
106206                        "readable": true,
106207                        "type": "gboolean",
106208                        "writable": true
106209                    },
106210                    "xss-9": {
106211                        "blurb": "Filter solo Side 9",
106212                        "conditionally-available": false,
106213                        "construct": true,
106214                        "construct-only": false,
106215                        "controllable": true,
106216                        "default": "false",
106217                        "mutable": "null",
106218                        "readable": true,
106219                        "type": "gboolean",
106220                        "writable": true
106221                    },
106222                    "zoom": {
106223                        "blurb": "Graph zoom",
106224                        "conditionally-available": false,
106225                        "construct": true,
106226                        "construct-only": false,
106227                        "controllable": true,
106228                        "default": "1",
106229                        "max": "1",
106230                        "min": "0.01585",
106231                        "mutable": "null",
106232                        "readable": true,
106233                        "type": "gfloat",
106234                        "writable": true
106235                    }
106236                },
106237                "rank": "none"
106238            },
106239            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo": {
106240                "author": "LSP LV2",
106241                "description": "LSP Parametric Equalizer x16 Stereo",
106242                "hierarchy": [
106243                    "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo",
106244                    "GstAudioFilter",
106245                    "GstBaseTransform",
106246                    "GstElement",
106247                    "GstObject",
106248                    "GInitiallyUnowned",
106249                    "GObject"
106250                ],
106251                "interfaces": [
106252                    "GstPreset"
106253                ],
106254                "klass": "Filter/Effect/Audio/LV2/Parametric",
106255                "long-name": "LSP Parametric Equalizer x16 Stereo",
106256                "pad-templates": {
106257                    "sink": {
106258                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
106259                        "direction": "sink",
106260                        "presence": "always"
106261                    },
106262                    "src": {
106263                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
106264                        "direction": "src",
106265                        "presence": "always"
106266                    }
106267                },
106268                "properties": {
106269                    "bal": {
106270                        "blurb": "Output balance",
106271                        "conditionally-available": false,
106272                        "construct": true,
106273                        "construct-only": false,
106274                        "controllable": true,
106275                        "default": "0",
106276                        "max": "100",
106277                        "min": "-100",
106278                        "mutable": "null",
106279                        "readable": true,
106280                        "type": "gfloat",
106281                        "writable": true
106282                    },
106283                    "bypass": {
106284                        "blurb": "Bypass",
106285                        "conditionally-available": false,
106286                        "construct": true,
106287                        "construct-only": false,
106288                        "controllable": true,
106289                        "default": "false",
106290                        "mutable": "null",
106291                        "readable": true,
106292                        "type": "gboolean",
106293                        "writable": true
106294                    },
106295                    "f-0": {
106296                        "blurb": "Frequency 0",
106297                        "conditionally-available": false,
106298                        "construct": true,
106299                        "construct-only": false,
106300                        "controllable": true,
106301                        "default": "16",
106302                        "max": "24000",
106303                        "min": "10",
106304                        "mutable": "null",
106305                        "readable": true,
106306                        "type": "gfloat",
106307                        "writable": true
106308                    },
106309                    "f-1": {
106310                        "blurb": "Frequency 1",
106311                        "conditionally-available": false,
106312                        "construct": true,
106313                        "construct-only": false,
106314                        "controllable": true,
106315                        "default": "25",
106316                        "max": "24000",
106317                        "min": "10",
106318                        "mutable": "null",
106319                        "readable": true,
106320                        "type": "gfloat",
106321                        "writable": true
106322                    },
106323                    "f-10": {
106324                        "blurb": "Frequency 10",
106325                        "conditionally-available": false,
106326                        "construct": true,
106327                        "construct-only": false,
106328                        "controllable": true,
106329                        "default": "1600",
106330                        "max": "24000",
106331                        "min": "10",
106332                        "mutable": "null",
106333                        "readable": true,
106334                        "type": "gfloat",
106335                        "writable": true
106336                    },
106337                    "f-11": {
106338                        "blurb": "Frequency 11",
106339                        "conditionally-available": false,
106340                        "construct": true,
106341                        "construct-only": false,
106342                        "controllable": true,
106343                        "default": "2500",
106344                        "max": "24000",
106345                        "min": "10",
106346                        "mutable": "null",
106347                        "readable": true,
106348                        "type": "gfloat",
106349                        "writable": true
106350                    },
106351                    "f-12": {
106352                        "blurb": "Frequency 12",
106353                        "conditionally-available": false,
106354                        "construct": true,
106355                        "construct-only": false,
106356                        "controllable": true,
106357                        "default": "4000",
106358                        "max": "24000",
106359                        "min": "10",
106360                        "mutable": "null",
106361                        "readable": true,
106362                        "type": "gfloat",
106363                        "writable": true
106364                    },
106365                    "f-13": {
106366                        "blurb": "Frequency 13",
106367                        "conditionally-available": false,
106368                        "construct": true,
106369                        "construct-only": false,
106370                        "controllable": true,
106371                        "default": "6300",
106372                        "max": "24000",
106373                        "min": "10",
106374                        "mutable": "null",
106375                        "readable": true,
106376                        "type": "gfloat",
106377                        "writable": true
106378                    },
106379                    "f-14": {
106380                        "blurb": "Frequency 14",
106381                        "conditionally-available": false,
106382                        "construct": true,
106383                        "construct-only": false,
106384                        "controllable": true,
106385                        "default": "10000",
106386                        "max": "24000",
106387                        "min": "10",
106388                        "mutable": "null",
106389                        "readable": true,
106390                        "type": "gfloat",
106391                        "writable": true
106392                    },
106393                    "f-15": {
106394                        "blurb": "Frequency 15",
106395                        "conditionally-available": false,
106396                        "construct": true,
106397                        "construct-only": false,
106398                        "controllable": true,
106399                        "default": "16000",
106400                        "max": "24000",
106401                        "min": "10",
106402                        "mutable": "null",
106403                        "readable": true,
106404                        "type": "gfloat",
106405                        "writable": true
106406                    },
106407                    "f-2": {
106408                        "blurb": "Frequency 2",
106409                        "conditionally-available": false,
106410                        "construct": true,
106411                        "construct-only": false,
106412                        "controllable": true,
106413                        "default": "40",
106414                        "max": "24000",
106415                        "min": "10",
106416                        "mutable": "null",
106417                        "readable": true,
106418                        "type": "gfloat",
106419                        "writable": true
106420                    },
106421                    "f-3": {
106422                        "blurb": "Frequency 3",
106423                        "conditionally-available": false,
106424                        "construct": true,
106425                        "construct-only": false,
106426                        "controllable": true,
106427                        "default": "63",
106428                        "max": "24000",
106429                        "min": "10",
106430                        "mutable": "null",
106431                        "readable": true,
106432                        "type": "gfloat",
106433                        "writable": true
106434                    },
106435                    "f-4": {
106436                        "blurb": "Frequency 4",
106437                        "conditionally-available": false,
106438                        "construct": true,
106439                        "construct-only": false,
106440                        "controllable": true,
106441                        "default": "100",
106442                        "max": "24000",
106443                        "min": "10",
106444                        "mutable": "null",
106445                        "readable": true,
106446                        "type": "gfloat",
106447                        "writable": true
106448                    },
106449                    "f-5": {
106450                        "blurb": "Frequency 5",
106451                        "conditionally-available": false,
106452                        "construct": true,
106453                        "construct-only": false,
106454                        "controllable": true,
106455                        "default": "160",
106456                        "max": "24000",
106457                        "min": "10",
106458                        "mutable": "null",
106459                        "readable": true,
106460                        "type": "gfloat",
106461                        "writable": true
106462                    },
106463                    "f-6": {
106464                        "blurb": "Frequency 6",
106465                        "conditionally-available": false,
106466                        "construct": true,
106467                        "construct-only": false,
106468                        "controllable": true,
106469                        "default": "250",
106470                        "max": "24000",
106471                        "min": "10",
106472                        "mutable": "null",
106473                        "readable": true,
106474                        "type": "gfloat",
106475                        "writable": true
106476                    },
106477                    "f-7": {
106478                        "blurb": "Frequency 7",
106479                        "conditionally-available": false,
106480                        "construct": true,
106481                        "construct-only": false,
106482                        "controllable": true,
106483                        "default": "400",
106484                        "max": "24000",
106485                        "min": "10",
106486                        "mutable": "null",
106487                        "readable": true,
106488                        "type": "gfloat",
106489                        "writable": true
106490                    },
106491                    "f-8": {
106492                        "blurb": "Frequency 8",
106493                        "conditionally-available": false,
106494                        "construct": true,
106495                        "construct-only": false,
106496                        "controllable": true,
106497                        "default": "630",
106498                        "max": "24000",
106499                        "min": "10",
106500                        "mutable": "null",
106501                        "readable": true,
106502                        "type": "gfloat",
106503                        "writable": true
106504                    },
106505                    "f-9": {
106506                        "blurb": "Frequency 9",
106507                        "conditionally-available": false,
106508                        "construct": true,
106509                        "construct-only": false,
106510                        "controllable": true,
106511                        "default": "1000",
106512                        "max": "24000",
106513                        "min": "10",
106514                        "mutable": "null",
106515                        "readable": true,
106516                        "type": "gfloat",
106517                        "writable": true
106518                    },
106519                    "fft": {
106520                        "blurb": "FFT analysis",
106521                        "conditionally-available": false,
106522                        "construct": true,
106523                        "construct-only": false,
106524                        "controllable": true,
106525                        "default": "Off (0)",
106526                        "mutable": "null",
106527                        "readable": true,
106528                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofft",
106529                        "writable": true
106530                    },
106531                    "fftv-l": {
106532                        "blurb": "FFT visibility Left",
106533                        "conditionally-available": false,
106534                        "construct": true,
106535                        "construct-only": false,
106536                        "controllable": true,
106537                        "default": "false",
106538                        "mutable": "null",
106539                        "readable": true,
106540                        "type": "gboolean",
106541                        "writable": true
106542                    },
106543                    "fftv-r": {
106544                        "blurb": "FFT visibility Right",
106545                        "conditionally-available": false,
106546                        "construct": true,
106547                        "construct-only": false,
106548                        "controllable": true,
106549                        "default": "false",
106550                        "mutable": "null",
106551                        "readable": true,
106552                        "type": "gboolean",
106553                        "writable": true
106554                    },
106555                    "fm-0": {
106556                        "blurb": "Filter mode 0",
106557                        "conditionally-available": false,
106558                        "construct": true,
106559                        "construct-only": false,
106560                        "controllable": true,
106561                        "default": "RLC (BT) (0)",
106562                        "mutable": "null",
106563                        "readable": true,
106564                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-0",
106565                        "writable": true
106566                    },
106567                    "fm-1": {
106568                        "blurb": "Filter mode 1",
106569                        "conditionally-available": false,
106570                        "construct": true,
106571                        "construct-only": false,
106572                        "controllable": true,
106573                        "default": "RLC (BT) (0)",
106574                        "mutable": "null",
106575                        "readable": true,
106576                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-1",
106577                        "writable": true
106578                    },
106579                    "fm-10": {
106580                        "blurb": "Filter mode 10",
106581                        "conditionally-available": false,
106582                        "construct": true,
106583                        "construct-only": false,
106584                        "controllable": true,
106585                        "default": "RLC (BT) (0)",
106586                        "mutable": "null",
106587                        "readable": true,
106588                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-10",
106589                        "writable": true
106590                    },
106591                    "fm-11": {
106592                        "blurb": "Filter mode 11",
106593                        "conditionally-available": false,
106594                        "construct": true,
106595                        "construct-only": false,
106596                        "controllable": true,
106597                        "default": "RLC (BT) (0)",
106598                        "mutable": "null",
106599                        "readable": true,
106600                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-11",
106601                        "writable": true
106602                    },
106603                    "fm-12": {
106604                        "blurb": "Filter mode 12",
106605                        "conditionally-available": false,
106606                        "construct": true,
106607                        "construct-only": false,
106608                        "controllable": true,
106609                        "default": "RLC (BT) (0)",
106610                        "mutable": "null",
106611                        "readable": true,
106612                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-12",
106613                        "writable": true
106614                    },
106615                    "fm-13": {
106616                        "blurb": "Filter mode 13",
106617                        "conditionally-available": false,
106618                        "construct": true,
106619                        "construct-only": false,
106620                        "controllable": true,
106621                        "default": "RLC (BT) (0)",
106622                        "mutable": "null",
106623                        "readable": true,
106624                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-13",
106625                        "writable": true
106626                    },
106627                    "fm-14": {
106628                        "blurb": "Filter mode 14",
106629                        "conditionally-available": false,
106630                        "construct": true,
106631                        "construct-only": false,
106632                        "controllable": true,
106633                        "default": "RLC (BT) (0)",
106634                        "mutable": "null",
106635                        "readable": true,
106636                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-14",
106637                        "writable": true
106638                    },
106639                    "fm-15": {
106640                        "blurb": "Filter mode 15",
106641                        "conditionally-available": false,
106642                        "construct": true,
106643                        "construct-only": false,
106644                        "controllable": true,
106645                        "default": "RLC (BT) (0)",
106646                        "mutable": "null",
106647                        "readable": true,
106648                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-15",
106649                        "writable": true
106650                    },
106651                    "fm-2": {
106652                        "blurb": "Filter mode 2",
106653                        "conditionally-available": false,
106654                        "construct": true,
106655                        "construct-only": false,
106656                        "controllable": true,
106657                        "default": "RLC (BT) (0)",
106658                        "mutable": "null",
106659                        "readable": true,
106660                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-2",
106661                        "writable": true
106662                    },
106663                    "fm-3": {
106664                        "blurb": "Filter mode 3",
106665                        "conditionally-available": false,
106666                        "construct": true,
106667                        "construct-only": false,
106668                        "controllable": true,
106669                        "default": "RLC (BT) (0)",
106670                        "mutable": "null",
106671                        "readable": true,
106672                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-3",
106673                        "writable": true
106674                    },
106675                    "fm-4": {
106676                        "blurb": "Filter mode 4",
106677                        "conditionally-available": false,
106678                        "construct": true,
106679                        "construct-only": false,
106680                        "controllable": true,
106681                        "default": "RLC (BT) (0)",
106682                        "mutable": "null",
106683                        "readable": true,
106684                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-4",
106685                        "writable": true
106686                    },
106687                    "fm-5": {
106688                        "blurb": "Filter mode 5",
106689                        "conditionally-available": false,
106690                        "construct": true,
106691                        "construct-only": false,
106692                        "controllable": true,
106693                        "default": "RLC (BT) (0)",
106694                        "mutable": "null",
106695                        "readable": true,
106696                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-5",
106697                        "writable": true
106698                    },
106699                    "fm-6": {
106700                        "blurb": "Filter mode 6",
106701                        "conditionally-available": false,
106702                        "construct": true,
106703                        "construct-only": false,
106704                        "controllable": true,
106705                        "default": "RLC (BT) (0)",
106706                        "mutable": "null",
106707                        "readable": true,
106708                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-6",
106709                        "writable": true
106710                    },
106711                    "fm-7": {
106712                        "blurb": "Filter mode 7",
106713                        "conditionally-available": false,
106714                        "construct": true,
106715                        "construct-only": false,
106716                        "controllable": true,
106717                        "default": "RLC (BT) (0)",
106718                        "mutable": "null",
106719                        "readable": true,
106720                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-7",
106721                        "writable": true
106722                    },
106723                    "fm-8": {
106724                        "blurb": "Filter mode 8",
106725                        "conditionally-available": false,
106726                        "construct": true,
106727                        "construct-only": false,
106728                        "controllable": true,
106729                        "default": "RLC (BT) (0)",
106730                        "mutable": "null",
106731                        "readable": true,
106732                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-8",
106733                        "writable": true
106734                    },
106735                    "fm-9": {
106736                        "blurb": "Filter mode 9",
106737                        "conditionally-available": false,
106738                        "construct": true,
106739                        "construct-only": false,
106740                        "controllable": true,
106741                        "default": "RLC (BT) (0)",
106742                        "mutable": "null",
106743                        "readable": true,
106744                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-9",
106745                        "writable": true
106746                    },
106747                    "frqs": {
106748                        "blurb": "Frequency shift",
106749                        "conditionally-available": false,
106750                        "construct": true,
106751                        "construct-only": false,
106752                        "controllable": true,
106753                        "default": "0",
106754                        "max": "120",
106755                        "min": "-120",
106756                        "mutable": "null",
106757                        "readable": true,
106758                        "type": "gfloat",
106759                        "writable": true
106760                    },
106761                    "fsel": {
106762                        "blurb": "Filter select",
106763                        "conditionally-available": false,
106764                        "construct": true,
106765                        "construct-only": false,
106766                        "controllable": true,
106767                        "default": "Filters 0-7 (0)",
106768                        "mutable": "null",
106769                        "readable": true,
106770                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofsel",
106771                        "writable": true
106772                    },
106773                    "ft-0": {
106774                        "blurb": "Filter type 0",
106775                        "conditionally-available": false,
106776                        "construct": true,
106777                        "construct-only": false,
106778                        "controllable": true,
106779                        "default": "Off (0)",
106780                        "mutable": "null",
106781                        "readable": true,
106782                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-0",
106783                        "writable": true
106784                    },
106785                    "ft-1": {
106786                        "blurb": "Filter type 1",
106787                        "conditionally-available": false,
106788                        "construct": true,
106789                        "construct-only": false,
106790                        "controllable": true,
106791                        "default": "Off (0)",
106792                        "mutable": "null",
106793                        "readable": true,
106794                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-1",
106795                        "writable": true
106796                    },
106797                    "ft-10": {
106798                        "blurb": "Filter type 10",
106799                        "conditionally-available": false,
106800                        "construct": true,
106801                        "construct-only": false,
106802                        "controllable": true,
106803                        "default": "Off (0)",
106804                        "mutable": "null",
106805                        "readable": true,
106806                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-10",
106807                        "writable": true
106808                    },
106809                    "ft-11": {
106810                        "blurb": "Filter type 11",
106811                        "conditionally-available": false,
106812                        "construct": true,
106813                        "construct-only": false,
106814                        "controllable": true,
106815                        "default": "Off (0)",
106816                        "mutable": "null",
106817                        "readable": true,
106818                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-11",
106819                        "writable": true
106820                    },
106821                    "ft-12": {
106822                        "blurb": "Filter type 12",
106823                        "conditionally-available": false,
106824                        "construct": true,
106825                        "construct-only": false,
106826                        "controllable": true,
106827                        "default": "Off (0)",
106828                        "mutable": "null",
106829                        "readable": true,
106830                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-12",
106831                        "writable": true
106832                    },
106833                    "ft-13": {
106834                        "blurb": "Filter type 13",
106835                        "conditionally-available": false,
106836                        "construct": true,
106837                        "construct-only": false,
106838                        "controllable": true,
106839                        "default": "Off (0)",
106840                        "mutable": "null",
106841                        "readable": true,
106842                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-13",
106843                        "writable": true
106844                    },
106845                    "ft-14": {
106846                        "blurb": "Filter type 14",
106847                        "conditionally-available": false,
106848                        "construct": true,
106849                        "construct-only": false,
106850                        "controllable": true,
106851                        "default": "Off (0)",
106852                        "mutable": "null",
106853                        "readable": true,
106854                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-14",
106855                        "writable": true
106856                    },
106857                    "ft-15": {
106858                        "blurb": "Filter type 15",
106859                        "conditionally-available": false,
106860                        "construct": true,
106861                        "construct-only": false,
106862                        "controllable": true,
106863                        "default": "Off (0)",
106864                        "mutable": "null",
106865                        "readable": true,
106866                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-15",
106867                        "writable": true
106868                    },
106869                    "ft-2": {
106870                        "blurb": "Filter type 2",
106871                        "conditionally-available": false,
106872                        "construct": true,
106873                        "construct-only": false,
106874                        "controllable": true,
106875                        "default": "Off (0)",
106876                        "mutable": "null",
106877                        "readable": true,
106878                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-2",
106879                        "writable": true
106880                    },
106881                    "ft-3": {
106882                        "blurb": "Filter type 3",
106883                        "conditionally-available": false,
106884                        "construct": true,
106885                        "construct-only": false,
106886                        "controllable": true,
106887                        "default": "Off (0)",
106888                        "mutable": "null",
106889                        "readable": true,
106890                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-3",
106891                        "writable": true
106892                    },
106893                    "ft-4": {
106894                        "blurb": "Filter type 4",
106895                        "conditionally-available": false,
106896                        "construct": true,
106897                        "construct-only": false,
106898                        "controllable": true,
106899                        "default": "Off (0)",
106900                        "mutable": "null",
106901                        "readable": true,
106902                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-4",
106903                        "writable": true
106904                    },
106905                    "ft-5": {
106906                        "blurb": "Filter type 5",
106907                        "conditionally-available": false,
106908                        "construct": true,
106909                        "construct-only": false,
106910                        "controllable": true,
106911                        "default": "Off (0)",
106912                        "mutable": "null",
106913                        "readable": true,
106914                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-5",
106915                        "writable": true
106916                    },
106917                    "ft-6": {
106918                        "blurb": "Filter type 6",
106919                        "conditionally-available": false,
106920                        "construct": true,
106921                        "construct-only": false,
106922                        "controllable": true,
106923                        "default": "Off (0)",
106924                        "mutable": "null",
106925                        "readable": true,
106926                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-6",
106927                        "writable": true
106928                    },
106929                    "ft-7": {
106930                        "blurb": "Filter type 7",
106931                        "conditionally-available": false,
106932                        "construct": true,
106933                        "construct-only": false,
106934                        "controllable": true,
106935                        "default": "Off (0)",
106936                        "mutable": "null",
106937                        "readable": true,
106938                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-7",
106939                        "writable": true
106940                    },
106941                    "ft-8": {
106942                        "blurb": "Filter type 8",
106943                        "conditionally-available": false,
106944                        "construct": true,
106945                        "construct-only": false,
106946                        "controllable": true,
106947                        "default": "Off (0)",
106948                        "mutable": "null",
106949                        "readable": true,
106950                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-8",
106951                        "writable": true
106952                    },
106953                    "ft-9": {
106954                        "blurb": "Filter type 9",
106955                        "conditionally-available": false,
106956                        "construct": true,
106957                        "construct-only": false,
106958                        "controllable": true,
106959                        "default": "Off (0)",
106960                        "mutable": "null",
106961                        "readable": true,
106962                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-9",
106963                        "writable": true
106964                    },
106965                    "fv-0": {
106966                        "blurb": "Filter visibility 0",
106967                        "conditionally-available": false,
106968                        "construct": false,
106969                        "construct-only": false,
106970                        "controllable": true,
106971                        "default": "false",
106972                        "mutable": "null",
106973                        "readable": true,
106974                        "type": "gboolean",
106975                        "writable": false
106976                    },
106977                    "fv-1": {
106978                        "blurb": "Filter visibility 1",
106979                        "conditionally-available": false,
106980                        "construct": false,
106981                        "construct-only": false,
106982                        "controllable": true,
106983                        "default": "false",
106984                        "mutable": "null",
106985                        "readable": true,
106986                        "type": "gboolean",
106987                        "writable": false
106988                    },
106989                    "fv-10": {
106990                        "blurb": "Filter visibility 10",
106991                        "conditionally-available": false,
106992                        "construct": false,
106993                        "construct-only": false,
106994                        "controllable": true,
106995                        "default": "false",
106996                        "mutable": "null",
106997                        "readable": true,
106998                        "type": "gboolean",
106999                        "writable": false
107000                    },
107001                    "fv-11": {
107002                        "blurb": "Filter visibility 11",
107003                        "conditionally-available": false,
107004                        "construct": false,
107005                        "construct-only": false,
107006                        "controllable": true,
107007                        "default": "false",
107008                        "mutable": "null",
107009                        "readable": true,
107010                        "type": "gboolean",
107011                        "writable": false
107012                    },
107013                    "fv-12": {
107014                        "blurb": "Filter visibility 12",
107015                        "conditionally-available": false,
107016                        "construct": false,
107017                        "construct-only": false,
107018                        "controllable": true,
107019                        "default": "false",
107020                        "mutable": "null",
107021                        "readable": true,
107022                        "type": "gboolean",
107023                        "writable": false
107024                    },
107025                    "fv-13": {
107026                        "blurb": "Filter visibility 13",
107027                        "conditionally-available": false,
107028                        "construct": false,
107029                        "construct-only": false,
107030                        "controllable": true,
107031                        "default": "false",
107032                        "mutable": "null",
107033                        "readable": true,
107034                        "type": "gboolean",
107035                        "writable": false
107036                    },
107037                    "fv-14": {
107038                        "blurb": "Filter visibility 14",
107039                        "conditionally-available": false,
107040                        "construct": false,
107041                        "construct-only": false,
107042                        "controllable": true,
107043                        "default": "false",
107044                        "mutable": "null",
107045                        "readable": true,
107046                        "type": "gboolean",
107047                        "writable": false
107048                    },
107049                    "fv-15": {
107050                        "blurb": "Filter visibility 15",
107051                        "conditionally-available": false,
107052                        "construct": false,
107053                        "construct-only": false,
107054                        "controllable": true,
107055                        "default": "false",
107056                        "mutable": "null",
107057                        "readable": true,
107058                        "type": "gboolean",
107059                        "writable": false
107060                    },
107061                    "fv-2": {
107062                        "blurb": "Filter visibility 2",
107063                        "conditionally-available": false,
107064                        "construct": false,
107065                        "construct-only": false,
107066                        "controllable": true,
107067                        "default": "false",
107068                        "mutable": "null",
107069                        "readable": true,
107070                        "type": "gboolean",
107071                        "writable": false
107072                    },
107073                    "fv-3": {
107074                        "blurb": "Filter visibility 3",
107075                        "conditionally-available": false,
107076                        "construct": false,
107077                        "construct-only": false,
107078                        "controllable": true,
107079                        "default": "false",
107080                        "mutable": "null",
107081                        "readable": true,
107082                        "type": "gboolean",
107083                        "writable": false
107084                    },
107085                    "fv-4": {
107086                        "blurb": "Filter visibility 4",
107087                        "conditionally-available": false,
107088                        "construct": false,
107089                        "construct-only": false,
107090                        "controllable": true,
107091                        "default": "false",
107092                        "mutable": "null",
107093                        "readable": true,
107094                        "type": "gboolean",
107095                        "writable": false
107096                    },
107097                    "fv-5": {
107098                        "blurb": "Filter visibility 5",
107099                        "conditionally-available": false,
107100                        "construct": false,
107101                        "construct-only": false,
107102                        "controllable": true,
107103                        "default": "false",
107104                        "mutable": "null",
107105                        "readable": true,
107106                        "type": "gboolean",
107107                        "writable": false
107108                    },
107109                    "fv-6": {
107110                        "blurb": "Filter visibility 6",
107111                        "conditionally-available": false,
107112                        "construct": false,
107113                        "construct-only": false,
107114                        "controllable": true,
107115                        "default": "false",
107116                        "mutable": "null",
107117                        "readable": true,
107118                        "type": "gboolean",
107119                        "writable": false
107120                    },
107121                    "fv-7": {
107122                        "blurb": "Filter visibility 7",
107123                        "conditionally-available": false,
107124                        "construct": false,
107125                        "construct-only": false,
107126                        "controllable": true,
107127                        "default": "false",
107128                        "mutable": "null",
107129                        "readable": true,
107130                        "type": "gboolean",
107131                        "writable": false
107132                    },
107133                    "fv-8": {
107134                        "blurb": "Filter visibility 8",
107135                        "conditionally-available": false,
107136                        "construct": false,
107137                        "construct-only": false,
107138                        "controllable": true,
107139                        "default": "false",
107140                        "mutable": "null",
107141                        "readable": true,
107142                        "type": "gboolean",
107143                        "writable": false
107144                    },
107145                    "fv-9": {
107146                        "blurb": "Filter visibility 9",
107147                        "conditionally-available": false,
107148                        "construct": false,
107149                        "construct-only": false,
107150                        "controllable": true,
107151                        "default": "false",
107152                        "mutable": "null",
107153                        "readable": true,
107154                        "type": "gboolean",
107155                        "writable": false
107156                    },
107157                    "g-0": {
107158                        "blurb": "Gain 0",
107159                        "conditionally-available": false,
107160                        "construct": true,
107161                        "construct-only": false,
107162                        "controllable": true,
107163                        "default": "1",
107164                        "max": "63.0957",
107165                        "min": "0.01585",
107166                        "mutable": "null",
107167                        "readable": true,
107168                        "type": "gfloat",
107169                        "writable": true
107170                    },
107171                    "g-1": {
107172                        "blurb": "Gain 1",
107173                        "conditionally-available": false,
107174                        "construct": true,
107175                        "construct-only": false,
107176                        "controllable": true,
107177                        "default": "1",
107178                        "max": "63.0957",
107179                        "min": "0.01585",
107180                        "mutable": "null",
107181                        "readable": true,
107182                        "type": "gfloat",
107183                        "writable": true
107184                    },
107185                    "g-10": {
107186                        "blurb": "Gain 10",
107187                        "conditionally-available": false,
107188                        "construct": true,
107189                        "construct-only": false,
107190                        "controllable": true,
107191                        "default": "1",
107192                        "max": "63.0957",
107193                        "min": "0.01585",
107194                        "mutable": "null",
107195                        "readable": true,
107196                        "type": "gfloat",
107197                        "writable": true
107198                    },
107199                    "g-11": {
107200                        "blurb": "Gain 11",
107201                        "conditionally-available": false,
107202                        "construct": true,
107203                        "construct-only": false,
107204                        "controllable": true,
107205                        "default": "1",
107206                        "max": "63.0957",
107207                        "min": "0.01585",
107208                        "mutable": "null",
107209                        "readable": true,
107210                        "type": "gfloat",
107211                        "writable": true
107212                    },
107213                    "g-12": {
107214                        "blurb": "Gain 12",
107215                        "conditionally-available": false,
107216                        "construct": true,
107217                        "construct-only": false,
107218                        "controllable": true,
107219                        "default": "1",
107220                        "max": "63.0957",
107221                        "min": "0.01585",
107222                        "mutable": "null",
107223                        "readable": true,
107224                        "type": "gfloat",
107225                        "writable": true
107226                    },
107227                    "g-13": {
107228                        "blurb": "Gain 13",
107229                        "conditionally-available": false,
107230                        "construct": true,
107231                        "construct-only": false,
107232                        "controllable": true,
107233                        "default": "1",
107234                        "max": "63.0957",
107235                        "min": "0.01585",
107236                        "mutable": "null",
107237                        "readable": true,
107238                        "type": "gfloat",
107239                        "writable": true
107240                    },
107241                    "g-14": {
107242                        "blurb": "Gain 14",
107243                        "conditionally-available": false,
107244                        "construct": true,
107245                        "construct-only": false,
107246                        "controllable": true,
107247                        "default": "1",
107248                        "max": "63.0957",
107249                        "min": "0.01585",
107250                        "mutable": "null",
107251                        "readable": true,
107252                        "type": "gfloat",
107253                        "writable": true
107254                    },
107255                    "g-15": {
107256                        "blurb": "Gain 15",
107257                        "conditionally-available": false,
107258                        "construct": true,
107259                        "construct-only": false,
107260                        "controllable": true,
107261                        "default": "1",
107262                        "max": "63.0957",
107263                        "min": "0.01585",
107264                        "mutable": "null",
107265                        "readable": true,
107266                        "type": "gfloat",
107267                        "writable": true
107268                    },
107269                    "g-2": {
107270                        "blurb": "Gain 2",
107271                        "conditionally-available": false,
107272                        "construct": true,
107273                        "construct-only": false,
107274                        "controllable": true,
107275                        "default": "1",
107276                        "max": "63.0957",
107277                        "min": "0.01585",
107278                        "mutable": "null",
107279                        "readable": true,
107280                        "type": "gfloat",
107281                        "writable": true
107282                    },
107283                    "g-3": {
107284                        "blurb": "Gain 3",
107285                        "conditionally-available": false,
107286                        "construct": true,
107287                        "construct-only": false,
107288                        "controllable": true,
107289                        "default": "1",
107290                        "max": "63.0957",
107291                        "min": "0.01585",
107292                        "mutable": "null",
107293                        "readable": true,
107294                        "type": "gfloat",
107295                        "writable": true
107296                    },
107297                    "g-4": {
107298                        "blurb": "Gain 4",
107299                        "conditionally-available": false,
107300                        "construct": true,
107301                        "construct-only": false,
107302                        "controllable": true,
107303                        "default": "1",
107304                        "max": "63.0957",
107305                        "min": "0.01585",
107306                        "mutable": "null",
107307                        "readable": true,
107308                        "type": "gfloat",
107309                        "writable": true
107310                    },
107311                    "g-5": {
107312                        "blurb": "Gain 5",
107313                        "conditionally-available": false,
107314                        "construct": true,
107315                        "construct-only": false,
107316                        "controllable": true,
107317                        "default": "1",
107318                        "max": "63.0957",
107319                        "min": "0.01585",
107320                        "mutable": "null",
107321                        "readable": true,
107322                        "type": "gfloat",
107323                        "writable": true
107324                    },
107325                    "g-6": {
107326                        "blurb": "Gain 6",
107327                        "conditionally-available": false,
107328                        "construct": true,
107329                        "construct-only": false,
107330                        "controllable": true,
107331                        "default": "1",
107332                        "max": "63.0957",
107333                        "min": "0.01585",
107334                        "mutable": "null",
107335                        "readable": true,
107336                        "type": "gfloat",
107337                        "writable": true
107338                    },
107339                    "g-7": {
107340                        "blurb": "Gain 7",
107341                        "conditionally-available": false,
107342                        "construct": true,
107343                        "construct-only": false,
107344                        "controllable": true,
107345                        "default": "1",
107346                        "max": "63.0957",
107347                        "min": "0.01585",
107348                        "mutable": "null",
107349                        "readable": true,
107350                        "type": "gfloat",
107351                        "writable": true
107352                    },
107353                    "g-8": {
107354                        "blurb": "Gain 8",
107355                        "conditionally-available": false,
107356                        "construct": true,
107357                        "construct-only": false,
107358                        "controllable": true,
107359                        "default": "1",
107360                        "max": "63.0957",
107361                        "min": "0.01585",
107362                        "mutable": "null",
107363                        "readable": true,
107364                        "type": "gfloat",
107365                        "writable": true
107366                    },
107367                    "g-9": {
107368                        "blurb": "Gain 9",
107369                        "conditionally-available": false,
107370                        "construct": true,
107371                        "construct-only": false,
107372                        "controllable": true,
107373                        "default": "1",
107374                        "max": "63.0957",
107375                        "min": "0.01585",
107376                        "mutable": "null",
107377                        "readable": true,
107378                        "type": "gfloat",
107379                        "writable": true
107380                    },
107381                    "g-in": {
107382                        "blurb": "Input gain",
107383                        "conditionally-available": false,
107384                        "construct": true,
107385                        "construct-only": false,
107386                        "controllable": true,
107387                        "default": "1",
107388                        "max": "10",
107389                        "min": "0",
107390                        "mutable": "null",
107391                        "readable": true,
107392                        "type": "gfloat",
107393                        "writable": true
107394                    },
107395                    "g-out": {
107396                        "blurb": "Output gain",
107397                        "conditionally-available": false,
107398                        "construct": true,
107399                        "construct-only": false,
107400                        "controllable": true,
107401                        "default": "1",
107402                        "max": "10",
107403                        "min": "0",
107404                        "mutable": "null",
107405                        "readable": true,
107406                        "type": "gfloat",
107407                        "writable": true
107408                    },
107409                    "hue-0": {
107410                        "blurb": "Hue 0",
107411                        "conditionally-available": false,
107412                        "construct": true,
107413                        "construct-only": false,
107414                        "controllable": true,
107415                        "default": "0",
107416                        "max": "1",
107417                        "min": "0",
107418                        "mutable": "null",
107419                        "readable": true,
107420                        "type": "gfloat",
107421                        "writable": true
107422                    },
107423                    "hue-1": {
107424                        "blurb": "Hue 1",
107425                        "conditionally-available": false,
107426                        "construct": true,
107427                        "construct-only": false,
107428                        "controllable": true,
107429                        "default": "0.0625",
107430                        "max": "1",
107431                        "min": "0",
107432                        "mutable": "null",
107433                        "readable": true,
107434                        "type": "gfloat",
107435                        "writable": true
107436                    },
107437                    "hue-10": {
107438                        "blurb": "Hue 10",
107439                        "conditionally-available": false,
107440                        "construct": true,
107441                        "construct-only": false,
107442                        "controllable": true,
107443                        "default": "0.625",
107444                        "max": "1",
107445                        "min": "0",
107446                        "mutable": "null",
107447                        "readable": true,
107448                        "type": "gfloat",
107449                        "writable": true
107450                    },
107451                    "hue-11": {
107452                        "blurb": "Hue 11",
107453                        "conditionally-available": false,
107454                        "construct": true,
107455                        "construct-only": false,
107456                        "controllable": true,
107457                        "default": "0.6875",
107458                        "max": "1",
107459                        "min": "0",
107460                        "mutable": "null",
107461                        "readable": true,
107462                        "type": "gfloat",
107463                        "writable": true
107464                    },
107465                    "hue-12": {
107466                        "blurb": "Hue 12",
107467                        "conditionally-available": false,
107468                        "construct": true,
107469                        "construct-only": false,
107470                        "controllable": true,
107471                        "default": "0.75",
107472                        "max": "1",
107473                        "min": "0",
107474                        "mutable": "null",
107475                        "readable": true,
107476                        "type": "gfloat",
107477                        "writable": true
107478                    },
107479                    "hue-13": {
107480                        "blurb": "Hue 13",
107481                        "conditionally-available": false,
107482                        "construct": true,
107483                        "construct-only": false,
107484                        "controllable": true,
107485                        "default": "0.8125",
107486                        "max": "1",
107487                        "min": "0",
107488                        "mutable": "null",
107489                        "readable": true,
107490                        "type": "gfloat",
107491                        "writable": true
107492                    },
107493                    "hue-14": {
107494                        "blurb": "Hue 14",
107495                        "conditionally-available": false,
107496                        "construct": true,
107497                        "construct-only": false,
107498                        "controllable": true,
107499                        "default": "0.875",
107500                        "max": "1",
107501                        "min": "0",
107502                        "mutable": "null",
107503                        "readable": true,
107504                        "type": "gfloat",
107505                        "writable": true
107506                    },
107507                    "hue-15": {
107508                        "blurb": "Hue 15",
107509                        "conditionally-available": false,
107510                        "construct": true,
107511                        "construct-only": false,
107512                        "controllable": true,
107513                        "default": "0.9375",
107514                        "max": "1",
107515                        "min": "0",
107516                        "mutable": "null",
107517                        "readable": true,
107518                        "type": "gfloat",
107519                        "writable": true
107520                    },
107521                    "hue-2": {
107522                        "blurb": "Hue 2",
107523                        "conditionally-available": false,
107524                        "construct": true,
107525                        "construct-only": false,
107526                        "controllable": true,
107527                        "default": "0.125",
107528                        "max": "1",
107529                        "min": "0",
107530                        "mutable": "null",
107531                        "readable": true,
107532                        "type": "gfloat",
107533                        "writable": true
107534                    },
107535                    "hue-3": {
107536                        "blurb": "Hue 3",
107537                        "conditionally-available": false,
107538                        "construct": true,
107539                        "construct-only": false,
107540                        "controllable": true,
107541                        "default": "0.1875",
107542                        "max": "1",
107543                        "min": "0",
107544                        "mutable": "null",
107545                        "readable": true,
107546                        "type": "gfloat",
107547                        "writable": true
107548                    },
107549                    "hue-4": {
107550                        "blurb": "Hue 4",
107551                        "conditionally-available": false,
107552                        "construct": true,
107553                        "construct-only": false,
107554                        "controllable": true,
107555                        "default": "0.25",
107556                        "max": "1",
107557                        "min": "0",
107558                        "mutable": "null",
107559                        "readable": true,
107560                        "type": "gfloat",
107561                        "writable": true
107562                    },
107563                    "hue-5": {
107564                        "blurb": "Hue 5",
107565                        "conditionally-available": false,
107566                        "construct": true,
107567                        "construct-only": false,
107568                        "controllable": true,
107569                        "default": "0.3125",
107570                        "max": "1",
107571                        "min": "0",
107572                        "mutable": "null",
107573                        "readable": true,
107574                        "type": "gfloat",
107575                        "writable": true
107576                    },
107577                    "hue-6": {
107578                        "blurb": "Hue 6",
107579                        "conditionally-available": false,
107580                        "construct": true,
107581                        "construct-only": false,
107582                        "controllable": true,
107583                        "default": "0.375",
107584                        "max": "1",
107585                        "min": "0",
107586                        "mutable": "null",
107587                        "readable": true,
107588                        "type": "gfloat",
107589                        "writable": true
107590                    },
107591                    "hue-7": {
107592                        "blurb": "Hue 7",
107593                        "conditionally-available": false,
107594                        "construct": true,
107595                        "construct-only": false,
107596                        "controllable": true,
107597                        "default": "0.4375",
107598                        "max": "1",
107599                        "min": "0",
107600                        "mutable": "null",
107601                        "readable": true,
107602                        "type": "gfloat",
107603                        "writable": true
107604                    },
107605                    "hue-8": {
107606                        "blurb": "Hue 8",
107607                        "conditionally-available": false,
107608                        "construct": true,
107609                        "construct-only": false,
107610                        "controllable": true,
107611                        "default": "0.5",
107612                        "max": "1",
107613                        "min": "0",
107614                        "mutable": "null",
107615                        "readable": true,
107616                        "type": "gfloat",
107617                        "writable": true
107618                    },
107619                    "hue-9": {
107620                        "blurb": "Hue 9",
107621                        "conditionally-available": false,
107622                        "construct": true,
107623                        "construct-only": false,
107624                        "controllable": true,
107625                        "default": "0.5625",
107626                        "max": "1",
107627                        "min": "0",
107628                        "mutable": "null",
107629                        "readable": true,
107630                        "type": "gfloat",
107631                        "writable": true
107632                    },
107633                    "iml": {
107634                        "blurb": "Input signal meter Left",
107635                        "conditionally-available": false,
107636                        "construct": false,
107637                        "construct-only": false,
107638                        "controllable": true,
107639                        "default": "0",
107640                        "max": "3.98107",
107641                        "min": "0",
107642                        "mutable": "null",
107643                        "readable": true,
107644                        "type": "gfloat",
107645                        "writable": false
107646                    },
107647                    "imr": {
107648                        "blurb": "Input signal meter Right",
107649                        "conditionally-available": false,
107650                        "construct": false,
107651                        "construct-only": false,
107652                        "controllable": true,
107653                        "default": "0",
107654                        "max": "3.98107",
107655                        "min": "0",
107656                        "mutable": "null",
107657                        "readable": true,
107658                        "type": "gfloat",
107659                        "writable": false
107660                    },
107661                    "mode": {
107662                        "blurb": "Equalizer mode",
107663                        "conditionally-available": false,
107664                        "construct": true,
107665                        "construct-only": false,
107666                        "controllable": true,
107667                        "default": "IIR (0)",
107668                        "mutable": "null",
107669                        "readable": true,
107670                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereomode",
107671                        "writable": true
107672                    },
107673                    "out-latency": {
107674                        "blurb": "Latency OUT",
107675                        "conditionally-available": false,
107676                        "construct": false,
107677                        "construct-only": false,
107678                        "controllable": true,
107679                        "default": "0",
107680                        "max": "192000",
107681                        "min": "0",
107682                        "mutable": "null",
107683                        "readable": true,
107684                        "type": "gint",
107685                        "writable": false
107686                    },
107687                    "q-0": {
107688                        "blurb": "Quality factor 0",
107689                        "conditionally-available": false,
107690                        "construct": true,
107691                        "construct-only": false,
107692                        "controllable": true,
107693                        "default": "0",
107694                        "max": "100",
107695                        "min": "0",
107696                        "mutable": "null",
107697                        "readable": true,
107698                        "type": "gfloat",
107699                        "writable": true
107700                    },
107701                    "q-1": {
107702                        "blurb": "Quality factor 1",
107703                        "conditionally-available": false,
107704                        "construct": true,
107705                        "construct-only": false,
107706                        "controllable": true,
107707                        "default": "0",
107708                        "max": "100",
107709                        "min": "0",
107710                        "mutable": "null",
107711                        "readable": true,
107712                        "type": "gfloat",
107713                        "writable": true
107714                    },
107715                    "q-10": {
107716                        "blurb": "Quality factor 10",
107717                        "conditionally-available": false,
107718                        "construct": true,
107719                        "construct-only": false,
107720                        "controllable": true,
107721                        "default": "0",
107722                        "max": "100",
107723                        "min": "0",
107724                        "mutable": "null",
107725                        "readable": true,
107726                        "type": "gfloat",
107727                        "writable": true
107728                    },
107729                    "q-11": {
107730                        "blurb": "Quality factor 11",
107731                        "conditionally-available": false,
107732                        "construct": true,
107733                        "construct-only": false,
107734                        "controllable": true,
107735                        "default": "0",
107736                        "max": "100",
107737                        "min": "0",
107738                        "mutable": "null",
107739                        "readable": true,
107740                        "type": "gfloat",
107741                        "writable": true
107742                    },
107743                    "q-12": {
107744                        "blurb": "Quality factor 12",
107745                        "conditionally-available": false,
107746                        "construct": true,
107747                        "construct-only": false,
107748                        "controllable": true,
107749                        "default": "0",
107750                        "max": "100",
107751                        "min": "0",
107752                        "mutable": "null",
107753                        "readable": true,
107754                        "type": "gfloat",
107755                        "writable": true
107756                    },
107757                    "q-13": {
107758                        "blurb": "Quality factor 13",
107759                        "conditionally-available": false,
107760                        "construct": true,
107761                        "construct-only": false,
107762                        "controllable": true,
107763                        "default": "0",
107764                        "max": "100",
107765                        "min": "0",
107766                        "mutable": "null",
107767                        "readable": true,
107768                        "type": "gfloat",
107769                        "writable": true
107770                    },
107771                    "q-14": {
107772                        "blurb": "Quality factor 14",
107773                        "conditionally-available": false,
107774                        "construct": true,
107775                        "construct-only": false,
107776                        "controllable": true,
107777                        "default": "0",
107778                        "max": "100",
107779                        "min": "0",
107780                        "mutable": "null",
107781                        "readable": true,
107782                        "type": "gfloat",
107783                        "writable": true
107784                    },
107785                    "q-15": {
107786                        "blurb": "Quality factor 15",
107787                        "conditionally-available": false,
107788                        "construct": true,
107789                        "construct-only": false,
107790                        "controllable": true,
107791                        "default": "0",
107792                        "max": "100",
107793                        "min": "0",
107794                        "mutable": "null",
107795                        "readable": true,
107796                        "type": "gfloat",
107797                        "writable": true
107798                    },
107799                    "q-2": {
107800                        "blurb": "Quality factor 2",
107801                        "conditionally-available": false,
107802                        "construct": true,
107803                        "construct-only": false,
107804                        "controllable": true,
107805                        "default": "0",
107806                        "max": "100",
107807                        "min": "0",
107808                        "mutable": "null",
107809                        "readable": true,
107810                        "type": "gfloat",
107811                        "writable": true
107812                    },
107813                    "q-3": {
107814                        "blurb": "Quality factor 3",
107815                        "conditionally-available": false,
107816                        "construct": true,
107817                        "construct-only": false,
107818                        "controllable": true,
107819                        "default": "0",
107820                        "max": "100",
107821                        "min": "0",
107822                        "mutable": "null",
107823                        "readable": true,
107824                        "type": "gfloat",
107825                        "writable": true
107826                    },
107827                    "q-4": {
107828                        "blurb": "Quality factor 4",
107829                        "conditionally-available": false,
107830                        "construct": true,
107831                        "construct-only": false,
107832                        "controllable": true,
107833                        "default": "0",
107834                        "max": "100",
107835                        "min": "0",
107836                        "mutable": "null",
107837                        "readable": true,
107838                        "type": "gfloat",
107839                        "writable": true
107840                    },
107841                    "q-5": {
107842                        "blurb": "Quality factor 5",
107843                        "conditionally-available": false,
107844                        "construct": true,
107845                        "construct-only": false,
107846                        "controllable": true,
107847                        "default": "0",
107848                        "max": "100",
107849                        "min": "0",
107850                        "mutable": "null",
107851                        "readable": true,
107852                        "type": "gfloat",
107853                        "writable": true
107854                    },
107855                    "q-6": {
107856                        "blurb": "Quality factor 6",
107857                        "conditionally-available": false,
107858                        "construct": true,
107859                        "construct-only": false,
107860                        "controllable": true,
107861                        "default": "0",
107862                        "max": "100",
107863                        "min": "0",
107864                        "mutable": "null",
107865                        "readable": true,
107866                        "type": "gfloat",
107867                        "writable": true
107868                    },
107869                    "q-7": {
107870                        "blurb": "Quality factor 7",
107871                        "conditionally-available": false,
107872                        "construct": true,
107873                        "construct-only": false,
107874                        "controllable": true,
107875                        "default": "0",
107876                        "max": "100",
107877                        "min": "0",
107878                        "mutable": "null",
107879                        "readable": true,
107880                        "type": "gfloat",
107881                        "writable": true
107882                    },
107883                    "q-8": {
107884                        "blurb": "Quality factor 8",
107885                        "conditionally-available": false,
107886                        "construct": true,
107887                        "construct-only": false,
107888                        "controllable": true,
107889                        "default": "0",
107890                        "max": "100",
107891                        "min": "0",
107892                        "mutable": "null",
107893                        "readable": true,
107894                        "type": "gfloat",
107895                        "writable": true
107896                    },
107897                    "q-9": {
107898                        "blurb": "Quality factor 9",
107899                        "conditionally-available": false,
107900                        "construct": true,
107901                        "construct-only": false,
107902                        "controllable": true,
107903                        "default": "0",
107904                        "max": "100",
107905                        "min": "0",
107906                        "mutable": "null",
107907                        "readable": true,
107908                        "type": "gfloat",
107909                        "writable": true
107910                    },
107911                    "react": {
107912                        "blurb": "FFT reactivity",
107913                        "conditionally-available": false,
107914                        "construct": true,
107915                        "construct-only": false,
107916                        "controllable": true,
107917                        "default": "0.2",
107918                        "max": "1",
107919                        "min": "0",
107920                        "mutable": "null",
107921                        "readable": true,
107922                        "type": "gfloat",
107923                        "writable": true
107924                    },
107925                    "s-0": {
107926                        "blurb": "Filter slope 0",
107927                        "conditionally-available": false,
107928                        "construct": true,
107929                        "construct-only": false,
107930                        "controllable": true,
107931                        "default": "x1 (0)",
107932                        "mutable": "null",
107933                        "readable": true,
107934                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-0",
107935                        "writable": true
107936                    },
107937                    "s-1": {
107938                        "blurb": "Filter slope 1",
107939                        "conditionally-available": false,
107940                        "construct": true,
107941                        "construct-only": false,
107942                        "controllable": true,
107943                        "default": "x1 (0)",
107944                        "mutable": "null",
107945                        "readable": true,
107946                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-1",
107947                        "writable": true
107948                    },
107949                    "s-10": {
107950                        "blurb": "Filter slope 10",
107951                        "conditionally-available": false,
107952                        "construct": true,
107953                        "construct-only": false,
107954                        "controllable": true,
107955                        "default": "x1 (0)",
107956                        "mutable": "null",
107957                        "readable": true,
107958                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-10",
107959                        "writable": true
107960                    },
107961                    "s-11": {
107962                        "blurb": "Filter slope 11",
107963                        "conditionally-available": false,
107964                        "construct": true,
107965                        "construct-only": false,
107966                        "controllable": true,
107967                        "default": "x1 (0)",
107968                        "mutable": "null",
107969                        "readable": true,
107970                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-11",
107971                        "writable": true
107972                    },
107973                    "s-12": {
107974                        "blurb": "Filter slope 12",
107975                        "conditionally-available": false,
107976                        "construct": true,
107977                        "construct-only": false,
107978                        "controllable": true,
107979                        "default": "x1 (0)",
107980                        "mutable": "null",
107981                        "readable": true,
107982                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-12",
107983                        "writable": true
107984                    },
107985                    "s-13": {
107986                        "blurb": "Filter slope 13",
107987                        "conditionally-available": false,
107988                        "construct": true,
107989                        "construct-only": false,
107990                        "controllable": true,
107991                        "default": "x1 (0)",
107992                        "mutable": "null",
107993                        "readable": true,
107994                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-13",
107995                        "writable": true
107996                    },
107997                    "s-14": {
107998                        "blurb": "Filter slope 14",
107999                        "conditionally-available": false,
108000                        "construct": true,
108001                        "construct-only": false,
108002                        "controllable": true,
108003                        "default": "x1 (0)",
108004                        "mutable": "null",
108005                        "readable": true,
108006                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-14",
108007                        "writable": true
108008                    },
108009                    "s-15": {
108010                        "blurb": "Filter slope 15",
108011                        "conditionally-available": false,
108012                        "construct": true,
108013                        "construct-only": false,
108014                        "controllable": true,
108015                        "default": "x1 (0)",
108016                        "mutable": "null",
108017                        "readable": true,
108018                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-15",
108019                        "writable": true
108020                    },
108021                    "s-2": {
108022                        "blurb": "Filter slope 2",
108023                        "conditionally-available": false,
108024                        "construct": true,
108025                        "construct-only": false,
108026                        "controllable": true,
108027                        "default": "x1 (0)",
108028                        "mutable": "null",
108029                        "readable": true,
108030                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-2",
108031                        "writable": true
108032                    },
108033                    "s-3": {
108034                        "blurb": "Filter slope 3",
108035                        "conditionally-available": false,
108036                        "construct": true,
108037                        "construct-only": false,
108038                        "controllable": true,
108039                        "default": "x1 (0)",
108040                        "mutable": "null",
108041                        "readable": true,
108042                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-3",
108043                        "writable": true
108044                    },
108045                    "s-4": {
108046                        "blurb": "Filter slope 4",
108047                        "conditionally-available": false,
108048                        "construct": true,
108049                        "construct-only": false,
108050                        "controllable": true,
108051                        "default": "x1 (0)",
108052                        "mutable": "null",
108053                        "readable": true,
108054                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-4",
108055                        "writable": true
108056                    },
108057                    "s-5": {
108058                        "blurb": "Filter slope 5",
108059                        "conditionally-available": false,
108060                        "construct": true,
108061                        "construct-only": false,
108062                        "controllable": true,
108063                        "default": "x1 (0)",
108064                        "mutable": "null",
108065                        "readable": true,
108066                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-5",
108067                        "writable": true
108068                    },
108069                    "s-6": {
108070                        "blurb": "Filter slope 6",
108071                        "conditionally-available": false,
108072                        "construct": true,
108073                        "construct-only": false,
108074                        "controllable": true,
108075                        "default": "x1 (0)",
108076                        "mutable": "null",
108077                        "readable": true,
108078                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-6",
108079                        "writable": true
108080                    },
108081                    "s-7": {
108082                        "blurb": "Filter slope 7",
108083                        "conditionally-available": false,
108084                        "construct": true,
108085                        "construct-only": false,
108086                        "controllable": true,
108087                        "default": "x1 (0)",
108088                        "mutable": "null",
108089                        "readable": true,
108090                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-7",
108091                        "writable": true
108092                    },
108093                    "s-8": {
108094                        "blurb": "Filter slope 8",
108095                        "conditionally-available": false,
108096                        "construct": true,
108097                        "construct-only": false,
108098                        "controllable": true,
108099                        "default": "x1 (0)",
108100                        "mutable": "null",
108101                        "readable": true,
108102                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-8",
108103                        "writable": true
108104                    },
108105                    "s-9": {
108106                        "blurb": "Filter slope 9",
108107                        "conditionally-available": false,
108108                        "construct": true,
108109                        "construct-only": false,
108110                        "controllable": true,
108111                        "default": "x1 (0)",
108112                        "mutable": "null",
108113                        "readable": true,
108114                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-9",
108115                        "writable": true
108116                    },
108117                    "shift": {
108118                        "blurb": "Shift gain",
108119                        "conditionally-available": false,
108120                        "construct": true,
108121                        "construct-only": false,
108122                        "controllable": true,
108123                        "default": "1",
108124                        "max": "100",
108125                        "min": "0",
108126                        "mutable": "null",
108127                        "readable": true,
108128                        "type": "gfloat",
108129                        "writable": true
108130                    },
108131                    "sml": {
108132                        "blurb": "Output signal meter Left",
108133                        "conditionally-available": false,
108134                        "construct": false,
108135                        "construct-only": false,
108136                        "controllable": true,
108137                        "default": "0",
108138                        "max": "3.98107",
108139                        "min": "0",
108140                        "mutable": "null",
108141                        "readable": true,
108142                        "type": "gfloat",
108143                        "writable": false
108144                    },
108145                    "smr": {
108146                        "blurb": "Output signal meter Right",
108147                        "conditionally-available": false,
108148                        "construct": false,
108149                        "construct-only": false,
108150                        "controllable": true,
108151                        "default": "0",
108152                        "max": "3.98107",
108153                        "min": "0",
108154                        "mutable": "null",
108155                        "readable": true,
108156                        "type": "gfloat",
108157                        "writable": false
108158                    },
108159                    "xm-0": {
108160                        "blurb": "Filter mute 0",
108161                        "conditionally-available": false,
108162                        "construct": true,
108163                        "construct-only": false,
108164                        "controllable": true,
108165                        "default": "false",
108166                        "mutable": "null",
108167                        "readable": true,
108168                        "type": "gboolean",
108169                        "writable": true
108170                    },
108171                    "xm-1": {
108172                        "blurb": "Filter mute 1",
108173                        "conditionally-available": false,
108174                        "construct": true,
108175                        "construct-only": false,
108176                        "controllable": true,
108177                        "default": "false",
108178                        "mutable": "null",
108179                        "readable": true,
108180                        "type": "gboolean",
108181                        "writable": true
108182                    },
108183                    "xm-10": {
108184                        "blurb": "Filter mute 10",
108185                        "conditionally-available": false,
108186                        "construct": true,
108187                        "construct-only": false,
108188                        "controllable": true,
108189                        "default": "false",
108190                        "mutable": "null",
108191                        "readable": true,
108192                        "type": "gboolean",
108193                        "writable": true
108194                    },
108195                    "xm-11": {
108196                        "blurb": "Filter mute 11",
108197                        "conditionally-available": false,
108198                        "construct": true,
108199                        "construct-only": false,
108200                        "controllable": true,
108201                        "default": "false",
108202                        "mutable": "null",
108203                        "readable": true,
108204                        "type": "gboolean",
108205                        "writable": true
108206                    },
108207                    "xm-12": {
108208                        "blurb": "Filter mute 12",
108209                        "conditionally-available": false,
108210                        "construct": true,
108211                        "construct-only": false,
108212                        "controllable": true,
108213                        "default": "false",
108214                        "mutable": "null",
108215                        "readable": true,
108216                        "type": "gboolean",
108217                        "writable": true
108218                    },
108219                    "xm-13": {
108220                        "blurb": "Filter mute 13",
108221                        "conditionally-available": false,
108222                        "construct": true,
108223                        "construct-only": false,
108224                        "controllable": true,
108225                        "default": "false",
108226                        "mutable": "null",
108227                        "readable": true,
108228                        "type": "gboolean",
108229                        "writable": true
108230                    },
108231                    "xm-14": {
108232                        "blurb": "Filter mute 14",
108233                        "conditionally-available": false,
108234                        "construct": true,
108235                        "construct-only": false,
108236                        "controllable": true,
108237                        "default": "false",
108238                        "mutable": "null",
108239                        "readable": true,
108240                        "type": "gboolean",
108241                        "writable": true
108242                    },
108243                    "xm-15": {
108244                        "blurb": "Filter mute 15",
108245                        "conditionally-available": false,
108246                        "construct": true,
108247                        "construct-only": false,
108248                        "controllable": true,
108249                        "default": "false",
108250                        "mutable": "null",
108251                        "readable": true,
108252                        "type": "gboolean",
108253                        "writable": true
108254                    },
108255                    "xm-2": {
108256                        "blurb": "Filter mute 2",
108257                        "conditionally-available": false,
108258                        "construct": true,
108259                        "construct-only": false,
108260                        "controllable": true,
108261                        "default": "false",
108262                        "mutable": "null",
108263                        "readable": true,
108264                        "type": "gboolean",
108265                        "writable": true
108266                    },
108267                    "xm-3": {
108268                        "blurb": "Filter mute 3",
108269                        "conditionally-available": false,
108270                        "construct": true,
108271                        "construct-only": false,
108272                        "controllable": true,
108273                        "default": "false",
108274                        "mutable": "null",
108275                        "readable": true,
108276                        "type": "gboolean",
108277                        "writable": true
108278                    },
108279                    "xm-4": {
108280                        "blurb": "Filter mute 4",
108281                        "conditionally-available": false,
108282                        "construct": true,
108283                        "construct-only": false,
108284                        "controllable": true,
108285                        "default": "false",
108286                        "mutable": "null",
108287                        "readable": true,
108288                        "type": "gboolean",
108289                        "writable": true
108290                    },
108291                    "xm-5": {
108292                        "blurb": "Filter mute 5",
108293                        "conditionally-available": false,
108294                        "construct": true,
108295                        "construct-only": false,
108296                        "controllable": true,
108297                        "default": "false",
108298                        "mutable": "null",
108299                        "readable": true,
108300                        "type": "gboolean",
108301                        "writable": true
108302                    },
108303                    "xm-6": {
108304                        "blurb": "Filter mute 6",
108305                        "conditionally-available": false,
108306                        "construct": true,
108307                        "construct-only": false,
108308                        "controllable": true,
108309                        "default": "false",
108310                        "mutable": "null",
108311                        "readable": true,
108312                        "type": "gboolean",
108313                        "writable": true
108314                    },
108315                    "xm-7": {
108316                        "blurb": "Filter mute 7",
108317                        "conditionally-available": false,
108318                        "construct": true,
108319                        "construct-only": false,
108320                        "controllable": true,
108321                        "default": "false",
108322                        "mutable": "null",
108323                        "readable": true,
108324                        "type": "gboolean",
108325                        "writable": true
108326                    },
108327                    "xm-8": {
108328                        "blurb": "Filter mute 8",
108329                        "conditionally-available": false,
108330                        "construct": true,
108331                        "construct-only": false,
108332                        "controllable": true,
108333                        "default": "false",
108334                        "mutable": "null",
108335                        "readable": true,
108336                        "type": "gboolean",
108337                        "writable": true
108338                    },
108339                    "xm-9": {
108340                        "blurb": "Filter mute 9",
108341                        "conditionally-available": false,
108342                        "construct": true,
108343                        "construct-only": false,
108344                        "controllable": true,
108345                        "default": "false",
108346                        "mutable": "null",
108347                        "readable": true,
108348                        "type": "gboolean",
108349                        "writable": true
108350                    },
108351                    "xs-0": {
108352                        "blurb": "Filter solo 0",
108353                        "conditionally-available": false,
108354                        "construct": true,
108355                        "construct-only": false,
108356                        "controllable": true,
108357                        "default": "false",
108358                        "mutable": "null",
108359                        "readable": true,
108360                        "type": "gboolean",
108361                        "writable": true
108362                    },
108363                    "xs-1": {
108364                        "blurb": "Filter solo 1",
108365                        "conditionally-available": false,
108366                        "construct": true,
108367                        "construct-only": false,
108368                        "controllable": true,
108369                        "default": "false",
108370                        "mutable": "null",
108371                        "readable": true,
108372                        "type": "gboolean",
108373                        "writable": true
108374                    },
108375                    "xs-10": {
108376                        "blurb": "Filter solo 10",
108377                        "conditionally-available": false,
108378                        "construct": true,
108379                        "construct-only": false,
108380                        "controllable": true,
108381                        "default": "false",
108382                        "mutable": "null",
108383                        "readable": true,
108384                        "type": "gboolean",
108385                        "writable": true
108386                    },
108387                    "xs-11": {
108388                        "blurb": "Filter solo 11",
108389                        "conditionally-available": false,
108390                        "construct": true,
108391                        "construct-only": false,
108392                        "controllable": true,
108393                        "default": "false",
108394                        "mutable": "null",
108395                        "readable": true,
108396                        "type": "gboolean",
108397                        "writable": true
108398                    },
108399                    "xs-12": {
108400                        "blurb": "Filter solo 12",
108401                        "conditionally-available": false,
108402                        "construct": true,
108403                        "construct-only": false,
108404                        "controllable": true,
108405                        "default": "false",
108406                        "mutable": "null",
108407                        "readable": true,
108408                        "type": "gboolean",
108409                        "writable": true
108410                    },
108411                    "xs-13": {
108412                        "blurb": "Filter solo 13",
108413                        "conditionally-available": false,
108414                        "construct": true,
108415                        "construct-only": false,
108416                        "controllable": true,
108417                        "default": "false",
108418                        "mutable": "null",
108419                        "readable": true,
108420                        "type": "gboolean",
108421                        "writable": true
108422                    },
108423                    "xs-14": {
108424                        "blurb": "Filter solo 14",
108425                        "conditionally-available": false,
108426                        "construct": true,
108427                        "construct-only": false,
108428                        "controllable": true,
108429                        "default": "false",
108430                        "mutable": "null",
108431                        "readable": true,
108432                        "type": "gboolean",
108433                        "writable": true
108434                    },
108435                    "xs-15": {
108436                        "blurb": "Filter solo 15",
108437                        "conditionally-available": false,
108438                        "construct": true,
108439                        "construct-only": false,
108440                        "controllable": true,
108441                        "default": "false",
108442                        "mutable": "null",
108443                        "readable": true,
108444                        "type": "gboolean",
108445                        "writable": true
108446                    },
108447                    "xs-2": {
108448                        "blurb": "Filter solo 2",
108449                        "conditionally-available": false,
108450                        "construct": true,
108451                        "construct-only": false,
108452                        "controllable": true,
108453                        "default": "false",
108454                        "mutable": "null",
108455                        "readable": true,
108456                        "type": "gboolean",
108457                        "writable": true
108458                    },
108459                    "xs-3": {
108460                        "blurb": "Filter solo 3",
108461                        "conditionally-available": false,
108462                        "construct": true,
108463                        "construct-only": false,
108464                        "controllable": true,
108465                        "default": "false",
108466                        "mutable": "null",
108467                        "readable": true,
108468                        "type": "gboolean",
108469                        "writable": true
108470                    },
108471                    "xs-4": {
108472                        "blurb": "Filter solo 4",
108473                        "conditionally-available": false,
108474                        "construct": true,
108475                        "construct-only": false,
108476                        "controllable": true,
108477                        "default": "false",
108478                        "mutable": "null",
108479                        "readable": true,
108480                        "type": "gboolean",
108481                        "writable": true
108482                    },
108483                    "xs-5": {
108484                        "blurb": "Filter solo 5",
108485                        "conditionally-available": false,
108486                        "construct": true,
108487                        "construct-only": false,
108488                        "controllable": true,
108489                        "default": "false",
108490                        "mutable": "null",
108491                        "readable": true,
108492                        "type": "gboolean",
108493                        "writable": true
108494                    },
108495                    "xs-6": {
108496                        "blurb": "Filter solo 6",
108497                        "conditionally-available": false,
108498                        "construct": true,
108499                        "construct-only": false,
108500                        "controllable": true,
108501                        "default": "false",
108502                        "mutable": "null",
108503                        "readable": true,
108504                        "type": "gboolean",
108505                        "writable": true
108506                    },
108507                    "xs-7": {
108508                        "blurb": "Filter solo 7",
108509                        "conditionally-available": false,
108510                        "construct": true,
108511                        "construct-only": false,
108512                        "controllable": true,
108513                        "default": "false",
108514                        "mutable": "null",
108515                        "readable": true,
108516                        "type": "gboolean",
108517                        "writable": true
108518                    },
108519                    "xs-8": {
108520                        "blurb": "Filter solo 8",
108521                        "conditionally-available": false,
108522                        "construct": true,
108523                        "construct-only": false,
108524                        "controllable": true,
108525                        "default": "false",
108526                        "mutable": "null",
108527                        "readable": true,
108528                        "type": "gboolean",
108529                        "writable": true
108530                    },
108531                    "xs-9": {
108532                        "blurb": "Filter solo 9",
108533                        "conditionally-available": false,
108534                        "construct": true,
108535                        "construct-only": false,
108536                        "controllable": true,
108537                        "default": "false",
108538                        "mutable": "null",
108539                        "readable": true,
108540                        "type": "gboolean",
108541                        "writable": true
108542                    },
108543                    "zoom": {
108544                        "blurb": "Graph zoom",
108545                        "conditionally-available": false,
108546                        "construct": true,
108547                        "construct-only": false,
108548                        "controllable": true,
108549                        "default": "1",
108550                        "max": "1",
108551                        "min": "0.01585",
108552                        "mutable": "null",
108553                        "readable": true,
108554                        "type": "gfloat",
108555                        "writable": true
108556                    }
108557                },
108558                "rank": "none"
108559            },
108560            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr": {
108561                "author": "LSP LV2",
108562                "description": "LSP Parametric Equalizer x32 LeftRight",
108563                "hierarchy": [
108564                    "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr",
108565                    "GstAudioFilter",
108566                    "GstBaseTransform",
108567                    "GstElement",
108568                    "GstObject",
108569                    "GInitiallyUnowned",
108570                    "GObject"
108571                ],
108572                "interfaces": [
108573                    "GstPreset"
108574                ],
108575                "klass": "Filter/Effect/Audio/LV2/Parametric",
108576                "long-name": "LSP Parametric Equalizer x32 LeftRight",
108577                "pad-templates": {
108578                    "sink": {
108579                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
108580                        "direction": "sink",
108581                        "presence": "always"
108582                    },
108583                    "src": {
108584                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
108585                        "direction": "src",
108586                        "presence": "always"
108587                    }
108588                },
108589                "properties": {
108590                    "bal": {
108591                        "blurb": "Output balance",
108592                        "conditionally-available": false,
108593                        "construct": true,
108594                        "construct-only": false,
108595                        "controllable": true,
108596                        "default": "0",
108597                        "max": "100",
108598                        "min": "-100",
108599                        "mutable": "null",
108600                        "readable": true,
108601                        "type": "gfloat",
108602                        "writable": true
108603                    },
108604                    "bypass": {
108605                        "blurb": "Bypass",
108606                        "conditionally-available": false,
108607                        "construct": true,
108608                        "construct-only": false,
108609                        "controllable": true,
108610                        "default": "false",
108611                        "mutable": "null",
108612                        "readable": true,
108613                        "type": "gboolean",
108614                        "writable": true
108615                    },
108616                    "fft": {
108617                        "blurb": "FFT analysis",
108618                        "conditionally-available": false,
108619                        "construct": true,
108620                        "construct-only": false,
108621                        "controllable": true,
108622                        "default": "Off (0)",
108623                        "mutable": "null",
108624                        "readable": true,
108625                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfft",
108626                        "writable": true
108627                    },
108628                    "fftv-l": {
108629                        "blurb": "FFT visibility Left",
108630                        "conditionally-available": false,
108631                        "construct": true,
108632                        "construct-only": false,
108633                        "controllable": true,
108634                        "default": "false",
108635                        "mutable": "null",
108636                        "readable": true,
108637                        "type": "gboolean",
108638                        "writable": true
108639                    },
108640                    "fftv-r": {
108641                        "blurb": "FFT visibility Right",
108642                        "conditionally-available": false,
108643                        "construct": true,
108644                        "construct-only": false,
108645                        "controllable": true,
108646                        "default": "false",
108647                        "mutable": "null",
108648                        "readable": true,
108649                        "type": "gboolean",
108650                        "writable": true
108651                    },
108652                    "fl-0": {
108653                        "blurb": "Frequency Left 0",
108654                        "conditionally-available": false,
108655                        "construct": true,
108656                        "construct-only": false,
108657                        "controllable": true,
108658                        "default": "16",
108659                        "max": "24000",
108660                        "min": "10",
108661                        "mutable": "null",
108662                        "readable": true,
108663                        "type": "gfloat",
108664                        "writable": true
108665                    },
108666                    "fl-1": {
108667                        "blurb": "Frequency Left 1",
108668                        "conditionally-available": false,
108669                        "construct": true,
108670                        "construct-only": false,
108671                        "controllable": true,
108672                        "default": "20",
108673                        "max": "24000",
108674                        "min": "10",
108675                        "mutable": "null",
108676                        "readable": true,
108677                        "type": "gfloat",
108678                        "writable": true
108679                    },
108680                    "fl-10": {
108681                        "blurb": "Frequency Left 10",
108682                        "conditionally-available": false,
108683                        "construct": true,
108684                        "construct-only": false,
108685                        "controllable": true,
108686                        "default": "160",
108687                        "max": "24000",
108688                        "min": "10",
108689                        "mutable": "null",
108690                        "readable": true,
108691                        "type": "gfloat",
108692                        "writable": true
108693                    },
108694                    "fl-11": {
108695                        "blurb": "Frequency Left 11",
108696                        "conditionally-available": false,
108697                        "construct": true,
108698                        "construct-only": false,
108699                        "controllable": true,
108700                        "default": "200",
108701                        "max": "24000",
108702                        "min": "10",
108703                        "mutable": "null",
108704                        "readable": true,
108705                        "type": "gfloat",
108706                        "writable": true
108707                    },
108708                    "fl-12": {
108709                        "blurb": "Frequency Left 12",
108710                        "conditionally-available": false,
108711                        "construct": true,
108712                        "construct-only": false,
108713                        "controllable": true,
108714                        "default": "250",
108715                        "max": "24000",
108716                        "min": "10",
108717                        "mutable": "null",
108718                        "readable": true,
108719                        "type": "gfloat",
108720                        "writable": true
108721                    },
108722                    "fl-13": {
108723                        "blurb": "Frequency Left 13",
108724                        "conditionally-available": false,
108725                        "construct": true,
108726                        "construct-only": false,
108727                        "controllable": true,
108728                        "default": "315",
108729                        "max": "24000",
108730                        "min": "10",
108731                        "mutable": "null",
108732                        "readable": true,
108733                        "type": "gfloat",
108734                        "writable": true
108735                    },
108736                    "fl-14": {
108737                        "blurb": "Frequency Left 14",
108738                        "conditionally-available": false,
108739                        "construct": true,
108740                        "construct-only": false,
108741                        "controllable": true,
108742                        "default": "400",
108743                        "max": "24000",
108744                        "min": "10",
108745                        "mutable": "null",
108746                        "readable": true,
108747                        "type": "gfloat",
108748                        "writable": true
108749                    },
108750                    "fl-15": {
108751                        "blurb": "Frequency Left 15",
108752                        "conditionally-available": false,
108753                        "construct": true,
108754                        "construct-only": false,
108755                        "controllable": true,
108756                        "default": "500",
108757                        "max": "24000",
108758                        "min": "10",
108759                        "mutable": "null",
108760                        "readable": true,
108761                        "type": "gfloat",
108762                        "writable": true
108763                    },
108764                    "fl-16": {
108765                        "blurb": "Frequency Left 16",
108766                        "conditionally-available": false,
108767                        "construct": true,
108768                        "construct-only": false,
108769                        "controllable": true,
108770                        "default": "630",
108771                        "max": "24000",
108772                        "min": "10",
108773                        "mutable": "null",
108774                        "readable": true,
108775                        "type": "gfloat",
108776                        "writable": true
108777                    },
108778                    "fl-17": {
108779                        "blurb": "Frequency Left 17",
108780                        "conditionally-available": false,
108781                        "construct": true,
108782                        "construct-only": false,
108783                        "controllable": true,
108784                        "default": "800",
108785                        "max": "24000",
108786                        "min": "10",
108787                        "mutable": "null",
108788                        "readable": true,
108789                        "type": "gfloat",
108790                        "writable": true
108791                    },
108792                    "fl-18": {
108793                        "blurb": "Frequency Left 18",
108794                        "conditionally-available": false,
108795                        "construct": true,
108796                        "construct-only": false,
108797                        "controllable": true,
108798                        "default": "1000",
108799                        "max": "24000",
108800                        "min": "10",
108801                        "mutable": "null",
108802                        "readable": true,
108803                        "type": "gfloat",
108804                        "writable": true
108805                    },
108806                    "fl-19": {
108807                        "blurb": "Frequency Left 19",
108808                        "conditionally-available": false,
108809                        "construct": true,
108810                        "construct-only": false,
108811                        "controllable": true,
108812                        "default": "1250",
108813                        "max": "24000",
108814                        "min": "10",
108815                        "mutable": "null",
108816                        "readable": true,
108817                        "type": "gfloat",
108818                        "writable": true
108819                    },
108820                    "fl-2": {
108821                        "blurb": "Frequency Left 2",
108822                        "conditionally-available": false,
108823                        "construct": true,
108824                        "construct-only": false,
108825                        "controllable": true,
108826                        "default": "25",
108827                        "max": "24000",
108828                        "min": "10",
108829                        "mutable": "null",
108830                        "readable": true,
108831                        "type": "gfloat",
108832                        "writable": true
108833                    },
108834                    "fl-20": {
108835                        "blurb": "Frequency Left 20",
108836                        "conditionally-available": false,
108837                        "construct": true,
108838                        "construct-only": false,
108839                        "controllable": true,
108840                        "default": "1600",
108841                        "max": "24000",
108842                        "min": "10",
108843                        "mutable": "null",
108844                        "readable": true,
108845                        "type": "gfloat",
108846                        "writable": true
108847                    },
108848                    "fl-21": {
108849                        "blurb": "Frequency Left 21",
108850                        "conditionally-available": false,
108851                        "construct": true,
108852                        "construct-only": false,
108853                        "controllable": true,
108854                        "default": "2000",
108855                        "max": "24000",
108856                        "min": "10",
108857                        "mutable": "null",
108858                        "readable": true,
108859                        "type": "gfloat",
108860                        "writable": true
108861                    },
108862                    "fl-22": {
108863                        "blurb": "Frequency Left 22",
108864                        "conditionally-available": false,
108865                        "construct": true,
108866                        "construct-only": false,
108867                        "controllable": true,
108868                        "default": "2500",
108869                        "max": "24000",
108870                        "min": "10",
108871                        "mutable": "null",
108872                        "readable": true,
108873                        "type": "gfloat",
108874                        "writable": true
108875                    },
108876                    "fl-23": {
108877                        "blurb": "Frequency Left 23",
108878                        "conditionally-available": false,
108879                        "construct": true,
108880                        "construct-only": false,
108881                        "controllable": true,
108882                        "default": "3150",
108883                        "max": "24000",
108884                        "min": "10",
108885                        "mutable": "null",
108886                        "readable": true,
108887                        "type": "gfloat",
108888                        "writable": true
108889                    },
108890                    "fl-24": {
108891                        "blurb": "Frequency Left 24",
108892                        "conditionally-available": false,
108893                        "construct": true,
108894                        "construct-only": false,
108895                        "controllable": true,
108896                        "default": "4000",
108897                        "max": "24000",
108898                        "min": "10",
108899                        "mutable": "null",
108900                        "readable": true,
108901                        "type": "gfloat",
108902                        "writable": true
108903                    },
108904                    "fl-25": {
108905                        "blurb": "Frequency Left 25",
108906                        "conditionally-available": false,
108907                        "construct": true,
108908                        "construct-only": false,
108909                        "controllable": true,
108910                        "default": "5000",
108911                        "max": "24000",
108912                        "min": "10",
108913                        "mutable": "null",
108914                        "readable": true,
108915                        "type": "gfloat",
108916                        "writable": true
108917                    },
108918                    "fl-26": {
108919                        "blurb": "Frequency Left 26",
108920                        "conditionally-available": false,
108921                        "construct": true,
108922                        "construct-only": false,
108923                        "controllable": true,
108924                        "default": "6300",
108925                        "max": "24000",
108926                        "min": "10",
108927                        "mutable": "null",
108928                        "readable": true,
108929                        "type": "gfloat",
108930                        "writable": true
108931                    },
108932                    "fl-27": {
108933                        "blurb": "Frequency Left 27",
108934                        "conditionally-available": false,
108935                        "construct": true,
108936                        "construct-only": false,
108937                        "controllable": true,
108938                        "default": "8000",
108939                        "max": "24000",
108940                        "min": "10",
108941                        "mutable": "null",
108942                        "readable": true,
108943                        "type": "gfloat",
108944                        "writable": true
108945                    },
108946                    "fl-28": {
108947                        "blurb": "Frequency Left 28",
108948                        "conditionally-available": false,
108949                        "construct": true,
108950                        "construct-only": false,
108951                        "controllable": true,
108952                        "default": "10000",
108953                        "max": "24000",
108954                        "min": "10",
108955                        "mutable": "null",
108956                        "readable": true,
108957                        "type": "gfloat",
108958                        "writable": true
108959                    },
108960                    "fl-29": {
108961                        "blurb": "Frequency Left 29",
108962                        "conditionally-available": false,
108963                        "construct": true,
108964                        "construct-only": false,
108965                        "controllable": true,
108966                        "default": "12500",
108967                        "max": "24000",
108968                        "min": "10",
108969                        "mutable": "null",
108970                        "readable": true,
108971                        "type": "gfloat",
108972                        "writable": true
108973                    },
108974                    "fl-3": {
108975                        "blurb": "Frequency Left 3",
108976                        "conditionally-available": false,
108977                        "construct": true,
108978                        "construct-only": false,
108979                        "controllable": true,
108980                        "default": "31.5",
108981                        "max": "24000",
108982                        "min": "10",
108983                        "mutable": "null",
108984                        "readable": true,
108985                        "type": "gfloat",
108986                        "writable": true
108987                    },
108988                    "fl-30": {
108989                        "blurb": "Frequency Left 30",
108990                        "conditionally-available": false,
108991                        "construct": true,
108992                        "construct-only": false,
108993                        "controllable": true,
108994                        "default": "16000",
108995                        "max": "24000",
108996                        "min": "10",
108997                        "mutable": "null",
108998                        "readable": true,
108999                        "type": "gfloat",
109000                        "writable": true
109001                    },
109002                    "fl-31": {
109003                        "blurb": "Frequency Left 31",
109004                        "conditionally-available": false,
109005                        "construct": true,
109006                        "construct-only": false,
109007                        "controllable": true,
109008                        "default": "20000",
109009                        "max": "24000",
109010                        "min": "10",
109011                        "mutable": "null",
109012                        "readable": true,
109013                        "type": "gfloat",
109014                        "writable": true
109015                    },
109016                    "fl-4": {
109017                        "blurb": "Frequency Left 4",
109018                        "conditionally-available": false,
109019                        "construct": true,
109020                        "construct-only": false,
109021                        "controllable": true,
109022                        "default": "40",
109023                        "max": "24000",
109024                        "min": "10",
109025                        "mutable": "null",
109026                        "readable": true,
109027                        "type": "gfloat",
109028                        "writable": true
109029                    },
109030                    "fl-5": {
109031                        "blurb": "Frequency Left 5",
109032                        "conditionally-available": false,
109033                        "construct": true,
109034                        "construct-only": false,
109035                        "controllable": true,
109036                        "default": "50",
109037                        "max": "24000",
109038                        "min": "10",
109039                        "mutable": "null",
109040                        "readable": true,
109041                        "type": "gfloat",
109042                        "writable": true
109043                    },
109044                    "fl-6": {
109045                        "blurb": "Frequency Left 6",
109046                        "conditionally-available": false,
109047                        "construct": true,
109048                        "construct-only": false,
109049                        "controllable": true,
109050                        "default": "63",
109051                        "max": "24000",
109052                        "min": "10",
109053                        "mutable": "null",
109054                        "readable": true,
109055                        "type": "gfloat",
109056                        "writable": true
109057                    },
109058                    "fl-7": {
109059                        "blurb": "Frequency Left 7",
109060                        "conditionally-available": false,
109061                        "construct": true,
109062                        "construct-only": false,
109063                        "controllable": true,
109064                        "default": "80",
109065                        "max": "24000",
109066                        "min": "10",
109067                        "mutable": "null",
109068                        "readable": true,
109069                        "type": "gfloat",
109070                        "writable": true
109071                    },
109072                    "fl-8": {
109073                        "blurb": "Frequency Left 8",
109074                        "conditionally-available": false,
109075                        "construct": true,
109076                        "construct-only": false,
109077                        "controllable": true,
109078                        "default": "100",
109079                        "max": "24000",
109080                        "min": "10",
109081                        "mutable": "null",
109082                        "readable": true,
109083                        "type": "gfloat",
109084                        "writable": true
109085                    },
109086                    "fl-9": {
109087                        "blurb": "Frequency Left 9",
109088                        "conditionally-available": false,
109089                        "construct": true,
109090                        "construct-only": false,
109091                        "controllable": true,
109092                        "default": "125",
109093                        "max": "24000",
109094                        "min": "10",
109095                        "mutable": "null",
109096                        "readable": true,
109097                        "type": "gfloat",
109098                        "writable": true
109099                    },
109100                    "fml-0": {
109101                        "blurb": "Filter mode Left 0",
109102                        "conditionally-available": false,
109103                        "construct": true,
109104                        "construct-only": false,
109105                        "controllable": true,
109106                        "default": "RLC (BT) (0)",
109107                        "mutable": "null",
109108                        "readable": true,
109109                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-0",
109110                        "writable": true
109111                    },
109112                    "fml-1": {
109113                        "blurb": "Filter mode Left 1",
109114                        "conditionally-available": false,
109115                        "construct": true,
109116                        "construct-only": false,
109117                        "controllable": true,
109118                        "default": "RLC (BT) (0)",
109119                        "mutable": "null",
109120                        "readable": true,
109121                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-1",
109122                        "writable": true
109123                    },
109124                    "fml-10": {
109125                        "blurb": "Filter mode Left 10",
109126                        "conditionally-available": false,
109127                        "construct": true,
109128                        "construct-only": false,
109129                        "controllable": true,
109130                        "default": "RLC (BT) (0)",
109131                        "mutable": "null",
109132                        "readable": true,
109133                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-10",
109134                        "writable": true
109135                    },
109136                    "fml-11": {
109137                        "blurb": "Filter mode Left 11",
109138                        "conditionally-available": false,
109139                        "construct": true,
109140                        "construct-only": false,
109141                        "controllable": true,
109142                        "default": "RLC (BT) (0)",
109143                        "mutable": "null",
109144                        "readable": true,
109145                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-11",
109146                        "writable": true
109147                    },
109148                    "fml-12": {
109149                        "blurb": "Filter mode Left 12",
109150                        "conditionally-available": false,
109151                        "construct": true,
109152                        "construct-only": false,
109153                        "controllable": true,
109154                        "default": "RLC (BT) (0)",
109155                        "mutable": "null",
109156                        "readable": true,
109157                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-12",
109158                        "writable": true
109159                    },
109160                    "fml-13": {
109161                        "blurb": "Filter mode Left 13",
109162                        "conditionally-available": false,
109163                        "construct": true,
109164                        "construct-only": false,
109165                        "controllable": true,
109166                        "default": "RLC (BT) (0)",
109167                        "mutable": "null",
109168                        "readable": true,
109169                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-13",
109170                        "writable": true
109171                    },
109172                    "fml-14": {
109173                        "blurb": "Filter mode Left 14",
109174                        "conditionally-available": false,
109175                        "construct": true,
109176                        "construct-only": false,
109177                        "controllable": true,
109178                        "default": "RLC (BT) (0)",
109179                        "mutable": "null",
109180                        "readable": true,
109181                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-14",
109182                        "writable": true
109183                    },
109184                    "fml-15": {
109185                        "blurb": "Filter mode Left 15",
109186                        "conditionally-available": false,
109187                        "construct": true,
109188                        "construct-only": false,
109189                        "controllable": true,
109190                        "default": "RLC (BT) (0)",
109191                        "mutable": "null",
109192                        "readable": true,
109193                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-15",
109194                        "writable": true
109195                    },
109196                    "fml-16": {
109197                        "blurb": "Filter mode Left 16",
109198                        "conditionally-available": false,
109199                        "construct": true,
109200                        "construct-only": false,
109201                        "controllable": true,
109202                        "default": "RLC (BT) (0)",
109203                        "mutable": "null",
109204                        "readable": true,
109205                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-16",
109206                        "writable": true
109207                    },
109208                    "fml-17": {
109209                        "blurb": "Filter mode Left 17",
109210                        "conditionally-available": false,
109211                        "construct": true,
109212                        "construct-only": false,
109213                        "controllable": true,
109214                        "default": "RLC (BT) (0)",
109215                        "mutable": "null",
109216                        "readable": true,
109217                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-17",
109218                        "writable": true
109219                    },
109220                    "fml-18": {
109221                        "blurb": "Filter mode Left 18",
109222                        "conditionally-available": false,
109223                        "construct": true,
109224                        "construct-only": false,
109225                        "controllable": true,
109226                        "default": "RLC (BT) (0)",
109227                        "mutable": "null",
109228                        "readable": true,
109229                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-18",
109230                        "writable": true
109231                    },
109232                    "fml-19": {
109233                        "blurb": "Filter mode Left 19",
109234                        "conditionally-available": false,
109235                        "construct": true,
109236                        "construct-only": false,
109237                        "controllable": true,
109238                        "default": "RLC (BT) (0)",
109239                        "mutable": "null",
109240                        "readable": true,
109241                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-19",
109242                        "writable": true
109243                    },
109244                    "fml-2": {
109245                        "blurb": "Filter mode Left 2",
109246                        "conditionally-available": false,
109247                        "construct": true,
109248                        "construct-only": false,
109249                        "controllable": true,
109250                        "default": "RLC (BT) (0)",
109251                        "mutable": "null",
109252                        "readable": true,
109253                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-2",
109254                        "writable": true
109255                    },
109256                    "fml-20": {
109257                        "blurb": "Filter mode Left 20",
109258                        "conditionally-available": false,
109259                        "construct": true,
109260                        "construct-only": false,
109261                        "controllable": true,
109262                        "default": "RLC (BT) (0)",
109263                        "mutable": "null",
109264                        "readable": true,
109265                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-20",
109266                        "writable": true
109267                    },
109268                    "fml-21": {
109269                        "blurb": "Filter mode Left 21",
109270                        "conditionally-available": false,
109271                        "construct": true,
109272                        "construct-only": false,
109273                        "controllable": true,
109274                        "default": "RLC (BT) (0)",
109275                        "mutable": "null",
109276                        "readable": true,
109277                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-21",
109278                        "writable": true
109279                    },
109280                    "fml-22": {
109281                        "blurb": "Filter mode Left 22",
109282                        "conditionally-available": false,
109283                        "construct": true,
109284                        "construct-only": false,
109285                        "controllable": true,
109286                        "default": "RLC (BT) (0)",
109287                        "mutable": "null",
109288                        "readable": true,
109289                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-22",
109290                        "writable": true
109291                    },
109292                    "fml-23": {
109293                        "blurb": "Filter mode Left 23",
109294                        "conditionally-available": false,
109295                        "construct": true,
109296                        "construct-only": false,
109297                        "controllable": true,
109298                        "default": "RLC (BT) (0)",
109299                        "mutable": "null",
109300                        "readable": true,
109301                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-23",
109302                        "writable": true
109303                    },
109304                    "fml-24": {
109305                        "blurb": "Filter mode Left 24",
109306                        "conditionally-available": false,
109307                        "construct": true,
109308                        "construct-only": false,
109309                        "controllable": true,
109310                        "default": "RLC (BT) (0)",
109311                        "mutable": "null",
109312                        "readable": true,
109313                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-24",
109314                        "writable": true
109315                    },
109316                    "fml-25": {
109317                        "blurb": "Filter mode Left 25",
109318                        "conditionally-available": false,
109319                        "construct": true,
109320                        "construct-only": false,
109321                        "controllable": true,
109322                        "default": "RLC (BT) (0)",
109323                        "mutable": "null",
109324                        "readable": true,
109325                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-25",
109326                        "writable": true
109327                    },
109328                    "fml-26": {
109329                        "blurb": "Filter mode Left 26",
109330                        "conditionally-available": false,
109331                        "construct": true,
109332                        "construct-only": false,
109333                        "controllable": true,
109334                        "default": "RLC (BT) (0)",
109335                        "mutable": "null",
109336                        "readable": true,
109337                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-26",
109338                        "writable": true
109339                    },
109340                    "fml-27": {
109341                        "blurb": "Filter mode Left 27",
109342                        "conditionally-available": false,
109343                        "construct": true,
109344                        "construct-only": false,
109345                        "controllable": true,
109346                        "default": "RLC (BT) (0)",
109347                        "mutable": "null",
109348                        "readable": true,
109349                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-27",
109350                        "writable": true
109351                    },
109352                    "fml-28": {
109353                        "blurb": "Filter mode Left 28",
109354                        "conditionally-available": false,
109355                        "construct": true,
109356                        "construct-only": false,
109357                        "controllable": true,
109358                        "default": "RLC (BT) (0)",
109359                        "mutable": "null",
109360                        "readable": true,
109361                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-28",
109362                        "writable": true
109363                    },
109364                    "fml-29": {
109365                        "blurb": "Filter mode Left 29",
109366                        "conditionally-available": false,
109367                        "construct": true,
109368                        "construct-only": false,
109369                        "controllable": true,
109370                        "default": "RLC (BT) (0)",
109371                        "mutable": "null",
109372                        "readable": true,
109373                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-29",
109374                        "writable": true
109375                    },
109376                    "fml-3": {
109377                        "blurb": "Filter mode Left 3",
109378                        "conditionally-available": false,
109379                        "construct": true,
109380                        "construct-only": false,
109381                        "controllable": true,
109382                        "default": "RLC (BT) (0)",
109383                        "mutable": "null",
109384                        "readable": true,
109385                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-3",
109386                        "writable": true
109387                    },
109388                    "fml-30": {
109389                        "blurb": "Filter mode Left 30",
109390                        "conditionally-available": false,
109391                        "construct": true,
109392                        "construct-only": false,
109393                        "controllable": true,
109394                        "default": "RLC (BT) (0)",
109395                        "mutable": "null",
109396                        "readable": true,
109397                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-30",
109398                        "writable": true
109399                    },
109400                    "fml-31": {
109401                        "blurb": "Filter mode Left 31",
109402                        "conditionally-available": false,
109403                        "construct": true,
109404                        "construct-only": false,
109405                        "controllable": true,
109406                        "default": "RLC (BT) (0)",
109407                        "mutable": "null",
109408                        "readable": true,
109409                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-31",
109410                        "writable": true
109411                    },
109412                    "fml-4": {
109413                        "blurb": "Filter mode Left 4",
109414                        "conditionally-available": false,
109415                        "construct": true,
109416                        "construct-only": false,
109417                        "controllable": true,
109418                        "default": "RLC (BT) (0)",
109419                        "mutable": "null",
109420                        "readable": true,
109421                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-4",
109422                        "writable": true
109423                    },
109424                    "fml-5": {
109425                        "blurb": "Filter mode Left 5",
109426                        "conditionally-available": false,
109427                        "construct": true,
109428                        "construct-only": false,
109429                        "controllable": true,
109430                        "default": "RLC (BT) (0)",
109431                        "mutable": "null",
109432                        "readable": true,
109433                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-5",
109434                        "writable": true
109435                    },
109436                    "fml-6": {
109437                        "blurb": "Filter mode Left 6",
109438                        "conditionally-available": false,
109439                        "construct": true,
109440                        "construct-only": false,
109441                        "controllable": true,
109442                        "default": "RLC (BT) (0)",
109443                        "mutable": "null",
109444                        "readable": true,
109445                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-6",
109446                        "writable": true
109447                    },
109448                    "fml-7": {
109449                        "blurb": "Filter mode Left 7",
109450                        "conditionally-available": false,
109451                        "construct": true,
109452                        "construct-only": false,
109453                        "controllable": true,
109454                        "default": "RLC (BT) (0)",
109455                        "mutable": "null",
109456                        "readable": true,
109457                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-7",
109458                        "writable": true
109459                    },
109460                    "fml-8": {
109461                        "blurb": "Filter mode Left 8",
109462                        "conditionally-available": false,
109463                        "construct": true,
109464                        "construct-only": false,
109465                        "controllable": true,
109466                        "default": "RLC (BT) (0)",
109467                        "mutable": "null",
109468                        "readable": true,
109469                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-8",
109470                        "writable": true
109471                    },
109472                    "fml-9": {
109473                        "blurb": "Filter mode Left 9",
109474                        "conditionally-available": false,
109475                        "construct": true,
109476                        "construct-only": false,
109477                        "controllable": true,
109478                        "default": "RLC (BT) (0)",
109479                        "mutable": "null",
109480                        "readable": true,
109481                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-9",
109482                        "writable": true
109483                    },
109484                    "fmr-0": {
109485                        "blurb": "Filter mode Right 0",
109486                        "conditionally-available": false,
109487                        "construct": true,
109488                        "construct-only": false,
109489                        "controllable": true,
109490                        "default": "RLC (BT) (0)",
109491                        "mutable": "null",
109492                        "readable": true,
109493                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-0",
109494                        "writable": true
109495                    },
109496                    "fmr-1": {
109497                        "blurb": "Filter mode Right 1",
109498                        "conditionally-available": false,
109499                        "construct": true,
109500                        "construct-only": false,
109501                        "controllable": true,
109502                        "default": "RLC (BT) (0)",
109503                        "mutable": "null",
109504                        "readable": true,
109505                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-1",
109506                        "writable": true
109507                    },
109508                    "fmr-10": {
109509                        "blurb": "Filter mode Right 10",
109510                        "conditionally-available": false,
109511                        "construct": true,
109512                        "construct-only": false,
109513                        "controllable": true,
109514                        "default": "RLC (BT) (0)",
109515                        "mutable": "null",
109516                        "readable": true,
109517                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-10",
109518                        "writable": true
109519                    },
109520                    "fmr-11": {
109521                        "blurb": "Filter mode Right 11",
109522                        "conditionally-available": false,
109523                        "construct": true,
109524                        "construct-only": false,
109525                        "controllable": true,
109526                        "default": "RLC (BT) (0)",
109527                        "mutable": "null",
109528                        "readable": true,
109529                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-11",
109530                        "writable": true
109531                    },
109532                    "fmr-12": {
109533                        "blurb": "Filter mode Right 12",
109534                        "conditionally-available": false,
109535                        "construct": true,
109536                        "construct-only": false,
109537                        "controllable": true,
109538                        "default": "RLC (BT) (0)",
109539                        "mutable": "null",
109540                        "readable": true,
109541                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-12",
109542                        "writable": true
109543                    },
109544                    "fmr-13": {
109545                        "blurb": "Filter mode Right 13",
109546                        "conditionally-available": false,
109547                        "construct": true,
109548                        "construct-only": false,
109549                        "controllable": true,
109550                        "default": "RLC (BT) (0)",
109551                        "mutable": "null",
109552                        "readable": true,
109553                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-13",
109554                        "writable": true
109555                    },
109556                    "fmr-14": {
109557                        "blurb": "Filter mode Right 14",
109558                        "conditionally-available": false,
109559                        "construct": true,
109560                        "construct-only": false,
109561                        "controllable": true,
109562                        "default": "RLC (BT) (0)",
109563                        "mutable": "null",
109564                        "readable": true,
109565                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-14",
109566                        "writable": true
109567                    },
109568                    "fmr-15": {
109569                        "blurb": "Filter mode Right 15",
109570                        "conditionally-available": false,
109571                        "construct": true,
109572                        "construct-only": false,
109573                        "controllable": true,
109574                        "default": "RLC (BT) (0)",
109575                        "mutable": "null",
109576                        "readable": true,
109577                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-15",
109578                        "writable": true
109579                    },
109580                    "fmr-16": {
109581                        "blurb": "Filter mode Right 16",
109582                        "conditionally-available": false,
109583                        "construct": true,
109584                        "construct-only": false,
109585                        "controllable": true,
109586                        "default": "RLC (BT) (0)",
109587                        "mutable": "null",
109588                        "readable": true,
109589                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-16",
109590                        "writable": true
109591                    },
109592                    "fmr-17": {
109593                        "blurb": "Filter mode Right 17",
109594                        "conditionally-available": false,
109595                        "construct": true,
109596                        "construct-only": false,
109597                        "controllable": true,
109598                        "default": "RLC (BT) (0)",
109599                        "mutable": "null",
109600                        "readable": true,
109601                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-17",
109602                        "writable": true
109603                    },
109604                    "fmr-18": {
109605                        "blurb": "Filter mode Right 18",
109606                        "conditionally-available": false,
109607                        "construct": true,
109608                        "construct-only": false,
109609                        "controllable": true,
109610                        "default": "RLC (BT) (0)",
109611                        "mutable": "null",
109612                        "readable": true,
109613                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-18",
109614                        "writable": true
109615                    },
109616                    "fmr-19": {
109617                        "blurb": "Filter mode Right 19",
109618                        "conditionally-available": false,
109619                        "construct": true,
109620                        "construct-only": false,
109621                        "controllable": true,
109622                        "default": "RLC (BT) (0)",
109623                        "mutable": "null",
109624                        "readable": true,
109625                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-19",
109626                        "writable": true
109627                    },
109628                    "fmr-2": {
109629                        "blurb": "Filter mode Right 2",
109630                        "conditionally-available": false,
109631                        "construct": true,
109632                        "construct-only": false,
109633                        "controllable": true,
109634                        "default": "RLC (BT) (0)",
109635                        "mutable": "null",
109636                        "readable": true,
109637                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-2",
109638                        "writable": true
109639                    },
109640                    "fmr-20": {
109641                        "blurb": "Filter mode Right 20",
109642                        "conditionally-available": false,
109643                        "construct": true,
109644                        "construct-only": false,
109645                        "controllable": true,
109646                        "default": "RLC (BT) (0)",
109647                        "mutable": "null",
109648                        "readable": true,
109649                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-20",
109650                        "writable": true
109651                    },
109652                    "fmr-21": {
109653                        "blurb": "Filter mode Right 21",
109654                        "conditionally-available": false,
109655                        "construct": true,
109656                        "construct-only": false,
109657                        "controllable": true,
109658                        "default": "RLC (BT) (0)",
109659                        "mutable": "null",
109660                        "readable": true,
109661                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-21",
109662                        "writable": true
109663                    },
109664                    "fmr-22": {
109665                        "blurb": "Filter mode Right 22",
109666                        "conditionally-available": false,
109667                        "construct": true,
109668                        "construct-only": false,
109669                        "controllable": true,
109670                        "default": "RLC (BT) (0)",
109671                        "mutable": "null",
109672                        "readable": true,
109673                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-22",
109674                        "writable": true
109675                    },
109676                    "fmr-23": {
109677                        "blurb": "Filter mode Right 23",
109678                        "conditionally-available": false,
109679                        "construct": true,
109680                        "construct-only": false,
109681                        "controllable": true,
109682                        "default": "RLC (BT) (0)",
109683                        "mutable": "null",
109684                        "readable": true,
109685                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-23",
109686                        "writable": true
109687                    },
109688                    "fmr-24": {
109689                        "blurb": "Filter mode Right 24",
109690                        "conditionally-available": false,
109691                        "construct": true,
109692                        "construct-only": false,
109693                        "controllable": true,
109694                        "default": "RLC (BT) (0)",
109695                        "mutable": "null",
109696                        "readable": true,
109697                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-24",
109698                        "writable": true
109699                    },
109700                    "fmr-25": {
109701                        "blurb": "Filter mode Right 25",
109702                        "conditionally-available": false,
109703                        "construct": true,
109704                        "construct-only": false,
109705                        "controllable": true,
109706                        "default": "RLC (BT) (0)",
109707                        "mutable": "null",
109708                        "readable": true,
109709                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-25",
109710                        "writable": true
109711                    },
109712                    "fmr-26": {
109713                        "blurb": "Filter mode Right 26",
109714                        "conditionally-available": false,
109715                        "construct": true,
109716                        "construct-only": false,
109717                        "controllable": true,
109718                        "default": "RLC (BT) (0)",
109719                        "mutable": "null",
109720                        "readable": true,
109721                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-26",
109722                        "writable": true
109723                    },
109724                    "fmr-27": {
109725                        "blurb": "Filter mode Right 27",
109726                        "conditionally-available": false,
109727                        "construct": true,
109728                        "construct-only": false,
109729                        "controllable": true,
109730                        "default": "RLC (BT) (0)",
109731                        "mutable": "null",
109732                        "readable": true,
109733                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-27",
109734                        "writable": true
109735                    },
109736                    "fmr-28": {
109737                        "blurb": "Filter mode Right 28",
109738                        "conditionally-available": false,
109739                        "construct": true,
109740                        "construct-only": false,
109741                        "controllable": true,
109742                        "default": "RLC (BT) (0)",
109743                        "mutable": "null",
109744                        "readable": true,
109745                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-28",
109746                        "writable": true
109747                    },
109748                    "fmr-29": {
109749                        "blurb": "Filter mode Right 29",
109750                        "conditionally-available": false,
109751                        "construct": true,
109752                        "construct-only": false,
109753                        "controllable": true,
109754                        "default": "RLC (BT) (0)",
109755                        "mutable": "null",
109756                        "readable": true,
109757                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-29",
109758                        "writable": true
109759                    },
109760                    "fmr-3": {
109761                        "blurb": "Filter mode Right 3",
109762                        "conditionally-available": false,
109763                        "construct": true,
109764                        "construct-only": false,
109765                        "controllable": true,
109766                        "default": "RLC (BT) (0)",
109767                        "mutable": "null",
109768                        "readable": true,
109769                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-3",
109770                        "writable": true
109771                    },
109772                    "fmr-30": {
109773                        "blurb": "Filter mode Right 30",
109774                        "conditionally-available": false,
109775                        "construct": true,
109776                        "construct-only": false,
109777                        "controllable": true,
109778                        "default": "RLC (BT) (0)",
109779                        "mutable": "null",
109780                        "readable": true,
109781                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-30",
109782                        "writable": true
109783                    },
109784                    "fmr-31": {
109785                        "blurb": "Filter mode Right 31",
109786                        "conditionally-available": false,
109787                        "construct": true,
109788                        "construct-only": false,
109789                        "controllable": true,
109790                        "default": "RLC (BT) (0)",
109791                        "mutable": "null",
109792                        "readable": true,
109793                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-31",
109794                        "writable": true
109795                    },
109796                    "fmr-4": {
109797                        "blurb": "Filter mode Right 4",
109798                        "conditionally-available": false,
109799                        "construct": true,
109800                        "construct-only": false,
109801                        "controllable": true,
109802                        "default": "RLC (BT) (0)",
109803                        "mutable": "null",
109804                        "readable": true,
109805                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-4",
109806                        "writable": true
109807                    },
109808                    "fmr-5": {
109809                        "blurb": "Filter mode Right 5",
109810                        "conditionally-available": false,
109811                        "construct": true,
109812                        "construct-only": false,
109813                        "controllable": true,
109814                        "default": "RLC (BT) (0)",
109815                        "mutable": "null",
109816                        "readable": true,
109817                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-5",
109818                        "writable": true
109819                    },
109820                    "fmr-6": {
109821                        "blurb": "Filter mode Right 6",
109822                        "conditionally-available": false,
109823                        "construct": true,
109824                        "construct-only": false,
109825                        "controllable": true,
109826                        "default": "RLC (BT) (0)",
109827                        "mutable": "null",
109828                        "readable": true,
109829                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-6",
109830                        "writable": true
109831                    },
109832                    "fmr-7": {
109833                        "blurb": "Filter mode Right 7",
109834                        "conditionally-available": false,
109835                        "construct": true,
109836                        "construct-only": false,
109837                        "controllable": true,
109838                        "default": "RLC (BT) (0)",
109839                        "mutable": "null",
109840                        "readable": true,
109841                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-7",
109842                        "writable": true
109843                    },
109844                    "fmr-8": {
109845                        "blurb": "Filter mode Right 8",
109846                        "conditionally-available": false,
109847                        "construct": true,
109848                        "construct-only": false,
109849                        "controllable": true,
109850                        "default": "RLC (BT) (0)",
109851                        "mutable": "null",
109852                        "readable": true,
109853                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-8",
109854                        "writable": true
109855                    },
109856                    "fmr-9": {
109857                        "blurb": "Filter mode Right 9",
109858                        "conditionally-available": false,
109859                        "construct": true,
109860                        "construct-only": false,
109861                        "controllable": true,
109862                        "default": "RLC (BT) (0)",
109863                        "mutable": "null",
109864                        "readable": true,
109865                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-9",
109866                        "writable": true
109867                    },
109868                    "fr-0": {
109869                        "blurb": "Frequency Right 0",
109870                        "conditionally-available": false,
109871                        "construct": true,
109872                        "construct-only": false,
109873                        "controllable": true,
109874                        "default": "16",
109875                        "max": "24000",
109876                        "min": "10",
109877                        "mutable": "null",
109878                        "readable": true,
109879                        "type": "gfloat",
109880                        "writable": true
109881                    },
109882                    "fr-1": {
109883                        "blurb": "Frequency Right 1",
109884                        "conditionally-available": false,
109885                        "construct": true,
109886                        "construct-only": false,
109887                        "controllable": true,
109888                        "default": "20",
109889                        "max": "24000",
109890                        "min": "10",
109891                        "mutable": "null",
109892                        "readable": true,
109893                        "type": "gfloat",
109894                        "writable": true
109895                    },
109896                    "fr-10": {
109897                        "blurb": "Frequency Right 10",
109898                        "conditionally-available": false,
109899                        "construct": true,
109900                        "construct-only": false,
109901                        "controllable": true,
109902                        "default": "160",
109903                        "max": "24000",
109904                        "min": "10",
109905                        "mutable": "null",
109906                        "readable": true,
109907                        "type": "gfloat",
109908                        "writable": true
109909                    },
109910                    "fr-11": {
109911                        "blurb": "Frequency Right 11",
109912                        "conditionally-available": false,
109913                        "construct": true,
109914                        "construct-only": false,
109915                        "controllable": true,
109916                        "default": "200",
109917                        "max": "24000",
109918                        "min": "10",
109919                        "mutable": "null",
109920                        "readable": true,
109921                        "type": "gfloat",
109922                        "writable": true
109923                    },
109924                    "fr-12": {
109925                        "blurb": "Frequency Right 12",
109926                        "conditionally-available": false,
109927                        "construct": true,
109928                        "construct-only": false,
109929                        "controllable": true,
109930                        "default": "250",
109931                        "max": "24000",
109932                        "min": "10",
109933                        "mutable": "null",
109934                        "readable": true,
109935                        "type": "gfloat",
109936                        "writable": true
109937                    },
109938                    "fr-13": {
109939                        "blurb": "Frequency Right 13",
109940                        "conditionally-available": false,
109941                        "construct": true,
109942                        "construct-only": false,
109943                        "controllable": true,
109944                        "default": "315",
109945                        "max": "24000",
109946                        "min": "10",
109947                        "mutable": "null",
109948                        "readable": true,
109949                        "type": "gfloat",
109950                        "writable": true
109951                    },
109952                    "fr-14": {
109953                        "blurb": "Frequency Right 14",
109954                        "conditionally-available": false,
109955                        "construct": true,
109956                        "construct-only": false,
109957                        "controllable": true,
109958                        "default": "400",
109959                        "max": "24000",
109960                        "min": "10",
109961                        "mutable": "null",
109962                        "readable": true,
109963                        "type": "gfloat",
109964                        "writable": true
109965                    },
109966                    "fr-15": {
109967                        "blurb": "Frequency Right 15",
109968                        "conditionally-available": false,
109969                        "construct": true,
109970                        "construct-only": false,
109971                        "controllable": true,
109972                        "default": "500",
109973                        "max": "24000",
109974                        "min": "10",
109975                        "mutable": "null",
109976                        "readable": true,
109977                        "type": "gfloat",
109978                        "writable": true
109979                    },
109980                    "fr-16": {
109981                        "blurb": "Frequency Right 16",
109982                        "conditionally-available": false,
109983                        "construct": true,
109984                        "construct-only": false,
109985                        "controllable": true,
109986                        "default": "630",
109987                        "max": "24000",
109988                        "min": "10",
109989                        "mutable": "null",
109990                        "readable": true,
109991                        "type": "gfloat",
109992                        "writable": true
109993                    },
109994                    "fr-17": {
109995                        "blurb": "Frequency Right 17",
109996                        "conditionally-available": false,
109997                        "construct": true,
109998                        "construct-only": false,
109999                        "controllable": true,
110000                        "default": "800",
110001                        "max": "24000",
110002                        "min": "10",
110003                        "mutable": "null",
110004                        "readable": true,
110005                        "type": "gfloat",
110006                        "writable": true
110007                    },
110008                    "fr-18": {
110009                        "blurb": "Frequency Right 18",
110010                        "conditionally-available": false,
110011                        "construct": true,
110012                        "construct-only": false,
110013                        "controllable": true,
110014                        "default": "1000",
110015                        "max": "24000",
110016                        "min": "10",
110017                        "mutable": "null",
110018                        "readable": true,
110019                        "type": "gfloat",
110020                        "writable": true
110021                    },
110022                    "fr-19": {
110023                        "blurb": "Frequency Right 19",
110024                        "conditionally-available": false,
110025                        "construct": true,
110026                        "construct-only": false,
110027                        "controllable": true,
110028                        "default": "1250",
110029                        "max": "24000",
110030                        "min": "10",
110031                        "mutable": "null",
110032                        "readable": true,
110033                        "type": "gfloat",
110034                        "writable": true
110035                    },
110036                    "fr-2": {
110037                        "blurb": "Frequency Right 2",
110038                        "conditionally-available": false,
110039                        "construct": true,
110040                        "construct-only": false,
110041                        "controllable": true,
110042                        "default": "25",
110043                        "max": "24000",
110044                        "min": "10",
110045                        "mutable": "null",
110046                        "readable": true,
110047                        "type": "gfloat",
110048                        "writable": true
110049                    },
110050                    "fr-20": {
110051                        "blurb": "Frequency Right 20",
110052                        "conditionally-available": false,
110053                        "construct": true,
110054                        "construct-only": false,
110055                        "controllable": true,
110056                        "default": "1600",
110057                        "max": "24000",
110058                        "min": "10",
110059                        "mutable": "null",
110060                        "readable": true,
110061                        "type": "gfloat",
110062                        "writable": true
110063                    },
110064                    "fr-21": {
110065                        "blurb": "Frequency Right 21",
110066                        "conditionally-available": false,
110067                        "construct": true,
110068                        "construct-only": false,
110069                        "controllable": true,
110070                        "default": "2000",
110071                        "max": "24000",
110072                        "min": "10",
110073                        "mutable": "null",
110074                        "readable": true,
110075                        "type": "gfloat",
110076                        "writable": true
110077                    },
110078                    "fr-22": {
110079                        "blurb": "Frequency Right 22",
110080                        "conditionally-available": false,
110081                        "construct": true,
110082                        "construct-only": false,
110083                        "controllable": true,
110084                        "default": "2500",
110085                        "max": "24000",
110086                        "min": "10",
110087                        "mutable": "null",
110088                        "readable": true,
110089                        "type": "gfloat",
110090                        "writable": true
110091                    },
110092                    "fr-23": {
110093                        "blurb": "Frequency Right 23",
110094                        "conditionally-available": false,
110095                        "construct": true,
110096                        "construct-only": false,
110097                        "controllable": true,
110098                        "default": "3150",
110099                        "max": "24000",
110100                        "min": "10",
110101                        "mutable": "null",
110102                        "readable": true,
110103                        "type": "gfloat",
110104                        "writable": true
110105                    },
110106                    "fr-24": {
110107                        "blurb": "Frequency Right 24",
110108                        "conditionally-available": false,
110109                        "construct": true,
110110                        "construct-only": false,
110111                        "controllable": true,
110112                        "default": "4000",
110113                        "max": "24000",
110114                        "min": "10",
110115                        "mutable": "null",
110116                        "readable": true,
110117                        "type": "gfloat",
110118                        "writable": true
110119                    },
110120                    "fr-25": {
110121                        "blurb": "Frequency Right 25",
110122                        "conditionally-available": false,
110123                        "construct": true,
110124                        "construct-only": false,
110125                        "controllable": true,
110126                        "default": "5000",
110127                        "max": "24000",
110128                        "min": "10",
110129                        "mutable": "null",
110130                        "readable": true,
110131                        "type": "gfloat",
110132                        "writable": true
110133                    },
110134                    "fr-26": {
110135                        "blurb": "Frequency Right 26",
110136                        "conditionally-available": false,
110137                        "construct": true,
110138                        "construct-only": false,
110139                        "controllable": true,
110140                        "default": "6300",
110141                        "max": "24000",
110142                        "min": "10",
110143                        "mutable": "null",
110144                        "readable": true,
110145                        "type": "gfloat",
110146                        "writable": true
110147                    },
110148                    "fr-27": {
110149                        "blurb": "Frequency Right 27",
110150                        "conditionally-available": false,
110151                        "construct": true,
110152                        "construct-only": false,
110153                        "controllable": true,
110154                        "default": "8000",
110155                        "max": "24000",
110156                        "min": "10",
110157                        "mutable": "null",
110158                        "readable": true,
110159                        "type": "gfloat",
110160                        "writable": true
110161                    },
110162                    "fr-28": {
110163                        "blurb": "Frequency Right 28",
110164                        "conditionally-available": false,
110165                        "construct": true,
110166                        "construct-only": false,
110167                        "controllable": true,
110168                        "default": "10000",
110169                        "max": "24000",
110170                        "min": "10",
110171                        "mutable": "null",
110172                        "readable": true,
110173                        "type": "gfloat",
110174                        "writable": true
110175                    },
110176                    "fr-29": {
110177                        "blurb": "Frequency Right 29",
110178                        "conditionally-available": false,
110179                        "construct": true,
110180                        "construct-only": false,
110181                        "controllable": true,
110182                        "default": "12500",
110183                        "max": "24000",
110184                        "min": "10",
110185                        "mutable": "null",
110186                        "readable": true,
110187                        "type": "gfloat",
110188                        "writable": true
110189                    },
110190                    "fr-3": {
110191                        "blurb": "Frequency Right 3",
110192                        "conditionally-available": false,
110193                        "construct": true,
110194                        "construct-only": false,
110195                        "controllable": true,
110196                        "default": "31.5",
110197                        "max": "24000",
110198                        "min": "10",
110199                        "mutable": "null",
110200                        "readable": true,
110201                        "type": "gfloat",
110202                        "writable": true
110203                    },
110204                    "fr-30": {
110205                        "blurb": "Frequency Right 30",
110206                        "conditionally-available": false,
110207                        "construct": true,
110208                        "construct-only": false,
110209                        "controllable": true,
110210                        "default": "16000",
110211                        "max": "24000",
110212                        "min": "10",
110213                        "mutable": "null",
110214                        "readable": true,
110215                        "type": "gfloat",
110216                        "writable": true
110217                    },
110218                    "fr-31": {
110219                        "blurb": "Frequency Right 31",
110220                        "conditionally-available": false,
110221                        "construct": true,
110222                        "construct-only": false,
110223                        "controllable": true,
110224                        "default": "20000",
110225                        "max": "24000",
110226                        "min": "10",
110227                        "mutable": "null",
110228                        "readable": true,
110229                        "type": "gfloat",
110230                        "writable": true
110231                    },
110232                    "fr-4": {
110233                        "blurb": "Frequency Right 4",
110234                        "conditionally-available": false,
110235                        "construct": true,
110236                        "construct-only": false,
110237                        "controllable": true,
110238                        "default": "40",
110239                        "max": "24000",
110240                        "min": "10",
110241                        "mutable": "null",
110242                        "readable": true,
110243                        "type": "gfloat",
110244                        "writable": true
110245                    },
110246                    "fr-5": {
110247                        "blurb": "Frequency Right 5",
110248                        "conditionally-available": false,
110249                        "construct": true,
110250                        "construct-only": false,
110251                        "controllable": true,
110252                        "default": "50",
110253                        "max": "24000",
110254                        "min": "10",
110255                        "mutable": "null",
110256                        "readable": true,
110257                        "type": "gfloat",
110258                        "writable": true
110259                    },
110260                    "fr-6": {
110261                        "blurb": "Frequency Right 6",
110262                        "conditionally-available": false,
110263                        "construct": true,
110264                        "construct-only": false,
110265                        "controllable": true,
110266                        "default": "63",
110267                        "max": "24000",
110268                        "min": "10",
110269                        "mutable": "null",
110270                        "readable": true,
110271                        "type": "gfloat",
110272                        "writable": true
110273                    },
110274                    "fr-7": {
110275                        "blurb": "Frequency Right 7",
110276                        "conditionally-available": false,
110277                        "construct": true,
110278                        "construct-only": false,
110279                        "controllable": true,
110280                        "default": "80",
110281                        "max": "24000",
110282                        "min": "10",
110283                        "mutable": "null",
110284                        "readable": true,
110285                        "type": "gfloat",
110286                        "writable": true
110287                    },
110288                    "fr-8": {
110289                        "blurb": "Frequency Right 8",
110290                        "conditionally-available": false,
110291                        "construct": true,
110292                        "construct-only": false,
110293                        "controllable": true,
110294                        "default": "100",
110295                        "max": "24000",
110296                        "min": "10",
110297                        "mutable": "null",
110298                        "readable": true,
110299                        "type": "gfloat",
110300                        "writable": true
110301                    },
110302                    "fr-9": {
110303                        "blurb": "Frequency Right 9",
110304                        "conditionally-available": false,
110305                        "construct": true,
110306                        "construct-only": false,
110307                        "controllable": true,
110308                        "default": "125",
110309                        "max": "24000",
110310                        "min": "10",
110311                        "mutable": "null",
110312                        "readable": true,
110313                        "type": "gfloat",
110314                        "writable": true
110315                    },
110316                    "frqs-l": {
110317                        "blurb": "Frequency shift Left",
110318                        "conditionally-available": false,
110319                        "construct": true,
110320                        "construct-only": false,
110321                        "controllable": true,
110322                        "default": "0",
110323                        "max": "120",
110324                        "min": "-120",
110325                        "mutable": "null",
110326                        "readable": true,
110327                        "type": "gfloat",
110328                        "writable": true
110329                    },
110330                    "frqs-r": {
110331                        "blurb": "Frequency shift Right",
110332                        "conditionally-available": false,
110333                        "construct": true,
110334                        "construct-only": false,
110335                        "controllable": true,
110336                        "default": "0",
110337                        "max": "120",
110338                        "min": "-120",
110339                        "mutable": "null",
110340                        "readable": true,
110341                        "type": "gfloat",
110342                        "writable": true
110343                    },
110344                    "fsel": {
110345                        "blurb": "Filter select",
110346                        "conditionally-available": false,
110347                        "construct": true,
110348                        "construct-only": false,
110349                        "controllable": true,
110350                        "default": "Filters Left 0-7 (0)",
110351                        "mutable": "null",
110352                        "readable": true,
110353                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfsel",
110354                        "writable": true
110355                    },
110356                    "ftl-0": {
110357                        "blurb": "Filter type Left 0",
110358                        "conditionally-available": false,
110359                        "construct": true,
110360                        "construct-only": false,
110361                        "controllable": true,
110362                        "default": "Off (0)",
110363                        "mutable": "null",
110364                        "readable": true,
110365                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-0",
110366                        "writable": true
110367                    },
110368                    "ftl-1": {
110369                        "blurb": "Filter type Left 1",
110370                        "conditionally-available": false,
110371                        "construct": true,
110372                        "construct-only": false,
110373                        "controllable": true,
110374                        "default": "Off (0)",
110375                        "mutable": "null",
110376                        "readable": true,
110377                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-1",
110378                        "writable": true
110379                    },
110380                    "ftl-10": {
110381                        "blurb": "Filter type Left 10",
110382                        "conditionally-available": false,
110383                        "construct": true,
110384                        "construct-only": false,
110385                        "controllable": true,
110386                        "default": "Off (0)",
110387                        "mutable": "null",
110388                        "readable": true,
110389                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-10",
110390                        "writable": true
110391                    },
110392                    "ftl-11": {
110393                        "blurb": "Filter type Left 11",
110394                        "conditionally-available": false,
110395                        "construct": true,
110396                        "construct-only": false,
110397                        "controllable": true,
110398                        "default": "Off (0)",
110399                        "mutable": "null",
110400                        "readable": true,
110401                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-11",
110402                        "writable": true
110403                    },
110404                    "ftl-12": {
110405                        "blurb": "Filter type Left 12",
110406                        "conditionally-available": false,
110407                        "construct": true,
110408                        "construct-only": false,
110409                        "controllable": true,
110410                        "default": "Off (0)",
110411                        "mutable": "null",
110412                        "readable": true,
110413                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-12",
110414                        "writable": true
110415                    },
110416                    "ftl-13": {
110417                        "blurb": "Filter type Left 13",
110418                        "conditionally-available": false,
110419                        "construct": true,
110420                        "construct-only": false,
110421                        "controllable": true,
110422                        "default": "Off (0)",
110423                        "mutable": "null",
110424                        "readable": true,
110425                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-13",
110426                        "writable": true
110427                    },
110428                    "ftl-14": {
110429                        "blurb": "Filter type Left 14",
110430                        "conditionally-available": false,
110431                        "construct": true,
110432                        "construct-only": false,
110433                        "controllable": true,
110434                        "default": "Off (0)",
110435                        "mutable": "null",
110436                        "readable": true,
110437                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-14",
110438                        "writable": true
110439                    },
110440                    "ftl-15": {
110441                        "blurb": "Filter type Left 15",
110442                        "conditionally-available": false,
110443                        "construct": true,
110444                        "construct-only": false,
110445                        "controllable": true,
110446                        "default": "Off (0)",
110447                        "mutable": "null",
110448                        "readable": true,
110449                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-15",
110450                        "writable": true
110451                    },
110452                    "ftl-16": {
110453                        "blurb": "Filter type Left 16",
110454                        "conditionally-available": false,
110455                        "construct": true,
110456                        "construct-only": false,
110457                        "controllable": true,
110458                        "default": "Off (0)",
110459                        "mutable": "null",
110460                        "readable": true,
110461                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-16",
110462                        "writable": true
110463                    },
110464                    "ftl-17": {
110465                        "blurb": "Filter type Left 17",
110466                        "conditionally-available": false,
110467                        "construct": true,
110468                        "construct-only": false,
110469                        "controllable": true,
110470                        "default": "Off (0)",
110471                        "mutable": "null",
110472                        "readable": true,
110473                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-17",
110474                        "writable": true
110475                    },
110476                    "ftl-18": {
110477                        "blurb": "Filter type Left 18",
110478                        "conditionally-available": false,
110479                        "construct": true,
110480                        "construct-only": false,
110481                        "controllable": true,
110482                        "default": "Off (0)",
110483                        "mutable": "null",
110484                        "readable": true,
110485                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-18",
110486                        "writable": true
110487                    },
110488                    "ftl-19": {
110489                        "blurb": "Filter type Left 19",
110490                        "conditionally-available": false,
110491                        "construct": true,
110492                        "construct-only": false,
110493                        "controllable": true,
110494                        "default": "Off (0)",
110495                        "mutable": "null",
110496                        "readable": true,
110497                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-19",
110498                        "writable": true
110499                    },
110500                    "ftl-2": {
110501                        "blurb": "Filter type Left 2",
110502                        "conditionally-available": false,
110503                        "construct": true,
110504                        "construct-only": false,
110505                        "controllable": true,
110506                        "default": "Off (0)",
110507                        "mutable": "null",
110508                        "readable": true,
110509                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-2",
110510                        "writable": true
110511                    },
110512                    "ftl-20": {
110513                        "blurb": "Filter type Left 20",
110514                        "conditionally-available": false,
110515                        "construct": true,
110516                        "construct-only": false,
110517                        "controllable": true,
110518                        "default": "Off (0)",
110519                        "mutable": "null",
110520                        "readable": true,
110521                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-20",
110522                        "writable": true
110523                    },
110524                    "ftl-21": {
110525                        "blurb": "Filter type Left 21",
110526                        "conditionally-available": false,
110527                        "construct": true,
110528                        "construct-only": false,
110529                        "controllable": true,
110530                        "default": "Off (0)",
110531                        "mutable": "null",
110532                        "readable": true,
110533                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-21",
110534                        "writable": true
110535                    },
110536                    "ftl-22": {
110537                        "blurb": "Filter type Left 22",
110538                        "conditionally-available": false,
110539                        "construct": true,
110540                        "construct-only": false,
110541                        "controllable": true,
110542                        "default": "Off (0)",
110543                        "mutable": "null",
110544                        "readable": true,
110545                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-22",
110546                        "writable": true
110547                    },
110548                    "ftl-23": {
110549                        "blurb": "Filter type Left 23",
110550                        "conditionally-available": false,
110551                        "construct": true,
110552                        "construct-only": false,
110553                        "controllable": true,
110554                        "default": "Off (0)",
110555                        "mutable": "null",
110556                        "readable": true,
110557                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-23",
110558                        "writable": true
110559                    },
110560                    "ftl-24": {
110561                        "blurb": "Filter type Left 24",
110562                        "conditionally-available": false,
110563                        "construct": true,
110564                        "construct-only": false,
110565                        "controllable": true,
110566                        "default": "Off (0)",
110567                        "mutable": "null",
110568                        "readable": true,
110569                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-24",
110570                        "writable": true
110571                    },
110572                    "ftl-25": {
110573                        "blurb": "Filter type Left 25",
110574                        "conditionally-available": false,
110575                        "construct": true,
110576                        "construct-only": false,
110577                        "controllable": true,
110578                        "default": "Off (0)",
110579                        "mutable": "null",
110580                        "readable": true,
110581                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-25",
110582                        "writable": true
110583                    },
110584                    "ftl-26": {
110585                        "blurb": "Filter type Left 26",
110586                        "conditionally-available": false,
110587                        "construct": true,
110588                        "construct-only": false,
110589                        "controllable": true,
110590                        "default": "Off (0)",
110591                        "mutable": "null",
110592                        "readable": true,
110593                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-26",
110594                        "writable": true
110595                    },
110596                    "ftl-27": {
110597                        "blurb": "Filter type Left 27",
110598                        "conditionally-available": false,
110599                        "construct": true,
110600                        "construct-only": false,
110601                        "controllable": true,
110602                        "default": "Off (0)",
110603                        "mutable": "null",
110604                        "readable": true,
110605                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-27",
110606                        "writable": true
110607                    },
110608                    "ftl-28": {
110609                        "blurb": "Filter type Left 28",
110610                        "conditionally-available": false,
110611                        "construct": true,
110612                        "construct-only": false,
110613                        "controllable": true,
110614                        "default": "Off (0)",
110615                        "mutable": "null",
110616                        "readable": true,
110617                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-28",
110618                        "writable": true
110619                    },
110620                    "ftl-29": {
110621                        "blurb": "Filter type Left 29",
110622                        "conditionally-available": false,
110623                        "construct": true,
110624                        "construct-only": false,
110625                        "controllable": true,
110626                        "default": "Off (0)",
110627                        "mutable": "null",
110628                        "readable": true,
110629                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-29",
110630                        "writable": true
110631                    },
110632                    "ftl-3": {
110633                        "blurb": "Filter type Left 3",
110634                        "conditionally-available": false,
110635                        "construct": true,
110636                        "construct-only": false,
110637                        "controllable": true,
110638                        "default": "Off (0)",
110639                        "mutable": "null",
110640                        "readable": true,
110641                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-3",
110642                        "writable": true
110643                    },
110644                    "ftl-30": {
110645                        "blurb": "Filter type Left 30",
110646                        "conditionally-available": false,
110647                        "construct": true,
110648                        "construct-only": false,
110649                        "controllable": true,
110650                        "default": "Off (0)",
110651                        "mutable": "null",
110652                        "readable": true,
110653                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-30",
110654                        "writable": true
110655                    },
110656                    "ftl-31": {
110657                        "blurb": "Filter type Left 31",
110658                        "conditionally-available": false,
110659                        "construct": true,
110660                        "construct-only": false,
110661                        "controllable": true,
110662                        "default": "Off (0)",
110663                        "mutable": "null",
110664                        "readable": true,
110665                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-31",
110666                        "writable": true
110667                    },
110668                    "ftl-4": {
110669                        "blurb": "Filter type Left 4",
110670                        "conditionally-available": false,
110671                        "construct": true,
110672                        "construct-only": false,
110673                        "controllable": true,
110674                        "default": "Off (0)",
110675                        "mutable": "null",
110676                        "readable": true,
110677                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-4",
110678                        "writable": true
110679                    },
110680                    "ftl-5": {
110681                        "blurb": "Filter type Left 5",
110682                        "conditionally-available": false,
110683                        "construct": true,
110684                        "construct-only": false,
110685                        "controllable": true,
110686                        "default": "Off (0)",
110687                        "mutable": "null",
110688                        "readable": true,
110689                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-5",
110690                        "writable": true
110691                    },
110692                    "ftl-6": {
110693                        "blurb": "Filter type Left 6",
110694                        "conditionally-available": false,
110695                        "construct": true,
110696                        "construct-only": false,
110697                        "controllable": true,
110698                        "default": "Off (0)",
110699                        "mutable": "null",
110700                        "readable": true,
110701                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-6",
110702                        "writable": true
110703                    },
110704                    "ftl-7": {
110705                        "blurb": "Filter type Left 7",
110706                        "conditionally-available": false,
110707                        "construct": true,
110708                        "construct-only": false,
110709                        "controllable": true,
110710                        "default": "Off (0)",
110711                        "mutable": "null",
110712                        "readable": true,
110713                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-7",
110714                        "writable": true
110715                    },
110716                    "ftl-8": {
110717                        "blurb": "Filter type Left 8",
110718                        "conditionally-available": false,
110719                        "construct": true,
110720                        "construct-only": false,
110721                        "controllable": true,
110722                        "default": "Off (0)",
110723                        "mutable": "null",
110724                        "readable": true,
110725                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-8",
110726                        "writable": true
110727                    },
110728                    "ftl-9": {
110729                        "blurb": "Filter type Left 9",
110730                        "conditionally-available": false,
110731                        "construct": true,
110732                        "construct-only": false,
110733                        "controllable": true,
110734                        "default": "Off (0)",
110735                        "mutable": "null",
110736                        "readable": true,
110737                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-9",
110738                        "writable": true
110739                    },
110740                    "ftr-0": {
110741                        "blurb": "Filter type Right 0",
110742                        "conditionally-available": false,
110743                        "construct": true,
110744                        "construct-only": false,
110745                        "controllable": true,
110746                        "default": "Off (0)",
110747                        "mutable": "null",
110748                        "readable": true,
110749                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-0",
110750                        "writable": true
110751                    },
110752                    "ftr-1": {
110753                        "blurb": "Filter type Right 1",
110754                        "conditionally-available": false,
110755                        "construct": true,
110756                        "construct-only": false,
110757                        "controllable": true,
110758                        "default": "Off (0)",
110759                        "mutable": "null",
110760                        "readable": true,
110761                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-1",
110762                        "writable": true
110763                    },
110764                    "ftr-10": {
110765                        "blurb": "Filter type Right 10",
110766                        "conditionally-available": false,
110767                        "construct": true,
110768                        "construct-only": false,
110769                        "controllable": true,
110770                        "default": "Off (0)",
110771                        "mutable": "null",
110772                        "readable": true,
110773                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-10",
110774                        "writable": true
110775                    },
110776                    "ftr-11": {
110777                        "blurb": "Filter type Right 11",
110778                        "conditionally-available": false,
110779                        "construct": true,
110780                        "construct-only": false,
110781                        "controllable": true,
110782                        "default": "Off (0)",
110783                        "mutable": "null",
110784                        "readable": true,
110785                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-11",
110786                        "writable": true
110787                    },
110788                    "ftr-12": {
110789                        "blurb": "Filter type Right 12",
110790                        "conditionally-available": false,
110791                        "construct": true,
110792                        "construct-only": false,
110793                        "controllable": true,
110794                        "default": "Off (0)",
110795                        "mutable": "null",
110796                        "readable": true,
110797                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-12",
110798                        "writable": true
110799                    },
110800                    "ftr-13": {
110801                        "blurb": "Filter type Right 13",
110802                        "conditionally-available": false,
110803                        "construct": true,
110804                        "construct-only": false,
110805                        "controllable": true,
110806                        "default": "Off (0)",
110807                        "mutable": "null",
110808                        "readable": true,
110809                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-13",
110810                        "writable": true
110811                    },
110812                    "ftr-14": {
110813                        "blurb": "Filter type Right 14",
110814                        "conditionally-available": false,
110815                        "construct": true,
110816                        "construct-only": false,
110817                        "controllable": true,
110818                        "default": "Off (0)",
110819                        "mutable": "null",
110820                        "readable": true,
110821                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-14",
110822                        "writable": true
110823                    },
110824                    "ftr-15": {
110825                        "blurb": "Filter type Right 15",
110826                        "conditionally-available": false,
110827                        "construct": true,
110828                        "construct-only": false,
110829                        "controllable": true,
110830                        "default": "Off (0)",
110831                        "mutable": "null",
110832                        "readable": true,
110833                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-15",
110834                        "writable": true
110835                    },
110836                    "ftr-16": {
110837                        "blurb": "Filter type Right 16",
110838                        "conditionally-available": false,
110839                        "construct": true,
110840                        "construct-only": false,
110841                        "controllable": true,
110842                        "default": "Off (0)",
110843                        "mutable": "null",
110844                        "readable": true,
110845                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-16",
110846                        "writable": true
110847                    },
110848                    "ftr-17": {
110849                        "blurb": "Filter type Right 17",
110850                        "conditionally-available": false,
110851                        "construct": true,
110852                        "construct-only": false,
110853                        "controllable": true,
110854                        "default": "Off (0)",
110855                        "mutable": "null",
110856                        "readable": true,
110857                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-17",
110858                        "writable": true
110859                    },
110860                    "ftr-18": {
110861                        "blurb": "Filter type Right 18",
110862                        "conditionally-available": false,
110863                        "construct": true,
110864                        "construct-only": false,
110865                        "controllable": true,
110866                        "default": "Off (0)",
110867                        "mutable": "null",
110868                        "readable": true,
110869                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-18",
110870                        "writable": true
110871                    },
110872                    "ftr-19": {
110873                        "blurb": "Filter type Right 19",
110874                        "conditionally-available": false,
110875                        "construct": true,
110876                        "construct-only": false,
110877                        "controllable": true,
110878                        "default": "Off (0)",
110879                        "mutable": "null",
110880                        "readable": true,
110881                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-19",
110882                        "writable": true
110883                    },
110884                    "ftr-2": {
110885                        "blurb": "Filter type Right 2",
110886                        "conditionally-available": false,
110887                        "construct": true,
110888                        "construct-only": false,
110889                        "controllable": true,
110890                        "default": "Off (0)",
110891                        "mutable": "null",
110892                        "readable": true,
110893                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-2",
110894                        "writable": true
110895                    },
110896                    "ftr-20": {
110897                        "blurb": "Filter type Right 20",
110898                        "conditionally-available": false,
110899                        "construct": true,
110900                        "construct-only": false,
110901                        "controllable": true,
110902                        "default": "Off (0)",
110903                        "mutable": "null",
110904                        "readable": true,
110905                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-20",
110906                        "writable": true
110907                    },
110908                    "ftr-21": {
110909                        "blurb": "Filter type Right 21",
110910                        "conditionally-available": false,
110911                        "construct": true,
110912                        "construct-only": false,
110913                        "controllable": true,
110914                        "default": "Off (0)",
110915                        "mutable": "null",
110916                        "readable": true,
110917                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-21",
110918                        "writable": true
110919                    },
110920                    "ftr-22": {
110921                        "blurb": "Filter type Right 22",
110922                        "conditionally-available": false,
110923                        "construct": true,
110924                        "construct-only": false,
110925                        "controllable": true,
110926                        "default": "Off (0)",
110927                        "mutable": "null",
110928                        "readable": true,
110929                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-22",
110930                        "writable": true
110931                    },
110932                    "ftr-23": {
110933                        "blurb": "Filter type Right 23",
110934                        "conditionally-available": false,
110935                        "construct": true,
110936                        "construct-only": false,
110937                        "controllable": true,
110938                        "default": "Off (0)",
110939                        "mutable": "null",
110940                        "readable": true,
110941                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-23",
110942                        "writable": true
110943                    },
110944                    "ftr-24": {
110945                        "blurb": "Filter type Right 24",
110946                        "conditionally-available": false,
110947                        "construct": true,
110948                        "construct-only": false,
110949                        "controllable": true,
110950                        "default": "Off (0)",
110951                        "mutable": "null",
110952                        "readable": true,
110953                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-24",
110954                        "writable": true
110955                    },
110956                    "ftr-25": {
110957                        "blurb": "Filter type Right 25",
110958                        "conditionally-available": false,
110959                        "construct": true,
110960                        "construct-only": false,
110961                        "controllable": true,
110962                        "default": "Off (0)",
110963                        "mutable": "null",
110964                        "readable": true,
110965                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-25",
110966                        "writable": true
110967                    },
110968                    "ftr-26": {
110969                        "blurb": "Filter type Right 26",
110970                        "conditionally-available": false,
110971                        "construct": true,
110972                        "construct-only": false,
110973                        "controllable": true,
110974                        "default": "Off (0)",
110975                        "mutable": "null",
110976                        "readable": true,
110977                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-26",
110978                        "writable": true
110979                    },
110980                    "ftr-27": {
110981                        "blurb": "Filter type Right 27",
110982                        "conditionally-available": false,
110983                        "construct": true,
110984                        "construct-only": false,
110985                        "controllable": true,
110986                        "default": "Off (0)",
110987                        "mutable": "null",
110988                        "readable": true,
110989                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-27",
110990                        "writable": true
110991                    },
110992                    "ftr-28": {
110993                        "blurb": "Filter type Right 28",
110994                        "conditionally-available": false,
110995                        "construct": true,
110996                        "construct-only": false,
110997                        "controllable": true,
110998                        "default": "Off (0)",
110999                        "mutable": "null",
111000                        "readable": true,
111001                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-28",
111002                        "writable": true
111003                    },
111004                    "ftr-29": {
111005                        "blurb": "Filter type Right 29",
111006                        "conditionally-available": false,
111007                        "construct": true,
111008                        "construct-only": false,
111009                        "controllable": true,
111010                        "default": "Off (0)",
111011                        "mutable": "null",
111012                        "readable": true,
111013                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-29",
111014                        "writable": true
111015                    },
111016                    "ftr-3": {
111017                        "blurb": "Filter type Right 3",
111018                        "conditionally-available": false,
111019                        "construct": true,
111020                        "construct-only": false,
111021                        "controllable": true,
111022                        "default": "Off (0)",
111023                        "mutable": "null",
111024                        "readable": true,
111025                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-3",
111026                        "writable": true
111027                    },
111028                    "ftr-30": {
111029                        "blurb": "Filter type Right 30",
111030                        "conditionally-available": false,
111031                        "construct": true,
111032                        "construct-only": false,
111033                        "controllable": true,
111034                        "default": "Off (0)",
111035                        "mutable": "null",
111036                        "readable": true,
111037                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-30",
111038                        "writable": true
111039                    },
111040                    "ftr-31": {
111041                        "blurb": "Filter type Right 31",
111042                        "conditionally-available": false,
111043                        "construct": true,
111044                        "construct-only": false,
111045                        "controllable": true,
111046                        "default": "Off (0)",
111047                        "mutable": "null",
111048                        "readable": true,
111049                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-31",
111050                        "writable": true
111051                    },
111052                    "ftr-4": {
111053                        "blurb": "Filter type Right 4",
111054                        "conditionally-available": false,
111055                        "construct": true,
111056                        "construct-only": false,
111057                        "controllable": true,
111058                        "default": "Off (0)",
111059                        "mutable": "null",
111060                        "readable": true,
111061                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-4",
111062                        "writable": true
111063                    },
111064                    "ftr-5": {
111065                        "blurb": "Filter type Right 5",
111066                        "conditionally-available": false,
111067                        "construct": true,
111068                        "construct-only": false,
111069                        "controllable": true,
111070                        "default": "Off (0)",
111071                        "mutable": "null",
111072                        "readable": true,
111073                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-5",
111074                        "writable": true
111075                    },
111076                    "ftr-6": {
111077                        "blurb": "Filter type Right 6",
111078                        "conditionally-available": false,
111079                        "construct": true,
111080                        "construct-only": false,
111081                        "controllable": true,
111082                        "default": "Off (0)",
111083                        "mutable": "null",
111084                        "readable": true,
111085                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-6",
111086                        "writable": true
111087                    },
111088                    "ftr-7": {
111089                        "blurb": "Filter type Right 7",
111090                        "conditionally-available": false,
111091                        "construct": true,
111092                        "construct-only": false,
111093                        "controllable": true,
111094                        "default": "Off (0)",
111095                        "mutable": "null",
111096                        "readable": true,
111097                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-7",
111098                        "writable": true
111099                    },
111100                    "ftr-8": {
111101                        "blurb": "Filter type Right 8",
111102                        "conditionally-available": false,
111103                        "construct": true,
111104                        "construct-only": false,
111105                        "controllable": true,
111106                        "default": "Off (0)",
111107                        "mutable": "null",
111108                        "readable": true,
111109                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-8",
111110                        "writable": true
111111                    },
111112                    "ftr-9": {
111113                        "blurb": "Filter type Right 9",
111114                        "conditionally-available": false,
111115                        "construct": true,
111116                        "construct-only": false,
111117                        "controllable": true,
111118                        "default": "Off (0)",
111119                        "mutable": "null",
111120                        "readable": true,
111121                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-9",
111122                        "writable": true
111123                    },
111124                    "fvl-0": {
111125                        "blurb": "Filter visibility Left 0",
111126                        "conditionally-available": false,
111127                        "construct": false,
111128                        "construct-only": false,
111129                        "controllable": true,
111130                        "default": "false",
111131                        "mutable": "null",
111132                        "readable": true,
111133                        "type": "gboolean",
111134                        "writable": false
111135                    },
111136                    "fvl-1": {
111137                        "blurb": "Filter visibility Left 1",
111138                        "conditionally-available": false,
111139                        "construct": false,
111140                        "construct-only": false,
111141                        "controllable": true,
111142                        "default": "false",
111143                        "mutable": "null",
111144                        "readable": true,
111145                        "type": "gboolean",
111146                        "writable": false
111147                    },
111148                    "fvl-10": {
111149                        "blurb": "Filter visibility Left 10",
111150                        "conditionally-available": false,
111151                        "construct": false,
111152                        "construct-only": false,
111153                        "controllable": true,
111154                        "default": "false",
111155                        "mutable": "null",
111156                        "readable": true,
111157                        "type": "gboolean",
111158                        "writable": false
111159                    },
111160                    "fvl-11": {
111161                        "blurb": "Filter visibility Left 11",
111162                        "conditionally-available": false,
111163                        "construct": false,
111164                        "construct-only": false,
111165                        "controllable": true,
111166                        "default": "false",
111167                        "mutable": "null",
111168                        "readable": true,
111169                        "type": "gboolean",
111170                        "writable": false
111171                    },
111172                    "fvl-12": {
111173                        "blurb": "Filter visibility Left 12",
111174                        "conditionally-available": false,
111175                        "construct": false,
111176                        "construct-only": false,
111177                        "controllable": true,
111178                        "default": "false",
111179                        "mutable": "null",
111180                        "readable": true,
111181                        "type": "gboolean",
111182                        "writable": false
111183                    },
111184                    "fvl-13": {
111185                        "blurb": "Filter visibility Left 13",
111186                        "conditionally-available": false,
111187                        "construct": false,
111188                        "construct-only": false,
111189                        "controllable": true,
111190                        "default": "false",
111191                        "mutable": "null",
111192                        "readable": true,
111193                        "type": "gboolean",
111194                        "writable": false
111195                    },
111196                    "fvl-14": {
111197                        "blurb": "Filter visibility Left 14",
111198                        "conditionally-available": false,
111199                        "construct": false,
111200                        "construct-only": false,
111201                        "controllable": true,
111202                        "default": "false",
111203                        "mutable": "null",
111204                        "readable": true,
111205                        "type": "gboolean",
111206                        "writable": false
111207                    },
111208                    "fvl-15": {
111209                        "blurb": "Filter visibility Left 15",
111210                        "conditionally-available": false,
111211                        "construct": false,
111212                        "construct-only": false,
111213                        "controllable": true,
111214                        "default": "false",
111215                        "mutable": "null",
111216                        "readable": true,
111217                        "type": "gboolean",
111218                        "writable": false
111219                    },
111220                    "fvl-16": {
111221                        "blurb": "Filter visibility Left 16",
111222                        "conditionally-available": false,
111223                        "construct": false,
111224                        "construct-only": false,
111225                        "controllable": true,
111226                        "default": "false",
111227                        "mutable": "null",
111228                        "readable": true,
111229                        "type": "gboolean",
111230                        "writable": false
111231                    },
111232                    "fvl-17": {
111233                        "blurb": "Filter visibility Left 17",
111234                        "conditionally-available": false,
111235                        "construct": false,
111236                        "construct-only": false,
111237                        "controllable": true,
111238                        "default": "false",
111239                        "mutable": "null",
111240                        "readable": true,
111241                        "type": "gboolean",
111242                        "writable": false
111243                    },
111244                    "fvl-18": {
111245                        "blurb": "Filter visibility Left 18",
111246                        "conditionally-available": false,
111247                        "construct": false,
111248                        "construct-only": false,
111249                        "controllable": true,
111250                        "default": "false",
111251                        "mutable": "null",
111252                        "readable": true,
111253                        "type": "gboolean",
111254                        "writable": false
111255                    },
111256                    "fvl-19": {
111257                        "blurb": "Filter visibility Left 19",
111258                        "conditionally-available": false,
111259                        "construct": false,
111260                        "construct-only": false,
111261                        "controllable": true,
111262                        "default": "false",
111263                        "mutable": "null",
111264                        "readable": true,
111265                        "type": "gboolean",
111266                        "writable": false
111267                    },
111268                    "fvl-2": {
111269                        "blurb": "Filter visibility Left 2",
111270                        "conditionally-available": false,
111271                        "construct": false,
111272                        "construct-only": false,
111273                        "controllable": true,
111274                        "default": "false",
111275                        "mutable": "null",
111276                        "readable": true,
111277                        "type": "gboolean",
111278                        "writable": false
111279                    },
111280                    "fvl-20": {
111281                        "blurb": "Filter visibility Left 20",
111282                        "conditionally-available": false,
111283                        "construct": false,
111284                        "construct-only": false,
111285                        "controllable": true,
111286                        "default": "false",
111287                        "mutable": "null",
111288                        "readable": true,
111289                        "type": "gboolean",
111290                        "writable": false
111291                    },
111292                    "fvl-21": {
111293                        "blurb": "Filter visibility Left 21",
111294                        "conditionally-available": false,
111295                        "construct": false,
111296                        "construct-only": false,
111297                        "controllable": true,
111298                        "default": "false",
111299                        "mutable": "null",
111300                        "readable": true,
111301                        "type": "gboolean",
111302                        "writable": false
111303                    },
111304                    "fvl-22": {
111305                        "blurb": "Filter visibility Left 22",
111306                        "conditionally-available": false,
111307                        "construct": false,
111308                        "construct-only": false,
111309                        "controllable": true,
111310                        "default": "false",
111311                        "mutable": "null",
111312                        "readable": true,
111313                        "type": "gboolean",
111314                        "writable": false
111315                    },
111316                    "fvl-23": {
111317                        "blurb": "Filter visibility Left 23",
111318                        "conditionally-available": false,
111319                        "construct": false,
111320                        "construct-only": false,
111321                        "controllable": true,
111322                        "default": "false",
111323                        "mutable": "null",
111324                        "readable": true,
111325                        "type": "gboolean",
111326                        "writable": false
111327                    },
111328                    "fvl-24": {
111329                        "blurb": "Filter visibility Left 24",
111330                        "conditionally-available": false,
111331                        "construct": false,
111332                        "construct-only": false,
111333                        "controllable": true,
111334                        "default": "false",
111335                        "mutable": "null",
111336                        "readable": true,
111337                        "type": "gboolean",
111338                        "writable": false
111339                    },
111340                    "fvl-25": {
111341                        "blurb": "Filter visibility Left 25",
111342                        "conditionally-available": false,
111343                        "construct": false,
111344                        "construct-only": false,
111345                        "controllable": true,
111346                        "default": "false",
111347                        "mutable": "null",
111348                        "readable": true,
111349                        "type": "gboolean",
111350                        "writable": false
111351                    },
111352                    "fvl-26": {
111353                        "blurb": "Filter visibility Left 26",
111354                        "conditionally-available": false,
111355                        "construct": false,
111356                        "construct-only": false,
111357                        "controllable": true,
111358                        "default": "false",
111359                        "mutable": "null",
111360                        "readable": true,
111361                        "type": "gboolean",
111362                        "writable": false
111363                    },
111364                    "fvl-27": {
111365                        "blurb": "Filter visibility Left 27",
111366                        "conditionally-available": false,
111367                        "construct": false,
111368                        "construct-only": false,
111369                        "controllable": true,
111370                        "default": "false",
111371                        "mutable": "null",
111372                        "readable": true,
111373                        "type": "gboolean",
111374                        "writable": false
111375                    },
111376                    "fvl-28": {
111377                        "blurb": "Filter visibility Left 28",
111378                        "conditionally-available": false,
111379                        "construct": false,
111380                        "construct-only": false,
111381                        "controllable": true,
111382                        "default": "false",
111383                        "mutable": "null",
111384                        "readable": true,
111385                        "type": "gboolean",
111386                        "writable": false
111387                    },
111388                    "fvl-29": {
111389                        "blurb": "Filter visibility Left 29",
111390                        "conditionally-available": false,
111391                        "construct": false,
111392                        "construct-only": false,
111393                        "controllable": true,
111394                        "default": "false",
111395                        "mutable": "null",
111396                        "readable": true,
111397                        "type": "gboolean",
111398                        "writable": false
111399                    },
111400                    "fvl-3": {
111401                        "blurb": "Filter visibility Left 3",
111402                        "conditionally-available": false,
111403                        "construct": false,
111404                        "construct-only": false,
111405                        "controllable": true,
111406                        "default": "false",
111407                        "mutable": "null",
111408                        "readable": true,
111409                        "type": "gboolean",
111410                        "writable": false
111411                    },
111412                    "fvl-30": {
111413                        "blurb": "Filter visibility Left 30",
111414                        "conditionally-available": false,
111415                        "construct": false,
111416                        "construct-only": false,
111417                        "controllable": true,
111418                        "default": "false",
111419                        "mutable": "null",
111420                        "readable": true,
111421                        "type": "gboolean",
111422                        "writable": false
111423                    },
111424                    "fvl-31": {
111425                        "blurb": "Filter visibility Left 31",
111426                        "conditionally-available": false,
111427                        "construct": false,
111428                        "construct-only": false,
111429                        "controllable": true,
111430                        "default": "false",
111431                        "mutable": "null",
111432                        "readable": true,
111433                        "type": "gboolean",
111434                        "writable": false
111435                    },
111436                    "fvl-4": {
111437                        "blurb": "Filter visibility Left 4",
111438                        "conditionally-available": false,
111439                        "construct": false,
111440                        "construct-only": false,
111441                        "controllable": true,
111442                        "default": "false",
111443                        "mutable": "null",
111444                        "readable": true,
111445                        "type": "gboolean",
111446                        "writable": false
111447                    },
111448                    "fvl-5": {
111449                        "blurb": "Filter visibility Left 5",
111450                        "conditionally-available": false,
111451                        "construct": false,
111452                        "construct-only": false,
111453                        "controllable": true,
111454                        "default": "false",
111455                        "mutable": "null",
111456                        "readable": true,
111457                        "type": "gboolean",
111458                        "writable": false
111459                    },
111460                    "fvl-6": {
111461                        "blurb": "Filter visibility Left 6",
111462                        "conditionally-available": false,
111463                        "construct": false,
111464                        "construct-only": false,
111465                        "controllable": true,
111466                        "default": "false",
111467                        "mutable": "null",
111468                        "readable": true,
111469                        "type": "gboolean",
111470                        "writable": false
111471                    },
111472                    "fvl-7": {
111473                        "blurb": "Filter visibility Left 7",
111474                        "conditionally-available": false,
111475                        "construct": false,
111476                        "construct-only": false,
111477                        "controllable": true,
111478                        "default": "false",
111479                        "mutable": "null",
111480                        "readable": true,
111481                        "type": "gboolean",
111482                        "writable": false
111483                    },
111484                    "fvl-8": {
111485                        "blurb": "Filter visibility Left 8",
111486                        "conditionally-available": false,
111487                        "construct": false,
111488                        "construct-only": false,
111489                        "controllable": true,
111490                        "default": "false",
111491                        "mutable": "null",
111492                        "readable": true,
111493                        "type": "gboolean",
111494                        "writable": false
111495                    },
111496                    "fvl-9": {
111497                        "blurb": "Filter visibility Left 9",
111498                        "conditionally-available": false,
111499                        "construct": false,
111500                        "construct-only": false,
111501                        "controllable": true,
111502                        "default": "false",
111503                        "mutable": "null",
111504                        "readable": true,
111505                        "type": "gboolean",
111506                        "writable": false
111507                    },
111508                    "fvr-0": {
111509                        "blurb": "Filter visibility Right 0",
111510                        "conditionally-available": false,
111511                        "construct": false,
111512                        "construct-only": false,
111513                        "controllable": true,
111514                        "default": "false",
111515                        "mutable": "null",
111516                        "readable": true,
111517                        "type": "gboolean",
111518                        "writable": false
111519                    },
111520                    "fvr-1": {
111521                        "blurb": "Filter visibility Right 1",
111522                        "conditionally-available": false,
111523                        "construct": false,
111524                        "construct-only": false,
111525                        "controllable": true,
111526                        "default": "false",
111527                        "mutable": "null",
111528                        "readable": true,
111529                        "type": "gboolean",
111530                        "writable": false
111531                    },
111532                    "fvr-10": {
111533                        "blurb": "Filter visibility Right 10",
111534                        "conditionally-available": false,
111535                        "construct": false,
111536                        "construct-only": false,
111537                        "controllable": true,
111538                        "default": "false",
111539                        "mutable": "null",
111540                        "readable": true,
111541                        "type": "gboolean",
111542                        "writable": false
111543                    },
111544                    "fvr-11": {
111545                        "blurb": "Filter visibility Right 11",
111546                        "conditionally-available": false,
111547                        "construct": false,
111548                        "construct-only": false,
111549                        "controllable": true,
111550                        "default": "false",
111551                        "mutable": "null",
111552                        "readable": true,
111553                        "type": "gboolean",
111554                        "writable": false
111555                    },
111556                    "fvr-12": {
111557                        "blurb": "Filter visibility Right 12",
111558                        "conditionally-available": false,
111559                        "construct": false,
111560                        "construct-only": false,
111561                        "controllable": true,
111562                        "default": "false",
111563                        "mutable": "null",
111564                        "readable": true,
111565                        "type": "gboolean",
111566                        "writable": false
111567                    },
111568                    "fvr-13": {
111569                        "blurb": "Filter visibility Right 13",
111570                        "conditionally-available": false,
111571                        "construct": false,
111572                        "construct-only": false,
111573                        "controllable": true,
111574                        "default": "false",
111575                        "mutable": "null",
111576                        "readable": true,
111577                        "type": "gboolean",
111578                        "writable": false
111579                    },
111580                    "fvr-14": {
111581                        "blurb": "Filter visibility Right 14",
111582                        "conditionally-available": false,
111583                        "construct": false,
111584                        "construct-only": false,
111585                        "controllable": true,
111586                        "default": "false",
111587                        "mutable": "null",
111588                        "readable": true,
111589                        "type": "gboolean",
111590                        "writable": false
111591                    },
111592                    "fvr-15": {
111593                        "blurb": "Filter visibility Right 15",
111594                        "conditionally-available": false,
111595                        "construct": false,
111596                        "construct-only": false,
111597                        "controllable": true,
111598                        "default": "false",
111599                        "mutable": "null",
111600                        "readable": true,
111601                        "type": "gboolean",
111602                        "writable": false
111603                    },
111604                    "fvr-16": {
111605                        "blurb": "Filter visibility Right 16",
111606                        "conditionally-available": false,
111607                        "construct": false,
111608                        "construct-only": false,
111609                        "controllable": true,
111610                        "default": "false",
111611                        "mutable": "null",
111612                        "readable": true,
111613                        "type": "gboolean",
111614                        "writable": false
111615                    },
111616                    "fvr-17": {
111617                        "blurb": "Filter visibility Right 17",
111618                        "conditionally-available": false,
111619                        "construct": false,
111620                        "construct-only": false,
111621                        "controllable": true,
111622                        "default": "false",
111623                        "mutable": "null",
111624                        "readable": true,
111625                        "type": "gboolean",
111626                        "writable": false
111627                    },
111628                    "fvr-18": {
111629                        "blurb": "Filter visibility Right 18",
111630                        "conditionally-available": false,
111631                        "construct": false,
111632                        "construct-only": false,
111633                        "controllable": true,
111634                        "default": "false",
111635                        "mutable": "null",
111636                        "readable": true,
111637                        "type": "gboolean",
111638                        "writable": false
111639                    },
111640                    "fvr-19": {
111641                        "blurb": "Filter visibility Right 19",
111642                        "conditionally-available": false,
111643                        "construct": false,
111644                        "construct-only": false,
111645                        "controllable": true,
111646                        "default": "false",
111647                        "mutable": "null",
111648                        "readable": true,
111649                        "type": "gboolean",
111650                        "writable": false
111651                    },
111652                    "fvr-2": {
111653                        "blurb": "Filter visibility Right 2",
111654                        "conditionally-available": false,
111655                        "construct": false,
111656                        "construct-only": false,
111657                        "controllable": true,
111658                        "default": "false",
111659                        "mutable": "null",
111660                        "readable": true,
111661                        "type": "gboolean",
111662                        "writable": false
111663                    },
111664                    "fvr-20": {
111665                        "blurb": "Filter visibility Right 20",
111666                        "conditionally-available": false,
111667                        "construct": false,
111668                        "construct-only": false,
111669                        "controllable": true,
111670                        "default": "false",
111671                        "mutable": "null",
111672                        "readable": true,
111673                        "type": "gboolean",
111674                        "writable": false
111675                    },
111676                    "fvr-21": {
111677                        "blurb": "Filter visibility Right 21",
111678                        "conditionally-available": false,
111679                        "construct": false,
111680                        "construct-only": false,
111681                        "controllable": true,
111682                        "default": "false",
111683                        "mutable": "null",
111684                        "readable": true,
111685                        "type": "gboolean",
111686                        "writable": false
111687                    },
111688                    "fvr-22": {
111689                        "blurb": "Filter visibility Right 22",
111690                        "conditionally-available": false,
111691                        "construct": false,
111692                        "construct-only": false,
111693                        "controllable": true,
111694                        "default": "false",
111695                        "mutable": "null",
111696                        "readable": true,
111697                        "type": "gboolean",
111698                        "writable": false
111699                    },
111700                    "fvr-23": {
111701                        "blurb": "Filter visibility Right 23",
111702                        "conditionally-available": false,
111703                        "construct": false,
111704                        "construct-only": false,
111705                        "controllable": true,
111706                        "default": "false",
111707                        "mutable": "null",
111708                        "readable": true,
111709                        "type": "gboolean",
111710                        "writable": false
111711                    },
111712                    "fvr-24": {
111713                        "blurb": "Filter visibility Right 24",
111714                        "conditionally-available": false,
111715                        "construct": false,
111716                        "construct-only": false,
111717                        "controllable": true,
111718                        "default": "false",
111719                        "mutable": "null",
111720                        "readable": true,
111721                        "type": "gboolean",
111722                        "writable": false
111723                    },
111724                    "fvr-25": {
111725                        "blurb": "Filter visibility Right 25",
111726                        "conditionally-available": false,
111727                        "construct": false,
111728                        "construct-only": false,
111729                        "controllable": true,
111730                        "default": "false",
111731                        "mutable": "null",
111732                        "readable": true,
111733                        "type": "gboolean",
111734                        "writable": false
111735                    },
111736                    "fvr-26": {
111737                        "blurb": "Filter visibility Right 26",
111738                        "conditionally-available": false,
111739                        "construct": false,
111740                        "construct-only": false,
111741                        "controllable": true,
111742                        "default": "false",
111743                        "mutable": "null",
111744                        "readable": true,
111745                        "type": "gboolean",
111746                        "writable": false
111747                    },
111748                    "fvr-27": {
111749                        "blurb": "Filter visibility Right 27",
111750                        "conditionally-available": false,
111751                        "construct": false,
111752                        "construct-only": false,
111753                        "controllable": true,
111754                        "default": "false",
111755                        "mutable": "null",
111756                        "readable": true,
111757                        "type": "gboolean",
111758                        "writable": false
111759                    },
111760                    "fvr-28": {
111761                        "blurb": "Filter visibility Right 28",
111762                        "conditionally-available": false,
111763                        "construct": false,
111764                        "construct-only": false,
111765                        "controllable": true,
111766                        "default": "false",
111767                        "mutable": "null",
111768                        "readable": true,
111769                        "type": "gboolean",
111770                        "writable": false
111771                    },
111772                    "fvr-29": {
111773                        "blurb": "Filter visibility Right 29",
111774                        "conditionally-available": false,
111775                        "construct": false,
111776                        "construct-only": false,
111777                        "controllable": true,
111778                        "default": "false",
111779                        "mutable": "null",
111780                        "readable": true,
111781                        "type": "gboolean",
111782                        "writable": false
111783                    },
111784                    "fvr-3": {
111785                        "blurb": "Filter visibility Right 3",
111786                        "conditionally-available": false,
111787                        "construct": false,
111788                        "construct-only": false,
111789                        "controllable": true,
111790                        "default": "false",
111791                        "mutable": "null",
111792                        "readable": true,
111793                        "type": "gboolean",
111794                        "writable": false
111795                    },
111796                    "fvr-30": {
111797                        "blurb": "Filter visibility Right 30",
111798                        "conditionally-available": false,
111799                        "construct": false,
111800                        "construct-only": false,
111801                        "controllable": true,
111802                        "default": "false",
111803                        "mutable": "null",
111804                        "readable": true,
111805                        "type": "gboolean",
111806                        "writable": false
111807                    },
111808                    "fvr-31": {
111809                        "blurb": "Filter visibility Right 31",
111810                        "conditionally-available": false,
111811                        "construct": false,
111812                        "construct-only": false,
111813                        "controllable": true,
111814                        "default": "false",
111815                        "mutable": "null",
111816                        "readable": true,
111817                        "type": "gboolean",
111818                        "writable": false
111819                    },
111820                    "fvr-4": {
111821                        "blurb": "Filter visibility Right 4",
111822                        "conditionally-available": false,
111823                        "construct": false,
111824                        "construct-only": false,
111825                        "controllable": true,
111826                        "default": "false",
111827                        "mutable": "null",
111828                        "readable": true,
111829                        "type": "gboolean",
111830                        "writable": false
111831                    },
111832                    "fvr-5": {
111833                        "blurb": "Filter visibility Right 5",
111834                        "conditionally-available": false,
111835                        "construct": false,
111836                        "construct-only": false,
111837                        "controllable": true,
111838                        "default": "false",
111839                        "mutable": "null",
111840                        "readable": true,
111841                        "type": "gboolean",
111842                        "writable": false
111843                    },
111844                    "fvr-6": {
111845                        "blurb": "Filter visibility Right 6",
111846                        "conditionally-available": false,
111847                        "construct": false,
111848                        "construct-only": false,
111849                        "controllable": true,
111850                        "default": "false",
111851                        "mutable": "null",
111852                        "readable": true,
111853                        "type": "gboolean",
111854                        "writable": false
111855                    },
111856                    "fvr-7": {
111857                        "blurb": "Filter visibility Right 7",
111858                        "conditionally-available": false,
111859                        "construct": false,
111860                        "construct-only": false,
111861                        "controllable": true,
111862                        "default": "false",
111863                        "mutable": "null",
111864                        "readable": true,
111865                        "type": "gboolean",
111866                        "writable": false
111867                    },
111868                    "fvr-8": {
111869                        "blurb": "Filter visibility Right 8",
111870                        "conditionally-available": false,
111871                        "construct": false,
111872                        "construct-only": false,
111873                        "controllable": true,
111874                        "default": "false",
111875                        "mutable": "null",
111876                        "readable": true,
111877                        "type": "gboolean",
111878                        "writable": false
111879                    },
111880                    "fvr-9": {
111881                        "blurb": "Filter visibility Right 9",
111882                        "conditionally-available": false,
111883                        "construct": false,
111884                        "construct-only": false,
111885                        "controllable": true,
111886                        "default": "false",
111887                        "mutable": "null",
111888                        "readable": true,
111889                        "type": "gboolean",
111890                        "writable": false
111891                    },
111892                    "g-in": {
111893                        "blurb": "Input gain",
111894                        "conditionally-available": false,
111895                        "construct": true,
111896                        "construct-only": false,
111897                        "controllable": true,
111898                        "default": "1",
111899                        "max": "10",
111900                        "min": "0",
111901                        "mutable": "null",
111902                        "readable": true,
111903                        "type": "gfloat",
111904                        "writable": true
111905                    },
111906                    "g-out": {
111907                        "blurb": "Output gain",
111908                        "conditionally-available": false,
111909                        "construct": true,
111910                        "construct-only": false,
111911                        "controllable": true,
111912                        "default": "1",
111913                        "max": "10",
111914                        "min": "0",
111915                        "mutable": "null",
111916                        "readable": true,
111917                        "type": "gfloat",
111918                        "writable": true
111919                    },
111920                    "gl-0": {
111921                        "blurb": "Gain Left 0",
111922                        "conditionally-available": false,
111923                        "construct": true,
111924                        "construct-only": false,
111925                        "controllable": true,
111926                        "default": "1",
111927                        "max": "63.0957",
111928                        "min": "0.01585",
111929                        "mutable": "null",
111930                        "readable": true,
111931                        "type": "gfloat",
111932                        "writable": true
111933                    },
111934                    "gl-1": {
111935                        "blurb": "Gain Left 1",
111936                        "conditionally-available": false,
111937                        "construct": true,
111938                        "construct-only": false,
111939                        "controllable": true,
111940                        "default": "1",
111941                        "max": "63.0957",
111942                        "min": "0.01585",
111943                        "mutable": "null",
111944                        "readable": true,
111945                        "type": "gfloat",
111946                        "writable": true
111947                    },
111948                    "gl-10": {
111949                        "blurb": "Gain Left 10",
111950                        "conditionally-available": false,
111951                        "construct": true,
111952                        "construct-only": false,
111953                        "controllable": true,
111954                        "default": "1",
111955                        "max": "63.0957",
111956                        "min": "0.01585",
111957                        "mutable": "null",
111958                        "readable": true,
111959                        "type": "gfloat",
111960                        "writable": true
111961                    },
111962                    "gl-11": {
111963                        "blurb": "Gain Left 11",
111964                        "conditionally-available": false,
111965                        "construct": true,
111966                        "construct-only": false,
111967                        "controllable": true,
111968                        "default": "1",
111969                        "max": "63.0957",
111970                        "min": "0.01585",
111971                        "mutable": "null",
111972                        "readable": true,
111973                        "type": "gfloat",
111974                        "writable": true
111975                    },
111976                    "gl-12": {
111977                        "blurb": "Gain Left 12",
111978                        "conditionally-available": false,
111979                        "construct": true,
111980                        "construct-only": false,
111981                        "controllable": true,
111982                        "default": "1",
111983                        "max": "63.0957",
111984                        "min": "0.01585",
111985                        "mutable": "null",
111986                        "readable": true,
111987                        "type": "gfloat",
111988                        "writable": true
111989                    },
111990                    "gl-13": {
111991                        "blurb": "Gain Left 13",
111992                        "conditionally-available": false,
111993                        "construct": true,
111994                        "construct-only": false,
111995                        "controllable": true,
111996                        "default": "1",
111997                        "max": "63.0957",
111998                        "min": "0.01585",
111999                        "mutable": "null",
112000                        "readable": true,
112001                        "type": "gfloat",
112002                        "writable": true
112003                    },
112004                    "gl-14": {
112005                        "blurb": "Gain Left 14",
112006                        "conditionally-available": false,
112007                        "construct": true,
112008                        "construct-only": false,
112009                        "controllable": true,
112010                        "default": "1",
112011                        "max": "63.0957",
112012                        "min": "0.01585",
112013                        "mutable": "null",
112014                        "readable": true,
112015                        "type": "gfloat",
112016                        "writable": true
112017                    },
112018                    "gl-15": {
112019                        "blurb": "Gain Left 15",
112020                        "conditionally-available": false,
112021                        "construct": true,
112022                        "construct-only": false,
112023                        "controllable": true,
112024                        "default": "1",
112025                        "max": "63.0957",
112026                        "min": "0.01585",
112027                        "mutable": "null",
112028                        "readable": true,
112029                        "type": "gfloat",
112030                        "writable": true
112031                    },
112032                    "gl-16": {
112033                        "blurb": "Gain Left 16",
112034                        "conditionally-available": false,
112035                        "construct": true,
112036                        "construct-only": false,
112037                        "controllable": true,
112038                        "default": "1",
112039                        "max": "63.0957",
112040                        "min": "0.01585",
112041                        "mutable": "null",
112042                        "readable": true,
112043                        "type": "gfloat",
112044                        "writable": true
112045                    },
112046                    "gl-17": {
112047                        "blurb": "Gain Left 17",
112048                        "conditionally-available": false,
112049                        "construct": true,
112050                        "construct-only": false,
112051                        "controllable": true,
112052                        "default": "1",
112053                        "max": "63.0957",
112054                        "min": "0.01585",
112055                        "mutable": "null",
112056                        "readable": true,
112057                        "type": "gfloat",
112058                        "writable": true
112059                    },
112060                    "gl-18": {
112061                        "blurb": "Gain Left 18",
112062                        "conditionally-available": false,
112063                        "construct": true,
112064                        "construct-only": false,
112065                        "controllable": true,
112066                        "default": "1",
112067                        "max": "63.0957",
112068                        "min": "0.01585",
112069                        "mutable": "null",
112070                        "readable": true,
112071                        "type": "gfloat",
112072                        "writable": true
112073                    },
112074                    "gl-19": {
112075                        "blurb": "Gain Left 19",
112076                        "conditionally-available": false,
112077                        "construct": true,
112078                        "construct-only": false,
112079                        "controllable": true,
112080                        "default": "1",
112081                        "max": "63.0957",
112082                        "min": "0.01585",
112083                        "mutable": "null",
112084                        "readable": true,
112085                        "type": "gfloat",
112086                        "writable": true
112087                    },
112088                    "gl-2": {
112089                        "blurb": "Gain Left 2",
112090                        "conditionally-available": false,
112091                        "construct": true,
112092                        "construct-only": false,
112093                        "controllable": true,
112094                        "default": "1",
112095                        "max": "63.0957",
112096                        "min": "0.01585",
112097                        "mutable": "null",
112098                        "readable": true,
112099                        "type": "gfloat",
112100                        "writable": true
112101                    },
112102                    "gl-20": {
112103                        "blurb": "Gain Left 20",
112104                        "conditionally-available": false,
112105                        "construct": true,
112106                        "construct-only": false,
112107                        "controllable": true,
112108                        "default": "1",
112109                        "max": "63.0957",
112110                        "min": "0.01585",
112111                        "mutable": "null",
112112                        "readable": true,
112113                        "type": "gfloat",
112114                        "writable": true
112115                    },
112116                    "gl-21": {
112117                        "blurb": "Gain Left 21",
112118                        "conditionally-available": false,
112119                        "construct": true,
112120                        "construct-only": false,
112121                        "controllable": true,
112122                        "default": "1",
112123                        "max": "63.0957",
112124                        "min": "0.01585",
112125                        "mutable": "null",
112126                        "readable": true,
112127                        "type": "gfloat",
112128                        "writable": true
112129                    },
112130                    "gl-22": {
112131                        "blurb": "Gain Left 22",
112132                        "conditionally-available": false,
112133                        "construct": true,
112134                        "construct-only": false,
112135                        "controllable": true,
112136                        "default": "1",
112137                        "max": "63.0957",
112138                        "min": "0.01585",
112139                        "mutable": "null",
112140                        "readable": true,
112141                        "type": "gfloat",
112142                        "writable": true
112143                    },
112144                    "gl-23": {
112145                        "blurb": "Gain Left 23",
112146                        "conditionally-available": false,
112147                        "construct": true,
112148                        "construct-only": false,
112149                        "controllable": true,
112150                        "default": "1",
112151                        "max": "63.0957",
112152                        "min": "0.01585",
112153                        "mutable": "null",
112154                        "readable": true,
112155                        "type": "gfloat",
112156                        "writable": true
112157                    },
112158                    "gl-24": {
112159                        "blurb": "Gain Left 24",
112160                        "conditionally-available": false,
112161                        "construct": true,
112162                        "construct-only": false,
112163                        "controllable": true,
112164                        "default": "1",
112165                        "max": "63.0957",
112166                        "min": "0.01585",
112167                        "mutable": "null",
112168                        "readable": true,
112169                        "type": "gfloat",
112170                        "writable": true
112171                    },
112172                    "gl-25": {
112173                        "blurb": "Gain Left 25",
112174                        "conditionally-available": false,
112175                        "construct": true,
112176                        "construct-only": false,
112177                        "controllable": true,
112178                        "default": "1",
112179                        "max": "63.0957",
112180                        "min": "0.01585",
112181                        "mutable": "null",
112182                        "readable": true,
112183                        "type": "gfloat",
112184                        "writable": true
112185                    },
112186                    "gl-26": {
112187                        "blurb": "Gain Left 26",
112188                        "conditionally-available": false,
112189                        "construct": true,
112190                        "construct-only": false,
112191                        "controllable": true,
112192                        "default": "1",
112193                        "max": "63.0957",
112194                        "min": "0.01585",
112195                        "mutable": "null",
112196                        "readable": true,
112197                        "type": "gfloat",
112198                        "writable": true
112199                    },
112200                    "gl-27": {
112201                        "blurb": "Gain Left 27",
112202                        "conditionally-available": false,
112203                        "construct": true,
112204                        "construct-only": false,
112205                        "controllable": true,
112206                        "default": "1",
112207                        "max": "63.0957",
112208                        "min": "0.01585",
112209                        "mutable": "null",
112210                        "readable": true,
112211                        "type": "gfloat",
112212                        "writable": true
112213                    },
112214                    "gl-28": {
112215                        "blurb": "Gain Left 28",
112216                        "conditionally-available": false,
112217                        "construct": true,
112218                        "construct-only": false,
112219                        "controllable": true,
112220                        "default": "1",
112221                        "max": "63.0957",
112222                        "min": "0.01585",
112223                        "mutable": "null",
112224                        "readable": true,
112225                        "type": "gfloat",
112226                        "writable": true
112227                    },
112228                    "gl-29": {
112229                        "blurb": "Gain Left 29",
112230                        "conditionally-available": false,
112231                        "construct": true,
112232                        "construct-only": false,
112233                        "controllable": true,
112234                        "default": "1",
112235                        "max": "63.0957",
112236                        "min": "0.01585",
112237                        "mutable": "null",
112238                        "readable": true,
112239                        "type": "gfloat",
112240                        "writable": true
112241                    },
112242                    "gl-3": {
112243                        "blurb": "Gain Left 3",
112244                        "conditionally-available": false,
112245                        "construct": true,
112246                        "construct-only": false,
112247                        "controllable": true,
112248                        "default": "1",
112249                        "max": "63.0957",
112250                        "min": "0.01585",
112251                        "mutable": "null",
112252                        "readable": true,
112253                        "type": "gfloat",
112254                        "writable": true
112255                    },
112256                    "gl-30": {
112257                        "blurb": "Gain Left 30",
112258                        "conditionally-available": false,
112259                        "construct": true,
112260                        "construct-only": false,
112261                        "controllable": true,
112262                        "default": "1",
112263                        "max": "63.0957",
112264                        "min": "0.01585",
112265                        "mutable": "null",
112266                        "readable": true,
112267                        "type": "gfloat",
112268                        "writable": true
112269                    },
112270                    "gl-31": {
112271                        "blurb": "Gain Left 31",
112272                        "conditionally-available": false,
112273                        "construct": true,
112274                        "construct-only": false,
112275                        "controllable": true,
112276                        "default": "1",
112277                        "max": "63.0957",
112278                        "min": "0.01585",
112279                        "mutable": "null",
112280                        "readable": true,
112281                        "type": "gfloat",
112282                        "writable": true
112283                    },
112284                    "gl-4": {
112285                        "blurb": "Gain Left 4",
112286                        "conditionally-available": false,
112287                        "construct": true,
112288                        "construct-only": false,
112289                        "controllable": true,
112290                        "default": "1",
112291                        "max": "63.0957",
112292                        "min": "0.01585",
112293                        "mutable": "null",
112294                        "readable": true,
112295                        "type": "gfloat",
112296                        "writable": true
112297                    },
112298                    "gl-5": {
112299                        "blurb": "Gain Left 5",
112300                        "conditionally-available": false,
112301                        "construct": true,
112302                        "construct-only": false,
112303                        "controllable": true,
112304                        "default": "1",
112305                        "max": "63.0957",
112306                        "min": "0.01585",
112307                        "mutable": "null",
112308                        "readable": true,
112309                        "type": "gfloat",
112310                        "writable": true
112311                    },
112312                    "gl-6": {
112313                        "blurb": "Gain Left 6",
112314                        "conditionally-available": false,
112315                        "construct": true,
112316                        "construct-only": false,
112317                        "controllable": true,
112318                        "default": "1",
112319                        "max": "63.0957",
112320                        "min": "0.01585",
112321                        "mutable": "null",
112322                        "readable": true,
112323                        "type": "gfloat",
112324                        "writable": true
112325                    },
112326                    "gl-7": {
112327                        "blurb": "Gain Left 7",
112328                        "conditionally-available": false,
112329                        "construct": true,
112330                        "construct-only": false,
112331                        "controllable": true,
112332                        "default": "1",
112333                        "max": "63.0957",
112334                        "min": "0.01585",
112335                        "mutable": "null",
112336                        "readable": true,
112337                        "type": "gfloat",
112338                        "writable": true
112339                    },
112340                    "gl-8": {
112341                        "blurb": "Gain Left 8",
112342                        "conditionally-available": false,
112343                        "construct": true,
112344                        "construct-only": false,
112345                        "controllable": true,
112346                        "default": "1",
112347                        "max": "63.0957",
112348                        "min": "0.01585",
112349                        "mutable": "null",
112350                        "readable": true,
112351                        "type": "gfloat",
112352                        "writable": true
112353                    },
112354                    "gl-9": {
112355                        "blurb": "Gain Left 9",
112356                        "conditionally-available": false,
112357                        "construct": true,
112358                        "construct-only": false,
112359                        "controllable": true,
112360                        "default": "1",
112361                        "max": "63.0957",
112362                        "min": "0.01585",
112363                        "mutable": "null",
112364                        "readable": true,
112365                        "type": "gfloat",
112366                        "writable": true
112367                    },
112368                    "gr-0": {
112369                        "blurb": "Gain Right 0",
112370                        "conditionally-available": false,
112371                        "construct": true,
112372                        "construct-only": false,
112373                        "controllable": true,
112374                        "default": "1",
112375                        "max": "63.0957",
112376                        "min": "0.01585",
112377                        "mutable": "null",
112378                        "readable": true,
112379                        "type": "gfloat",
112380                        "writable": true
112381                    },
112382                    "gr-1": {
112383                        "blurb": "Gain Right 1",
112384                        "conditionally-available": false,
112385                        "construct": true,
112386                        "construct-only": false,
112387                        "controllable": true,
112388                        "default": "1",
112389                        "max": "63.0957",
112390                        "min": "0.01585",
112391                        "mutable": "null",
112392                        "readable": true,
112393                        "type": "gfloat",
112394                        "writable": true
112395                    },
112396                    "gr-10": {
112397                        "blurb": "Gain Right 10",
112398                        "conditionally-available": false,
112399                        "construct": true,
112400                        "construct-only": false,
112401                        "controllable": true,
112402                        "default": "1",
112403                        "max": "63.0957",
112404                        "min": "0.01585",
112405                        "mutable": "null",
112406                        "readable": true,
112407                        "type": "gfloat",
112408                        "writable": true
112409                    },
112410                    "gr-11": {
112411                        "blurb": "Gain Right 11",
112412                        "conditionally-available": false,
112413                        "construct": true,
112414                        "construct-only": false,
112415                        "controllable": true,
112416                        "default": "1",
112417                        "max": "63.0957",
112418                        "min": "0.01585",
112419                        "mutable": "null",
112420                        "readable": true,
112421                        "type": "gfloat",
112422                        "writable": true
112423                    },
112424                    "gr-12": {
112425                        "blurb": "Gain Right 12",
112426                        "conditionally-available": false,
112427                        "construct": true,
112428                        "construct-only": false,
112429                        "controllable": true,
112430                        "default": "1",
112431                        "max": "63.0957",
112432                        "min": "0.01585",
112433                        "mutable": "null",
112434                        "readable": true,
112435                        "type": "gfloat",
112436                        "writable": true
112437                    },
112438                    "gr-13": {
112439                        "blurb": "Gain Right 13",
112440                        "conditionally-available": false,
112441                        "construct": true,
112442                        "construct-only": false,
112443                        "controllable": true,
112444                        "default": "1",
112445                        "max": "63.0957",
112446                        "min": "0.01585",
112447                        "mutable": "null",
112448                        "readable": true,
112449                        "type": "gfloat",
112450                        "writable": true
112451                    },
112452                    "gr-14": {
112453                        "blurb": "Gain Right 14",
112454                        "conditionally-available": false,
112455                        "construct": true,
112456                        "construct-only": false,
112457                        "controllable": true,
112458                        "default": "1",
112459                        "max": "63.0957",
112460                        "min": "0.01585",
112461                        "mutable": "null",
112462                        "readable": true,
112463                        "type": "gfloat",
112464                        "writable": true
112465                    },
112466                    "gr-15": {
112467                        "blurb": "Gain Right 15",
112468                        "conditionally-available": false,
112469                        "construct": true,
112470                        "construct-only": false,
112471                        "controllable": true,
112472                        "default": "1",
112473                        "max": "63.0957",
112474                        "min": "0.01585",
112475                        "mutable": "null",
112476                        "readable": true,
112477                        "type": "gfloat",
112478                        "writable": true
112479                    },
112480                    "gr-16": {
112481                        "blurb": "Gain Right 16",
112482                        "conditionally-available": false,
112483                        "construct": true,
112484                        "construct-only": false,
112485                        "controllable": true,
112486                        "default": "1",
112487                        "max": "63.0957",
112488                        "min": "0.01585",
112489                        "mutable": "null",
112490                        "readable": true,
112491                        "type": "gfloat",
112492                        "writable": true
112493                    },
112494                    "gr-17": {
112495                        "blurb": "Gain Right 17",
112496                        "conditionally-available": false,
112497                        "construct": true,
112498                        "construct-only": false,
112499                        "controllable": true,
112500                        "default": "1",
112501                        "max": "63.0957",
112502                        "min": "0.01585",
112503                        "mutable": "null",
112504                        "readable": true,
112505                        "type": "gfloat",
112506                        "writable": true
112507                    },
112508                    "gr-18": {
112509                        "blurb": "Gain Right 18",
112510                        "conditionally-available": false,
112511                        "construct": true,
112512                        "construct-only": false,
112513                        "controllable": true,
112514                        "default": "1",
112515                        "max": "63.0957",
112516                        "min": "0.01585",
112517                        "mutable": "null",
112518                        "readable": true,
112519                        "type": "gfloat",
112520                        "writable": true
112521                    },
112522                    "gr-19": {
112523                        "blurb": "Gain Right 19",
112524                        "conditionally-available": false,
112525                        "construct": true,
112526                        "construct-only": false,
112527                        "controllable": true,
112528                        "default": "1",
112529                        "max": "63.0957",
112530                        "min": "0.01585",
112531                        "mutable": "null",
112532                        "readable": true,
112533                        "type": "gfloat",
112534                        "writable": true
112535                    },
112536                    "gr-2": {
112537                        "blurb": "Gain Right 2",
112538                        "conditionally-available": false,
112539                        "construct": true,
112540                        "construct-only": false,
112541                        "controllable": true,
112542                        "default": "1",
112543                        "max": "63.0957",
112544                        "min": "0.01585",
112545                        "mutable": "null",
112546                        "readable": true,
112547                        "type": "gfloat",
112548                        "writable": true
112549                    },
112550                    "gr-20": {
112551                        "blurb": "Gain Right 20",
112552                        "conditionally-available": false,
112553                        "construct": true,
112554                        "construct-only": false,
112555                        "controllable": true,
112556                        "default": "1",
112557                        "max": "63.0957",
112558                        "min": "0.01585",
112559                        "mutable": "null",
112560                        "readable": true,
112561                        "type": "gfloat",
112562                        "writable": true
112563                    },
112564                    "gr-21": {
112565                        "blurb": "Gain Right 21",
112566                        "conditionally-available": false,
112567                        "construct": true,
112568                        "construct-only": false,
112569                        "controllable": true,
112570                        "default": "1",
112571                        "max": "63.0957",
112572                        "min": "0.01585",
112573                        "mutable": "null",
112574                        "readable": true,
112575                        "type": "gfloat",
112576                        "writable": true
112577                    },
112578                    "gr-22": {
112579                        "blurb": "Gain Right 22",
112580                        "conditionally-available": false,
112581                        "construct": true,
112582                        "construct-only": false,
112583                        "controllable": true,
112584                        "default": "1",
112585                        "max": "63.0957",
112586                        "min": "0.01585",
112587                        "mutable": "null",
112588                        "readable": true,
112589                        "type": "gfloat",
112590                        "writable": true
112591                    },
112592                    "gr-23": {
112593                        "blurb": "Gain Right 23",
112594                        "conditionally-available": false,
112595                        "construct": true,
112596                        "construct-only": false,
112597                        "controllable": true,
112598                        "default": "1",
112599                        "max": "63.0957",
112600                        "min": "0.01585",
112601                        "mutable": "null",
112602                        "readable": true,
112603                        "type": "gfloat",
112604                        "writable": true
112605                    },
112606                    "gr-24": {
112607                        "blurb": "Gain Right 24",
112608                        "conditionally-available": false,
112609                        "construct": true,
112610                        "construct-only": false,
112611                        "controllable": true,
112612                        "default": "1",
112613                        "max": "63.0957",
112614                        "min": "0.01585",
112615                        "mutable": "null",
112616                        "readable": true,
112617                        "type": "gfloat",
112618                        "writable": true
112619                    },
112620                    "gr-25": {
112621                        "blurb": "Gain Right 25",
112622                        "conditionally-available": false,
112623                        "construct": true,
112624                        "construct-only": false,
112625                        "controllable": true,
112626                        "default": "1",
112627                        "max": "63.0957",
112628                        "min": "0.01585",
112629                        "mutable": "null",
112630                        "readable": true,
112631                        "type": "gfloat",
112632                        "writable": true
112633                    },
112634                    "gr-26": {
112635                        "blurb": "Gain Right 26",
112636                        "conditionally-available": false,
112637                        "construct": true,
112638                        "construct-only": false,
112639                        "controllable": true,
112640                        "default": "1",
112641                        "max": "63.0957",
112642                        "min": "0.01585",
112643                        "mutable": "null",
112644                        "readable": true,
112645                        "type": "gfloat",
112646                        "writable": true
112647                    },
112648                    "gr-27": {
112649                        "blurb": "Gain Right 27",
112650                        "conditionally-available": false,
112651                        "construct": true,
112652                        "construct-only": false,
112653                        "controllable": true,
112654                        "default": "1",
112655                        "max": "63.0957",
112656                        "min": "0.01585",
112657                        "mutable": "null",
112658                        "readable": true,
112659                        "type": "gfloat",
112660                        "writable": true
112661                    },
112662                    "gr-28": {
112663                        "blurb": "Gain Right 28",
112664                        "conditionally-available": false,
112665                        "construct": true,
112666                        "construct-only": false,
112667                        "controllable": true,
112668                        "default": "1",
112669                        "max": "63.0957",
112670                        "min": "0.01585",
112671                        "mutable": "null",
112672                        "readable": true,
112673                        "type": "gfloat",
112674                        "writable": true
112675                    },
112676                    "gr-29": {
112677                        "blurb": "Gain Right 29",
112678                        "conditionally-available": false,
112679                        "construct": true,
112680                        "construct-only": false,
112681                        "controllable": true,
112682                        "default": "1",
112683                        "max": "63.0957",
112684                        "min": "0.01585",
112685                        "mutable": "null",
112686                        "readable": true,
112687                        "type": "gfloat",
112688                        "writable": true
112689                    },
112690                    "gr-3": {
112691                        "blurb": "Gain Right 3",
112692                        "conditionally-available": false,
112693                        "construct": true,
112694                        "construct-only": false,
112695                        "controllable": true,
112696                        "default": "1",
112697                        "max": "63.0957",
112698                        "min": "0.01585",
112699                        "mutable": "null",
112700                        "readable": true,
112701                        "type": "gfloat",
112702                        "writable": true
112703                    },
112704                    "gr-30": {
112705                        "blurb": "Gain Right 30",
112706                        "conditionally-available": false,
112707                        "construct": true,
112708                        "construct-only": false,
112709                        "controllable": true,
112710                        "default": "1",
112711                        "max": "63.0957",
112712                        "min": "0.01585",
112713                        "mutable": "null",
112714                        "readable": true,
112715                        "type": "gfloat",
112716                        "writable": true
112717                    },
112718                    "gr-31": {
112719                        "blurb": "Gain Right 31",
112720                        "conditionally-available": false,
112721                        "construct": true,
112722                        "construct-only": false,
112723                        "controllable": true,
112724                        "default": "1",
112725                        "max": "63.0957",
112726                        "min": "0.01585",
112727                        "mutable": "null",
112728                        "readable": true,
112729                        "type": "gfloat",
112730                        "writable": true
112731                    },
112732                    "gr-4": {
112733                        "blurb": "Gain Right 4",
112734                        "conditionally-available": false,
112735                        "construct": true,
112736                        "construct-only": false,
112737                        "controllable": true,
112738                        "default": "1",
112739                        "max": "63.0957",
112740                        "min": "0.01585",
112741                        "mutable": "null",
112742                        "readable": true,
112743                        "type": "gfloat",
112744                        "writable": true
112745                    },
112746                    "gr-5": {
112747                        "blurb": "Gain Right 5",
112748                        "conditionally-available": false,
112749                        "construct": true,
112750                        "construct-only": false,
112751                        "controllable": true,
112752                        "default": "1",
112753                        "max": "63.0957",
112754                        "min": "0.01585",
112755                        "mutable": "null",
112756                        "readable": true,
112757                        "type": "gfloat",
112758                        "writable": true
112759                    },
112760                    "gr-6": {
112761                        "blurb": "Gain Right 6",
112762                        "conditionally-available": false,
112763                        "construct": true,
112764                        "construct-only": false,
112765                        "controllable": true,
112766                        "default": "1",
112767                        "max": "63.0957",
112768                        "min": "0.01585",
112769                        "mutable": "null",
112770                        "readable": true,
112771                        "type": "gfloat",
112772                        "writable": true
112773                    },
112774                    "gr-7": {
112775                        "blurb": "Gain Right 7",
112776                        "conditionally-available": false,
112777                        "construct": true,
112778                        "construct-only": false,
112779                        "controllable": true,
112780                        "default": "1",
112781                        "max": "63.0957",
112782                        "min": "0.01585",
112783                        "mutable": "null",
112784                        "readable": true,
112785                        "type": "gfloat",
112786                        "writable": true
112787                    },
112788                    "gr-8": {
112789                        "blurb": "Gain Right 8",
112790                        "conditionally-available": false,
112791                        "construct": true,
112792                        "construct-only": false,
112793                        "controllable": true,
112794                        "default": "1",
112795                        "max": "63.0957",
112796                        "min": "0.01585",
112797                        "mutable": "null",
112798                        "readable": true,
112799                        "type": "gfloat",
112800                        "writable": true
112801                    },
112802                    "gr-9": {
112803                        "blurb": "Gain Right 9",
112804                        "conditionally-available": false,
112805                        "construct": true,
112806                        "construct-only": false,
112807                        "controllable": true,
112808                        "default": "1",
112809                        "max": "63.0957",
112810                        "min": "0.01585",
112811                        "mutable": "null",
112812                        "readable": true,
112813                        "type": "gfloat",
112814                        "writable": true
112815                    },
112816                    "huel-0": {
112817                        "blurb": "Hue Left 0",
112818                        "conditionally-available": false,
112819                        "construct": true,
112820                        "construct-only": false,
112821                        "controllable": true,
112822                        "default": "0",
112823                        "max": "1",
112824                        "min": "0",
112825                        "mutable": "null",
112826                        "readable": true,
112827                        "type": "gfloat",
112828                        "writable": true
112829                    },
112830                    "huel-1": {
112831                        "blurb": "Hue Left 1",
112832                        "conditionally-available": false,
112833                        "construct": true,
112834                        "construct-only": false,
112835                        "controllable": true,
112836                        "default": "0.03125",
112837                        "max": "1",
112838                        "min": "0",
112839                        "mutable": "null",
112840                        "readable": true,
112841                        "type": "gfloat",
112842                        "writable": true
112843                    },
112844                    "huel-10": {
112845                        "blurb": "Hue Left 10",
112846                        "conditionally-available": false,
112847                        "construct": true,
112848                        "construct-only": false,
112849                        "controllable": true,
112850                        "default": "0.3125",
112851                        "max": "1",
112852                        "min": "0",
112853                        "mutable": "null",
112854                        "readable": true,
112855                        "type": "gfloat",
112856                        "writable": true
112857                    },
112858                    "huel-11": {
112859                        "blurb": "Hue Left 11",
112860                        "conditionally-available": false,
112861                        "construct": true,
112862                        "construct-only": false,
112863                        "controllable": true,
112864                        "default": "0.34375",
112865                        "max": "1",
112866                        "min": "0",
112867                        "mutable": "null",
112868                        "readable": true,
112869                        "type": "gfloat",
112870                        "writable": true
112871                    },
112872                    "huel-12": {
112873                        "blurb": "Hue Left 12",
112874                        "conditionally-available": false,
112875                        "construct": true,
112876                        "construct-only": false,
112877                        "controllable": true,
112878                        "default": "0.375",
112879                        "max": "1",
112880                        "min": "0",
112881                        "mutable": "null",
112882                        "readable": true,
112883                        "type": "gfloat",
112884                        "writable": true
112885                    },
112886                    "huel-13": {
112887                        "blurb": "Hue Left 13",
112888                        "conditionally-available": false,
112889                        "construct": true,
112890                        "construct-only": false,
112891                        "controllable": true,
112892                        "default": "0.40625",
112893                        "max": "1",
112894                        "min": "0",
112895                        "mutable": "null",
112896                        "readable": true,
112897                        "type": "gfloat",
112898                        "writable": true
112899                    },
112900                    "huel-14": {
112901                        "blurb": "Hue Left 14",
112902                        "conditionally-available": false,
112903                        "construct": true,
112904                        "construct-only": false,
112905                        "controllable": true,
112906                        "default": "0.4375",
112907                        "max": "1",
112908                        "min": "0",
112909                        "mutable": "null",
112910                        "readable": true,
112911                        "type": "gfloat",
112912                        "writable": true
112913                    },
112914                    "huel-15": {
112915                        "blurb": "Hue Left 15",
112916                        "conditionally-available": false,
112917                        "construct": true,
112918                        "construct-only": false,
112919                        "controllable": true,
112920                        "default": "0.46875",
112921                        "max": "1",
112922                        "min": "0",
112923                        "mutable": "null",
112924                        "readable": true,
112925                        "type": "gfloat",
112926                        "writable": true
112927                    },
112928                    "huel-16": {
112929                        "blurb": "Hue Left 16",
112930                        "conditionally-available": false,
112931                        "construct": true,
112932                        "construct-only": false,
112933                        "controllable": true,
112934                        "default": "0.5",
112935                        "max": "1",
112936                        "min": "0",
112937                        "mutable": "null",
112938                        "readable": true,
112939                        "type": "gfloat",
112940                        "writable": true
112941                    },
112942                    "huel-17": {
112943                        "blurb": "Hue Left 17",
112944                        "conditionally-available": false,
112945                        "construct": true,
112946                        "construct-only": false,
112947                        "controllable": true,
112948                        "default": "0.53125",
112949                        "max": "1",
112950                        "min": "0",
112951                        "mutable": "null",
112952                        "readable": true,
112953                        "type": "gfloat",
112954                        "writable": true
112955                    },
112956                    "huel-18": {
112957                        "blurb": "Hue Left 18",
112958                        "conditionally-available": false,
112959                        "construct": true,
112960                        "construct-only": false,
112961                        "controllable": true,
112962                        "default": "0.5625",
112963                        "max": "1",
112964                        "min": "0",
112965                        "mutable": "null",
112966                        "readable": true,
112967                        "type": "gfloat",
112968                        "writable": true
112969                    },
112970                    "huel-19": {
112971                        "blurb": "Hue Left 19",
112972                        "conditionally-available": false,
112973                        "construct": true,
112974                        "construct-only": false,
112975                        "controllable": true,
112976                        "default": "0.59375",
112977                        "max": "1",
112978                        "min": "0",
112979                        "mutable": "null",
112980                        "readable": true,
112981                        "type": "gfloat",
112982                        "writable": true
112983                    },
112984                    "huel-2": {
112985                        "blurb": "Hue Left 2",
112986                        "conditionally-available": false,
112987                        "construct": true,
112988                        "construct-only": false,
112989                        "controllable": true,
112990                        "default": "0.0625",
112991                        "max": "1",
112992                        "min": "0",
112993                        "mutable": "null",
112994                        "readable": true,
112995                        "type": "gfloat",
112996                        "writable": true
112997                    },
112998                    "huel-20": {
112999                        "blurb": "Hue Left 20",
113000                        "conditionally-available": false,
113001                        "construct": true,
113002                        "construct-only": false,
113003                        "controllable": true,
113004                        "default": "0.625",
113005                        "max": "1",
113006                        "min": "0",
113007                        "mutable": "null",
113008                        "readable": true,
113009                        "type": "gfloat",
113010                        "writable": true
113011                    },
113012                    "huel-21": {
113013                        "blurb": "Hue Left 21",
113014                        "conditionally-available": false,
113015                        "construct": true,
113016                        "construct-only": false,
113017                        "controllable": true,
113018                        "default": "0.65625",
113019                        "max": "1",
113020                        "min": "0",
113021                        "mutable": "null",
113022                        "readable": true,
113023                        "type": "gfloat",
113024                        "writable": true
113025                    },
113026                    "huel-22": {
113027                        "blurb": "Hue Left 22",
113028                        "conditionally-available": false,
113029                        "construct": true,
113030                        "construct-only": false,
113031                        "controllable": true,
113032                        "default": "0.6875",
113033                        "max": "1",
113034                        "min": "0",
113035                        "mutable": "null",
113036                        "readable": true,
113037                        "type": "gfloat",
113038                        "writable": true
113039                    },
113040                    "huel-23": {
113041                        "blurb": "Hue Left 23",
113042                        "conditionally-available": false,
113043                        "construct": true,
113044                        "construct-only": false,
113045                        "controllable": true,
113046                        "default": "0.71875",
113047                        "max": "1",
113048                        "min": "0",
113049                        "mutable": "null",
113050                        "readable": true,
113051                        "type": "gfloat",
113052                        "writable": true
113053                    },
113054                    "huel-24": {
113055                        "blurb": "Hue Left 24",
113056                        "conditionally-available": false,
113057                        "construct": true,
113058                        "construct-only": false,
113059                        "controllable": true,
113060                        "default": "0.75",
113061                        "max": "1",
113062                        "min": "0",
113063                        "mutable": "null",
113064                        "readable": true,
113065                        "type": "gfloat",
113066                        "writable": true
113067                    },
113068                    "huel-25": {
113069                        "blurb": "Hue Left 25",
113070                        "conditionally-available": false,
113071                        "construct": true,
113072                        "construct-only": false,
113073                        "controllable": true,
113074                        "default": "0.78125",
113075                        "max": "1",
113076                        "min": "0",
113077                        "mutable": "null",
113078                        "readable": true,
113079                        "type": "gfloat",
113080                        "writable": true
113081                    },
113082                    "huel-26": {
113083                        "blurb": "Hue Left 26",
113084                        "conditionally-available": false,
113085                        "construct": true,
113086                        "construct-only": false,
113087                        "controllable": true,
113088                        "default": "0.8125",
113089                        "max": "1",
113090                        "min": "0",
113091                        "mutable": "null",
113092                        "readable": true,
113093                        "type": "gfloat",
113094                        "writable": true
113095                    },
113096                    "huel-27": {
113097                        "blurb": "Hue Left 27",
113098                        "conditionally-available": false,
113099                        "construct": true,
113100                        "construct-only": false,
113101                        "controllable": true,
113102                        "default": "0.84375",
113103                        "max": "1",
113104                        "min": "0",
113105                        "mutable": "null",
113106                        "readable": true,
113107                        "type": "gfloat",
113108                        "writable": true
113109                    },
113110                    "huel-28": {
113111                        "blurb": "Hue Left 28",
113112                        "conditionally-available": false,
113113                        "construct": true,
113114                        "construct-only": false,
113115                        "controllable": true,
113116                        "default": "0.875",
113117                        "max": "1",
113118                        "min": "0",
113119                        "mutable": "null",
113120                        "readable": true,
113121                        "type": "gfloat",
113122                        "writable": true
113123                    },
113124                    "huel-29": {
113125                        "blurb": "Hue Left 29",
113126                        "conditionally-available": false,
113127                        "construct": true,
113128                        "construct-only": false,
113129                        "controllable": true,
113130                        "default": "0.90625",
113131                        "max": "1",
113132                        "min": "0",
113133                        "mutable": "null",
113134                        "readable": true,
113135                        "type": "gfloat",
113136                        "writable": true
113137                    },
113138                    "huel-3": {
113139                        "blurb": "Hue Left 3",
113140                        "conditionally-available": false,
113141                        "construct": true,
113142                        "construct-only": false,
113143                        "controllable": true,
113144                        "default": "0.09375",
113145                        "max": "1",
113146                        "min": "0",
113147                        "mutable": "null",
113148                        "readable": true,
113149                        "type": "gfloat",
113150                        "writable": true
113151                    },
113152                    "huel-30": {
113153                        "blurb": "Hue Left 30",
113154                        "conditionally-available": false,
113155                        "construct": true,
113156                        "construct-only": false,
113157                        "controllable": true,
113158                        "default": "0.9375",
113159                        "max": "1",
113160                        "min": "0",
113161                        "mutable": "null",
113162                        "readable": true,
113163                        "type": "gfloat",
113164                        "writable": true
113165                    },
113166                    "huel-31": {
113167                        "blurb": "Hue Left 31",
113168                        "conditionally-available": false,
113169                        "construct": true,
113170                        "construct-only": false,
113171                        "controllable": true,
113172                        "default": "0.96875",
113173                        "max": "1",
113174                        "min": "0",
113175                        "mutable": "null",
113176                        "readable": true,
113177                        "type": "gfloat",
113178                        "writable": true
113179                    },
113180                    "huel-4": {
113181                        "blurb": "Hue Left 4",
113182                        "conditionally-available": false,
113183                        "construct": true,
113184                        "construct-only": false,
113185                        "controllable": true,
113186                        "default": "0.125",
113187                        "max": "1",
113188                        "min": "0",
113189                        "mutable": "null",
113190                        "readable": true,
113191                        "type": "gfloat",
113192                        "writable": true
113193                    },
113194                    "huel-5": {
113195                        "blurb": "Hue Left 5",
113196                        "conditionally-available": false,
113197                        "construct": true,
113198                        "construct-only": false,
113199                        "controllable": true,
113200                        "default": "0.15625",
113201                        "max": "1",
113202                        "min": "0",
113203                        "mutable": "null",
113204                        "readable": true,
113205                        "type": "gfloat",
113206                        "writable": true
113207                    },
113208                    "huel-6": {
113209                        "blurb": "Hue Left 6",
113210                        "conditionally-available": false,
113211                        "construct": true,
113212                        "construct-only": false,
113213                        "controllable": true,
113214                        "default": "0.1875",
113215                        "max": "1",
113216                        "min": "0",
113217                        "mutable": "null",
113218                        "readable": true,
113219                        "type": "gfloat",
113220                        "writable": true
113221                    },
113222                    "huel-7": {
113223                        "blurb": "Hue Left 7",
113224                        "conditionally-available": false,
113225                        "construct": true,
113226                        "construct-only": false,
113227                        "controllable": true,
113228                        "default": "0.21875",
113229                        "max": "1",
113230                        "min": "0",
113231                        "mutable": "null",
113232                        "readable": true,
113233                        "type": "gfloat",
113234                        "writable": true
113235                    },
113236                    "huel-8": {
113237                        "blurb": "Hue Left 8",
113238                        "conditionally-available": false,
113239                        "construct": true,
113240                        "construct-only": false,
113241                        "controllable": true,
113242                        "default": "0.25",
113243                        "max": "1",
113244                        "min": "0",
113245                        "mutable": "null",
113246                        "readable": true,
113247                        "type": "gfloat",
113248                        "writable": true
113249                    },
113250                    "huel-9": {
113251                        "blurb": "Hue Left 9",
113252                        "conditionally-available": false,
113253                        "construct": true,
113254                        "construct-only": false,
113255                        "controllable": true,
113256                        "default": "0.28125",
113257                        "max": "1",
113258                        "min": "0",
113259                        "mutable": "null",
113260                        "readable": true,
113261                        "type": "gfloat",
113262                        "writable": true
113263                    },
113264                    "huer-0": {
113265                        "blurb": "Hue Right 0",
113266                        "conditionally-available": false,
113267                        "construct": true,
113268                        "construct-only": false,
113269                        "controllable": true,
113270                        "default": "0",
113271                        "max": "1",
113272                        "min": "0",
113273                        "mutable": "null",
113274                        "readable": true,
113275                        "type": "gfloat",
113276                        "writable": true
113277                    },
113278                    "huer-1": {
113279                        "blurb": "Hue Right 1",
113280                        "conditionally-available": false,
113281                        "construct": true,
113282                        "construct-only": false,
113283                        "controllable": true,
113284                        "default": "0.03125",
113285                        "max": "1",
113286                        "min": "0",
113287                        "mutable": "null",
113288                        "readable": true,
113289                        "type": "gfloat",
113290                        "writable": true
113291                    },
113292                    "huer-10": {
113293                        "blurb": "Hue Right 10",
113294                        "conditionally-available": false,
113295                        "construct": true,
113296                        "construct-only": false,
113297                        "controllable": true,
113298                        "default": "0.3125",
113299                        "max": "1",
113300                        "min": "0",
113301                        "mutable": "null",
113302                        "readable": true,
113303                        "type": "gfloat",
113304                        "writable": true
113305                    },
113306                    "huer-11": {
113307                        "blurb": "Hue Right 11",
113308                        "conditionally-available": false,
113309                        "construct": true,
113310                        "construct-only": false,
113311                        "controllable": true,
113312                        "default": "0.34375",
113313                        "max": "1",
113314                        "min": "0",
113315                        "mutable": "null",
113316                        "readable": true,
113317                        "type": "gfloat",
113318                        "writable": true
113319                    },
113320                    "huer-12": {
113321                        "blurb": "Hue Right 12",
113322                        "conditionally-available": false,
113323                        "construct": true,
113324                        "construct-only": false,
113325                        "controllable": true,
113326                        "default": "0.375",
113327                        "max": "1",
113328                        "min": "0",
113329                        "mutable": "null",
113330                        "readable": true,
113331                        "type": "gfloat",
113332                        "writable": true
113333                    },
113334                    "huer-13": {
113335                        "blurb": "Hue Right 13",
113336                        "conditionally-available": false,
113337                        "construct": true,
113338                        "construct-only": false,
113339                        "controllable": true,
113340                        "default": "0.40625",
113341                        "max": "1",
113342                        "min": "0",
113343                        "mutable": "null",
113344                        "readable": true,
113345                        "type": "gfloat",
113346                        "writable": true
113347                    },
113348                    "huer-14": {
113349                        "blurb": "Hue Right 14",
113350                        "conditionally-available": false,
113351                        "construct": true,
113352                        "construct-only": false,
113353                        "controllable": true,
113354                        "default": "0.4375",
113355                        "max": "1",
113356                        "min": "0",
113357                        "mutable": "null",
113358                        "readable": true,
113359                        "type": "gfloat",
113360                        "writable": true
113361                    },
113362                    "huer-15": {
113363                        "blurb": "Hue Right 15",
113364                        "conditionally-available": false,
113365                        "construct": true,
113366                        "construct-only": false,
113367                        "controllable": true,
113368                        "default": "0.46875",
113369                        "max": "1",
113370                        "min": "0",
113371                        "mutable": "null",
113372                        "readable": true,
113373                        "type": "gfloat",
113374                        "writable": true
113375                    },
113376                    "huer-16": {
113377                        "blurb": "Hue Right 16",
113378                        "conditionally-available": false,
113379                        "construct": true,
113380                        "construct-only": false,
113381                        "controllable": true,
113382                        "default": "0.5",
113383                        "max": "1",
113384                        "min": "0",
113385                        "mutable": "null",
113386                        "readable": true,
113387                        "type": "gfloat",
113388                        "writable": true
113389                    },
113390                    "huer-17": {
113391                        "blurb": "Hue Right 17",
113392                        "conditionally-available": false,
113393                        "construct": true,
113394                        "construct-only": false,
113395                        "controllable": true,
113396                        "default": "0.53125",
113397                        "max": "1",
113398                        "min": "0",
113399                        "mutable": "null",
113400                        "readable": true,
113401                        "type": "gfloat",
113402                        "writable": true
113403                    },
113404                    "huer-18": {
113405                        "blurb": "Hue Right 18",
113406                        "conditionally-available": false,
113407                        "construct": true,
113408                        "construct-only": false,
113409                        "controllable": true,
113410                        "default": "0.5625",
113411                        "max": "1",
113412                        "min": "0",
113413                        "mutable": "null",
113414                        "readable": true,
113415                        "type": "gfloat",
113416                        "writable": true
113417                    },
113418                    "huer-19": {
113419                        "blurb": "Hue Right 19",
113420                        "conditionally-available": false,
113421                        "construct": true,
113422                        "construct-only": false,
113423                        "controllable": true,
113424                        "default": "0.59375",
113425                        "max": "1",
113426                        "min": "0",
113427                        "mutable": "null",
113428                        "readable": true,
113429                        "type": "gfloat",
113430                        "writable": true
113431                    },
113432                    "huer-2": {
113433                        "blurb": "Hue Right 2",
113434                        "conditionally-available": false,
113435                        "construct": true,
113436                        "construct-only": false,
113437                        "controllable": true,
113438                        "default": "0.0625",
113439                        "max": "1",
113440                        "min": "0",
113441                        "mutable": "null",
113442                        "readable": true,
113443                        "type": "gfloat",
113444                        "writable": true
113445                    },
113446                    "huer-20": {
113447                        "blurb": "Hue Right 20",
113448                        "conditionally-available": false,
113449                        "construct": true,
113450                        "construct-only": false,
113451                        "controllable": true,
113452                        "default": "0.625",
113453                        "max": "1",
113454                        "min": "0",
113455                        "mutable": "null",
113456                        "readable": true,
113457                        "type": "gfloat",
113458                        "writable": true
113459                    },
113460                    "huer-21": {
113461                        "blurb": "Hue Right 21",
113462                        "conditionally-available": false,
113463                        "construct": true,
113464                        "construct-only": false,
113465                        "controllable": true,
113466                        "default": "0.65625",
113467                        "max": "1",
113468                        "min": "0",
113469                        "mutable": "null",
113470                        "readable": true,
113471                        "type": "gfloat",
113472                        "writable": true
113473                    },
113474                    "huer-22": {
113475                        "blurb": "Hue Right 22",
113476                        "conditionally-available": false,
113477                        "construct": true,
113478                        "construct-only": false,
113479                        "controllable": true,
113480                        "default": "0.6875",
113481                        "max": "1",
113482                        "min": "0",
113483                        "mutable": "null",
113484                        "readable": true,
113485                        "type": "gfloat",
113486                        "writable": true
113487                    },
113488                    "huer-23": {
113489                        "blurb": "Hue Right 23",
113490                        "conditionally-available": false,
113491                        "construct": true,
113492                        "construct-only": false,
113493                        "controllable": true,
113494                        "default": "0.71875",
113495                        "max": "1",
113496                        "min": "0",
113497                        "mutable": "null",
113498                        "readable": true,
113499                        "type": "gfloat",
113500                        "writable": true
113501                    },
113502                    "huer-24": {
113503                        "blurb": "Hue Right 24",
113504                        "conditionally-available": false,
113505                        "construct": true,
113506                        "construct-only": false,
113507                        "controllable": true,
113508                        "default": "0.75",
113509                        "max": "1",
113510                        "min": "0",
113511                        "mutable": "null",
113512                        "readable": true,
113513                        "type": "gfloat",
113514                        "writable": true
113515                    },
113516                    "huer-25": {
113517                        "blurb": "Hue Right 25",
113518                        "conditionally-available": false,
113519                        "construct": true,
113520                        "construct-only": false,
113521                        "controllable": true,
113522                        "default": "0.78125",
113523                        "max": "1",
113524                        "min": "0",
113525                        "mutable": "null",
113526                        "readable": true,
113527                        "type": "gfloat",
113528                        "writable": true
113529                    },
113530                    "huer-26": {
113531                        "blurb": "Hue Right 26",
113532                        "conditionally-available": false,
113533                        "construct": true,
113534                        "construct-only": false,
113535                        "controllable": true,
113536                        "default": "0.8125",
113537                        "max": "1",
113538                        "min": "0",
113539                        "mutable": "null",
113540                        "readable": true,
113541                        "type": "gfloat",
113542                        "writable": true
113543                    },
113544                    "huer-27": {
113545                        "blurb": "Hue Right 27",
113546                        "conditionally-available": false,
113547                        "construct": true,
113548                        "construct-only": false,
113549                        "controllable": true,
113550                        "default": "0.84375",
113551                        "max": "1",
113552                        "min": "0",
113553                        "mutable": "null",
113554                        "readable": true,
113555                        "type": "gfloat",
113556                        "writable": true
113557                    },
113558                    "huer-28": {
113559                        "blurb": "Hue Right 28",
113560                        "conditionally-available": false,
113561                        "construct": true,
113562                        "construct-only": false,
113563                        "controllable": true,
113564                        "default": "0.875",
113565                        "max": "1",
113566                        "min": "0",
113567                        "mutable": "null",
113568                        "readable": true,
113569                        "type": "gfloat",
113570                        "writable": true
113571                    },
113572                    "huer-29": {
113573                        "blurb": "Hue Right 29",
113574                        "conditionally-available": false,
113575                        "construct": true,
113576                        "construct-only": false,
113577                        "controllable": true,
113578                        "default": "0.90625",
113579                        "max": "1",
113580                        "min": "0",
113581                        "mutable": "null",
113582                        "readable": true,
113583                        "type": "gfloat",
113584                        "writable": true
113585                    },
113586                    "huer-3": {
113587                        "blurb": "Hue Right 3",
113588                        "conditionally-available": false,
113589                        "construct": true,
113590                        "construct-only": false,
113591                        "controllable": true,
113592                        "default": "0.09375",
113593                        "max": "1",
113594                        "min": "0",
113595                        "mutable": "null",
113596                        "readable": true,
113597                        "type": "gfloat",
113598                        "writable": true
113599                    },
113600                    "huer-30": {
113601                        "blurb": "Hue Right 30",
113602                        "conditionally-available": false,
113603                        "construct": true,
113604                        "construct-only": false,
113605                        "controllable": true,
113606                        "default": "0.9375",
113607                        "max": "1",
113608                        "min": "0",
113609                        "mutable": "null",
113610                        "readable": true,
113611                        "type": "gfloat",
113612                        "writable": true
113613                    },
113614                    "huer-31": {
113615                        "blurb": "Hue Right 31",
113616                        "conditionally-available": false,
113617                        "construct": true,
113618                        "construct-only": false,
113619                        "controllable": true,
113620                        "default": "0.96875",
113621                        "max": "1",
113622                        "min": "0",
113623                        "mutable": "null",
113624                        "readable": true,
113625                        "type": "gfloat",
113626                        "writable": true
113627                    },
113628                    "huer-4": {
113629                        "blurb": "Hue Right 4",
113630                        "conditionally-available": false,
113631                        "construct": true,
113632                        "construct-only": false,
113633                        "controllable": true,
113634                        "default": "0.125",
113635                        "max": "1",
113636                        "min": "0",
113637                        "mutable": "null",
113638                        "readable": true,
113639                        "type": "gfloat",
113640                        "writable": true
113641                    },
113642                    "huer-5": {
113643                        "blurb": "Hue Right 5",
113644                        "conditionally-available": false,
113645                        "construct": true,
113646                        "construct-only": false,
113647                        "controllable": true,
113648                        "default": "0.15625",
113649                        "max": "1",
113650                        "min": "0",
113651                        "mutable": "null",
113652                        "readable": true,
113653                        "type": "gfloat",
113654                        "writable": true
113655                    },
113656                    "huer-6": {
113657                        "blurb": "Hue Right 6",
113658                        "conditionally-available": false,
113659                        "construct": true,
113660                        "construct-only": false,
113661                        "controllable": true,
113662                        "default": "0.1875",
113663                        "max": "1",
113664                        "min": "0",
113665                        "mutable": "null",
113666                        "readable": true,
113667                        "type": "gfloat",
113668                        "writable": true
113669                    },
113670                    "huer-7": {
113671                        "blurb": "Hue Right 7",
113672                        "conditionally-available": false,
113673                        "construct": true,
113674                        "construct-only": false,
113675                        "controllable": true,
113676                        "default": "0.21875",
113677                        "max": "1",
113678                        "min": "0",
113679                        "mutable": "null",
113680                        "readable": true,
113681                        "type": "gfloat",
113682                        "writable": true
113683                    },
113684                    "huer-8": {
113685                        "blurb": "Hue Right 8",
113686                        "conditionally-available": false,
113687                        "construct": true,
113688                        "construct-only": false,
113689                        "controllable": true,
113690                        "default": "0.25",
113691                        "max": "1",
113692                        "min": "0",
113693                        "mutable": "null",
113694                        "readable": true,
113695                        "type": "gfloat",
113696                        "writable": true
113697                    },
113698                    "huer-9": {
113699                        "blurb": "Hue Right 9",
113700                        "conditionally-available": false,
113701                        "construct": true,
113702                        "construct-only": false,
113703                        "controllable": true,
113704                        "default": "0.28125",
113705                        "max": "1",
113706                        "min": "0",
113707                        "mutable": "null",
113708                        "readable": true,
113709                        "type": "gfloat",
113710                        "writable": true
113711                    },
113712                    "iml": {
113713                        "blurb": "Input signal meter Left",
113714                        "conditionally-available": false,
113715                        "construct": false,
113716                        "construct-only": false,
113717                        "controllable": true,
113718                        "default": "0",
113719                        "max": "3.98107",
113720                        "min": "0",
113721                        "mutable": "null",
113722                        "readable": true,
113723                        "type": "gfloat",
113724                        "writable": false
113725                    },
113726                    "imr": {
113727                        "blurb": "Input signal meter Right",
113728                        "conditionally-available": false,
113729                        "construct": false,
113730                        "construct-only": false,
113731                        "controllable": true,
113732                        "default": "0",
113733                        "max": "3.98107",
113734                        "min": "0",
113735                        "mutable": "null",
113736                        "readable": true,
113737                        "type": "gfloat",
113738                        "writable": false
113739                    },
113740                    "mode": {
113741                        "blurb": "Equalizer mode",
113742                        "conditionally-available": false,
113743                        "construct": true,
113744                        "construct-only": false,
113745                        "controllable": true,
113746                        "default": "IIR (0)",
113747                        "mutable": "null",
113748                        "readable": true,
113749                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrmode",
113750                        "writable": true
113751                    },
113752                    "out-latency": {
113753                        "blurb": "Latency OUT",
113754                        "conditionally-available": false,
113755                        "construct": false,
113756                        "construct-only": false,
113757                        "controllable": true,
113758                        "default": "0",
113759                        "max": "192000",
113760                        "min": "0",
113761                        "mutable": "null",
113762                        "readable": true,
113763                        "type": "gint",
113764                        "writable": false
113765                    },
113766                    "ql-0": {
113767                        "blurb": "Quality factor Left 0",
113768                        "conditionally-available": false,
113769                        "construct": true,
113770                        "construct-only": false,
113771                        "controllable": true,
113772                        "default": "0",
113773                        "max": "100",
113774                        "min": "0",
113775                        "mutable": "null",
113776                        "readable": true,
113777                        "type": "gfloat",
113778                        "writable": true
113779                    },
113780                    "ql-1": {
113781                        "blurb": "Quality factor Left 1",
113782                        "conditionally-available": false,
113783                        "construct": true,
113784                        "construct-only": false,
113785                        "controllable": true,
113786                        "default": "0",
113787                        "max": "100",
113788                        "min": "0",
113789                        "mutable": "null",
113790                        "readable": true,
113791                        "type": "gfloat",
113792                        "writable": true
113793                    },
113794                    "ql-10": {
113795                        "blurb": "Quality factor Left 10",
113796                        "conditionally-available": false,
113797                        "construct": true,
113798                        "construct-only": false,
113799                        "controllable": true,
113800                        "default": "0",
113801                        "max": "100",
113802                        "min": "0",
113803                        "mutable": "null",
113804                        "readable": true,
113805                        "type": "gfloat",
113806                        "writable": true
113807                    },
113808                    "ql-11": {
113809                        "blurb": "Quality factor Left 11",
113810                        "conditionally-available": false,
113811                        "construct": true,
113812                        "construct-only": false,
113813                        "controllable": true,
113814                        "default": "0",
113815                        "max": "100",
113816                        "min": "0",
113817                        "mutable": "null",
113818                        "readable": true,
113819                        "type": "gfloat",
113820                        "writable": true
113821                    },
113822                    "ql-12": {
113823                        "blurb": "Quality factor Left 12",
113824                        "conditionally-available": false,
113825                        "construct": true,
113826                        "construct-only": false,
113827                        "controllable": true,
113828                        "default": "0",
113829                        "max": "100",
113830                        "min": "0",
113831                        "mutable": "null",
113832                        "readable": true,
113833                        "type": "gfloat",
113834                        "writable": true
113835                    },
113836                    "ql-13": {
113837                        "blurb": "Quality factor Left 13",
113838                        "conditionally-available": false,
113839                        "construct": true,
113840                        "construct-only": false,
113841                        "controllable": true,
113842                        "default": "0",
113843                        "max": "100",
113844                        "min": "0",
113845                        "mutable": "null",
113846                        "readable": true,
113847                        "type": "gfloat",
113848                        "writable": true
113849                    },
113850                    "ql-14": {
113851                        "blurb": "Quality factor Left 14",
113852                        "conditionally-available": false,
113853                        "construct": true,
113854                        "construct-only": false,
113855                        "controllable": true,
113856                        "default": "0",
113857                        "max": "100",
113858                        "min": "0",
113859                        "mutable": "null",
113860                        "readable": true,
113861                        "type": "gfloat",
113862                        "writable": true
113863                    },
113864                    "ql-15": {
113865                        "blurb": "Quality factor Left 15",
113866                        "conditionally-available": false,
113867                        "construct": true,
113868                        "construct-only": false,
113869                        "controllable": true,
113870                        "default": "0",
113871                        "max": "100",
113872                        "min": "0",
113873                        "mutable": "null",
113874                        "readable": true,
113875                        "type": "gfloat",
113876                        "writable": true
113877                    },
113878                    "ql-16": {
113879                        "blurb": "Quality factor Left 16",
113880                        "conditionally-available": false,
113881                        "construct": true,
113882                        "construct-only": false,
113883                        "controllable": true,
113884                        "default": "0",
113885                        "max": "100",
113886                        "min": "0",
113887                        "mutable": "null",
113888                        "readable": true,
113889                        "type": "gfloat",
113890                        "writable": true
113891                    },
113892                    "ql-17": {
113893                        "blurb": "Quality factor Left 17",
113894                        "conditionally-available": false,
113895                        "construct": true,
113896                        "construct-only": false,
113897                        "controllable": true,
113898                        "default": "0",
113899                        "max": "100",
113900                        "min": "0",
113901                        "mutable": "null",
113902                        "readable": true,
113903                        "type": "gfloat",
113904                        "writable": true
113905                    },
113906                    "ql-18": {
113907                        "blurb": "Quality factor Left 18",
113908                        "conditionally-available": false,
113909                        "construct": true,
113910                        "construct-only": false,
113911                        "controllable": true,
113912                        "default": "0",
113913                        "max": "100",
113914                        "min": "0",
113915                        "mutable": "null",
113916                        "readable": true,
113917                        "type": "gfloat",
113918                        "writable": true
113919                    },
113920                    "ql-19": {
113921                        "blurb": "Quality factor Left 19",
113922                        "conditionally-available": false,
113923                        "construct": true,
113924                        "construct-only": false,
113925                        "controllable": true,
113926                        "default": "0",
113927                        "max": "100",
113928                        "min": "0",
113929                        "mutable": "null",
113930                        "readable": true,
113931                        "type": "gfloat",
113932                        "writable": true
113933                    },
113934                    "ql-2": {
113935                        "blurb": "Quality factor Left 2",
113936                        "conditionally-available": false,
113937                        "construct": true,
113938                        "construct-only": false,
113939                        "controllable": true,
113940                        "default": "0",
113941                        "max": "100",
113942                        "min": "0",
113943                        "mutable": "null",
113944                        "readable": true,
113945                        "type": "gfloat",
113946                        "writable": true
113947                    },
113948                    "ql-20": {
113949                        "blurb": "Quality factor Left 20",
113950                        "conditionally-available": false,
113951                        "construct": true,
113952                        "construct-only": false,
113953                        "controllable": true,
113954                        "default": "0",
113955                        "max": "100",
113956                        "min": "0",
113957                        "mutable": "null",
113958                        "readable": true,
113959                        "type": "gfloat",
113960                        "writable": true
113961                    },
113962                    "ql-21": {
113963                        "blurb": "Quality factor Left 21",
113964                        "conditionally-available": false,
113965                        "construct": true,
113966                        "construct-only": false,
113967                        "controllable": true,
113968                        "default": "0",
113969                        "max": "100",
113970                        "min": "0",
113971                        "mutable": "null",
113972                        "readable": true,
113973                        "type": "gfloat",
113974                        "writable": true
113975                    },
113976                    "ql-22": {
113977                        "blurb": "Quality factor Left 22",
113978                        "conditionally-available": false,
113979                        "construct": true,
113980                        "construct-only": false,
113981                        "controllable": true,
113982                        "default": "0",
113983                        "max": "100",
113984                        "min": "0",
113985                        "mutable": "null",
113986                        "readable": true,
113987                        "type": "gfloat",
113988                        "writable": true
113989                    },
113990                    "ql-23": {
113991                        "blurb": "Quality factor Left 23",
113992                        "conditionally-available": false,
113993                        "construct": true,
113994                        "construct-only": false,
113995                        "controllable": true,
113996                        "default": "0",
113997                        "max": "100",
113998                        "min": "0",
113999                        "mutable": "null",
114000                        "readable": true,
114001                        "type": "gfloat",
114002                        "writable": true
114003                    },
114004                    "ql-24": {
114005                        "blurb": "Quality factor Left 24",
114006                        "conditionally-available": false,
114007                        "construct": true,
114008                        "construct-only": false,
114009                        "controllable": true,
114010                        "default": "0",
114011                        "max": "100",
114012                        "min": "0",
114013                        "mutable": "null",
114014                        "readable": true,
114015                        "type": "gfloat",
114016                        "writable": true
114017                    },
114018                    "ql-25": {
114019                        "blurb": "Quality factor Left 25",
114020                        "conditionally-available": false,
114021                        "construct": true,
114022                        "construct-only": false,
114023                        "controllable": true,
114024                        "default": "0",
114025                        "max": "100",
114026                        "min": "0",
114027                        "mutable": "null",
114028                        "readable": true,
114029                        "type": "gfloat",
114030                        "writable": true
114031                    },
114032                    "ql-26": {
114033                        "blurb": "Quality factor Left 26",
114034                        "conditionally-available": false,
114035                        "construct": true,
114036                        "construct-only": false,
114037                        "controllable": true,
114038                        "default": "0",
114039                        "max": "100",
114040                        "min": "0",
114041                        "mutable": "null",
114042                        "readable": true,
114043                        "type": "gfloat",
114044                        "writable": true
114045                    },
114046                    "ql-27": {
114047                        "blurb": "Quality factor Left 27",
114048                        "conditionally-available": false,
114049                        "construct": true,
114050                        "construct-only": false,
114051                        "controllable": true,
114052                        "default": "0",
114053                        "max": "100",
114054                        "min": "0",
114055                        "mutable": "null",
114056                        "readable": true,
114057                        "type": "gfloat",
114058                        "writable": true
114059                    },
114060                    "ql-28": {
114061                        "blurb": "Quality factor Left 28",
114062                        "conditionally-available": false,
114063                        "construct": true,
114064                        "construct-only": false,
114065                        "controllable": true,
114066                        "default": "0",
114067                        "max": "100",
114068                        "min": "0",
114069                        "mutable": "null",
114070                        "readable": true,
114071                        "type": "gfloat",
114072                        "writable": true
114073                    },
114074                    "ql-29": {
114075                        "blurb": "Quality factor Left 29",
114076                        "conditionally-available": false,
114077                        "construct": true,
114078                        "construct-only": false,
114079                        "controllable": true,
114080                        "default": "0",
114081                        "max": "100",
114082                        "min": "0",
114083                        "mutable": "null",
114084                        "readable": true,
114085                        "type": "gfloat",
114086                        "writable": true
114087                    },
114088                    "ql-3": {
114089                        "blurb": "Quality factor Left 3",
114090                        "conditionally-available": false,
114091                        "construct": true,
114092                        "construct-only": false,
114093                        "controllable": true,
114094                        "default": "0",
114095                        "max": "100",
114096                        "min": "0",
114097                        "mutable": "null",
114098                        "readable": true,
114099                        "type": "gfloat",
114100                        "writable": true
114101                    },
114102                    "ql-30": {
114103                        "blurb": "Quality factor Left 30",
114104                        "conditionally-available": false,
114105                        "construct": true,
114106                        "construct-only": false,
114107                        "controllable": true,
114108                        "default": "0",
114109                        "max": "100",
114110                        "min": "0",
114111                        "mutable": "null",
114112                        "readable": true,
114113                        "type": "gfloat",
114114                        "writable": true
114115                    },
114116                    "ql-31": {
114117                        "blurb": "Quality factor Left 31",
114118                        "conditionally-available": false,
114119                        "construct": true,
114120                        "construct-only": false,
114121                        "controllable": true,
114122                        "default": "0",
114123                        "max": "100",
114124                        "min": "0",
114125                        "mutable": "null",
114126                        "readable": true,
114127                        "type": "gfloat",
114128                        "writable": true
114129                    },
114130                    "ql-4": {
114131                        "blurb": "Quality factor Left 4",
114132                        "conditionally-available": false,
114133                        "construct": true,
114134                        "construct-only": false,
114135                        "controllable": true,
114136                        "default": "0",
114137                        "max": "100",
114138                        "min": "0",
114139                        "mutable": "null",
114140                        "readable": true,
114141                        "type": "gfloat",
114142                        "writable": true
114143                    },
114144                    "ql-5": {
114145                        "blurb": "Quality factor Left 5",
114146                        "conditionally-available": false,
114147                        "construct": true,
114148                        "construct-only": false,
114149                        "controllable": true,
114150                        "default": "0",
114151                        "max": "100",
114152                        "min": "0",
114153                        "mutable": "null",
114154                        "readable": true,
114155                        "type": "gfloat",
114156                        "writable": true
114157                    },
114158                    "ql-6": {
114159                        "blurb": "Quality factor Left 6",
114160                        "conditionally-available": false,
114161                        "construct": true,
114162                        "construct-only": false,
114163                        "controllable": true,
114164                        "default": "0",
114165                        "max": "100",
114166                        "min": "0",
114167                        "mutable": "null",
114168                        "readable": true,
114169                        "type": "gfloat",
114170                        "writable": true
114171                    },
114172                    "ql-7": {
114173                        "blurb": "Quality factor Left 7",
114174                        "conditionally-available": false,
114175                        "construct": true,
114176                        "construct-only": false,
114177                        "controllable": true,
114178                        "default": "0",
114179                        "max": "100",
114180                        "min": "0",
114181                        "mutable": "null",
114182                        "readable": true,
114183                        "type": "gfloat",
114184                        "writable": true
114185                    },
114186                    "ql-8": {
114187                        "blurb": "Quality factor Left 8",
114188                        "conditionally-available": false,
114189                        "construct": true,
114190                        "construct-only": false,
114191                        "controllable": true,
114192                        "default": "0",
114193                        "max": "100",
114194                        "min": "0",
114195                        "mutable": "null",
114196                        "readable": true,
114197                        "type": "gfloat",
114198                        "writable": true
114199                    },
114200                    "ql-9": {
114201                        "blurb": "Quality factor Left 9",
114202                        "conditionally-available": false,
114203                        "construct": true,
114204                        "construct-only": false,
114205                        "controllable": true,
114206                        "default": "0",
114207                        "max": "100",
114208                        "min": "0",
114209                        "mutable": "null",
114210                        "readable": true,
114211                        "type": "gfloat",
114212                        "writable": true
114213                    },
114214                    "qr-0": {
114215                        "blurb": "Quality factor Right 0",
114216                        "conditionally-available": false,
114217                        "construct": true,
114218                        "construct-only": false,
114219                        "controllable": true,
114220                        "default": "0",
114221                        "max": "100",
114222                        "min": "0",
114223                        "mutable": "null",
114224                        "readable": true,
114225                        "type": "gfloat",
114226                        "writable": true
114227                    },
114228                    "qr-1": {
114229                        "blurb": "Quality factor Right 1",
114230                        "conditionally-available": false,
114231                        "construct": true,
114232                        "construct-only": false,
114233                        "controllable": true,
114234                        "default": "0",
114235                        "max": "100",
114236                        "min": "0",
114237                        "mutable": "null",
114238                        "readable": true,
114239                        "type": "gfloat",
114240                        "writable": true
114241                    },
114242                    "qr-10": {
114243                        "blurb": "Quality factor Right 10",
114244                        "conditionally-available": false,
114245                        "construct": true,
114246                        "construct-only": false,
114247                        "controllable": true,
114248                        "default": "0",
114249                        "max": "100",
114250                        "min": "0",
114251                        "mutable": "null",
114252                        "readable": true,
114253                        "type": "gfloat",
114254                        "writable": true
114255                    },
114256                    "qr-11": {
114257                        "blurb": "Quality factor Right 11",
114258                        "conditionally-available": false,
114259                        "construct": true,
114260                        "construct-only": false,
114261                        "controllable": true,
114262                        "default": "0",
114263                        "max": "100",
114264                        "min": "0",
114265                        "mutable": "null",
114266                        "readable": true,
114267                        "type": "gfloat",
114268                        "writable": true
114269                    },
114270                    "qr-12": {
114271                        "blurb": "Quality factor Right 12",
114272                        "conditionally-available": false,
114273                        "construct": true,
114274                        "construct-only": false,
114275                        "controllable": true,
114276                        "default": "0",
114277                        "max": "100",
114278                        "min": "0",
114279                        "mutable": "null",
114280                        "readable": true,
114281                        "type": "gfloat",
114282                        "writable": true
114283                    },
114284                    "qr-13": {
114285                        "blurb": "Quality factor Right 13",
114286                        "conditionally-available": false,
114287                        "construct": true,
114288                        "construct-only": false,
114289                        "controllable": true,
114290                        "default": "0",
114291                        "max": "100",
114292                        "min": "0",
114293                        "mutable": "null",
114294                        "readable": true,
114295                        "type": "gfloat",
114296                        "writable": true
114297                    },
114298                    "qr-14": {
114299                        "blurb": "Quality factor Right 14",
114300                        "conditionally-available": false,
114301                        "construct": true,
114302                        "construct-only": false,
114303                        "controllable": true,
114304                        "default": "0",
114305                        "max": "100",
114306                        "min": "0",
114307                        "mutable": "null",
114308                        "readable": true,
114309                        "type": "gfloat",
114310                        "writable": true
114311                    },
114312                    "qr-15": {
114313                        "blurb": "Quality factor Right 15",
114314                        "conditionally-available": false,
114315                        "construct": true,
114316                        "construct-only": false,
114317                        "controllable": true,
114318                        "default": "0",
114319                        "max": "100",
114320                        "min": "0",
114321                        "mutable": "null",
114322                        "readable": true,
114323                        "type": "gfloat",
114324                        "writable": true
114325                    },
114326                    "qr-16": {
114327                        "blurb": "Quality factor Right 16",
114328                        "conditionally-available": false,
114329                        "construct": true,
114330                        "construct-only": false,
114331                        "controllable": true,
114332                        "default": "0",
114333                        "max": "100",
114334                        "min": "0",
114335                        "mutable": "null",
114336                        "readable": true,
114337                        "type": "gfloat",
114338                        "writable": true
114339                    },
114340                    "qr-17": {
114341                        "blurb": "Quality factor Right 17",
114342                        "conditionally-available": false,
114343                        "construct": true,
114344                        "construct-only": false,
114345                        "controllable": true,
114346                        "default": "0",
114347                        "max": "100",
114348                        "min": "0",
114349                        "mutable": "null",
114350                        "readable": true,
114351                        "type": "gfloat",
114352                        "writable": true
114353                    },
114354                    "qr-18": {
114355                        "blurb": "Quality factor Right 18",
114356                        "conditionally-available": false,
114357                        "construct": true,
114358                        "construct-only": false,
114359                        "controllable": true,
114360                        "default": "0",
114361                        "max": "100",
114362                        "min": "0",
114363                        "mutable": "null",
114364                        "readable": true,
114365                        "type": "gfloat",
114366                        "writable": true
114367                    },
114368                    "qr-19": {
114369                        "blurb": "Quality factor Right 19",
114370                        "conditionally-available": false,
114371                        "construct": true,
114372                        "construct-only": false,
114373                        "controllable": true,
114374                        "default": "0",
114375                        "max": "100",
114376                        "min": "0",
114377                        "mutable": "null",
114378                        "readable": true,
114379                        "type": "gfloat",
114380                        "writable": true
114381                    },
114382                    "qr-2": {
114383                        "blurb": "Quality factor Right 2",
114384                        "conditionally-available": false,
114385                        "construct": true,
114386                        "construct-only": false,
114387                        "controllable": true,
114388                        "default": "0",
114389                        "max": "100",
114390                        "min": "0",
114391                        "mutable": "null",
114392                        "readable": true,
114393                        "type": "gfloat",
114394                        "writable": true
114395                    },
114396                    "qr-20": {
114397                        "blurb": "Quality factor Right 20",
114398                        "conditionally-available": false,
114399                        "construct": true,
114400                        "construct-only": false,
114401                        "controllable": true,
114402                        "default": "0",
114403                        "max": "100",
114404                        "min": "0",
114405                        "mutable": "null",
114406                        "readable": true,
114407                        "type": "gfloat",
114408                        "writable": true
114409                    },
114410                    "qr-21": {
114411                        "blurb": "Quality factor Right 21",
114412                        "conditionally-available": false,
114413                        "construct": true,
114414                        "construct-only": false,
114415                        "controllable": true,
114416                        "default": "0",
114417                        "max": "100",
114418                        "min": "0",
114419                        "mutable": "null",
114420                        "readable": true,
114421                        "type": "gfloat",
114422                        "writable": true
114423                    },
114424                    "qr-22": {
114425                        "blurb": "Quality factor Right 22",
114426                        "conditionally-available": false,
114427                        "construct": true,
114428                        "construct-only": false,
114429                        "controllable": true,
114430                        "default": "0",
114431                        "max": "100",
114432                        "min": "0",
114433                        "mutable": "null",
114434                        "readable": true,
114435                        "type": "gfloat",
114436                        "writable": true
114437                    },
114438                    "qr-23": {
114439                        "blurb": "Quality factor Right 23",
114440                        "conditionally-available": false,
114441                        "construct": true,
114442                        "construct-only": false,
114443                        "controllable": true,
114444                        "default": "0",
114445                        "max": "100",
114446                        "min": "0",
114447                        "mutable": "null",
114448                        "readable": true,
114449                        "type": "gfloat",
114450                        "writable": true
114451                    },
114452                    "qr-24": {
114453                        "blurb": "Quality factor Right 24",
114454                        "conditionally-available": false,
114455                        "construct": true,
114456                        "construct-only": false,
114457                        "controllable": true,
114458                        "default": "0",
114459                        "max": "100",
114460                        "min": "0",
114461                        "mutable": "null",
114462                        "readable": true,
114463                        "type": "gfloat",
114464                        "writable": true
114465                    },
114466                    "qr-25": {
114467                        "blurb": "Quality factor Right 25",
114468                        "conditionally-available": false,
114469                        "construct": true,
114470                        "construct-only": false,
114471                        "controllable": true,
114472                        "default": "0",
114473                        "max": "100",
114474                        "min": "0",
114475                        "mutable": "null",
114476                        "readable": true,
114477                        "type": "gfloat",
114478                        "writable": true
114479                    },
114480                    "qr-26": {
114481                        "blurb": "Quality factor Right 26",
114482                        "conditionally-available": false,
114483                        "construct": true,
114484                        "construct-only": false,
114485                        "controllable": true,
114486                        "default": "0",
114487                        "max": "100",
114488                        "min": "0",
114489                        "mutable": "null",
114490                        "readable": true,
114491                        "type": "gfloat",
114492                        "writable": true
114493                    },
114494                    "qr-27": {
114495                        "blurb": "Quality factor Right 27",
114496                        "conditionally-available": false,
114497                        "construct": true,
114498                        "construct-only": false,
114499                        "controllable": true,
114500                        "default": "0",
114501                        "max": "100",
114502                        "min": "0",
114503                        "mutable": "null",
114504                        "readable": true,
114505                        "type": "gfloat",
114506                        "writable": true
114507                    },
114508                    "qr-28": {
114509                        "blurb": "Quality factor Right 28",
114510                        "conditionally-available": false,
114511                        "construct": true,
114512                        "construct-only": false,
114513                        "controllable": true,
114514                        "default": "0",
114515                        "max": "100",
114516                        "min": "0",
114517                        "mutable": "null",
114518                        "readable": true,
114519                        "type": "gfloat",
114520                        "writable": true
114521                    },
114522                    "qr-29": {
114523                        "blurb": "Quality factor Right 29",
114524                        "conditionally-available": false,
114525                        "construct": true,
114526                        "construct-only": false,
114527                        "controllable": true,
114528                        "default": "0",
114529                        "max": "100",
114530                        "min": "0",
114531                        "mutable": "null",
114532                        "readable": true,
114533                        "type": "gfloat",
114534                        "writable": true
114535                    },
114536                    "qr-3": {
114537                        "blurb": "Quality factor Right 3",
114538                        "conditionally-available": false,
114539                        "construct": true,
114540                        "construct-only": false,
114541                        "controllable": true,
114542                        "default": "0",
114543                        "max": "100",
114544                        "min": "0",
114545                        "mutable": "null",
114546                        "readable": true,
114547                        "type": "gfloat",
114548                        "writable": true
114549                    },
114550                    "qr-30": {
114551                        "blurb": "Quality factor Right 30",
114552                        "conditionally-available": false,
114553                        "construct": true,
114554                        "construct-only": false,
114555                        "controllable": true,
114556                        "default": "0",
114557                        "max": "100",
114558                        "min": "0",
114559                        "mutable": "null",
114560                        "readable": true,
114561                        "type": "gfloat",
114562                        "writable": true
114563                    },
114564                    "qr-31": {
114565                        "blurb": "Quality factor Right 31",
114566                        "conditionally-available": false,
114567                        "construct": true,
114568                        "construct-only": false,
114569                        "controllable": true,
114570                        "default": "0",
114571                        "max": "100",
114572                        "min": "0",
114573                        "mutable": "null",
114574                        "readable": true,
114575                        "type": "gfloat",
114576                        "writable": true
114577                    },
114578                    "qr-4": {
114579                        "blurb": "Quality factor Right 4",
114580                        "conditionally-available": false,
114581                        "construct": true,
114582                        "construct-only": false,
114583                        "controllable": true,
114584                        "default": "0",
114585                        "max": "100",
114586                        "min": "0",
114587                        "mutable": "null",
114588                        "readable": true,
114589                        "type": "gfloat",
114590                        "writable": true
114591                    },
114592                    "qr-5": {
114593                        "blurb": "Quality factor Right 5",
114594                        "conditionally-available": false,
114595                        "construct": true,
114596                        "construct-only": false,
114597                        "controllable": true,
114598                        "default": "0",
114599                        "max": "100",
114600                        "min": "0",
114601                        "mutable": "null",
114602                        "readable": true,
114603                        "type": "gfloat",
114604                        "writable": true
114605                    },
114606                    "qr-6": {
114607                        "blurb": "Quality factor Right 6",
114608                        "conditionally-available": false,
114609                        "construct": true,
114610                        "construct-only": false,
114611                        "controllable": true,
114612                        "default": "0",
114613                        "max": "100",
114614                        "min": "0",
114615                        "mutable": "null",
114616                        "readable": true,
114617                        "type": "gfloat",
114618                        "writable": true
114619                    },
114620                    "qr-7": {
114621                        "blurb": "Quality factor Right 7",
114622                        "conditionally-available": false,
114623                        "construct": true,
114624                        "construct-only": false,
114625                        "controllable": true,
114626                        "default": "0",
114627                        "max": "100",
114628                        "min": "0",
114629                        "mutable": "null",
114630                        "readable": true,
114631                        "type": "gfloat",
114632                        "writable": true
114633                    },
114634                    "qr-8": {
114635                        "blurb": "Quality factor Right 8",
114636                        "conditionally-available": false,
114637                        "construct": true,
114638                        "construct-only": false,
114639                        "controllable": true,
114640                        "default": "0",
114641                        "max": "100",
114642                        "min": "0",
114643                        "mutable": "null",
114644                        "readable": true,
114645                        "type": "gfloat",
114646                        "writable": true
114647                    },
114648                    "qr-9": {
114649                        "blurb": "Quality factor Right 9",
114650                        "conditionally-available": false,
114651                        "construct": true,
114652                        "construct-only": false,
114653                        "controllable": true,
114654                        "default": "0",
114655                        "max": "100",
114656                        "min": "0",
114657                        "mutable": "null",
114658                        "readable": true,
114659                        "type": "gfloat",
114660                        "writable": true
114661                    },
114662                    "react": {
114663                        "blurb": "FFT reactivity",
114664                        "conditionally-available": false,
114665                        "construct": true,
114666                        "construct-only": false,
114667                        "controllable": true,
114668                        "default": "0.2",
114669                        "max": "1",
114670                        "min": "0",
114671                        "mutable": "null",
114672                        "readable": true,
114673                        "type": "gfloat",
114674                        "writable": true
114675                    },
114676                    "shift": {
114677                        "blurb": "Shift gain",
114678                        "conditionally-available": false,
114679                        "construct": true,
114680                        "construct-only": false,
114681                        "controllable": true,
114682                        "default": "1",
114683                        "max": "100",
114684                        "min": "0",
114685                        "mutable": "null",
114686                        "readable": true,
114687                        "type": "gfloat",
114688                        "writable": true
114689                    },
114690                    "sl-0": {
114691                        "blurb": "Filter slope Left 0",
114692                        "conditionally-available": false,
114693                        "construct": true,
114694                        "construct-only": false,
114695                        "controllable": true,
114696                        "default": "x1 (0)",
114697                        "mutable": "null",
114698                        "readable": true,
114699                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-0",
114700                        "writable": true
114701                    },
114702                    "sl-1": {
114703                        "blurb": "Filter slope Left 1",
114704                        "conditionally-available": false,
114705                        "construct": true,
114706                        "construct-only": false,
114707                        "controllable": true,
114708                        "default": "x1 (0)",
114709                        "mutable": "null",
114710                        "readable": true,
114711                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-1",
114712                        "writable": true
114713                    },
114714                    "sl-10": {
114715                        "blurb": "Filter slope Left 10",
114716                        "conditionally-available": false,
114717                        "construct": true,
114718                        "construct-only": false,
114719                        "controllable": true,
114720                        "default": "x1 (0)",
114721                        "mutable": "null",
114722                        "readable": true,
114723                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-10",
114724                        "writable": true
114725                    },
114726                    "sl-11": {
114727                        "blurb": "Filter slope Left 11",
114728                        "conditionally-available": false,
114729                        "construct": true,
114730                        "construct-only": false,
114731                        "controllable": true,
114732                        "default": "x1 (0)",
114733                        "mutable": "null",
114734                        "readable": true,
114735                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-11",
114736                        "writable": true
114737                    },
114738                    "sl-12": {
114739                        "blurb": "Filter slope Left 12",
114740                        "conditionally-available": false,
114741                        "construct": true,
114742                        "construct-only": false,
114743                        "controllable": true,
114744                        "default": "x1 (0)",
114745                        "mutable": "null",
114746                        "readable": true,
114747                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-12",
114748                        "writable": true
114749                    },
114750                    "sl-13": {
114751                        "blurb": "Filter slope Left 13",
114752                        "conditionally-available": false,
114753                        "construct": true,
114754                        "construct-only": false,
114755                        "controllable": true,
114756                        "default": "x1 (0)",
114757                        "mutable": "null",
114758                        "readable": true,
114759                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-13",
114760                        "writable": true
114761                    },
114762                    "sl-14": {
114763                        "blurb": "Filter slope Left 14",
114764                        "conditionally-available": false,
114765                        "construct": true,
114766                        "construct-only": false,
114767                        "controllable": true,
114768                        "default": "x1 (0)",
114769                        "mutable": "null",
114770                        "readable": true,
114771                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-14",
114772                        "writable": true
114773                    },
114774                    "sl-15": {
114775                        "blurb": "Filter slope Left 15",
114776                        "conditionally-available": false,
114777                        "construct": true,
114778                        "construct-only": false,
114779                        "controllable": true,
114780                        "default": "x1 (0)",
114781                        "mutable": "null",
114782                        "readable": true,
114783                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-15",
114784                        "writable": true
114785                    },
114786                    "sl-16": {
114787                        "blurb": "Filter slope Left 16",
114788                        "conditionally-available": false,
114789                        "construct": true,
114790                        "construct-only": false,
114791                        "controllable": true,
114792                        "default": "x1 (0)",
114793                        "mutable": "null",
114794                        "readable": true,
114795                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-16",
114796                        "writable": true
114797                    },
114798                    "sl-17": {
114799                        "blurb": "Filter slope Left 17",
114800                        "conditionally-available": false,
114801                        "construct": true,
114802                        "construct-only": false,
114803                        "controllable": true,
114804                        "default": "x1 (0)",
114805                        "mutable": "null",
114806                        "readable": true,
114807                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-17",
114808                        "writable": true
114809                    },
114810                    "sl-18": {
114811                        "blurb": "Filter slope Left 18",
114812                        "conditionally-available": false,
114813                        "construct": true,
114814                        "construct-only": false,
114815                        "controllable": true,
114816                        "default": "x1 (0)",
114817                        "mutable": "null",
114818                        "readable": true,
114819                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-18",
114820                        "writable": true
114821                    },
114822                    "sl-19": {
114823                        "blurb": "Filter slope Left 19",
114824                        "conditionally-available": false,
114825                        "construct": true,
114826                        "construct-only": false,
114827                        "controllable": true,
114828                        "default": "x1 (0)",
114829                        "mutable": "null",
114830                        "readable": true,
114831                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-19",
114832                        "writable": true
114833                    },
114834                    "sl-2": {
114835                        "blurb": "Filter slope Left 2",
114836                        "conditionally-available": false,
114837                        "construct": true,
114838                        "construct-only": false,
114839                        "controllable": true,
114840                        "default": "x1 (0)",
114841                        "mutable": "null",
114842                        "readable": true,
114843                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-2",
114844                        "writable": true
114845                    },
114846                    "sl-20": {
114847                        "blurb": "Filter slope Left 20",
114848                        "conditionally-available": false,
114849                        "construct": true,
114850                        "construct-only": false,
114851                        "controllable": true,
114852                        "default": "x1 (0)",
114853                        "mutable": "null",
114854                        "readable": true,
114855                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-20",
114856                        "writable": true
114857                    },
114858                    "sl-21": {
114859                        "blurb": "Filter slope Left 21",
114860                        "conditionally-available": false,
114861                        "construct": true,
114862                        "construct-only": false,
114863                        "controllable": true,
114864                        "default": "x1 (0)",
114865                        "mutable": "null",
114866                        "readable": true,
114867                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-21",
114868                        "writable": true
114869                    },
114870                    "sl-22": {
114871                        "blurb": "Filter slope Left 22",
114872                        "conditionally-available": false,
114873                        "construct": true,
114874                        "construct-only": false,
114875                        "controllable": true,
114876                        "default": "x1 (0)",
114877                        "mutable": "null",
114878                        "readable": true,
114879                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-22",
114880                        "writable": true
114881                    },
114882                    "sl-23": {
114883                        "blurb": "Filter slope Left 23",
114884                        "conditionally-available": false,
114885                        "construct": true,
114886                        "construct-only": false,
114887                        "controllable": true,
114888                        "default": "x1 (0)",
114889                        "mutable": "null",
114890                        "readable": true,
114891                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-23",
114892                        "writable": true
114893                    },
114894                    "sl-24": {
114895                        "blurb": "Filter slope Left 24",
114896                        "conditionally-available": false,
114897                        "construct": true,
114898                        "construct-only": false,
114899                        "controllable": true,
114900                        "default": "x1 (0)",
114901                        "mutable": "null",
114902                        "readable": true,
114903                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-24",
114904                        "writable": true
114905                    },
114906                    "sl-25": {
114907                        "blurb": "Filter slope Left 25",
114908                        "conditionally-available": false,
114909                        "construct": true,
114910                        "construct-only": false,
114911                        "controllable": true,
114912                        "default": "x1 (0)",
114913                        "mutable": "null",
114914                        "readable": true,
114915                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-25",
114916                        "writable": true
114917                    },
114918                    "sl-26": {
114919                        "blurb": "Filter slope Left 26",
114920                        "conditionally-available": false,
114921                        "construct": true,
114922                        "construct-only": false,
114923                        "controllable": true,
114924                        "default": "x1 (0)",
114925                        "mutable": "null",
114926                        "readable": true,
114927                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-26",
114928                        "writable": true
114929                    },
114930                    "sl-27": {
114931                        "blurb": "Filter slope Left 27",
114932                        "conditionally-available": false,
114933                        "construct": true,
114934                        "construct-only": false,
114935                        "controllable": true,
114936                        "default": "x1 (0)",
114937                        "mutable": "null",
114938                        "readable": true,
114939                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-27",
114940                        "writable": true
114941                    },
114942                    "sl-28": {
114943                        "blurb": "Filter slope Left 28",
114944                        "conditionally-available": false,
114945                        "construct": true,
114946                        "construct-only": false,
114947                        "controllable": true,
114948                        "default": "x1 (0)",
114949                        "mutable": "null",
114950                        "readable": true,
114951                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-28",
114952                        "writable": true
114953                    },
114954                    "sl-29": {
114955                        "blurb": "Filter slope Left 29",
114956                        "conditionally-available": false,
114957                        "construct": true,
114958                        "construct-only": false,
114959                        "controllable": true,
114960                        "default": "x1 (0)",
114961                        "mutable": "null",
114962                        "readable": true,
114963                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-29",
114964                        "writable": true
114965                    },
114966                    "sl-3": {
114967                        "blurb": "Filter slope Left 3",
114968                        "conditionally-available": false,
114969                        "construct": true,
114970                        "construct-only": false,
114971                        "controllable": true,
114972                        "default": "x1 (0)",
114973                        "mutable": "null",
114974                        "readable": true,
114975                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-3",
114976                        "writable": true
114977                    },
114978                    "sl-30": {
114979                        "blurb": "Filter slope Left 30",
114980                        "conditionally-available": false,
114981                        "construct": true,
114982                        "construct-only": false,
114983                        "controllable": true,
114984                        "default": "x1 (0)",
114985                        "mutable": "null",
114986                        "readable": true,
114987                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-30",
114988                        "writable": true
114989                    },
114990                    "sl-31": {
114991                        "blurb": "Filter slope Left 31",
114992                        "conditionally-available": false,
114993                        "construct": true,
114994                        "construct-only": false,
114995                        "controllable": true,
114996                        "default": "x1 (0)",
114997                        "mutable": "null",
114998                        "readable": true,
114999                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-31",
115000                        "writable": true
115001                    },
115002                    "sl-4": {
115003                        "blurb": "Filter slope Left 4",
115004                        "conditionally-available": false,
115005                        "construct": true,
115006                        "construct-only": false,
115007                        "controllable": true,
115008                        "default": "x1 (0)",
115009                        "mutable": "null",
115010                        "readable": true,
115011                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-4",
115012                        "writable": true
115013                    },
115014                    "sl-5": {
115015                        "blurb": "Filter slope Left 5",
115016                        "conditionally-available": false,
115017                        "construct": true,
115018                        "construct-only": false,
115019                        "controllable": true,
115020                        "default": "x1 (0)",
115021                        "mutable": "null",
115022                        "readable": true,
115023                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-5",
115024                        "writable": true
115025                    },
115026                    "sl-6": {
115027                        "blurb": "Filter slope Left 6",
115028                        "conditionally-available": false,
115029                        "construct": true,
115030                        "construct-only": false,
115031                        "controllable": true,
115032                        "default": "x1 (0)",
115033                        "mutable": "null",
115034                        "readable": true,
115035                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-6",
115036                        "writable": true
115037                    },
115038                    "sl-7": {
115039                        "blurb": "Filter slope Left 7",
115040                        "conditionally-available": false,
115041                        "construct": true,
115042                        "construct-only": false,
115043                        "controllable": true,
115044                        "default": "x1 (0)",
115045                        "mutable": "null",
115046                        "readable": true,
115047                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-7",
115048                        "writable": true
115049                    },
115050                    "sl-8": {
115051                        "blurb": "Filter slope Left 8",
115052                        "conditionally-available": false,
115053                        "construct": true,
115054                        "construct-only": false,
115055                        "controllable": true,
115056                        "default": "x1 (0)",
115057                        "mutable": "null",
115058                        "readable": true,
115059                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-8",
115060                        "writable": true
115061                    },
115062                    "sl-9": {
115063                        "blurb": "Filter slope Left 9",
115064                        "conditionally-available": false,
115065                        "construct": true,
115066                        "construct-only": false,
115067                        "controllable": true,
115068                        "default": "x1 (0)",
115069                        "mutable": "null",
115070                        "readable": true,
115071                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-9",
115072                        "writable": true
115073                    },
115074                    "sml": {
115075                        "blurb": "Output signal meter Left",
115076                        "conditionally-available": false,
115077                        "construct": false,
115078                        "construct-only": false,
115079                        "controllable": true,
115080                        "default": "0",
115081                        "max": "3.98107",
115082                        "min": "0",
115083                        "mutable": "null",
115084                        "readable": true,
115085                        "type": "gfloat",
115086                        "writable": false
115087                    },
115088                    "smr": {
115089                        "blurb": "Output signal meter Right",
115090                        "conditionally-available": false,
115091                        "construct": false,
115092                        "construct-only": false,
115093                        "controllable": true,
115094                        "default": "0",
115095                        "max": "3.98107",
115096                        "min": "0",
115097                        "mutable": "null",
115098                        "readable": true,
115099                        "type": "gfloat",
115100                        "writable": false
115101                    },
115102                    "sr-0": {
115103                        "blurb": "Filter slope Right 0",
115104                        "conditionally-available": false,
115105                        "construct": true,
115106                        "construct-only": false,
115107                        "controllable": true,
115108                        "default": "x1 (0)",
115109                        "mutable": "null",
115110                        "readable": true,
115111                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-0",
115112                        "writable": true
115113                    },
115114                    "sr-1": {
115115                        "blurb": "Filter slope Right 1",
115116                        "conditionally-available": false,
115117                        "construct": true,
115118                        "construct-only": false,
115119                        "controllable": true,
115120                        "default": "x1 (0)",
115121                        "mutable": "null",
115122                        "readable": true,
115123                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-1",
115124                        "writable": true
115125                    },
115126                    "sr-10": {
115127                        "blurb": "Filter slope Right 10",
115128                        "conditionally-available": false,
115129                        "construct": true,
115130                        "construct-only": false,
115131                        "controllable": true,
115132                        "default": "x1 (0)",
115133                        "mutable": "null",
115134                        "readable": true,
115135                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-10",
115136                        "writable": true
115137                    },
115138                    "sr-11": {
115139                        "blurb": "Filter slope Right 11",
115140                        "conditionally-available": false,
115141                        "construct": true,
115142                        "construct-only": false,
115143                        "controllable": true,
115144                        "default": "x1 (0)",
115145                        "mutable": "null",
115146                        "readable": true,
115147                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-11",
115148                        "writable": true
115149                    },
115150                    "sr-12": {
115151                        "blurb": "Filter slope Right 12",
115152                        "conditionally-available": false,
115153                        "construct": true,
115154                        "construct-only": false,
115155                        "controllable": true,
115156                        "default": "x1 (0)",
115157                        "mutable": "null",
115158                        "readable": true,
115159                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-12",
115160                        "writable": true
115161                    },
115162                    "sr-13": {
115163                        "blurb": "Filter slope Right 13",
115164                        "conditionally-available": false,
115165                        "construct": true,
115166                        "construct-only": false,
115167                        "controllable": true,
115168                        "default": "x1 (0)",
115169                        "mutable": "null",
115170                        "readable": true,
115171                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-13",
115172                        "writable": true
115173                    },
115174                    "sr-14": {
115175                        "blurb": "Filter slope Right 14",
115176                        "conditionally-available": false,
115177                        "construct": true,
115178                        "construct-only": false,
115179                        "controllable": true,
115180                        "default": "x1 (0)",
115181                        "mutable": "null",
115182                        "readable": true,
115183                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-14",
115184                        "writable": true
115185                    },
115186                    "sr-15": {
115187                        "blurb": "Filter slope Right 15",
115188                        "conditionally-available": false,
115189                        "construct": true,
115190                        "construct-only": false,
115191                        "controllable": true,
115192                        "default": "x1 (0)",
115193                        "mutable": "null",
115194                        "readable": true,
115195                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-15",
115196                        "writable": true
115197                    },
115198                    "sr-16": {
115199                        "blurb": "Filter slope Right 16",
115200                        "conditionally-available": false,
115201                        "construct": true,
115202                        "construct-only": false,
115203                        "controllable": true,
115204                        "default": "x1 (0)",
115205                        "mutable": "null",
115206                        "readable": true,
115207                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-16",
115208                        "writable": true
115209                    },
115210                    "sr-17": {
115211                        "blurb": "Filter slope Right 17",
115212                        "conditionally-available": false,
115213                        "construct": true,
115214                        "construct-only": false,
115215                        "controllable": true,
115216                        "default": "x1 (0)",
115217                        "mutable": "null",
115218                        "readable": true,
115219                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-17",
115220                        "writable": true
115221                    },
115222                    "sr-18": {
115223                        "blurb": "Filter slope Right 18",
115224                        "conditionally-available": false,
115225                        "construct": true,
115226                        "construct-only": false,
115227                        "controllable": true,
115228                        "default": "x1 (0)",
115229                        "mutable": "null",
115230                        "readable": true,
115231                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-18",
115232                        "writable": true
115233                    },
115234                    "sr-19": {
115235                        "blurb": "Filter slope Right 19",
115236                        "conditionally-available": false,
115237                        "construct": true,
115238                        "construct-only": false,
115239                        "controllable": true,
115240                        "default": "x1 (0)",
115241                        "mutable": "null",
115242                        "readable": true,
115243                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-19",
115244                        "writable": true
115245                    },
115246                    "sr-2": {
115247                        "blurb": "Filter slope Right 2",
115248                        "conditionally-available": false,
115249                        "construct": true,
115250                        "construct-only": false,
115251                        "controllable": true,
115252                        "default": "x1 (0)",
115253                        "mutable": "null",
115254                        "readable": true,
115255                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-2",
115256                        "writable": true
115257                    },
115258                    "sr-20": {
115259                        "blurb": "Filter slope Right 20",
115260                        "conditionally-available": false,
115261                        "construct": true,
115262                        "construct-only": false,
115263                        "controllable": true,
115264                        "default": "x1 (0)",
115265                        "mutable": "null",
115266                        "readable": true,
115267                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-20",
115268                        "writable": true
115269                    },
115270                    "sr-21": {
115271                        "blurb": "Filter slope Right 21",
115272                        "conditionally-available": false,
115273                        "construct": true,
115274                        "construct-only": false,
115275                        "controllable": true,
115276                        "default": "x1 (0)",
115277                        "mutable": "null",
115278                        "readable": true,
115279                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-21",
115280                        "writable": true
115281                    },
115282                    "sr-22": {
115283                        "blurb": "Filter slope Right 22",
115284                        "conditionally-available": false,
115285                        "construct": true,
115286                        "construct-only": false,
115287                        "controllable": true,
115288                        "default": "x1 (0)",
115289                        "mutable": "null",
115290                        "readable": true,
115291                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-22",
115292                        "writable": true
115293                    },
115294                    "sr-23": {
115295                        "blurb": "Filter slope Right 23",
115296                        "conditionally-available": false,
115297                        "construct": true,
115298                        "construct-only": false,
115299                        "controllable": true,
115300                        "default": "x1 (0)",
115301                        "mutable": "null",
115302                        "readable": true,
115303                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-23",
115304                        "writable": true
115305                    },
115306                    "sr-24": {
115307                        "blurb": "Filter slope Right 24",
115308                        "conditionally-available": false,
115309                        "construct": true,
115310                        "construct-only": false,
115311                        "controllable": true,
115312                        "default": "x1 (0)",
115313                        "mutable": "null",
115314                        "readable": true,
115315                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-24",
115316                        "writable": true
115317                    },
115318                    "sr-25": {
115319                        "blurb": "Filter slope Right 25",
115320                        "conditionally-available": false,
115321                        "construct": true,
115322                        "construct-only": false,
115323                        "controllable": true,
115324                        "default": "x1 (0)",
115325                        "mutable": "null",
115326                        "readable": true,
115327                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-25",
115328                        "writable": true
115329                    },
115330                    "sr-26": {
115331                        "blurb": "Filter slope Right 26",
115332                        "conditionally-available": false,
115333                        "construct": true,
115334                        "construct-only": false,
115335                        "controllable": true,
115336                        "default": "x1 (0)",
115337                        "mutable": "null",
115338                        "readable": true,
115339                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-26",
115340                        "writable": true
115341                    },
115342                    "sr-27": {
115343                        "blurb": "Filter slope Right 27",
115344                        "conditionally-available": false,
115345                        "construct": true,
115346                        "construct-only": false,
115347                        "controllable": true,
115348                        "default": "x1 (0)",
115349                        "mutable": "null",
115350                        "readable": true,
115351                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-27",
115352                        "writable": true
115353                    },
115354                    "sr-28": {
115355                        "blurb": "Filter slope Right 28",
115356                        "conditionally-available": false,
115357                        "construct": true,
115358                        "construct-only": false,
115359                        "controllable": true,
115360                        "default": "x1 (0)",
115361                        "mutable": "null",
115362                        "readable": true,
115363                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-28",
115364                        "writable": true
115365                    },
115366                    "sr-29": {
115367                        "blurb": "Filter slope Right 29",
115368                        "conditionally-available": false,
115369                        "construct": true,
115370                        "construct-only": false,
115371                        "controllable": true,
115372                        "default": "x1 (0)",
115373                        "mutable": "null",
115374                        "readable": true,
115375                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-29",
115376                        "writable": true
115377                    },
115378                    "sr-3": {
115379                        "blurb": "Filter slope Right 3",
115380                        "conditionally-available": false,
115381                        "construct": true,
115382                        "construct-only": false,
115383                        "controllable": true,
115384                        "default": "x1 (0)",
115385                        "mutable": "null",
115386                        "readable": true,
115387                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-3",
115388                        "writable": true
115389                    },
115390                    "sr-30": {
115391                        "blurb": "Filter slope Right 30",
115392                        "conditionally-available": false,
115393                        "construct": true,
115394                        "construct-only": false,
115395                        "controllable": true,
115396                        "default": "x1 (0)",
115397                        "mutable": "null",
115398                        "readable": true,
115399                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-30",
115400                        "writable": true
115401                    },
115402                    "sr-31": {
115403                        "blurb": "Filter slope Right 31",
115404                        "conditionally-available": false,
115405                        "construct": true,
115406                        "construct-only": false,
115407                        "controllable": true,
115408                        "default": "x1 (0)",
115409                        "mutable": "null",
115410                        "readable": true,
115411                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-31",
115412                        "writable": true
115413                    },
115414                    "sr-4": {
115415                        "blurb": "Filter slope Right 4",
115416                        "conditionally-available": false,
115417                        "construct": true,
115418                        "construct-only": false,
115419                        "controllable": true,
115420                        "default": "x1 (0)",
115421                        "mutable": "null",
115422                        "readable": true,
115423                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-4",
115424                        "writable": true
115425                    },
115426                    "sr-5": {
115427                        "blurb": "Filter slope Right 5",
115428                        "conditionally-available": false,
115429                        "construct": true,
115430                        "construct-only": false,
115431                        "controllable": true,
115432                        "default": "x1 (0)",
115433                        "mutable": "null",
115434                        "readable": true,
115435                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-5",
115436                        "writable": true
115437                    },
115438                    "sr-6": {
115439                        "blurb": "Filter slope Right 6",
115440                        "conditionally-available": false,
115441                        "construct": true,
115442                        "construct-only": false,
115443                        "controllable": true,
115444                        "default": "x1 (0)",
115445                        "mutable": "null",
115446                        "readable": true,
115447                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-6",
115448                        "writable": true
115449                    },
115450                    "sr-7": {
115451                        "blurb": "Filter slope Right 7",
115452                        "conditionally-available": false,
115453                        "construct": true,
115454                        "construct-only": false,
115455                        "controllable": true,
115456                        "default": "x1 (0)",
115457                        "mutable": "null",
115458                        "readable": true,
115459                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-7",
115460                        "writable": true
115461                    },
115462                    "sr-8": {
115463                        "blurb": "Filter slope Right 8",
115464                        "conditionally-available": false,
115465                        "construct": true,
115466                        "construct-only": false,
115467                        "controllable": true,
115468                        "default": "x1 (0)",
115469                        "mutable": "null",
115470                        "readable": true,
115471                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-8",
115472                        "writable": true
115473                    },
115474                    "sr-9": {
115475                        "blurb": "Filter slope Right 9",
115476                        "conditionally-available": false,
115477                        "construct": true,
115478                        "construct-only": false,
115479                        "controllable": true,
115480                        "default": "x1 (0)",
115481                        "mutable": "null",
115482                        "readable": true,
115483                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-9",
115484                        "writable": true
115485                    },
115486                    "xml-0": {
115487                        "blurb": "Filter mute Left 0",
115488                        "conditionally-available": false,
115489                        "construct": true,
115490                        "construct-only": false,
115491                        "controllable": true,
115492                        "default": "false",
115493                        "mutable": "null",
115494                        "readable": true,
115495                        "type": "gboolean",
115496                        "writable": true
115497                    },
115498                    "xml-1": {
115499                        "blurb": "Filter mute Left 1",
115500                        "conditionally-available": false,
115501                        "construct": true,
115502                        "construct-only": false,
115503                        "controllable": true,
115504                        "default": "false",
115505                        "mutable": "null",
115506                        "readable": true,
115507                        "type": "gboolean",
115508                        "writable": true
115509                    },
115510                    "xml-10": {
115511                        "blurb": "Filter mute Left 10",
115512                        "conditionally-available": false,
115513                        "construct": true,
115514                        "construct-only": false,
115515                        "controllable": true,
115516                        "default": "false",
115517                        "mutable": "null",
115518                        "readable": true,
115519                        "type": "gboolean",
115520                        "writable": true
115521                    },
115522                    "xml-11": {
115523                        "blurb": "Filter mute Left 11",
115524                        "conditionally-available": false,
115525                        "construct": true,
115526                        "construct-only": false,
115527                        "controllable": true,
115528                        "default": "false",
115529                        "mutable": "null",
115530                        "readable": true,
115531                        "type": "gboolean",
115532                        "writable": true
115533                    },
115534                    "xml-12": {
115535                        "blurb": "Filter mute Left 12",
115536                        "conditionally-available": false,
115537                        "construct": true,
115538                        "construct-only": false,
115539                        "controllable": true,
115540                        "default": "false",
115541                        "mutable": "null",
115542                        "readable": true,
115543                        "type": "gboolean",
115544                        "writable": true
115545                    },
115546                    "xml-13": {
115547                        "blurb": "Filter mute Left 13",
115548                        "conditionally-available": false,
115549                        "construct": true,
115550                        "construct-only": false,
115551                        "controllable": true,
115552                        "default": "false",
115553                        "mutable": "null",
115554                        "readable": true,
115555                        "type": "gboolean",
115556                        "writable": true
115557                    },
115558                    "xml-14": {
115559                        "blurb": "Filter mute Left 14",
115560                        "conditionally-available": false,
115561                        "construct": true,
115562                        "construct-only": false,
115563                        "controllable": true,
115564                        "default": "false",
115565                        "mutable": "null",
115566                        "readable": true,
115567                        "type": "gboolean",
115568                        "writable": true
115569                    },
115570                    "xml-15": {
115571                        "blurb": "Filter mute Left 15",
115572                        "conditionally-available": false,
115573                        "construct": true,
115574                        "construct-only": false,
115575                        "controllable": true,
115576                        "default": "false",
115577                        "mutable": "null",
115578                        "readable": true,
115579                        "type": "gboolean",
115580                        "writable": true
115581                    },
115582                    "xml-16": {
115583                        "blurb": "Filter mute Left 16",
115584                        "conditionally-available": false,
115585                        "construct": true,
115586                        "construct-only": false,
115587                        "controllable": true,
115588                        "default": "false",
115589                        "mutable": "null",
115590                        "readable": true,
115591                        "type": "gboolean",
115592                        "writable": true
115593                    },
115594                    "xml-17": {
115595                        "blurb": "Filter mute Left 17",
115596                        "conditionally-available": false,
115597                        "construct": true,
115598                        "construct-only": false,
115599                        "controllable": true,
115600                        "default": "false",
115601                        "mutable": "null",
115602                        "readable": true,
115603                        "type": "gboolean",
115604                        "writable": true
115605                    },
115606                    "xml-18": {
115607                        "blurb": "Filter mute Left 18",
115608                        "conditionally-available": false,
115609                        "construct": true,
115610                        "construct-only": false,
115611                        "controllable": true,
115612                        "default": "false",
115613                        "mutable": "null",
115614                        "readable": true,
115615                        "type": "gboolean",
115616                        "writable": true
115617                    },
115618                    "xml-19": {
115619                        "blurb": "Filter mute Left 19",
115620                        "conditionally-available": false,
115621                        "construct": true,
115622                        "construct-only": false,
115623                        "controllable": true,
115624                        "default": "false",
115625                        "mutable": "null",
115626                        "readable": true,
115627                        "type": "gboolean",
115628                        "writable": true
115629                    },
115630                    "xml-2": {
115631                        "blurb": "Filter mute Left 2",
115632                        "conditionally-available": false,
115633                        "construct": true,
115634                        "construct-only": false,
115635                        "controllable": true,
115636                        "default": "false",
115637                        "mutable": "null",
115638                        "readable": true,
115639                        "type": "gboolean",
115640                        "writable": true
115641                    },
115642                    "xml-20": {
115643                        "blurb": "Filter mute Left 20",
115644                        "conditionally-available": false,
115645                        "construct": true,
115646                        "construct-only": false,
115647                        "controllable": true,
115648                        "default": "false",
115649                        "mutable": "null",
115650                        "readable": true,
115651                        "type": "gboolean",
115652                        "writable": true
115653                    },
115654                    "xml-21": {
115655                        "blurb": "Filter mute Left 21",
115656                        "conditionally-available": false,
115657                        "construct": true,
115658                        "construct-only": false,
115659                        "controllable": true,
115660                        "default": "false",
115661                        "mutable": "null",
115662                        "readable": true,
115663                        "type": "gboolean",
115664                        "writable": true
115665                    },
115666                    "xml-22": {
115667                        "blurb": "Filter mute Left 22",
115668                        "conditionally-available": false,
115669                        "construct": true,
115670                        "construct-only": false,
115671                        "controllable": true,
115672                        "default": "false",
115673                        "mutable": "null",
115674                        "readable": true,
115675                        "type": "gboolean",
115676                        "writable": true
115677                    },
115678                    "xml-23": {
115679                        "blurb": "Filter mute Left 23",
115680                        "conditionally-available": false,
115681                        "construct": true,
115682                        "construct-only": false,
115683                        "controllable": true,
115684                        "default": "false",
115685                        "mutable": "null",
115686                        "readable": true,
115687                        "type": "gboolean",
115688                        "writable": true
115689                    },
115690                    "xml-24": {
115691                        "blurb": "Filter mute Left 24",
115692                        "conditionally-available": false,
115693                        "construct": true,
115694                        "construct-only": false,
115695                        "controllable": true,
115696                        "default": "false",
115697                        "mutable": "null",
115698                        "readable": true,
115699                        "type": "gboolean",
115700                        "writable": true
115701                    },
115702                    "xml-25": {
115703                        "blurb": "Filter mute Left 25",
115704                        "conditionally-available": false,
115705                        "construct": true,
115706                        "construct-only": false,
115707                        "controllable": true,
115708                        "default": "false",
115709                        "mutable": "null",
115710                        "readable": true,
115711                        "type": "gboolean",
115712                        "writable": true
115713                    },
115714                    "xml-26": {
115715                        "blurb": "Filter mute Left 26",
115716                        "conditionally-available": false,
115717                        "construct": true,
115718                        "construct-only": false,
115719                        "controllable": true,
115720                        "default": "false",
115721                        "mutable": "null",
115722                        "readable": true,
115723                        "type": "gboolean",
115724                        "writable": true
115725                    },
115726                    "xml-27": {
115727                        "blurb": "Filter mute Left 27",
115728                        "conditionally-available": false,
115729                        "construct": true,
115730                        "construct-only": false,
115731                        "controllable": true,
115732                        "default": "false",
115733                        "mutable": "null",
115734                        "readable": true,
115735                        "type": "gboolean",
115736                        "writable": true
115737                    },
115738                    "xml-28": {
115739                        "blurb": "Filter mute Left 28",
115740                        "conditionally-available": false,
115741                        "construct": true,
115742                        "construct-only": false,
115743                        "controllable": true,
115744                        "default": "false",
115745                        "mutable": "null",
115746                        "readable": true,
115747                        "type": "gboolean",
115748                        "writable": true
115749                    },
115750                    "xml-29": {
115751                        "blurb": "Filter mute Left 29",
115752                        "conditionally-available": false,
115753                        "construct": true,
115754                        "construct-only": false,
115755                        "controllable": true,
115756                        "default": "false",
115757                        "mutable": "null",
115758                        "readable": true,
115759                        "type": "gboolean",
115760                        "writable": true
115761                    },
115762                    "xml-3": {
115763                        "blurb": "Filter mute Left 3",
115764                        "conditionally-available": false,
115765                        "construct": true,
115766                        "construct-only": false,
115767                        "controllable": true,
115768                        "default": "false",
115769                        "mutable": "null",
115770                        "readable": true,
115771                        "type": "gboolean",
115772                        "writable": true
115773                    },
115774                    "xml-30": {
115775                        "blurb": "Filter mute Left 30",
115776                        "conditionally-available": false,
115777                        "construct": true,
115778                        "construct-only": false,
115779                        "controllable": true,
115780                        "default": "false",
115781                        "mutable": "null",
115782                        "readable": true,
115783                        "type": "gboolean",
115784                        "writable": true
115785                    },
115786                    "xml-31": {
115787                        "blurb": "Filter mute Left 31",
115788                        "conditionally-available": false,
115789                        "construct": true,
115790                        "construct-only": false,
115791                        "controllable": true,
115792                        "default": "false",
115793                        "mutable": "null",
115794                        "readable": true,
115795                        "type": "gboolean",
115796                        "writable": true
115797                    },
115798                    "xml-4": {
115799                        "blurb": "Filter mute Left 4",
115800                        "conditionally-available": false,
115801                        "construct": true,
115802                        "construct-only": false,
115803                        "controllable": true,
115804                        "default": "false",
115805                        "mutable": "null",
115806                        "readable": true,
115807                        "type": "gboolean",
115808                        "writable": true
115809                    },
115810                    "xml-5": {
115811                        "blurb": "Filter mute Left 5",
115812                        "conditionally-available": false,
115813                        "construct": true,
115814                        "construct-only": false,
115815                        "controllable": true,
115816                        "default": "false",
115817                        "mutable": "null",
115818                        "readable": true,
115819                        "type": "gboolean",
115820                        "writable": true
115821                    },
115822                    "xml-6": {
115823                        "blurb": "Filter mute Left 6",
115824                        "conditionally-available": false,
115825                        "construct": true,
115826                        "construct-only": false,
115827                        "controllable": true,
115828                        "default": "false",
115829                        "mutable": "null",
115830                        "readable": true,
115831                        "type": "gboolean",
115832                        "writable": true
115833                    },
115834                    "xml-7": {
115835                        "blurb": "Filter mute Left 7",
115836                        "conditionally-available": false,
115837                        "construct": true,
115838                        "construct-only": false,
115839                        "controllable": true,
115840                        "default": "false",
115841                        "mutable": "null",
115842                        "readable": true,
115843                        "type": "gboolean",
115844                        "writable": true
115845                    },
115846                    "xml-8": {
115847                        "blurb": "Filter mute Left 8",
115848                        "conditionally-available": false,
115849                        "construct": true,
115850                        "construct-only": false,
115851                        "controllable": true,
115852                        "default": "false",
115853                        "mutable": "null",
115854                        "readable": true,
115855                        "type": "gboolean",
115856                        "writable": true
115857                    },
115858                    "xml-9": {
115859                        "blurb": "Filter mute Left 9",
115860                        "conditionally-available": false,
115861                        "construct": true,
115862                        "construct-only": false,
115863                        "controllable": true,
115864                        "default": "false",
115865                        "mutable": "null",
115866                        "readable": true,
115867                        "type": "gboolean",
115868                        "writable": true
115869                    },
115870                    "xmr-0": {
115871                        "blurb": "Filter mute Right 0",
115872                        "conditionally-available": false,
115873                        "construct": true,
115874                        "construct-only": false,
115875                        "controllable": true,
115876                        "default": "false",
115877                        "mutable": "null",
115878                        "readable": true,
115879                        "type": "gboolean",
115880                        "writable": true
115881                    },
115882                    "xmr-1": {
115883                        "blurb": "Filter mute Right 1",
115884                        "conditionally-available": false,
115885                        "construct": true,
115886                        "construct-only": false,
115887                        "controllable": true,
115888                        "default": "false",
115889                        "mutable": "null",
115890                        "readable": true,
115891                        "type": "gboolean",
115892                        "writable": true
115893                    },
115894                    "xmr-10": {
115895                        "blurb": "Filter mute Right 10",
115896                        "conditionally-available": false,
115897                        "construct": true,
115898                        "construct-only": false,
115899                        "controllable": true,
115900                        "default": "false",
115901                        "mutable": "null",
115902                        "readable": true,
115903                        "type": "gboolean",
115904                        "writable": true
115905                    },
115906                    "xmr-11": {
115907                        "blurb": "Filter mute Right 11",
115908                        "conditionally-available": false,
115909                        "construct": true,
115910                        "construct-only": false,
115911                        "controllable": true,
115912                        "default": "false",
115913                        "mutable": "null",
115914                        "readable": true,
115915                        "type": "gboolean",
115916                        "writable": true
115917                    },
115918                    "xmr-12": {
115919                        "blurb": "Filter mute Right 12",
115920                        "conditionally-available": false,
115921                        "construct": true,
115922                        "construct-only": false,
115923                        "controllable": true,
115924                        "default": "false",
115925                        "mutable": "null",
115926                        "readable": true,
115927                        "type": "gboolean",
115928                        "writable": true
115929                    },
115930                    "xmr-13": {
115931                        "blurb": "Filter mute Right 13",
115932                        "conditionally-available": false,
115933                        "construct": true,
115934                        "construct-only": false,
115935                        "controllable": true,
115936                        "default": "false",
115937                        "mutable": "null",
115938                        "readable": true,
115939                        "type": "gboolean",
115940                        "writable": true
115941                    },
115942                    "xmr-14": {
115943                        "blurb": "Filter mute Right 14",
115944                        "conditionally-available": false,
115945                        "construct": true,
115946                        "construct-only": false,
115947                        "controllable": true,
115948                        "default": "false",
115949                        "mutable": "null",
115950                        "readable": true,
115951                        "type": "gboolean",
115952                        "writable": true
115953                    },
115954                    "xmr-15": {
115955                        "blurb": "Filter mute Right 15",
115956                        "conditionally-available": false,
115957                        "construct": true,
115958                        "construct-only": false,
115959                        "controllable": true,
115960                        "default": "false",
115961                        "mutable": "null",
115962                        "readable": true,
115963                        "type": "gboolean",
115964                        "writable": true
115965                    },
115966                    "xmr-16": {
115967                        "blurb": "Filter mute Right 16",
115968                        "conditionally-available": false,
115969                        "construct": true,
115970                        "construct-only": false,
115971                        "controllable": true,
115972                        "default": "false",
115973                        "mutable": "null",
115974                        "readable": true,
115975                        "type": "gboolean",
115976                        "writable": true
115977                    },
115978                    "xmr-17": {
115979                        "blurb": "Filter mute Right 17",
115980                        "conditionally-available": false,
115981                        "construct": true,
115982                        "construct-only": false,
115983                        "controllable": true,
115984                        "default": "false",
115985                        "mutable": "null",
115986                        "readable": true,
115987                        "type": "gboolean",
115988                        "writable": true
115989                    },
115990                    "xmr-18": {
115991                        "blurb": "Filter mute Right 18",
115992                        "conditionally-available": false,
115993                        "construct": true,
115994                        "construct-only": false,
115995                        "controllable": true,
115996                        "default": "false",
115997                        "mutable": "null",
115998                        "readable": true,
115999                        "type": "gboolean",
116000                        "writable": true
116001                    },
116002                    "xmr-19": {
116003                        "blurb": "Filter mute Right 19",
116004                        "conditionally-available": false,
116005                        "construct": true,
116006                        "construct-only": false,
116007                        "controllable": true,
116008                        "default": "false",
116009                        "mutable": "null",
116010                        "readable": true,
116011                        "type": "gboolean",
116012                        "writable": true
116013                    },
116014                    "xmr-2": {
116015                        "blurb": "Filter mute Right 2",
116016                        "conditionally-available": false,
116017                        "construct": true,
116018                        "construct-only": false,
116019                        "controllable": true,
116020                        "default": "false",
116021                        "mutable": "null",
116022                        "readable": true,
116023                        "type": "gboolean",
116024                        "writable": true
116025                    },
116026                    "xmr-20": {
116027                        "blurb": "Filter mute Right 20",
116028                        "conditionally-available": false,
116029                        "construct": true,
116030                        "construct-only": false,
116031                        "controllable": true,
116032                        "default": "false",
116033                        "mutable": "null",
116034                        "readable": true,
116035                        "type": "gboolean",
116036                        "writable": true
116037                    },
116038                    "xmr-21": {
116039                        "blurb": "Filter mute Right 21",
116040                        "conditionally-available": false,
116041                        "construct": true,
116042                        "construct-only": false,
116043                        "controllable": true,
116044                        "default": "false",
116045                        "mutable": "null",
116046                        "readable": true,
116047                        "type": "gboolean",
116048                        "writable": true
116049                    },
116050                    "xmr-22": {
116051                        "blurb": "Filter mute Right 22",
116052                        "conditionally-available": false,
116053                        "construct": true,
116054                        "construct-only": false,
116055                        "controllable": true,
116056                        "default": "false",
116057                        "mutable": "null",
116058                        "readable": true,
116059                        "type": "gboolean",
116060                        "writable": true
116061                    },
116062                    "xmr-23": {
116063                        "blurb": "Filter mute Right 23",
116064                        "conditionally-available": false,
116065                        "construct": true,
116066                        "construct-only": false,
116067                        "controllable": true,
116068                        "default": "false",
116069                        "mutable": "null",
116070                        "readable": true,
116071                        "type": "gboolean",
116072                        "writable": true
116073                    },
116074                    "xmr-24": {
116075                        "blurb": "Filter mute Right 24",
116076                        "conditionally-available": false,
116077                        "construct": true,
116078                        "construct-only": false,
116079                        "controllable": true,
116080                        "default": "false",
116081                        "mutable": "null",
116082                        "readable": true,
116083                        "type": "gboolean",
116084                        "writable": true
116085                    },
116086                    "xmr-25": {
116087                        "blurb": "Filter mute Right 25",
116088                        "conditionally-available": false,
116089                        "construct": true,
116090                        "construct-only": false,
116091                        "controllable": true,
116092                        "default": "false",
116093                        "mutable": "null",
116094                        "readable": true,
116095                        "type": "gboolean",
116096                        "writable": true
116097                    },
116098                    "xmr-26": {
116099                        "blurb": "Filter mute Right 26",
116100                        "conditionally-available": false,
116101                        "construct": true,
116102                        "construct-only": false,
116103                        "controllable": true,
116104                        "default": "false",
116105                        "mutable": "null",
116106                        "readable": true,
116107                        "type": "gboolean",
116108                        "writable": true
116109                    },
116110                    "xmr-27": {
116111                        "blurb": "Filter mute Right 27",
116112                        "conditionally-available": false,
116113                        "construct": true,
116114                        "construct-only": false,
116115                        "controllable": true,
116116                        "default": "false",
116117                        "mutable": "null",
116118                        "readable": true,
116119                        "type": "gboolean",
116120                        "writable": true
116121                    },
116122                    "xmr-28": {
116123                        "blurb": "Filter mute Right 28",
116124                        "conditionally-available": false,
116125                        "construct": true,
116126                        "construct-only": false,
116127                        "controllable": true,
116128                        "default": "false",
116129                        "mutable": "null",
116130                        "readable": true,
116131                        "type": "gboolean",
116132                        "writable": true
116133                    },
116134                    "xmr-29": {
116135                        "blurb": "Filter mute Right 29",
116136                        "conditionally-available": false,
116137                        "construct": true,
116138                        "construct-only": false,
116139                        "controllable": true,
116140                        "default": "false",
116141                        "mutable": "null",
116142                        "readable": true,
116143                        "type": "gboolean",
116144                        "writable": true
116145                    },
116146                    "xmr-3": {
116147                        "blurb": "Filter mute Right 3",
116148                        "conditionally-available": false,
116149                        "construct": true,
116150                        "construct-only": false,
116151                        "controllable": true,
116152                        "default": "false",
116153                        "mutable": "null",
116154                        "readable": true,
116155                        "type": "gboolean",
116156                        "writable": true
116157                    },
116158                    "xmr-30": {
116159                        "blurb": "Filter mute Right 30",
116160                        "conditionally-available": false,
116161                        "construct": true,
116162                        "construct-only": false,
116163                        "controllable": true,
116164                        "default": "false",
116165                        "mutable": "null",
116166                        "readable": true,
116167                        "type": "gboolean",
116168                        "writable": true
116169                    },
116170                    "xmr-31": {
116171                        "blurb": "Filter mute Right 31",
116172                        "conditionally-available": false,
116173                        "construct": true,
116174                        "construct-only": false,
116175                        "controllable": true,
116176                        "default": "false",
116177                        "mutable": "null",
116178                        "readable": true,
116179                        "type": "gboolean",
116180                        "writable": true
116181                    },
116182                    "xmr-4": {
116183                        "blurb": "Filter mute Right 4",
116184                        "conditionally-available": false,
116185                        "construct": true,
116186                        "construct-only": false,
116187                        "controllable": true,
116188                        "default": "false",
116189                        "mutable": "null",
116190                        "readable": true,
116191                        "type": "gboolean",
116192                        "writable": true
116193                    },
116194                    "xmr-5": {
116195                        "blurb": "Filter mute Right 5",
116196                        "conditionally-available": false,
116197                        "construct": true,
116198                        "construct-only": false,
116199                        "controllable": true,
116200                        "default": "false",
116201                        "mutable": "null",
116202                        "readable": true,
116203                        "type": "gboolean",
116204                        "writable": true
116205                    },
116206                    "xmr-6": {
116207                        "blurb": "Filter mute Right 6",
116208                        "conditionally-available": false,
116209                        "construct": true,
116210                        "construct-only": false,
116211                        "controllable": true,
116212                        "default": "false",
116213                        "mutable": "null",
116214                        "readable": true,
116215                        "type": "gboolean",
116216                        "writable": true
116217                    },
116218                    "xmr-7": {
116219                        "blurb": "Filter mute Right 7",
116220                        "conditionally-available": false,
116221                        "construct": true,
116222                        "construct-only": false,
116223                        "controllable": true,
116224                        "default": "false",
116225                        "mutable": "null",
116226                        "readable": true,
116227                        "type": "gboolean",
116228                        "writable": true
116229                    },
116230                    "xmr-8": {
116231                        "blurb": "Filter mute Right 8",
116232                        "conditionally-available": false,
116233                        "construct": true,
116234                        "construct-only": false,
116235                        "controllable": true,
116236                        "default": "false",
116237                        "mutable": "null",
116238                        "readable": true,
116239                        "type": "gboolean",
116240                        "writable": true
116241                    },
116242                    "xmr-9": {
116243                        "blurb": "Filter mute Right 9",
116244                        "conditionally-available": false,
116245                        "construct": true,
116246                        "construct-only": false,
116247                        "controllable": true,
116248                        "default": "false",
116249                        "mutable": "null",
116250                        "readable": true,
116251                        "type": "gboolean",
116252                        "writable": true
116253                    },
116254                    "xsl-0": {
116255                        "blurb": "Filter solo Left 0",
116256                        "conditionally-available": false,
116257                        "construct": true,
116258                        "construct-only": false,
116259                        "controllable": true,
116260                        "default": "false",
116261                        "mutable": "null",
116262                        "readable": true,
116263                        "type": "gboolean",
116264                        "writable": true
116265                    },
116266                    "xsl-1": {
116267                        "blurb": "Filter solo Left 1",
116268                        "conditionally-available": false,
116269                        "construct": true,
116270                        "construct-only": false,
116271                        "controllable": true,
116272                        "default": "false",
116273                        "mutable": "null",
116274                        "readable": true,
116275                        "type": "gboolean",
116276                        "writable": true
116277                    },
116278                    "xsl-10": {
116279                        "blurb": "Filter solo Left 10",
116280                        "conditionally-available": false,
116281                        "construct": true,
116282                        "construct-only": false,
116283                        "controllable": true,
116284                        "default": "false",
116285                        "mutable": "null",
116286                        "readable": true,
116287                        "type": "gboolean",
116288                        "writable": true
116289                    },
116290                    "xsl-11": {
116291                        "blurb": "Filter solo Left 11",
116292                        "conditionally-available": false,
116293                        "construct": true,
116294                        "construct-only": false,
116295                        "controllable": true,
116296                        "default": "false",
116297                        "mutable": "null",
116298                        "readable": true,
116299                        "type": "gboolean",
116300                        "writable": true
116301                    },
116302                    "xsl-12": {
116303                        "blurb": "Filter solo Left 12",
116304                        "conditionally-available": false,
116305                        "construct": true,
116306                        "construct-only": false,
116307                        "controllable": true,
116308                        "default": "false",
116309                        "mutable": "null",
116310                        "readable": true,
116311                        "type": "gboolean",
116312                        "writable": true
116313                    },
116314                    "xsl-13": {
116315                        "blurb": "Filter solo Left 13",
116316                        "conditionally-available": false,
116317                        "construct": true,
116318                        "construct-only": false,
116319                        "controllable": true,
116320                        "default": "false",
116321                        "mutable": "null",
116322                        "readable": true,
116323                        "type": "gboolean",
116324                        "writable": true
116325                    },
116326                    "xsl-14": {
116327                        "blurb": "Filter solo Left 14",
116328                        "conditionally-available": false,
116329                        "construct": true,
116330                        "construct-only": false,
116331                        "controllable": true,
116332                        "default": "false",
116333                        "mutable": "null",
116334                        "readable": true,
116335                        "type": "gboolean",
116336                        "writable": true
116337                    },
116338                    "xsl-15": {
116339                        "blurb": "Filter solo Left 15",
116340                        "conditionally-available": false,
116341                        "construct": true,
116342                        "construct-only": false,
116343                        "controllable": true,
116344                        "default": "false",
116345                        "mutable": "null",
116346                        "readable": true,
116347                        "type": "gboolean",
116348                        "writable": true
116349                    },
116350                    "xsl-16": {
116351                        "blurb": "Filter solo Left 16",
116352                        "conditionally-available": false,
116353                        "construct": true,
116354                        "construct-only": false,
116355                        "controllable": true,
116356                        "default": "false",
116357                        "mutable": "null",
116358                        "readable": true,
116359                        "type": "gboolean",
116360                        "writable": true
116361                    },
116362                    "xsl-17": {
116363                        "blurb": "Filter solo Left 17",
116364                        "conditionally-available": false,
116365                        "construct": true,
116366                        "construct-only": false,
116367                        "controllable": true,
116368                        "default": "false",
116369                        "mutable": "null",
116370                        "readable": true,
116371                        "type": "gboolean",
116372                        "writable": true
116373                    },
116374                    "xsl-18": {
116375                        "blurb": "Filter solo Left 18",
116376                        "conditionally-available": false,
116377                        "construct": true,
116378                        "construct-only": false,
116379                        "controllable": true,
116380                        "default": "false",
116381                        "mutable": "null",
116382                        "readable": true,
116383                        "type": "gboolean",
116384                        "writable": true
116385                    },
116386                    "xsl-19": {
116387                        "blurb": "Filter solo Left 19",
116388                        "conditionally-available": false,
116389                        "construct": true,
116390                        "construct-only": false,
116391                        "controllable": true,
116392                        "default": "false",
116393                        "mutable": "null",
116394                        "readable": true,
116395                        "type": "gboolean",
116396                        "writable": true
116397                    },
116398                    "xsl-2": {
116399                        "blurb": "Filter solo Left 2",
116400                        "conditionally-available": false,
116401                        "construct": true,
116402                        "construct-only": false,
116403                        "controllable": true,
116404                        "default": "false",
116405                        "mutable": "null",
116406                        "readable": true,
116407                        "type": "gboolean",
116408                        "writable": true
116409                    },
116410                    "xsl-20": {
116411                        "blurb": "Filter solo Left 20",
116412                        "conditionally-available": false,
116413                        "construct": true,
116414                        "construct-only": false,
116415                        "controllable": true,
116416                        "default": "false",
116417                        "mutable": "null",
116418                        "readable": true,
116419                        "type": "gboolean",
116420                        "writable": true
116421                    },
116422                    "xsl-21": {
116423                        "blurb": "Filter solo Left 21",
116424                        "conditionally-available": false,
116425                        "construct": true,
116426                        "construct-only": false,
116427                        "controllable": true,
116428                        "default": "false",
116429                        "mutable": "null",
116430                        "readable": true,
116431                        "type": "gboolean",
116432                        "writable": true
116433                    },
116434                    "xsl-22": {
116435                        "blurb": "Filter solo Left 22",
116436                        "conditionally-available": false,
116437                        "construct": true,
116438                        "construct-only": false,
116439                        "controllable": true,
116440                        "default": "false",
116441                        "mutable": "null",
116442                        "readable": true,
116443                        "type": "gboolean",
116444                        "writable": true
116445                    },
116446                    "xsl-23": {
116447                        "blurb": "Filter solo Left 23",
116448                        "conditionally-available": false,
116449                        "construct": true,
116450                        "construct-only": false,
116451                        "controllable": true,
116452                        "default": "false",
116453                        "mutable": "null",
116454                        "readable": true,
116455                        "type": "gboolean",
116456                        "writable": true
116457                    },
116458                    "xsl-24": {
116459                        "blurb": "Filter solo Left 24",
116460                        "conditionally-available": false,
116461                        "construct": true,
116462                        "construct-only": false,
116463                        "controllable": true,
116464                        "default": "false",
116465                        "mutable": "null",
116466                        "readable": true,
116467                        "type": "gboolean",
116468                        "writable": true
116469                    },
116470                    "xsl-25": {
116471                        "blurb": "Filter solo Left 25",
116472                        "conditionally-available": false,
116473                        "construct": true,
116474                        "construct-only": false,
116475                        "controllable": true,
116476                        "default": "false",
116477                        "mutable": "null",
116478                        "readable": true,
116479                        "type": "gboolean",
116480                        "writable": true
116481                    },
116482                    "xsl-26": {
116483                        "blurb": "Filter solo Left 26",
116484                        "conditionally-available": false,
116485                        "construct": true,
116486                        "construct-only": false,
116487                        "controllable": true,
116488                        "default": "false",
116489                        "mutable": "null",
116490                        "readable": true,
116491                        "type": "gboolean",
116492                        "writable": true
116493                    },
116494                    "xsl-27": {
116495                        "blurb": "Filter solo Left 27",
116496                        "conditionally-available": false,
116497                        "construct": true,
116498                        "construct-only": false,
116499                        "controllable": true,
116500                        "default": "false",
116501                        "mutable": "null",
116502                        "readable": true,
116503                        "type": "gboolean",
116504                        "writable": true
116505                    },
116506                    "xsl-28": {
116507                        "blurb": "Filter solo Left 28",
116508                        "conditionally-available": false,
116509                        "construct": true,
116510                        "construct-only": false,
116511                        "controllable": true,
116512                        "default": "false",
116513                        "mutable": "null",
116514                        "readable": true,
116515                        "type": "gboolean",
116516                        "writable": true
116517                    },
116518                    "xsl-29": {
116519                        "blurb": "Filter solo Left 29",
116520                        "conditionally-available": false,
116521                        "construct": true,
116522                        "construct-only": false,
116523                        "controllable": true,
116524                        "default": "false",
116525                        "mutable": "null",
116526                        "readable": true,
116527                        "type": "gboolean",
116528                        "writable": true
116529                    },
116530                    "xsl-3": {
116531                        "blurb": "Filter solo Left 3",
116532                        "conditionally-available": false,
116533                        "construct": true,
116534                        "construct-only": false,
116535                        "controllable": true,
116536                        "default": "false",
116537                        "mutable": "null",
116538                        "readable": true,
116539                        "type": "gboolean",
116540                        "writable": true
116541                    },
116542                    "xsl-30": {
116543                        "blurb": "Filter solo Left 30",
116544                        "conditionally-available": false,
116545                        "construct": true,
116546                        "construct-only": false,
116547                        "controllable": true,
116548                        "default": "false",
116549                        "mutable": "null",
116550                        "readable": true,
116551                        "type": "gboolean",
116552                        "writable": true
116553                    },
116554                    "xsl-31": {
116555                        "blurb": "Filter solo Left 31",
116556                        "conditionally-available": false,
116557                        "construct": true,
116558                        "construct-only": false,
116559                        "controllable": true,
116560                        "default": "false",
116561                        "mutable": "null",
116562                        "readable": true,
116563                        "type": "gboolean",
116564                        "writable": true
116565                    },
116566                    "xsl-4": {
116567                        "blurb": "Filter solo Left 4",
116568                        "conditionally-available": false,
116569                        "construct": true,
116570                        "construct-only": false,
116571                        "controllable": true,
116572                        "default": "false",
116573                        "mutable": "null",
116574                        "readable": true,
116575                        "type": "gboolean",
116576                        "writable": true
116577                    },
116578                    "xsl-5": {
116579                        "blurb": "Filter solo Left 5",
116580                        "conditionally-available": false,
116581                        "construct": true,
116582                        "construct-only": false,
116583                        "controllable": true,
116584                        "default": "false",
116585                        "mutable": "null",
116586                        "readable": true,
116587                        "type": "gboolean",
116588                        "writable": true
116589                    },
116590                    "xsl-6": {
116591                        "blurb": "Filter solo Left 6",
116592                        "conditionally-available": false,
116593                        "construct": true,
116594                        "construct-only": false,
116595                        "controllable": true,
116596                        "default": "false",
116597                        "mutable": "null",
116598                        "readable": true,
116599                        "type": "gboolean",
116600                        "writable": true
116601                    },
116602                    "xsl-7": {
116603                        "blurb": "Filter solo Left 7",
116604                        "conditionally-available": false,
116605                        "construct": true,
116606                        "construct-only": false,
116607                        "controllable": true,
116608                        "default": "false",
116609                        "mutable": "null",
116610                        "readable": true,
116611                        "type": "gboolean",
116612                        "writable": true
116613                    },
116614                    "xsl-8": {
116615                        "blurb": "Filter solo Left 8",
116616                        "conditionally-available": false,
116617                        "construct": true,
116618                        "construct-only": false,
116619                        "controllable": true,
116620                        "default": "false",
116621                        "mutable": "null",
116622                        "readable": true,
116623                        "type": "gboolean",
116624                        "writable": true
116625                    },
116626                    "xsl-9": {
116627                        "blurb": "Filter solo Left 9",
116628                        "conditionally-available": false,
116629                        "construct": true,
116630                        "construct-only": false,
116631                        "controllable": true,
116632                        "default": "false",
116633                        "mutable": "null",
116634                        "readable": true,
116635                        "type": "gboolean",
116636                        "writable": true
116637                    },
116638                    "xsr-0": {
116639                        "blurb": "Filter solo Right 0",
116640                        "conditionally-available": false,
116641                        "construct": true,
116642                        "construct-only": false,
116643                        "controllable": true,
116644                        "default": "false",
116645                        "mutable": "null",
116646                        "readable": true,
116647                        "type": "gboolean",
116648                        "writable": true
116649                    },
116650                    "xsr-1": {
116651                        "blurb": "Filter solo Right 1",
116652                        "conditionally-available": false,
116653                        "construct": true,
116654                        "construct-only": false,
116655                        "controllable": true,
116656                        "default": "false",
116657                        "mutable": "null",
116658                        "readable": true,
116659                        "type": "gboolean",
116660                        "writable": true
116661                    },
116662                    "xsr-10": {
116663                        "blurb": "Filter solo Right 10",
116664                        "conditionally-available": false,
116665                        "construct": true,
116666                        "construct-only": false,
116667                        "controllable": true,
116668                        "default": "false",
116669                        "mutable": "null",
116670                        "readable": true,
116671                        "type": "gboolean",
116672                        "writable": true
116673                    },
116674                    "xsr-11": {
116675                        "blurb": "Filter solo Right 11",
116676                        "conditionally-available": false,
116677                        "construct": true,
116678                        "construct-only": false,
116679                        "controllable": true,
116680                        "default": "false",
116681                        "mutable": "null",
116682                        "readable": true,
116683                        "type": "gboolean",
116684                        "writable": true
116685                    },
116686                    "xsr-12": {
116687                        "blurb": "Filter solo Right 12",
116688                        "conditionally-available": false,
116689                        "construct": true,
116690                        "construct-only": false,
116691                        "controllable": true,
116692                        "default": "false",
116693                        "mutable": "null",
116694                        "readable": true,
116695                        "type": "gboolean",
116696                        "writable": true
116697                    },
116698                    "xsr-13": {
116699                        "blurb": "Filter solo Right 13",
116700                        "conditionally-available": false,
116701                        "construct": true,
116702                        "construct-only": false,
116703                        "controllable": true,
116704                        "default": "false",
116705                        "mutable": "null",
116706                        "readable": true,
116707                        "type": "gboolean",
116708                        "writable": true
116709                    },
116710                    "xsr-14": {
116711                        "blurb": "Filter solo Right 14",
116712                        "conditionally-available": false,
116713                        "construct": true,
116714                        "construct-only": false,
116715                        "controllable": true,
116716                        "default": "false",
116717                        "mutable": "null",
116718                        "readable": true,
116719                        "type": "gboolean",
116720                        "writable": true
116721                    },
116722                    "xsr-15": {
116723                        "blurb": "Filter solo Right 15",
116724                        "conditionally-available": false,
116725                        "construct": true,
116726                        "construct-only": false,
116727                        "controllable": true,
116728                        "default": "false",
116729                        "mutable": "null",
116730                        "readable": true,
116731                        "type": "gboolean",
116732                        "writable": true
116733                    },
116734                    "xsr-16": {
116735                        "blurb": "Filter solo Right 16",
116736                        "conditionally-available": false,
116737                        "construct": true,
116738                        "construct-only": false,
116739                        "controllable": true,
116740                        "default": "false",
116741                        "mutable": "null",
116742                        "readable": true,
116743                        "type": "gboolean",
116744                        "writable": true
116745                    },
116746                    "xsr-17": {
116747                        "blurb": "Filter solo Right 17",
116748                        "conditionally-available": false,
116749                        "construct": true,
116750                        "construct-only": false,
116751                        "controllable": true,
116752                        "default": "false",
116753                        "mutable": "null",
116754                        "readable": true,
116755                        "type": "gboolean",
116756                        "writable": true
116757                    },
116758                    "xsr-18": {
116759                        "blurb": "Filter solo Right 18",
116760                        "conditionally-available": false,
116761                        "construct": true,
116762                        "construct-only": false,
116763                        "controllable": true,
116764                        "default": "false",
116765                        "mutable": "null",
116766                        "readable": true,
116767                        "type": "gboolean",
116768                        "writable": true
116769                    },
116770                    "xsr-19": {
116771                        "blurb": "Filter solo Right 19",
116772                        "conditionally-available": false,
116773                        "construct": true,
116774                        "construct-only": false,
116775                        "controllable": true,
116776                        "default": "false",
116777                        "mutable": "null",
116778                        "readable": true,
116779                        "type": "gboolean",
116780                        "writable": true
116781                    },
116782                    "xsr-2": {
116783                        "blurb": "Filter solo Right 2",
116784                        "conditionally-available": false,
116785                        "construct": true,
116786                        "construct-only": false,
116787                        "controllable": true,
116788                        "default": "false",
116789                        "mutable": "null",
116790                        "readable": true,
116791                        "type": "gboolean",
116792                        "writable": true
116793                    },
116794                    "xsr-20": {
116795                        "blurb": "Filter solo Right 20",
116796                        "conditionally-available": false,
116797                        "construct": true,
116798                        "construct-only": false,
116799                        "controllable": true,
116800                        "default": "false",
116801                        "mutable": "null",
116802                        "readable": true,
116803                        "type": "gboolean",
116804                        "writable": true
116805                    },
116806                    "xsr-21": {
116807                        "blurb": "Filter solo Right 21",
116808                        "conditionally-available": false,
116809                        "construct": true,
116810                        "construct-only": false,
116811                        "controllable": true,
116812                        "default": "false",
116813                        "mutable": "null",
116814                        "readable": true,
116815                        "type": "gboolean",
116816                        "writable": true
116817                    },
116818                    "xsr-22": {
116819                        "blurb": "Filter solo Right 22",
116820                        "conditionally-available": false,
116821                        "construct": true,
116822                        "construct-only": false,
116823                        "controllable": true,
116824                        "default": "false",
116825                        "mutable": "null",
116826                        "readable": true,
116827                        "type": "gboolean",
116828                        "writable": true
116829                    },
116830                    "xsr-23": {
116831                        "blurb": "Filter solo Right 23",
116832                        "conditionally-available": false,
116833                        "construct": true,
116834                        "construct-only": false,
116835                        "controllable": true,
116836                        "default": "false",
116837                        "mutable": "null",
116838                        "readable": true,
116839                        "type": "gboolean",
116840                        "writable": true
116841                    },
116842                    "xsr-24": {
116843                        "blurb": "Filter solo Right 24",
116844                        "conditionally-available": false,
116845                        "construct": true,
116846                        "construct-only": false,
116847                        "controllable": true,
116848                        "default": "false",
116849                        "mutable": "null",
116850                        "readable": true,
116851                        "type": "gboolean",
116852                        "writable": true
116853                    },
116854                    "xsr-25": {
116855                        "blurb": "Filter solo Right 25",
116856                        "conditionally-available": false,
116857                        "construct": true,
116858                        "construct-only": false,
116859                        "controllable": true,
116860                        "default": "false",
116861                        "mutable": "null",
116862                        "readable": true,
116863                        "type": "gboolean",
116864                        "writable": true
116865                    },
116866                    "xsr-26": {
116867                        "blurb": "Filter solo Right 26",
116868                        "conditionally-available": false,
116869                        "construct": true,
116870                        "construct-only": false,
116871                        "controllable": true,
116872                        "default": "false",
116873                        "mutable": "null",
116874                        "readable": true,
116875                        "type": "gboolean",
116876                        "writable": true
116877                    },
116878                    "xsr-27": {
116879                        "blurb": "Filter solo Right 27",
116880                        "conditionally-available": false,
116881                        "construct": true,
116882                        "construct-only": false,
116883                        "controllable": true,
116884                        "default": "false",
116885                        "mutable": "null",
116886                        "readable": true,
116887                        "type": "gboolean",
116888                        "writable": true
116889                    },
116890                    "xsr-28": {
116891                        "blurb": "Filter solo Right 28",
116892                        "conditionally-available": false,
116893                        "construct": true,
116894                        "construct-only": false,
116895                        "controllable": true,
116896                        "default": "false",
116897                        "mutable": "null",
116898                        "readable": true,
116899                        "type": "gboolean",
116900                        "writable": true
116901                    },
116902                    "xsr-29": {
116903                        "blurb": "Filter solo Right 29",
116904                        "conditionally-available": false,
116905                        "construct": true,
116906                        "construct-only": false,
116907                        "controllable": true,
116908                        "default": "false",
116909                        "mutable": "null",
116910                        "readable": true,
116911                        "type": "gboolean",
116912                        "writable": true
116913                    },
116914                    "xsr-3": {
116915                        "blurb": "Filter solo Right 3",
116916                        "conditionally-available": false,
116917                        "construct": true,
116918                        "construct-only": false,
116919                        "controllable": true,
116920                        "default": "false",
116921                        "mutable": "null",
116922                        "readable": true,
116923                        "type": "gboolean",
116924                        "writable": true
116925                    },
116926                    "xsr-30": {
116927                        "blurb": "Filter solo Right 30",
116928                        "conditionally-available": false,
116929                        "construct": true,
116930                        "construct-only": false,
116931                        "controllable": true,
116932                        "default": "false",
116933                        "mutable": "null",
116934                        "readable": true,
116935                        "type": "gboolean",
116936                        "writable": true
116937                    },
116938                    "xsr-31": {
116939                        "blurb": "Filter solo Right 31",
116940                        "conditionally-available": false,
116941                        "construct": true,
116942                        "construct-only": false,
116943                        "controllable": true,
116944                        "default": "false",
116945                        "mutable": "null",
116946                        "readable": true,
116947                        "type": "gboolean",
116948                        "writable": true
116949                    },
116950                    "xsr-4": {
116951                        "blurb": "Filter solo Right 4",
116952                        "conditionally-available": false,
116953                        "construct": true,
116954                        "construct-only": false,
116955                        "controllable": true,
116956                        "default": "false",
116957                        "mutable": "null",
116958                        "readable": true,
116959                        "type": "gboolean",
116960                        "writable": true
116961                    },
116962                    "xsr-5": {
116963                        "blurb": "Filter solo Right 5",
116964                        "conditionally-available": false,
116965                        "construct": true,
116966                        "construct-only": false,
116967                        "controllable": true,
116968                        "default": "false",
116969                        "mutable": "null",
116970                        "readable": true,
116971                        "type": "gboolean",
116972                        "writable": true
116973                    },
116974                    "xsr-6": {
116975                        "blurb": "Filter solo Right 6",
116976                        "conditionally-available": false,
116977                        "construct": true,
116978                        "construct-only": false,
116979                        "controllable": true,
116980                        "default": "false",
116981                        "mutable": "null",
116982                        "readable": true,
116983                        "type": "gboolean",
116984                        "writable": true
116985                    },
116986                    "xsr-7": {
116987                        "blurb": "Filter solo Right 7",
116988                        "conditionally-available": false,
116989                        "construct": true,
116990                        "construct-only": false,
116991                        "controllable": true,
116992                        "default": "false",
116993                        "mutable": "null",
116994                        "readable": true,
116995                        "type": "gboolean",
116996                        "writable": true
116997                    },
116998                    "xsr-8": {
116999                        "blurb": "Filter solo Right 8",
117000                        "conditionally-available": false,
117001                        "construct": true,
117002                        "construct-only": false,
117003                        "controllable": true,
117004                        "default": "false",
117005                        "mutable": "null",
117006                        "readable": true,
117007                        "type": "gboolean",
117008                        "writable": true
117009                    },
117010                    "xsr-9": {
117011                        "blurb": "Filter solo Right 9",
117012                        "conditionally-available": false,
117013                        "construct": true,
117014                        "construct-only": false,
117015                        "controllable": true,
117016                        "default": "false",
117017                        "mutable": "null",
117018                        "readable": true,
117019                        "type": "gboolean",
117020                        "writable": true
117021                    },
117022                    "zoom": {
117023                        "blurb": "Graph zoom",
117024                        "conditionally-available": false,
117025                        "construct": true,
117026                        "construct-only": false,
117027                        "controllable": true,
117028                        "default": "1",
117029                        "max": "1",
117030                        "min": "0.01585",
117031                        "mutable": "null",
117032                        "readable": true,
117033                        "type": "gfloat",
117034                        "writable": true
117035                    }
117036                },
117037                "rank": "none"
117038            },
117039            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono": {
117040                "author": "LSP LV2",
117041                "description": "LSP Parametric Equalizer x32 Mono",
117042                "hierarchy": [
117043                    "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono",
117044                    "GstAudioFilter",
117045                    "GstBaseTransform",
117046                    "GstElement",
117047                    "GstObject",
117048                    "GInitiallyUnowned",
117049                    "GObject"
117050                ],
117051                "interfaces": [
117052                    "GstPreset"
117053                ],
117054                "klass": "Filter/Effect/Audio/LV2/Parametric",
117055                "long-name": "LSP Parametric Equalizer x32 Mono",
117056                "pad-templates": {
117057                    "sink": {
117058                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
117059                        "direction": "sink",
117060                        "presence": "always"
117061                    },
117062                    "src": {
117063                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
117064                        "direction": "src",
117065                        "presence": "always"
117066                    }
117067                },
117068                "properties": {
117069                    "bypass": {
117070                        "blurb": "Bypass",
117071                        "conditionally-available": false,
117072                        "construct": true,
117073                        "construct-only": false,
117074                        "controllable": true,
117075                        "default": "false",
117076                        "mutable": "null",
117077                        "readable": true,
117078                        "type": "gboolean",
117079                        "writable": true
117080                    },
117081                    "f-0": {
117082                        "blurb": "Frequency 0",
117083                        "conditionally-available": false,
117084                        "construct": true,
117085                        "construct-only": false,
117086                        "controllable": true,
117087                        "default": "16",
117088                        "max": "24000",
117089                        "min": "10",
117090                        "mutable": "null",
117091                        "readable": true,
117092                        "type": "gfloat",
117093                        "writable": true
117094                    },
117095                    "f-1": {
117096                        "blurb": "Frequency 1",
117097                        "conditionally-available": false,
117098                        "construct": true,
117099                        "construct-only": false,
117100                        "controllable": true,
117101                        "default": "20",
117102                        "max": "24000",
117103                        "min": "10",
117104                        "mutable": "null",
117105                        "readable": true,
117106                        "type": "gfloat",
117107                        "writable": true
117108                    },
117109                    "f-10": {
117110                        "blurb": "Frequency 10",
117111                        "conditionally-available": false,
117112                        "construct": true,
117113                        "construct-only": false,
117114                        "controllable": true,
117115                        "default": "160",
117116                        "max": "24000",
117117                        "min": "10",
117118                        "mutable": "null",
117119                        "readable": true,
117120                        "type": "gfloat",
117121                        "writable": true
117122                    },
117123                    "f-11": {
117124                        "blurb": "Frequency 11",
117125                        "conditionally-available": false,
117126                        "construct": true,
117127                        "construct-only": false,
117128                        "controllable": true,
117129                        "default": "200",
117130                        "max": "24000",
117131                        "min": "10",
117132                        "mutable": "null",
117133                        "readable": true,
117134                        "type": "gfloat",
117135                        "writable": true
117136                    },
117137                    "f-12": {
117138                        "blurb": "Frequency 12",
117139                        "conditionally-available": false,
117140                        "construct": true,
117141                        "construct-only": false,
117142                        "controllable": true,
117143                        "default": "250",
117144                        "max": "24000",
117145                        "min": "10",
117146                        "mutable": "null",
117147                        "readable": true,
117148                        "type": "gfloat",
117149                        "writable": true
117150                    },
117151                    "f-13": {
117152                        "blurb": "Frequency 13",
117153                        "conditionally-available": false,
117154                        "construct": true,
117155                        "construct-only": false,
117156                        "controllable": true,
117157                        "default": "315",
117158                        "max": "24000",
117159                        "min": "10",
117160                        "mutable": "null",
117161                        "readable": true,
117162                        "type": "gfloat",
117163                        "writable": true
117164                    },
117165                    "f-14": {
117166                        "blurb": "Frequency 14",
117167                        "conditionally-available": false,
117168                        "construct": true,
117169                        "construct-only": false,
117170                        "controllable": true,
117171                        "default": "400",
117172                        "max": "24000",
117173                        "min": "10",
117174                        "mutable": "null",
117175                        "readable": true,
117176                        "type": "gfloat",
117177                        "writable": true
117178                    },
117179                    "f-15": {
117180                        "blurb": "Frequency 15",
117181                        "conditionally-available": false,
117182                        "construct": true,
117183                        "construct-only": false,
117184                        "controllable": true,
117185                        "default": "500",
117186                        "max": "24000",
117187                        "min": "10",
117188                        "mutable": "null",
117189                        "readable": true,
117190                        "type": "gfloat",
117191                        "writable": true
117192                    },
117193                    "f-16": {
117194                        "blurb": "Frequency 16",
117195                        "conditionally-available": false,
117196                        "construct": true,
117197                        "construct-only": false,
117198                        "controllable": true,
117199                        "default": "630",
117200                        "max": "24000",
117201                        "min": "10",
117202                        "mutable": "null",
117203                        "readable": true,
117204                        "type": "gfloat",
117205                        "writable": true
117206                    },
117207                    "f-17": {
117208                        "blurb": "Frequency 17",
117209                        "conditionally-available": false,
117210                        "construct": true,
117211                        "construct-only": false,
117212                        "controllable": true,
117213                        "default": "800",
117214                        "max": "24000",
117215                        "min": "10",
117216                        "mutable": "null",
117217                        "readable": true,
117218                        "type": "gfloat",
117219                        "writable": true
117220                    },
117221                    "f-18": {
117222                        "blurb": "Frequency 18",
117223                        "conditionally-available": false,
117224                        "construct": true,
117225                        "construct-only": false,
117226                        "controllable": true,
117227                        "default": "1000",
117228                        "max": "24000",
117229                        "min": "10",
117230                        "mutable": "null",
117231                        "readable": true,
117232                        "type": "gfloat",
117233                        "writable": true
117234                    },
117235                    "f-19": {
117236                        "blurb": "Frequency 19",
117237                        "conditionally-available": false,
117238                        "construct": true,
117239                        "construct-only": false,
117240                        "controllable": true,
117241                        "default": "1250",
117242                        "max": "24000",
117243                        "min": "10",
117244                        "mutable": "null",
117245                        "readable": true,
117246                        "type": "gfloat",
117247                        "writable": true
117248                    },
117249                    "f-2": {
117250                        "blurb": "Frequency 2",
117251                        "conditionally-available": false,
117252                        "construct": true,
117253                        "construct-only": false,
117254                        "controllable": true,
117255                        "default": "25",
117256                        "max": "24000",
117257                        "min": "10",
117258                        "mutable": "null",
117259                        "readable": true,
117260                        "type": "gfloat",
117261                        "writable": true
117262                    },
117263                    "f-20": {
117264                        "blurb": "Frequency 20",
117265                        "conditionally-available": false,
117266                        "construct": true,
117267                        "construct-only": false,
117268                        "controllable": true,
117269                        "default": "1600",
117270                        "max": "24000",
117271                        "min": "10",
117272                        "mutable": "null",
117273                        "readable": true,
117274                        "type": "gfloat",
117275                        "writable": true
117276                    },
117277                    "f-21": {
117278                        "blurb": "Frequency 21",
117279                        "conditionally-available": false,
117280                        "construct": true,
117281                        "construct-only": false,
117282                        "controllable": true,
117283                        "default": "2000",
117284                        "max": "24000",
117285                        "min": "10",
117286                        "mutable": "null",
117287                        "readable": true,
117288                        "type": "gfloat",
117289                        "writable": true
117290                    },
117291                    "f-22": {
117292                        "blurb": "Frequency 22",
117293                        "conditionally-available": false,
117294                        "construct": true,
117295                        "construct-only": false,
117296                        "controllable": true,
117297                        "default": "2500",
117298                        "max": "24000",
117299                        "min": "10",
117300                        "mutable": "null",
117301                        "readable": true,
117302                        "type": "gfloat",
117303                        "writable": true
117304                    },
117305                    "f-23": {
117306                        "blurb": "Frequency 23",
117307                        "conditionally-available": false,
117308                        "construct": true,
117309                        "construct-only": false,
117310                        "controllable": true,
117311                        "default": "3150",
117312                        "max": "24000",
117313                        "min": "10",
117314                        "mutable": "null",
117315                        "readable": true,
117316                        "type": "gfloat",
117317                        "writable": true
117318                    },
117319                    "f-24": {
117320                        "blurb": "Frequency 24",
117321                        "conditionally-available": false,
117322                        "construct": true,
117323                        "construct-only": false,
117324                        "controllable": true,
117325                        "default": "4000",
117326                        "max": "24000",
117327                        "min": "10",
117328                        "mutable": "null",
117329                        "readable": true,
117330                        "type": "gfloat",
117331                        "writable": true
117332                    },
117333                    "f-25": {
117334                        "blurb": "Frequency 25",
117335                        "conditionally-available": false,
117336                        "construct": true,
117337                        "construct-only": false,
117338                        "controllable": true,
117339                        "default": "5000",
117340                        "max": "24000",
117341                        "min": "10",
117342                        "mutable": "null",
117343                        "readable": true,
117344                        "type": "gfloat",
117345                        "writable": true
117346                    },
117347                    "f-26": {
117348                        "blurb": "Frequency 26",
117349                        "conditionally-available": false,
117350                        "construct": true,
117351                        "construct-only": false,
117352                        "controllable": true,
117353                        "default": "6300",
117354                        "max": "24000",
117355                        "min": "10",
117356                        "mutable": "null",
117357                        "readable": true,
117358                        "type": "gfloat",
117359                        "writable": true
117360                    },
117361                    "f-27": {
117362                        "blurb": "Frequency 27",
117363                        "conditionally-available": false,
117364                        "construct": true,
117365                        "construct-only": false,
117366                        "controllable": true,
117367                        "default": "8000",
117368                        "max": "24000",
117369                        "min": "10",
117370                        "mutable": "null",
117371                        "readable": true,
117372                        "type": "gfloat",
117373                        "writable": true
117374                    },
117375                    "f-28": {
117376                        "blurb": "Frequency 28",
117377                        "conditionally-available": false,
117378                        "construct": true,
117379                        "construct-only": false,
117380                        "controllable": true,
117381                        "default": "10000",
117382                        "max": "24000",
117383                        "min": "10",
117384                        "mutable": "null",
117385                        "readable": true,
117386                        "type": "gfloat",
117387                        "writable": true
117388                    },
117389                    "f-29": {
117390                        "blurb": "Frequency 29",
117391                        "conditionally-available": false,
117392                        "construct": true,
117393                        "construct-only": false,
117394                        "controllable": true,
117395                        "default": "12500",
117396                        "max": "24000",
117397                        "min": "10",
117398                        "mutable": "null",
117399                        "readable": true,
117400                        "type": "gfloat",
117401                        "writable": true
117402                    },
117403                    "f-3": {
117404                        "blurb": "Frequency 3",
117405                        "conditionally-available": false,
117406                        "construct": true,
117407                        "construct-only": false,
117408                        "controllable": true,
117409                        "default": "31.5",
117410                        "max": "24000",
117411                        "min": "10",
117412                        "mutable": "null",
117413                        "readable": true,
117414                        "type": "gfloat",
117415                        "writable": true
117416                    },
117417                    "f-30": {
117418                        "blurb": "Frequency 30",
117419                        "conditionally-available": false,
117420                        "construct": true,
117421                        "construct-only": false,
117422                        "controllable": true,
117423                        "default": "16000",
117424                        "max": "24000",
117425                        "min": "10",
117426                        "mutable": "null",
117427                        "readable": true,
117428                        "type": "gfloat",
117429                        "writable": true
117430                    },
117431                    "f-31": {
117432                        "blurb": "Frequency 31",
117433                        "conditionally-available": false,
117434                        "construct": true,
117435                        "construct-only": false,
117436                        "controllable": true,
117437                        "default": "20000",
117438                        "max": "24000",
117439                        "min": "10",
117440                        "mutable": "null",
117441                        "readable": true,
117442                        "type": "gfloat",
117443                        "writable": true
117444                    },
117445                    "f-4": {
117446                        "blurb": "Frequency 4",
117447                        "conditionally-available": false,
117448                        "construct": true,
117449                        "construct-only": false,
117450                        "controllable": true,
117451                        "default": "40",
117452                        "max": "24000",
117453                        "min": "10",
117454                        "mutable": "null",
117455                        "readable": true,
117456                        "type": "gfloat",
117457                        "writable": true
117458                    },
117459                    "f-5": {
117460                        "blurb": "Frequency 5",
117461                        "conditionally-available": false,
117462                        "construct": true,
117463                        "construct-only": false,
117464                        "controllable": true,
117465                        "default": "50",
117466                        "max": "24000",
117467                        "min": "10",
117468                        "mutable": "null",
117469                        "readable": true,
117470                        "type": "gfloat",
117471                        "writable": true
117472                    },
117473                    "f-6": {
117474                        "blurb": "Frequency 6",
117475                        "conditionally-available": false,
117476                        "construct": true,
117477                        "construct-only": false,
117478                        "controllable": true,
117479                        "default": "63",
117480                        "max": "24000",
117481                        "min": "10",
117482                        "mutable": "null",
117483                        "readable": true,
117484                        "type": "gfloat",
117485                        "writable": true
117486                    },
117487                    "f-7": {
117488                        "blurb": "Frequency 7",
117489                        "conditionally-available": false,
117490                        "construct": true,
117491                        "construct-only": false,
117492                        "controllable": true,
117493                        "default": "80",
117494                        "max": "24000",
117495                        "min": "10",
117496                        "mutable": "null",
117497                        "readable": true,
117498                        "type": "gfloat",
117499                        "writable": true
117500                    },
117501                    "f-8": {
117502                        "blurb": "Frequency 8",
117503                        "conditionally-available": false,
117504                        "construct": true,
117505                        "construct-only": false,
117506                        "controllable": true,
117507                        "default": "100",
117508                        "max": "24000",
117509                        "min": "10",
117510                        "mutable": "null",
117511                        "readable": true,
117512                        "type": "gfloat",
117513                        "writable": true
117514                    },
117515                    "f-9": {
117516                        "blurb": "Frequency 9",
117517                        "conditionally-available": false,
117518                        "construct": true,
117519                        "construct-only": false,
117520                        "controllable": true,
117521                        "default": "125",
117522                        "max": "24000",
117523                        "min": "10",
117524                        "mutable": "null",
117525                        "readable": true,
117526                        "type": "gfloat",
117527                        "writable": true
117528                    },
117529                    "fft": {
117530                        "blurb": "FFT analysis",
117531                        "conditionally-available": false,
117532                        "construct": true,
117533                        "construct-only": false,
117534                        "controllable": true,
117535                        "default": "Off (0)",
117536                        "mutable": "null",
117537                        "readable": true,
117538                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofft",
117539                        "writable": true
117540                    },
117541                    "fm-0": {
117542                        "blurb": "Filter mode 0",
117543                        "conditionally-available": false,
117544                        "construct": true,
117545                        "construct-only": false,
117546                        "controllable": true,
117547                        "default": "RLC (BT) (0)",
117548                        "mutable": "null",
117549                        "readable": true,
117550                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-0",
117551                        "writable": true
117552                    },
117553                    "fm-1": {
117554                        "blurb": "Filter mode 1",
117555                        "conditionally-available": false,
117556                        "construct": true,
117557                        "construct-only": false,
117558                        "controllable": true,
117559                        "default": "RLC (BT) (0)",
117560                        "mutable": "null",
117561                        "readable": true,
117562                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-1",
117563                        "writable": true
117564                    },
117565                    "fm-10": {
117566                        "blurb": "Filter mode 10",
117567                        "conditionally-available": false,
117568                        "construct": true,
117569                        "construct-only": false,
117570                        "controllable": true,
117571                        "default": "RLC (BT) (0)",
117572                        "mutable": "null",
117573                        "readable": true,
117574                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-10",
117575                        "writable": true
117576                    },
117577                    "fm-11": {
117578                        "blurb": "Filter mode 11",
117579                        "conditionally-available": false,
117580                        "construct": true,
117581                        "construct-only": false,
117582                        "controllable": true,
117583                        "default": "RLC (BT) (0)",
117584                        "mutable": "null",
117585                        "readable": true,
117586                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-11",
117587                        "writable": true
117588                    },
117589                    "fm-12": {
117590                        "blurb": "Filter mode 12",
117591                        "conditionally-available": false,
117592                        "construct": true,
117593                        "construct-only": false,
117594                        "controllable": true,
117595                        "default": "RLC (BT) (0)",
117596                        "mutable": "null",
117597                        "readable": true,
117598                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-12",
117599                        "writable": true
117600                    },
117601                    "fm-13": {
117602                        "blurb": "Filter mode 13",
117603                        "conditionally-available": false,
117604                        "construct": true,
117605                        "construct-only": false,
117606                        "controllable": true,
117607                        "default": "RLC (BT) (0)",
117608                        "mutable": "null",
117609                        "readable": true,
117610                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-13",
117611                        "writable": true
117612                    },
117613                    "fm-14": {
117614                        "blurb": "Filter mode 14",
117615                        "conditionally-available": false,
117616                        "construct": true,
117617                        "construct-only": false,
117618                        "controllable": true,
117619                        "default": "RLC (BT) (0)",
117620                        "mutable": "null",
117621                        "readable": true,
117622                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-14",
117623                        "writable": true
117624                    },
117625                    "fm-15": {
117626                        "blurb": "Filter mode 15",
117627                        "conditionally-available": false,
117628                        "construct": true,
117629                        "construct-only": false,
117630                        "controllable": true,
117631                        "default": "RLC (BT) (0)",
117632                        "mutable": "null",
117633                        "readable": true,
117634                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-15",
117635                        "writable": true
117636                    },
117637                    "fm-16": {
117638                        "blurb": "Filter mode 16",
117639                        "conditionally-available": false,
117640                        "construct": true,
117641                        "construct-only": false,
117642                        "controllable": true,
117643                        "default": "RLC (BT) (0)",
117644                        "mutable": "null",
117645                        "readable": true,
117646                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-16",
117647                        "writable": true
117648                    },
117649                    "fm-17": {
117650                        "blurb": "Filter mode 17",
117651                        "conditionally-available": false,
117652                        "construct": true,
117653                        "construct-only": false,
117654                        "controllable": true,
117655                        "default": "RLC (BT) (0)",
117656                        "mutable": "null",
117657                        "readable": true,
117658                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-17",
117659                        "writable": true
117660                    },
117661                    "fm-18": {
117662                        "blurb": "Filter mode 18",
117663                        "conditionally-available": false,
117664                        "construct": true,
117665                        "construct-only": false,
117666                        "controllable": true,
117667                        "default": "RLC (BT) (0)",
117668                        "mutable": "null",
117669                        "readable": true,
117670                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-18",
117671                        "writable": true
117672                    },
117673                    "fm-19": {
117674                        "blurb": "Filter mode 19",
117675                        "conditionally-available": false,
117676                        "construct": true,
117677                        "construct-only": false,
117678                        "controllable": true,
117679                        "default": "RLC (BT) (0)",
117680                        "mutable": "null",
117681                        "readable": true,
117682                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-19",
117683                        "writable": true
117684                    },
117685                    "fm-2": {
117686                        "blurb": "Filter mode 2",
117687                        "conditionally-available": false,
117688                        "construct": true,
117689                        "construct-only": false,
117690                        "controllable": true,
117691                        "default": "RLC (BT) (0)",
117692                        "mutable": "null",
117693                        "readable": true,
117694                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-2",
117695                        "writable": true
117696                    },
117697                    "fm-20": {
117698                        "blurb": "Filter mode 20",
117699                        "conditionally-available": false,
117700                        "construct": true,
117701                        "construct-only": false,
117702                        "controllable": true,
117703                        "default": "RLC (BT) (0)",
117704                        "mutable": "null",
117705                        "readable": true,
117706                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-20",
117707                        "writable": true
117708                    },
117709                    "fm-21": {
117710                        "blurb": "Filter mode 21",
117711                        "conditionally-available": false,
117712                        "construct": true,
117713                        "construct-only": false,
117714                        "controllable": true,
117715                        "default": "RLC (BT) (0)",
117716                        "mutable": "null",
117717                        "readable": true,
117718                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-21",
117719                        "writable": true
117720                    },
117721                    "fm-22": {
117722                        "blurb": "Filter mode 22",
117723                        "conditionally-available": false,
117724                        "construct": true,
117725                        "construct-only": false,
117726                        "controllable": true,
117727                        "default": "RLC (BT) (0)",
117728                        "mutable": "null",
117729                        "readable": true,
117730                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-22",
117731                        "writable": true
117732                    },
117733                    "fm-23": {
117734                        "blurb": "Filter mode 23",
117735                        "conditionally-available": false,
117736                        "construct": true,
117737                        "construct-only": false,
117738                        "controllable": true,
117739                        "default": "RLC (BT) (0)",
117740                        "mutable": "null",
117741                        "readable": true,
117742                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-23",
117743                        "writable": true
117744                    },
117745                    "fm-24": {
117746                        "blurb": "Filter mode 24",
117747                        "conditionally-available": false,
117748                        "construct": true,
117749                        "construct-only": false,
117750                        "controllable": true,
117751                        "default": "RLC (BT) (0)",
117752                        "mutable": "null",
117753                        "readable": true,
117754                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-24",
117755                        "writable": true
117756                    },
117757                    "fm-25": {
117758                        "blurb": "Filter mode 25",
117759                        "conditionally-available": false,
117760                        "construct": true,
117761                        "construct-only": false,
117762                        "controllable": true,
117763                        "default": "RLC (BT) (0)",
117764                        "mutable": "null",
117765                        "readable": true,
117766                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-25",
117767                        "writable": true
117768                    },
117769                    "fm-26": {
117770                        "blurb": "Filter mode 26",
117771                        "conditionally-available": false,
117772                        "construct": true,
117773                        "construct-only": false,
117774                        "controllable": true,
117775                        "default": "RLC (BT) (0)",
117776                        "mutable": "null",
117777                        "readable": true,
117778                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-26",
117779                        "writable": true
117780                    },
117781                    "fm-27": {
117782                        "blurb": "Filter mode 27",
117783                        "conditionally-available": false,
117784                        "construct": true,
117785                        "construct-only": false,
117786                        "controllable": true,
117787                        "default": "RLC (BT) (0)",
117788                        "mutable": "null",
117789                        "readable": true,
117790                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-27",
117791                        "writable": true
117792                    },
117793                    "fm-28": {
117794                        "blurb": "Filter mode 28",
117795                        "conditionally-available": false,
117796                        "construct": true,
117797                        "construct-only": false,
117798                        "controllable": true,
117799                        "default": "RLC (BT) (0)",
117800                        "mutable": "null",
117801                        "readable": true,
117802                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-28",
117803                        "writable": true
117804                    },
117805                    "fm-29": {
117806                        "blurb": "Filter mode 29",
117807                        "conditionally-available": false,
117808                        "construct": true,
117809                        "construct-only": false,
117810                        "controllable": true,
117811                        "default": "RLC (BT) (0)",
117812                        "mutable": "null",
117813                        "readable": true,
117814                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-29",
117815                        "writable": true
117816                    },
117817                    "fm-3": {
117818                        "blurb": "Filter mode 3",
117819                        "conditionally-available": false,
117820                        "construct": true,
117821                        "construct-only": false,
117822                        "controllable": true,
117823                        "default": "RLC (BT) (0)",
117824                        "mutable": "null",
117825                        "readable": true,
117826                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-3",
117827                        "writable": true
117828                    },
117829                    "fm-30": {
117830                        "blurb": "Filter mode 30",
117831                        "conditionally-available": false,
117832                        "construct": true,
117833                        "construct-only": false,
117834                        "controllable": true,
117835                        "default": "RLC (BT) (0)",
117836                        "mutable": "null",
117837                        "readable": true,
117838                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-30",
117839                        "writable": true
117840                    },
117841                    "fm-31": {
117842                        "blurb": "Filter mode 31",
117843                        "conditionally-available": false,
117844                        "construct": true,
117845                        "construct-only": false,
117846                        "controllable": true,
117847                        "default": "RLC (BT) (0)",
117848                        "mutable": "null",
117849                        "readable": true,
117850                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-31",
117851                        "writable": true
117852                    },
117853                    "fm-4": {
117854                        "blurb": "Filter mode 4",
117855                        "conditionally-available": false,
117856                        "construct": true,
117857                        "construct-only": false,
117858                        "controllable": true,
117859                        "default": "RLC (BT) (0)",
117860                        "mutable": "null",
117861                        "readable": true,
117862                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-4",
117863                        "writable": true
117864                    },
117865                    "fm-5": {
117866                        "blurb": "Filter mode 5",
117867                        "conditionally-available": false,
117868                        "construct": true,
117869                        "construct-only": false,
117870                        "controllable": true,
117871                        "default": "RLC (BT) (0)",
117872                        "mutable": "null",
117873                        "readable": true,
117874                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-5",
117875                        "writable": true
117876                    },
117877                    "fm-6": {
117878                        "blurb": "Filter mode 6",
117879                        "conditionally-available": false,
117880                        "construct": true,
117881                        "construct-only": false,
117882                        "controllable": true,
117883                        "default": "RLC (BT) (0)",
117884                        "mutable": "null",
117885                        "readable": true,
117886                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-6",
117887                        "writable": true
117888                    },
117889                    "fm-7": {
117890                        "blurb": "Filter mode 7",
117891                        "conditionally-available": false,
117892                        "construct": true,
117893                        "construct-only": false,
117894                        "controllable": true,
117895                        "default": "RLC (BT) (0)",
117896                        "mutable": "null",
117897                        "readable": true,
117898                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-7",
117899                        "writable": true
117900                    },
117901                    "fm-8": {
117902                        "blurb": "Filter mode 8",
117903                        "conditionally-available": false,
117904                        "construct": true,
117905                        "construct-only": false,
117906                        "controllable": true,
117907                        "default": "RLC (BT) (0)",
117908                        "mutable": "null",
117909                        "readable": true,
117910                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-8",
117911                        "writable": true
117912                    },
117913                    "fm-9": {
117914                        "blurb": "Filter mode 9",
117915                        "conditionally-available": false,
117916                        "construct": true,
117917                        "construct-only": false,
117918                        "controllable": true,
117919                        "default": "RLC (BT) (0)",
117920                        "mutable": "null",
117921                        "readable": true,
117922                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-9",
117923                        "writable": true
117924                    },
117925                    "frqs": {
117926                        "blurb": "Frequency shift",
117927                        "conditionally-available": false,
117928                        "construct": true,
117929                        "construct-only": false,
117930                        "controllable": true,
117931                        "default": "0",
117932                        "max": "120",
117933                        "min": "-120",
117934                        "mutable": "null",
117935                        "readable": true,
117936                        "type": "gfloat",
117937                        "writable": true
117938                    },
117939                    "fsel": {
117940                        "blurb": "Filter select",
117941                        "conditionally-available": false,
117942                        "construct": true,
117943                        "construct-only": false,
117944                        "controllable": true,
117945                        "default": "Filters 0-7 (0)",
117946                        "mutable": "null",
117947                        "readable": true,
117948                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofsel",
117949                        "writable": true
117950                    },
117951                    "ft-0": {
117952                        "blurb": "Filter type 0",
117953                        "conditionally-available": false,
117954                        "construct": true,
117955                        "construct-only": false,
117956                        "controllable": true,
117957                        "default": "Off (0)",
117958                        "mutable": "null",
117959                        "readable": true,
117960                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-0",
117961                        "writable": true
117962                    },
117963                    "ft-1": {
117964                        "blurb": "Filter type 1",
117965                        "conditionally-available": false,
117966                        "construct": true,
117967                        "construct-only": false,
117968                        "controllable": true,
117969                        "default": "Off (0)",
117970                        "mutable": "null",
117971                        "readable": true,
117972                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-1",
117973                        "writable": true
117974                    },
117975                    "ft-10": {
117976                        "blurb": "Filter type 10",
117977                        "conditionally-available": false,
117978                        "construct": true,
117979                        "construct-only": false,
117980                        "controllable": true,
117981                        "default": "Off (0)",
117982                        "mutable": "null",
117983                        "readable": true,
117984                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-10",
117985                        "writable": true
117986                    },
117987                    "ft-11": {
117988                        "blurb": "Filter type 11",
117989                        "conditionally-available": false,
117990                        "construct": true,
117991                        "construct-only": false,
117992                        "controllable": true,
117993                        "default": "Off (0)",
117994                        "mutable": "null",
117995                        "readable": true,
117996                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-11",
117997                        "writable": true
117998                    },
117999                    "ft-12": {
118000                        "blurb": "Filter type 12",
118001                        "conditionally-available": false,
118002                        "construct": true,
118003                        "construct-only": false,
118004                        "controllable": true,
118005                        "default": "Off (0)",
118006                        "mutable": "null",
118007                        "readable": true,
118008                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-12",
118009                        "writable": true
118010                    },
118011                    "ft-13": {
118012                        "blurb": "Filter type 13",
118013                        "conditionally-available": false,
118014                        "construct": true,
118015                        "construct-only": false,
118016                        "controllable": true,
118017                        "default": "Off (0)",
118018                        "mutable": "null",
118019                        "readable": true,
118020                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-13",
118021                        "writable": true
118022                    },
118023                    "ft-14": {
118024                        "blurb": "Filter type 14",
118025                        "conditionally-available": false,
118026                        "construct": true,
118027                        "construct-only": false,
118028                        "controllable": true,
118029                        "default": "Off (0)",
118030                        "mutable": "null",
118031                        "readable": true,
118032                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-14",
118033                        "writable": true
118034                    },
118035                    "ft-15": {
118036                        "blurb": "Filter type 15",
118037                        "conditionally-available": false,
118038                        "construct": true,
118039                        "construct-only": false,
118040                        "controllable": true,
118041                        "default": "Off (0)",
118042                        "mutable": "null",
118043                        "readable": true,
118044                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-15",
118045                        "writable": true
118046                    },
118047                    "ft-16": {
118048                        "blurb": "Filter type 16",
118049                        "conditionally-available": false,
118050                        "construct": true,
118051                        "construct-only": false,
118052                        "controllable": true,
118053                        "default": "Off (0)",
118054                        "mutable": "null",
118055                        "readable": true,
118056                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-16",
118057                        "writable": true
118058                    },
118059                    "ft-17": {
118060                        "blurb": "Filter type 17",
118061                        "conditionally-available": false,
118062                        "construct": true,
118063                        "construct-only": false,
118064                        "controllable": true,
118065                        "default": "Off (0)",
118066                        "mutable": "null",
118067                        "readable": true,
118068                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-17",
118069                        "writable": true
118070                    },
118071                    "ft-18": {
118072                        "blurb": "Filter type 18",
118073                        "conditionally-available": false,
118074                        "construct": true,
118075                        "construct-only": false,
118076                        "controllable": true,
118077                        "default": "Off (0)",
118078                        "mutable": "null",
118079                        "readable": true,
118080                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-18",
118081                        "writable": true
118082                    },
118083                    "ft-19": {
118084                        "blurb": "Filter type 19",
118085                        "conditionally-available": false,
118086                        "construct": true,
118087                        "construct-only": false,
118088                        "controllable": true,
118089                        "default": "Off (0)",
118090                        "mutable": "null",
118091                        "readable": true,
118092                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-19",
118093                        "writable": true
118094                    },
118095                    "ft-2": {
118096                        "blurb": "Filter type 2",
118097                        "conditionally-available": false,
118098                        "construct": true,
118099                        "construct-only": false,
118100                        "controllable": true,
118101                        "default": "Off (0)",
118102                        "mutable": "null",
118103                        "readable": true,
118104                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-2",
118105                        "writable": true
118106                    },
118107                    "ft-20": {
118108                        "blurb": "Filter type 20",
118109                        "conditionally-available": false,
118110                        "construct": true,
118111                        "construct-only": false,
118112                        "controllable": true,
118113                        "default": "Off (0)",
118114                        "mutable": "null",
118115                        "readable": true,
118116                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-20",
118117                        "writable": true
118118                    },
118119                    "ft-21": {
118120                        "blurb": "Filter type 21",
118121                        "conditionally-available": false,
118122                        "construct": true,
118123                        "construct-only": false,
118124                        "controllable": true,
118125                        "default": "Off (0)",
118126                        "mutable": "null",
118127                        "readable": true,
118128                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-21",
118129                        "writable": true
118130                    },
118131                    "ft-22": {
118132                        "blurb": "Filter type 22",
118133                        "conditionally-available": false,
118134                        "construct": true,
118135                        "construct-only": false,
118136                        "controllable": true,
118137                        "default": "Off (0)",
118138                        "mutable": "null",
118139                        "readable": true,
118140                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-22",
118141                        "writable": true
118142                    },
118143                    "ft-23": {
118144                        "blurb": "Filter type 23",
118145                        "conditionally-available": false,
118146                        "construct": true,
118147                        "construct-only": false,
118148                        "controllable": true,
118149                        "default": "Off (0)",
118150                        "mutable": "null",
118151                        "readable": true,
118152                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-23",
118153                        "writable": true
118154                    },
118155                    "ft-24": {
118156                        "blurb": "Filter type 24",
118157                        "conditionally-available": false,
118158                        "construct": true,
118159                        "construct-only": false,
118160                        "controllable": true,
118161                        "default": "Off (0)",
118162                        "mutable": "null",
118163                        "readable": true,
118164                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-24",
118165                        "writable": true
118166                    },
118167                    "ft-25": {
118168                        "blurb": "Filter type 25",
118169                        "conditionally-available": false,
118170                        "construct": true,
118171                        "construct-only": false,
118172                        "controllable": true,
118173                        "default": "Off (0)",
118174                        "mutable": "null",
118175                        "readable": true,
118176                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-25",
118177                        "writable": true
118178                    },
118179                    "ft-26": {
118180                        "blurb": "Filter type 26",
118181                        "conditionally-available": false,
118182                        "construct": true,
118183                        "construct-only": false,
118184                        "controllable": true,
118185                        "default": "Off (0)",
118186                        "mutable": "null",
118187                        "readable": true,
118188                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-26",
118189                        "writable": true
118190                    },
118191                    "ft-27": {
118192                        "blurb": "Filter type 27",
118193                        "conditionally-available": false,
118194                        "construct": true,
118195                        "construct-only": false,
118196                        "controllable": true,
118197                        "default": "Off (0)",
118198                        "mutable": "null",
118199                        "readable": true,
118200                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-27",
118201                        "writable": true
118202                    },
118203                    "ft-28": {
118204                        "blurb": "Filter type 28",
118205                        "conditionally-available": false,
118206                        "construct": true,
118207                        "construct-only": false,
118208                        "controllable": true,
118209                        "default": "Off (0)",
118210                        "mutable": "null",
118211                        "readable": true,
118212                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-28",
118213                        "writable": true
118214                    },
118215                    "ft-29": {
118216                        "blurb": "Filter type 29",
118217                        "conditionally-available": false,
118218                        "construct": true,
118219                        "construct-only": false,
118220                        "controllable": true,
118221                        "default": "Off (0)",
118222                        "mutable": "null",
118223                        "readable": true,
118224                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-29",
118225                        "writable": true
118226                    },
118227                    "ft-3": {
118228                        "blurb": "Filter type 3",
118229                        "conditionally-available": false,
118230                        "construct": true,
118231                        "construct-only": false,
118232                        "controllable": true,
118233                        "default": "Off (0)",
118234                        "mutable": "null",
118235                        "readable": true,
118236                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-3",
118237                        "writable": true
118238                    },
118239                    "ft-30": {
118240                        "blurb": "Filter type 30",
118241                        "conditionally-available": false,
118242                        "construct": true,
118243                        "construct-only": false,
118244                        "controllable": true,
118245                        "default": "Off (0)",
118246                        "mutable": "null",
118247                        "readable": true,
118248                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-30",
118249                        "writable": true
118250                    },
118251                    "ft-31": {
118252                        "blurb": "Filter type 31",
118253                        "conditionally-available": false,
118254                        "construct": true,
118255                        "construct-only": false,
118256                        "controllable": true,
118257                        "default": "Off (0)",
118258                        "mutable": "null",
118259                        "readable": true,
118260                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-31",
118261                        "writable": true
118262                    },
118263                    "ft-4": {
118264                        "blurb": "Filter type 4",
118265                        "conditionally-available": false,
118266                        "construct": true,
118267                        "construct-only": false,
118268                        "controllable": true,
118269                        "default": "Off (0)",
118270                        "mutable": "null",
118271                        "readable": true,
118272                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-4",
118273                        "writable": true
118274                    },
118275                    "ft-5": {
118276                        "blurb": "Filter type 5",
118277                        "conditionally-available": false,
118278                        "construct": true,
118279                        "construct-only": false,
118280                        "controllable": true,
118281                        "default": "Off (0)",
118282                        "mutable": "null",
118283                        "readable": true,
118284                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-5",
118285                        "writable": true
118286                    },
118287                    "ft-6": {
118288                        "blurb": "Filter type 6",
118289                        "conditionally-available": false,
118290                        "construct": true,
118291                        "construct-only": false,
118292                        "controllable": true,
118293                        "default": "Off (0)",
118294                        "mutable": "null",
118295                        "readable": true,
118296                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-6",
118297                        "writable": true
118298                    },
118299                    "ft-7": {
118300                        "blurb": "Filter type 7",
118301                        "conditionally-available": false,
118302                        "construct": true,
118303                        "construct-only": false,
118304                        "controllable": true,
118305                        "default": "Off (0)",
118306                        "mutable": "null",
118307                        "readable": true,
118308                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-7",
118309                        "writable": true
118310                    },
118311                    "ft-8": {
118312                        "blurb": "Filter type 8",
118313                        "conditionally-available": false,
118314                        "construct": true,
118315                        "construct-only": false,
118316                        "controllable": true,
118317                        "default": "Off (0)",
118318                        "mutable": "null",
118319                        "readable": true,
118320                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-8",
118321                        "writable": true
118322                    },
118323                    "ft-9": {
118324                        "blurb": "Filter type 9",
118325                        "conditionally-available": false,
118326                        "construct": true,
118327                        "construct-only": false,
118328                        "controllable": true,
118329                        "default": "Off (0)",
118330                        "mutable": "null",
118331                        "readable": true,
118332                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-9",
118333                        "writable": true
118334                    },
118335                    "fv-0": {
118336                        "blurb": "Filter visibility 0",
118337                        "conditionally-available": false,
118338                        "construct": false,
118339                        "construct-only": false,
118340                        "controllable": true,
118341                        "default": "false",
118342                        "mutable": "null",
118343                        "readable": true,
118344                        "type": "gboolean",
118345                        "writable": false
118346                    },
118347                    "fv-1": {
118348                        "blurb": "Filter visibility 1",
118349                        "conditionally-available": false,
118350                        "construct": false,
118351                        "construct-only": false,
118352                        "controllable": true,
118353                        "default": "false",
118354                        "mutable": "null",
118355                        "readable": true,
118356                        "type": "gboolean",
118357                        "writable": false
118358                    },
118359                    "fv-10": {
118360                        "blurb": "Filter visibility 10",
118361                        "conditionally-available": false,
118362                        "construct": false,
118363                        "construct-only": false,
118364                        "controllable": true,
118365                        "default": "false",
118366                        "mutable": "null",
118367                        "readable": true,
118368                        "type": "gboolean",
118369                        "writable": false
118370                    },
118371                    "fv-11": {
118372                        "blurb": "Filter visibility 11",
118373                        "conditionally-available": false,
118374                        "construct": false,
118375                        "construct-only": false,
118376                        "controllable": true,
118377                        "default": "false",
118378                        "mutable": "null",
118379                        "readable": true,
118380                        "type": "gboolean",
118381                        "writable": false
118382                    },
118383                    "fv-12": {
118384                        "blurb": "Filter visibility 12",
118385                        "conditionally-available": false,
118386                        "construct": false,
118387                        "construct-only": false,
118388                        "controllable": true,
118389                        "default": "false",
118390                        "mutable": "null",
118391                        "readable": true,
118392                        "type": "gboolean",
118393                        "writable": false
118394                    },
118395                    "fv-13": {
118396                        "blurb": "Filter visibility 13",
118397                        "conditionally-available": false,
118398                        "construct": false,
118399                        "construct-only": false,
118400                        "controllable": true,
118401                        "default": "false",
118402                        "mutable": "null",
118403                        "readable": true,
118404                        "type": "gboolean",
118405                        "writable": false
118406                    },
118407                    "fv-14": {
118408                        "blurb": "Filter visibility 14",
118409                        "conditionally-available": false,
118410                        "construct": false,
118411                        "construct-only": false,
118412                        "controllable": true,
118413                        "default": "false",
118414                        "mutable": "null",
118415                        "readable": true,
118416                        "type": "gboolean",
118417                        "writable": false
118418                    },
118419                    "fv-15": {
118420                        "blurb": "Filter visibility 15",
118421                        "conditionally-available": false,
118422                        "construct": false,
118423                        "construct-only": false,
118424                        "controllable": true,
118425                        "default": "false",
118426                        "mutable": "null",
118427                        "readable": true,
118428                        "type": "gboolean",
118429                        "writable": false
118430                    },
118431                    "fv-16": {
118432                        "blurb": "Filter visibility 16",
118433                        "conditionally-available": false,
118434                        "construct": false,
118435                        "construct-only": false,
118436                        "controllable": true,
118437                        "default": "false",
118438                        "mutable": "null",
118439                        "readable": true,
118440                        "type": "gboolean",
118441                        "writable": false
118442                    },
118443                    "fv-17": {
118444                        "blurb": "Filter visibility 17",
118445                        "conditionally-available": false,
118446                        "construct": false,
118447                        "construct-only": false,
118448                        "controllable": true,
118449                        "default": "false",
118450                        "mutable": "null",
118451                        "readable": true,
118452                        "type": "gboolean",
118453                        "writable": false
118454                    },
118455                    "fv-18": {
118456                        "blurb": "Filter visibility 18",
118457                        "conditionally-available": false,
118458                        "construct": false,
118459                        "construct-only": false,
118460                        "controllable": true,
118461                        "default": "false",
118462                        "mutable": "null",
118463                        "readable": true,
118464                        "type": "gboolean",
118465                        "writable": false
118466                    },
118467                    "fv-19": {
118468                        "blurb": "Filter visibility 19",
118469                        "conditionally-available": false,
118470                        "construct": false,
118471                        "construct-only": false,
118472                        "controllable": true,
118473                        "default": "false",
118474                        "mutable": "null",
118475                        "readable": true,
118476                        "type": "gboolean",
118477                        "writable": false
118478                    },
118479                    "fv-2": {
118480                        "blurb": "Filter visibility 2",
118481                        "conditionally-available": false,
118482                        "construct": false,
118483                        "construct-only": false,
118484                        "controllable": true,
118485                        "default": "false",
118486                        "mutable": "null",
118487                        "readable": true,
118488                        "type": "gboolean",
118489                        "writable": false
118490                    },
118491                    "fv-20": {
118492                        "blurb": "Filter visibility 20",
118493                        "conditionally-available": false,
118494                        "construct": false,
118495                        "construct-only": false,
118496                        "controllable": true,
118497                        "default": "false",
118498                        "mutable": "null",
118499                        "readable": true,
118500                        "type": "gboolean",
118501                        "writable": false
118502                    },
118503                    "fv-21": {
118504                        "blurb": "Filter visibility 21",
118505                        "conditionally-available": false,
118506                        "construct": false,
118507                        "construct-only": false,
118508                        "controllable": true,
118509                        "default": "false",
118510                        "mutable": "null",
118511                        "readable": true,
118512                        "type": "gboolean",
118513                        "writable": false
118514                    },
118515                    "fv-22": {
118516                        "blurb": "Filter visibility 22",
118517                        "conditionally-available": false,
118518                        "construct": false,
118519                        "construct-only": false,
118520                        "controllable": true,
118521                        "default": "false",
118522                        "mutable": "null",
118523                        "readable": true,
118524                        "type": "gboolean",
118525                        "writable": false
118526                    },
118527                    "fv-23": {
118528                        "blurb": "Filter visibility 23",
118529                        "conditionally-available": false,
118530                        "construct": false,
118531                        "construct-only": false,
118532                        "controllable": true,
118533                        "default": "false",
118534                        "mutable": "null",
118535                        "readable": true,
118536                        "type": "gboolean",
118537                        "writable": false
118538                    },
118539                    "fv-24": {
118540                        "blurb": "Filter visibility 24",
118541                        "conditionally-available": false,
118542                        "construct": false,
118543                        "construct-only": false,
118544                        "controllable": true,
118545                        "default": "false",
118546                        "mutable": "null",
118547                        "readable": true,
118548                        "type": "gboolean",
118549                        "writable": false
118550                    },
118551                    "fv-25": {
118552                        "blurb": "Filter visibility 25",
118553                        "conditionally-available": false,
118554                        "construct": false,
118555                        "construct-only": false,
118556                        "controllable": true,
118557                        "default": "false",
118558                        "mutable": "null",
118559                        "readable": true,
118560                        "type": "gboolean",
118561                        "writable": false
118562                    },
118563                    "fv-26": {
118564                        "blurb": "Filter visibility 26",
118565                        "conditionally-available": false,
118566                        "construct": false,
118567                        "construct-only": false,
118568                        "controllable": true,
118569                        "default": "false",
118570                        "mutable": "null",
118571                        "readable": true,
118572                        "type": "gboolean",
118573                        "writable": false
118574                    },
118575                    "fv-27": {
118576                        "blurb": "Filter visibility 27",
118577                        "conditionally-available": false,
118578                        "construct": false,
118579                        "construct-only": false,
118580                        "controllable": true,
118581                        "default": "false",
118582                        "mutable": "null",
118583                        "readable": true,
118584                        "type": "gboolean",
118585                        "writable": false
118586                    },
118587                    "fv-28": {
118588                        "blurb": "Filter visibility 28",
118589                        "conditionally-available": false,
118590                        "construct": false,
118591                        "construct-only": false,
118592                        "controllable": true,
118593                        "default": "false",
118594                        "mutable": "null",
118595                        "readable": true,
118596                        "type": "gboolean",
118597                        "writable": false
118598                    },
118599                    "fv-29": {
118600                        "blurb": "Filter visibility 29",
118601                        "conditionally-available": false,
118602                        "construct": false,
118603                        "construct-only": false,
118604                        "controllable": true,
118605                        "default": "false",
118606                        "mutable": "null",
118607                        "readable": true,
118608                        "type": "gboolean",
118609                        "writable": false
118610                    },
118611                    "fv-3": {
118612                        "blurb": "Filter visibility 3",
118613                        "conditionally-available": false,
118614                        "construct": false,
118615                        "construct-only": false,
118616                        "controllable": true,
118617                        "default": "false",
118618                        "mutable": "null",
118619                        "readable": true,
118620                        "type": "gboolean",
118621                        "writable": false
118622                    },
118623                    "fv-30": {
118624                        "blurb": "Filter visibility 30",
118625                        "conditionally-available": false,
118626                        "construct": false,
118627                        "construct-only": false,
118628                        "controllable": true,
118629                        "default": "false",
118630                        "mutable": "null",
118631                        "readable": true,
118632                        "type": "gboolean",
118633                        "writable": false
118634                    },
118635                    "fv-31": {
118636                        "blurb": "Filter visibility 31",
118637                        "conditionally-available": false,
118638                        "construct": false,
118639                        "construct-only": false,
118640                        "controllable": true,
118641                        "default": "false",
118642                        "mutable": "null",
118643                        "readable": true,
118644                        "type": "gboolean",
118645                        "writable": false
118646                    },
118647                    "fv-4": {
118648                        "blurb": "Filter visibility 4",
118649                        "conditionally-available": false,
118650                        "construct": false,
118651                        "construct-only": false,
118652                        "controllable": true,
118653                        "default": "false",
118654                        "mutable": "null",
118655                        "readable": true,
118656                        "type": "gboolean",
118657                        "writable": false
118658                    },
118659                    "fv-5": {
118660                        "blurb": "Filter visibility 5",
118661                        "conditionally-available": false,
118662                        "construct": false,
118663                        "construct-only": false,
118664                        "controllable": true,
118665                        "default": "false",
118666                        "mutable": "null",
118667                        "readable": true,
118668                        "type": "gboolean",
118669                        "writable": false
118670                    },
118671                    "fv-6": {
118672                        "blurb": "Filter visibility 6",
118673                        "conditionally-available": false,
118674                        "construct": false,
118675                        "construct-only": false,
118676                        "controllable": true,
118677                        "default": "false",
118678                        "mutable": "null",
118679                        "readable": true,
118680                        "type": "gboolean",
118681                        "writable": false
118682                    },
118683                    "fv-7": {
118684                        "blurb": "Filter visibility 7",
118685                        "conditionally-available": false,
118686                        "construct": false,
118687                        "construct-only": false,
118688                        "controllable": true,
118689                        "default": "false",
118690                        "mutable": "null",
118691                        "readable": true,
118692                        "type": "gboolean",
118693                        "writable": false
118694                    },
118695                    "fv-8": {
118696                        "blurb": "Filter visibility 8",
118697                        "conditionally-available": false,
118698                        "construct": false,
118699                        "construct-only": false,
118700                        "controllable": true,
118701                        "default": "false",
118702                        "mutable": "null",
118703                        "readable": true,
118704                        "type": "gboolean",
118705                        "writable": false
118706                    },
118707                    "fv-9": {
118708                        "blurb": "Filter visibility 9",
118709                        "conditionally-available": false,
118710                        "construct": false,
118711                        "construct-only": false,
118712                        "controllable": true,
118713                        "default": "false",
118714                        "mutable": "null",
118715                        "readable": true,
118716                        "type": "gboolean",
118717                        "writable": false
118718                    },
118719                    "g-0": {
118720                        "blurb": "Gain 0",
118721                        "conditionally-available": false,
118722                        "construct": true,
118723                        "construct-only": false,
118724                        "controllable": true,
118725                        "default": "1",
118726                        "max": "63.0957",
118727                        "min": "0.01585",
118728                        "mutable": "null",
118729                        "readable": true,
118730                        "type": "gfloat",
118731                        "writable": true
118732                    },
118733                    "g-1": {
118734                        "blurb": "Gain 1",
118735                        "conditionally-available": false,
118736                        "construct": true,
118737                        "construct-only": false,
118738                        "controllable": true,
118739                        "default": "1",
118740                        "max": "63.0957",
118741                        "min": "0.01585",
118742                        "mutable": "null",
118743                        "readable": true,
118744                        "type": "gfloat",
118745                        "writable": true
118746                    },
118747                    "g-10": {
118748                        "blurb": "Gain 10",
118749                        "conditionally-available": false,
118750                        "construct": true,
118751                        "construct-only": false,
118752                        "controllable": true,
118753                        "default": "1",
118754                        "max": "63.0957",
118755                        "min": "0.01585",
118756                        "mutable": "null",
118757                        "readable": true,
118758                        "type": "gfloat",
118759                        "writable": true
118760                    },
118761                    "g-11": {
118762                        "blurb": "Gain 11",
118763                        "conditionally-available": false,
118764                        "construct": true,
118765                        "construct-only": false,
118766                        "controllable": true,
118767                        "default": "1",
118768                        "max": "63.0957",
118769                        "min": "0.01585",
118770                        "mutable": "null",
118771                        "readable": true,
118772                        "type": "gfloat",
118773                        "writable": true
118774                    },
118775                    "g-12": {
118776                        "blurb": "Gain 12",
118777                        "conditionally-available": false,
118778                        "construct": true,
118779                        "construct-only": false,
118780                        "controllable": true,
118781                        "default": "1",
118782                        "max": "63.0957",
118783                        "min": "0.01585",
118784                        "mutable": "null",
118785                        "readable": true,
118786                        "type": "gfloat",
118787                        "writable": true
118788                    },
118789                    "g-13": {
118790                        "blurb": "Gain 13",
118791                        "conditionally-available": false,
118792                        "construct": true,
118793                        "construct-only": false,
118794                        "controllable": true,
118795                        "default": "1",
118796                        "max": "63.0957",
118797                        "min": "0.01585",
118798                        "mutable": "null",
118799                        "readable": true,
118800                        "type": "gfloat",
118801                        "writable": true
118802                    },
118803                    "g-14": {
118804                        "blurb": "Gain 14",
118805                        "conditionally-available": false,
118806                        "construct": true,
118807                        "construct-only": false,
118808                        "controllable": true,
118809                        "default": "1",
118810                        "max": "63.0957",
118811                        "min": "0.01585",
118812                        "mutable": "null",
118813                        "readable": true,
118814                        "type": "gfloat",
118815                        "writable": true
118816                    },
118817                    "g-15": {
118818                        "blurb": "Gain 15",
118819                        "conditionally-available": false,
118820                        "construct": true,
118821                        "construct-only": false,
118822                        "controllable": true,
118823                        "default": "1",
118824                        "max": "63.0957",
118825                        "min": "0.01585",
118826                        "mutable": "null",
118827                        "readable": true,
118828                        "type": "gfloat",
118829                        "writable": true
118830                    },
118831                    "g-16": {
118832                        "blurb": "Gain 16",
118833                        "conditionally-available": false,
118834                        "construct": true,
118835                        "construct-only": false,
118836                        "controllable": true,
118837                        "default": "1",
118838                        "max": "63.0957",
118839                        "min": "0.01585",
118840                        "mutable": "null",
118841                        "readable": true,
118842                        "type": "gfloat",
118843                        "writable": true
118844                    },
118845                    "g-17": {
118846                        "blurb": "Gain 17",
118847                        "conditionally-available": false,
118848                        "construct": true,
118849                        "construct-only": false,
118850                        "controllable": true,
118851                        "default": "1",
118852                        "max": "63.0957",
118853                        "min": "0.01585",
118854                        "mutable": "null",
118855                        "readable": true,
118856                        "type": "gfloat",
118857                        "writable": true
118858                    },
118859                    "g-18": {
118860                        "blurb": "Gain 18",
118861                        "conditionally-available": false,
118862                        "construct": true,
118863                        "construct-only": false,
118864                        "controllable": true,
118865                        "default": "1",
118866                        "max": "63.0957",
118867                        "min": "0.01585",
118868                        "mutable": "null",
118869                        "readable": true,
118870                        "type": "gfloat",
118871                        "writable": true
118872                    },
118873                    "g-19": {
118874                        "blurb": "Gain 19",
118875                        "conditionally-available": false,
118876                        "construct": true,
118877                        "construct-only": false,
118878                        "controllable": true,
118879                        "default": "1",
118880                        "max": "63.0957",
118881                        "min": "0.01585",
118882                        "mutable": "null",
118883                        "readable": true,
118884                        "type": "gfloat",
118885                        "writable": true
118886                    },
118887                    "g-2": {
118888                        "blurb": "Gain 2",
118889                        "conditionally-available": false,
118890                        "construct": true,
118891                        "construct-only": false,
118892                        "controllable": true,
118893                        "default": "1",
118894                        "max": "63.0957",
118895                        "min": "0.01585",
118896                        "mutable": "null",
118897                        "readable": true,
118898                        "type": "gfloat",
118899                        "writable": true
118900                    },
118901                    "g-20": {
118902                        "blurb": "Gain 20",
118903                        "conditionally-available": false,
118904                        "construct": true,
118905                        "construct-only": false,
118906                        "controllable": true,
118907                        "default": "1",
118908                        "max": "63.0957",
118909                        "min": "0.01585",
118910                        "mutable": "null",
118911                        "readable": true,
118912                        "type": "gfloat",
118913                        "writable": true
118914                    },
118915                    "g-21": {
118916                        "blurb": "Gain 21",
118917                        "conditionally-available": false,
118918                        "construct": true,
118919                        "construct-only": false,
118920                        "controllable": true,
118921                        "default": "1",
118922                        "max": "63.0957",
118923                        "min": "0.01585",
118924                        "mutable": "null",
118925                        "readable": true,
118926                        "type": "gfloat",
118927                        "writable": true
118928                    },
118929                    "g-22": {
118930                        "blurb": "Gain 22",
118931                        "conditionally-available": false,
118932                        "construct": true,
118933                        "construct-only": false,
118934                        "controllable": true,
118935                        "default": "1",
118936                        "max": "63.0957",
118937                        "min": "0.01585",
118938                        "mutable": "null",
118939                        "readable": true,
118940                        "type": "gfloat",
118941                        "writable": true
118942                    },
118943                    "g-23": {
118944                        "blurb": "Gain 23",
118945                        "conditionally-available": false,
118946                        "construct": true,
118947                        "construct-only": false,
118948                        "controllable": true,
118949                        "default": "1",
118950                        "max": "63.0957",
118951                        "min": "0.01585",
118952                        "mutable": "null",
118953                        "readable": true,
118954                        "type": "gfloat",
118955                        "writable": true
118956                    },
118957                    "g-24": {
118958                        "blurb": "Gain 24",
118959                        "conditionally-available": false,
118960                        "construct": true,
118961                        "construct-only": false,
118962                        "controllable": true,
118963                        "default": "1",
118964                        "max": "63.0957",
118965                        "min": "0.01585",
118966                        "mutable": "null",
118967                        "readable": true,
118968                        "type": "gfloat",
118969                        "writable": true
118970                    },
118971                    "g-25": {
118972                        "blurb": "Gain 25",
118973                        "conditionally-available": false,
118974                        "construct": true,
118975                        "construct-only": false,
118976                        "controllable": true,
118977                        "default": "1",
118978                        "max": "63.0957",
118979                        "min": "0.01585",
118980                        "mutable": "null",
118981                        "readable": true,
118982                        "type": "gfloat",
118983                        "writable": true
118984                    },
118985                    "g-26": {
118986                        "blurb": "Gain 26",
118987                        "conditionally-available": false,
118988                        "construct": true,
118989                        "construct-only": false,
118990                        "controllable": true,
118991                        "default": "1",
118992                        "max": "63.0957",
118993                        "min": "0.01585",
118994                        "mutable": "null",
118995                        "readable": true,
118996                        "type": "gfloat",
118997                        "writable": true
118998                    },
118999                    "g-27": {
119000                        "blurb": "Gain 27",
119001                        "conditionally-available": false,
119002                        "construct": true,
119003                        "construct-only": false,
119004                        "controllable": true,
119005                        "default": "1",
119006                        "max": "63.0957",
119007                        "min": "0.01585",
119008                        "mutable": "null",
119009                        "readable": true,
119010                        "type": "gfloat",
119011                        "writable": true
119012                    },
119013                    "g-28": {
119014                        "blurb": "Gain 28",
119015                        "conditionally-available": false,
119016                        "construct": true,
119017                        "construct-only": false,
119018                        "controllable": true,
119019                        "default": "1",
119020                        "max": "63.0957",
119021                        "min": "0.01585",
119022                        "mutable": "null",
119023                        "readable": true,
119024                        "type": "gfloat",
119025                        "writable": true
119026                    },
119027                    "g-29": {
119028                        "blurb": "Gain 29",
119029                        "conditionally-available": false,
119030                        "construct": true,
119031                        "construct-only": false,
119032                        "controllable": true,
119033                        "default": "1",
119034                        "max": "63.0957",
119035                        "min": "0.01585",
119036                        "mutable": "null",
119037                        "readable": true,
119038                        "type": "gfloat",
119039                        "writable": true
119040                    },
119041                    "g-3": {
119042                        "blurb": "Gain 3",
119043                        "conditionally-available": false,
119044                        "construct": true,
119045                        "construct-only": false,
119046                        "controllable": true,
119047                        "default": "1",
119048                        "max": "63.0957",
119049                        "min": "0.01585",
119050                        "mutable": "null",
119051                        "readable": true,
119052                        "type": "gfloat",
119053                        "writable": true
119054                    },
119055                    "g-30": {
119056                        "blurb": "Gain 30",
119057                        "conditionally-available": false,
119058                        "construct": true,
119059                        "construct-only": false,
119060                        "controllable": true,
119061                        "default": "1",
119062                        "max": "63.0957",
119063                        "min": "0.01585",
119064                        "mutable": "null",
119065                        "readable": true,
119066                        "type": "gfloat",
119067                        "writable": true
119068                    },
119069                    "g-31": {
119070                        "blurb": "Gain 31",
119071                        "conditionally-available": false,
119072                        "construct": true,
119073                        "construct-only": false,
119074                        "controllable": true,
119075                        "default": "1",
119076                        "max": "63.0957",
119077                        "min": "0.01585",
119078                        "mutable": "null",
119079                        "readable": true,
119080                        "type": "gfloat",
119081                        "writable": true
119082                    },
119083                    "g-4": {
119084                        "blurb": "Gain 4",
119085                        "conditionally-available": false,
119086                        "construct": true,
119087                        "construct-only": false,
119088                        "controllable": true,
119089                        "default": "1",
119090                        "max": "63.0957",
119091                        "min": "0.01585",
119092                        "mutable": "null",
119093                        "readable": true,
119094                        "type": "gfloat",
119095                        "writable": true
119096                    },
119097                    "g-5": {
119098                        "blurb": "Gain 5",
119099                        "conditionally-available": false,
119100                        "construct": true,
119101                        "construct-only": false,
119102                        "controllable": true,
119103                        "default": "1",
119104                        "max": "63.0957",
119105                        "min": "0.01585",
119106                        "mutable": "null",
119107                        "readable": true,
119108                        "type": "gfloat",
119109                        "writable": true
119110                    },
119111                    "g-6": {
119112                        "blurb": "Gain 6",
119113                        "conditionally-available": false,
119114                        "construct": true,
119115                        "construct-only": false,
119116                        "controllable": true,
119117                        "default": "1",
119118                        "max": "63.0957",
119119                        "min": "0.01585",
119120                        "mutable": "null",
119121                        "readable": true,
119122                        "type": "gfloat",
119123                        "writable": true
119124                    },
119125                    "g-7": {
119126                        "blurb": "Gain 7",
119127                        "conditionally-available": false,
119128                        "construct": true,
119129                        "construct-only": false,
119130                        "controllable": true,
119131                        "default": "1",
119132                        "max": "63.0957",
119133                        "min": "0.01585",
119134                        "mutable": "null",
119135                        "readable": true,
119136                        "type": "gfloat",
119137                        "writable": true
119138                    },
119139                    "g-8": {
119140                        "blurb": "Gain 8",
119141                        "conditionally-available": false,
119142                        "construct": true,
119143                        "construct-only": false,
119144                        "controllable": true,
119145                        "default": "1",
119146                        "max": "63.0957",
119147                        "min": "0.01585",
119148                        "mutable": "null",
119149                        "readable": true,
119150                        "type": "gfloat",
119151                        "writable": true
119152                    },
119153                    "g-9": {
119154                        "blurb": "Gain 9",
119155                        "conditionally-available": false,
119156                        "construct": true,
119157                        "construct-only": false,
119158                        "controllable": true,
119159                        "default": "1",
119160                        "max": "63.0957",
119161                        "min": "0.01585",
119162                        "mutable": "null",
119163                        "readable": true,
119164                        "type": "gfloat",
119165                        "writable": true
119166                    },
119167                    "g-in": {
119168                        "blurb": "Input gain",
119169                        "conditionally-available": false,
119170                        "construct": true,
119171                        "construct-only": false,
119172                        "controllable": true,
119173                        "default": "1",
119174                        "max": "10",
119175                        "min": "0",
119176                        "mutable": "null",
119177                        "readable": true,
119178                        "type": "gfloat",
119179                        "writable": true
119180                    },
119181                    "g-out": {
119182                        "blurb": "Output gain",
119183                        "conditionally-available": false,
119184                        "construct": true,
119185                        "construct-only": false,
119186                        "controllable": true,
119187                        "default": "1",
119188                        "max": "10",
119189                        "min": "0",
119190                        "mutable": "null",
119191                        "readable": true,
119192                        "type": "gfloat",
119193                        "writable": true
119194                    },
119195                    "hue-0": {
119196                        "blurb": "Hue 0",
119197                        "conditionally-available": false,
119198                        "construct": true,
119199                        "construct-only": false,
119200                        "controllable": true,
119201                        "default": "0",
119202                        "max": "1",
119203                        "min": "0",
119204                        "mutable": "null",
119205                        "readable": true,
119206                        "type": "gfloat",
119207                        "writable": true
119208                    },
119209                    "hue-1": {
119210                        "blurb": "Hue 1",
119211                        "conditionally-available": false,
119212                        "construct": true,
119213                        "construct-only": false,
119214                        "controllable": true,
119215                        "default": "0.03125",
119216                        "max": "1",
119217                        "min": "0",
119218                        "mutable": "null",
119219                        "readable": true,
119220                        "type": "gfloat",
119221                        "writable": true
119222                    },
119223                    "hue-10": {
119224                        "blurb": "Hue 10",
119225                        "conditionally-available": false,
119226                        "construct": true,
119227                        "construct-only": false,
119228                        "controllable": true,
119229                        "default": "0.3125",
119230                        "max": "1",
119231                        "min": "0",
119232                        "mutable": "null",
119233                        "readable": true,
119234                        "type": "gfloat",
119235                        "writable": true
119236                    },
119237                    "hue-11": {
119238                        "blurb": "Hue 11",
119239                        "conditionally-available": false,
119240                        "construct": true,
119241                        "construct-only": false,
119242                        "controllable": true,
119243                        "default": "0.34375",
119244                        "max": "1",
119245                        "min": "0",
119246                        "mutable": "null",
119247                        "readable": true,
119248                        "type": "gfloat",
119249                        "writable": true
119250                    },
119251                    "hue-12": {
119252                        "blurb": "Hue 12",
119253                        "conditionally-available": false,
119254                        "construct": true,
119255                        "construct-only": false,
119256                        "controllable": true,
119257                        "default": "0.375",
119258                        "max": "1",
119259                        "min": "0",
119260                        "mutable": "null",
119261                        "readable": true,
119262                        "type": "gfloat",
119263                        "writable": true
119264                    },
119265                    "hue-13": {
119266                        "blurb": "Hue 13",
119267                        "conditionally-available": false,
119268                        "construct": true,
119269                        "construct-only": false,
119270                        "controllable": true,
119271                        "default": "0.40625",
119272                        "max": "1",
119273                        "min": "0",
119274                        "mutable": "null",
119275                        "readable": true,
119276                        "type": "gfloat",
119277                        "writable": true
119278                    },
119279                    "hue-14": {
119280                        "blurb": "Hue 14",
119281                        "conditionally-available": false,
119282                        "construct": true,
119283                        "construct-only": false,
119284                        "controllable": true,
119285                        "default": "0.4375",
119286                        "max": "1",
119287                        "min": "0",
119288                        "mutable": "null",
119289                        "readable": true,
119290                        "type": "gfloat",
119291                        "writable": true
119292                    },
119293                    "hue-15": {
119294                        "blurb": "Hue 15",
119295                        "conditionally-available": false,
119296                        "construct": true,
119297                        "construct-only": false,
119298                        "controllable": true,
119299                        "default": "0.46875",
119300                        "max": "1",
119301                        "min": "0",
119302                        "mutable": "null",
119303                        "readable": true,
119304                        "type": "gfloat",
119305                        "writable": true
119306                    },
119307                    "hue-16": {
119308                        "blurb": "Hue 16",
119309                        "conditionally-available": false,
119310                        "construct": true,
119311                        "construct-only": false,
119312                        "controllable": true,
119313                        "default": "0.5",
119314                        "max": "1",
119315                        "min": "0",
119316                        "mutable": "null",
119317                        "readable": true,
119318                        "type": "gfloat",
119319                        "writable": true
119320                    },
119321                    "hue-17": {
119322                        "blurb": "Hue 17",
119323                        "conditionally-available": false,
119324                        "construct": true,
119325                        "construct-only": false,
119326                        "controllable": true,
119327                        "default": "0.53125",
119328                        "max": "1",
119329                        "min": "0",
119330                        "mutable": "null",
119331                        "readable": true,
119332                        "type": "gfloat",
119333                        "writable": true
119334                    },
119335                    "hue-18": {
119336                        "blurb": "Hue 18",
119337                        "conditionally-available": false,
119338                        "construct": true,
119339                        "construct-only": false,
119340                        "controllable": true,
119341                        "default": "0.5625",
119342                        "max": "1",
119343                        "min": "0",
119344                        "mutable": "null",
119345                        "readable": true,
119346                        "type": "gfloat",
119347                        "writable": true
119348                    },
119349                    "hue-19": {
119350                        "blurb": "Hue 19",
119351                        "conditionally-available": false,
119352                        "construct": true,
119353                        "construct-only": false,
119354                        "controllable": true,
119355                        "default": "0.59375",
119356                        "max": "1",
119357                        "min": "0",
119358                        "mutable": "null",
119359                        "readable": true,
119360                        "type": "gfloat",
119361                        "writable": true
119362                    },
119363                    "hue-2": {
119364                        "blurb": "Hue 2",
119365                        "conditionally-available": false,
119366                        "construct": true,
119367                        "construct-only": false,
119368                        "controllable": true,
119369                        "default": "0.0625",
119370                        "max": "1",
119371                        "min": "0",
119372                        "mutable": "null",
119373                        "readable": true,
119374                        "type": "gfloat",
119375                        "writable": true
119376                    },
119377                    "hue-20": {
119378                        "blurb": "Hue 20",
119379                        "conditionally-available": false,
119380                        "construct": true,
119381                        "construct-only": false,
119382                        "controllable": true,
119383                        "default": "0.625",
119384                        "max": "1",
119385                        "min": "0",
119386                        "mutable": "null",
119387                        "readable": true,
119388                        "type": "gfloat",
119389                        "writable": true
119390                    },
119391                    "hue-21": {
119392                        "blurb": "Hue 21",
119393                        "conditionally-available": false,
119394                        "construct": true,
119395                        "construct-only": false,
119396                        "controllable": true,
119397                        "default": "0.65625",
119398                        "max": "1",
119399                        "min": "0",
119400                        "mutable": "null",
119401                        "readable": true,
119402                        "type": "gfloat",
119403                        "writable": true
119404                    },
119405                    "hue-22": {
119406                        "blurb": "Hue 22",
119407                        "conditionally-available": false,
119408                        "construct": true,
119409                        "construct-only": false,
119410                        "controllable": true,
119411                        "default": "0.6875",
119412                        "max": "1",
119413                        "min": "0",
119414                        "mutable": "null",
119415                        "readable": true,
119416                        "type": "gfloat",
119417                        "writable": true
119418                    },
119419                    "hue-23": {
119420                        "blurb": "Hue 23",
119421                        "conditionally-available": false,
119422                        "construct": true,
119423                        "construct-only": false,
119424                        "controllable": true,
119425                        "default": "0.71875",
119426                        "max": "1",
119427                        "min": "0",
119428                        "mutable": "null",
119429                        "readable": true,
119430                        "type": "gfloat",
119431                        "writable": true
119432                    },
119433                    "hue-24": {
119434                        "blurb": "Hue 24",
119435                        "conditionally-available": false,
119436                        "construct": true,
119437                        "construct-only": false,
119438                        "controllable": true,
119439                        "default": "0.75",
119440                        "max": "1",
119441                        "min": "0",
119442                        "mutable": "null",
119443                        "readable": true,
119444                        "type": "gfloat",
119445                        "writable": true
119446                    },
119447                    "hue-25": {
119448                        "blurb": "Hue 25",
119449                        "conditionally-available": false,
119450                        "construct": true,
119451                        "construct-only": false,
119452                        "controllable": true,
119453                        "default": "0.78125",
119454                        "max": "1",
119455                        "min": "0",
119456                        "mutable": "null",
119457                        "readable": true,
119458                        "type": "gfloat",
119459                        "writable": true
119460                    },
119461                    "hue-26": {
119462                        "blurb": "Hue 26",
119463                        "conditionally-available": false,
119464                        "construct": true,
119465                        "construct-only": false,
119466                        "controllable": true,
119467                        "default": "0.8125",
119468                        "max": "1",
119469                        "min": "0",
119470                        "mutable": "null",
119471                        "readable": true,
119472                        "type": "gfloat",
119473                        "writable": true
119474                    },
119475                    "hue-27": {
119476                        "blurb": "Hue 27",
119477                        "conditionally-available": false,
119478                        "construct": true,
119479                        "construct-only": false,
119480                        "controllable": true,
119481                        "default": "0.84375",
119482                        "max": "1",
119483                        "min": "0",
119484                        "mutable": "null",
119485                        "readable": true,
119486                        "type": "gfloat",
119487                        "writable": true
119488                    },
119489                    "hue-28": {
119490                        "blurb": "Hue 28",
119491                        "conditionally-available": false,
119492                        "construct": true,
119493                        "construct-only": false,
119494                        "controllable": true,
119495                        "default": "0.875",
119496                        "max": "1",
119497                        "min": "0",
119498                        "mutable": "null",
119499                        "readable": true,
119500                        "type": "gfloat",
119501                        "writable": true
119502                    },
119503                    "hue-29": {
119504                        "blurb": "Hue 29",
119505                        "conditionally-available": false,
119506                        "construct": true,
119507                        "construct-only": false,
119508                        "controllable": true,
119509                        "default": "0.90625",
119510                        "max": "1",
119511                        "min": "0",
119512                        "mutable": "null",
119513                        "readable": true,
119514                        "type": "gfloat",
119515                        "writable": true
119516                    },
119517                    "hue-3": {
119518                        "blurb": "Hue 3",
119519                        "conditionally-available": false,
119520                        "construct": true,
119521                        "construct-only": false,
119522                        "controllable": true,
119523                        "default": "0.09375",
119524                        "max": "1",
119525                        "min": "0",
119526                        "mutable": "null",
119527                        "readable": true,
119528                        "type": "gfloat",
119529                        "writable": true
119530                    },
119531                    "hue-30": {
119532                        "blurb": "Hue 30",
119533                        "conditionally-available": false,
119534                        "construct": true,
119535                        "construct-only": false,
119536                        "controllable": true,
119537                        "default": "0.9375",
119538                        "max": "1",
119539                        "min": "0",
119540                        "mutable": "null",
119541                        "readable": true,
119542                        "type": "gfloat",
119543                        "writable": true
119544                    },
119545                    "hue-31": {
119546                        "blurb": "Hue 31",
119547                        "conditionally-available": false,
119548                        "construct": true,
119549                        "construct-only": false,
119550                        "controllable": true,
119551                        "default": "0.96875",
119552                        "max": "1",
119553                        "min": "0",
119554                        "mutable": "null",
119555                        "readable": true,
119556                        "type": "gfloat",
119557                        "writable": true
119558                    },
119559                    "hue-4": {
119560                        "blurb": "Hue 4",
119561                        "conditionally-available": false,
119562                        "construct": true,
119563                        "construct-only": false,
119564                        "controllable": true,
119565                        "default": "0.125",
119566                        "max": "1",
119567                        "min": "0",
119568                        "mutable": "null",
119569                        "readable": true,
119570                        "type": "gfloat",
119571                        "writable": true
119572                    },
119573                    "hue-5": {
119574                        "blurb": "Hue 5",
119575                        "conditionally-available": false,
119576                        "construct": true,
119577                        "construct-only": false,
119578                        "controllable": true,
119579                        "default": "0.15625",
119580                        "max": "1",
119581                        "min": "0",
119582                        "mutable": "null",
119583                        "readable": true,
119584                        "type": "gfloat",
119585                        "writable": true
119586                    },
119587                    "hue-6": {
119588                        "blurb": "Hue 6",
119589                        "conditionally-available": false,
119590                        "construct": true,
119591                        "construct-only": false,
119592                        "controllable": true,
119593                        "default": "0.1875",
119594                        "max": "1",
119595                        "min": "0",
119596                        "mutable": "null",
119597                        "readable": true,
119598                        "type": "gfloat",
119599                        "writable": true
119600                    },
119601                    "hue-7": {
119602                        "blurb": "Hue 7",
119603                        "conditionally-available": false,
119604                        "construct": true,
119605                        "construct-only": false,
119606                        "controllable": true,
119607                        "default": "0.21875",
119608                        "max": "1",
119609                        "min": "0",
119610                        "mutable": "null",
119611                        "readable": true,
119612                        "type": "gfloat",
119613                        "writable": true
119614                    },
119615                    "hue-8": {
119616                        "blurb": "Hue 8",
119617                        "conditionally-available": false,
119618                        "construct": true,
119619                        "construct-only": false,
119620                        "controllable": true,
119621                        "default": "0.25",
119622                        "max": "1",
119623                        "min": "0",
119624                        "mutable": "null",
119625                        "readable": true,
119626                        "type": "gfloat",
119627                        "writable": true
119628                    },
119629                    "hue-9": {
119630                        "blurb": "Hue 9",
119631                        "conditionally-available": false,
119632                        "construct": true,
119633                        "construct-only": false,
119634                        "controllable": true,
119635                        "default": "0.28125",
119636                        "max": "1",
119637                        "min": "0",
119638                        "mutable": "null",
119639                        "readable": true,
119640                        "type": "gfloat",
119641                        "writable": true
119642                    },
119643                    "im": {
119644                        "blurb": "Input signal meter",
119645                        "conditionally-available": false,
119646                        "construct": false,
119647                        "construct-only": false,
119648                        "controllable": true,
119649                        "default": "0",
119650                        "max": "3.98107",
119651                        "min": "0",
119652                        "mutable": "null",
119653                        "readable": true,
119654                        "type": "gfloat",
119655                        "writable": false
119656                    },
119657                    "mode": {
119658                        "blurb": "Equalizer mode",
119659                        "conditionally-available": false,
119660                        "construct": true,
119661                        "construct-only": false,
119662                        "controllable": true,
119663                        "default": "IIR (0)",
119664                        "mutable": "null",
119665                        "readable": true,
119666                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monomode",
119667                        "writable": true
119668                    },
119669                    "out-latency": {
119670                        "blurb": "Latency OUT",
119671                        "conditionally-available": false,
119672                        "construct": false,
119673                        "construct-only": false,
119674                        "controllable": true,
119675                        "default": "0",
119676                        "max": "192000",
119677                        "min": "0",
119678                        "mutable": "null",
119679                        "readable": true,
119680                        "type": "gint",
119681                        "writable": false
119682                    },
119683                    "q-0": {
119684                        "blurb": "Quality factor 0",
119685                        "conditionally-available": false,
119686                        "construct": true,
119687                        "construct-only": false,
119688                        "controllable": true,
119689                        "default": "0",
119690                        "max": "100",
119691                        "min": "0",
119692                        "mutable": "null",
119693                        "readable": true,
119694                        "type": "gfloat",
119695                        "writable": true
119696                    },
119697                    "q-1": {
119698                        "blurb": "Quality factor 1",
119699                        "conditionally-available": false,
119700                        "construct": true,
119701                        "construct-only": false,
119702                        "controllable": true,
119703                        "default": "0",
119704                        "max": "100",
119705                        "min": "0",
119706                        "mutable": "null",
119707                        "readable": true,
119708                        "type": "gfloat",
119709                        "writable": true
119710                    },
119711                    "q-10": {
119712                        "blurb": "Quality factor 10",
119713                        "conditionally-available": false,
119714                        "construct": true,
119715                        "construct-only": false,
119716                        "controllable": true,
119717                        "default": "0",
119718                        "max": "100",
119719                        "min": "0",
119720                        "mutable": "null",
119721                        "readable": true,
119722                        "type": "gfloat",
119723                        "writable": true
119724                    },
119725                    "q-11": {
119726                        "blurb": "Quality factor 11",
119727                        "conditionally-available": false,
119728                        "construct": true,
119729                        "construct-only": false,
119730                        "controllable": true,
119731                        "default": "0",
119732                        "max": "100",
119733                        "min": "0",
119734                        "mutable": "null",
119735                        "readable": true,
119736                        "type": "gfloat",
119737                        "writable": true
119738                    },
119739                    "q-12": {
119740                        "blurb": "Quality factor 12",
119741                        "conditionally-available": false,
119742                        "construct": true,
119743                        "construct-only": false,
119744                        "controllable": true,
119745                        "default": "0",
119746                        "max": "100",
119747                        "min": "0",
119748                        "mutable": "null",
119749                        "readable": true,
119750                        "type": "gfloat",
119751                        "writable": true
119752                    },
119753                    "q-13": {
119754                        "blurb": "Quality factor 13",
119755                        "conditionally-available": false,
119756                        "construct": true,
119757                        "construct-only": false,
119758                        "controllable": true,
119759                        "default": "0",
119760                        "max": "100",
119761                        "min": "0",
119762                        "mutable": "null",
119763                        "readable": true,
119764                        "type": "gfloat",
119765                        "writable": true
119766                    },
119767                    "q-14": {
119768                        "blurb": "Quality factor 14",
119769                        "conditionally-available": false,
119770                        "construct": true,
119771                        "construct-only": false,
119772                        "controllable": true,
119773                        "default": "0",
119774                        "max": "100",
119775                        "min": "0",
119776                        "mutable": "null",
119777                        "readable": true,
119778                        "type": "gfloat",
119779                        "writable": true
119780                    },
119781                    "q-15": {
119782                        "blurb": "Quality factor 15",
119783                        "conditionally-available": false,
119784                        "construct": true,
119785                        "construct-only": false,
119786                        "controllable": true,
119787                        "default": "0",
119788                        "max": "100",
119789                        "min": "0",
119790                        "mutable": "null",
119791                        "readable": true,
119792                        "type": "gfloat",
119793                        "writable": true
119794                    },
119795                    "q-16": {
119796                        "blurb": "Quality factor 16",
119797                        "conditionally-available": false,
119798                        "construct": true,
119799                        "construct-only": false,
119800                        "controllable": true,
119801                        "default": "0",
119802                        "max": "100",
119803                        "min": "0",
119804                        "mutable": "null",
119805                        "readable": true,
119806                        "type": "gfloat",
119807                        "writable": true
119808                    },
119809                    "q-17": {
119810                        "blurb": "Quality factor 17",
119811                        "conditionally-available": false,
119812                        "construct": true,
119813                        "construct-only": false,
119814                        "controllable": true,
119815                        "default": "0",
119816                        "max": "100",
119817                        "min": "0",
119818                        "mutable": "null",
119819                        "readable": true,
119820                        "type": "gfloat",
119821                        "writable": true
119822                    },
119823                    "q-18": {
119824                        "blurb": "Quality factor 18",
119825                        "conditionally-available": false,
119826                        "construct": true,
119827                        "construct-only": false,
119828                        "controllable": true,
119829                        "default": "0",
119830                        "max": "100",
119831                        "min": "0",
119832                        "mutable": "null",
119833                        "readable": true,
119834                        "type": "gfloat",
119835                        "writable": true
119836                    },
119837                    "q-19": {
119838                        "blurb": "Quality factor 19",
119839                        "conditionally-available": false,
119840                        "construct": true,
119841                        "construct-only": false,
119842                        "controllable": true,
119843                        "default": "0",
119844                        "max": "100",
119845                        "min": "0",
119846                        "mutable": "null",
119847                        "readable": true,
119848                        "type": "gfloat",
119849                        "writable": true
119850                    },
119851                    "q-2": {
119852                        "blurb": "Quality factor 2",
119853                        "conditionally-available": false,
119854                        "construct": true,
119855                        "construct-only": false,
119856                        "controllable": true,
119857                        "default": "0",
119858                        "max": "100",
119859                        "min": "0",
119860                        "mutable": "null",
119861                        "readable": true,
119862                        "type": "gfloat",
119863                        "writable": true
119864                    },
119865                    "q-20": {
119866                        "blurb": "Quality factor 20",
119867                        "conditionally-available": false,
119868                        "construct": true,
119869                        "construct-only": false,
119870                        "controllable": true,
119871                        "default": "0",
119872                        "max": "100",
119873                        "min": "0",
119874                        "mutable": "null",
119875                        "readable": true,
119876                        "type": "gfloat",
119877                        "writable": true
119878                    },
119879                    "q-21": {
119880                        "blurb": "Quality factor 21",
119881                        "conditionally-available": false,
119882                        "construct": true,
119883                        "construct-only": false,
119884                        "controllable": true,
119885                        "default": "0",
119886                        "max": "100",
119887                        "min": "0",
119888                        "mutable": "null",
119889                        "readable": true,
119890                        "type": "gfloat",
119891                        "writable": true
119892                    },
119893                    "q-22": {
119894                        "blurb": "Quality factor 22",
119895                        "conditionally-available": false,
119896                        "construct": true,
119897                        "construct-only": false,
119898                        "controllable": true,
119899                        "default": "0",
119900                        "max": "100",
119901                        "min": "0",
119902                        "mutable": "null",
119903                        "readable": true,
119904                        "type": "gfloat",
119905                        "writable": true
119906                    },
119907                    "q-23": {
119908                        "blurb": "Quality factor 23",
119909                        "conditionally-available": false,
119910                        "construct": true,
119911                        "construct-only": false,
119912                        "controllable": true,
119913                        "default": "0",
119914                        "max": "100",
119915                        "min": "0",
119916                        "mutable": "null",
119917                        "readable": true,
119918                        "type": "gfloat",
119919                        "writable": true
119920                    },
119921                    "q-24": {
119922                        "blurb": "Quality factor 24",
119923                        "conditionally-available": false,
119924                        "construct": true,
119925                        "construct-only": false,
119926                        "controllable": true,
119927                        "default": "0",
119928                        "max": "100",
119929                        "min": "0",
119930                        "mutable": "null",
119931                        "readable": true,
119932                        "type": "gfloat",
119933                        "writable": true
119934                    },
119935                    "q-25": {
119936                        "blurb": "Quality factor 25",
119937                        "conditionally-available": false,
119938                        "construct": true,
119939                        "construct-only": false,
119940                        "controllable": true,
119941                        "default": "0",
119942                        "max": "100",
119943                        "min": "0",
119944                        "mutable": "null",
119945                        "readable": true,
119946                        "type": "gfloat",
119947                        "writable": true
119948                    },
119949                    "q-26": {
119950                        "blurb": "Quality factor 26",
119951                        "conditionally-available": false,
119952                        "construct": true,
119953                        "construct-only": false,
119954                        "controllable": true,
119955                        "default": "0",
119956                        "max": "100",
119957                        "min": "0",
119958                        "mutable": "null",
119959                        "readable": true,
119960                        "type": "gfloat",
119961                        "writable": true
119962                    },
119963                    "q-27": {
119964                        "blurb": "Quality factor 27",
119965                        "conditionally-available": false,
119966                        "construct": true,
119967                        "construct-only": false,
119968                        "controllable": true,
119969                        "default": "0",
119970                        "max": "100",
119971                        "min": "0",
119972                        "mutable": "null",
119973                        "readable": true,
119974                        "type": "gfloat",
119975                        "writable": true
119976                    },
119977                    "q-28": {
119978                        "blurb": "Quality factor 28",
119979                        "conditionally-available": false,
119980                        "construct": true,
119981                        "construct-only": false,
119982                        "controllable": true,
119983                        "default": "0",
119984                        "max": "100",
119985                        "min": "0",
119986                        "mutable": "null",
119987                        "readable": true,
119988                        "type": "gfloat",
119989                        "writable": true
119990                    },
119991                    "q-29": {
119992                        "blurb": "Quality factor 29",
119993                        "conditionally-available": false,
119994                        "construct": true,
119995                        "construct-only": false,
119996                        "controllable": true,
119997                        "default": "0",
119998                        "max": "100",
119999                        "min": "0",
120000                        "mutable": "null",
120001                        "readable": true,
120002                        "type": "gfloat",
120003                        "writable": true
120004                    },
120005                    "q-3": {
120006                        "blurb": "Quality factor 3",
120007                        "conditionally-available": false,
120008                        "construct": true,
120009                        "construct-only": false,
120010                        "controllable": true,
120011                        "default": "0",
120012                        "max": "100",
120013                        "min": "0",
120014                        "mutable": "null",
120015                        "readable": true,
120016                        "type": "gfloat",
120017                        "writable": true
120018                    },
120019                    "q-30": {
120020                        "blurb": "Quality factor 30",
120021                        "conditionally-available": false,
120022                        "construct": true,
120023                        "construct-only": false,
120024                        "controllable": true,
120025                        "default": "0",
120026                        "max": "100",
120027                        "min": "0",
120028                        "mutable": "null",
120029                        "readable": true,
120030                        "type": "gfloat",
120031                        "writable": true
120032                    },
120033                    "q-31": {
120034                        "blurb": "Quality factor 31",
120035                        "conditionally-available": false,
120036                        "construct": true,
120037                        "construct-only": false,
120038                        "controllable": true,
120039                        "default": "0",
120040                        "max": "100",
120041                        "min": "0",
120042                        "mutable": "null",
120043                        "readable": true,
120044                        "type": "gfloat",
120045                        "writable": true
120046                    },
120047                    "q-4": {
120048                        "blurb": "Quality factor 4",
120049                        "conditionally-available": false,
120050                        "construct": true,
120051                        "construct-only": false,
120052                        "controllable": true,
120053                        "default": "0",
120054                        "max": "100",
120055                        "min": "0",
120056                        "mutable": "null",
120057                        "readable": true,
120058                        "type": "gfloat",
120059                        "writable": true
120060                    },
120061                    "q-5": {
120062                        "blurb": "Quality factor 5",
120063                        "conditionally-available": false,
120064                        "construct": true,
120065                        "construct-only": false,
120066                        "controllable": true,
120067                        "default": "0",
120068                        "max": "100",
120069                        "min": "0",
120070                        "mutable": "null",
120071                        "readable": true,
120072                        "type": "gfloat",
120073                        "writable": true
120074                    },
120075                    "q-6": {
120076                        "blurb": "Quality factor 6",
120077                        "conditionally-available": false,
120078                        "construct": true,
120079                        "construct-only": false,
120080                        "controllable": true,
120081                        "default": "0",
120082                        "max": "100",
120083                        "min": "0",
120084                        "mutable": "null",
120085                        "readable": true,
120086                        "type": "gfloat",
120087                        "writable": true
120088                    },
120089                    "q-7": {
120090                        "blurb": "Quality factor 7",
120091                        "conditionally-available": false,
120092                        "construct": true,
120093                        "construct-only": false,
120094                        "controllable": true,
120095                        "default": "0",
120096                        "max": "100",
120097                        "min": "0",
120098                        "mutable": "null",
120099                        "readable": true,
120100                        "type": "gfloat",
120101                        "writable": true
120102                    },
120103                    "q-8": {
120104                        "blurb": "Quality factor 8",
120105                        "conditionally-available": false,
120106                        "construct": true,
120107                        "construct-only": false,
120108                        "controllable": true,
120109                        "default": "0",
120110                        "max": "100",
120111                        "min": "0",
120112                        "mutable": "null",
120113                        "readable": true,
120114                        "type": "gfloat",
120115                        "writable": true
120116                    },
120117                    "q-9": {
120118                        "blurb": "Quality factor 9",
120119                        "conditionally-available": false,
120120                        "construct": true,
120121                        "construct-only": false,
120122                        "controllable": true,
120123                        "default": "0",
120124                        "max": "100",
120125                        "min": "0",
120126                        "mutable": "null",
120127                        "readable": true,
120128                        "type": "gfloat",
120129                        "writable": true
120130                    },
120131                    "react": {
120132                        "blurb": "FFT reactivity",
120133                        "conditionally-available": false,
120134                        "construct": true,
120135                        "construct-only": false,
120136                        "controllable": true,
120137                        "default": "0.2",
120138                        "max": "1",
120139                        "min": "0",
120140                        "mutable": "null",
120141                        "readable": true,
120142                        "type": "gfloat",
120143                        "writable": true
120144                    },
120145                    "s-0": {
120146                        "blurb": "Filter slope 0",
120147                        "conditionally-available": false,
120148                        "construct": true,
120149                        "construct-only": false,
120150                        "controllable": true,
120151                        "default": "x1 (0)",
120152                        "mutable": "null",
120153                        "readable": true,
120154                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-0",
120155                        "writable": true
120156                    },
120157                    "s-1": {
120158                        "blurb": "Filter slope 1",
120159                        "conditionally-available": false,
120160                        "construct": true,
120161                        "construct-only": false,
120162                        "controllable": true,
120163                        "default": "x1 (0)",
120164                        "mutable": "null",
120165                        "readable": true,
120166                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-1",
120167                        "writable": true
120168                    },
120169                    "s-10": {
120170                        "blurb": "Filter slope 10",
120171                        "conditionally-available": false,
120172                        "construct": true,
120173                        "construct-only": false,
120174                        "controllable": true,
120175                        "default": "x1 (0)",
120176                        "mutable": "null",
120177                        "readable": true,
120178                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-10",
120179                        "writable": true
120180                    },
120181                    "s-11": {
120182                        "blurb": "Filter slope 11",
120183                        "conditionally-available": false,
120184                        "construct": true,
120185                        "construct-only": false,
120186                        "controllable": true,
120187                        "default": "x1 (0)",
120188                        "mutable": "null",
120189                        "readable": true,
120190                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-11",
120191                        "writable": true
120192                    },
120193                    "s-12": {
120194                        "blurb": "Filter slope 12",
120195                        "conditionally-available": false,
120196                        "construct": true,
120197                        "construct-only": false,
120198                        "controllable": true,
120199                        "default": "x1 (0)",
120200                        "mutable": "null",
120201                        "readable": true,
120202                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-12",
120203                        "writable": true
120204                    },
120205                    "s-13": {
120206                        "blurb": "Filter slope 13",
120207                        "conditionally-available": false,
120208                        "construct": true,
120209                        "construct-only": false,
120210                        "controllable": true,
120211                        "default": "x1 (0)",
120212                        "mutable": "null",
120213                        "readable": true,
120214                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-13",
120215                        "writable": true
120216                    },
120217                    "s-14": {
120218                        "blurb": "Filter slope 14",
120219                        "conditionally-available": false,
120220                        "construct": true,
120221                        "construct-only": false,
120222                        "controllable": true,
120223                        "default": "x1 (0)",
120224                        "mutable": "null",
120225                        "readable": true,
120226                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-14",
120227                        "writable": true
120228                    },
120229                    "s-15": {
120230                        "blurb": "Filter slope 15",
120231                        "conditionally-available": false,
120232                        "construct": true,
120233                        "construct-only": false,
120234                        "controllable": true,
120235                        "default": "x1 (0)",
120236                        "mutable": "null",
120237                        "readable": true,
120238                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-15",
120239                        "writable": true
120240                    },
120241                    "s-16": {
120242                        "blurb": "Filter slope 16",
120243                        "conditionally-available": false,
120244                        "construct": true,
120245                        "construct-only": false,
120246                        "controllable": true,
120247                        "default": "x1 (0)",
120248                        "mutable": "null",
120249                        "readable": true,
120250                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-16",
120251                        "writable": true
120252                    },
120253                    "s-17": {
120254                        "blurb": "Filter slope 17",
120255                        "conditionally-available": false,
120256                        "construct": true,
120257                        "construct-only": false,
120258                        "controllable": true,
120259                        "default": "x1 (0)",
120260                        "mutable": "null",
120261                        "readable": true,
120262                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-17",
120263                        "writable": true
120264                    },
120265                    "s-18": {
120266                        "blurb": "Filter slope 18",
120267                        "conditionally-available": false,
120268                        "construct": true,
120269                        "construct-only": false,
120270                        "controllable": true,
120271                        "default": "x1 (0)",
120272                        "mutable": "null",
120273                        "readable": true,
120274                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-18",
120275                        "writable": true
120276                    },
120277                    "s-19": {
120278                        "blurb": "Filter slope 19",
120279                        "conditionally-available": false,
120280                        "construct": true,
120281                        "construct-only": false,
120282                        "controllable": true,
120283                        "default": "x1 (0)",
120284                        "mutable": "null",
120285                        "readable": true,
120286                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-19",
120287                        "writable": true
120288                    },
120289                    "s-2": {
120290                        "blurb": "Filter slope 2",
120291                        "conditionally-available": false,
120292                        "construct": true,
120293                        "construct-only": false,
120294                        "controllable": true,
120295                        "default": "x1 (0)",
120296                        "mutable": "null",
120297                        "readable": true,
120298                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-2",
120299                        "writable": true
120300                    },
120301                    "s-20": {
120302                        "blurb": "Filter slope 20",
120303                        "conditionally-available": false,
120304                        "construct": true,
120305                        "construct-only": false,
120306                        "controllable": true,
120307                        "default": "x1 (0)",
120308                        "mutable": "null",
120309                        "readable": true,
120310                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-20",
120311                        "writable": true
120312                    },
120313                    "s-21": {
120314                        "blurb": "Filter slope 21",
120315                        "conditionally-available": false,
120316                        "construct": true,
120317                        "construct-only": false,
120318                        "controllable": true,
120319                        "default": "x1 (0)",
120320                        "mutable": "null",
120321                        "readable": true,
120322                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-21",
120323                        "writable": true
120324                    },
120325                    "s-22": {
120326                        "blurb": "Filter slope 22",
120327                        "conditionally-available": false,
120328                        "construct": true,
120329                        "construct-only": false,
120330                        "controllable": true,
120331                        "default": "x1 (0)",
120332                        "mutable": "null",
120333                        "readable": true,
120334                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-22",
120335                        "writable": true
120336                    },
120337                    "s-23": {
120338                        "blurb": "Filter slope 23",
120339                        "conditionally-available": false,
120340                        "construct": true,
120341                        "construct-only": false,
120342                        "controllable": true,
120343                        "default": "x1 (0)",
120344                        "mutable": "null",
120345                        "readable": true,
120346                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-23",
120347                        "writable": true
120348                    },
120349                    "s-24": {
120350                        "blurb": "Filter slope 24",
120351                        "conditionally-available": false,
120352                        "construct": true,
120353                        "construct-only": false,
120354                        "controllable": true,
120355                        "default": "x1 (0)",
120356                        "mutable": "null",
120357                        "readable": true,
120358                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-24",
120359                        "writable": true
120360                    },
120361                    "s-25": {
120362                        "blurb": "Filter slope 25",
120363                        "conditionally-available": false,
120364                        "construct": true,
120365                        "construct-only": false,
120366                        "controllable": true,
120367                        "default": "x1 (0)",
120368                        "mutable": "null",
120369                        "readable": true,
120370                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-25",
120371                        "writable": true
120372                    },
120373                    "s-26": {
120374                        "blurb": "Filter slope 26",
120375                        "conditionally-available": false,
120376                        "construct": true,
120377                        "construct-only": false,
120378                        "controllable": true,
120379                        "default": "x1 (0)",
120380                        "mutable": "null",
120381                        "readable": true,
120382                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-26",
120383                        "writable": true
120384                    },
120385                    "s-27": {
120386                        "blurb": "Filter slope 27",
120387                        "conditionally-available": false,
120388                        "construct": true,
120389                        "construct-only": false,
120390                        "controllable": true,
120391                        "default": "x1 (0)",
120392                        "mutable": "null",
120393                        "readable": true,
120394                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-27",
120395                        "writable": true
120396                    },
120397                    "s-28": {
120398                        "blurb": "Filter slope 28",
120399                        "conditionally-available": false,
120400                        "construct": true,
120401                        "construct-only": false,
120402                        "controllable": true,
120403                        "default": "x1 (0)",
120404                        "mutable": "null",
120405                        "readable": true,
120406                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-28",
120407                        "writable": true
120408                    },
120409                    "s-29": {
120410                        "blurb": "Filter slope 29",
120411                        "conditionally-available": false,
120412                        "construct": true,
120413                        "construct-only": false,
120414                        "controllable": true,
120415                        "default": "x1 (0)",
120416                        "mutable": "null",
120417                        "readable": true,
120418                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-29",
120419                        "writable": true
120420                    },
120421                    "s-3": {
120422                        "blurb": "Filter slope 3",
120423                        "conditionally-available": false,
120424                        "construct": true,
120425                        "construct-only": false,
120426                        "controllable": true,
120427                        "default": "x1 (0)",
120428                        "mutable": "null",
120429                        "readable": true,
120430                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-3",
120431                        "writable": true
120432                    },
120433                    "s-30": {
120434                        "blurb": "Filter slope 30",
120435                        "conditionally-available": false,
120436                        "construct": true,
120437                        "construct-only": false,
120438                        "controllable": true,
120439                        "default": "x1 (0)",
120440                        "mutable": "null",
120441                        "readable": true,
120442                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-30",
120443                        "writable": true
120444                    },
120445                    "s-31": {
120446                        "blurb": "Filter slope 31",
120447                        "conditionally-available": false,
120448                        "construct": true,
120449                        "construct-only": false,
120450                        "controllable": true,
120451                        "default": "x1 (0)",
120452                        "mutable": "null",
120453                        "readable": true,
120454                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-31",
120455                        "writable": true
120456                    },
120457                    "s-4": {
120458                        "blurb": "Filter slope 4",
120459                        "conditionally-available": false,
120460                        "construct": true,
120461                        "construct-only": false,
120462                        "controllable": true,
120463                        "default": "x1 (0)",
120464                        "mutable": "null",
120465                        "readable": true,
120466                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-4",
120467                        "writable": true
120468                    },
120469                    "s-5": {
120470                        "blurb": "Filter slope 5",
120471                        "conditionally-available": false,
120472                        "construct": true,
120473                        "construct-only": false,
120474                        "controllable": true,
120475                        "default": "x1 (0)",
120476                        "mutable": "null",
120477                        "readable": true,
120478                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-5",
120479                        "writable": true
120480                    },
120481                    "s-6": {
120482                        "blurb": "Filter slope 6",
120483                        "conditionally-available": false,
120484                        "construct": true,
120485                        "construct-only": false,
120486                        "controllable": true,
120487                        "default": "x1 (0)",
120488                        "mutable": "null",
120489                        "readable": true,
120490                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-6",
120491                        "writable": true
120492                    },
120493                    "s-7": {
120494                        "blurb": "Filter slope 7",
120495                        "conditionally-available": false,
120496                        "construct": true,
120497                        "construct-only": false,
120498                        "controllable": true,
120499                        "default": "x1 (0)",
120500                        "mutable": "null",
120501                        "readable": true,
120502                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-7",
120503                        "writable": true
120504                    },
120505                    "s-8": {
120506                        "blurb": "Filter slope 8",
120507                        "conditionally-available": false,
120508                        "construct": true,
120509                        "construct-only": false,
120510                        "controllable": true,
120511                        "default": "x1 (0)",
120512                        "mutable": "null",
120513                        "readable": true,
120514                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-8",
120515                        "writable": true
120516                    },
120517                    "s-9": {
120518                        "blurb": "Filter slope 9",
120519                        "conditionally-available": false,
120520                        "construct": true,
120521                        "construct-only": false,
120522                        "controllable": true,
120523                        "default": "x1 (0)",
120524                        "mutable": "null",
120525                        "readable": true,
120526                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-9",
120527                        "writable": true
120528                    },
120529                    "shift": {
120530                        "blurb": "Shift gain",
120531                        "conditionally-available": false,
120532                        "construct": true,
120533                        "construct-only": false,
120534                        "controllable": true,
120535                        "default": "1",
120536                        "max": "100",
120537                        "min": "0",
120538                        "mutable": "null",
120539                        "readable": true,
120540                        "type": "gfloat",
120541                        "writable": true
120542                    },
120543                    "sm": {
120544                        "blurb": "Output signal meter",
120545                        "conditionally-available": false,
120546                        "construct": false,
120547                        "construct-only": false,
120548                        "controllable": true,
120549                        "default": "0",
120550                        "max": "3.98107",
120551                        "min": "0",
120552                        "mutable": "null",
120553                        "readable": true,
120554                        "type": "gfloat",
120555                        "writable": false
120556                    },
120557                    "xm-0": {
120558                        "blurb": "Filter mute 0",
120559                        "conditionally-available": false,
120560                        "construct": true,
120561                        "construct-only": false,
120562                        "controllable": true,
120563                        "default": "false",
120564                        "mutable": "null",
120565                        "readable": true,
120566                        "type": "gboolean",
120567                        "writable": true
120568                    },
120569                    "xm-1": {
120570                        "blurb": "Filter mute 1",
120571                        "conditionally-available": false,
120572                        "construct": true,
120573                        "construct-only": false,
120574                        "controllable": true,
120575                        "default": "false",
120576                        "mutable": "null",
120577                        "readable": true,
120578                        "type": "gboolean",
120579                        "writable": true
120580                    },
120581                    "xm-10": {
120582                        "blurb": "Filter mute 10",
120583                        "conditionally-available": false,
120584                        "construct": true,
120585                        "construct-only": false,
120586                        "controllable": true,
120587                        "default": "false",
120588                        "mutable": "null",
120589                        "readable": true,
120590                        "type": "gboolean",
120591                        "writable": true
120592                    },
120593                    "xm-11": {
120594                        "blurb": "Filter mute 11",
120595                        "conditionally-available": false,
120596                        "construct": true,
120597                        "construct-only": false,
120598                        "controllable": true,
120599                        "default": "false",
120600                        "mutable": "null",
120601                        "readable": true,
120602                        "type": "gboolean",
120603                        "writable": true
120604                    },
120605                    "xm-12": {
120606                        "blurb": "Filter mute 12",
120607                        "conditionally-available": false,
120608                        "construct": true,
120609                        "construct-only": false,
120610                        "controllable": true,
120611                        "default": "false",
120612                        "mutable": "null",
120613                        "readable": true,
120614                        "type": "gboolean",
120615                        "writable": true
120616                    },
120617                    "xm-13": {
120618                        "blurb": "Filter mute 13",
120619                        "conditionally-available": false,
120620                        "construct": true,
120621                        "construct-only": false,
120622                        "controllable": true,
120623                        "default": "false",
120624                        "mutable": "null",
120625                        "readable": true,
120626                        "type": "gboolean",
120627                        "writable": true
120628                    },
120629                    "xm-14": {
120630                        "blurb": "Filter mute 14",
120631                        "conditionally-available": false,
120632                        "construct": true,
120633                        "construct-only": false,
120634                        "controllable": true,
120635                        "default": "false",
120636                        "mutable": "null",
120637                        "readable": true,
120638                        "type": "gboolean",
120639                        "writable": true
120640                    },
120641                    "xm-15": {
120642                        "blurb": "Filter mute 15",
120643                        "conditionally-available": false,
120644                        "construct": true,
120645                        "construct-only": false,
120646                        "controllable": true,
120647                        "default": "false",
120648                        "mutable": "null",
120649                        "readable": true,
120650                        "type": "gboolean",
120651                        "writable": true
120652                    },
120653                    "xm-16": {
120654                        "blurb": "Filter mute 16",
120655                        "conditionally-available": false,
120656                        "construct": true,
120657                        "construct-only": false,
120658                        "controllable": true,
120659                        "default": "false",
120660                        "mutable": "null",
120661                        "readable": true,
120662                        "type": "gboolean",
120663                        "writable": true
120664                    },
120665                    "xm-17": {
120666                        "blurb": "Filter mute 17",
120667                        "conditionally-available": false,
120668                        "construct": true,
120669                        "construct-only": false,
120670                        "controllable": true,
120671                        "default": "false",
120672                        "mutable": "null",
120673                        "readable": true,
120674                        "type": "gboolean",
120675                        "writable": true
120676                    },
120677                    "xm-18": {
120678                        "blurb": "Filter mute 18",
120679                        "conditionally-available": false,
120680                        "construct": true,
120681                        "construct-only": false,
120682                        "controllable": true,
120683                        "default": "false",
120684                        "mutable": "null",
120685                        "readable": true,
120686                        "type": "gboolean",
120687                        "writable": true
120688                    },
120689                    "xm-19": {
120690                        "blurb": "Filter mute 19",
120691                        "conditionally-available": false,
120692                        "construct": true,
120693                        "construct-only": false,
120694                        "controllable": true,
120695                        "default": "false",
120696                        "mutable": "null",
120697                        "readable": true,
120698                        "type": "gboolean",
120699                        "writable": true
120700                    },
120701                    "xm-2": {
120702                        "blurb": "Filter mute 2",
120703                        "conditionally-available": false,
120704                        "construct": true,
120705                        "construct-only": false,
120706                        "controllable": true,
120707                        "default": "false",
120708                        "mutable": "null",
120709                        "readable": true,
120710                        "type": "gboolean",
120711                        "writable": true
120712                    },
120713                    "xm-20": {
120714                        "blurb": "Filter mute 20",
120715                        "conditionally-available": false,
120716                        "construct": true,
120717                        "construct-only": false,
120718                        "controllable": true,
120719                        "default": "false",
120720                        "mutable": "null",
120721                        "readable": true,
120722                        "type": "gboolean",
120723                        "writable": true
120724                    },
120725                    "xm-21": {
120726                        "blurb": "Filter mute 21",
120727                        "conditionally-available": false,
120728                        "construct": true,
120729                        "construct-only": false,
120730                        "controllable": true,
120731                        "default": "false",
120732                        "mutable": "null",
120733                        "readable": true,
120734                        "type": "gboolean",
120735                        "writable": true
120736                    },
120737                    "xm-22": {
120738                        "blurb": "Filter mute 22",
120739                        "conditionally-available": false,
120740                        "construct": true,
120741                        "construct-only": false,
120742                        "controllable": true,
120743                        "default": "false",
120744                        "mutable": "null",
120745                        "readable": true,
120746                        "type": "gboolean",
120747                        "writable": true
120748                    },
120749                    "xm-23": {
120750                        "blurb": "Filter mute 23",
120751                        "conditionally-available": false,
120752                        "construct": true,
120753                        "construct-only": false,
120754                        "controllable": true,
120755                        "default": "false",
120756                        "mutable": "null",
120757                        "readable": true,
120758                        "type": "gboolean",
120759                        "writable": true
120760                    },
120761                    "xm-24": {
120762                        "blurb": "Filter mute 24",
120763                        "conditionally-available": false,
120764                        "construct": true,
120765                        "construct-only": false,
120766                        "controllable": true,
120767                        "default": "false",
120768                        "mutable": "null",
120769                        "readable": true,
120770                        "type": "gboolean",
120771                        "writable": true
120772                    },
120773                    "xm-25": {
120774                        "blurb": "Filter mute 25",
120775                        "conditionally-available": false,
120776                        "construct": true,
120777                        "construct-only": false,
120778                        "controllable": true,
120779                        "default": "false",
120780                        "mutable": "null",
120781                        "readable": true,
120782                        "type": "gboolean",
120783                        "writable": true
120784                    },
120785                    "xm-26": {
120786                        "blurb": "Filter mute 26",
120787                        "conditionally-available": false,
120788                        "construct": true,
120789                        "construct-only": false,
120790                        "controllable": true,
120791                        "default": "false",
120792                        "mutable": "null",
120793                        "readable": true,
120794                        "type": "gboolean",
120795                        "writable": true
120796                    },
120797                    "xm-27": {
120798                        "blurb": "Filter mute 27",
120799                        "conditionally-available": false,
120800                        "construct": true,
120801                        "construct-only": false,
120802                        "controllable": true,
120803                        "default": "false",
120804                        "mutable": "null",
120805                        "readable": true,
120806                        "type": "gboolean",
120807                        "writable": true
120808                    },
120809                    "xm-28": {
120810                        "blurb": "Filter mute 28",
120811                        "conditionally-available": false,
120812                        "construct": true,
120813                        "construct-only": false,
120814                        "controllable": true,
120815                        "default": "false",
120816                        "mutable": "null",
120817                        "readable": true,
120818                        "type": "gboolean",
120819                        "writable": true
120820                    },
120821                    "xm-29": {
120822                        "blurb": "Filter mute 29",
120823                        "conditionally-available": false,
120824                        "construct": true,
120825                        "construct-only": false,
120826                        "controllable": true,
120827                        "default": "false",
120828                        "mutable": "null",
120829                        "readable": true,
120830                        "type": "gboolean",
120831                        "writable": true
120832                    },
120833                    "xm-3": {
120834                        "blurb": "Filter mute 3",
120835                        "conditionally-available": false,
120836                        "construct": true,
120837                        "construct-only": false,
120838                        "controllable": true,
120839                        "default": "false",
120840                        "mutable": "null",
120841                        "readable": true,
120842                        "type": "gboolean",
120843                        "writable": true
120844                    },
120845                    "xm-30": {
120846                        "blurb": "Filter mute 30",
120847                        "conditionally-available": false,
120848                        "construct": true,
120849                        "construct-only": false,
120850                        "controllable": true,
120851                        "default": "false",
120852                        "mutable": "null",
120853                        "readable": true,
120854                        "type": "gboolean",
120855                        "writable": true
120856                    },
120857                    "xm-31": {
120858                        "blurb": "Filter mute 31",
120859                        "conditionally-available": false,
120860                        "construct": true,
120861                        "construct-only": false,
120862                        "controllable": true,
120863                        "default": "false",
120864                        "mutable": "null",
120865                        "readable": true,
120866                        "type": "gboolean",
120867                        "writable": true
120868                    },
120869                    "xm-4": {
120870                        "blurb": "Filter mute 4",
120871                        "conditionally-available": false,
120872                        "construct": true,
120873                        "construct-only": false,
120874                        "controllable": true,
120875                        "default": "false",
120876                        "mutable": "null",
120877                        "readable": true,
120878                        "type": "gboolean",
120879                        "writable": true
120880                    },
120881                    "xm-5": {
120882                        "blurb": "Filter mute 5",
120883                        "conditionally-available": false,
120884                        "construct": true,
120885                        "construct-only": false,
120886                        "controllable": true,
120887                        "default": "false",
120888                        "mutable": "null",
120889                        "readable": true,
120890                        "type": "gboolean",
120891                        "writable": true
120892                    },
120893                    "xm-6": {
120894                        "blurb": "Filter mute 6",
120895                        "conditionally-available": false,
120896                        "construct": true,
120897                        "construct-only": false,
120898                        "controllable": true,
120899                        "default": "false",
120900                        "mutable": "null",
120901                        "readable": true,
120902                        "type": "gboolean",
120903                        "writable": true
120904                    },
120905                    "xm-7": {
120906                        "blurb": "Filter mute 7",
120907                        "conditionally-available": false,
120908                        "construct": true,
120909                        "construct-only": false,
120910                        "controllable": true,
120911                        "default": "false",
120912                        "mutable": "null",
120913                        "readable": true,
120914                        "type": "gboolean",
120915                        "writable": true
120916                    },
120917                    "xm-8": {
120918                        "blurb": "Filter mute 8",
120919                        "conditionally-available": false,
120920                        "construct": true,
120921                        "construct-only": false,
120922                        "controllable": true,
120923                        "default": "false",
120924                        "mutable": "null",
120925                        "readable": true,
120926                        "type": "gboolean",
120927                        "writable": true
120928                    },
120929                    "xm-9": {
120930                        "blurb": "Filter mute 9",
120931                        "conditionally-available": false,
120932                        "construct": true,
120933                        "construct-only": false,
120934                        "controllable": true,
120935                        "default": "false",
120936                        "mutable": "null",
120937                        "readable": true,
120938                        "type": "gboolean",
120939                        "writable": true
120940                    },
120941                    "xs-0": {
120942                        "blurb": "Filter solo 0",
120943                        "conditionally-available": false,
120944                        "construct": true,
120945                        "construct-only": false,
120946                        "controllable": true,
120947                        "default": "false",
120948                        "mutable": "null",
120949                        "readable": true,
120950                        "type": "gboolean",
120951                        "writable": true
120952                    },
120953                    "xs-1": {
120954                        "blurb": "Filter solo 1",
120955                        "conditionally-available": false,
120956                        "construct": true,
120957                        "construct-only": false,
120958                        "controllable": true,
120959                        "default": "false",
120960                        "mutable": "null",
120961                        "readable": true,
120962                        "type": "gboolean",
120963                        "writable": true
120964                    },
120965                    "xs-10": {
120966                        "blurb": "Filter solo 10",
120967                        "conditionally-available": false,
120968                        "construct": true,
120969                        "construct-only": false,
120970                        "controllable": true,
120971                        "default": "false",
120972                        "mutable": "null",
120973                        "readable": true,
120974                        "type": "gboolean",
120975                        "writable": true
120976                    },
120977                    "xs-11": {
120978                        "blurb": "Filter solo 11",
120979                        "conditionally-available": false,
120980                        "construct": true,
120981                        "construct-only": false,
120982                        "controllable": true,
120983                        "default": "false",
120984                        "mutable": "null",
120985                        "readable": true,
120986                        "type": "gboolean",
120987                        "writable": true
120988                    },
120989                    "xs-12": {
120990                        "blurb": "Filter solo 12",
120991                        "conditionally-available": false,
120992                        "construct": true,
120993                        "construct-only": false,
120994                        "controllable": true,
120995                        "default": "false",
120996                        "mutable": "null",
120997                        "readable": true,
120998                        "type": "gboolean",
120999                        "writable": true
121000                    },
121001                    "xs-13": {
121002                        "blurb": "Filter solo 13",
121003                        "conditionally-available": false,
121004                        "construct": true,
121005                        "construct-only": false,
121006                        "controllable": true,
121007                        "default": "false",
121008                        "mutable": "null",
121009                        "readable": true,
121010                        "type": "gboolean",
121011                        "writable": true
121012                    },
121013                    "xs-14": {
121014                        "blurb": "Filter solo 14",
121015                        "conditionally-available": false,
121016                        "construct": true,
121017                        "construct-only": false,
121018                        "controllable": true,
121019                        "default": "false",
121020                        "mutable": "null",
121021                        "readable": true,
121022                        "type": "gboolean",
121023                        "writable": true
121024                    },
121025                    "xs-15": {
121026                        "blurb": "Filter solo 15",
121027                        "conditionally-available": false,
121028                        "construct": true,
121029                        "construct-only": false,
121030                        "controllable": true,
121031                        "default": "false",
121032                        "mutable": "null",
121033                        "readable": true,
121034                        "type": "gboolean",
121035                        "writable": true
121036                    },
121037                    "xs-16": {
121038                        "blurb": "Filter solo 16",
121039                        "conditionally-available": false,
121040                        "construct": true,
121041                        "construct-only": false,
121042                        "controllable": true,
121043                        "default": "false",
121044                        "mutable": "null",
121045                        "readable": true,
121046                        "type": "gboolean",
121047                        "writable": true
121048                    },
121049                    "xs-17": {
121050                        "blurb": "Filter solo 17",
121051                        "conditionally-available": false,
121052                        "construct": true,
121053                        "construct-only": false,
121054                        "controllable": true,
121055                        "default": "false",
121056                        "mutable": "null",
121057                        "readable": true,
121058                        "type": "gboolean",
121059                        "writable": true
121060                    },
121061                    "xs-18": {
121062                        "blurb": "Filter solo 18",
121063                        "conditionally-available": false,
121064                        "construct": true,
121065                        "construct-only": false,
121066                        "controllable": true,
121067                        "default": "false",
121068                        "mutable": "null",
121069                        "readable": true,
121070                        "type": "gboolean",
121071                        "writable": true
121072                    },
121073                    "xs-19": {
121074                        "blurb": "Filter solo 19",
121075                        "conditionally-available": false,
121076                        "construct": true,
121077                        "construct-only": false,
121078                        "controllable": true,
121079                        "default": "false",
121080                        "mutable": "null",
121081                        "readable": true,
121082                        "type": "gboolean",
121083                        "writable": true
121084                    },
121085                    "xs-2": {
121086                        "blurb": "Filter solo 2",
121087                        "conditionally-available": false,
121088                        "construct": true,
121089                        "construct-only": false,
121090                        "controllable": true,
121091                        "default": "false",
121092                        "mutable": "null",
121093                        "readable": true,
121094                        "type": "gboolean",
121095                        "writable": true
121096                    },
121097                    "xs-20": {
121098                        "blurb": "Filter solo 20",
121099                        "conditionally-available": false,
121100                        "construct": true,
121101                        "construct-only": false,
121102                        "controllable": true,
121103                        "default": "false",
121104                        "mutable": "null",
121105                        "readable": true,
121106                        "type": "gboolean",
121107                        "writable": true
121108                    },
121109                    "xs-21": {
121110                        "blurb": "Filter solo 21",
121111                        "conditionally-available": false,
121112                        "construct": true,
121113                        "construct-only": false,
121114                        "controllable": true,
121115                        "default": "false",
121116                        "mutable": "null",
121117                        "readable": true,
121118                        "type": "gboolean",
121119                        "writable": true
121120                    },
121121                    "xs-22": {
121122                        "blurb": "Filter solo 22",
121123                        "conditionally-available": false,
121124                        "construct": true,
121125                        "construct-only": false,
121126                        "controllable": true,
121127                        "default": "false",
121128                        "mutable": "null",
121129                        "readable": true,
121130                        "type": "gboolean",
121131                        "writable": true
121132                    },
121133                    "xs-23": {
121134                        "blurb": "Filter solo 23",
121135                        "conditionally-available": false,
121136                        "construct": true,
121137                        "construct-only": false,
121138                        "controllable": true,
121139                        "default": "false",
121140                        "mutable": "null",
121141                        "readable": true,
121142                        "type": "gboolean",
121143                        "writable": true
121144                    },
121145                    "xs-24": {
121146                        "blurb": "Filter solo 24",
121147                        "conditionally-available": false,
121148                        "construct": true,
121149                        "construct-only": false,
121150                        "controllable": true,
121151                        "default": "false",
121152                        "mutable": "null",
121153                        "readable": true,
121154                        "type": "gboolean",
121155                        "writable": true
121156                    },
121157                    "xs-25": {
121158                        "blurb": "Filter solo 25",
121159                        "conditionally-available": false,
121160                        "construct": true,
121161                        "construct-only": false,
121162                        "controllable": true,
121163                        "default": "false",
121164                        "mutable": "null",
121165                        "readable": true,
121166                        "type": "gboolean",
121167                        "writable": true
121168                    },
121169                    "xs-26": {
121170                        "blurb": "Filter solo 26",
121171                        "conditionally-available": false,
121172                        "construct": true,
121173                        "construct-only": false,
121174                        "controllable": true,
121175                        "default": "false",
121176                        "mutable": "null",
121177                        "readable": true,
121178                        "type": "gboolean",
121179                        "writable": true
121180                    },
121181                    "xs-27": {
121182                        "blurb": "Filter solo 27",
121183                        "conditionally-available": false,
121184                        "construct": true,
121185                        "construct-only": false,
121186                        "controllable": true,
121187                        "default": "false",
121188                        "mutable": "null",
121189                        "readable": true,
121190                        "type": "gboolean",
121191                        "writable": true
121192                    },
121193                    "xs-28": {
121194                        "blurb": "Filter solo 28",
121195                        "conditionally-available": false,
121196                        "construct": true,
121197                        "construct-only": false,
121198                        "controllable": true,
121199                        "default": "false",
121200                        "mutable": "null",
121201                        "readable": true,
121202                        "type": "gboolean",
121203                        "writable": true
121204                    },
121205                    "xs-29": {
121206                        "blurb": "Filter solo 29",
121207                        "conditionally-available": false,
121208                        "construct": true,
121209                        "construct-only": false,
121210                        "controllable": true,
121211                        "default": "false",
121212                        "mutable": "null",
121213                        "readable": true,
121214                        "type": "gboolean",
121215                        "writable": true
121216                    },
121217                    "xs-3": {
121218                        "blurb": "Filter solo 3",
121219                        "conditionally-available": false,
121220                        "construct": true,
121221                        "construct-only": false,
121222                        "controllable": true,
121223                        "default": "false",
121224                        "mutable": "null",
121225                        "readable": true,
121226                        "type": "gboolean",
121227                        "writable": true
121228                    },
121229                    "xs-30": {
121230                        "blurb": "Filter solo 30",
121231                        "conditionally-available": false,
121232                        "construct": true,
121233                        "construct-only": false,
121234                        "controllable": true,
121235                        "default": "false",
121236                        "mutable": "null",
121237                        "readable": true,
121238                        "type": "gboolean",
121239                        "writable": true
121240                    },
121241                    "xs-31": {
121242                        "blurb": "Filter solo 31",
121243                        "conditionally-available": false,
121244                        "construct": true,
121245                        "construct-only": false,
121246                        "controllable": true,
121247                        "default": "false",
121248                        "mutable": "null",
121249                        "readable": true,
121250                        "type": "gboolean",
121251                        "writable": true
121252                    },
121253                    "xs-4": {
121254                        "blurb": "Filter solo 4",
121255                        "conditionally-available": false,
121256                        "construct": true,
121257                        "construct-only": false,
121258                        "controllable": true,
121259                        "default": "false",
121260                        "mutable": "null",
121261                        "readable": true,
121262                        "type": "gboolean",
121263                        "writable": true
121264                    },
121265                    "xs-5": {
121266                        "blurb": "Filter solo 5",
121267                        "conditionally-available": false,
121268                        "construct": true,
121269                        "construct-only": false,
121270                        "controllable": true,
121271                        "default": "false",
121272                        "mutable": "null",
121273                        "readable": true,
121274                        "type": "gboolean",
121275                        "writable": true
121276                    },
121277                    "xs-6": {
121278                        "blurb": "Filter solo 6",
121279                        "conditionally-available": false,
121280                        "construct": true,
121281                        "construct-only": false,
121282                        "controllable": true,
121283                        "default": "false",
121284                        "mutable": "null",
121285                        "readable": true,
121286                        "type": "gboolean",
121287                        "writable": true
121288                    },
121289                    "xs-7": {
121290                        "blurb": "Filter solo 7",
121291                        "conditionally-available": false,
121292                        "construct": true,
121293                        "construct-only": false,
121294                        "controllable": true,
121295                        "default": "false",
121296                        "mutable": "null",
121297                        "readable": true,
121298                        "type": "gboolean",
121299                        "writable": true
121300                    },
121301                    "xs-8": {
121302                        "blurb": "Filter solo 8",
121303                        "conditionally-available": false,
121304                        "construct": true,
121305                        "construct-only": false,
121306                        "controllable": true,
121307                        "default": "false",
121308                        "mutable": "null",
121309                        "readable": true,
121310                        "type": "gboolean",
121311                        "writable": true
121312                    },
121313                    "xs-9": {
121314                        "blurb": "Filter solo 9",
121315                        "conditionally-available": false,
121316                        "construct": true,
121317                        "construct-only": false,
121318                        "controllable": true,
121319                        "default": "false",
121320                        "mutable": "null",
121321                        "readable": true,
121322                        "type": "gboolean",
121323                        "writable": true
121324                    },
121325                    "zoom": {
121326                        "blurb": "Graph zoom",
121327                        "conditionally-available": false,
121328                        "construct": true,
121329                        "construct-only": false,
121330                        "controllable": true,
121331                        "default": "1",
121332                        "max": "1",
121333                        "min": "0.01585",
121334                        "mutable": "null",
121335                        "readable": true,
121336                        "type": "gfloat",
121337                        "writable": true
121338                    }
121339                },
121340                "rank": "none"
121341            },
121342            "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms": {
121343                "author": "LSP LV2",
121344                "description": "LSP Parametric Equalizer x32 MidSide",
121345                "hierarchy": [
121346                    "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms",
121347                    "GstAudioFilter",
121348                    "GstBaseTransform",
121349                    "GstElement",
121350                    "GstObject",
121351                    "GInitiallyUnowned",
121352                    "GObject"
121353                ],
121354                "interfaces": [
121355                    "GstPreset"
121356                ],
121357                "klass": "Filter/Effect/Audio/LV2/Parametric",
121358                "long-name": "LSP Parametric Equalizer x32 MidSide",
121359                "pad-templates": {
121360                    "sink": {
121361                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
121362                        "direction": "sink",
121363                        "presence": "always"
121364                    },
121365                    "src": {
121366                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
121367                        "direction": "src",
121368                        "presence": "always"
121369                    }
121370                },
121371                "properties": {
121372                    "bal": {
121373                        "blurb": "Output balance",
121374                        "conditionally-available": false,
121375                        "construct": true,
121376                        "construct-only": false,
121377                        "controllable": true,
121378                        "default": "0",
121379                        "max": "100",
121380                        "min": "-100",
121381                        "mutable": "null",
121382                        "readable": true,
121383                        "type": "gfloat",
121384                        "writable": true
121385                    },
121386                    "bypass": {
121387                        "blurb": "Bypass",
121388                        "conditionally-available": false,
121389                        "construct": true,
121390                        "construct-only": false,
121391                        "controllable": true,
121392                        "default": "false",
121393                        "mutable": "null",
121394                        "readable": true,
121395                        "type": "gboolean",
121396                        "writable": true
121397                    },
121398                    "fft": {
121399                        "blurb": "FFT analysis",
121400                        "conditionally-available": false,
121401                        "construct": true,
121402                        "construct-only": false,
121403                        "controllable": true,
121404                        "default": "Off (0)",
121405                        "mutable": "null",
121406                        "readable": true,
121407                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfft",
121408                        "writable": true
121409                    },
121410                    "fftv-m": {
121411                        "blurb": "FFT visibility Mid",
121412                        "conditionally-available": false,
121413                        "construct": true,
121414                        "construct-only": false,
121415                        "controllable": true,
121416                        "default": "false",
121417                        "mutable": "null",
121418                        "readable": true,
121419                        "type": "gboolean",
121420                        "writable": true
121421                    },
121422                    "fftv-s": {
121423                        "blurb": "FFT visibility Side",
121424                        "conditionally-available": false,
121425                        "construct": true,
121426                        "construct-only": false,
121427                        "controllable": true,
121428                        "default": "false",
121429                        "mutable": "null",
121430                        "readable": true,
121431                        "type": "gboolean",
121432                        "writable": true
121433                    },
121434                    "fm-0": {
121435                        "blurb": "Frequency Mid 0",
121436                        "conditionally-available": false,
121437                        "construct": true,
121438                        "construct-only": false,
121439                        "controllable": true,
121440                        "default": "16",
121441                        "max": "24000",
121442                        "min": "10",
121443                        "mutable": "null",
121444                        "readable": true,
121445                        "type": "gfloat",
121446                        "writable": true
121447                    },
121448                    "fm-1": {
121449                        "blurb": "Frequency Mid 1",
121450                        "conditionally-available": false,
121451                        "construct": true,
121452                        "construct-only": false,
121453                        "controllable": true,
121454                        "default": "20",
121455                        "max": "24000",
121456                        "min": "10",
121457                        "mutable": "null",
121458                        "readable": true,
121459                        "type": "gfloat",
121460                        "writable": true
121461                    },
121462                    "fm-10": {
121463                        "blurb": "Frequency Mid 10",
121464                        "conditionally-available": false,
121465                        "construct": true,
121466                        "construct-only": false,
121467                        "controllable": true,
121468                        "default": "160",
121469                        "max": "24000",
121470                        "min": "10",
121471                        "mutable": "null",
121472                        "readable": true,
121473                        "type": "gfloat",
121474                        "writable": true
121475                    },
121476                    "fm-11": {
121477                        "blurb": "Frequency Mid 11",
121478                        "conditionally-available": false,
121479                        "construct": true,
121480                        "construct-only": false,
121481                        "controllable": true,
121482                        "default": "200",
121483                        "max": "24000",
121484                        "min": "10",
121485                        "mutable": "null",
121486                        "readable": true,
121487                        "type": "gfloat",
121488                        "writable": true
121489                    },
121490                    "fm-12": {
121491                        "blurb": "Frequency Mid 12",
121492                        "conditionally-available": false,
121493                        "construct": true,
121494                        "construct-only": false,
121495                        "controllable": true,
121496                        "default": "250",
121497                        "max": "24000",
121498                        "min": "10",
121499                        "mutable": "null",
121500                        "readable": true,
121501                        "type": "gfloat",
121502                        "writable": true
121503                    },
121504                    "fm-13": {
121505                        "blurb": "Frequency Mid 13",
121506                        "conditionally-available": false,
121507                        "construct": true,
121508                        "construct-only": false,
121509                        "controllable": true,
121510                        "default": "315",
121511                        "max": "24000",
121512                        "min": "10",
121513                        "mutable": "null",
121514                        "readable": true,
121515                        "type": "gfloat",
121516                        "writable": true
121517                    },
121518                    "fm-14": {
121519                        "blurb": "Frequency Mid 14",
121520                        "conditionally-available": false,
121521                        "construct": true,
121522                        "construct-only": false,
121523                        "controllable": true,
121524                        "default": "400",
121525                        "max": "24000",
121526                        "min": "10",
121527                        "mutable": "null",
121528                        "readable": true,
121529                        "type": "gfloat",
121530                        "writable": true
121531                    },
121532                    "fm-15": {
121533                        "blurb": "Frequency Mid 15",
121534                        "conditionally-available": false,
121535                        "construct": true,
121536                        "construct-only": false,
121537                        "controllable": true,
121538                        "default": "500",
121539                        "max": "24000",
121540                        "min": "10",
121541                        "mutable": "null",
121542                        "readable": true,
121543                        "type": "gfloat",
121544                        "writable": true
121545                    },
121546                    "fm-16": {
121547                        "blurb": "Frequency Mid 16",
121548                        "conditionally-available": false,
121549                        "construct": true,
121550                        "construct-only": false,
121551                        "controllable": true,
121552                        "default": "630",
121553                        "max": "24000",
121554                        "min": "10",
121555                        "mutable": "null",
121556                        "readable": true,
121557                        "type": "gfloat",
121558                        "writable": true
121559                    },
121560                    "fm-17": {
121561                        "blurb": "Frequency Mid 17",
121562                        "conditionally-available": false,
121563                        "construct": true,
121564                        "construct-only": false,
121565                        "controllable": true,
121566                        "default": "800",
121567                        "max": "24000",
121568                        "min": "10",
121569                        "mutable": "null",
121570                        "readable": true,
121571                        "type": "gfloat",
121572                        "writable": true
121573                    },
121574                    "fm-18": {
121575                        "blurb": "Frequency Mid 18",
121576                        "conditionally-available": false,
121577                        "construct": true,
121578                        "construct-only": false,
121579                        "controllable": true,
121580                        "default": "1000",
121581                        "max": "24000",
121582                        "min": "10",
121583                        "mutable": "null",
121584                        "readable": true,
121585                        "type": "gfloat",
121586                        "writable": true
121587                    },
121588                    "fm-19": {
121589                        "blurb": "Frequency Mid 19",
121590                        "conditionally-available": false,
121591                        "construct": true,
121592                        "construct-only": false,
121593                        "controllable": true,
121594                        "default": "1250",
121595                        "max": "24000",
121596                        "min": "10",
121597                        "mutable": "null",
121598                        "readable": true,
121599                        "type": "gfloat",
121600                        "writable": true
121601                    },
121602                    "fm-2": {
121603                        "blurb": "Frequency Mid 2",
121604                        "conditionally-available": false,
121605                        "construct": true,
121606                        "construct-only": false,
121607                        "controllable": true,
121608                        "default": "25",
121609                        "max": "24000",
121610                        "min": "10",
121611                        "mutable": "null",
121612                        "readable": true,
121613                        "type": "gfloat",
121614                        "writable": true
121615                    },
121616                    "fm-20": {
121617                        "blurb": "Frequency Mid 20",
121618                        "conditionally-available": false,
121619                        "construct": true,
121620                        "construct-only": false,
121621                        "controllable": true,
121622                        "default": "1600",
121623                        "max": "24000",
121624                        "min": "10",
121625                        "mutable": "null",
121626                        "readable": true,
121627                        "type": "gfloat",
121628                        "writable": true
121629                    },
121630                    "fm-21": {
121631                        "blurb": "Frequency Mid 21",
121632                        "conditionally-available": false,
121633                        "construct": true,
121634                        "construct-only": false,
121635                        "controllable": true,
121636                        "default": "2000",
121637                        "max": "24000",
121638                        "min": "10",
121639                        "mutable": "null",
121640                        "readable": true,
121641                        "type": "gfloat",
121642                        "writable": true
121643                    },
121644                    "fm-22": {
121645                        "blurb": "Frequency Mid 22",
121646                        "conditionally-available": false,
121647                        "construct": true,
121648                        "construct-only": false,
121649                        "controllable": true,
121650                        "default": "2500",
121651                        "max": "24000",
121652                        "min": "10",
121653                        "mutable": "null",
121654                        "readable": true,
121655                        "type": "gfloat",
121656                        "writable": true
121657                    },
121658                    "fm-23": {
121659                        "blurb": "Frequency Mid 23",
121660                        "conditionally-available": false,
121661                        "construct": true,
121662                        "construct-only": false,
121663                        "controllable": true,
121664                        "default": "3150",
121665                        "max": "24000",
121666                        "min": "10",
121667                        "mutable": "null",
121668                        "readable": true,
121669                        "type": "gfloat",
121670                        "writable": true
121671                    },
121672                    "fm-24": {
121673                        "blurb": "Frequency Mid 24",
121674                        "conditionally-available": false,
121675                        "construct": true,
121676                        "construct-only": false,
121677                        "controllable": true,
121678                        "default": "4000",
121679                        "max": "24000",
121680                        "min": "10",
121681                        "mutable": "null",
121682                        "readable": true,
121683                        "type": "gfloat",
121684                        "writable": true
121685                    },
121686                    "fm-25": {
121687                        "blurb": "Frequency Mid 25",
121688                        "conditionally-available": false,
121689                        "construct": true,
121690                        "construct-only": false,
121691                        "controllable": true,
121692                        "default": "5000",
121693                        "max": "24000",
121694                        "min": "10",
121695                        "mutable": "null",
121696                        "readable": true,
121697                        "type": "gfloat",
121698                        "writable": true
121699                    },
121700                    "fm-26": {
121701                        "blurb": "Frequency Mid 26",
121702                        "conditionally-available": false,
121703                        "construct": true,
121704                        "construct-only": false,
121705                        "controllable": true,
121706                        "default": "6300",
121707                        "max": "24000",
121708                        "min": "10",
121709                        "mutable": "null",
121710                        "readable": true,
121711                        "type": "gfloat",
121712                        "writable": true
121713                    },
121714                    "fm-27": {
121715                        "blurb": "Frequency Mid 27",
121716                        "conditionally-available": false,
121717                        "construct": true,
121718                        "construct-only": false,
121719                        "controllable": true,
121720                        "default": "8000",
121721                        "max": "24000",
121722                        "min": "10",
121723                        "mutable": "null",
121724                        "readable": true,
121725                        "type": "gfloat",
121726                        "writable": true
121727                    },
121728                    "fm-28": {
121729                        "blurb": "Frequency Mid 28",
121730                        "conditionally-available": false,
121731                        "construct": true,
121732                        "construct-only": false,
121733                        "controllable": true,
121734                        "default": "10000",
121735                        "max": "24000",
121736                        "min": "10",
121737                        "mutable": "null",
121738                        "readable": true,
121739                        "type": "gfloat",
121740                        "writable": true
121741                    },
121742                    "fm-29": {
121743                        "blurb": "Frequency Mid 29",
121744                        "conditionally-available": false,
121745                        "construct": true,
121746                        "construct-only": false,
121747                        "controllable": true,
121748                        "default": "12500",
121749                        "max": "24000",
121750                        "min": "10",
121751                        "mutable": "null",
121752                        "readable": true,
121753                        "type": "gfloat",
121754                        "writable": true
121755                    },
121756                    "fm-3": {
121757                        "blurb": "Frequency Mid 3",
121758                        "conditionally-available": false,
121759                        "construct": true,
121760                        "construct-only": false,
121761                        "controllable": true,
121762                        "default": "31.5",
121763                        "max": "24000",
121764                        "min": "10",
121765                        "mutable": "null",
121766                        "readable": true,
121767                        "type": "gfloat",
121768                        "writable": true
121769                    },
121770                    "fm-30": {
121771                        "blurb": "Frequency Mid 30",
121772                        "conditionally-available": false,
121773                        "construct": true,
121774                        "construct-only": false,
121775                        "controllable": true,
121776                        "default": "16000",
121777                        "max": "24000",
121778                        "min": "10",
121779                        "mutable": "null",
121780                        "readable": true,
121781                        "type": "gfloat",
121782                        "writable": true
121783                    },
121784                    "fm-31": {
121785                        "blurb": "Frequency Mid 31",
121786                        "conditionally-available": false,
121787                        "construct": true,
121788                        "construct-only": false,
121789                        "controllable": true,
121790                        "default": "20000",
121791                        "max": "24000",
121792                        "min": "10",
121793                        "mutable": "null",
121794                        "readable": true,
121795                        "type": "gfloat",
121796                        "writable": true
121797                    },
121798                    "fm-4": {
121799                        "blurb": "Frequency Mid 4",
121800                        "conditionally-available": false,
121801                        "construct": true,
121802                        "construct-only": false,
121803                        "controllable": true,
121804                        "default": "40",
121805                        "max": "24000",
121806                        "min": "10",
121807                        "mutable": "null",
121808                        "readable": true,
121809                        "type": "gfloat",
121810                        "writable": true
121811                    },
121812                    "fm-5": {
121813                        "blurb": "Frequency Mid 5",
121814                        "conditionally-available": false,
121815                        "construct": true,
121816                        "construct-only": false,
121817                        "controllable": true,
121818                        "default": "50",
121819                        "max": "24000",
121820                        "min": "10",
121821                        "mutable": "null",
121822                        "readable": true,
121823                        "type": "gfloat",
121824                        "writable": true
121825                    },
121826                    "fm-6": {
121827                        "blurb": "Frequency Mid 6",
121828                        "conditionally-available": false,
121829                        "construct": true,
121830                        "construct-only": false,
121831                        "controllable": true,
121832                        "default": "63",
121833                        "max": "24000",
121834                        "min": "10",
121835                        "mutable": "null",
121836                        "readable": true,
121837                        "type": "gfloat",
121838                        "writable": true
121839                    },
121840                    "fm-7": {
121841                        "blurb": "Frequency Mid 7",
121842                        "conditionally-available": false,
121843                        "construct": true,
121844                        "construct-only": false,
121845                        "controllable": true,
121846                        "default": "80",
121847                        "max": "24000",
121848                        "min": "10",
121849                        "mutable": "null",
121850                        "readable": true,
121851                        "type": "gfloat",
121852                        "writable": true
121853                    },
121854                    "fm-8": {
121855                        "blurb": "Frequency Mid 8",
121856                        "conditionally-available": false,
121857                        "construct": true,
121858                        "construct-only": false,
121859                        "controllable": true,
121860                        "default": "100",
121861                        "max": "24000",
121862                        "min": "10",
121863                        "mutable": "null",
121864                        "readable": true,
121865                        "type": "gfloat",
121866                        "writable": true
121867                    },
121868                    "fm-9": {
121869                        "blurb": "Frequency Mid 9",
121870                        "conditionally-available": false,
121871                        "construct": true,
121872                        "construct-only": false,
121873                        "controllable": true,
121874                        "default": "125",
121875                        "max": "24000",
121876                        "min": "10",
121877                        "mutable": "null",
121878                        "readable": true,
121879                        "type": "gfloat",
121880                        "writable": true
121881                    },
121882                    "fmm-0": {
121883                        "blurb": "Filter mode Mid 0",
121884                        "conditionally-available": false,
121885                        "construct": true,
121886                        "construct-only": false,
121887                        "controllable": true,
121888                        "default": "RLC (BT) (0)",
121889                        "mutable": "null",
121890                        "readable": true,
121891                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-0",
121892                        "writable": true
121893                    },
121894                    "fmm-1": {
121895                        "blurb": "Filter mode Mid 1",
121896                        "conditionally-available": false,
121897                        "construct": true,
121898                        "construct-only": false,
121899                        "controllable": true,
121900                        "default": "RLC (BT) (0)",
121901                        "mutable": "null",
121902                        "readable": true,
121903                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-1",
121904                        "writable": true
121905                    },
121906                    "fmm-10": {
121907                        "blurb": "Filter mode Mid 10",
121908                        "conditionally-available": false,
121909                        "construct": true,
121910                        "construct-only": false,
121911                        "controllable": true,
121912                        "default": "RLC (BT) (0)",
121913                        "mutable": "null",
121914                        "readable": true,
121915                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-10",
121916                        "writable": true
121917                    },
121918                    "fmm-11": {
121919                        "blurb": "Filter mode Mid 11",
121920                        "conditionally-available": false,
121921                        "construct": true,
121922                        "construct-only": false,
121923                        "controllable": true,
121924                        "default": "RLC (BT) (0)",
121925                        "mutable": "null",
121926                        "readable": true,
121927                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-11",
121928                        "writable": true
121929                    },
121930                    "fmm-12": {
121931                        "blurb": "Filter mode Mid 12",
121932                        "conditionally-available": false,
121933                        "construct": true,
121934                        "construct-only": false,
121935                        "controllable": true,
121936                        "default": "RLC (BT) (0)",
121937                        "mutable": "null",
121938                        "readable": true,
121939                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-12",
121940                        "writable": true
121941                    },
121942                    "fmm-13": {
121943                        "blurb": "Filter mode Mid 13",
121944                        "conditionally-available": false,
121945                        "construct": true,
121946                        "construct-only": false,
121947                        "controllable": true,
121948                        "default": "RLC (BT) (0)",
121949                        "mutable": "null",
121950                        "readable": true,
121951                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-13",
121952                        "writable": true
121953                    },
121954                    "fmm-14": {
121955                        "blurb": "Filter mode Mid 14",
121956                        "conditionally-available": false,
121957                        "construct": true,
121958                        "construct-only": false,
121959                        "controllable": true,
121960                        "default": "RLC (BT) (0)",
121961                        "mutable": "null",
121962                        "readable": true,
121963                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-14",
121964                        "writable": true
121965                    },
121966                    "fmm-15": {
121967                        "blurb": "Filter mode Mid 15",
121968                        "conditionally-available": false,
121969                        "construct": true,
121970                        "construct-only": false,
121971                        "controllable": true,
121972                        "default": "RLC (BT) (0)",
121973                        "mutable": "null",
121974                        "readable": true,
121975                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-15",
121976                        "writable": true
121977                    },
121978                    "fmm-16": {
121979                        "blurb": "Filter mode Mid 16",
121980                        "conditionally-available": false,
121981                        "construct": true,
121982                        "construct-only": false,
121983                        "controllable": true,
121984                        "default": "RLC (BT) (0)",
121985                        "mutable": "null",
121986                        "readable": true,
121987                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-16",
121988                        "writable": true
121989                    },
121990                    "fmm-17": {
121991                        "blurb": "Filter mode Mid 17",
121992                        "conditionally-available": false,
121993                        "construct": true,
121994                        "construct-only": false,
121995                        "controllable": true,
121996                        "default": "RLC (BT) (0)",
121997                        "mutable": "null",
121998                        "readable": true,
121999                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-17",
122000                        "writable": true
122001                    },
122002                    "fmm-18": {
122003                        "blurb": "Filter mode Mid 18",
122004                        "conditionally-available": false,
122005                        "construct": true,
122006                        "construct-only": false,
122007                        "controllable": true,
122008                        "default": "RLC (BT) (0)",
122009                        "mutable": "null",
122010                        "readable": true,
122011                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-18",
122012                        "writable": true
122013                    },
122014                    "fmm-19": {
122015                        "blurb": "Filter mode Mid 19",
122016                        "conditionally-available": false,
122017                        "construct": true,
122018                        "construct-only": false,
122019                        "controllable": true,
122020                        "default": "RLC (BT) (0)",
122021                        "mutable": "null",
122022                        "readable": true,
122023                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-19",
122024                        "writable": true
122025                    },
122026                    "fmm-2": {
122027                        "blurb": "Filter mode Mid 2",
122028                        "conditionally-available": false,
122029                        "construct": true,
122030                        "construct-only": false,
122031                        "controllable": true,
122032                        "default": "RLC (BT) (0)",
122033                        "mutable": "null",
122034                        "readable": true,
122035                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-2",
122036                        "writable": true
122037                    },
122038                    "fmm-20": {
122039                        "blurb": "Filter mode Mid 20",
122040                        "conditionally-available": false,
122041                        "construct": true,
122042                        "construct-only": false,
122043                        "controllable": true,
122044                        "default": "RLC (BT) (0)",
122045                        "mutable": "null",
122046                        "readable": true,
122047                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-20",
122048                        "writable": true
122049                    },
122050                    "fmm-21": {
122051                        "blurb": "Filter mode Mid 21",
122052                        "conditionally-available": false,
122053                        "construct": true,
122054                        "construct-only": false,
122055                        "controllable": true,
122056                        "default": "RLC (BT) (0)",
122057                        "mutable": "null",
122058                        "readable": true,
122059                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-21",
122060                        "writable": true
122061                    },
122062                    "fmm-22": {
122063                        "blurb": "Filter mode Mid 22",
122064                        "conditionally-available": false,
122065                        "construct": true,
122066                        "construct-only": false,
122067                        "controllable": true,
122068                        "default": "RLC (BT) (0)",
122069                        "mutable": "null",
122070                        "readable": true,
122071                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-22",
122072                        "writable": true
122073                    },
122074                    "fmm-23": {
122075                        "blurb": "Filter mode Mid 23",
122076                        "conditionally-available": false,
122077                        "construct": true,
122078                        "construct-only": false,
122079                        "controllable": true,
122080                        "default": "RLC (BT) (0)",
122081                        "mutable": "null",
122082                        "readable": true,
122083                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-23",
122084                        "writable": true
122085                    },
122086                    "fmm-24": {
122087                        "blurb": "Filter mode Mid 24",
122088                        "conditionally-available": false,
122089                        "construct": true,
122090                        "construct-only": false,
122091                        "controllable": true,
122092                        "default": "RLC (BT) (0)",
122093                        "mutable": "null",
122094                        "readable": true,
122095                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-24",
122096                        "writable": true
122097                    },
122098                    "fmm-25": {
122099                        "blurb": "Filter mode Mid 25",
122100                        "conditionally-available": false,
122101                        "construct": true,
122102                        "construct-only": false,
122103                        "controllable": true,
122104                        "default": "RLC (BT) (0)",
122105                        "mutable": "null",
122106                        "readable": true,
122107                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-25",
122108                        "writable": true
122109                    },
122110                    "fmm-26": {
122111                        "blurb": "Filter mode Mid 26",
122112                        "conditionally-available": false,
122113                        "construct": true,
122114                        "construct-only": false,
122115                        "controllable": true,
122116                        "default": "RLC (BT) (0)",
122117                        "mutable": "null",
122118                        "readable": true,
122119                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-26",
122120                        "writable": true
122121                    },
122122                    "fmm-27": {
122123                        "blurb": "Filter mode Mid 27",
122124                        "conditionally-available": false,
122125                        "construct": true,
122126                        "construct-only": false,
122127                        "controllable": true,
122128                        "default": "RLC (BT) (0)",
122129                        "mutable": "null",
122130                        "readable": true,
122131                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-27",
122132                        "writable": true
122133                    },
122134                    "fmm-28": {
122135                        "blurb": "Filter mode Mid 28",
122136                        "conditionally-available": false,
122137                        "construct": true,
122138                        "construct-only": false,
122139                        "controllable": true,
122140                        "default": "RLC (BT) (0)",
122141                        "mutable": "null",
122142                        "readable": true,
122143                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-28",
122144                        "writable": true
122145                    },
122146                    "fmm-29": {
122147                        "blurb": "Filter mode Mid 29",
122148                        "conditionally-available": false,
122149                        "construct": true,
122150                        "construct-only": false,
122151                        "controllable": true,
122152                        "default": "RLC (BT) (0)",
122153                        "mutable": "null",
122154                        "readable": true,
122155                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-29",
122156                        "writable": true
122157                    },
122158                    "fmm-3": {
122159                        "blurb": "Filter mode Mid 3",
122160                        "conditionally-available": false,
122161                        "construct": true,
122162                        "construct-only": false,
122163                        "controllable": true,
122164                        "default": "RLC (BT) (0)",
122165                        "mutable": "null",
122166                        "readable": true,
122167                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-3",
122168                        "writable": true
122169                    },
122170                    "fmm-30": {
122171                        "blurb": "Filter mode Mid 30",
122172                        "conditionally-available": false,
122173                        "construct": true,
122174                        "construct-only": false,
122175                        "controllable": true,
122176                        "default": "RLC (BT) (0)",
122177                        "mutable": "null",
122178                        "readable": true,
122179                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-30",
122180                        "writable": true
122181                    },
122182                    "fmm-31": {
122183                        "blurb": "Filter mode Mid 31",
122184                        "conditionally-available": false,
122185                        "construct": true,
122186                        "construct-only": false,
122187                        "controllable": true,
122188                        "default": "RLC (BT) (0)",
122189                        "mutable": "null",
122190                        "readable": true,
122191                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-31",
122192                        "writable": true
122193                    },
122194                    "fmm-4": {
122195                        "blurb": "Filter mode Mid 4",
122196                        "conditionally-available": false,
122197                        "construct": true,
122198                        "construct-only": false,
122199                        "controllable": true,
122200                        "default": "RLC (BT) (0)",
122201                        "mutable": "null",
122202                        "readable": true,
122203                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-4",
122204                        "writable": true
122205                    },
122206                    "fmm-5": {
122207                        "blurb": "Filter mode Mid 5",
122208                        "conditionally-available": false,
122209                        "construct": true,
122210                        "construct-only": false,
122211                        "controllable": true,
122212                        "default": "RLC (BT) (0)",
122213                        "mutable": "null",
122214                        "readable": true,
122215                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-5",
122216                        "writable": true
122217                    },
122218                    "fmm-6": {
122219                        "blurb": "Filter mode Mid 6",
122220                        "conditionally-available": false,
122221                        "construct": true,
122222                        "construct-only": false,
122223                        "controllable": true,
122224                        "default": "RLC (BT) (0)",
122225                        "mutable": "null",
122226                        "readable": true,
122227                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-6",
122228                        "writable": true
122229                    },
122230                    "fmm-7": {
122231                        "blurb": "Filter mode Mid 7",
122232                        "conditionally-available": false,
122233                        "construct": true,
122234                        "construct-only": false,
122235                        "controllable": true,
122236                        "default": "RLC (BT) (0)",
122237                        "mutable": "null",
122238                        "readable": true,
122239                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-7",
122240                        "writable": true
122241                    },
122242                    "fmm-8": {
122243                        "blurb": "Filter mode Mid 8",
122244                        "conditionally-available": false,
122245                        "construct": true,
122246                        "construct-only": false,
122247                        "controllable": true,
122248                        "default": "RLC (BT) (0)",
122249                        "mutable": "null",
122250                        "readable": true,
122251                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-8",
122252                        "writable": true
122253                    },
122254                    "fmm-9": {
122255                        "blurb": "Filter mode Mid 9",
122256                        "conditionally-available": false,
122257                        "construct": true,
122258                        "construct-only": false,
122259                        "controllable": true,
122260                        "default": "RLC (BT) (0)",
122261                        "mutable": "null",
122262                        "readable": true,
122263                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-9",
122264                        "writable": true
122265                    },
122266                    "fms-0": {
122267                        "blurb": "Filter mode Side 0",
122268                        "conditionally-available": false,
122269                        "construct": true,
122270                        "construct-only": false,
122271                        "controllable": true,
122272                        "default": "RLC (BT) (0)",
122273                        "mutable": "null",
122274                        "readable": true,
122275                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-0",
122276                        "writable": true
122277                    },
122278                    "fms-1": {
122279                        "blurb": "Filter mode Side 1",
122280                        "conditionally-available": false,
122281                        "construct": true,
122282                        "construct-only": false,
122283                        "controllable": true,
122284                        "default": "RLC (BT) (0)",
122285                        "mutable": "null",
122286                        "readable": true,
122287                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-1",
122288                        "writable": true
122289                    },
122290                    "fms-10": {
122291                        "blurb": "Filter mode Side 10",
122292                        "conditionally-available": false,
122293                        "construct": true,
122294                        "construct-only": false,
122295                        "controllable": true,
122296                        "default": "RLC (BT) (0)",
122297                        "mutable": "null",
122298                        "readable": true,
122299                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-10",
122300                        "writable": true
122301                    },
122302                    "fms-11": {
122303                        "blurb": "Filter mode Side 11",
122304                        "conditionally-available": false,
122305                        "construct": true,
122306                        "construct-only": false,
122307                        "controllable": true,
122308                        "default": "RLC (BT) (0)",
122309                        "mutable": "null",
122310                        "readable": true,
122311                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-11",
122312                        "writable": true
122313                    },
122314                    "fms-12": {
122315                        "blurb": "Filter mode Side 12",
122316                        "conditionally-available": false,
122317                        "construct": true,
122318                        "construct-only": false,
122319                        "controllable": true,
122320                        "default": "RLC (BT) (0)",
122321                        "mutable": "null",
122322                        "readable": true,
122323                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-12",
122324                        "writable": true
122325                    },
122326                    "fms-13": {
122327                        "blurb": "Filter mode Side 13",
122328                        "conditionally-available": false,
122329                        "construct": true,
122330                        "construct-only": false,
122331                        "controllable": true,
122332                        "default": "RLC (BT) (0)",
122333                        "mutable": "null",
122334                        "readable": true,
122335                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-13",
122336                        "writable": true
122337                    },
122338                    "fms-14": {
122339                        "blurb": "Filter mode Side 14",
122340                        "conditionally-available": false,
122341                        "construct": true,
122342                        "construct-only": false,
122343                        "controllable": true,
122344                        "default": "RLC (BT) (0)",
122345                        "mutable": "null",
122346                        "readable": true,
122347                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-14",
122348                        "writable": true
122349                    },
122350                    "fms-15": {
122351                        "blurb": "Filter mode Side 15",
122352                        "conditionally-available": false,
122353                        "construct": true,
122354                        "construct-only": false,
122355                        "controllable": true,
122356                        "default": "RLC (BT) (0)",
122357                        "mutable": "null",
122358                        "readable": true,
122359                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-15",
122360                        "writable": true
122361                    },
122362                    "fms-16": {
122363                        "blurb": "Filter mode Side 16",
122364                        "conditionally-available": false,
122365                        "construct": true,
122366                        "construct-only": false,
122367                        "controllable": true,
122368                        "default": "RLC (BT) (0)",
122369                        "mutable": "null",
122370                        "readable": true,
122371                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-16",
122372                        "writable": true
122373                    },
122374                    "fms-17": {
122375                        "blurb": "Filter mode Side 17",
122376                        "conditionally-available": false,
122377                        "construct": true,
122378                        "construct-only": false,
122379                        "controllable": true,
122380                        "default": "RLC (BT) (0)",
122381                        "mutable": "null",
122382                        "readable": true,
122383                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-17",
122384                        "writable": true
122385                    },
122386                    "fms-18": {
122387                        "blurb": "Filter mode Side 18",
122388                        "conditionally-available": false,
122389                        "construct": true,
122390                        "construct-only": false,
122391                        "controllable": true,
122392                        "default": "RLC (BT) (0)",
122393                        "mutable": "null",
122394                        "readable": true,
122395                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-18",
122396                        "writable": true
122397                    },
122398                    "fms-19": {
122399                        "blurb": "Filter mode Side 19",
122400                        "conditionally-available": false,
122401                        "construct": true,
122402                        "construct-only": false,
122403                        "controllable": true,
122404                        "default": "RLC (BT) (0)",
122405                        "mutable": "null",
122406                        "readable": true,
122407                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-19",
122408                        "writable": true
122409                    },
122410                    "fms-2": {
122411                        "blurb": "Filter mode Side 2",
122412                        "conditionally-available": false,
122413                        "construct": true,
122414                        "construct-only": false,
122415                        "controllable": true,
122416                        "default": "RLC (BT) (0)",
122417                        "mutable": "null",
122418                        "readable": true,
122419                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-2",
122420                        "writable": true
122421                    },
122422                    "fms-20": {
122423                        "blurb": "Filter mode Side 20",
122424                        "conditionally-available": false,
122425                        "construct": true,
122426                        "construct-only": false,
122427                        "controllable": true,
122428                        "default": "RLC (BT) (0)",
122429                        "mutable": "null",
122430                        "readable": true,
122431                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-20",
122432                        "writable": true
122433                    },
122434                    "fms-21": {
122435                        "blurb": "Filter mode Side 21",
122436                        "conditionally-available": false,
122437                        "construct": true,
122438                        "construct-only": false,
122439                        "controllable": true,
122440                        "default": "RLC (BT) (0)",
122441                        "mutable": "null",
122442                        "readable": true,
122443                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-21",
122444                        "writable": true
122445                    },
122446                    "fms-22": {
122447                        "blurb": "Filter mode Side 22",
122448                        "conditionally-available": false,
122449                        "construct": true,
122450                        "construct-only": false,
122451                        "controllable": true,
122452                        "default": "RLC (BT) (0)",
122453                        "mutable": "null",
122454                        "readable": true,
122455                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-22",
122456                        "writable": true
122457                    },
122458                    "fms-23": {
122459                        "blurb": "Filter mode Side 23",
122460                        "conditionally-available": false,
122461                        "construct": true,
122462                        "construct-only": false,
122463                        "controllable": true,
122464                        "default": "RLC (BT) (0)",
122465                        "mutable": "null",
122466                        "readable": true,
122467                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-23",
122468                        "writable": true
122469                    },
122470                    "fms-24": {
122471                        "blurb": "Filter mode Side 24",
122472                        "conditionally-available": false,
122473                        "construct": true,
122474                        "construct-only": false,
122475                        "controllable": true,
122476                        "default": "RLC (BT) (0)",
122477                        "mutable": "null",
122478                        "readable": true,
122479                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-24",
122480                        "writable": true
122481                    },
122482                    "fms-25": {
122483                        "blurb": "Filter mode Side 25",
122484                        "conditionally-available": false,
122485                        "construct": true,
122486                        "construct-only": false,
122487                        "controllable": true,
122488                        "default": "RLC (BT) (0)",
122489                        "mutable": "null",
122490                        "readable": true,
122491                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-25",
122492                        "writable": true
122493                    },
122494                    "fms-26": {
122495                        "blurb": "Filter mode Side 26",
122496                        "conditionally-available": false,
122497                        "construct": true,
122498                        "construct-only": false,
122499                        "controllable": true,
122500                        "default": "RLC (BT) (0)",
122501                        "mutable": "null",
122502                        "readable": true,
122503                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-26",
122504                        "writable": true
122505                    },
122506                    "fms-27": {
122507                        "blurb": "Filter mode Side 27",
122508                        "conditionally-available": false,
122509                        "construct": true,
122510                        "construct-only": false,
122511                        "controllable": true,
122512                        "default": "RLC (BT) (0)",
122513                        "mutable": "null",
122514                        "readable": true,
122515                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-27",
122516                        "writable": true
122517                    },
122518                    "fms-28": {
122519                        "blurb": "Filter mode Side 28",
122520                        "conditionally-available": false,
122521                        "construct": true,
122522                        "construct-only": false,
122523                        "controllable": true,
122524                        "default": "RLC (BT) (0)",
122525                        "mutable": "null",
122526                        "readable": true,
122527                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-28",
122528                        "writable": true
122529                    },
122530                    "fms-29": {
122531                        "blurb": "Filter mode Side 29",
122532                        "conditionally-available": false,
122533                        "construct": true,
122534                        "construct-only": false,
122535                        "controllable": true,
122536                        "default": "RLC (BT) (0)",
122537                        "mutable": "null",
122538                        "readable": true,
122539                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-29",
122540                        "writable": true
122541                    },
122542                    "fms-3": {
122543                        "blurb": "Filter mode Side 3",
122544                        "conditionally-available": false,
122545                        "construct": true,
122546                        "construct-only": false,
122547                        "controllable": true,
122548                        "default": "RLC (BT) (0)",
122549                        "mutable": "null",
122550                        "readable": true,
122551                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-3",
122552                        "writable": true
122553                    },
122554                    "fms-30": {
122555                        "blurb": "Filter mode Side 30",
122556                        "conditionally-available": false,
122557                        "construct": true,
122558                        "construct-only": false,
122559                        "controllable": true,
122560                        "default": "RLC (BT) (0)",
122561                        "mutable": "null",
122562                        "readable": true,
122563                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-30",
122564                        "writable": true
122565                    },
122566                    "fms-31": {
122567                        "blurb": "Filter mode Side 31",
122568                        "conditionally-available": false,
122569                        "construct": true,
122570                        "construct-only": false,
122571                        "controllable": true,
122572                        "default": "RLC (BT) (0)",
122573                        "mutable": "null",
122574                        "readable": true,
122575                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-31",
122576                        "writable": true
122577                    },
122578                    "fms-4": {
122579                        "blurb": "Filter mode Side 4",
122580                        "conditionally-available": false,
122581                        "construct": true,
122582                        "construct-only": false,
122583                        "controllable": true,
122584                        "default": "RLC (BT) (0)",
122585                        "mutable": "null",
122586                        "readable": true,
122587                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-4",
122588                        "writable": true
122589                    },
122590                    "fms-5": {
122591                        "blurb": "Filter mode Side 5",
122592                        "conditionally-available": false,
122593                        "construct": true,
122594                        "construct-only": false,
122595                        "controllable": true,
122596                        "default": "RLC (BT) (0)",
122597                        "mutable": "null",
122598                        "readable": true,
122599                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-5",
122600                        "writable": true
122601                    },
122602                    "fms-6": {
122603                        "blurb": "Filter mode Side 6",
122604                        "conditionally-available": false,
122605                        "construct": true,
122606                        "construct-only": false,
122607                        "controllable": true,
122608                        "default": "RLC (BT) (0)",
122609                        "mutable": "null",
122610                        "readable": true,
122611                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-6",
122612                        "writable": true
122613                    },
122614                    "fms-7": {
122615                        "blurb": "Filter mode Side 7",
122616                        "conditionally-available": false,
122617                        "construct": true,
122618                        "construct-only": false,
122619                        "controllable": true,
122620                        "default": "RLC (BT) (0)",
122621                        "mutable": "null",
122622                        "readable": true,
122623                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-7",
122624                        "writable": true
122625                    },
122626                    "fms-8": {
122627                        "blurb": "Filter mode Side 8",
122628                        "conditionally-available": false,
122629                        "construct": true,
122630                        "construct-only": false,
122631                        "controllable": true,
122632                        "default": "RLC (BT) (0)",
122633                        "mutable": "null",
122634                        "readable": true,
122635                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-8",
122636                        "writable": true
122637                    },
122638                    "fms-9": {
122639                        "blurb": "Filter mode Side 9",
122640                        "conditionally-available": false,
122641                        "construct": true,
122642                        "construct-only": false,
122643                        "controllable": true,
122644                        "default": "RLC (BT) (0)",
122645                        "mutable": "null",
122646                        "readable": true,
122647                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-9",
122648                        "writable": true
122649                    },
122650                    "frqs-m": {
122651                        "blurb": "Frequency shift Mid",
122652                        "conditionally-available": false,
122653                        "construct": true,
122654                        "construct-only": false,
122655                        "controllable": true,
122656                        "default": "0",
122657                        "max": "120",
122658                        "min": "-120",
122659                        "mutable": "null",
122660                        "readable": true,
122661                        "type": "gfloat",
122662                        "writable": true
122663                    },
122664                    "frqs-s": {
122665                        "blurb": "Frequency shift Side",
122666                        "conditionally-available": false,
122667                        "construct": true,
122668                        "construct-only": false,
122669                        "controllable": true,
122670                        "default": "0",
122671                        "max": "120",
122672                        "min": "-120",
122673                        "mutable": "null",
122674                        "readable": true,
122675                        "type": "gfloat",
122676                        "writable": true
122677                    },
122678                    "fs-0": {
122679                        "blurb": "Frequency Side 0",
122680                        "conditionally-available": false,
122681                        "construct": true,
122682                        "construct-only": false,
122683                        "controllable": true,
122684                        "default": "16",
122685                        "max": "24000",
122686                        "min": "10",
122687                        "mutable": "null",
122688                        "readable": true,
122689                        "type": "gfloat",
122690                        "writable": true
122691                    },
122692                    "fs-1": {
122693                        "blurb": "Frequency Side 1",
122694                        "conditionally-available": false,
122695                        "construct": true,
122696                        "construct-only": false,
122697                        "controllable": true,
122698                        "default": "20",
122699                        "max": "24000",
122700                        "min": "10",
122701                        "mutable": "null",
122702                        "readable": true,
122703                        "type": "gfloat",
122704                        "writable": true
122705                    },
122706                    "fs-10": {
122707                        "blurb": "Frequency Side 10",
122708                        "conditionally-available": false,
122709                        "construct": true,
122710                        "construct-only": false,
122711                        "controllable": true,
122712                        "default": "160",
122713                        "max": "24000",
122714                        "min": "10",
122715                        "mutable": "null",
122716                        "readable": true,
122717                        "type": "gfloat",
122718                        "writable": true
122719                    },
122720                    "fs-11": {
122721                        "blurb": "Frequency Side 11",
122722                        "conditionally-available": false,
122723                        "construct": true,
122724                        "construct-only": false,
122725                        "controllable": true,
122726                        "default": "200",
122727                        "max": "24000",
122728                        "min": "10",
122729                        "mutable": "null",
122730                        "readable": true,
122731                        "type": "gfloat",
122732                        "writable": true
122733                    },
122734                    "fs-12": {
122735                        "blurb": "Frequency Side 12",
122736                        "conditionally-available": false,
122737                        "construct": true,
122738                        "construct-only": false,
122739                        "controllable": true,
122740                        "default": "250",
122741                        "max": "24000",
122742                        "min": "10",
122743                        "mutable": "null",
122744                        "readable": true,
122745                        "type": "gfloat",
122746                        "writable": true
122747                    },
122748                    "fs-13": {
122749                        "blurb": "Frequency Side 13",
122750                        "conditionally-available": false,
122751                        "construct": true,
122752                        "construct-only": false,
122753                        "controllable": true,
122754                        "default": "315",
122755                        "max": "24000",
122756                        "min": "10",
122757                        "mutable": "null",
122758                        "readable": true,
122759                        "type": "gfloat",
122760                        "writable": true
122761                    },
122762                    "fs-14": {
122763                        "blurb": "Frequency Side 14",
122764                        "conditionally-available": false,
122765                        "construct": true,
122766                        "construct-only": false,
122767                        "controllable": true,
122768                        "default": "400",
122769                        "max": "24000",
122770                        "min": "10",
122771                        "mutable": "null",
122772                        "readable": true,
122773                        "type": "gfloat",
122774                        "writable": true
122775                    },
122776                    "fs-15": {
122777                        "blurb": "Frequency Side 15",
122778                        "conditionally-available": false,
122779                        "construct": true,
122780                        "construct-only": false,
122781                        "controllable": true,
122782                        "default": "500",
122783                        "max": "24000",
122784                        "min": "10",
122785                        "mutable": "null",
122786                        "readable": true,
122787                        "type": "gfloat",
122788                        "writable": true
122789                    },
122790                    "fs-16": {
122791                        "blurb": "Frequency Side 16",
122792                        "conditionally-available": false,
122793                        "construct": true,
122794                        "construct-only": false,
122795                        "controllable": true,
122796                        "default": "630",
122797                        "max": "24000",
122798                        "min": "10",
122799                        "mutable": "null",
122800                        "readable": true,
122801                        "type": "gfloat",
122802                        "writable": true
122803                    },
122804                    "fs-17": {
122805                        "blurb": "Frequency Side 17",
122806                        "conditionally-available": false,
122807                        "construct": true,
122808                        "construct-only": false,
122809                        "controllable": true,
122810                        "default": "800",
122811                        "max": "24000",
122812                        "min": "10",
122813                        "mutable": "null",
122814                        "readable": true,
122815                        "type": "gfloat",
122816                        "writable": true
122817                    },
122818                    "fs-18": {
122819                        "blurb": "Frequency Side 18",
122820                        "conditionally-available": false,
122821                        "construct": true,
122822                        "construct-only": false,
122823                        "controllable": true,
122824                        "default": "1000",
122825                        "max": "24000",
122826                        "min": "10",
122827                        "mutable": "null",
122828                        "readable": true,
122829                        "type": "gfloat",
122830                        "writable": true
122831                    },
122832                    "fs-19": {
122833                        "blurb": "Frequency Side 19",
122834                        "conditionally-available": false,
122835                        "construct": true,
122836                        "construct-only": false,
122837                        "controllable": true,
122838                        "default": "1250",
122839                        "max": "24000",
122840                        "min": "10",
122841                        "mutable": "null",
122842                        "readable": true,
122843                        "type": "gfloat",
122844                        "writable": true
122845                    },
122846                    "fs-2": {
122847                        "blurb": "Frequency Side 2",
122848                        "conditionally-available": false,
122849                        "construct": true,
122850                        "construct-only": false,
122851                        "controllable": true,
122852                        "default": "25",
122853                        "max": "24000",
122854                        "min": "10",
122855                        "mutable": "null",
122856                        "readable": true,
122857                        "type": "gfloat",
122858                        "writable": true
122859                    },
122860                    "fs-20": {
122861                        "blurb": "Frequency Side 20",
122862                        "conditionally-available": false,
122863                        "construct": true,
122864                        "construct-only": false,
122865                        "controllable": true,
122866                        "default": "1600",
122867                        "max": "24000",
122868                        "min": "10",
122869                        "mutable": "null",
122870                        "readable": true,
122871                        "type": "gfloat",
122872                        "writable": true
122873                    },
122874                    "fs-21": {
122875                        "blurb": "Frequency Side 21",
122876                        "conditionally-available": false,
122877                        "construct": true,
122878                        "construct-only": false,
122879                        "controllable": true,
122880                        "default": "2000",
122881                        "max": "24000",
122882                        "min": "10",
122883                        "mutable": "null",
122884                        "readable": true,
122885                        "type": "gfloat",
122886                        "writable": true
122887                    },
122888                    "fs-22": {
122889                        "blurb": "Frequency Side 22",
122890                        "conditionally-available": false,
122891                        "construct": true,
122892                        "construct-only": false,
122893                        "controllable": true,
122894                        "default": "2500",
122895                        "max": "24000",
122896                        "min": "10",
122897                        "mutable": "null",
122898                        "readable": true,
122899                        "type": "gfloat",
122900                        "writable": true
122901                    },
122902                    "fs-23": {
122903                        "blurb": "Frequency Side 23",
122904                        "conditionally-available": false,
122905                        "construct": true,
122906                        "construct-only": false,
122907                        "controllable": true,
122908                        "default": "3150",
122909                        "max": "24000",
122910                        "min": "10",
122911                        "mutable": "null",
122912                        "readable": true,
122913                        "type": "gfloat",
122914                        "writable": true
122915                    },
122916                    "fs-24": {
122917                        "blurb": "Frequency Side 24",
122918                        "conditionally-available": false,
122919                        "construct": true,
122920                        "construct-only": false,
122921                        "controllable": true,
122922                        "default": "4000",
122923                        "max": "24000",
122924                        "min": "10",
122925                        "mutable": "null",
122926                        "readable": true,
122927                        "type": "gfloat",
122928                        "writable": true
122929                    },
122930                    "fs-25": {
122931                        "blurb": "Frequency Side 25",
122932                        "conditionally-available": false,
122933                        "construct": true,
122934                        "construct-only": false,
122935                        "controllable": true,
122936                        "default": "5000",
122937                        "max": "24000",
122938                        "min": "10",
122939                        "mutable": "null",
122940                        "readable": true,
122941                        "type": "gfloat",
122942                        "writable": true
122943                    },
122944                    "fs-26": {
122945                        "blurb": "Frequency Side 26",
122946                        "conditionally-available": false,
122947                        "construct": true,
122948                        "construct-only": false,
122949                        "controllable": true,
122950                        "default": "6300",
122951                        "max": "24000",
122952                        "min": "10",
122953                        "mutable": "null",
122954                        "readable": true,
122955                        "type": "gfloat",
122956                        "writable": true
122957                    },
122958                    "fs-27": {
122959                        "blurb": "Frequency Side 27",
122960                        "conditionally-available": false,
122961                        "construct": true,
122962                        "construct-only": false,
122963                        "controllable": true,
122964                        "default": "8000",
122965                        "max": "24000",
122966                        "min": "10",
122967                        "mutable": "null",
122968                        "readable": true,
122969                        "type": "gfloat",
122970                        "writable": true
122971                    },
122972                    "fs-28": {
122973                        "blurb": "Frequency Side 28",
122974                        "conditionally-available": false,
122975                        "construct": true,
122976                        "construct-only": false,
122977                        "controllable": true,
122978                        "default": "10000",
122979                        "max": "24000",
122980                        "min": "10",
122981                        "mutable": "null",
122982                        "readable": true,
122983                        "type": "gfloat",
122984                        "writable": true
122985                    },
122986                    "fs-29": {
122987                        "blurb": "Frequency Side 29",
122988                        "conditionally-available": false,
122989                        "construct": true,
122990                        "construct-only": false,
122991                        "controllable": true,
122992                        "default": "12500",
122993                        "max": "24000",
122994                        "min": "10",
122995                        "mutable": "null",
122996                        "readable": true,
122997                        "type": "gfloat",
122998                        "writable": true
122999                    },
123000                    "fs-3": {
123001                        "blurb": "Frequency Side 3",
123002                        "conditionally-available": false,
123003                        "construct": true,
123004                        "construct-only": false,
123005                        "controllable": true,
123006                        "default": "31.5",
123007                        "max": "24000",
123008                        "min": "10",
123009                        "mutable": "null",
123010                        "readable": true,
123011                        "type": "gfloat",
123012                        "writable": true
123013                    },
123014                    "fs-30": {
123015                        "blurb": "Frequency Side 30",
123016                        "conditionally-available": false,
123017                        "construct": true,
123018                        "construct-only": false,
123019                        "controllable": true,
123020                        "default": "16000",
123021                        "max": "24000",
123022                        "min": "10",
123023                        "mutable": "null",
123024                        "readable": true,
123025                        "type": "gfloat",
123026                        "writable": true
123027                    },
123028                    "fs-31": {
123029                        "blurb": "Frequency Side 31",
123030                        "conditionally-available": false,
123031                        "construct": true,
123032                        "construct-only": false,
123033                        "controllable": true,
123034                        "default": "20000",
123035                        "max": "24000",
123036                        "min": "10",
123037                        "mutable": "null",
123038                        "readable": true,
123039                        "type": "gfloat",
123040                        "writable": true
123041                    },
123042                    "fs-4": {
123043                        "blurb": "Frequency Side 4",
123044                        "conditionally-available": false,
123045                        "construct": true,
123046                        "construct-only": false,
123047                        "controllable": true,
123048                        "default": "40",
123049                        "max": "24000",
123050                        "min": "10",
123051                        "mutable": "null",
123052                        "readable": true,
123053                        "type": "gfloat",
123054                        "writable": true
123055                    },
123056                    "fs-5": {
123057                        "blurb": "Frequency Side 5",
123058                        "conditionally-available": false,
123059                        "construct": true,
123060                        "construct-only": false,
123061                        "controllable": true,
123062                        "default": "50",
123063                        "max": "24000",
123064                        "min": "10",
123065                        "mutable": "null",
123066                        "readable": true,
123067                        "type": "gfloat",
123068                        "writable": true
123069                    },
123070                    "fs-6": {
123071                        "blurb": "Frequency Side 6",
123072                        "conditionally-available": false,
123073                        "construct": true,
123074                        "construct-only": false,
123075                        "controllable": true,
123076                        "default": "63",
123077                        "max": "24000",
123078                        "min": "10",
123079                        "mutable": "null",
123080                        "readable": true,
123081                        "type": "gfloat",
123082                        "writable": true
123083                    },
123084                    "fs-7": {
123085                        "blurb": "Frequency Side 7",
123086                        "conditionally-available": false,
123087                        "construct": true,
123088                        "construct-only": false,
123089                        "controllable": true,
123090                        "default": "80",
123091                        "max": "24000",
123092                        "min": "10",
123093                        "mutable": "null",
123094                        "readable": true,
123095                        "type": "gfloat",
123096                        "writable": true
123097                    },
123098                    "fs-8": {
123099                        "blurb": "Frequency Side 8",
123100                        "conditionally-available": false,
123101                        "construct": true,
123102                        "construct-only": false,
123103                        "controllable": true,
123104                        "default": "100",
123105                        "max": "24000",
123106                        "min": "10",
123107                        "mutable": "null",
123108                        "readable": true,
123109                        "type": "gfloat",
123110                        "writable": true
123111                    },
123112                    "fs-9": {
123113                        "blurb": "Frequency Side 9",
123114                        "conditionally-available": false,
123115                        "construct": true,
123116                        "construct-only": false,
123117                        "controllable": true,
123118                        "default": "125",
123119                        "max": "24000",
123120                        "min": "10",
123121                        "mutable": "null",
123122                        "readable": true,
123123                        "type": "gfloat",
123124                        "writable": true
123125                    },
123126                    "fsel": {
123127                        "blurb": "Filter select",
123128                        "conditionally-available": false,
123129                        "construct": true,
123130                        "construct-only": false,
123131                        "controllable": true,
123132                        "default": "Filters Mid 0-7 (0)",
123133                        "mutable": "null",
123134                        "readable": true,
123135                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfsel",
123136                        "writable": true
123137                    },
123138                    "ftm-0": {
123139                        "blurb": "Filter type Mid 0",
123140                        "conditionally-available": false,
123141                        "construct": true,
123142                        "construct-only": false,
123143                        "controllable": true,
123144                        "default": "Off (0)",
123145                        "mutable": "null",
123146                        "readable": true,
123147                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-0",
123148                        "writable": true
123149                    },
123150                    "ftm-1": {
123151                        "blurb": "Filter type Mid 1",
123152                        "conditionally-available": false,
123153                        "construct": true,
123154                        "construct-only": false,
123155                        "controllable": true,
123156                        "default": "Off (0)",
123157                        "mutable": "null",
123158                        "readable": true,
123159                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-1",
123160                        "writable": true
123161                    },
123162                    "ftm-10": {
123163                        "blurb": "Filter type Mid 10",
123164                        "conditionally-available": false,
123165                        "construct": true,
123166                        "construct-only": false,
123167                        "controllable": true,
123168                        "default": "Off (0)",
123169                        "mutable": "null",
123170                        "readable": true,
123171                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-10",
123172                        "writable": true
123173                    },
123174                    "ftm-11": {
123175                        "blurb": "Filter type Mid 11",
123176                        "conditionally-available": false,
123177                        "construct": true,
123178                        "construct-only": false,
123179                        "controllable": true,
123180                        "default": "Off (0)",
123181                        "mutable": "null",
123182                        "readable": true,
123183                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-11",
123184                        "writable": true
123185                    },
123186                    "ftm-12": {
123187                        "blurb": "Filter type Mid 12",
123188                        "conditionally-available": false,
123189                        "construct": true,
123190                        "construct-only": false,
123191                        "controllable": true,
123192                        "default": "Off (0)",
123193                        "mutable": "null",
123194                        "readable": true,
123195                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-12",
123196                        "writable": true
123197                    },
123198                    "ftm-13": {
123199                        "blurb": "Filter type Mid 13",
123200                        "conditionally-available": false,
123201                        "construct": true,
123202                        "construct-only": false,
123203                        "controllable": true,
123204                        "default": "Off (0)",
123205                        "mutable": "null",
123206                        "readable": true,
123207                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-13",
123208                        "writable": true
123209                    },
123210                    "ftm-14": {
123211                        "blurb": "Filter type Mid 14",
123212                        "conditionally-available": false,
123213                        "construct": true,
123214                        "construct-only": false,
123215                        "controllable": true,
123216                        "default": "Off (0)",
123217                        "mutable": "null",
123218                        "readable": true,
123219                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-14",
123220                        "writable": true
123221                    },
123222                    "ftm-15": {
123223                        "blurb": "Filter type Mid 15",
123224                        "conditionally-available": false,
123225                        "construct": true,
123226                        "construct-only": false,
123227                        "controllable": true,
123228                        "default": "Off (0)",
123229                        "mutable": "null",
123230                        "readable": true,
123231                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-15",
123232                        "writable": true
123233                    },
123234                    "ftm-16": {
123235                        "blurb": "Filter type Mid 16",
123236                        "conditionally-available": false,
123237                        "construct": true,
123238                        "construct-only": false,
123239                        "controllable": true,
123240                        "default": "Off (0)",
123241                        "mutable": "null",
123242                        "readable": true,
123243                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-16",
123244                        "writable": true
123245                    },
123246                    "ftm-17": {
123247                        "blurb": "Filter type Mid 17",
123248                        "conditionally-available": false,
123249                        "construct": true,
123250                        "construct-only": false,
123251                        "controllable": true,
123252                        "default": "Off (0)",
123253                        "mutable": "null",
123254                        "readable": true,
123255                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-17",
123256                        "writable": true
123257                    },
123258                    "ftm-18": {
123259                        "blurb": "Filter type Mid 18",
123260                        "conditionally-available": false,
123261                        "construct": true,
123262                        "construct-only": false,
123263                        "controllable": true,
123264                        "default": "Off (0)",
123265                        "mutable": "null",
123266                        "readable": true,
123267                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-18",
123268                        "writable": true
123269                    },
123270                    "ftm-19": {
123271                        "blurb": "Filter type Mid 19",
123272                        "conditionally-available": false,
123273                        "construct": true,
123274                        "construct-only": false,
123275                        "controllable": true,
123276                        "default": "Off (0)",
123277                        "mutable": "null",
123278                        "readable": true,
123279                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-19",
123280                        "writable": true
123281                    },
123282                    "ftm-2": {
123283                        "blurb": "Filter type Mid 2",
123284                        "conditionally-available": false,
123285                        "construct": true,
123286                        "construct-only": false,
123287                        "controllable": true,
123288                        "default": "Off (0)",
123289                        "mutable": "null",
123290                        "readable": true,
123291                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-2",
123292                        "writable": true
123293                    },
123294                    "ftm-20": {
123295                        "blurb": "Filter type Mid 20",
123296                        "conditionally-available": false,
123297                        "construct": true,
123298                        "construct-only": false,
123299                        "controllable": true,
123300                        "default": "Off (0)",
123301                        "mutable": "null",
123302                        "readable": true,
123303                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-20",
123304                        "writable": true
123305                    },
123306                    "ftm-21": {
123307                        "blurb": "Filter type Mid 21",
123308                        "conditionally-available": false,
123309                        "construct": true,
123310                        "construct-only": false,
123311                        "controllable": true,
123312                        "default": "Off (0)",
123313                        "mutable": "null",
123314                        "readable": true,
123315                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-21",
123316                        "writable": true
123317                    },
123318                    "ftm-22": {
123319                        "blurb": "Filter type Mid 22",
123320                        "conditionally-available": false,
123321                        "construct": true,
123322                        "construct-only": false,
123323                        "controllable": true,
123324                        "default": "Off (0)",
123325                        "mutable": "null",
123326                        "readable": true,
123327                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-22",
123328                        "writable": true
123329                    },
123330                    "ftm-23": {
123331                        "blurb": "Filter type Mid 23",
123332                        "conditionally-available": false,
123333                        "construct": true,
123334                        "construct-only": false,
123335                        "controllable": true,
123336                        "default": "Off (0)",
123337                        "mutable": "null",
123338                        "readable": true,
123339                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-23",
123340                        "writable": true
123341                    },
123342                    "ftm-24": {
123343                        "blurb": "Filter type Mid 24",
123344                        "conditionally-available": false,
123345                        "construct": true,
123346                        "construct-only": false,
123347                        "controllable": true,
123348                        "default": "Off (0)",
123349                        "mutable": "null",
123350                        "readable": true,
123351                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-24",
123352                        "writable": true
123353                    },
123354                    "ftm-25": {
123355                        "blurb": "Filter type Mid 25",
123356                        "conditionally-available": false,
123357                        "construct": true,
123358                        "construct-only": false,
123359                        "controllable": true,
123360                        "default": "Off (0)",
123361                        "mutable": "null",
123362                        "readable": true,
123363                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-25",
123364                        "writable": true
123365                    },
123366                    "ftm-26": {
123367                        "blurb": "Filter type Mid 26",
123368                        "conditionally-available": false,
123369                        "construct": true,
123370                        "construct-only": false,
123371                        "controllable": true,
123372                        "default": "Off (0)",
123373                        "mutable": "null",
123374                        "readable": true,
123375                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-26",
123376                        "writable": true
123377                    },
123378                    "ftm-27": {
123379                        "blurb": "Filter type Mid 27",
123380                        "conditionally-available": false,
123381                        "construct": true,
123382                        "construct-only": false,
123383                        "controllable": true,
123384                        "default": "Off (0)",
123385                        "mutable": "null",
123386                        "readable": true,
123387                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-27",
123388                        "writable": true
123389                    },
123390                    "ftm-28": {
123391                        "blurb": "Filter type Mid 28",
123392                        "conditionally-available": false,
123393                        "construct": true,
123394                        "construct-only": false,
123395                        "controllable": true,
123396                        "default": "Off (0)",
123397                        "mutable": "null",
123398                        "readable": true,
123399                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-28",
123400                        "writable": true
123401                    },
123402                    "ftm-29": {
123403                        "blurb": "Filter type Mid 29",
123404                        "conditionally-available": false,
123405                        "construct": true,
123406                        "construct-only": false,
123407                        "controllable": true,
123408                        "default": "Off (0)",
123409                        "mutable": "null",
123410                        "readable": true,
123411                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-29",
123412                        "writable": true
123413                    },
123414                    "ftm-3": {
123415                        "blurb": "Filter type Mid 3",
123416                        "conditionally-available": false,
123417                        "construct": true,
123418                        "construct-only": false,
123419                        "controllable": true,
123420                        "default": "Off (0)",
123421                        "mutable": "null",
123422                        "readable": true,
123423                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-3",
123424                        "writable": true
123425                    },
123426                    "ftm-30": {
123427                        "blurb": "Filter type Mid 30",
123428                        "conditionally-available": false,
123429                        "construct": true,
123430                        "construct-only": false,
123431                        "controllable": true,
123432                        "default": "Off (0)",
123433                        "mutable": "null",
123434                        "readable": true,
123435                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-30",
123436                        "writable": true
123437                    },
123438                    "ftm-31": {
123439                        "blurb": "Filter type Mid 31",
123440                        "conditionally-available": false,
123441                        "construct": true,
123442                        "construct-only": false,
123443                        "controllable": true,
123444                        "default": "Off (0)",
123445                        "mutable": "null",
123446                        "readable": true,
123447                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-31",
123448                        "writable": true
123449                    },
123450                    "ftm-4": {
123451                        "blurb": "Filter type Mid 4",
123452                        "conditionally-available": false,
123453                        "construct": true,
123454                        "construct-only": false,
123455                        "controllable": true,
123456                        "default": "Off (0)",
123457                        "mutable": "null",
123458                        "readable": true,
123459                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-4",
123460                        "writable": true
123461                    },
123462                    "ftm-5": {
123463                        "blurb": "Filter type Mid 5",
123464                        "conditionally-available": false,
123465                        "construct": true,
123466                        "construct-only": false,
123467                        "controllable": true,
123468                        "default": "Off (0)",
123469                        "mutable": "null",
123470                        "readable": true,
123471                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-5",
123472                        "writable": true
123473                    },
123474                    "ftm-6": {
123475                        "blurb": "Filter type Mid 6",
123476                        "conditionally-available": false,
123477                        "construct": true,
123478                        "construct-only": false,
123479                        "controllable": true,
123480                        "default": "Off (0)",
123481                        "mutable": "null",
123482                        "readable": true,
123483                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-6",
123484                        "writable": true
123485                    },
123486                    "ftm-7": {
123487                        "blurb": "Filter type Mid 7",
123488                        "conditionally-available": false,
123489                        "construct": true,
123490                        "construct-only": false,
123491                        "controllable": true,
123492                        "default": "Off (0)",
123493                        "mutable": "null",
123494                        "readable": true,
123495                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-7",
123496                        "writable": true
123497                    },
123498                    "ftm-8": {
123499                        "blurb": "Filter type Mid 8",
123500                        "conditionally-available": false,
123501                        "construct": true,
123502                        "construct-only": false,
123503                        "controllable": true,
123504                        "default": "Off (0)",
123505                        "mutable": "null",
123506                        "readable": true,
123507                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-8",
123508                        "writable": true
123509                    },
123510                    "ftm-9": {
123511                        "blurb": "Filter type Mid 9",
123512                        "conditionally-available": false,
123513                        "construct": true,
123514                        "construct-only": false,
123515                        "controllable": true,
123516                        "default": "Off (0)",
123517                        "mutable": "null",
123518                        "readable": true,
123519                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-9",
123520                        "writable": true
123521                    },
123522                    "fts-0": {
123523                        "blurb": "Filter type Side 0",
123524                        "conditionally-available": false,
123525                        "construct": true,
123526                        "construct-only": false,
123527                        "controllable": true,
123528                        "default": "Off (0)",
123529                        "mutable": "null",
123530                        "readable": true,
123531                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-0",
123532                        "writable": true
123533                    },
123534                    "fts-1": {
123535                        "blurb": "Filter type Side 1",
123536                        "conditionally-available": false,
123537                        "construct": true,
123538                        "construct-only": false,
123539                        "controllable": true,
123540                        "default": "Off (0)",
123541                        "mutable": "null",
123542                        "readable": true,
123543                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-1",
123544                        "writable": true
123545                    },
123546                    "fts-10": {
123547                        "blurb": "Filter type Side 10",
123548                        "conditionally-available": false,
123549                        "construct": true,
123550                        "construct-only": false,
123551                        "controllable": true,
123552                        "default": "Off (0)",
123553                        "mutable": "null",
123554                        "readable": true,
123555                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-10",
123556                        "writable": true
123557                    },
123558                    "fts-11": {
123559                        "blurb": "Filter type Side 11",
123560                        "conditionally-available": false,
123561                        "construct": true,
123562                        "construct-only": false,
123563                        "controllable": true,
123564                        "default": "Off (0)",
123565                        "mutable": "null",
123566                        "readable": true,
123567                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-11",
123568                        "writable": true
123569                    },
123570                    "fts-12": {
123571                        "blurb": "Filter type Side 12",
123572                        "conditionally-available": false,
123573                        "construct": true,
123574                        "construct-only": false,
123575                        "controllable": true,
123576                        "default": "Off (0)",
123577                        "mutable": "null",
123578                        "readable": true,
123579                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-12",
123580                        "writable": true
123581                    },
123582                    "fts-13": {
123583                        "blurb": "Filter type Side 13",
123584                        "conditionally-available": false,
123585                        "construct": true,
123586                        "construct-only": false,
123587                        "controllable": true,
123588                        "default": "Off (0)",
123589                        "mutable": "null",
123590                        "readable": true,
123591                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-13",
123592                        "writable": true
123593                    },
123594                    "fts-14": {
123595                        "blurb": "Filter type Side 14",
123596                        "conditionally-available": false,
123597                        "construct": true,
123598                        "construct-only": false,
123599                        "controllable": true,
123600                        "default": "Off (0)",
123601                        "mutable": "null",
123602                        "readable": true,
123603                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-14",
123604                        "writable": true
123605                    },
123606                    "fts-15": {
123607                        "blurb": "Filter type Side 15",
123608                        "conditionally-available": false,
123609                        "construct": true,
123610                        "construct-only": false,
123611                        "controllable": true,
123612                        "default": "Off (0)",
123613                        "mutable": "null",
123614                        "readable": true,
123615                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-15",
123616                        "writable": true
123617                    },
123618                    "fts-16": {
123619                        "blurb": "Filter type Side 16",
123620                        "conditionally-available": false,
123621                        "construct": true,
123622                        "construct-only": false,
123623                        "controllable": true,
123624                        "default": "Off (0)",
123625                        "mutable": "null",
123626                        "readable": true,
123627                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-16",
123628                        "writable": true
123629                    },
123630                    "fts-17": {
123631                        "blurb": "Filter type Side 17",
123632                        "conditionally-available": false,
123633                        "construct": true,
123634                        "construct-only": false,
123635                        "controllable": true,
123636                        "default": "Off (0)",
123637                        "mutable": "null",
123638                        "readable": true,
123639                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-17",
123640                        "writable": true
123641                    },
123642                    "fts-18": {
123643                        "blurb": "Filter type Side 18",
123644                        "conditionally-available": false,
123645                        "construct": true,
123646                        "construct-only": false,
123647                        "controllable": true,
123648                        "default": "Off (0)",
123649                        "mutable": "null",
123650                        "readable": true,
123651                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-18",
123652                        "writable": true
123653                    },
123654                    "fts-19": {
123655                        "blurb": "Filter type Side 19",
123656                        "conditionally-available": false,
123657                        "construct": true,
123658                        "construct-only": false,
123659                        "controllable": true,
123660                        "default": "Off (0)",
123661                        "mutable": "null",
123662                        "readable": true,
123663                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-19",
123664                        "writable": true
123665                    },
123666                    "fts-2": {
123667                        "blurb": "Filter type Side 2",
123668                        "conditionally-available": false,
123669                        "construct": true,
123670                        "construct-only": false,
123671                        "controllable": true,
123672                        "default": "Off (0)",
123673                        "mutable": "null",
123674                        "readable": true,
123675                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-2",
123676                        "writable": true
123677                    },
123678                    "fts-20": {
123679                        "blurb": "Filter type Side 20",
123680                        "conditionally-available": false,
123681                        "construct": true,
123682                        "construct-only": false,
123683                        "controllable": true,
123684                        "default": "Off (0)",
123685                        "mutable": "null",
123686                        "readable": true,
123687                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-20",
123688                        "writable": true
123689                    },
123690                    "fts-21": {
123691                        "blurb": "Filter type Side 21",
123692                        "conditionally-available": false,
123693                        "construct": true,
123694                        "construct-only": false,
123695                        "controllable": true,
123696                        "default": "Off (0)",
123697                        "mutable": "null",
123698                        "readable": true,
123699                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-21",
123700                        "writable": true
123701                    },
123702                    "fts-22": {
123703                        "blurb": "Filter type Side 22",
123704                        "conditionally-available": false,
123705                        "construct": true,
123706                        "construct-only": false,
123707                        "controllable": true,
123708                        "default": "Off (0)",
123709                        "mutable": "null",
123710                        "readable": true,
123711                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-22",
123712                        "writable": true
123713                    },
123714                    "fts-23": {
123715                        "blurb": "Filter type Side 23",
123716                        "conditionally-available": false,
123717                        "construct": true,
123718                        "construct-only": false,
123719                        "controllable": true,
123720                        "default": "Off (0)",
123721                        "mutable": "null",
123722                        "readable": true,
123723                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-23",
123724                        "writable": true
123725                    },
123726                    "fts-24": {
123727                        "blurb": "Filter type Side 24",
123728                        "conditionally-available": false,
123729                        "construct": true,
123730                        "construct-only": false,
123731                        "controllable": true,
123732                        "default": "Off (0)",
123733                        "mutable": "null",
123734                        "readable": true,
123735                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-24",
123736                        "writable": true
123737                    },
123738                    "fts-25": {
123739                        "blurb": "Filter type Side 25",
123740                        "conditionally-available": false,
123741                        "construct": true,
123742                        "construct-only": false,
123743                        "controllable": true,
123744                        "default": "Off (0)",
123745                        "mutable": "null",
123746                        "readable": true,
123747                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-25",
123748                        "writable": true
123749                    },
123750                    "fts-26": {
123751                        "blurb": "Filter type Side 26",
123752                        "conditionally-available": false,
123753                        "construct": true,
123754                        "construct-only": false,
123755                        "controllable": true,
123756                        "default": "Off (0)",
123757                        "mutable": "null",
123758                        "readable": true,
123759                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-26",
123760                        "writable": true
123761                    },
123762                    "fts-27": {
123763                        "blurb": "Filter type Side 27",
123764                        "conditionally-available": false,
123765                        "construct": true,
123766                        "construct-only": false,
123767                        "controllable": true,
123768                        "default": "Off (0)",
123769                        "mutable": "null",
123770                        "readable": true,
123771                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-27",
123772                        "writable": true
123773                    },
123774                    "fts-28": {
123775                        "blurb": "Filter type Side 28",
123776                        "conditionally-available": false,
123777                        "construct": true,
123778                        "construct-only": false,
123779                        "controllable": true,
123780                        "default": "Off (0)",
123781                        "mutable": "null",
123782                        "readable": true,
123783                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-28",
123784                        "writable": true
123785                    },
123786                    "fts-29": {
123787                        "blurb": "Filter type Side 29",
123788                        "conditionally-available": false,
123789                        "construct": true,
123790                        "construct-only": false,
123791                        "controllable": true,
123792                        "default": "Off (0)",
123793                        "mutable": "null",
123794                        "readable": true,
123795                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-29",
123796                        "writable": true
123797                    },
123798                    "fts-3": {
123799                        "blurb": "Filter type Side 3",
123800                        "conditionally-available": false,
123801                        "construct": true,
123802                        "construct-only": false,
123803                        "controllable": true,
123804                        "default": "Off (0)",
123805                        "mutable": "null",
123806                        "readable": true,
123807                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-3",
123808                        "writable": true
123809                    },
123810                    "fts-30": {
123811                        "blurb": "Filter type Side 30",
123812                        "conditionally-available": false,
123813                        "construct": true,
123814                        "construct-only": false,
123815                        "controllable": true,
123816                        "default": "Off (0)",
123817                        "mutable": "null",
123818                        "readable": true,
123819                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-30",
123820                        "writable": true
123821                    },
123822                    "fts-31": {
123823                        "blurb": "Filter type Side 31",
123824                        "conditionally-available": false,
123825                        "construct": true,
123826                        "construct-only": false,
123827                        "controllable": true,
123828                        "default": "Off (0)",
123829                        "mutable": "null",
123830                        "readable": true,
123831                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-31",
123832                        "writable": true
123833                    },
123834                    "fts-4": {
123835                        "blurb": "Filter type Side 4",
123836                        "conditionally-available": false,
123837                        "construct": true,
123838                        "construct-only": false,
123839                        "controllable": true,
123840                        "default": "Off (0)",
123841                        "mutable": "null",
123842                        "readable": true,
123843                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-4",
123844                        "writable": true
123845                    },
123846                    "fts-5": {
123847                        "blurb": "Filter type Side 5",
123848                        "conditionally-available": false,
123849                        "construct": true,
123850                        "construct-only": false,
123851                        "controllable": true,
123852                        "default": "Off (0)",
123853                        "mutable": "null",
123854                        "readable": true,
123855                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-5",
123856                        "writable": true
123857                    },
123858                    "fts-6": {
123859                        "blurb": "Filter type Side 6",
123860                        "conditionally-available": false,
123861                        "construct": true,
123862                        "construct-only": false,
123863                        "controllable": true,
123864                        "default": "Off (0)",
123865                        "mutable": "null",
123866                        "readable": true,
123867                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-6",
123868                        "writable": true
123869                    },
123870                    "fts-7": {
123871                        "blurb": "Filter type Side 7",
123872                        "conditionally-available": false,
123873                        "construct": true,
123874                        "construct-only": false,
123875                        "controllable": true,
123876                        "default": "Off (0)",
123877                        "mutable": "null",
123878                        "readable": true,
123879                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-7",
123880                        "writable": true
123881                    },
123882                    "fts-8": {
123883                        "blurb": "Filter type Side 8",
123884                        "conditionally-available": false,
123885                        "construct": true,
123886                        "construct-only": false,
123887                        "controllable": true,
123888                        "default": "Off (0)",
123889                        "mutable": "null",
123890                        "readable": true,
123891                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-8",
123892                        "writable": true
123893                    },
123894                    "fts-9": {
123895                        "blurb": "Filter type Side 9",
123896                        "conditionally-available": false,
123897                        "construct": true,
123898                        "construct-only": false,
123899                        "controllable": true,
123900                        "default": "Off (0)",
123901                        "mutable": "null",
123902                        "readable": true,
123903                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-9",
123904                        "writable": true
123905                    },
123906                    "fvm-0": {
123907                        "blurb": "Filter visibility Mid 0",
123908                        "conditionally-available": false,
123909                        "construct": false,
123910                        "construct-only": false,
123911                        "controllable": true,
123912                        "default": "false",
123913                        "mutable": "null",
123914                        "readable": true,
123915                        "type": "gboolean",
123916                        "writable": false
123917                    },
123918                    "fvm-1": {
123919                        "blurb": "Filter visibility Mid 1",
123920                        "conditionally-available": false,
123921                        "construct": false,
123922                        "construct-only": false,
123923                        "controllable": true,
123924                        "default": "false",
123925                        "mutable": "null",
123926                        "readable": true,
123927                        "type": "gboolean",
123928                        "writable": false
123929                    },
123930                    "fvm-10": {
123931                        "blurb": "Filter visibility Mid 10",
123932                        "conditionally-available": false,
123933                        "construct": false,
123934                        "construct-only": false,
123935                        "controllable": true,
123936                        "default": "false",
123937                        "mutable": "null",
123938                        "readable": true,
123939                        "type": "gboolean",
123940                        "writable": false
123941                    },
123942                    "fvm-11": {
123943                        "blurb": "Filter visibility Mid 11",
123944                        "conditionally-available": false,
123945                        "construct": false,
123946                        "construct-only": false,
123947                        "controllable": true,
123948                        "default": "false",
123949                        "mutable": "null",
123950                        "readable": true,
123951                        "type": "gboolean",
123952                        "writable": false
123953                    },
123954                    "fvm-12": {
123955                        "blurb": "Filter visibility Mid 12",
123956                        "conditionally-available": false,
123957                        "construct": false,
123958                        "construct-only": false,
123959                        "controllable": true,
123960                        "default": "false",
123961                        "mutable": "null",
123962                        "readable": true,
123963                        "type": "gboolean",
123964                        "writable": false
123965                    },
123966                    "fvm-13": {
123967                        "blurb": "Filter visibility Mid 13",
123968                        "conditionally-available": false,
123969                        "construct": false,
123970                        "construct-only": false,
123971                        "controllable": true,
123972                        "default": "false",
123973                        "mutable": "null",
123974                        "readable": true,
123975                        "type": "gboolean",
123976                        "writable": false
123977                    },
123978                    "fvm-14": {
123979                        "blurb": "Filter visibility Mid 14",
123980                        "conditionally-available": false,
123981                        "construct": false,
123982                        "construct-only": false,
123983                        "controllable": true,
123984                        "default": "false",
123985                        "mutable": "null",
123986                        "readable": true,
123987                        "type": "gboolean",
123988                        "writable": false
123989                    },
123990                    "fvm-15": {
123991                        "blurb": "Filter visibility Mid 15",
123992                        "conditionally-available": false,
123993                        "construct": false,
123994                        "construct-only": false,
123995                        "controllable": true,
123996                        "default": "false",
123997                        "mutable": "null",
123998                        "readable": true,
123999                        "type": "gboolean",
124000                        "writable": false
124001                    },
124002                    "fvm-16": {
124003                        "blurb": "Filter visibility Mid 16",
124004                        "conditionally-available": false,
124005                        "construct": false,
124006                        "construct-only": false,
124007                        "controllable": true,
124008                        "default": "false",
124009                        "mutable": "null",
124010                        "readable": true,
124011                        "type": "gboolean",
124012                        "writable": false
124013                    },
124014                    "fvm-17": {
124015                        "blurb": "Filter visibility Mid 17",
124016                        "conditionally-available": false,
124017                        "construct": false,
124018                        "construct-only": false,
124019                        "controllable": true,
124020                        "default": "false",
124021                        "mutable": "null",
124022                        "readable": true,
124023                        "type": "gboolean",
124024                        "writable": false
124025                    },
124026                    "fvm-18": {
124027                        "blurb": "Filter visibility Mid 18",
124028                        "conditionally-available": false,
124029                        "construct": false,
124030                        "construct-only": false,
124031                        "controllable": true,
124032                        "default": "false",
124033                        "mutable": "null",
124034                        "readable": true,
124035                        "type": "gboolean",
124036                        "writable": false
124037                    },
124038                    "fvm-19": {
124039                        "blurb": "Filter visibility Mid 19",
124040                        "conditionally-available": false,
124041                        "construct": false,
124042                        "construct-only": false,
124043                        "controllable": true,
124044                        "default": "false",
124045                        "mutable": "null",
124046                        "readable": true,
124047                        "type": "gboolean",
124048                        "writable": false
124049                    },
124050                    "fvm-2": {
124051                        "blurb": "Filter visibility Mid 2",
124052                        "conditionally-available": false,
124053                        "construct": false,
124054                        "construct-only": false,
124055                        "controllable": true,
124056                        "default": "false",
124057                        "mutable": "null",
124058                        "readable": true,
124059                        "type": "gboolean",
124060                        "writable": false
124061                    },
124062                    "fvm-20": {
124063                        "blurb": "Filter visibility Mid 20",
124064                        "conditionally-available": false,
124065                        "construct": false,
124066                        "construct-only": false,
124067                        "controllable": true,
124068                        "default": "false",
124069                        "mutable": "null",
124070                        "readable": true,
124071                        "type": "gboolean",
124072                        "writable": false
124073                    },
124074                    "fvm-21": {
124075                        "blurb": "Filter visibility Mid 21",
124076                        "conditionally-available": false,
124077                        "construct": false,
124078                        "construct-only": false,
124079                        "controllable": true,
124080                        "default": "false",
124081                        "mutable": "null",
124082                        "readable": true,
124083                        "type": "gboolean",
124084                        "writable": false
124085                    },
124086                    "fvm-22": {
124087                        "blurb": "Filter visibility Mid 22",
124088                        "conditionally-available": false,
124089                        "construct": false,
124090                        "construct-only": false,
124091                        "controllable": true,
124092                        "default": "false",
124093                        "mutable": "null",
124094                        "readable": true,
124095                        "type": "gboolean",
124096                        "writable": false
124097                    },
124098                    "fvm-23": {
124099                        "blurb": "Filter visibility Mid 23",
124100                        "conditionally-available": false,
124101                        "construct": false,
124102                        "construct-only": false,
124103                        "controllable": true,
124104                        "default": "false",
124105                        "mutable": "null",
124106                        "readable": true,
124107                        "type": "gboolean",
124108                        "writable": false
124109                    },
124110                    "fvm-24": {
124111                        "blurb": "Filter visibility Mid 24",
124112                        "conditionally-available": false,
124113                        "construct": false,
124114                        "construct-only": false,
124115                        "controllable": true,
124116                        "default": "false",
124117                        "mutable": "null",
124118                        "readable": true,
124119                        "type": "gboolean",
124120                        "writable": false
124121                    },
124122                    "fvm-25": {
124123                        "blurb": "Filter visibility Mid 25",
124124                        "conditionally-available": false,
124125                        "construct": false,
124126                        "construct-only": false,
124127                        "controllable": true,
124128                        "default": "false",
124129                        "mutable": "null",
124130                        "readable": true,
124131                        "type": "gboolean",
124132                        "writable": false
124133                    },
124134                    "fvm-26": {
124135                        "blurb": "Filter visibility Mid 26",
124136                        "conditionally-available": false,
124137                        "construct": false,
124138                        "construct-only": false,
124139                        "controllable": true,
124140                        "default": "false",
124141                        "mutable": "null",
124142                        "readable": true,
124143                        "type": "gboolean",
124144                        "writable": false
124145                    },
124146                    "fvm-27": {
124147                        "blurb": "Filter visibility Mid 27",
124148                        "conditionally-available": false,
124149                        "construct": false,
124150                        "construct-only": false,
124151                        "controllable": true,
124152                        "default": "false",
124153                        "mutable": "null",
124154                        "readable": true,
124155                        "type": "gboolean",
124156                        "writable": false
124157                    },
124158                    "fvm-28": {
124159                        "blurb": "Filter visibility Mid 28",
124160                        "conditionally-available": false,
124161                        "construct": false,
124162                        "construct-only": false,
124163                        "controllable": true,
124164                        "default": "false",
124165                        "mutable": "null",
124166                        "readable": true,
124167                        "type": "gboolean",
124168                        "writable": false
124169                    },
124170                    "fvm-29": {
124171                        "blurb": "Filter visibility Mid 29",
124172                        "conditionally-available": false,
124173                        "construct": false,
124174                        "construct-only": false,
124175                        "controllable": true,
124176                        "default": "false",
124177                        "mutable": "null",
124178                        "readable": true,
124179                        "type": "gboolean",
124180                        "writable": false
124181                    },
124182                    "fvm-3": {
124183                        "blurb": "Filter visibility Mid 3",
124184                        "conditionally-available": false,
124185                        "construct": false,
124186                        "construct-only": false,
124187                        "controllable": true,
124188                        "default": "false",
124189                        "mutable": "null",
124190                        "readable": true,
124191                        "type": "gboolean",
124192                        "writable": false
124193                    },
124194                    "fvm-30": {
124195                        "blurb": "Filter visibility Mid 30",
124196                        "conditionally-available": false,
124197                        "construct": false,
124198                        "construct-only": false,
124199                        "controllable": true,
124200                        "default": "false",
124201                        "mutable": "null",
124202                        "readable": true,
124203                        "type": "gboolean",
124204                        "writable": false
124205                    },
124206                    "fvm-31": {
124207                        "blurb": "Filter visibility Mid 31",
124208                        "conditionally-available": false,
124209                        "construct": false,
124210                        "construct-only": false,
124211                        "controllable": true,
124212                        "default": "false",
124213                        "mutable": "null",
124214                        "readable": true,
124215                        "type": "gboolean",
124216                        "writable": false
124217                    },
124218                    "fvm-4": {
124219                        "blurb": "Filter visibility Mid 4",
124220                        "conditionally-available": false,
124221                        "construct": false,
124222                        "construct-only": false,
124223                        "controllable": true,
124224                        "default": "false",
124225                        "mutable": "null",
124226                        "readable": true,
124227                        "type": "gboolean",
124228                        "writable": false
124229                    },
124230                    "fvm-5": {
124231                        "blurb": "Filter visibility Mid 5",
124232                        "conditionally-available": false,
124233                        "construct": false,
124234                        "construct-only": false,
124235                        "controllable": true,
124236                        "default": "false",
124237                        "mutable": "null",
124238                        "readable": true,
124239                        "type": "gboolean",
124240                        "writable": false
124241                    },
124242                    "fvm-6": {
124243                        "blurb": "Filter visibility Mid 6",
124244                        "conditionally-available": false,
124245                        "construct": false,
124246                        "construct-only": false,
124247                        "controllable": true,
124248                        "default": "false",
124249                        "mutable": "null",
124250                        "readable": true,
124251                        "type": "gboolean",
124252                        "writable": false
124253                    },
124254                    "fvm-7": {
124255                        "blurb": "Filter visibility Mid 7",
124256                        "conditionally-available": false,
124257                        "construct": false,
124258                        "construct-only": false,
124259                        "controllable": true,
124260                        "default": "false",
124261                        "mutable": "null",
124262                        "readable": true,
124263                        "type": "gboolean",
124264                        "writable": false
124265                    },
124266                    "fvm-8": {
124267                        "blurb": "Filter visibility Mid 8",
124268                        "conditionally-available": false,
124269                        "construct": false,
124270                        "construct-only": false,
124271                        "controllable": true,
124272                        "default": "false",
124273                        "mutable": "null",
124274                        "readable": true,
124275                        "type": "gboolean",
124276                        "writable": false
124277                    },
124278                    "fvm-9": {
124279                        "blurb": "Filter visibility Mid 9",
124280                        "conditionally-available": false,
124281                        "construct": false,
124282                        "construct-only": false,
124283                        "controllable": true,
124284                        "default": "false",
124285                        "mutable": "null",
124286                        "readable": true,
124287                        "type": "gboolean",
124288                        "writable": false
124289                    },
124290                    "fvs-0": {
124291                        "blurb": "Filter visibility Side 0",
124292                        "conditionally-available": false,
124293                        "construct": false,
124294                        "construct-only": false,
124295                        "controllable": true,
124296                        "default": "false",
124297                        "mutable": "null",
124298                        "readable": true,
124299                        "type": "gboolean",
124300                        "writable": false
124301                    },
124302                    "fvs-1": {
124303                        "blurb": "Filter visibility Side 1",
124304                        "conditionally-available": false,
124305                        "construct": false,
124306                        "construct-only": false,
124307                        "controllable": true,
124308                        "default": "false",
124309                        "mutable": "null",
124310                        "readable": true,
124311                        "type": "gboolean",
124312                        "writable": false
124313                    },
124314                    "fvs-10": {
124315                        "blurb": "Filter visibility Side 10",
124316                        "conditionally-available": false,
124317                        "construct": false,
124318                        "construct-only": false,
124319                        "controllable": true,
124320                        "default": "false",
124321                        "mutable": "null",
124322                        "readable": true,
124323                        "type": "gboolean",
124324                        "writable": false
124325                    },
124326                    "fvs-11": {
124327                        "blurb": "Filter visibility Side 11",
124328                        "conditionally-available": false,
124329                        "construct": false,
124330                        "construct-only": false,
124331                        "controllable": true,
124332                        "default": "false",
124333                        "mutable": "null",
124334                        "readable": true,
124335                        "type": "gboolean",
124336                        "writable": false
124337                    },
124338                    "fvs-12": {
124339                        "blurb": "Filter visibility Side 12",
124340                        "conditionally-available": false,
124341                        "construct": false,
124342                        "construct-only": false,
124343                        "controllable": true,
124344                        "default": "false",
124345                        "mutable": "null",
124346                        "readable": true,
124347                        "type": "gboolean",
124348                        "writable": false
124349                    },
124350                    "fvs-13": {
124351                        "blurb": "Filter visibility Side 13",
124352                        "conditionally-available": false,
124353                        "construct": false,
124354                        "construct-only": false,
124355                        "controllable": true,
124356                        "default": "false",
124357                        "mutable": "null",
124358                        "readable": true,
124359                        "type": "gboolean",
124360                        "writable": false
124361                    },
124362                    "fvs-14": {
124363                        "blurb": "Filter visibility Side 14",
124364                        "conditionally-available": false,
124365                        "construct": false,
124366                        "construct-only": false,
124367                        "controllable": true,
124368                        "default": "false",
124369                        "mutable": "null",
124370                        "readable": true,
124371                        "type": "gboolean",
124372                        "writable": false
124373                    },
124374                    "fvs-15": {
124375                        "blurb": "Filter visibility Side 15",
124376                        "conditionally-available": false,
124377                        "construct": false,
124378                        "construct-only": false,
124379                        "controllable": true,
124380                        "default": "false",
124381                        "mutable": "null",
124382                        "readable": true,
124383                        "type": "gboolean",
124384                        "writable": false
124385                    },
124386                    "fvs-16": {
124387                        "blurb": "Filter visibility Side 16",
124388                        "conditionally-available": false,
124389                        "construct": false,
124390                        "construct-only": false,
124391                        "controllable": true,
124392                        "default": "false",
124393                        "mutable": "null",
124394                        "readable": true,
124395                        "type": "gboolean",
124396                        "writable": false
124397                    },
124398                    "fvs-17": {
124399                        "blurb": "Filter visibility Side 17",
124400                        "conditionally-available": false,
124401                        "construct": false,
124402                        "construct-only": false,
124403                        "controllable": true,
124404                        "default": "false",
124405                        "mutable": "null",
124406                        "readable": true,
124407                        "type": "gboolean",
124408                        "writable": false
124409                    },
124410                    "fvs-18": {
124411                        "blurb": "Filter visibility Side 18",
124412                        "conditionally-available": false,
124413                        "construct": false,
124414                        "construct-only": false,
124415                        "controllable": true,
124416                        "default": "false",
124417                        "mutable": "null",
124418                        "readable": true,
124419                        "type": "gboolean",
124420                        "writable": false
124421                    },
124422                    "fvs-19": {
124423                        "blurb": "Filter visibility Side 19",
124424                        "conditionally-available": false,
124425                        "construct": false,
124426                        "construct-only": false,
124427                        "controllable": true,
124428                        "default": "false",
124429                        "mutable": "null",
124430                        "readable": true,
124431                        "type": "gboolean",
124432                        "writable": false
124433                    },
124434                    "fvs-2": {
124435                        "blurb": "Filter visibility Side 2",
124436                        "conditionally-available": false,
124437                        "construct": false,
124438                        "construct-only": false,
124439                        "controllable": true,
124440                        "default": "false",
124441                        "mutable": "null",
124442                        "readable": true,
124443                        "type": "gboolean",
124444                        "writable": false
124445                    },
124446                    "fvs-20": {
124447                        "blurb": "Filter visibility Side 20",
124448                        "conditionally-available": false,
124449                        "construct": false,
124450                        "construct-only": false,
124451                        "controllable": true,
124452                        "default": "false",
124453                        "mutable": "null",
124454                        "readable": true,
124455                        "type": "gboolean",
124456                        "writable": false
124457                    },
124458                    "fvs-21": {
124459                        "blurb": "Filter visibility Side 21",
124460                        "conditionally-available": false,
124461                        "construct": false,
124462                        "construct-only": false,
124463                        "controllable": true,
124464                        "default": "false",
124465                        "mutable": "null",
124466                        "readable": true,
124467                        "type": "gboolean",
124468                        "writable": false
124469                    },
124470                    "fvs-22": {
124471                        "blurb": "Filter visibility Side 22",
124472                        "conditionally-available": false,
124473                        "construct": false,
124474                        "construct-only": false,
124475                        "controllable": true,
124476                        "default": "false",
124477                        "mutable": "null",
124478                        "readable": true,
124479                        "type": "gboolean",
124480                        "writable": false
124481                    },
124482                    "fvs-23": {
124483                        "blurb": "Filter visibility Side 23",
124484                        "conditionally-available": false,
124485                        "construct": false,
124486                        "construct-only": false,
124487                        "controllable": true,
124488                        "default": "false",
124489                        "mutable": "null",
124490                        "readable": true,
124491                        "type": "gboolean",
124492                        "writable": false
124493                    },
124494                    "fvs-24": {
124495                        "blurb": "Filter visibility Side 24",
124496                        "conditionally-available": false,
124497                        "construct": false,
124498                        "construct-only": false,
124499                        "controllable": true,
124500                        "default": "false",
124501                        "mutable": "null",
124502                        "readable": true,
124503                        "type": "gboolean",
124504                        "writable": false
124505                    },
124506                    "fvs-25": {
124507                        "blurb": "Filter visibility Side 25",
124508                        "conditionally-available": false,
124509                        "construct": false,
124510                        "construct-only": false,
124511                        "controllable": true,
124512                        "default": "false",
124513                        "mutable": "null",
124514                        "readable": true,
124515                        "type": "gboolean",
124516                        "writable": false
124517                    },
124518                    "fvs-26": {
124519                        "blurb": "Filter visibility Side 26",
124520                        "conditionally-available": false,
124521                        "construct": false,
124522                        "construct-only": false,
124523                        "controllable": true,
124524                        "default": "false",
124525                        "mutable": "null",
124526                        "readable": true,
124527                        "type": "gboolean",
124528                        "writable": false
124529                    },
124530                    "fvs-27": {
124531                        "blurb": "Filter visibility Side 27",
124532                        "conditionally-available": false,
124533                        "construct": false,
124534                        "construct-only": false,
124535                        "controllable": true,
124536                        "default": "false",
124537                        "mutable": "null",
124538                        "readable": true,
124539                        "type": "gboolean",
124540                        "writable": false
124541                    },
124542                    "fvs-28": {
124543                        "blurb": "Filter visibility Side 28",
124544                        "conditionally-available": false,
124545                        "construct": false,
124546                        "construct-only": false,
124547                        "controllable": true,
124548                        "default": "false",
124549                        "mutable": "null",
124550                        "readable": true,
124551                        "type": "gboolean",
124552                        "writable": false
124553                    },
124554                    "fvs-29": {
124555                        "blurb": "Filter visibility Side 29",
124556                        "conditionally-available": false,
124557                        "construct": false,
124558                        "construct-only": false,
124559                        "controllable": true,
124560                        "default": "false",
124561                        "mutable": "null",
124562                        "readable": true,
124563                        "type": "gboolean",
124564                        "writable": false
124565                    },
124566                    "fvs-3": {
124567                        "blurb": "Filter visibility Side 3",
124568                        "conditionally-available": false,
124569                        "construct": false,
124570                        "construct-only": false,
124571                        "controllable": true,
124572                        "default": "false",
124573                        "mutable": "null",
124574                        "readable": true,
124575                        "type": "gboolean",
124576                        "writable": false
124577                    },
124578                    "fvs-30": {
124579                        "blurb": "Filter visibility Side 30",
124580                        "conditionally-available": false,
124581                        "construct": false,
124582                        "construct-only": false,
124583                        "controllable": true,
124584                        "default": "false",
124585                        "mutable": "null",
124586                        "readable": true,
124587                        "type": "gboolean",
124588                        "writable": false
124589                    },
124590                    "fvs-31": {
124591                        "blurb": "Filter visibility Side 31",
124592                        "conditionally-available": false,
124593                        "construct": false,
124594                        "construct-only": false,
124595                        "controllable": true,
124596                        "default": "false",
124597                        "mutable": "null",
124598                        "readable": true,
124599                        "type": "gboolean",
124600                        "writable": false
124601                    },
124602                    "fvs-4": {
124603                        "blurb": "Filter visibility Side 4",
124604                        "conditionally-available": false,
124605                        "construct": false,
124606                        "construct-only": false,
124607                        "controllable": true,
124608                        "default": "false",
124609                        "mutable": "null",
124610                        "readable": true,
124611                        "type": "gboolean",
124612                        "writable": false
124613                    },
124614                    "fvs-5": {
124615                        "blurb": "Filter visibility Side 5",
124616                        "conditionally-available": false,
124617                        "construct": false,
124618                        "construct-only": false,
124619                        "controllable": true,
124620                        "default": "false",
124621                        "mutable": "null",
124622                        "readable": true,
124623                        "type": "gboolean",
124624                        "writable": false
124625                    },
124626                    "fvs-6": {
124627                        "blurb": "Filter visibility Side 6",
124628                        "conditionally-available": false,
124629                        "construct": false,
124630                        "construct-only": false,
124631                        "controllable": true,
124632                        "default": "false",
124633                        "mutable": "null",
124634                        "readable": true,
124635                        "type": "gboolean",
124636                        "writable": false
124637                    },
124638                    "fvs-7": {
124639                        "blurb": "Filter visibility Side 7",
124640                        "conditionally-available": false,
124641                        "construct": false,
124642                        "construct-only": false,
124643                        "controllable": true,
124644                        "default": "false",
124645                        "mutable": "null",
124646                        "readable": true,
124647                        "type": "gboolean",
124648                        "writable": false
124649                    },
124650                    "fvs-8": {
124651                        "blurb": "Filter visibility Side 8",
124652                        "conditionally-available": false,
124653                        "construct": false,
124654                        "construct-only": false,
124655                        "controllable": true,
124656                        "default": "false",
124657                        "mutable": "null",
124658                        "readable": true,
124659                        "type": "gboolean",
124660                        "writable": false
124661                    },
124662                    "fvs-9": {
124663                        "blurb": "Filter visibility Side 9",
124664                        "conditionally-available": false,
124665                        "construct": false,
124666                        "construct-only": false,
124667                        "controllable": true,
124668                        "default": "false",
124669                        "mutable": "null",
124670                        "readable": true,
124671                        "type": "gboolean",
124672                        "writable": false
124673                    },
124674                    "g-in": {
124675                        "blurb": "Input gain",
124676                        "conditionally-available": false,
124677                        "construct": true,
124678                        "construct-only": false,
124679                        "controllable": true,
124680                        "default": "1",
124681                        "max": "10",
124682                        "min": "0",
124683                        "mutable": "null",
124684                        "readable": true,
124685                        "type": "gfloat",
124686                        "writable": true
124687                    },
124688                    "g-out": {
124689                        "blurb": "Output gain",
124690                        "conditionally-available": false,
124691                        "construct": true,
124692                        "construct-only": false,
124693                        "controllable": true,
124694                        "default": "1",
124695                        "max": "10",
124696                        "min": "0",
124697                        "mutable": "null",
124698                        "readable": true,
124699                        "type": "gfloat",
124700                        "writable": true
124701                    },
124702                    "gain-m": {
124703                        "blurb": "Mid gain",
124704                        "conditionally-available": false,
124705                        "construct": true,
124706                        "construct-only": false,
124707                        "controllable": true,
124708                        "default": "1",
124709                        "max": "100",
124710                        "min": "0",
124711                        "mutable": "null",
124712                        "readable": true,
124713                        "type": "gfloat",
124714                        "writable": true
124715                    },
124716                    "gain-s": {
124717                        "blurb": "Side gain",
124718                        "conditionally-available": false,
124719                        "construct": true,
124720                        "construct-only": false,
124721                        "controllable": true,
124722                        "default": "1",
124723                        "max": "100",
124724                        "min": "0",
124725                        "mutable": "null",
124726                        "readable": true,
124727                        "type": "gfloat",
124728                        "writable": true
124729                    },
124730                    "gm-0": {
124731                        "blurb": "Gain Mid 0",
124732                        "conditionally-available": false,
124733                        "construct": true,
124734                        "construct-only": false,
124735                        "controllable": true,
124736                        "default": "1",
124737                        "max": "63.0957",
124738                        "min": "0.01585",
124739                        "mutable": "null",
124740                        "readable": true,
124741                        "type": "gfloat",
124742                        "writable": true
124743                    },
124744                    "gm-1": {
124745                        "blurb": "Gain Mid 1",
124746                        "conditionally-available": false,
124747                        "construct": true,
124748                        "construct-only": false,
124749                        "controllable": true,
124750                        "default": "1",
124751                        "max": "63.0957",
124752                        "min": "0.01585",
124753                        "mutable": "null",
124754                        "readable": true,
124755                        "type": "gfloat",
124756                        "writable": true
124757                    },
124758                    "gm-10": {
124759                        "blurb": "Gain Mid 10",
124760                        "conditionally-available": false,
124761                        "construct": true,
124762                        "construct-only": false,
124763                        "controllable": true,
124764                        "default": "1",
124765                        "max": "63.0957",
124766                        "min": "0.01585",
124767                        "mutable": "null",
124768                        "readable": true,
124769                        "type": "gfloat",
124770                        "writable": true
124771                    },
124772                    "gm-11": {
124773                        "blurb": "Gain Mid 11",
124774                        "conditionally-available": false,
124775                        "construct": true,
124776                        "construct-only": false,
124777                        "controllable": true,
124778                        "default": "1",
124779                        "max": "63.0957",
124780                        "min": "0.01585",
124781                        "mutable": "null",
124782                        "readable": true,
124783                        "type": "gfloat",
124784                        "writable": true
124785                    },
124786                    "gm-12": {
124787                        "blurb": "Gain Mid 12",
124788                        "conditionally-available": false,
124789                        "construct": true,
124790                        "construct-only": false,
124791                        "controllable": true,
124792                        "default": "1",
124793                        "max": "63.0957",
124794                        "min": "0.01585",
124795                        "mutable": "null",
124796                        "readable": true,
124797                        "type": "gfloat",
124798                        "writable": true
124799                    },
124800                    "gm-13": {
124801                        "blurb": "Gain Mid 13",
124802                        "conditionally-available": false,
124803                        "construct": true,
124804                        "construct-only": false,
124805                        "controllable": true,
124806                        "default": "1",
124807                        "max": "63.0957",
124808                        "min": "0.01585",
124809                        "mutable": "null",
124810                        "readable": true,
124811                        "type": "gfloat",
124812                        "writable": true
124813                    },
124814                    "gm-14": {
124815                        "blurb": "Gain Mid 14",
124816                        "conditionally-available": false,
124817                        "construct": true,
124818                        "construct-only": false,
124819                        "controllable": true,
124820                        "default": "1",
124821                        "max": "63.0957",
124822                        "min": "0.01585",
124823                        "mutable": "null",
124824                        "readable": true,
124825                        "type": "gfloat",
124826                        "writable": true
124827                    },
124828                    "gm-15": {
124829                        "blurb": "Gain Mid 15",
124830                        "conditionally-available": false,
124831                        "construct": true,
124832                        "construct-only": false,
124833                        "controllable": true,
124834                        "default": "1",
124835                        "max": "63.0957",
124836                        "min": "0.01585",
124837                        "mutable": "null",
124838                        "readable": true,
124839                        "type": "gfloat",
124840                        "writable": true
124841                    },
124842                    "gm-16": {
124843                        "blurb": "Gain Mid 16",
124844                        "conditionally-available": false,
124845                        "construct": true,
124846                        "construct-only": false,
124847                        "controllable": true,
124848                        "default": "1",
124849                        "max": "63.0957",
124850                        "min": "0.01585",
124851                        "mutable": "null",
124852                        "readable": true,
124853                        "type": "gfloat",
124854                        "writable": true
124855                    },
124856                    "gm-17": {
124857                        "blurb": "Gain Mid 17",
124858                        "conditionally-available": false,
124859                        "construct": true,
124860                        "construct-only": false,
124861                        "controllable": true,
124862                        "default": "1",
124863                        "max": "63.0957",
124864                        "min": "0.01585",
124865                        "mutable": "null",
124866                        "readable": true,
124867                        "type": "gfloat",
124868                        "writable": true
124869                    },
124870                    "gm-18": {
124871                        "blurb": "Gain Mid 18",
124872                        "conditionally-available": false,
124873                        "construct": true,
124874                        "construct-only": false,
124875                        "controllable": true,
124876                        "default": "1",
124877                        "max": "63.0957",
124878                        "min": "0.01585",
124879                        "mutable": "null",
124880                        "readable": true,
124881                        "type": "gfloat",
124882                        "writable": true
124883                    },
124884                    "gm-19": {
124885                        "blurb": "Gain Mid 19",
124886                        "conditionally-available": false,
124887                        "construct": true,
124888                        "construct-only": false,
124889                        "controllable": true,
124890                        "default": "1",
124891                        "max": "63.0957",
124892                        "min": "0.01585",
124893                        "mutable": "null",
124894                        "readable": true,
124895                        "type": "gfloat",
124896                        "writable": true
124897                    },
124898                    "gm-2": {
124899                        "blurb": "Gain Mid 2",
124900                        "conditionally-available": false,
124901                        "construct": true,
124902                        "construct-only": false,
124903                        "controllable": true,
124904                        "default": "1",
124905                        "max": "63.0957",
124906                        "min": "0.01585",
124907                        "mutable": "null",
124908                        "readable": true,
124909                        "type": "gfloat",
124910                        "writable": true
124911                    },
124912                    "gm-20": {
124913                        "blurb": "Gain Mid 20",
124914                        "conditionally-available": false,
124915                        "construct": true,
124916                        "construct-only": false,
124917                        "controllable": true,
124918                        "default": "1",
124919                        "max": "63.0957",
124920                        "min": "0.01585",
124921                        "mutable": "null",
124922                        "readable": true,
124923                        "type": "gfloat",
124924                        "writable": true
124925                    },
124926                    "gm-21": {
124927                        "blurb": "Gain Mid 21",
124928                        "conditionally-available": false,
124929                        "construct": true,
124930                        "construct-only": false,
124931                        "controllable": true,
124932                        "default": "1",
124933                        "max": "63.0957",
124934                        "min": "0.01585",
124935                        "mutable": "null",
124936                        "readable": true,
124937                        "type": "gfloat",
124938                        "writable": true
124939                    },
124940                    "gm-22": {
124941                        "blurb": "Gain Mid 22",
124942                        "conditionally-available": false,
124943                        "construct": true,
124944                        "construct-only": false,
124945                        "controllable": true,
124946                        "default": "1",
124947                        "max": "63.0957",
124948                        "min": "0.01585",
124949                        "mutable": "null",
124950                        "readable": true,
124951                        "type": "gfloat",
124952                        "writable": true
124953                    },
124954                    "gm-23": {
124955                        "blurb": "Gain Mid 23",
124956                        "conditionally-available": false,
124957                        "construct": true,
124958                        "construct-only": false,
124959                        "controllable": true,
124960                        "default": "1",
124961                        "max": "63.0957",
124962                        "min": "0.01585",
124963                        "mutable": "null",
124964                        "readable": true,
124965                        "type": "gfloat",
124966                        "writable": true
124967                    },
124968                    "gm-24": {
124969                        "blurb": "Gain Mid 24",
124970                        "conditionally-available": false,
124971                        "construct": true,
124972                        "construct-only": false,
124973                        "controllable": true,
124974                        "default": "1",
124975                        "max": "63.0957",
124976                        "min": "0.01585",
124977                        "mutable": "null",
124978                        "readable": true,
124979                        "type": "gfloat",
124980                        "writable": true
124981                    },
124982                    "gm-25": {
124983                        "blurb": "Gain Mid 25",
124984                        "conditionally-available": false,
124985                        "construct": true,
124986                        "construct-only": false,
124987                        "controllable": true,
124988                        "default": "1",
124989                        "max": "63.0957",
124990                        "min": "0.01585",
124991                        "mutable": "null",
124992                        "readable": true,
124993                        "type": "gfloat",
124994                        "writable": true
124995                    },
124996                    "gm-26": {
124997                        "blurb": "Gain Mid 26",
124998                        "conditionally-available": false,
124999                        "construct": true,
125000                        "construct-only": false,
125001                        "controllable": true,
125002                        "default": "1",
125003                        "max": "63.0957",
125004                        "min": "0.01585",
125005                        "mutable": "null",
125006                        "readable": true,
125007                        "type": "gfloat",
125008                        "writable": true
125009                    },
125010                    "gm-27": {
125011                        "blurb": "Gain Mid 27",
125012                        "conditionally-available": false,
125013                        "construct": true,
125014                        "construct-only": false,
125015                        "controllable": true,
125016                        "default": "1",
125017                        "max": "63.0957",
125018                        "min": "0.01585",
125019                        "mutable": "null",
125020                        "readable": true,
125021                        "type": "gfloat",
125022                        "writable": true
125023                    },
125024                    "gm-28": {
125025                        "blurb": "Gain Mid 28",
125026                        "conditionally-available": false,
125027                        "construct": true,
125028                        "construct-only": false,
125029                        "controllable": true,
125030                        "default": "1",
125031                        "max": "63.0957",
125032                        "min": "0.01585",
125033                        "mutable": "null",
125034                        "readable": true,
125035                        "type": "gfloat",
125036                        "writable": true
125037                    },
125038                    "gm-29": {
125039                        "blurb": "Gain Mid 29",
125040                        "conditionally-available": false,
125041                        "construct": true,
125042                        "construct-only": false,
125043                        "controllable": true,
125044                        "default": "1",
125045                        "max": "63.0957",
125046                        "min": "0.01585",
125047                        "mutable": "null",
125048                        "readable": true,
125049                        "type": "gfloat",
125050                        "writable": true
125051                    },
125052                    "gm-3": {
125053                        "blurb": "Gain Mid 3",
125054                        "conditionally-available": false,
125055                        "construct": true,
125056                        "construct-only": false,
125057                        "controllable": true,
125058                        "default": "1",
125059                        "max": "63.0957",
125060                        "min": "0.01585",
125061                        "mutable": "null",
125062                        "readable": true,
125063                        "type": "gfloat",
125064                        "writable": true
125065                    },
125066                    "gm-30": {
125067                        "blurb": "Gain Mid 30",
125068                        "conditionally-available": false,
125069                        "construct": true,
125070                        "construct-only": false,
125071                        "controllable": true,
125072                        "default": "1",
125073                        "max": "63.0957",
125074                        "min": "0.01585",
125075                        "mutable": "null",
125076                        "readable": true,
125077                        "type": "gfloat",
125078                        "writable": true
125079                    },
125080                    "gm-31": {
125081                        "blurb": "Gain Mid 31",
125082                        "conditionally-available": false,
125083                        "construct": true,
125084                        "construct-only": false,
125085                        "controllable": true,
125086                        "default": "1",
125087                        "max": "63.0957",
125088                        "min": "0.01585",
125089                        "mutable": "null",
125090                        "readable": true,
125091                        "type": "gfloat",
125092                        "writable": true
125093                    },
125094                    "gm-4": {
125095                        "blurb": "Gain Mid 4",
125096                        "conditionally-available": false,
125097                        "construct": true,
125098                        "construct-only": false,
125099                        "controllable": true,
125100                        "default": "1",
125101                        "max": "63.0957",
125102                        "min": "0.01585",
125103                        "mutable": "null",
125104                        "readable": true,
125105                        "type": "gfloat",
125106                        "writable": true
125107                    },
125108                    "gm-5": {
125109                        "blurb": "Gain Mid 5",
125110                        "conditionally-available": false,
125111                        "construct": true,
125112                        "construct-only": false,
125113                        "controllable": true,
125114                        "default": "1",
125115                        "max": "63.0957",
125116                        "min": "0.01585",
125117                        "mutable": "null",
125118                        "readable": true,
125119                        "type": "gfloat",
125120                        "writable": true
125121                    },
125122                    "gm-6": {
125123                        "blurb": "Gain Mid 6",
125124                        "conditionally-available": false,
125125                        "construct": true,
125126                        "construct-only": false,
125127                        "controllable": true,
125128                        "default": "1",
125129                        "max": "63.0957",
125130                        "min": "0.01585",
125131                        "mutable": "null",
125132                        "readable": true,
125133                        "type": "gfloat",
125134                        "writable": true
125135                    },
125136                    "gm-7": {
125137                        "blurb": "Gain Mid 7",
125138                        "conditionally-available": false,
125139                        "construct": true,
125140                        "construct-only": false,
125141                        "controllable": true,
125142                        "default": "1",
125143                        "max": "63.0957",
125144                        "min": "0.01585",
125145                        "mutable": "null",
125146                        "readable": true,
125147                        "type": "gfloat",
125148                        "writable": true
125149                    },
125150                    "gm-8": {
125151                        "blurb": "Gain Mid 8",
125152                        "conditionally-available": false,
125153                        "construct": true,
125154                        "construct-only": false,
125155                        "controllable": true,
125156                        "default": "1",
125157                        "max": "63.0957",
125158                        "min": "0.01585",
125159                        "mutable": "null",
125160                        "readable": true,
125161                        "type": "gfloat",
125162                        "writable": true
125163                    },
125164                    "gm-9": {
125165                        "blurb": "Gain Mid 9",
125166                        "conditionally-available": false,
125167                        "construct": true,
125168                        "construct-only": false,
125169                        "controllable": true,
125170                        "default": "1",
125171                        "max": "63.0957",
125172                        "min": "0.01585",
125173                        "mutable": "null",
125174                        "readable": true,
125175                        "type": "gfloat",
125176                        "writable": true
125177                    },
125178                    "gs-0": {
125179                        "blurb": "Gain Side 0",
125180                        "conditionally-available": false,
125181                        "construct": true,
125182                        "construct-only": false,
125183                        "controllable": true,
125184                        "default": "1",
125185                        "max": "63.0957",
125186                        "min": "0.01585",
125187                        "mutable": "null",
125188                        "readable": true,
125189                        "type": "gfloat",
125190                        "writable": true
125191                    },
125192                    "gs-1": {
125193                        "blurb": "Gain Side 1",
125194                        "conditionally-available": false,
125195                        "construct": true,
125196                        "construct-only": false,
125197                        "controllable": true,
125198                        "default": "1",
125199                        "max": "63.0957",
125200                        "min": "0.01585",
125201                        "mutable": "null",
125202                        "readable": true,
125203                        "type": "gfloat",
125204                        "writable": true
125205                    },
125206                    "gs-10": {
125207                        "blurb": "Gain Side 10",
125208                        "conditionally-available": false,
125209                        "construct": true,
125210                        "construct-only": false,
125211                        "controllable": true,
125212                        "default": "1",
125213                        "max": "63.0957",
125214                        "min": "0.01585",
125215                        "mutable": "null",
125216                        "readable": true,
125217                        "type": "gfloat",
125218                        "writable": true
125219                    },
125220                    "gs-11": {
125221                        "blurb": "Gain Side 11",
125222                        "conditionally-available": false,
125223                        "construct": true,
125224                        "construct-only": false,
125225                        "controllable": true,
125226                        "default": "1",
125227                        "max": "63.0957",
125228                        "min": "0.01585",
125229                        "mutable": "null",
125230                        "readable": true,
125231                        "type": "gfloat",
125232                        "writable": true
125233                    },
125234                    "gs-12": {
125235                        "blurb": "Gain Side 12",
125236                        "conditionally-available": false,
125237                        "construct": true,
125238                        "construct-only": false,
125239                        "controllable": true,
125240                        "default": "1",
125241                        "max": "63.0957",
125242                        "min": "0.01585",
125243                        "mutable": "null",
125244                        "readable": true,
125245                        "type": "gfloat",
125246                        "writable": true
125247                    },
125248                    "gs-13": {
125249                        "blurb": "Gain Side 13",
125250                        "conditionally-available": false,
125251                        "construct": true,
125252                        "construct-only": false,
125253                        "controllable": true,
125254                        "default": "1",
125255                        "max": "63.0957",
125256                        "min": "0.01585",
125257                        "mutable": "null",
125258                        "readable": true,
125259                        "type": "gfloat",
125260                        "writable": true
125261                    },
125262                    "gs-14": {
125263                        "blurb": "Gain Side 14",
125264                        "conditionally-available": false,
125265                        "construct": true,
125266                        "construct-only": false,
125267                        "controllable": true,
125268                        "default": "1",
125269                        "max": "63.0957",
125270                        "min": "0.01585",
125271                        "mutable": "null",
125272                        "readable": true,
125273                        "type": "gfloat",
125274                        "writable": true
125275                    },
125276                    "gs-15": {
125277                        "blurb": "Gain Side 15",
125278                        "conditionally-available": false,
125279                        "construct": true,
125280                        "construct-only": false,
125281                        "controllable": true,
125282                        "default": "1",
125283                        "max": "63.0957",
125284                        "min": "0.01585",
125285                        "mutable": "null",
125286                        "readable": true,
125287                        "type": "gfloat",
125288                        "writable": true
125289                    },
125290                    "gs-16": {
125291                        "blurb": "Gain Side 16",
125292                        "conditionally-available": false,
125293                        "construct": true,
125294                        "construct-only": false,
125295                        "controllable": true,
125296                        "default": "1",
125297                        "max": "63.0957",
125298                        "min": "0.01585",
125299                        "mutable": "null",
125300                        "readable": true,
125301                        "type": "gfloat",
125302                        "writable": true
125303                    },
125304                    "gs-17": {
125305                        "blurb": "Gain Side 17",
125306                        "conditionally-available": false,
125307                        "construct": true,
125308                        "construct-only": false,
125309                        "controllable": true,
125310                        "default": "1",
125311                        "max": "63.0957",
125312                        "min": "0.01585",
125313                        "mutable": "null",
125314                        "readable": true,
125315                        "type": "gfloat",
125316                        "writable": true
125317                    },
125318                    "gs-18": {
125319                        "blurb": "Gain Side 18",
125320                        "conditionally-available": false,
125321                        "construct": true,
125322                        "construct-only": false,
125323                        "controllable": true,
125324                        "default": "1",
125325                        "max": "63.0957",
125326                        "min": "0.01585",
125327                        "mutable": "null",
125328                        "readable": true,
125329                        "type": "gfloat",
125330                        "writable": true
125331                    },
125332                    "gs-19": {
125333                        "blurb": "Gain Side 19",
125334                        "conditionally-available": false,
125335                        "construct": true,
125336                        "construct-only": false,
125337                        "controllable": true,
125338                        "default": "1",
125339                        "max": "63.0957",
125340                        "min": "0.01585",
125341                        "mutable": "null",
125342                        "readable": true,
125343                        "type": "gfloat",
125344                        "writable": true
125345                    },
125346                    "gs-2": {
125347                        "blurb": "Gain Side 2",
125348                        "conditionally-available": false,
125349                        "construct": true,
125350                        "construct-only": false,
125351                        "controllable": true,
125352                        "default": "1",
125353                        "max": "63.0957",
125354                        "min": "0.01585",
125355                        "mutable": "null",
125356                        "readable": true,
125357                        "type": "gfloat",
125358                        "writable": true
125359                    },
125360                    "gs-20": {
125361                        "blurb": "Gain Side 20",
125362                        "conditionally-available": false,
125363                        "construct": true,
125364                        "construct-only": false,
125365                        "controllable": true,
125366                        "default": "1",
125367                        "max": "63.0957",
125368                        "min": "0.01585",
125369                        "mutable": "null",
125370                        "readable": true,
125371                        "type": "gfloat",
125372                        "writable": true
125373                    },
125374                    "gs-21": {
125375                        "blurb": "Gain Side 21",
125376                        "conditionally-available": false,
125377                        "construct": true,
125378                        "construct-only": false,
125379                        "controllable": true,
125380                        "default": "1",
125381                        "max": "63.0957",
125382                        "min": "0.01585",
125383                        "mutable": "null",
125384                        "readable": true,
125385                        "type": "gfloat",
125386                        "writable": true
125387                    },
125388                    "gs-22": {
125389                        "blurb": "Gain Side 22",
125390                        "conditionally-available": false,
125391                        "construct": true,
125392                        "construct-only": false,
125393                        "controllable": true,
125394                        "default": "1",
125395                        "max": "63.0957",
125396                        "min": "0.01585",
125397                        "mutable": "null",
125398                        "readable": true,
125399                        "type": "gfloat",
125400                        "writable": true
125401                    },
125402                    "gs-23": {
125403                        "blurb": "Gain Side 23",
125404                        "conditionally-available": false,
125405                        "construct": true,
125406                        "construct-only": false,
125407                        "controllable": true,
125408                        "default": "1",
125409                        "max": "63.0957",
125410                        "min": "0.01585",
125411                        "mutable": "null",
125412                        "readable": true,
125413                        "type": "gfloat",
125414                        "writable": true
125415                    },
125416                    "gs-24": {
125417                        "blurb": "Gain Side 24",
125418                        "conditionally-available": false,
125419                        "construct": true,
125420                        "construct-only": false,
125421                        "controllable": true,
125422                        "default": "1",
125423                        "max": "63.0957",
125424                        "min": "0.01585",
125425                        "mutable": "null",
125426                        "readable": true,
125427                        "type": "gfloat",
125428                        "writable": true
125429                    },
125430                    "gs-25": {
125431                        "blurb": "Gain Side 25",
125432                        "conditionally-available": false,
125433                        "construct": true,
125434                        "construct-only": false,
125435                        "controllable": true,
125436                        "default": "1",
125437                        "max": "63.0957",
125438                        "min": "0.01585",
125439                        "mutable": "null",
125440                        "readable": true,
125441                        "type": "gfloat",
125442                        "writable": true
125443                    },
125444                    "gs-26": {
125445                        "blurb": "Gain Side 26",
125446                        "conditionally-available": false,
125447                        "construct": true,
125448                        "construct-only": false,
125449                        "controllable": true,
125450                        "default": "1",
125451                        "max": "63.0957",
125452                        "min": "0.01585",
125453                        "mutable": "null",
125454                        "readable": true,
125455                        "type": "gfloat",
125456                        "writable": true
125457                    },
125458                    "gs-27": {
125459                        "blurb": "Gain Side 27",
125460                        "conditionally-available": false,
125461                        "construct": true,
125462                        "construct-only": false,
125463                        "controllable": true,
125464                        "default": "1",
125465                        "max": "63.0957",
125466                        "min": "0.01585",
125467                        "mutable": "null",
125468                        "readable": true,
125469                        "type": "gfloat",
125470                        "writable": true
125471                    },
125472                    "gs-28": {
125473                        "blurb": "Gain Side 28",
125474                        "conditionally-available": false,
125475                        "construct": true,
125476                        "construct-only": false,
125477                        "controllable": true,
125478                        "default": "1",
125479                        "max": "63.0957",
125480                        "min": "0.01585",
125481                        "mutable": "null",
125482                        "readable": true,
125483                        "type": "gfloat",
125484                        "writable": true
125485                    },
125486                    "gs-29": {
125487                        "blurb": "Gain Side 29",
125488                        "conditionally-available": false,
125489                        "construct": true,
125490                        "construct-only": false,
125491                        "controllable": true,
125492                        "default": "1",
125493                        "max": "63.0957",
125494                        "min": "0.01585",
125495                        "mutable": "null",
125496                        "readable": true,
125497                        "type": "gfloat",
125498                        "writable": true
125499                    },
125500                    "gs-3": {
125501                        "blurb": "Gain Side 3",
125502                        "conditionally-available": false,
125503                        "construct": true,
125504                        "construct-only": false,
125505                        "controllable": true,
125506                        "default": "1",
125507                        "max": "63.0957",
125508                        "min": "0.01585",
125509                        "mutable": "null",
125510                        "readable": true,
125511                        "type": "gfloat",
125512                        "writable": true
125513                    },
125514                    "gs-30": {
125515                        "blurb": "Gain Side 30",
125516                        "conditionally-available": false,
125517                        "construct": true,
125518                        "construct-only": false,
125519                        "controllable": true,
125520                        "default": "1",
125521                        "max": "63.0957",
125522                        "min": "0.01585",
125523                        "mutable": "null",
125524                        "readable": true,
125525                        "type": "gfloat",
125526                        "writable": true
125527                    },
125528                    "gs-31": {
125529                        "blurb": "Gain Side 31",
125530                        "conditionally-available": false,
125531                        "construct": true,
125532                        "construct-only": false,
125533                        "controllable": true,
125534                        "default": "1",
125535                        "max": "63.0957",
125536                        "min": "0.01585",
125537                        "mutable": "null",
125538                        "readable": true,
125539                        "type": "gfloat",
125540                        "writable": true
125541                    },
125542                    "gs-4": {
125543                        "blurb": "Gain Side 4",
125544                        "conditionally-available": false,
125545                        "construct": true,
125546                        "construct-only": false,
125547                        "controllable": true,
125548                        "default": "1",
125549                        "max": "63.0957",
125550                        "min": "0.01585",
125551                        "mutable": "null",
125552                        "readable": true,
125553                        "type": "gfloat",
125554                        "writable": true
125555                    },
125556                    "gs-5": {
125557                        "blurb": "Gain Side 5",
125558                        "conditionally-available": false,
125559                        "construct": true,
125560                        "construct-only": false,
125561                        "controllable": true,
125562                        "default": "1",
125563                        "max": "63.0957",
125564                        "min": "0.01585",
125565                        "mutable": "null",
125566                        "readable": true,
125567                        "type": "gfloat",
125568                        "writable": true
125569                    },
125570                    "gs-6": {
125571                        "blurb": "Gain Side 6",
125572                        "conditionally-available": false,
125573                        "construct": true,
125574                        "construct-only": false,
125575                        "controllable": true,
125576                        "default": "1",
125577                        "max": "63.0957",
125578                        "min": "0.01585",
125579                        "mutable": "null",
125580                        "readable": true,
125581                        "type": "gfloat",
125582                        "writable": true
125583                    },
125584                    "gs-7": {
125585                        "blurb": "Gain Side 7",
125586                        "conditionally-available": false,
125587                        "construct": true,
125588                        "construct-only": false,
125589                        "controllable": true,
125590                        "default": "1",
125591                        "max": "63.0957",
125592                        "min": "0.01585",
125593                        "mutable": "null",
125594                        "readable": true,
125595                        "type": "gfloat",
125596                        "writable": true
125597                    },
125598                    "gs-8": {
125599                        "blurb": "Gain Side 8",
125600                        "conditionally-available": false,
125601                        "construct": true,
125602                        "construct-only": false,
125603                        "controllable": true,
125604                        "default": "1",
125605                        "max": "63.0957",
125606                        "min": "0.01585",
125607                        "mutable": "null",
125608                        "readable": true,
125609                        "type": "gfloat",
125610                        "writable": true
125611                    },
125612                    "gs-9": {
125613                        "blurb": "Gain Side 9",
125614                        "conditionally-available": false,
125615                        "construct": true,
125616                        "construct-only": false,
125617                        "controllable": true,
125618                        "default": "1",
125619                        "max": "63.0957",
125620                        "min": "0.01585",
125621                        "mutable": "null",
125622                        "readable": true,
125623                        "type": "gfloat",
125624                        "writable": true
125625                    },
125626                    "huem-0": {
125627                        "blurb": "Hue Mid 0",
125628                        "conditionally-available": false,
125629                        "construct": true,
125630                        "construct-only": false,
125631                        "controllable": true,
125632                        "default": "0",
125633                        "max": "1",
125634                        "min": "0",
125635                        "mutable": "null",
125636                        "readable": true,
125637                        "type": "gfloat",
125638                        "writable": true
125639                    },
125640                    "huem-1": {
125641                        "blurb": "Hue Mid 1",
125642                        "conditionally-available": false,
125643                        "construct": true,
125644                        "construct-only": false,
125645                        "controllable": true,
125646                        "default": "0.03125",
125647                        "max": "1",
125648                        "min": "0",
125649                        "mutable": "null",
125650                        "readable": true,
125651                        "type": "gfloat",
125652                        "writable": true
125653                    },
125654                    "huem-10": {
125655                        "blurb": "Hue Mid 10",
125656                        "conditionally-available": false,
125657                        "construct": true,
125658                        "construct-only": false,
125659                        "controllable": true,
125660                        "default": "0.3125",
125661                        "max": "1",
125662                        "min": "0",
125663                        "mutable": "null",
125664                        "readable": true,
125665                        "type": "gfloat",
125666                        "writable": true
125667                    },
125668                    "huem-11": {
125669                        "blurb": "Hue Mid 11",
125670                        "conditionally-available": false,
125671                        "construct": true,
125672                        "construct-only": false,
125673                        "controllable": true,
125674                        "default": "0.34375",
125675                        "max": "1",
125676                        "min": "0",
125677                        "mutable": "null",
125678                        "readable": true,
125679                        "type": "gfloat",
125680                        "writable": true
125681                    },
125682                    "huem-12": {
125683                        "blurb": "Hue Mid 12",
125684                        "conditionally-available": false,
125685                        "construct": true,
125686                        "construct-only": false,
125687                        "controllable": true,
125688                        "default": "0.375",
125689                        "max": "1",
125690                        "min": "0",
125691                        "mutable": "null",
125692                        "readable": true,
125693                        "type": "gfloat",
125694                        "writable": true
125695                    },
125696                    "huem-13": {
125697                        "blurb": "Hue Mid 13",
125698                        "conditionally-available": false,
125699                        "construct": true,
125700                        "construct-only": false,
125701                        "controllable": true,
125702                        "default": "0.40625",
125703                        "max": "1",
125704                        "min": "0",
125705                        "mutable": "null",
125706                        "readable": true,
125707                        "type": "gfloat",
125708                        "writable": true
125709                    },
125710                    "huem-14": {
125711                        "blurb": "Hue Mid 14",
125712                        "conditionally-available": false,
125713                        "construct": true,
125714                        "construct-only": false,
125715                        "controllable": true,
125716                        "default": "0.4375",
125717                        "max": "1",
125718                        "min": "0",
125719                        "mutable": "null",
125720                        "readable": true,
125721                        "type": "gfloat",
125722                        "writable": true
125723                    },
125724                    "huem-15": {
125725                        "blurb": "Hue Mid 15",
125726                        "conditionally-available": false,
125727                        "construct": true,
125728                        "construct-only": false,
125729                        "controllable": true,
125730                        "default": "0.46875",
125731                        "max": "1",
125732                        "min": "0",
125733                        "mutable": "null",
125734                        "readable": true,
125735                        "type": "gfloat",
125736                        "writable": true
125737                    },
125738                    "huem-16": {
125739                        "blurb": "Hue Mid 16",
125740                        "conditionally-available": false,
125741                        "construct": true,
125742                        "construct-only": false,
125743                        "controllable": true,
125744                        "default": "0.5",
125745                        "max": "1",
125746                        "min": "0",
125747                        "mutable": "null",
125748                        "readable": true,
125749                        "type": "gfloat",
125750                        "writable": true
125751                    },
125752                    "huem-17": {
125753                        "blurb": "Hue Mid 17",
125754                        "conditionally-available": false,
125755                        "construct": true,
125756                        "construct-only": false,
125757                        "controllable": true,
125758                        "default": "0.53125",
125759                        "max": "1",
125760                        "min": "0",
125761                        "mutable": "null",
125762                        "readable": true,
125763                        "type": "gfloat",
125764                        "writable": true
125765                    },
125766                    "huem-18": {
125767                        "blurb": "Hue Mid 18",
125768                        "conditionally-available": false,
125769                        "construct": true,
125770                        "construct-only": false,
125771                        "controllable": true,
125772                        "default": "0.5625",
125773                        "max": "1",
125774                        "min": "0",
125775                        "mutable": "null",
125776                        "readable": true,
125777                        "type": "gfloat",
125778                        "writable": true
125779                    },
125780                    "huem-19": {
125781                        "blurb": "Hue Mid 19",
125782                        "conditionally-available": false,
125783                        "construct": true,
125784                        "construct-only": false,
125785                        "controllable": true,
125786                        "default": "0.59375",
125787                        "max": "1",
125788                        "min": "0",
125789                        "mutable": "null",
125790                        "readable": true,
125791                        "type": "gfloat",
125792                        "writable": true
125793                    },
125794                    "huem-2": {
125795                        "blurb": "Hue Mid 2",
125796                        "conditionally-available": false,
125797                        "construct": true,
125798                        "construct-only": false,
125799                        "controllable": true,
125800                        "default": "0.0625",
125801                        "max": "1",
125802                        "min": "0",
125803                        "mutable": "null",
125804                        "readable": true,
125805                        "type": "gfloat",
125806                        "writable": true
125807                    },
125808                    "huem-20": {
125809                        "blurb": "Hue Mid 20",
125810                        "conditionally-available": false,
125811                        "construct": true,
125812                        "construct-only": false,
125813                        "controllable": true,
125814                        "default": "0.625",
125815                        "max": "1",
125816                        "min": "0",
125817                        "mutable": "null",
125818                        "readable": true,
125819                        "type": "gfloat",
125820                        "writable": true
125821                    },
125822                    "huem-21": {
125823                        "blurb": "Hue Mid 21",
125824                        "conditionally-available": false,
125825                        "construct": true,
125826                        "construct-only": false,
125827                        "controllable": true,
125828                        "default": "0.65625",
125829                        "max": "1",
125830                        "min": "0",
125831                        "mutable": "null",
125832                        "readable": true,
125833                        "type": "gfloat",
125834                        "writable": true
125835                    },
125836                    "huem-22": {
125837                        "blurb": "Hue Mid 22",
125838                        "conditionally-available": false,
125839                        "construct": true,
125840                        "construct-only": false,
125841                        "controllable": true,
125842                        "default": "0.6875",
125843                        "max": "1",
125844                        "min": "0",
125845                        "mutable": "null",
125846                        "readable": true,
125847                        "type": "gfloat",
125848                        "writable": true
125849                    },
125850                    "huem-23": {
125851                        "blurb": "Hue Mid 23",
125852                        "conditionally-available": false,
125853                        "construct": true,
125854                        "construct-only": false,
125855                        "controllable": true,
125856                        "default": "0.71875",
125857                        "max": "1",
125858                        "min": "0",
125859                        "mutable": "null",
125860                        "readable": true,
125861                        "type": "gfloat",
125862                        "writable": true
125863                    },
125864                    "huem-24": {
125865                        "blurb": "Hue Mid 24",
125866                        "conditionally-available": false,
125867                        "construct": true,
125868                        "construct-only": false,
125869                        "controllable": true,
125870                        "default": "0.75",
125871                        "max": "1",
125872                        "min": "0",
125873                        "mutable": "null",
125874                        "readable": true,
125875                        "type": "gfloat",
125876                        "writable": true
125877                    },
125878                    "huem-25": {
125879                        "blurb": "Hue Mid 25",
125880                        "conditionally-available": false,
125881                        "construct": true,
125882                        "construct-only": false,
125883                        "controllable": true,
125884                        "default": "0.78125",
125885                        "max": "1",
125886                        "min": "0",
125887                        "mutable": "null",
125888                        "readable": true,
125889                        "type": "gfloat",
125890                        "writable": true
125891                    },
125892                    "huem-26": {
125893                        "blurb": "Hue Mid 26",
125894                        "conditionally-available": false,
125895                        "construct": true,
125896                        "construct-only": false,
125897                        "controllable": true,
125898                        "default": "0.8125",
125899                        "max": "1",
125900                        "min": "0",
125901                        "mutable": "null",
125902                        "readable": true,
125903                        "type": "gfloat",
125904                        "writable": true
125905                    },
125906                    "huem-27": {
125907                        "blurb": "Hue Mid 27",
125908                        "conditionally-available": false,
125909                        "construct": true,
125910                        "construct-only": false,
125911                        "controllable": true,
125912                        "default": "0.84375",
125913                        "max": "1",
125914                        "min": "0",
125915                        "mutable": "null",
125916                        "readable": true,
125917                        "type": "gfloat",
125918                        "writable": true
125919                    },
125920                    "huem-28": {
125921                        "blurb": "Hue Mid 28",
125922                        "conditionally-available": false,
125923                        "construct": true,
125924                        "construct-only": false,
125925                        "controllable": true,
125926                        "default": "0.875",
125927                        "max": "1",
125928                        "min": "0",
125929                        "mutable": "null",
125930                        "readable": true,
125931                        "type": "gfloat",
125932                        "writable": true
125933                    },
125934                    "huem-29": {
125935                        "blurb": "Hue Mid 29",
125936                        "conditionally-available": false,
125937                        "construct": true,
125938                        "construct-only": false,
125939                        "controllable": true,
125940                        "default": "0.90625",
125941                        "max": "1",
125942                        "min": "0",
125943                        "mutable": "null",
125944                        "readable": true,
125945                        "type": "gfloat",
125946                        "writable": true
125947                    },
125948                    "huem-3": {
125949                        "blurb": "Hue Mid 3",
125950                        "conditionally-available": false,
125951                        "construct": true,
125952                        "construct-only": false,
125953                        "controllable": true,
125954                        "default": "0.09375",
125955                        "max": "1",
125956                        "min": "0",
125957                        "mutable": "null",
125958                        "readable": true,
125959                        "type": "gfloat",
125960                        "writable": true
125961                    },
125962                    "huem-30": {
125963                        "blurb": "Hue Mid 30",
125964                        "conditionally-available": false,
125965                        "construct": true,
125966                        "construct-only": false,
125967                        "controllable": true,
125968                        "default": "0.9375",
125969                        "max": "1",
125970                        "min": "0",
125971                        "mutable": "null",
125972                        "readable": true,
125973                        "type": "gfloat",
125974                        "writable": true
125975                    },
125976                    "huem-31": {
125977                        "blurb": "Hue Mid 31",
125978                        "conditionally-available": false,
125979                        "construct": true,
125980                        "construct-only": false,
125981                        "controllable": true,
125982                        "default": "0.96875",
125983                        "max": "1",
125984                        "min": "0",
125985                        "mutable": "null",
125986                        "readable": true,
125987                        "type": "gfloat",
125988                        "writable": true
125989                    },
125990                    "huem-4": {
125991                        "blurb": "Hue Mid 4",
125992                        "conditionally-available": false,
125993                        "construct": true,
125994                        "construct-only": false,
125995                        "controllable": true,
125996                        "default": "0.125",
125997                        "max": "1",
125998                        "min": "0",
125999                        "mutable": "null",
126000                        "readable": true,
126001                        "type": "gfloat",
126002                        "writable": true
126003                    },
126004                    "huem-5": {
126005                        "blurb": "Hue Mid 5",
126006                        "conditionally-available": false,
126007                        "construct": true,
126008                        "construct-only": false,
126009                        "controllable": true,
126010                        "default": "0.15625",
126011                        "max": "1",
126012                        "min": "0",
126013                        "mutable": "null",
126014                        "readable": true,
126015                        "type": "gfloat",
126016                        "writable": true
126017                    },
126018                    "huem-6": {
126019                        "blurb": "Hue Mid 6",
126020                        "conditionally-available": false,
126021                        "construct": true,
126022                        "construct-only": false,
126023                        "controllable": true,
126024                        "default": "0.1875",
126025                        "max": "1",
126026                        "min": "0",
126027                        "mutable": "null",
126028                        "readable": true,
126029                        "type": "gfloat",
126030                        "writable": true
126031                    },
126032                    "huem-7": {
126033                        "blurb": "Hue Mid 7",
126034                        "conditionally-available": false,
126035                        "construct": true,
126036                        "construct-only": false,
126037                        "controllable": true,
126038                        "default": "0.21875",
126039                        "max": "1",
126040                        "min": "0",
126041                        "mutable": "null",
126042                        "readable": true,
126043                        "type": "gfloat",
126044                        "writable": true
126045                    },
126046                    "huem-8": {
126047                        "blurb": "Hue Mid 8",
126048                        "conditionally-available": false,
126049                        "construct": true,
126050                        "construct-only": false,
126051                        "controllable": true,
126052                        "default": "0.25",
126053                        "max": "1",
126054                        "min": "0",
126055                        "mutable": "null",
126056                        "readable": true,
126057                        "type": "gfloat",
126058                        "writable": true
126059                    },
126060                    "huem-9": {
126061                        "blurb": "Hue Mid 9",
126062                        "conditionally-available": false,
126063                        "construct": true,
126064                        "construct-only": false,
126065                        "controllable": true,
126066                        "default": "0.28125",
126067                        "max": "1",
126068                        "min": "0",
126069                        "mutable": "null",
126070                        "readable": true,
126071                        "type": "gfloat",
126072                        "writable": true
126073                    },
126074                    "hues-0": {
126075                        "blurb": "Hue Side 0",
126076                        "conditionally-available": false,
126077                        "construct": true,
126078                        "construct-only": false,
126079                        "controllable": true,
126080                        "default": "0",
126081                        "max": "1",
126082                        "min": "0",
126083                        "mutable": "null",
126084                        "readable": true,
126085                        "type": "gfloat",
126086                        "writable": true
126087                    },
126088                    "hues-1": {
126089                        "blurb": "Hue Side 1",
126090                        "conditionally-available": false,
126091                        "construct": true,
126092                        "construct-only": false,
126093                        "controllable": true,
126094                        "default": "0.03125",
126095                        "max": "1",
126096                        "min": "0",
126097                        "mutable": "null",
126098                        "readable": true,
126099                        "type": "gfloat",
126100                        "writable": true
126101                    },
126102                    "hues-10": {
126103                        "blurb": "Hue Side 10",
126104                        "conditionally-available": false,
126105                        "construct": true,
126106                        "construct-only": false,
126107                        "controllable": true,
126108                        "default": "0.3125",
126109                        "max": "1",
126110                        "min": "0",
126111                        "mutable": "null",
126112                        "readable": true,
126113                        "type": "gfloat",
126114                        "writable": true
126115                    },
126116                    "hues-11": {
126117                        "blurb": "Hue Side 11",
126118                        "conditionally-available": false,
126119                        "construct": true,
126120                        "construct-only": false,
126121                        "controllable": true,
126122                        "default": "0.34375",
126123                        "max": "1",
126124                        "min": "0",
126125                        "mutable": "null",
126126                        "readable": true,
126127                        "type": "gfloat",
126128                        "writable": true
126129                    },
126130                    "hues-12": {
126131                        "blurb": "Hue Side 12",
126132                        "conditionally-available": false,
126133                        "construct": true,
126134                        "construct-only": false,
126135                        "controllable": true,
126136                        "default": "0.375",
126137                        "max": "1",
126138                        "min": "0",
126139                        "mutable": "null",
126140                        "readable": true,
126141                        "type": "gfloat",
126142                        "writable": true
126143                    },
126144                    "hues-13": {
126145                        "blurb": "Hue Side 13",
126146                        "conditionally-available": false,
126147                        "construct": true,
126148                        "construct-only": false,
126149                        "controllable": true,
126150                        "default": "0.40625",
126151                        "max": "1",
126152                        "min": "0",
126153                        "mutable": "null",
126154                        "readable": true,
126155                        "type": "gfloat",
126156                        "writable": true
126157                    },
126158                    "hues-14": {
126159                        "blurb": "Hue Side 14",
126160                        "conditionally-available": false,
126161                        "construct": true,
126162                        "construct-only": false,
126163                        "controllable": true,
126164                        "default": "0.4375",
126165                        "max": "1",
126166                        "min": "0",
126167                        "mutable": "null",
126168                        "readable": true,
126169                        "type": "gfloat",
126170                        "writable": true
126171                    },
126172                    "hues-15": {
126173                        "blurb": "Hue Side 15",
126174                        "conditionally-available": false,
126175                        "construct": true,
126176                        "construct-only": false,
126177                        "controllable": true,
126178                        "default": "0.46875",
126179                        "max": "1",
126180                        "min": "0",
126181                        "mutable": "null",
126182                        "readable": true,
126183                        "type": "gfloat",
126184                        "writable": true
126185                    },
126186                    "hues-16": {
126187                        "blurb": "Hue Side 16",
126188                        "conditionally-available": false,
126189                        "construct": true,
126190                        "construct-only": false,
126191                        "controllable": true,
126192                        "default": "0.5",
126193                        "max": "1",
126194                        "min": "0",
126195                        "mutable": "null",
126196                        "readable": true,
126197                        "type": "gfloat",
126198                        "writable": true
126199                    },
126200                    "hues-17": {
126201                        "blurb": "Hue Side 17",
126202                        "conditionally-available": false,
126203                        "construct": true,
126204                        "construct-only": false,
126205                        "controllable": true,
126206                        "default": "0.53125",
126207                        "max": "1",
126208                        "min": "0",
126209                        "mutable": "null",
126210                        "readable": true,
126211                        "type": "gfloat",
126212                        "writable": true
126213                    },
126214                    "hues-18": {
126215                        "blurb": "Hue Side 18",
126216                        "conditionally-available": false,
126217                        "construct": true,
126218                        "construct-only": false,
126219                        "controllable": true,
126220                        "default": "0.5625",
126221                        "max": "1",
126222                        "min": "0",
126223                        "mutable": "null",
126224                        "readable": true,
126225                        "type": "gfloat",
126226                        "writable": true
126227                    },
126228                    "hues-19": {
126229                        "blurb": "Hue Side 19",
126230                        "conditionally-available": false,
126231                        "construct": true,
126232                        "construct-only": false,
126233                        "controllable": true,
126234                        "default": "0.59375",
126235                        "max": "1",
126236                        "min": "0",
126237                        "mutable": "null",
126238                        "readable": true,
126239                        "type": "gfloat",
126240                        "writable": true
126241                    },
126242                    "hues-2": {
126243                        "blurb": "Hue Side 2",
126244                        "conditionally-available": false,
126245                        "construct": true,
126246                        "construct-only": false,
126247                        "controllable": true,
126248                        "default": "0.0625",
126249                        "max": "1",
126250                        "min": "0",
126251                        "mutable": "null",
126252                        "readable": true,
126253                        "type": "gfloat",
126254                        "writable": true
126255                    },
126256                    "hues-20": {
126257                        "blurb": "Hue Side 20",
126258                        "conditionally-available": false,
126259                        "construct": true,
126260                        "construct-only": false,
126261                        "controllable": true,
126262                        "default": "0.625",
126263                        "max": "1",
126264                        "min": "0",
126265                        "mutable": "null",
126266                        "readable": true,
126267                        "type": "gfloat",
126268                        "writable": true
126269                    },
126270                    "hues-21": {
126271                        "blurb": "Hue Side 21",
126272                        "conditionally-available": false,
126273                        "construct": true,
126274                        "construct-only": false,
126275                        "controllable": true,
126276                        "default": "0.65625",
126277                        "max": "1",
126278                        "min": "0",
126279                        "mutable": "null",
126280                        "readable": true,
126281                        "type": "gfloat",
126282                        "writable": true
126283                    },
126284                    "hues-22": {
126285                        "blurb": "Hue Side 22",
126286                        "conditionally-available": false,
126287                        "construct": true,
126288                        "construct-only": false,
126289                        "controllable": true,
126290                        "default": "0.6875",
126291                        "max": "1",
126292                        "min": "0",
126293                        "mutable": "null",
126294                        "readable": true,
126295                        "type": "gfloat",
126296                        "writable": true
126297                    },
126298                    "hues-23": {
126299                        "blurb": "Hue Side 23",
126300                        "conditionally-available": false,
126301                        "construct": true,
126302                        "construct-only": false,
126303                        "controllable": true,
126304                        "default": "0.71875",
126305                        "max": "1",
126306                        "min": "0",
126307                        "mutable": "null",
126308                        "readable": true,
126309                        "type": "gfloat",
126310                        "writable": true
126311                    },
126312                    "hues-24": {
126313                        "blurb": "Hue Side 24",
126314                        "conditionally-available": false,
126315                        "construct": true,
126316                        "construct-only": false,
126317                        "controllable": true,
126318                        "default": "0.75",
126319                        "max": "1",
126320                        "min": "0",
126321                        "mutable": "null",
126322                        "readable": true,
126323                        "type": "gfloat",
126324                        "writable": true
126325                    },
126326                    "hues-25": {
126327                        "blurb": "Hue Side 25",
126328                        "conditionally-available": false,
126329                        "construct": true,
126330                        "construct-only": false,
126331                        "controllable": true,
126332                        "default": "0.78125",
126333                        "max": "1",
126334                        "min": "0",
126335                        "mutable": "null",
126336                        "readable": true,
126337                        "type": "gfloat",
126338                        "writable": true
126339                    },
126340                    "hues-26": {
126341                        "blurb": "Hue Side 26",
126342                        "conditionally-available": false,
126343                        "construct": true,
126344                        "construct-only": false,
126345                        "controllable": true,
126346                        "default": "0.8125",
126347                        "max": "1",
126348                        "min": "0",
126349                        "mutable": "null",
126350                        "readable": true,
126351                        "type": "gfloat",
126352                        "writable": true
126353                    },
126354                    "hues-27": {
126355                        "blurb": "Hue Side 27",
126356                        "conditionally-available": false,
126357                        "construct": true,
126358                        "construct-only": false,
126359                        "controllable": true,
126360                        "default": "0.84375",
126361                        "max": "1",
126362                        "min": "0",
126363                        "mutable": "null",
126364                        "readable": true,
126365                        "type": "gfloat",
126366                        "writable": true
126367                    },
126368                    "hues-28": {
126369                        "blurb": "Hue Side 28",
126370                        "conditionally-available": false,
126371                        "construct": true,
126372                        "construct-only": false,
126373                        "controllable": true,
126374                        "default": "0.875",
126375                        "max": "1",
126376                        "min": "0",
126377                        "mutable": "null",
126378                        "readable": true,
126379                        "type": "gfloat",
126380                        "writable": true
126381                    },
126382                    "hues-29": {
126383                        "blurb": "Hue Side 29",
126384                        "conditionally-available": false,
126385                        "construct": true,
126386                        "construct-only": false,
126387                        "controllable": true,
126388                        "default": "0.90625",
126389                        "max": "1",
126390                        "min": "0",
126391                        "mutable": "null",
126392                        "readable": true,
126393                        "type": "gfloat",
126394                        "writable": true
126395                    },
126396                    "hues-3": {
126397                        "blurb": "Hue Side 3",
126398                        "conditionally-available": false,
126399                        "construct": true,
126400                        "construct-only": false,
126401                        "controllable": true,
126402                        "default": "0.09375",
126403                        "max": "1",
126404                        "min": "0",
126405                        "mutable": "null",
126406                        "readable": true,
126407                        "type": "gfloat",
126408                        "writable": true
126409                    },
126410                    "hues-30": {
126411                        "blurb": "Hue Side 30",
126412                        "conditionally-available": false,
126413                        "construct": true,
126414                        "construct-only": false,
126415                        "controllable": true,
126416                        "default": "0.9375",
126417                        "max": "1",
126418                        "min": "0",
126419                        "mutable": "null",
126420                        "readable": true,
126421                        "type": "gfloat",
126422                        "writable": true
126423                    },
126424                    "hues-31": {
126425                        "blurb": "Hue Side 31",
126426                        "conditionally-available": false,
126427                        "construct": true,
126428                        "construct-only": false,
126429                        "controllable": true,
126430                        "default": "0.96875",
126431                        "max": "1",
126432                        "min": "0",
126433                        "mutable": "null",
126434                        "readable": true,
126435                        "type": "gfloat",
126436                        "writable": true
126437                    },
126438                    "hues-4": {
126439                        "blurb": "Hue Side 4",
126440                        "conditionally-available": false,
126441                        "construct": true,
126442                        "construct-only": false,
126443                        "controllable": true,
126444                        "default": "0.125",
126445                        "max": "1",
126446                        "min": "0",
126447                        "mutable": "null",
126448                        "readable": true,
126449                        "type": "gfloat",
126450                        "writable": true
126451                    },
126452                    "hues-5": {
126453                        "blurb": "Hue Side 5",
126454                        "conditionally-available": false,
126455                        "construct": true,
126456                        "construct-only": false,
126457                        "controllable": true,
126458                        "default": "0.15625",
126459                        "max": "1",
126460                        "min": "0",
126461                        "mutable": "null",
126462                        "readable": true,
126463                        "type": "gfloat",
126464                        "writable": true
126465                    },
126466                    "hues-6": {
126467                        "blurb": "Hue Side 6",
126468                        "conditionally-available": false,
126469                        "construct": true,
126470                        "construct-only": false,
126471                        "controllable": true,
126472                        "default": "0.1875",
126473                        "max": "1",
126474                        "min": "0",
126475                        "mutable": "null",
126476                        "readable": true,
126477                        "type": "gfloat",
126478                        "writable": true
126479                    },
126480                    "hues-7": {
126481                        "blurb": "Hue Side 7",
126482                        "conditionally-available": false,
126483                        "construct": true,
126484                        "construct-only": false,
126485                        "controllable": true,
126486                        "default": "0.21875",
126487                        "max": "1",
126488                        "min": "0",
126489                        "mutable": "null",
126490                        "readable": true,
126491                        "type": "gfloat",
126492                        "writable": true
126493                    },
126494                    "hues-8": {
126495                        "blurb": "Hue Side 8",
126496                        "conditionally-available": false,
126497                        "construct": true,
126498                        "construct-only": false,
126499                        "controllable": true,
126500                        "default": "0.25",
126501                        "max": "1",
126502                        "min": "0",
126503                        "mutable": "null",
126504                        "readable": true,
126505                        "type": "gfloat",
126506                        "writable": true
126507                    },
126508                    "hues-9": {
126509                        "blurb": "Hue Side 9",
126510                        "conditionally-available": false,
126511                        "construct": true,
126512                        "construct-only": false,
126513                        "controllable": true,
126514                        "default": "0.28125",
126515                        "max": "1",
126516                        "min": "0",
126517                        "mutable": "null",
126518                        "readable": true,
126519                        "type": "gfloat",
126520                        "writable": true
126521                    },
126522                    "iml": {
126523                        "blurb": "Input signal meter Left",
126524                        "conditionally-available": false,
126525                        "construct": false,
126526                        "construct-only": false,
126527                        "controllable": true,
126528                        "default": "0",
126529                        "max": "3.98107",
126530                        "min": "0",
126531                        "mutable": "null",
126532                        "readable": true,
126533                        "type": "gfloat",
126534                        "writable": false
126535                    },
126536                    "imr": {
126537                        "blurb": "Input signal meter Right",
126538                        "conditionally-available": false,
126539                        "construct": false,
126540                        "construct-only": false,
126541                        "controllable": true,
126542                        "default": "0",
126543                        "max": "3.98107",
126544                        "min": "0",
126545                        "mutable": "null",
126546                        "readable": true,
126547                        "type": "gfloat",
126548                        "writable": false
126549                    },
126550                    "lstn": {
126551                        "blurb": "Mid/Side listen",
126552                        "conditionally-available": false,
126553                        "construct": true,
126554                        "construct-only": false,
126555                        "controllable": true,
126556                        "default": "false",
126557                        "mutable": "null",
126558                        "readable": true,
126559                        "type": "gboolean",
126560                        "writable": true
126561                    },
126562                    "mode": {
126563                        "blurb": "Equalizer mode",
126564                        "conditionally-available": false,
126565                        "construct": true,
126566                        "construct-only": false,
126567                        "controllable": true,
126568                        "default": "IIR (0)",
126569                        "mutable": "null",
126570                        "readable": true,
126571                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msmode",
126572                        "writable": true
126573                    },
126574                    "out-latency": {
126575                        "blurb": "Latency OUT",
126576                        "conditionally-available": false,
126577                        "construct": false,
126578                        "construct-only": false,
126579                        "controllable": true,
126580                        "default": "0",
126581                        "max": "192000",
126582                        "min": "0",
126583                        "mutable": "null",
126584                        "readable": true,
126585                        "type": "gint",
126586                        "writable": false
126587                    },
126588                    "qm-0": {
126589                        "blurb": "Quality factor Mid 0",
126590                        "conditionally-available": false,
126591                        "construct": true,
126592                        "construct-only": false,
126593                        "controllable": true,
126594                        "default": "0",
126595                        "max": "100",
126596                        "min": "0",
126597                        "mutable": "null",
126598                        "readable": true,
126599                        "type": "gfloat",
126600                        "writable": true
126601                    },
126602                    "qm-1": {
126603                        "blurb": "Quality factor Mid 1",
126604                        "conditionally-available": false,
126605                        "construct": true,
126606                        "construct-only": false,
126607                        "controllable": true,
126608                        "default": "0",
126609                        "max": "100",
126610                        "min": "0",
126611                        "mutable": "null",
126612                        "readable": true,
126613                        "type": "gfloat",
126614                        "writable": true
126615                    },
126616                    "qm-10": {
126617                        "blurb": "Quality factor Mid 10",
126618                        "conditionally-available": false,
126619                        "construct": true,
126620                        "construct-only": false,
126621                        "controllable": true,
126622                        "default": "0",
126623                        "max": "100",
126624                        "min": "0",
126625                        "mutable": "null",
126626                        "readable": true,
126627                        "type": "gfloat",
126628                        "writable": true
126629                    },
126630                    "qm-11": {
126631                        "blurb": "Quality factor Mid 11",
126632                        "conditionally-available": false,
126633                        "construct": true,
126634                        "construct-only": false,
126635                        "controllable": true,
126636                        "default": "0",
126637                        "max": "100",
126638                        "min": "0",
126639                        "mutable": "null",
126640                        "readable": true,
126641                        "type": "gfloat",
126642                        "writable": true
126643                    },
126644                    "qm-12": {
126645                        "blurb": "Quality factor Mid 12",
126646                        "conditionally-available": false,
126647                        "construct": true,
126648                        "construct-only": false,
126649                        "controllable": true,
126650                        "default": "0",
126651                        "max": "100",
126652                        "min": "0",
126653                        "mutable": "null",
126654                        "readable": true,
126655                        "type": "gfloat",
126656                        "writable": true
126657                    },
126658                    "qm-13": {
126659                        "blurb": "Quality factor Mid 13",
126660                        "conditionally-available": false,
126661                        "construct": true,
126662                        "construct-only": false,
126663                        "controllable": true,
126664                        "default": "0",
126665                        "max": "100",
126666                        "min": "0",
126667                        "mutable": "null",
126668                        "readable": true,
126669                        "type": "gfloat",
126670                        "writable": true
126671                    },
126672                    "qm-14": {
126673                        "blurb": "Quality factor Mid 14",
126674                        "conditionally-available": false,
126675                        "construct": true,
126676                        "construct-only": false,
126677                        "controllable": true,
126678                        "default": "0",
126679                        "max": "100",
126680                        "min": "0",
126681                        "mutable": "null",
126682                        "readable": true,
126683                        "type": "gfloat",
126684                        "writable": true
126685                    },
126686                    "qm-15": {
126687                        "blurb": "Quality factor Mid 15",
126688                        "conditionally-available": false,
126689                        "construct": true,
126690                        "construct-only": false,
126691                        "controllable": true,
126692                        "default": "0",
126693                        "max": "100",
126694                        "min": "0",
126695                        "mutable": "null",
126696                        "readable": true,
126697                        "type": "gfloat",
126698                        "writable": true
126699                    },
126700                    "qm-16": {
126701                        "blurb": "Quality factor Mid 16",
126702                        "conditionally-available": false,
126703                        "construct": true,
126704                        "construct-only": false,
126705                        "controllable": true,
126706                        "default": "0",
126707                        "max": "100",
126708                        "min": "0",
126709                        "mutable": "null",
126710                        "readable": true,
126711                        "type": "gfloat",
126712                        "writable": true
126713                    },
126714                    "qm-17": {
126715                        "blurb": "Quality factor Mid 17",
126716                        "conditionally-available": false,
126717                        "construct": true,
126718                        "construct-only": false,
126719                        "controllable": true,
126720                        "default": "0",
126721                        "max": "100",
126722                        "min": "0",
126723                        "mutable": "null",
126724                        "readable": true,
126725                        "type": "gfloat",
126726                        "writable": true
126727                    },
126728                    "qm-18": {
126729                        "blurb": "Quality factor Mid 18",
126730                        "conditionally-available": false,
126731                        "construct": true,
126732                        "construct-only": false,
126733                        "controllable": true,
126734                        "default": "0",
126735                        "max": "100",
126736                        "min": "0",
126737                        "mutable": "null",
126738                        "readable": true,
126739                        "type": "gfloat",
126740                        "writable": true
126741                    },
126742                    "qm-19": {
126743                        "blurb": "Quality factor Mid 19",
126744                        "conditionally-available": false,
126745                        "construct": true,
126746                        "construct-only": false,
126747                        "controllable": true,
126748                        "default": "0",
126749                        "max": "100",
126750                        "min": "0",
126751                        "mutable": "null",
126752                        "readable": true,
126753                        "type": "gfloat",
126754                        "writable": true
126755                    },
126756                    "qm-2": {
126757                        "blurb": "Quality factor Mid 2",
126758                        "conditionally-available": false,
126759                        "construct": true,
126760                        "construct-only": false,
126761                        "controllable": true,
126762                        "default": "0",
126763                        "max": "100",
126764                        "min": "0",
126765                        "mutable": "null",
126766                        "readable": true,
126767                        "type": "gfloat",
126768                        "writable": true
126769                    },
126770                    "qm-20": {
126771                        "blurb": "Quality factor Mid 20",
126772                        "conditionally-available": false,
126773                        "construct": true,
126774                        "construct-only": false,
126775                        "controllable": true,
126776                        "default": "0",
126777                        "max": "100",
126778                        "min": "0",
126779                        "mutable": "null",
126780                        "readable": true,
126781                        "type": "gfloat",
126782                        "writable": true
126783                    },
126784                    "qm-21": {
126785                        "blurb": "Quality factor Mid 21",
126786                        "conditionally-available": false,
126787                        "construct": true,
126788                        "construct-only": false,
126789                        "controllable": true,
126790                        "default": "0",
126791                        "max": "100",
126792                        "min": "0",
126793                        "mutable": "null",
126794                        "readable": true,
126795                        "type": "gfloat",
126796                        "writable": true
126797                    },
126798                    "qm-22": {
126799                        "blurb": "Quality factor Mid 22",
126800                        "conditionally-available": false,
126801                        "construct": true,
126802                        "construct-only": false,
126803                        "controllable": true,
126804                        "default": "0",
126805                        "max": "100",
126806                        "min": "0",
126807                        "mutable": "null",
126808                        "readable": true,
126809                        "type": "gfloat",
126810                        "writable": true
126811                    },
126812                    "qm-23": {
126813                        "blurb": "Quality factor Mid 23",
126814                        "conditionally-available": false,
126815                        "construct": true,
126816                        "construct-only": false,
126817                        "controllable": true,
126818                        "default": "0",
126819                        "max": "100",
126820                        "min": "0",
126821                        "mutable": "null",
126822                        "readable": true,
126823                        "type": "gfloat",
126824                        "writable": true
126825                    },
126826                    "qm-24": {
126827                        "blurb": "Quality factor Mid 24",
126828                        "conditionally-available": false,
126829                        "construct": true,
126830                        "construct-only": false,
126831                        "controllable": true,
126832                        "default": "0",
126833                        "max": "100",
126834                        "min": "0",
126835                        "mutable": "null",
126836                        "readable": true,
126837                        "type": "gfloat",
126838                        "writable": true
126839                    },
126840                    "qm-25": {
126841                        "blurb": "Quality factor Mid 25",
126842                        "conditionally-available": false,
126843                        "construct": true,
126844                        "construct-only": false,
126845                        "controllable": true,
126846                        "default": "0",
126847                        "max": "100",
126848                        "min": "0",
126849                        "mutable": "null",
126850                        "readable": true,
126851                        "type": "gfloat",
126852                        "writable": true
126853                    },
126854                    "qm-26": {
126855                        "blurb": "Quality factor Mid 26",
126856                        "conditionally-available": false,
126857                        "construct": true,
126858                        "construct-only": false,
126859                        "controllable": true,
126860                        "default": "0",
126861                        "max": "100",
126862                        "min": "0",
126863                        "mutable": "null",
126864                        "readable": true,
126865                        "type": "gfloat",
126866                        "writable": true
126867                    },
126868                    "qm-27": {
126869                        "blurb": "Quality factor Mid 27",
126870                        "conditionally-available": false,
126871                        "construct": true,
126872                        "construct-only": false,
126873                        "controllable": true,
126874                        "default": "0",
126875                        "max": "100",
126876                        "min": "0",
126877                        "mutable": "null",
126878                        "readable": true,
126879                        "type": "gfloat",
126880                        "writable": true
126881                    },
126882                    "qm-28": {
126883                        "blurb": "Quality factor Mid 28",
126884                        "conditionally-available": false,
126885                        "construct": true,
126886                        "construct-only": false,
126887                        "controllable": true,
126888                        "default": "0",
126889                        "max": "100",
126890                        "min": "0",
126891                        "mutable": "null",
126892                        "readable": true,
126893                        "type": "gfloat",
126894                        "writable": true
126895                    },
126896                    "qm-29": {
126897                        "blurb": "Quality factor Mid 29",
126898                        "conditionally-available": false,
126899                        "construct": true,
126900                        "construct-only": false,
126901                        "controllable": true,
126902                        "default": "0",
126903                        "max": "100",
126904                        "min": "0",
126905                        "mutable": "null",
126906                        "readable": true,
126907                        "type": "gfloat",
126908                        "writable": true
126909                    },
126910                    "qm-3": {
126911                        "blurb": "Quality factor Mid 3",
126912                        "conditionally-available": false,
126913                        "construct": true,
126914                        "construct-only": false,
126915                        "controllable": true,
126916                        "default": "0",
126917                        "max": "100",
126918                        "min": "0",
126919                        "mutable": "null",
126920                        "readable": true,
126921                        "type": "gfloat",
126922                        "writable": true
126923                    },
126924                    "qm-30": {
126925                        "blurb": "Quality factor Mid 30",
126926                        "conditionally-available": false,
126927                        "construct": true,
126928                        "construct-only": false,
126929                        "controllable": true,
126930                        "default": "0",
126931                        "max": "100",
126932                        "min": "0",
126933                        "mutable": "null",
126934                        "readable": true,
126935                        "type": "gfloat",
126936                        "writable": true
126937                    },
126938                    "qm-31": {
126939                        "blurb": "Quality factor Mid 31",
126940                        "conditionally-available": false,
126941                        "construct": true,
126942                        "construct-only": false,
126943                        "controllable": true,
126944                        "default": "0",
126945                        "max": "100",
126946                        "min": "0",
126947                        "mutable": "null",
126948                        "readable": true,
126949                        "type": "gfloat",
126950                        "writable": true
126951                    },
126952                    "qm-4": {
126953                        "blurb": "Quality factor Mid 4",
126954                        "conditionally-available": false,
126955                        "construct": true,
126956                        "construct-only": false,
126957                        "controllable": true,
126958                        "default": "0",
126959                        "max": "100",
126960                        "min": "0",
126961                        "mutable": "null",
126962                        "readable": true,
126963                        "type": "gfloat",
126964                        "writable": true
126965                    },
126966                    "qm-5": {
126967                        "blurb": "Quality factor Mid 5",
126968                        "conditionally-available": false,
126969                        "construct": true,
126970                        "construct-only": false,
126971                        "controllable": true,
126972                        "default": "0",
126973                        "max": "100",
126974                        "min": "0",
126975                        "mutable": "null",
126976                        "readable": true,
126977                        "type": "gfloat",
126978                        "writable": true
126979                    },
126980                    "qm-6": {
126981                        "blurb": "Quality factor Mid 6",
126982                        "conditionally-available": false,
126983                        "construct": true,
126984                        "construct-only": false,
126985                        "controllable": true,
126986                        "default": "0",
126987                        "max": "100",
126988                        "min": "0",
126989                        "mutable": "null",
126990                        "readable": true,
126991                        "type": "gfloat",
126992                        "writable": true
126993                    },
126994                    "qm-7": {
126995                        "blurb": "Quality factor Mid 7",
126996                        "conditionally-available": false,
126997                        "construct": true,
126998                        "construct-only": false,
126999                        "controllable": true,
127000                        "default": "0",
127001                        "max": "100",
127002                        "min": "0",
127003                        "mutable": "null",
127004                        "readable": true,
127005                        "type": "gfloat",
127006                        "writable": true
127007                    },
127008                    "qm-8": {
127009                        "blurb": "Quality factor Mid 8",
127010                        "conditionally-available": false,
127011                        "construct": true,
127012                        "construct-only": false,
127013                        "controllable": true,
127014                        "default": "0",
127015                        "max": "100",
127016                        "min": "0",
127017                        "mutable": "null",
127018                        "readable": true,
127019                        "type": "gfloat",
127020                        "writable": true
127021                    },
127022                    "qm-9": {
127023                        "blurb": "Quality factor Mid 9",
127024                        "conditionally-available": false,
127025                        "construct": true,
127026                        "construct-only": false,
127027                        "controllable": true,
127028                        "default": "0",
127029                        "max": "100",
127030                        "min": "0",
127031                        "mutable": "null",
127032                        "readable": true,
127033                        "type": "gfloat",
127034                        "writable": true
127035                    },
127036                    "qs-0": {
127037                        "blurb": "Quality factor Side 0",
127038                        "conditionally-available": false,
127039                        "construct": true,
127040                        "construct-only": false,
127041                        "controllable": true,
127042                        "default": "0",
127043                        "max": "100",
127044                        "min": "0",
127045                        "mutable": "null",
127046                        "readable": true,
127047                        "type": "gfloat",
127048                        "writable": true
127049                    },
127050                    "qs-1": {
127051                        "blurb": "Quality factor Side 1",
127052                        "conditionally-available": false,
127053                        "construct": true,
127054                        "construct-only": false,
127055                        "controllable": true,
127056                        "default": "0",
127057                        "max": "100",
127058                        "min": "0",
127059                        "mutable": "null",
127060                        "readable": true,
127061                        "type": "gfloat",
127062                        "writable": true
127063                    },
127064                    "qs-10": {
127065                        "blurb": "Quality factor Side 10",
127066                        "conditionally-available": false,
127067                        "construct": true,
127068                        "construct-only": false,
127069                        "controllable": true,
127070                        "default": "0",
127071                        "max": "100",
127072                        "min": "0",
127073                        "mutable": "null",
127074                        "readable": true,
127075                        "type": "gfloat",
127076                        "writable": true
127077                    },
127078                    "qs-11": {
127079                        "blurb": "Quality factor Side 11",
127080                        "conditionally-available": false,
127081                        "construct": true,
127082                        "construct-only": false,
127083                        "controllable": true,
127084                        "default": "0",
127085                        "max": "100",
127086                        "min": "0",
127087                        "mutable": "null",
127088                        "readable": true,
127089                        "type": "gfloat",
127090                        "writable": true
127091                    },
127092                    "qs-12": {
127093                        "blurb": "Quality factor Side 12",
127094                        "conditionally-available": false,
127095                        "construct": true,
127096                        "construct-only": false,
127097                        "controllable": true,
127098                        "default": "0",
127099                        "max": "100",
127100                        "min": "0",
127101                        "mutable": "null",
127102                        "readable": true,
127103                        "type": "gfloat",
127104                        "writable": true
127105                    },
127106                    "qs-13": {
127107                        "blurb": "Quality factor Side 13",
127108                        "conditionally-available": false,
127109                        "construct": true,
127110                        "construct-only": false,
127111                        "controllable": true,
127112                        "default": "0",
127113                        "max": "100",
127114                        "min": "0",
127115                        "mutable": "null",
127116                        "readable": true,
127117                        "type": "gfloat",
127118                        "writable": true
127119                    },
127120                    "qs-14": {
127121                        "blurb": "Quality factor Side 14",
127122                        "conditionally-available": false,
127123                        "construct": true,
127124                        "construct-only": false,
127125                        "controllable": true,
127126                        "default": "0",
127127                        "max": "100",
127128                        "min": "0",
127129                        "mutable": "null",
127130                        "readable": true,
127131                        "type": "gfloat",
127132                        "writable": true
127133                    },
127134                    "qs-15": {
127135                        "blurb": "Quality factor Side 15",
127136                        "conditionally-available": false,
127137                        "construct": true,
127138                        "construct-only": false,
127139                        "controllable": true,
127140                        "default": "0",
127141                        "max": "100",
127142                        "min": "0",
127143                        "mutable": "null",
127144                        "readable": true,
127145                        "type": "gfloat",
127146                        "writable": true
127147                    },
127148                    "qs-16": {
127149                        "blurb": "Quality factor Side 16",
127150                        "conditionally-available": false,
127151                        "construct": true,
127152                        "construct-only": false,
127153                        "controllable": true,
127154                        "default": "0",
127155                        "max": "100",
127156                        "min": "0",
127157                        "mutable": "null",
127158                        "readable": true,
127159                        "type": "gfloat",
127160                        "writable": true
127161                    },
127162                    "qs-17": {
127163                        "blurb": "Quality factor Side 17",
127164                        "conditionally-available": false,
127165                        "construct": true,
127166                        "construct-only": false,
127167                        "controllable": true,
127168                        "default": "0",
127169                        "max": "100",
127170                        "min": "0",
127171                        "mutable": "null",
127172                        "readable": true,
127173                        "type": "gfloat",
127174                        "writable": true
127175                    },
127176                    "qs-18": {
127177                        "blurb": "Quality factor Side 18",
127178                        "conditionally-available": false,
127179                        "construct": true,
127180                        "construct-only": false,
127181                        "controllable": true,
127182                        "default": "0",
127183                        "max": "100",
127184                        "min": "0",
127185                        "mutable": "null",
127186                        "readable": true,
127187                        "type": "gfloat",
127188                        "writable": true
127189                    },
127190                    "qs-19": {
127191                        "blurb": "Quality factor Side 19",
127192                        "conditionally-available": false,
127193                        "construct": true,
127194                        "construct-only": false,
127195                        "controllable": true,
127196                        "default": "0",
127197                        "max": "100",
127198                        "min": "0",
127199                        "mutable": "null",
127200                        "readable": true,
127201                        "type": "gfloat",
127202                        "writable": true
127203                    },
127204                    "qs-2": {
127205                        "blurb": "Quality factor Side 2",
127206                        "conditionally-available": false,
127207                        "construct": true,
127208                        "construct-only": false,
127209                        "controllable": true,
127210                        "default": "0",
127211                        "max": "100",
127212                        "min": "0",
127213                        "mutable": "null",
127214                        "readable": true,
127215                        "type": "gfloat",
127216                        "writable": true
127217                    },
127218                    "qs-20": {
127219                        "blurb": "Quality factor Side 20",
127220                        "conditionally-available": false,
127221                        "construct": true,
127222                        "construct-only": false,
127223                        "controllable": true,
127224                        "default": "0",
127225                        "max": "100",
127226                        "min": "0",
127227                        "mutable": "null",
127228                        "readable": true,
127229                        "type": "gfloat",
127230                        "writable": true
127231                    },
127232                    "qs-21": {
127233                        "blurb": "Quality factor Side 21",
127234                        "conditionally-available": false,
127235                        "construct": true,
127236                        "construct-only": false,
127237                        "controllable": true,
127238                        "default": "0",
127239                        "max": "100",
127240                        "min": "0",
127241                        "mutable": "null",
127242                        "readable": true,
127243                        "type": "gfloat",
127244                        "writable": true
127245                    },
127246                    "qs-22": {
127247                        "blurb": "Quality factor Side 22",
127248                        "conditionally-available": false,
127249                        "construct": true,
127250                        "construct-only": false,
127251                        "controllable": true,
127252                        "default": "0",
127253                        "max": "100",
127254                        "min": "0",
127255                        "mutable": "null",
127256                        "readable": true,
127257                        "type": "gfloat",
127258                        "writable": true
127259                    },
127260                    "qs-23": {
127261                        "blurb": "Quality factor Side 23",
127262                        "conditionally-available": false,
127263                        "construct": true,
127264                        "construct-only": false,
127265                        "controllable": true,
127266                        "default": "0",
127267                        "max": "100",
127268                        "min": "0",
127269                        "mutable": "null",
127270                        "readable": true,
127271                        "type": "gfloat",
127272                        "writable": true
127273                    },
127274                    "qs-24": {
127275                        "blurb": "Quality factor Side 24",
127276                        "conditionally-available": false,
127277                        "construct": true,
127278                        "construct-only": false,
127279                        "controllable": true,
127280                        "default": "0",
127281                        "max": "100",
127282                        "min": "0",
127283                        "mutable": "null",
127284                        "readable": true,
127285                        "type": "gfloat",
127286                        "writable": true
127287                    },
127288                    "qs-25": {
127289                        "blurb": "Quality factor Side 25",
127290                        "conditionally-available": false,
127291                        "construct": true,
127292                        "construct-only": false,
127293                        "controllable": true,
127294                        "default": "0",
127295                        "max": "100",
127296                        "min": "0",
127297                        "mutable": "null",
127298                        "readable": true,
127299                        "type": "gfloat",
127300                        "writable": true
127301                    },
127302                    "qs-26": {
127303                        "blurb": "Quality factor Side 26",
127304                        "conditionally-available": false,
127305                        "construct": true,
127306                        "construct-only": false,
127307                        "controllable": true,
127308                        "default": "0",
127309                        "max": "100",
127310                        "min": "0",
127311                        "mutable": "null",
127312                        "readable": true,
127313                        "type": "gfloat",
127314                        "writable": true
127315                    },
127316                    "qs-27": {
127317                        "blurb": "Quality factor Side 27",
127318                        "conditionally-available": false,
127319                        "construct": true,
127320                        "construct-only": false,
127321                        "controllable": true,
127322                        "default": "0",
127323                        "max": "100",
127324                        "min": "0",
127325                        "mutable": "null",
127326                        "readable": true,
127327                        "type": "gfloat",
127328                        "writable": true
127329                    },
127330                    "qs-28": {
127331                        "blurb": "Quality factor Side 28",
127332                        "conditionally-available": false,
127333                        "construct": true,
127334                        "construct-only": false,
127335                        "controllable": true,
127336                        "default": "0",
127337                        "max": "100",
127338                        "min": "0",
127339                        "mutable": "null",
127340                        "readable": true,
127341                        "type": "gfloat",
127342                        "writable": true
127343                    },
127344                    "qs-29": {
127345                        "blurb": "Quality factor Side 29",
127346                        "conditionally-available": false,
127347                        "construct": true,
127348                        "construct-only": false,
127349                        "controllable": true,
127350                        "default": "0",
127351                        "max": "100",
127352                        "min": "0",
127353                        "mutable": "null",
127354                        "readable": true,
127355                        "type": "gfloat",
127356                        "writable": true
127357                    },
127358                    "qs-3": {
127359                        "blurb": "Quality factor Side 3",
127360                        "conditionally-available": false,
127361                        "construct": true,
127362                        "construct-only": false,
127363                        "controllable": true,
127364                        "default": "0",
127365                        "max": "100",
127366                        "min": "0",
127367                        "mutable": "null",
127368                        "readable": true,
127369                        "type": "gfloat",
127370                        "writable": true
127371                    },
127372                    "qs-30": {
127373                        "blurb": "Quality factor Side 30",
127374                        "conditionally-available": false,
127375                        "construct": true,
127376                        "construct-only": false,
127377                        "controllable": true,
127378                        "default": "0",
127379                        "max": "100",
127380                        "min": "0",
127381                        "mutable": "null",
127382                        "readable": true,
127383                        "type": "gfloat",
127384                        "writable": true
127385                    },
127386                    "qs-31": {
127387                        "blurb": "Quality factor Side 31",
127388                        "conditionally-available": false,
127389                        "construct": true,
127390                        "construct-only": false,
127391                        "controllable": true,
127392                        "default": "0",
127393                        "max": "100",
127394                        "min": "0",
127395                        "mutable": "null",
127396                        "readable": true,
127397                        "type": "gfloat",
127398                        "writable": true
127399                    },
127400                    "qs-4": {
127401                        "blurb": "Quality factor Side 4",
127402                        "conditionally-available": false,
127403                        "construct": true,
127404                        "construct-only": false,
127405                        "controllable": true,
127406                        "default": "0",
127407                        "max": "100",
127408                        "min": "0",
127409                        "mutable": "null",
127410                        "readable": true,
127411                        "type": "gfloat",
127412                        "writable": true
127413                    },
127414                    "qs-5": {
127415                        "blurb": "Quality factor Side 5",
127416                        "conditionally-available": false,
127417                        "construct": true,
127418                        "construct-only": false,
127419                        "controllable": true,
127420                        "default": "0",
127421                        "max": "100",
127422                        "min": "0",
127423                        "mutable": "null",
127424                        "readable": true,
127425                        "type": "gfloat",
127426                        "writable": true
127427                    },
127428                    "qs-6": {
127429                        "blurb": "Quality factor Side 6",
127430                        "conditionally-available": false,
127431                        "construct": true,
127432                        "construct-only": false,
127433                        "controllable": true,
127434                        "default": "0",
127435                        "max": "100",
127436                        "min": "0",
127437                        "mutable": "null",
127438                        "readable": true,
127439                        "type": "gfloat",
127440                        "writable": true
127441                    },
127442                    "qs-7": {
127443                        "blurb": "Quality factor Side 7",
127444                        "conditionally-available": false,
127445                        "construct": true,
127446                        "construct-only": false,
127447                        "controllable": true,
127448                        "default": "0",
127449                        "max": "100",
127450                        "min": "0",
127451                        "mutable": "null",
127452                        "readable": true,
127453                        "type": "gfloat",
127454                        "writable": true
127455                    },
127456                    "qs-8": {
127457                        "blurb": "Quality factor Side 8",
127458                        "conditionally-available": false,
127459                        "construct": true,
127460                        "construct-only": false,
127461                        "controllable": true,
127462                        "default": "0",
127463                        "max": "100",
127464                        "min": "0",
127465                        "mutable": "null",
127466                        "readable": true,
127467                        "type": "gfloat",
127468                        "writable": true
127469                    },
127470                    "qs-9": {
127471                        "blurb": "Quality factor Side 9",
127472                        "conditionally-available": false,
127473                        "construct": true,
127474                        "construct-only": false,
127475                        "controllable": true,
127476                        "default": "0",
127477                        "max": "100",
127478                        "min": "0",
127479                        "mutable": "null",
127480                        "readable": true,
127481                        "type": "gfloat",
127482                        "writable": true
127483                    },
127484                    "react": {
127485                        "blurb": "FFT reactivity",
127486                        "conditionally-available": false,
127487                        "construct": true,
127488                        "construct-only": false,
127489                        "controllable": true,
127490                        "default": "0.2",
127491                        "max": "1",
127492                        "min": "0",
127493                        "mutable": "null",
127494                        "readable": true,
127495                        "type": "gfloat",
127496                        "writable": true
127497                    },
127498                    "shift": {
127499                        "blurb": "Shift gain",
127500                        "conditionally-available": false,
127501                        "construct": true,
127502                        "construct-only": false,
127503                        "controllable": true,
127504                        "default": "1",
127505                        "max": "100",
127506                        "min": "0",
127507                        "mutable": "null",
127508                        "readable": true,
127509                        "type": "gfloat",
127510                        "writable": true
127511                    },
127512                    "sm-0": {
127513                        "blurb": "Filter slope Mid 0",
127514                        "conditionally-available": false,
127515                        "construct": true,
127516                        "construct-only": false,
127517                        "controllable": true,
127518                        "default": "x1 (0)",
127519                        "mutable": "null",
127520                        "readable": true,
127521                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-0",
127522                        "writable": true
127523                    },
127524                    "sm-1": {
127525                        "blurb": "Filter slope Mid 1",
127526                        "conditionally-available": false,
127527                        "construct": true,
127528                        "construct-only": false,
127529                        "controllable": true,
127530                        "default": "x1 (0)",
127531                        "mutable": "null",
127532                        "readable": true,
127533                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-1",
127534                        "writable": true
127535                    },
127536                    "sm-10": {
127537                        "blurb": "Filter slope Mid 10",
127538                        "conditionally-available": false,
127539                        "construct": true,
127540                        "construct-only": false,
127541                        "controllable": true,
127542                        "default": "x1 (0)",
127543                        "mutable": "null",
127544                        "readable": true,
127545                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-10",
127546                        "writable": true
127547                    },
127548                    "sm-11": {
127549                        "blurb": "Filter slope Mid 11",
127550                        "conditionally-available": false,
127551                        "construct": true,
127552                        "construct-only": false,
127553                        "controllable": true,
127554                        "default": "x1 (0)",
127555                        "mutable": "null",
127556                        "readable": true,
127557                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-11",
127558                        "writable": true
127559                    },
127560                    "sm-12": {
127561                        "blurb": "Filter slope Mid 12",
127562                        "conditionally-available": false,
127563                        "construct": true,
127564                        "construct-only": false,
127565                        "controllable": true,
127566                        "default": "x1 (0)",
127567                        "mutable": "null",
127568                        "readable": true,
127569                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-12",
127570                        "writable": true
127571                    },
127572                    "sm-13": {
127573                        "blurb": "Filter slope Mid 13",
127574                        "conditionally-available": false,
127575                        "construct": true,
127576                        "construct-only": false,
127577                        "controllable": true,
127578                        "default": "x1 (0)",
127579                        "mutable": "null",
127580                        "readable": true,
127581                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-13",
127582                        "writable": true
127583                    },
127584                    "sm-14": {
127585                        "blurb": "Filter slope Mid 14",
127586                        "conditionally-available": false,
127587                        "construct": true,
127588                        "construct-only": false,
127589                        "controllable": true,
127590                        "default": "x1 (0)",
127591                        "mutable": "null",
127592                        "readable": true,
127593                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-14",
127594                        "writable": true
127595                    },
127596                    "sm-15": {
127597                        "blurb": "Filter slope Mid 15",
127598                        "conditionally-available": false,
127599                        "construct": true,
127600                        "construct-only": false,
127601                        "controllable": true,
127602                        "default": "x1 (0)",
127603                        "mutable": "null",
127604                        "readable": true,
127605                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-15",
127606                        "writable": true
127607                    },
127608                    "sm-16": {
127609                        "blurb": "Filter slope Mid 16",
127610                        "conditionally-available": false,
127611                        "construct": true,
127612                        "construct-only": false,
127613                        "controllable": true,
127614                        "default": "x1 (0)",
127615                        "mutable": "null",
127616                        "readable": true,
127617                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-16",
127618                        "writable": true
127619                    },
127620                    "sm-17": {
127621                        "blurb": "Filter slope Mid 17",
127622                        "conditionally-available": false,
127623                        "construct": true,
127624                        "construct-only": false,
127625                        "controllable": true,
127626                        "default": "x1 (0)",
127627                        "mutable": "null",
127628                        "readable": true,
127629                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-17",
127630                        "writable": true
127631                    },
127632                    "sm-18": {
127633                        "blurb": "Filter slope Mid 18",
127634                        "conditionally-available": false,
127635                        "construct": true,
127636                        "construct-only": false,
127637                        "controllable": true,
127638                        "default": "x1 (0)",
127639                        "mutable": "null",
127640                        "readable": true,
127641                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-18",
127642                        "writable": true
127643                    },
127644                    "sm-19": {
127645                        "blurb": "Filter slope Mid 19",
127646                        "conditionally-available": false,
127647                        "construct": true,
127648                        "construct-only": false,
127649                        "controllable": true,
127650                        "default": "x1 (0)",
127651                        "mutable": "null",
127652                        "readable": true,
127653                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-19",
127654                        "writable": true
127655                    },
127656                    "sm-2": {
127657                        "blurb": "Filter slope Mid 2",
127658                        "conditionally-available": false,
127659                        "construct": true,
127660                        "construct-only": false,
127661                        "controllable": true,
127662                        "default": "x1 (0)",
127663                        "mutable": "null",
127664                        "readable": true,
127665                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-2",
127666                        "writable": true
127667                    },
127668                    "sm-20": {
127669                        "blurb": "Filter slope Mid 20",
127670                        "conditionally-available": false,
127671                        "construct": true,
127672                        "construct-only": false,
127673                        "controllable": true,
127674                        "default": "x1 (0)",
127675                        "mutable": "null",
127676                        "readable": true,
127677                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-20",
127678                        "writable": true
127679                    },
127680                    "sm-21": {
127681                        "blurb": "Filter slope Mid 21",
127682                        "conditionally-available": false,
127683                        "construct": true,
127684                        "construct-only": false,
127685                        "controllable": true,
127686                        "default": "x1 (0)",
127687                        "mutable": "null",
127688                        "readable": true,
127689                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-21",
127690                        "writable": true
127691                    },
127692                    "sm-22": {
127693                        "blurb": "Filter slope Mid 22",
127694                        "conditionally-available": false,
127695                        "construct": true,
127696                        "construct-only": false,
127697                        "controllable": true,
127698                        "default": "x1 (0)",
127699                        "mutable": "null",
127700                        "readable": true,
127701                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-22",
127702                        "writable": true
127703                    },
127704                    "sm-23": {
127705                        "blurb": "Filter slope Mid 23",
127706                        "conditionally-available": false,
127707                        "construct": true,
127708                        "construct-only": false,
127709                        "controllable": true,
127710                        "default": "x1 (0)",
127711                        "mutable": "null",
127712                        "readable": true,
127713                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-23",
127714                        "writable": true
127715                    },
127716                    "sm-24": {
127717                        "blurb": "Filter slope Mid 24",
127718                        "conditionally-available": false,
127719                        "construct": true,
127720                        "construct-only": false,
127721                        "controllable": true,
127722                        "default": "x1 (0)",
127723                        "mutable": "null",
127724                        "readable": true,
127725                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-24",
127726                        "writable": true
127727                    },
127728                    "sm-25": {
127729                        "blurb": "Filter slope Mid 25",
127730                        "conditionally-available": false,
127731                        "construct": true,
127732                        "construct-only": false,
127733                        "controllable": true,
127734                        "default": "x1 (0)",
127735                        "mutable": "null",
127736                        "readable": true,
127737                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-25",
127738                        "writable": true
127739                    },
127740                    "sm-26": {
127741                        "blurb": "Filter slope Mid 26",
127742                        "conditionally-available": false,
127743                        "construct": true,
127744                        "construct-only": false,
127745                        "controllable": true,
127746                        "default": "x1 (0)",
127747                        "mutable": "null",
127748                        "readable": true,
127749                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-26",
127750                        "writable": true
127751                    },
127752                    "sm-27": {
127753                        "blurb": "Filter slope Mid 27",
127754                        "conditionally-available": false,
127755                        "construct": true,
127756                        "construct-only": false,
127757                        "controllable": true,
127758                        "default": "x1 (0)",
127759                        "mutable": "null",
127760                        "readable": true,
127761                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-27",
127762                        "writable": true
127763                    },
127764                    "sm-28": {
127765                        "blurb": "Filter slope Mid 28",
127766                        "conditionally-available": false,
127767                        "construct": true,
127768                        "construct-only": false,
127769                        "controllable": true,
127770                        "default": "x1 (0)",
127771                        "mutable": "null",
127772                        "readable": true,
127773                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-28",
127774                        "writable": true
127775                    },
127776                    "sm-29": {
127777                        "blurb": "Filter slope Mid 29",
127778                        "conditionally-available": false,
127779                        "construct": true,
127780                        "construct-only": false,
127781                        "controllable": true,
127782                        "default": "x1 (0)",
127783                        "mutable": "null",
127784                        "readable": true,
127785                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-29",
127786                        "writable": true
127787                    },
127788                    "sm-3": {
127789                        "blurb": "Filter slope Mid 3",
127790                        "conditionally-available": false,
127791                        "construct": true,
127792                        "construct-only": false,
127793                        "controllable": true,
127794                        "default": "x1 (0)",
127795                        "mutable": "null",
127796                        "readable": true,
127797                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-3",
127798                        "writable": true
127799                    },
127800                    "sm-30": {
127801                        "blurb": "Filter slope Mid 30",
127802                        "conditionally-available": false,
127803                        "construct": true,
127804                        "construct-only": false,
127805                        "controllable": true,
127806                        "default": "x1 (0)",
127807                        "mutable": "null",
127808                        "readable": true,
127809                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-30",
127810                        "writable": true
127811                    },
127812                    "sm-31": {
127813                        "blurb": "Filter slope Mid 31",
127814                        "conditionally-available": false,
127815                        "construct": true,
127816                        "construct-only": false,
127817                        "controllable": true,
127818                        "default": "x1 (0)",
127819                        "mutable": "null",
127820                        "readable": true,
127821                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-31",
127822                        "writable": true
127823                    },
127824                    "sm-4": {
127825                        "blurb": "Filter slope Mid 4",
127826                        "conditionally-available": false,
127827                        "construct": true,
127828                        "construct-only": false,
127829                        "controllable": true,
127830                        "default": "x1 (0)",
127831                        "mutable": "null",
127832                        "readable": true,
127833                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-4",
127834                        "writable": true
127835                    },
127836                    "sm-5": {
127837                        "blurb": "Filter slope Mid 5",
127838                        "conditionally-available": false,
127839                        "construct": true,
127840                        "construct-only": false,
127841                        "controllable": true,
127842                        "default": "x1 (0)",
127843                        "mutable": "null",
127844                        "readable": true,
127845                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-5",
127846                        "writable": true
127847                    },
127848                    "sm-6": {
127849                        "blurb": "Filter slope Mid 6",
127850                        "conditionally-available": false,
127851                        "construct": true,
127852                        "construct-only": false,
127853                        "controllable": true,
127854                        "default": "x1 (0)",
127855                        "mutable": "null",
127856                        "readable": true,
127857                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-6",
127858                        "writable": true
127859                    },
127860                    "sm-7": {
127861                        "blurb": "Filter slope Mid 7",
127862                        "conditionally-available": false,
127863                        "construct": true,
127864                        "construct-only": false,
127865                        "controllable": true,
127866                        "default": "x1 (0)",
127867                        "mutable": "null",
127868                        "readable": true,
127869                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-7",
127870                        "writable": true
127871                    },
127872                    "sm-8": {
127873                        "blurb": "Filter slope Mid 8",
127874                        "conditionally-available": false,
127875                        "construct": true,
127876                        "construct-only": false,
127877                        "controllable": true,
127878                        "default": "x1 (0)",
127879                        "mutable": "null",
127880                        "readable": true,
127881                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-8",
127882                        "writable": true
127883                    },
127884                    "sm-9": {
127885                        "blurb": "Filter slope Mid 9",
127886                        "conditionally-available": false,
127887                        "construct": true,
127888                        "construct-only": false,
127889                        "controllable": true,
127890                        "default": "x1 (0)",
127891                        "mutable": "null",
127892                        "readable": true,
127893                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-9",
127894                        "writable": true
127895                    },
127896                    "sml": {
127897                        "blurb": "Output signal meter Left",
127898                        "conditionally-available": false,
127899                        "construct": false,
127900                        "construct-only": false,
127901                        "controllable": true,
127902                        "default": "0",
127903                        "max": "3.98107",
127904                        "min": "0",
127905                        "mutable": "null",
127906                        "readable": true,
127907                        "type": "gfloat",
127908                        "writable": false
127909                    },
127910                    "smr": {
127911                        "blurb": "Output signal meter Right",
127912                        "conditionally-available": false,
127913                        "construct": false,
127914                        "construct-only": false,
127915                        "controllable": true,
127916                        "default": "0",
127917                        "max": "3.98107",
127918                        "min": "0",
127919                        "mutable": "null",
127920                        "readable": true,
127921                        "type": "gfloat",
127922                        "writable": false
127923                    },
127924                    "ss-0": {
127925                        "blurb": "Filter slope Side 0",
127926                        "conditionally-available": false,
127927                        "construct": true,
127928                        "construct-only": false,
127929                        "controllable": true,
127930                        "default": "x1 (0)",
127931                        "mutable": "null",
127932                        "readable": true,
127933                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-0",
127934                        "writable": true
127935                    },
127936                    "ss-1": {
127937                        "blurb": "Filter slope Side 1",
127938                        "conditionally-available": false,
127939                        "construct": true,
127940                        "construct-only": false,
127941                        "controllable": true,
127942                        "default": "x1 (0)",
127943                        "mutable": "null",
127944                        "readable": true,
127945                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-1",
127946                        "writable": true
127947                    },
127948                    "ss-10": {
127949                        "blurb": "Filter slope Side 10",
127950                        "conditionally-available": false,
127951                        "construct": true,
127952                        "construct-only": false,
127953                        "controllable": true,
127954                        "default": "x1 (0)",
127955                        "mutable": "null",
127956                        "readable": true,
127957                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-10",
127958                        "writable": true
127959                    },
127960                    "ss-11": {
127961                        "blurb": "Filter slope Side 11",
127962                        "conditionally-available": false,
127963                        "construct": true,
127964                        "construct-only": false,
127965                        "controllable": true,
127966                        "default": "x1 (0)",
127967                        "mutable": "null",
127968                        "readable": true,
127969                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-11",
127970                        "writable": true
127971                    },
127972                    "ss-12": {
127973                        "blurb": "Filter slope Side 12",
127974                        "conditionally-available": false,
127975                        "construct": true,
127976                        "construct-only": false,
127977                        "controllable": true,
127978                        "default": "x1 (0)",
127979                        "mutable": "null",
127980                        "readable": true,
127981                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-12",
127982                        "writable": true
127983                    },
127984                    "ss-13": {
127985                        "blurb": "Filter slope Side 13",
127986                        "conditionally-available": false,
127987                        "construct": true,
127988                        "construct-only": false,
127989                        "controllable": true,
127990                        "default": "x1 (0)",
127991                        "mutable": "null",
127992                        "readable": true,
127993                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-13",
127994                        "writable": true
127995                    },
127996                    "ss-14": {
127997                        "blurb": "Filter slope Side 14",
127998                        "conditionally-available": false,
127999                        "construct": true,
128000                        "construct-only": false,
128001                        "controllable": true,
128002                        "default": "x1 (0)",
128003                        "mutable": "null",
128004                        "readable": true,
128005                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-14",
128006                        "writable": true
128007                    },
128008                    "ss-15": {
128009                        "blurb": "Filter slope Side 15",
128010                        "conditionally-available": false,
128011                        "construct": true,
128012                        "construct-only": false,
128013                        "controllable": true,
128014                        "default": "x1 (0)",
128015                        "mutable": "null",
128016                        "readable": true,
128017                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-15",
128018                        "writable": true
128019                    },
128020                    "ss-16": {
128021                        "blurb": "Filter slope Side 16",
128022                        "conditionally-available": false,
128023                        "construct": true,
128024                        "construct-only": false,
128025                        "controllable": true,
128026                        "default": "x1 (0)",
128027                        "mutable": "null",
128028                        "readable": true,
128029                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-16",
128030                        "writable": true
128031                    },
128032                    "ss-17": {
128033                        "blurb": "Filter slope Side 17",
128034                        "conditionally-available": false,
128035                        "construct": true,
128036                        "construct-only": false,
128037                        "controllable": true,
128038                        "default": "x1 (0)",
128039                        "mutable": "null",
128040                        "readable": true,
128041                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-17",
128042                        "writable": true
128043                    },
128044                    "ss-18": {
128045                        "blurb": "Filter slope Side 18",
128046                        "conditionally-available": false,
128047                        "construct": true,
128048                        "construct-only": false,
128049                        "controllable": true,
128050                        "default": "x1 (0)",
128051                        "mutable": "null",
128052                        "readable": true,
128053                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-18",
128054                        "writable": true
128055                    },
128056                    "ss-19": {
128057                        "blurb": "Filter slope Side 19",
128058                        "conditionally-available": false,
128059                        "construct": true,
128060                        "construct-only": false,
128061                        "controllable": true,
128062                        "default": "x1 (0)",
128063                        "mutable": "null",
128064                        "readable": true,
128065                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-19",
128066                        "writable": true
128067                    },
128068                    "ss-2": {
128069                        "blurb": "Filter slope Side 2",
128070                        "conditionally-available": false,
128071                        "construct": true,
128072                        "construct-only": false,
128073                        "controllable": true,
128074                        "default": "x1 (0)",
128075                        "mutable": "null",
128076                        "readable": true,
128077                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-2",
128078                        "writable": true
128079                    },
128080                    "ss-20": {
128081                        "blurb": "Filter slope Side 20",
128082                        "conditionally-available": false,
128083                        "construct": true,
128084                        "construct-only": false,
128085                        "controllable": true,
128086                        "default": "x1 (0)",
128087                        "mutable": "null",
128088                        "readable": true,
128089                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-20",
128090                        "writable": true
128091                    },
128092                    "ss-21": {
128093                        "blurb": "Filter slope Side 21",
128094                        "conditionally-available": false,
128095                        "construct": true,
128096                        "construct-only": false,
128097                        "controllable": true,
128098                        "default": "x1 (0)",
128099                        "mutable": "null",
128100                        "readable": true,
128101                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-21",
128102                        "writable": true
128103                    },
128104                    "ss-22": {
128105                        "blurb": "Filter slope Side 22",
128106                        "conditionally-available": false,
128107                        "construct": true,
128108                        "construct-only": false,
128109                        "controllable": true,
128110                        "default": "x1 (0)",
128111                        "mutable": "null",
128112                        "readable": true,
128113                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-22",
128114                        "writable": true
128115                    },
128116                    "ss-23": {
128117                        "blurb": "Filter slope Side 23",
128118                        "conditionally-available": false,
128119                        "construct": true,
128120                        "construct-only": false,
128121                        "controllable": true,
128122                        "default": "x1 (0)",
128123                        "mutable": "null",
128124                        "readable": true,
128125                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-23",
128126                        "writable": true
128127                    },
128128                    "ss-24": {
128129                        "blurb": "Filter slope Side 24",
128130                        "conditionally-available": false,
128131                        "construct": true,
128132                        "construct-only": false,
128133                        "controllable": true,
128134                        "default": "x1 (0)",
128135                        "mutable": "null",
128136                        "readable": true,
128137                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-24",
128138                        "writable": true
128139                    },
128140                    "ss-25": {
128141                        "blurb": "Filter slope Side 25",
128142                        "conditionally-available": false,
128143                        "construct": true,
128144                        "construct-only": false,
128145                        "controllable": true,
128146                        "default": "x1 (0)",
128147                        "mutable": "null",
128148                        "readable": true,
128149                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-25",
128150                        "writable": true
128151                    },
128152                    "ss-26": {
128153                        "blurb": "Filter slope Side 26",
128154                        "conditionally-available": false,
128155                        "construct": true,
128156                        "construct-only": false,
128157                        "controllable": true,
128158                        "default": "x1 (0)",
128159                        "mutable": "null",
128160                        "readable": true,
128161                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-26",
128162                        "writable": true
128163                    },
128164                    "ss-27": {
128165                        "blurb": "Filter slope Side 27",
128166                        "conditionally-available": false,
128167                        "construct": true,
128168                        "construct-only": false,
128169                        "controllable": true,
128170                        "default": "x1 (0)",
128171                        "mutable": "null",
128172                        "readable": true,
128173                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-27",
128174                        "writable": true
128175                    },
128176                    "ss-28": {
128177                        "blurb": "Filter slope Side 28",
128178                        "conditionally-available": false,
128179                        "construct": true,
128180                        "construct-only": false,
128181                        "controllable": true,
128182                        "default": "x1 (0)",
128183                        "mutable": "null",
128184                        "readable": true,
128185                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-28",
128186                        "writable": true
128187                    },
128188                    "ss-29": {
128189                        "blurb": "Filter slope Side 29",
128190                        "conditionally-available": false,
128191                        "construct": true,
128192                        "construct-only": false,
128193                        "controllable": true,
128194                        "default": "x1 (0)",
128195                        "mutable": "null",
128196                        "readable": true,
128197                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-29",
128198                        "writable": true
128199                    },
128200                    "ss-3": {
128201                        "blurb": "Filter slope Side 3",
128202                        "conditionally-available": false,
128203                        "construct": true,
128204                        "construct-only": false,
128205                        "controllable": true,
128206                        "default": "x1 (0)",
128207                        "mutable": "null",
128208                        "readable": true,
128209                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-3",
128210                        "writable": true
128211                    },
128212                    "ss-30": {
128213                        "blurb": "Filter slope Side 30",
128214                        "conditionally-available": false,
128215                        "construct": true,
128216                        "construct-only": false,
128217                        "controllable": true,
128218                        "default": "x1 (0)",
128219                        "mutable": "null",
128220                        "readable": true,
128221                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-30",
128222                        "writable": true
128223                    },
128224                    "ss-31": {
128225                        "blurb": "Filter slope Side 31",
128226                        "conditionally-available": false,
128227                        "construct": true,
128228                        "construct-only": false,
128229                        "controllable": true,
128230                        "default": "x1 (0)",
128231                        "mutable": "null",
128232                        "readable": true,
128233                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-31",
128234                        "writable": true
128235                    },
128236                    "ss-4": {
128237                        "blurb": "Filter slope Side 4",
128238                        "conditionally-available": false,
128239                        "construct": true,
128240                        "construct-only": false,
128241                        "controllable": true,
128242                        "default": "x1 (0)",
128243                        "mutable": "null",
128244                        "readable": true,
128245                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-4",
128246                        "writable": true
128247                    },
128248                    "ss-5": {
128249                        "blurb": "Filter slope Side 5",
128250                        "conditionally-available": false,
128251                        "construct": true,
128252                        "construct-only": false,
128253                        "controllable": true,
128254                        "default": "x1 (0)",
128255                        "mutable": "null",
128256                        "readable": true,
128257                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-5",
128258                        "writable": true
128259                    },
128260                    "ss-6": {
128261                        "blurb": "Filter slope Side 6",
128262                        "conditionally-available": false,
128263                        "construct": true,
128264                        "construct-only": false,
128265                        "controllable": true,
128266                        "default": "x1 (0)",
128267                        "mutable": "null",
128268                        "readable": true,
128269                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-6",
128270                        "writable": true
128271                    },
128272                    "ss-7": {
128273                        "blurb": "Filter slope Side 7",
128274                        "conditionally-available": false,
128275                        "construct": true,
128276                        "construct-only": false,
128277                        "controllable": true,
128278                        "default": "x1 (0)",
128279                        "mutable": "null",
128280                        "readable": true,
128281                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-7",
128282                        "writable": true
128283                    },
128284                    "ss-8": {
128285                        "blurb": "Filter slope Side 8",
128286                        "conditionally-available": false,
128287                        "construct": true,
128288                        "construct-only": false,
128289                        "controllable": true,
128290                        "default": "x1 (0)",
128291                        "mutable": "null",
128292                        "readable": true,
128293                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-8",
128294                        "writable": true
128295                    },
128296                    "ss-9": {
128297                        "blurb": "Filter slope Side 9",
128298                        "conditionally-available": false,
128299                        "construct": true,
128300                        "construct-only": false,
128301                        "controllable": true,
128302                        "default": "x1 (0)",
128303                        "mutable": "null",
128304                        "readable": true,
128305                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-9",
128306                        "writable": true
128307                    },
128308                    "xmm-0": {
128309                        "blurb": "Filter mute Mid 0",
128310                        "conditionally-available": false,
128311                        "construct": true,
128312                        "construct-only": false,
128313                        "controllable": true,
128314                        "default": "false",
128315                        "mutable": "null",
128316                        "readable": true,
128317                        "type": "gboolean",
128318                        "writable": true
128319                    },
128320                    "xmm-1": {
128321                        "blurb": "Filter mute Mid 1",
128322                        "conditionally-available": false,
128323                        "construct": true,
128324                        "construct-only": false,
128325                        "controllable": true,
128326                        "default": "false",
128327                        "mutable": "null",
128328                        "readable": true,
128329                        "type": "gboolean",
128330                        "writable": true
128331                    },
128332                    "xmm-10": {
128333                        "blurb": "Filter mute Mid 10",
128334                        "conditionally-available": false,
128335                        "construct": true,
128336                        "construct-only": false,
128337                        "controllable": true,
128338                        "default": "false",
128339                        "mutable": "null",
128340                        "readable": true,
128341                        "type": "gboolean",
128342                        "writable": true
128343                    },
128344                    "xmm-11": {
128345                        "blurb": "Filter mute Mid 11",
128346                        "conditionally-available": false,
128347                        "construct": true,
128348                        "construct-only": false,
128349                        "controllable": true,
128350                        "default": "false",
128351                        "mutable": "null",
128352                        "readable": true,
128353                        "type": "gboolean",
128354                        "writable": true
128355                    },
128356                    "xmm-12": {
128357                        "blurb": "Filter mute Mid 12",
128358                        "conditionally-available": false,
128359                        "construct": true,
128360                        "construct-only": false,
128361                        "controllable": true,
128362                        "default": "false",
128363                        "mutable": "null",
128364                        "readable": true,
128365                        "type": "gboolean",
128366                        "writable": true
128367                    },
128368                    "xmm-13": {
128369                        "blurb": "Filter mute Mid 13",
128370                        "conditionally-available": false,
128371                        "construct": true,
128372                        "construct-only": false,
128373                        "controllable": true,
128374                        "default": "false",
128375                        "mutable": "null",
128376                        "readable": true,
128377                        "type": "gboolean",
128378                        "writable": true
128379                    },
128380                    "xmm-14": {
128381                        "blurb": "Filter mute Mid 14",
128382                        "conditionally-available": false,
128383                        "construct": true,
128384                        "construct-only": false,
128385                        "controllable": true,
128386                        "default": "false",
128387                        "mutable": "null",
128388                        "readable": true,
128389                        "type": "gboolean",
128390                        "writable": true
128391                    },
128392                    "xmm-15": {
128393                        "blurb": "Filter mute Mid 15",
128394                        "conditionally-available": false,
128395                        "construct": true,
128396                        "construct-only": false,
128397                        "controllable": true,
128398                        "default": "false",
128399                        "mutable": "null",
128400                        "readable": true,
128401                        "type": "gboolean",
128402                        "writable": true
128403                    },
128404                    "xmm-16": {
128405                        "blurb": "Filter mute Mid 16",
128406                        "conditionally-available": false,
128407                        "construct": true,
128408                        "construct-only": false,
128409                        "controllable": true,
128410                        "default": "false",
128411                        "mutable": "null",
128412                        "readable": true,
128413                        "type": "gboolean",
128414                        "writable": true
128415                    },
128416                    "xmm-17": {
128417                        "blurb": "Filter mute Mid 17",
128418                        "conditionally-available": false,
128419                        "construct": true,
128420                        "construct-only": false,
128421                        "controllable": true,
128422                        "default": "false",
128423                        "mutable": "null",
128424                        "readable": true,
128425                        "type": "gboolean",
128426                        "writable": true
128427                    },
128428                    "xmm-18": {
128429                        "blurb": "Filter mute Mid 18",
128430                        "conditionally-available": false,
128431                        "construct": true,
128432                        "construct-only": false,
128433                        "controllable": true,
128434                        "default": "false",
128435                        "mutable": "null",
128436                        "readable": true,
128437                        "type": "gboolean",
128438                        "writable": true
128439                    },
128440                    "xmm-19": {
128441                        "blurb": "Filter mute Mid 19",
128442                        "conditionally-available": false,
128443                        "construct": true,
128444                        "construct-only": false,
128445                        "controllable": true,
128446                        "default": "false",
128447                        "mutable": "null",
128448                        "readable": true,
128449                        "type": "gboolean",
128450                        "writable": true
128451                    },
128452                    "xmm-2": {
128453                        "blurb": "Filter mute Mid 2",
128454                        "conditionally-available": false,
128455                        "construct": true,
128456                        "construct-only": false,
128457                        "controllable": true,
128458                        "default": "false",
128459                        "mutable": "null",
128460                        "readable": true,
128461                        "type": "gboolean",
128462                        "writable": true
128463                    },
128464                    "xmm-20": {
128465                        "blurb": "Filter mute Mid 20",
128466                        "conditionally-available": false,
128467                        "construct": true,
128468                        "construct-only": false,
128469                        "controllable": true,
128470                        "default": "false",
128471                        "mutable": "null",
128472                        "readable": true,
128473                        "type": "gboolean",
128474                        "writable": true
128475                    },
128476                    "xmm-21": {
128477                        "blurb": "Filter mute Mid 21",
128478                        "conditionally-available": false,
128479                        "construct": true,
128480                        "construct-only": false,
128481                        "controllable": true,
128482                        "default": "false",
128483                        "mutable": "null",
128484                        "readable": true,
128485                        "type": "gboolean",
128486                        "writable": true
128487                    },
128488                    "xmm-22": {
128489                        "blurb": "Filter mute Mid 22",
128490                        "conditionally-available": false,
128491                        "construct": true,
128492                        "construct-only": false,
128493                        "controllable": true,
128494                        "default": "false",
128495                        "mutable": "null",
128496                        "readable": true,
128497                        "type": "gboolean",
128498                        "writable": true
128499                    },
128500                    "xmm-23": {
128501                        "blurb": "Filter mute Mid 23",
128502                        "conditionally-available": false,
128503                        "construct": true,
128504                        "construct-only": false,
128505                        "controllable": true,
128506                        "default": "false",
128507                        "mutable": "null",
128508                        "readable": true,
128509                        "type": "gboolean",
128510                        "writable": true
128511                    },
128512                    "xmm-24": {
128513                        "blurb": "Filter mute Mid 24",
128514                        "conditionally-available": false,
128515                        "construct": true,
128516                        "construct-only": false,
128517                        "controllable": true,
128518                        "default": "false",
128519                        "mutable": "null",
128520                        "readable": true,
128521                        "type": "gboolean",
128522                        "writable": true
128523                    },
128524                    "xmm-25": {
128525                        "blurb": "Filter mute Mid 25",
128526                        "conditionally-available": false,
128527                        "construct": true,
128528                        "construct-only": false,
128529                        "controllable": true,
128530                        "default": "false",
128531                        "mutable": "null",
128532                        "readable": true,
128533                        "type": "gboolean",
128534                        "writable": true
128535                    },
128536                    "xmm-26": {
128537                        "blurb": "Filter mute Mid 26",
128538                        "conditionally-available": false,
128539                        "construct": true,
128540                        "construct-only": false,
128541                        "controllable": true,
128542                        "default": "false",
128543                        "mutable": "null",
128544                        "readable": true,
128545                        "type": "gboolean",
128546                        "writable": true
128547                    },
128548                    "xmm-27": {
128549                        "blurb": "Filter mute Mid 27",
128550                        "conditionally-available": false,
128551                        "construct": true,
128552                        "construct-only": false,
128553                        "controllable": true,
128554                        "default": "false",
128555                        "mutable": "null",
128556                        "readable": true,
128557                        "type": "gboolean",
128558                        "writable": true
128559                    },
128560                    "xmm-28": {
128561                        "blurb": "Filter mute Mid 28",
128562                        "conditionally-available": false,
128563                        "construct": true,
128564                        "construct-only": false,
128565                        "controllable": true,
128566                        "default": "false",
128567                        "mutable": "null",
128568                        "readable": true,
128569                        "type": "gboolean",
128570                        "writable": true
128571                    },
128572                    "xmm-29": {
128573                        "blurb": "Filter mute Mid 29",
128574                        "conditionally-available": false,
128575                        "construct": true,
128576                        "construct-only": false,
128577                        "controllable": true,
128578                        "default": "false",
128579                        "mutable": "null",
128580                        "readable": true,
128581                        "type": "gboolean",
128582                        "writable": true
128583                    },
128584                    "xmm-3": {
128585                        "blurb": "Filter mute Mid 3",
128586                        "conditionally-available": false,
128587                        "construct": true,
128588                        "construct-only": false,
128589                        "controllable": true,
128590                        "default": "false",
128591                        "mutable": "null",
128592                        "readable": true,
128593                        "type": "gboolean",
128594                        "writable": true
128595                    },
128596                    "xmm-30": {
128597                        "blurb": "Filter mute Mid 30",
128598                        "conditionally-available": false,
128599                        "construct": true,
128600                        "construct-only": false,
128601                        "controllable": true,
128602                        "default": "false",
128603                        "mutable": "null",
128604                        "readable": true,
128605                        "type": "gboolean",
128606                        "writable": true
128607                    },
128608                    "xmm-31": {
128609                        "blurb": "Filter mute Mid 31",
128610                        "conditionally-available": false,
128611                        "construct": true,
128612                        "construct-only": false,
128613                        "controllable": true,
128614                        "default": "false",
128615                        "mutable": "null",
128616                        "readable": true,
128617                        "type": "gboolean",
128618                        "writable": true
128619                    },
128620                    "xmm-4": {
128621                        "blurb": "Filter mute Mid 4",
128622                        "conditionally-available": false,
128623                        "construct": true,
128624                        "construct-only": false,
128625                        "controllable": true,
128626                        "default": "false",
128627                        "mutable": "null",
128628                        "readable": true,
128629                        "type": "gboolean",
128630                        "writable": true
128631                    },
128632                    "xmm-5": {
128633                        "blurb": "Filter mute Mid 5",
128634                        "conditionally-available": false,
128635                        "construct": true,
128636                        "construct-only": false,
128637                        "controllable": true,
128638                        "default": "false",
128639                        "mutable": "null",
128640                        "readable": true,
128641                        "type": "gboolean",
128642                        "writable": true
128643                    },
128644                    "xmm-6": {
128645                        "blurb": "Filter mute Mid 6",
128646                        "conditionally-available": false,
128647                        "construct": true,
128648                        "construct-only": false,
128649                        "controllable": true,
128650                        "default": "false",
128651                        "mutable": "null",
128652                        "readable": true,
128653                        "type": "gboolean",
128654                        "writable": true
128655                    },
128656                    "xmm-7": {
128657                        "blurb": "Filter mute Mid 7",
128658                        "conditionally-available": false,
128659                        "construct": true,
128660                        "construct-only": false,
128661                        "controllable": true,
128662                        "default": "false",
128663                        "mutable": "null",
128664                        "readable": true,
128665                        "type": "gboolean",
128666                        "writable": true
128667                    },
128668                    "xmm-8": {
128669                        "blurb": "Filter mute Mid 8",
128670                        "conditionally-available": false,
128671                        "construct": true,
128672                        "construct-only": false,
128673                        "controllable": true,
128674                        "default": "false",
128675                        "mutable": "null",
128676                        "readable": true,
128677                        "type": "gboolean",
128678                        "writable": true
128679                    },
128680                    "xmm-9": {
128681                        "blurb": "Filter mute Mid 9",
128682                        "conditionally-available": false,
128683                        "construct": true,
128684                        "construct-only": false,
128685                        "controllable": true,
128686                        "default": "false",
128687                        "mutable": "null",
128688                        "readable": true,
128689                        "type": "gboolean",
128690                        "writable": true
128691                    },
128692                    "xms-0": {
128693                        "blurb": "Filter mute Side 0",
128694                        "conditionally-available": false,
128695                        "construct": true,
128696                        "construct-only": false,
128697                        "controllable": true,
128698                        "default": "false",
128699                        "mutable": "null",
128700                        "readable": true,
128701                        "type": "gboolean",
128702                        "writable": true
128703                    },
128704                    "xms-1": {
128705                        "blurb": "Filter mute Side 1",
128706                        "conditionally-available": false,
128707                        "construct": true,
128708                        "construct-only": false,
128709                        "controllable": true,
128710                        "default": "false",
128711                        "mutable": "null",
128712                        "readable": true,
128713                        "type": "gboolean",
128714                        "writable": true
128715                    },
128716                    "xms-10": {
128717                        "blurb": "Filter mute Side 10",
128718                        "conditionally-available": false,
128719                        "construct": true,
128720                        "construct-only": false,
128721                        "controllable": true,
128722                        "default": "false",
128723                        "mutable": "null",
128724                        "readable": true,
128725                        "type": "gboolean",
128726                        "writable": true
128727                    },
128728                    "xms-11": {
128729                        "blurb": "Filter mute Side 11",
128730                        "conditionally-available": false,
128731                        "construct": true,
128732                        "construct-only": false,
128733                        "controllable": true,
128734                        "default": "false",
128735                        "mutable": "null",
128736                        "readable": true,
128737                        "type": "gboolean",
128738                        "writable": true
128739                    },
128740                    "xms-12": {
128741                        "blurb": "Filter mute Side 12",
128742                        "conditionally-available": false,
128743                        "construct": true,
128744                        "construct-only": false,
128745                        "controllable": true,
128746                        "default": "false",
128747                        "mutable": "null",
128748                        "readable": true,
128749                        "type": "gboolean",
128750                        "writable": true
128751                    },
128752                    "xms-13": {
128753                        "blurb": "Filter mute Side 13",
128754                        "conditionally-available": false,
128755                        "construct": true,
128756                        "construct-only": false,
128757                        "controllable": true,
128758                        "default": "false",
128759                        "mutable": "null",
128760                        "readable": true,
128761                        "type": "gboolean",
128762                        "writable": true
128763                    },
128764                    "xms-14": {
128765                        "blurb": "Filter mute Side 14",
128766                        "conditionally-available": false,
128767                        "construct": true,
128768                        "construct-only": false,
128769                        "controllable": true,
128770                        "default": "false",
128771                        "mutable": "null",
128772                        "readable": true,
128773                        "type": "gboolean",
128774                        "writable": true
128775                    },
128776                    "xms-15": {
128777                        "blurb": "Filter mute Side 15",
128778                        "conditionally-available": false,
128779                        "construct": true,
128780                        "construct-only": false,
128781                        "controllable": true,
128782                        "default": "false",
128783                        "mutable": "null",
128784                        "readable": true,
128785                        "type": "gboolean",
128786                        "writable": true
128787                    },
128788                    "xms-16": {
128789                        "blurb": "Filter mute Side 16",
128790                        "conditionally-available": false,
128791                        "construct": true,
128792                        "construct-only": false,
128793                        "controllable": true,
128794                        "default": "false",
128795                        "mutable": "null",
128796                        "readable": true,
128797                        "type": "gboolean",
128798                        "writable": true
128799                    },
128800                    "xms-17": {
128801                        "blurb": "Filter mute Side 17",
128802                        "conditionally-available": false,
128803                        "construct": true,
128804                        "construct-only": false,
128805                        "controllable": true,
128806                        "default": "false",
128807                        "mutable": "null",
128808                        "readable": true,
128809                        "type": "gboolean",
128810                        "writable": true
128811                    },
128812                    "xms-18": {
128813                        "blurb": "Filter mute Side 18",
128814                        "conditionally-available": false,
128815                        "construct": true,
128816                        "construct-only": false,
128817                        "controllable": true,
128818                        "default": "false",
128819                        "mutable": "null",
128820                        "readable": true,
128821                        "type": "gboolean",
128822                        "writable": true
128823                    },
128824                    "xms-19": {
128825                        "blurb": "Filter mute Side 19",
128826                        "conditionally-available": false,
128827                        "construct": true,
128828                        "construct-only": false,
128829                        "controllable": true,
128830                        "default": "false",
128831                        "mutable": "null",
128832                        "readable": true,
128833                        "type": "gboolean",
128834                        "writable": true
128835                    },
128836                    "xms-2": {
128837                        "blurb": "Filter mute Side 2",
128838                        "conditionally-available": false,
128839                        "construct": true,
128840                        "construct-only": false,
128841                        "controllable": true,
128842                        "default": "false",
128843                        "mutable": "null",
128844                        "readable": true,
128845                        "type": "gboolean",
128846                        "writable": true
128847                    },
128848                    "xms-20": {
128849                        "blurb": "Filter mute Side 20",
128850                        "conditionally-available": false,
128851                        "construct": true,
128852                        "construct-only": false,
128853                        "controllable": true,
128854                        "default": "false",
128855                        "mutable": "null",
128856                        "readable": true,
128857                        "type": "gboolean",
128858                        "writable": true
128859                    },
128860                    "xms-21": {
128861                        "blurb": "Filter mute Side 21",
128862                        "conditionally-available": false,
128863                        "construct": true,
128864                        "construct-only": false,
128865                        "controllable": true,
128866                        "default": "false",
128867                        "mutable": "null",
128868                        "readable": true,
128869                        "type": "gboolean",
128870                        "writable": true
128871                    },
128872                    "xms-22": {
128873                        "blurb": "Filter mute Side 22",
128874                        "conditionally-available": false,
128875                        "construct": true,
128876                        "construct-only": false,
128877                        "controllable": true,
128878                        "default": "false",
128879                        "mutable": "null",
128880                        "readable": true,
128881                        "type": "gboolean",
128882                        "writable": true
128883                    },
128884                    "xms-23": {
128885                        "blurb": "Filter mute Side 23",
128886                        "conditionally-available": false,
128887                        "construct": true,
128888                        "construct-only": false,
128889                        "controllable": true,
128890                        "default": "false",
128891                        "mutable": "null",
128892                        "readable": true,
128893                        "type": "gboolean",
128894                        "writable": true
128895                    },
128896                    "xms-24": {
128897                        "blurb": "Filter mute Side 24",
128898                        "conditionally-available": false,
128899                        "construct": true,
128900                        "construct-only": false,
128901                        "controllable": true,
128902                        "default": "false",
128903                        "mutable": "null",
128904                        "readable": true,
128905                        "type": "gboolean",
128906                        "writable": true
128907                    },
128908                    "xms-25": {
128909                        "blurb": "Filter mute Side 25",
128910                        "conditionally-available": false,
128911                        "construct": true,
128912                        "construct-only": false,
128913                        "controllable": true,
128914                        "default": "false",
128915                        "mutable": "null",
128916                        "readable": true,
128917                        "type": "gboolean",
128918                        "writable": true
128919                    },
128920                    "xms-26": {
128921                        "blurb": "Filter mute Side 26",
128922                        "conditionally-available": false,
128923                        "construct": true,
128924                        "construct-only": false,
128925                        "controllable": true,
128926                        "default": "false",
128927                        "mutable": "null",
128928                        "readable": true,
128929                        "type": "gboolean",
128930                        "writable": true
128931                    },
128932                    "xms-27": {
128933                        "blurb": "Filter mute Side 27",
128934                        "conditionally-available": false,
128935                        "construct": true,
128936                        "construct-only": false,
128937                        "controllable": true,
128938                        "default": "false",
128939                        "mutable": "null",
128940                        "readable": true,
128941                        "type": "gboolean",
128942                        "writable": true
128943                    },
128944                    "xms-28": {
128945                        "blurb": "Filter mute Side 28",
128946                        "conditionally-available": false,
128947                        "construct": true,
128948                        "construct-only": false,
128949                        "controllable": true,
128950                        "default": "false",
128951                        "mutable": "null",
128952                        "readable": true,
128953                        "type": "gboolean",
128954                        "writable": true
128955                    },
128956                    "xms-29": {
128957                        "blurb": "Filter mute Side 29",
128958                        "conditionally-available": false,
128959                        "construct": true,
128960                        "construct-only": false,
128961                        "controllable": true,
128962                        "default": "false",
128963                        "mutable": "null",
128964                        "readable": true,
128965                        "type": "gboolean",
128966                        "writable": true
128967                    },
128968                    "xms-3": {
128969                        "blurb": "Filter mute Side 3",
128970                        "conditionally-available": false,
128971                        "construct": true,
128972                        "construct-only": false,
128973                        "controllable": true,
128974                        "default": "false",
128975                        "mutable": "null",
128976                        "readable": true,
128977                        "type": "gboolean",
128978                        "writable": true
128979                    },
128980                    "xms-30": {
128981                        "blurb": "Filter mute Side 30",
128982                        "conditionally-available": false,
128983                        "construct": true,
128984                        "construct-only": false,
128985                        "controllable": true,
128986                        "default": "false",
128987                        "mutable": "null",
128988                        "readable": true,
128989                        "type": "gboolean",
128990                        "writable": true
128991                    },
128992                    "xms-31": {
128993                        "blurb": "Filter mute Side 31",
128994                        "conditionally-available": false,
128995                        "construct": true,
128996                        "construct-only": false,
128997                        "controllable": true,
128998                        "default": "false",
128999                        "mutable": "null",
129000                        "readable": true,
129001                        "type": "gboolean",
129002                        "writable": true
129003                    },
129004                    "xms-4": {
129005                        "blurb": "Filter mute Side 4",
129006                        "conditionally-available": false,
129007                        "construct": true,
129008                        "construct-only": false,
129009                        "controllable": true,
129010                        "default": "false",
129011                        "mutable": "null",
129012                        "readable": true,
129013                        "type": "gboolean",
129014                        "writable": true
129015                    },
129016                    "xms-5": {
129017                        "blurb": "Filter mute Side 5",
129018                        "conditionally-available": false,
129019                        "construct": true,
129020                        "construct-only": false,
129021                        "controllable": true,
129022                        "default": "false",
129023                        "mutable": "null",
129024                        "readable": true,
129025                        "type": "gboolean",
129026                        "writable": true
129027                    },
129028                    "xms-6": {
129029                        "blurb": "Filter mute Side 6",
129030                        "conditionally-available": false,
129031                        "construct": true,
129032                        "construct-only": false,
129033                        "controllable": true,
129034                        "default": "false",
129035                        "mutable": "null",
129036                        "readable": true,
129037                        "type": "gboolean",
129038                        "writable": true
129039                    },
129040                    "xms-7": {
129041                        "blurb": "Filter mute Side 7",
129042                        "conditionally-available": false,
129043                        "construct": true,
129044                        "construct-only": false,
129045                        "controllable": true,
129046                        "default": "false",
129047                        "mutable": "null",
129048                        "readable": true,
129049                        "type": "gboolean",
129050                        "writable": true
129051                    },
129052                    "xms-8": {
129053                        "blurb": "Filter mute Side 8",
129054                        "conditionally-available": false,
129055                        "construct": true,
129056                        "construct-only": false,
129057                        "controllable": true,
129058                        "default": "false",
129059                        "mutable": "null",
129060                        "readable": true,
129061                        "type": "gboolean",
129062                        "writable": true
129063                    },
129064                    "xms-9": {
129065                        "blurb": "Filter mute Side 9",
129066                        "conditionally-available": false,
129067                        "construct": true,
129068                        "construct-only": false,
129069                        "controllable": true,
129070                        "default": "false",
129071                        "mutable": "null",
129072                        "readable": true,
129073                        "type": "gboolean",
129074                        "writable": true
129075                    },
129076                    "xsm-0": {
129077                        "blurb": "Filter solo Mid 0",
129078                        "conditionally-available": false,
129079                        "construct": true,
129080                        "construct-only": false,
129081                        "controllable": true,
129082                        "default": "false",
129083                        "mutable": "null",
129084                        "readable": true,
129085                        "type": "gboolean",
129086                        "writable": true
129087                    },
129088                    "xsm-1": {
129089                        "blurb": "Filter solo Mid 1",
129090                        "conditionally-available": false,
129091                        "construct": true,
129092                        "construct-only": false,
129093                        "controllable": true,
129094                        "default": "false",
129095                        "mutable": "null",
129096                        "readable": true,
129097                        "type": "gboolean",
129098                        "writable": true
129099                    },
129100                    "xsm-10": {
129101                        "blurb": "Filter solo Mid 10",
129102                        "conditionally-available": false,
129103                        "construct": true,
129104                        "construct-only": false,
129105                        "controllable": true,
129106                        "default": "false",
129107                        "mutable": "null",
129108                        "readable": true,
129109                        "type": "gboolean",
129110                        "writable": true
129111                    },
129112                    "xsm-11": {
129113                        "blurb": "Filter solo Mid 11",
129114                        "conditionally-available": false,
129115                        "construct": true,
129116                        "construct-only": false,
129117                        "controllable": true,
129118                        "default": "false",
129119                        "mutable": "null",
129120                        "readable": true,
129121                        "type": "gboolean",
129122                        "writable": true
129123                    },
129124                    "xsm-12": {
129125                        "blurb": "Filter solo Mid 12",
129126                        "conditionally-available": false,
129127                        "construct": true,
129128                        "construct-only": false,
129129                        "controllable": true,
129130                        "default": "false",
129131                        "mutable": "null",
129132                        "readable": true,
129133                        "type": "gboolean",
129134                        "writable": true
129135                    },
129136                    "xsm-13": {
129137                        "blurb": "Filter solo Mid 13",
129138                        "conditionally-available": false,
129139                        "construct": true,
129140                        "construct-only": false,
129141                        "controllable": true,
129142                        "default": "false",
129143                        "mutable": "null",
129144                        "readable": true,
129145                        "type": "gboolean",
129146                        "writable": true
129147                    },
129148                    "xsm-14": {
129149                        "blurb": "Filter solo Mid 14",
129150                        "conditionally-available": false,
129151                        "construct": true,
129152                        "construct-only": false,
129153                        "controllable": true,
129154                        "default": "false",
129155                        "mutable": "null",
129156                        "readable": true,
129157                        "type": "gboolean",
129158                        "writable": true
129159                    },
129160                    "xsm-15": {
129161                        "blurb": "Filter solo Mid 15",
129162                        "conditionally-available": false,
129163                        "construct": true,
129164                        "construct-only": false,
129165                        "controllable": true,
129166                        "default": "false",
129167                        "mutable": "null",
129168                        "readable": true,
129169                        "type": "gboolean",
129170                        "writable": true
129171                    },
129172                    "xsm-16": {
129173                        "blurb": "Filter solo Mid 16",
129174                        "conditionally-available": false,
129175                        "construct": true,
129176                        "construct-only": false,
129177                        "controllable": true,
129178                        "default": "false",
129179                        "mutable": "null",
129180                        "readable": true,
129181                        "type": "gboolean",
129182                        "writable": true
129183                    },
129184                    "xsm-17": {
129185                        "blurb": "Filter solo Mid 17",
129186                        "conditionally-available": false,
129187                        "construct": true,
129188                        "construct-only": false,
129189                        "controllable": true,
129190                        "default": "false",
129191                        "mutable": "null",
129192                        "readable": true,
129193                        "type": "gboolean",
129194                        "writable": true
129195                    },
129196                    "xsm-18": {
129197                        "blurb": "Filter solo Mid 18",
129198                        "conditionally-available": false,
129199                        "construct": true,
129200                        "construct-only": false,
129201                        "controllable": true,
129202                        "default": "false",
129203                        "mutable": "null",
129204                        "readable": true,
129205                        "type": "gboolean",
129206                        "writable": true
129207                    },
129208                    "xsm-19": {
129209                        "blurb": "Filter solo Mid 19",
129210                        "conditionally-available": false,
129211                        "construct": true,
129212                        "construct-only": false,
129213                        "controllable": true,
129214                        "default": "false",
129215                        "mutable": "null",
129216                        "readable": true,
129217                        "type": "gboolean",
129218                        "writable": true
129219                    },
129220                    "xsm-2": {
129221                        "blurb": "Filter solo Mid 2",
129222                        "conditionally-available": false,
129223                        "construct": true,
129224                        "construct-only": false,
129225                        "controllable": true,
129226                        "default": "false",
129227                        "mutable": "null",
129228                        "readable": true,
129229                        "type": "gboolean",
129230                        "writable": true
129231                    },
129232                    "xsm-20": {
129233                        "blurb": "Filter solo Mid 20",
129234                        "conditionally-available": false,
129235                        "construct": true,
129236                        "construct-only": false,
129237                        "controllable": true,
129238                        "default": "false",
129239                        "mutable": "null",
129240                        "readable": true,
129241                        "type": "gboolean",
129242                        "writable": true
129243                    },
129244                    "xsm-21": {
129245                        "blurb": "Filter solo Mid 21",
129246                        "conditionally-available": false,
129247                        "construct": true,
129248                        "construct-only": false,
129249                        "controllable": true,
129250                        "default": "false",
129251                        "mutable": "null",
129252                        "readable": true,
129253                        "type": "gboolean",
129254                        "writable": true
129255                    },
129256                    "xsm-22": {
129257                        "blurb": "Filter solo Mid 22",
129258                        "conditionally-available": false,
129259                        "construct": true,
129260                        "construct-only": false,
129261                        "controllable": true,
129262                        "default": "false",
129263                        "mutable": "null",
129264                        "readable": true,
129265                        "type": "gboolean",
129266                        "writable": true
129267                    },
129268                    "xsm-23": {
129269                        "blurb": "Filter solo Mid 23",
129270                        "conditionally-available": false,
129271                        "construct": true,
129272                        "construct-only": false,
129273                        "controllable": true,
129274                        "default": "false",
129275                        "mutable": "null",
129276                        "readable": true,
129277                        "type": "gboolean",
129278                        "writable": true
129279                    },
129280                    "xsm-24": {
129281                        "blurb": "Filter solo Mid 24",
129282                        "conditionally-available": false,
129283                        "construct": true,
129284                        "construct-only": false,
129285                        "controllable": true,
129286                        "default": "false",
129287                        "mutable": "null",
129288                        "readable": true,
129289                        "type": "gboolean",
129290                        "writable": true
129291                    },
129292                    "xsm-25": {
129293                        "blurb": "Filter solo Mid 25",
129294                        "conditionally-available": false,
129295                        "construct": true,
129296                        "construct-only": false,
129297                        "controllable": true,
129298                        "default": "false",
129299                        "mutable": "null",
129300                        "readable": true,
129301                        "type": "gboolean",
129302                        "writable": true
129303                    },
129304                    "xsm-26": {
129305                        "blurb": "Filter solo Mid 26",
129306                        "conditionally-available": false,
129307                        "construct": true,
129308                        "construct-only": false,
129309                        "controllable": true,
129310                        "default": "false",
129311                        "mutable": "null",
129312                        "readable": true,
129313                        "type": "gboolean",
129314                        "writable": true
129315                    },
129316                    "xsm-27": {
129317                        "blurb": "Filter solo Mid 27",
129318                        "conditionally-available": false,
129319                        "construct": true,
129320                        "construct-only": false,
129321                        "controllable": true,
129322                        "default": "false",
129323                        "mutable": "null",
129324                        "readable": true,
129325                        "type": "gboolean",
129326                        "writable": true
129327                    },
129328                    "xsm-28": {
129329                        "blurb": "Filter solo Mid 28",
129330                        "conditionally-available": false,
129331                        "construct": true,
129332                        "construct-only": false,
129333                        "controllable": true,
129334                        "default": "false",
129335                        "mutable": "null",
129336                        "readable": true,
129337                        "type": "gboolean",
129338                        "writable": true
129339                    },
129340                    "xsm-29": {
129341                        "blurb": "Filter solo Mid 29",
129342                        "conditionally-available": false,
129343                        "construct": true,
129344                        "construct-only": false,
129345                        "controllable": true,
129346                        "default": "false",
129347                        "mutable": "null",
129348                        "readable": true,
129349                        "type": "gboolean",
129350                        "writable": true
129351                    },
129352                    "xsm-3": {
129353                        "blurb": "Filter solo Mid 3",
129354                        "conditionally-available": false,
129355                        "construct": true,
129356                        "construct-only": false,
129357                        "controllable": true,
129358                        "default": "false",
129359                        "mutable": "null",
129360                        "readable": true,
129361                        "type": "gboolean",
129362                        "writable": true
129363                    },
129364                    "xsm-30": {
129365                        "blurb": "Filter solo Mid 30",
129366                        "conditionally-available": false,
129367                        "construct": true,
129368                        "construct-only": false,
129369                        "controllable": true,
129370                        "default": "false",
129371                        "mutable": "null",
129372                        "readable": true,
129373                        "type": "gboolean",
129374                        "writable": true
129375                    },
129376                    "xsm-31": {
129377                        "blurb": "Filter solo Mid 31",
129378                        "conditionally-available": false,
129379                        "construct": true,
129380                        "construct-only": false,
129381                        "controllable": true,
129382                        "default": "false",
129383                        "mutable": "null",
129384                        "readable": true,
129385                        "type": "gboolean",
129386                        "writable": true
129387                    },
129388                    "xsm-4": {
129389                        "blurb": "Filter solo Mid 4",
129390                        "conditionally-available": false,
129391                        "construct": true,
129392                        "construct-only": false,
129393                        "controllable": true,
129394                        "default": "false",
129395                        "mutable": "null",
129396                        "readable": true,
129397                        "type": "gboolean",
129398                        "writable": true
129399                    },
129400                    "xsm-5": {
129401                        "blurb": "Filter solo Mid 5",
129402                        "conditionally-available": false,
129403                        "construct": true,
129404                        "construct-only": false,
129405                        "controllable": true,
129406                        "default": "false",
129407                        "mutable": "null",
129408                        "readable": true,
129409                        "type": "gboolean",
129410                        "writable": true
129411                    },
129412                    "xsm-6": {
129413                        "blurb": "Filter solo Mid 6",
129414                        "conditionally-available": false,
129415                        "construct": true,
129416                        "construct-only": false,
129417                        "controllable": true,
129418                        "default": "false",
129419                        "mutable": "null",
129420                        "readable": true,
129421                        "type": "gboolean",
129422                        "writable": true
129423                    },
129424                    "xsm-7": {
129425                        "blurb": "Filter solo Mid 7",
129426                        "conditionally-available": false,
129427                        "construct": true,
129428                        "construct-only": false,
129429                        "controllable": true,
129430                        "default": "false",
129431                        "mutable": "null",
129432                        "readable": true,
129433                        "type": "gboolean",
129434                        "writable": true
129435                    },
129436                    "xsm-8": {
129437                        "blurb": "Filter solo Mid 8",
129438                        "conditionally-available": false,
129439                        "construct": true,
129440                        "construct-only": false,
129441                        "controllable": true,
129442                        "default": "false",
129443                        "mutable": "null",
129444                        "readable": true,
129445                        "type": "gboolean",
129446                        "writable": true
129447                    },
129448                    "xsm-9": {
129449                        "blurb": "Filter solo Mid 9",
129450                        "conditionally-available": false,
129451                        "construct": true,
129452                        "construct-only": false,
129453                        "controllable": true,
129454                        "default": "false",
129455                        "mutable": "null",
129456                        "readable": true,
129457                        "type": "gboolean",
129458                        "writable": true
129459                    },
129460                    "xss-0": {
129461                        "blurb": "Filter solo Side 0",
129462                        "conditionally-available": false,
129463                        "construct": true,
129464                        "construct-only": false,
129465                        "controllable": true,
129466                        "default": "false",
129467                        "mutable": "null",
129468                        "readable": true,
129469                        "type": "gboolean",
129470                        "writable": true
129471                    },
129472                    "xss-1": {
129473                        "blurb": "Filter solo Side 1",
129474                        "conditionally-available": false,
129475                        "construct": true,
129476                        "construct-only": false,
129477                        "controllable": true,
129478                        "default": "false",
129479                        "mutable": "null",
129480                        "readable": true,
129481                        "type": "gboolean",
129482                        "writable": true
129483                    },
129484                    "xss-10": {
129485                        "blurb": "Filter solo Side 10",
129486                        "conditionally-available": false,
129487                        "construct": true,
129488                        "construct-only": false,
129489                        "controllable": true,
129490                        "default": "false",
129491                        "mutable": "null",
129492                        "readable": true,
129493                        "type": "gboolean",
129494                        "writable": true
129495                    },
129496                    "xss-11": {
129497                        "blurb": "Filter solo Side 11",
129498                        "conditionally-available": false,
129499                        "construct": true,
129500                        "construct-only": false,
129501                        "controllable": true,
129502                        "default": "false",
129503                        "mutable": "null",
129504                        "readable": true,
129505                        "type": "gboolean",
129506                        "writable": true
129507                    },
129508                    "xss-12": {
129509                        "blurb": "Filter solo Side 12",
129510                        "conditionally-available": false,
129511                        "construct": true,
129512                        "construct-only": false,
129513                        "controllable": true,
129514                        "default": "false",
129515                        "mutable": "null",
129516                        "readable": true,
129517                        "type": "gboolean",
129518                        "writable": true
129519                    },
129520                    "xss-13": {
129521                        "blurb": "Filter solo Side 13",
129522                        "conditionally-available": false,
129523                        "construct": true,
129524                        "construct-only": false,
129525                        "controllable": true,
129526                        "default": "false",
129527                        "mutable": "null",
129528                        "readable": true,
129529                        "type": "gboolean",
129530                        "writable": true
129531                    },
129532                    "xss-14": {
129533                        "blurb": "Filter solo Side 14",
129534                        "conditionally-available": false,
129535                        "construct": true,
129536                        "construct-only": false,
129537                        "controllable": true,
129538                        "default": "false",
129539                        "mutable": "null",
129540                        "readable": true,
129541                        "type": "gboolean",
129542                        "writable": true
129543                    },
129544                    "xss-15": {
129545                        "blurb": "Filter solo Side 15",
129546                        "conditionally-available": false,
129547                        "construct": true,
129548                        "construct-only": false,
129549                        "controllable": true,
129550                        "default": "false",
129551                        "mutable": "null",
129552                        "readable": true,
129553                        "type": "gboolean",
129554                        "writable": true
129555                    },
129556                    "xss-16": {
129557                        "blurb": "Filter solo Side 16",
129558                        "conditionally-available": false,
129559                        "construct": true,
129560                        "construct-only": false,
129561                        "controllable": true,
129562                        "default": "false",
129563                        "mutable": "null",
129564                        "readable": true,
129565                        "type": "gboolean",
129566                        "writable": true
129567                    },
129568                    "xss-17": {
129569                        "blurb": "Filter solo Side 17",
129570                        "conditionally-available": false,
129571                        "construct": true,
129572                        "construct-only": false,
129573                        "controllable": true,
129574                        "default": "false",
129575                        "mutable": "null",
129576                        "readable": true,
129577                        "type": "gboolean",
129578                        "writable": true
129579                    },
129580                    "xss-18": {
129581                        "blurb": "Filter solo Side 18",
129582                        "conditionally-available": false,
129583                        "construct": true,
129584                        "construct-only": false,
129585                        "controllable": true,
129586                        "default": "false",
129587                        "mutable": "null",
129588                        "readable": true,
129589                        "type": "gboolean",
129590                        "writable": true
129591                    },
129592                    "xss-19": {
129593                        "blurb": "Filter solo Side 19",
129594                        "conditionally-available": false,
129595                        "construct": true,
129596                        "construct-only": false,
129597                        "controllable": true,
129598                        "default": "false",
129599                        "mutable": "null",
129600                        "readable": true,
129601                        "type": "gboolean",
129602                        "writable": true
129603                    },
129604                    "xss-2": {
129605                        "blurb": "Filter solo Side 2",
129606                        "conditionally-available": false,
129607                        "construct": true,
129608                        "construct-only": false,
129609                        "controllable": true,
129610                        "default": "false",
129611                        "mutable": "null",
129612                        "readable": true,
129613                        "type": "gboolean",
129614                        "writable": true
129615                    },
129616                    "xss-20": {
129617                        "blurb": "Filter solo Side 20",
129618                        "conditionally-available": false,
129619                        "construct": true,
129620                        "construct-only": false,
129621                        "controllable": true,
129622                        "default": "false",
129623                        "mutable": "null",
129624                        "readable": true,
129625                        "type": "gboolean",
129626                        "writable": true
129627                    },
129628                    "xss-21": {
129629                        "blurb": "Filter solo Side 21",
129630                        "conditionally-available": false,
129631                        "construct": true,
129632                        "construct-only": false,
129633                        "controllable": true,
129634                        "default": "false",
129635                        "mutable": "null",
129636                        "readable": true,
129637                        "type": "gboolean",
129638                        "writable": true
129639                    },
129640                    "xss-22": {
129641                        "blurb": "Filter solo Side 22",
129642                        "conditionally-available": false,
129643                        "construct": true,
129644                        "construct-only": false,
129645                        "controllable": true,
129646                        "default": "false",
129647                        "mutable": "null",
129648                        "readable": true,
129649                        "type": "gboolean",
129650                        "writable": true
129651                    },
129652                    "xss-23": {
129653                        "blurb": "Filter solo Side 23",
129654                        "conditionally-available": false,
129655                        "construct": true,
129656                        "construct-only": false,
129657                        "controllable": true,
129658                        "default": "false",
129659                        "mutable": "null",
129660                        "readable": true,
129661                        "type": "gboolean",
129662                        "writable": true
129663                    },
129664                    "xss-24": {
129665                        "blurb": "Filter solo Side 24",
129666                        "conditionally-available": false,
129667                        "construct": true,
129668                        "construct-only": false,
129669                        "controllable": true,
129670                        "default": "false",
129671                        "mutable": "null",
129672                        "readable": true,
129673                        "type": "gboolean",
129674                        "writable": true
129675                    },
129676                    "xss-25": {
129677                        "blurb": "Filter solo Side 25",
129678                        "conditionally-available": false,
129679                        "construct": true,
129680                        "construct-only": false,
129681                        "controllable": true,
129682                        "default": "false",
129683                        "mutable": "null",
129684                        "readable": true,
129685                        "type": "gboolean",
129686                        "writable": true
129687                    },
129688                    "xss-26": {
129689                        "blurb": "Filter solo Side 26",
129690                        "conditionally-available": false,
129691                        "construct": true,
129692                        "construct-only": false,
129693                        "controllable": true,
129694                        "default": "false",
129695                        "mutable": "null",
129696                        "readable": true,
129697                        "type": "gboolean",
129698                        "writable": true
129699                    },
129700                    "xss-27": {
129701                        "blurb": "Filter solo Side 27",
129702                        "conditionally-available": false,
129703                        "construct": true,
129704                        "construct-only": false,
129705                        "controllable": true,
129706                        "default": "false",
129707                        "mutable": "null",
129708                        "readable": true,
129709                        "type": "gboolean",
129710                        "writable": true
129711                    },
129712                    "xss-28": {
129713                        "blurb": "Filter solo Side 28",
129714                        "conditionally-available": false,
129715                        "construct": true,
129716                        "construct-only": false,
129717                        "controllable": true,
129718                        "default": "false",
129719                        "mutable": "null",
129720                        "readable": true,
129721                        "type": "gboolean",
129722                        "writable": true
129723                    },
129724                    "xss-29": {
129725                        "blurb": "Filter solo Side 29",
129726                        "conditionally-available": false,
129727                        "construct": true,
129728                        "construct-only": false,
129729                        "controllable": true,
129730                        "default": "false",
129731                        "mutable": "null",
129732                        "readable": true,
129733                        "type": "gboolean",
129734                        "writable": true
129735                    },
129736                    "xss-3": {
129737                        "blurb": "Filter solo Side 3",
129738                        "conditionally-available": false,
129739                        "construct": true,
129740                        "construct-only": false,
129741                        "controllable": true,
129742                        "default": "false",
129743                        "mutable": "null",
129744                        "readable": true,
129745                        "type": "gboolean",
129746                        "writable": true
129747                    },
129748                    "xss-30": {
129749                        "blurb": "Filter solo Side 30",
129750                        "conditionally-available": false,
129751                        "construct": true,
129752                        "construct-only": false,
129753                        "controllable": true,
129754                        "default": "false",
129755                        "mutable": "null",
129756                        "readable": true,
129757                        "type": "gboolean",
129758                        "writable": true
129759                    },
129760                    "xss-31": {
129761                        "blurb": "Filter solo Side 31",
129762                        "conditionally-available": false,
129763                        "construct": true,
129764                        "construct-only": false,
129765                        "controllable": true,
129766                        "default": "false",
129767                        "mutable": "null",
129768                        "readable": true,
129769                        "type": "gboolean",
129770                        "writable": true
129771                    },
129772                    "xss-4": {
129773                        "blurb": "Filter solo Side 4",
129774                        "conditionally-available": false,
129775                        "construct": true,
129776                        "construct-only": false,
129777                        "controllable": true,
129778                        "default": "false",
129779                        "mutable": "null",
129780                        "readable": true,
129781                        "type": "gboolean",
129782                        "writable": true
129783                    },
129784                    "xss-5": {
129785                        "blurb": "Filter solo Side 5",
129786                        "conditionally-available": false,
129787                        "construct": true,
129788                        "construct-only": false,
129789                        "controllable": true,
129790                        "default": "false",
129791                        "mutable": "null",
129792                        "readable": true,
129793                        "type": "gboolean",
129794                        "writable": true
129795                    },
129796                    "xss-6": {
129797                        "blurb": "Filter solo Side 6",
129798                        "conditionally-available": false,
129799                        "construct": true,
129800                        "construct-only": false,
129801                        "controllable": true,
129802                        "default": "false",
129803                        "mutable": "null",
129804                        "readable": true,
129805                        "type": "gboolean",
129806                        "writable": true
129807                    },
129808                    "xss-7": {
129809                        "blurb": "Filter solo Side 7",
129810                        "conditionally-available": false,
129811                        "construct": true,
129812                        "construct-only": false,
129813                        "controllable": true,
129814                        "default": "false",
129815                        "mutable": "null",
129816                        "readable": true,
129817                        "type": "gboolean",
129818                        "writable": true
129819                    },
129820                    "xss-8": {
129821                        "blurb": "Filter solo Side 8",
129822                        "conditionally-available": false,
129823                        "construct": true,
129824                        "construct-only": false,
129825                        "controllable": true,
129826                        "default": "false",
129827                        "mutable": "null",
129828                        "readable": true,
129829                        "type": "gboolean",
129830                        "writable": true
129831                    },
129832                    "xss-9": {
129833                        "blurb": "Filter solo Side 9",
129834                        "conditionally-available": false,
129835                        "construct": true,
129836                        "construct-only": false,
129837                        "controllable": true,
129838                        "default": "false",
129839                        "mutable": "null",
129840                        "readable": true,
129841                        "type": "gboolean",
129842                        "writable": true
129843                    },
129844                    "zoom": {
129845                        "blurb": "Graph zoom",
129846                        "conditionally-available": false,
129847                        "construct": true,
129848                        "construct-only": false,
129849                        "controllable": true,
129850                        "default": "1",
129851                        "max": "1",
129852                        "min": "0.01585",
129853                        "mutable": "null",
129854                        "readable": true,
129855                        "type": "gfloat",
129856                        "writable": true
129857                    }
129858                },
129859                "rank": "none"
129860            },
129861            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo": {
129862                "author": "LSP LV2",
129863                "description": "LSP Parametric Equalizer x32 Stereo",
129864                "hierarchy": [
129865                    "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo",
129866                    "GstAudioFilter",
129867                    "GstBaseTransform",
129868                    "GstElement",
129869                    "GstObject",
129870                    "GInitiallyUnowned",
129871                    "GObject"
129872                ],
129873                "interfaces": [
129874                    "GstPreset"
129875                ],
129876                "klass": "Filter/Effect/Audio/LV2/Parametric",
129877                "long-name": "LSP Parametric Equalizer x32 Stereo",
129878                "pad-templates": {
129879                    "sink": {
129880                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
129881                        "direction": "sink",
129882                        "presence": "always"
129883                    },
129884                    "src": {
129885                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
129886                        "direction": "src",
129887                        "presence": "always"
129888                    }
129889                },
129890                "properties": {
129891                    "bal": {
129892                        "blurb": "Output balance",
129893                        "conditionally-available": false,
129894                        "construct": true,
129895                        "construct-only": false,
129896                        "controllable": true,
129897                        "default": "0",
129898                        "max": "100",
129899                        "min": "-100",
129900                        "mutable": "null",
129901                        "readable": true,
129902                        "type": "gfloat",
129903                        "writable": true
129904                    },
129905                    "bypass": {
129906                        "blurb": "Bypass",
129907                        "conditionally-available": false,
129908                        "construct": true,
129909                        "construct-only": false,
129910                        "controllable": true,
129911                        "default": "false",
129912                        "mutable": "null",
129913                        "readable": true,
129914                        "type": "gboolean",
129915                        "writable": true
129916                    },
129917                    "f-0": {
129918                        "blurb": "Frequency 0",
129919                        "conditionally-available": false,
129920                        "construct": true,
129921                        "construct-only": false,
129922                        "controllable": true,
129923                        "default": "16",
129924                        "max": "24000",
129925                        "min": "10",
129926                        "mutable": "null",
129927                        "readable": true,
129928                        "type": "gfloat",
129929                        "writable": true
129930                    },
129931                    "f-1": {
129932                        "blurb": "Frequency 1",
129933                        "conditionally-available": false,
129934                        "construct": true,
129935                        "construct-only": false,
129936                        "controllable": true,
129937                        "default": "20",
129938                        "max": "24000",
129939                        "min": "10",
129940                        "mutable": "null",
129941                        "readable": true,
129942                        "type": "gfloat",
129943                        "writable": true
129944                    },
129945                    "f-10": {
129946                        "blurb": "Frequency 10",
129947                        "conditionally-available": false,
129948                        "construct": true,
129949                        "construct-only": false,
129950                        "controllable": true,
129951                        "default": "160",
129952                        "max": "24000",
129953                        "min": "10",
129954                        "mutable": "null",
129955                        "readable": true,
129956                        "type": "gfloat",
129957                        "writable": true
129958                    },
129959                    "f-11": {
129960                        "blurb": "Frequency 11",
129961                        "conditionally-available": false,
129962                        "construct": true,
129963                        "construct-only": false,
129964                        "controllable": true,
129965                        "default": "200",
129966                        "max": "24000",
129967                        "min": "10",
129968                        "mutable": "null",
129969                        "readable": true,
129970                        "type": "gfloat",
129971                        "writable": true
129972                    },
129973                    "f-12": {
129974                        "blurb": "Frequency 12",
129975                        "conditionally-available": false,
129976                        "construct": true,
129977                        "construct-only": false,
129978                        "controllable": true,
129979                        "default": "250",
129980                        "max": "24000",
129981                        "min": "10",
129982                        "mutable": "null",
129983                        "readable": true,
129984                        "type": "gfloat",
129985                        "writable": true
129986                    },
129987                    "f-13": {
129988                        "blurb": "Frequency 13",
129989                        "conditionally-available": false,
129990                        "construct": true,
129991                        "construct-only": false,
129992                        "controllable": true,
129993                        "default": "315",
129994                        "max": "24000",
129995                        "min": "10",
129996                        "mutable": "null",
129997                        "readable": true,
129998                        "type": "gfloat",
129999                        "writable": true
130000                    },
130001                    "f-14": {
130002                        "blurb": "Frequency 14",
130003                        "conditionally-available": false,
130004                        "construct": true,
130005                        "construct-only": false,
130006                        "controllable": true,
130007                        "default": "400",
130008                        "max": "24000",
130009                        "min": "10",
130010                        "mutable": "null",
130011                        "readable": true,
130012                        "type": "gfloat",
130013                        "writable": true
130014                    },
130015                    "f-15": {
130016                        "blurb": "Frequency 15",
130017                        "conditionally-available": false,
130018                        "construct": true,
130019                        "construct-only": false,
130020                        "controllable": true,
130021                        "default": "500",
130022                        "max": "24000",
130023                        "min": "10",
130024                        "mutable": "null",
130025                        "readable": true,
130026                        "type": "gfloat",
130027                        "writable": true
130028                    },
130029                    "f-16": {
130030                        "blurb": "Frequency 16",
130031                        "conditionally-available": false,
130032                        "construct": true,
130033                        "construct-only": false,
130034                        "controllable": true,
130035                        "default": "630",
130036                        "max": "24000",
130037                        "min": "10",
130038                        "mutable": "null",
130039                        "readable": true,
130040                        "type": "gfloat",
130041                        "writable": true
130042                    },
130043                    "f-17": {
130044                        "blurb": "Frequency 17",
130045                        "conditionally-available": false,
130046                        "construct": true,
130047                        "construct-only": false,
130048                        "controllable": true,
130049                        "default": "800",
130050                        "max": "24000",
130051                        "min": "10",
130052                        "mutable": "null",
130053                        "readable": true,
130054                        "type": "gfloat",
130055                        "writable": true
130056                    },
130057                    "f-18": {
130058                        "blurb": "Frequency 18",
130059                        "conditionally-available": false,
130060                        "construct": true,
130061                        "construct-only": false,
130062                        "controllable": true,
130063                        "default": "1000",
130064                        "max": "24000",
130065                        "min": "10",
130066                        "mutable": "null",
130067                        "readable": true,
130068                        "type": "gfloat",
130069                        "writable": true
130070                    },
130071                    "f-19": {
130072                        "blurb": "Frequency 19",
130073                        "conditionally-available": false,
130074                        "construct": true,
130075                        "construct-only": false,
130076                        "controllable": true,
130077                        "default": "1250",
130078                        "max": "24000",
130079                        "min": "10",
130080                        "mutable": "null",
130081                        "readable": true,
130082                        "type": "gfloat",
130083                        "writable": true
130084                    },
130085                    "f-2": {
130086                        "blurb": "Frequency 2",
130087                        "conditionally-available": false,
130088                        "construct": true,
130089                        "construct-only": false,
130090                        "controllable": true,
130091                        "default": "25",
130092                        "max": "24000",
130093                        "min": "10",
130094                        "mutable": "null",
130095                        "readable": true,
130096                        "type": "gfloat",
130097                        "writable": true
130098                    },
130099                    "f-20": {
130100                        "blurb": "Frequency 20",
130101                        "conditionally-available": false,
130102                        "construct": true,
130103                        "construct-only": false,
130104                        "controllable": true,
130105                        "default": "1600",
130106                        "max": "24000",
130107                        "min": "10",
130108                        "mutable": "null",
130109                        "readable": true,
130110                        "type": "gfloat",
130111                        "writable": true
130112                    },
130113                    "f-21": {
130114                        "blurb": "Frequency 21",
130115                        "conditionally-available": false,
130116                        "construct": true,
130117                        "construct-only": false,
130118                        "controllable": true,
130119                        "default": "2000",
130120                        "max": "24000",
130121                        "min": "10",
130122                        "mutable": "null",
130123                        "readable": true,
130124                        "type": "gfloat",
130125                        "writable": true
130126                    },
130127                    "f-22": {
130128                        "blurb": "Frequency 22",
130129                        "conditionally-available": false,
130130                        "construct": true,
130131                        "construct-only": false,
130132                        "controllable": true,
130133                        "default": "2500",
130134                        "max": "24000",
130135                        "min": "10",
130136                        "mutable": "null",
130137                        "readable": true,
130138                        "type": "gfloat",
130139                        "writable": true
130140                    },
130141                    "f-23": {
130142                        "blurb": "Frequency 23",
130143                        "conditionally-available": false,
130144                        "construct": true,
130145                        "construct-only": false,
130146                        "controllable": true,
130147                        "default": "3150",
130148                        "max": "24000",
130149                        "min": "10",
130150                        "mutable": "null",
130151                        "readable": true,
130152                        "type": "gfloat",
130153                        "writable": true
130154                    },
130155                    "f-24": {
130156                        "blurb": "Frequency 24",
130157                        "conditionally-available": false,
130158                        "construct": true,
130159                        "construct-only": false,
130160                        "controllable": true,
130161                        "default": "4000",
130162                        "max": "24000",
130163                        "min": "10",
130164                        "mutable": "null",
130165                        "readable": true,
130166                        "type": "gfloat",
130167                        "writable": true
130168                    },
130169                    "f-25": {
130170                        "blurb": "Frequency 25",
130171                        "conditionally-available": false,
130172                        "construct": true,
130173                        "construct-only": false,
130174                        "controllable": true,
130175                        "default": "5000",
130176                        "max": "24000",
130177                        "min": "10",
130178                        "mutable": "null",
130179                        "readable": true,
130180                        "type": "gfloat",
130181                        "writable": true
130182                    },
130183                    "f-26": {
130184                        "blurb": "Frequency 26",
130185                        "conditionally-available": false,
130186                        "construct": true,
130187                        "construct-only": false,
130188                        "controllable": true,
130189                        "default": "6300",
130190                        "max": "24000",
130191                        "min": "10",
130192                        "mutable": "null",
130193                        "readable": true,
130194                        "type": "gfloat",
130195                        "writable": true
130196                    },
130197                    "f-27": {
130198                        "blurb": "Frequency 27",
130199                        "conditionally-available": false,
130200                        "construct": true,
130201                        "construct-only": false,
130202                        "controllable": true,
130203                        "default": "8000",
130204                        "max": "24000",
130205                        "min": "10",
130206                        "mutable": "null",
130207                        "readable": true,
130208                        "type": "gfloat",
130209                        "writable": true
130210                    },
130211                    "f-28": {
130212                        "blurb": "Frequency 28",
130213                        "conditionally-available": false,
130214                        "construct": true,
130215                        "construct-only": false,
130216                        "controllable": true,
130217                        "default": "10000",
130218                        "max": "24000",
130219                        "min": "10",
130220                        "mutable": "null",
130221                        "readable": true,
130222                        "type": "gfloat",
130223                        "writable": true
130224                    },
130225                    "f-29": {
130226                        "blurb": "Frequency 29",
130227                        "conditionally-available": false,
130228                        "construct": true,
130229                        "construct-only": false,
130230                        "controllable": true,
130231                        "default": "12500",
130232                        "max": "24000",
130233                        "min": "10",
130234                        "mutable": "null",
130235                        "readable": true,
130236                        "type": "gfloat",
130237                        "writable": true
130238                    },
130239                    "f-3": {
130240                        "blurb": "Frequency 3",
130241                        "conditionally-available": false,
130242                        "construct": true,
130243                        "construct-only": false,
130244                        "controllable": true,
130245                        "default": "31.5",
130246                        "max": "24000",
130247                        "min": "10",
130248                        "mutable": "null",
130249                        "readable": true,
130250                        "type": "gfloat",
130251                        "writable": true
130252                    },
130253                    "f-30": {
130254                        "blurb": "Frequency 30",
130255                        "conditionally-available": false,
130256                        "construct": true,
130257                        "construct-only": false,
130258                        "controllable": true,
130259                        "default": "16000",
130260                        "max": "24000",
130261                        "min": "10",
130262                        "mutable": "null",
130263                        "readable": true,
130264                        "type": "gfloat",
130265                        "writable": true
130266                    },
130267                    "f-31": {
130268                        "blurb": "Frequency 31",
130269                        "conditionally-available": false,
130270                        "construct": true,
130271                        "construct-only": false,
130272                        "controllable": true,
130273                        "default": "20000",
130274                        "max": "24000",
130275                        "min": "10",
130276                        "mutable": "null",
130277                        "readable": true,
130278                        "type": "gfloat",
130279                        "writable": true
130280                    },
130281                    "f-4": {
130282                        "blurb": "Frequency 4",
130283                        "conditionally-available": false,
130284                        "construct": true,
130285                        "construct-only": false,
130286                        "controllable": true,
130287                        "default": "40",
130288                        "max": "24000",
130289                        "min": "10",
130290                        "mutable": "null",
130291                        "readable": true,
130292                        "type": "gfloat",
130293                        "writable": true
130294                    },
130295                    "f-5": {
130296                        "blurb": "Frequency 5",
130297                        "conditionally-available": false,
130298                        "construct": true,
130299                        "construct-only": false,
130300                        "controllable": true,
130301                        "default": "50",
130302                        "max": "24000",
130303                        "min": "10",
130304                        "mutable": "null",
130305                        "readable": true,
130306                        "type": "gfloat",
130307                        "writable": true
130308                    },
130309                    "f-6": {
130310                        "blurb": "Frequency 6",
130311                        "conditionally-available": false,
130312                        "construct": true,
130313                        "construct-only": false,
130314                        "controllable": true,
130315                        "default": "63",
130316                        "max": "24000",
130317                        "min": "10",
130318                        "mutable": "null",
130319                        "readable": true,
130320                        "type": "gfloat",
130321                        "writable": true
130322                    },
130323                    "f-7": {
130324                        "blurb": "Frequency 7",
130325                        "conditionally-available": false,
130326                        "construct": true,
130327                        "construct-only": false,
130328                        "controllable": true,
130329                        "default": "80",
130330                        "max": "24000",
130331                        "min": "10",
130332                        "mutable": "null",
130333                        "readable": true,
130334                        "type": "gfloat",
130335                        "writable": true
130336                    },
130337                    "f-8": {
130338                        "blurb": "Frequency 8",
130339                        "conditionally-available": false,
130340                        "construct": true,
130341                        "construct-only": false,
130342                        "controllable": true,
130343                        "default": "100",
130344                        "max": "24000",
130345                        "min": "10",
130346                        "mutable": "null",
130347                        "readable": true,
130348                        "type": "gfloat",
130349                        "writable": true
130350                    },
130351                    "f-9": {
130352                        "blurb": "Frequency 9",
130353                        "conditionally-available": false,
130354                        "construct": true,
130355                        "construct-only": false,
130356                        "controllable": true,
130357                        "default": "125",
130358                        "max": "24000",
130359                        "min": "10",
130360                        "mutable": "null",
130361                        "readable": true,
130362                        "type": "gfloat",
130363                        "writable": true
130364                    },
130365                    "fft": {
130366                        "blurb": "FFT analysis",
130367                        "conditionally-available": false,
130368                        "construct": true,
130369                        "construct-only": false,
130370                        "controllable": true,
130371                        "default": "Off (0)",
130372                        "mutable": "null",
130373                        "readable": true,
130374                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofft",
130375                        "writable": true
130376                    },
130377                    "fftv-l": {
130378                        "blurb": "FFT visibility Left",
130379                        "conditionally-available": false,
130380                        "construct": true,
130381                        "construct-only": false,
130382                        "controllable": true,
130383                        "default": "false",
130384                        "mutable": "null",
130385                        "readable": true,
130386                        "type": "gboolean",
130387                        "writable": true
130388                    },
130389                    "fftv-r": {
130390                        "blurb": "FFT visibility Right",
130391                        "conditionally-available": false,
130392                        "construct": true,
130393                        "construct-only": false,
130394                        "controllable": true,
130395                        "default": "false",
130396                        "mutable": "null",
130397                        "readable": true,
130398                        "type": "gboolean",
130399                        "writable": true
130400                    },
130401                    "fm-0": {
130402                        "blurb": "Filter mode 0",
130403                        "conditionally-available": false,
130404                        "construct": true,
130405                        "construct-only": false,
130406                        "controllable": true,
130407                        "default": "RLC (BT) (0)",
130408                        "mutable": "null",
130409                        "readable": true,
130410                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-0",
130411                        "writable": true
130412                    },
130413                    "fm-1": {
130414                        "blurb": "Filter mode 1",
130415                        "conditionally-available": false,
130416                        "construct": true,
130417                        "construct-only": false,
130418                        "controllable": true,
130419                        "default": "RLC (BT) (0)",
130420                        "mutable": "null",
130421                        "readable": true,
130422                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-1",
130423                        "writable": true
130424                    },
130425                    "fm-10": {
130426                        "blurb": "Filter mode 10",
130427                        "conditionally-available": false,
130428                        "construct": true,
130429                        "construct-only": false,
130430                        "controllable": true,
130431                        "default": "RLC (BT) (0)",
130432                        "mutable": "null",
130433                        "readable": true,
130434                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-10",
130435                        "writable": true
130436                    },
130437                    "fm-11": {
130438                        "blurb": "Filter mode 11",
130439                        "conditionally-available": false,
130440                        "construct": true,
130441                        "construct-only": false,
130442                        "controllable": true,
130443                        "default": "RLC (BT) (0)",
130444                        "mutable": "null",
130445                        "readable": true,
130446                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-11",
130447                        "writable": true
130448                    },
130449                    "fm-12": {
130450                        "blurb": "Filter mode 12",
130451                        "conditionally-available": false,
130452                        "construct": true,
130453                        "construct-only": false,
130454                        "controllable": true,
130455                        "default": "RLC (BT) (0)",
130456                        "mutable": "null",
130457                        "readable": true,
130458                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-12",
130459                        "writable": true
130460                    },
130461                    "fm-13": {
130462                        "blurb": "Filter mode 13",
130463                        "conditionally-available": false,
130464                        "construct": true,
130465                        "construct-only": false,
130466                        "controllable": true,
130467                        "default": "RLC (BT) (0)",
130468                        "mutable": "null",
130469                        "readable": true,
130470                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-13",
130471                        "writable": true
130472                    },
130473                    "fm-14": {
130474                        "blurb": "Filter mode 14",
130475                        "conditionally-available": false,
130476                        "construct": true,
130477                        "construct-only": false,
130478                        "controllable": true,
130479                        "default": "RLC (BT) (0)",
130480                        "mutable": "null",
130481                        "readable": true,
130482                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-14",
130483                        "writable": true
130484                    },
130485                    "fm-15": {
130486                        "blurb": "Filter mode 15",
130487                        "conditionally-available": false,
130488                        "construct": true,
130489                        "construct-only": false,
130490                        "controllable": true,
130491                        "default": "RLC (BT) (0)",
130492                        "mutable": "null",
130493                        "readable": true,
130494                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-15",
130495                        "writable": true
130496                    },
130497                    "fm-16": {
130498                        "blurb": "Filter mode 16",
130499                        "conditionally-available": false,
130500                        "construct": true,
130501                        "construct-only": false,
130502                        "controllable": true,
130503                        "default": "RLC (BT) (0)",
130504                        "mutable": "null",
130505                        "readable": true,
130506                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-16",
130507                        "writable": true
130508                    },
130509                    "fm-17": {
130510                        "blurb": "Filter mode 17",
130511                        "conditionally-available": false,
130512                        "construct": true,
130513                        "construct-only": false,
130514                        "controllable": true,
130515                        "default": "RLC (BT) (0)",
130516                        "mutable": "null",
130517                        "readable": true,
130518                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-17",
130519                        "writable": true
130520                    },
130521                    "fm-18": {
130522                        "blurb": "Filter mode 18",
130523                        "conditionally-available": false,
130524                        "construct": true,
130525                        "construct-only": false,
130526                        "controllable": true,
130527                        "default": "RLC (BT) (0)",
130528                        "mutable": "null",
130529                        "readable": true,
130530                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-18",
130531                        "writable": true
130532                    },
130533                    "fm-19": {
130534                        "blurb": "Filter mode 19",
130535                        "conditionally-available": false,
130536                        "construct": true,
130537                        "construct-only": false,
130538                        "controllable": true,
130539                        "default": "RLC (BT) (0)",
130540                        "mutable": "null",
130541                        "readable": true,
130542                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-19",
130543                        "writable": true
130544                    },
130545                    "fm-2": {
130546                        "blurb": "Filter mode 2",
130547                        "conditionally-available": false,
130548                        "construct": true,
130549                        "construct-only": false,
130550                        "controllable": true,
130551                        "default": "RLC (BT) (0)",
130552                        "mutable": "null",
130553                        "readable": true,
130554                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-2",
130555                        "writable": true
130556                    },
130557                    "fm-20": {
130558                        "blurb": "Filter mode 20",
130559                        "conditionally-available": false,
130560                        "construct": true,
130561                        "construct-only": false,
130562                        "controllable": true,
130563                        "default": "RLC (BT) (0)",
130564                        "mutable": "null",
130565                        "readable": true,
130566                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-20",
130567                        "writable": true
130568                    },
130569                    "fm-21": {
130570                        "blurb": "Filter mode 21",
130571                        "conditionally-available": false,
130572                        "construct": true,
130573                        "construct-only": false,
130574                        "controllable": true,
130575                        "default": "RLC (BT) (0)",
130576                        "mutable": "null",
130577                        "readable": true,
130578                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-21",
130579                        "writable": true
130580                    },
130581                    "fm-22": {
130582                        "blurb": "Filter mode 22",
130583                        "conditionally-available": false,
130584                        "construct": true,
130585                        "construct-only": false,
130586                        "controllable": true,
130587                        "default": "RLC (BT) (0)",
130588                        "mutable": "null",
130589                        "readable": true,
130590                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-22",
130591                        "writable": true
130592                    },
130593                    "fm-23": {
130594                        "blurb": "Filter mode 23",
130595                        "conditionally-available": false,
130596                        "construct": true,
130597                        "construct-only": false,
130598                        "controllable": true,
130599                        "default": "RLC (BT) (0)",
130600                        "mutable": "null",
130601                        "readable": true,
130602                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-23",
130603                        "writable": true
130604                    },
130605                    "fm-24": {
130606                        "blurb": "Filter mode 24",
130607                        "conditionally-available": false,
130608                        "construct": true,
130609                        "construct-only": false,
130610                        "controllable": true,
130611                        "default": "RLC (BT) (0)",
130612                        "mutable": "null",
130613                        "readable": true,
130614                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-24",
130615                        "writable": true
130616                    },
130617                    "fm-25": {
130618                        "blurb": "Filter mode 25",
130619                        "conditionally-available": false,
130620                        "construct": true,
130621                        "construct-only": false,
130622                        "controllable": true,
130623                        "default": "RLC (BT) (0)",
130624                        "mutable": "null",
130625                        "readable": true,
130626                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-25",
130627                        "writable": true
130628                    },
130629                    "fm-26": {
130630                        "blurb": "Filter mode 26",
130631                        "conditionally-available": false,
130632                        "construct": true,
130633                        "construct-only": false,
130634                        "controllable": true,
130635                        "default": "RLC (BT) (0)",
130636                        "mutable": "null",
130637                        "readable": true,
130638                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-26",
130639                        "writable": true
130640                    },
130641                    "fm-27": {
130642                        "blurb": "Filter mode 27",
130643                        "conditionally-available": false,
130644                        "construct": true,
130645                        "construct-only": false,
130646                        "controllable": true,
130647                        "default": "RLC (BT) (0)",
130648                        "mutable": "null",
130649                        "readable": true,
130650                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-27",
130651                        "writable": true
130652                    },
130653                    "fm-28": {
130654                        "blurb": "Filter mode 28",
130655                        "conditionally-available": false,
130656                        "construct": true,
130657                        "construct-only": false,
130658                        "controllable": true,
130659                        "default": "RLC (BT) (0)",
130660                        "mutable": "null",
130661                        "readable": true,
130662                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-28",
130663                        "writable": true
130664                    },
130665                    "fm-29": {
130666                        "blurb": "Filter mode 29",
130667                        "conditionally-available": false,
130668                        "construct": true,
130669                        "construct-only": false,
130670                        "controllable": true,
130671                        "default": "RLC (BT) (0)",
130672                        "mutable": "null",
130673                        "readable": true,
130674                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-29",
130675                        "writable": true
130676                    },
130677                    "fm-3": {
130678                        "blurb": "Filter mode 3",
130679                        "conditionally-available": false,
130680                        "construct": true,
130681                        "construct-only": false,
130682                        "controllable": true,
130683                        "default": "RLC (BT) (0)",
130684                        "mutable": "null",
130685                        "readable": true,
130686                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-3",
130687                        "writable": true
130688                    },
130689                    "fm-30": {
130690                        "blurb": "Filter mode 30",
130691                        "conditionally-available": false,
130692                        "construct": true,
130693                        "construct-only": false,
130694                        "controllable": true,
130695                        "default": "RLC (BT) (0)",
130696                        "mutable": "null",
130697                        "readable": true,
130698                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-30",
130699                        "writable": true
130700                    },
130701                    "fm-31": {
130702                        "blurb": "Filter mode 31",
130703                        "conditionally-available": false,
130704                        "construct": true,
130705                        "construct-only": false,
130706                        "controllable": true,
130707                        "default": "RLC (BT) (0)",
130708                        "mutable": "null",
130709                        "readable": true,
130710                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-31",
130711                        "writable": true
130712                    },
130713                    "fm-4": {
130714                        "blurb": "Filter mode 4",
130715                        "conditionally-available": false,
130716                        "construct": true,
130717                        "construct-only": false,
130718                        "controllable": true,
130719                        "default": "RLC (BT) (0)",
130720                        "mutable": "null",
130721                        "readable": true,
130722                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-4",
130723                        "writable": true
130724                    },
130725                    "fm-5": {
130726                        "blurb": "Filter mode 5",
130727                        "conditionally-available": false,
130728                        "construct": true,
130729                        "construct-only": false,
130730                        "controllable": true,
130731                        "default": "RLC (BT) (0)",
130732                        "mutable": "null",
130733                        "readable": true,
130734                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-5",
130735                        "writable": true
130736                    },
130737                    "fm-6": {
130738                        "blurb": "Filter mode 6",
130739                        "conditionally-available": false,
130740                        "construct": true,
130741                        "construct-only": false,
130742                        "controllable": true,
130743                        "default": "RLC (BT) (0)",
130744                        "mutable": "null",
130745                        "readable": true,
130746                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-6",
130747                        "writable": true
130748                    },
130749                    "fm-7": {
130750                        "blurb": "Filter mode 7",
130751                        "conditionally-available": false,
130752                        "construct": true,
130753                        "construct-only": false,
130754                        "controllable": true,
130755                        "default": "RLC (BT) (0)",
130756                        "mutable": "null",
130757                        "readable": true,
130758                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-7",
130759                        "writable": true
130760                    },
130761                    "fm-8": {
130762                        "blurb": "Filter mode 8",
130763                        "conditionally-available": false,
130764                        "construct": true,
130765                        "construct-only": false,
130766                        "controllable": true,
130767                        "default": "RLC (BT) (0)",
130768                        "mutable": "null",
130769                        "readable": true,
130770                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-8",
130771                        "writable": true
130772                    },
130773                    "fm-9": {
130774                        "blurb": "Filter mode 9",
130775                        "conditionally-available": false,
130776                        "construct": true,
130777                        "construct-only": false,
130778                        "controllable": true,
130779                        "default": "RLC (BT) (0)",
130780                        "mutable": "null",
130781                        "readable": true,
130782                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-9",
130783                        "writable": true
130784                    },
130785                    "frqs": {
130786                        "blurb": "Frequency shift",
130787                        "conditionally-available": false,
130788                        "construct": true,
130789                        "construct-only": false,
130790                        "controllable": true,
130791                        "default": "0",
130792                        "max": "120",
130793                        "min": "-120",
130794                        "mutable": "null",
130795                        "readable": true,
130796                        "type": "gfloat",
130797                        "writable": true
130798                    },
130799                    "fsel": {
130800                        "blurb": "Filter select",
130801                        "conditionally-available": false,
130802                        "construct": true,
130803                        "construct-only": false,
130804                        "controllable": true,
130805                        "default": "Filters 0-7 (0)",
130806                        "mutable": "null",
130807                        "readable": true,
130808                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofsel",
130809                        "writable": true
130810                    },
130811                    "ft-0": {
130812                        "blurb": "Filter type 0",
130813                        "conditionally-available": false,
130814                        "construct": true,
130815                        "construct-only": false,
130816                        "controllable": true,
130817                        "default": "Off (0)",
130818                        "mutable": "null",
130819                        "readable": true,
130820                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-0",
130821                        "writable": true
130822                    },
130823                    "ft-1": {
130824                        "blurb": "Filter type 1",
130825                        "conditionally-available": false,
130826                        "construct": true,
130827                        "construct-only": false,
130828                        "controllable": true,
130829                        "default": "Off (0)",
130830                        "mutable": "null",
130831                        "readable": true,
130832                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-1",
130833                        "writable": true
130834                    },
130835                    "ft-10": {
130836                        "blurb": "Filter type 10",
130837                        "conditionally-available": false,
130838                        "construct": true,
130839                        "construct-only": false,
130840                        "controllable": true,
130841                        "default": "Off (0)",
130842                        "mutable": "null",
130843                        "readable": true,
130844                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-10",
130845                        "writable": true
130846                    },
130847                    "ft-11": {
130848                        "blurb": "Filter type 11",
130849                        "conditionally-available": false,
130850                        "construct": true,
130851                        "construct-only": false,
130852                        "controllable": true,
130853                        "default": "Off (0)",
130854                        "mutable": "null",
130855                        "readable": true,
130856                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-11",
130857                        "writable": true
130858                    },
130859                    "ft-12": {
130860                        "blurb": "Filter type 12",
130861                        "conditionally-available": false,
130862                        "construct": true,
130863                        "construct-only": false,
130864                        "controllable": true,
130865                        "default": "Off (0)",
130866                        "mutable": "null",
130867                        "readable": true,
130868                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-12",
130869                        "writable": true
130870                    },
130871                    "ft-13": {
130872                        "blurb": "Filter type 13",
130873                        "conditionally-available": false,
130874                        "construct": true,
130875                        "construct-only": false,
130876                        "controllable": true,
130877                        "default": "Off (0)",
130878                        "mutable": "null",
130879                        "readable": true,
130880                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-13",
130881                        "writable": true
130882                    },
130883                    "ft-14": {
130884                        "blurb": "Filter type 14",
130885                        "conditionally-available": false,
130886                        "construct": true,
130887                        "construct-only": false,
130888                        "controllable": true,
130889                        "default": "Off (0)",
130890                        "mutable": "null",
130891                        "readable": true,
130892                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-14",
130893                        "writable": true
130894                    },
130895                    "ft-15": {
130896                        "blurb": "Filter type 15",
130897                        "conditionally-available": false,
130898                        "construct": true,
130899                        "construct-only": false,
130900                        "controllable": true,
130901                        "default": "Off (0)",
130902                        "mutable": "null",
130903                        "readable": true,
130904                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-15",
130905                        "writable": true
130906                    },
130907                    "ft-16": {
130908                        "blurb": "Filter type 16",
130909                        "conditionally-available": false,
130910                        "construct": true,
130911                        "construct-only": false,
130912                        "controllable": true,
130913                        "default": "Off (0)",
130914                        "mutable": "null",
130915                        "readable": true,
130916                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-16",
130917                        "writable": true
130918                    },
130919                    "ft-17": {
130920                        "blurb": "Filter type 17",
130921                        "conditionally-available": false,
130922                        "construct": true,
130923                        "construct-only": false,
130924                        "controllable": true,
130925                        "default": "Off (0)",
130926                        "mutable": "null",
130927                        "readable": true,
130928                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-17",
130929                        "writable": true
130930                    },
130931                    "ft-18": {
130932                        "blurb": "Filter type 18",
130933                        "conditionally-available": false,
130934                        "construct": true,
130935                        "construct-only": false,
130936                        "controllable": true,
130937                        "default": "Off (0)",
130938                        "mutable": "null",
130939                        "readable": true,
130940                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-18",
130941                        "writable": true
130942                    },
130943                    "ft-19": {
130944                        "blurb": "Filter type 19",
130945                        "conditionally-available": false,
130946                        "construct": true,
130947                        "construct-only": false,
130948                        "controllable": true,
130949                        "default": "Off (0)",
130950                        "mutable": "null",
130951                        "readable": true,
130952                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-19",
130953                        "writable": true
130954                    },
130955                    "ft-2": {
130956                        "blurb": "Filter type 2",
130957                        "conditionally-available": false,
130958                        "construct": true,
130959                        "construct-only": false,
130960                        "controllable": true,
130961                        "default": "Off (0)",
130962                        "mutable": "null",
130963                        "readable": true,
130964                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-2",
130965                        "writable": true
130966                    },
130967                    "ft-20": {
130968                        "blurb": "Filter type 20",
130969                        "conditionally-available": false,
130970                        "construct": true,
130971                        "construct-only": false,
130972                        "controllable": true,
130973                        "default": "Off (0)",
130974                        "mutable": "null",
130975                        "readable": true,
130976                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-20",
130977                        "writable": true
130978                    },
130979                    "ft-21": {
130980                        "blurb": "Filter type 21",
130981                        "conditionally-available": false,
130982                        "construct": true,
130983                        "construct-only": false,
130984                        "controllable": true,
130985                        "default": "Off (0)",
130986                        "mutable": "null",
130987                        "readable": true,
130988                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-21",
130989                        "writable": true
130990                    },
130991                    "ft-22": {
130992                        "blurb": "Filter type 22",
130993                        "conditionally-available": false,
130994                        "construct": true,
130995                        "construct-only": false,
130996                        "controllable": true,
130997                        "default": "Off (0)",
130998                        "mutable": "null",
130999                        "readable": true,
131000                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-22",
131001                        "writable": true
131002                    },
131003                    "ft-23": {
131004                        "blurb": "Filter type 23",
131005                        "conditionally-available": false,
131006                        "construct": true,
131007                        "construct-only": false,
131008                        "controllable": true,
131009                        "default": "Off (0)",
131010                        "mutable": "null",
131011                        "readable": true,
131012                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-23",
131013                        "writable": true
131014                    },
131015                    "ft-24": {
131016                        "blurb": "Filter type 24",
131017                        "conditionally-available": false,
131018                        "construct": true,
131019                        "construct-only": false,
131020                        "controllable": true,
131021                        "default": "Off (0)",
131022                        "mutable": "null",
131023                        "readable": true,
131024                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-24",
131025                        "writable": true
131026                    },
131027                    "ft-25": {
131028                        "blurb": "Filter type 25",
131029                        "conditionally-available": false,
131030                        "construct": true,
131031                        "construct-only": false,
131032                        "controllable": true,
131033                        "default": "Off (0)",
131034                        "mutable": "null",
131035                        "readable": true,
131036                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-25",
131037                        "writable": true
131038                    },
131039                    "ft-26": {
131040                        "blurb": "Filter type 26",
131041                        "conditionally-available": false,
131042                        "construct": true,
131043                        "construct-only": false,
131044                        "controllable": true,
131045                        "default": "Off (0)",
131046                        "mutable": "null",
131047                        "readable": true,
131048                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-26",
131049                        "writable": true
131050                    },
131051                    "ft-27": {
131052                        "blurb": "Filter type 27",
131053                        "conditionally-available": false,
131054                        "construct": true,
131055                        "construct-only": false,
131056                        "controllable": true,
131057                        "default": "Off (0)",
131058                        "mutable": "null",
131059                        "readable": true,
131060                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-27",
131061                        "writable": true
131062                    },
131063                    "ft-28": {
131064                        "blurb": "Filter type 28",
131065                        "conditionally-available": false,
131066                        "construct": true,
131067                        "construct-only": false,
131068                        "controllable": true,
131069                        "default": "Off (0)",
131070                        "mutable": "null",
131071                        "readable": true,
131072                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-28",
131073                        "writable": true
131074                    },
131075                    "ft-29": {
131076                        "blurb": "Filter type 29",
131077                        "conditionally-available": false,
131078                        "construct": true,
131079                        "construct-only": false,
131080                        "controllable": true,
131081                        "default": "Off (0)",
131082                        "mutable": "null",
131083                        "readable": true,
131084                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-29",
131085                        "writable": true
131086                    },
131087                    "ft-3": {
131088                        "blurb": "Filter type 3",
131089                        "conditionally-available": false,
131090                        "construct": true,
131091                        "construct-only": false,
131092                        "controllable": true,
131093                        "default": "Off (0)",
131094                        "mutable": "null",
131095                        "readable": true,
131096                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-3",
131097                        "writable": true
131098                    },
131099                    "ft-30": {
131100                        "blurb": "Filter type 30",
131101                        "conditionally-available": false,
131102                        "construct": true,
131103                        "construct-only": false,
131104                        "controllable": true,
131105                        "default": "Off (0)",
131106                        "mutable": "null",
131107                        "readable": true,
131108                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-30",
131109                        "writable": true
131110                    },
131111                    "ft-31": {
131112                        "blurb": "Filter type 31",
131113                        "conditionally-available": false,
131114                        "construct": true,
131115                        "construct-only": false,
131116                        "controllable": true,
131117                        "default": "Off (0)",
131118                        "mutable": "null",
131119                        "readable": true,
131120                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-31",
131121                        "writable": true
131122                    },
131123                    "ft-4": {
131124                        "blurb": "Filter type 4",
131125                        "conditionally-available": false,
131126                        "construct": true,
131127                        "construct-only": false,
131128                        "controllable": true,
131129                        "default": "Off (0)",
131130                        "mutable": "null",
131131                        "readable": true,
131132                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-4",
131133                        "writable": true
131134                    },
131135                    "ft-5": {
131136                        "blurb": "Filter type 5",
131137                        "conditionally-available": false,
131138                        "construct": true,
131139                        "construct-only": false,
131140                        "controllable": true,
131141                        "default": "Off (0)",
131142                        "mutable": "null",
131143                        "readable": true,
131144                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-5",
131145                        "writable": true
131146                    },
131147                    "ft-6": {
131148                        "blurb": "Filter type 6",
131149                        "conditionally-available": false,
131150                        "construct": true,
131151                        "construct-only": false,
131152                        "controllable": true,
131153                        "default": "Off (0)",
131154                        "mutable": "null",
131155                        "readable": true,
131156                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-6",
131157                        "writable": true
131158                    },
131159                    "ft-7": {
131160                        "blurb": "Filter type 7",
131161                        "conditionally-available": false,
131162                        "construct": true,
131163                        "construct-only": false,
131164                        "controllable": true,
131165                        "default": "Off (0)",
131166                        "mutable": "null",
131167                        "readable": true,
131168                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-7",
131169                        "writable": true
131170                    },
131171                    "ft-8": {
131172                        "blurb": "Filter type 8",
131173                        "conditionally-available": false,
131174                        "construct": true,
131175                        "construct-only": false,
131176                        "controllable": true,
131177                        "default": "Off (0)",
131178                        "mutable": "null",
131179                        "readable": true,
131180                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-8",
131181                        "writable": true
131182                    },
131183                    "ft-9": {
131184                        "blurb": "Filter type 9",
131185                        "conditionally-available": false,
131186                        "construct": true,
131187                        "construct-only": false,
131188                        "controllable": true,
131189                        "default": "Off (0)",
131190                        "mutable": "null",
131191                        "readable": true,
131192                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-9",
131193                        "writable": true
131194                    },
131195                    "fv-0": {
131196                        "blurb": "Filter visibility 0",
131197                        "conditionally-available": false,
131198                        "construct": false,
131199                        "construct-only": false,
131200                        "controllable": true,
131201                        "default": "false",
131202                        "mutable": "null",
131203                        "readable": true,
131204                        "type": "gboolean",
131205                        "writable": false
131206                    },
131207                    "fv-1": {
131208                        "blurb": "Filter visibility 1",
131209                        "conditionally-available": false,
131210                        "construct": false,
131211                        "construct-only": false,
131212                        "controllable": true,
131213                        "default": "false",
131214                        "mutable": "null",
131215                        "readable": true,
131216                        "type": "gboolean",
131217                        "writable": false
131218                    },
131219                    "fv-10": {
131220                        "blurb": "Filter visibility 10",
131221                        "conditionally-available": false,
131222                        "construct": false,
131223                        "construct-only": false,
131224                        "controllable": true,
131225                        "default": "false",
131226                        "mutable": "null",
131227                        "readable": true,
131228                        "type": "gboolean",
131229                        "writable": false
131230                    },
131231                    "fv-11": {
131232                        "blurb": "Filter visibility 11",
131233                        "conditionally-available": false,
131234                        "construct": false,
131235                        "construct-only": false,
131236                        "controllable": true,
131237                        "default": "false",
131238                        "mutable": "null",
131239                        "readable": true,
131240                        "type": "gboolean",
131241                        "writable": false
131242                    },
131243                    "fv-12": {
131244                        "blurb": "Filter visibility 12",
131245                        "conditionally-available": false,
131246                        "construct": false,
131247                        "construct-only": false,
131248                        "controllable": true,
131249                        "default": "false",
131250                        "mutable": "null",
131251                        "readable": true,
131252                        "type": "gboolean",
131253                        "writable": false
131254                    },
131255                    "fv-13": {
131256                        "blurb": "Filter visibility 13",
131257                        "conditionally-available": false,
131258                        "construct": false,
131259                        "construct-only": false,
131260                        "controllable": true,
131261                        "default": "false",
131262                        "mutable": "null",
131263                        "readable": true,
131264                        "type": "gboolean",
131265                        "writable": false
131266                    },
131267                    "fv-14": {
131268                        "blurb": "Filter visibility 14",
131269                        "conditionally-available": false,
131270                        "construct": false,
131271                        "construct-only": false,
131272                        "controllable": true,
131273                        "default": "false",
131274                        "mutable": "null",
131275                        "readable": true,
131276                        "type": "gboolean",
131277                        "writable": false
131278                    },
131279                    "fv-15": {
131280                        "blurb": "Filter visibility 15",
131281                        "conditionally-available": false,
131282                        "construct": false,
131283                        "construct-only": false,
131284                        "controllable": true,
131285                        "default": "false",
131286                        "mutable": "null",
131287                        "readable": true,
131288                        "type": "gboolean",
131289                        "writable": false
131290                    },
131291                    "fv-16": {
131292                        "blurb": "Filter visibility 16",
131293                        "conditionally-available": false,
131294                        "construct": false,
131295                        "construct-only": false,
131296                        "controllable": true,
131297                        "default": "false",
131298                        "mutable": "null",
131299                        "readable": true,
131300                        "type": "gboolean",
131301                        "writable": false
131302                    },
131303                    "fv-17": {
131304                        "blurb": "Filter visibility 17",
131305                        "conditionally-available": false,
131306                        "construct": false,
131307                        "construct-only": false,
131308                        "controllable": true,
131309                        "default": "false",
131310                        "mutable": "null",
131311                        "readable": true,
131312                        "type": "gboolean",
131313                        "writable": false
131314                    },
131315                    "fv-18": {
131316                        "blurb": "Filter visibility 18",
131317                        "conditionally-available": false,
131318                        "construct": false,
131319                        "construct-only": false,
131320                        "controllable": true,
131321                        "default": "false",
131322                        "mutable": "null",
131323                        "readable": true,
131324                        "type": "gboolean",
131325                        "writable": false
131326                    },
131327                    "fv-19": {
131328                        "blurb": "Filter visibility 19",
131329                        "conditionally-available": false,
131330                        "construct": false,
131331                        "construct-only": false,
131332                        "controllable": true,
131333                        "default": "false",
131334                        "mutable": "null",
131335                        "readable": true,
131336                        "type": "gboolean",
131337                        "writable": false
131338                    },
131339                    "fv-2": {
131340                        "blurb": "Filter visibility 2",
131341                        "conditionally-available": false,
131342                        "construct": false,
131343                        "construct-only": false,
131344                        "controllable": true,
131345                        "default": "false",
131346                        "mutable": "null",
131347                        "readable": true,
131348                        "type": "gboolean",
131349                        "writable": false
131350                    },
131351                    "fv-20": {
131352                        "blurb": "Filter visibility 20",
131353                        "conditionally-available": false,
131354                        "construct": false,
131355                        "construct-only": false,
131356                        "controllable": true,
131357                        "default": "false",
131358                        "mutable": "null",
131359                        "readable": true,
131360                        "type": "gboolean",
131361                        "writable": false
131362                    },
131363                    "fv-21": {
131364                        "blurb": "Filter visibility 21",
131365                        "conditionally-available": false,
131366                        "construct": false,
131367                        "construct-only": false,
131368                        "controllable": true,
131369                        "default": "false",
131370                        "mutable": "null",
131371                        "readable": true,
131372                        "type": "gboolean",
131373                        "writable": false
131374                    },
131375                    "fv-22": {
131376                        "blurb": "Filter visibility 22",
131377                        "conditionally-available": false,
131378                        "construct": false,
131379                        "construct-only": false,
131380                        "controllable": true,
131381                        "default": "false",
131382                        "mutable": "null",
131383                        "readable": true,
131384                        "type": "gboolean",
131385                        "writable": false
131386                    },
131387                    "fv-23": {
131388                        "blurb": "Filter visibility 23",
131389                        "conditionally-available": false,
131390                        "construct": false,
131391                        "construct-only": false,
131392                        "controllable": true,
131393                        "default": "false",
131394                        "mutable": "null",
131395                        "readable": true,
131396                        "type": "gboolean",
131397                        "writable": false
131398                    },
131399                    "fv-24": {
131400                        "blurb": "Filter visibility 24",
131401                        "conditionally-available": false,
131402                        "construct": false,
131403                        "construct-only": false,
131404                        "controllable": true,
131405                        "default": "false",
131406                        "mutable": "null",
131407                        "readable": true,
131408                        "type": "gboolean",
131409                        "writable": false
131410                    },
131411                    "fv-25": {
131412                        "blurb": "Filter visibility 25",
131413                        "conditionally-available": false,
131414                        "construct": false,
131415                        "construct-only": false,
131416                        "controllable": true,
131417                        "default": "false",
131418                        "mutable": "null",
131419                        "readable": true,
131420                        "type": "gboolean",
131421                        "writable": false
131422                    },
131423                    "fv-26": {
131424                        "blurb": "Filter visibility 26",
131425                        "conditionally-available": false,
131426                        "construct": false,
131427                        "construct-only": false,
131428                        "controllable": true,
131429                        "default": "false",
131430                        "mutable": "null",
131431                        "readable": true,
131432                        "type": "gboolean",
131433                        "writable": false
131434                    },
131435                    "fv-27": {
131436                        "blurb": "Filter visibility 27",
131437                        "conditionally-available": false,
131438                        "construct": false,
131439                        "construct-only": false,
131440                        "controllable": true,
131441                        "default": "false",
131442                        "mutable": "null",
131443                        "readable": true,
131444                        "type": "gboolean",
131445                        "writable": false
131446                    },
131447                    "fv-28": {
131448                        "blurb": "Filter visibility 28",
131449                        "conditionally-available": false,
131450                        "construct": false,
131451                        "construct-only": false,
131452                        "controllable": true,
131453                        "default": "false",
131454                        "mutable": "null",
131455                        "readable": true,
131456                        "type": "gboolean",
131457                        "writable": false
131458                    },
131459                    "fv-29": {
131460                        "blurb": "Filter visibility 29",
131461                        "conditionally-available": false,
131462                        "construct": false,
131463                        "construct-only": false,
131464                        "controllable": true,
131465                        "default": "false",
131466                        "mutable": "null",
131467                        "readable": true,
131468                        "type": "gboolean",
131469                        "writable": false
131470                    },
131471                    "fv-3": {
131472                        "blurb": "Filter visibility 3",
131473                        "conditionally-available": false,
131474                        "construct": false,
131475                        "construct-only": false,
131476                        "controllable": true,
131477                        "default": "false",
131478                        "mutable": "null",
131479                        "readable": true,
131480                        "type": "gboolean",
131481                        "writable": false
131482                    },
131483                    "fv-30": {
131484                        "blurb": "Filter visibility 30",
131485                        "conditionally-available": false,
131486                        "construct": false,
131487                        "construct-only": false,
131488                        "controllable": true,
131489                        "default": "false",
131490                        "mutable": "null",
131491                        "readable": true,
131492                        "type": "gboolean",
131493                        "writable": false
131494                    },
131495                    "fv-31": {
131496                        "blurb": "Filter visibility 31",
131497                        "conditionally-available": false,
131498                        "construct": false,
131499                        "construct-only": false,
131500                        "controllable": true,
131501                        "default": "false",
131502                        "mutable": "null",
131503                        "readable": true,
131504                        "type": "gboolean",
131505                        "writable": false
131506                    },
131507                    "fv-4": {
131508                        "blurb": "Filter visibility 4",
131509                        "conditionally-available": false,
131510                        "construct": false,
131511                        "construct-only": false,
131512                        "controllable": true,
131513                        "default": "false",
131514                        "mutable": "null",
131515                        "readable": true,
131516                        "type": "gboolean",
131517                        "writable": false
131518                    },
131519                    "fv-5": {
131520                        "blurb": "Filter visibility 5",
131521                        "conditionally-available": false,
131522                        "construct": false,
131523                        "construct-only": false,
131524                        "controllable": true,
131525                        "default": "false",
131526                        "mutable": "null",
131527                        "readable": true,
131528                        "type": "gboolean",
131529                        "writable": false
131530                    },
131531                    "fv-6": {
131532                        "blurb": "Filter visibility 6",
131533                        "conditionally-available": false,
131534                        "construct": false,
131535                        "construct-only": false,
131536                        "controllable": true,
131537                        "default": "false",
131538                        "mutable": "null",
131539                        "readable": true,
131540                        "type": "gboolean",
131541                        "writable": false
131542                    },
131543                    "fv-7": {
131544                        "blurb": "Filter visibility 7",
131545                        "conditionally-available": false,
131546                        "construct": false,
131547                        "construct-only": false,
131548                        "controllable": true,
131549                        "default": "false",
131550                        "mutable": "null",
131551                        "readable": true,
131552                        "type": "gboolean",
131553                        "writable": false
131554                    },
131555                    "fv-8": {
131556                        "blurb": "Filter visibility 8",
131557                        "conditionally-available": false,
131558                        "construct": false,
131559                        "construct-only": false,
131560                        "controllable": true,
131561                        "default": "false",
131562                        "mutable": "null",
131563                        "readable": true,
131564                        "type": "gboolean",
131565                        "writable": false
131566                    },
131567                    "fv-9": {
131568                        "blurb": "Filter visibility 9",
131569                        "conditionally-available": false,
131570                        "construct": false,
131571                        "construct-only": false,
131572                        "controllable": true,
131573                        "default": "false",
131574                        "mutable": "null",
131575                        "readable": true,
131576                        "type": "gboolean",
131577                        "writable": false
131578                    },
131579                    "g-0": {
131580                        "blurb": "Gain 0",
131581                        "conditionally-available": false,
131582                        "construct": true,
131583                        "construct-only": false,
131584                        "controllable": true,
131585                        "default": "1",
131586                        "max": "63.0957",
131587                        "min": "0.01585",
131588                        "mutable": "null",
131589                        "readable": true,
131590                        "type": "gfloat",
131591                        "writable": true
131592                    },
131593                    "g-1": {
131594                        "blurb": "Gain 1",
131595                        "conditionally-available": false,
131596                        "construct": true,
131597                        "construct-only": false,
131598                        "controllable": true,
131599                        "default": "1",
131600                        "max": "63.0957",
131601                        "min": "0.01585",
131602                        "mutable": "null",
131603                        "readable": true,
131604                        "type": "gfloat",
131605                        "writable": true
131606                    },
131607                    "g-10": {
131608                        "blurb": "Gain 10",
131609                        "conditionally-available": false,
131610                        "construct": true,
131611                        "construct-only": false,
131612                        "controllable": true,
131613                        "default": "1",
131614                        "max": "63.0957",
131615                        "min": "0.01585",
131616                        "mutable": "null",
131617                        "readable": true,
131618                        "type": "gfloat",
131619                        "writable": true
131620                    },
131621                    "g-11": {
131622                        "blurb": "Gain 11",
131623                        "conditionally-available": false,
131624                        "construct": true,
131625                        "construct-only": false,
131626                        "controllable": true,
131627                        "default": "1",
131628                        "max": "63.0957",
131629                        "min": "0.01585",
131630                        "mutable": "null",
131631                        "readable": true,
131632                        "type": "gfloat",
131633                        "writable": true
131634                    },
131635                    "g-12": {
131636                        "blurb": "Gain 12",
131637                        "conditionally-available": false,
131638                        "construct": true,
131639                        "construct-only": false,
131640                        "controllable": true,
131641                        "default": "1",
131642                        "max": "63.0957",
131643                        "min": "0.01585",
131644                        "mutable": "null",
131645                        "readable": true,
131646                        "type": "gfloat",
131647                        "writable": true
131648                    },
131649                    "g-13": {
131650                        "blurb": "Gain 13",
131651                        "conditionally-available": false,
131652                        "construct": true,
131653                        "construct-only": false,
131654                        "controllable": true,
131655                        "default": "1",
131656                        "max": "63.0957",
131657                        "min": "0.01585",
131658                        "mutable": "null",
131659                        "readable": true,
131660                        "type": "gfloat",
131661                        "writable": true
131662                    },
131663                    "g-14": {
131664                        "blurb": "Gain 14",
131665                        "conditionally-available": false,
131666                        "construct": true,
131667                        "construct-only": false,
131668                        "controllable": true,
131669                        "default": "1",
131670                        "max": "63.0957",
131671                        "min": "0.01585",
131672                        "mutable": "null",
131673                        "readable": true,
131674                        "type": "gfloat",
131675                        "writable": true
131676                    },
131677                    "g-15": {
131678                        "blurb": "Gain 15",
131679                        "conditionally-available": false,
131680                        "construct": true,
131681                        "construct-only": false,
131682                        "controllable": true,
131683                        "default": "1",
131684                        "max": "63.0957",
131685                        "min": "0.01585",
131686                        "mutable": "null",
131687                        "readable": true,
131688                        "type": "gfloat",
131689                        "writable": true
131690                    },
131691                    "g-16": {
131692                        "blurb": "Gain 16",
131693                        "conditionally-available": false,
131694                        "construct": true,
131695                        "construct-only": false,
131696                        "controllable": true,
131697                        "default": "1",
131698                        "max": "63.0957",
131699                        "min": "0.01585",
131700                        "mutable": "null",
131701                        "readable": true,
131702                        "type": "gfloat",
131703                        "writable": true
131704                    },
131705                    "g-17": {
131706                        "blurb": "Gain 17",
131707                        "conditionally-available": false,
131708                        "construct": true,
131709                        "construct-only": false,
131710                        "controllable": true,
131711                        "default": "1",
131712                        "max": "63.0957",
131713                        "min": "0.01585",
131714                        "mutable": "null",
131715                        "readable": true,
131716                        "type": "gfloat",
131717                        "writable": true
131718                    },
131719                    "g-18": {
131720                        "blurb": "Gain 18",
131721                        "conditionally-available": false,
131722                        "construct": true,
131723                        "construct-only": false,
131724                        "controllable": true,
131725                        "default": "1",
131726                        "max": "63.0957",
131727                        "min": "0.01585",
131728                        "mutable": "null",
131729                        "readable": true,
131730                        "type": "gfloat",
131731                        "writable": true
131732                    },
131733                    "g-19": {
131734                        "blurb": "Gain 19",
131735                        "conditionally-available": false,
131736                        "construct": true,
131737                        "construct-only": false,
131738                        "controllable": true,
131739                        "default": "1",
131740                        "max": "63.0957",
131741                        "min": "0.01585",
131742                        "mutable": "null",
131743                        "readable": true,
131744                        "type": "gfloat",
131745                        "writable": true
131746                    },
131747                    "g-2": {
131748                        "blurb": "Gain 2",
131749                        "conditionally-available": false,
131750                        "construct": true,
131751                        "construct-only": false,
131752                        "controllable": true,
131753                        "default": "1",
131754                        "max": "63.0957",
131755                        "min": "0.01585",
131756                        "mutable": "null",
131757                        "readable": true,
131758                        "type": "gfloat",
131759                        "writable": true
131760                    },
131761                    "g-20": {
131762                        "blurb": "Gain 20",
131763                        "conditionally-available": false,
131764                        "construct": true,
131765                        "construct-only": false,
131766                        "controllable": true,
131767                        "default": "1",
131768                        "max": "63.0957",
131769                        "min": "0.01585",
131770                        "mutable": "null",
131771                        "readable": true,
131772                        "type": "gfloat",
131773                        "writable": true
131774                    },
131775                    "g-21": {
131776                        "blurb": "Gain 21",
131777                        "conditionally-available": false,
131778                        "construct": true,
131779                        "construct-only": false,
131780                        "controllable": true,
131781                        "default": "1",
131782                        "max": "63.0957",
131783                        "min": "0.01585",
131784                        "mutable": "null",
131785                        "readable": true,
131786                        "type": "gfloat",
131787                        "writable": true
131788                    },
131789                    "g-22": {
131790                        "blurb": "Gain 22",
131791                        "conditionally-available": false,
131792                        "construct": true,
131793                        "construct-only": false,
131794                        "controllable": true,
131795                        "default": "1",
131796                        "max": "63.0957",
131797                        "min": "0.01585",
131798                        "mutable": "null",
131799                        "readable": true,
131800                        "type": "gfloat",
131801                        "writable": true
131802                    },
131803                    "g-23": {
131804                        "blurb": "Gain 23",
131805                        "conditionally-available": false,
131806                        "construct": true,
131807                        "construct-only": false,
131808                        "controllable": true,
131809                        "default": "1",
131810                        "max": "63.0957",
131811                        "min": "0.01585",
131812                        "mutable": "null",
131813                        "readable": true,
131814                        "type": "gfloat",
131815                        "writable": true
131816                    },
131817                    "g-24": {
131818                        "blurb": "Gain 24",
131819                        "conditionally-available": false,
131820                        "construct": true,
131821                        "construct-only": false,
131822                        "controllable": true,
131823                        "default": "1",
131824                        "max": "63.0957",
131825                        "min": "0.01585",
131826                        "mutable": "null",
131827                        "readable": true,
131828                        "type": "gfloat",
131829                        "writable": true
131830                    },
131831                    "g-25": {
131832                        "blurb": "Gain 25",
131833                        "conditionally-available": false,
131834                        "construct": true,
131835                        "construct-only": false,
131836                        "controllable": true,
131837                        "default": "1",
131838                        "max": "63.0957",
131839                        "min": "0.01585",
131840                        "mutable": "null",
131841                        "readable": true,
131842                        "type": "gfloat",
131843                        "writable": true
131844                    },
131845                    "g-26": {
131846                        "blurb": "Gain 26",
131847                        "conditionally-available": false,
131848                        "construct": true,
131849                        "construct-only": false,
131850                        "controllable": true,
131851                        "default": "1",
131852                        "max": "63.0957",
131853                        "min": "0.01585",
131854                        "mutable": "null",
131855                        "readable": true,
131856                        "type": "gfloat",
131857                        "writable": true
131858                    },
131859                    "g-27": {
131860                        "blurb": "Gain 27",
131861                        "conditionally-available": false,
131862                        "construct": true,
131863                        "construct-only": false,
131864                        "controllable": true,
131865                        "default": "1",
131866                        "max": "63.0957",
131867                        "min": "0.01585",
131868                        "mutable": "null",
131869                        "readable": true,
131870                        "type": "gfloat",
131871                        "writable": true
131872                    },
131873                    "g-28": {
131874                        "blurb": "Gain 28",
131875                        "conditionally-available": false,
131876                        "construct": true,
131877                        "construct-only": false,
131878                        "controllable": true,
131879                        "default": "1",
131880                        "max": "63.0957",
131881                        "min": "0.01585",
131882                        "mutable": "null",
131883                        "readable": true,
131884                        "type": "gfloat",
131885                        "writable": true
131886                    },
131887                    "g-29": {
131888                        "blurb": "Gain 29",
131889                        "conditionally-available": false,
131890                        "construct": true,
131891                        "construct-only": false,
131892                        "controllable": true,
131893                        "default": "1",
131894                        "max": "63.0957",
131895                        "min": "0.01585",
131896                        "mutable": "null",
131897                        "readable": true,
131898                        "type": "gfloat",
131899                        "writable": true
131900                    },
131901                    "g-3": {
131902                        "blurb": "Gain 3",
131903                        "conditionally-available": false,
131904                        "construct": true,
131905                        "construct-only": false,
131906                        "controllable": true,
131907                        "default": "1",
131908                        "max": "63.0957",
131909                        "min": "0.01585",
131910                        "mutable": "null",
131911                        "readable": true,
131912                        "type": "gfloat",
131913                        "writable": true
131914                    },
131915                    "g-30": {
131916                        "blurb": "Gain 30",
131917                        "conditionally-available": false,
131918                        "construct": true,
131919                        "construct-only": false,
131920                        "controllable": true,
131921                        "default": "1",
131922                        "max": "63.0957",
131923                        "min": "0.01585",
131924                        "mutable": "null",
131925                        "readable": true,
131926                        "type": "gfloat",
131927                        "writable": true
131928                    },
131929                    "g-31": {
131930                        "blurb": "Gain 31",
131931                        "conditionally-available": false,
131932                        "construct": true,
131933                        "construct-only": false,
131934                        "controllable": true,
131935                        "default": "1",
131936                        "max": "63.0957",
131937                        "min": "0.01585",
131938                        "mutable": "null",
131939                        "readable": true,
131940                        "type": "gfloat",
131941                        "writable": true
131942                    },
131943                    "g-4": {
131944                        "blurb": "Gain 4",
131945                        "conditionally-available": false,
131946                        "construct": true,
131947                        "construct-only": false,
131948                        "controllable": true,
131949                        "default": "1",
131950                        "max": "63.0957",
131951                        "min": "0.01585",
131952                        "mutable": "null",
131953                        "readable": true,
131954                        "type": "gfloat",
131955                        "writable": true
131956                    },
131957                    "g-5": {
131958                        "blurb": "Gain 5",
131959                        "conditionally-available": false,
131960                        "construct": true,
131961                        "construct-only": false,
131962                        "controllable": true,
131963                        "default": "1",
131964                        "max": "63.0957",
131965                        "min": "0.01585",
131966                        "mutable": "null",
131967                        "readable": true,
131968                        "type": "gfloat",
131969                        "writable": true
131970                    },
131971                    "g-6": {
131972                        "blurb": "Gain 6",
131973                        "conditionally-available": false,
131974                        "construct": true,
131975                        "construct-only": false,
131976                        "controllable": true,
131977                        "default": "1",
131978                        "max": "63.0957",
131979                        "min": "0.01585",
131980                        "mutable": "null",
131981                        "readable": true,
131982                        "type": "gfloat",
131983                        "writable": true
131984                    },
131985                    "g-7": {
131986                        "blurb": "Gain 7",
131987                        "conditionally-available": false,
131988                        "construct": true,
131989                        "construct-only": false,
131990                        "controllable": true,
131991                        "default": "1",
131992                        "max": "63.0957",
131993                        "min": "0.01585",
131994                        "mutable": "null",
131995                        "readable": true,
131996                        "type": "gfloat",
131997                        "writable": true
131998                    },
131999                    "g-8": {
132000                        "blurb": "Gain 8",
132001                        "conditionally-available": false,
132002                        "construct": true,
132003                        "construct-only": false,
132004                        "controllable": true,
132005                        "default": "1",
132006                        "max": "63.0957",
132007                        "min": "0.01585",
132008                        "mutable": "null",
132009                        "readable": true,
132010                        "type": "gfloat",
132011                        "writable": true
132012                    },
132013                    "g-9": {
132014                        "blurb": "Gain 9",
132015                        "conditionally-available": false,
132016                        "construct": true,
132017                        "construct-only": false,
132018                        "controllable": true,
132019                        "default": "1",
132020                        "max": "63.0957",
132021                        "min": "0.01585",
132022                        "mutable": "null",
132023                        "readable": true,
132024                        "type": "gfloat",
132025                        "writable": true
132026                    },
132027                    "g-in": {
132028                        "blurb": "Input gain",
132029                        "conditionally-available": false,
132030                        "construct": true,
132031                        "construct-only": false,
132032                        "controllable": true,
132033                        "default": "1",
132034                        "max": "10",
132035                        "min": "0",
132036                        "mutable": "null",
132037                        "readable": true,
132038                        "type": "gfloat",
132039                        "writable": true
132040                    },
132041                    "g-out": {
132042                        "blurb": "Output gain",
132043                        "conditionally-available": false,
132044                        "construct": true,
132045                        "construct-only": false,
132046                        "controllable": true,
132047                        "default": "1",
132048                        "max": "10",
132049                        "min": "0",
132050                        "mutable": "null",
132051                        "readable": true,
132052                        "type": "gfloat",
132053                        "writable": true
132054                    },
132055                    "hue-0": {
132056                        "blurb": "Hue 0",
132057                        "conditionally-available": false,
132058                        "construct": true,
132059                        "construct-only": false,
132060                        "controllable": true,
132061                        "default": "0",
132062                        "max": "1",
132063                        "min": "0",
132064                        "mutable": "null",
132065                        "readable": true,
132066                        "type": "gfloat",
132067                        "writable": true
132068                    },
132069                    "hue-1": {
132070                        "blurb": "Hue 1",
132071                        "conditionally-available": false,
132072                        "construct": true,
132073                        "construct-only": false,
132074                        "controllable": true,
132075                        "default": "0.03125",
132076                        "max": "1",
132077                        "min": "0",
132078                        "mutable": "null",
132079                        "readable": true,
132080                        "type": "gfloat",
132081                        "writable": true
132082                    },
132083                    "hue-10": {
132084                        "blurb": "Hue 10",
132085                        "conditionally-available": false,
132086                        "construct": true,
132087                        "construct-only": false,
132088                        "controllable": true,
132089                        "default": "0.3125",
132090                        "max": "1",
132091                        "min": "0",
132092                        "mutable": "null",
132093                        "readable": true,
132094                        "type": "gfloat",
132095                        "writable": true
132096                    },
132097                    "hue-11": {
132098                        "blurb": "Hue 11",
132099                        "conditionally-available": false,
132100                        "construct": true,
132101                        "construct-only": false,
132102                        "controllable": true,
132103                        "default": "0.34375",
132104                        "max": "1",
132105                        "min": "0",
132106                        "mutable": "null",
132107                        "readable": true,
132108                        "type": "gfloat",
132109                        "writable": true
132110                    },
132111                    "hue-12": {
132112                        "blurb": "Hue 12",
132113                        "conditionally-available": false,
132114                        "construct": true,
132115                        "construct-only": false,
132116                        "controllable": true,
132117                        "default": "0.375",
132118                        "max": "1",
132119                        "min": "0",
132120                        "mutable": "null",
132121                        "readable": true,
132122                        "type": "gfloat",
132123                        "writable": true
132124                    },
132125                    "hue-13": {
132126                        "blurb": "Hue 13",
132127                        "conditionally-available": false,
132128                        "construct": true,
132129                        "construct-only": false,
132130                        "controllable": true,
132131                        "default": "0.40625",
132132                        "max": "1",
132133                        "min": "0",
132134                        "mutable": "null",
132135                        "readable": true,
132136                        "type": "gfloat",
132137                        "writable": true
132138                    },
132139                    "hue-14": {
132140                        "blurb": "Hue 14",
132141                        "conditionally-available": false,
132142                        "construct": true,
132143                        "construct-only": false,
132144                        "controllable": true,
132145                        "default": "0.4375",
132146                        "max": "1",
132147                        "min": "0",
132148                        "mutable": "null",
132149                        "readable": true,
132150                        "type": "gfloat",
132151                        "writable": true
132152                    },
132153                    "hue-15": {
132154                        "blurb": "Hue 15",
132155                        "conditionally-available": false,
132156                        "construct": true,
132157                        "construct-only": false,
132158                        "controllable": true,
132159                        "default": "0.46875",
132160                        "max": "1",
132161                        "min": "0",
132162                        "mutable": "null",
132163                        "readable": true,
132164                        "type": "gfloat",
132165                        "writable": true
132166                    },
132167                    "hue-16": {
132168                        "blurb": "Hue 16",
132169                        "conditionally-available": false,
132170                        "construct": true,
132171                        "construct-only": false,
132172                        "controllable": true,
132173                        "default": "0.5",
132174                        "max": "1",
132175                        "min": "0",
132176                        "mutable": "null",
132177                        "readable": true,
132178                        "type": "gfloat",
132179                        "writable": true
132180                    },
132181                    "hue-17": {
132182                        "blurb": "Hue 17",
132183                        "conditionally-available": false,
132184                        "construct": true,
132185                        "construct-only": false,
132186                        "controllable": true,
132187                        "default": "0.53125",
132188                        "max": "1",
132189                        "min": "0",
132190                        "mutable": "null",
132191                        "readable": true,
132192                        "type": "gfloat",
132193                        "writable": true
132194                    },
132195                    "hue-18": {
132196                        "blurb": "Hue 18",
132197                        "conditionally-available": false,
132198                        "construct": true,
132199                        "construct-only": false,
132200                        "controllable": true,
132201                        "default": "0.5625",
132202                        "max": "1",
132203                        "min": "0",
132204                        "mutable": "null",
132205                        "readable": true,
132206                        "type": "gfloat",
132207                        "writable": true
132208                    },
132209                    "hue-19": {
132210                        "blurb": "Hue 19",
132211                        "conditionally-available": false,
132212                        "construct": true,
132213                        "construct-only": false,
132214                        "controllable": true,
132215                        "default": "0.59375",
132216                        "max": "1",
132217                        "min": "0",
132218                        "mutable": "null",
132219                        "readable": true,
132220                        "type": "gfloat",
132221                        "writable": true
132222                    },
132223                    "hue-2": {
132224                        "blurb": "Hue 2",
132225                        "conditionally-available": false,
132226                        "construct": true,
132227                        "construct-only": false,
132228                        "controllable": true,
132229                        "default": "0.0625",
132230                        "max": "1",
132231                        "min": "0",
132232                        "mutable": "null",
132233                        "readable": true,
132234                        "type": "gfloat",
132235                        "writable": true
132236                    },
132237                    "hue-20": {
132238                        "blurb": "Hue 20",
132239                        "conditionally-available": false,
132240                        "construct": true,
132241                        "construct-only": false,
132242                        "controllable": true,
132243                        "default": "0.625",
132244                        "max": "1",
132245                        "min": "0",
132246                        "mutable": "null",
132247                        "readable": true,
132248                        "type": "gfloat",
132249                        "writable": true
132250                    },
132251                    "hue-21": {
132252                        "blurb": "Hue 21",
132253                        "conditionally-available": false,
132254                        "construct": true,
132255                        "construct-only": false,
132256                        "controllable": true,
132257                        "default": "0.65625",
132258                        "max": "1",
132259                        "min": "0",
132260                        "mutable": "null",
132261                        "readable": true,
132262                        "type": "gfloat",
132263                        "writable": true
132264                    },
132265                    "hue-22": {
132266                        "blurb": "Hue 22",
132267                        "conditionally-available": false,
132268                        "construct": true,
132269                        "construct-only": false,
132270                        "controllable": true,
132271                        "default": "0.6875",
132272                        "max": "1",
132273                        "min": "0",
132274                        "mutable": "null",
132275                        "readable": true,
132276                        "type": "gfloat",
132277                        "writable": true
132278                    },
132279                    "hue-23": {
132280                        "blurb": "Hue 23",
132281                        "conditionally-available": false,
132282                        "construct": true,
132283                        "construct-only": false,
132284                        "controllable": true,
132285                        "default": "0.71875",
132286                        "max": "1",
132287                        "min": "0",
132288                        "mutable": "null",
132289                        "readable": true,
132290                        "type": "gfloat",
132291                        "writable": true
132292                    },
132293                    "hue-24": {
132294                        "blurb": "Hue 24",
132295                        "conditionally-available": false,
132296                        "construct": true,
132297                        "construct-only": false,
132298                        "controllable": true,
132299                        "default": "0.75",
132300                        "max": "1",
132301                        "min": "0",
132302                        "mutable": "null",
132303                        "readable": true,
132304                        "type": "gfloat",
132305                        "writable": true
132306                    },
132307                    "hue-25": {
132308                        "blurb": "Hue 25",
132309                        "conditionally-available": false,
132310                        "construct": true,
132311                        "construct-only": false,
132312                        "controllable": true,
132313                        "default": "0.78125",
132314                        "max": "1",
132315                        "min": "0",
132316                        "mutable": "null",
132317                        "readable": true,
132318                        "type": "gfloat",
132319                        "writable": true
132320                    },
132321                    "hue-26": {
132322                        "blurb": "Hue 26",
132323                        "conditionally-available": false,
132324                        "construct": true,
132325                        "construct-only": false,
132326                        "controllable": true,
132327                        "default": "0.8125",
132328                        "max": "1",
132329                        "min": "0",
132330                        "mutable": "null",
132331                        "readable": true,
132332                        "type": "gfloat",
132333                        "writable": true
132334                    },
132335                    "hue-27": {
132336                        "blurb": "Hue 27",
132337                        "conditionally-available": false,
132338                        "construct": true,
132339                        "construct-only": false,
132340                        "controllable": true,
132341                        "default": "0.84375",
132342                        "max": "1",
132343                        "min": "0",
132344                        "mutable": "null",
132345                        "readable": true,
132346                        "type": "gfloat",
132347                        "writable": true
132348                    },
132349                    "hue-28": {
132350                        "blurb": "Hue 28",
132351                        "conditionally-available": false,
132352                        "construct": true,
132353                        "construct-only": false,
132354                        "controllable": true,
132355                        "default": "0.875",
132356                        "max": "1",
132357                        "min": "0",
132358                        "mutable": "null",
132359                        "readable": true,
132360                        "type": "gfloat",
132361                        "writable": true
132362                    },
132363                    "hue-29": {
132364                        "blurb": "Hue 29",
132365                        "conditionally-available": false,
132366                        "construct": true,
132367                        "construct-only": false,
132368                        "controllable": true,
132369                        "default": "0.90625",
132370                        "max": "1",
132371                        "min": "0",
132372                        "mutable": "null",
132373                        "readable": true,
132374                        "type": "gfloat",
132375                        "writable": true
132376                    },
132377                    "hue-3": {
132378                        "blurb": "Hue 3",
132379                        "conditionally-available": false,
132380                        "construct": true,
132381                        "construct-only": false,
132382                        "controllable": true,
132383                        "default": "0.09375",
132384                        "max": "1",
132385                        "min": "0",
132386                        "mutable": "null",
132387                        "readable": true,
132388                        "type": "gfloat",
132389                        "writable": true
132390                    },
132391                    "hue-30": {
132392                        "blurb": "Hue 30",
132393                        "conditionally-available": false,
132394                        "construct": true,
132395                        "construct-only": false,
132396                        "controllable": true,
132397                        "default": "0.9375",
132398                        "max": "1",
132399                        "min": "0",
132400                        "mutable": "null",
132401                        "readable": true,
132402                        "type": "gfloat",
132403                        "writable": true
132404                    },
132405                    "hue-31": {
132406                        "blurb": "Hue 31",
132407                        "conditionally-available": false,
132408                        "construct": true,
132409                        "construct-only": false,
132410                        "controllable": true,
132411                        "default": "0.96875",
132412                        "max": "1",
132413                        "min": "0",
132414                        "mutable": "null",
132415                        "readable": true,
132416                        "type": "gfloat",
132417                        "writable": true
132418                    },
132419                    "hue-4": {
132420                        "blurb": "Hue 4",
132421                        "conditionally-available": false,
132422                        "construct": true,
132423                        "construct-only": false,
132424                        "controllable": true,
132425                        "default": "0.125",
132426                        "max": "1",
132427                        "min": "0",
132428                        "mutable": "null",
132429                        "readable": true,
132430                        "type": "gfloat",
132431                        "writable": true
132432                    },
132433                    "hue-5": {
132434                        "blurb": "Hue 5",
132435                        "conditionally-available": false,
132436                        "construct": true,
132437                        "construct-only": false,
132438                        "controllable": true,
132439                        "default": "0.15625",
132440                        "max": "1",
132441                        "min": "0",
132442                        "mutable": "null",
132443                        "readable": true,
132444                        "type": "gfloat",
132445                        "writable": true
132446                    },
132447                    "hue-6": {
132448                        "blurb": "Hue 6",
132449                        "conditionally-available": false,
132450                        "construct": true,
132451                        "construct-only": false,
132452                        "controllable": true,
132453                        "default": "0.1875",
132454                        "max": "1",
132455                        "min": "0",
132456                        "mutable": "null",
132457                        "readable": true,
132458                        "type": "gfloat",
132459                        "writable": true
132460                    },
132461                    "hue-7": {
132462                        "blurb": "Hue 7",
132463                        "conditionally-available": false,
132464                        "construct": true,
132465                        "construct-only": false,
132466                        "controllable": true,
132467                        "default": "0.21875",
132468                        "max": "1",
132469                        "min": "0",
132470                        "mutable": "null",
132471                        "readable": true,
132472                        "type": "gfloat",
132473                        "writable": true
132474                    },
132475                    "hue-8": {
132476                        "blurb": "Hue 8",
132477                        "conditionally-available": false,
132478                        "construct": true,
132479                        "construct-only": false,
132480                        "controllable": true,
132481                        "default": "0.25",
132482                        "max": "1",
132483                        "min": "0",
132484                        "mutable": "null",
132485                        "readable": true,
132486                        "type": "gfloat",
132487                        "writable": true
132488                    },
132489                    "hue-9": {
132490                        "blurb": "Hue 9",
132491                        "conditionally-available": false,
132492                        "construct": true,
132493                        "construct-only": false,
132494                        "controllable": true,
132495                        "default": "0.28125",
132496                        "max": "1",
132497                        "min": "0",
132498                        "mutable": "null",
132499                        "readable": true,
132500                        "type": "gfloat",
132501                        "writable": true
132502                    },
132503                    "iml": {
132504                        "blurb": "Input signal meter Left",
132505                        "conditionally-available": false,
132506                        "construct": false,
132507                        "construct-only": false,
132508                        "controllable": true,
132509                        "default": "0",
132510                        "max": "3.98107",
132511                        "min": "0",
132512                        "mutable": "null",
132513                        "readable": true,
132514                        "type": "gfloat",
132515                        "writable": false
132516                    },
132517                    "imr": {
132518                        "blurb": "Input signal meter Right",
132519                        "conditionally-available": false,
132520                        "construct": false,
132521                        "construct-only": false,
132522                        "controllable": true,
132523                        "default": "0",
132524                        "max": "3.98107",
132525                        "min": "0",
132526                        "mutable": "null",
132527                        "readable": true,
132528                        "type": "gfloat",
132529                        "writable": false
132530                    },
132531                    "mode": {
132532                        "blurb": "Equalizer mode",
132533                        "conditionally-available": false,
132534                        "construct": true,
132535                        "construct-only": false,
132536                        "controllable": true,
132537                        "default": "IIR (0)",
132538                        "mutable": "null",
132539                        "readable": true,
132540                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereomode",
132541                        "writable": true
132542                    },
132543                    "out-latency": {
132544                        "blurb": "Latency OUT",
132545                        "conditionally-available": false,
132546                        "construct": false,
132547                        "construct-only": false,
132548                        "controllable": true,
132549                        "default": "0",
132550                        "max": "192000",
132551                        "min": "0",
132552                        "mutable": "null",
132553                        "readable": true,
132554                        "type": "gint",
132555                        "writable": false
132556                    },
132557                    "q-0": {
132558                        "blurb": "Quality factor 0",
132559                        "conditionally-available": false,
132560                        "construct": true,
132561                        "construct-only": false,
132562                        "controllable": true,
132563                        "default": "0",
132564                        "max": "100",
132565                        "min": "0",
132566                        "mutable": "null",
132567                        "readable": true,
132568                        "type": "gfloat",
132569                        "writable": true
132570                    },
132571                    "q-1": {
132572                        "blurb": "Quality factor 1",
132573                        "conditionally-available": false,
132574                        "construct": true,
132575                        "construct-only": false,
132576                        "controllable": true,
132577                        "default": "0",
132578                        "max": "100",
132579                        "min": "0",
132580                        "mutable": "null",
132581                        "readable": true,
132582                        "type": "gfloat",
132583                        "writable": true
132584                    },
132585                    "q-10": {
132586                        "blurb": "Quality factor 10",
132587                        "conditionally-available": false,
132588                        "construct": true,
132589                        "construct-only": false,
132590                        "controllable": true,
132591                        "default": "0",
132592                        "max": "100",
132593                        "min": "0",
132594                        "mutable": "null",
132595                        "readable": true,
132596                        "type": "gfloat",
132597                        "writable": true
132598                    },
132599                    "q-11": {
132600                        "blurb": "Quality factor 11",
132601                        "conditionally-available": false,
132602                        "construct": true,
132603                        "construct-only": false,
132604                        "controllable": true,
132605                        "default": "0",
132606                        "max": "100",
132607                        "min": "0",
132608                        "mutable": "null",
132609                        "readable": true,
132610                        "type": "gfloat",
132611                        "writable": true
132612                    },
132613                    "q-12": {
132614                        "blurb": "Quality factor 12",
132615                        "conditionally-available": false,
132616                        "construct": true,
132617                        "construct-only": false,
132618                        "controllable": true,
132619                        "default": "0",
132620                        "max": "100",
132621                        "min": "0",
132622                        "mutable": "null",
132623                        "readable": true,
132624                        "type": "gfloat",
132625                        "writable": true
132626                    },
132627                    "q-13": {
132628                        "blurb": "Quality factor 13",
132629                        "conditionally-available": false,
132630                        "construct": true,
132631                        "construct-only": false,
132632                        "controllable": true,
132633                        "default": "0",
132634                        "max": "100",
132635                        "min": "0",
132636                        "mutable": "null",
132637                        "readable": true,
132638                        "type": "gfloat",
132639                        "writable": true
132640                    },
132641                    "q-14": {
132642                        "blurb": "Quality factor 14",
132643                        "conditionally-available": false,
132644                        "construct": true,
132645                        "construct-only": false,
132646                        "controllable": true,
132647                        "default": "0",
132648                        "max": "100",
132649                        "min": "0",
132650                        "mutable": "null",
132651                        "readable": true,
132652                        "type": "gfloat",
132653                        "writable": true
132654                    },
132655                    "q-15": {
132656                        "blurb": "Quality factor 15",
132657                        "conditionally-available": false,
132658                        "construct": true,
132659                        "construct-only": false,
132660                        "controllable": true,
132661                        "default": "0",
132662                        "max": "100",
132663                        "min": "0",
132664                        "mutable": "null",
132665                        "readable": true,
132666                        "type": "gfloat",
132667                        "writable": true
132668                    },
132669                    "q-16": {
132670                        "blurb": "Quality factor 16",
132671                        "conditionally-available": false,
132672                        "construct": true,
132673                        "construct-only": false,
132674                        "controllable": true,
132675                        "default": "0",
132676                        "max": "100",
132677                        "min": "0",
132678                        "mutable": "null",
132679                        "readable": true,
132680                        "type": "gfloat",
132681                        "writable": true
132682                    },
132683                    "q-17": {
132684                        "blurb": "Quality factor 17",
132685                        "conditionally-available": false,
132686                        "construct": true,
132687                        "construct-only": false,
132688                        "controllable": true,
132689                        "default": "0",
132690                        "max": "100",
132691                        "min": "0",
132692                        "mutable": "null",
132693                        "readable": true,
132694                        "type": "gfloat",
132695                        "writable": true
132696                    },
132697                    "q-18": {
132698                        "blurb": "Quality factor 18",
132699                        "conditionally-available": false,
132700                        "construct": true,
132701                        "construct-only": false,
132702                        "controllable": true,
132703                        "default": "0",
132704                        "max": "100",
132705                        "min": "0",
132706                        "mutable": "null",
132707                        "readable": true,
132708                        "type": "gfloat",
132709                        "writable": true
132710                    },
132711                    "q-19": {
132712                        "blurb": "Quality factor 19",
132713                        "conditionally-available": false,
132714                        "construct": true,
132715                        "construct-only": false,
132716                        "controllable": true,
132717                        "default": "0",
132718                        "max": "100",
132719                        "min": "0",
132720                        "mutable": "null",
132721                        "readable": true,
132722                        "type": "gfloat",
132723                        "writable": true
132724                    },
132725                    "q-2": {
132726                        "blurb": "Quality factor 2",
132727                        "conditionally-available": false,
132728                        "construct": true,
132729                        "construct-only": false,
132730                        "controllable": true,
132731                        "default": "0",
132732                        "max": "100",
132733                        "min": "0",
132734                        "mutable": "null",
132735                        "readable": true,
132736                        "type": "gfloat",
132737                        "writable": true
132738                    },
132739                    "q-20": {
132740                        "blurb": "Quality factor 20",
132741                        "conditionally-available": false,
132742                        "construct": true,
132743                        "construct-only": false,
132744                        "controllable": true,
132745                        "default": "0",
132746                        "max": "100",
132747                        "min": "0",
132748                        "mutable": "null",
132749                        "readable": true,
132750                        "type": "gfloat",
132751                        "writable": true
132752                    },
132753                    "q-21": {
132754                        "blurb": "Quality factor 21",
132755                        "conditionally-available": false,
132756                        "construct": true,
132757                        "construct-only": false,
132758                        "controllable": true,
132759                        "default": "0",
132760                        "max": "100",
132761                        "min": "0",
132762                        "mutable": "null",
132763                        "readable": true,
132764                        "type": "gfloat",
132765                        "writable": true
132766                    },
132767                    "q-22": {
132768                        "blurb": "Quality factor 22",
132769                        "conditionally-available": false,
132770                        "construct": true,
132771                        "construct-only": false,
132772                        "controllable": true,
132773                        "default": "0",
132774                        "max": "100",
132775                        "min": "0",
132776                        "mutable": "null",
132777                        "readable": true,
132778                        "type": "gfloat",
132779                        "writable": true
132780                    },
132781                    "q-23": {
132782                        "blurb": "Quality factor 23",
132783                        "conditionally-available": false,
132784                        "construct": true,
132785                        "construct-only": false,
132786                        "controllable": true,
132787                        "default": "0",
132788                        "max": "100",
132789                        "min": "0",
132790                        "mutable": "null",
132791                        "readable": true,
132792                        "type": "gfloat",
132793                        "writable": true
132794                    },
132795                    "q-24": {
132796                        "blurb": "Quality factor 24",
132797                        "conditionally-available": false,
132798                        "construct": true,
132799                        "construct-only": false,
132800                        "controllable": true,
132801                        "default": "0",
132802                        "max": "100",
132803                        "min": "0",
132804                        "mutable": "null",
132805                        "readable": true,
132806                        "type": "gfloat",
132807                        "writable": true
132808                    },
132809                    "q-25": {
132810                        "blurb": "Quality factor 25",
132811                        "conditionally-available": false,
132812                        "construct": true,
132813                        "construct-only": false,
132814                        "controllable": true,
132815                        "default": "0",
132816                        "max": "100",
132817                        "min": "0",
132818                        "mutable": "null",
132819                        "readable": true,
132820                        "type": "gfloat",
132821                        "writable": true
132822                    },
132823                    "q-26": {
132824                        "blurb": "Quality factor 26",
132825                        "conditionally-available": false,
132826                        "construct": true,
132827                        "construct-only": false,
132828                        "controllable": true,
132829                        "default": "0",
132830                        "max": "100",
132831                        "min": "0",
132832                        "mutable": "null",
132833                        "readable": true,
132834                        "type": "gfloat",
132835                        "writable": true
132836                    },
132837                    "q-27": {
132838                        "blurb": "Quality factor 27",
132839                        "conditionally-available": false,
132840                        "construct": true,
132841                        "construct-only": false,
132842                        "controllable": true,
132843                        "default": "0",
132844                        "max": "100",
132845                        "min": "0",
132846                        "mutable": "null",
132847                        "readable": true,
132848                        "type": "gfloat",
132849                        "writable": true
132850                    },
132851                    "q-28": {
132852                        "blurb": "Quality factor 28",
132853                        "conditionally-available": false,
132854                        "construct": true,
132855                        "construct-only": false,
132856                        "controllable": true,
132857                        "default": "0",
132858                        "max": "100",
132859                        "min": "0",
132860                        "mutable": "null",
132861                        "readable": true,
132862                        "type": "gfloat",
132863                        "writable": true
132864                    },
132865                    "q-29": {
132866                        "blurb": "Quality factor 29",
132867                        "conditionally-available": false,
132868                        "construct": true,
132869                        "construct-only": false,
132870                        "controllable": true,
132871                        "default": "0",
132872                        "max": "100",
132873                        "min": "0",
132874                        "mutable": "null",
132875                        "readable": true,
132876                        "type": "gfloat",
132877                        "writable": true
132878                    },
132879                    "q-3": {
132880                        "blurb": "Quality factor 3",
132881                        "conditionally-available": false,
132882                        "construct": true,
132883                        "construct-only": false,
132884                        "controllable": true,
132885                        "default": "0",
132886                        "max": "100",
132887                        "min": "0",
132888                        "mutable": "null",
132889                        "readable": true,
132890                        "type": "gfloat",
132891                        "writable": true
132892                    },
132893                    "q-30": {
132894                        "blurb": "Quality factor 30",
132895                        "conditionally-available": false,
132896                        "construct": true,
132897                        "construct-only": false,
132898                        "controllable": true,
132899                        "default": "0",
132900                        "max": "100",
132901                        "min": "0",
132902                        "mutable": "null",
132903                        "readable": true,
132904                        "type": "gfloat",
132905                        "writable": true
132906                    },
132907                    "q-31": {
132908                        "blurb": "Quality factor 31",
132909                        "conditionally-available": false,
132910                        "construct": true,
132911                        "construct-only": false,
132912                        "controllable": true,
132913                        "default": "0",
132914                        "max": "100",
132915                        "min": "0",
132916                        "mutable": "null",
132917                        "readable": true,
132918                        "type": "gfloat",
132919                        "writable": true
132920                    },
132921                    "q-4": {
132922                        "blurb": "Quality factor 4",
132923                        "conditionally-available": false,
132924                        "construct": true,
132925                        "construct-only": false,
132926                        "controllable": true,
132927                        "default": "0",
132928                        "max": "100",
132929                        "min": "0",
132930                        "mutable": "null",
132931                        "readable": true,
132932                        "type": "gfloat",
132933                        "writable": true
132934                    },
132935                    "q-5": {
132936                        "blurb": "Quality factor 5",
132937                        "conditionally-available": false,
132938                        "construct": true,
132939                        "construct-only": false,
132940                        "controllable": true,
132941                        "default": "0",
132942                        "max": "100",
132943                        "min": "0",
132944                        "mutable": "null",
132945                        "readable": true,
132946                        "type": "gfloat",
132947                        "writable": true
132948                    },
132949                    "q-6": {
132950                        "blurb": "Quality factor 6",
132951                        "conditionally-available": false,
132952                        "construct": true,
132953                        "construct-only": false,
132954                        "controllable": true,
132955                        "default": "0",
132956                        "max": "100",
132957                        "min": "0",
132958                        "mutable": "null",
132959                        "readable": true,
132960                        "type": "gfloat",
132961                        "writable": true
132962                    },
132963                    "q-7": {
132964                        "blurb": "Quality factor 7",
132965                        "conditionally-available": false,
132966                        "construct": true,
132967                        "construct-only": false,
132968                        "controllable": true,
132969                        "default": "0",
132970                        "max": "100",
132971                        "min": "0",
132972                        "mutable": "null",
132973                        "readable": true,
132974                        "type": "gfloat",
132975                        "writable": true
132976                    },
132977                    "q-8": {
132978                        "blurb": "Quality factor 8",
132979                        "conditionally-available": false,
132980                        "construct": true,
132981                        "construct-only": false,
132982                        "controllable": true,
132983                        "default": "0",
132984                        "max": "100",
132985                        "min": "0",
132986                        "mutable": "null",
132987                        "readable": true,
132988                        "type": "gfloat",
132989                        "writable": true
132990                    },
132991                    "q-9": {
132992                        "blurb": "Quality factor 9",
132993                        "conditionally-available": false,
132994                        "construct": true,
132995                        "construct-only": false,
132996                        "controllable": true,
132997                        "default": "0",
132998                        "max": "100",
132999                        "min": "0",
133000                        "mutable": "null",
133001                        "readable": true,
133002                        "type": "gfloat",
133003                        "writable": true
133004                    },
133005                    "react": {
133006                        "blurb": "FFT reactivity",
133007                        "conditionally-available": false,
133008                        "construct": true,
133009                        "construct-only": false,
133010                        "controllable": true,
133011                        "default": "0.2",
133012                        "max": "1",
133013                        "min": "0",
133014                        "mutable": "null",
133015                        "readable": true,
133016                        "type": "gfloat",
133017                        "writable": true
133018                    },
133019                    "s-0": {
133020                        "blurb": "Filter slope 0",
133021                        "conditionally-available": false,
133022                        "construct": true,
133023                        "construct-only": false,
133024                        "controllable": true,
133025                        "default": "x1 (0)",
133026                        "mutable": "null",
133027                        "readable": true,
133028                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-0",
133029                        "writable": true
133030                    },
133031                    "s-1": {
133032                        "blurb": "Filter slope 1",
133033                        "conditionally-available": false,
133034                        "construct": true,
133035                        "construct-only": false,
133036                        "controllable": true,
133037                        "default": "x1 (0)",
133038                        "mutable": "null",
133039                        "readable": true,
133040                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-1",
133041                        "writable": true
133042                    },
133043                    "s-10": {
133044                        "blurb": "Filter slope 10",
133045                        "conditionally-available": false,
133046                        "construct": true,
133047                        "construct-only": false,
133048                        "controllable": true,
133049                        "default": "x1 (0)",
133050                        "mutable": "null",
133051                        "readable": true,
133052                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-10",
133053                        "writable": true
133054                    },
133055                    "s-11": {
133056                        "blurb": "Filter slope 11",
133057                        "conditionally-available": false,
133058                        "construct": true,
133059                        "construct-only": false,
133060                        "controllable": true,
133061                        "default": "x1 (0)",
133062                        "mutable": "null",
133063                        "readable": true,
133064                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-11",
133065                        "writable": true
133066                    },
133067                    "s-12": {
133068                        "blurb": "Filter slope 12",
133069                        "conditionally-available": false,
133070                        "construct": true,
133071                        "construct-only": false,
133072                        "controllable": true,
133073                        "default": "x1 (0)",
133074                        "mutable": "null",
133075                        "readable": true,
133076                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-12",
133077                        "writable": true
133078                    },
133079                    "s-13": {
133080                        "blurb": "Filter slope 13",
133081                        "conditionally-available": false,
133082                        "construct": true,
133083                        "construct-only": false,
133084                        "controllable": true,
133085                        "default": "x1 (0)",
133086                        "mutable": "null",
133087                        "readable": true,
133088                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-13",
133089                        "writable": true
133090                    },
133091                    "s-14": {
133092                        "blurb": "Filter slope 14",
133093                        "conditionally-available": false,
133094                        "construct": true,
133095                        "construct-only": false,
133096                        "controllable": true,
133097                        "default": "x1 (0)",
133098                        "mutable": "null",
133099                        "readable": true,
133100                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-14",
133101                        "writable": true
133102                    },
133103                    "s-15": {
133104                        "blurb": "Filter slope 15",
133105                        "conditionally-available": false,
133106                        "construct": true,
133107                        "construct-only": false,
133108                        "controllable": true,
133109                        "default": "x1 (0)",
133110                        "mutable": "null",
133111                        "readable": true,
133112                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-15",
133113                        "writable": true
133114                    },
133115                    "s-16": {
133116                        "blurb": "Filter slope 16",
133117                        "conditionally-available": false,
133118                        "construct": true,
133119                        "construct-only": false,
133120                        "controllable": true,
133121                        "default": "x1 (0)",
133122                        "mutable": "null",
133123                        "readable": true,
133124                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-16",
133125                        "writable": true
133126                    },
133127                    "s-17": {
133128                        "blurb": "Filter slope 17",
133129                        "conditionally-available": false,
133130                        "construct": true,
133131                        "construct-only": false,
133132                        "controllable": true,
133133                        "default": "x1 (0)",
133134                        "mutable": "null",
133135                        "readable": true,
133136                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-17",
133137                        "writable": true
133138                    },
133139                    "s-18": {
133140                        "blurb": "Filter slope 18",
133141                        "conditionally-available": false,
133142                        "construct": true,
133143                        "construct-only": false,
133144                        "controllable": true,
133145                        "default": "x1 (0)",
133146                        "mutable": "null",
133147                        "readable": true,
133148                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-18",
133149                        "writable": true
133150                    },
133151                    "s-19": {
133152                        "blurb": "Filter slope 19",
133153                        "conditionally-available": false,
133154                        "construct": true,
133155                        "construct-only": false,
133156                        "controllable": true,
133157                        "default": "x1 (0)",
133158                        "mutable": "null",
133159                        "readable": true,
133160                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-19",
133161                        "writable": true
133162                    },
133163                    "s-2": {
133164                        "blurb": "Filter slope 2",
133165                        "conditionally-available": false,
133166                        "construct": true,
133167                        "construct-only": false,
133168                        "controllable": true,
133169                        "default": "x1 (0)",
133170                        "mutable": "null",
133171                        "readable": true,
133172                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-2",
133173                        "writable": true
133174                    },
133175                    "s-20": {
133176                        "blurb": "Filter slope 20",
133177                        "conditionally-available": false,
133178                        "construct": true,
133179                        "construct-only": false,
133180                        "controllable": true,
133181                        "default": "x1 (0)",
133182                        "mutable": "null",
133183                        "readable": true,
133184                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-20",
133185                        "writable": true
133186                    },
133187                    "s-21": {
133188                        "blurb": "Filter slope 21",
133189                        "conditionally-available": false,
133190                        "construct": true,
133191                        "construct-only": false,
133192                        "controllable": true,
133193                        "default": "x1 (0)",
133194                        "mutable": "null",
133195                        "readable": true,
133196                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-21",
133197                        "writable": true
133198                    },
133199                    "s-22": {
133200                        "blurb": "Filter slope 22",
133201                        "conditionally-available": false,
133202                        "construct": true,
133203                        "construct-only": false,
133204                        "controllable": true,
133205                        "default": "x1 (0)",
133206                        "mutable": "null",
133207                        "readable": true,
133208                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-22",
133209                        "writable": true
133210                    },
133211                    "s-23": {
133212                        "blurb": "Filter slope 23",
133213                        "conditionally-available": false,
133214                        "construct": true,
133215                        "construct-only": false,
133216                        "controllable": true,
133217                        "default": "x1 (0)",
133218                        "mutable": "null",
133219                        "readable": true,
133220                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-23",
133221                        "writable": true
133222                    },
133223                    "s-24": {
133224                        "blurb": "Filter slope 24",
133225                        "conditionally-available": false,
133226                        "construct": true,
133227                        "construct-only": false,
133228                        "controllable": true,
133229                        "default": "x1 (0)",
133230                        "mutable": "null",
133231                        "readable": true,
133232                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-24",
133233                        "writable": true
133234                    },
133235                    "s-25": {
133236                        "blurb": "Filter slope 25",
133237                        "conditionally-available": false,
133238                        "construct": true,
133239                        "construct-only": false,
133240                        "controllable": true,
133241                        "default": "x1 (0)",
133242                        "mutable": "null",
133243                        "readable": true,
133244                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-25",
133245                        "writable": true
133246                    },
133247                    "s-26": {
133248                        "blurb": "Filter slope 26",
133249                        "conditionally-available": false,
133250                        "construct": true,
133251                        "construct-only": false,
133252                        "controllable": true,
133253                        "default": "x1 (0)",
133254                        "mutable": "null",
133255                        "readable": true,
133256                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-26",
133257                        "writable": true
133258                    },
133259                    "s-27": {
133260                        "blurb": "Filter slope 27",
133261                        "conditionally-available": false,
133262                        "construct": true,
133263                        "construct-only": false,
133264                        "controllable": true,
133265                        "default": "x1 (0)",
133266                        "mutable": "null",
133267                        "readable": true,
133268                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-27",
133269                        "writable": true
133270                    },
133271                    "s-28": {
133272                        "blurb": "Filter slope 28",
133273                        "conditionally-available": false,
133274                        "construct": true,
133275                        "construct-only": false,
133276                        "controllable": true,
133277                        "default": "x1 (0)",
133278                        "mutable": "null",
133279                        "readable": true,
133280                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-28",
133281                        "writable": true
133282                    },
133283                    "s-29": {
133284                        "blurb": "Filter slope 29",
133285                        "conditionally-available": false,
133286                        "construct": true,
133287                        "construct-only": false,
133288                        "controllable": true,
133289                        "default": "x1 (0)",
133290                        "mutable": "null",
133291                        "readable": true,
133292                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-29",
133293                        "writable": true
133294                    },
133295                    "s-3": {
133296                        "blurb": "Filter slope 3",
133297                        "conditionally-available": false,
133298                        "construct": true,
133299                        "construct-only": false,
133300                        "controllable": true,
133301                        "default": "x1 (0)",
133302                        "mutable": "null",
133303                        "readable": true,
133304                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-3",
133305                        "writable": true
133306                    },
133307                    "s-30": {
133308                        "blurb": "Filter slope 30",
133309                        "conditionally-available": false,
133310                        "construct": true,
133311                        "construct-only": false,
133312                        "controllable": true,
133313                        "default": "x1 (0)",
133314                        "mutable": "null",
133315                        "readable": true,
133316                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-30",
133317                        "writable": true
133318                    },
133319                    "s-31": {
133320                        "blurb": "Filter slope 31",
133321                        "conditionally-available": false,
133322                        "construct": true,
133323                        "construct-only": false,
133324                        "controllable": true,
133325                        "default": "x1 (0)",
133326                        "mutable": "null",
133327                        "readable": true,
133328                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-31",
133329                        "writable": true
133330                    },
133331                    "s-4": {
133332                        "blurb": "Filter slope 4",
133333                        "conditionally-available": false,
133334                        "construct": true,
133335                        "construct-only": false,
133336                        "controllable": true,
133337                        "default": "x1 (0)",
133338                        "mutable": "null",
133339                        "readable": true,
133340                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-4",
133341                        "writable": true
133342                    },
133343                    "s-5": {
133344                        "blurb": "Filter slope 5",
133345                        "conditionally-available": false,
133346                        "construct": true,
133347                        "construct-only": false,
133348                        "controllable": true,
133349                        "default": "x1 (0)",
133350                        "mutable": "null",
133351                        "readable": true,
133352                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-5",
133353                        "writable": true
133354                    },
133355                    "s-6": {
133356                        "blurb": "Filter slope 6",
133357                        "conditionally-available": false,
133358                        "construct": true,
133359                        "construct-only": false,
133360                        "controllable": true,
133361                        "default": "x1 (0)",
133362                        "mutable": "null",
133363                        "readable": true,
133364                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-6",
133365                        "writable": true
133366                    },
133367                    "s-7": {
133368                        "blurb": "Filter slope 7",
133369                        "conditionally-available": false,
133370                        "construct": true,
133371                        "construct-only": false,
133372                        "controllable": true,
133373                        "default": "x1 (0)",
133374                        "mutable": "null",
133375                        "readable": true,
133376                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-7",
133377                        "writable": true
133378                    },
133379                    "s-8": {
133380                        "blurb": "Filter slope 8",
133381                        "conditionally-available": false,
133382                        "construct": true,
133383                        "construct-only": false,
133384                        "controllable": true,
133385                        "default": "x1 (0)",
133386                        "mutable": "null",
133387                        "readable": true,
133388                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-8",
133389                        "writable": true
133390                    },
133391                    "s-9": {
133392                        "blurb": "Filter slope 9",
133393                        "conditionally-available": false,
133394                        "construct": true,
133395                        "construct-only": false,
133396                        "controllable": true,
133397                        "default": "x1 (0)",
133398                        "mutable": "null",
133399                        "readable": true,
133400                        "type": "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-9",
133401                        "writable": true
133402                    },
133403                    "shift": {
133404                        "blurb": "Shift gain",
133405                        "conditionally-available": false,
133406                        "construct": true,
133407                        "construct-only": false,
133408                        "controllable": true,
133409                        "default": "1",
133410                        "max": "100",
133411                        "min": "0",
133412                        "mutable": "null",
133413                        "readable": true,
133414                        "type": "gfloat",
133415                        "writable": true
133416                    },
133417                    "sml": {
133418                        "blurb": "Output signal meter Left",
133419                        "conditionally-available": false,
133420                        "construct": false,
133421                        "construct-only": false,
133422                        "controllable": true,
133423                        "default": "0",
133424                        "max": "3.98107",
133425                        "min": "0",
133426                        "mutable": "null",
133427                        "readable": true,
133428                        "type": "gfloat",
133429                        "writable": false
133430                    },
133431                    "smr": {
133432                        "blurb": "Output signal meter Right",
133433                        "conditionally-available": false,
133434                        "construct": false,
133435                        "construct-only": false,
133436                        "controllable": true,
133437                        "default": "0",
133438                        "max": "3.98107",
133439                        "min": "0",
133440                        "mutable": "null",
133441                        "readable": true,
133442                        "type": "gfloat",
133443                        "writable": false
133444                    },
133445                    "xm-0": {
133446                        "blurb": "Filter mute 0",
133447                        "conditionally-available": false,
133448                        "construct": true,
133449                        "construct-only": false,
133450                        "controllable": true,
133451                        "default": "false",
133452                        "mutable": "null",
133453                        "readable": true,
133454                        "type": "gboolean",
133455                        "writable": true
133456                    },
133457                    "xm-1": {
133458                        "blurb": "Filter mute 1",
133459                        "conditionally-available": false,
133460                        "construct": true,
133461                        "construct-only": false,
133462                        "controllable": true,
133463                        "default": "false",
133464                        "mutable": "null",
133465                        "readable": true,
133466                        "type": "gboolean",
133467                        "writable": true
133468                    },
133469                    "xm-10": {
133470                        "blurb": "Filter mute 10",
133471                        "conditionally-available": false,
133472                        "construct": true,
133473                        "construct-only": false,
133474                        "controllable": true,
133475                        "default": "false",
133476                        "mutable": "null",
133477                        "readable": true,
133478                        "type": "gboolean",
133479                        "writable": true
133480                    },
133481                    "xm-11": {
133482                        "blurb": "Filter mute 11",
133483                        "conditionally-available": false,
133484                        "construct": true,
133485                        "construct-only": false,
133486                        "controllable": true,
133487                        "default": "false",
133488                        "mutable": "null",
133489                        "readable": true,
133490                        "type": "gboolean",
133491                        "writable": true
133492                    },
133493                    "xm-12": {
133494                        "blurb": "Filter mute 12",
133495                        "conditionally-available": false,
133496                        "construct": true,
133497                        "construct-only": false,
133498                        "controllable": true,
133499                        "default": "false",
133500                        "mutable": "null",
133501                        "readable": true,
133502                        "type": "gboolean",
133503                        "writable": true
133504                    },
133505                    "xm-13": {
133506                        "blurb": "Filter mute 13",
133507                        "conditionally-available": false,
133508                        "construct": true,
133509                        "construct-only": false,
133510                        "controllable": true,
133511                        "default": "false",
133512                        "mutable": "null",
133513                        "readable": true,
133514                        "type": "gboolean",
133515                        "writable": true
133516                    },
133517                    "xm-14": {
133518                        "blurb": "Filter mute 14",
133519                        "conditionally-available": false,
133520                        "construct": true,
133521                        "construct-only": false,
133522                        "controllable": true,
133523                        "default": "false",
133524                        "mutable": "null",
133525                        "readable": true,
133526                        "type": "gboolean",
133527                        "writable": true
133528                    },
133529                    "xm-15": {
133530                        "blurb": "Filter mute 15",
133531                        "conditionally-available": false,
133532                        "construct": true,
133533                        "construct-only": false,
133534                        "controllable": true,
133535                        "default": "false",
133536                        "mutable": "null",
133537                        "readable": true,
133538                        "type": "gboolean",
133539                        "writable": true
133540                    },
133541                    "xm-16": {
133542                        "blurb": "Filter mute 16",
133543                        "conditionally-available": false,
133544                        "construct": true,
133545                        "construct-only": false,
133546                        "controllable": true,
133547                        "default": "false",
133548                        "mutable": "null",
133549                        "readable": true,
133550                        "type": "gboolean",
133551                        "writable": true
133552                    },
133553                    "xm-17": {
133554                        "blurb": "Filter mute 17",
133555                        "conditionally-available": false,
133556                        "construct": true,
133557                        "construct-only": false,
133558                        "controllable": true,
133559                        "default": "false",
133560                        "mutable": "null",
133561                        "readable": true,
133562                        "type": "gboolean",
133563                        "writable": true
133564                    },
133565                    "xm-18": {
133566                        "blurb": "Filter mute 18",
133567                        "conditionally-available": false,
133568                        "construct": true,
133569                        "construct-only": false,
133570                        "controllable": true,
133571                        "default": "false",
133572                        "mutable": "null",
133573                        "readable": true,
133574                        "type": "gboolean",
133575                        "writable": true
133576                    },
133577                    "xm-19": {
133578                        "blurb": "Filter mute 19",
133579                        "conditionally-available": false,
133580                        "construct": true,
133581                        "construct-only": false,
133582                        "controllable": true,
133583                        "default": "false",
133584                        "mutable": "null",
133585                        "readable": true,
133586                        "type": "gboolean",
133587                        "writable": true
133588                    },
133589                    "xm-2": {
133590                        "blurb": "Filter mute 2",
133591                        "conditionally-available": false,
133592                        "construct": true,
133593                        "construct-only": false,
133594                        "controllable": true,
133595                        "default": "false",
133596                        "mutable": "null",
133597                        "readable": true,
133598                        "type": "gboolean",
133599                        "writable": true
133600                    },
133601                    "xm-20": {
133602                        "blurb": "Filter mute 20",
133603                        "conditionally-available": false,
133604                        "construct": true,
133605                        "construct-only": false,
133606                        "controllable": true,
133607                        "default": "false",
133608                        "mutable": "null",
133609                        "readable": true,
133610                        "type": "gboolean",
133611                        "writable": true
133612                    },
133613                    "xm-21": {
133614                        "blurb": "Filter mute 21",
133615                        "conditionally-available": false,
133616                        "construct": true,
133617                        "construct-only": false,
133618                        "controllable": true,
133619                        "default": "false",
133620                        "mutable": "null",
133621                        "readable": true,
133622                        "type": "gboolean",
133623                        "writable": true
133624                    },
133625                    "xm-22": {
133626                        "blurb": "Filter mute 22",
133627                        "conditionally-available": false,
133628                        "construct": true,
133629                        "construct-only": false,
133630                        "controllable": true,
133631                        "default": "false",
133632                        "mutable": "null",
133633                        "readable": true,
133634                        "type": "gboolean",
133635                        "writable": true
133636                    },
133637                    "xm-23": {
133638                        "blurb": "Filter mute 23",
133639                        "conditionally-available": false,
133640                        "construct": true,
133641                        "construct-only": false,
133642                        "controllable": true,
133643                        "default": "false",
133644                        "mutable": "null",
133645                        "readable": true,
133646                        "type": "gboolean",
133647                        "writable": true
133648                    },
133649                    "xm-24": {
133650                        "blurb": "Filter mute 24",
133651                        "conditionally-available": false,
133652                        "construct": true,
133653                        "construct-only": false,
133654                        "controllable": true,
133655                        "default": "false",
133656                        "mutable": "null",
133657                        "readable": true,
133658                        "type": "gboolean",
133659                        "writable": true
133660                    },
133661                    "xm-25": {
133662                        "blurb": "Filter mute 25",
133663                        "conditionally-available": false,
133664                        "construct": true,
133665                        "construct-only": false,
133666                        "controllable": true,
133667                        "default": "false",
133668                        "mutable": "null",
133669                        "readable": true,
133670                        "type": "gboolean",
133671                        "writable": true
133672                    },
133673                    "xm-26": {
133674                        "blurb": "Filter mute 26",
133675                        "conditionally-available": false,
133676                        "construct": true,
133677                        "construct-only": false,
133678                        "controllable": true,
133679                        "default": "false",
133680                        "mutable": "null",
133681                        "readable": true,
133682                        "type": "gboolean",
133683                        "writable": true
133684                    },
133685                    "xm-27": {
133686                        "blurb": "Filter mute 27",
133687                        "conditionally-available": false,
133688                        "construct": true,
133689                        "construct-only": false,
133690                        "controllable": true,
133691                        "default": "false",
133692                        "mutable": "null",
133693                        "readable": true,
133694                        "type": "gboolean",
133695                        "writable": true
133696                    },
133697                    "xm-28": {
133698                        "blurb": "Filter mute 28",
133699                        "conditionally-available": false,
133700                        "construct": true,
133701                        "construct-only": false,
133702                        "controllable": true,
133703                        "default": "false",
133704                        "mutable": "null",
133705                        "readable": true,
133706                        "type": "gboolean",
133707                        "writable": true
133708                    },
133709                    "xm-29": {
133710                        "blurb": "Filter mute 29",
133711                        "conditionally-available": false,
133712                        "construct": true,
133713                        "construct-only": false,
133714                        "controllable": true,
133715                        "default": "false",
133716                        "mutable": "null",
133717                        "readable": true,
133718                        "type": "gboolean",
133719                        "writable": true
133720                    },
133721                    "xm-3": {
133722                        "blurb": "Filter mute 3",
133723                        "conditionally-available": false,
133724                        "construct": true,
133725                        "construct-only": false,
133726                        "controllable": true,
133727                        "default": "false",
133728                        "mutable": "null",
133729                        "readable": true,
133730                        "type": "gboolean",
133731                        "writable": true
133732                    },
133733                    "xm-30": {
133734                        "blurb": "Filter mute 30",
133735                        "conditionally-available": false,
133736                        "construct": true,
133737                        "construct-only": false,
133738                        "controllable": true,
133739                        "default": "false",
133740                        "mutable": "null",
133741                        "readable": true,
133742                        "type": "gboolean",
133743                        "writable": true
133744                    },
133745                    "xm-31": {
133746                        "blurb": "Filter mute 31",
133747                        "conditionally-available": false,
133748                        "construct": true,
133749                        "construct-only": false,
133750                        "controllable": true,
133751                        "default": "false",
133752                        "mutable": "null",
133753                        "readable": true,
133754                        "type": "gboolean",
133755                        "writable": true
133756                    },
133757                    "xm-4": {
133758                        "blurb": "Filter mute 4",
133759                        "conditionally-available": false,
133760                        "construct": true,
133761                        "construct-only": false,
133762                        "controllable": true,
133763                        "default": "false",
133764                        "mutable": "null",
133765                        "readable": true,
133766                        "type": "gboolean",
133767                        "writable": true
133768                    },
133769                    "xm-5": {
133770                        "blurb": "Filter mute 5",
133771                        "conditionally-available": false,
133772                        "construct": true,
133773                        "construct-only": false,
133774                        "controllable": true,
133775                        "default": "false",
133776                        "mutable": "null",
133777                        "readable": true,
133778                        "type": "gboolean",
133779                        "writable": true
133780                    },
133781                    "xm-6": {
133782                        "blurb": "Filter mute 6",
133783                        "conditionally-available": false,
133784                        "construct": true,
133785                        "construct-only": false,
133786                        "controllable": true,
133787                        "default": "false",
133788                        "mutable": "null",
133789                        "readable": true,
133790                        "type": "gboolean",
133791                        "writable": true
133792                    },
133793                    "xm-7": {
133794                        "blurb": "Filter mute 7",
133795                        "conditionally-available": false,
133796                        "construct": true,
133797                        "construct-only": false,
133798                        "controllable": true,
133799                        "default": "false",
133800                        "mutable": "null",
133801                        "readable": true,
133802                        "type": "gboolean",
133803                        "writable": true
133804                    },
133805                    "xm-8": {
133806                        "blurb": "Filter mute 8",
133807                        "conditionally-available": false,
133808                        "construct": true,
133809                        "construct-only": false,
133810                        "controllable": true,
133811                        "default": "false",
133812                        "mutable": "null",
133813                        "readable": true,
133814                        "type": "gboolean",
133815                        "writable": true
133816                    },
133817                    "xm-9": {
133818                        "blurb": "Filter mute 9",
133819                        "conditionally-available": false,
133820                        "construct": true,
133821                        "construct-only": false,
133822                        "controllable": true,
133823                        "default": "false",
133824                        "mutable": "null",
133825                        "readable": true,
133826                        "type": "gboolean",
133827                        "writable": true
133828                    },
133829                    "xs-0": {
133830                        "blurb": "Filter solo 0",
133831                        "conditionally-available": false,
133832                        "construct": true,
133833                        "construct-only": false,
133834                        "controllable": true,
133835                        "default": "false",
133836                        "mutable": "null",
133837                        "readable": true,
133838                        "type": "gboolean",
133839                        "writable": true
133840                    },
133841                    "xs-1": {
133842                        "blurb": "Filter solo 1",
133843                        "conditionally-available": false,
133844                        "construct": true,
133845                        "construct-only": false,
133846                        "controllable": true,
133847                        "default": "false",
133848                        "mutable": "null",
133849                        "readable": true,
133850                        "type": "gboolean",
133851                        "writable": true
133852                    },
133853                    "xs-10": {
133854                        "blurb": "Filter solo 10",
133855                        "conditionally-available": false,
133856                        "construct": true,
133857                        "construct-only": false,
133858                        "controllable": true,
133859                        "default": "false",
133860                        "mutable": "null",
133861                        "readable": true,
133862                        "type": "gboolean",
133863                        "writable": true
133864                    },
133865                    "xs-11": {
133866                        "blurb": "Filter solo 11",
133867                        "conditionally-available": false,
133868                        "construct": true,
133869                        "construct-only": false,
133870                        "controllable": true,
133871                        "default": "false",
133872                        "mutable": "null",
133873                        "readable": true,
133874                        "type": "gboolean",
133875                        "writable": true
133876                    },
133877                    "xs-12": {
133878                        "blurb": "Filter solo 12",
133879                        "conditionally-available": false,
133880                        "construct": true,
133881                        "construct-only": false,
133882                        "controllable": true,
133883                        "default": "false",
133884                        "mutable": "null",
133885                        "readable": true,
133886                        "type": "gboolean",
133887                        "writable": true
133888                    },
133889                    "xs-13": {
133890                        "blurb": "Filter solo 13",
133891                        "conditionally-available": false,
133892                        "construct": true,
133893                        "construct-only": false,
133894                        "controllable": true,
133895                        "default": "false",
133896                        "mutable": "null",
133897                        "readable": true,
133898                        "type": "gboolean",
133899                        "writable": true
133900                    },
133901                    "xs-14": {
133902                        "blurb": "Filter solo 14",
133903                        "conditionally-available": false,
133904                        "construct": true,
133905                        "construct-only": false,
133906                        "controllable": true,
133907                        "default": "false",
133908                        "mutable": "null",
133909                        "readable": true,
133910                        "type": "gboolean",
133911                        "writable": true
133912                    },
133913                    "xs-15": {
133914                        "blurb": "Filter solo 15",
133915                        "conditionally-available": false,
133916                        "construct": true,
133917                        "construct-only": false,
133918                        "controllable": true,
133919                        "default": "false",
133920                        "mutable": "null",
133921                        "readable": true,
133922                        "type": "gboolean",
133923                        "writable": true
133924                    },
133925                    "xs-16": {
133926                        "blurb": "Filter solo 16",
133927                        "conditionally-available": false,
133928                        "construct": true,
133929                        "construct-only": false,
133930                        "controllable": true,
133931                        "default": "false",
133932                        "mutable": "null",
133933                        "readable": true,
133934                        "type": "gboolean",
133935                        "writable": true
133936                    },
133937                    "xs-17": {
133938                        "blurb": "Filter solo 17",
133939                        "conditionally-available": false,
133940                        "construct": true,
133941                        "construct-only": false,
133942                        "controllable": true,
133943                        "default": "false",
133944                        "mutable": "null",
133945                        "readable": true,
133946                        "type": "gboolean",
133947                        "writable": true
133948                    },
133949                    "xs-18": {
133950                        "blurb": "Filter solo 18",
133951                        "conditionally-available": false,
133952                        "construct": true,
133953                        "construct-only": false,
133954                        "controllable": true,
133955                        "default": "false",
133956                        "mutable": "null",
133957                        "readable": true,
133958                        "type": "gboolean",
133959                        "writable": true
133960                    },
133961                    "xs-19": {
133962                        "blurb": "Filter solo 19",
133963                        "conditionally-available": false,
133964                        "construct": true,
133965                        "construct-only": false,
133966                        "controllable": true,
133967                        "default": "false",
133968                        "mutable": "null",
133969                        "readable": true,
133970                        "type": "gboolean",
133971                        "writable": true
133972                    },
133973                    "xs-2": {
133974                        "blurb": "Filter solo 2",
133975                        "conditionally-available": false,
133976                        "construct": true,
133977                        "construct-only": false,
133978                        "controllable": true,
133979                        "default": "false",
133980                        "mutable": "null",
133981                        "readable": true,
133982                        "type": "gboolean",
133983                        "writable": true
133984                    },
133985                    "xs-20": {
133986                        "blurb": "Filter solo 20",
133987                        "conditionally-available": false,
133988                        "construct": true,
133989                        "construct-only": false,
133990                        "controllable": true,
133991                        "default": "false",
133992                        "mutable": "null",
133993                        "readable": true,
133994                        "type": "gboolean",
133995                        "writable": true
133996                    },
133997                    "xs-21": {
133998                        "blurb": "Filter solo 21",
133999                        "conditionally-available": false,
134000                        "construct": true,
134001                        "construct-only": false,
134002                        "controllable": true,
134003                        "default": "false",
134004                        "mutable": "null",
134005                        "readable": true,
134006                        "type": "gboolean",
134007                        "writable": true
134008                    },
134009                    "xs-22": {
134010                        "blurb": "Filter solo 22",
134011                        "conditionally-available": false,
134012                        "construct": true,
134013                        "construct-only": false,
134014                        "controllable": true,
134015                        "default": "false",
134016                        "mutable": "null",
134017                        "readable": true,
134018                        "type": "gboolean",
134019                        "writable": true
134020                    },
134021                    "xs-23": {
134022                        "blurb": "Filter solo 23",
134023                        "conditionally-available": false,
134024                        "construct": true,
134025                        "construct-only": false,
134026                        "controllable": true,
134027                        "default": "false",
134028                        "mutable": "null",
134029                        "readable": true,
134030                        "type": "gboolean",
134031                        "writable": true
134032                    },
134033                    "xs-24": {
134034                        "blurb": "Filter solo 24",
134035                        "conditionally-available": false,
134036                        "construct": true,
134037                        "construct-only": false,
134038                        "controllable": true,
134039                        "default": "false",
134040                        "mutable": "null",
134041                        "readable": true,
134042                        "type": "gboolean",
134043                        "writable": true
134044                    },
134045                    "xs-25": {
134046                        "blurb": "Filter solo 25",
134047                        "conditionally-available": false,
134048                        "construct": true,
134049                        "construct-only": false,
134050                        "controllable": true,
134051                        "default": "false",
134052                        "mutable": "null",
134053                        "readable": true,
134054                        "type": "gboolean",
134055                        "writable": true
134056                    },
134057                    "xs-26": {
134058                        "blurb": "Filter solo 26",
134059                        "conditionally-available": false,
134060                        "construct": true,
134061                        "construct-only": false,
134062                        "controllable": true,
134063                        "default": "false",
134064                        "mutable": "null",
134065                        "readable": true,
134066                        "type": "gboolean",
134067                        "writable": true
134068                    },
134069                    "xs-27": {
134070                        "blurb": "Filter solo 27",
134071                        "conditionally-available": false,
134072                        "construct": true,
134073                        "construct-only": false,
134074                        "controllable": true,
134075                        "default": "false",
134076                        "mutable": "null",
134077                        "readable": true,
134078                        "type": "gboolean",
134079                        "writable": true
134080                    },
134081                    "xs-28": {
134082                        "blurb": "Filter solo 28",
134083                        "conditionally-available": false,
134084                        "construct": true,
134085                        "construct-only": false,
134086                        "controllable": true,
134087                        "default": "false",
134088                        "mutable": "null",
134089                        "readable": true,
134090                        "type": "gboolean",
134091                        "writable": true
134092                    },
134093                    "xs-29": {
134094                        "blurb": "Filter solo 29",
134095                        "conditionally-available": false,
134096                        "construct": true,
134097                        "construct-only": false,
134098                        "controllable": true,
134099                        "default": "false",
134100                        "mutable": "null",
134101                        "readable": true,
134102                        "type": "gboolean",
134103                        "writable": true
134104                    },
134105                    "xs-3": {
134106                        "blurb": "Filter solo 3",
134107                        "conditionally-available": false,
134108                        "construct": true,
134109                        "construct-only": false,
134110                        "controllable": true,
134111                        "default": "false",
134112                        "mutable": "null",
134113                        "readable": true,
134114                        "type": "gboolean",
134115                        "writable": true
134116                    },
134117                    "xs-30": {
134118                        "blurb": "Filter solo 30",
134119                        "conditionally-available": false,
134120                        "construct": true,
134121                        "construct-only": false,
134122                        "controllable": true,
134123                        "default": "false",
134124                        "mutable": "null",
134125                        "readable": true,
134126                        "type": "gboolean",
134127                        "writable": true
134128                    },
134129                    "xs-31": {
134130                        "blurb": "Filter solo 31",
134131                        "conditionally-available": false,
134132                        "construct": true,
134133                        "construct-only": false,
134134                        "controllable": true,
134135                        "default": "false",
134136                        "mutable": "null",
134137                        "readable": true,
134138                        "type": "gboolean",
134139                        "writable": true
134140                    },
134141                    "xs-4": {
134142                        "blurb": "Filter solo 4",
134143                        "conditionally-available": false,
134144                        "construct": true,
134145                        "construct-only": false,
134146                        "controllable": true,
134147                        "default": "false",
134148                        "mutable": "null",
134149                        "readable": true,
134150                        "type": "gboolean",
134151                        "writable": true
134152                    },
134153                    "xs-5": {
134154                        "blurb": "Filter solo 5",
134155                        "conditionally-available": false,
134156                        "construct": true,
134157                        "construct-only": false,
134158                        "controllable": true,
134159                        "default": "false",
134160                        "mutable": "null",
134161                        "readable": true,
134162                        "type": "gboolean",
134163                        "writable": true
134164                    },
134165                    "xs-6": {
134166                        "blurb": "Filter solo 6",
134167                        "conditionally-available": false,
134168                        "construct": true,
134169                        "construct-only": false,
134170                        "controllable": true,
134171                        "default": "false",
134172                        "mutable": "null",
134173                        "readable": true,
134174                        "type": "gboolean",
134175                        "writable": true
134176                    },
134177                    "xs-7": {
134178                        "blurb": "Filter solo 7",
134179                        "conditionally-available": false,
134180                        "construct": true,
134181                        "construct-only": false,
134182                        "controllable": true,
134183                        "default": "false",
134184                        "mutable": "null",
134185                        "readable": true,
134186                        "type": "gboolean",
134187                        "writable": true
134188                    },
134189                    "xs-8": {
134190                        "blurb": "Filter solo 8",
134191                        "conditionally-available": false,
134192                        "construct": true,
134193                        "construct-only": false,
134194                        "controllable": true,
134195                        "default": "false",
134196                        "mutable": "null",
134197                        "readable": true,
134198                        "type": "gboolean",
134199                        "writable": true
134200                    },
134201                    "xs-9": {
134202                        "blurb": "Filter solo 9",
134203                        "conditionally-available": false,
134204                        "construct": true,
134205                        "construct-only": false,
134206                        "controllable": true,
134207                        "default": "false",
134208                        "mutable": "null",
134209                        "readable": true,
134210                        "type": "gboolean",
134211                        "writable": true
134212                    },
134213                    "zoom": {
134214                        "blurb": "Graph zoom",
134215                        "conditionally-available": false,
134216                        "construct": true,
134217                        "construct-only": false,
134218                        "controllable": true,
134219                        "default": "1",
134220                        "max": "1",
134221                        "min": "0.01585",
134222                        "mutable": "null",
134223                        "readable": true,
134224                        "type": "gfloat",
134225                        "writable": true
134226                    }
134227                },
134228                "rank": "none"
134229            },
134230            "lsp-plug-in-plugins-lv2-profiler-mono": {
134231                "author": "LSP LV2",
134232                "description": "LSP Profiler Mono",
134233                "hierarchy": [
134234                    "lsp-plug-in-plugins-lv2-profiler-mono",
134235                    "GstAudioFilter",
134236                    "GstBaseTransform",
134237                    "GstElement",
134238                    "GstObject",
134239                    "GInitiallyUnowned",
134240                    "GObject"
134241                ],
134242                "interfaces": [
134243                    "GstPreset"
134244                ],
134245                "klass": "Filter/Effect/Audio/LV2/Utility",
134246                "long-name": "LSP Profiler Mono",
134247                "pad-templates": {
134248                    "sink": {
134249                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
134250                        "direction": "sink",
134251                        "presence": "always"
134252                    },
134253                    "src": {
134254                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
134255                        "direction": "src",
134256                        "presence": "always"
134257                    }
134258                },
134259                "properties": {
134260                    "bypass": {
134261                        "blurb": "Bypass",
134262                        "conditionally-available": false,
134263                        "construct": true,
134264                        "construct-only": false,
134265                        "controllable": true,
134266                        "default": "false",
134267                        "mutable": "null",
134268                        "readable": true,
134269                        "type": "gboolean",
134270                        "writable": true
134271                    },
134272                    "cala": {
134273                        "blurb": "Amplitude",
134274                        "conditionally-available": false,
134275                        "construct": true,
134276                        "construct-only": false,
134277                        "controllable": true,
134278                        "default": "1",
134279                        "max": "10",
134280                        "min": "0",
134281                        "mutable": "null",
134282                        "readable": true,
134283                        "type": "gfloat",
134284                        "writable": true
134285                    },
134286                    "calf": {
134287                        "blurb": "Frequency",
134288                        "conditionally-available": false,
134289                        "construct": true,
134290                        "construct-only": false,
134291                        "controllable": true,
134292                        "default": "1000",
134293                        "max": "20000",
134294                        "min": "20",
134295                        "mutable": "null",
134296                        "readable": true,
134297                        "type": "gfloat",
134298                        "writable": true
134299                    },
134300                    "cals": {
134301                        "blurb": "Calibration",
134302                        "conditionally-available": false,
134303                        "construct": true,
134304                        "construct-only": false,
134305                        "controllable": true,
134306                        "default": "false",
134307                        "mutable": "null",
134308                        "readable": true,
134309                        "type": "gboolean",
134310                        "writable": true
134311                    },
134312                    "fbck": {
134313                        "blurb": "Feedback",
134314                        "conditionally-available": false,
134315                        "construct": true,
134316                        "construct-only": false,
134317                        "controllable": true,
134318                        "default": "false",
134319                        "mutable": "null",
134320                        "readable": true,
134321                        "type": "gboolean",
134322                        "writable": true
134323                    },
134324                    "ili": {
134325                        "blurb": "Integration Time",
134326                        "conditionally-available": false,
134327                        "construct": false,
134328                        "construct-only": false,
134329                        "controllable": true,
134330                        "default": "0",
134331                        "max": "60",
134332                        "min": "0",
134333                        "mutable": "null",
134334                        "readable": true,
134335                        "type": "gfloat",
134336                        "writable": false
134337                    },
134338                    "ilv": {
134339                        "blurb": "Input Level",
134340                        "conditionally-available": false,
134341                        "construct": false,
134342                        "construct-only": false,
134343                        "controllable": true,
134344                        "default": "0",
134345                        "max": "20",
134346                        "min": "0",
134347                        "mutable": "null",
134348                        "readable": true,
134349                        "type": "gfloat",
134350                        "writable": false
134351                    },
134352                    "irfc": {
134353                        "blurb": "Save file command",
134354                        "conditionally-available": false,
134355                        "construct": true,
134356                        "construct-only": false,
134357                        "controllable": true,
134358                        "default": "false",
134359                        "mutable": "null",
134360                        "readable": true,
134361                        "type": "gboolean",
134362                        "writable": true
134363                    },
134364                    "irfp": {
134365                        "blurb": "File saving progress",
134366                        "conditionally-available": false,
134367                        "construct": false,
134368                        "construct-only": false,
134369                        "controllable": true,
134370                        "default": "0",
134371                        "max": "100",
134372                        "min": "0",
134373                        "mutable": "null",
134374                        "readable": true,
134375                        "type": "gfloat",
134376                        "writable": false
134377                    },
134378                    "irfs": {
134379                        "blurb": "File saving status",
134380                        "conditionally-available": false,
134381                        "construct": false,
134382                        "construct-only": false,
134383                        "controllable": true,
134384                        "default": "0",
134385                        "max": "55",
134386                        "min": "0",
134387                        "mutable": "null",
134388                        "readable": true,
134389                        "type": "gint",
134390                        "writable": false
134391                    },
134392                    "latt": {
134393                        "blurb": "Trig a Latency measurement",
134394                        "conditionally-available": false,
134395                        "construct": true,
134396                        "construct-only": false,
134397                        "controllable": true,
134398                        "default": "false",
134399                        "mutable": "null",
134400                        "readable": true,
134401                        "type": "gboolean",
134402                        "writable": true
134403                    },
134404                    "lint": {
134405                        "blurb": "Trig a Linear measurement",
134406                        "conditionally-available": false,
134407                        "construct": true,
134408                        "construct-only": false,
134409                        "controllable": true,
134410                        "default": "false",
134411                        "mutable": "null",
134412                        "readable": true,
134413                        "type": "gboolean",
134414                        "writable": true
134415                    },
134416                    "ltda": {
134417                        "blurb": "Absolute threshold",
134418                        "conditionally-available": false,
134419                        "construct": true,
134420                        "construct-only": false,
134421                        "controllable": true,
134422                        "default": "0.0631",
134423                        "max": "1",
134424                        "min": "6.3e-05",
134425                        "mutable": "null",
134426                        "readable": true,
134427                        "type": "gfloat",
134428                        "writable": true
134429                    },
134430                    "ltdm": {
134431                        "blurb": "Max expected latency",
134432                        "conditionally-available": false,
134433                        "construct": true,
134434                        "construct-only": false,
134435                        "controllable": true,
134436                        "default": "1000",
134437                        "max": "2000",
134438                        "min": "0",
134439                        "mutable": "null",
134440                        "readable": true,
134441                        "type": "gfloat",
134442                        "writable": true
134443                    },
134444                    "ltdp": {
134445                        "blurb": "Peak threshold",
134446                        "conditionally-available": false,
134447                        "construct": true,
134448                        "construct-only": false,
134449                        "controllable": true,
134450                        "default": "0.0631",
134451                        "max": "1",
134452                        "min": "6.3e-05",
134453                        "mutable": "null",
134454                        "readable": true,
134455                        "type": "gfloat",
134456                        "writable": true
134457                    },
134458                    "ltena": {
134459                        "blurb": "Enable Latency Detection",
134460                        "conditionally-available": false,
134461                        "construct": true,
134462                        "construct-only": false,
134463                        "controllable": true,
134464                        "default": "false",
134465                        "mutable": "null",
134466                        "readable": true,
134467                        "type": "gboolean",
134468                        "writable": true
134469                    },
134470                    "lti": {
134471                        "blurb": "Latency Value",
134472                        "conditionally-available": false,
134473                        "construct": false,
134474                        "construct-only": false,
134475                        "controllable": true,
134476                        "default": "0",
134477                        "max": "2000",
134478                        "min": "0",
134479                        "mutable": "null",
134480                        "readable": true,
134481                        "type": "gfloat",
134482                        "writable": false
134483                    },
134484                    "offc": {
134485                        "blurb": "IR Time Offset",
134486                        "conditionally-available": false,
134487                        "construct": true,
134488                        "construct-only": false,
134489                        "controllable": true,
134490                        "default": "0",
134491                        "max": "1000",
134492                        "min": "-1000",
134493                        "mutable": "null",
134494                        "readable": true,
134495                        "type": "gfloat",
134496                        "writable": true
134497                    },
134498                    "out-latency": {
134499                        "blurb": "Latency OUT",
134500                        "conditionally-available": false,
134501                        "construct": false,
134502                        "construct-only": false,
134503                        "controllable": true,
134504                        "default": "0",
134505                        "max": "192000",
134506                        "min": "0",
134507                        "mutable": "null",
134508                        "readable": true,
134509                        "type": "gint",
134510                        "writable": false
134511                    },
134512                    "post": {
134513                        "blurb": "Trig Post Processing",
134514                        "conditionally-available": false,
134515                        "construct": true,
134516                        "construct-only": false,
134517                        "controllable": true,
134518                        "default": "false",
134519                        "mutable": "null",
134520                        "readable": true,
134521                        "type": "gboolean",
134522                        "writable": true
134523                    },
134524                    "rci": {
134525                        "blurb": "Regression Line Correlation",
134526                        "conditionally-available": false,
134527                        "construct": false,
134528                        "construct-only": false,
134529                        "controllable": true,
134530                        "default": "0",
134531                        "max": "1",
134532                        "min": "-1",
134533                        "mutable": "null",
134534                        "readable": true,
134535                        "type": "gfloat",
134536                        "writable": false
134537                    },
134538                    "rta": {
134539                        "blurb": "Reverberation Time Accuracy",
134540                        "conditionally-available": false,
134541                        "construct": false,
134542                        "construct-only": false,
134543                        "controllable": true,
134544                        "default": "false",
134545                        "mutable": "null",
134546                        "readable": true,
134547                        "type": "gboolean",
134548                        "writable": false
134549                    },
134550                    "rti": {
134551                        "blurb": "Reverberation Time",
134552                        "conditionally-available": false,
134553                        "construct": false,
134554                        "construct-only": false,
134555                        "controllable": true,
134556                        "default": "0",
134557                        "max": "60",
134558                        "min": "0",
134559                        "mutable": "null",
134560                        "readable": true,
134561                        "type": "gfloat",
134562                        "writable": false
134563                    },
134564                    "scra": {
134565                        "blurb": "RT Algorithm",
134566                        "conditionally-available": false,
134567                        "construct": true,
134568                        "construct-only": false,
134569                        "controllable": true,
134570                        "default": "RT20 (3)",
134571                        "mutable": "null",
134572                        "readable": true,
134573                        "type": "lsp-plug-in-plugins-lv2-profiler-monoscra",
134574                        "writable": true
134575                    },
134576                    "scsv": {
134577                        "blurb": "Save Mode",
134578                        "conditionally-available": false,
134579                        "construct": true,
134580                        "construct-only": false,
134581                        "controllable": true,
134582                        "default": "LTI Auto (*.wav) (0)",
134583                        "mutable": "null",
134584                        "readable": true,
134585                        "type": "lsp-plug-in-plugins-lv2-profiler-monoscsv",
134586                        "writable": true
134587                    },
134588                    "stld": {
134589                        "blurb": "State LED",
134590                        "conditionally-available": false,
134591                        "construct": false,
134592                        "construct-only": false,
134593                        "controllable": true,
134594                        "default": "Idle (0)",
134595                        "mutable": "null",
134596                        "readable": true,
134597                        "type": "lsp-plug-in-plugins-lv2-profiler-monostld",
134598                        "writable": false
134599                    },
134600                    "tind": {
134601                        "blurb": "Actual Signal Duration",
134602                        "conditionally-available": false,
134603                        "construct": false,
134604                        "construct-only": false,
134605                        "controllable": true,
134606                        "default": "0",
134607                        "max": "60",
134608                        "min": "0",
134609                        "mutable": "null",
134610                        "readable": true,
134611                        "type": "gfloat",
134612                        "writable": false
134613                    },
134614                    "tsgl": {
134615                        "blurb": "Duration",
134616                        "conditionally-available": false,
134617                        "construct": true,
134618                        "construct-only": false,
134619                        "controllable": true,
134620                        "default": "10",
134621                        "max": "50",
134622                        "min": "1",
134623                        "mutable": "null",
134624                        "readable": true,
134625                        "type": "gfloat",
134626                        "writable": true
134627                    }
134628                },
134629                "rank": "none"
134630            },
134631            "lsp-plug-in-plugins-lv2-profiler-stereo": {
134632                "author": "LSP LV2",
134633                "description": "LSP Profiler Stereo",
134634                "hierarchy": [
134635                    "lsp-plug-in-plugins-lv2-profiler-stereo",
134636                    "GstAudioFilter",
134637                    "GstBaseTransform",
134638                    "GstElement",
134639                    "GstObject",
134640                    "GInitiallyUnowned",
134641                    "GObject"
134642                ],
134643                "interfaces": [
134644                    "GstPreset"
134645                ],
134646                "klass": "Filter/Effect/Audio/LV2/Utility",
134647                "long-name": "LSP Profiler Stereo",
134648                "pad-templates": {
134649                    "sink": {
134650                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
134651                        "direction": "sink",
134652                        "presence": "always"
134653                    },
134654                    "src": {
134655                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
134656                        "direction": "src",
134657                        "presence": "always"
134658                    }
134659                },
134660                "properties": {
134661                    "bypass": {
134662                        "blurb": "Bypass",
134663                        "conditionally-available": false,
134664                        "construct": true,
134665                        "construct-only": false,
134666                        "controllable": true,
134667                        "default": "false",
134668                        "mutable": "null",
134669                        "readable": true,
134670                        "type": "gboolean",
134671                        "writable": true
134672                    },
134673                    "cala": {
134674                        "blurb": "Amplitude",
134675                        "conditionally-available": false,
134676                        "construct": true,
134677                        "construct-only": false,
134678                        "controllable": true,
134679                        "default": "1",
134680                        "max": "10",
134681                        "min": "0",
134682                        "mutable": "null",
134683                        "readable": true,
134684                        "type": "gfloat",
134685                        "writable": true
134686                    },
134687                    "calf": {
134688                        "blurb": "Frequency",
134689                        "conditionally-available": false,
134690                        "construct": true,
134691                        "construct-only": false,
134692                        "controllable": true,
134693                        "default": "1000",
134694                        "max": "20000",
134695                        "min": "20",
134696                        "mutable": "null",
134697                        "readable": true,
134698                        "type": "gfloat",
134699                        "writable": true
134700                    },
134701                    "cals": {
134702                        "blurb": "Calibration",
134703                        "conditionally-available": false,
134704                        "construct": true,
134705                        "construct-only": false,
134706                        "controllable": true,
134707                        "default": "false",
134708                        "mutable": "null",
134709                        "readable": true,
134710                        "type": "gboolean",
134711                        "writable": true
134712                    },
134713                    "fbck": {
134714                        "blurb": "Feedback",
134715                        "conditionally-available": false,
134716                        "construct": true,
134717                        "construct-only": false,
134718                        "controllable": true,
134719                        "default": "false",
134720                        "mutable": "null",
134721                        "readable": true,
134722                        "type": "gboolean",
134723                        "writable": true
134724                    },
134725                    "ili-l": {
134726                        "blurb": "Integration Time Left",
134727                        "conditionally-available": false,
134728                        "construct": false,
134729                        "construct-only": false,
134730                        "controllable": true,
134731                        "default": "0",
134732                        "max": "60",
134733                        "min": "0",
134734                        "mutable": "null",
134735                        "readable": true,
134736                        "type": "gfloat",
134737                        "writable": false
134738                    },
134739                    "ili-r": {
134740                        "blurb": "Integration Time Right",
134741                        "conditionally-available": false,
134742                        "construct": false,
134743                        "construct-only": false,
134744                        "controllable": true,
134745                        "default": "0",
134746                        "max": "60",
134747                        "min": "0",
134748                        "mutable": "null",
134749                        "readable": true,
134750                        "type": "gfloat",
134751                        "writable": false
134752                    },
134753                    "ilv-l": {
134754                        "blurb": "Input Level Left",
134755                        "conditionally-available": false,
134756                        "construct": false,
134757                        "construct-only": false,
134758                        "controllable": true,
134759                        "default": "0",
134760                        "max": "20",
134761                        "min": "0",
134762                        "mutable": "null",
134763                        "readable": true,
134764                        "type": "gfloat",
134765                        "writable": false
134766                    },
134767                    "ilv-r": {
134768                        "blurb": "Input Level Right",
134769                        "conditionally-available": false,
134770                        "construct": false,
134771                        "construct-only": false,
134772                        "controllable": true,
134773                        "default": "0",
134774                        "max": "20",
134775                        "min": "0",
134776                        "mutable": "null",
134777                        "readable": true,
134778                        "type": "gfloat",
134779                        "writable": false
134780                    },
134781                    "irfc": {
134782                        "blurb": "Save file command",
134783                        "conditionally-available": false,
134784                        "construct": true,
134785                        "construct-only": false,
134786                        "controllable": true,
134787                        "default": "false",
134788                        "mutable": "null",
134789                        "readable": true,
134790                        "type": "gboolean",
134791                        "writable": true
134792                    },
134793                    "irfp": {
134794                        "blurb": "File saving progress",
134795                        "conditionally-available": false,
134796                        "construct": false,
134797                        "construct-only": false,
134798                        "controllable": true,
134799                        "default": "0",
134800                        "max": "100",
134801                        "min": "0",
134802                        "mutable": "null",
134803                        "readable": true,
134804                        "type": "gfloat",
134805                        "writable": false
134806                    },
134807                    "irfs": {
134808                        "blurb": "File saving status",
134809                        "conditionally-available": false,
134810                        "construct": false,
134811                        "construct-only": false,
134812                        "controllable": true,
134813                        "default": "0",
134814                        "max": "55",
134815                        "min": "0",
134816                        "mutable": "null",
134817                        "readable": true,
134818                        "type": "gint",
134819                        "writable": false
134820                    },
134821                    "latt": {
134822                        "blurb": "Trig a Latency measurement",
134823                        "conditionally-available": false,
134824                        "construct": true,
134825                        "construct-only": false,
134826                        "controllable": true,
134827                        "default": "false",
134828                        "mutable": "null",
134829                        "readable": true,
134830                        "type": "gboolean",
134831                        "writable": true
134832                    },
134833                    "lint": {
134834                        "blurb": "Trig a Linear measurement",
134835                        "conditionally-available": false,
134836                        "construct": true,
134837                        "construct-only": false,
134838                        "controllable": true,
134839                        "default": "false",
134840                        "mutable": "null",
134841                        "readable": true,
134842                        "type": "gboolean",
134843                        "writable": true
134844                    },
134845                    "ltda": {
134846                        "blurb": "Absolute threshold",
134847                        "conditionally-available": false,
134848                        "construct": true,
134849                        "construct-only": false,
134850                        "controllable": true,
134851                        "default": "0.0631",
134852                        "max": "1",
134853                        "min": "6.3e-05",
134854                        "mutable": "null",
134855                        "readable": true,
134856                        "type": "gfloat",
134857                        "writable": true
134858                    },
134859                    "ltdm": {
134860                        "blurb": "Max expected latency",
134861                        "conditionally-available": false,
134862                        "construct": true,
134863                        "construct-only": false,
134864                        "controllable": true,
134865                        "default": "1000",
134866                        "max": "2000",
134867                        "min": "0",
134868                        "mutable": "null",
134869                        "readable": true,
134870                        "type": "gfloat",
134871                        "writable": true
134872                    },
134873                    "ltdp": {
134874                        "blurb": "Peak threshold",
134875                        "conditionally-available": false,
134876                        "construct": true,
134877                        "construct-only": false,
134878                        "controllable": true,
134879                        "default": "0.0631",
134880                        "max": "1",
134881                        "min": "6.3e-05",
134882                        "mutable": "null",
134883                        "readable": true,
134884                        "type": "gfloat",
134885                        "writable": true
134886                    },
134887                    "ltena": {
134888                        "blurb": "Enable Latency Detection",
134889                        "conditionally-available": false,
134890                        "construct": true,
134891                        "construct-only": false,
134892                        "controllable": true,
134893                        "default": "false",
134894                        "mutable": "null",
134895                        "readable": true,
134896                        "type": "gboolean",
134897                        "writable": true
134898                    },
134899                    "lti-l": {
134900                        "blurb": "Latency Value Left",
134901                        "conditionally-available": false,
134902                        "construct": false,
134903                        "construct-only": false,
134904                        "controllable": true,
134905                        "default": "0",
134906                        "max": "2000",
134907                        "min": "0",
134908                        "mutable": "null",
134909                        "readable": true,
134910                        "type": "gfloat",
134911                        "writable": false
134912                    },
134913                    "lti-r": {
134914                        "blurb": "Latency Value Right",
134915                        "conditionally-available": false,
134916                        "construct": false,
134917                        "construct-only": false,
134918                        "controllable": true,
134919                        "default": "0",
134920                        "max": "2000",
134921                        "min": "0",
134922                        "mutable": "null",
134923                        "readable": true,
134924                        "type": "gfloat",
134925                        "writable": false
134926                    },
134927                    "offc": {
134928                        "blurb": "IR Time Offset",
134929                        "conditionally-available": false,
134930                        "construct": true,
134931                        "construct-only": false,
134932                        "controllable": true,
134933                        "default": "0",
134934                        "max": "1000",
134935                        "min": "-1000",
134936                        "mutable": "null",
134937                        "readable": true,
134938                        "type": "gfloat",
134939                        "writable": true
134940                    },
134941                    "out-latency": {
134942                        "blurb": "Latency OUT",
134943                        "conditionally-available": false,
134944                        "construct": false,
134945                        "construct-only": false,
134946                        "controllable": true,
134947                        "default": "0",
134948                        "max": "192000",
134949                        "min": "0",
134950                        "mutable": "null",
134951                        "readable": true,
134952                        "type": "gint",
134953                        "writable": false
134954                    },
134955                    "post": {
134956                        "blurb": "Trig Post Processing",
134957                        "conditionally-available": false,
134958                        "construct": true,
134959                        "construct-only": false,
134960                        "controllable": true,
134961                        "default": "false",
134962                        "mutable": "null",
134963                        "readable": true,
134964                        "type": "gboolean",
134965                        "writable": true
134966                    },
134967                    "rci-l": {
134968                        "blurb": "Regression Line Correlation Left",
134969                        "conditionally-available": false,
134970                        "construct": false,
134971                        "construct-only": false,
134972                        "controllable": true,
134973                        "default": "0",
134974                        "max": "1",
134975                        "min": "-1",
134976                        "mutable": "null",
134977                        "readable": true,
134978                        "type": "gfloat",
134979                        "writable": false
134980                    },
134981                    "rci-r": {
134982                        "blurb": "Regression Line Correlation Right",
134983                        "conditionally-available": false,
134984                        "construct": false,
134985                        "construct-only": false,
134986                        "controllable": true,
134987                        "default": "0",
134988                        "max": "1",
134989                        "min": "-1",
134990                        "mutable": "null",
134991                        "readable": true,
134992                        "type": "gfloat",
134993                        "writable": false
134994                    },
134995                    "rta-l": {
134996                        "blurb": "Reverberation Time Accuracy Left",
134997                        "conditionally-available": false,
134998                        "construct": false,
134999                        "construct-only": false,
135000                        "controllable": true,
135001                        "default": "false",
135002                        "mutable": "null",
135003                        "readable": true,
135004                        "type": "gboolean",
135005                        "writable": false
135006                    },
135007                    "rta-r": {
135008                        "blurb": "Reverberation Time Accuracy Right",
135009                        "conditionally-available": false,
135010                        "construct": false,
135011                        "construct-only": false,
135012                        "controllable": true,
135013                        "default": "false",
135014                        "mutable": "null",
135015                        "readable": true,
135016                        "type": "gboolean",
135017                        "writable": false
135018                    },
135019                    "rti-l": {
135020                        "blurb": "Reverberation Time Left",
135021                        "conditionally-available": false,
135022                        "construct": false,
135023                        "construct-only": false,
135024                        "controllable": true,
135025                        "default": "0",
135026                        "max": "60",
135027                        "min": "0",
135028                        "mutable": "null",
135029                        "readable": true,
135030                        "type": "gfloat",
135031                        "writable": false
135032                    },
135033                    "rti-r": {
135034                        "blurb": "Reverberation Time Right",
135035                        "conditionally-available": false,
135036                        "construct": false,
135037                        "construct-only": false,
135038                        "controllable": true,
135039                        "default": "0",
135040                        "max": "60",
135041                        "min": "0",
135042                        "mutable": "null",
135043                        "readable": true,
135044                        "type": "gfloat",
135045                        "writable": false
135046                    },
135047                    "scra": {
135048                        "blurb": "RT Algorithm",
135049                        "conditionally-available": false,
135050                        "construct": true,
135051                        "construct-only": false,
135052                        "controllable": true,
135053                        "default": "RT20 (3)",
135054                        "mutable": "null",
135055                        "readable": true,
135056                        "type": "lsp-plug-in-plugins-lv2-profiler-stereoscra",
135057                        "writable": true
135058                    },
135059                    "scsv": {
135060                        "blurb": "Save Mode",
135061                        "conditionally-available": false,
135062                        "construct": true,
135063                        "construct-only": false,
135064                        "controllable": true,
135065                        "default": "LTI Auto (*.wav) (0)",
135066                        "mutable": "null",
135067                        "readable": true,
135068                        "type": "lsp-plug-in-plugins-lv2-profiler-stereoscsv",
135069                        "writable": true
135070                    },
135071                    "stld": {
135072                        "blurb": "State LED",
135073                        "conditionally-available": false,
135074                        "construct": false,
135075                        "construct-only": false,
135076                        "controllable": true,
135077                        "default": "Idle (0)",
135078                        "mutable": "null",
135079                        "readable": true,
135080                        "type": "lsp-plug-in-plugins-lv2-profiler-stereostld",
135081                        "writable": false
135082                    },
135083                    "tind": {
135084                        "blurb": "Actual Signal Duration",
135085                        "conditionally-available": false,
135086                        "construct": false,
135087                        "construct-only": false,
135088                        "controllable": true,
135089                        "default": "0",
135090                        "max": "60",
135091                        "min": "0",
135092                        "mutable": "null",
135093                        "readable": true,
135094                        "type": "gfloat",
135095                        "writable": false
135096                    },
135097                    "tsgl": {
135098                        "blurb": "Duration",
135099                        "conditionally-available": false,
135100                        "construct": true,
135101                        "construct-only": false,
135102                        "controllable": true,
135103                        "default": "10",
135104                        "max": "50",
135105                        "min": "1",
135106                        "mutable": "null",
135107                        "readable": true,
135108                        "type": "gfloat",
135109                        "writable": true
135110                    }
135111                },
135112                "rank": "none"
135113            },
135114            "lsp-plug-in-plugins-lv2-room-builder-mono": {
135115                "author": "LSP LV2",
135116                "description": "LSP Room Builder Mono",
135117                "hierarchy": [
135118                    "lsp-plug-in-plugins-lv2-room-builder-mono",
135119                    "GstAudioFilter",
135120                    "GstBaseTransform",
135121                    "GstElement",
135122                    "GstObject",
135123                    "GInitiallyUnowned",
135124                    "GObject"
135125                ],
135126                "interfaces": [
135127                    "GstPreset"
135128                ],
135129                "klass": "Filter/Effect/Audio/LV2/Reverb",
135130                "long-name": "LSP Room Builder Mono",
135131                "pad-templates": {
135132                    "sink": {
135133                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
135134                        "direction": "sink",
135135                        "presence": "always"
135136                    },
135137                    "src": {
135138                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
135139                        "direction": "src",
135140                        "presence": "always"
135141                    }
135142                },
135143                "properties": {
135144                    "bypass": {
135145                        "blurb": "Bypass",
135146                        "conditionally-available": false,
135147                        "construct": true,
135148                        "construct-only": false,
135149                        "controllable": true,
135150                        "default": "false",
135151                        "mutable": "null",
135152                        "readable": true,
135153                        "type": "gboolean",
135154                        "writable": true
135155                    },
135156                    "ca0": {
135157                        "blurb": "Channel activity 0",
135158                        "conditionally-available": false,
135159                        "construct": false,
135160                        "construct-only": false,
135161                        "controllable": true,
135162                        "default": "false",
135163                        "mutable": "null",
135164                        "readable": true,
135165                        "type": "gboolean",
135166                        "writable": false
135167                    },
135168                    "ca1": {
135169                        "blurb": "Channel activity 1",
135170                        "conditionally-available": false,
135171                        "construct": false,
135172                        "construct-only": false,
135173                        "controllable": true,
135174                        "default": "false",
135175                        "mutable": "null",
135176                        "readable": true,
135177                        "type": "gboolean",
135178                        "writable": false
135179                    },
135180                    "ca2": {
135181                        "blurb": "Channel activity 2",
135182                        "conditionally-available": false,
135183                        "construct": false,
135184                        "construct-only": false,
135185                        "controllable": true,
135186                        "default": "false",
135187                        "mutable": "null",
135188                        "readable": true,
135189                        "type": "gboolean",
135190                        "writable": false
135191                    },
135192                    "ca3": {
135193                        "blurb": "Channel activity 3",
135194                        "conditionally-available": false,
135195                        "construct": false,
135196                        "construct-only": false,
135197                        "controllable": true,
135198                        "default": "false",
135199                        "mutable": "null",
135200                        "readable": true,
135201                        "type": "gboolean",
135202                        "writable": false
135203                    },
135204                    "cam0": {
135205                        "blurb": "Channel mute 0",
135206                        "conditionally-available": false,
135207                        "construct": true,
135208                        "construct-only": false,
135209                        "controllable": true,
135210                        "default": "false",
135211                        "mutable": "null",
135212                        "readable": true,
135213                        "type": "gboolean",
135214                        "writable": true
135215                    },
135216                    "cam1": {
135217                        "blurb": "Channel mute 1",
135218                        "conditionally-available": false,
135219                        "construct": true,
135220                        "construct-only": false,
135221                        "controllable": true,
135222                        "default": "false",
135223                        "mutable": "null",
135224                        "readable": true,
135225                        "type": "gboolean",
135226                        "writable": true
135227                    },
135228                    "cam2": {
135229                        "blurb": "Channel mute 2",
135230                        "conditionally-available": false,
135231                        "construct": true,
135232                        "construct-only": false,
135233                        "controllable": true,
135234                        "default": "false",
135235                        "mutable": "null",
135236                        "readable": true,
135237                        "type": "gboolean",
135238                        "writable": true
135239                    },
135240                    "cam3": {
135241                        "blurb": "Channel mute 3",
135242                        "conditionally-available": false,
135243                        "construct": true,
135244                        "construct-only": false,
135245                        "controllable": true,
135246                        "default": "false",
135247                        "mutable": "null",
135248                        "readable": true,
135249                        "type": "gboolean",
135250                        "writable": true
135251                    },
135252                    "com0": {
135253                        "blurb": "Channel Left/Right output mix 0",
135254                        "conditionally-available": false,
135255                        "construct": true,
135256                        "construct-only": false,
135257                        "controllable": true,
135258                        "default": "-100",
135259                        "max": "100",
135260                        "min": "-100",
135261                        "mutable": "null",
135262                        "readable": true,
135263                        "type": "gfloat",
135264                        "writable": true
135265                    },
135266                    "com1": {
135267                        "blurb": "Channel Left/Right output mix 1",
135268                        "conditionally-available": false,
135269                        "construct": true,
135270                        "construct-only": false,
135271                        "controllable": true,
135272                        "default": "100",
135273                        "max": "100",
135274                        "min": "-100",
135275                        "mutable": "null",
135276                        "readable": true,
135277                        "type": "gfloat",
135278                        "writable": true
135279                    },
135280                    "com2": {
135281                        "blurb": "Channel Left/Right output mix 2",
135282                        "conditionally-available": false,
135283                        "construct": true,
135284                        "construct-only": false,
135285                        "controllable": true,
135286                        "default": "-100",
135287                        "max": "100",
135288                        "min": "-100",
135289                        "mutable": "null",
135290                        "readable": true,
135291                        "type": "gfloat",
135292                        "writable": true
135293                    },
135294                    "com3": {
135295                        "blurb": "Channel Left/Right output mix 3",
135296                        "conditionally-available": false,
135297                        "construct": true,
135298                        "construct-only": false,
135299                        "controllable": true,
135300                        "default": "100",
135301                        "max": "100",
135302                        "min": "-100",
135303                        "mutable": "null",
135304                        "readable": true,
135305                        "type": "gfloat",
135306                        "writable": true
135307                    },
135308                    "cpitch": {
135309                        "blurb": "Camera Pitch angle",
135310                        "conditionally-available": false,
135311                        "construct": true,
135312                        "construct-only": false,
135313                        "controllable": true,
135314                        "default": "-25",
135315                        "max": "89",
135316                        "min": "-89",
135317                        "mutable": "null",
135318                        "readable": true,
135319                        "type": "gfloat",
135320                        "writable": true
135321                    },
135322                    "cposx": {
135323                        "blurb": "Camera X position",
135324                        "conditionally-available": false,
135325                        "construct": true,
135326                        "construct-only": false,
135327                        "controllable": true,
135328                        "default": "1",
135329                        "max": "100",
135330                        "min": "-100",
135331                        "mutable": "null",
135332                        "readable": true,
135333                        "type": "gfloat",
135334                        "writable": true
135335                    },
135336                    "cposy": {
135337                        "blurb": "Camera Y position",
135338                        "conditionally-available": false,
135339                        "construct": true,
135340                        "construct-only": false,
135341                        "controllable": true,
135342                        "default": "-0.2",
135343                        "max": "100",
135344                        "min": "-100",
135345                        "mutable": "null",
135346                        "readable": true,
135347                        "type": "gfloat",
135348                        "writable": true
135349                    },
135350                    "cposz": {
135351                        "blurb": "Camera Z position",
135352                        "conditionally-available": false,
135353                        "construct": true,
135354                        "construct-only": false,
135355                        "controllable": true,
135356                        "default": "0.5",
135357                        "max": "100",
135358                        "min": "-100",
135359                        "mutable": "null",
135360                        "readable": true,
135361                        "type": "gfloat",
135362                        "writable": true
135363                    },
135364                    "csel": {
135365                        "blurb": "Capture selector",
135366                        "conditionally-available": false,
135367                        "construct": true,
135368                        "construct-only": false,
135369                        "controllable": true,
135370                        "default": "0 (0)",
135371                        "mutable": "null",
135372                        "readable": true,
135373                        "type": "lsp-plug-in-plugins-lv2-room-builder-monocsel",
135374                        "writable": true
135375                    },
135376                    "csf0": {
135377                        "blurb": "Channel source sample 0",
135378                        "conditionally-available": false,
135379                        "construct": true,
135380                        "construct-only": false,
135381                        "controllable": true,
135382                        "default": "None (0)",
135383                        "mutable": "null",
135384                        "readable": true,
135385                        "type": "lsp-plug-in-plugins-lv2-room-builder-monocsf0",
135386                        "writable": true
135387                    },
135388                    "csf1": {
135389                        "blurb": "Channel source sample 1",
135390                        "conditionally-available": false,
135391                        "construct": true,
135392                        "construct-only": false,
135393                        "controllable": true,
135394                        "default": "None (0)",
135395                        "mutable": "null",
135396                        "readable": true,
135397                        "type": "lsp-plug-in-plugins-lv2-room-builder-monocsf1",
135398                        "writable": true
135399                    },
135400                    "csf2": {
135401                        "blurb": "Channel source sample 2",
135402                        "conditionally-available": false,
135403                        "construct": true,
135404                        "construct-only": false,
135405                        "controllable": true,
135406                        "default": "None (0)",
135407                        "mutable": "null",
135408                        "readable": true,
135409                        "type": "lsp-plug-in-plugins-lv2-room-builder-monocsf2",
135410                        "writable": true
135411                    },
135412                    "csf3": {
135413                        "blurb": "Channel source sample 3",
135414                        "conditionally-available": false,
135415                        "construct": true,
135416                        "construct-only": false,
135417                        "controllable": true,
135418                        "default": "None (0)",
135419                        "mutable": "null",
135420                        "readable": true,
135421                        "type": "lsp-plug-in-plugins-lv2-room-builder-monocsf3",
135422                        "writable": true
135423                    },
135424                    "cst0": {
135425                        "blurb": "Channel source track 0",
135426                        "conditionally-available": false,
135427                        "construct": true,
135428                        "construct-only": false,
135429                        "controllable": true,
135430                        "default": "Left (0)",
135431                        "mutable": "null",
135432                        "readable": true,
135433                        "type": "lsp-plug-in-plugins-lv2-room-builder-monocst0",
135434                        "writable": true
135435                    },
135436                    "cst1": {
135437                        "blurb": "Channel source track 1",
135438                        "conditionally-available": false,
135439                        "construct": true,
135440                        "construct-only": false,
135441                        "controllable": true,
135442                        "default": "Right (1)",
135443                        "mutable": "null",
135444                        "readable": true,
135445                        "type": "lsp-plug-in-plugins-lv2-room-builder-monocst1",
135446                        "writable": true
135447                    },
135448                    "cst2": {
135449                        "blurb": "Channel source track 2",
135450                        "conditionally-available": false,
135451                        "construct": true,
135452                        "construct-only": false,
135453                        "controllable": true,
135454                        "default": "Left (0)",
135455                        "mutable": "null",
135456                        "readable": true,
135457                        "type": "lsp-plug-in-plugins-lv2-room-builder-monocst2",
135458                        "writable": true
135459                    },
135460                    "cst3": {
135461                        "blurb": "Channel source track 3",
135462                        "conditionally-available": false,
135463                        "construct": true,
135464                        "construct-only": false,
135465                        "controllable": true,
135466                        "default": "Right (1)",
135467                        "mutable": "null",
135468                        "readable": true,
135469                        "type": "lsp-plug-in-plugins-lv2-room-builder-monocst3",
135470                        "writable": true
135471                    },
135472                    "cyaw": {
135473                        "blurb": "Camera Yaw angle",
135474                        "conditionally-available": false,
135475                        "construct": true,
135476                        "construct-only": false,
135477                        "controllable": true,
135478                        "default": "80",
135479                        "max": "360",
135480                        "min": "0",
135481                        "mutable": "null",
135482                        "readable": true,
135483                        "type": "gfloat",
135484                        "writable": true
135485                    },
135486                    "dry": {
135487                        "blurb": "Dry amount",
135488                        "conditionally-available": false,
135489                        "construct": true,
135490                        "construct-only": false,
135491                        "controllable": true,
135492                        "default": "1",
135493                        "max": "1000",
135494                        "min": "0",
135495                        "mutable": "null",
135496                        "readable": true,
135497                        "type": "gfloat",
135498                        "writable": true
135499                    },
135500                    "editor": {
135501                        "blurb": "Current editor",
135502                        "conditionally-available": false,
135503                        "construct": true,
135504                        "construct-only": false,
135505                        "controllable": true,
135506                        "default": "Source editor (0)",
135507                        "mutable": "null",
135508                        "readable": true,
135509                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoeditor",
135510                        "writable": true
135511                    },
135512                    "eq-0": {
135513                        "blurb": "Band 50Hz gain",
135514                        "conditionally-available": false,
135515                        "construct": true,
135516                        "construct-only": false,
135517                        "controllable": true,
135518                        "default": "1",
135519                        "max": "3.98107",
135520                        "min": "0.25119",
135521                        "mutable": "null",
135522                        "readable": true,
135523                        "type": "gfloat",
135524                        "writable": true
135525                    },
135526                    "eq-1": {
135527                        "blurb": "Band 107Hz gain",
135528                        "conditionally-available": false,
135529                        "construct": true,
135530                        "construct-only": false,
135531                        "controllable": true,
135532                        "default": "1",
135533                        "max": "3.98107",
135534                        "min": "0.25119",
135535                        "mutable": "null",
135536                        "readable": true,
135537                        "type": "gfloat",
135538                        "writable": true
135539                    },
135540                    "eq-2": {
135541                        "blurb": "Band 227Hz gain",
135542                        "conditionally-available": false,
135543                        "construct": true,
135544                        "construct-only": false,
135545                        "controllable": true,
135546                        "default": "1",
135547                        "max": "3.98107",
135548                        "min": "0.25119",
135549                        "mutable": "null",
135550                        "readable": true,
135551                        "type": "gfloat",
135552                        "writable": true
135553                    },
135554                    "eq-3": {
135555                        "blurb": "Band 484Hz gain",
135556                        "conditionally-available": false,
135557                        "construct": true,
135558                        "construct-only": false,
135559                        "controllable": true,
135560                        "default": "1",
135561                        "max": "3.98107",
135562                        "min": "0.25119",
135563                        "mutable": "null",
135564                        "readable": true,
135565                        "type": "gfloat",
135566                        "writable": true
135567                    },
135568                    "eq-4": {
135569                        "blurb": "Band 1 kHz gain",
135570                        "conditionally-available": false,
135571                        "construct": true,
135572                        "construct-only": false,
135573                        "controllable": true,
135574                        "default": "1",
135575                        "max": "3.98107",
135576                        "min": "0.25119",
135577                        "mutable": "null",
135578                        "readable": true,
135579                        "type": "gfloat",
135580                        "writable": true
135581                    },
135582                    "eq-5": {
135583                        "blurb": "Band 2.2 kHz gain",
135584                        "conditionally-available": false,
135585                        "construct": true,
135586                        "construct-only": false,
135587                        "controllable": true,
135588                        "default": "1",
135589                        "max": "3.98107",
135590                        "min": "0.25119",
135591                        "mutable": "null",
135592                        "readable": true,
135593                        "type": "gfloat",
135594                        "writable": true
135595                    },
135596                    "eq-6": {
135597                        "blurb": "Band 4.7 kHz gain",
135598                        "conditionally-available": false,
135599                        "construct": true,
135600                        "construct-only": false,
135601                        "controllable": true,
135602                        "default": "1",
135603                        "max": "3.98107",
135604                        "min": "0.25119",
135605                        "mutable": "null",
135606                        "readable": true,
135607                        "type": "gfloat",
135608                        "writable": true
135609                    },
135610                    "eq-7": {
135611                        "blurb": "Band 10 kHz gain",
135612                        "conditionally-available": false,
135613                        "construct": true,
135614                        "construct-only": false,
135615                        "controllable": true,
135616                        "default": "1",
135617                        "max": "3.98107",
135618                        "min": "0.25119",
135619                        "mutable": "null",
135620                        "readable": true,
135621                        "type": "gfloat",
135622                        "writable": true
135623                    },
135624                    "fft": {
135625                        "blurb": "FFT size",
135626                        "conditionally-available": false,
135627                        "construct": true,
135628                        "construct-only": false,
135629                        "controllable": true,
135630                        "default": "32767 (6)",
135631                        "mutable": "null",
135632                        "readable": true,
135633                        "type": "lsp-plug-in-plugins-lv2-room-builder-monofft",
135634                        "writable": true
135635                    },
135636                    "g-out": {
135637                        "blurb": "Output gain",
135638                        "conditionally-available": false,
135639                        "construct": true,
135640                        "construct-only": false,
135641                        "controllable": true,
135642                        "default": "1",
135643                        "max": "10",
135644                        "min": "0",
135645                        "mutable": "null",
135646                        "readable": true,
135647                        "type": "gfloat",
135648                        "writable": true
135649                    },
135650                    "hcf": {
135651                        "blurb": "High-cut frequency",
135652                        "conditionally-available": false,
135653                        "construct": true,
135654                        "construct-only": false,
135655                        "controllable": true,
135656                        "default": "10000",
135657                        "max": "22000",
135658                        "min": "2000",
135659                        "mutable": "null",
135660                        "readable": true,
135661                        "type": "gfloat",
135662                        "writable": true
135663                    },
135664                    "hcm": {
135665                        "blurb": "High-cut mode",
135666                        "conditionally-available": false,
135667                        "construct": true,
135668                        "construct-only": false,
135669                        "controllable": true,
135670                        "default": "off (0)",
135671                        "mutable": "null",
135672                        "readable": true,
135673                        "type": "lsp-plug-in-plugins-lv2-room-builder-monohcm",
135674                        "writable": true
135675                    },
135676                    "ifi-0": {
135677                        "blurb": "Fade in0",
135678                        "conditionally-available": false,
135679                        "construct": true,
135680                        "construct-only": false,
135681                        "controllable": true,
135682                        "default": "0",
135683                        "max": "10000",
135684                        "min": "0",
135685                        "mutable": "null",
135686                        "readable": true,
135687                        "type": "gfloat",
135688                        "writable": true
135689                    },
135690                    "ifi-1": {
135691                        "blurb": "Fade in1",
135692                        "conditionally-available": false,
135693                        "construct": true,
135694                        "construct-only": false,
135695                        "controllable": true,
135696                        "default": "0",
135697                        "max": "10000",
135698                        "min": "0",
135699                        "mutable": "null",
135700                        "readable": true,
135701                        "type": "gfloat",
135702                        "writable": true
135703                    },
135704                    "ifi-2": {
135705                        "blurb": "Fade in2",
135706                        "conditionally-available": false,
135707                        "construct": true,
135708                        "construct-only": false,
135709                        "controllable": true,
135710                        "default": "0",
135711                        "max": "10000",
135712                        "min": "0",
135713                        "mutable": "null",
135714                        "readable": true,
135715                        "type": "gfloat",
135716                        "writable": true
135717                    },
135718                    "ifi-3": {
135719                        "blurb": "Fade in3",
135720                        "conditionally-available": false,
135721                        "construct": true,
135722                        "construct-only": false,
135723                        "controllable": true,
135724                        "default": "0",
135725                        "max": "10000",
135726                        "min": "0",
135727                        "mutable": "null",
135728                        "readable": true,
135729                        "type": "gfloat",
135730                        "writable": true
135731                    },
135732                    "ifi-4": {
135733                        "blurb": "Fade in4",
135734                        "conditionally-available": false,
135735                        "construct": true,
135736                        "construct-only": false,
135737                        "controllable": true,
135738                        "default": "0",
135739                        "max": "10000",
135740                        "min": "0",
135741                        "mutable": "null",
135742                        "readable": true,
135743                        "type": "gfloat",
135744                        "writable": true
135745                    },
135746                    "ifi-5": {
135747                        "blurb": "Fade in5",
135748                        "conditionally-available": false,
135749                        "construct": true,
135750                        "construct-only": false,
135751                        "controllable": true,
135752                        "default": "0",
135753                        "max": "10000",
135754                        "min": "0",
135755                        "mutable": "null",
135756                        "readable": true,
135757                        "type": "gfloat",
135758                        "writable": true
135759                    },
135760                    "ifi-6": {
135761                        "blurb": "Fade in6",
135762                        "conditionally-available": false,
135763                        "construct": true,
135764                        "construct-only": false,
135765                        "controllable": true,
135766                        "default": "0",
135767                        "max": "10000",
135768                        "min": "0",
135769                        "mutable": "null",
135770                        "readable": true,
135771                        "type": "gfloat",
135772                        "writable": true
135773                    },
135774                    "ifi-7": {
135775                        "blurb": "Fade in7",
135776                        "conditionally-available": false,
135777                        "construct": true,
135778                        "construct-only": false,
135779                        "controllable": true,
135780                        "default": "0",
135781                        "max": "10000",
135782                        "min": "0",
135783                        "mutable": "null",
135784                        "readable": true,
135785                        "type": "gfloat",
135786                        "writable": true
135787                    },
135788                    "ifl-0": {
135789                        "blurb": "Impulse length0",
135790                        "conditionally-available": false,
135791                        "construct": false,
135792                        "construct-only": false,
135793                        "controllable": true,
135794                        "default": "0",
135795                        "max": "10000",
135796                        "min": "0",
135797                        "mutable": "null",
135798                        "readable": true,
135799                        "type": "gfloat",
135800                        "writable": false
135801                    },
135802                    "ifl-1": {
135803                        "blurb": "Impulse length1",
135804                        "conditionally-available": false,
135805                        "construct": false,
135806                        "construct-only": false,
135807                        "controllable": true,
135808                        "default": "0",
135809                        "max": "10000",
135810                        "min": "0",
135811                        "mutable": "null",
135812                        "readable": true,
135813                        "type": "gfloat",
135814                        "writable": false
135815                    },
135816                    "ifl-2": {
135817                        "blurb": "Impulse length2",
135818                        "conditionally-available": false,
135819                        "construct": false,
135820                        "construct-only": false,
135821                        "controllable": true,
135822                        "default": "0",
135823                        "max": "10000",
135824                        "min": "0",
135825                        "mutable": "null",
135826                        "readable": true,
135827                        "type": "gfloat",
135828                        "writable": false
135829                    },
135830                    "ifl-3": {
135831                        "blurb": "Impulse length3",
135832                        "conditionally-available": false,
135833                        "construct": false,
135834                        "construct-only": false,
135835                        "controllable": true,
135836                        "default": "0",
135837                        "max": "10000",
135838                        "min": "0",
135839                        "mutable": "null",
135840                        "readable": true,
135841                        "type": "gfloat",
135842                        "writable": false
135843                    },
135844                    "ifl-4": {
135845                        "blurb": "Impulse length4",
135846                        "conditionally-available": false,
135847                        "construct": false,
135848                        "construct-only": false,
135849                        "controllable": true,
135850                        "default": "0",
135851                        "max": "10000",
135852                        "min": "0",
135853                        "mutable": "null",
135854                        "readable": true,
135855                        "type": "gfloat",
135856                        "writable": false
135857                    },
135858                    "ifl-5": {
135859                        "blurb": "Impulse length5",
135860                        "conditionally-available": false,
135861                        "construct": false,
135862                        "construct-only": false,
135863                        "controllable": true,
135864                        "default": "0",
135865                        "max": "10000",
135866                        "min": "0",
135867                        "mutable": "null",
135868                        "readable": true,
135869                        "type": "gfloat",
135870                        "writable": false
135871                    },
135872                    "ifl-6": {
135873                        "blurb": "Impulse length6",
135874                        "conditionally-available": false,
135875                        "construct": false,
135876                        "construct-only": false,
135877                        "controllable": true,
135878                        "default": "0",
135879                        "max": "10000",
135880                        "min": "0",
135881                        "mutable": "null",
135882                        "readable": true,
135883                        "type": "gfloat",
135884                        "writable": false
135885                    },
135886                    "ifl-7": {
135887                        "blurb": "Impulse length7",
135888                        "conditionally-available": false,
135889                        "construct": false,
135890                        "construct-only": false,
135891                        "controllable": true,
135892                        "default": "0",
135893                        "max": "10000",
135894                        "min": "0",
135895                        "mutable": "null",
135896                        "readable": true,
135897                        "type": "gfloat",
135898                        "writable": false
135899                    },
135900                    "ifo": {
135901                        "blurb": "Input 3D model orientation",
135902                        "conditionally-available": false,
135903                        "construct": true,
135904                        "construct-only": false,
135905                        "controllable": true,
135906                        "default": "+Y forward, +Z up (9)",
135907                        "mutable": "null",
135908                        "readable": true,
135909                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoifo",
135910                        "writable": true
135911                    },
135912                    "ifo-0": {
135913                        "blurb": "Fade out0",
135914                        "conditionally-available": false,
135915                        "construct": true,
135916                        "construct-only": false,
135917                        "controllable": true,
135918                        "default": "0",
135919                        "max": "10000",
135920                        "min": "0",
135921                        "mutable": "null",
135922                        "readable": true,
135923                        "type": "gfloat",
135924                        "writable": true
135925                    },
135926                    "ifo-1": {
135927                        "blurb": "Fade out1",
135928                        "conditionally-available": false,
135929                        "construct": true,
135930                        "construct-only": false,
135931                        "controllable": true,
135932                        "default": "0",
135933                        "max": "10000",
135934                        "min": "0",
135935                        "mutable": "null",
135936                        "readable": true,
135937                        "type": "gfloat",
135938                        "writable": true
135939                    },
135940                    "ifo-2": {
135941                        "blurb": "Fade out2",
135942                        "conditionally-available": false,
135943                        "construct": true,
135944                        "construct-only": false,
135945                        "controllable": true,
135946                        "default": "0",
135947                        "max": "10000",
135948                        "min": "0",
135949                        "mutable": "null",
135950                        "readable": true,
135951                        "type": "gfloat",
135952                        "writable": true
135953                    },
135954                    "ifo-3": {
135955                        "blurb": "Fade out3",
135956                        "conditionally-available": false,
135957                        "construct": true,
135958                        "construct-only": false,
135959                        "controllable": true,
135960                        "default": "0",
135961                        "max": "10000",
135962                        "min": "0",
135963                        "mutable": "null",
135964                        "readable": true,
135965                        "type": "gfloat",
135966                        "writable": true
135967                    },
135968                    "ifo-4": {
135969                        "blurb": "Fade out4",
135970                        "conditionally-available": false,
135971                        "construct": true,
135972                        "construct-only": false,
135973                        "controllable": true,
135974                        "default": "0",
135975                        "max": "10000",
135976                        "min": "0",
135977                        "mutable": "null",
135978                        "readable": true,
135979                        "type": "gfloat",
135980                        "writable": true
135981                    },
135982                    "ifo-5": {
135983                        "blurb": "Fade out5",
135984                        "conditionally-available": false,
135985                        "construct": true,
135986                        "construct-only": false,
135987                        "controllable": true,
135988                        "default": "0",
135989                        "max": "10000",
135990                        "min": "0",
135991                        "mutable": "null",
135992                        "readable": true,
135993                        "type": "gfloat",
135994                        "writable": true
135995                    },
135996                    "ifo-6": {
135997                        "blurb": "Fade out6",
135998                        "conditionally-available": false,
135999                        "construct": true,
136000                        "construct-only": false,
136001                        "controllable": true,
136002                        "default": "0",
136003                        "max": "10000",
136004                        "min": "0",
136005                        "mutable": "null",
136006                        "readable": true,
136007                        "type": "gfloat",
136008                        "writable": true
136009                    },
136010                    "ifo-7": {
136011                        "blurb": "Fade out7",
136012                        "conditionally-available": false,
136013                        "construct": true,
136014                        "construct-only": false,
136015                        "controllable": true,
136016                        "default": "0",
136017                        "max": "10000",
136018                        "min": "0",
136019                        "mutable": "null",
136020                        "readable": true,
136021                        "type": "gfloat",
136022                        "writable": true
136023                    },
136024                    "ifp": {
136025                        "blurb": "File loading progress",
136026                        "conditionally-available": false,
136027                        "construct": false,
136028                        "construct-only": false,
136029                        "controllable": true,
136030                        "default": "0",
136031                        "max": "100",
136032                        "min": "0",
136033                        "mutable": "null",
136034                        "readable": true,
136035                        "type": "gfloat",
136036                        "writable": false
136037                    },
136038                    "ifs": {
136039                        "blurb": "Input 3D model load status",
136040                        "conditionally-available": false,
136041                        "construct": false,
136042                        "construct-only": false,
136043                        "controllable": true,
136044                        "default": "0",
136045                        "max": "55",
136046                        "min": "0",
136047                        "mutable": "null",
136048                        "readable": true,
136049                        "type": "gint",
136050                        "writable": false
136051                    },
136052                    "ifs-0": {
136053                        "blurb": "Impulse status0",
136054                        "conditionally-available": false,
136055                        "construct": false,
136056                        "construct-only": false,
136057                        "controllable": true,
136058                        "default": "0",
136059                        "max": "55",
136060                        "min": "0",
136061                        "mutable": "null",
136062                        "readable": true,
136063                        "type": "gint",
136064                        "writable": false
136065                    },
136066                    "ifs-1": {
136067                        "blurb": "Impulse status1",
136068                        "conditionally-available": false,
136069                        "construct": false,
136070                        "construct-only": false,
136071                        "controllable": true,
136072                        "default": "0",
136073                        "max": "55",
136074                        "min": "0",
136075                        "mutable": "null",
136076                        "readable": true,
136077                        "type": "gint",
136078                        "writable": false
136079                    },
136080                    "ifs-2": {
136081                        "blurb": "Impulse status2",
136082                        "conditionally-available": false,
136083                        "construct": false,
136084                        "construct-only": false,
136085                        "controllable": true,
136086                        "default": "0",
136087                        "max": "55",
136088                        "min": "0",
136089                        "mutable": "null",
136090                        "readable": true,
136091                        "type": "gint",
136092                        "writable": false
136093                    },
136094                    "ifs-3": {
136095                        "blurb": "Impulse status3",
136096                        "conditionally-available": false,
136097                        "construct": false,
136098                        "construct-only": false,
136099                        "controllable": true,
136100                        "default": "0",
136101                        "max": "55",
136102                        "min": "0",
136103                        "mutable": "null",
136104                        "readable": true,
136105                        "type": "gint",
136106                        "writable": false
136107                    },
136108                    "ifs-4": {
136109                        "blurb": "Impulse status4",
136110                        "conditionally-available": false,
136111                        "construct": false,
136112                        "construct-only": false,
136113                        "controllable": true,
136114                        "default": "0",
136115                        "max": "55",
136116                        "min": "0",
136117                        "mutable": "null",
136118                        "readable": true,
136119                        "type": "gint",
136120                        "writable": false
136121                    },
136122                    "ifs-5": {
136123                        "blurb": "Impulse status5",
136124                        "conditionally-available": false,
136125                        "construct": false,
136126                        "construct-only": false,
136127                        "controllable": true,
136128                        "default": "0",
136129                        "max": "55",
136130                        "min": "0",
136131                        "mutable": "null",
136132                        "readable": true,
136133                        "type": "gint",
136134                        "writable": false
136135                    },
136136                    "ifs-6": {
136137                        "blurb": "Impulse status6",
136138                        "conditionally-available": false,
136139                        "construct": false,
136140                        "construct-only": false,
136141                        "controllable": true,
136142                        "default": "0",
136143                        "max": "55",
136144                        "min": "0",
136145                        "mutable": "null",
136146                        "readable": true,
136147                        "type": "gint",
136148                        "writable": false
136149                    },
136150                    "ifs-7": {
136151                        "blurb": "Impulse status7",
136152                        "conditionally-available": false,
136153                        "construct": false,
136154                        "construct-only": false,
136155                        "controllable": true,
136156                        "default": "0",
136157                        "max": "55",
136158                        "min": "0",
136159                        "mutable": "null",
136160                        "readable": true,
136161                        "type": "gint",
136162                        "writable": false
136163                    },
136164                    "ihc-0": {
136165                        "blurb": "Head cut0",
136166                        "conditionally-available": false,
136167                        "construct": true,
136168                        "construct-only": false,
136169                        "controllable": true,
136170                        "default": "0",
136171                        "max": "10000",
136172                        "min": "0",
136173                        "mutable": "null",
136174                        "readable": true,
136175                        "type": "gfloat",
136176                        "writable": true
136177                    },
136178                    "ihc-1": {
136179                        "blurb": "Head cut1",
136180                        "conditionally-available": false,
136181                        "construct": true,
136182                        "construct-only": false,
136183                        "controllable": true,
136184                        "default": "0",
136185                        "max": "10000",
136186                        "min": "0",
136187                        "mutable": "null",
136188                        "readable": true,
136189                        "type": "gfloat",
136190                        "writable": true
136191                    },
136192                    "ihc-2": {
136193                        "blurb": "Head cut2",
136194                        "conditionally-available": false,
136195                        "construct": true,
136196                        "construct-only": false,
136197                        "controllable": true,
136198                        "default": "0",
136199                        "max": "10000",
136200                        "min": "0",
136201                        "mutable": "null",
136202                        "readable": true,
136203                        "type": "gfloat",
136204                        "writable": true
136205                    },
136206                    "ihc-3": {
136207                        "blurb": "Head cut3",
136208                        "conditionally-available": false,
136209                        "construct": true,
136210                        "construct-only": false,
136211                        "controllable": true,
136212                        "default": "0",
136213                        "max": "10000",
136214                        "min": "0",
136215                        "mutable": "null",
136216                        "readable": true,
136217                        "type": "gfloat",
136218                        "writable": true
136219                    },
136220                    "ihc-4": {
136221                        "blurb": "Head cut4",
136222                        "conditionally-available": false,
136223                        "construct": true,
136224                        "construct-only": false,
136225                        "controllable": true,
136226                        "default": "0",
136227                        "max": "10000",
136228                        "min": "0",
136229                        "mutable": "null",
136230                        "readable": true,
136231                        "type": "gfloat",
136232                        "writable": true
136233                    },
136234                    "ihc-5": {
136235                        "blurb": "Head cut5",
136236                        "conditionally-available": false,
136237                        "construct": true,
136238                        "construct-only": false,
136239                        "controllable": true,
136240                        "default": "0",
136241                        "max": "10000",
136242                        "min": "0",
136243                        "mutable": "null",
136244                        "readable": true,
136245                        "type": "gfloat",
136246                        "writable": true
136247                    },
136248                    "ihc-6": {
136249                        "blurb": "Head cut6",
136250                        "conditionally-available": false,
136251                        "construct": true,
136252                        "construct-only": false,
136253                        "controllable": true,
136254                        "default": "0",
136255                        "max": "10000",
136256                        "min": "0",
136257                        "mutable": "null",
136258                        "readable": true,
136259                        "type": "gfloat",
136260                        "writable": true
136261                    },
136262                    "ihc-7": {
136263                        "blurb": "Head cut7",
136264                        "conditionally-available": false,
136265                        "construct": true,
136266                        "construct-only": false,
136267                        "controllable": true,
136268                        "default": "0",
136269                        "max": "10000",
136270                        "min": "0",
136271                        "mutable": "null",
136272                        "readable": true,
136273                        "type": "gfloat",
136274                        "writable": true
136275                    },
136276                    "ils-0": {
136277                        "blurb": "Impulse listen0",
136278                        "conditionally-available": false,
136279                        "construct": true,
136280                        "construct-only": false,
136281                        "controllable": true,
136282                        "default": "false",
136283                        "mutable": "null",
136284                        "readable": true,
136285                        "type": "gboolean",
136286                        "writable": true
136287                    },
136288                    "ils-1": {
136289                        "blurb": "Impulse listen1",
136290                        "conditionally-available": false,
136291                        "construct": true,
136292                        "construct-only": false,
136293                        "controllable": true,
136294                        "default": "false",
136295                        "mutable": "null",
136296                        "readable": true,
136297                        "type": "gboolean",
136298                        "writable": true
136299                    },
136300                    "ils-2": {
136301                        "blurb": "Impulse listen2",
136302                        "conditionally-available": false,
136303                        "construct": true,
136304                        "construct-only": false,
136305                        "controllable": true,
136306                        "default": "false",
136307                        "mutable": "null",
136308                        "readable": true,
136309                        "type": "gboolean",
136310                        "writable": true
136311                    },
136312                    "ils-3": {
136313                        "blurb": "Impulse listen3",
136314                        "conditionally-available": false,
136315                        "construct": true,
136316                        "construct-only": false,
136317                        "controllable": true,
136318                        "default": "false",
136319                        "mutable": "null",
136320                        "readable": true,
136321                        "type": "gboolean",
136322                        "writable": true
136323                    },
136324                    "ils-4": {
136325                        "blurb": "Impulse listen4",
136326                        "conditionally-available": false,
136327                        "construct": true,
136328                        "construct-only": false,
136329                        "controllable": true,
136330                        "default": "false",
136331                        "mutable": "null",
136332                        "readable": true,
136333                        "type": "gboolean",
136334                        "writable": true
136335                    },
136336                    "ils-5": {
136337                        "blurb": "Impulse listen5",
136338                        "conditionally-available": false,
136339                        "construct": true,
136340                        "construct-only": false,
136341                        "controllable": true,
136342                        "default": "false",
136343                        "mutable": "null",
136344                        "readable": true,
136345                        "type": "gboolean",
136346                        "writable": true
136347                    },
136348                    "ils-6": {
136349                        "blurb": "Impulse listen6",
136350                        "conditionally-available": false,
136351                        "construct": true,
136352                        "construct-only": false,
136353                        "controllable": true,
136354                        "default": "false",
136355                        "mutable": "null",
136356                        "readable": true,
136357                        "type": "gboolean",
136358                        "writable": true
136359                    },
136360                    "ils-7": {
136361                        "blurb": "Impulse listen7",
136362                        "conditionally-available": false,
136363                        "construct": true,
136364                        "construct-only": false,
136365                        "controllable": true,
136366                        "default": "false",
136367                        "mutable": "null",
136368                        "readable": true,
136369                        "type": "gboolean",
136370                        "writable": true
136371                    },
136372                    "imkp-0": {
136373                        "blurb": "Impulse makeup gain0",
136374                        "conditionally-available": false,
136375                        "construct": true,
136376                        "construct-only": false,
136377                        "controllable": true,
136378                        "default": "1",
136379                        "max": "1000",
136380                        "min": "0.001",
136381                        "mutable": "null",
136382                        "readable": true,
136383                        "type": "gfloat",
136384                        "writable": true
136385                    },
136386                    "imkp-1": {
136387                        "blurb": "Impulse makeup gain1",
136388                        "conditionally-available": false,
136389                        "construct": true,
136390                        "construct-only": false,
136391                        "controllable": true,
136392                        "default": "1",
136393                        "max": "1000",
136394                        "min": "0.001",
136395                        "mutable": "null",
136396                        "readable": true,
136397                        "type": "gfloat",
136398                        "writable": true
136399                    },
136400                    "imkp-2": {
136401                        "blurb": "Impulse makeup gain2",
136402                        "conditionally-available": false,
136403                        "construct": true,
136404                        "construct-only": false,
136405                        "controllable": true,
136406                        "default": "1",
136407                        "max": "1000",
136408                        "min": "0.001",
136409                        "mutable": "null",
136410                        "readable": true,
136411                        "type": "gfloat",
136412                        "writable": true
136413                    },
136414                    "imkp-3": {
136415                        "blurb": "Impulse makeup gain3",
136416                        "conditionally-available": false,
136417                        "construct": true,
136418                        "construct-only": false,
136419                        "controllable": true,
136420                        "default": "1",
136421                        "max": "1000",
136422                        "min": "0.001",
136423                        "mutable": "null",
136424                        "readable": true,
136425                        "type": "gfloat",
136426                        "writable": true
136427                    },
136428                    "imkp-4": {
136429                        "blurb": "Impulse makeup gain4",
136430                        "conditionally-available": false,
136431                        "construct": true,
136432                        "construct-only": false,
136433                        "controllable": true,
136434                        "default": "1",
136435                        "max": "1000",
136436                        "min": "0.001",
136437                        "mutable": "null",
136438                        "readable": true,
136439                        "type": "gfloat",
136440                        "writable": true
136441                    },
136442                    "imkp-5": {
136443                        "blurb": "Impulse makeup gain5",
136444                        "conditionally-available": false,
136445                        "construct": true,
136446                        "construct-only": false,
136447                        "controllable": true,
136448                        "default": "1",
136449                        "max": "1000",
136450                        "min": "0.001",
136451                        "mutable": "null",
136452                        "readable": true,
136453                        "type": "gfloat",
136454                        "writable": true
136455                    },
136456                    "imkp-6": {
136457                        "blurb": "Impulse makeup gain6",
136458                        "conditionally-available": false,
136459                        "construct": true,
136460                        "construct-only": false,
136461                        "controllable": true,
136462                        "default": "1",
136463                        "max": "1000",
136464                        "min": "0.001",
136465                        "mutable": "null",
136466                        "readable": true,
136467                        "type": "gfloat",
136468                        "writable": true
136469                    },
136470                    "imkp-7": {
136471                        "blurb": "Impulse makeup gain7",
136472                        "conditionally-available": false,
136473                        "construct": true,
136474                        "construct-only": false,
136475                        "controllable": true,
136476                        "default": "1",
136477                        "max": "1000",
136478                        "min": "0.001",
136479                        "mutable": "null",
136480                        "readable": true,
136481                        "type": "gfloat",
136482                        "writable": true
136483                    },
136484                    "irv-0": {
136485                        "blurb": "Impulse reverse0",
136486                        "conditionally-available": false,
136487                        "construct": true,
136488                        "construct-only": false,
136489                        "controllable": true,
136490                        "default": "false",
136491                        "mutable": "null",
136492                        "readable": true,
136493                        "type": "gboolean",
136494                        "writable": true
136495                    },
136496                    "irv-1": {
136497                        "blurb": "Impulse reverse1",
136498                        "conditionally-available": false,
136499                        "construct": true,
136500                        "construct-only": false,
136501                        "controllable": true,
136502                        "default": "false",
136503                        "mutable": "null",
136504                        "readable": true,
136505                        "type": "gboolean",
136506                        "writable": true
136507                    },
136508                    "irv-2": {
136509                        "blurb": "Impulse reverse2",
136510                        "conditionally-available": false,
136511                        "construct": true,
136512                        "construct-only": false,
136513                        "controllable": true,
136514                        "default": "false",
136515                        "mutable": "null",
136516                        "readable": true,
136517                        "type": "gboolean",
136518                        "writable": true
136519                    },
136520                    "irv-3": {
136521                        "blurb": "Impulse reverse3",
136522                        "conditionally-available": false,
136523                        "construct": true,
136524                        "construct-only": false,
136525                        "controllable": true,
136526                        "default": "false",
136527                        "mutable": "null",
136528                        "readable": true,
136529                        "type": "gboolean",
136530                        "writable": true
136531                    },
136532                    "irv-4": {
136533                        "blurb": "Impulse reverse4",
136534                        "conditionally-available": false,
136535                        "construct": true,
136536                        "construct-only": false,
136537                        "controllable": true,
136538                        "default": "false",
136539                        "mutable": "null",
136540                        "readable": true,
136541                        "type": "gboolean",
136542                        "writable": true
136543                    },
136544                    "irv-5": {
136545                        "blurb": "Impulse reverse5",
136546                        "conditionally-available": false,
136547                        "construct": true,
136548                        "construct-only": false,
136549                        "controllable": true,
136550                        "default": "false",
136551                        "mutable": "null",
136552                        "readable": true,
136553                        "type": "gboolean",
136554                        "writable": true
136555                    },
136556                    "irv-6": {
136557                        "blurb": "Impulse reverse6",
136558                        "conditionally-available": false,
136559                        "construct": true,
136560                        "construct-only": false,
136561                        "controllable": true,
136562                        "default": "false",
136563                        "mutable": "null",
136564                        "readable": true,
136565                        "type": "gboolean",
136566                        "writable": true
136567                    },
136568                    "irv-7": {
136569                        "blurb": "Impulse reverse7",
136570                        "conditionally-available": false,
136571                        "construct": true,
136572                        "construct-only": false,
136573                        "controllable": true,
136574                        "default": "false",
136575                        "mutable": "null",
136576                        "readable": true,
136577                        "type": "gboolean",
136578                        "writable": true
136579                    },
136580                    "itc-0": {
136581                        "blurb": "Tail cut0",
136582                        "conditionally-available": false,
136583                        "construct": true,
136584                        "construct-only": false,
136585                        "controllable": true,
136586                        "default": "0",
136587                        "max": "10000",
136588                        "min": "0",
136589                        "mutable": "null",
136590                        "readable": true,
136591                        "type": "gfloat",
136592                        "writable": true
136593                    },
136594                    "itc-1": {
136595                        "blurb": "Tail cut1",
136596                        "conditionally-available": false,
136597                        "construct": true,
136598                        "construct-only": false,
136599                        "controllable": true,
136600                        "default": "0",
136601                        "max": "10000",
136602                        "min": "0",
136603                        "mutable": "null",
136604                        "readable": true,
136605                        "type": "gfloat",
136606                        "writable": true
136607                    },
136608                    "itc-2": {
136609                        "blurb": "Tail cut2",
136610                        "conditionally-available": false,
136611                        "construct": true,
136612                        "construct-only": false,
136613                        "controllable": true,
136614                        "default": "0",
136615                        "max": "10000",
136616                        "min": "0",
136617                        "mutable": "null",
136618                        "readable": true,
136619                        "type": "gfloat",
136620                        "writable": true
136621                    },
136622                    "itc-3": {
136623                        "blurb": "Tail cut3",
136624                        "conditionally-available": false,
136625                        "construct": true,
136626                        "construct-only": false,
136627                        "controllable": true,
136628                        "default": "0",
136629                        "max": "10000",
136630                        "min": "0",
136631                        "mutable": "null",
136632                        "readable": true,
136633                        "type": "gfloat",
136634                        "writable": true
136635                    },
136636                    "itc-4": {
136637                        "blurb": "Tail cut4",
136638                        "conditionally-available": false,
136639                        "construct": true,
136640                        "construct-only": false,
136641                        "controllable": true,
136642                        "default": "0",
136643                        "max": "10000",
136644                        "min": "0",
136645                        "mutable": "null",
136646                        "readable": true,
136647                        "type": "gfloat",
136648                        "writable": true
136649                    },
136650                    "itc-5": {
136651                        "blurb": "Tail cut5",
136652                        "conditionally-available": false,
136653                        "construct": true,
136654                        "construct-only": false,
136655                        "controllable": true,
136656                        "default": "0",
136657                        "max": "10000",
136658                        "min": "0",
136659                        "mutable": "null",
136660                        "readable": true,
136661                        "type": "gfloat",
136662                        "writable": true
136663                    },
136664                    "itc-6": {
136665                        "blurb": "Tail cut6",
136666                        "conditionally-available": false,
136667                        "construct": true,
136668                        "construct-only": false,
136669                        "controllable": true,
136670                        "default": "0",
136671                        "max": "10000",
136672                        "min": "0",
136673                        "mutable": "null",
136674                        "readable": true,
136675                        "type": "gfloat",
136676                        "writable": true
136677                    },
136678                    "itc-7": {
136679                        "blurb": "Tail cut7",
136680                        "conditionally-available": false,
136681                        "construct": true,
136682                        "construct-only": false,
136683                        "controllable": true,
136684                        "default": "0",
136685                        "max": "10000",
136686                        "min": "0",
136687                        "mutable": "null",
136688                        "readable": true,
136689                        "type": "gfloat",
136690                        "writable": true
136691                    },
136692                    "lcf": {
136693                        "blurb": "Low-cut frequency",
136694                        "conditionally-available": false,
136695                        "construct": true,
136696                        "construct-only": false,
136697                        "controllable": true,
136698                        "default": "50",
136699                        "max": "1000",
136700                        "min": "10",
136701                        "mutable": "null",
136702                        "readable": true,
136703                        "type": "gfloat",
136704                        "writable": true
136705                    },
136706                    "lcm": {
136707                        "blurb": "Low-cut mode",
136708                        "conditionally-available": false,
136709                        "construct": true,
136710                        "construct-only": false,
136711                        "controllable": true,
136712                        "default": "off (0)",
136713                        "mutable": "null",
136714                        "readable": true,
136715                        "type": "lsp-plug-in-plugins-lv2-room-builder-monolcm",
136716                        "writable": true
136717                    },
136718                    "mk0": {
136719                        "blurb": "Makeup gain 0",
136720                        "conditionally-available": false,
136721                        "construct": true,
136722                        "construct-only": false,
136723                        "controllable": true,
136724                        "default": "1",
136725                        "max": "100",
136726                        "min": "0",
136727                        "mutable": "null",
136728                        "readable": true,
136729                        "type": "gfloat",
136730                        "writable": true
136731                    },
136732                    "mk1": {
136733                        "blurb": "Makeup gain 1",
136734                        "conditionally-available": false,
136735                        "construct": true,
136736                        "construct-only": false,
136737                        "controllable": true,
136738                        "default": "1",
136739                        "max": "100",
136740                        "min": "0",
136741                        "mutable": "null",
136742                        "readable": true,
136743                        "type": "gfloat",
136744                        "writable": true
136745                    },
136746                    "mk2": {
136747                        "blurb": "Makeup gain 2",
136748                        "conditionally-available": false,
136749                        "construct": true,
136750                        "construct-only": false,
136751                        "controllable": true,
136752                        "default": "1",
136753                        "max": "100",
136754                        "min": "0",
136755                        "mutable": "null",
136756                        "readable": true,
136757                        "type": "gfloat",
136758                        "writable": true
136759                    },
136760                    "mk3": {
136761                        "blurb": "Makeup gain 3",
136762                        "conditionally-available": false,
136763                        "construct": true,
136764                        "construct-only": false,
136765                        "controllable": true,
136766                        "default": "1",
136767                        "max": "100",
136768                        "min": "0",
136769                        "mutable": "null",
136770                        "readable": true,
136771                        "type": "gfloat",
136772                        "writable": true
136773                    },
136774                    "normal": {
136775                        "blurb": "Normalize rendered samples",
136776                        "conditionally-available": false,
136777                        "construct": true,
136778                        "construct-only": false,
136779                        "controllable": true,
136780                        "default": "false",
136781                        "mutable": "null",
136782                        "readable": true,
136783                        "type": "gboolean",
136784                        "writable": true
136785                    },
136786                    "ofc-0": {
136787                        "blurb": "Sample save command0",
136788                        "conditionally-available": false,
136789                        "construct": true,
136790                        "construct-only": false,
136791                        "controllable": true,
136792                        "default": "false",
136793                        "mutable": "null",
136794                        "readable": true,
136795                        "type": "gboolean",
136796                        "writable": true
136797                    },
136798                    "ofc-1": {
136799                        "blurb": "Sample save command1",
136800                        "conditionally-available": false,
136801                        "construct": true,
136802                        "construct-only": false,
136803                        "controllable": true,
136804                        "default": "false",
136805                        "mutable": "null",
136806                        "readable": true,
136807                        "type": "gboolean",
136808                        "writable": true
136809                    },
136810                    "ofc-2": {
136811                        "blurb": "Sample save command2",
136812                        "conditionally-available": false,
136813                        "construct": true,
136814                        "construct-only": false,
136815                        "controllable": true,
136816                        "default": "false",
136817                        "mutable": "null",
136818                        "readable": true,
136819                        "type": "gboolean",
136820                        "writable": true
136821                    },
136822                    "ofc-3": {
136823                        "blurb": "Sample save command3",
136824                        "conditionally-available": false,
136825                        "construct": true,
136826                        "construct-only": false,
136827                        "controllable": true,
136828                        "default": "false",
136829                        "mutable": "null",
136830                        "readable": true,
136831                        "type": "gboolean",
136832                        "writable": true
136833                    },
136834                    "ofc-4": {
136835                        "blurb": "Sample save command4",
136836                        "conditionally-available": false,
136837                        "construct": true,
136838                        "construct-only": false,
136839                        "controllable": true,
136840                        "default": "false",
136841                        "mutable": "null",
136842                        "readable": true,
136843                        "type": "gboolean",
136844                        "writable": true
136845                    },
136846                    "ofc-5": {
136847                        "blurb": "Sample save command5",
136848                        "conditionally-available": false,
136849                        "construct": true,
136850                        "construct-only": false,
136851                        "controllable": true,
136852                        "default": "false",
136853                        "mutable": "null",
136854                        "readable": true,
136855                        "type": "gboolean",
136856                        "writable": true
136857                    },
136858                    "ofc-6": {
136859                        "blurb": "Sample save command6",
136860                        "conditionally-available": false,
136861                        "construct": true,
136862                        "construct-only": false,
136863                        "controllable": true,
136864                        "default": "false",
136865                        "mutable": "null",
136866                        "readable": true,
136867                        "type": "gboolean",
136868                        "writable": true
136869                    },
136870                    "ofc-7": {
136871                        "blurb": "Sample save command7",
136872                        "conditionally-available": false,
136873                        "construct": true,
136874                        "construct-only": false,
136875                        "controllable": true,
136876                        "default": "false",
136877                        "mutable": "null",
136878                        "readable": true,
136879                        "type": "gboolean",
136880                        "writable": true
136881                    },
136882                    "ofp-0": {
136883                        "blurb": "Sample saving progress0",
136884                        "conditionally-available": false,
136885                        "construct": false,
136886                        "construct-only": false,
136887                        "controllable": true,
136888                        "default": "0",
136889                        "max": "100",
136890                        "min": "0",
136891                        "mutable": "null",
136892                        "readable": true,
136893                        "type": "gfloat",
136894                        "writable": false
136895                    },
136896                    "ofp-1": {
136897                        "blurb": "Sample saving progress1",
136898                        "conditionally-available": false,
136899                        "construct": false,
136900                        "construct-only": false,
136901                        "controllable": true,
136902                        "default": "0",
136903                        "max": "100",
136904                        "min": "0",
136905                        "mutable": "null",
136906                        "readable": true,
136907                        "type": "gfloat",
136908                        "writable": false
136909                    },
136910                    "ofp-2": {
136911                        "blurb": "Sample saving progress2",
136912                        "conditionally-available": false,
136913                        "construct": false,
136914                        "construct-only": false,
136915                        "controllable": true,
136916                        "default": "0",
136917                        "max": "100",
136918                        "min": "0",
136919                        "mutable": "null",
136920                        "readable": true,
136921                        "type": "gfloat",
136922                        "writable": false
136923                    },
136924                    "ofp-3": {
136925                        "blurb": "Sample saving progress3",
136926                        "conditionally-available": false,
136927                        "construct": false,
136928                        "construct-only": false,
136929                        "controllable": true,
136930                        "default": "0",
136931                        "max": "100",
136932                        "min": "0",
136933                        "mutable": "null",
136934                        "readable": true,
136935                        "type": "gfloat",
136936                        "writable": false
136937                    },
136938                    "ofp-4": {
136939                        "blurb": "Sample saving progress4",
136940                        "conditionally-available": false,
136941                        "construct": false,
136942                        "construct-only": false,
136943                        "controllable": true,
136944                        "default": "0",
136945                        "max": "100",
136946                        "min": "0",
136947                        "mutable": "null",
136948                        "readable": true,
136949                        "type": "gfloat",
136950                        "writable": false
136951                    },
136952                    "ofp-5": {
136953                        "blurb": "Sample saving progress5",
136954                        "conditionally-available": false,
136955                        "construct": false,
136956                        "construct-only": false,
136957                        "controllable": true,
136958                        "default": "0",
136959                        "max": "100",
136960                        "min": "0",
136961                        "mutable": "null",
136962                        "readable": true,
136963                        "type": "gfloat",
136964                        "writable": false
136965                    },
136966                    "ofp-6": {
136967                        "blurb": "Sample saving progress6",
136968                        "conditionally-available": false,
136969                        "construct": false,
136970                        "construct-only": false,
136971                        "controllable": true,
136972                        "default": "0",
136973                        "max": "100",
136974                        "min": "0",
136975                        "mutable": "null",
136976                        "readable": true,
136977                        "type": "gfloat",
136978                        "writable": false
136979                    },
136980                    "ofp-7": {
136981                        "blurb": "Sample saving progress7",
136982                        "conditionally-available": false,
136983                        "construct": false,
136984                        "construct-only": false,
136985                        "controllable": true,
136986                        "default": "0",
136987                        "max": "100",
136988                        "min": "0",
136989                        "mutable": "null",
136990                        "readable": true,
136991                        "type": "gfloat",
136992                        "writable": false
136993                    },
136994                    "ofs-0": {
136995                        "blurb": "Sample saving status0",
136996                        "conditionally-available": false,
136997                        "construct": false,
136998                        "construct-only": false,
136999                        "controllable": true,
137000                        "default": "0",
137001                        "max": "55",
137002                        "min": "0",
137003                        "mutable": "null",
137004                        "readable": true,
137005                        "type": "gint",
137006                        "writable": false
137007                    },
137008                    "ofs-1": {
137009                        "blurb": "Sample saving status1",
137010                        "conditionally-available": false,
137011                        "construct": false,
137012                        "construct-only": false,
137013                        "controllable": true,
137014                        "default": "0",
137015                        "max": "55",
137016                        "min": "0",
137017                        "mutable": "null",
137018                        "readable": true,
137019                        "type": "gint",
137020                        "writable": false
137021                    },
137022                    "ofs-2": {
137023                        "blurb": "Sample saving status2",
137024                        "conditionally-available": false,
137025                        "construct": false,
137026                        "construct-only": false,
137027                        "controllable": true,
137028                        "default": "0",
137029                        "max": "55",
137030                        "min": "0",
137031                        "mutable": "null",
137032                        "readable": true,
137033                        "type": "gint",
137034                        "writable": false
137035                    },
137036                    "ofs-3": {
137037                        "blurb": "Sample saving status3",
137038                        "conditionally-available": false,
137039                        "construct": false,
137040                        "construct-only": false,
137041                        "controllable": true,
137042                        "default": "0",
137043                        "max": "55",
137044                        "min": "0",
137045                        "mutable": "null",
137046                        "readable": true,
137047                        "type": "gint",
137048                        "writable": false
137049                    },
137050                    "ofs-4": {
137051                        "blurb": "Sample saving status4",
137052                        "conditionally-available": false,
137053                        "construct": false,
137054                        "construct-only": false,
137055                        "controllable": true,
137056                        "default": "0",
137057                        "max": "55",
137058                        "min": "0",
137059                        "mutable": "null",
137060                        "readable": true,
137061                        "type": "gint",
137062                        "writable": false
137063                    },
137064                    "ofs-5": {
137065                        "blurb": "Sample saving status5",
137066                        "conditionally-available": false,
137067                        "construct": false,
137068                        "construct-only": false,
137069                        "controllable": true,
137070                        "default": "0",
137071                        "max": "55",
137072                        "min": "0",
137073                        "mutable": "null",
137074                        "readable": true,
137075                        "type": "gint",
137076                        "writable": false
137077                    },
137078                    "ofs-6": {
137079                        "blurb": "Sample saving status6",
137080                        "conditionally-available": false,
137081                        "construct": false,
137082                        "construct-only": false,
137083                        "controllable": true,
137084                        "default": "0",
137085                        "max": "55",
137086                        "min": "0",
137087                        "mutable": "null",
137088                        "readable": true,
137089                        "type": "gint",
137090                        "writable": false
137091                    },
137092                    "ofs-7": {
137093                        "blurb": "Sample saving status7",
137094                        "conditionally-available": false,
137095                        "construct": false,
137096                        "construct-only": false,
137097                        "controllable": true,
137098                        "default": "0",
137099                        "max": "55",
137100                        "min": "0",
137101                        "mutable": "null",
137102                        "readable": true,
137103                        "type": "gint",
137104                        "writable": false
137105                    },
137106                    "out-latency": {
137107                        "blurb": "Latency OUT",
137108                        "conditionally-available": false,
137109                        "construct": false,
137110                        "construct-only": false,
137111                        "controllable": true,
137112                        "default": "0",
137113                        "max": "192000",
137114                        "min": "0",
137115                        "mutable": "null",
137116                        "readable": true,
137117                        "type": "gint",
137118                        "writable": false
137119                    },
137120                    "p": {
137121                        "blurb": "Panorama",
137122                        "conditionally-available": false,
137123                        "construct": true,
137124                        "construct-only": false,
137125                        "controllable": true,
137126                        "default": "0",
137127                        "max": "100",
137128                        "min": "-100",
137129                        "mutable": "null",
137130                        "readable": true,
137131                        "type": "gfloat",
137132                        "writable": true
137133                    },
137134                    "pd": {
137135                        "blurb": "Pre-delay",
137136                        "conditionally-available": false,
137137                        "construct": true,
137138                        "construct-only": false,
137139                        "controllable": true,
137140                        "default": "0",
137141                        "max": "100",
137142                        "min": "0",
137143                        "mutable": "null",
137144                        "readable": true,
137145                        "type": "gfloat",
137146                        "writable": true
137147                    },
137148                    "pd0": {
137149                        "blurb": "Channel pre-delay 0",
137150                        "conditionally-available": false,
137151                        "construct": true,
137152                        "construct-only": false,
137153                        "controllable": true,
137154                        "default": "0",
137155                        "max": "100",
137156                        "min": "0",
137157                        "mutable": "null",
137158                        "readable": true,
137159                        "type": "gfloat",
137160                        "writable": true
137161                    },
137162                    "pd1": {
137163                        "blurb": "Channel pre-delay 1",
137164                        "conditionally-available": false,
137165                        "construct": true,
137166                        "construct-only": false,
137167                        "controllable": true,
137168                        "default": "0",
137169                        "max": "100",
137170                        "min": "0",
137171                        "mutable": "null",
137172                        "readable": true,
137173                        "type": "gfloat",
137174                        "writable": true
137175                    },
137176                    "pd2": {
137177                        "blurb": "Channel pre-delay 2",
137178                        "conditionally-available": false,
137179                        "construct": true,
137180                        "construct-only": false,
137181                        "controllable": true,
137182                        "default": "0",
137183                        "max": "100",
137184                        "min": "0",
137185                        "mutable": "null",
137186                        "readable": true,
137187                        "type": "gfloat",
137188                        "writable": true
137189                    },
137190                    "pd3": {
137191                        "blurb": "Channel pre-delay 3",
137192                        "conditionally-available": false,
137193                        "construct": true,
137194                        "construct-only": false,
137195                        "controllable": true,
137196                        "default": "0",
137197                        "max": "100",
137198                        "min": "0",
137199                        "mutable": "null",
137200                        "readable": true,
137201                        "type": "gfloat",
137202                        "writable": true
137203                    },
137204                    "prog": {
137205                        "blurb": "Rendering progress",
137206                        "conditionally-available": false,
137207                        "construct": false,
137208                        "construct-only": false,
137209                        "controllable": true,
137210                        "default": "0",
137211                        "max": "100",
137212                        "min": "0",
137213                        "mutable": "null",
137214                        "readable": true,
137215                        "type": "gfloat",
137216                        "writable": false
137217                    },
137218                    "quality": {
137219                        "blurb": "Quality factor",
137220                        "conditionally-available": false,
137221                        "construct": true,
137222                        "construct-only": false,
137223                        "controllable": true,
137224                        "default": "50",
137225                        "max": "100",
137226                        "min": "0",
137227                        "mutable": "null",
137228                        "readable": true,
137229                        "type": "gfloat",
137230                        "writable": true
137231                    },
137232                    "render": {
137233                        "blurb": "Launch/Stop rendering process",
137234                        "conditionally-available": false,
137235                        "construct": true,
137236                        "construct-only": false,
137237                        "controllable": true,
137238                        "default": "false",
137239                        "mutable": "null",
137240                        "readable": true,
137241                        "type": "gboolean",
137242                        "writable": true
137243                    },
137244                    "sca-0": {
137245                        "blurb": "Capture 0 angle",
137246                        "conditionally-available": false,
137247                        "construct": true,
137248                        "construct-only": false,
137249                        "controllable": true,
137250                        "default": "90",
137251                        "max": "135",
137252                        "min": "45",
137253                        "mutable": "null",
137254                        "readable": true,
137255                        "type": "gfloat",
137256                        "writable": true
137257                    },
137258                    "sca-1": {
137259                        "blurb": "Capture 1 angle",
137260                        "conditionally-available": false,
137261                        "construct": true,
137262                        "construct-only": false,
137263                        "controllable": true,
137264                        "default": "90",
137265                        "max": "135",
137266                        "min": "45",
137267                        "mutable": "null",
137268                        "readable": true,
137269                        "type": "gfloat",
137270                        "writable": true
137271                    },
137272                    "sca-2": {
137273                        "blurb": "Capture 2 angle",
137274                        "conditionally-available": false,
137275                        "construct": true,
137276                        "construct-only": false,
137277                        "controllable": true,
137278                        "default": "90",
137279                        "max": "135",
137280                        "min": "45",
137281                        "mutable": "null",
137282                        "readable": true,
137283                        "type": "gfloat",
137284                        "writable": true
137285                    },
137286                    "sca-3": {
137287                        "blurb": "Capture 3 angle",
137288                        "conditionally-available": false,
137289                        "construct": true,
137290                        "construct-only": false,
137291                        "controllable": true,
137292                        "default": "90",
137293                        "max": "135",
137294                        "min": "45",
137295                        "mutable": "null",
137296                        "readable": true,
137297                        "type": "gfloat",
137298                        "writable": true
137299                    },
137300                    "sca-4": {
137301                        "blurb": "Capture 4 angle",
137302                        "conditionally-available": false,
137303                        "construct": true,
137304                        "construct-only": false,
137305                        "controllable": true,
137306                        "default": "90",
137307                        "max": "135",
137308                        "min": "45",
137309                        "mutable": "null",
137310                        "readable": true,
137311                        "type": "gfloat",
137312                        "writable": true
137313                    },
137314                    "sca-5": {
137315                        "blurb": "Capture 5 angle",
137316                        "conditionally-available": false,
137317                        "construct": true,
137318                        "construct-only": false,
137319                        "controllable": true,
137320                        "default": "90",
137321                        "max": "135",
137322                        "min": "45",
137323                        "mutable": "null",
137324                        "readable": true,
137325                        "type": "gfloat",
137326                        "writable": true
137327                    },
137328                    "sca-6": {
137329                        "blurb": "Capture 6 angle",
137330                        "conditionally-available": false,
137331                        "construct": true,
137332                        "construct-only": false,
137333                        "controllable": true,
137334                        "default": "90",
137335                        "max": "135",
137336                        "min": "45",
137337                        "mutable": "null",
137338                        "readable": true,
137339                        "type": "gfloat",
137340                        "writable": true
137341                    },
137342                    "sca-7": {
137343                        "blurb": "Capture 7 angle",
137344                        "conditionally-available": false,
137345                        "construct": true,
137346                        "construct-only": false,
137347                        "controllable": true,
137348                        "default": "90",
137349                        "max": "135",
137350                        "min": "45",
137351                        "mutable": "null",
137352                        "readable": true,
137353                        "type": "gfloat",
137354                        "writable": true
137355                    },
137356                    "scab-0": {
137357                        "blurb": "Capture 0 AB distance",
137358                        "conditionally-available": false,
137359                        "construct": true,
137360                        "construct-only": false,
137361                        "controllable": true,
137362                        "default": "2",
137363                        "max": "10",
137364                        "min": "0",
137365                        "mutable": "null",
137366                        "readable": true,
137367                        "type": "gfloat",
137368                        "writable": true
137369                    },
137370                    "scab-1": {
137371                        "blurb": "Capture 1 AB distance",
137372                        "conditionally-available": false,
137373                        "construct": true,
137374                        "construct-only": false,
137375                        "controllable": true,
137376                        "default": "2",
137377                        "max": "10",
137378                        "min": "0",
137379                        "mutable": "null",
137380                        "readable": true,
137381                        "type": "gfloat",
137382                        "writable": true
137383                    },
137384                    "scab-2": {
137385                        "blurb": "Capture 2 AB distance",
137386                        "conditionally-available": false,
137387                        "construct": true,
137388                        "construct-only": false,
137389                        "controllable": true,
137390                        "default": "2",
137391                        "max": "10",
137392                        "min": "0",
137393                        "mutable": "null",
137394                        "readable": true,
137395                        "type": "gfloat",
137396                        "writable": true
137397                    },
137398                    "scab-3": {
137399                        "blurb": "Capture 3 AB distance",
137400                        "conditionally-available": false,
137401                        "construct": true,
137402                        "construct-only": false,
137403                        "controllable": true,
137404                        "default": "2",
137405                        "max": "10",
137406                        "min": "0",
137407                        "mutable": "null",
137408                        "readable": true,
137409                        "type": "gfloat",
137410                        "writable": true
137411                    },
137412                    "scab-4": {
137413                        "blurb": "Capture 4 AB distance",
137414                        "conditionally-available": false,
137415                        "construct": true,
137416                        "construct-only": false,
137417                        "controllable": true,
137418                        "default": "2",
137419                        "max": "10",
137420                        "min": "0",
137421                        "mutable": "null",
137422                        "readable": true,
137423                        "type": "gfloat",
137424                        "writable": true
137425                    },
137426                    "scab-5": {
137427                        "blurb": "Capture 5 AB distance",
137428                        "conditionally-available": false,
137429                        "construct": true,
137430                        "construct-only": false,
137431                        "controllable": true,
137432                        "default": "2",
137433                        "max": "10",
137434                        "min": "0",
137435                        "mutable": "null",
137436                        "readable": true,
137437                        "type": "gfloat",
137438                        "writable": true
137439                    },
137440                    "scab-6": {
137441                        "blurb": "Capture 6 AB distance",
137442                        "conditionally-available": false,
137443                        "construct": true,
137444                        "construct-only": false,
137445                        "controllable": true,
137446                        "default": "2",
137447                        "max": "10",
137448                        "min": "0",
137449                        "mutable": "null",
137450                        "readable": true,
137451                        "type": "gfloat",
137452                        "writable": true
137453                    },
137454                    "scab-7": {
137455                        "blurb": "Capture 7 AB distance",
137456                        "conditionally-available": false,
137457                        "construct": true,
137458                        "construct-only": false,
137459                        "controllable": true,
137460                        "default": "2",
137461                        "max": "10",
137462                        "min": "0",
137463                        "mutable": "null",
137464                        "readable": true,
137465                        "type": "gfloat",
137466                        "writable": true
137467                    },
137468                    "scap-0": {
137469                        "blurb": "Capture 0 Pitch angle",
137470                        "conditionally-available": false,
137471                        "construct": true,
137472                        "construct-only": false,
137473                        "controllable": true,
137474                        "default": "0",
137475                        "max": "90",
137476                        "min": "-90",
137477                        "mutable": "null",
137478                        "readable": true,
137479                        "type": "gfloat",
137480                        "writable": true
137481                    },
137482                    "scap-1": {
137483                        "blurb": "Capture 1 Pitch angle",
137484                        "conditionally-available": false,
137485                        "construct": true,
137486                        "construct-only": false,
137487                        "controllable": true,
137488                        "default": "0",
137489                        "max": "90",
137490                        "min": "-90",
137491                        "mutable": "null",
137492                        "readable": true,
137493                        "type": "gfloat",
137494                        "writable": true
137495                    },
137496                    "scap-2": {
137497                        "blurb": "Capture 2 Pitch angle",
137498                        "conditionally-available": false,
137499                        "construct": true,
137500                        "construct-only": false,
137501                        "controllable": true,
137502                        "default": "0",
137503                        "max": "90",
137504                        "min": "-90",
137505                        "mutable": "null",
137506                        "readable": true,
137507                        "type": "gfloat",
137508                        "writable": true
137509                    },
137510                    "scap-3": {
137511                        "blurb": "Capture 3 Pitch angle",
137512                        "conditionally-available": false,
137513                        "construct": true,
137514                        "construct-only": false,
137515                        "controllable": true,
137516                        "default": "0",
137517                        "max": "90",
137518                        "min": "-90",
137519                        "mutable": "null",
137520                        "readable": true,
137521                        "type": "gfloat",
137522                        "writable": true
137523                    },
137524                    "scap-4": {
137525                        "blurb": "Capture 4 Pitch angle",
137526                        "conditionally-available": false,
137527                        "construct": true,
137528                        "construct-only": false,
137529                        "controllable": true,
137530                        "default": "0",
137531                        "max": "90",
137532                        "min": "-90",
137533                        "mutable": "null",
137534                        "readable": true,
137535                        "type": "gfloat",
137536                        "writable": true
137537                    },
137538                    "scap-5": {
137539                        "blurb": "Capture 5 Pitch angle",
137540                        "conditionally-available": false,
137541                        "construct": true,
137542                        "construct-only": false,
137543                        "controllable": true,
137544                        "default": "0",
137545                        "max": "90",
137546                        "min": "-90",
137547                        "mutable": "null",
137548                        "readable": true,
137549                        "type": "gfloat",
137550                        "writable": true
137551                    },
137552                    "scap-6": {
137553                        "blurb": "Capture 6 Pitch angle",
137554                        "conditionally-available": false,
137555                        "construct": true,
137556                        "construct-only": false,
137557                        "controllable": true,
137558                        "default": "0",
137559                        "max": "90",
137560                        "min": "-90",
137561                        "mutable": "null",
137562                        "readable": true,
137563                        "type": "gfloat",
137564                        "writable": true
137565                    },
137566                    "scap-7": {
137567                        "blurb": "Capture 7 Pitch angle",
137568                        "conditionally-available": false,
137569                        "construct": true,
137570                        "construct-only": false,
137571                        "controllable": true,
137572                        "default": "0",
137573                        "max": "90",
137574                        "min": "-90",
137575                        "mutable": "null",
137576                        "readable": true,
137577                        "type": "gfloat",
137578                        "writable": true
137579                    },
137580                    "scar-0": {
137581                        "blurb": "Capture 0 Roll angle",
137582                        "conditionally-available": false,
137583                        "construct": true,
137584                        "construct-only": false,
137585                        "controllable": true,
137586                        "default": "0",
137587                        "max": "360",
137588                        "min": "0",
137589                        "mutable": "null",
137590                        "readable": true,
137591                        "type": "gfloat",
137592                        "writable": true
137593                    },
137594                    "scar-1": {
137595                        "blurb": "Capture 1 Roll angle",
137596                        "conditionally-available": false,
137597                        "construct": true,
137598                        "construct-only": false,
137599                        "controllable": true,
137600                        "default": "0",
137601                        "max": "360",
137602                        "min": "0",
137603                        "mutable": "null",
137604                        "readable": true,
137605                        "type": "gfloat",
137606                        "writable": true
137607                    },
137608                    "scar-2": {
137609                        "blurb": "Capture 2 Roll angle",
137610                        "conditionally-available": false,
137611                        "construct": true,
137612                        "construct-only": false,
137613                        "controllable": true,
137614                        "default": "0",
137615                        "max": "360",
137616                        "min": "0",
137617                        "mutable": "null",
137618                        "readable": true,
137619                        "type": "gfloat",
137620                        "writable": true
137621                    },
137622                    "scar-3": {
137623                        "blurb": "Capture 3 Roll angle",
137624                        "conditionally-available": false,
137625                        "construct": true,
137626                        "construct-only": false,
137627                        "controllable": true,
137628                        "default": "0",
137629                        "max": "360",
137630                        "min": "0",
137631                        "mutable": "null",
137632                        "readable": true,
137633                        "type": "gfloat",
137634                        "writable": true
137635                    },
137636                    "scar-4": {
137637                        "blurb": "Capture 4 Roll angle",
137638                        "conditionally-available": false,
137639                        "construct": true,
137640                        "construct-only": false,
137641                        "controllable": true,
137642                        "default": "0",
137643                        "max": "360",
137644                        "min": "0",
137645                        "mutable": "null",
137646                        "readable": true,
137647                        "type": "gfloat",
137648                        "writable": true
137649                    },
137650                    "scar-5": {
137651                        "blurb": "Capture 5 Roll angle",
137652                        "conditionally-available": false,
137653                        "construct": true,
137654                        "construct-only": false,
137655                        "controllable": true,
137656                        "default": "0",
137657                        "max": "360",
137658                        "min": "0",
137659                        "mutable": "null",
137660                        "readable": true,
137661                        "type": "gfloat",
137662                        "writable": true
137663                    },
137664                    "scar-6": {
137665                        "blurb": "Capture 6 Roll angle",
137666                        "conditionally-available": false,
137667                        "construct": true,
137668                        "construct-only": false,
137669                        "controllable": true,
137670                        "default": "0",
137671                        "max": "360",
137672                        "min": "0",
137673                        "mutable": "null",
137674                        "readable": true,
137675                        "type": "gfloat",
137676                        "writable": true
137677                    },
137678                    "scar-7": {
137679                        "blurb": "Capture 7 Roll angle",
137680                        "conditionally-available": false,
137681                        "construct": true,
137682                        "construct-only": false,
137683                        "controllable": true,
137684                        "default": "0",
137685                        "max": "360",
137686                        "min": "0",
137687                        "mutable": "null",
137688                        "readable": true,
137689                        "type": "gfloat",
137690                        "writable": true
137691                    },
137692                    "scay-0": {
137693                        "blurb": "Capture 0 Yaw angle",
137694                        "conditionally-available": false,
137695                        "construct": true,
137696                        "construct-only": false,
137697                        "controllable": true,
137698                        "default": "270",
137699                        "max": "360",
137700                        "min": "0",
137701                        "mutable": "null",
137702                        "readable": true,
137703                        "type": "gfloat",
137704                        "writable": true
137705                    },
137706                    "scay-1": {
137707                        "blurb": "Capture 1 Yaw angle",
137708                        "conditionally-available": false,
137709                        "construct": true,
137710                        "construct-only": false,
137711                        "controllable": true,
137712                        "default": "270",
137713                        "max": "360",
137714                        "min": "0",
137715                        "mutable": "null",
137716                        "readable": true,
137717                        "type": "gfloat",
137718                        "writable": true
137719                    },
137720                    "scay-2": {
137721                        "blurb": "Capture 2 Yaw angle",
137722                        "conditionally-available": false,
137723                        "construct": true,
137724                        "construct-only": false,
137725                        "controllable": true,
137726                        "default": "270",
137727                        "max": "360",
137728                        "min": "0",
137729                        "mutable": "null",
137730                        "readable": true,
137731                        "type": "gfloat",
137732                        "writable": true
137733                    },
137734                    "scay-3": {
137735                        "blurb": "Capture 3 Yaw angle",
137736                        "conditionally-available": false,
137737                        "construct": true,
137738                        "construct-only": false,
137739                        "controllable": true,
137740                        "default": "270",
137741                        "max": "360",
137742                        "min": "0",
137743                        "mutable": "null",
137744                        "readable": true,
137745                        "type": "gfloat",
137746                        "writable": true
137747                    },
137748                    "scay-4": {
137749                        "blurb": "Capture 4 Yaw angle",
137750                        "conditionally-available": false,
137751                        "construct": true,
137752                        "construct-only": false,
137753                        "controllable": true,
137754                        "default": "270",
137755                        "max": "360",
137756                        "min": "0",
137757                        "mutable": "null",
137758                        "readable": true,
137759                        "type": "gfloat",
137760                        "writable": true
137761                    },
137762                    "scay-5": {
137763                        "blurb": "Capture 5 Yaw angle",
137764                        "conditionally-available": false,
137765                        "construct": true,
137766                        "construct-only": false,
137767                        "controllable": true,
137768                        "default": "270",
137769                        "max": "360",
137770                        "min": "0",
137771                        "mutable": "null",
137772                        "readable": true,
137773                        "type": "gfloat",
137774                        "writable": true
137775                    },
137776                    "scay-6": {
137777                        "blurb": "Capture 6 Yaw angle",
137778                        "conditionally-available": false,
137779                        "construct": true,
137780                        "construct-only": false,
137781                        "controllable": true,
137782                        "default": "270",
137783                        "max": "360",
137784                        "min": "0",
137785                        "mutable": "null",
137786                        "readable": true,
137787                        "type": "gfloat",
137788                        "writable": true
137789                    },
137790                    "scay-7": {
137791                        "blurb": "Capture 7 Yaw angle",
137792                        "conditionally-available": false,
137793                        "construct": true,
137794                        "construct-only": false,
137795                        "controllable": true,
137796                        "default": "270",
137797                        "max": "360",
137798                        "min": "0",
137799                        "mutable": "null",
137800                        "readable": true,
137801                        "type": "gfloat",
137802                        "writable": true
137803                    },
137804                    "sccf-0": {
137805                        "blurb": "Capture 0 configuration",
137806                        "conditionally-available": false,
137807                        "construct": true,
137808                        "construct-only": false,
137809                        "controllable": true,
137810                        "default": "XY (1)",
137811                        "mutable": "null",
137812                        "readable": true,
137813                        "type": "lsp-plug-in-plugins-lv2-room-builder-monosccf-0",
137814                        "writable": true
137815                    },
137816                    "sccf-1": {
137817                        "blurb": "Capture 1 configuration",
137818                        "conditionally-available": false,
137819                        "construct": true,
137820                        "construct-only": false,
137821                        "controllable": true,
137822                        "default": "XY (1)",
137823                        "mutable": "null",
137824                        "readable": true,
137825                        "type": "lsp-plug-in-plugins-lv2-room-builder-monosccf-1",
137826                        "writable": true
137827                    },
137828                    "sccf-2": {
137829                        "blurb": "Capture 2 configuration",
137830                        "conditionally-available": false,
137831                        "construct": true,
137832                        "construct-only": false,
137833                        "controllable": true,
137834                        "default": "XY (1)",
137835                        "mutable": "null",
137836                        "readable": true,
137837                        "type": "lsp-plug-in-plugins-lv2-room-builder-monosccf-2",
137838                        "writable": true
137839                    },
137840                    "sccf-3": {
137841                        "blurb": "Capture 3 configuration",
137842                        "conditionally-available": false,
137843                        "construct": true,
137844                        "construct-only": false,
137845                        "controllable": true,
137846                        "default": "XY (1)",
137847                        "mutable": "null",
137848                        "readable": true,
137849                        "type": "lsp-plug-in-plugins-lv2-room-builder-monosccf-3",
137850                        "writable": true
137851                    },
137852                    "sccf-4": {
137853                        "blurb": "Capture 4 configuration",
137854                        "conditionally-available": false,
137855                        "construct": true,
137856                        "construct-only": false,
137857                        "controllable": true,
137858                        "default": "XY (1)",
137859                        "mutable": "null",
137860                        "readable": true,
137861                        "type": "lsp-plug-in-plugins-lv2-room-builder-monosccf-4",
137862                        "writable": true
137863                    },
137864                    "sccf-5": {
137865                        "blurb": "Capture 5 configuration",
137866                        "conditionally-available": false,
137867                        "construct": true,
137868                        "construct-only": false,
137869                        "controllable": true,
137870                        "default": "XY (1)",
137871                        "mutable": "null",
137872                        "readable": true,
137873                        "type": "lsp-plug-in-plugins-lv2-room-builder-monosccf-5",
137874                        "writable": true
137875                    },
137876                    "sccf-6": {
137877                        "blurb": "Capture 6 configuration",
137878                        "conditionally-available": false,
137879                        "construct": true,
137880                        "construct-only": false,
137881                        "controllable": true,
137882                        "default": "XY (1)",
137883                        "mutable": "null",
137884                        "readable": true,
137885                        "type": "lsp-plug-in-plugins-lv2-room-builder-monosccf-6",
137886                        "writable": true
137887                    },
137888                    "sccf-7": {
137889                        "blurb": "Capture 7 configuration",
137890                        "conditionally-available": false,
137891                        "construct": true,
137892                        "construct-only": false,
137893                        "controllable": true,
137894                        "default": "XY (1)",
137895                        "mutable": "null",
137896                        "readable": true,
137897                        "type": "lsp-plug-in-plugins-lv2-room-builder-monosccf-7",
137898                        "writable": true
137899                    },
137900                    "sccs-0": {
137901                        "blurb": "Capture 0 capsule size",
137902                        "conditionally-available": false,
137903                        "construct": true,
137904                        "construct-only": false,
137905                        "controllable": true,
137906                        "default": "2.2",
137907                        "max": "30",
137908                        "min": "1",
137909                        "mutable": "null",
137910                        "readable": true,
137911                        "type": "gfloat",
137912                        "writable": true
137913                    },
137914                    "sccs-1": {
137915                        "blurb": "Capture 1 capsule size",
137916                        "conditionally-available": false,
137917                        "construct": true,
137918                        "construct-only": false,
137919                        "controllable": true,
137920                        "default": "2.2",
137921                        "max": "30",
137922                        "min": "1",
137923                        "mutable": "null",
137924                        "readable": true,
137925                        "type": "gfloat",
137926                        "writable": true
137927                    },
137928                    "sccs-2": {
137929                        "blurb": "Capture 2 capsule size",
137930                        "conditionally-available": false,
137931                        "construct": true,
137932                        "construct-only": false,
137933                        "controllable": true,
137934                        "default": "2.2",
137935                        "max": "30",
137936                        "min": "1",
137937                        "mutable": "null",
137938                        "readable": true,
137939                        "type": "gfloat",
137940                        "writable": true
137941                    },
137942                    "sccs-3": {
137943                        "blurb": "Capture 3 capsule size",
137944                        "conditionally-available": false,
137945                        "construct": true,
137946                        "construct-only": false,
137947                        "controllable": true,
137948                        "default": "2.2",
137949                        "max": "30",
137950                        "min": "1",
137951                        "mutable": "null",
137952                        "readable": true,
137953                        "type": "gfloat",
137954                        "writable": true
137955                    },
137956                    "sccs-4": {
137957                        "blurb": "Capture 4 capsule size",
137958                        "conditionally-available": false,
137959                        "construct": true,
137960                        "construct-only": false,
137961                        "controllable": true,
137962                        "default": "2.2",
137963                        "max": "30",
137964                        "min": "1",
137965                        "mutable": "null",
137966                        "readable": true,
137967                        "type": "gfloat",
137968                        "writable": true
137969                    },
137970                    "sccs-5": {
137971                        "blurb": "Capture 5 capsule size",
137972                        "conditionally-available": false,
137973                        "construct": true,
137974                        "construct-only": false,
137975                        "controllable": true,
137976                        "default": "2.2",
137977                        "max": "30",
137978                        "min": "1",
137979                        "mutable": "null",
137980                        "readable": true,
137981                        "type": "gfloat",
137982                        "writable": true
137983                    },
137984                    "sccs-6": {
137985                        "blurb": "Capture 6 capsule size",
137986                        "conditionally-available": false,
137987                        "construct": true,
137988                        "construct-only": false,
137989                        "controllable": true,
137990                        "default": "2.2",
137991                        "max": "30",
137992                        "min": "1",
137993                        "mutable": "null",
137994                        "readable": true,
137995                        "type": "gfloat",
137996                        "writable": true
137997                    },
137998                    "sccs-7": {
137999                        "blurb": "Capture 7 capsule size",
138000                        "conditionally-available": false,
138001                        "construct": true,
138002                        "construct-only": false,
138003                        "controllable": true,
138004                        "default": "2.2",
138005                        "max": "30",
138006                        "min": "1",
138007                        "mutable": "null",
138008                        "readable": true,
138009                        "type": "gfloat",
138010                        "writable": true
138011                    },
138012                    "sce-0": {
138013                        "blurb": "Capture 0 enable",
138014                        "conditionally-available": false,
138015                        "construct": true,
138016                        "construct-only": false,
138017                        "controllable": true,
138018                        "default": "false",
138019                        "mutable": "null",
138020                        "readable": true,
138021                        "type": "gboolean",
138022                        "writable": true
138023                    },
138024                    "sce-1": {
138025                        "blurb": "Capture 1 enable",
138026                        "conditionally-available": false,
138027                        "construct": true,
138028                        "construct-only": false,
138029                        "controllable": true,
138030                        "default": "false",
138031                        "mutable": "null",
138032                        "readable": true,
138033                        "type": "gboolean",
138034                        "writable": true
138035                    },
138036                    "sce-2": {
138037                        "blurb": "Capture 2 enable",
138038                        "conditionally-available": false,
138039                        "construct": true,
138040                        "construct-only": false,
138041                        "controllable": true,
138042                        "default": "false",
138043                        "mutable": "null",
138044                        "readable": true,
138045                        "type": "gboolean",
138046                        "writable": true
138047                    },
138048                    "sce-3": {
138049                        "blurb": "Capture 3 enable",
138050                        "conditionally-available": false,
138051                        "construct": true,
138052                        "construct-only": false,
138053                        "controllable": true,
138054                        "default": "false",
138055                        "mutable": "null",
138056                        "readable": true,
138057                        "type": "gboolean",
138058                        "writable": true
138059                    },
138060                    "sce-4": {
138061                        "blurb": "Capture 4 enable",
138062                        "conditionally-available": false,
138063                        "construct": true,
138064                        "construct-only": false,
138065                        "controllable": true,
138066                        "default": "false",
138067                        "mutable": "null",
138068                        "readable": true,
138069                        "type": "gboolean",
138070                        "writable": true
138071                    },
138072                    "sce-5": {
138073                        "blurb": "Capture 5 enable",
138074                        "conditionally-available": false,
138075                        "construct": true,
138076                        "construct-only": false,
138077                        "controllable": true,
138078                        "default": "false",
138079                        "mutable": "null",
138080                        "readable": true,
138081                        "type": "gboolean",
138082                        "writable": true
138083                    },
138084                    "sce-6": {
138085                        "blurb": "Capture 6 enable",
138086                        "conditionally-available": false,
138087                        "construct": true,
138088                        "construct-only": false,
138089                        "controllable": true,
138090                        "default": "false",
138091                        "mutable": "null",
138092                        "readable": true,
138093                        "type": "gboolean",
138094                        "writable": true
138095                    },
138096                    "sce-7": {
138097                        "blurb": "Capture 7 enable",
138098                        "conditionally-available": false,
138099                        "construct": true,
138100                        "construct-only": false,
138101                        "controllable": true,
138102                        "default": "false",
138103                        "mutable": "null",
138104                        "readable": true,
138105                        "type": "gboolean",
138106                        "writable": true
138107                    },
138108                    "scf-0": {
138109                        "blurb": "Capture 0 first reflection order",
138110                        "conditionally-available": false,
138111                        "construct": true,
138112                        "construct-only": false,
138113                        "controllable": true,
138114                        "default": "1 (2)",
138115                        "mutable": "null",
138116                        "readable": true,
138117                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscf-0",
138118                        "writable": true
138119                    },
138120                    "scf-1": {
138121                        "blurb": "Capture 1 first reflection order",
138122                        "conditionally-available": false,
138123                        "construct": true,
138124                        "construct-only": false,
138125                        "controllable": true,
138126                        "default": "1 (2)",
138127                        "mutable": "null",
138128                        "readable": true,
138129                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscf-1",
138130                        "writable": true
138131                    },
138132                    "scf-2": {
138133                        "blurb": "Capture 2 first reflection order",
138134                        "conditionally-available": false,
138135                        "construct": true,
138136                        "construct-only": false,
138137                        "controllable": true,
138138                        "default": "1 (2)",
138139                        "mutable": "null",
138140                        "readable": true,
138141                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscf-2",
138142                        "writable": true
138143                    },
138144                    "scf-3": {
138145                        "blurb": "Capture 3 first reflection order",
138146                        "conditionally-available": false,
138147                        "construct": true,
138148                        "construct-only": false,
138149                        "controllable": true,
138150                        "default": "1 (2)",
138151                        "mutable": "null",
138152                        "readable": true,
138153                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscf-3",
138154                        "writable": true
138155                    },
138156                    "scf-4": {
138157                        "blurb": "Capture 4 first reflection order",
138158                        "conditionally-available": false,
138159                        "construct": true,
138160                        "construct-only": false,
138161                        "controllable": true,
138162                        "default": "1 (2)",
138163                        "mutable": "null",
138164                        "readable": true,
138165                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscf-4",
138166                        "writable": true
138167                    },
138168                    "scf-5": {
138169                        "blurb": "Capture 5 first reflection order",
138170                        "conditionally-available": false,
138171                        "construct": true,
138172                        "construct-only": false,
138173                        "controllable": true,
138174                        "default": "1 (2)",
138175                        "mutable": "null",
138176                        "readable": true,
138177                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscf-5",
138178                        "writable": true
138179                    },
138180                    "scf-6": {
138181                        "blurb": "Capture 6 first reflection order",
138182                        "conditionally-available": false,
138183                        "construct": true,
138184                        "construct-only": false,
138185                        "controllable": true,
138186                        "default": "1 (2)",
138187                        "mutable": "null",
138188                        "readable": true,
138189                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscf-6",
138190                        "writable": true
138191                    },
138192                    "scf-7": {
138193                        "blurb": "Capture 7 first reflection order",
138194                        "conditionally-available": false,
138195                        "construct": true,
138196                        "construct-only": false,
138197                        "controllable": true,
138198                        "default": "1 (2)",
138199                        "mutable": "null",
138200                        "readable": true,
138201                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscf-7",
138202                        "writable": true
138203                    },
138204                    "sch-0": {
138205                        "blurb": "Capture 0 hue",
138206                        "conditionally-available": false,
138207                        "construct": true,
138208                        "construct-only": false,
138209                        "controllable": true,
138210                        "default": "0",
138211                        "max": "1",
138212                        "min": "0",
138213                        "mutable": "null",
138214                        "readable": true,
138215                        "type": "gfloat",
138216                        "writable": true
138217                    },
138218                    "sch-1": {
138219                        "blurb": "Capture 1 hue",
138220                        "conditionally-available": false,
138221                        "construct": true,
138222                        "construct-only": false,
138223                        "controllable": true,
138224                        "default": "0.125",
138225                        "max": "1",
138226                        "min": "0",
138227                        "mutable": "null",
138228                        "readable": true,
138229                        "type": "gfloat",
138230                        "writable": true
138231                    },
138232                    "sch-2": {
138233                        "blurb": "Capture 2 hue",
138234                        "conditionally-available": false,
138235                        "construct": true,
138236                        "construct-only": false,
138237                        "controllable": true,
138238                        "default": "0.25",
138239                        "max": "1",
138240                        "min": "0",
138241                        "mutable": "null",
138242                        "readable": true,
138243                        "type": "gfloat",
138244                        "writable": true
138245                    },
138246                    "sch-3": {
138247                        "blurb": "Capture 3 hue",
138248                        "conditionally-available": false,
138249                        "construct": true,
138250                        "construct-only": false,
138251                        "controllable": true,
138252                        "default": "0.375",
138253                        "max": "1",
138254                        "min": "0",
138255                        "mutable": "null",
138256                        "readable": true,
138257                        "type": "gfloat",
138258                        "writable": true
138259                    },
138260                    "sch-4": {
138261                        "blurb": "Capture 4 hue",
138262                        "conditionally-available": false,
138263                        "construct": true,
138264                        "construct-only": false,
138265                        "controllable": true,
138266                        "default": "0.5",
138267                        "max": "1",
138268                        "min": "0",
138269                        "mutable": "null",
138270                        "readable": true,
138271                        "type": "gfloat",
138272                        "writable": true
138273                    },
138274                    "sch-5": {
138275                        "blurb": "Capture 5 hue",
138276                        "conditionally-available": false,
138277                        "construct": true,
138278                        "construct-only": false,
138279                        "controllable": true,
138280                        "default": "0.625",
138281                        "max": "1",
138282                        "min": "0",
138283                        "mutable": "null",
138284                        "readable": true,
138285                        "type": "gfloat",
138286                        "writable": true
138287                    },
138288                    "sch-6": {
138289                        "blurb": "Capture 6 hue",
138290                        "conditionally-available": false,
138291                        "construct": true,
138292                        "construct-only": false,
138293                        "controllable": true,
138294                        "default": "0.75",
138295                        "max": "1",
138296                        "min": "0",
138297                        "mutable": "null",
138298                        "readable": true,
138299                        "type": "gfloat",
138300                        "writable": true
138301                    },
138302                    "sch-7": {
138303                        "blurb": "Capture 7 hue",
138304                        "conditionally-available": false,
138305                        "construct": true,
138306                        "construct-only": false,
138307                        "controllable": true,
138308                        "default": "0.875",
138309                        "max": "1",
138310                        "min": "0",
138311                        "mutable": "null",
138312                        "readable": true,
138313                        "type": "gfloat",
138314                        "writable": true
138315                    },
138316                    "scl-0": {
138317                        "blurb": "Capture 0 last reflection order",
138318                        "conditionally-available": false,
138319                        "construct": true,
138320                        "construct-only": false,
138321                        "controllable": true,
138322                        "default": "Any (0)",
138323                        "mutable": "null",
138324                        "readable": true,
138325                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscl-0",
138326                        "writable": true
138327                    },
138328                    "scl-1": {
138329                        "blurb": "Capture 1 last reflection order",
138330                        "conditionally-available": false,
138331                        "construct": true,
138332                        "construct-only": false,
138333                        "controllable": true,
138334                        "default": "Any (0)",
138335                        "mutable": "null",
138336                        "readable": true,
138337                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscl-1",
138338                        "writable": true
138339                    },
138340                    "scl-2": {
138341                        "blurb": "Capture 2 last reflection order",
138342                        "conditionally-available": false,
138343                        "construct": true,
138344                        "construct-only": false,
138345                        "controllable": true,
138346                        "default": "Any (0)",
138347                        "mutable": "null",
138348                        "readable": true,
138349                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscl-2",
138350                        "writable": true
138351                    },
138352                    "scl-3": {
138353                        "blurb": "Capture 3 last reflection order",
138354                        "conditionally-available": false,
138355                        "construct": true,
138356                        "construct-only": false,
138357                        "controllable": true,
138358                        "default": "Any (0)",
138359                        "mutable": "null",
138360                        "readable": true,
138361                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscl-3",
138362                        "writable": true
138363                    },
138364                    "scl-4": {
138365                        "blurb": "Capture 4 last reflection order",
138366                        "conditionally-available": false,
138367                        "construct": true,
138368                        "construct-only": false,
138369                        "controllable": true,
138370                        "default": "Any (0)",
138371                        "mutable": "null",
138372                        "readable": true,
138373                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscl-4",
138374                        "writable": true
138375                    },
138376                    "scl-5": {
138377                        "blurb": "Capture 5 last reflection order",
138378                        "conditionally-available": false,
138379                        "construct": true,
138380                        "construct-only": false,
138381                        "controllable": true,
138382                        "default": "Any (0)",
138383                        "mutable": "null",
138384                        "readable": true,
138385                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscl-5",
138386                        "writable": true
138387                    },
138388                    "scl-6": {
138389                        "blurb": "Capture 6 last reflection order",
138390                        "conditionally-available": false,
138391                        "construct": true,
138392                        "construct-only": false,
138393                        "controllable": true,
138394                        "default": "Any (0)",
138395                        "mutable": "null",
138396                        "readable": true,
138397                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscl-6",
138398                        "writable": true
138399                    },
138400                    "scl-7": {
138401                        "blurb": "Capture 7 last reflection order",
138402                        "conditionally-available": false,
138403                        "construct": true,
138404                        "construct-only": false,
138405                        "controllable": true,
138406                        "default": "Any (0)",
138407                        "mutable": "null",
138408                        "readable": true,
138409                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscl-7",
138410                        "writable": true
138411                    },
138412                    "scmd-0": {
138413                        "blurb": "Capture 0 microphone direction",
138414                        "conditionally-available": false,
138415                        "construct": true,
138416                        "construct-only": false,
138417                        "controllable": true,
138418                        "default": "Cardioid (0)",
138419                        "mutable": "null",
138420                        "readable": true,
138421                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscmd-0",
138422                        "writable": true
138423                    },
138424                    "scmd-1": {
138425                        "blurb": "Capture 1 microphone direction",
138426                        "conditionally-available": false,
138427                        "construct": true,
138428                        "construct-only": false,
138429                        "controllable": true,
138430                        "default": "Cardioid (0)",
138431                        "mutable": "null",
138432                        "readable": true,
138433                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscmd-1",
138434                        "writable": true
138435                    },
138436                    "scmd-2": {
138437                        "blurb": "Capture 2 microphone direction",
138438                        "conditionally-available": false,
138439                        "construct": true,
138440                        "construct-only": false,
138441                        "controllable": true,
138442                        "default": "Cardioid (0)",
138443                        "mutable": "null",
138444                        "readable": true,
138445                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscmd-2",
138446                        "writable": true
138447                    },
138448                    "scmd-3": {
138449                        "blurb": "Capture 3 microphone direction",
138450                        "conditionally-available": false,
138451                        "construct": true,
138452                        "construct-only": false,
138453                        "controllable": true,
138454                        "default": "Cardioid (0)",
138455                        "mutable": "null",
138456                        "readable": true,
138457                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscmd-3",
138458                        "writable": true
138459                    },
138460                    "scmd-4": {
138461                        "blurb": "Capture 4 microphone direction",
138462                        "conditionally-available": false,
138463                        "construct": true,
138464                        "construct-only": false,
138465                        "controllable": true,
138466                        "default": "Cardioid (0)",
138467                        "mutable": "null",
138468                        "readable": true,
138469                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscmd-4",
138470                        "writable": true
138471                    },
138472                    "scmd-5": {
138473                        "blurb": "Capture 5 microphone direction",
138474                        "conditionally-available": false,
138475                        "construct": true,
138476                        "construct-only": false,
138477                        "controllable": true,
138478                        "default": "Cardioid (0)",
138479                        "mutable": "null",
138480                        "readable": true,
138481                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscmd-5",
138482                        "writable": true
138483                    },
138484                    "scmd-6": {
138485                        "blurb": "Capture 6 microphone direction",
138486                        "conditionally-available": false,
138487                        "construct": true,
138488                        "construct-only": false,
138489                        "controllable": true,
138490                        "default": "Cardioid (0)",
138491                        "mutable": "null",
138492                        "readable": true,
138493                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscmd-6",
138494                        "writable": true
138495                    },
138496                    "scmd-7": {
138497                        "blurb": "Capture 7 microphone direction",
138498                        "conditionally-available": false,
138499                        "construct": true,
138500                        "construct-only": false,
138501                        "controllable": true,
138502                        "default": "Cardioid (0)",
138503                        "mutable": "null",
138504                        "readable": true,
138505                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscmd-7",
138506                        "writable": true
138507                    },
138508                    "scpx-0": {
138509                        "blurb": "Capture 0 X position",
138510                        "conditionally-available": false,
138511                        "construct": true,
138512                        "construct-only": false,
138513                        "controllable": true,
138514                        "default": "0",
138515                        "max": "100",
138516                        "min": "-100",
138517                        "mutable": "null",
138518                        "readable": true,
138519                        "type": "gfloat",
138520                        "writable": true
138521                    },
138522                    "scpx-1": {
138523                        "blurb": "Capture 1 X position",
138524                        "conditionally-available": false,
138525                        "construct": true,
138526                        "construct-only": false,
138527                        "controllable": true,
138528                        "default": "0",
138529                        "max": "100",
138530                        "min": "-100",
138531                        "mutable": "null",
138532                        "readable": true,
138533                        "type": "gfloat",
138534                        "writable": true
138535                    },
138536                    "scpx-2": {
138537                        "blurb": "Capture 2 X position",
138538                        "conditionally-available": false,
138539                        "construct": true,
138540                        "construct-only": false,
138541                        "controllable": true,
138542                        "default": "0",
138543                        "max": "100",
138544                        "min": "-100",
138545                        "mutable": "null",
138546                        "readable": true,
138547                        "type": "gfloat",
138548                        "writable": true
138549                    },
138550                    "scpx-3": {
138551                        "blurb": "Capture 3 X position",
138552                        "conditionally-available": false,
138553                        "construct": true,
138554                        "construct-only": false,
138555                        "controllable": true,
138556                        "default": "0",
138557                        "max": "100",
138558                        "min": "-100",
138559                        "mutable": "null",
138560                        "readable": true,
138561                        "type": "gfloat",
138562                        "writable": true
138563                    },
138564                    "scpx-4": {
138565                        "blurb": "Capture 4 X position",
138566                        "conditionally-available": false,
138567                        "construct": true,
138568                        "construct-only": false,
138569                        "controllable": true,
138570                        "default": "0",
138571                        "max": "100",
138572                        "min": "-100",
138573                        "mutable": "null",
138574                        "readable": true,
138575                        "type": "gfloat",
138576                        "writable": true
138577                    },
138578                    "scpx-5": {
138579                        "blurb": "Capture 5 X position",
138580                        "conditionally-available": false,
138581                        "construct": true,
138582                        "construct-only": false,
138583                        "controllable": true,
138584                        "default": "0",
138585                        "max": "100",
138586                        "min": "-100",
138587                        "mutable": "null",
138588                        "readable": true,
138589                        "type": "gfloat",
138590                        "writable": true
138591                    },
138592                    "scpx-6": {
138593                        "blurb": "Capture 6 X position",
138594                        "conditionally-available": false,
138595                        "construct": true,
138596                        "construct-only": false,
138597                        "controllable": true,
138598                        "default": "0",
138599                        "max": "100",
138600                        "min": "-100",
138601                        "mutable": "null",
138602                        "readable": true,
138603                        "type": "gfloat",
138604                        "writable": true
138605                    },
138606                    "scpx-7": {
138607                        "blurb": "Capture 7 X position",
138608                        "conditionally-available": false,
138609                        "construct": true,
138610                        "construct-only": false,
138611                        "controllable": true,
138612                        "default": "0",
138613                        "max": "100",
138614                        "min": "-100",
138615                        "mutable": "null",
138616                        "readable": true,
138617                        "type": "gfloat",
138618                        "writable": true
138619                    },
138620                    "scpy-0": {
138621                        "blurb": "Capture 0 Y position",
138622                        "conditionally-available": false,
138623                        "construct": true,
138624                        "construct-only": false,
138625                        "controllable": true,
138626                        "default": "1",
138627                        "max": "100",
138628                        "min": "-100",
138629                        "mutable": "null",
138630                        "readable": true,
138631                        "type": "gfloat",
138632                        "writable": true
138633                    },
138634                    "scpy-1": {
138635                        "blurb": "Capture 1 Y position",
138636                        "conditionally-available": false,
138637                        "construct": true,
138638                        "construct-only": false,
138639                        "controllable": true,
138640                        "default": "1",
138641                        "max": "100",
138642                        "min": "-100",
138643                        "mutable": "null",
138644                        "readable": true,
138645                        "type": "gfloat",
138646                        "writable": true
138647                    },
138648                    "scpy-2": {
138649                        "blurb": "Capture 2 Y position",
138650                        "conditionally-available": false,
138651                        "construct": true,
138652                        "construct-only": false,
138653                        "controllable": true,
138654                        "default": "1",
138655                        "max": "100",
138656                        "min": "-100",
138657                        "mutable": "null",
138658                        "readable": true,
138659                        "type": "gfloat",
138660                        "writable": true
138661                    },
138662                    "scpy-3": {
138663                        "blurb": "Capture 3 Y position",
138664                        "conditionally-available": false,
138665                        "construct": true,
138666                        "construct-only": false,
138667                        "controllable": true,
138668                        "default": "1",
138669                        "max": "100",
138670                        "min": "-100",
138671                        "mutable": "null",
138672                        "readable": true,
138673                        "type": "gfloat",
138674                        "writable": true
138675                    },
138676                    "scpy-4": {
138677                        "blurb": "Capture 4 Y position",
138678                        "conditionally-available": false,
138679                        "construct": true,
138680                        "construct-only": false,
138681                        "controllable": true,
138682                        "default": "1",
138683                        "max": "100",
138684                        "min": "-100",
138685                        "mutable": "null",
138686                        "readable": true,
138687                        "type": "gfloat",
138688                        "writable": true
138689                    },
138690                    "scpy-5": {
138691                        "blurb": "Capture 5 Y position",
138692                        "conditionally-available": false,
138693                        "construct": true,
138694                        "construct-only": false,
138695                        "controllable": true,
138696                        "default": "1",
138697                        "max": "100",
138698                        "min": "-100",
138699                        "mutable": "null",
138700                        "readable": true,
138701                        "type": "gfloat",
138702                        "writable": true
138703                    },
138704                    "scpy-6": {
138705                        "blurb": "Capture 6 Y position",
138706                        "conditionally-available": false,
138707                        "construct": true,
138708                        "construct-only": false,
138709                        "controllable": true,
138710                        "default": "1",
138711                        "max": "100",
138712                        "min": "-100",
138713                        "mutable": "null",
138714                        "readable": true,
138715                        "type": "gfloat",
138716                        "writable": true
138717                    },
138718                    "scpy-7": {
138719                        "blurb": "Capture 7 Y position",
138720                        "conditionally-available": false,
138721                        "construct": true,
138722                        "construct-only": false,
138723                        "controllable": true,
138724                        "default": "1",
138725                        "max": "100",
138726                        "min": "-100",
138727                        "mutable": "null",
138728                        "readable": true,
138729                        "type": "gfloat",
138730                        "writable": true
138731                    },
138732                    "scpz-0": {
138733                        "blurb": "Capture 0 Z position",
138734                        "conditionally-available": false,
138735                        "construct": true,
138736                        "construct-only": false,
138737                        "controllable": true,
138738                        "default": "0",
138739                        "max": "100",
138740                        "min": "-100",
138741                        "mutable": "null",
138742                        "readable": true,
138743                        "type": "gfloat",
138744                        "writable": true
138745                    },
138746                    "scpz-1": {
138747                        "blurb": "Capture 1 Z position",
138748                        "conditionally-available": false,
138749                        "construct": true,
138750                        "construct-only": false,
138751                        "controllable": true,
138752                        "default": "0",
138753                        "max": "100",
138754                        "min": "-100",
138755                        "mutable": "null",
138756                        "readable": true,
138757                        "type": "gfloat",
138758                        "writable": true
138759                    },
138760                    "scpz-2": {
138761                        "blurb": "Capture 2 Z position",
138762                        "conditionally-available": false,
138763                        "construct": true,
138764                        "construct-only": false,
138765                        "controllable": true,
138766                        "default": "0",
138767                        "max": "100",
138768                        "min": "-100",
138769                        "mutable": "null",
138770                        "readable": true,
138771                        "type": "gfloat",
138772                        "writable": true
138773                    },
138774                    "scpz-3": {
138775                        "blurb": "Capture 3 Z position",
138776                        "conditionally-available": false,
138777                        "construct": true,
138778                        "construct-only": false,
138779                        "controllable": true,
138780                        "default": "0",
138781                        "max": "100",
138782                        "min": "-100",
138783                        "mutable": "null",
138784                        "readable": true,
138785                        "type": "gfloat",
138786                        "writable": true
138787                    },
138788                    "scpz-4": {
138789                        "blurb": "Capture 4 Z position",
138790                        "conditionally-available": false,
138791                        "construct": true,
138792                        "construct-only": false,
138793                        "controllable": true,
138794                        "default": "0",
138795                        "max": "100",
138796                        "min": "-100",
138797                        "mutable": "null",
138798                        "readable": true,
138799                        "type": "gfloat",
138800                        "writable": true
138801                    },
138802                    "scpz-5": {
138803                        "blurb": "Capture 5 Z position",
138804                        "conditionally-available": false,
138805                        "construct": true,
138806                        "construct-only": false,
138807                        "controllable": true,
138808                        "default": "0",
138809                        "max": "100",
138810                        "min": "-100",
138811                        "mutable": "null",
138812                        "readable": true,
138813                        "type": "gfloat",
138814                        "writable": true
138815                    },
138816                    "scpz-6": {
138817                        "blurb": "Capture 6 Z position",
138818                        "conditionally-available": false,
138819                        "construct": true,
138820                        "construct-only": false,
138821                        "controllable": true,
138822                        "default": "0",
138823                        "max": "100",
138824                        "min": "-100",
138825                        "mutable": "null",
138826                        "readable": true,
138827                        "type": "gfloat",
138828                        "writable": true
138829                    },
138830                    "scpz-7": {
138831                        "blurb": "Capture 7 Z position",
138832                        "conditionally-available": false,
138833                        "construct": true,
138834                        "construct-only": false,
138835                        "controllable": true,
138836                        "default": "0",
138837                        "max": "100",
138838                        "min": "-100",
138839                        "mutable": "null",
138840                        "readable": true,
138841                        "type": "gfloat",
138842                        "writable": true
138843                    },
138844                    "scsd-0": {
138845                        "blurb": "Capture 0 side microphone direction",
138846                        "conditionally-available": false,
138847                        "construct": true,
138848                        "construct-only": false,
138849                        "controllable": true,
138850                        "default": "Bidirectional (0)",
138851                        "mutable": "null",
138852                        "readable": true,
138853                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscsd-0",
138854                        "writable": true
138855                    },
138856                    "scsd-1": {
138857                        "blurb": "Capture 1 side microphone direction",
138858                        "conditionally-available": false,
138859                        "construct": true,
138860                        "construct-only": false,
138861                        "controllable": true,
138862                        "default": "Bidirectional (0)",
138863                        "mutable": "null",
138864                        "readable": true,
138865                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscsd-1",
138866                        "writable": true
138867                    },
138868                    "scsd-2": {
138869                        "blurb": "Capture 2 side microphone direction",
138870                        "conditionally-available": false,
138871                        "construct": true,
138872                        "construct-only": false,
138873                        "controllable": true,
138874                        "default": "Bidirectional (0)",
138875                        "mutable": "null",
138876                        "readable": true,
138877                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscsd-2",
138878                        "writable": true
138879                    },
138880                    "scsd-3": {
138881                        "blurb": "Capture 3 side microphone direction",
138882                        "conditionally-available": false,
138883                        "construct": true,
138884                        "construct-only": false,
138885                        "controllable": true,
138886                        "default": "Bidirectional (0)",
138887                        "mutable": "null",
138888                        "readable": true,
138889                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscsd-3",
138890                        "writable": true
138891                    },
138892                    "scsd-4": {
138893                        "blurb": "Capture 4 side microphone direction",
138894                        "conditionally-available": false,
138895                        "construct": true,
138896                        "construct-only": false,
138897                        "controllable": true,
138898                        "default": "Bidirectional (0)",
138899                        "mutable": "null",
138900                        "readable": true,
138901                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscsd-4",
138902                        "writable": true
138903                    },
138904                    "scsd-5": {
138905                        "blurb": "Capture 5 side microphone direction",
138906                        "conditionally-available": false,
138907                        "construct": true,
138908                        "construct-only": false,
138909                        "controllable": true,
138910                        "default": "Bidirectional (0)",
138911                        "mutable": "null",
138912                        "readable": true,
138913                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscsd-5",
138914                        "writable": true
138915                    },
138916                    "scsd-6": {
138917                        "blurb": "Capture 6 side microphone direction",
138918                        "conditionally-available": false,
138919                        "construct": true,
138920                        "construct-only": false,
138921                        "controllable": true,
138922                        "default": "Bidirectional (0)",
138923                        "mutable": "null",
138924                        "readable": true,
138925                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscsd-6",
138926                        "writable": true
138927                    },
138928                    "scsd-7": {
138929                        "blurb": "Capture 7 side microphone direction",
138930                        "conditionally-available": false,
138931                        "construct": true,
138932                        "construct-only": false,
138933                        "controllable": true,
138934                        "default": "Bidirectional (0)",
138935                        "mutable": "null",
138936                        "readable": true,
138937                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoscsd-7",
138938                        "writable": true
138939                    },
138940                    "sdur-0": {
138941                        "blurb": "Impulse current duration0",
138942                        "conditionally-available": false,
138943                        "construct": false,
138944                        "construct-only": false,
138945                        "controllable": true,
138946                        "default": "0",
138947                        "max": "100000",
138948                        "min": "0",
138949                        "mutable": "null",
138950                        "readable": true,
138951                        "type": "gfloat",
138952                        "writable": false
138953                    },
138954                    "sdur-1": {
138955                        "blurb": "Impulse current duration1",
138956                        "conditionally-available": false,
138957                        "construct": false,
138958                        "construct-only": false,
138959                        "controllable": true,
138960                        "default": "0",
138961                        "max": "100000",
138962                        "min": "0",
138963                        "mutable": "null",
138964                        "readable": true,
138965                        "type": "gfloat",
138966                        "writable": false
138967                    },
138968                    "sdur-2": {
138969                        "blurb": "Impulse current duration2",
138970                        "conditionally-available": false,
138971                        "construct": false,
138972                        "construct-only": false,
138973                        "controllable": true,
138974                        "default": "0",
138975                        "max": "100000",
138976                        "min": "0",
138977                        "mutable": "null",
138978                        "readable": true,
138979                        "type": "gfloat",
138980                        "writable": false
138981                    },
138982                    "sdur-3": {
138983                        "blurb": "Impulse current duration3",
138984                        "conditionally-available": false,
138985                        "construct": false,
138986                        "construct-only": false,
138987                        "controllable": true,
138988                        "default": "0",
138989                        "max": "100000",
138990                        "min": "0",
138991                        "mutable": "null",
138992                        "readable": true,
138993                        "type": "gfloat",
138994                        "writable": false
138995                    },
138996                    "sdur-4": {
138997                        "blurb": "Impulse current duration4",
138998                        "conditionally-available": false,
138999                        "construct": false,
139000                        "construct-only": false,
139001                        "controllable": true,
139002                        "default": "0",
139003                        "max": "100000",
139004                        "min": "0",
139005                        "mutable": "null",
139006                        "readable": true,
139007                        "type": "gfloat",
139008                        "writable": false
139009                    },
139010                    "sdur-5": {
139011                        "blurb": "Impulse current duration5",
139012                        "conditionally-available": false,
139013                        "construct": false,
139014                        "construct-only": false,
139015                        "controllable": true,
139016                        "default": "0",
139017                        "max": "100000",
139018                        "min": "0",
139019                        "mutable": "null",
139020                        "readable": true,
139021                        "type": "gfloat",
139022                        "writable": false
139023                    },
139024                    "sdur-6": {
139025                        "blurb": "Impulse current duration6",
139026                        "conditionally-available": false,
139027                        "construct": false,
139028                        "construct-only": false,
139029                        "controllable": true,
139030                        "default": "0",
139031                        "max": "100000",
139032                        "min": "0",
139033                        "mutable": "null",
139034                        "readable": true,
139035                        "type": "gfloat",
139036                        "writable": false
139037                    },
139038                    "sdur-7": {
139039                        "blurb": "Impulse current duration7",
139040                        "conditionally-available": false,
139041                        "construct": false,
139042                        "construct-only": false,
139043                        "controllable": true,
139044                        "default": "0",
139045                        "max": "100000",
139046                        "min": "0",
139047                        "mutable": "null",
139048                        "readable": true,
139049                        "type": "gfloat",
139050                        "writable": false
139051                    },
139052                    "shh-0": {
139053                        "blurb": "Source 0 height",
139054                        "conditionally-available": false,
139055                        "construct": true,
139056                        "construct-only": false,
139057                        "controllable": true,
139058                        "default": "15",
139059                        "max": "100",
139060                        "min": "1",
139061                        "mutable": "null",
139062                        "readable": true,
139063                        "type": "gfloat",
139064                        "writable": true
139065                    },
139066                    "shh-1": {
139067                        "blurb": "Source 1 height",
139068                        "conditionally-available": false,
139069                        "construct": true,
139070                        "construct-only": false,
139071                        "controllable": true,
139072                        "default": "15",
139073                        "max": "100",
139074                        "min": "1",
139075                        "mutable": "null",
139076                        "readable": true,
139077                        "type": "gfloat",
139078                        "writable": true
139079                    },
139080                    "shh-2": {
139081                        "blurb": "Source 2 height",
139082                        "conditionally-available": false,
139083                        "construct": true,
139084                        "construct-only": false,
139085                        "controllable": true,
139086                        "default": "15",
139087                        "max": "100",
139088                        "min": "1",
139089                        "mutable": "null",
139090                        "readable": true,
139091                        "type": "gfloat",
139092                        "writable": true
139093                    },
139094                    "shh-3": {
139095                        "blurb": "Source 3 height",
139096                        "conditionally-available": false,
139097                        "construct": true,
139098                        "construct-only": false,
139099                        "controllable": true,
139100                        "default": "15",
139101                        "max": "100",
139102                        "min": "1",
139103                        "mutable": "null",
139104                        "readable": true,
139105                        "type": "gfloat",
139106                        "writable": true
139107                    },
139108                    "shh-4": {
139109                        "blurb": "Source 4 height",
139110                        "conditionally-available": false,
139111                        "construct": true,
139112                        "construct-only": false,
139113                        "controllable": true,
139114                        "default": "15",
139115                        "max": "100",
139116                        "min": "1",
139117                        "mutable": "null",
139118                        "readable": true,
139119                        "type": "gfloat",
139120                        "writable": true
139121                    },
139122                    "shh-5": {
139123                        "blurb": "Source 5 height",
139124                        "conditionally-available": false,
139125                        "construct": true,
139126                        "construct-only": false,
139127                        "controllable": true,
139128                        "default": "15",
139129                        "max": "100",
139130                        "min": "1",
139131                        "mutable": "null",
139132                        "readable": true,
139133                        "type": "gfloat",
139134                        "writable": true
139135                    },
139136                    "shh-6": {
139137                        "blurb": "Source 6 height",
139138                        "conditionally-available": false,
139139                        "construct": true,
139140                        "construct-only": false,
139141                        "controllable": true,
139142                        "default": "15",
139143                        "max": "100",
139144                        "min": "1",
139145                        "mutable": "null",
139146                        "readable": true,
139147                        "type": "gfloat",
139148                        "writable": true
139149                    },
139150                    "shh-7": {
139151                        "blurb": "Source 7 height",
139152                        "conditionally-available": false,
139153                        "construct": true,
139154                        "construct-only": false,
139155                        "controllable": true,
139156                        "default": "15",
139157                        "max": "100",
139158                        "min": "1",
139159                        "mutable": "null",
139160                        "readable": true,
139161                        "type": "gfloat",
139162                        "writable": true
139163                    },
139164                    "signal": {
139165                        "blurb": "Current signal processor",
139166                        "conditionally-available": false,
139167                        "construct": true,
139168                        "construct-only": false,
139169                        "controllable": true,
139170                        "default": "Convolvers (0)",
139171                        "mutable": "null",
139172                        "readable": true,
139173                        "type": "lsp-plug-in-plugins-lv2-room-builder-monosignal",
139174                        "writable": true
139175                    },
139176                    "smdur-0": {
139177                        "blurb": "Impulse max duration0",
139178                        "conditionally-available": false,
139179                        "construct": false,
139180                        "construct-only": false,
139181                        "controllable": true,
139182                        "default": "0",
139183                        "max": "100000",
139184                        "min": "0",
139185                        "mutable": "null",
139186                        "readable": true,
139187                        "type": "gfloat",
139188                        "writable": false
139189                    },
139190                    "smdur-1": {
139191                        "blurb": "Impulse max duration1",
139192                        "conditionally-available": false,
139193                        "construct": false,
139194                        "construct-only": false,
139195                        "controllable": true,
139196                        "default": "0",
139197                        "max": "100000",
139198                        "min": "0",
139199                        "mutable": "null",
139200                        "readable": true,
139201                        "type": "gfloat",
139202                        "writable": false
139203                    },
139204                    "smdur-2": {
139205                        "blurb": "Impulse max duration2",
139206                        "conditionally-available": false,
139207                        "construct": false,
139208                        "construct-only": false,
139209                        "controllable": true,
139210                        "default": "0",
139211                        "max": "100000",
139212                        "min": "0",
139213                        "mutable": "null",
139214                        "readable": true,
139215                        "type": "gfloat",
139216                        "writable": false
139217                    },
139218                    "smdur-3": {
139219                        "blurb": "Impulse max duration3",
139220                        "conditionally-available": false,
139221                        "construct": false,
139222                        "construct-only": false,
139223                        "controllable": true,
139224                        "default": "0",
139225                        "max": "100000",
139226                        "min": "0",
139227                        "mutable": "null",
139228                        "readable": true,
139229                        "type": "gfloat",
139230                        "writable": false
139231                    },
139232                    "smdur-4": {
139233                        "blurb": "Impulse max duration4",
139234                        "conditionally-available": false,
139235                        "construct": false,
139236                        "construct-only": false,
139237                        "controllable": true,
139238                        "default": "0",
139239                        "max": "100000",
139240                        "min": "0",
139241                        "mutable": "null",
139242                        "readable": true,
139243                        "type": "gfloat",
139244                        "writable": false
139245                    },
139246                    "smdur-5": {
139247                        "blurb": "Impulse max duration5",
139248                        "conditionally-available": false,
139249                        "construct": false,
139250                        "construct-only": false,
139251                        "controllable": true,
139252                        "default": "0",
139253                        "max": "100000",
139254                        "min": "0",
139255                        "mutable": "null",
139256                        "readable": true,
139257                        "type": "gfloat",
139258                        "writable": false
139259                    },
139260                    "smdur-6": {
139261                        "blurb": "Impulse max duration6",
139262                        "conditionally-available": false,
139263                        "construct": false,
139264                        "construct-only": false,
139265                        "controllable": true,
139266                        "default": "0",
139267                        "max": "100000",
139268                        "min": "0",
139269                        "mutable": "null",
139270                        "readable": true,
139271                        "type": "gfloat",
139272                        "writable": false
139273                    },
139274                    "smdur-7": {
139275                        "blurb": "Impulse max duration7",
139276                        "conditionally-available": false,
139277                        "construct": false,
139278                        "construct-only": false,
139279                        "controllable": true,
139280                        "default": "0",
139281                        "max": "100000",
139282                        "min": "0",
139283                        "mutable": "null",
139284                        "readable": true,
139285                        "type": "gfloat",
139286                        "writable": false
139287                    },
139288                    "ssa-0": {
139289                        "blurb": "Source 0 angle",
139290                        "conditionally-available": false,
139291                        "construct": true,
139292                        "construct-only": false,
139293                        "controllable": true,
139294                        "default": "50",
139295                        "max": "100",
139296                        "min": "0",
139297                        "mutable": "null",
139298                        "readable": true,
139299                        "type": "gfloat",
139300                        "writable": true
139301                    },
139302                    "ssa-1": {
139303                        "blurb": "Source 1 angle",
139304                        "conditionally-available": false,
139305                        "construct": true,
139306                        "construct-only": false,
139307                        "controllable": true,
139308                        "default": "50",
139309                        "max": "100",
139310                        "min": "0",
139311                        "mutable": "null",
139312                        "readable": true,
139313                        "type": "gfloat",
139314                        "writable": true
139315                    },
139316                    "ssa-2": {
139317                        "blurb": "Source 2 angle",
139318                        "conditionally-available": false,
139319                        "construct": true,
139320                        "construct-only": false,
139321                        "controllable": true,
139322                        "default": "50",
139323                        "max": "100",
139324                        "min": "0",
139325                        "mutable": "null",
139326                        "readable": true,
139327                        "type": "gfloat",
139328                        "writable": true
139329                    },
139330                    "ssa-3": {
139331                        "blurb": "Source 3 angle",
139332                        "conditionally-available": false,
139333                        "construct": true,
139334                        "construct-only": false,
139335                        "controllable": true,
139336                        "default": "50",
139337                        "max": "100",
139338                        "min": "0",
139339                        "mutable": "null",
139340                        "readable": true,
139341                        "type": "gfloat",
139342                        "writable": true
139343                    },
139344                    "ssa-4": {
139345                        "blurb": "Source 4 angle",
139346                        "conditionally-available": false,
139347                        "construct": true,
139348                        "construct-only": false,
139349                        "controllable": true,
139350                        "default": "50",
139351                        "max": "100",
139352                        "min": "0",
139353                        "mutable": "null",
139354                        "readable": true,
139355                        "type": "gfloat",
139356                        "writable": true
139357                    },
139358                    "ssa-5": {
139359                        "blurb": "Source 5 angle",
139360                        "conditionally-available": false,
139361                        "construct": true,
139362                        "construct-only": false,
139363                        "controllable": true,
139364                        "default": "50",
139365                        "max": "100",
139366                        "min": "0",
139367                        "mutable": "null",
139368                        "readable": true,
139369                        "type": "gfloat",
139370                        "writable": true
139371                    },
139372                    "ssa-6": {
139373                        "blurb": "Source 6 angle",
139374                        "conditionally-available": false,
139375                        "construct": true,
139376                        "construct-only": false,
139377                        "controllable": true,
139378                        "default": "50",
139379                        "max": "100",
139380                        "min": "0",
139381                        "mutable": "null",
139382                        "readable": true,
139383                        "type": "gfloat",
139384                        "writable": true
139385                    },
139386                    "ssa-7": {
139387                        "blurb": "Source 7 angle",
139388                        "conditionally-available": false,
139389                        "construct": true,
139390                        "construct-only": false,
139391                        "controllable": true,
139392                        "default": "50",
139393                        "max": "100",
139394                        "min": "0",
139395                        "mutable": "null",
139396                        "readable": true,
139397                        "type": "gfloat",
139398                        "writable": true
139399                    },
139400                    "ssap-0": {
139401                        "blurb": "Source 0 Pitch angle",
139402                        "conditionally-available": false,
139403                        "construct": true,
139404                        "construct-only": false,
139405                        "controllable": true,
139406                        "default": "0",
139407                        "max": "90",
139408                        "min": "-90",
139409                        "mutable": "null",
139410                        "readable": true,
139411                        "type": "gfloat",
139412                        "writable": true
139413                    },
139414                    "ssap-1": {
139415                        "blurb": "Source 1 Pitch angle",
139416                        "conditionally-available": false,
139417                        "construct": true,
139418                        "construct-only": false,
139419                        "controllable": true,
139420                        "default": "0",
139421                        "max": "90",
139422                        "min": "-90",
139423                        "mutable": "null",
139424                        "readable": true,
139425                        "type": "gfloat",
139426                        "writable": true
139427                    },
139428                    "ssap-2": {
139429                        "blurb": "Source 2 Pitch angle",
139430                        "conditionally-available": false,
139431                        "construct": true,
139432                        "construct-only": false,
139433                        "controllable": true,
139434                        "default": "0",
139435                        "max": "90",
139436                        "min": "-90",
139437                        "mutable": "null",
139438                        "readable": true,
139439                        "type": "gfloat",
139440                        "writable": true
139441                    },
139442                    "ssap-3": {
139443                        "blurb": "Source 3 Pitch angle",
139444                        "conditionally-available": false,
139445                        "construct": true,
139446                        "construct-only": false,
139447                        "controllable": true,
139448                        "default": "0",
139449                        "max": "90",
139450                        "min": "-90",
139451                        "mutable": "null",
139452                        "readable": true,
139453                        "type": "gfloat",
139454                        "writable": true
139455                    },
139456                    "ssap-4": {
139457                        "blurb": "Source 4 Pitch angle",
139458                        "conditionally-available": false,
139459                        "construct": true,
139460                        "construct-only": false,
139461                        "controllable": true,
139462                        "default": "0",
139463                        "max": "90",
139464                        "min": "-90",
139465                        "mutable": "null",
139466                        "readable": true,
139467                        "type": "gfloat",
139468                        "writable": true
139469                    },
139470                    "ssap-5": {
139471                        "blurb": "Source 5 Pitch angle",
139472                        "conditionally-available": false,
139473                        "construct": true,
139474                        "construct-only": false,
139475                        "controllable": true,
139476                        "default": "0",
139477                        "max": "90",
139478                        "min": "-90",
139479                        "mutable": "null",
139480                        "readable": true,
139481                        "type": "gfloat",
139482                        "writable": true
139483                    },
139484                    "ssap-6": {
139485                        "blurb": "Source 6 Pitch angle",
139486                        "conditionally-available": false,
139487                        "construct": true,
139488                        "construct-only": false,
139489                        "controllable": true,
139490                        "default": "0",
139491                        "max": "90",
139492                        "min": "-90",
139493                        "mutable": "null",
139494                        "readable": true,
139495                        "type": "gfloat",
139496                        "writable": true
139497                    },
139498                    "ssap-7": {
139499                        "blurb": "Source 7 Pitch angle",
139500                        "conditionally-available": false,
139501                        "construct": true,
139502                        "construct-only": false,
139503                        "controllable": true,
139504                        "default": "0",
139505                        "max": "90",
139506                        "min": "-90",
139507                        "mutable": "null",
139508                        "readable": true,
139509                        "type": "gfloat",
139510                        "writable": true
139511                    },
139512                    "ssar-0": {
139513                        "blurb": "Source 0 Roll angle",
139514                        "conditionally-available": false,
139515                        "construct": true,
139516                        "construct-only": false,
139517                        "controllable": true,
139518                        "default": "0",
139519                        "max": "360",
139520                        "min": "0",
139521                        "mutable": "null",
139522                        "readable": true,
139523                        "type": "gfloat",
139524                        "writable": true
139525                    },
139526                    "ssar-1": {
139527                        "blurb": "Source 1 Roll angle",
139528                        "conditionally-available": false,
139529                        "construct": true,
139530                        "construct-only": false,
139531                        "controllable": true,
139532                        "default": "0",
139533                        "max": "360",
139534                        "min": "0",
139535                        "mutable": "null",
139536                        "readable": true,
139537                        "type": "gfloat",
139538                        "writable": true
139539                    },
139540                    "ssar-2": {
139541                        "blurb": "Source 2 Roll angle",
139542                        "conditionally-available": false,
139543                        "construct": true,
139544                        "construct-only": false,
139545                        "controllable": true,
139546                        "default": "0",
139547                        "max": "360",
139548                        "min": "0",
139549                        "mutable": "null",
139550                        "readable": true,
139551                        "type": "gfloat",
139552                        "writable": true
139553                    },
139554                    "ssar-3": {
139555                        "blurb": "Source 3 Roll angle",
139556                        "conditionally-available": false,
139557                        "construct": true,
139558                        "construct-only": false,
139559                        "controllable": true,
139560                        "default": "0",
139561                        "max": "360",
139562                        "min": "0",
139563                        "mutable": "null",
139564                        "readable": true,
139565                        "type": "gfloat",
139566                        "writable": true
139567                    },
139568                    "ssar-4": {
139569                        "blurb": "Source 4 Roll angle",
139570                        "conditionally-available": false,
139571                        "construct": true,
139572                        "construct-only": false,
139573                        "controllable": true,
139574                        "default": "0",
139575                        "max": "360",
139576                        "min": "0",
139577                        "mutable": "null",
139578                        "readable": true,
139579                        "type": "gfloat",
139580                        "writable": true
139581                    },
139582                    "ssar-5": {
139583                        "blurb": "Source 5 Roll angle",
139584                        "conditionally-available": false,
139585                        "construct": true,
139586                        "construct-only": false,
139587                        "controllable": true,
139588                        "default": "0",
139589                        "max": "360",
139590                        "min": "0",
139591                        "mutable": "null",
139592                        "readable": true,
139593                        "type": "gfloat",
139594                        "writable": true
139595                    },
139596                    "ssar-6": {
139597                        "blurb": "Source 6 Roll angle",
139598                        "conditionally-available": false,
139599                        "construct": true,
139600                        "construct-only": false,
139601                        "controllable": true,
139602                        "default": "0",
139603                        "max": "360",
139604                        "min": "0",
139605                        "mutable": "null",
139606                        "readable": true,
139607                        "type": "gfloat",
139608                        "writable": true
139609                    },
139610                    "ssar-7": {
139611                        "blurb": "Source 7 Roll angle",
139612                        "conditionally-available": false,
139613                        "construct": true,
139614                        "construct-only": false,
139615                        "controllable": true,
139616                        "default": "0",
139617                        "max": "360",
139618                        "min": "0",
139619                        "mutable": "null",
139620                        "readable": true,
139621                        "type": "gfloat",
139622                        "writable": true
139623                    },
139624                    "ssay-0": {
139625                        "blurb": "Source 0 Yaw angle",
139626                        "conditionally-available": false,
139627                        "construct": true,
139628                        "construct-only": false,
139629                        "controllable": true,
139630                        "default": "90",
139631                        "max": "360",
139632                        "min": "0",
139633                        "mutable": "null",
139634                        "readable": true,
139635                        "type": "gfloat",
139636                        "writable": true
139637                    },
139638                    "ssay-1": {
139639                        "blurb": "Source 1 Yaw angle",
139640                        "conditionally-available": false,
139641                        "construct": true,
139642                        "construct-only": false,
139643                        "controllable": true,
139644                        "default": "90",
139645                        "max": "360",
139646                        "min": "0",
139647                        "mutable": "null",
139648                        "readable": true,
139649                        "type": "gfloat",
139650                        "writable": true
139651                    },
139652                    "ssay-2": {
139653                        "blurb": "Source 2 Yaw angle",
139654                        "conditionally-available": false,
139655                        "construct": true,
139656                        "construct-only": false,
139657                        "controllable": true,
139658                        "default": "90",
139659                        "max": "360",
139660                        "min": "0",
139661                        "mutable": "null",
139662                        "readable": true,
139663                        "type": "gfloat",
139664                        "writable": true
139665                    },
139666                    "ssay-3": {
139667                        "blurb": "Source 3 Yaw angle",
139668                        "conditionally-available": false,
139669                        "construct": true,
139670                        "construct-only": false,
139671                        "controllable": true,
139672                        "default": "90",
139673                        "max": "360",
139674                        "min": "0",
139675                        "mutable": "null",
139676                        "readable": true,
139677                        "type": "gfloat",
139678                        "writable": true
139679                    },
139680                    "ssay-4": {
139681                        "blurb": "Source 4 Yaw angle",
139682                        "conditionally-available": false,
139683                        "construct": true,
139684                        "construct-only": false,
139685                        "controllable": true,
139686                        "default": "90",
139687                        "max": "360",
139688                        "min": "0",
139689                        "mutable": "null",
139690                        "readable": true,
139691                        "type": "gfloat",
139692                        "writable": true
139693                    },
139694                    "ssay-5": {
139695                        "blurb": "Source 5 Yaw angle",
139696                        "conditionally-available": false,
139697                        "construct": true,
139698                        "construct-only": false,
139699                        "controllable": true,
139700                        "default": "90",
139701                        "max": "360",
139702                        "min": "0",
139703                        "mutable": "null",
139704                        "readable": true,
139705                        "type": "gfloat",
139706                        "writable": true
139707                    },
139708                    "ssay-6": {
139709                        "blurb": "Source 6 Yaw angle",
139710                        "conditionally-available": false,
139711                        "construct": true,
139712                        "construct-only": false,
139713                        "controllable": true,
139714                        "default": "90",
139715                        "max": "360",
139716                        "min": "0",
139717                        "mutable": "null",
139718                        "readable": true,
139719                        "type": "gfloat",
139720                        "writable": true
139721                    },
139722                    "ssay-7": {
139723                        "blurb": "Source 7 Yaw angle",
139724                        "conditionally-available": false,
139725                        "construct": true,
139726                        "construct-only": false,
139727                        "controllable": true,
139728                        "default": "90",
139729                        "max": "360",
139730                        "min": "0",
139731                        "mutable": "null",
139732                        "readable": true,
139733                        "type": "gfloat",
139734                        "writable": true
139735                    },
139736                    "sscf-0": {
139737                        "blurb": "Source 0 type",
139738                        "conditionally-available": false,
139739                        "construct": true,
139740                        "construct-only": false,
139741                        "controllable": true,
139742                        "default": "Icosahedron (4)",
139743                        "mutable": "null",
139744                        "readable": true,
139745                        "type": "lsp-plug-in-plugins-lv2-room-builder-monosscf-0",
139746                        "writable": true
139747                    },
139748                    "sscf-1": {
139749                        "blurb": "Source 1 type",
139750                        "conditionally-available": false,
139751                        "construct": true,
139752                        "construct-only": false,
139753                        "controllable": true,
139754                        "default": "Icosahedron (4)",
139755                        "mutable": "null",
139756                        "readable": true,
139757                        "type": "lsp-plug-in-plugins-lv2-room-builder-monosscf-1",
139758                        "writable": true
139759                    },
139760                    "sscf-2": {
139761                        "blurb": "Source 2 type",
139762                        "conditionally-available": false,
139763                        "construct": true,
139764                        "construct-only": false,
139765                        "controllable": true,
139766                        "default": "Icosahedron (4)",
139767                        "mutable": "null",
139768                        "readable": true,
139769                        "type": "lsp-plug-in-plugins-lv2-room-builder-monosscf-2",
139770                        "writable": true
139771                    },
139772                    "sscf-3": {
139773                        "blurb": "Source 3 type",
139774                        "conditionally-available": false,
139775                        "construct": true,
139776                        "construct-only": false,
139777                        "controllable": true,
139778                        "default": "Icosahedron (4)",
139779                        "mutable": "null",
139780                        "readable": true,
139781                        "type": "lsp-plug-in-plugins-lv2-room-builder-monosscf-3",
139782                        "writable": true
139783                    },
139784                    "sscf-4": {
139785                        "blurb": "Source 4 type",
139786                        "conditionally-available": false,
139787                        "construct": true,
139788                        "construct-only": false,
139789                        "controllable": true,
139790                        "default": "Icosahedron (4)",
139791                        "mutable": "null",
139792                        "readable": true,
139793                        "type": "lsp-plug-in-plugins-lv2-room-builder-monosscf-4",
139794                        "writable": true
139795                    },
139796                    "sscf-5": {
139797                        "blurb": "Source 5 type",
139798                        "conditionally-available": false,
139799                        "construct": true,
139800                        "construct-only": false,
139801                        "controllable": true,
139802                        "default": "Icosahedron (4)",
139803                        "mutable": "null",
139804                        "readable": true,
139805                        "type": "lsp-plug-in-plugins-lv2-room-builder-monosscf-5",
139806                        "writable": true
139807                    },
139808                    "sscf-6": {
139809                        "blurb": "Source 6 type",
139810                        "conditionally-available": false,
139811                        "construct": true,
139812                        "construct-only": false,
139813                        "controllable": true,
139814                        "default": "Icosahedron (4)",
139815                        "mutable": "null",
139816                        "readable": true,
139817                        "type": "lsp-plug-in-plugins-lv2-room-builder-monosscf-6",
139818                        "writable": true
139819                    },
139820                    "sscf-7": {
139821                        "blurb": "Source 7 type",
139822                        "conditionally-available": false,
139823                        "construct": true,
139824                        "construct-only": false,
139825                        "controllable": true,
139826                        "default": "Icosahedron (4)",
139827                        "mutable": "null",
139828                        "readable": true,
139829                        "type": "lsp-plug-in-plugins-lv2-room-builder-monosscf-7",
139830                        "writable": true
139831                    },
139832                    "sscv-0": {
139833                        "blurb": "Source 0 curvature",
139834                        "conditionally-available": false,
139835                        "construct": true,
139836                        "construct-only": false,
139837                        "controllable": true,
139838                        "default": "100",
139839                        "max": "100",
139840                        "min": "0",
139841                        "mutable": "null",
139842                        "readable": true,
139843                        "type": "gfloat",
139844                        "writable": true
139845                    },
139846                    "sscv-1": {
139847                        "blurb": "Source 1 curvature",
139848                        "conditionally-available": false,
139849                        "construct": true,
139850                        "construct-only": false,
139851                        "controllable": true,
139852                        "default": "100",
139853                        "max": "100",
139854                        "min": "0",
139855                        "mutable": "null",
139856                        "readable": true,
139857                        "type": "gfloat",
139858                        "writable": true
139859                    },
139860                    "sscv-2": {
139861                        "blurb": "Source 2 curvature",
139862                        "conditionally-available": false,
139863                        "construct": true,
139864                        "construct-only": false,
139865                        "controllable": true,
139866                        "default": "100",
139867                        "max": "100",
139868                        "min": "0",
139869                        "mutable": "null",
139870                        "readable": true,
139871                        "type": "gfloat",
139872                        "writable": true
139873                    },
139874                    "sscv-3": {
139875                        "blurb": "Source 3 curvature",
139876                        "conditionally-available": false,
139877                        "construct": true,
139878                        "construct-only": false,
139879                        "controllable": true,
139880                        "default": "100",
139881                        "max": "100",
139882                        "min": "0",
139883                        "mutable": "null",
139884                        "readable": true,
139885                        "type": "gfloat",
139886                        "writable": true
139887                    },
139888                    "sscv-4": {
139889                        "blurb": "Source 4 curvature",
139890                        "conditionally-available": false,
139891                        "construct": true,
139892                        "construct-only": false,
139893                        "controllable": true,
139894                        "default": "100",
139895                        "max": "100",
139896                        "min": "0",
139897                        "mutable": "null",
139898                        "readable": true,
139899                        "type": "gfloat",
139900                        "writable": true
139901                    },
139902                    "sscv-5": {
139903                        "blurb": "Source 5 curvature",
139904                        "conditionally-available": false,
139905                        "construct": true,
139906                        "construct-only": false,
139907                        "controllable": true,
139908                        "default": "100",
139909                        "max": "100",
139910                        "min": "0",
139911                        "mutable": "null",
139912                        "readable": true,
139913                        "type": "gfloat",
139914                        "writable": true
139915                    },
139916                    "sscv-6": {
139917                        "blurb": "Source 6 curvature",
139918                        "conditionally-available": false,
139919                        "construct": true,
139920                        "construct-only": false,
139921                        "controllable": true,
139922                        "default": "100",
139923                        "max": "100",
139924                        "min": "0",
139925                        "mutable": "null",
139926                        "readable": true,
139927                        "type": "gfloat",
139928                        "writable": true
139929                    },
139930                    "sscv-7": {
139931                        "blurb": "Source 7 curvature",
139932                        "conditionally-available": false,
139933                        "construct": true,
139934                        "construct-only": false,
139935                        "controllable": true,
139936                        "default": "100",
139937                        "max": "100",
139938                        "min": "0",
139939                        "mutable": "null",
139940                        "readable": true,
139941                        "type": "gfloat",
139942                        "writable": true
139943                    },
139944                    "sse-0": {
139945                        "blurb": "Source 0 enable",
139946                        "conditionally-available": false,
139947                        "construct": true,
139948                        "construct-only": false,
139949                        "controllable": true,
139950                        "default": "false",
139951                        "mutable": "null",
139952                        "readable": true,
139953                        "type": "gboolean",
139954                        "writable": true
139955                    },
139956                    "sse-1": {
139957                        "blurb": "Source 1 enable",
139958                        "conditionally-available": false,
139959                        "construct": true,
139960                        "construct-only": false,
139961                        "controllable": true,
139962                        "default": "false",
139963                        "mutable": "null",
139964                        "readable": true,
139965                        "type": "gboolean",
139966                        "writable": true
139967                    },
139968                    "sse-2": {
139969                        "blurb": "Source 2 enable",
139970                        "conditionally-available": false,
139971                        "construct": true,
139972                        "construct-only": false,
139973                        "controllable": true,
139974                        "default": "false",
139975                        "mutable": "null",
139976                        "readable": true,
139977                        "type": "gboolean",
139978                        "writable": true
139979                    },
139980                    "sse-3": {
139981                        "blurb": "Source 3 enable",
139982                        "conditionally-available": false,
139983                        "construct": true,
139984                        "construct-only": false,
139985                        "controllable": true,
139986                        "default": "false",
139987                        "mutable": "null",
139988                        "readable": true,
139989                        "type": "gboolean",
139990                        "writable": true
139991                    },
139992                    "sse-4": {
139993                        "blurb": "Source 4 enable",
139994                        "conditionally-available": false,
139995                        "construct": true,
139996                        "construct-only": false,
139997                        "controllable": true,
139998                        "default": "false",
139999                        "mutable": "null",
140000                        "readable": true,
140001                        "type": "gboolean",
140002                        "writable": true
140003                    },
140004                    "sse-5": {
140005                        "blurb": "Source 5 enable",
140006                        "conditionally-available": false,
140007                        "construct": true,
140008                        "construct-only": false,
140009                        "controllable": true,
140010                        "default": "false",
140011                        "mutable": "null",
140012                        "readable": true,
140013                        "type": "gboolean",
140014                        "writable": true
140015                    },
140016                    "sse-6": {
140017                        "blurb": "Source 6 enable",
140018                        "conditionally-available": false,
140019                        "construct": true,
140020                        "construct-only": false,
140021                        "controllable": true,
140022                        "default": "false",
140023                        "mutable": "null",
140024                        "readable": true,
140025                        "type": "gboolean",
140026                        "writable": true
140027                    },
140028                    "sse-7": {
140029                        "blurb": "Source 7 enable",
140030                        "conditionally-available": false,
140031                        "construct": true,
140032                        "construct-only": false,
140033                        "controllable": true,
140034                        "default": "false",
140035                        "mutable": "null",
140036                        "readable": true,
140037                        "type": "gboolean",
140038                        "writable": true
140039                    },
140040                    "ssel": {
140041                        "blurb": "Source selector",
140042                        "conditionally-available": false,
140043                        "construct": true,
140044                        "construct-only": false,
140045                        "controllable": true,
140046                        "default": "0 (0)",
140047                        "mutable": "null",
140048                        "readable": true,
140049                        "type": "lsp-plug-in-plugins-lv2-room-builder-monossel",
140050                        "writable": true
140051                    },
140052                    "ssh-0": {
140053                        "blurb": "Source 0 hue",
140054                        "conditionally-available": false,
140055                        "construct": true,
140056                        "construct-only": false,
140057                        "controllable": true,
140058                        "default": "0",
140059                        "max": "1",
140060                        "min": "0",
140061                        "mutable": "null",
140062                        "readable": true,
140063                        "type": "gfloat",
140064                        "writable": true
140065                    },
140066                    "ssh-1": {
140067                        "blurb": "Source 1 hue",
140068                        "conditionally-available": false,
140069                        "construct": true,
140070                        "construct-only": false,
140071                        "controllable": true,
140072                        "default": "0.125",
140073                        "max": "1",
140074                        "min": "0",
140075                        "mutable": "null",
140076                        "readable": true,
140077                        "type": "gfloat",
140078                        "writable": true
140079                    },
140080                    "ssh-2": {
140081                        "blurb": "Source 2 hue",
140082                        "conditionally-available": false,
140083                        "construct": true,
140084                        "construct-only": false,
140085                        "controllable": true,
140086                        "default": "0.25",
140087                        "max": "1",
140088                        "min": "0",
140089                        "mutable": "null",
140090                        "readable": true,
140091                        "type": "gfloat",
140092                        "writable": true
140093                    },
140094                    "ssh-3": {
140095                        "blurb": "Source 3 hue",
140096                        "conditionally-available": false,
140097                        "construct": true,
140098                        "construct-only": false,
140099                        "controllable": true,
140100                        "default": "0.375",
140101                        "max": "1",
140102                        "min": "0",
140103                        "mutable": "null",
140104                        "readable": true,
140105                        "type": "gfloat",
140106                        "writable": true
140107                    },
140108                    "ssh-4": {
140109                        "blurb": "Source 4 hue",
140110                        "conditionally-available": false,
140111                        "construct": true,
140112                        "construct-only": false,
140113                        "controllable": true,
140114                        "default": "0.5",
140115                        "max": "1",
140116                        "min": "0",
140117                        "mutable": "null",
140118                        "readable": true,
140119                        "type": "gfloat",
140120                        "writable": true
140121                    },
140122                    "ssh-5": {
140123                        "blurb": "Source 5 hue",
140124                        "conditionally-available": false,
140125                        "construct": true,
140126                        "construct-only": false,
140127                        "controllable": true,
140128                        "default": "0.625",
140129                        "max": "1",
140130                        "min": "0",
140131                        "mutable": "null",
140132                        "readable": true,
140133                        "type": "gfloat",
140134                        "writable": true
140135                    },
140136                    "ssh-6": {
140137                        "blurb": "Source 6 hue",
140138                        "conditionally-available": false,
140139                        "construct": true,
140140                        "construct-only": false,
140141                        "controllable": true,
140142                        "default": "0.75",
140143                        "max": "1",
140144                        "min": "0",
140145                        "mutable": "null",
140146                        "readable": true,
140147                        "type": "gfloat",
140148                        "writable": true
140149                    },
140150                    "ssh-7": {
140151                        "blurb": "Source 7 hue",
140152                        "conditionally-available": false,
140153                        "construct": true,
140154                        "construct-only": false,
140155                        "controllable": true,
140156                        "default": "0.875",
140157                        "max": "1",
140158                        "min": "0",
140159                        "mutable": "null",
140160                        "readable": true,
140161                        "type": "gfloat",
140162                        "writable": true
140163                    },
140164                    "ssph-0": {
140165                        "blurb": "Source 0 phase invert",
140166                        "conditionally-available": false,
140167                        "construct": true,
140168                        "construct-only": false,
140169                        "controllable": true,
140170                        "default": "false",
140171                        "mutable": "null",
140172                        "readable": true,
140173                        "type": "gboolean",
140174                        "writable": true
140175                    },
140176                    "ssph-1": {
140177                        "blurb": "Source 1 phase invert",
140178                        "conditionally-available": false,
140179                        "construct": true,
140180                        "construct-only": false,
140181                        "controllable": true,
140182                        "default": "false",
140183                        "mutable": "null",
140184                        "readable": true,
140185                        "type": "gboolean",
140186                        "writable": true
140187                    },
140188                    "ssph-2": {
140189                        "blurb": "Source 2 phase invert",
140190                        "conditionally-available": false,
140191                        "construct": true,
140192                        "construct-only": false,
140193                        "controllable": true,
140194                        "default": "false",
140195                        "mutable": "null",
140196                        "readable": true,
140197                        "type": "gboolean",
140198                        "writable": true
140199                    },
140200                    "ssph-3": {
140201                        "blurb": "Source 3 phase invert",
140202                        "conditionally-available": false,
140203                        "construct": true,
140204                        "construct-only": false,
140205                        "controllable": true,
140206                        "default": "false",
140207                        "mutable": "null",
140208                        "readable": true,
140209                        "type": "gboolean",
140210                        "writable": true
140211                    },
140212                    "ssph-4": {
140213                        "blurb": "Source 4 phase invert",
140214                        "conditionally-available": false,
140215                        "construct": true,
140216                        "construct-only": false,
140217                        "controllable": true,
140218                        "default": "false",
140219                        "mutable": "null",
140220                        "readable": true,
140221                        "type": "gboolean",
140222                        "writable": true
140223                    },
140224                    "ssph-5": {
140225                        "blurb": "Source 5 phase invert",
140226                        "conditionally-available": false,
140227                        "construct": true,
140228                        "construct-only": false,
140229                        "controllable": true,
140230                        "default": "false",
140231                        "mutable": "null",
140232                        "readable": true,
140233                        "type": "gboolean",
140234                        "writable": true
140235                    },
140236                    "ssph-6": {
140237                        "blurb": "Source 6 phase invert",
140238                        "conditionally-available": false,
140239                        "construct": true,
140240                        "construct-only": false,
140241                        "controllable": true,
140242                        "default": "false",
140243                        "mutable": "null",
140244                        "readable": true,
140245                        "type": "gboolean",
140246                        "writable": true
140247                    },
140248                    "ssph-7": {
140249                        "blurb": "Source 7 phase invert",
140250                        "conditionally-available": false,
140251                        "construct": true,
140252                        "construct-only": false,
140253                        "controllable": true,
140254                        "default": "false",
140255                        "mutable": "null",
140256                        "readable": true,
140257                        "type": "gboolean",
140258                        "writable": true
140259                    },
140260                    "sspx-0": {
140261                        "blurb": "Source 0 X position",
140262                        "conditionally-available": false,
140263                        "construct": true,
140264                        "construct-only": false,
140265                        "controllable": true,
140266                        "default": "0",
140267                        "max": "100",
140268                        "min": "-100",
140269                        "mutable": "null",
140270                        "readable": true,
140271                        "type": "gfloat",
140272                        "writable": true
140273                    },
140274                    "sspx-1": {
140275                        "blurb": "Source 1 X position",
140276                        "conditionally-available": false,
140277                        "construct": true,
140278                        "construct-only": false,
140279                        "controllable": true,
140280                        "default": "0",
140281                        "max": "100",
140282                        "min": "-100",
140283                        "mutable": "null",
140284                        "readable": true,
140285                        "type": "gfloat",
140286                        "writable": true
140287                    },
140288                    "sspx-2": {
140289                        "blurb": "Source 2 X position",
140290                        "conditionally-available": false,
140291                        "construct": true,
140292                        "construct-only": false,
140293                        "controllable": true,
140294                        "default": "0",
140295                        "max": "100",
140296                        "min": "-100",
140297                        "mutable": "null",
140298                        "readable": true,
140299                        "type": "gfloat",
140300                        "writable": true
140301                    },
140302                    "sspx-3": {
140303                        "blurb": "Source 3 X position",
140304                        "conditionally-available": false,
140305                        "construct": true,
140306                        "construct-only": false,
140307                        "controllable": true,
140308                        "default": "0",
140309                        "max": "100",
140310                        "min": "-100",
140311                        "mutable": "null",
140312                        "readable": true,
140313                        "type": "gfloat",
140314                        "writable": true
140315                    },
140316                    "sspx-4": {
140317                        "blurb": "Source 4 X position",
140318                        "conditionally-available": false,
140319                        "construct": true,
140320                        "construct-only": false,
140321                        "controllable": true,
140322                        "default": "0",
140323                        "max": "100",
140324                        "min": "-100",
140325                        "mutable": "null",
140326                        "readable": true,
140327                        "type": "gfloat",
140328                        "writable": true
140329                    },
140330                    "sspx-5": {
140331                        "blurb": "Source 5 X position",
140332                        "conditionally-available": false,
140333                        "construct": true,
140334                        "construct-only": false,
140335                        "controllable": true,
140336                        "default": "0",
140337                        "max": "100",
140338                        "min": "-100",
140339                        "mutable": "null",
140340                        "readable": true,
140341                        "type": "gfloat",
140342                        "writable": true
140343                    },
140344                    "sspx-6": {
140345                        "blurb": "Source 6 X position",
140346                        "conditionally-available": false,
140347                        "construct": true,
140348                        "construct-only": false,
140349                        "controllable": true,
140350                        "default": "0",
140351                        "max": "100",
140352                        "min": "-100",
140353                        "mutable": "null",
140354                        "readable": true,
140355                        "type": "gfloat",
140356                        "writable": true
140357                    },
140358                    "sspx-7": {
140359                        "blurb": "Source 7 X position",
140360                        "conditionally-available": false,
140361                        "construct": true,
140362                        "construct-only": false,
140363                        "controllable": true,
140364                        "default": "0",
140365                        "max": "100",
140366                        "min": "-100",
140367                        "mutable": "null",
140368                        "readable": true,
140369                        "type": "gfloat",
140370                        "writable": true
140371                    },
140372                    "sspy-0": {
140373                        "blurb": "Source 0 Y position",
140374                        "conditionally-available": false,
140375                        "construct": true,
140376                        "construct-only": false,
140377                        "controllable": true,
140378                        "default": "-1",
140379                        "max": "100",
140380                        "min": "-100",
140381                        "mutable": "null",
140382                        "readable": true,
140383                        "type": "gfloat",
140384                        "writable": true
140385                    },
140386                    "sspy-1": {
140387                        "blurb": "Source 1 Y position",
140388                        "conditionally-available": false,
140389                        "construct": true,
140390                        "construct-only": false,
140391                        "controllable": true,
140392                        "default": "-1",
140393                        "max": "100",
140394                        "min": "-100",
140395                        "mutable": "null",
140396                        "readable": true,
140397                        "type": "gfloat",
140398                        "writable": true
140399                    },
140400                    "sspy-2": {
140401                        "blurb": "Source 2 Y position",
140402                        "conditionally-available": false,
140403                        "construct": true,
140404                        "construct-only": false,
140405                        "controllable": true,
140406                        "default": "-1",
140407                        "max": "100",
140408                        "min": "-100",
140409                        "mutable": "null",
140410                        "readable": true,
140411                        "type": "gfloat",
140412                        "writable": true
140413                    },
140414                    "sspy-3": {
140415                        "blurb": "Source 3 Y position",
140416                        "conditionally-available": false,
140417                        "construct": true,
140418                        "construct-only": false,
140419                        "controllable": true,
140420                        "default": "-1",
140421                        "max": "100",
140422                        "min": "-100",
140423                        "mutable": "null",
140424                        "readable": true,
140425                        "type": "gfloat",
140426                        "writable": true
140427                    },
140428                    "sspy-4": {
140429                        "blurb": "Source 4 Y position",
140430                        "conditionally-available": false,
140431                        "construct": true,
140432                        "construct-only": false,
140433                        "controllable": true,
140434                        "default": "-1",
140435                        "max": "100",
140436                        "min": "-100",
140437                        "mutable": "null",
140438                        "readable": true,
140439                        "type": "gfloat",
140440                        "writable": true
140441                    },
140442                    "sspy-5": {
140443                        "blurb": "Source 5 Y position",
140444                        "conditionally-available": false,
140445                        "construct": true,
140446                        "construct-only": false,
140447                        "controllable": true,
140448                        "default": "-1",
140449                        "max": "100",
140450                        "min": "-100",
140451                        "mutable": "null",
140452                        "readable": true,
140453                        "type": "gfloat",
140454                        "writable": true
140455                    },
140456                    "sspy-6": {
140457                        "blurb": "Source 6 Y position",
140458                        "conditionally-available": false,
140459                        "construct": true,
140460                        "construct-only": false,
140461                        "controllable": true,
140462                        "default": "-1",
140463                        "max": "100",
140464                        "min": "-100",
140465                        "mutable": "null",
140466                        "readable": true,
140467                        "type": "gfloat",
140468                        "writable": true
140469                    },
140470                    "sspy-7": {
140471                        "blurb": "Source 7 Y position",
140472                        "conditionally-available": false,
140473                        "construct": true,
140474                        "construct-only": false,
140475                        "controllable": true,
140476                        "default": "-1",
140477                        "max": "100",
140478                        "min": "-100",
140479                        "mutable": "null",
140480                        "readable": true,
140481                        "type": "gfloat",
140482                        "writable": true
140483                    },
140484                    "sspz-0": {
140485                        "blurb": "Source 0 Z position",
140486                        "conditionally-available": false,
140487                        "construct": true,
140488                        "construct-only": false,
140489                        "controllable": true,
140490                        "default": "0",
140491                        "max": "100",
140492                        "min": "-100",
140493                        "mutable": "null",
140494                        "readable": true,
140495                        "type": "gfloat",
140496                        "writable": true
140497                    },
140498                    "sspz-1": {
140499                        "blurb": "Source 1 Z position",
140500                        "conditionally-available": false,
140501                        "construct": true,
140502                        "construct-only": false,
140503                        "controllable": true,
140504                        "default": "0",
140505                        "max": "100",
140506                        "min": "-100",
140507                        "mutable": "null",
140508                        "readable": true,
140509                        "type": "gfloat",
140510                        "writable": true
140511                    },
140512                    "sspz-2": {
140513                        "blurb": "Source 2 Z position",
140514                        "conditionally-available": false,
140515                        "construct": true,
140516                        "construct-only": false,
140517                        "controllable": true,
140518                        "default": "0",
140519                        "max": "100",
140520                        "min": "-100",
140521                        "mutable": "null",
140522                        "readable": true,
140523                        "type": "gfloat",
140524                        "writable": true
140525                    },
140526                    "sspz-3": {
140527                        "blurb": "Source 3 Z position",
140528                        "conditionally-available": false,
140529                        "construct": true,
140530                        "construct-only": false,
140531                        "controllable": true,
140532                        "default": "0",
140533                        "max": "100",
140534                        "min": "-100",
140535                        "mutable": "null",
140536                        "readable": true,
140537                        "type": "gfloat",
140538                        "writable": true
140539                    },
140540                    "sspz-4": {
140541                        "blurb": "Source 4 Z position",
140542                        "conditionally-available": false,
140543                        "construct": true,
140544                        "construct-only": false,
140545                        "controllable": true,
140546                        "default": "0",
140547                        "max": "100",
140548                        "min": "-100",
140549                        "mutable": "null",
140550                        "readable": true,
140551                        "type": "gfloat",
140552                        "writable": true
140553                    },
140554                    "sspz-5": {
140555                        "blurb": "Source 5 Z position",
140556                        "conditionally-available": false,
140557                        "construct": true,
140558                        "construct-only": false,
140559                        "controllable": true,
140560                        "default": "0",
140561                        "max": "100",
140562                        "min": "-100",
140563                        "mutable": "null",
140564                        "readable": true,
140565                        "type": "gfloat",
140566                        "writable": true
140567                    },
140568                    "sspz-6": {
140569                        "blurb": "Source 6 Z position",
140570                        "conditionally-available": false,
140571                        "construct": true,
140572                        "construct-only": false,
140573                        "controllable": true,
140574                        "default": "0",
140575                        "max": "100",
140576                        "min": "-100",
140577                        "mutable": "null",
140578                        "readable": true,
140579                        "type": "gfloat",
140580                        "writable": true
140581                    },
140582                    "sspz-7": {
140583                        "blurb": "Source 7 Z position",
140584                        "conditionally-available": false,
140585                        "construct": true,
140586                        "construct-only": false,
140587                        "controllable": true,
140588                        "default": "0",
140589                        "max": "100",
140590                        "min": "-100",
140591                        "mutable": "null",
140592                        "readable": true,
140593                        "type": "gfloat",
140594                        "writable": true
140595                    },
140596                    "sss-0": {
140597                        "blurb": "Source 0 size",
140598                        "conditionally-available": false,
140599                        "construct": true,
140600                        "construct-only": false,
140601                        "controllable": true,
140602                        "default": "30",
140603                        "max": "100",
140604                        "min": "1",
140605                        "mutable": "null",
140606                        "readable": true,
140607                        "type": "gfloat",
140608                        "writable": true
140609                    },
140610                    "sss-1": {
140611                        "blurb": "Source 1 size",
140612                        "conditionally-available": false,
140613                        "construct": true,
140614                        "construct-only": false,
140615                        "controllable": true,
140616                        "default": "30",
140617                        "max": "100",
140618                        "min": "1",
140619                        "mutable": "null",
140620                        "readable": true,
140621                        "type": "gfloat",
140622                        "writable": true
140623                    },
140624                    "sss-2": {
140625                        "blurb": "Source 2 size",
140626                        "conditionally-available": false,
140627                        "construct": true,
140628                        "construct-only": false,
140629                        "controllable": true,
140630                        "default": "30",
140631                        "max": "100",
140632                        "min": "1",
140633                        "mutable": "null",
140634                        "readable": true,
140635                        "type": "gfloat",
140636                        "writable": true
140637                    },
140638                    "sss-3": {
140639                        "blurb": "Source 3 size",
140640                        "conditionally-available": false,
140641                        "construct": true,
140642                        "construct-only": false,
140643                        "controllable": true,
140644                        "default": "30",
140645                        "max": "100",
140646                        "min": "1",
140647                        "mutable": "null",
140648                        "readable": true,
140649                        "type": "gfloat",
140650                        "writable": true
140651                    },
140652                    "sss-4": {
140653                        "blurb": "Source 4 size",
140654                        "conditionally-available": false,
140655                        "construct": true,
140656                        "construct-only": false,
140657                        "controllable": true,
140658                        "default": "30",
140659                        "max": "100",
140660                        "min": "1",
140661                        "mutable": "null",
140662                        "readable": true,
140663                        "type": "gfloat",
140664                        "writable": true
140665                    },
140666                    "sss-5": {
140667                        "blurb": "Source 5 size",
140668                        "conditionally-available": false,
140669                        "construct": true,
140670                        "construct-only": false,
140671                        "controllable": true,
140672                        "default": "30",
140673                        "max": "100",
140674                        "min": "1",
140675                        "mutable": "null",
140676                        "readable": true,
140677                        "type": "gfloat",
140678                        "writable": true
140679                    },
140680                    "sss-6": {
140681                        "blurb": "Source 6 size",
140682                        "conditionally-available": false,
140683                        "construct": true,
140684                        "construct-only": false,
140685                        "controllable": true,
140686                        "default": "30",
140687                        "max": "100",
140688                        "min": "1",
140689                        "mutable": "null",
140690                        "readable": true,
140691                        "type": "gfloat",
140692                        "writable": true
140693                    },
140694                    "sss-7": {
140695                        "blurb": "Source 7 size",
140696                        "conditionally-available": false,
140697                        "construct": true,
140698                        "construct-only": false,
140699                        "controllable": true,
140700                        "default": "30",
140701                        "max": "100",
140702                        "min": "1",
140703                        "mutable": "null",
140704                        "readable": true,
140705                        "type": "gfloat",
140706                        "writable": true
140707                    },
140708                    "status": {
140709                        "blurb": "Render status",
140710                        "conditionally-available": false,
140711                        "construct": false,
140712                        "construct-only": false,
140713                        "controllable": true,
140714                        "default": "0",
140715                        "max": "55",
140716                        "min": "0",
140717                        "mutable": "null",
140718                        "readable": true,
140719                        "type": "gint",
140720                        "writable": false
140721                    },
140722                    "threads": {
140723                        "blurb": "Number of threads for processing",
140724                        "conditionally-available": false,
140725                        "construct": true,
140726                        "construct-only": false,
140727                        "controllable": true,
140728                        "default": "1",
140729                        "max": "65536",
140730                        "min": "1",
140731                        "mutable": "null",
140732                        "readable": true,
140733                        "type": "gfloat",
140734                        "writable": true
140735                    },
140736                    "view": {
140737                        "blurb": "Current view",
140738                        "conditionally-available": false,
140739                        "construct": true,
140740                        "construct-only": false,
140741                        "controllable": true,
140742                        "default": "Room browser (0)",
140743                        "mutable": "null",
140744                        "readable": true,
140745                        "type": "lsp-plug-in-plugins-lv2-room-builder-monoview",
140746                        "writable": true
140747                    },
140748                    "wet": {
140749                        "blurb": "Wet amount",
140750                        "conditionally-available": false,
140751                        "construct": true,
140752                        "construct-only": false,
140753                        "controllable": true,
140754                        "default": "1",
140755                        "max": "1000",
140756                        "min": "0",
140757                        "mutable": "null",
140758                        "readable": true,
140759                        "type": "gfloat",
140760                        "writable": true
140761                    },
140762                    "wpp": {
140763                        "blurb": "Wet post-process",
140764                        "conditionally-available": false,
140765                        "construct": true,
140766                        "construct-only": false,
140767                        "controllable": true,
140768                        "default": "false",
140769                        "mutable": "null",
140770                        "readable": true,
140771                        "type": "gboolean",
140772                        "writable": true
140773                    },
140774                    "xscale": {
140775                        "blurb": "Scene X scale",
140776                        "conditionally-available": false,
140777                        "construct": true,
140778                        "construct-only": false,
140779                        "controllable": true,
140780                        "default": "100",
140781                        "max": "1000",
140782                        "min": "10",
140783                        "mutable": "null",
140784                        "readable": true,
140785                        "type": "gfloat",
140786                        "writable": true
140787                    },
140788                    "yscale": {
140789                        "blurb": "Scene Y scale",
140790                        "conditionally-available": false,
140791                        "construct": true,
140792                        "construct-only": false,
140793                        "controllable": true,
140794                        "default": "100",
140795                        "max": "1000",
140796                        "min": "10",
140797                        "mutable": "null",
140798                        "readable": true,
140799                        "type": "gfloat",
140800                        "writable": true
140801                    },
140802                    "zscale": {
140803                        "blurb": "Scene Z scale",
140804                        "conditionally-available": false,
140805                        "construct": true,
140806                        "construct-only": false,
140807                        "controllable": true,
140808                        "default": "100",
140809                        "max": "1000",
140810                        "min": "10",
140811                        "mutable": "null",
140812                        "readable": true,
140813                        "type": "gfloat",
140814                        "writable": true
140815                    }
140816                },
140817                "rank": "none"
140818            },
140819            "lsp-plug-in-plugins-lv2-room-builder-stereo": {
140820                "author": "LSP LV2",
140821                "description": "LSP Room Builder Stereo",
140822                "hierarchy": [
140823                    "lsp-plug-in-plugins-lv2-room-builder-stereo",
140824                    "GstAudioFilter",
140825                    "GstBaseTransform",
140826                    "GstElement",
140827                    "GstObject",
140828                    "GInitiallyUnowned",
140829                    "GObject"
140830                ],
140831                "interfaces": [
140832                    "GstPreset"
140833                ],
140834                "klass": "Filter/Effect/Audio/LV2/Reverb",
140835                "long-name": "LSP Room Builder Stereo",
140836                "pad-templates": {
140837                    "sink": {
140838                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
140839                        "direction": "sink",
140840                        "presence": "always"
140841                    },
140842                    "src": {
140843                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
140844                        "direction": "src",
140845                        "presence": "always"
140846                    }
140847                },
140848                "properties": {
140849                    "bypass": {
140850                        "blurb": "Bypass",
140851                        "conditionally-available": false,
140852                        "construct": true,
140853                        "construct-only": false,
140854                        "controllable": true,
140855                        "default": "false",
140856                        "mutable": "null",
140857                        "readable": true,
140858                        "type": "gboolean",
140859                        "writable": true
140860                    },
140861                    "ca0": {
140862                        "blurb": "Channel activity 0",
140863                        "conditionally-available": false,
140864                        "construct": false,
140865                        "construct-only": false,
140866                        "controllable": true,
140867                        "default": "false",
140868                        "mutable": "null",
140869                        "readable": true,
140870                        "type": "gboolean",
140871                        "writable": false
140872                    },
140873                    "ca1": {
140874                        "blurb": "Channel activity 1",
140875                        "conditionally-available": false,
140876                        "construct": false,
140877                        "construct-only": false,
140878                        "controllable": true,
140879                        "default": "false",
140880                        "mutable": "null",
140881                        "readable": true,
140882                        "type": "gboolean",
140883                        "writable": false
140884                    },
140885                    "ca2": {
140886                        "blurb": "Channel activity 2",
140887                        "conditionally-available": false,
140888                        "construct": false,
140889                        "construct-only": false,
140890                        "controllable": true,
140891                        "default": "false",
140892                        "mutable": "null",
140893                        "readable": true,
140894                        "type": "gboolean",
140895                        "writable": false
140896                    },
140897                    "ca3": {
140898                        "blurb": "Channel activity 3",
140899                        "conditionally-available": false,
140900                        "construct": false,
140901                        "construct-only": false,
140902                        "controllable": true,
140903                        "default": "false",
140904                        "mutable": "null",
140905                        "readable": true,
140906                        "type": "gboolean",
140907                        "writable": false
140908                    },
140909                    "cam0": {
140910                        "blurb": "Channel mute 0",
140911                        "conditionally-available": false,
140912                        "construct": true,
140913                        "construct-only": false,
140914                        "controllable": true,
140915                        "default": "false",
140916                        "mutable": "null",
140917                        "readable": true,
140918                        "type": "gboolean",
140919                        "writable": true
140920                    },
140921                    "cam1": {
140922                        "blurb": "Channel mute 1",
140923                        "conditionally-available": false,
140924                        "construct": true,
140925                        "construct-only": false,
140926                        "controllable": true,
140927                        "default": "false",
140928                        "mutable": "null",
140929                        "readable": true,
140930                        "type": "gboolean",
140931                        "writable": true
140932                    },
140933                    "cam2": {
140934                        "blurb": "Channel mute 2",
140935                        "conditionally-available": false,
140936                        "construct": true,
140937                        "construct-only": false,
140938                        "controllable": true,
140939                        "default": "false",
140940                        "mutable": "null",
140941                        "readable": true,
140942                        "type": "gboolean",
140943                        "writable": true
140944                    },
140945                    "cam3": {
140946                        "blurb": "Channel mute 3",
140947                        "conditionally-available": false,
140948                        "construct": true,
140949                        "construct-only": false,
140950                        "controllable": true,
140951                        "default": "false",
140952                        "mutable": "null",
140953                        "readable": true,
140954                        "type": "gboolean",
140955                        "writable": true
140956                    },
140957                    "cim0": {
140958                        "blurb": "Left/Right input mix 0",
140959                        "conditionally-available": false,
140960                        "construct": true,
140961                        "construct-only": false,
140962                        "controllable": true,
140963                        "default": "-100",
140964                        "max": "100",
140965                        "min": "-100",
140966                        "mutable": "null",
140967                        "readable": true,
140968                        "type": "gfloat",
140969                        "writable": true
140970                    },
140971                    "cim1": {
140972                        "blurb": "Left/Right input mix 1",
140973                        "conditionally-available": false,
140974                        "construct": true,
140975                        "construct-only": false,
140976                        "controllable": true,
140977                        "default": "-100",
140978                        "max": "100",
140979                        "min": "-100",
140980                        "mutable": "null",
140981                        "readable": true,
140982                        "type": "gfloat",
140983                        "writable": true
140984                    },
140985                    "cim2": {
140986                        "blurb": "Left/Right input mix 2",
140987                        "conditionally-available": false,
140988                        "construct": true,
140989                        "construct-only": false,
140990                        "controllable": true,
140991                        "default": "100",
140992                        "max": "100",
140993                        "min": "-100",
140994                        "mutable": "null",
140995                        "readable": true,
140996                        "type": "gfloat",
140997                        "writable": true
140998                    },
140999                    "cim3": {
141000                        "blurb": "Left/Right input mix 3",
141001                        "conditionally-available": false,
141002                        "construct": true,
141003                        "construct-only": false,
141004                        "controllable": true,
141005                        "default": "100",
141006                        "max": "100",
141007                        "min": "-100",
141008                        "mutable": "null",
141009                        "readable": true,
141010                        "type": "gfloat",
141011                        "writable": true
141012                    },
141013                    "com0": {
141014                        "blurb": "Channel Left/Right output mix 0",
141015                        "conditionally-available": false,
141016                        "construct": true,
141017                        "construct-only": false,
141018                        "controllable": true,
141019                        "default": "-100",
141020                        "max": "100",
141021                        "min": "-100",
141022                        "mutable": "null",
141023                        "readable": true,
141024                        "type": "gfloat",
141025                        "writable": true
141026                    },
141027                    "com1": {
141028                        "blurb": "Channel Left/Right output mix 1",
141029                        "conditionally-available": false,
141030                        "construct": true,
141031                        "construct-only": false,
141032                        "controllable": true,
141033                        "default": "100",
141034                        "max": "100",
141035                        "min": "-100",
141036                        "mutable": "null",
141037                        "readable": true,
141038                        "type": "gfloat",
141039                        "writable": true
141040                    },
141041                    "com2": {
141042                        "blurb": "Channel Left/Right output mix 2",
141043                        "conditionally-available": false,
141044                        "construct": true,
141045                        "construct-only": false,
141046                        "controllable": true,
141047                        "default": "-100",
141048                        "max": "100",
141049                        "min": "-100",
141050                        "mutable": "null",
141051                        "readable": true,
141052                        "type": "gfloat",
141053                        "writable": true
141054                    },
141055                    "com3": {
141056                        "blurb": "Channel Left/Right output mix 3",
141057                        "conditionally-available": false,
141058                        "construct": true,
141059                        "construct-only": false,
141060                        "controllable": true,
141061                        "default": "100",
141062                        "max": "100",
141063                        "min": "-100",
141064                        "mutable": "null",
141065                        "readable": true,
141066                        "type": "gfloat",
141067                        "writable": true
141068                    },
141069                    "cpitch": {
141070                        "blurb": "Camera Pitch angle",
141071                        "conditionally-available": false,
141072                        "construct": true,
141073                        "construct-only": false,
141074                        "controllable": true,
141075                        "default": "-25",
141076                        "max": "89",
141077                        "min": "-89",
141078                        "mutable": "null",
141079                        "readable": true,
141080                        "type": "gfloat",
141081                        "writable": true
141082                    },
141083                    "cposx": {
141084                        "blurb": "Camera X position",
141085                        "conditionally-available": false,
141086                        "construct": true,
141087                        "construct-only": false,
141088                        "controllable": true,
141089                        "default": "1",
141090                        "max": "100",
141091                        "min": "-100",
141092                        "mutable": "null",
141093                        "readable": true,
141094                        "type": "gfloat",
141095                        "writable": true
141096                    },
141097                    "cposy": {
141098                        "blurb": "Camera Y position",
141099                        "conditionally-available": false,
141100                        "construct": true,
141101                        "construct-only": false,
141102                        "controllable": true,
141103                        "default": "-0.2",
141104                        "max": "100",
141105                        "min": "-100",
141106                        "mutable": "null",
141107                        "readable": true,
141108                        "type": "gfloat",
141109                        "writable": true
141110                    },
141111                    "cposz": {
141112                        "blurb": "Camera Z position",
141113                        "conditionally-available": false,
141114                        "construct": true,
141115                        "construct-only": false,
141116                        "controllable": true,
141117                        "default": "0.5",
141118                        "max": "100",
141119                        "min": "-100",
141120                        "mutable": "null",
141121                        "readable": true,
141122                        "type": "gfloat",
141123                        "writable": true
141124                    },
141125                    "csel": {
141126                        "blurb": "Capture selector",
141127                        "conditionally-available": false,
141128                        "construct": true,
141129                        "construct-only": false,
141130                        "controllable": true,
141131                        "default": "0 (0)",
141132                        "mutable": "null",
141133                        "readable": true,
141134                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereocsel",
141135                        "writable": true
141136                    },
141137                    "csf0": {
141138                        "blurb": "Channel source sample 0",
141139                        "conditionally-available": false,
141140                        "construct": true,
141141                        "construct-only": false,
141142                        "controllable": true,
141143                        "default": "None (0)",
141144                        "mutable": "null",
141145                        "readable": true,
141146                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereocsf0",
141147                        "writable": true
141148                    },
141149                    "csf1": {
141150                        "blurb": "Channel source sample 1",
141151                        "conditionally-available": false,
141152                        "construct": true,
141153                        "construct-only": false,
141154                        "controllable": true,
141155                        "default": "None (0)",
141156                        "mutable": "null",
141157                        "readable": true,
141158                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereocsf1",
141159                        "writable": true
141160                    },
141161                    "csf2": {
141162                        "blurb": "Channel source sample 2",
141163                        "conditionally-available": false,
141164                        "construct": true,
141165                        "construct-only": false,
141166                        "controllable": true,
141167                        "default": "None (0)",
141168                        "mutable": "null",
141169                        "readable": true,
141170                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereocsf2",
141171                        "writable": true
141172                    },
141173                    "csf3": {
141174                        "blurb": "Channel source sample 3",
141175                        "conditionally-available": false,
141176                        "construct": true,
141177                        "construct-only": false,
141178                        "controllable": true,
141179                        "default": "None (0)",
141180                        "mutable": "null",
141181                        "readable": true,
141182                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereocsf3",
141183                        "writable": true
141184                    },
141185                    "cst0": {
141186                        "blurb": "Channel source track 0",
141187                        "conditionally-available": false,
141188                        "construct": true,
141189                        "construct-only": false,
141190                        "controllable": true,
141191                        "default": "Left (0)",
141192                        "mutable": "null",
141193                        "readable": true,
141194                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereocst0",
141195                        "writable": true
141196                    },
141197                    "cst1": {
141198                        "blurb": "Channel source track 1",
141199                        "conditionally-available": false,
141200                        "construct": true,
141201                        "construct-only": false,
141202                        "controllable": true,
141203                        "default": "Right (1)",
141204                        "mutable": "null",
141205                        "readable": true,
141206                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereocst1",
141207                        "writable": true
141208                    },
141209                    "cst2": {
141210                        "blurb": "Channel source track 2",
141211                        "conditionally-available": false,
141212                        "construct": true,
141213                        "construct-only": false,
141214                        "controllable": true,
141215                        "default": "Left (0)",
141216                        "mutable": "null",
141217                        "readable": true,
141218                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereocst2",
141219                        "writable": true
141220                    },
141221                    "cst3": {
141222                        "blurb": "Channel source track 3",
141223                        "conditionally-available": false,
141224                        "construct": true,
141225                        "construct-only": false,
141226                        "controllable": true,
141227                        "default": "Right (1)",
141228                        "mutable": "null",
141229                        "readable": true,
141230                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereocst3",
141231                        "writable": true
141232                    },
141233                    "cyaw": {
141234                        "blurb": "Camera Yaw angle",
141235                        "conditionally-available": false,
141236                        "construct": true,
141237                        "construct-only": false,
141238                        "controllable": true,
141239                        "default": "80",
141240                        "max": "360",
141241                        "min": "0",
141242                        "mutable": "null",
141243                        "readable": true,
141244                        "type": "gfloat",
141245                        "writable": true
141246                    },
141247                    "dry": {
141248                        "blurb": "Dry amount",
141249                        "conditionally-available": false,
141250                        "construct": true,
141251                        "construct-only": false,
141252                        "controllable": true,
141253                        "default": "1",
141254                        "max": "1000",
141255                        "min": "0",
141256                        "mutable": "null",
141257                        "readable": true,
141258                        "type": "gfloat",
141259                        "writable": true
141260                    },
141261                    "editor": {
141262                        "blurb": "Current editor",
141263                        "conditionally-available": false,
141264                        "construct": true,
141265                        "construct-only": false,
141266                        "controllable": true,
141267                        "default": "Source editor (0)",
141268                        "mutable": "null",
141269                        "readable": true,
141270                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoeditor",
141271                        "writable": true
141272                    },
141273                    "eq-0": {
141274                        "blurb": "Band 50Hz gain",
141275                        "conditionally-available": false,
141276                        "construct": true,
141277                        "construct-only": false,
141278                        "controllable": true,
141279                        "default": "1",
141280                        "max": "3.98107",
141281                        "min": "0.25119",
141282                        "mutable": "null",
141283                        "readable": true,
141284                        "type": "gfloat",
141285                        "writable": true
141286                    },
141287                    "eq-1": {
141288                        "blurb": "Band 107Hz gain",
141289                        "conditionally-available": false,
141290                        "construct": true,
141291                        "construct-only": false,
141292                        "controllable": true,
141293                        "default": "1",
141294                        "max": "3.98107",
141295                        "min": "0.25119",
141296                        "mutable": "null",
141297                        "readable": true,
141298                        "type": "gfloat",
141299                        "writable": true
141300                    },
141301                    "eq-2": {
141302                        "blurb": "Band 227Hz gain",
141303                        "conditionally-available": false,
141304                        "construct": true,
141305                        "construct-only": false,
141306                        "controllable": true,
141307                        "default": "1",
141308                        "max": "3.98107",
141309                        "min": "0.25119",
141310                        "mutable": "null",
141311                        "readable": true,
141312                        "type": "gfloat",
141313                        "writable": true
141314                    },
141315                    "eq-3": {
141316                        "blurb": "Band 484Hz gain",
141317                        "conditionally-available": false,
141318                        "construct": true,
141319                        "construct-only": false,
141320                        "controllable": true,
141321                        "default": "1",
141322                        "max": "3.98107",
141323                        "min": "0.25119",
141324                        "mutable": "null",
141325                        "readable": true,
141326                        "type": "gfloat",
141327                        "writable": true
141328                    },
141329                    "eq-4": {
141330                        "blurb": "Band 1 kHz gain",
141331                        "conditionally-available": false,
141332                        "construct": true,
141333                        "construct-only": false,
141334                        "controllable": true,
141335                        "default": "1",
141336                        "max": "3.98107",
141337                        "min": "0.25119",
141338                        "mutable": "null",
141339                        "readable": true,
141340                        "type": "gfloat",
141341                        "writable": true
141342                    },
141343                    "eq-5": {
141344                        "blurb": "Band 2.2 kHz gain",
141345                        "conditionally-available": false,
141346                        "construct": true,
141347                        "construct-only": false,
141348                        "controllable": true,
141349                        "default": "1",
141350                        "max": "3.98107",
141351                        "min": "0.25119",
141352                        "mutable": "null",
141353                        "readable": true,
141354                        "type": "gfloat",
141355                        "writable": true
141356                    },
141357                    "eq-6": {
141358                        "blurb": "Band 4.7 kHz gain",
141359                        "conditionally-available": false,
141360                        "construct": true,
141361                        "construct-only": false,
141362                        "controllable": true,
141363                        "default": "1",
141364                        "max": "3.98107",
141365                        "min": "0.25119",
141366                        "mutable": "null",
141367                        "readable": true,
141368                        "type": "gfloat",
141369                        "writable": true
141370                    },
141371                    "eq-7": {
141372                        "blurb": "Band 10 kHz gain",
141373                        "conditionally-available": false,
141374                        "construct": true,
141375                        "construct-only": false,
141376                        "controllable": true,
141377                        "default": "1",
141378                        "max": "3.98107",
141379                        "min": "0.25119",
141380                        "mutable": "null",
141381                        "readable": true,
141382                        "type": "gfloat",
141383                        "writable": true
141384                    },
141385                    "fft": {
141386                        "blurb": "FFT size",
141387                        "conditionally-available": false,
141388                        "construct": true,
141389                        "construct-only": false,
141390                        "controllable": true,
141391                        "default": "32767 (6)",
141392                        "mutable": "null",
141393                        "readable": true,
141394                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereofft",
141395                        "writable": true
141396                    },
141397                    "g-out": {
141398                        "blurb": "Output gain",
141399                        "conditionally-available": false,
141400                        "construct": true,
141401                        "construct-only": false,
141402                        "controllable": true,
141403                        "default": "1",
141404                        "max": "10",
141405                        "min": "0",
141406                        "mutable": "null",
141407                        "readable": true,
141408                        "type": "gfloat",
141409                        "writable": true
141410                    },
141411                    "hcf": {
141412                        "blurb": "High-cut frequency",
141413                        "conditionally-available": false,
141414                        "construct": true,
141415                        "construct-only": false,
141416                        "controllable": true,
141417                        "default": "10000",
141418                        "max": "22000",
141419                        "min": "2000",
141420                        "mutable": "null",
141421                        "readable": true,
141422                        "type": "gfloat",
141423                        "writable": true
141424                    },
141425                    "hcm": {
141426                        "blurb": "High-cut mode",
141427                        "conditionally-available": false,
141428                        "construct": true,
141429                        "construct-only": false,
141430                        "controllable": true,
141431                        "default": "off (0)",
141432                        "mutable": "null",
141433                        "readable": true,
141434                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereohcm",
141435                        "writable": true
141436                    },
141437                    "ifi-0": {
141438                        "blurb": "Fade in0",
141439                        "conditionally-available": false,
141440                        "construct": true,
141441                        "construct-only": false,
141442                        "controllable": true,
141443                        "default": "0",
141444                        "max": "10000",
141445                        "min": "0",
141446                        "mutable": "null",
141447                        "readable": true,
141448                        "type": "gfloat",
141449                        "writable": true
141450                    },
141451                    "ifi-1": {
141452                        "blurb": "Fade in1",
141453                        "conditionally-available": false,
141454                        "construct": true,
141455                        "construct-only": false,
141456                        "controllable": true,
141457                        "default": "0",
141458                        "max": "10000",
141459                        "min": "0",
141460                        "mutable": "null",
141461                        "readable": true,
141462                        "type": "gfloat",
141463                        "writable": true
141464                    },
141465                    "ifi-2": {
141466                        "blurb": "Fade in2",
141467                        "conditionally-available": false,
141468                        "construct": true,
141469                        "construct-only": false,
141470                        "controllable": true,
141471                        "default": "0",
141472                        "max": "10000",
141473                        "min": "0",
141474                        "mutable": "null",
141475                        "readable": true,
141476                        "type": "gfloat",
141477                        "writable": true
141478                    },
141479                    "ifi-3": {
141480                        "blurb": "Fade in3",
141481                        "conditionally-available": false,
141482                        "construct": true,
141483                        "construct-only": false,
141484                        "controllable": true,
141485                        "default": "0",
141486                        "max": "10000",
141487                        "min": "0",
141488                        "mutable": "null",
141489                        "readable": true,
141490                        "type": "gfloat",
141491                        "writable": true
141492                    },
141493                    "ifi-4": {
141494                        "blurb": "Fade in4",
141495                        "conditionally-available": false,
141496                        "construct": true,
141497                        "construct-only": false,
141498                        "controllable": true,
141499                        "default": "0",
141500                        "max": "10000",
141501                        "min": "0",
141502                        "mutable": "null",
141503                        "readable": true,
141504                        "type": "gfloat",
141505                        "writable": true
141506                    },
141507                    "ifi-5": {
141508                        "blurb": "Fade in5",
141509                        "conditionally-available": false,
141510                        "construct": true,
141511                        "construct-only": false,
141512                        "controllable": true,
141513                        "default": "0",
141514                        "max": "10000",
141515                        "min": "0",
141516                        "mutable": "null",
141517                        "readable": true,
141518                        "type": "gfloat",
141519                        "writable": true
141520                    },
141521                    "ifi-6": {
141522                        "blurb": "Fade in6",
141523                        "conditionally-available": false,
141524                        "construct": true,
141525                        "construct-only": false,
141526                        "controllable": true,
141527                        "default": "0",
141528                        "max": "10000",
141529                        "min": "0",
141530                        "mutable": "null",
141531                        "readable": true,
141532                        "type": "gfloat",
141533                        "writable": true
141534                    },
141535                    "ifi-7": {
141536                        "blurb": "Fade in7",
141537                        "conditionally-available": false,
141538                        "construct": true,
141539                        "construct-only": false,
141540                        "controllable": true,
141541                        "default": "0",
141542                        "max": "10000",
141543                        "min": "0",
141544                        "mutable": "null",
141545                        "readable": true,
141546                        "type": "gfloat",
141547                        "writable": true
141548                    },
141549                    "ifl-0": {
141550                        "blurb": "Impulse length0",
141551                        "conditionally-available": false,
141552                        "construct": false,
141553                        "construct-only": false,
141554                        "controllable": true,
141555                        "default": "0",
141556                        "max": "10000",
141557                        "min": "0",
141558                        "mutable": "null",
141559                        "readable": true,
141560                        "type": "gfloat",
141561                        "writable": false
141562                    },
141563                    "ifl-1": {
141564                        "blurb": "Impulse length1",
141565                        "conditionally-available": false,
141566                        "construct": false,
141567                        "construct-only": false,
141568                        "controllable": true,
141569                        "default": "0",
141570                        "max": "10000",
141571                        "min": "0",
141572                        "mutable": "null",
141573                        "readable": true,
141574                        "type": "gfloat",
141575                        "writable": false
141576                    },
141577                    "ifl-2": {
141578                        "blurb": "Impulse length2",
141579                        "conditionally-available": false,
141580                        "construct": false,
141581                        "construct-only": false,
141582                        "controllable": true,
141583                        "default": "0",
141584                        "max": "10000",
141585                        "min": "0",
141586                        "mutable": "null",
141587                        "readable": true,
141588                        "type": "gfloat",
141589                        "writable": false
141590                    },
141591                    "ifl-3": {
141592                        "blurb": "Impulse length3",
141593                        "conditionally-available": false,
141594                        "construct": false,
141595                        "construct-only": false,
141596                        "controllable": true,
141597                        "default": "0",
141598                        "max": "10000",
141599                        "min": "0",
141600                        "mutable": "null",
141601                        "readable": true,
141602                        "type": "gfloat",
141603                        "writable": false
141604                    },
141605                    "ifl-4": {
141606                        "blurb": "Impulse length4",
141607                        "conditionally-available": false,
141608                        "construct": false,
141609                        "construct-only": false,
141610                        "controllable": true,
141611                        "default": "0",
141612                        "max": "10000",
141613                        "min": "0",
141614                        "mutable": "null",
141615                        "readable": true,
141616                        "type": "gfloat",
141617                        "writable": false
141618                    },
141619                    "ifl-5": {
141620                        "blurb": "Impulse length5",
141621                        "conditionally-available": false,
141622                        "construct": false,
141623                        "construct-only": false,
141624                        "controllable": true,
141625                        "default": "0",
141626                        "max": "10000",
141627                        "min": "0",
141628                        "mutable": "null",
141629                        "readable": true,
141630                        "type": "gfloat",
141631                        "writable": false
141632                    },
141633                    "ifl-6": {
141634                        "blurb": "Impulse length6",
141635                        "conditionally-available": false,
141636                        "construct": false,
141637                        "construct-only": false,
141638                        "controllable": true,
141639                        "default": "0",
141640                        "max": "10000",
141641                        "min": "0",
141642                        "mutable": "null",
141643                        "readable": true,
141644                        "type": "gfloat",
141645                        "writable": false
141646                    },
141647                    "ifl-7": {
141648                        "blurb": "Impulse length7",
141649                        "conditionally-available": false,
141650                        "construct": false,
141651                        "construct-only": false,
141652                        "controllable": true,
141653                        "default": "0",
141654                        "max": "10000",
141655                        "min": "0",
141656                        "mutable": "null",
141657                        "readable": true,
141658                        "type": "gfloat",
141659                        "writable": false
141660                    },
141661                    "ifo": {
141662                        "blurb": "Input 3D model orientation",
141663                        "conditionally-available": false,
141664                        "construct": true,
141665                        "construct-only": false,
141666                        "controllable": true,
141667                        "default": "+Y forward, +Z up (9)",
141668                        "mutable": "null",
141669                        "readable": true,
141670                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoifo",
141671                        "writable": true
141672                    },
141673                    "ifo-0": {
141674                        "blurb": "Fade out0",
141675                        "conditionally-available": false,
141676                        "construct": true,
141677                        "construct-only": false,
141678                        "controllable": true,
141679                        "default": "0",
141680                        "max": "10000",
141681                        "min": "0",
141682                        "mutable": "null",
141683                        "readable": true,
141684                        "type": "gfloat",
141685                        "writable": true
141686                    },
141687                    "ifo-1": {
141688                        "blurb": "Fade out1",
141689                        "conditionally-available": false,
141690                        "construct": true,
141691                        "construct-only": false,
141692                        "controllable": true,
141693                        "default": "0",
141694                        "max": "10000",
141695                        "min": "0",
141696                        "mutable": "null",
141697                        "readable": true,
141698                        "type": "gfloat",
141699                        "writable": true
141700                    },
141701                    "ifo-2": {
141702                        "blurb": "Fade out2",
141703                        "conditionally-available": false,
141704                        "construct": true,
141705                        "construct-only": false,
141706                        "controllable": true,
141707                        "default": "0",
141708                        "max": "10000",
141709                        "min": "0",
141710                        "mutable": "null",
141711                        "readable": true,
141712                        "type": "gfloat",
141713                        "writable": true
141714                    },
141715                    "ifo-3": {
141716                        "blurb": "Fade out3",
141717                        "conditionally-available": false,
141718                        "construct": true,
141719                        "construct-only": false,
141720                        "controllable": true,
141721                        "default": "0",
141722                        "max": "10000",
141723                        "min": "0",
141724                        "mutable": "null",
141725                        "readable": true,
141726                        "type": "gfloat",
141727                        "writable": true
141728                    },
141729                    "ifo-4": {
141730                        "blurb": "Fade out4",
141731                        "conditionally-available": false,
141732                        "construct": true,
141733                        "construct-only": false,
141734                        "controllable": true,
141735                        "default": "0",
141736                        "max": "10000",
141737                        "min": "0",
141738                        "mutable": "null",
141739                        "readable": true,
141740                        "type": "gfloat",
141741                        "writable": true
141742                    },
141743                    "ifo-5": {
141744                        "blurb": "Fade out5",
141745                        "conditionally-available": false,
141746                        "construct": true,
141747                        "construct-only": false,
141748                        "controllable": true,
141749                        "default": "0",
141750                        "max": "10000",
141751                        "min": "0",
141752                        "mutable": "null",
141753                        "readable": true,
141754                        "type": "gfloat",
141755                        "writable": true
141756                    },
141757                    "ifo-6": {
141758                        "blurb": "Fade out6",
141759                        "conditionally-available": false,
141760                        "construct": true,
141761                        "construct-only": false,
141762                        "controllable": true,
141763                        "default": "0",
141764                        "max": "10000",
141765                        "min": "0",
141766                        "mutable": "null",
141767                        "readable": true,
141768                        "type": "gfloat",
141769                        "writable": true
141770                    },
141771                    "ifo-7": {
141772                        "blurb": "Fade out7",
141773                        "conditionally-available": false,
141774                        "construct": true,
141775                        "construct-only": false,
141776                        "controllable": true,
141777                        "default": "0",
141778                        "max": "10000",
141779                        "min": "0",
141780                        "mutable": "null",
141781                        "readable": true,
141782                        "type": "gfloat",
141783                        "writable": true
141784                    },
141785                    "ifp": {
141786                        "blurb": "File loading progress",
141787                        "conditionally-available": false,
141788                        "construct": false,
141789                        "construct-only": false,
141790                        "controllable": true,
141791                        "default": "0",
141792                        "max": "100",
141793                        "min": "0",
141794                        "mutable": "null",
141795                        "readable": true,
141796                        "type": "gfloat",
141797                        "writable": false
141798                    },
141799                    "ifs": {
141800                        "blurb": "Input 3D model load status",
141801                        "conditionally-available": false,
141802                        "construct": false,
141803                        "construct-only": false,
141804                        "controllable": true,
141805                        "default": "0",
141806                        "max": "55",
141807                        "min": "0",
141808                        "mutable": "null",
141809                        "readable": true,
141810                        "type": "gint",
141811                        "writable": false
141812                    },
141813                    "ifs-0": {
141814                        "blurb": "Impulse status0",
141815                        "conditionally-available": false,
141816                        "construct": false,
141817                        "construct-only": false,
141818                        "controllable": true,
141819                        "default": "0",
141820                        "max": "55",
141821                        "min": "0",
141822                        "mutable": "null",
141823                        "readable": true,
141824                        "type": "gint",
141825                        "writable": false
141826                    },
141827                    "ifs-1": {
141828                        "blurb": "Impulse status1",
141829                        "conditionally-available": false,
141830                        "construct": false,
141831                        "construct-only": false,
141832                        "controllable": true,
141833                        "default": "0",
141834                        "max": "55",
141835                        "min": "0",
141836                        "mutable": "null",
141837                        "readable": true,
141838                        "type": "gint",
141839                        "writable": false
141840                    },
141841                    "ifs-2": {
141842                        "blurb": "Impulse status2",
141843                        "conditionally-available": false,
141844                        "construct": false,
141845                        "construct-only": false,
141846                        "controllable": true,
141847                        "default": "0",
141848                        "max": "55",
141849                        "min": "0",
141850                        "mutable": "null",
141851                        "readable": true,
141852                        "type": "gint",
141853                        "writable": false
141854                    },
141855                    "ifs-3": {
141856                        "blurb": "Impulse status3",
141857                        "conditionally-available": false,
141858                        "construct": false,
141859                        "construct-only": false,
141860                        "controllable": true,
141861                        "default": "0",
141862                        "max": "55",
141863                        "min": "0",
141864                        "mutable": "null",
141865                        "readable": true,
141866                        "type": "gint",
141867                        "writable": false
141868                    },
141869                    "ifs-4": {
141870                        "blurb": "Impulse status4",
141871                        "conditionally-available": false,
141872                        "construct": false,
141873                        "construct-only": false,
141874                        "controllable": true,
141875                        "default": "0",
141876                        "max": "55",
141877                        "min": "0",
141878                        "mutable": "null",
141879                        "readable": true,
141880                        "type": "gint",
141881                        "writable": false
141882                    },
141883                    "ifs-5": {
141884                        "blurb": "Impulse status5",
141885                        "conditionally-available": false,
141886                        "construct": false,
141887                        "construct-only": false,
141888                        "controllable": true,
141889                        "default": "0",
141890                        "max": "55",
141891                        "min": "0",
141892                        "mutable": "null",
141893                        "readable": true,
141894                        "type": "gint",
141895                        "writable": false
141896                    },
141897                    "ifs-6": {
141898                        "blurb": "Impulse status6",
141899                        "conditionally-available": false,
141900                        "construct": false,
141901                        "construct-only": false,
141902                        "controllable": true,
141903                        "default": "0",
141904                        "max": "55",
141905                        "min": "0",
141906                        "mutable": "null",
141907                        "readable": true,
141908                        "type": "gint",
141909                        "writable": false
141910                    },
141911                    "ifs-7": {
141912                        "blurb": "Impulse status7",
141913                        "conditionally-available": false,
141914                        "construct": false,
141915                        "construct-only": false,
141916                        "controllable": true,
141917                        "default": "0",
141918                        "max": "55",
141919                        "min": "0",
141920                        "mutable": "null",
141921                        "readable": true,
141922                        "type": "gint",
141923                        "writable": false
141924                    },
141925                    "ihc-0": {
141926                        "blurb": "Head cut0",
141927                        "conditionally-available": false,
141928                        "construct": true,
141929                        "construct-only": false,
141930                        "controllable": true,
141931                        "default": "0",
141932                        "max": "10000",
141933                        "min": "0",
141934                        "mutable": "null",
141935                        "readable": true,
141936                        "type": "gfloat",
141937                        "writable": true
141938                    },
141939                    "ihc-1": {
141940                        "blurb": "Head cut1",
141941                        "conditionally-available": false,
141942                        "construct": true,
141943                        "construct-only": false,
141944                        "controllable": true,
141945                        "default": "0",
141946                        "max": "10000",
141947                        "min": "0",
141948                        "mutable": "null",
141949                        "readable": true,
141950                        "type": "gfloat",
141951                        "writable": true
141952                    },
141953                    "ihc-2": {
141954                        "blurb": "Head cut2",
141955                        "conditionally-available": false,
141956                        "construct": true,
141957                        "construct-only": false,
141958                        "controllable": true,
141959                        "default": "0",
141960                        "max": "10000",
141961                        "min": "0",
141962                        "mutable": "null",
141963                        "readable": true,
141964                        "type": "gfloat",
141965                        "writable": true
141966                    },
141967                    "ihc-3": {
141968                        "blurb": "Head cut3",
141969                        "conditionally-available": false,
141970                        "construct": true,
141971                        "construct-only": false,
141972                        "controllable": true,
141973                        "default": "0",
141974                        "max": "10000",
141975                        "min": "0",
141976                        "mutable": "null",
141977                        "readable": true,
141978                        "type": "gfloat",
141979                        "writable": true
141980                    },
141981                    "ihc-4": {
141982                        "blurb": "Head cut4",
141983                        "conditionally-available": false,
141984                        "construct": true,
141985                        "construct-only": false,
141986                        "controllable": true,
141987                        "default": "0",
141988                        "max": "10000",
141989                        "min": "0",
141990                        "mutable": "null",
141991                        "readable": true,
141992                        "type": "gfloat",
141993                        "writable": true
141994                    },
141995                    "ihc-5": {
141996                        "blurb": "Head cut5",
141997                        "conditionally-available": false,
141998                        "construct": true,
141999                        "construct-only": false,
142000                        "controllable": true,
142001                        "default": "0",
142002                        "max": "10000",
142003                        "min": "0",
142004                        "mutable": "null",
142005                        "readable": true,
142006                        "type": "gfloat",
142007                        "writable": true
142008                    },
142009                    "ihc-6": {
142010                        "blurb": "Head cut6",
142011                        "conditionally-available": false,
142012                        "construct": true,
142013                        "construct-only": false,
142014                        "controllable": true,
142015                        "default": "0",
142016                        "max": "10000",
142017                        "min": "0",
142018                        "mutable": "null",
142019                        "readable": true,
142020                        "type": "gfloat",
142021                        "writable": true
142022                    },
142023                    "ihc-7": {
142024                        "blurb": "Head cut7",
142025                        "conditionally-available": false,
142026                        "construct": true,
142027                        "construct-only": false,
142028                        "controllable": true,
142029                        "default": "0",
142030                        "max": "10000",
142031                        "min": "0",
142032                        "mutable": "null",
142033                        "readable": true,
142034                        "type": "gfloat",
142035                        "writable": true
142036                    },
142037                    "ils-0": {
142038                        "blurb": "Impulse listen0",
142039                        "conditionally-available": false,
142040                        "construct": true,
142041                        "construct-only": false,
142042                        "controllable": true,
142043                        "default": "false",
142044                        "mutable": "null",
142045                        "readable": true,
142046                        "type": "gboolean",
142047                        "writable": true
142048                    },
142049                    "ils-1": {
142050                        "blurb": "Impulse listen1",
142051                        "conditionally-available": false,
142052                        "construct": true,
142053                        "construct-only": false,
142054                        "controllable": true,
142055                        "default": "false",
142056                        "mutable": "null",
142057                        "readable": true,
142058                        "type": "gboolean",
142059                        "writable": true
142060                    },
142061                    "ils-2": {
142062                        "blurb": "Impulse listen2",
142063                        "conditionally-available": false,
142064                        "construct": true,
142065                        "construct-only": false,
142066                        "controllable": true,
142067                        "default": "false",
142068                        "mutable": "null",
142069                        "readable": true,
142070                        "type": "gboolean",
142071                        "writable": true
142072                    },
142073                    "ils-3": {
142074                        "blurb": "Impulse listen3",
142075                        "conditionally-available": false,
142076                        "construct": true,
142077                        "construct-only": false,
142078                        "controllable": true,
142079                        "default": "false",
142080                        "mutable": "null",
142081                        "readable": true,
142082                        "type": "gboolean",
142083                        "writable": true
142084                    },
142085                    "ils-4": {
142086                        "blurb": "Impulse listen4",
142087                        "conditionally-available": false,
142088                        "construct": true,
142089                        "construct-only": false,
142090                        "controllable": true,
142091                        "default": "false",
142092                        "mutable": "null",
142093                        "readable": true,
142094                        "type": "gboolean",
142095                        "writable": true
142096                    },
142097                    "ils-5": {
142098                        "blurb": "Impulse listen5",
142099                        "conditionally-available": false,
142100                        "construct": true,
142101                        "construct-only": false,
142102                        "controllable": true,
142103                        "default": "false",
142104                        "mutable": "null",
142105                        "readable": true,
142106                        "type": "gboolean",
142107                        "writable": true
142108                    },
142109                    "ils-6": {
142110                        "blurb": "Impulse listen6",
142111                        "conditionally-available": false,
142112                        "construct": true,
142113                        "construct-only": false,
142114                        "controllable": true,
142115                        "default": "false",
142116                        "mutable": "null",
142117                        "readable": true,
142118                        "type": "gboolean",
142119                        "writable": true
142120                    },
142121                    "ils-7": {
142122                        "blurb": "Impulse listen7",
142123                        "conditionally-available": false,
142124                        "construct": true,
142125                        "construct-only": false,
142126                        "controllable": true,
142127                        "default": "false",
142128                        "mutable": "null",
142129                        "readable": true,
142130                        "type": "gboolean",
142131                        "writable": true
142132                    },
142133                    "imkp-0": {
142134                        "blurb": "Impulse makeup gain0",
142135                        "conditionally-available": false,
142136                        "construct": true,
142137                        "construct-only": false,
142138                        "controllable": true,
142139                        "default": "1",
142140                        "max": "1000",
142141                        "min": "0.001",
142142                        "mutable": "null",
142143                        "readable": true,
142144                        "type": "gfloat",
142145                        "writable": true
142146                    },
142147                    "imkp-1": {
142148                        "blurb": "Impulse makeup gain1",
142149                        "conditionally-available": false,
142150                        "construct": true,
142151                        "construct-only": false,
142152                        "controllable": true,
142153                        "default": "1",
142154                        "max": "1000",
142155                        "min": "0.001",
142156                        "mutable": "null",
142157                        "readable": true,
142158                        "type": "gfloat",
142159                        "writable": true
142160                    },
142161                    "imkp-2": {
142162                        "blurb": "Impulse makeup gain2",
142163                        "conditionally-available": false,
142164                        "construct": true,
142165                        "construct-only": false,
142166                        "controllable": true,
142167                        "default": "1",
142168                        "max": "1000",
142169                        "min": "0.001",
142170                        "mutable": "null",
142171                        "readable": true,
142172                        "type": "gfloat",
142173                        "writable": true
142174                    },
142175                    "imkp-3": {
142176                        "blurb": "Impulse makeup gain3",
142177                        "conditionally-available": false,
142178                        "construct": true,
142179                        "construct-only": false,
142180                        "controllable": true,
142181                        "default": "1",
142182                        "max": "1000",
142183                        "min": "0.001",
142184                        "mutable": "null",
142185                        "readable": true,
142186                        "type": "gfloat",
142187                        "writable": true
142188                    },
142189                    "imkp-4": {
142190                        "blurb": "Impulse makeup gain4",
142191                        "conditionally-available": false,
142192                        "construct": true,
142193                        "construct-only": false,
142194                        "controllable": true,
142195                        "default": "1",
142196                        "max": "1000",
142197                        "min": "0.001",
142198                        "mutable": "null",
142199                        "readable": true,
142200                        "type": "gfloat",
142201                        "writable": true
142202                    },
142203                    "imkp-5": {
142204                        "blurb": "Impulse makeup gain5",
142205                        "conditionally-available": false,
142206                        "construct": true,
142207                        "construct-only": false,
142208                        "controllable": true,
142209                        "default": "1",
142210                        "max": "1000",
142211                        "min": "0.001",
142212                        "mutable": "null",
142213                        "readable": true,
142214                        "type": "gfloat",
142215                        "writable": true
142216                    },
142217                    "imkp-6": {
142218                        "blurb": "Impulse makeup gain6",
142219                        "conditionally-available": false,
142220                        "construct": true,
142221                        "construct-only": false,
142222                        "controllable": true,
142223                        "default": "1",
142224                        "max": "1000",
142225                        "min": "0.001",
142226                        "mutable": "null",
142227                        "readable": true,
142228                        "type": "gfloat",
142229                        "writable": true
142230                    },
142231                    "imkp-7": {
142232                        "blurb": "Impulse makeup gain7",
142233                        "conditionally-available": false,
142234                        "construct": true,
142235                        "construct-only": false,
142236                        "controllable": true,
142237                        "default": "1",
142238                        "max": "1000",
142239                        "min": "0.001",
142240                        "mutable": "null",
142241                        "readable": true,
142242                        "type": "gfloat",
142243                        "writable": true
142244                    },
142245                    "irv-0": {
142246                        "blurb": "Impulse reverse0",
142247                        "conditionally-available": false,
142248                        "construct": true,
142249                        "construct-only": false,
142250                        "controllable": true,
142251                        "default": "false",
142252                        "mutable": "null",
142253                        "readable": true,
142254                        "type": "gboolean",
142255                        "writable": true
142256                    },
142257                    "irv-1": {
142258                        "blurb": "Impulse reverse1",
142259                        "conditionally-available": false,
142260                        "construct": true,
142261                        "construct-only": false,
142262                        "controllable": true,
142263                        "default": "false",
142264                        "mutable": "null",
142265                        "readable": true,
142266                        "type": "gboolean",
142267                        "writable": true
142268                    },
142269                    "irv-2": {
142270                        "blurb": "Impulse reverse2",
142271                        "conditionally-available": false,
142272                        "construct": true,
142273                        "construct-only": false,
142274                        "controllable": true,
142275                        "default": "false",
142276                        "mutable": "null",
142277                        "readable": true,
142278                        "type": "gboolean",
142279                        "writable": true
142280                    },
142281                    "irv-3": {
142282                        "blurb": "Impulse reverse3",
142283                        "conditionally-available": false,
142284                        "construct": true,
142285                        "construct-only": false,
142286                        "controllable": true,
142287                        "default": "false",
142288                        "mutable": "null",
142289                        "readable": true,
142290                        "type": "gboolean",
142291                        "writable": true
142292                    },
142293                    "irv-4": {
142294                        "blurb": "Impulse reverse4",
142295                        "conditionally-available": false,
142296                        "construct": true,
142297                        "construct-only": false,
142298                        "controllable": true,
142299                        "default": "false",
142300                        "mutable": "null",
142301                        "readable": true,
142302                        "type": "gboolean",
142303                        "writable": true
142304                    },
142305                    "irv-5": {
142306                        "blurb": "Impulse reverse5",
142307                        "conditionally-available": false,
142308                        "construct": true,
142309                        "construct-only": false,
142310                        "controllable": true,
142311                        "default": "false",
142312                        "mutable": "null",
142313                        "readable": true,
142314                        "type": "gboolean",
142315                        "writable": true
142316                    },
142317                    "irv-6": {
142318                        "blurb": "Impulse reverse6",
142319                        "conditionally-available": false,
142320                        "construct": true,
142321                        "construct-only": false,
142322                        "controllable": true,
142323                        "default": "false",
142324                        "mutable": "null",
142325                        "readable": true,
142326                        "type": "gboolean",
142327                        "writable": true
142328                    },
142329                    "irv-7": {
142330                        "blurb": "Impulse reverse7",
142331                        "conditionally-available": false,
142332                        "construct": true,
142333                        "construct-only": false,
142334                        "controllable": true,
142335                        "default": "false",
142336                        "mutable": "null",
142337                        "readable": true,
142338                        "type": "gboolean",
142339                        "writable": true
142340                    },
142341                    "itc-0": {
142342                        "blurb": "Tail cut0",
142343                        "conditionally-available": false,
142344                        "construct": true,
142345                        "construct-only": false,
142346                        "controllable": true,
142347                        "default": "0",
142348                        "max": "10000",
142349                        "min": "0",
142350                        "mutable": "null",
142351                        "readable": true,
142352                        "type": "gfloat",
142353                        "writable": true
142354                    },
142355                    "itc-1": {
142356                        "blurb": "Tail cut1",
142357                        "conditionally-available": false,
142358                        "construct": true,
142359                        "construct-only": false,
142360                        "controllable": true,
142361                        "default": "0",
142362                        "max": "10000",
142363                        "min": "0",
142364                        "mutable": "null",
142365                        "readable": true,
142366                        "type": "gfloat",
142367                        "writable": true
142368                    },
142369                    "itc-2": {
142370                        "blurb": "Tail cut2",
142371                        "conditionally-available": false,
142372                        "construct": true,
142373                        "construct-only": false,
142374                        "controllable": true,
142375                        "default": "0",
142376                        "max": "10000",
142377                        "min": "0",
142378                        "mutable": "null",
142379                        "readable": true,
142380                        "type": "gfloat",
142381                        "writable": true
142382                    },
142383                    "itc-3": {
142384                        "blurb": "Tail cut3",
142385                        "conditionally-available": false,
142386                        "construct": true,
142387                        "construct-only": false,
142388                        "controllable": true,
142389                        "default": "0",
142390                        "max": "10000",
142391                        "min": "0",
142392                        "mutable": "null",
142393                        "readable": true,
142394                        "type": "gfloat",
142395                        "writable": true
142396                    },
142397                    "itc-4": {
142398                        "blurb": "Tail cut4",
142399                        "conditionally-available": false,
142400                        "construct": true,
142401                        "construct-only": false,
142402                        "controllable": true,
142403                        "default": "0",
142404                        "max": "10000",
142405                        "min": "0",
142406                        "mutable": "null",
142407                        "readable": true,
142408                        "type": "gfloat",
142409                        "writable": true
142410                    },
142411                    "itc-5": {
142412                        "blurb": "Tail cut5",
142413                        "conditionally-available": false,
142414                        "construct": true,
142415                        "construct-only": false,
142416                        "controllable": true,
142417                        "default": "0",
142418                        "max": "10000",
142419                        "min": "0",
142420                        "mutable": "null",
142421                        "readable": true,
142422                        "type": "gfloat",
142423                        "writable": true
142424                    },
142425                    "itc-6": {
142426                        "blurb": "Tail cut6",
142427                        "conditionally-available": false,
142428                        "construct": true,
142429                        "construct-only": false,
142430                        "controllable": true,
142431                        "default": "0",
142432                        "max": "10000",
142433                        "min": "0",
142434                        "mutable": "null",
142435                        "readable": true,
142436                        "type": "gfloat",
142437                        "writable": true
142438                    },
142439                    "itc-7": {
142440                        "blurb": "Tail cut7",
142441                        "conditionally-available": false,
142442                        "construct": true,
142443                        "construct-only": false,
142444                        "controllable": true,
142445                        "default": "0",
142446                        "max": "10000",
142447                        "min": "0",
142448                        "mutable": "null",
142449                        "readable": true,
142450                        "type": "gfloat",
142451                        "writable": true
142452                    },
142453                    "lcf": {
142454                        "blurb": "Low-cut frequency",
142455                        "conditionally-available": false,
142456                        "construct": true,
142457                        "construct-only": false,
142458                        "controllable": true,
142459                        "default": "50",
142460                        "max": "1000",
142461                        "min": "10",
142462                        "mutable": "null",
142463                        "readable": true,
142464                        "type": "gfloat",
142465                        "writable": true
142466                    },
142467                    "lcm": {
142468                        "blurb": "Low-cut mode",
142469                        "conditionally-available": false,
142470                        "construct": true,
142471                        "construct-only": false,
142472                        "controllable": true,
142473                        "default": "off (0)",
142474                        "mutable": "null",
142475                        "readable": true,
142476                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereolcm",
142477                        "writable": true
142478                    },
142479                    "mk0": {
142480                        "blurb": "Makeup gain 0",
142481                        "conditionally-available": false,
142482                        "construct": true,
142483                        "construct-only": false,
142484                        "controllable": true,
142485                        "default": "1",
142486                        "max": "100",
142487                        "min": "0",
142488                        "mutable": "null",
142489                        "readable": true,
142490                        "type": "gfloat",
142491                        "writable": true
142492                    },
142493                    "mk1": {
142494                        "blurb": "Makeup gain 1",
142495                        "conditionally-available": false,
142496                        "construct": true,
142497                        "construct-only": false,
142498                        "controllable": true,
142499                        "default": "1",
142500                        "max": "100",
142501                        "min": "0",
142502                        "mutable": "null",
142503                        "readable": true,
142504                        "type": "gfloat",
142505                        "writable": true
142506                    },
142507                    "mk2": {
142508                        "blurb": "Makeup gain 2",
142509                        "conditionally-available": false,
142510                        "construct": true,
142511                        "construct-only": false,
142512                        "controllable": true,
142513                        "default": "1",
142514                        "max": "100",
142515                        "min": "0",
142516                        "mutable": "null",
142517                        "readable": true,
142518                        "type": "gfloat",
142519                        "writable": true
142520                    },
142521                    "mk3": {
142522                        "blurb": "Makeup gain 3",
142523                        "conditionally-available": false,
142524                        "construct": true,
142525                        "construct-only": false,
142526                        "controllable": true,
142527                        "default": "1",
142528                        "max": "100",
142529                        "min": "0",
142530                        "mutable": "null",
142531                        "readable": true,
142532                        "type": "gfloat",
142533                        "writable": true
142534                    },
142535                    "normal": {
142536                        "blurb": "Normalize rendered samples",
142537                        "conditionally-available": false,
142538                        "construct": true,
142539                        "construct-only": false,
142540                        "controllable": true,
142541                        "default": "false",
142542                        "mutable": "null",
142543                        "readable": true,
142544                        "type": "gboolean",
142545                        "writable": true
142546                    },
142547                    "ofc-0": {
142548                        "blurb": "Sample save command0",
142549                        "conditionally-available": false,
142550                        "construct": true,
142551                        "construct-only": false,
142552                        "controllable": true,
142553                        "default": "false",
142554                        "mutable": "null",
142555                        "readable": true,
142556                        "type": "gboolean",
142557                        "writable": true
142558                    },
142559                    "ofc-1": {
142560                        "blurb": "Sample save command1",
142561                        "conditionally-available": false,
142562                        "construct": true,
142563                        "construct-only": false,
142564                        "controllable": true,
142565                        "default": "false",
142566                        "mutable": "null",
142567                        "readable": true,
142568                        "type": "gboolean",
142569                        "writable": true
142570                    },
142571                    "ofc-2": {
142572                        "blurb": "Sample save command2",
142573                        "conditionally-available": false,
142574                        "construct": true,
142575                        "construct-only": false,
142576                        "controllable": true,
142577                        "default": "false",
142578                        "mutable": "null",
142579                        "readable": true,
142580                        "type": "gboolean",
142581                        "writable": true
142582                    },
142583                    "ofc-3": {
142584                        "blurb": "Sample save command3",
142585                        "conditionally-available": false,
142586                        "construct": true,
142587                        "construct-only": false,
142588                        "controllable": true,
142589                        "default": "false",
142590                        "mutable": "null",
142591                        "readable": true,
142592                        "type": "gboolean",
142593                        "writable": true
142594                    },
142595                    "ofc-4": {
142596                        "blurb": "Sample save command4",
142597                        "conditionally-available": false,
142598                        "construct": true,
142599                        "construct-only": false,
142600                        "controllable": true,
142601                        "default": "false",
142602                        "mutable": "null",
142603                        "readable": true,
142604                        "type": "gboolean",
142605                        "writable": true
142606                    },
142607                    "ofc-5": {
142608                        "blurb": "Sample save command5",
142609                        "conditionally-available": false,
142610                        "construct": true,
142611                        "construct-only": false,
142612                        "controllable": true,
142613                        "default": "false",
142614                        "mutable": "null",
142615                        "readable": true,
142616                        "type": "gboolean",
142617                        "writable": true
142618                    },
142619                    "ofc-6": {
142620                        "blurb": "Sample save command6",
142621                        "conditionally-available": false,
142622                        "construct": true,
142623                        "construct-only": false,
142624                        "controllable": true,
142625                        "default": "false",
142626                        "mutable": "null",
142627                        "readable": true,
142628                        "type": "gboolean",
142629                        "writable": true
142630                    },
142631                    "ofc-7": {
142632                        "blurb": "Sample save command7",
142633                        "conditionally-available": false,
142634                        "construct": true,
142635                        "construct-only": false,
142636                        "controllable": true,
142637                        "default": "false",
142638                        "mutable": "null",
142639                        "readable": true,
142640                        "type": "gboolean",
142641                        "writable": true
142642                    },
142643                    "ofp-0": {
142644                        "blurb": "Sample saving progress0",
142645                        "conditionally-available": false,
142646                        "construct": false,
142647                        "construct-only": false,
142648                        "controllable": true,
142649                        "default": "0",
142650                        "max": "100",
142651                        "min": "0",
142652                        "mutable": "null",
142653                        "readable": true,
142654                        "type": "gfloat",
142655                        "writable": false
142656                    },
142657                    "ofp-1": {
142658                        "blurb": "Sample saving progress1",
142659                        "conditionally-available": false,
142660                        "construct": false,
142661                        "construct-only": false,
142662                        "controllable": true,
142663                        "default": "0",
142664                        "max": "100",
142665                        "min": "0",
142666                        "mutable": "null",
142667                        "readable": true,
142668                        "type": "gfloat",
142669                        "writable": false
142670                    },
142671                    "ofp-2": {
142672                        "blurb": "Sample saving progress2",
142673                        "conditionally-available": false,
142674                        "construct": false,
142675                        "construct-only": false,
142676                        "controllable": true,
142677                        "default": "0",
142678                        "max": "100",
142679                        "min": "0",
142680                        "mutable": "null",
142681                        "readable": true,
142682                        "type": "gfloat",
142683                        "writable": false
142684                    },
142685                    "ofp-3": {
142686                        "blurb": "Sample saving progress3",
142687                        "conditionally-available": false,
142688                        "construct": false,
142689                        "construct-only": false,
142690                        "controllable": true,
142691                        "default": "0",
142692                        "max": "100",
142693                        "min": "0",
142694                        "mutable": "null",
142695                        "readable": true,
142696                        "type": "gfloat",
142697                        "writable": false
142698                    },
142699                    "ofp-4": {
142700                        "blurb": "Sample saving progress4",
142701                        "conditionally-available": false,
142702                        "construct": false,
142703                        "construct-only": false,
142704                        "controllable": true,
142705                        "default": "0",
142706                        "max": "100",
142707                        "min": "0",
142708                        "mutable": "null",
142709                        "readable": true,
142710                        "type": "gfloat",
142711                        "writable": false
142712                    },
142713                    "ofp-5": {
142714                        "blurb": "Sample saving progress5",
142715                        "conditionally-available": false,
142716                        "construct": false,
142717                        "construct-only": false,
142718                        "controllable": true,
142719                        "default": "0",
142720                        "max": "100",
142721                        "min": "0",
142722                        "mutable": "null",
142723                        "readable": true,
142724                        "type": "gfloat",
142725                        "writable": false
142726                    },
142727                    "ofp-6": {
142728                        "blurb": "Sample saving progress6",
142729                        "conditionally-available": false,
142730                        "construct": false,
142731                        "construct-only": false,
142732                        "controllable": true,
142733                        "default": "0",
142734                        "max": "100",
142735                        "min": "0",
142736                        "mutable": "null",
142737                        "readable": true,
142738                        "type": "gfloat",
142739                        "writable": false
142740                    },
142741                    "ofp-7": {
142742                        "blurb": "Sample saving progress7",
142743                        "conditionally-available": false,
142744                        "construct": false,
142745                        "construct-only": false,
142746                        "controllable": true,
142747                        "default": "0",
142748                        "max": "100",
142749                        "min": "0",
142750                        "mutable": "null",
142751                        "readable": true,
142752                        "type": "gfloat",
142753                        "writable": false
142754                    },
142755                    "ofs-0": {
142756                        "blurb": "Sample saving status0",
142757                        "conditionally-available": false,
142758                        "construct": false,
142759                        "construct-only": false,
142760                        "controllable": true,
142761                        "default": "0",
142762                        "max": "55",
142763                        "min": "0",
142764                        "mutable": "null",
142765                        "readable": true,
142766                        "type": "gint",
142767                        "writable": false
142768                    },
142769                    "ofs-1": {
142770                        "blurb": "Sample saving status1",
142771                        "conditionally-available": false,
142772                        "construct": false,
142773                        "construct-only": false,
142774                        "controllable": true,
142775                        "default": "0",
142776                        "max": "55",
142777                        "min": "0",
142778                        "mutable": "null",
142779                        "readable": true,
142780                        "type": "gint",
142781                        "writable": false
142782                    },
142783                    "ofs-2": {
142784                        "blurb": "Sample saving status2",
142785                        "conditionally-available": false,
142786                        "construct": false,
142787                        "construct-only": false,
142788                        "controllable": true,
142789                        "default": "0",
142790                        "max": "55",
142791                        "min": "0",
142792                        "mutable": "null",
142793                        "readable": true,
142794                        "type": "gint",
142795                        "writable": false
142796                    },
142797                    "ofs-3": {
142798                        "blurb": "Sample saving status3",
142799                        "conditionally-available": false,
142800                        "construct": false,
142801                        "construct-only": false,
142802                        "controllable": true,
142803                        "default": "0",
142804                        "max": "55",
142805                        "min": "0",
142806                        "mutable": "null",
142807                        "readable": true,
142808                        "type": "gint",
142809                        "writable": false
142810                    },
142811                    "ofs-4": {
142812                        "blurb": "Sample saving status4",
142813                        "conditionally-available": false,
142814                        "construct": false,
142815                        "construct-only": false,
142816                        "controllable": true,
142817                        "default": "0",
142818                        "max": "55",
142819                        "min": "0",
142820                        "mutable": "null",
142821                        "readable": true,
142822                        "type": "gint",
142823                        "writable": false
142824                    },
142825                    "ofs-5": {
142826                        "blurb": "Sample saving status5",
142827                        "conditionally-available": false,
142828                        "construct": false,
142829                        "construct-only": false,
142830                        "controllable": true,
142831                        "default": "0",
142832                        "max": "55",
142833                        "min": "0",
142834                        "mutable": "null",
142835                        "readable": true,
142836                        "type": "gint",
142837                        "writable": false
142838                    },
142839                    "ofs-6": {
142840                        "blurb": "Sample saving status6",
142841                        "conditionally-available": false,
142842                        "construct": false,
142843                        "construct-only": false,
142844                        "controllable": true,
142845                        "default": "0",
142846                        "max": "55",
142847                        "min": "0",
142848                        "mutable": "null",
142849                        "readable": true,
142850                        "type": "gint",
142851                        "writable": false
142852                    },
142853                    "ofs-7": {
142854                        "blurb": "Sample saving status7",
142855                        "conditionally-available": false,
142856                        "construct": false,
142857                        "construct-only": false,
142858                        "controllable": true,
142859                        "default": "0",
142860                        "max": "55",
142861                        "min": "0",
142862                        "mutable": "null",
142863                        "readable": true,
142864                        "type": "gint",
142865                        "writable": false
142866                    },
142867                    "out-latency": {
142868                        "blurb": "Latency OUT",
142869                        "conditionally-available": false,
142870                        "construct": false,
142871                        "construct-only": false,
142872                        "controllable": true,
142873                        "default": "0",
142874                        "max": "192000",
142875                        "min": "0",
142876                        "mutable": "null",
142877                        "readable": true,
142878                        "type": "gint",
142879                        "writable": false
142880                    },
142881                    "pd": {
142882                        "blurb": "Pre-delay",
142883                        "conditionally-available": false,
142884                        "construct": true,
142885                        "construct-only": false,
142886                        "controllable": true,
142887                        "default": "0",
142888                        "max": "100",
142889                        "min": "0",
142890                        "mutable": "null",
142891                        "readable": true,
142892                        "type": "gfloat",
142893                        "writable": true
142894                    },
142895                    "pd0": {
142896                        "blurb": "Channel pre-delay 0",
142897                        "conditionally-available": false,
142898                        "construct": true,
142899                        "construct-only": false,
142900                        "controllable": true,
142901                        "default": "0",
142902                        "max": "100",
142903                        "min": "0",
142904                        "mutable": "null",
142905                        "readable": true,
142906                        "type": "gfloat",
142907                        "writable": true
142908                    },
142909                    "pd1": {
142910                        "blurb": "Channel pre-delay 1",
142911                        "conditionally-available": false,
142912                        "construct": true,
142913                        "construct-only": false,
142914                        "controllable": true,
142915                        "default": "0",
142916                        "max": "100",
142917                        "min": "0",
142918                        "mutable": "null",
142919                        "readable": true,
142920                        "type": "gfloat",
142921                        "writable": true
142922                    },
142923                    "pd2": {
142924                        "blurb": "Channel pre-delay 2",
142925                        "conditionally-available": false,
142926                        "construct": true,
142927                        "construct-only": false,
142928                        "controllable": true,
142929                        "default": "0",
142930                        "max": "100",
142931                        "min": "0",
142932                        "mutable": "null",
142933                        "readable": true,
142934                        "type": "gfloat",
142935                        "writable": true
142936                    },
142937                    "pd3": {
142938                        "blurb": "Channel pre-delay 3",
142939                        "conditionally-available": false,
142940                        "construct": true,
142941                        "construct-only": false,
142942                        "controllable": true,
142943                        "default": "0",
142944                        "max": "100",
142945                        "min": "0",
142946                        "mutable": "null",
142947                        "readable": true,
142948                        "type": "gfloat",
142949                        "writable": true
142950                    },
142951                    "pl": {
142952                        "blurb": "Left channel panorama",
142953                        "conditionally-available": false,
142954                        "construct": true,
142955                        "construct-only": false,
142956                        "controllable": true,
142957                        "default": "-100",
142958                        "max": "100",
142959                        "min": "-100",
142960                        "mutable": "null",
142961                        "readable": true,
142962                        "type": "gfloat",
142963                        "writable": true
142964                    },
142965                    "pr": {
142966                        "blurb": "Right channel panorama",
142967                        "conditionally-available": false,
142968                        "construct": true,
142969                        "construct-only": false,
142970                        "controllable": true,
142971                        "default": "100",
142972                        "max": "100",
142973                        "min": "-100",
142974                        "mutable": "null",
142975                        "readable": true,
142976                        "type": "gfloat",
142977                        "writable": true
142978                    },
142979                    "prog": {
142980                        "blurb": "Rendering progress",
142981                        "conditionally-available": false,
142982                        "construct": false,
142983                        "construct-only": false,
142984                        "controllable": true,
142985                        "default": "0",
142986                        "max": "100",
142987                        "min": "0",
142988                        "mutable": "null",
142989                        "readable": true,
142990                        "type": "gfloat",
142991                        "writable": false
142992                    },
142993                    "quality": {
142994                        "blurb": "Quality factor",
142995                        "conditionally-available": false,
142996                        "construct": true,
142997                        "construct-only": false,
142998                        "controllable": true,
142999                        "default": "50",
143000                        "max": "100",
143001                        "min": "0",
143002                        "mutable": "null",
143003                        "readable": true,
143004                        "type": "gfloat",
143005                        "writable": true
143006                    },
143007                    "render": {
143008                        "blurb": "Launch/Stop rendering process",
143009                        "conditionally-available": false,
143010                        "construct": true,
143011                        "construct-only": false,
143012                        "controllable": true,
143013                        "default": "false",
143014                        "mutable": "null",
143015                        "readable": true,
143016                        "type": "gboolean",
143017                        "writable": true
143018                    },
143019                    "sca-0": {
143020                        "blurb": "Capture 0 angle",
143021                        "conditionally-available": false,
143022                        "construct": true,
143023                        "construct-only": false,
143024                        "controllable": true,
143025                        "default": "90",
143026                        "max": "135",
143027                        "min": "45",
143028                        "mutable": "null",
143029                        "readable": true,
143030                        "type": "gfloat",
143031                        "writable": true
143032                    },
143033                    "sca-1": {
143034                        "blurb": "Capture 1 angle",
143035                        "conditionally-available": false,
143036                        "construct": true,
143037                        "construct-only": false,
143038                        "controllable": true,
143039                        "default": "90",
143040                        "max": "135",
143041                        "min": "45",
143042                        "mutable": "null",
143043                        "readable": true,
143044                        "type": "gfloat",
143045                        "writable": true
143046                    },
143047                    "sca-2": {
143048                        "blurb": "Capture 2 angle",
143049                        "conditionally-available": false,
143050                        "construct": true,
143051                        "construct-only": false,
143052                        "controllable": true,
143053                        "default": "90",
143054                        "max": "135",
143055                        "min": "45",
143056                        "mutable": "null",
143057                        "readable": true,
143058                        "type": "gfloat",
143059                        "writable": true
143060                    },
143061                    "sca-3": {
143062                        "blurb": "Capture 3 angle",
143063                        "conditionally-available": false,
143064                        "construct": true,
143065                        "construct-only": false,
143066                        "controllable": true,
143067                        "default": "90",
143068                        "max": "135",
143069                        "min": "45",
143070                        "mutable": "null",
143071                        "readable": true,
143072                        "type": "gfloat",
143073                        "writable": true
143074                    },
143075                    "sca-4": {
143076                        "blurb": "Capture 4 angle",
143077                        "conditionally-available": false,
143078                        "construct": true,
143079                        "construct-only": false,
143080                        "controllable": true,
143081                        "default": "90",
143082                        "max": "135",
143083                        "min": "45",
143084                        "mutable": "null",
143085                        "readable": true,
143086                        "type": "gfloat",
143087                        "writable": true
143088                    },
143089                    "sca-5": {
143090                        "blurb": "Capture 5 angle",
143091                        "conditionally-available": false,
143092                        "construct": true,
143093                        "construct-only": false,
143094                        "controllable": true,
143095                        "default": "90",
143096                        "max": "135",
143097                        "min": "45",
143098                        "mutable": "null",
143099                        "readable": true,
143100                        "type": "gfloat",
143101                        "writable": true
143102                    },
143103                    "sca-6": {
143104                        "blurb": "Capture 6 angle",
143105                        "conditionally-available": false,
143106                        "construct": true,
143107                        "construct-only": false,
143108                        "controllable": true,
143109                        "default": "90",
143110                        "max": "135",
143111                        "min": "45",
143112                        "mutable": "null",
143113                        "readable": true,
143114                        "type": "gfloat",
143115                        "writable": true
143116                    },
143117                    "sca-7": {
143118                        "blurb": "Capture 7 angle",
143119                        "conditionally-available": false,
143120                        "construct": true,
143121                        "construct-only": false,
143122                        "controllable": true,
143123                        "default": "90",
143124                        "max": "135",
143125                        "min": "45",
143126                        "mutable": "null",
143127                        "readable": true,
143128                        "type": "gfloat",
143129                        "writable": true
143130                    },
143131                    "scab-0": {
143132                        "blurb": "Capture 0 AB distance",
143133                        "conditionally-available": false,
143134                        "construct": true,
143135                        "construct-only": false,
143136                        "controllable": true,
143137                        "default": "2",
143138                        "max": "10",
143139                        "min": "0",
143140                        "mutable": "null",
143141                        "readable": true,
143142                        "type": "gfloat",
143143                        "writable": true
143144                    },
143145                    "scab-1": {
143146                        "blurb": "Capture 1 AB distance",
143147                        "conditionally-available": false,
143148                        "construct": true,
143149                        "construct-only": false,
143150                        "controllable": true,
143151                        "default": "2",
143152                        "max": "10",
143153                        "min": "0",
143154                        "mutable": "null",
143155                        "readable": true,
143156                        "type": "gfloat",
143157                        "writable": true
143158                    },
143159                    "scab-2": {
143160                        "blurb": "Capture 2 AB distance",
143161                        "conditionally-available": false,
143162                        "construct": true,
143163                        "construct-only": false,
143164                        "controllable": true,
143165                        "default": "2",
143166                        "max": "10",
143167                        "min": "0",
143168                        "mutable": "null",
143169                        "readable": true,
143170                        "type": "gfloat",
143171                        "writable": true
143172                    },
143173                    "scab-3": {
143174                        "blurb": "Capture 3 AB distance",
143175                        "conditionally-available": false,
143176                        "construct": true,
143177                        "construct-only": false,
143178                        "controllable": true,
143179                        "default": "2",
143180                        "max": "10",
143181                        "min": "0",
143182                        "mutable": "null",
143183                        "readable": true,
143184                        "type": "gfloat",
143185                        "writable": true
143186                    },
143187                    "scab-4": {
143188                        "blurb": "Capture 4 AB distance",
143189                        "conditionally-available": false,
143190                        "construct": true,
143191                        "construct-only": false,
143192                        "controllable": true,
143193                        "default": "2",
143194                        "max": "10",
143195                        "min": "0",
143196                        "mutable": "null",
143197                        "readable": true,
143198                        "type": "gfloat",
143199                        "writable": true
143200                    },
143201                    "scab-5": {
143202                        "blurb": "Capture 5 AB distance",
143203                        "conditionally-available": false,
143204                        "construct": true,
143205                        "construct-only": false,
143206                        "controllable": true,
143207                        "default": "2",
143208                        "max": "10",
143209                        "min": "0",
143210                        "mutable": "null",
143211                        "readable": true,
143212                        "type": "gfloat",
143213                        "writable": true
143214                    },
143215                    "scab-6": {
143216                        "blurb": "Capture 6 AB distance",
143217                        "conditionally-available": false,
143218                        "construct": true,
143219                        "construct-only": false,
143220                        "controllable": true,
143221                        "default": "2",
143222                        "max": "10",
143223                        "min": "0",
143224                        "mutable": "null",
143225                        "readable": true,
143226                        "type": "gfloat",
143227                        "writable": true
143228                    },
143229                    "scab-7": {
143230                        "blurb": "Capture 7 AB distance",
143231                        "conditionally-available": false,
143232                        "construct": true,
143233                        "construct-only": false,
143234                        "controllable": true,
143235                        "default": "2",
143236                        "max": "10",
143237                        "min": "0",
143238                        "mutable": "null",
143239                        "readable": true,
143240                        "type": "gfloat",
143241                        "writable": true
143242                    },
143243                    "scap-0": {
143244                        "blurb": "Capture 0 Pitch angle",
143245                        "conditionally-available": false,
143246                        "construct": true,
143247                        "construct-only": false,
143248                        "controllable": true,
143249                        "default": "0",
143250                        "max": "90",
143251                        "min": "-90",
143252                        "mutable": "null",
143253                        "readable": true,
143254                        "type": "gfloat",
143255                        "writable": true
143256                    },
143257                    "scap-1": {
143258                        "blurb": "Capture 1 Pitch angle",
143259                        "conditionally-available": false,
143260                        "construct": true,
143261                        "construct-only": false,
143262                        "controllable": true,
143263                        "default": "0",
143264                        "max": "90",
143265                        "min": "-90",
143266                        "mutable": "null",
143267                        "readable": true,
143268                        "type": "gfloat",
143269                        "writable": true
143270                    },
143271                    "scap-2": {
143272                        "blurb": "Capture 2 Pitch angle",
143273                        "conditionally-available": false,
143274                        "construct": true,
143275                        "construct-only": false,
143276                        "controllable": true,
143277                        "default": "0",
143278                        "max": "90",
143279                        "min": "-90",
143280                        "mutable": "null",
143281                        "readable": true,
143282                        "type": "gfloat",
143283                        "writable": true
143284                    },
143285                    "scap-3": {
143286                        "blurb": "Capture 3 Pitch angle",
143287                        "conditionally-available": false,
143288                        "construct": true,
143289                        "construct-only": false,
143290                        "controllable": true,
143291                        "default": "0",
143292                        "max": "90",
143293                        "min": "-90",
143294                        "mutable": "null",
143295                        "readable": true,
143296                        "type": "gfloat",
143297                        "writable": true
143298                    },
143299                    "scap-4": {
143300                        "blurb": "Capture 4 Pitch angle",
143301                        "conditionally-available": false,
143302                        "construct": true,
143303                        "construct-only": false,
143304                        "controllable": true,
143305                        "default": "0",
143306                        "max": "90",
143307                        "min": "-90",
143308                        "mutable": "null",
143309                        "readable": true,
143310                        "type": "gfloat",
143311                        "writable": true
143312                    },
143313                    "scap-5": {
143314                        "blurb": "Capture 5 Pitch angle",
143315                        "conditionally-available": false,
143316                        "construct": true,
143317                        "construct-only": false,
143318                        "controllable": true,
143319                        "default": "0",
143320                        "max": "90",
143321                        "min": "-90",
143322                        "mutable": "null",
143323                        "readable": true,
143324                        "type": "gfloat",
143325                        "writable": true
143326                    },
143327                    "scap-6": {
143328                        "blurb": "Capture 6 Pitch angle",
143329                        "conditionally-available": false,
143330                        "construct": true,
143331                        "construct-only": false,
143332                        "controllable": true,
143333                        "default": "0",
143334                        "max": "90",
143335                        "min": "-90",
143336                        "mutable": "null",
143337                        "readable": true,
143338                        "type": "gfloat",
143339                        "writable": true
143340                    },
143341                    "scap-7": {
143342                        "blurb": "Capture 7 Pitch angle",
143343                        "conditionally-available": false,
143344                        "construct": true,
143345                        "construct-only": false,
143346                        "controllable": true,
143347                        "default": "0",
143348                        "max": "90",
143349                        "min": "-90",
143350                        "mutable": "null",
143351                        "readable": true,
143352                        "type": "gfloat",
143353                        "writable": true
143354                    },
143355                    "scar-0": {
143356                        "blurb": "Capture 0 Roll angle",
143357                        "conditionally-available": false,
143358                        "construct": true,
143359                        "construct-only": false,
143360                        "controllable": true,
143361                        "default": "0",
143362                        "max": "360",
143363                        "min": "0",
143364                        "mutable": "null",
143365                        "readable": true,
143366                        "type": "gfloat",
143367                        "writable": true
143368                    },
143369                    "scar-1": {
143370                        "blurb": "Capture 1 Roll angle",
143371                        "conditionally-available": false,
143372                        "construct": true,
143373                        "construct-only": false,
143374                        "controllable": true,
143375                        "default": "0",
143376                        "max": "360",
143377                        "min": "0",
143378                        "mutable": "null",
143379                        "readable": true,
143380                        "type": "gfloat",
143381                        "writable": true
143382                    },
143383                    "scar-2": {
143384                        "blurb": "Capture 2 Roll angle",
143385                        "conditionally-available": false,
143386                        "construct": true,
143387                        "construct-only": false,
143388                        "controllable": true,
143389                        "default": "0",
143390                        "max": "360",
143391                        "min": "0",
143392                        "mutable": "null",
143393                        "readable": true,
143394                        "type": "gfloat",
143395                        "writable": true
143396                    },
143397                    "scar-3": {
143398                        "blurb": "Capture 3 Roll angle",
143399                        "conditionally-available": false,
143400                        "construct": true,
143401                        "construct-only": false,
143402                        "controllable": true,
143403                        "default": "0",
143404                        "max": "360",
143405                        "min": "0",
143406                        "mutable": "null",
143407                        "readable": true,
143408                        "type": "gfloat",
143409                        "writable": true
143410                    },
143411                    "scar-4": {
143412                        "blurb": "Capture 4 Roll angle",
143413                        "conditionally-available": false,
143414                        "construct": true,
143415                        "construct-only": false,
143416                        "controllable": true,
143417                        "default": "0",
143418                        "max": "360",
143419                        "min": "0",
143420                        "mutable": "null",
143421                        "readable": true,
143422                        "type": "gfloat",
143423                        "writable": true
143424                    },
143425                    "scar-5": {
143426                        "blurb": "Capture 5 Roll angle",
143427                        "conditionally-available": false,
143428                        "construct": true,
143429                        "construct-only": false,
143430                        "controllable": true,
143431                        "default": "0",
143432                        "max": "360",
143433                        "min": "0",
143434                        "mutable": "null",
143435                        "readable": true,
143436                        "type": "gfloat",
143437                        "writable": true
143438                    },
143439                    "scar-6": {
143440                        "blurb": "Capture 6 Roll angle",
143441                        "conditionally-available": false,
143442                        "construct": true,
143443                        "construct-only": false,
143444                        "controllable": true,
143445                        "default": "0",
143446                        "max": "360",
143447                        "min": "0",
143448                        "mutable": "null",
143449                        "readable": true,
143450                        "type": "gfloat",
143451                        "writable": true
143452                    },
143453                    "scar-7": {
143454                        "blurb": "Capture 7 Roll angle",
143455                        "conditionally-available": false,
143456                        "construct": true,
143457                        "construct-only": false,
143458                        "controllable": true,
143459                        "default": "0",
143460                        "max": "360",
143461                        "min": "0",
143462                        "mutable": "null",
143463                        "readable": true,
143464                        "type": "gfloat",
143465                        "writable": true
143466                    },
143467                    "scay-0": {
143468                        "blurb": "Capture 0 Yaw angle",
143469                        "conditionally-available": false,
143470                        "construct": true,
143471                        "construct-only": false,
143472                        "controllable": true,
143473                        "default": "270",
143474                        "max": "360",
143475                        "min": "0",
143476                        "mutable": "null",
143477                        "readable": true,
143478                        "type": "gfloat",
143479                        "writable": true
143480                    },
143481                    "scay-1": {
143482                        "blurb": "Capture 1 Yaw angle",
143483                        "conditionally-available": false,
143484                        "construct": true,
143485                        "construct-only": false,
143486                        "controllable": true,
143487                        "default": "270",
143488                        "max": "360",
143489                        "min": "0",
143490                        "mutable": "null",
143491                        "readable": true,
143492                        "type": "gfloat",
143493                        "writable": true
143494                    },
143495                    "scay-2": {
143496                        "blurb": "Capture 2 Yaw angle",
143497                        "conditionally-available": false,
143498                        "construct": true,
143499                        "construct-only": false,
143500                        "controllable": true,
143501                        "default": "270",
143502                        "max": "360",
143503                        "min": "0",
143504                        "mutable": "null",
143505                        "readable": true,
143506                        "type": "gfloat",
143507                        "writable": true
143508                    },
143509                    "scay-3": {
143510                        "blurb": "Capture 3 Yaw angle",
143511                        "conditionally-available": false,
143512                        "construct": true,
143513                        "construct-only": false,
143514                        "controllable": true,
143515                        "default": "270",
143516                        "max": "360",
143517                        "min": "0",
143518                        "mutable": "null",
143519                        "readable": true,
143520                        "type": "gfloat",
143521                        "writable": true
143522                    },
143523                    "scay-4": {
143524                        "blurb": "Capture 4 Yaw angle",
143525                        "conditionally-available": false,
143526                        "construct": true,
143527                        "construct-only": false,
143528                        "controllable": true,
143529                        "default": "270",
143530                        "max": "360",
143531                        "min": "0",
143532                        "mutable": "null",
143533                        "readable": true,
143534                        "type": "gfloat",
143535                        "writable": true
143536                    },
143537                    "scay-5": {
143538                        "blurb": "Capture 5 Yaw angle",
143539                        "conditionally-available": false,
143540                        "construct": true,
143541                        "construct-only": false,
143542                        "controllable": true,
143543                        "default": "270",
143544                        "max": "360",
143545                        "min": "0",
143546                        "mutable": "null",
143547                        "readable": true,
143548                        "type": "gfloat",
143549                        "writable": true
143550                    },
143551                    "scay-6": {
143552                        "blurb": "Capture 6 Yaw angle",
143553                        "conditionally-available": false,
143554                        "construct": true,
143555                        "construct-only": false,
143556                        "controllable": true,
143557                        "default": "270",
143558                        "max": "360",
143559                        "min": "0",
143560                        "mutable": "null",
143561                        "readable": true,
143562                        "type": "gfloat",
143563                        "writable": true
143564                    },
143565                    "scay-7": {
143566                        "blurb": "Capture 7 Yaw angle",
143567                        "conditionally-available": false,
143568                        "construct": true,
143569                        "construct-only": false,
143570                        "controllable": true,
143571                        "default": "270",
143572                        "max": "360",
143573                        "min": "0",
143574                        "mutable": "null",
143575                        "readable": true,
143576                        "type": "gfloat",
143577                        "writable": true
143578                    },
143579                    "sccf-0": {
143580                        "blurb": "Capture 0 configuration",
143581                        "conditionally-available": false,
143582                        "construct": true,
143583                        "construct-only": false,
143584                        "controllable": true,
143585                        "default": "XY (1)",
143586                        "mutable": "null",
143587                        "readable": true,
143588                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereosccf-0",
143589                        "writable": true
143590                    },
143591                    "sccf-1": {
143592                        "blurb": "Capture 1 configuration",
143593                        "conditionally-available": false,
143594                        "construct": true,
143595                        "construct-only": false,
143596                        "controllable": true,
143597                        "default": "XY (1)",
143598                        "mutable": "null",
143599                        "readable": true,
143600                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereosccf-1",
143601                        "writable": true
143602                    },
143603                    "sccf-2": {
143604                        "blurb": "Capture 2 configuration",
143605                        "conditionally-available": false,
143606                        "construct": true,
143607                        "construct-only": false,
143608                        "controllable": true,
143609                        "default": "XY (1)",
143610                        "mutable": "null",
143611                        "readable": true,
143612                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereosccf-2",
143613                        "writable": true
143614                    },
143615                    "sccf-3": {
143616                        "blurb": "Capture 3 configuration",
143617                        "conditionally-available": false,
143618                        "construct": true,
143619                        "construct-only": false,
143620                        "controllable": true,
143621                        "default": "XY (1)",
143622                        "mutable": "null",
143623                        "readable": true,
143624                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereosccf-3",
143625                        "writable": true
143626                    },
143627                    "sccf-4": {
143628                        "blurb": "Capture 4 configuration",
143629                        "conditionally-available": false,
143630                        "construct": true,
143631                        "construct-only": false,
143632                        "controllable": true,
143633                        "default": "XY (1)",
143634                        "mutable": "null",
143635                        "readable": true,
143636                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereosccf-4",
143637                        "writable": true
143638                    },
143639                    "sccf-5": {
143640                        "blurb": "Capture 5 configuration",
143641                        "conditionally-available": false,
143642                        "construct": true,
143643                        "construct-only": false,
143644                        "controllable": true,
143645                        "default": "XY (1)",
143646                        "mutable": "null",
143647                        "readable": true,
143648                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereosccf-5",
143649                        "writable": true
143650                    },
143651                    "sccf-6": {
143652                        "blurb": "Capture 6 configuration",
143653                        "conditionally-available": false,
143654                        "construct": true,
143655                        "construct-only": false,
143656                        "controllable": true,
143657                        "default": "XY (1)",
143658                        "mutable": "null",
143659                        "readable": true,
143660                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereosccf-6",
143661                        "writable": true
143662                    },
143663                    "sccf-7": {
143664                        "blurb": "Capture 7 configuration",
143665                        "conditionally-available": false,
143666                        "construct": true,
143667                        "construct-only": false,
143668                        "controllable": true,
143669                        "default": "XY (1)",
143670                        "mutable": "null",
143671                        "readable": true,
143672                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereosccf-7",
143673                        "writable": true
143674                    },
143675                    "sccs-0": {
143676                        "blurb": "Capture 0 capsule size",
143677                        "conditionally-available": false,
143678                        "construct": true,
143679                        "construct-only": false,
143680                        "controllable": true,
143681                        "default": "2.2",
143682                        "max": "30",
143683                        "min": "1",
143684                        "mutable": "null",
143685                        "readable": true,
143686                        "type": "gfloat",
143687                        "writable": true
143688                    },
143689                    "sccs-1": {
143690                        "blurb": "Capture 1 capsule size",
143691                        "conditionally-available": false,
143692                        "construct": true,
143693                        "construct-only": false,
143694                        "controllable": true,
143695                        "default": "2.2",
143696                        "max": "30",
143697                        "min": "1",
143698                        "mutable": "null",
143699                        "readable": true,
143700                        "type": "gfloat",
143701                        "writable": true
143702                    },
143703                    "sccs-2": {
143704                        "blurb": "Capture 2 capsule size",
143705                        "conditionally-available": false,
143706                        "construct": true,
143707                        "construct-only": false,
143708                        "controllable": true,
143709                        "default": "2.2",
143710                        "max": "30",
143711                        "min": "1",
143712                        "mutable": "null",
143713                        "readable": true,
143714                        "type": "gfloat",
143715                        "writable": true
143716                    },
143717                    "sccs-3": {
143718                        "blurb": "Capture 3 capsule size",
143719                        "conditionally-available": false,
143720                        "construct": true,
143721                        "construct-only": false,
143722                        "controllable": true,
143723                        "default": "2.2",
143724                        "max": "30",
143725                        "min": "1",
143726                        "mutable": "null",
143727                        "readable": true,
143728                        "type": "gfloat",
143729                        "writable": true
143730                    },
143731                    "sccs-4": {
143732                        "blurb": "Capture 4 capsule size",
143733                        "conditionally-available": false,
143734                        "construct": true,
143735                        "construct-only": false,
143736                        "controllable": true,
143737                        "default": "2.2",
143738                        "max": "30",
143739                        "min": "1",
143740                        "mutable": "null",
143741                        "readable": true,
143742                        "type": "gfloat",
143743                        "writable": true
143744                    },
143745                    "sccs-5": {
143746                        "blurb": "Capture 5 capsule size",
143747                        "conditionally-available": false,
143748                        "construct": true,
143749                        "construct-only": false,
143750                        "controllable": true,
143751                        "default": "2.2",
143752                        "max": "30",
143753                        "min": "1",
143754                        "mutable": "null",
143755                        "readable": true,
143756                        "type": "gfloat",
143757                        "writable": true
143758                    },
143759                    "sccs-6": {
143760                        "blurb": "Capture 6 capsule size",
143761                        "conditionally-available": false,
143762                        "construct": true,
143763                        "construct-only": false,
143764                        "controllable": true,
143765                        "default": "2.2",
143766                        "max": "30",
143767                        "min": "1",
143768                        "mutable": "null",
143769                        "readable": true,
143770                        "type": "gfloat",
143771                        "writable": true
143772                    },
143773                    "sccs-7": {
143774                        "blurb": "Capture 7 capsule size",
143775                        "conditionally-available": false,
143776                        "construct": true,
143777                        "construct-only": false,
143778                        "controllable": true,
143779                        "default": "2.2",
143780                        "max": "30",
143781                        "min": "1",
143782                        "mutable": "null",
143783                        "readable": true,
143784                        "type": "gfloat",
143785                        "writable": true
143786                    },
143787                    "sce-0": {
143788                        "blurb": "Capture 0 enable",
143789                        "conditionally-available": false,
143790                        "construct": true,
143791                        "construct-only": false,
143792                        "controllable": true,
143793                        "default": "false",
143794                        "mutable": "null",
143795                        "readable": true,
143796                        "type": "gboolean",
143797                        "writable": true
143798                    },
143799                    "sce-1": {
143800                        "blurb": "Capture 1 enable",
143801                        "conditionally-available": false,
143802                        "construct": true,
143803                        "construct-only": false,
143804                        "controllable": true,
143805                        "default": "false",
143806                        "mutable": "null",
143807                        "readable": true,
143808                        "type": "gboolean",
143809                        "writable": true
143810                    },
143811                    "sce-2": {
143812                        "blurb": "Capture 2 enable",
143813                        "conditionally-available": false,
143814                        "construct": true,
143815                        "construct-only": false,
143816                        "controllable": true,
143817                        "default": "false",
143818                        "mutable": "null",
143819                        "readable": true,
143820                        "type": "gboolean",
143821                        "writable": true
143822                    },
143823                    "sce-3": {
143824                        "blurb": "Capture 3 enable",
143825                        "conditionally-available": false,
143826                        "construct": true,
143827                        "construct-only": false,
143828                        "controllable": true,
143829                        "default": "false",
143830                        "mutable": "null",
143831                        "readable": true,
143832                        "type": "gboolean",
143833                        "writable": true
143834                    },
143835                    "sce-4": {
143836                        "blurb": "Capture 4 enable",
143837                        "conditionally-available": false,
143838                        "construct": true,
143839                        "construct-only": false,
143840                        "controllable": true,
143841                        "default": "false",
143842                        "mutable": "null",
143843                        "readable": true,
143844                        "type": "gboolean",
143845                        "writable": true
143846                    },
143847                    "sce-5": {
143848                        "blurb": "Capture 5 enable",
143849                        "conditionally-available": false,
143850                        "construct": true,
143851                        "construct-only": false,
143852                        "controllable": true,
143853                        "default": "false",
143854                        "mutable": "null",
143855                        "readable": true,
143856                        "type": "gboolean",
143857                        "writable": true
143858                    },
143859                    "sce-6": {
143860                        "blurb": "Capture 6 enable",
143861                        "conditionally-available": false,
143862                        "construct": true,
143863                        "construct-only": false,
143864                        "controllable": true,
143865                        "default": "false",
143866                        "mutable": "null",
143867                        "readable": true,
143868                        "type": "gboolean",
143869                        "writable": true
143870                    },
143871                    "sce-7": {
143872                        "blurb": "Capture 7 enable",
143873                        "conditionally-available": false,
143874                        "construct": true,
143875                        "construct-only": false,
143876                        "controllable": true,
143877                        "default": "false",
143878                        "mutable": "null",
143879                        "readable": true,
143880                        "type": "gboolean",
143881                        "writable": true
143882                    },
143883                    "scf-0": {
143884                        "blurb": "Capture 0 first reflection order",
143885                        "conditionally-available": false,
143886                        "construct": true,
143887                        "construct-only": false,
143888                        "controllable": true,
143889                        "default": "1 (2)",
143890                        "mutable": "null",
143891                        "readable": true,
143892                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0",
143893                        "writable": true
143894                    },
143895                    "scf-1": {
143896                        "blurb": "Capture 1 first reflection order",
143897                        "conditionally-available": false,
143898                        "construct": true,
143899                        "construct-only": false,
143900                        "controllable": true,
143901                        "default": "1 (2)",
143902                        "mutable": "null",
143903                        "readable": true,
143904                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1",
143905                        "writable": true
143906                    },
143907                    "scf-2": {
143908                        "blurb": "Capture 2 first reflection order",
143909                        "conditionally-available": false,
143910                        "construct": true,
143911                        "construct-only": false,
143912                        "controllable": true,
143913                        "default": "1 (2)",
143914                        "mutable": "null",
143915                        "readable": true,
143916                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2",
143917                        "writable": true
143918                    },
143919                    "scf-3": {
143920                        "blurb": "Capture 3 first reflection order",
143921                        "conditionally-available": false,
143922                        "construct": true,
143923                        "construct-only": false,
143924                        "controllable": true,
143925                        "default": "1 (2)",
143926                        "mutable": "null",
143927                        "readable": true,
143928                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3",
143929                        "writable": true
143930                    },
143931                    "scf-4": {
143932                        "blurb": "Capture 4 first reflection order",
143933                        "conditionally-available": false,
143934                        "construct": true,
143935                        "construct-only": false,
143936                        "controllable": true,
143937                        "default": "1 (2)",
143938                        "mutable": "null",
143939                        "readable": true,
143940                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4",
143941                        "writable": true
143942                    },
143943                    "scf-5": {
143944                        "blurb": "Capture 5 first reflection order",
143945                        "conditionally-available": false,
143946                        "construct": true,
143947                        "construct-only": false,
143948                        "controllable": true,
143949                        "default": "1 (2)",
143950                        "mutable": "null",
143951                        "readable": true,
143952                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5",
143953                        "writable": true
143954                    },
143955                    "scf-6": {
143956                        "blurb": "Capture 6 first reflection order",
143957                        "conditionally-available": false,
143958                        "construct": true,
143959                        "construct-only": false,
143960                        "controllable": true,
143961                        "default": "1 (2)",
143962                        "mutable": "null",
143963                        "readable": true,
143964                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6",
143965                        "writable": true
143966                    },
143967                    "scf-7": {
143968                        "blurb": "Capture 7 first reflection order",
143969                        "conditionally-available": false,
143970                        "construct": true,
143971                        "construct-only": false,
143972                        "controllable": true,
143973                        "default": "1 (2)",
143974                        "mutable": "null",
143975                        "readable": true,
143976                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7",
143977                        "writable": true
143978                    },
143979                    "sch-0": {
143980                        "blurb": "Capture 0 hue",
143981                        "conditionally-available": false,
143982                        "construct": true,
143983                        "construct-only": false,
143984                        "controllable": true,
143985                        "default": "0",
143986                        "max": "1",
143987                        "min": "0",
143988                        "mutable": "null",
143989                        "readable": true,
143990                        "type": "gfloat",
143991                        "writable": true
143992                    },
143993                    "sch-1": {
143994                        "blurb": "Capture 1 hue",
143995                        "conditionally-available": false,
143996                        "construct": true,
143997                        "construct-only": false,
143998                        "controllable": true,
143999                        "default": "0.125",
144000                        "max": "1",
144001                        "min": "0",
144002                        "mutable": "null",
144003                        "readable": true,
144004                        "type": "gfloat",
144005                        "writable": true
144006                    },
144007                    "sch-2": {
144008                        "blurb": "Capture 2 hue",
144009                        "conditionally-available": false,
144010                        "construct": true,
144011                        "construct-only": false,
144012                        "controllable": true,
144013                        "default": "0.25",
144014                        "max": "1",
144015                        "min": "0",
144016                        "mutable": "null",
144017                        "readable": true,
144018                        "type": "gfloat",
144019                        "writable": true
144020                    },
144021                    "sch-3": {
144022                        "blurb": "Capture 3 hue",
144023                        "conditionally-available": false,
144024                        "construct": true,
144025                        "construct-only": false,
144026                        "controllable": true,
144027                        "default": "0.375",
144028                        "max": "1",
144029                        "min": "0",
144030                        "mutable": "null",
144031                        "readable": true,
144032                        "type": "gfloat",
144033                        "writable": true
144034                    },
144035                    "sch-4": {
144036                        "blurb": "Capture 4 hue",
144037                        "conditionally-available": false,
144038                        "construct": true,
144039                        "construct-only": false,
144040                        "controllable": true,
144041                        "default": "0.5",
144042                        "max": "1",
144043                        "min": "0",
144044                        "mutable": "null",
144045                        "readable": true,
144046                        "type": "gfloat",
144047                        "writable": true
144048                    },
144049                    "sch-5": {
144050                        "blurb": "Capture 5 hue",
144051                        "conditionally-available": false,
144052                        "construct": true,
144053                        "construct-only": false,
144054                        "controllable": true,
144055                        "default": "0.625",
144056                        "max": "1",
144057                        "min": "0",
144058                        "mutable": "null",
144059                        "readable": true,
144060                        "type": "gfloat",
144061                        "writable": true
144062                    },
144063                    "sch-6": {
144064                        "blurb": "Capture 6 hue",
144065                        "conditionally-available": false,
144066                        "construct": true,
144067                        "construct-only": false,
144068                        "controllable": true,
144069                        "default": "0.75",
144070                        "max": "1",
144071                        "min": "0",
144072                        "mutable": "null",
144073                        "readable": true,
144074                        "type": "gfloat",
144075                        "writable": true
144076                    },
144077                    "sch-7": {
144078                        "blurb": "Capture 7 hue",
144079                        "conditionally-available": false,
144080                        "construct": true,
144081                        "construct-only": false,
144082                        "controllable": true,
144083                        "default": "0.875",
144084                        "max": "1",
144085                        "min": "0",
144086                        "mutable": "null",
144087                        "readable": true,
144088                        "type": "gfloat",
144089                        "writable": true
144090                    },
144091                    "scl-0": {
144092                        "blurb": "Capture 0 last reflection order",
144093                        "conditionally-available": false,
144094                        "construct": true,
144095                        "construct-only": false,
144096                        "controllable": true,
144097                        "default": "Any (0)",
144098                        "mutable": "null",
144099                        "readable": true,
144100                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0",
144101                        "writable": true
144102                    },
144103                    "scl-1": {
144104                        "blurb": "Capture 1 last reflection order",
144105                        "conditionally-available": false,
144106                        "construct": true,
144107                        "construct-only": false,
144108                        "controllable": true,
144109                        "default": "Any (0)",
144110                        "mutable": "null",
144111                        "readable": true,
144112                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1",
144113                        "writable": true
144114                    },
144115                    "scl-2": {
144116                        "blurb": "Capture 2 last reflection order",
144117                        "conditionally-available": false,
144118                        "construct": true,
144119                        "construct-only": false,
144120                        "controllable": true,
144121                        "default": "Any (0)",
144122                        "mutable": "null",
144123                        "readable": true,
144124                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2",
144125                        "writable": true
144126                    },
144127                    "scl-3": {
144128                        "blurb": "Capture 3 last reflection order",
144129                        "conditionally-available": false,
144130                        "construct": true,
144131                        "construct-only": false,
144132                        "controllable": true,
144133                        "default": "Any (0)",
144134                        "mutable": "null",
144135                        "readable": true,
144136                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3",
144137                        "writable": true
144138                    },
144139                    "scl-4": {
144140                        "blurb": "Capture 4 last reflection order",
144141                        "conditionally-available": false,
144142                        "construct": true,
144143                        "construct-only": false,
144144                        "controllable": true,
144145                        "default": "Any (0)",
144146                        "mutable": "null",
144147                        "readable": true,
144148                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4",
144149                        "writable": true
144150                    },
144151                    "scl-5": {
144152                        "blurb": "Capture 5 last reflection order",
144153                        "conditionally-available": false,
144154                        "construct": true,
144155                        "construct-only": false,
144156                        "controllable": true,
144157                        "default": "Any (0)",
144158                        "mutable": "null",
144159                        "readable": true,
144160                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5",
144161                        "writable": true
144162                    },
144163                    "scl-6": {
144164                        "blurb": "Capture 6 last reflection order",
144165                        "conditionally-available": false,
144166                        "construct": true,
144167                        "construct-only": false,
144168                        "controllable": true,
144169                        "default": "Any (0)",
144170                        "mutable": "null",
144171                        "readable": true,
144172                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6",
144173                        "writable": true
144174                    },
144175                    "scl-7": {
144176                        "blurb": "Capture 7 last reflection order",
144177                        "conditionally-available": false,
144178                        "construct": true,
144179                        "construct-only": false,
144180                        "controllable": true,
144181                        "default": "Any (0)",
144182                        "mutable": "null",
144183                        "readable": true,
144184                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7",
144185                        "writable": true
144186                    },
144187                    "scmd-0": {
144188                        "blurb": "Capture 0 microphone direction",
144189                        "conditionally-available": false,
144190                        "construct": true,
144191                        "construct-only": false,
144192                        "controllable": true,
144193                        "default": "Cardioid (0)",
144194                        "mutable": "null",
144195                        "readable": true,
144196                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-0",
144197                        "writable": true
144198                    },
144199                    "scmd-1": {
144200                        "blurb": "Capture 1 microphone direction",
144201                        "conditionally-available": false,
144202                        "construct": true,
144203                        "construct-only": false,
144204                        "controllable": true,
144205                        "default": "Cardioid (0)",
144206                        "mutable": "null",
144207                        "readable": true,
144208                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-1",
144209                        "writable": true
144210                    },
144211                    "scmd-2": {
144212                        "blurb": "Capture 2 microphone direction",
144213                        "conditionally-available": false,
144214                        "construct": true,
144215                        "construct-only": false,
144216                        "controllable": true,
144217                        "default": "Cardioid (0)",
144218                        "mutable": "null",
144219                        "readable": true,
144220                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-2",
144221                        "writable": true
144222                    },
144223                    "scmd-3": {
144224                        "blurb": "Capture 3 microphone direction",
144225                        "conditionally-available": false,
144226                        "construct": true,
144227                        "construct-only": false,
144228                        "controllable": true,
144229                        "default": "Cardioid (0)",
144230                        "mutable": "null",
144231                        "readable": true,
144232                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-3",
144233                        "writable": true
144234                    },
144235                    "scmd-4": {
144236                        "blurb": "Capture 4 microphone direction",
144237                        "conditionally-available": false,
144238                        "construct": true,
144239                        "construct-only": false,
144240                        "controllable": true,
144241                        "default": "Cardioid (0)",
144242                        "mutable": "null",
144243                        "readable": true,
144244                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-4",
144245                        "writable": true
144246                    },
144247                    "scmd-5": {
144248                        "blurb": "Capture 5 microphone direction",
144249                        "conditionally-available": false,
144250                        "construct": true,
144251                        "construct-only": false,
144252                        "controllable": true,
144253                        "default": "Cardioid (0)",
144254                        "mutable": "null",
144255                        "readable": true,
144256                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-5",
144257                        "writable": true
144258                    },
144259                    "scmd-6": {
144260                        "blurb": "Capture 6 microphone direction",
144261                        "conditionally-available": false,
144262                        "construct": true,
144263                        "construct-only": false,
144264                        "controllable": true,
144265                        "default": "Cardioid (0)",
144266                        "mutable": "null",
144267                        "readable": true,
144268                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-6",
144269                        "writable": true
144270                    },
144271                    "scmd-7": {
144272                        "blurb": "Capture 7 microphone direction",
144273                        "conditionally-available": false,
144274                        "construct": true,
144275                        "construct-only": false,
144276                        "controllable": true,
144277                        "default": "Cardioid (0)",
144278                        "mutable": "null",
144279                        "readable": true,
144280                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-7",
144281                        "writable": true
144282                    },
144283                    "scpx-0": {
144284                        "blurb": "Capture 0 X position",
144285                        "conditionally-available": false,
144286                        "construct": true,
144287                        "construct-only": false,
144288                        "controllable": true,
144289                        "default": "0",
144290                        "max": "100",
144291                        "min": "-100",
144292                        "mutable": "null",
144293                        "readable": true,
144294                        "type": "gfloat",
144295                        "writable": true
144296                    },
144297                    "scpx-1": {
144298                        "blurb": "Capture 1 X position",
144299                        "conditionally-available": false,
144300                        "construct": true,
144301                        "construct-only": false,
144302                        "controllable": true,
144303                        "default": "0",
144304                        "max": "100",
144305                        "min": "-100",
144306                        "mutable": "null",
144307                        "readable": true,
144308                        "type": "gfloat",
144309                        "writable": true
144310                    },
144311                    "scpx-2": {
144312                        "blurb": "Capture 2 X position",
144313                        "conditionally-available": false,
144314                        "construct": true,
144315                        "construct-only": false,
144316                        "controllable": true,
144317                        "default": "0",
144318                        "max": "100",
144319                        "min": "-100",
144320                        "mutable": "null",
144321                        "readable": true,
144322                        "type": "gfloat",
144323                        "writable": true
144324                    },
144325                    "scpx-3": {
144326                        "blurb": "Capture 3 X position",
144327                        "conditionally-available": false,
144328                        "construct": true,
144329                        "construct-only": false,
144330                        "controllable": true,
144331                        "default": "0",
144332                        "max": "100",
144333                        "min": "-100",
144334                        "mutable": "null",
144335                        "readable": true,
144336                        "type": "gfloat",
144337                        "writable": true
144338                    },
144339                    "scpx-4": {
144340                        "blurb": "Capture 4 X position",
144341                        "conditionally-available": false,
144342                        "construct": true,
144343                        "construct-only": false,
144344                        "controllable": true,
144345                        "default": "0",
144346                        "max": "100",
144347                        "min": "-100",
144348                        "mutable": "null",
144349                        "readable": true,
144350                        "type": "gfloat",
144351                        "writable": true
144352                    },
144353                    "scpx-5": {
144354                        "blurb": "Capture 5 X position",
144355                        "conditionally-available": false,
144356                        "construct": true,
144357                        "construct-only": false,
144358                        "controllable": true,
144359                        "default": "0",
144360                        "max": "100",
144361                        "min": "-100",
144362                        "mutable": "null",
144363                        "readable": true,
144364                        "type": "gfloat",
144365                        "writable": true
144366                    },
144367                    "scpx-6": {
144368                        "blurb": "Capture 6 X position",
144369                        "conditionally-available": false,
144370                        "construct": true,
144371                        "construct-only": false,
144372                        "controllable": true,
144373                        "default": "0",
144374                        "max": "100",
144375                        "min": "-100",
144376                        "mutable": "null",
144377                        "readable": true,
144378                        "type": "gfloat",
144379                        "writable": true
144380                    },
144381                    "scpx-7": {
144382                        "blurb": "Capture 7 X position",
144383                        "conditionally-available": false,
144384                        "construct": true,
144385                        "construct-only": false,
144386                        "controllable": true,
144387                        "default": "0",
144388                        "max": "100",
144389                        "min": "-100",
144390                        "mutable": "null",
144391                        "readable": true,
144392                        "type": "gfloat",
144393                        "writable": true
144394                    },
144395                    "scpy-0": {
144396                        "blurb": "Capture 0 Y position",
144397                        "conditionally-available": false,
144398                        "construct": true,
144399                        "construct-only": false,
144400                        "controllable": true,
144401                        "default": "1",
144402                        "max": "100",
144403                        "min": "-100",
144404                        "mutable": "null",
144405                        "readable": true,
144406                        "type": "gfloat",
144407                        "writable": true
144408                    },
144409                    "scpy-1": {
144410                        "blurb": "Capture 1 Y position",
144411                        "conditionally-available": false,
144412                        "construct": true,
144413                        "construct-only": false,
144414                        "controllable": true,
144415                        "default": "1",
144416                        "max": "100",
144417                        "min": "-100",
144418                        "mutable": "null",
144419                        "readable": true,
144420                        "type": "gfloat",
144421                        "writable": true
144422                    },
144423                    "scpy-2": {
144424                        "blurb": "Capture 2 Y position",
144425                        "conditionally-available": false,
144426                        "construct": true,
144427                        "construct-only": false,
144428                        "controllable": true,
144429                        "default": "1",
144430                        "max": "100",
144431                        "min": "-100",
144432                        "mutable": "null",
144433                        "readable": true,
144434                        "type": "gfloat",
144435                        "writable": true
144436                    },
144437                    "scpy-3": {
144438                        "blurb": "Capture 3 Y position",
144439                        "conditionally-available": false,
144440                        "construct": true,
144441                        "construct-only": false,
144442                        "controllable": true,
144443                        "default": "1",
144444                        "max": "100",
144445                        "min": "-100",
144446                        "mutable": "null",
144447                        "readable": true,
144448                        "type": "gfloat",
144449                        "writable": true
144450                    },
144451                    "scpy-4": {
144452                        "blurb": "Capture 4 Y position",
144453                        "conditionally-available": false,
144454                        "construct": true,
144455                        "construct-only": false,
144456                        "controllable": true,
144457                        "default": "1",
144458                        "max": "100",
144459                        "min": "-100",
144460                        "mutable": "null",
144461                        "readable": true,
144462                        "type": "gfloat",
144463                        "writable": true
144464                    },
144465                    "scpy-5": {
144466                        "blurb": "Capture 5 Y position",
144467                        "conditionally-available": false,
144468                        "construct": true,
144469                        "construct-only": false,
144470                        "controllable": true,
144471                        "default": "1",
144472                        "max": "100",
144473                        "min": "-100",
144474                        "mutable": "null",
144475                        "readable": true,
144476                        "type": "gfloat",
144477                        "writable": true
144478                    },
144479                    "scpy-6": {
144480                        "blurb": "Capture 6 Y position",
144481                        "conditionally-available": false,
144482                        "construct": true,
144483                        "construct-only": false,
144484                        "controllable": true,
144485                        "default": "1",
144486                        "max": "100",
144487                        "min": "-100",
144488                        "mutable": "null",
144489                        "readable": true,
144490                        "type": "gfloat",
144491                        "writable": true
144492                    },
144493                    "scpy-7": {
144494                        "blurb": "Capture 7 Y position",
144495                        "conditionally-available": false,
144496                        "construct": true,
144497                        "construct-only": false,
144498                        "controllable": true,
144499                        "default": "1",
144500                        "max": "100",
144501                        "min": "-100",
144502                        "mutable": "null",
144503                        "readable": true,
144504                        "type": "gfloat",
144505                        "writable": true
144506                    },
144507                    "scpz-0": {
144508                        "blurb": "Capture 0 Z position",
144509                        "conditionally-available": false,
144510                        "construct": true,
144511                        "construct-only": false,
144512                        "controllable": true,
144513                        "default": "0",
144514                        "max": "100",
144515                        "min": "-100",
144516                        "mutable": "null",
144517                        "readable": true,
144518                        "type": "gfloat",
144519                        "writable": true
144520                    },
144521                    "scpz-1": {
144522                        "blurb": "Capture 1 Z position",
144523                        "conditionally-available": false,
144524                        "construct": true,
144525                        "construct-only": false,
144526                        "controllable": true,
144527                        "default": "0",
144528                        "max": "100",
144529                        "min": "-100",
144530                        "mutable": "null",
144531                        "readable": true,
144532                        "type": "gfloat",
144533                        "writable": true
144534                    },
144535                    "scpz-2": {
144536                        "blurb": "Capture 2 Z position",
144537                        "conditionally-available": false,
144538                        "construct": true,
144539                        "construct-only": false,
144540                        "controllable": true,
144541                        "default": "0",
144542                        "max": "100",
144543                        "min": "-100",
144544                        "mutable": "null",
144545                        "readable": true,
144546                        "type": "gfloat",
144547                        "writable": true
144548                    },
144549                    "scpz-3": {
144550                        "blurb": "Capture 3 Z position",
144551                        "conditionally-available": false,
144552                        "construct": true,
144553                        "construct-only": false,
144554                        "controllable": true,
144555                        "default": "0",
144556                        "max": "100",
144557                        "min": "-100",
144558                        "mutable": "null",
144559                        "readable": true,
144560                        "type": "gfloat",
144561                        "writable": true
144562                    },
144563                    "scpz-4": {
144564                        "blurb": "Capture 4 Z position",
144565                        "conditionally-available": false,
144566                        "construct": true,
144567                        "construct-only": false,
144568                        "controllable": true,
144569                        "default": "0",
144570                        "max": "100",
144571                        "min": "-100",
144572                        "mutable": "null",
144573                        "readable": true,
144574                        "type": "gfloat",
144575                        "writable": true
144576                    },
144577                    "scpz-5": {
144578                        "blurb": "Capture 5 Z position",
144579                        "conditionally-available": false,
144580                        "construct": true,
144581                        "construct-only": false,
144582                        "controllable": true,
144583                        "default": "0",
144584                        "max": "100",
144585                        "min": "-100",
144586                        "mutable": "null",
144587                        "readable": true,
144588                        "type": "gfloat",
144589                        "writable": true
144590                    },
144591                    "scpz-6": {
144592                        "blurb": "Capture 6 Z position",
144593                        "conditionally-available": false,
144594                        "construct": true,
144595                        "construct-only": false,
144596                        "controllable": true,
144597                        "default": "0",
144598                        "max": "100",
144599                        "min": "-100",
144600                        "mutable": "null",
144601                        "readable": true,
144602                        "type": "gfloat",
144603                        "writable": true
144604                    },
144605                    "scpz-7": {
144606                        "blurb": "Capture 7 Z position",
144607                        "conditionally-available": false,
144608                        "construct": true,
144609                        "construct-only": false,
144610                        "controllable": true,
144611                        "default": "0",
144612                        "max": "100",
144613                        "min": "-100",
144614                        "mutable": "null",
144615                        "readable": true,
144616                        "type": "gfloat",
144617                        "writable": true
144618                    },
144619                    "scsd-0": {
144620                        "blurb": "Capture 0 side microphone direction",
144621                        "conditionally-available": false,
144622                        "construct": true,
144623                        "construct-only": false,
144624                        "controllable": true,
144625                        "default": "Bidirectional (0)",
144626                        "mutable": "null",
144627                        "readable": true,
144628                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-0",
144629                        "writable": true
144630                    },
144631                    "scsd-1": {
144632                        "blurb": "Capture 1 side microphone direction",
144633                        "conditionally-available": false,
144634                        "construct": true,
144635                        "construct-only": false,
144636                        "controllable": true,
144637                        "default": "Bidirectional (0)",
144638                        "mutable": "null",
144639                        "readable": true,
144640                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-1",
144641                        "writable": true
144642                    },
144643                    "scsd-2": {
144644                        "blurb": "Capture 2 side microphone direction",
144645                        "conditionally-available": false,
144646                        "construct": true,
144647                        "construct-only": false,
144648                        "controllable": true,
144649                        "default": "Bidirectional (0)",
144650                        "mutable": "null",
144651                        "readable": true,
144652                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-2",
144653                        "writable": true
144654                    },
144655                    "scsd-3": {
144656                        "blurb": "Capture 3 side microphone direction",
144657                        "conditionally-available": false,
144658                        "construct": true,
144659                        "construct-only": false,
144660                        "controllable": true,
144661                        "default": "Bidirectional (0)",
144662                        "mutable": "null",
144663                        "readable": true,
144664                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-3",
144665                        "writable": true
144666                    },
144667                    "scsd-4": {
144668                        "blurb": "Capture 4 side microphone direction",
144669                        "conditionally-available": false,
144670                        "construct": true,
144671                        "construct-only": false,
144672                        "controllable": true,
144673                        "default": "Bidirectional (0)",
144674                        "mutable": "null",
144675                        "readable": true,
144676                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-4",
144677                        "writable": true
144678                    },
144679                    "scsd-5": {
144680                        "blurb": "Capture 5 side microphone direction",
144681                        "conditionally-available": false,
144682                        "construct": true,
144683                        "construct-only": false,
144684                        "controllable": true,
144685                        "default": "Bidirectional (0)",
144686                        "mutable": "null",
144687                        "readable": true,
144688                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-5",
144689                        "writable": true
144690                    },
144691                    "scsd-6": {
144692                        "blurb": "Capture 6 side microphone direction",
144693                        "conditionally-available": false,
144694                        "construct": true,
144695                        "construct-only": false,
144696                        "controllable": true,
144697                        "default": "Bidirectional (0)",
144698                        "mutable": "null",
144699                        "readable": true,
144700                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-6",
144701                        "writable": true
144702                    },
144703                    "scsd-7": {
144704                        "blurb": "Capture 7 side microphone direction",
144705                        "conditionally-available": false,
144706                        "construct": true,
144707                        "construct-only": false,
144708                        "controllable": true,
144709                        "default": "Bidirectional (0)",
144710                        "mutable": "null",
144711                        "readable": true,
144712                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-7",
144713                        "writable": true
144714                    },
144715                    "sdur-0": {
144716                        "blurb": "Impulse current duration0",
144717                        "conditionally-available": false,
144718                        "construct": false,
144719                        "construct-only": false,
144720                        "controllable": true,
144721                        "default": "0",
144722                        "max": "100000",
144723                        "min": "0",
144724                        "mutable": "null",
144725                        "readable": true,
144726                        "type": "gfloat",
144727                        "writable": false
144728                    },
144729                    "sdur-1": {
144730                        "blurb": "Impulse current duration1",
144731                        "conditionally-available": false,
144732                        "construct": false,
144733                        "construct-only": false,
144734                        "controllable": true,
144735                        "default": "0",
144736                        "max": "100000",
144737                        "min": "0",
144738                        "mutable": "null",
144739                        "readable": true,
144740                        "type": "gfloat",
144741                        "writable": false
144742                    },
144743                    "sdur-2": {
144744                        "blurb": "Impulse current duration2",
144745                        "conditionally-available": false,
144746                        "construct": false,
144747                        "construct-only": false,
144748                        "controllable": true,
144749                        "default": "0",
144750                        "max": "100000",
144751                        "min": "0",
144752                        "mutable": "null",
144753                        "readable": true,
144754                        "type": "gfloat",
144755                        "writable": false
144756                    },
144757                    "sdur-3": {
144758                        "blurb": "Impulse current duration3",
144759                        "conditionally-available": false,
144760                        "construct": false,
144761                        "construct-only": false,
144762                        "controllable": true,
144763                        "default": "0",
144764                        "max": "100000",
144765                        "min": "0",
144766                        "mutable": "null",
144767                        "readable": true,
144768                        "type": "gfloat",
144769                        "writable": false
144770                    },
144771                    "sdur-4": {
144772                        "blurb": "Impulse current duration4",
144773                        "conditionally-available": false,
144774                        "construct": false,
144775                        "construct-only": false,
144776                        "controllable": true,
144777                        "default": "0",
144778                        "max": "100000",
144779                        "min": "0",
144780                        "mutable": "null",
144781                        "readable": true,
144782                        "type": "gfloat",
144783                        "writable": false
144784                    },
144785                    "sdur-5": {
144786                        "blurb": "Impulse current duration5",
144787                        "conditionally-available": false,
144788                        "construct": false,
144789                        "construct-only": false,
144790                        "controllable": true,
144791                        "default": "0",
144792                        "max": "100000",
144793                        "min": "0",
144794                        "mutable": "null",
144795                        "readable": true,
144796                        "type": "gfloat",
144797                        "writable": false
144798                    },
144799                    "sdur-6": {
144800                        "blurb": "Impulse current duration6",
144801                        "conditionally-available": false,
144802                        "construct": false,
144803                        "construct-only": false,
144804                        "controllable": true,
144805                        "default": "0",
144806                        "max": "100000",
144807                        "min": "0",
144808                        "mutable": "null",
144809                        "readable": true,
144810                        "type": "gfloat",
144811                        "writable": false
144812                    },
144813                    "sdur-7": {
144814                        "blurb": "Impulse current duration7",
144815                        "conditionally-available": false,
144816                        "construct": false,
144817                        "construct-only": false,
144818                        "controllable": true,
144819                        "default": "0",
144820                        "max": "100000",
144821                        "min": "0",
144822                        "mutable": "null",
144823                        "readable": true,
144824                        "type": "gfloat",
144825                        "writable": false
144826                    },
144827                    "shh-0": {
144828                        "blurb": "Source 0 height",
144829                        "conditionally-available": false,
144830                        "construct": true,
144831                        "construct-only": false,
144832                        "controllable": true,
144833                        "default": "15",
144834                        "max": "100",
144835                        "min": "1",
144836                        "mutable": "null",
144837                        "readable": true,
144838                        "type": "gfloat",
144839                        "writable": true
144840                    },
144841                    "shh-1": {
144842                        "blurb": "Source 1 height",
144843                        "conditionally-available": false,
144844                        "construct": true,
144845                        "construct-only": false,
144846                        "controllable": true,
144847                        "default": "15",
144848                        "max": "100",
144849                        "min": "1",
144850                        "mutable": "null",
144851                        "readable": true,
144852                        "type": "gfloat",
144853                        "writable": true
144854                    },
144855                    "shh-2": {
144856                        "blurb": "Source 2 height",
144857                        "conditionally-available": false,
144858                        "construct": true,
144859                        "construct-only": false,
144860                        "controllable": true,
144861                        "default": "15",
144862                        "max": "100",
144863                        "min": "1",
144864                        "mutable": "null",
144865                        "readable": true,
144866                        "type": "gfloat",
144867                        "writable": true
144868                    },
144869                    "shh-3": {
144870                        "blurb": "Source 3 height",
144871                        "conditionally-available": false,
144872                        "construct": true,
144873                        "construct-only": false,
144874                        "controllable": true,
144875                        "default": "15",
144876                        "max": "100",
144877                        "min": "1",
144878                        "mutable": "null",
144879                        "readable": true,
144880                        "type": "gfloat",
144881                        "writable": true
144882                    },
144883                    "shh-4": {
144884                        "blurb": "Source 4 height",
144885                        "conditionally-available": false,
144886                        "construct": true,
144887                        "construct-only": false,
144888                        "controllable": true,
144889                        "default": "15",
144890                        "max": "100",
144891                        "min": "1",
144892                        "mutable": "null",
144893                        "readable": true,
144894                        "type": "gfloat",
144895                        "writable": true
144896                    },
144897                    "shh-5": {
144898                        "blurb": "Source 5 height",
144899                        "conditionally-available": false,
144900                        "construct": true,
144901                        "construct-only": false,
144902                        "controllable": true,
144903                        "default": "15",
144904                        "max": "100",
144905                        "min": "1",
144906                        "mutable": "null",
144907                        "readable": true,
144908                        "type": "gfloat",
144909                        "writable": true
144910                    },
144911                    "shh-6": {
144912                        "blurb": "Source 6 height",
144913                        "conditionally-available": false,
144914                        "construct": true,
144915                        "construct-only": false,
144916                        "controllable": true,
144917                        "default": "15",
144918                        "max": "100",
144919                        "min": "1",
144920                        "mutable": "null",
144921                        "readable": true,
144922                        "type": "gfloat",
144923                        "writable": true
144924                    },
144925                    "shh-7": {
144926                        "blurb": "Source 7 height",
144927                        "conditionally-available": false,
144928                        "construct": true,
144929                        "construct-only": false,
144930                        "controllable": true,
144931                        "default": "15",
144932                        "max": "100",
144933                        "min": "1",
144934                        "mutable": "null",
144935                        "readable": true,
144936                        "type": "gfloat",
144937                        "writable": true
144938                    },
144939                    "signal": {
144940                        "blurb": "Current signal processor",
144941                        "conditionally-available": false,
144942                        "construct": true,
144943                        "construct-only": false,
144944                        "controllable": true,
144945                        "default": "Convolvers (0)",
144946                        "mutable": "null",
144947                        "readable": true,
144948                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereosignal",
144949                        "writable": true
144950                    },
144951                    "smdur-0": {
144952                        "blurb": "Impulse max duration0",
144953                        "conditionally-available": false,
144954                        "construct": false,
144955                        "construct-only": false,
144956                        "controllable": true,
144957                        "default": "0",
144958                        "max": "100000",
144959                        "min": "0",
144960                        "mutable": "null",
144961                        "readable": true,
144962                        "type": "gfloat",
144963                        "writable": false
144964                    },
144965                    "smdur-1": {
144966                        "blurb": "Impulse max duration1",
144967                        "conditionally-available": false,
144968                        "construct": false,
144969                        "construct-only": false,
144970                        "controllable": true,
144971                        "default": "0",
144972                        "max": "100000",
144973                        "min": "0",
144974                        "mutable": "null",
144975                        "readable": true,
144976                        "type": "gfloat",
144977                        "writable": false
144978                    },
144979                    "smdur-2": {
144980                        "blurb": "Impulse max duration2",
144981                        "conditionally-available": false,
144982                        "construct": false,
144983                        "construct-only": false,
144984                        "controllable": true,
144985                        "default": "0",
144986                        "max": "100000",
144987                        "min": "0",
144988                        "mutable": "null",
144989                        "readable": true,
144990                        "type": "gfloat",
144991                        "writable": false
144992                    },
144993                    "smdur-3": {
144994                        "blurb": "Impulse max duration3",
144995                        "conditionally-available": false,
144996                        "construct": false,
144997                        "construct-only": false,
144998                        "controllable": true,
144999                        "default": "0",
145000                        "max": "100000",
145001                        "min": "0",
145002                        "mutable": "null",
145003                        "readable": true,
145004                        "type": "gfloat",
145005                        "writable": false
145006                    },
145007                    "smdur-4": {
145008                        "blurb": "Impulse max duration4",
145009                        "conditionally-available": false,
145010                        "construct": false,
145011                        "construct-only": false,
145012                        "controllable": true,
145013                        "default": "0",
145014                        "max": "100000",
145015                        "min": "0",
145016                        "mutable": "null",
145017                        "readable": true,
145018                        "type": "gfloat",
145019                        "writable": false
145020                    },
145021                    "smdur-5": {
145022                        "blurb": "Impulse max duration5",
145023                        "conditionally-available": false,
145024                        "construct": false,
145025                        "construct-only": false,
145026                        "controllable": true,
145027                        "default": "0",
145028                        "max": "100000",
145029                        "min": "0",
145030                        "mutable": "null",
145031                        "readable": true,
145032                        "type": "gfloat",
145033                        "writable": false
145034                    },
145035                    "smdur-6": {
145036                        "blurb": "Impulse max duration6",
145037                        "conditionally-available": false,
145038                        "construct": false,
145039                        "construct-only": false,
145040                        "controllable": true,
145041                        "default": "0",
145042                        "max": "100000",
145043                        "min": "0",
145044                        "mutable": "null",
145045                        "readable": true,
145046                        "type": "gfloat",
145047                        "writable": false
145048                    },
145049                    "smdur-7": {
145050                        "blurb": "Impulse max duration7",
145051                        "conditionally-available": false,
145052                        "construct": false,
145053                        "construct-only": false,
145054                        "controllable": true,
145055                        "default": "0",
145056                        "max": "100000",
145057                        "min": "0",
145058                        "mutable": "null",
145059                        "readable": true,
145060                        "type": "gfloat",
145061                        "writable": false
145062                    },
145063                    "ssa-0": {
145064                        "blurb": "Source 0 angle",
145065                        "conditionally-available": false,
145066                        "construct": true,
145067                        "construct-only": false,
145068                        "controllable": true,
145069                        "default": "50",
145070                        "max": "100",
145071                        "min": "0",
145072                        "mutable": "null",
145073                        "readable": true,
145074                        "type": "gfloat",
145075                        "writable": true
145076                    },
145077                    "ssa-1": {
145078                        "blurb": "Source 1 angle",
145079                        "conditionally-available": false,
145080                        "construct": true,
145081                        "construct-only": false,
145082                        "controllable": true,
145083                        "default": "50",
145084                        "max": "100",
145085                        "min": "0",
145086                        "mutable": "null",
145087                        "readable": true,
145088                        "type": "gfloat",
145089                        "writable": true
145090                    },
145091                    "ssa-2": {
145092                        "blurb": "Source 2 angle",
145093                        "conditionally-available": false,
145094                        "construct": true,
145095                        "construct-only": false,
145096                        "controllable": true,
145097                        "default": "50",
145098                        "max": "100",
145099                        "min": "0",
145100                        "mutable": "null",
145101                        "readable": true,
145102                        "type": "gfloat",
145103                        "writable": true
145104                    },
145105                    "ssa-3": {
145106                        "blurb": "Source 3 angle",
145107                        "conditionally-available": false,
145108                        "construct": true,
145109                        "construct-only": false,
145110                        "controllable": true,
145111                        "default": "50",
145112                        "max": "100",
145113                        "min": "0",
145114                        "mutable": "null",
145115                        "readable": true,
145116                        "type": "gfloat",
145117                        "writable": true
145118                    },
145119                    "ssa-4": {
145120                        "blurb": "Source 4 angle",
145121                        "conditionally-available": false,
145122                        "construct": true,
145123                        "construct-only": false,
145124                        "controllable": true,
145125                        "default": "50",
145126                        "max": "100",
145127                        "min": "0",
145128                        "mutable": "null",
145129                        "readable": true,
145130                        "type": "gfloat",
145131                        "writable": true
145132                    },
145133                    "ssa-5": {
145134                        "blurb": "Source 5 angle",
145135                        "conditionally-available": false,
145136                        "construct": true,
145137                        "construct-only": false,
145138                        "controllable": true,
145139                        "default": "50",
145140                        "max": "100",
145141                        "min": "0",
145142                        "mutable": "null",
145143                        "readable": true,
145144                        "type": "gfloat",
145145                        "writable": true
145146                    },
145147                    "ssa-6": {
145148                        "blurb": "Source 6 angle",
145149                        "conditionally-available": false,
145150                        "construct": true,
145151                        "construct-only": false,
145152                        "controllable": true,
145153                        "default": "50",
145154                        "max": "100",
145155                        "min": "0",
145156                        "mutable": "null",
145157                        "readable": true,
145158                        "type": "gfloat",
145159                        "writable": true
145160                    },
145161                    "ssa-7": {
145162                        "blurb": "Source 7 angle",
145163                        "conditionally-available": false,
145164                        "construct": true,
145165                        "construct-only": false,
145166                        "controllable": true,
145167                        "default": "50",
145168                        "max": "100",
145169                        "min": "0",
145170                        "mutable": "null",
145171                        "readable": true,
145172                        "type": "gfloat",
145173                        "writable": true
145174                    },
145175                    "ssap-0": {
145176                        "blurb": "Source 0 Pitch angle",
145177                        "conditionally-available": false,
145178                        "construct": true,
145179                        "construct-only": false,
145180                        "controllable": true,
145181                        "default": "0",
145182                        "max": "90",
145183                        "min": "-90",
145184                        "mutable": "null",
145185                        "readable": true,
145186                        "type": "gfloat",
145187                        "writable": true
145188                    },
145189                    "ssap-1": {
145190                        "blurb": "Source 1 Pitch angle",
145191                        "conditionally-available": false,
145192                        "construct": true,
145193                        "construct-only": false,
145194                        "controllable": true,
145195                        "default": "0",
145196                        "max": "90",
145197                        "min": "-90",
145198                        "mutable": "null",
145199                        "readable": true,
145200                        "type": "gfloat",
145201                        "writable": true
145202                    },
145203                    "ssap-2": {
145204                        "blurb": "Source 2 Pitch angle",
145205                        "conditionally-available": false,
145206                        "construct": true,
145207                        "construct-only": false,
145208                        "controllable": true,
145209                        "default": "0",
145210                        "max": "90",
145211                        "min": "-90",
145212                        "mutable": "null",
145213                        "readable": true,
145214                        "type": "gfloat",
145215                        "writable": true
145216                    },
145217                    "ssap-3": {
145218                        "blurb": "Source 3 Pitch angle",
145219                        "conditionally-available": false,
145220                        "construct": true,
145221                        "construct-only": false,
145222                        "controllable": true,
145223                        "default": "0",
145224                        "max": "90",
145225                        "min": "-90",
145226                        "mutable": "null",
145227                        "readable": true,
145228                        "type": "gfloat",
145229                        "writable": true
145230                    },
145231                    "ssap-4": {
145232                        "blurb": "Source 4 Pitch angle",
145233                        "conditionally-available": false,
145234                        "construct": true,
145235                        "construct-only": false,
145236                        "controllable": true,
145237                        "default": "0",
145238                        "max": "90",
145239                        "min": "-90",
145240                        "mutable": "null",
145241                        "readable": true,
145242                        "type": "gfloat",
145243                        "writable": true
145244                    },
145245                    "ssap-5": {
145246                        "blurb": "Source 5 Pitch angle",
145247                        "conditionally-available": false,
145248                        "construct": true,
145249                        "construct-only": false,
145250                        "controllable": true,
145251                        "default": "0",
145252                        "max": "90",
145253                        "min": "-90",
145254                        "mutable": "null",
145255                        "readable": true,
145256                        "type": "gfloat",
145257                        "writable": true
145258                    },
145259                    "ssap-6": {
145260                        "blurb": "Source 6 Pitch angle",
145261                        "conditionally-available": false,
145262                        "construct": true,
145263                        "construct-only": false,
145264                        "controllable": true,
145265                        "default": "0",
145266                        "max": "90",
145267                        "min": "-90",
145268                        "mutable": "null",
145269                        "readable": true,
145270                        "type": "gfloat",
145271                        "writable": true
145272                    },
145273                    "ssap-7": {
145274                        "blurb": "Source 7 Pitch angle",
145275                        "conditionally-available": false,
145276                        "construct": true,
145277                        "construct-only": false,
145278                        "controllable": true,
145279                        "default": "0",
145280                        "max": "90",
145281                        "min": "-90",
145282                        "mutable": "null",
145283                        "readable": true,
145284                        "type": "gfloat",
145285                        "writable": true
145286                    },
145287                    "ssar-0": {
145288                        "blurb": "Source 0 Roll angle",
145289                        "conditionally-available": false,
145290                        "construct": true,
145291                        "construct-only": false,
145292                        "controllable": true,
145293                        "default": "0",
145294                        "max": "360",
145295                        "min": "0",
145296                        "mutable": "null",
145297                        "readable": true,
145298                        "type": "gfloat",
145299                        "writable": true
145300                    },
145301                    "ssar-1": {
145302                        "blurb": "Source 1 Roll angle",
145303                        "conditionally-available": false,
145304                        "construct": true,
145305                        "construct-only": false,
145306                        "controllable": true,
145307                        "default": "0",
145308                        "max": "360",
145309                        "min": "0",
145310                        "mutable": "null",
145311                        "readable": true,
145312                        "type": "gfloat",
145313                        "writable": true
145314                    },
145315                    "ssar-2": {
145316                        "blurb": "Source 2 Roll angle",
145317                        "conditionally-available": false,
145318                        "construct": true,
145319                        "construct-only": false,
145320                        "controllable": true,
145321                        "default": "0",
145322                        "max": "360",
145323                        "min": "0",
145324                        "mutable": "null",
145325                        "readable": true,
145326                        "type": "gfloat",
145327                        "writable": true
145328                    },
145329                    "ssar-3": {
145330                        "blurb": "Source 3 Roll angle",
145331                        "conditionally-available": false,
145332                        "construct": true,
145333                        "construct-only": false,
145334                        "controllable": true,
145335                        "default": "0",
145336                        "max": "360",
145337                        "min": "0",
145338                        "mutable": "null",
145339                        "readable": true,
145340                        "type": "gfloat",
145341                        "writable": true
145342                    },
145343                    "ssar-4": {
145344                        "blurb": "Source 4 Roll angle",
145345                        "conditionally-available": false,
145346                        "construct": true,
145347                        "construct-only": false,
145348                        "controllable": true,
145349                        "default": "0",
145350                        "max": "360",
145351                        "min": "0",
145352                        "mutable": "null",
145353                        "readable": true,
145354                        "type": "gfloat",
145355                        "writable": true
145356                    },
145357                    "ssar-5": {
145358                        "blurb": "Source 5 Roll angle",
145359                        "conditionally-available": false,
145360                        "construct": true,
145361                        "construct-only": false,
145362                        "controllable": true,
145363                        "default": "0",
145364                        "max": "360",
145365                        "min": "0",
145366                        "mutable": "null",
145367                        "readable": true,
145368                        "type": "gfloat",
145369                        "writable": true
145370                    },
145371                    "ssar-6": {
145372                        "blurb": "Source 6 Roll angle",
145373                        "conditionally-available": false,
145374                        "construct": true,
145375                        "construct-only": false,
145376                        "controllable": true,
145377                        "default": "0",
145378                        "max": "360",
145379                        "min": "0",
145380                        "mutable": "null",
145381                        "readable": true,
145382                        "type": "gfloat",
145383                        "writable": true
145384                    },
145385                    "ssar-7": {
145386                        "blurb": "Source 7 Roll angle",
145387                        "conditionally-available": false,
145388                        "construct": true,
145389                        "construct-only": false,
145390                        "controllable": true,
145391                        "default": "0",
145392                        "max": "360",
145393                        "min": "0",
145394                        "mutable": "null",
145395                        "readable": true,
145396                        "type": "gfloat",
145397                        "writable": true
145398                    },
145399                    "ssay-0": {
145400                        "blurb": "Source 0 Yaw angle",
145401                        "conditionally-available": false,
145402                        "construct": true,
145403                        "construct-only": false,
145404                        "controllable": true,
145405                        "default": "90",
145406                        "max": "360",
145407                        "min": "0",
145408                        "mutable": "null",
145409                        "readable": true,
145410                        "type": "gfloat",
145411                        "writable": true
145412                    },
145413                    "ssay-1": {
145414                        "blurb": "Source 1 Yaw angle",
145415                        "conditionally-available": false,
145416                        "construct": true,
145417                        "construct-only": false,
145418                        "controllable": true,
145419                        "default": "90",
145420                        "max": "360",
145421                        "min": "0",
145422                        "mutable": "null",
145423                        "readable": true,
145424                        "type": "gfloat",
145425                        "writable": true
145426                    },
145427                    "ssay-2": {
145428                        "blurb": "Source 2 Yaw angle",
145429                        "conditionally-available": false,
145430                        "construct": true,
145431                        "construct-only": false,
145432                        "controllable": true,
145433                        "default": "90",
145434                        "max": "360",
145435                        "min": "0",
145436                        "mutable": "null",
145437                        "readable": true,
145438                        "type": "gfloat",
145439                        "writable": true
145440                    },
145441                    "ssay-3": {
145442                        "blurb": "Source 3 Yaw angle",
145443                        "conditionally-available": false,
145444                        "construct": true,
145445                        "construct-only": false,
145446                        "controllable": true,
145447                        "default": "90",
145448                        "max": "360",
145449                        "min": "0",
145450                        "mutable": "null",
145451                        "readable": true,
145452                        "type": "gfloat",
145453                        "writable": true
145454                    },
145455                    "ssay-4": {
145456                        "blurb": "Source 4 Yaw angle",
145457                        "conditionally-available": false,
145458                        "construct": true,
145459                        "construct-only": false,
145460                        "controllable": true,
145461                        "default": "90",
145462                        "max": "360",
145463                        "min": "0",
145464                        "mutable": "null",
145465                        "readable": true,
145466                        "type": "gfloat",
145467                        "writable": true
145468                    },
145469                    "ssay-5": {
145470                        "blurb": "Source 5 Yaw angle",
145471                        "conditionally-available": false,
145472                        "construct": true,
145473                        "construct-only": false,
145474                        "controllable": true,
145475                        "default": "90",
145476                        "max": "360",
145477                        "min": "0",
145478                        "mutable": "null",
145479                        "readable": true,
145480                        "type": "gfloat",
145481                        "writable": true
145482                    },
145483                    "ssay-6": {
145484                        "blurb": "Source 6 Yaw angle",
145485                        "conditionally-available": false,
145486                        "construct": true,
145487                        "construct-only": false,
145488                        "controllable": true,
145489                        "default": "90",
145490                        "max": "360",
145491                        "min": "0",
145492                        "mutable": "null",
145493                        "readable": true,
145494                        "type": "gfloat",
145495                        "writable": true
145496                    },
145497                    "ssay-7": {
145498                        "blurb": "Source 7 Yaw angle",
145499                        "conditionally-available": false,
145500                        "construct": true,
145501                        "construct-only": false,
145502                        "controllable": true,
145503                        "default": "90",
145504                        "max": "360",
145505                        "min": "0",
145506                        "mutable": "null",
145507                        "readable": true,
145508                        "type": "gfloat",
145509                        "writable": true
145510                    },
145511                    "sscf-0": {
145512                        "blurb": "Source 0 type",
145513                        "conditionally-available": false,
145514                        "construct": true,
145515                        "construct-only": false,
145516                        "controllable": true,
145517                        "default": "Icosahedron (4)",
145518                        "mutable": "null",
145519                        "readable": true,
145520                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereosscf-0",
145521                        "writable": true
145522                    },
145523                    "sscf-1": {
145524                        "blurb": "Source 1 type",
145525                        "conditionally-available": false,
145526                        "construct": true,
145527                        "construct-only": false,
145528                        "controllable": true,
145529                        "default": "Icosahedron (4)",
145530                        "mutable": "null",
145531                        "readable": true,
145532                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereosscf-1",
145533                        "writable": true
145534                    },
145535                    "sscf-2": {
145536                        "blurb": "Source 2 type",
145537                        "conditionally-available": false,
145538                        "construct": true,
145539                        "construct-only": false,
145540                        "controllable": true,
145541                        "default": "Icosahedron (4)",
145542                        "mutable": "null",
145543                        "readable": true,
145544                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereosscf-2",
145545                        "writable": true
145546                    },
145547                    "sscf-3": {
145548                        "blurb": "Source 3 type",
145549                        "conditionally-available": false,
145550                        "construct": true,
145551                        "construct-only": false,
145552                        "controllable": true,
145553                        "default": "Icosahedron (4)",
145554                        "mutable": "null",
145555                        "readable": true,
145556                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereosscf-3",
145557                        "writable": true
145558                    },
145559                    "sscf-4": {
145560                        "blurb": "Source 4 type",
145561                        "conditionally-available": false,
145562                        "construct": true,
145563                        "construct-only": false,
145564                        "controllable": true,
145565                        "default": "Icosahedron (4)",
145566                        "mutable": "null",
145567                        "readable": true,
145568                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereosscf-4",
145569                        "writable": true
145570                    },
145571                    "sscf-5": {
145572                        "blurb": "Source 5 type",
145573                        "conditionally-available": false,
145574                        "construct": true,
145575                        "construct-only": false,
145576                        "controllable": true,
145577                        "default": "Icosahedron (4)",
145578                        "mutable": "null",
145579                        "readable": true,
145580                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereosscf-5",
145581                        "writable": true
145582                    },
145583                    "sscf-6": {
145584                        "blurb": "Source 6 type",
145585                        "conditionally-available": false,
145586                        "construct": true,
145587                        "construct-only": false,
145588                        "controllable": true,
145589                        "default": "Icosahedron (4)",
145590                        "mutable": "null",
145591                        "readable": true,
145592                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereosscf-6",
145593                        "writable": true
145594                    },
145595                    "sscf-7": {
145596                        "blurb": "Source 7 type",
145597                        "conditionally-available": false,
145598                        "construct": true,
145599                        "construct-only": false,
145600                        "controllable": true,
145601                        "default": "Icosahedron (4)",
145602                        "mutable": "null",
145603                        "readable": true,
145604                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereosscf-7",
145605                        "writable": true
145606                    },
145607                    "sscv-0": {
145608                        "blurb": "Source 0 curvature",
145609                        "conditionally-available": false,
145610                        "construct": true,
145611                        "construct-only": false,
145612                        "controllable": true,
145613                        "default": "100",
145614                        "max": "100",
145615                        "min": "0",
145616                        "mutable": "null",
145617                        "readable": true,
145618                        "type": "gfloat",
145619                        "writable": true
145620                    },
145621                    "sscv-1": {
145622                        "blurb": "Source 1 curvature",
145623                        "conditionally-available": false,
145624                        "construct": true,
145625                        "construct-only": false,
145626                        "controllable": true,
145627                        "default": "100",
145628                        "max": "100",
145629                        "min": "0",
145630                        "mutable": "null",
145631                        "readable": true,
145632                        "type": "gfloat",
145633                        "writable": true
145634                    },
145635                    "sscv-2": {
145636                        "blurb": "Source 2 curvature",
145637                        "conditionally-available": false,
145638                        "construct": true,
145639                        "construct-only": false,
145640                        "controllable": true,
145641                        "default": "100",
145642                        "max": "100",
145643                        "min": "0",
145644                        "mutable": "null",
145645                        "readable": true,
145646                        "type": "gfloat",
145647                        "writable": true
145648                    },
145649                    "sscv-3": {
145650                        "blurb": "Source 3 curvature",
145651                        "conditionally-available": false,
145652                        "construct": true,
145653                        "construct-only": false,
145654                        "controllable": true,
145655                        "default": "100",
145656                        "max": "100",
145657                        "min": "0",
145658                        "mutable": "null",
145659                        "readable": true,
145660                        "type": "gfloat",
145661                        "writable": true
145662                    },
145663                    "sscv-4": {
145664                        "blurb": "Source 4 curvature",
145665                        "conditionally-available": false,
145666                        "construct": true,
145667                        "construct-only": false,
145668                        "controllable": true,
145669                        "default": "100",
145670                        "max": "100",
145671                        "min": "0",
145672                        "mutable": "null",
145673                        "readable": true,
145674                        "type": "gfloat",
145675                        "writable": true
145676                    },
145677                    "sscv-5": {
145678                        "blurb": "Source 5 curvature",
145679                        "conditionally-available": false,
145680                        "construct": true,
145681                        "construct-only": false,
145682                        "controllable": true,
145683                        "default": "100",
145684                        "max": "100",
145685                        "min": "0",
145686                        "mutable": "null",
145687                        "readable": true,
145688                        "type": "gfloat",
145689                        "writable": true
145690                    },
145691                    "sscv-6": {
145692                        "blurb": "Source 6 curvature",
145693                        "conditionally-available": false,
145694                        "construct": true,
145695                        "construct-only": false,
145696                        "controllable": true,
145697                        "default": "100",
145698                        "max": "100",
145699                        "min": "0",
145700                        "mutable": "null",
145701                        "readable": true,
145702                        "type": "gfloat",
145703                        "writable": true
145704                    },
145705                    "sscv-7": {
145706                        "blurb": "Source 7 curvature",
145707                        "conditionally-available": false,
145708                        "construct": true,
145709                        "construct-only": false,
145710                        "controllable": true,
145711                        "default": "100",
145712                        "max": "100",
145713                        "min": "0",
145714                        "mutable": "null",
145715                        "readable": true,
145716                        "type": "gfloat",
145717                        "writable": true
145718                    },
145719                    "sse-0": {
145720                        "blurb": "Source 0 enable",
145721                        "conditionally-available": false,
145722                        "construct": true,
145723                        "construct-only": false,
145724                        "controllable": true,
145725                        "default": "false",
145726                        "mutable": "null",
145727                        "readable": true,
145728                        "type": "gboolean",
145729                        "writable": true
145730                    },
145731                    "sse-1": {
145732                        "blurb": "Source 1 enable",
145733                        "conditionally-available": false,
145734                        "construct": true,
145735                        "construct-only": false,
145736                        "controllable": true,
145737                        "default": "false",
145738                        "mutable": "null",
145739                        "readable": true,
145740                        "type": "gboolean",
145741                        "writable": true
145742                    },
145743                    "sse-2": {
145744                        "blurb": "Source 2 enable",
145745                        "conditionally-available": false,
145746                        "construct": true,
145747                        "construct-only": false,
145748                        "controllable": true,
145749                        "default": "false",
145750                        "mutable": "null",
145751                        "readable": true,
145752                        "type": "gboolean",
145753                        "writable": true
145754                    },
145755                    "sse-3": {
145756                        "blurb": "Source 3 enable",
145757                        "conditionally-available": false,
145758                        "construct": true,
145759                        "construct-only": false,
145760                        "controllable": true,
145761                        "default": "false",
145762                        "mutable": "null",
145763                        "readable": true,
145764                        "type": "gboolean",
145765                        "writable": true
145766                    },
145767                    "sse-4": {
145768                        "blurb": "Source 4 enable",
145769                        "conditionally-available": false,
145770                        "construct": true,
145771                        "construct-only": false,
145772                        "controllable": true,
145773                        "default": "false",
145774                        "mutable": "null",
145775                        "readable": true,
145776                        "type": "gboolean",
145777                        "writable": true
145778                    },
145779                    "sse-5": {
145780                        "blurb": "Source 5 enable",
145781                        "conditionally-available": false,
145782                        "construct": true,
145783                        "construct-only": false,
145784                        "controllable": true,
145785                        "default": "false",
145786                        "mutable": "null",
145787                        "readable": true,
145788                        "type": "gboolean",
145789                        "writable": true
145790                    },
145791                    "sse-6": {
145792                        "blurb": "Source 6 enable",
145793                        "conditionally-available": false,
145794                        "construct": true,
145795                        "construct-only": false,
145796                        "controllable": true,
145797                        "default": "false",
145798                        "mutable": "null",
145799                        "readable": true,
145800                        "type": "gboolean",
145801                        "writable": true
145802                    },
145803                    "sse-7": {
145804                        "blurb": "Source 7 enable",
145805                        "conditionally-available": false,
145806                        "construct": true,
145807                        "construct-only": false,
145808                        "controllable": true,
145809                        "default": "false",
145810                        "mutable": "null",
145811                        "readable": true,
145812                        "type": "gboolean",
145813                        "writable": true
145814                    },
145815                    "ssel": {
145816                        "blurb": "Source selector",
145817                        "conditionally-available": false,
145818                        "construct": true,
145819                        "construct-only": false,
145820                        "controllable": true,
145821                        "default": "0 (0)",
145822                        "mutable": "null",
145823                        "readable": true,
145824                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereossel",
145825                        "writable": true
145826                    },
145827                    "ssh-0": {
145828                        "blurb": "Source 0 hue",
145829                        "conditionally-available": false,
145830                        "construct": true,
145831                        "construct-only": false,
145832                        "controllable": true,
145833                        "default": "0",
145834                        "max": "1",
145835                        "min": "0",
145836                        "mutable": "null",
145837                        "readable": true,
145838                        "type": "gfloat",
145839                        "writable": true
145840                    },
145841                    "ssh-1": {
145842                        "blurb": "Source 1 hue",
145843                        "conditionally-available": false,
145844                        "construct": true,
145845                        "construct-only": false,
145846                        "controllable": true,
145847                        "default": "0.125",
145848                        "max": "1",
145849                        "min": "0",
145850                        "mutable": "null",
145851                        "readable": true,
145852                        "type": "gfloat",
145853                        "writable": true
145854                    },
145855                    "ssh-2": {
145856                        "blurb": "Source 2 hue",
145857                        "conditionally-available": false,
145858                        "construct": true,
145859                        "construct-only": false,
145860                        "controllable": true,
145861                        "default": "0.25",
145862                        "max": "1",
145863                        "min": "0",
145864                        "mutable": "null",
145865                        "readable": true,
145866                        "type": "gfloat",
145867                        "writable": true
145868                    },
145869                    "ssh-3": {
145870                        "blurb": "Source 3 hue",
145871                        "conditionally-available": false,
145872                        "construct": true,
145873                        "construct-only": false,
145874                        "controllable": true,
145875                        "default": "0.375",
145876                        "max": "1",
145877                        "min": "0",
145878                        "mutable": "null",
145879                        "readable": true,
145880                        "type": "gfloat",
145881                        "writable": true
145882                    },
145883                    "ssh-4": {
145884                        "blurb": "Source 4 hue",
145885                        "conditionally-available": false,
145886                        "construct": true,
145887                        "construct-only": false,
145888                        "controllable": true,
145889                        "default": "0.5",
145890                        "max": "1",
145891                        "min": "0",
145892                        "mutable": "null",
145893                        "readable": true,
145894                        "type": "gfloat",
145895                        "writable": true
145896                    },
145897                    "ssh-5": {
145898                        "blurb": "Source 5 hue",
145899                        "conditionally-available": false,
145900                        "construct": true,
145901                        "construct-only": false,
145902                        "controllable": true,
145903                        "default": "0.625",
145904                        "max": "1",
145905                        "min": "0",
145906                        "mutable": "null",
145907                        "readable": true,
145908                        "type": "gfloat",
145909                        "writable": true
145910                    },
145911                    "ssh-6": {
145912                        "blurb": "Source 6 hue",
145913                        "conditionally-available": false,
145914                        "construct": true,
145915                        "construct-only": false,
145916                        "controllable": true,
145917                        "default": "0.75",
145918                        "max": "1",
145919                        "min": "0",
145920                        "mutable": "null",
145921                        "readable": true,
145922                        "type": "gfloat",
145923                        "writable": true
145924                    },
145925                    "ssh-7": {
145926                        "blurb": "Source 7 hue",
145927                        "conditionally-available": false,
145928                        "construct": true,
145929                        "construct-only": false,
145930                        "controllable": true,
145931                        "default": "0.875",
145932                        "max": "1",
145933                        "min": "0",
145934                        "mutable": "null",
145935                        "readable": true,
145936                        "type": "gfloat",
145937                        "writable": true
145938                    },
145939                    "ssph-0": {
145940                        "blurb": "Source 0 phase invert",
145941                        "conditionally-available": false,
145942                        "construct": true,
145943                        "construct-only": false,
145944                        "controllable": true,
145945                        "default": "false",
145946                        "mutable": "null",
145947                        "readable": true,
145948                        "type": "gboolean",
145949                        "writable": true
145950                    },
145951                    "ssph-1": {
145952                        "blurb": "Source 1 phase invert",
145953                        "conditionally-available": false,
145954                        "construct": true,
145955                        "construct-only": false,
145956                        "controllable": true,
145957                        "default": "false",
145958                        "mutable": "null",
145959                        "readable": true,
145960                        "type": "gboolean",
145961                        "writable": true
145962                    },
145963                    "ssph-2": {
145964                        "blurb": "Source 2 phase invert",
145965                        "conditionally-available": false,
145966                        "construct": true,
145967                        "construct-only": false,
145968                        "controllable": true,
145969                        "default": "false",
145970                        "mutable": "null",
145971                        "readable": true,
145972                        "type": "gboolean",
145973                        "writable": true
145974                    },
145975                    "ssph-3": {
145976                        "blurb": "Source 3 phase invert",
145977                        "conditionally-available": false,
145978                        "construct": true,
145979                        "construct-only": false,
145980                        "controllable": true,
145981                        "default": "false",
145982                        "mutable": "null",
145983                        "readable": true,
145984                        "type": "gboolean",
145985                        "writable": true
145986                    },
145987                    "ssph-4": {
145988                        "blurb": "Source 4 phase invert",
145989                        "conditionally-available": false,
145990                        "construct": true,
145991                        "construct-only": false,
145992                        "controllable": true,
145993                        "default": "false",
145994                        "mutable": "null",
145995                        "readable": true,
145996                        "type": "gboolean",
145997                        "writable": true
145998                    },
145999                    "ssph-5": {
146000                        "blurb": "Source 5 phase invert",
146001                        "conditionally-available": false,
146002                        "construct": true,
146003                        "construct-only": false,
146004                        "controllable": true,
146005                        "default": "false",
146006                        "mutable": "null",
146007                        "readable": true,
146008                        "type": "gboolean",
146009                        "writable": true
146010                    },
146011                    "ssph-6": {
146012                        "blurb": "Source 6 phase invert",
146013                        "conditionally-available": false,
146014                        "construct": true,
146015                        "construct-only": false,
146016                        "controllable": true,
146017                        "default": "false",
146018                        "mutable": "null",
146019                        "readable": true,
146020                        "type": "gboolean",
146021                        "writable": true
146022                    },
146023                    "ssph-7": {
146024                        "blurb": "Source 7 phase invert",
146025                        "conditionally-available": false,
146026                        "construct": true,
146027                        "construct-only": false,
146028                        "controllable": true,
146029                        "default": "false",
146030                        "mutable": "null",
146031                        "readable": true,
146032                        "type": "gboolean",
146033                        "writable": true
146034                    },
146035                    "sspx-0": {
146036                        "blurb": "Source 0 X position",
146037                        "conditionally-available": false,
146038                        "construct": true,
146039                        "construct-only": false,
146040                        "controllable": true,
146041                        "default": "0",
146042                        "max": "100",
146043                        "min": "-100",
146044                        "mutable": "null",
146045                        "readable": true,
146046                        "type": "gfloat",
146047                        "writable": true
146048                    },
146049                    "sspx-1": {
146050                        "blurb": "Source 1 X position",
146051                        "conditionally-available": false,
146052                        "construct": true,
146053                        "construct-only": false,
146054                        "controllable": true,
146055                        "default": "0",
146056                        "max": "100",
146057                        "min": "-100",
146058                        "mutable": "null",
146059                        "readable": true,
146060                        "type": "gfloat",
146061                        "writable": true
146062                    },
146063                    "sspx-2": {
146064                        "blurb": "Source 2 X position",
146065                        "conditionally-available": false,
146066                        "construct": true,
146067                        "construct-only": false,
146068                        "controllable": true,
146069                        "default": "0",
146070                        "max": "100",
146071                        "min": "-100",
146072                        "mutable": "null",
146073                        "readable": true,
146074                        "type": "gfloat",
146075                        "writable": true
146076                    },
146077                    "sspx-3": {
146078                        "blurb": "Source 3 X position",
146079                        "conditionally-available": false,
146080                        "construct": true,
146081                        "construct-only": false,
146082                        "controllable": true,
146083                        "default": "0",
146084                        "max": "100",
146085                        "min": "-100",
146086                        "mutable": "null",
146087                        "readable": true,
146088                        "type": "gfloat",
146089                        "writable": true
146090                    },
146091                    "sspx-4": {
146092                        "blurb": "Source 4 X position",
146093                        "conditionally-available": false,
146094                        "construct": true,
146095                        "construct-only": false,
146096                        "controllable": true,
146097                        "default": "0",
146098                        "max": "100",
146099                        "min": "-100",
146100                        "mutable": "null",
146101                        "readable": true,
146102                        "type": "gfloat",
146103                        "writable": true
146104                    },
146105                    "sspx-5": {
146106                        "blurb": "Source 5 X position",
146107                        "conditionally-available": false,
146108                        "construct": true,
146109                        "construct-only": false,
146110                        "controllable": true,
146111                        "default": "0",
146112                        "max": "100",
146113                        "min": "-100",
146114                        "mutable": "null",
146115                        "readable": true,
146116                        "type": "gfloat",
146117                        "writable": true
146118                    },
146119                    "sspx-6": {
146120                        "blurb": "Source 6 X position",
146121                        "conditionally-available": false,
146122                        "construct": true,
146123                        "construct-only": false,
146124                        "controllable": true,
146125                        "default": "0",
146126                        "max": "100",
146127                        "min": "-100",
146128                        "mutable": "null",
146129                        "readable": true,
146130                        "type": "gfloat",
146131                        "writable": true
146132                    },
146133                    "sspx-7": {
146134                        "blurb": "Source 7 X position",
146135                        "conditionally-available": false,
146136                        "construct": true,
146137                        "construct-only": false,
146138                        "controllable": true,
146139                        "default": "0",
146140                        "max": "100",
146141                        "min": "-100",
146142                        "mutable": "null",
146143                        "readable": true,
146144                        "type": "gfloat",
146145                        "writable": true
146146                    },
146147                    "sspy-0": {
146148                        "blurb": "Source 0 Y position",
146149                        "conditionally-available": false,
146150                        "construct": true,
146151                        "construct-only": false,
146152                        "controllable": true,
146153                        "default": "-1",
146154                        "max": "100",
146155                        "min": "-100",
146156                        "mutable": "null",
146157                        "readable": true,
146158                        "type": "gfloat",
146159                        "writable": true
146160                    },
146161                    "sspy-1": {
146162                        "blurb": "Source 1 Y position",
146163                        "conditionally-available": false,
146164                        "construct": true,
146165                        "construct-only": false,
146166                        "controllable": true,
146167                        "default": "-1",
146168                        "max": "100",
146169                        "min": "-100",
146170                        "mutable": "null",
146171                        "readable": true,
146172                        "type": "gfloat",
146173                        "writable": true
146174                    },
146175                    "sspy-2": {
146176                        "blurb": "Source 2 Y position",
146177                        "conditionally-available": false,
146178                        "construct": true,
146179                        "construct-only": false,
146180                        "controllable": true,
146181                        "default": "-1",
146182                        "max": "100",
146183                        "min": "-100",
146184                        "mutable": "null",
146185                        "readable": true,
146186                        "type": "gfloat",
146187                        "writable": true
146188                    },
146189                    "sspy-3": {
146190                        "blurb": "Source 3 Y position",
146191                        "conditionally-available": false,
146192                        "construct": true,
146193                        "construct-only": false,
146194                        "controllable": true,
146195                        "default": "-1",
146196                        "max": "100",
146197                        "min": "-100",
146198                        "mutable": "null",
146199                        "readable": true,
146200                        "type": "gfloat",
146201                        "writable": true
146202                    },
146203                    "sspy-4": {
146204                        "blurb": "Source 4 Y position",
146205                        "conditionally-available": false,
146206                        "construct": true,
146207                        "construct-only": false,
146208                        "controllable": true,
146209                        "default": "-1",
146210                        "max": "100",
146211                        "min": "-100",
146212                        "mutable": "null",
146213                        "readable": true,
146214                        "type": "gfloat",
146215                        "writable": true
146216                    },
146217                    "sspy-5": {
146218                        "blurb": "Source 5 Y position",
146219                        "conditionally-available": false,
146220                        "construct": true,
146221                        "construct-only": false,
146222                        "controllable": true,
146223                        "default": "-1",
146224                        "max": "100",
146225                        "min": "-100",
146226                        "mutable": "null",
146227                        "readable": true,
146228                        "type": "gfloat",
146229                        "writable": true
146230                    },
146231                    "sspy-6": {
146232                        "blurb": "Source 6 Y position",
146233                        "conditionally-available": false,
146234                        "construct": true,
146235                        "construct-only": false,
146236                        "controllable": true,
146237                        "default": "-1",
146238                        "max": "100",
146239                        "min": "-100",
146240                        "mutable": "null",
146241                        "readable": true,
146242                        "type": "gfloat",
146243                        "writable": true
146244                    },
146245                    "sspy-7": {
146246                        "blurb": "Source 7 Y position",
146247                        "conditionally-available": false,
146248                        "construct": true,
146249                        "construct-only": false,
146250                        "controllable": true,
146251                        "default": "-1",
146252                        "max": "100",
146253                        "min": "-100",
146254                        "mutable": "null",
146255                        "readable": true,
146256                        "type": "gfloat",
146257                        "writable": true
146258                    },
146259                    "sspz-0": {
146260                        "blurb": "Source 0 Z position",
146261                        "conditionally-available": false,
146262                        "construct": true,
146263                        "construct-only": false,
146264                        "controllable": true,
146265                        "default": "0",
146266                        "max": "100",
146267                        "min": "-100",
146268                        "mutable": "null",
146269                        "readable": true,
146270                        "type": "gfloat",
146271                        "writable": true
146272                    },
146273                    "sspz-1": {
146274                        "blurb": "Source 1 Z position",
146275                        "conditionally-available": false,
146276                        "construct": true,
146277                        "construct-only": false,
146278                        "controllable": true,
146279                        "default": "0",
146280                        "max": "100",
146281                        "min": "-100",
146282                        "mutable": "null",
146283                        "readable": true,
146284                        "type": "gfloat",
146285                        "writable": true
146286                    },
146287                    "sspz-2": {
146288                        "blurb": "Source 2 Z position",
146289                        "conditionally-available": false,
146290                        "construct": true,
146291                        "construct-only": false,
146292                        "controllable": true,
146293                        "default": "0",
146294                        "max": "100",
146295                        "min": "-100",
146296                        "mutable": "null",
146297                        "readable": true,
146298                        "type": "gfloat",
146299                        "writable": true
146300                    },
146301                    "sspz-3": {
146302                        "blurb": "Source 3 Z position",
146303                        "conditionally-available": false,
146304                        "construct": true,
146305                        "construct-only": false,
146306                        "controllable": true,
146307                        "default": "0",
146308                        "max": "100",
146309                        "min": "-100",
146310                        "mutable": "null",
146311                        "readable": true,
146312                        "type": "gfloat",
146313                        "writable": true
146314                    },
146315                    "sspz-4": {
146316                        "blurb": "Source 4 Z position",
146317                        "conditionally-available": false,
146318                        "construct": true,
146319                        "construct-only": false,
146320                        "controllable": true,
146321                        "default": "0",
146322                        "max": "100",
146323                        "min": "-100",
146324                        "mutable": "null",
146325                        "readable": true,
146326                        "type": "gfloat",
146327                        "writable": true
146328                    },
146329                    "sspz-5": {
146330                        "blurb": "Source 5 Z position",
146331                        "conditionally-available": false,
146332                        "construct": true,
146333                        "construct-only": false,
146334                        "controllable": true,
146335                        "default": "0",
146336                        "max": "100",
146337                        "min": "-100",
146338                        "mutable": "null",
146339                        "readable": true,
146340                        "type": "gfloat",
146341                        "writable": true
146342                    },
146343                    "sspz-6": {
146344                        "blurb": "Source 6 Z position",
146345                        "conditionally-available": false,
146346                        "construct": true,
146347                        "construct-only": false,
146348                        "controllable": true,
146349                        "default": "0",
146350                        "max": "100",
146351                        "min": "-100",
146352                        "mutable": "null",
146353                        "readable": true,
146354                        "type": "gfloat",
146355                        "writable": true
146356                    },
146357                    "sspz-7": {
146358                        "blurb": "Source 7 Z position",
146359                        "conditionally-available": false,
146360                        "construct": true,
146361                        "construct-only": false,
146362                        "controllable": true,
146363                        "default": "0",
146364                        "max": "100",
146365                        "min": "-100",
146366                        "mutable": "null",
146367                        "readable": true,
146368                        "type": "gfloat",
146369                        "writable": true
146370                    },
146371                    "sss-0": {
146372                        "blurb": "Source 0 size",
146373                        "conditionally-available": false,
146374                        "construct": true,
146375                        "construct-only": false,
146376                        "controllable": true,
146377                        "default": "30",
146378                        "max": "100",
146379                        "min": "1",
146380                        "mutable": "null",
146381                        "readable": true,
146382                        "type": "gfloat",
146383                        "writable": true
146384                    },
146385                    "sss-1": {
146386                        "blurb": "Source 1 size",
146387                        "conditionally-available": false,
146388                        "construct": true,
146389                        "construct-only": false,
146390                        "controllable": true,
146391                        "default": "30",
146392                        "max": "100",
146393                        "min": "1",
146394                        "mutable": "null",
146395                        "readable": true,
146396                        "type": "gfloat",
146397                        "writable": true
146398                    },
146399                    "sss-2": {
146400                        "blurb": "Source 2 size",
146401                        "conditionally-available": false,
146402                        "construct": true,
146403                        "construct-only": false,
146404                        "controllable": true,
146405                        "default": "30",
146406                        "max": "100",
146407                        "min": "1",
146408                        "mutable": "null",
146409                        "readable": true,
146410                        "type": "gfloat",
146411                        "writable": true
146412                    },
146413                    "sss-3": {
146414                        "blurb": "Source 3 size",
146415                        "conditionally-available": false,
146416                        "construct": true,
146417                        "construct-only": false,
146418                        "controllable": true,
146419                        "default": "30",
146420                        "max": "100",
146421                        "min": "1",
146422                        "mutable": "null",
146423                        "readable": true,
146424                        "type": "gfloat",
146425                        "writable": true
146426                    },
146427                    "sss-4": {
146428                        "blurb": "Source 4 size",
146429                        "conditionally-available": false,
146430                        "construct": true,
146431                        "construct-only": false,
146432                        "controllable": true,
146433                        "default": "30",
146434                        "max": "100",
146435                        "min": "1",
146436                        "mutable": "null",
146437                        "readable": true,
146438                        "type": "gfloat",
146439                        "writable": true
146440                    },
146441                    "sss-5": {
146442                        "blurb": "Source 5 size",
146443                        "conditionally-available": false,
146444                        "construct": true,
146445                        "construct-only": false,
146446                        "controllable": true,
146447                        "default": "30",
146448                        "max": "100",
146449                        "min": "1",
146450                        "mutable": "null",
146451                        "readable": true,
146452                        "type": "gfloat",
146453                        "writable": true
146454                    },
146455                    "sss-6": {
146456                        "blurb": "Source 6 size",
146457                        "conditionally-available": false,
146458                        "construct": true,
146459                        "construct-only": false,
146460                        "controllable": true,
146461                        "default": "30",
146462                        "max": "100",
146463                        "min": "1",
146464                        "mutable": "null",
146465                        "readable": true,
146466                        "type": "gfloat",
146467                        "writable": true
146468                    },
146469                    "sss-7": {
146470                        "blurb": "Source 7 size",
146471                        "conditionally-available": false,
146472                        "construct": true,
146473                        "construct-only": false,
146474                        "controllable": true,
146475                        "default": "30",
146476                        "max": "100",
146477                        "min": "1",
146478                        "mutable": "null",
146479                        "readable": true,
146480                        "type": "gfloat",
146481                        "writable": true
146482                    },
146483                    "status": {
146484                        "blurb": "Render status",
146485                        "conditionally-available": false,
146486                        "construct": false,
146487                        "construct-only": false,
146488                        "controllable": true,
146489                        "default": "0",
146490                        "max": "55",
146491                        "min": "0",
146492                        "mutable": "null",
146493                        "readable": true,
146494                        "type": "gint",
146495                        "writable": false
146496                    },
146497                    "threads": {
146498                        "blurb": "Number of threads for processing",
146499                        "conditionally-available": false,
146500                        "construct": true,
146501                        "construct-only": false,
146502                        "controllable": true,
146503                        "default": "1",
146504                        "max": "65536",
146505                        "min": "1",
146506                        "mutable": "null",
146507                        "readable": true,
146508                        "type": "gfloat",
146509                        "writable": true
146510                    },
146511                    "view": {
146512                        "blurb": "Current view",
146513                        "conditionally-available": false,
146514                        "construct": true,
146515                        "construct-only": false,
146516                        "controllable": true,
146517                        "default": "Room browser (0)",
146518                        "mutable": "null",
146519                        "readable": true,
146520                        "type": "lsp-plug-in-plugins-lv2-room-builder-stereoview",
146521                        "writable": true
146522                    },
146523                    "wet": {
146524                        "blurb": "Wet amount",
146525                        "conditionally-available": false,
146526                        "construct": true,
146527                        "construct-only": false,
146528                        "controllable": true,
146529                        "default": "1",
146530                        "max": "1000",
146531                        "min": "0",
146532                        "mutable": "null",
146533                        "readable": true,
146534                        "type": "gfloat",
146535                        "writable": true
146536                    },
146537                    "wpp": {
146538                        "blurb": "Wet post-process",
146539                        "conditionally-available": false,
146540                        "construct": true,
146541                        "construct-only": false,
146542                        "controllable": true,
146543                        "default": "false",
146544                        "mutable": "null",
146545                        "readable": true,
146546                        "type": "gboolean",
146547                        "writable": true
146548                    },
146549                    "xscale": {
146550                        "blurb": "Scene X scale",
146551                        "conditionally-available": false,
146552                        "construct": true,
146553                        "construct-only": false,
146554                        "controllable": true,
146555                        "default": "100",
146556                        "max": "1000",
146557                        "min": "10",
146558                        "mutable": "null",
146559                        "readable": true,
146560                        "type": "gfloat",
146561                        "writable": true
146562                    },
146563                    "yscale": {
146564                        "blurb": "Scene Y scale",
146565                        "conditionally-available": false,
146566                        "construct": true,
146567                        "construct-only": false,
146568                        "controllable": true,
146569                        "default": "100",
146570                        "max": "1000",
146571                        "min": "10",
146572                        "mutable": "null",
146573                        "readable": true,
146574                        "type": "gfloat",
146575                        "writable": true
146576                    },
146577                    "zscale": {
146578                        "blurb": "Scene Z scale",
146579                        "conditionally-available": false,
146580                        "construct": true,
146581                        "construct-only": false,
146582                        "controllable": true,
146583                        "default": "100",
146584                        "max": "1000",
146585                        "min": "10",
146586                        "mutable": "null",
146587                        "readable": true,
146588                        "type": "gfloat",
146589                        "writable": true
146590                    }
146591                },
146592                "rank": "none"
146593            },
146594            "lsp-plug-in-plugins-lv2-sampler-mono": {
146595                "author": "LSP LV2",
146596                "description": "LSP Sampler Mono",
146597                "hierarchy": [
146598                    "lsp-plug-in-plugins-lv2-sampler-mono",
146599                    "GstAudioFilter",
146600                    "GstBaseTransform",
146601                    "GstElement",
146602                    "GstObject",
146603                    "GInitiallyUnowned",
146604                    "GObject"
146605                ],
146606                "interfaces": [
146607                    "GstPreset"
146608                ],
146609                "klass": "Filter/Effect/Audio/LV2/Instrument",
146610                "long-name": "LSP Sampler Mono",
146611                "pad-templates": {
146612                    "sink": {
146613                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
146614                        "direction": "sink",
146615                        "presence": "always"
146616                    },
146617                    "src": {
146618                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
146619                        "direction": "src",
146620                        "presence": "always"
146621                    }
146622                },
146623                "properties": {
146624                    "bypass": {
146625                        "blurb": "Bypass",
146626                        "conditionally-available": false,
146627                        "construct": true,
146628                        "construct-only": false,
146629                        "controllable": true,
146630                        "default": "false",
146631                        "mutable": "null",
146632                        "readable": true,
146633                        "type": "gboolean",
146634                        "writable": true
146635                    },
146636                    "chan": {
146637                        "blurb": "Channel",
146638                        "conditionally-available": false,
146639                        "construct": true,
146640                        "construct-only": false,
146641                        "controllable": true,
146642                        "default": "01 (0)",
146643                        "mutable": "null",
146644                        "readable": true,
146645                        "type": "lsp-plug-in-plugins-lv2-sampler-monochan",
146646                        "writable": true
146647                    },
146648                    "drft": {
146649                        "blurb": "Time drifting",
146650                        "conditionally-available": false,
146651                        "construct": true,
146652                        "construct-only": false,
146653                        "controllable": true,
146654                        "default": "0",
146655                        "max": "100",
146656                        "min": "0",
146657                        "mutable": "null",
146658                        "readable": true,
146659                        "type": "gfloat",
146660                        "writable": true
146661                    },
146662                    "dry": {
146663                        "blurb": "Dry amount",
146664                        "conditionally-available": false,
146665                        "construct": true,
146666                        "construct-only": false,
146667                        "controllable": true,
146668                        "default": "1",
146669                        "max": "10",
146670                        "min": "0",
146671                        "mutable": "null",
146672                        "readable": true,
146673                        "type": "gfloat",
146674                        "writable": true
146675                    },
146676                    "dyna": {
146677                        "blurb": "Dynamics",
146678                        "conditionally-available": false,
146679                        "construct": true,
146680                        "construct-only": false,
146681                        "controllable": true,
146682                        "default": "0",
146683                        "max": "100",
146684                        "min": "0",
146685                        "mutable": "null",
146686                        "readable": true,
146687                        "type": "gfloat",
146688                        "writable": true
146689                    },
146690                    "fout": {
146691                        "blurb": "Note-off fadeout",
146692                        "conditionally-available": false,
146693                        "construct": true,
146694                        "construct-only": false,
146695                        "controllable": true,
146696                        "default": "10",
146697                        "max": "50",
146698                        "min": "0",
146699                        "mutable": "null",
146700                        "readable": true,
146701                        "type": "gfloat",
146702                        "writable": true
146703                    },
146704                    "g-out": {
146705                        "blurb": "Output gain",
146706                        "conditionally-available": false,
146707                        "construct": true,
146708                        "construct-only": false,
146709                        "controllable": true,
146710                        "default": "1",
146711                        "max": "10",
146712                        "min": "0",
146713                        "mutable": "null",
146714                        "readable": true,
146715                        "type": "gfloat",
146716                        "writable": true
146717                    },
146718                    "mn": {
146719                        "blurb": "MIDI Note #",
146720                        "conditionally-available": false,
146721                        "construct": false,
146722                        "construct-only": false,
146723                        "controllable": true,
146724                        "default": "0",
146725                        "max": "127",
146726                        "min": "0",
146727                        "mutable": "null",
146728                        "readable": true,
146729                        "type": "gint",
146730                        "writable": false
146731                    },
146732                    "mute": {
146733                        "blurb": "Forced mute",
146734                        "conditionally-available": false,
146735                        "construct": true,
146736                        "construct-only": false,
146737                        "controllable": true,
146738                        "default": "false",
146739                        "mutable": "null",
146740                        "readable": true,
146741                        "type": "gboolean",
146742                        "writable": true
146743                    },
146744                    "muting": {
146745                        "blurb": "Mute on stop",
146746                        "conditionally-available": false,
146747                        "construct": true,
146748                        "construct-only": false,
146749                        "controllable": true,
146750                        "default": "false",
146751                        "mutable": "null",
146752                        "readable": true,
146753                        "type": "gboolean",
146754                        "writable": true
146755                    },
146756                    "noff": {
146757                        "blurb": "Note-off handling",
146758                        "conditionally-available": false,
146759                        "construct": true,
146760                        "construct-only": false,
146761                        "controllable": true,
146762                        "default": "false",
146763                        "mutable": "null",
146764                        "readable": true,
146765                        "type": "gboolean",
146766                        "writable": true
146767                    },
146768                    "note": {
146769                        "blurb": "Note",
146770                        "conditionally-available": false,
146771                        "construct": true,
146772                        "construct-only": false,
146773                        "controllable": true,
146774                        "default": "A (9)",
146775                        "mutable": "null",
146776                        "readable": true,
146777                        "type": "lsp-plug-in-plugins-lv2-sampler-mononote",
146778                        "writable": true
146779                    },
146780                    "oct": {
146781                        "blurb": "Octave",
146782                        "conditionally-available": false,
146783                        "construct": true,
146784                        "construct-only": false,
146785                        "controllable": true,
146786                        "default": "2 (4)",
146787                        "mutable": "null",
146788                        "readable": true,
146789                        "type": "lsp-plug-in-plugins-lv2-sampler-monooct",
146790                        "writable": true
146791                    },
146792                    "out-latency": {
146793                        "blurb": "Latency OUT",
146794                        "conditionally-available": false,
146795                        "construct": false,
146796                        "construct-only": false,
146797                        "controllable": true,
146798                        "default": "0",
146799                        "max": "192000",
146800                        "min": "0",
146801                        "mutable": "null",
146802                        "readable": true,
146803                        "type": "gint",
146804                        "writable": false
146805                    },
146806                    "trg": {
146807                        "blurb": "Instrument listen",
146808                        "conditionally-available": false,
146809                        "construct": true,
146810                        "construct-only": false,
146811                        "controllable": true,
146812                        "default": "false",
146813                        "mutable": "null",
146814                        "readable": true,
146815                        "type": "gboolean",
146816                        "writable": true
146817                    },
146818                    "wet": {
146819                        "blurb": "Wet amount",
146820                        "conditionally-available": false,
146821                        "construct": true,
146822                        "construct-only": false,
146823                        "controllable": true,
146824                        "default": "1",
146825                        "max": "10",
146826                        "min": "0",
146827                        "mutable": "null",
146828                        "readable": true,
146829                        "type": "gfloat",
146830                        "writable": true
146831                    }
146832                },
146833                "rank": "none"
146834            },
146835            "lsp-plug-in-plugins-lv2-sampler-stereo": {
146836                "author": "LSP LV2",
146837                "description": "LSP Sampler Stereo",
146838                "hierarchy": [
146839                    "lsp-plug-in-plugins-lv2-sampler-stereo",
146840                    "GstAudioFilter",
146841                    "GstBaseTransform",
146842                    "GstElement",
146843                    "GstObject",
146844                    "GInitiallyUnowned",
146845                    "GObject"
146846                ],
146847                "interfaces": [
146848                    "GstPreset"
146849                ],
146850                "klass": "Filter/Effect/Audio/LV2/Instrument",
146851                "long-name": "LSP Sampler Stereo",
146852                "pad-templates": {
146853                    "sink": {
146854                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
146855                        "direction": "sink",
146856                        "presence": "always"
146857                    },
146858                    "src": {
146859                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
146860                        "direction": "src",
146861                        "presence": "always"
146862                    }
146863                },
146864                "properties": {
146865                    "bypass": {
146866                        "blurb": "Bypass",
146867                        "conditionally-available": false,
146868                        "construct": true,
146869                        "construct-only": false,
146870                        "controllable": true,
146871                        "default": "false",
146872                        "mutable": "null",
146873                        "readable": true,
146874                        "type": "gboolean",
146875                        "writable": true
146876                    },
146877                    "chan": {
146878                        "blurb": "Channel",
146879                        "conditionally-available": false,
146880                        "construct": true,
146881                        "construct-only": false,
146882                        "controllable": true,
146883                        "default": "01 (0)",
146884                        "mutable": "null",
146885                        "readable": true,
146886                        "type": "lsp-plug-in-plugins-lv2-sampler-stereochan",
146887                        "writable": true
146888                    },
146889                    "drft": {
146890                        "blurb": "Time drifting",
146891                        "conditionally-available": false,
146892                        "construct": true,
146893                        "construct-only": false,
146894                        "controllable": true,
146895                        "default": "0",
146896                        "max": "100",
146897                        "min": "0",
146898                        "mutable": "null",
146899                        "readable": true,
146900                        "type": "gfloat",
146901                        "writable": true
146902                    },
146903                    "dry": {
146904                        "blurb": "Dry amount",
146905                        "conditionally-available": false,
146906                        "construct": true,
146907                        "construct-only": false,
146908                        "controllable": true,
146909                        "default": "1",
146910                        "max": "10",
146911                        "min": "0",
146912                        "mutable": "null",
146913                        "readable": true,
146914                        "type": "gfloat",
146915                        "writable": true
146916                    },
146917                    "dyna": {
146918                        "blurb": "Dynamics",
146919                        "conditionally-available": false,
146920                        "construct": true,
146921                        "construct-only": false,
146922                        "controllable": true,
146923                        "default": "0",
146924                        "max": "100",
146925                        "min": "0",
146926                        "mutable": "null",
146927                        "readable": true,
146928                        "type": "gfloat",
146929                        "writable": true
146930                    },
146931                    "fout": {
146932                        "blurb": "Note-off fadeout",
146933                        "conditionally-available": false,
146934                        "construct": true,
146935                        "construct-only": false,
146936                        "controllable": true,
146937                        "default": "10",
146938                        "max": "50",
146939                        "min": "0",
146940                        "mutable": "null",
146941                        "readable": true,
146942                        "type": "gfloat",
146943                        "writable": true
146944                    },
146945                    "g-out": {
146946                        "blurb": "Output gain",
146947                        "conditionally-available": false,
146948                        "construct": true,
146949                        "construct-only": false,
146950                        "controllable": true,
146951                        "default": "1",
146952                        "max": "10",
146953                        "min": "0",
146954                        "mutable": "null",
146955                        "readable": true,
146956                        "type": "gfloat",
146957                        "writable": true
146958                    },
146959                    "mn": {
146960                        "blurb": "MIDI Note #",
146961                        "conditionally-available": false,
146962                        "construct": false,
146963                        "construct-only": false,
146964                        "controllable": true,
146965                        "default": "0",
146966                        "max": "127",
146967                        "min": "0",
146968                        "mutable": "null",
146969                        "readable": true,
146970                        "type": "gint",
146971                        "writable": false
146972                    },
146973                    "mute": {
146974                        "blurb": "Forced mute",
146975                        "conditionally-available": false,
146976                        "construct": true,
146977                        "construct-only": false,
146978                        "controllable": true,
146979                        "default": "false",
146980                        "mutable": "null",
146981                        "readable": true,
146982                        "type": "gboolean",
146983                        "writable": true
146984                    },
146985                    "muting": {
146986                        "blurb": "Mute on stop",
146987                        "conditionally-available": false,
146988                        "construct": true,
146989                        "construct-only": false,
146990                        "controllable": true,
146991                        "default": "false",
146992                        "mutable": "null",
146993                        "readable": true,
146994                        "type": "gboolean",
146995                        "writable": true
146996                    },
146997                    "noff": {
146998                        "blurb": "Note-off handling",
146999                        "conditionally-available": false,
147000                        "construct": true,
147001                        "construct-only": false,
147002                        "controllable": true,
147003                        "default": "false",
147004                        "mutable": "null",
147005                        "readable": true,
147006                        "type": "gboolean",
147007                        "writable": true
147008                    },
147009                    "note": {
147010                        "blurb": "Note",
147011                        "conditionally-available": false,
147012                        "construct": true,
147013                        "construct-only": false,
147014                        "controllable": true,
147015                        "default": "A (9)",
147016                        "mutable": "null",
147017                        "readable": true,
147018                        "type": "lsp-plug-in-plugins-lv2-sampler-stereonote",
147019                        "writable": true
147020                    },
147021                    "oct": {
147022                        "blurb": "Octave",
147023                        "conditionally-available": false,
147024                        "construct": true,
147025                        "construct-only": false,
147026                        "controllable": true,
147027                        "default": "2 (4)",
147028                        "mutable": "null",
147029                        "readable": true,
147030                        "type": "lsp-plug-in-plugins-lv2-sampler-stereooct",
147031                        "writable": true
147032                    },
147033                    "out-latency": {
147034                        "blurb": "Latency OUT",
147035                        "conditionally-available": false,
147036                        "construct": false,
147037                        "construct-only": false,
147038                        "controllable": true,
147039                        "default": "0",
147040                        "max": "192000",
147041                        "min": "0",
147042                        "mutable": "null",
147043                        "readable": true,
147044                        "type": "gint",
147045                        "writable": false
147046                    },
147047                    "trg": {
147048                        "blurb": "Instrument listen",
147049                        "conditionally-available": false,
147050                        "construct": true,
147051                        "construct-only": false,
147052                        "controllable": true,
147053                        "default": "false",
147054                        "mutable": "null",
147055                        "readable": true,
147056                        "type": "gboolean",
147057                        "writable": true
147058                    },
147059                    "wet": {
147060                        "blurb": "Wet amount",
147061                        "conditionally-available": false,
147062                        "construct": true,
147063                        "construct-only": false,
147064                        "controllable": true,
147065                        "default": "1",
147066                        "max": "10",
147067                        "min": "0",
147068                        "mutable": "null",
147069                        "readable": true,
147070                        "type": "gfloat",
147071                        "writable": true
147072                    }
147073                },
147074                "rank": "none"
147075            },
147076            "lsp-plug-in-plugins-lv2-slap-delay-mono": {
147077                "author": "LSP LV2",
147078                "description": "LSP Slapback Delay Mono",
147079                "hierarchy": [
147080                    "lsp-plug-in-plugins-lv2-slap-delay-mono",
147081                    "GstAudioFilter",
147082                    "GstBaseTransform",
147083                    "GstElement",
147084                    "GstObject",
147085                    "GInitiallyUnowned",
147086                    "GObject"
147087                ],
147088                "interfaces": [
147089                    "GstPreset"
147090                ],
147091                "klass": "Filter/Effect/Audio/LV2/Delay",
147092                "long-name": "LSP Slapback Delay Mono",
147093                "pad-templates": {
147094                    "sink": {
147095                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
147096                        "direction": "sink",
147097                        "presence": "always"
147098                    },
147099                    "src": {
147100                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
147101                        "direction": "src",
147102                        "presence": "always"
147103                    }
147104                },
147105                "properties": {
147106                    "bypass": {
147107                        "blurb": "Bypass",
147108                        "conditionally-available": false,
147109                        "construct": true,
147110                        "construct-only": false,
147111                        "controllable": true,
147112                        "default": "false",
147113                        "mutable": "null",
147114                        "readable": true,
147115                        "type": "gboolean",
147116                        "writable": true
147117                    },
147118                    "dd0": {
147119                        "blurb": "Delay 0 distance",
147120                        "conditionally-available": false,
147121                        "construct": true,
147122                        "construct-only": false,
147123                        "controllable": true,
147124                        "default": "0",
147125                        "max": "400",
147126                        "min": "0",
147127                        "mutable": "null",
147128                        "readable": true,
147129                        "type": "gfloat",
147130                        "writable": true
147131                    },
147132                    "dd1": {
147133                        "blurb": "Delay 1 distance",
147134                        "conditionally-available": false,
147135                        "construct": true,
147136                        "construct-only": false,
147137                        "controllable": true,
147138                        "default": "0",
147139                        "max": "400",
147140                        "min": "0",
147141                        "mutable": "null",
147142                        "readable": true,
147143                        "type": "gfloat",
147144                        "writable": true
147145                    },
147146                    "dd10": {
147147                        "blurb": "Delay 10 distance",
147148                        "conditionally-available": false,
147149                        "construct": true,
147150                        "construct-only": false,
147151                        "controllable": true,
147152                        "default": "0",
147153                        "max": "400",
147154                        "min": "0",
147155                        "mutable": "null",
147156                        "readable": true,
147157                        "type": "gfloat",
147158                        "writable": true
147159                    },
147160                    "dd11": {
147161                        "blurb": "Delay 11 distance",
147162                        "conditionally-available": false,
147163                        "construct": true,
147164                        "construct-only": false,
147165                        "controllable": true,
147166                        "default": "0",
147167                        "max": "400",
147168                        "min": "0",
147169                        "mutable": "null",
147170                        "readable": true,
147171                        "type": "gfloat",
147172                        "writable": true
147173                    },
147174                    "dd12": {
147175                        "blurb": "Delay 12 distance",
147176                        "conditionally-available": false,
147177                        "construct": true,
147178                        "construct-only": false,
147179                        "controllable": true,
147180                        "default": "0",
147181                        "max": "400",
147182                        "min": "0",
147183                        "mutable": "null",
147184                        "readable": true,
147185                        "type": "gfloat",
147186                        "writable": true
147187                    },
147188                    "dd13": {
147189                        "blurb": "Delay 13 distance",
147190                        "conditionally-available": false,
147191                        "construct": true,
147192                        "construct-only": false,
147193                        "controllable": true,
147194                        "default": "0",
147195                        "max": "400",
147196                        "min": "0",
147197                        "mutable": "null",
147198                        "readable": true,
147199                        "type": "gfloat",
147200                        "writable": true
147201                    },
147202                    "dd14": {
147203                        "blurb": "Delay 14 distance",
147204                        "conditionally-available": false,
147205                        "construct": true,
147206                        "construct-only": false,
147207                        "controllable": true,
147208                        "default": "0",
147209                        "max": "400",
147210                        "min": "0",
147211                        "mutable": "null",
147212                        "readable": true,
147213                        "type": "gfloat",
147214                        "writable": true
147215                    },
147216                    "dd15": {
147217                        "blurb": "Delay 15 distance",
147218                        "conditionally-available": false,
147219                        "construct": true,
147220                        "construct-only": false,
147221                        "controllable": true,
147222                        "default": "0",
147223                        "max": "400",
147224                        "min": "0",
147225                        "mutable": "null",
147226                        "readable": true,
147227                        "type": "gfloat",
147228                        "writable": true
147229                    },
147230                    "dd2": {
147231                        "blurb": "Delay 2 distance",
147232                        "conditionally-available": false,
147233                        "construct": true,
147234                        "construct-only": false,
147235                        "controllable": true,
147236                        "default": "0",
147237                        "max": "400",
147238                        "min": "0",
147239                        "mutable": "null",
147240                        "readable": true,
147241                        "type": "gfloat",
147242                        "writable": true
147243                    },
147244                    "dd3": {
147245                        "blurb": "Delay 3 distance",
147246                        "conditionally-available": false,
147247                        "construct": true,
147248                        "construct-only": false,
147249                        "controllable": true,
147250                        "default": "0",
147251                        "max": "400",
147252                        "min": "0",
147253                        "mutable": "null",
147254                        "readable": true,
147255                        "type": "gfloat",
147256                        "writable": true
147257                    },
147258                    "dd4": {
147259                        "blurb": "Delay 4 distance",
147260                        "conditionally-available": false,
147261                        "construct": true,
147262                        "construct-only": false,
147263                        "controllable": true,
147264                        "default": "0",
147265                        "max": "400",
147266                        "min": "0",
147267                        "mutable": "null",
147268                        "readable": true,
147269                        "type": "gfloat",
147270                        "writable": true
147271                    },
147272                    "dd5": {
147273                        "blurb": "Delay 5 distance",
147274                        "conditionally-available": false,
147275                        "construct": true,
147276                        "construct-only": false,
147277                        "controllable": true,
147278                        "default": "0",
147279                        "max": "400",
147280                        "min": "0",
147281                        "mutable": "null",
147282                        "readable": true,
147283                        "type": "gfloat",
147284                        "writable": true
147285                    },
147286                    "dd6": {
147287                        "blurb": "Delay 6 distance",
147288                        "conditionally-available": false,
147289                        "construct": true,
147290                        "construct-only": false,
147291                        "controllable": true,
147292                        "default": "0",
147293                        "max": "400",
147294                        "min": "0",
147295                        "mutable": "null",
147296                        "readable": true,
147297                        "type": "gfloat",
147298                        "writable": true
147299                    },
147300                    "dd7": {
147301                        "blurb": "Delay 7 distance",
147302                        "conditionally-available": false,
147303                        "construct": true,
147304                        "construct-only": false,
147305                        "controllable": true,
147306                        "default": "0",
147307                        "max": "400",
147308                        "min": "0",
147309                        "mutable": "null",
147310                        "readable": true,
147311                        "type": "gfloat",
147312                        "writable": true
147313                    },
147314                    "dd8": {
147315                        "blurb": "Delay 8 distance",
147316                        "conditionally-available": false,
147317                        "construct": true,
147318                        "construct-only": false,
147319                        "controllable": true,
147320                        "default": "0",
147321                        "max": "400",
147322                        "min": "0",
147323                        "mutable": "null",
147324                        "readable": true,
147325                        "type": "gfloat",
147326                        "writable": true
147327                    },
147328                    "dd9": {
147329                        "blurb": "Delay 9 distance",
147330                        "conditionally-available": false,
147331                        "construct": true,
147332                        "construct-only": false,
147333                        "controllable": true,
147334                        "default": "0",
147335                        "max": "400",
147336                        "min": "0",
147337                        "mutable": "null",
147338                        "readable": true,
147339                        "type": "gfloat",
147340                        "writable": true
147341                    },
147342                    "df0": {
147343                        "blurb": "Delay 0 fraction",
147344                        "conditionally-available": false,
147345                        "construct": true,
147346                        "construct-only": false,
147347                        "controllable": true,
147348                        "default": "0",
147349                        "max": "2",
147350                        "min": "0",
147351                        "mutable": "null",
147352                        "readable": true,
147353                        "type": "gfloat",
147354                        "writable": true
147355                    },
147356                    "df1": {
147357                        "blurb": "Delay 1 fraction",
147358                        "conditionally-available": false,
147359                        "construct": true,
147360                        "construct-only": false,
147361                        "controllable": true,
147362                        "default": "0",
147363                        "max": "2",
147364                        "min": "0",
147365                        "mutable": "null",
147366                        "readable": true,
147367                        "type": "gfloat",
147368                        "writable": true
147369                    },
147370                    "df10": {
147371                        "blurb": "Delay 10 fraction",
147372                        "conditionally-available": false,
147373                        "construct": true,
147374                        "construct-only": false,
147375                        "controllable": true,
147376                        "default": "0",
147377                        "max": "2",
147378                        "min": "0",
147379                        "mutable": "null",
147380                        "readable": true,
147381                        "type": "gfloat",
147382                        "writable": true
147383                    },
147384                    "df11": {
147385                        "blurb": "Delay 11 fraction",
147386                        "conditionally-available": false,
147387                        "construct": true,
147388                        "construct-only": false,
147389                        "controllable": true,
147390                        "default": "0",
147391                        "max": "2",
147392                        "min": "0",
147393                        "mutable": "null",
147394                        "readable": true,
147395                        "type": "gfloat",
147396                        "writable": true
147397                    },
147398                    "df12": {
147399                        "blurb": "Delay 12 fraction",
147400                        "conditionally-available": false,
147401                        "construct": true,
147402                        "construct-only": false,
147403                        "controllable": true,
147404                        "default": "0",
147405                        "max": "2",
147406                        "min": "0",
147407                        "mutable": "null",
147408                        "readable": true,
147409                        "type": "gfloat",
147410                        "writable": true
147411                    },
147412                    "df13": {
147413                        "blurb": "Delay 13 fraction",
147414                        "conditionally-available": false,
147415                        "construct": true,
147416                        "construct-only": false,
147417                        "controllable": true,
147418                        "default": "0",
147419                        "max": "2",
147420                        "min": "0",
147421                        "mutable": "null",
147422                        "readable": true,
147423                        "type": "gfloat",
147424                        "writable": true
147425                    },
147426                    "df14": {
147427                        "blurb": "Delay 14 fraction",
147428                        "conditionally-available": false,
147429                        "construct": true,
147430                        "construct-only": false,
147431                        "controllable": true,
147432                        "default": "0",
147433                        "max": "2",
147434                        "min": "0",
147435                        "mutable": "null",
147436                        "readable": true,
147437                        "type": "gfloat",
147438                        "writable": true
147439                    },
147440                    "df15": {
147441                        "blurb": "Delay 15 fraction",
147442                        "conditionally-available": false,
147443                        "construct": true,
147444                        "construct-only": false,
147445                        "controllable": true,
147446                        "default": "0",
147447                        "max": "2",
147448                        "min": "0",
147449                        "mutable": "null",
147450                        "readable": true,
147451                        "type": "gfloat",
147452                        "writable": true
147453                    },
147454                    "df2": {
147455                        "blurb": "Delay 2 fraction",
147456                        "conditionally-available": false,
147457                        "construct": true,
147458                        "construct-only": false,
147459                        "controllable": true,
147460                        "default": "0",
147461                        "max": "2",
147462                        "min": "0",
147463                        "mutable": "null",
147464                        "readable": true,
147465                        "type": "gfloat",
147466                        "writable": true
147467                    },
147468                    "df3": {
147469                        "blurb": "Delay 3 fraction",
147470                        "conditionally-available": false,
147471                        "construct": true,
147472                        "construct-only": false,
147473                        "controllable": true,
147474                        "default": "0",
147475                        "max": "2",
147476                        "min": "0",
147477                        "mutable": "null",
147478                        "readable": true,
147479                        "type": "gfloat",
147480                        "writable": true
147481                    },
147482                    "df4": {
147483                        "blurb": "Delay 4 fraction",
147484                        "conditionally-available": false,
147485                        "construct": true,
147486                        "construct-only": false,
147487                        "controllable": true,
147488                        "default": "0",
147489                        "max": "2",
147490                        "min": "0",
147491                        "mutable": "null",
147492                        "readable": true,
147493                        "type": "gfloat",
147494                        "writable": true
147495                    },
147496                    "df5": {
147497                        "blurb": "Delay 5 fraction",
147498                        "conditionally-available": false,
147499                        "construct": true,
147500                        "construct-only": false,
147501                        "controllable": true,
147502                        "default": "0",
147503                        "max": "2",
147504                        "min": "0",
147505                        "mutable": "null",
147506                        "readable": true,
147507                        "type": "gfloat",
147508                        "writable": true
147509                    },
147510                    "df6": {
147511                        "blurb": "Delay 6 fraction",
147512                        "conditionally-available": false,
147513                        "construct": true,
147514                        "construct-only": false,
147515                        "controllable": true,
147516                        "default": "0",
147517                        "max": "2",
147518                        "min": "0",
147519                        "mutable": "null",
147520                        "readable": true,
147521                        "type": "gfloat",
147522                        "writable": true
147523                    },
147524                    "df7": {
147525                        "blurb": "Delay 7 fraction",
147526                        "conditionally-available": false,
147527                        "construct": true,
147528                        "construct-only": false,
147529                        "controllable": true,
147530                        "default": "0",
147531                        "max": "2",
147532                        "min": "0",
147533                        "mutable": "null",
147534                        "readable": true,
147535                        "type": "gfloat",
147536                        "writable": true
147537                    },
147538                    "df8": {
147539                        "blurb": "Delay 8 fraction",
147540                        "conditionally-available": false,
147541                        "construct": true,
147542                        "construct-only": false,
147543                        "controllable": true,
147544                        "default": "0",
147545                        "max": "2",
147546                        "min": "0",
147547                        "mutable": "null",
147548                        "readable": true,
147549                        "type": "gfloat",
147550                        "writable": true
147551                    },
147552                    "df9": {
147553                        "blurb": "Delay 9 fraction",
147554                        "conditionally-available": false,
147555                        "construct": true,
147556                        "construct-only": false,
147557                        "controllable": true,
147558                        "default": "0",
147559                        "max": "2",
147560                        "min": "0",
147561                        "mutable": "null",
147562                        "readable": true,
147563                        "type": "gfloat",
147564                        "writable": true
147565                    },
147566                    "dg0": {
147567                        "blurb": "Delay 0 gain",
147568                        "conditionally-available": false,
147569                        "construct": true,
147570                        "construct-only": false,
147571                        "controllable": true,
147572                        "default": "1",
147573                        "max": "10",
147574                        "min": "0",
147575                        "mutable": "null",
147576                        "readable": true,
147577                        "type": "gfloat",
147578                        "writable": true
147579                    },
147580                    "dg1": {
147581                        "blurb": "Delay 1 gain",
147582                        "conditionally-available": false,
147583                        "construct": true,
147584                        "construct-only": false,
147585                        "controllable": true,
147586                        "default": "1",
147587                        "max": "10",
147588                        "min": "0",
147589                        "mutable": "null",
147590                        "readable": true,
147591                        "type": "gfloat",
147592                        "writable": true
147593                    },
147594                    "dg10": {
147595                        "blurb": "Delay 10 gain",
147596                        "conditionally-available": false,
147597                        "construct": true,
147598                        "construct-only": false,
147599                        "controllable": true,
147600                        "default": "1",
147601                        "max": "10",
147602                        "min": "0",
147603                        "mutable": "null",
147604                        "readable": true,
147605                        "type": "gfloat",
147606                        "writable": true
147607                    },
147608                    "dg11": {
147609                        "blurb": "Delay 11 gain",
147610                        "conditionally-available": false,
147611                        "construct": true,
147612                        "construct-only": false,
147613                        "controllable": true,
147614                        "default": "1",
147615                        "max": "10",
147616                        "min": "0",
147617                        "mutable": "null",
147618                        "readable": true,
147619                        "type": "gfloat",
147620                        "writable": true
147621                    },
147622                    "dg12": {
147623                        "blurb": "Delay 12 gain",
147624                        "conditionally-available": false,
147625                        "construct": true,
147626                        "construct-only": false,
147627                        "controllable": true,
147628                        "default": "1",
147629                        "max": "10",
147630                        "min": "0",
147631                        "mutable": "null",
147632                        "readable": true,
147633                        "type": "gfloat",
147634                        "writable": true
147635                    },
147636                    "dg13": {
147637                        "blurb": "Delay 13 gain",
147638                        "conditionally-available": false,
147639                        "construct": true,
147640                        "construct-only": false,
147641                        "controllable": true,
147642                        "default": "1",
147643                        "max": "10",
147644                        "min": "0",
147645                        "mutable": "null",
147646                        "readable": true,
147647                        "type": "gfloat",
147648                        "writable": true
147649                    },
147650                    "dg14": {
147651                        "blurb": "Delay 14 gain",
147652                        "conditionally-available": false,
147653                        "construct": true,
147654                        "construct-only": false,
147655                        "controllable": true,
147656                        "default": "1",
147657                        "max": "10",
147658                        "min": "0",
147659                        "mutable": "null",
147660                        "readable": true,
147661                        "type": "gfloat",
147662                        "writable": true
147663                    },
147664                    "dg15": {
147665                        "blurb": "Delay 15 gain",
147666                        "conditionally-available": false,
147667                        "construct": true,
147668                        "construct-only": false,
147669                        "controllable": true,
147670                        "default": "1",
147671                        "max": "10",
147672                        "min": "0",
147673                        "mutable": "null",
147674                        "readable": true,
147675                        "type": "gfloat",
147676                        "writable": true
147677                    },
147678                    "dg2": {
147679                        "blurb": "Delay 2 gain",
147680                        "conditionally-available": false,
147681                        "construct": true,
147682                        "construct-only": false,
147683                        "controllable": true,
147684                        "default": "1",
147685                        "max": "10",
147686                        "min": "0",
147687                        "mutable": "null",
147688                        "readable": true,
147689                        "type": "gfloat",
147690                        "writable": true
147691                    },
147692                    "dg3": {
147693                        "blurb": "Delay 3 gain",
147694                        "conditionally-available": false,
147695                        "construct": true,
147696                        "construct-only": false,
147697                        "controllable": true,
147698                        "default": "1",
147699                        "max": "10",
147700                        "min": "0",
147701                        "mutable": "null",
147702                        "readable": true,
147703                        "type": "gfloat",
147704                        "writable": true
147705                    },
147706                    "dg4": {
147707                        "blurb": "Delay 4 gain",
147708                        "conditionally-available": false,
147709                        "construct": true,
147710                        "construct-only": false,
147711                        "controllable": true,
147712                        "default": "1",
147713                        "max": "10",
147714                        "min": "0",
147715                        "mutable": "null",
147716                        "readable": true,
147717                        "type": "gfloat",
147718                        "writable": true
147719                    },
147720                    "dg5": {
147721                        "blurb": "Delay 5 gain",
147722                        "conditionally-available": false,
147723                        "construct": true,
147724                        "construct-only": false,
147725                        "controllable": true,
147726                        "default": "1",
147727                        "max": "10",
147728                        "min": "0",
147729                        "mutable": "null",
147730                        "readable": true,
147731                        "type": "gfloat",
147732                        "writable": true
147733                    },
147734                    "dg6": {
147735                        "blurb": "Delay 6 gain",
147736                        "conditionally-available": false,
147737                        "construct": true,
147738                        "construct-only": false,
147739                        "controllable": true,
147740                        "default": "1",
147741                        "max": "10",
147742                        "min": "0",
147743                        "mutable": "null",
147744                        "readable": true,
147745                        "type": "gfloat",
147746                        "writable": true
147747                    },
147748                    "dg7": {
147749                        "blurb": "Delay 7 gain",
147750                        "conditionally-available": false,
147751                        "construct": true,
147752                        "construct-only": false,
147753                        "controllable": true,
147754                        "default": "1",
147755                        "max": "10",
147756                        "min": "0",
147757                        "mutable": "null",
147758                        "readable": true,
147759                        "type": "gfloat",
147760                        "writable": true
147761                    },
147762                    "dg8": {
147763                        "blurb": "Delay 8 gain",
147764                        "conditionally-available": false,
147765                        "construct": true,
147766                        "construct-only": false,
147767                        "controllable": true,
147768                        "default": "1",
147769                        "max": "10",
147770                        "min": "0",
147771                        "mutable": "null",
147772                        "readable": true,
147773                        "type": "gfloat",
147774                        "writable": true
147775                    },
147776                    "dg9": {
147777                        "blurb": "Delay 9 gain",
147778                        "conditionally-available": false,
147779                        "construct": true,
147780                        "construct-only": false,
147781                        "controllable": true,
147782                        "default": "1",
147783                        "max": "10",
147784                        "min": "0",
147785                        "mutable": "null",
147786                        "readable": true,
147787                        "type": "gfloat",
147788                        "writable": true
147789                    },
147790                    "dm": {
147791                        "blurb": "Dry mute",
147792                        "conditionally-available": false,
147793                        "construct": true,
147794                        "construct-only": false,
147795                        "controllable": true,
147796                        "default": "false",
147797                        "mutable": "null",
147798                        "readable": true,
147799                        "type": "gboolean",
147800                        "writable": true
147801                    },
147802                    "dm0": {
147803                        "blurb": "Delay 0 mode",
147804                        "conditionally-available": false,
147805                        "construct": true,
147806                        "construct-only": false,
147807                        "controllable": true,
147808                        "default": "Off (0)",
147809                        "mutable": "null",
147810                        "readable": true,
147811                        "type": "lsp-plug-in-plugins-lv2-slap-delay-monodm0",
147812                        "writable": true
147813                    },
147814                    "dm1": {
147815                        "blurb": "Delay 1 mode",
147816                        "conditionally-available": false,
147817                        "construct": true,
147818                        "construct-only": false,
147819                        "controllable": true,
147820                        "default": "Off (0)",
147821                        "mutable": "null",
147822                        "readable": true,
147823                        "type": "lsp-plug-in-plugins-lv2-slap-delay-monodm1",
147824                        "writable": true
147825                    },
147826                    "dm10": {
147827                        "blurb": "Delay 10 mode",
147828                        "conditionally-available": false,
147829                        "construct": true,
147830                        "construct-only": false,
147831                        "controllable": true,
147832                        "default": "Off (0)",
147833                        "mutable": "null",
147834                        "readable": true,
147835                        "type": "lsp-plug-in-plugins-lv2-slap-delay-monodm10",
147836                        "writable": true
147837                    },
147838                    "dm11": {
147839                        "blurb": "Delay 11 mode",
147840                        "conditionally-available": false,
147841                        "construct": true,
147842                        "construct-only": false,
147843                        "controllable": true,
147844                        "default": "Off (0)",
147845                        "mutable": "null",
147846                        "readable": true,
147847                        "type": "lsp-plug-in-plugins-lv2-slap-delay-monodm11",
147848                        "writable": true
147849                    },
147850                    "dm12": {
147851                        "blurb": "Delay 12 mode",
147852                        "conditionally-available": false,
147853                        "construct": true,
147854                        "construct-only": false,
147855                        "controllable": true,
147856                        "default": "Off (0)",
147857                        "mutable": "null",
147858                        "readable": true,
147859                        "type": "lsp-plug-in-plugins-lv2-slap-delay-monodm12",
147860                        "writable": true
147861                    },
147862                    "dm13": {
147863                        "blurb": "Delay 13 mode",
147864                        "conditionally-available": false,
147865                        "construct": true,
147866                        "construct-only": false,
147867                        "controllable": true,
147868                        "default": "Off (0)",
147869                        "mutable": "null",
147870                        "readable": true,
147871                        "type": "lsp-plug-in-plugins-lv2-slap-delay-monodm13",
147872                        "writable": true
147873                    },
147874                    "dm14": {
147875                        "blurb": "Delay 14 mode",
147876                        "conditionally-available": false,
147877                        "construct": true,
147878                        "construct-only": false,
147879                        "controllable": true,
147880                        "default": "Off (0)",
147881                        "mutable": "null",
147882                        "readable": true,
147883                        "type": "lsp-plug-in-plugins-lv2-slap-delay-monodm14",
147884                        "writable": true
147885                    },
147886                    "dm15": {
147887                        "blurb": "Delay 15 mode",
147888                        "conditionally-available": false,
147889                        "construct": true,
147890                        "construct-only": false,
147891                        "controllable": true,
147892                        "default": "Off (0)",
147893                        "mutable": "null",
147894                        "readable": true,
147895                        "type": "lsp-plug-in-plugins-lv2-slap-delay-monodm15",
147896                        "writable": true
147897                    },
147898                    "dm2": {
147899                        "blurb": "Delay 2 mode",
147900                        "conditionally-available": false,
147901                        "construct": true,
147902                        "construct-only": false,
147903                        "controllable": true,
147904                        "default": "Off (0)",
147905                        "mutable": "null",
147906                        "readable": true,
147907                        "type": "lsp-plug-in-plugins-lv2-slap-delay-monodm2",
147908                        "writable": true
147909                    },
147910                    "dm3": {
147911                        "blurb": "Delay 3 mode",
147912                        "conditionally-available": false,
147913                        "construct": true,
147914                        "construct-only": false,
147915                        "controllable": true,
147916                        "default": "Off (0)",
147917                        "mutable": "null",
147918                        "readable": true,
147919                        "type": "lsp-plug-in-plugins-lv2-slap-delay-monodm3",
147920                        "writable": true
147921                    },
147922                    "dm4": {
147923                        "blurb": "Delay 4 mode",
147924                        "conditionally-available": false,
147925                        "construct": true,
147926                        "construct-only": false,
147927                        "controllable": true,
147928                        "default": "Off (0)",
147929                        "mutable": "null",
147930                        "readable": true,
147931                        "type": "lsp-plug-in-plugins-lv2-slap-delay-monodm4",
147932                        "writable": true
147933                    },
147934                    "dm5": {
147935                        "blurb": "Delay 5 mode",
147936                        "conditionally-available": false,
147937                        "construct": true,
147938                        "construct-only": false,
147939                        "controllable": true,
147940                        "default": "Off (0)",
147941                        "mutable": "null",
147942                        "readable": true,
147943                        "type": "lsp-plug-in-plugins-lv2-slap-delay-monodm5",
147944                        "writable": true
147945                    },
147946                    "dm6": {
147947                        "blurb": "Delay 6 mode",
147948                        "conditionally-available": false,
147949                        "construct": true,
147950                        "construct-only": false,
147951                        "controllable": true,
147952                        "default": "Off (0)",
147953                        "mutable": "null",
147954                        "readable": true,
147955                        "type": "lsp-plug-in-plugins-lv2-slap-delay-monodm6",
147956                        "writable": true
147957                    },
147958                    "dm7": {
147959                        "blurb": "Delay 7 mode",
147960                        "conditionally-available": false,
147961                        "construct": true,
147962                        "construct-only": false,
147963                        "controllable": true,
147964                        "default": "Off (0)",
147965                        "mutable": "null",
147966                        "readable": true,
147967                        "type": "lsp-plug-in-plugins-lv2-slap-delay-monodm7",
147968                        "writable": true
147969                    },
147970                    "dm8": {
147971                        "blurb": "Delay 8 mode",
147972                        "conditionally-available": false,
147973                        "construct": true,
147974                        "construct-only": false,
147975                        "controllable": true,
147976                        "default": "Off (0)",
147977                        "mutable": "null",
147978                        "readable": true,
147979                        "type": "lsp-plug-in-plugins-lv2-slap-delay-monodm8",
147980                        "writable": true
147981                    },
147982                    "dm9": {
147983                        "blurb": "Delay 9 mode",
147984                        "conditionally-available": false,
147985                        "construct": true,
147986                        "construct-only": false,
147987                        "controllable": true,
147988                        "default": "Off (0)",
147989                        "mutable": "null",
147990                        "readable": true,
147991                        "type": "lsp-plug-in-plugins-lv2-slap-delay-monodm9",
147992                        "writable": true
147993                    },
147994                    "dry": {
147995                        "blurb": "Dry amount",
147996                        "conditionally-available": false,
147997                        "construct": true,
147998                        "construct-only": false,
147999                        "controllable": true,
148000                        "default": "1",
148001                        "max": "10",
148002                        "min": "0",
148003                        "mutable": "null",
148004                        "readable": true,
148005                        "type": "gfloat",
148006                        "writable": true
148007                    },
148008                    "ds0": {
148009                        "blurb": "Delay 0 denominator",
148010                        "conditionally-available": false,
148011                        "construct": true,
148012                        "construct-only": false,
148013                        "controllable": true,
148014                        "default": "4",
148015                        "max": "64",
148016                        "min": "1",
148017                        "mutable": "null",
148018                        "readable": true,
148019                        "type": "gint",
148020                        "writable": true
148021                    },
148022                    "ds1": {
148023                        "blurb": "Delay 1 denominator",
148024                        "conditionally-available": false,
148025                        "construct": true,
148026                        "construct-only": false,
148027                        "controllable": true,
148028                        "default": "4",
148029                        "max": "64",
148030                        "min": "1",
148031                        "mutable": "null",
148032                        "readable": true,
148033                        "type": "gint",
148034                        "writable": true
148035                    },
148036                    "ds10": {
148037                        "blurb": "Delay 10 denominator",
148038                        "conditionally-available": false,
148039                        "construct": true,
148040                        "construct-only": false,
148041                        "controllable": true,
148042                        "default": "4",
148043                        "max": "64",
148044                        "min": "1",
148045                        "mutable": "null",
148046                        "readable": true,
148047                        "type": "gint",
148048                        "writable": true
148049                    },
148050                    "ds11": {
148051                        "blurb": "Delay 11 denominator",
148052                        "conditionally-available": false,
148053                        "construct": true,
148054                        "construct-only": false,
148055                        "controllable": true,
148056                        "default": "4",
148057                        "max": "64",
148058                        "min": "1",
148059                        "mutable": "null",
148060                        "readable": true,
148061                        "type": "gint",
148062                        "writable": true
148063                    },
148064                    "ds12": {
148065                        "blurb": "Delay 12 denominator",
148066                        "conditionally-available": false,
148067                        "construct": true,
148068                        "construct-only": false,
148069                        "controllable": true,
148070                        "default": "4",
148071                        "max": "64",
148072                        "min": "1",
148073                        "mutable": "null",
148074                        "readable": true,
148075                        "type": "gint",
148076                        "writable": true
148077                    },
148078                    "ds13": {
148079                        "blurb": "Delay 13 denominator",
148080                        "conditionally-available": false,
148081                        "construct": true,
148082                        "construct-only": false,
148083                        "controllable": true,
148084                        "default": "4",
148085                        "max": "64",
148086                        "min": "1",
148087                        "mutable": "null",
148088                        "readable": true,
148089                        "type": "gint",
148090                        "writable": true
148091                    },
148092                    "ds14": {
148093                        "blurb": "Delay 14 denominator",
148094                        "conditionally-available": false,
148095                        "construct": true,
148096                        "construct-only": false,
148097                        "controllable": true,
148098                        "default": "4",
148099                        "max": "64",
148100                        "min": "1",
148101                        "mutable": "null",
148102                        "readable": true,
148103                        "type": "gint",
148104                        "writable": true
148105                    },
148106                    "ds15": {
148107                        "blurb": "Delay 15 denominator",
148108                        "conditionally-available": false,
148109                        "construct": true,
148110                        "construct-only": false,
148111                        "controllable": true,
148112                        "default": "4",
148113                        "max": "64",
148114                        "min": "1",
148115                        "mutable": "null",
148116                        "readable": true,
148117                        "type": "gint",
148118                        "writable": true
148119                    },
148120                    "ds2": {
148121                        "blurb": "Delay 2 denominator",
148122                        "conditionally-available": false,
148123                        "construct": true,
148124                        "construct-only": false,
148125                        "controllable": true,
148126                        "default": "4",
148127                        "max": "64",
148128                        "min": "1",
148129                        "mutable": "null",
148130                        "readable": true,
148131                        "type": "gint",
148132                        "writable": true
148133                    },
148134                    "ds3": {
148135                        "blurb": "Delay 3 denominator",
148136                        "conditionally-available": false,
148137                        "construct": true,
148138                        "construct-only": false,
148139                        "controllable": true,
148140                        "default": "4",
148141                        "max": "64",
148142                        "min": "1",
148143                        "mutable": "null",
148144                        "readable": true,
148145                        "type": "gint",
148146                        "writable": true
148147                    },
148148                    "ds4": {
148149                        "blurb": "Delay 4 denominator",
148150                        "conditionally-available": false,
148151                        "construct": true,
148152                        "construct-only": false,
148153                        "controllable": true,
148154                        "default": "4",
148155                        "max": "64",
148156                        "min": "1",
148157                        "mutable": "null",
148158                        "readable": true,
148159                        "type": "gint",
148160                        "writable": true
148161                    },
148162                    "ds5": {
148163                        "blurb": "Delay 5 denominator",
148164                        "conditionally-available": false,
148165                        "construct": true,
148166                        "construct-only": false,
148167                        "controllable": true,
148168                        "default": "4",
148169                        "max": "64",
148170                        "min": "1",
148171                        "mutable": "null",
148172                        "readable": true,
148173                        "type": "gint",
148174                        "writable": true
148175                    },
148176                    "ds6": {
148177                        "blurb": "Delay 6 denominator",
148178                        "conditionally-available": false,
148179                        "construct": true,
148180                        "construct-only": false,
148181                        "controllable": true,
148182                        "default": "4",
148183                        "max": "64",
148184                        "min": "1",
148185                        "mutable": "null",
148186                        "readable": true,
148187                        "type": "gint",
148188                        "writable": true
148189                    },
148190                    "ds7": {
148191                        "blurb": "Delay 7 denominator",
148192                        "conditionally-available": false,
148193                        "construct": true,
148194                        "construct-only": false,
148195                        "controllable": true,
148196                        "default": "4",
148197                        "max": "64",
148198                        "min": "1",
148199                        "mutable": "null",
148200                        "readable": true,
148201                        "type": "gint",
148202                        "writable": true
148203                    },
148204                    "ds8": {
148205                        "blurb": "Delay 8 denominator",
148206                        "conditionally-available": false,
148207                        "construct": true,
148208                        "construct-only": false,
148209                        "controllable": true,
148210                        "default": "4",
148211                        "max": "64",
148212                        "min": "1",
148213                        "mutable": "null",
148214                        "readable": true,
148215                        "type": "gint",
148216                        "writable": true
148217                    },
148218                    "ds9": {
148219                        "blurb": "Delay 9 denominator",
148220                        "conditionally-available": false,
148221                        "construct": true,
148222                        "construct-only": false,
148223                        "controllable": true,
148224                        "default": "4",
148225                        "max": "64",
148226                        "min": "1",
148227                        "mutable": "null",
148228                        "readable": true,
148229                        "type": "gint",
148230                        "writable": true
148231                    },
148232                    "dt0": {
148233                        "blurb": "Delay 0 time",
148234                        "conditionally-available": false,
148235                        "construct": true,
148236                        "construct-only": false,
148237                        "controllable": true,
148238                        "default": "0",
148239                        "max": "1000",
148240                        "min": "0",
148241                        "mutable": "null",
148242                        "readable": true,
148243                        "type": "gfloat",
148244                        "writable": true
148245                    },
148246                    "dt1": {
148247                        "blurb": "Delay 1 time",
148248                        "conditionally-available": false,
148249                        "construct": true,
148250                        "construct-only": false,
148251                        "controllable": true,
148252                        "default": "0",
148253                        "max": "1000",
148254                        "min": "0",
148255                        "mutable": "null",
148256                        "readable": true,
148257                        "type": "gfloat",
148258                        "writable": true
148259                    },
148260                    "dt10": {
148261                        "blurb": "Delay 10 time",
148262                        "conditionally-available": false,
148263                        "construct": true,
148264                        "construct-only": false,
148265                        "controllable": true,
148266                        "default": "0",
148267                        "max": "1000",
148268                        "min": "0",
148269                        "mutable": "null",
148270                        "readable": true,
148271                        "type": "gfloat",
148272                        "writable": true
148273                    },
148274                    "dt11": {
148275                        "blurb": "Delay 11 time",
148276                        "conditionally-available": false,
148277                        "construct": true,
148278                        "construct-only": false,
148279                        "controllable": true,
148280                        "default": "0",
148281                        "max": "1000",
148282                        "min": "0",
148283                        "mutable": "null",
148284                        "readable": true,
148285                        "type": "gfloat",
148286                        "writable": true
148287                    },
148288                    "dt12": {
148289                        "blurb": "Delay 12 time",
148290                        "conditionally-available": false,
148291                        "construct": true,
148292                        "construct-only": false,
148293                        "controllable": true,
148294                        "default": "0",
148295                        "max": "1000",
148296                        "min": "0",
148297                        "mutable": "null",
148298                        "readable": true,
148299                        "type": "gfloat",
148300                        "writable": true
148301                    },
148302                    "dt13": {
148303                        "blurb": "Delay 13 time",
148304                        "conditionally-available": false,
148305                        "construct": true,
148306                        "construct-only": false,
148307                        "controllable": true,
148308                        "default": "0",
148309                        "max": "1000",
148310                        "min": "0",
148311                        "mutable": "null",
148312                        "readable": true,
148313                        "type": "gfloat",
148314                        "writable": true
148315                    },
148316                    "dt14": {
148317                        "blurb": "Delay 14 time",
148318                        "conditionally-available": false,
148319                        "construct": true,
148320                        "construct-only": false,
148321                        "controllable": true,
148322                        "default": "0",
148323                        "max": "1000",
148324                        "min": "0",
148325                        "mutable": "null",
148326                        "readable": true,
148327                        "type": "gfloat",
148328                        "writable": true
148329                    },
148330                    "dt15": {
148331                        "blurb": "Delay 15 time",
148332                        "conditionally-available": false,
148333                        "construct": true,
148334                        "construct-only": false,
148335                        "controllable": true,
148336                        "default": "0",
148337                        "max": "1000",
148338                        "min": "0",
148339                        "mutable": "null",
148340                        "readable": true,
148341                        "type": "gfloat",
148342                        "writable": true
148343                    },
148344                    "dt2": {
148345                        "blurb": "Delay 2 time",
148346                        "conditionally-available": false,
148347                        "construct": true,
148348                        "construct-only": false,
148349                        "controllable": true,
148350                        "default": "0",
148351                        "max": "1000",
148352                        "min": "0",
148353                        "mutable": "null",
148354                        "readable": true,
148355                        "type": "gfloat",
148356                        "writable": true
148357                    },
148358                    "dt3": {
148359                        "blurb": "Delay 3 time",
148360                        "conditionally-available": false,
148361                        "construct": true,
148362                        "construct-only": false,
148363                        "controllable": true,
148364                        "default": "0",
148365                        "max": "1000",
148366                        "min": "0",
148367                        "mutable": "null",
148368                        "readable": true,
148369                        "type": "gfloat",
148370                        "writable": true
148371                    },
148372                    "dt4": {
148373                        "blurb": "Delay 4 time",
148374                        "conditionally-available": false,
148375                        "construct": true,
148376                        "construct-only": false,
148377                        "controllable": true,
148378                        "default": "0",
148379                        "max": "1000",
148380                        "min": "0",
148381                        "mutable": "null",
148382                        "readable": true,
148383                        "type": "gfloat",
148384                        "writable": true
148385                    },
148386                    "dt5": {
148387                        "blurb": "Delay 5 time",
148388                        "conditionally-available": false,
148389                        "construct": true,
148390                        "construct-only": false,
148391                        "controllable": true,
148392                        "default": "0",
148393                        "max": "1000",
148394                        "min": "0",
148395                        "mutable": "null",
148396                        "readable": true,
148397                        "type": "gfloat",
148398                        "writable": true
148399                    },
148400                    "dt6": {
148401                        "blurb": "Delay 6 time",
148402                        "conditionally-available": false,
148403                        "construct": true,
148404                        "construct-only": false,
148405                        "controllable": true,
148406                        "default": "0",
148407                        "max": "1000",
148408                        "min": "0",
148409                        "mutable": "null",
148410                        "readable": true,
148411                        "type": "gfloat",
148412                        "writable": true
148413                    },
148414                    "dt7": {
148415                        "blurb": "Delay 7 time",
148416                        "conditionally-available": false,
148417                        "construct": true,
148418                        "construct-only": false,
148419                        "controllable": true,
148420                        "default": "0",
148421                        "max": "1000",
148422                        "min": "0",
148423                        "mutable": "null",
148424                        "readable": true,
148425                        "type": "gfloat",
148426                        "writable": true
148427                    },
148428                    "dt8": {
148429                        "blurb": "Delay 8 time",
148430                        "conditionally-available": false,
148431                        "construct": true,
148432                        "construct-only": false,
148433                        "controllable": true,
148434                        "default": "0",
148435                        "max": "1000",
148436                        "min": "0",
148437                        "mutable": "null",
148438                        "readable": true,
148439                        "type": "gfloat",
148440                        "writable": true
148441                    },
148442                    "dt9": {
148443                        "blurb": "Delay 9 time",
148444                        "conditionally-available": false,
148445                        "construct": true,
148446                        "construct-only": false,
148447                        "controllable": true,
148448                        "default": "0",
148449                        "max": "1000",
148450                        "min": "0",
148451                        "mutable": "null",
148452                        "readable": true,
148453                        "type": "gfloat",
148454                        "writable": true
148455                    },
148456                    "eq0": {
148457                        "blurb": "Equalizer 0 on",
148458                        "conditionally-available": false,
148459                        "construct": true,
148460                        "construct-only": false,
148461                        "controllable": true,
148462                        "default": "false",
148463                        "mutable": "null",
148464                        "readable": true,
148465                        "type": "gboolean",
148466                        "writable": true
148467                    },
148468                    "eq1": {
148469                        "blurb": "Equalizer 1 on",
148470                        "conditionally-available": false,
148471                        "construct": true,
148472                        "construct-only": false,
148473                        "controllable": true,
148474                        "default": "false",
148475                        "mutable": "null",
148476                        "readable": true,
148477                        "type": "gboolean",
148478                        "writable": true
148479                    },
148480                    "eq10": {
148481                        "blurb": "Equalizer 10 on",
148482                        "conditionally-available": false,
148483                        "construct": true,
148484                        "construct-only": false,
148485                        "controllable": true,
148486                        "default": "false",
148487                        "mutable": "null",
148488                        "readable": true,
148489                        "type": "gboolean",
148490                        "writable": true
148491                    },
148492                    "eq11": {
148493                        "blurb": "Equalizer 11 on",
148494                        "conditionally-available": false,
148495                        "construct": true,
148496                        "construct-only": false,
148497                        "controllable": true,
148498                        "default": "false",
148499                        "mutable": "null",
148500                        "readable": true,
148501                        "type": "gboolean",
148502                        "writable": true
148503                    },
148504                    "eq12": {
148505                        "blurb": "Equalizer 12 on",
148506                        "conditionally-available": false,
148507                        "construct": true,
148508                        "construct-only": false,
148509                        "controllable": true,
148510                        "default": "false",
148511                        "mutable": "null",
148512                        "readable": true,
148513                        "type": "gboolean",
148514                        "writable": true
148515                    },
148516                    "eq13": {
148517                        "blurb": "Equalizer 13 on",
148518                        "conditionally-available": false,
148519                        "construct": true,
148520                        "construct-only": false,
148521                        "controllable": true,
148522                        "default": "false",
148523                        "mutable": "null",
148524                        "readable": true,
148525                        "type": "gboolean",
148526                        "writable": true
148527                    },
148528                    "eq14": {
148529                        "blurb": "Equalizer 14 on",
148530                        "conditionally-available": false,
148531                        "construct": true,
148532                        "construct-only": false,
148533                        "controllable": true,
148534                        "default": "false",
148535                        "mutable": "null",
148536                        "readable": true,
148537                        "type": "gboolean",
148538                        "writable": true
148539                    },
148540                    "eq15": {
148541                        "blurb": "Equalizer 15 on",
148542                        "conditionally-available": false,
148543                        "construct": true,
148544                        "construct-only": false,
148545                        "controllable": true,
148546                        "default": "false",
148547                        "mutable": "null",
148548                        "readable": true,
148549                        "type": "gboolean",
148550                        "writable": true
148551                    },
148552                    "eq2": {
148553                        "blurb": "Equalizer 2 on",
148554                        "conditionally-available": false,
148555                        "construct": true,
148556                        "construct-only": false,
148557                        "controllable": true,
148558                        "default": "false",
148559                        "mutable": "null",
148560                        "readable": true,
148561                        "type": "gboolean",
148562                        "writable": true
148563                    },
148564                    "eq3": {
148565                        "blurb": "Equalizer 3 on",
148566                        "conditionally-available": false,
148567                        "construct": true,
148568                        "construct-only": false,
148569                        "controllable": true,
148570                        "default": "false",
148571                        "mutable": "null",
148572                        "readable": true,
148573                        "type": "gboolean",
148574                        "writable": true
148575                    },
148576                    "eq4": {
148577                        "blurb": "Equalizer 4 on",
148578                        "conditionally-available": false,
148579                        "construct": true,
148580                        "construct-only": false,
148581                        "controllable": true,
148582                        "default": "false",
148583                        "mutable": "null",
148584                        "readable": true,
148585                        "type": "gboolean",
148586                        "writable": true
148587                    },
148588                    "eq5": {
148589                        "blurb": "Equalizer 5 on",
148590                        "conditionally-available": false,
148591                        "construct": true,
148592                        "construct-only": false,
148593                        "controllable": true,
148594                        "default": "false",
148595                        "mutable": "null",
148596                        "readable": true,
148597                        "type": "gboolean",
148598                        "writable": true
148599                    },
148600                    "eq6": {
148601                        "blurb": "Equalizer 6 on",
148602                        "conditionally-available": false,
148603                        "construct": true,
148604                        "construct-only": false,
148605                        "controllable": true,
148606                        "default": "false",
148607                        "mutable": "null",
148608                        "readable": true,
148609                        "type": "gboolean",
148610                        "writable": true
148611                    },
148612                    "eq7": {
148613                        "blurb": "Equalizer 7 on",
148614                        "conditionally-available": false,
148615                        "construct": true,
148616                        "construct-only": false,
148617                        "controllable": true,
148618                        "default": "false",
148619                        "mutable": "null",
148620                        "readable": true,
148621                        "type": "gboolean",
148622                        "writable": true
148623                    },
148624                    "eq8": {
148625                        "blurb": "Equalizer 8 on",
148626                        "conditionally-available": false,
148627                        "construct": true,
148628                        "construct-only": false,
148629                        "controllable": true,
148630                        "default": "false",
148631                        "mutable": "null",
148632                        "readable": true,
148633                        "type": "gboolean",
148634                        "writable": true
148635                    },
148636                    "eq9": {
148637                        "blurb": "Equalizer 9 on",
148638                        "conditionally-available": false,
148639                        "construct": true,
148640                        "construct-only": false,
148641                        "controllable": true,
148642                        "default": "false",
148643                        "mutable": "null",
148644                        "readable": true,
148645                        "type": "gboolean",
148646                        "writable": true
148647                    },
148648                    "fbb0": {
148649                        "blurb": "Delay 0 bass",
148650                        "conditionally-available": false,
148651                        "construct": true,
148652                        "construct-only": false,
148653                        "controllable": true,
148654                        "default": "1",
148655                        "max": "15.8489",
148656                        "min": "0.0631",
148657                        "mutable": "null",
148658                        "readable": true,
148659                        "type": "gfloat",
148660                        "writable": true
148661                    },
148662                    "fbb1": {
148663                        "blurb": "Delay 1 bass",
148664                        "conditionally-available": false,
148665                        "construct": true,
148666                        "construct-only": false,
148667                        "controllable": true,
148668                        "default": "1",
148669                        "max": "15.8489",
148670                        "min": "0.0631",
148671                        "mutable": "null",
148672                        "readable": true,
148673                        "type": "gfloat",
148674                        "writable": true
148675                    },
148676                    "fbb10": {
148677                        "blurb": "Delay 10 bass",
148678                        "conditionally-available": false,
148679                        "construct": true,
148680                        "construct-only": false,
148681                        "controllable": true,
148682                        "default": "1",
148683                        "max": "15.8489",
148684                        "min": "0.0631",
148685                        "mutable": "null",
148686                        "readable": true,
148687                        "type": "gfloat",
148688                        "writable": true
148689                    },
148690                    "fbb11": {
148691                        "blurb": "Delay 11 bass",
148692                        "conditionally-available": false,
148693                        "construct": true,
148694                        "construct-only": false,
148695                        "controllable": true,
148696                        "default": "1",
148697                        "max": "15.8489",
148698                        "min": "0.0631",
148699                        "mutable": "null",
148700                        "readable": true,
148701                        "type": "gfloat",
148702                        "writable": true
148703                    },
148704                    "fbb12": {
148705                        "blurb": "Delay 12 bass",
148706                        "conditionally-available": false,
148707                        "construct": true,
148708                        "construct-only": false,
148709                        "controllable": true,
148710                        "default": "1",
148711                        "max": "15.8489",
148712                        "min": "0.0631",
148713                        "mutable": "null",
148714                        "readable": true,
148715                        "type": "gfloat",
148716                        "writable": true
148717                    },
148718                    "fbb13": {
148719                        "blurb": "Delay 13 bass",
148720                        "conditionally-available": false,
148721                        "construct": true,
148722                        "construct-only": false,
148723                        "controllable": true,
148724                        "default": "1",
148725                        "max": "15.8489",
148726                        "min": "0.0631",
148727                        "mutable": "null",
148728                        "readable": true,
148729                        "type": "gfloat",
148730                        "writable": true
148731                    },
148732                    "fbb14": {
148733                        "blurb": "Delay 14 bass",
148734                        "conditionally-available": false,
148735                        "construct": true,
148736                        "construct-only": false,
148737                        "controllable": true,
148738                        "default": "1",
148739                        "max": "15.8489",
148740                        "min": "0.0631",
148741                        "mutable": "null",
148742                        "readable": true,
148743                        "type": "gfloat",
148744                        "writable": true
148745                    },
148746                    "fbb15": {
148747                        "blurb": "Delay 15 bass",
148748                        "conditionally-available": false,
148749                        "construct": true,
148750                        "construct-only": false,
148751                        "controllable": true,
148752                        "default": "1",
148753                        "max": "15.8489",
148754                        "min": "0.0631",
148755                        "mutable": "null",
148756                        "readable": true,
148757                        "type": "gfloat",
148758                        "writable": true
148759                    },
148760                    "fbb2": {
148761                        "blurb": "Delay 2 bass",
148762                        "conditionally-available": false,
148763                        "construct": true,
148764                        "construct-only": false,
148765                        "controllable": true,
148766                        "default": "1",
148767                        "max": "15.8489",
148768                        "min": "0.0631",
148769                        "mutable": "null",
148770                        "readable": true,
148771                        "type": "gfloat",
148772                        "writable": true
148773                    },
148774                    "fbb3": {
148775                        "blurb": "Delay 3 bass",
148776                        "conditionally-available": false,
148777                        "construct": true,
148778                        "construct-only": false,
148779                        "controllable": true,
148780                        "default": "1",
148781                        "max": "15.8489",
148782                        "min": "0.0631",
148783                        "mutable": "null",
148784                        "readable": true,
148785                        "type": "gfloat",
148786                        "writable": true
148787                    },
148788                    "fbb4": {
148789                        "blurb": "Delay 4 bass",
148790                        "conditionally-available": false,
148791                        "construct": true,
148792                        "construct-only": false,
148793                        "controllable": true,
148794                        "default": "1",
148795                        "max": "15.8489",
148796                        "min": "0.0631",
148797                        "mutable": "null",
148798                        "readable": true,
148799                        "type": "gfloat",
148800                        "writable": true
148801                    },
148802                    "fbb5": {
148803                        "blurb": "Delay 5 bass",
148804                        "conditionally-available": false,
148805                        "construct": true,
148806                        "construct-only": false,
148807                        "controllable": true,
148808                        "default": "1",
148809                        "max": "15.8489",
148810                        "min": "0.0631",
148811                        "mutable": "null",
148812                        "readable": true,
148813                        "type": "gfloat",
148814                        "writable": true
148815                    },
148816                    "fbb6": {
148817                        "blurb": "Delay 6 bass",
148818                        "conditionally-available": false,
148819                        "construct": true,
148820                        "construct-only": false,
148821                        "controllable": true,
148822                        "default": "1",
148823                        "max": "15.8489",
148824                        "min": "0.0631",
148825                        "mutable": "null",
148826                        "readable": true,
148827                        "type": "gfloat",
148828                        "writable": true
148829                    },
148830                    "fbb7": {
148831                        "blurb": "Delay 7 bass",
148832                        "conditionally-available": false,
148833                        "construct": true,
148834                        "construct-only": false,
148835                        "controllable": true,
148836                        "default": "1",
148837                        "max": "15.8489",
148838                        "min": "0.0631",
148839                        "mutable": "null",
148840                        "readable": true,
148841                        "type": "gfloat",
148842                        "writable": true
148843                    },
148844                    "fbb8": {
148845                        "blurb": "Delay 8 bass",
148846                        "conditionally-available": false,
148847                        "construct": true,
148848                        "construct-only": false,
148849                        "controllable": true,
148850                        "default": "1",
148851                        "max": "15.8489",
148852                        "min": "0.0631",
148853                        "mutable": "null",
148854                        "readable": true,
148855                        "type": "gfloat",
148856                        "writable": true
148857                    },
148858                    "fbb9": {
148859                        "blurb": "Delay 9 bass",
148860                        "conditionally-available": false,
148861                        "construct": true,
148862                        "construct-only": false,
148863                        "controllable": true,
148864                        "default": "1",
148865                        "max": "15.8489",
148866                        "min": "0.0631",
148867                        "mutable": "null",
148868                        "readable": true,
148869                        "type": "gfloat",
148870                        "writable": true
148871                    },
148872                    "fbm0": {
148873                        "blurb": "Delay 0 middle",
148874                        "conditionally-available": false,
148875                        "construct": true,
148876                        "construct-only": false,
148877                        "controllable": true,
148878                        "default": "1",
148879                        "max": "15.8489",
148880                        "min": "0.0631",
148881                        "mutable": "null",
148882                        "readable": true,
148883                        "type": "gfloat",
148884                        "writable": true
148885                    },
148886                    "fbm1": {
148887                        "blurb": "Delay 1 middle",
148888                        "conditionally-available": false,
148889                        "construct": true,
148890                        "construct-only": false,
148891                        "controllable": true,
148892                        "default": "1",
148893                        "max": "15.8489",
148894                        "min": "0.0631",
148895                        "mutable": "null",
148896                        "readable": true,
148897                        "type": "gfloat",
148898                        "writable": true
148899                    },
148900                    "fbm10": {
148901                        "blurb": "Delay 10 middle",
148902                        "conditionally-available": false,
148903                        "construct": true,
148904                        "construct-only": false,
148905                        "controllable": true,
148906                        "default": "1",
148907                        "max": "15.8489",
148908                        "min": "0.0631",
148909                        "mutable": "null",
148910                        "readable": true,
148911                        "type": "gfloat",
148912                        "writable": true
148913                    },
148914                    "fbm11": {
148915                        "blurb": "Delay 11 middle",
148916                        "conditionally-available": false,
148917                        "construct": true,
148918                        "construct-only": false,
148919                        "controllable": true,
148920                        "default": "1",
148921                        "max": "15.8489",
148922                        "min": "0.0631",
148923                        "mutable": "null",
148924                        "readable": true,
148925                        "type": "gfloat",
148926                        "writable": true
148927                    },
148928                    "fbm12": {
148929                        "blurb": "Delay 12 middle",
148930                        "conditionally-available": false,
148931                        "construct": true,
148932                        "construct-only": false,
148933                        "controllable": true,
148934                        "default": "1",
148935                        "max": "15.8489",
148936                        "min": "0.0631",
148937                        "mutable": "null",
148938                        "readable": true,
148939                        "type": "gfloat",
148940                        "writable": true
148941                    },
148942                    "fbm13": {
148943                        "blurb": "Delay 13 middle",
148944                        "conditionally-available": false,
148945                        "construct": true,
148946                        "construct-only": false,
148947                        "controllable": true,
148948                        "default": "1",
148949                        "max": "15.8489",
148950                        "min": "0.0631",
148951                        "mutable": "null",
148952                        "readable": true,
148953                        "type": "gfloat",
148954                        "writable": true
148955                    },
148956                    "fbm14": {
148957                        "blurb": "Delay 14 middle",
148958                        "conditionally-available": false,
148959                        "construct": true,
148960                        "construct-only": false,
148961                        "controllable": true,
148962                        "default": "1",
148963                        "max": "15.8489",
148964                        "min": "0.0631",
148965                        "mutable": "null",
148966                        "readable": true,
148967                        "type": "gfloat",
148968                        "writable": true
148969                    },
148970                    "fbm15": {
148971                        "blurb": "Delay 15 middle",
148972                        "conditionally-available": false,
148973                        "construct": true,
148974                        "construct-only": false,
148975                        "controllable": true,
148976                        "default": "1",
148977                        "max": "15.8489",
148978                        "min": "0.0631",
148979                        "mutable": "null",
148980                        "readable": true,
148981                        "type": "gfloat",
148982                        "writable": true
148983                    },
148984                    "fbm2": {
148985                        "blurb": "Delay 2 middle",
148986                        "conditionally-available": false,
148987                        "construct": true,
148988                        "construct-only": false,
148989                        "controllable": true,
148990                        "default": "1",
148991                        "max": "15.8489",
148992                        "min": "0.0631",
148993                        "mutable": "null",
148994                        "readable": true,
148995                        "type": "gfloat",
148996                        "writable": true
148997                    },
148998                    "fbm3": {
148999                        "blurb": "Delay 3 middle",
149000                        "conditionally-available": false,
149001                        "construct": true,
149002                        "construct-only": false,
149003                        "controllable": true,
149004                        "default": "1",
149005                        "max": "15.8489",
149006                        "min": "0.0631",
149007                        "mutable": "null",
149008                        "readable": true,
149009                        "type": "gfloat",
149010                        "writable": true
149011                    },
149012                    "fbm4": {
149013                        "blurb": "Delay 4 middle",
149014                        "conditionally-available": false,
149015                        "construct": true,
149016                        "construct-only": false,
149017                        "controllable": true,
149018                        "default": "1",
149019                        "max": "15.8489",
149020                        "min": "0.0631",
149021                        "mutable": "null",
149022                        "readable": true,
149023                        "type": "gfloat",
149024                        "writable": true
149025                    },
149026                    "fbm5": {
149027                        "blurb": "Delay 5 middle",
149028                        "conditionally-available": false,
149029                        "construct": true,
149030                        "construct-only": false,
149031                        "controllable": true,
149032                        "default": "1",
149033                        "max": "15.8489",
149034                        "min": "0.0631",
149035                        "mutable": "null",
149036                        "readable": true,
149037                        "type": "gfloat",
149038                        "writable": true
149039                    },
149040                    "fbm6": {
149041                        "blurb": "Delay 6 middle",
149042                        "conditionally-available": false,
149043                        "construct": true,
149044                        "construct-only": false,
149045                        "controllable": true,
149046                        "default": "1",
149047                        "max": "15.8489",
149048                        "min": "0.0631",
149049                        "mutable": "null",
149050                        "readable": true,
149051                        "type": "gfloat",
149052                        "writable": true
149053                    },
149054                    "fbm7": {
149055                        "blurb": "Delay 7 middle",
149056                        "conditionally-available": false,
149057                        "construct": true,
149058                        "construct-only": false,
149059                        "controllable": true,
149060                        "default": "1",
149061                        "max": "15.8489",
149062                        "min": "0.0631",
149063                        "mutable": "null",
149064                        "readable": true,
149065                        "type": "gfloat",
149066                        "writable": true
149067                    },
149068                    "fbm8": {
149069                        "blurb": "Delay 8 middle",
149070                        "conditionally-available": false,
149071                        "construct": true,
149072                        "construct-only": false,
149073                        "controllable": true,
149074                        "default": "1",
149075                        "max": "15.8489",
149076                        "min": "0.0631",
149077                        "mutable": "null",
149078                        "readable": true,
149079                        "type": "gfloat",
149080                        "writable": true
149081                    },
149082                    "fbm9": {
149083                        "blurb": "Delay 9 middle",
149084                        "conditionally-available": false,
149085                        "construct": true,
149086                        "construct-only": false,
149087                        "controllable": true,
149088                        "default": "1",
149089                        "max": "15.8489",
149090                        "min": "0.0631",
149091                        "mutable": "null",
149092                        "readable": true,
149093                        "type": "gfloat",
149094                        "writable": true
149095                    },
149096                    "fbp0": {
149097                        "blurb": "Delay 0 presence",
149098                        "conditionally-available": false,
149099                        "construct": true,
149100                        "construct-only": false,
149101                        "controllable": true,
149102                        "default": "1",
149103                        "max": "15.8489",
149104                        "min": "0.0631",
149105                        "mutable": "null",
149106                        "readable": true,
149107                        "type": "gfloat",
149108                        "writable": true
149109                    },
149110                    "fbp1": {
149111                        "blurb": "Delay 1 presence",
149112                        "conditionally-available": false,
149113                        "construct": true,
149114                        "construct-only": false,
149115                        "controllable": true,
149116                        "default": "1",
149117                        "max": "15.8489",
149118                        "min": "0.0631",
149119                        "mutable": "null",
149120                        "readable": true,
149121                        "type": "gfloat",
149122                        "writable": true
149123                    },
149124                    "fbp10": {
149125                        "blurb": "Delay 10 presence",
149126                        "conditionally-available": false,
149127                        "construct": true,
149128                        "construct-only": false,
149129                        "controllable": true,
149130                        "default": "1",
149131                        "max": "15.8489",
149132                        "min": "0.0631",
149133                        "mutable": "null",
149134                        "readable": true,
149135                        "type": "gfloat",
149136                        "writable": true
149137                    },
149138                    "fbp11": {
149139                        "blurb": "Delay 11 presence",
149140                        "conditionally-available": false,
149141                        "construct": true,
149142                        "construct-only": false,
149143                        "controllable": true,
149144                        "default": "1",
149145                        "max": "15.8489",
149146                        "min": "0.0631",
149147                        "mutable": "null",
149148                        "readable": true,
149149                        "type": "gfloat",
149150                        "writable": true
149151                    },
149152                    "fbp12": {
149153                        "blurb": "Delay 12 presence",
149154                        "conditionally-available": false,
149155                        "construct": true,
149156                        "construct-only": false,
149157                        "controllable": true,
149158                        "default": "1",
149159                        "max": "15.8489",
149160                        "min": "0.0631",
149161                        "mutable": "null",
149162                        "readable": true,
149163                        "type": "gfloat",
149164                        "writable": true
149165                    },
149166                    "fbp13": {
149167                        "blurb": "Delay 13 presence",
149168                        "conditionally-available": false,
149169                        "construct": true,
149170                        "construct-only": false,
149171                        "controllable": true,
149172                        "default": "1",
149173                        "max": "15.8489",
149174                        "min": "0.0631",
149175                        "mutable": "null",
149176                        "readable": true,
149177                        "type": "gfloat",
149178                        "writable": true
149179                    },
149180                    "fbp14": {
149181                        "blurb": "Delay 14 presence",
149182                        "conditionally-available": false,
149183                        "construct": true,
149184                        "construct-only": false,
149185                        "controllable": true,
149186                        "default": "1",
149187                        "max": "15.8489",
149188                        "min": "0.0631",
149189                        "mutable": "null",
149190                        "readable": true,
149191                        "type": "gfloat",
149192                        "writable": true
149193                    },
149194                    "fbp15": {
149195                        "blurb": "Delay 15 presence",
149196                        "conditionally-available": false,
149197                        "construct": true,
149198                        "construct-only": false,
149199                        "controllable": true,
149200                        "default": "1",
149201                        "max": "15.8489",
149202                        "min": "0.0631",
149203                        "mutable": "null",
149204                        "readable": true,
149205                        "type": "gfloat",
149206                        "writable": true
149207                    },
149208                    "fbp2": {
149209                        "blurb": "Delay 2 presence",
149210                        "conditionally-available": false,
149211                        "construct": true,
149212                        "construct-only": false,
149213                        "controllable": true,
149214                        "default": "1",
149215                        "max": "15.8489",
149216                        "min": "0.0631",
149217                        "mutable": "null",
149218                        "readable": true,
149219                        "type": "gfloat",
149220                        "writable": true
149221                    },
149222                    "fbp3": {
149223                        "blurb": "Delay 3 presence",
149224                        "conditionally-available": false,
149225                        "construct": true,
149226                        "construct-only": false,
149227                        "controllable": true,
149228                        "default": "1",
149229                        "max": "15.8489",
149230                        "min": "0.0631",
149231                        "mutable": "null",
149232                        "readable": true,
149233                        "type": "gfloat",
149234                        "writable": true
149235                    },
149236                    "fbp4": {
149237                        "blurb": "Delay 4 presence",
149238                        "conditionally-available": false,
149239                        "construct": true,
149240                        "construct-only": false,
149241                        "controllable": true,
149242                        "default": "1",
149243                        "max": "15.8489",
149244                        "min": "0.0631",
149245                        "mutable": "null",
149246                        "readable": true,
149247                        "type": "gfloat",
149248                        "writable": true
149249                    },
149250                    "fbp5": {
149251                        "blurb": "Delay 5 presence",
149252                        "conditionally-available": false,
149253                        "construct": true,
149254                        "construct-only": false,
149255                        "controllable": true,
149256                        "default": "1",
149257                        "max": "15.8489",
149258                        "min": "0.0631",
149259                        "mutable": "null",
149260                        "readable": true,
149261                        "type": "gfloat",
149262                        "writable": true
149263                    },
149264                    "fbp6": {
149265                        "blurb": "Delay 6 presence",
149266                        "conditionally-available": false,
149267                        "construct": true,
149268                        "construct-only": false,
149269                        "controllable": true,
149270                        "default": "1",
149271                        "max": "15.8489",
149272                        "min": "0.0631",
149273                        "mutable": "null",
149274                        "readable": true,
149275                        "type": "gfloat",
149276                        "writable": true
149277                    },
149278                    "fbp7": {
149279                        "blurb": "Delay 7 presence",
149280                        "conditionally-available": false,
149281                        "construct": true,
149282                        "construct-only": false,
149283                        "controllable": true,
149284                        "default": "1",
149285                        "max": "15.8489",
149286                        "min": "0.0631",
149287                        "mutable": "null",
149288                        "readable": true,
149289                        "type": "gfloat",
149290                        "writable": true
149291                    },
149292                    "fbp8": {
149293                        "blurb": "Delay 8 presence",
149294                        "conditionally-available": false,
149295                        "construct": true,
149296                        "construct-only": false,
149297                        "controllable": true,
149298                        "default": "1",
149299                        "max": "15.8489",
149300                        "min": "0.0631",
149301                        "mutable": "null",
149302                        "readable": true,
149303                        "type": "gfloat",
149304                        "writable": true
149305                    },
149306                    "fbp9": {
149307                        "blurb": "Delay 9 presence",
149308                        "conditionally-available": false,
149309                        "construct": true,
149310                        "construct-only": false,
149311                        "controllable": true,
149312                        "default": "1",
149313                        "max": "15.8489",
149314                        "min": "0.0631",
149315                        "mutable": "null",
149316                        "readable": true,
149317                        "type": "gfloat",
149318                        "writable": true
149319                    },
149320                    "fbs0": {
149321                        "blurb": "Delay 0 sub-bass",
149322                        "conditionally-available": false,
149323                        "construct": true,
149324                        "construct-only": false,
149325                        "controllable": true,
149326                        "default": "1",
149327                        "max": "15.8489",
149328                        "min": "0.0631",
149329                        "mutable": "null",
149330                        "readable": true,
149331                        "type": "gfloat",
149332                        "writable": true
149333                    },
149334                    "fbs1": {
149335                        "blurb": "Delay 1 sub-bass",
149336                        "conditionally-available": false,
149337                        "construct": true,
149338                        "construct-only": false,
149339                        "controllable": true,
149340                        "default": "1",
149341                        "max": "15.8489",
149342                        "min": "0.0631",
149343                        "mutable": "null",
149344                        "readable": true,
149345                        "type": "gfloat",
149346                        "writable": true
149347                    },
149348                    "fbs10": {
149349                        "blurb": "Delay 10 sub-bass",
149350                        "conditionally-available": false,
149351                        "construct": true,
149352                        "construct-only": false,
149353                        "controllable": true,
149354                        "default": "1",
149355                        "max": "15.8489",
149356                        "min": "0.0631",
149357                        "mutable": "null",
149358                        "readable": true,
149359                        "type": "gfloat",
149360                        "writable": true
149361                    },
149362                    "fbs11": {
149363                        "blurb": "Delay 11 sub-bass",
149364                        "conditionally-available": false,
149365                        "construct": true,
149366                        "construct-only": false,
149367                        "controllable": true,
149368                        "default": "1",
149369                        "max": "15.8489",
149370                        "min": "0.0631",
149371                        "mutable": "null",
149372                        "readable": true,
149373                        "type": "gfloat",
149374                        "writable": true
149375                    },
149376                    "fbs12": {
149377                        "blurb": "Delay 12 sub-bass",
149378                        "conditionally-available": false,
149379                        "construct": true,
149380                        "construct-only": false,
149381                        "controllable": true,
149382                        "default": "1",
149383                        "max": "15.8489",
149384                        "min": "0.0631",
149385                        "mutable": "null",
149386                        "readable": true,
149387                        "type": "gfloat",
149388                        "writable": true
149389                    },
149390                    "fbs13": {
149391                        "blurb": "Delay 13 sub-bass",
149392                        "conditionally-available": false,
149393                        "construct": true,
149394                        "construct-only": false,
149395                        "controllable": true,
149396                        "default": "1",
149397                        "max": "15.8489",
149398                        "min": "0.0631",
149399                        "mutable": "null",
149400                        "readable": true,
149401                        "type": "gfloat",
149402                        "writable": true
149403                    },
149404                    "fbs14": {
149405                        "blurb": "Delay 14 sub-bass",
149406                        "conditionally-available": false,
149407                        "construct": true,
149408                        "construct-only": false,
149409                        "controllable": true,
149410                        "default": "1",
149411                        "max": "15.8489",
149412                        "min": "0.0631",
149413                        "mutable": "null",
149414                        "readable": true,
149415                        "type": "gfloat",
149416                        "writable": true
149417                    },
149418                    "fbs15": {
149419                        "blurb": "Delay 15 sub-bass",
149420                        "conditionally-available": false,
149421                        "construct": true,
149422                        "construct-only": false,
149423                        "controllable": true,
149424                        "default": "1",
149425                        "max": "15.8489",
149426                        "min": "0.0631",
149427                        "mutable": "null",
149428                        "readable": true,
149429                        "type": "gfloat",
149430                        "writable": true
149431                    },
149432                    "fbs2": {
149433                        "blurb": "Delay 2 sub-bass",
149434                        "conditionally-available": false,
149435                        "construct": true,
149436                        "construct-only": false,
149437                        "controllable": true,
149438                        "default": "1",
149439                        "max": "15.8489",
149440                        "min": "0.0631",
149441                        "mutable": "null",
149442                        "readable": true,
149443                        "type": "gfloat",
149444                        "writable": true
149445                    },
149446                    "fbs3": {
149447                        "blurb": "Delay 3 sub-bass",
149448                        "conditionally-available": false,
149449                        "construct": true,
149450                        "construct-only": false,
149451                        "controllable": true,
149452                        "default": "1",
149453                        "max": "15.8489",
149454                        "min": "0.0631",
149455                        "mutable": "null",
149456                        "readable": true,
149457                        "type": "gfloat",
149458                        "writable": true
149459                    },
149460                    "fbs4": {
149461                        "blurb": "Delay 4 sub-bass",
149462                        "conditionally-available": false,
149463                        "construct": true,
149464                        "construct-only": false,
149465                        "controllable": true,
149466                        "default": "1",
149467                        "max": "15.8489",
149468                        "min": "0.0631",
149469                        "mutable": "null",
149470                        "readable": true,
149471                        "type": "gfloat",
149472                        "writable": true
149473                    },
149474                    "fbs5": {
149475                        "blurb": "Delay 5 sub-bass",
149476                        "conditionally-available": false,
149477                        "construct": true,
149478                        "construct-only": false,
149479                        "controllable": true,
149480                        "default": "1",
149481                        "max": "15.8489",
149482                        "min": "0.0631",
149483                        "mutable": "null",
149484                        "readable": true,
149485                        "type": "gfloat",
149486                        "writable": true
149487                    },
149488                    "fbs6": {
149489                        "blurb": "Delay 6 sub-bass",
149490                        "conditionally-available": false,
149491                        "construct": true,
149492                        "construct-only": false,
149493                        "controllable": true,
149494                        "default": "1",
149495                        "max": "15.8489",
149496                        "min": "0.0631",
149497                        "mutable": "null",
149498                        "readable": true,
149499                        "type": "gfloat",
149500                        "writable": true
149501                    },
149502                    "fbs7": {
149503                        "blurb": "Delay 7 sub-bass",
149504                        "conditionally-available": false,
149505                        "construct": true,
149506                        "construct-only": false,
149507                        "controllable": true,
149508                        "default": "1",
149509                        "max": "15.8489",
149510                        "min": "0.0631",
149511                        "mutable": "null",
149512                        "readable": true,
149513                        "type": "gfloat",
149514                        "writable": true
149515                    },
149516                    "fbs8": {
149517                        "blurb": "Delay 8 sub-bass",
149518                        "conditionally-available": false,
149519                        "construct": true,
149520                        "construct-only": false,
149521                        "controllable": true,
149522                        "default": "1",
149523                        "max": "15.8489",
149524                        "min": "0.0631",
149525                        "mutable": "null",
149526                        "readable": true,
149527                        "type": "gfloat",
149528                        "writable": true
149529                    },
149530                    "fbs9": {
149531                        "blurb": "Delay 9 sub-bass",
149532                        "conditionally-available": false,
149533                        "construct": true,
149534                        "construct-only": false,
149535                        "controllable": true,
149536                        "default": "1",
149537                        "max": "15.8489",
149538                        "min": "0.0631",
149539                        "mutable": "null",
149540                        "readable": true,
149541                        "type": "gfloat",
149542                        "writable": true
149543                    },
149544                    "fbt0": {
149545                        "blurb": "Delay 0 treble",
149546                        "conditionally-available": false,
149547                        "construct": true,
149548                        "construct-only": false,
149549                        "controllable": true,
149550                        "default": "1",
149551                        "max": "15.8489",
149552                        "min": "0.0631",
149553                        "mutable": "null",
149554                        "readable": true,
149555                        "type": "gfloat",
149556                        "writable": true
149557                    },
149558                    "fbt1": {
149559                        "blurb": "Delay 1 treble",
149560                        "conditionally-available": false,
149561                        "construct": true,
149562                        "construct-only": false,
149563                        "controllable": true,
149564                        "default": "1",
149565                        "max": "15.8489",
149566                        "min": "0.0631",
149567                        "mutable": "null",
149568                        "readable": true,
149569                        "type": "gfloat",
149570                        "writable": true
149571                    },
149572                    "fbt10": {
149573                        "blurb": "Delay 10 treble",
149574                        "conditionally-available": false,
149575                        "construct": true,
149576                        "construct-only": false,
149577                        "controllable": true,
149578                        "default": "1",
149579                        "max": "15.8489",
149580                        "min": "0.0631",
149581                        "mutable": "null",
149582                        "readable": true,
149583                        "type": "gfloat",
149584                        "writable": true
149585                    },
149586                    "fbt11": {
149587                        "blurb": "Delay 11 treble",
149588                        "conditionally-available": false,
149589                        "construct": true,
149590                        "construct-only": false,
149591                        "controllable": true,
149592                        "default": "1",
149593                        "max": "15.8489",
149594                        "min": "0.0631",
149595                        "mutable": "null",
149596                        "readable": true,
149597                        "type": "gfloat",
149598                        "writable": true
149599                    },
149600                    "fbt12": {
149601                        "blurb": "Delay 12 treble",
149602                        "conditionally-available": false,
149603                        "construct": true,
149604                        "construct-only": false,
149605                        "controllable": true,
149606                        "default": "1",
149607                        "max": "15.8489",
149608                        "min": "0.0631",
149609                        "mutable": "null",
149610                        "readable": true,
149611                        "type": "gfloat",
149612                        "writable": true
149613                    },
149614                    "fbt13": {
149615                        "blurb": "Delay 13 treble",
149616                        "conditionally-available": false,
149617                        "construct": true,
149618                        "construct-only": false,
149619                        "controllable": true,
149620                        "default": "1",
149621                        "max": "15.8489",
149622                        "min": "0.0631",
149623                        "mutable": "null",
149624                        "readable": true,
149625                        "type": "gfloat",
149626                        "writable": true
149627                    },
149628                    "fbt14": {
149629                        "blurb": "Delay 14 treble",
149630                        "conditionally-available": false,
149631                        "construct": true,
149632                        "construct-only": false,
149633                        "controllable": true,
149634                        "default": "1",
149635                        "max": "15.8489",
149636                        "min": "0.0631",
149637                        "mutable": "null",
149638                        "readable": true,
149639                        "type": "gfloat",
149640                        "writable": true
149641                    },
149642                    "fbt15": {
149643                        "blurb": "Delay 15 treble",
149644                        "conditionally-available": false,
149645                        "construct": true,
149646                        "construct-only": false,
149647                        "controllable": true,
149648                        "default": "1",
149649                        "max": "15.8489",
149650                        "min": "0.0631",
149651                        "mutable": "null",
149652                        "readable": true,
149653                        "type": "gfloat",
149654                        "writable": true
149655                    },
149656                    "fbt2": {
149657                        "blurb": "Delay 2 treble",
149658                        "conditionally-available": false,
149659                        "construct": true,
149660                        "construct-only": false,
149661                        "controllable": true,
149662                        "default": "1",
149663                        "max": "15.8489",
149664                        "min": "0.0631",
149665                        "mutable": "null",
149666                        "readable": true,
149667                        "type": "gfloat",
149668                        "writable": true
149669                    },
149670                    "fbt3": {
149671                        "blurb": "Delay 3 treble",
149672                        "conditionally-available": false,
149673                        "construct": true,
149674                        "construct-only": false,
149675                        "controllable": true,
149676                        "default": "1",
149677                        "max": "15.8489",
149678                        "min": "0.0631",
149679                        "mutable": "null",
149680                        "readable": true,
149681                        "type": "gfloat",
149682                        "writable": true
149683                    },
149684                    "fbt4": {
149685                        "blurb": "Delay 4 treble",
149686                        "conditionally-available": false,
149687                        "construct": true,
149688                        "construct-only": false,
149689                        "controllable": true,
149690                        "default": "1",
149691                        "max": "15.8489",
149692                        "min": "0.0631",
149693                        "mutable": "null",
149694                        "readable": true,
149695                        "type": "gfloat",
149696                        "writable": true
149697                    },
149698                    "fbt5": {
149699                        "blurb": "Delay 5 treble",
149700                        "conditionally-available": false,
149701                        "construct": true,
149702                        "construct-only": false,
149703                        "controllable": true,
149704                        "default": "1",
149705                        "max": "15.8489",
149706                        "min": "0.0631",
149707                        "mutable": "null",
149708                        "readable": true,
149709                        "type": "gfloat",
149710                        "writable": true
149711                    },
149712                    "fbt6": {
149713                        "blurb": "Delay 6 treble",
149714                        "conditionally-available": false,
149715                        "construct": true,
149716                        "construct-only": false,
149717                        "controllable": true,
149718                        "default": "1",
149719                        "max": "15.8489",
149720                        "min": "0.0631",
149721                        "mutable": "null",
149722                        "readable": true,
149723                        "type": "gfloat",
149724                        "writable": true
149725                    },
149726                    "fbt7": {
149727                        "blurb": "Delay 7 treble",
149728                        "conditionally-available": false,
149729                        "construct": true,
149730                        "construct-only": false,
149731                        "controllable": true,
149732                        "default": "1",
149733                        "max": "15.8489",
149734                        "min": "0.0631",
149735                        "mutable": "null",
149736                        "readable": true,
149737                        "type": "gfloat",
149738                        "writable": true
149739                    },
149740                    "fbt8": {
149741                        "blurb": "Delay 8 treble",
149742                        "conditionally-available": false,
149743                        "construct": true,
149744                        "construct-only": false,
149745                        "controllable": true,
149746                        "default": "1",
149747                        "max": "15.8489",
149748                        "min": "0.0631",
149749                        "mutable": "null",
149750                        "readable": true,
149751                        "type": "gfloat",
149752                        "writable": true
149753                    },
149754                    "fbt9": {
149755                        "blurb": "Delay 9 treble",
149756                        "conditionally-available": false,
149757                        "construct": true,
149758                        "construct-only": false,
149759                        "controllable": true,
149760                        "default": "1",
149761                        "max": "15.8489",
149762                        "min": "0.0631",
149763                        "mutable": "null",
149764                        "readable": true,
149765                        "type": "gfloat",
149766                        "writable": true
149767                    },
149768                    "fhc0": {
149769                        "blurb": "Delay 0 high-cut frequency",
149770                        "conditionally-available": false,
149771                        "construct": true,
149772                        "construct-only": false,
149773                        "controllable": true,
149774                        "default": "8000",
149775                        "max": "24000",
149776                        "min": "1000",
149777                        "mutable": "null",
149778                        "readable": true,
149779                        "type": "gfloat",
149780                        "writable": true
149781                    },
149782                    "fhc1": {
149783                        "blurb": "Delay 1 high-cut frequency",
149784                        "conditionally-available": false,
149785                        "construct": true,
149786                        "construct-only": false,
149787                        "controllable": true,
149788                        "default": "8000",
149789                        "max": "24000",
149790                        "min": "1000",
149791                        "mutable": "null",
149792                        "readable": true,
149793                        "type": "gfloat",
149794                        "writable": true
149795                    },
149796                    "fhc10": {
149797                        "blurb": "Delay 10 high-cut frequency",
149798                        "conditionally-available": false,
149799                        "construct": true,
149800                        "construct-only": false,
149801                        "controllable": true,
149802                        "default": "8000",
149803                        "max": "24000",
149804                        "min": "1000",
149805                        "mutable": "null",
149806                        "readable": true,
149807                        "type": "gfloat",
149808                        "writable": true
149809                    },
149810                    "fhc11": {
149811                        "blurb": "Delay 11 high-cut frequency",
149812                        "conditionally-available": false,
149813                        "construct": true,
149814                        "construct-only": false,
149815                        "controllable": true,
149816                        "default": "8000",
149817                        "max": "24000",
149818                        "min": "1000",
149819                        "mutable": "null",
149820                        "readable": true,
149821                        "type": "gfloat",
149822                        "writable": true
149823                    },
149824                    "fhc12": {
149825                        "blurb": "Delay 12 high-cut frequency",
149826                        "conditionally-available": false,
149827                        "construct": true,
149828                        "construct-only": false,
149829                        "controllable": true,
149830                        "default": "8000",
149831                        "max": "24000",
149832                        "min": "1000",
149833                        "mutable": "null",
149834                        "readable": true,
149835                        "type": "gfloat",
149836                        "writable": true
149837                    },
149838                    "fhc13": {
149839                        "blurb": "Delay 13 high-cut frequency",
149840                        "conditionally-available": false,
149841                        "construct": true,
149842                        "construct-only": false,
149843                        "controllable": true,
149844                        "default": "8000",
149845                        "max": "24000",
149846                        "min": "1000",
149847                        "mutable": "null",
149848                        "readable": true,
149849                        "type": "gfloat",
149850                        "writable": true
149851                    },
149852                    "fhc14": {
149853                        "blurb": "Delay 14 high-cut frequency",
149854                        "conditionally-available": false,
149855                        "construct": true,
149856                        "construct-only": false,
149857                        "controllable": true,
149858                        "default": "8000",
149859                        "max": "24000",
149860                        "min": "1000",
149861                        "mutable": "null",
149862                        "readable": true,
149863                        "type": "gfloat",
149864                        "writable": true
149865                    },
149866                    "fhc15": {
149867                        "blurb": "Delay 15 high-cut frequency",
149868                        "conditionally-available": false,
149869                        "construct": true,
149870                        "construct-only": false,
149871                        "controllable": true,
149872                        "default": "8000",
149873                        "max": "24000",
149874                        "min": "1000",
149875                        "mutable": "null",
149876                        "readable": true,
149877                        "type": "gfloat",
149878                        "writable": true
149879                    },
149880                    "fhc2": {
149881                        "blurb": "Delay 2 high-cut frequency",
149882                        "conditionally-available": false,
149883                        "construct": true,
149884                        "construct-only": false,
149885                        "controllable": true,
149886                        "default": "8000",
149887                        "max": "24000",
149888                        "min": "1000",
149889                        "mutable": "null",
149890                        "readable": true,
149891                        "type": "gfloat",
149892                        "writable": true
149893                    },
149894                    "fhc3": {
149895                        "blurb": "Delay 3 high-cut frequency",
149896                        "conditionally-available": false,
149897                        "construct": true,
149898                        "construct-only": false,
149899                        "controllable": true,
149900                        "default": "8000",
149901                        "max": "24000",
149902                        "min": "1000",
149903                        "mutable": "null",
149904                        "readable": true,
149905                        "type": "gfloat",
149906                        "writable": true
149907                    },
149908                    "fhc4": {
149909                        "blurb": "Delay 4 high-cut frequency",
149910                        "conditionally-available": false,
149911                        "construct": true,
149912                        "construct-only": false,
149913                        "controllable": true,
149914                        "default": "8000",
149915                        "max": "24000",
149916                        "min": "1000",
149917                        "mutable": "null",
149918                        "readable": true,
149919                        "type": "gfloat",
149920                        "writable": true
149921                    },
149922                    "fhc5": {
149923                        "blurb": "Delay 5 high-cut frequency",
149924                        "conditionally-available": false,
149925                        "construct": true,
149926                        "construct-only": false,
149927                        "controllable": true,
149928                        "default": "8000",
149929                        "max": "24000",
149930                        "min": "1000",
149931                        "mutable": "null",
149932                        "readable": true,
149933                        "type": "gfloat",
149934                        "writable": true
149935                    },
149936                    "fhc6": {
149937                        "blurb": "Delay 6 high-cut frequency",
149938                        "conditionally-available": false,
149939                        "construct": true,
149940                        "construct-only": false,
149941                        "controllable": true,
149942                        "default": "8000",
149943                        "max": "24000",
149944                        "min": "1000",
149945                        "mutable": "null",
149946                        "readable": true,
149947                        "type": "gfloat",
149948                        "writable": true
149949                    },
149950                    "fhc7": {
149951                        "blurb": "Delay 7 high-cut frequency",
149952                        "conditionally-available": false,
149953                        "construct": true,
149954                        "construct-only": false,
149955                        "controllable": true,
149956                        "default": "8000",
149957                        "max": "24000",
149958                        "min": "1000",
149959                        "mutable": "null",
149960                        "readable": true,
149961                        "type": "gfloat",
149962                        "writable": true
149963                    },
149964                    "fhc8": {
149965                        "blurb": "Delay 8 high-cut frequency",
149966                        "conditionally-available": false,
149967                        "construct": true,
149968                        "construct-only": false,
149969                        "controllable": true,
149970                        "default": "8000",
149971                        "max": "24000",
149972                        "min": "1000",
149973                        "mutable": "null",
149974                        "readable": true,
149975                        "type": "gfloat",
149976                        "writable": true
149977                    },
149978                    "fhc9": {
149979                        "blurb": "Delay 9 high-cut frequency",
149980                        "conditionally-available": false,
149981                        "construct": true,
149982                        "construct-only": false,
149983                        "controllable": true,
149984                        "default": "8000",
149985                        "max": "24000",
149986                        "min": "1000",
149987                        "mutable": "null",
149988                        "readable": true,
149989                        "type": "gfloat",
149990                        "writable": true
149991                    },
149992                    "flc0": {
149993                        "blurb": "Delay 0 low-cut frequency",
149994                        "conditionally-available": false,
149995                        "construct": true,
149996                        "construct-only": false,
149997                        "controllable": true,
149998                        "default": "100",
149999                        "max": "1000",
150000                        "min": "10",
150001                        "mutable": "null",
150002                        "readable": true,
150003                        "type": "gfloat",
150004                        "writable": true
150005                    },
150006                    "flc1": {
150007                        "blurb": "Delay 1 low-cut frequency",
150008                        "conditionally-available": false,
150009                        "construct": true,
150010                        "construct-only": false,
150011                        "controllable": true,
150012                        "default": "100",
150013                        "max": "1000",
150014                        "min": "10",
150015                        "mutable": "null",
150016                        "readable": true,
150017                        "type": "gfloat",
150018                        "writable": true
150019                    },
150020                    "flc10": {
150021                        "blurb": "Delay 10 low-cut frequency",
150022                        "conditionally-available": false,
150023                        "construct": true,
150024                        "construct-only": false,
150025                        "controllable": true,
150026                        "default": "100",
150027                        "max": "1000",
150028                        "min": "10",
150029                        "mutable": "null",
150030                        "readable": true,
150031                        "type": "gfloat",
150032                        "writable": true
150033                    },
150034                    "flc11": {
150035                        "blurb": "Delay 11 low-cut frequency",
150036                        "conditionally-available": false,
150037                        "construct": true,
150038                        "construct-only": false,
150039                        "controllable": true,
150040                        "default": "100",
150041                        "max": "1000",
150042                        "min": "10",
150043                        "mutable": "null",
150044                        "readable": true,
150045                        "type": "gfloat",
150046                        "writable": true
150047                    },
150048                    "flc12": {
150049                        "blurb": "Delay 12 low-cut frequency",
150050                        "conditionally-available": false,
150051                        "construct": true,
150052                        "construct-only": false,
150053                        "controllable": true,
150054                        "default": "100",
150055                        "max": "1000",
150056                        "min": "10",
150057                        "mutable": "null",
150058                        "readable": true,
150059                        "type": "gfloat",
150060                        "writable": true
150061                    },
150062                    "flc13": {
150063                        "blurb": "Delay 13 low-cut frequency",
150064                        "conditionally-available": false,
150065                        "construct": true,
150066                        "construct-only": false,
150067                        "controllable": true,
150068                        "default": "100",
150069                        "max": "1000",
150070                        "min": "10",
150071                        "mutable": "null",
150072                        "readable": true,
150073                        "type": "gfloat",
150074                        "writable": true
150075                    },
150076                    "flc14": {
150077                        "blurb": "Delay 14 low-cut frequency",
150078                        "conditionally-available": false,
150079                        "construct": true,
150080                        "construct-only": false,
150081                        "controllable": true,
150082                        "default": "100",
150083                        "max": "1000",
150084                        "min": "10",
150085                        "mutable": "null",
150086                        "readable": true,
150087                        "type": "gfloat",
150088                        "writable": true
150089                    },
150090                    "flc15": {
150091                        "blurb": "Delay 15 low-cut frequency",
150092                        "conditionally-available": false,
150093                        "construct": true,
150094                        "construct-only": false,
150095                        "controllable": true,
150096                        "default": "100",
150097                        "max": "1000",
150098                        "min": "10",
150099                        "mutable": "null",
150100                        "readable": true,
150101                        "type": "gfloat",
150102                        "writable": true
150103                    },
150104                    "flc2": {
150105                        "blurb": "Delay 2 low-cut frequency",
150106                        "conditionally-available": false,
150107                        "construct": true,
150108                        "construct-only": false,
150109                        "controllable": true,
150110                        "default": "100",
150111                        "max": "1000",
150112                        "min": "10",
150113                        "mutable": "null",
150114                        "readable": true,
150115                        "type": "gfloat",
150116                        "writable": true
150117                    },
150118                    "flc3": {
150119                        "blurb": "Delay 3 low-cut frequency",
150120                        "conditionally-available": false,
150121                        "construct": true,
150122                        "construct-only": false,
150123                        "controllable": true,
150124                        "default": "100",
150125                        "max": "1000",
150126                        "min": "10",
150127                        "mutable": "null",
150128                        "readable": true,
150129                        "type": "gfloat",
150130                        "writable": true
150131                    },
150132                    "flc4": {
150133                        "blurb": "Delay 4 low-cut frequency",
150134                        "conditionally-available": false,
150135                        "construct": true,
150136                        "construct-only": false,
150137                        "controllable": true,
150138                        "default": "100",
150139                        "max": "1000",
150140                        "min": "10",
150141                        "mutable": "null",
150142                        "readable": true,
150143                        "type": "gfloat",
150144                        "writable": true
150145                    },
150146                    "flc5": {
150147                        "blurb": "Delay 5 low-cut frequency",
150148                        "conditionally-available": false,
150149                        "construct": true,
150150                        "construct-only": false,
150151                        "controllable": true,
150152                        "default": "100",
150153                        "max": "1000",
150154                        "min": "10",
150155                        "mutable": "null",
150156                        "readable": true,
150157                        "type": "gfloat",
150158                        "writable": true
150159                    },
150160                    "flc6": {
150161                        "blurb": "Delay 6 low-cut frequency",
150162                        "conditionally-available": false,
150163                        "construct": true,
150164                        "construct-only": false,
150165                        "controllable": true,
150166                        "default": "100",
150167                        "max": "1000",
150168                        "min": "10",
150169                        "mutable": "null",
150170                        "readable": true,
150171                        "type": "gfloat",
150172                        "writable": true
150173                    },
150174                    "flc7": {
150175                        "blurb": "Delay 7 low-cut frequency",
150176                        "conditionally-available": false,
150177                        "construct": true,
150178                        "construct-only": false,
150179                        "controllable": true,
150180                        "default": "100",
150181                        "max": "1000",
150182                        "min": "10",
150183                        "mutable": "null",
150184                        "readable": true,
150185                        "type": "gfloat",
150186                        "writable": true
150187                    },
150188                    "flc8": {
150189                        "blurb": "Delay 8 low-cut frequency",
150190                        "conditionally-available": false,
150191                        "construct": true,
150192                        "construct-only": false,
150193                        "controllable": true,
150194                        "default": "100",
150195                        "max": "1000",
150196                        "min": "10",
150197                        "mutable": "null",
150198                        "readable": true,
150199                        "type": "gfloat",
150200                        "writable": true
150201                    },
150202                    "flc9": {
150203                        "blurb": "Delay 9 low-cut frequency",
150204                        "conditionally-available": false,
150205                        "construct": true,
150206                        "construct-only": false,
150207                        "controllable": true,
150208                        "default": "100",
150209                        "max": "1000",
150210                        "min": "10",
150211                        "mutable": "null",
150212                        "readable": true,
150213                        "type": "gfloat",
150214                        "writable": true
150215                    },
150216                    "g-out": {
150217                        "blurb": "Output gain",
150218                        "conditionally-available": false,
150219                        "construct": true,
150220                        "construct-only": false,
150221                        "controllable": true,
150222                        "default": "1",
150223                        "max": "10",
150224                        "min": "0",
150225                        "mutable": "null",
150226                        "readable": true,
150227                        "type": "gfloat",
150228                        "writable": true
150229                    },
150230                    "hfc0": {
150231                        "blurb": "Delay 0 high-cut",
150232                        "conditionally-available": false,
150233                        "construct": true,
150234                        "construct-only": false,
150235                        "controllable": true,
150236                        "default": "false",
150237                        "mutable": "null",
150238                        "readable": true,
150239                        "type": "gboolean",
150240                        "writable": true
150241                    },
150242                    "hfc1": {
150243                        "blurb": "Delay 1 high-cut",
150244                        "conditionally-available": false,
150245                        "construct": true,
150246                        "construct-only": false,
150247                        "controllable": true,
150248                        "default": "false",
150249                        "mutable": "null",
150250                        "readable": true,
150251                        "type": "gboolean",
150252                        "writable": true
150253                    },
150254                    "hfc10": {
150255                        "blurb": "Delay 10 high-cut",
150256                        "conditionally-available": false,
150257                        "construct": true,
150258                        "construct-only": false,
150259                        "controllable": true,
150260                        "default": "false",
150261                        "mutable": "null",
150262                        "readable": true,
150263                        "type": "gboolean",
150264                        "writable": true
150265                    },
150266                    "hfc11": {
150267                        "blurb": "Delay 11 high-cut",
150268                        "conditionally-available": false,
150269                        "construct": true,
150270                        "construct-only": false,
150271                        "controllable": true,
150272                        "default": "false",
150273                        "mutable": "null",
150274                        "readable": true,
150275                        "type": "gboolean",
150276                        "writable": true
150277                    },
150278                    "hfc12": {
150279                        "blurb": "Delay 12 high-cut",
150280                        "conditionally-available": false,
150281                        "construct": true,
150282                        "construct-only": false,
150283                        "controllable": true,
150284                        "default": "false",
150285                        "mutable": "null",
150286                        "readable": true,
150287                        "type": "gboolean",
150288                        "writable": true
150289                    },
150290                    "hfc13": {
150291                        "blurb": "Delay 13 high-cut",
150292                        "conditionally-available": false,
150293                        "construct": true,
150294                        "construct-only": false,
150295                        "controllable": true,
150296                        "default": "false",
150297                        "mutable": "null",
150298                        "readable": true,
150299                        "type": "gboolean",
150300                        "writable": true
150301                    },
150302                    "hfc14": {
150303                        "blurb": "Delay 14 high-cut",
150304                        "conditionally-available": false,
150305                        "construct": true,
150306                        "construct-only": false,
150307                        "controllable": true,
150308                        "default": "false",
150309                        "mutable": "null",
150310                        "readable": true,
150311                        "type": "gboolean",
150312                        "writable": true
150313                    },
150314                    "hfc15": {
150315                        "blurb": "Delay 15 high-cut",
150316                        "conditionally-available": false,
150317                        "construct": true,
150318                        "construct-only": false,
150319                        "controllable": true,
150320                        "default": "false",
150321                        "mutable": "null",
150322                        "readable": true,
150323                        "type": "gboolean",
150324                        "writable": true
150325                    },
150326                    "hfc2": {
150327                        "blurb": "Delay 2 high-cut",
150328                        "conditionally-available": false,
150329                        "construct": true,
150330                        "construct-only": false,
150331                        "controllable": true,
150332                        "default": "false",
150333                        "mutable": "null",
150334                        "readable": true,
150335                        "type": "gboolean",
150336                        "writable": true
150337                    },
150338                    "hfc3": {
150339                        "blurb": "Delay 3 high-cut",
150340                        "conditionally-available": false,
150341                        "construct": true,
150342                        "construct-only": false,
150343                        "controllable": true,
150344                        "default": "false",
150345                        "mutable": "null",
150346                        "readable": true,
150347                        "type": "gboolean",
150348                        "writable": true
150349                    },
150350                    "hfc4": {
150351                        "blurb": "Delay 4 high-cut",
150352                        "conditionally-available": false,
150353                        "construct": true,
150354                        "construct-only": false,
150355                        "controllable": true,
150356                        "default": "false",
150357                        "mutable": "null",
150358                        "readable": true,
150359                        "type": "gboolean",
150360                        "writable": true
150361                    },
150362                    "hfc5": {
150363                        "blurb": "Delay 5 high-cut",
150364                        "conditionally-available": false,
150365                        "construct": true,
150366                        "construct-only": false,
150367                        "controllable": true,
150368                        "default": "false",
150369                        "mutable": "null",
150370                        "readable": true,
150371                        "type": "gboolean",
150372                        "writable": true
150373                    },
150374                    "hfc6": {
150375                        "blurb": "Delay 6 high-cut",
150376                        "conditionally-available": false,
150377                        "construct": true,
150378                        "construct-only": false,
150379                        "controllable": true,
150380                        "default": "false",
150381                        "mutable": "null",
150382                        "readable": true,
150383                        "type": "gboolean",
150384                        "writable": true
150385                    },
150386                    "hfc7": {
150387                        "blurb": "Delay 7 high-cut",
150388                        "conditionally-available": false,
150389                        "construct": true,
150390                        "construct-only": false,
150391                        "controllable": true,
150392                        "default": "false",
150393                        "mutable": "null",
150394                        "readable": true,
150395                        "type": "gboolean",
150396                        "writable": true
150397                    },
150398                    "hfc8": {
150399                        "blurb": "Delay 8 high-cut",
150400                        "conditionally-available": false,
150401                        "construct": true,
150402                        "construct-only": false,
150403                        "controllable": true,
150404                        "default": "false",
150405                        "mutable": "null",
150406                        "readable": true,
150407                        "type": "gboolean",
150408                        "writable": true
150409                    },
150410                    "hfc9": {
150411                        "blurb": "Delay 9 high-cut",
150412                        "conditionally-available": false,
150413                        "construct": true,
150414                        "construct-only": false,
150415                        "controllable": true,
150416                        "default": "false",
150417                        "mutable": "null",
150418                        "readable": true,
150419                        "type": "gboolean",
150420                        "writable": true
150421                    },
150422                    "lfc0": {
150423                        "blurb": "Delay 0 low-cut",
150424                        "conditionally-available": false,
150425                        "construct": true,
150426                        "construct-only": false,
150427                        "controllable": true,
150428                        "default": "false",
150429                        "mutable": "null",
150430                        "readable": true,
150431                        "type": "gboolean",
150432                        "writable": true
150433                    },
150434                    "lfc1": {
150435                        "blurb": "Delay 1 low-cut",
150436                        "conditionally-available": false,
150437                        "construct": true,
150438                        "construct-only": false,
150439                        "controllable": true,
150440                        "default": "false",
150441                        "mutable": "null",
150442                        "readable": true,
150443                        "type": "gboolean",
150444                        "writable": true
150445                    },
150446                    "lfc10": {
150447                        "blurb": "Delay 10 low-cut",
150448                        "conditionally-available": false,
150449                        "construct": true,
150450                        "construct-only": false,
150451                        "controllable": true,
150452                        "default": "false",
150453                        "mutable": "null",
150454                        "readable": true,
150455                        "type": "gboolean",
150456                        "writable": true
150457                    },
150458                    "lfc11": {
150459                        "blurb": "Delay 11 low-cut",
150460                        "conditionally-available": false,
150461                        "construct": true,
150462                        "construct-only": false,
150463                        "controllable": true,
150464                        "default": "false",
150465                        "mutable": "null",
150466                        "readable": true,
150467                        "type": "gboolean",
150468                        "writable": true
150469                    },
150470                    "lfc12": {
150471                        "blurb": "Delay 12 low-cut",
150472                        "conditionally-available": false,
150473                        "construct": true,
150474                        "construct-only": false,
150475                        "controllable": true,
150476                        "default": "false",
150477                        "mutable": "null",
150478                        "readable": true,
150479                        "type": "gboolean",
150480                        "writable": true
150481                    },
150482                    "lfc13": {
150483                        "blurb": "Delay 13 low-cut",
150484                        "conditionally-available": false,
150485                        "construct": true,
150486                        "construct-only": false,
150487                        "controllable": true,
150488                        "default": "false",
150489                        "mutable": "null",
150490                        "readable": true,
150491                        "type": "gboolean",
150492                        "writable": true
150493                    },
150494                    "lfc14": {
150495                        "blurb": "Delay 14 low-cut",
150496                        "conditionally-available": false,
150497                        "construct": true,
150498                        "construct-only": false,
150499                        "controllable": true,
150500                        "default": "false",
150501                        "mutable": "null",
150502                        "readable": true,
150503                        "type": "gboolean",
150504                        "writable": true
150505                    },
150506                    "lfc15": {
150507                        "blurb": "Delay 15 low-cut",
150508                        "conditionally-available": false,
150509                        "construct": true,
150510                        "construct-only": false,
150511                        "controllable": true,
150512                        "default": "false",
150513                        "mutable": "null",
150514                        "readable": true,
150515                        "type": "gboolean",
150516                        "writable": true
150517                    },
150518                    "lfc2": {
150519                        "blurb": "Delay 2 low-cut",
150520                        "conditionally-available": false,
150521                        "construct": true,
150522                        "construct-only": false,
150523                        "controllable": true,
150524                        "default": "false",
150525                        "mutable": "null",
150526                        "readable": true,
150527                        "type": "gboolean",
150528                        "writable": true
150529                    },
150530                    "lfc3": {
150531                        "blurb": "Delay 3 low-cut",
150532                        "conditionally-available": false,
150533                        "construct": true,
150534                        "construct-only": false,
150535                        "controllable": true,
150536                        "default": "false",
150537                        "mutable": "null",
150538                        "readable": true,
150539                        "type": "gboolean",
150540                        "writable": true
150541                    },
150542                    "lfc4": {
150543                        "blurb": "Delay 4 low-cut",
150544                        "conditionally-available": false,
150545                        "construct": true,
150546                        "construct-only": false,
150547                        "controllable": true,
150548                        "default": "false",
150549                        "mutable": "null",
150550                        "readable": true,
150551                        "type": "gboolean",
150552                        "writable": true
150553                    },
150554                    "lfc5": {
150555                        "blurb": "Delay 5 low-cut",
150556                        "conditionally-available": false,
150557                        "construct": true,
150558                        "construct-only": false,
150559                        "controllable": true,
150560                        "default": "false",
150561                        "mutable": "null",
150562                        "readable": true,
150563                        "type": "gboolean",
150564                        "writable": true
150565                    },
150566                    "lfc6": {
150567                        "blurb": "Delay 6 low-cut",
150568                        "conditionally-available": false,
150569                        "construct": true,
150570                        "construct-only": false,
150571                        "controllable": true,
150572                        "default": "false",
150573                        "mutable": "null",
150574                        "readable": true,
150575                        "type": "gboolean",
150576                        "writable": true
150577                    },
150578                    "lfc7": {
150579                        "blurb": "Delay 7 low-cut",
150580                        "conditionally-available": false,
150581                        "construct": true,
150582                        "construct-only": false,
150583                        "controllable": true,
150584                        "default": "false",
150585                        "mutable": "null",
150586                        "readable": true,
150587                        "type": "gboolean",
150588                        "writable": true
150589                    },
150590                    "lfc8": {
150591                        "blurb": "Delay 8 low-cut",
150592                        "conditionally-available": false,
150593                        "construct": true,
150594                        "construct-only": false,
150595                        "controllable": true,
150596                        "default": "false",
150597                        "mutable": "null",
150598                        "readable": true,
150599                        "type": "gboolean",
150600                        "writable": true
150601                    },
150602                    "lfc9": {
150603                        "blurb": "Delay 9 low-cut",
150604                        "conditionally-available": false,
150605                        "construct": true,
150606                        "construct-only": false,
150607                        "controllable": true,
150608                        "default": "false",
150609                        "mutable": "null",
150610                        "readable": true,
150611                        "type": "gboolean",
150612                        "writable": true
150613                    },
150614                    "lsel": {
150615                        "blurb": "Delay line selector",
150616                        "conditionally-available": false,
150617                        "construct": true,
150618                        "construct-only": false,
150619                        "controllable": true,
150620                        "default": "0-4 (0)",
150621                        "mutable": "null",
150622                        "readable": true,
150623                        "type": "lsp-plug-in-plugins-lv2-slap-delay-monolsel",
150624                        "writable": true
150625                    },
150626                    "m0": {
150627                        "blurb": "Delay 0 mute",
150628                        "conditionally-available": false,
150629                        "construct": true,
150630                        "construct-only": false,
150631                        "controllable": true,
150632                        "default": "false",
150633                        "mutable": "null",
150634                        "readable": true,
150635                        "type": "gboolean",
150636                        "writable": true
150637                    },
150638                    "m1": {
150639                        "blurb": "Delay 1 mute",
150640                        "conditionally-available": false,
150641                        "construct": true,
150642                        "construct-only": false,
150643                        "controllable": true,
150644                        "default": "false",
150645                        "mutable": "null",
150646                        "readable": true,
150647                        "type": "gboolean",
150648                        "writable": true
150649                    },
150650                    "m10": {
150651                        "blurb": "Delay 10 mute",
150652                        "conditionally-available": false,
150653                        "construct": true,
150654                        "construct-only": false,
150655                        "controllable": true,
150656                        "default": "false",
150657                        "mutable": "null",
150658                        "readable": true,
150659                        "type": "gboolean",
150660                        "writable": true
150661                    },
150662                    "m11": {
150663                        "blurb": "Delay 11 mute",
150664                        "conditionally-available": false,
150665                        "construct": true,
150666                        "construct-only": false,
150667                        "controllable": true,
150668                        "default": "false",
150669                        "mutable": "null",
150670                        "readable": true,
150671                        "type": "gboolean",
150672                        "writable": true
150673                    },
150674                    "m12": {
150675                        "blurb": "Delay 12 mute",
150676                        "conditionally-available": false,
150677                        "construct": true,
150678                        "construct-only": false,
150679                        "controllable": true,
150680                        "default": "false",
150681                        "mutable": "null",
150682                        "readable": true,
150683                        "type": "gboolean",
150684                        "writable": true
150685                    },
150686                    "m13": {
150687                        "blurb": "Delay 13 mute",
150688                        "conditionally-available": false,
150689                        "construct": true,
150690                        "construct-only": false,
150691                        "controllable": true,
150692                        "default": "false",
150693                        "mutable": "null",
150694                        "readable": true,
150695                        "type": "gboolean",
150696                        "writable": true
150697                    },
150698                    "m14": {
150699                        "blurb": "Delay 14 mute",
150700                        "conditionally-available": false,
150701                        "construct": true,
150702                        "construct-only": false,
150703                        "controllable": true,
150704                        "default": "false",
150705                        "mutable": "null",
150706                        "readable": true,
150707                        "type": "gboolean",
150708                        "writable": true
150709                    },
150710                    "m15": {
150711                        "blurb": "Delay 15 mute",
150712                        "conditionally-available": false,
150713                        "construct": true,
150714                        "construct-only": false,
150715                        "controllable": true,
150716                        "default": "false",
150717                        "mutable": "null",
150718                        "readable": true,
150719                        "type": "gboolean",
150720                        "writable": true
150721                    },
150722                    "m2": {
150723                        "blurb": "Delay 2 mute",
150724                        "conditionally-available": false,
150725                        "construct": true,
150726                        "construct-only": false,
150727                        "controllable": true,
150728                        "default": "false",
150729                        "mutable": "null",
150730                        "readable": true,
150731                        "type": "gboolean",
150732                        "writable": true
150733                    },
150734                    "m3": {
150735                        "blurb": "Delay 3 mute",
150736                        "conditionally-available": false,
150737                        "construct": true,
150738                        "construct-only": false,
150739                        "controllable": true,
150740                        "default": "false",
150741                        "mutable": "null",
150742                        "readable": true,
150743                        "type": "gboolean",
150744                        "writable": true
150745                    },
150746                    "m4": {
150747                        "blurb": "Delay 4 mute",
150748                        "conditionally-available": false,
150749                        "construct": true,
150750                        "construct-only": false,
150751                        "controllable": true,
150752                        "default": "false",
150753                        "mutable": "null",
150754                        "readable": true,
150755                        "type": "gboolean",
150756                        "writable": true
150757                    },
150758                    "m5": {
150759                        "blurb": "Delay 5 mute",
150760                        "conditionally-available": false,
150761                        "construct": true,
150762                        "construct-only": false,
150763                        "controllable": true,
150764                        "default": "false",
150765                        "mutable": "null",
150766                        "readable": true,
150767                        "type": "gboolean",
150768                        "writable": true
150769                    },
150770                    "m6": {
150771                        "blurb": "Delay 6 mute",
150772                        "conditionally-available": false,
150773                        "construct": true,
150774                        "construct-only": false,
150775                        "controllable": true,
150776                        "default": "false",
150777                        "mutable": "null",
150778                        "readable": true,
150779                        "type": "gboolean",
150780                        "writable": true
150781                    },
150782                    "m7": {
150783                        "blurb": "Delay 7 mute",
150784                        "conditionally-available": false,
150785                        "construct": true,
150786                        "construct-only": false,
150787                        "controllable": true,
150788                        "default": "false",
150789                        "mutable": "null",
150790                        "readable": true,
150791                        "type": "gboolean",
150792                        "writable": true
150793                    },
150794                    "m8": {
150795                        "blurb": "Delay 8 mute",
150796                        "conditionally-available": false,
150797                        "construct": true,
150798                        "construct-only": false,
150799                        "controllable": true,
150800                        "default": "false",
150801                        "mutable": "null",
150802                        "readable": true,
150803                        "type": "gboolean",
150804                        "writable": true
150805                    },
150806                    "m9": {
150807                        "blurb": "Delay 9 mute",
150808                        "conditionally-available": false,
150809                        "construct": true,
150810                        "construct-only": false,
150811                        "controllable": true,
150812                        "default": "false",
150813                        "mutable": "null",
150814                        "readable": true,
150815                        "type": "gboolean",
150816                        "writable": true
150817                    },
150818                    "mono": {
150819                        "blurb": "Mono output",
150820                        "conditionally-available": false,
150821                        "construct": true,
150822                        "construct-only": false,
150823                        "controllable": true,
150824                        "default": "false",
150825                        "mutable": "null",
150826                        "readable": true,
150827                        "type": "gboolean",
150828                        "writable": true
150829                    },
150830                    "out-latency": {
150831                        "blurb": "Latency OUT",
150832                        "conditionally-available": false,
150833                        "construct": false,
150834                        "construct-only": false,
150835                        "controllable": true,
150836                        "default": "0",
150837                        "max": "192000",
150838                        "min": "0",
150839                        "mutable": "null",
150840                        "readable": true,
150841                        "type": "gint",
150842                        "writable": false
150843                    },
150844                    "p-in": {
150845                        "blurb": "Input panorama",
150846                        "conditionally-available": false,
150847                        "construct": true,
150848                        "construct-only": false,
150849                        "controllable": true,
150850                        "default": "0",
150851                        "max": "100",
150852                        "min": "-100",
150853                        "mutable": "null",
150854                        "readable": true,
150855                        "type": "gfloat",
150856                        "writable": true
150857                    },
150858                    "p0": {
150859                        "blurb": "Delay 0 panorama",
150860                        "conditionally-available": false,
150861                        "construct": true,
150862                        "construct-only": false,
150863                        "controllable": true,
150864                        "default": "0",
150865                        "max": "100",
150866                        "min": "-100",
150867                        "mutable": "null",
150868                        "readable": true,
150869                        "type": "gfloat",
150870                        "writable": true
150871                    },
150872                    "p1": {
150873                        "blurb": "Delay 1 panorama",
150874                        "conditionally-available": false,
150875                        "construct": true,
150876                        "construct-only": false,
150877                        "controllable": true,
150878                        "default": "0",
150879                        "max": "100",
150880                        "min": "-100",
150881                        "mutable": "null",
150882                        "readable": true,
150883                        "type": "gfloat",
150884                        "writable": true
150885                    },
150886                    "p10": {
150887                        "blurb": "Delay 10 panorama",
150888                        "conditionally-available": false,
150889                        "construct": true,
150890                        "construct-only": false,
150891                        "controllable": true,
150892                        "default": "0",
150893                        "max": "100",
150894                        "min": "-100",
150895                        "mutable": "null",
150896                        "readable": true,
150897                        "type": "gfloat",
150898                        "writable": true
150899                    },
150900                    "p11": {
150901                        "blurb": "Delay 11 panorama",
150902                        "conditionally-available": false,
150903                        "construct": true,
150904                        "construct-only": false,
150905                        "controllable": true,
150906                        "default": "0",
150907                        "max": "100",
150908                        "min": "-100",
150909                        "mutable": "null",
150910                        "readable": true,
150911                        "type": "gfloat",
150912                        "writable": true
150913                    },
150914                    "p12": {
150915                        "blurb": "Delay 12 panorama",
150916                        "conditionally-available": false,
150917                        "construct": true,
150918                        "construct-only": false,
150919                        "controllable": true,
150920                        "default": "0",
150921                        "max": "100",
150922                        "min": "-100",
150923                        "mutable": "null",
150924                        "readable": true,
150925                        "type": "gfloat",
150926                        "writable": true
150927                    },
150928                    "p13": {
150929                        "blurb": "Delay 13 panorama",
150930                        "conditionally-available": false,
150931                        "construct": true,
150932                        "construct-only": false,
150933                        "controllable": true,
150934                        "default": "0",
150935                        "max": "100",
150936                        "min": "-100",
150937                        "mutable": "null",
150938                        "readable": true,
150939                        "type": "gfloat",
150940                        "writable": true
150941                    },
150942                    "p14": {
150943                        "blurb": "Delay 14 panorama",
150944                        "conditionally-available": false,
150945                        "construct": true,
150946                        "construct-only": false,
150947                        "controllable": true,
150948                        "default": "0",
150949                        "max": "100",
150950                        "min": "-100",
150951                        "mutable": "null",
150952                        "readable": true,
150953                        "type": "gfloat",
150954                        "writable": true
150955                    },
150956                    "p15": {
150957                        "blurb": "Delay 15 panorama",
150958                        "conditionally-available": false,
150959                        "construct": true,
150960                        "construct-only": false,
150961                        "controllable": true,
150962                        "default": "0",
150963                        "max": "100",
150964                        "min": "-100",
150965                        "mutable": "null",
150966                        "readable": true,
150967                        "type": "gfloat",
150968                        "writable": true
150969                    },
150970                    "p2": {
150971                        "blurb": "Delay 2 panorama",
150972                        "conditionally-available": false,
150973                        "construct": true,
150974                        "construct-only": false,
150975                        "controllable": true,
150976                        "default": "0",
150977                        "max": "100",
150978                        "min": "-100",
150979                        "mutable": "null",
150980                        "readable": true,
150981                        "type": "gfloat",
150982                        "writable": true
150983                    },
150984                    "p3": {
150985                        "blurb": "Delay 3 panorama",
150986                        "conditionally-available": false,
150987                        "construct": true,
150988                        "construct-only": false,
150989                        "controllable": true,
150990                        "default": "0",
150991                        "max": "100",
150992                        "min": "-100",
150993                        "mutable": "null",
150994                        "readable": true,
150995                        "type": "gfloat",
150996                        "writable": true
150997                    },
150998                    "p4": {
150999                        "blurb": "Delay 4 panorama",
151000                        "conditionally-available": false,
151001                        "construct": true,
151002                        "construct-only": false,
151003                        "controllable": true,
151004                        "default": "0",
151005                        "max": "100",
151006                        "min": "-100",
151007                        "mutable": "null",
151008                        "readable": true,
151009                        "type": "gfloat",
151010                        "writable": true
151011                    },
151012                    "p5": {
151013                        "blurb": "Delay 5 panorama",
151014                        "conditionally-available": false,
151015                        "construct": true,
151016                        "construct-only": false,
151017                        "controllable": true,
151018                        "default": "0",
151019                        "max": "100",
151020                        "min": "-100",
151021                        "mutable": "null",
151022                        "readable": true,
151023                        "type": "gfloat",
151024                        "writable": true
151025                    },
151026                    "p6": {
151027                        "blurb": "Delay 6 panorama",
151028                        "conditionally-available": false,
151029                        "construct": true,
151030                        "construct-only": false,
151031                        "controllable": true,
151032                        "default": "0",
151033                        "max": "100",
151034                        "min": "-100",
151035                        "mutable": "null",
151036                        "readable": true,
151037                        "type": "gfloat",
151038                        "writable": true
151039                    },
151040                    "p7": {
151041                        "blurb": "Delay 7 panorama",
151042                        "conditionally-available": false,
151043                        "construct": true,
151044                        "construct-only": false,
151045                        "controllable": true,
151046                        "default": "0",
151047                        "max": "100",
151048                        "min": "-100",
151049                        "mutable": "null",
151050                        "readable": true,
151051                        "type": "gfloat",
151052                        "writable": true
151053                    },
151054                    "p8": {
151055                        "blurb": "Delay 8 panorama",
151056                        "conditionally-available": false,
151057                        "construct": true,
151058                        "construct-only": false,
151059                        "controllable": true,
151060                        "default": "0",
151061                        "max": "100",
151062                        "min": "-100",
151063                        "mutable": "null",
151064                        "readable": true,
151065                        "type": "gfloat",
151066                        "writable": true
151067                    },
151068                    "p9": {
151069                        "blurb": "Delay 9 panorama",
151070                        "conditionally-available": false,
151071                        "construct": true,
151072                        "construct-only": false,
151073                        "controllable": true,
151074                        "default": "0",
151075                        "max": "100",
151076                        "min": "-100",
151077                        "mutable": "null",
151078                        "readable": true,
151079                        "type": "gfloat",
151080                        "writable": true
151081                    },
151082                    "ph0": {
151083                        "blurb": "Delay 0 phase",
151084                        "conditionally-available": false,
151085                        "construct": true,
151086                        "construct-only": false,
151087                        "controllable": true,
151088                        "default": "false",
151089                        "mutable": "null",
151090                        "readable": true,
151091                        "type": "gboolean",
151092                        "writable": true
151093                    },
151094                    "ph1": {
151095                        "blurb": "Delay 1 phase",
151096                        "conditionally-available": false,
151097                        "construct": true,
151098                        "construct-only": false,
151099                        "controllable": true,
151100                        "default": "false",
151101                        "mutable": "null",
151102                        "readable": true,
151103                        "type": "gboolean",
151104                        "writable": true
151105                    },
151106                    "ph10": {
151107                        "blurb": "Delay 10 phase",
151108                        "conditionally-available": false,
151109                        "construct": true,
151110                        "construct-only": false,
151111                        "controllable": true,
151112                        "default": "false",
151113                        "mutable": "null",
151114                        "readable": true,
151115                        "type": "gboolean",
151116                        "writable": true
151117                    },
151118                    "ph11": {
151119                        "blurb": "Delay 11 phase",
151120                        "conditionally-available": false,
151121                        "construct": true,
151122                        "construct-only": false,
151123                        "controllable": true,
151124                        "default": "false",
151125                        "mutable": "null",
151126                        "readable": true,
151127                        "type": "gboolean",
151128                        "writable": true
151129                    },
151130                    "ph12": {
151131                        "blurb": "Delay 12 phase",
151132                        "conditionally-available": false,
151133                        "construct": true,
151134                        "construct-only": false,
151135                        "controllable": true,
151136                        "default": "false",
151137                        "mutable": "null",
151138                        "readable": true,
151139                        "type": "gboolean",
151140                        "writable": true
151141                    },
151142                    "ph13": {
151143                        "blurb": "Delay 13 phase",
151144                        "conditionally-available": false,
151145                        "construct": true,
151146                        "construct-only": false,
151147                        "controllable": true,
151148                        "default": "false",
151149                        "mutable": "null",
151150                        "readable": true,
151151                        "type": "gboolean",
151152                        "writable": true
151153                    },
151154                    "ph14": {
151155                        "blurb": "Delay 14 phase",
151156                        "conditionally-available": false,
151157                        "construct": true,
151158                        "construct-only": false,
151159                        "controllable": true,
151160                        "default": "false",
151161                        "mutable": "null",
151162                        "readable": true,
151163                        "type": "gboolean",
151164                        "writable": true
151165                    },
151166                    "ph15": {
151167                        "blurb": "Delay 15 phase",
151168                        "conditionally-available": false,
151169                        "construct": true,
151170                        "construct-only": false,
151171                        "controllable": true,
151172                        "default": "false",
151173                        "mutable": "null",
151174                        "readable": true,
151175                        "type": "gboolean",
151176                        "writable": true
151177                    },
151178                    "ph2": {
151179                        "blurb": "Delay 2 phase",
151180                        "conditionally-available": false,
151181                        "construct": true,
151182                        "construct-only": false,
151183                        "controllable": true,
151184                        "default": "false",
151185                        "mutable": "null",
151186                        "readable": true,
151187                        "type": "gboolean",
151188                        "writable": true
151189                    },
151190                    "ph3": {
151191                        "blurb": "Delay 3 phase",
151192                        "conditionally-available": false,
151193                        "construct": true,
151194                        "construct-only": false,
151195                        "controllable": true,
151196                        "default": "false",
151197                        "mutable": "null",
151198                        "readable": true,
151199                        "type": "gboolean",
151200                        "writable": true
151201                    },
151202                    "ph4": {
151203                        "blurb": "Delay 4 phase",
151204                        "conditionally-available": false,
151205                        "construct": true,
151206                        "construct-only": false,
151207                        "controllable": true,
151208                        "default": "false",
151209                        "mutable": "null",
151210                        "readable": true,
151211                        "type": "gboolean",
151212                        "writable": true
151213                    },
151214                    "ph5": {
151215                        "blurb": "Delay 5 phase",
151216                        "conditionally-available": false,
151217                        "construct": true,
151218                        "construct-only": false,
151219                        "controllable": true,
151220                        "default": "false",
151221                        "mutable": "null",
151222                        "readable": true,
151223                        "type": "gboolean",
151224                        "writable": true
151225                    },
151226                    "ph6": {
151227                        "blurb": "Delay 6 phase",
151228                        "conditionally-available": false,
151229                        "construct": true,
151230                        "construct-only": false,
151231                        "controllable": true,
151232                        "default": "false",
151233                        "mutable": "null",
151234                        "readable": true,
151235                        "type": "gboolean",
151236                        "writable": true
151237                    },
151238                    "ph7": {
151239                        "blurb": "Delay 7 phase",
151240                        "conditionally-available": false,
151241                        "construct": true,
151242                        "construct-only": false,
151243                        "controllable": true,
151244                        "default": "false",
151245                        "mutable": "null",
151246                        "readable": true,
151247                        "type": "gboolean",
151248                        "writable": true
151249                    },
151250                    "ph8": {
151251                        "blurb": "Delay 8 phase",
151252                        "conditionally-available": false,
151253                        "construct": true,
151254                        "construct-only": false,
151255                        "controllable": true,
151256                        "default": "false",
151257                        "mutable": "null",
151258                        "readable": true,
151259                        "type": "gboolean",
151260                        "writable": true
151261                    },
151262                    "ph9": {
151263                        "blurb": "Delay 9 phase",
151264                        "conditionally-available": false,
151265                        "construct": true,
151266                        "construct-only": false,
151267                        "controllable": true,
151268                        "default": "false",
151269                        "mutable": "null",
151270                        "readable": true,
151271                        "type": "gboolean",
151272                        "writable": true
151273                    },
151274                    "pred": {
151275                        "blurb": "Pre-delay",
151276                        "conditionally-available": false,
151277                        "construct": true,
151278                        "construct-only": false,
151279                        "controllable": true,
151280                        "default": "0",
151281                        "max": "200",
151282                        "min": "0",
151283                        "mutable": "null",
151284                        "readable": true,
151285                        "type": "gfloat",
151286                        "writable": true
151287                    },
151288                    "ramp": {
151289                        "blurb": "Ramping delay",
151290                        "conditionally-available": false,
151291                        "construct": true,
151292                        "construct-only": false,
151293                        "controllable": true,
151294                        "default": "false",
151295                        "mutable": "null",
151296                        "readable": true,
151297                        "type": "gboolean",
151298                        "writable": true
151299                    },
151300                    "s0": {
151301                        "blurb": "Delay 0 solo",
151302                        "conditionally-available": false,
151303                        "construct": true,
151304                        "construct-only": false,
151305                        "controllable": true,
151306                        "default": "false",
151307                        "mutable": "null",
151308                        "readable": true,
151309                        "type": "gboolean",
151310                        "writable": true
151311                    },
151312                    "s1": {
151313                        "blurb": "Delay 1 solo",
151314                        "conditionally-available": false,
151315                        "construct": true,
151316                        "construct-only": false,
151317                        "controllable": true,
151318                        "default": "false",
151319                        "mutable": "null",
151320                        "readable": true,
151321                        "type": "gboolean",
151322                        "writable": true
151323                    },
151324                    "s10": {
151325                        "blurb": "Delay 10 solo",
151326                        "conditionally-available": false,
151327                        "construct": true,
151328                        "construct-only": false,
151329                        "controllable": true,
151330                        "default": "false",
151331                        "mutable": "null",
151332                        "readable": true,
151333                        "type": "gboolean",
151334                        "writable": true
151335                    },
151336                    "s11": {
151337                        "blurb": "Delay 11 solo",
151338                        "conditionally-available": false,
151339                        "construct": true,
151340                        "construct-only": false,
151341                        "controllable": true,
151342                        "default": "false",
151343                        "mutable": "null",
151344                        "readable": true,
151345                        "type": "gboolean",
151346                        "writable": true
151347                    },
151348                    "s12": {
151349                        "blurb": "Delay 12 solo",
151350                        "conditionally-available": false,
151351                        "construct": true,
151352                        "construct-only": false,
151353                        "controllable": true,
151354                        "default": "false",
151355                        "mutable": "null",
151356                        "readable": true,
151357                        "type": "gboolean",
151358                        "writable": true
151359                    },
151360                    "s13": {
151361                        "blurb": "Delay 13 solo",
151362                        "conditionally-available": false,
151363                        "construct": true,
151364                        "construct-only": false,
151365                        "controllable": true,
151366                        "default": "false",
151367                        "mutable": "null",
151368                        "readable": true,
151369                        "type": "gboolean",
151370                        "writable": true
151371                    },
151372                    "s14": {
151373                        "blurb": "Delay 14 solo",
151374                        "conditionally-available": false,
151375                        "construct": true,
151376                        "construct-only": false,
151377                        "controllable": true,
151378                        "default": "false",
151379                        "mutable": "null",
151380                        "readable": true,
151381                        "type": "gboolean",
151382                        "writable": true
151383                    },
151384                    "s15": {
151385                        "blurb": "Delay 15 solo",
151386                        "conditionally-available": false,
151387                        "construct": true,
151388                        "construct-only": false,
151389                        "controllable": true,
151390                        "default": "false",
151391                        "mutable": "null",
151392                        "readable": true,
151393                        "type": "gboolean",
151394                        "writable": true
151395                    },
151396                    "s2": {
151397                        "blurb": "Delay 2 solo",
151398                        "conditionally-available": false,
151399                        "construct": true,
151400                        "construct-only": false,
151401                        "controllable": true,
151402                        "default": "false",
151403                        "mutable": "null",
151404                        "readable": true,
151405                        "type": "gboolean",
151406                        "writable": true
151407                    },
151408                    "s3": {
151409                        "blurb": "Delay 3 solo",
151410                        "conditionally-available": false,
151411                        "construct": true,
151412                        "construct-only": false,
151413                        "controllable": true,
151414                        "default": "false",
151415                        "mutable": "null",
151416                        "readable": true,
151417                        "type": "gboolean",
151418                        "writable": true
151419                    },
151420                    "s4": {
151421                        "blurb": "Delay 4 solo",
151422                        "conditionally-available": false,
151423                        "construct": true,
151424                        "construct-only": false,
151425                        "controllable": true,
151426                        "default": "false",
151427                        "mutable": "null",
151428                        "readable": true,
151429                        "type": "gboolean",
151430                        "writable": true
151431                    },
151432                    "s5": {
151433                        "blurb": "Delay 5 solo",
151434                        "conditionally-available": false,
151435                        "construct": true,
151436                        "construct-only": false,
151437                        "controllable": true,
151438                        "default": "false",
151439                        "mutable": "null",
151440                        "readable": true,
151441                        "type": "gboolean",
151442                        "writable": true
151443                    },
151444                    "s6": {
151445                        "blurb": "Delay 6 solo",
151446                        "conditionally-available": false,
151447                        "construct": true,
151448                        "construct-only": false,
151449                        "controllable": true,
151450                        "default": "false",
151451                        "mutable": "null",
151452                        "readable": true,
151453                        "type": "gboolean",
151454                        "writable": true
151455                    },
151456                    "s7": {
151457                        "blurb": "Delay 7 solo",
151458                        "conditionally-available": false,
151459                        "construct": true,
151460                        "construct-only": false,
151461                        "controllable": true,
151462                        "default": "false",
151463                        "mutable": "null",
151464                        "readable": true,
151465                        "type": "gboolean",
151466                        "writable": true
151467                    },
151468                    "s8": {
151469                        "blurb": "Delay 8 solo",
151470                        "conditionally-available": false,
151471                        "construct": true,
151472                        "construct-only": false,
151473                        "controllable": true,
151474                        "default": "false",
151475                        "mutable": "null",
151476                        "readable": true,
151477                        "type": "gboolean",
151478                        "writable": true
151479                    },
151480                    "s9": {
151481                        "blurb": "Delay 9 solo",
151482                        "conditionally-available": false,
151483                        "construct": true,
151484                        "construct-only": false,
151485                        "controllable": true,
151486                        "default": "false",
151487                        "mutable": "null",
151488                        "readable": true,
151489                        "type": "gboolean",
151490                        "writable": true
151491                    },
151492                    "strch": {
151493                        "blurb": "Stretch time",
151494                        "conditionally-available": false,
151495                        "construct": true,
151496                        "construct-only": false,
151497                        "controllable": true,
151498                        "default": "100",
151499                        "max": "400",
151500                        "min": "25",
151501                        "mutable": "null",
151502                        "readable": true,
151503                        "type": "gfloat",
151504                        "writable": true
151505                    },
151506                    "sync": {
151507                        "blurb": "Tempo sync",
151508                        "conditionally-available": false,
151509                        "construct": true,
151510                        "construct-only": false,
151511                        "controllable": true,
151512                        "default": "false",
151513                        "mutable": "null",
151514                        "readable": true,
151515                        "type": "gboolean",
151516                        "writable": true
151517                    },
151518                    "temp": {
151519                        "blurb": "Tem",
151520                        "conditionally-available": false,
151521                        "construct": true,
151522                        "construct-only": false,
151523                        "controllable": true,
151524                        "default": "20",
151525                        "max": "60",
151526                        "min": "-60",
151527                        "mutable": "null",
151528                        "readable": true,
151529                        "type": "gfloat",
151530                        "writable": true
151531                    },
151532                    "tempo": {
151533                        "blurb": "Tempo",
151534                        "conditionally-available": false,
151535                        "construct": true,
151536                        "construct-only": false,
151537                        "controllable": true,
151538                        "default": "120",
151539                        "max": "360",
151540                        "min": "20",
151541                        "mutable": "null",
151542                        "readable": true,
151543                        "type": "gfloat",
151544                        "writable": true
151545                    },
151546                    "wet": {
151547                        "blurb": "Wet amount",
151548                        "conditionally-available": false,
151549                        "construct": true,
151550                        "construct-only": false,
151551                        "controllable": true,
151552                        "default": "1",
151553                        "max": "10",
151554                        "min": "0",
151555                        "mutable": "null",
151556                        "readable": true,
151557                        "type": "gfloat",
151558                        "writable": true
151559                    },
151560                    "wm": {
151561                        "blurb": "Wet mute",
151562                        "conditionally-available": false,
151563                        "construct": true,
151564                        "construct-only": false,
151565                        "controllable": true,
151566                        "default": "false",
151567                        "mutable": "null",
151568                        "readable": true,
151569                        "type": "gboolean",
151570                        "writable": true
151571                    }
151572                },
151573                "rank": "none"
151574            },
151575            "lsp-plug-in-plugins-lv2-slap-delay-stereo": {
151576                "author": "LSP LV2",
151577                "description": "LSP Slapback Delay Stereo",
151578                "hierarchy": [
151579                    "lsp-plug-in-plugins-lv2-slap-delay-stereo",
151580                    "GstAudioFilter",
151581                    "GstBaseTransform",
151582                    "GstElement",
151583                    "GstObject",
151584                    "GInitiallyUnowned",
151585                    "GObject"
151586                ],
151587                "interfaces": [
151588                    "GstPreset"
151589                ],
151590                "klass": "Filter/Effect/Audio/LV2/Delay",
151591                "long-name": "LSP Slapback Delay Stereo",
151592                "pad-templates": {
151593                    "sink": {
151594                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
151595                        "direction": "sink",
151596                        "presence": "always"
151597                    },
151598                    "src": {
151599                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
151600                        "direction": "src",
151601                        "presence": "always"
151602                    }
151603                },
151604                "properties": {
151605                    "bypass": {
151606                        "blurb": "Bypass",
151607                        "conditionally-available": false,
151608                        "construct": true,
151609                        "construct-only": false,
151610                        "controllable": true,
151611                        "default": "false",
151612                        "mutable": "null",
151613                        "readable": true,
151614                        "type": "gboolean",
151615                        "writable": true
151616                    },
151617                    "dd0": {
151618                        "blurb": "Delay 0 distance",
151619                        "conditionally-available": false,
151620                        "construct": true,
151621                        "construct-only": false,
151622                        "controllable": true,
151623                        "default": "0",
151624                        "max": "400",
151625                        "min": "0",
151626                        "mutable": "null",
151627                        "readable": true,
151628                        "type": "gfloat",
151629                        "writable": true
151630                    },
151631                    "dd1": {
151632                        "blurb": "Delay 1 distance",
151633                        "conditionally-available": false,
151634                        "construct": true,
151635                        "construct-only": false,
151636                        "controllable": true,
151637                        "default": "0",
151638                        "max": "400",
151639                        "min": "0",
151640                        "mutable": "null",
151641                        "readable": true,
151642                        "type": "gfloat",
151643                        "writable": true
151644                    },
151645                    "dd10": {
151646                        "blurb": "Delay 10 distance",
151647                        "conditionally-available": false,
151648                        "construct": true,
151649                        "construct-only": false,
151650                        "controllable": true,
151651                        "default": "0",
151652                        "max": "400",
151653                        "min": "0",
151654                        "mutable": "null",
151655                        "readable": true,
151656                        "type": "gfloat",
151657                        "writable": true
151658                    },
151659                    "dd11": {
151660                        "blurb": "Delay 11 distance",
151661                        "conditionally-available": false,
151662                        "construct": true,
151663                        "construct-only": false,
151664                        "controllable": true,
151665                        "default": "0",
151666                        "max": "400",
151667                        "min": "0",
151668                        "mutable": "null",
151669                        "readable": true,
151670                        "type": "gfloat",
151671                        "writable": true
151672                    },
151673                    "dd12": {
151674                        "blurb": "Delay 12 distance",
151675                        "conditionally-available": false,
151676                        "construct": true,
151677                        "construct-only": false,
151678                        "controllable": true,
151679                        "default": "0",
151680                        "max": "400",
151681                        "min": "0",
151682                        "mutable": "null",
151683                        "readable": true,
151684                        "type": "gfloat",
151685                        "writable": true
151686                    },
151687                    "dd13": {
151688                        "blurb": "Delay 13 distance",
151689                        "conditionally-available": false,
151690                        "construct": true,
151691                        "construct-only": false,
151692                        "controllable": true,
151693                        "default": "0",
151694                        "max": "400",
151695                        "min": "0",
151696                        "mutable": "null",
151697                        "readable": true,
151698                        "type": "gfloat",
151699                        "writable": true
151700                    },
151701                    "dd14": {
151702                        "blurb": "Delay 14 distance",
151703                        "conditionally-available": false,
151704                        "construct": true,
151705                        "construct-only": false,
151706                        "controllable": true,
151707                        "default": "0",
151708                        "max": "400",
151709                        "min": "0",
151710                        "mutable": "null",
151711                        "readable": true,
151712                        "type": "gfloat",
151713                        "writable": true
151714                    },
151715                    "dd15": {
151716                        "blurb": "Delay 15 distance",
151717                        "conditionally-available": false,
151718                        "construct": true,
151719                        "construct-only": false,
151720                        "controllable": true,
151721                        "default": "0",
151722                        "max": "400",
151723                        "min": "0",
151724                        "mutable": "null",
151725                        "readable": true,
151726                        "type": "gfloat",
151727                        "writable": true
151728                    },
151729                    "dd2": {
151730                        "blurb": "Delay 2 distance",
151731                        "conditionally-available": false,
151732                        "construct": true,
151733                        "construct-only": false,
151734                        "controllable": true,
151735                        "default": "0",
151736                        "max": "400",
151737                        "min": "0",
151738                        "mutable": "null",
151739                        "readable": true,
151740                        "type": "gfloat",
151741                        "writable": true
151742                    },
151743                    "dd3": {
151744                        "blurb": "Delay 3 distance",
151745                        "conditionally-available": false,
151746                        "construct": true,
151747                        "construct-only": false,
151748                        "controllable": true,
151749                        "default": "0",
151750                        "max": "400",
151751                        "min": "0",
151752                        "mutable": "null",
151753                        "readable": true,
151754                        "type": "gfloat",
151755                        "writable": true
151756                    },
151757                    "dd4": {
151758                        "blurb": "Delay 4 distance",
151759                        "conditionally-available": false,
151760                        "construct": true,
151761                        "construct-only": false,
151762                        "controllable": true,
151763                        "default": "0",
151764                        "max": "400",
151765                        "min": "0",
151766                        "mutable": "null",
151767                        "readable": true,
151768                        "type": "gfloat",
151769                        "writable": true
151770                    },
151771                    "dd5": {
151772                        "blurb": "Delay 5 distance",
151773                        "conditionally-available": false,
151774                        "construct": true,
151775                        "construct-only": false,
151776                        "controllable": true,
151777                        "default": "0",
151778                        "max": "400",
151779                        "min": "0",
151780                        "mutable": "null",
151781                        "readable": true,
151782                        "type": "gfloat",
151783                        "writable": true
151784                    },
151785                    "dd6": {
151786                        "blurb": "Delay 6 distance",
151787                        "conditionally-available": false,
151788                        "construct": true,
151789                        "construct-only": false,
151790                        "controllable": true,
151791                        "default": "0",
151792                        "max": "400",
151793                        "min": "0",
151794                        "mutable": "null",
151795                        "readable": true,
151796                        "type": "gfloat",
151797                        "writable": true
151798                    },
151799                    "dd7": {
151800                        "blurb": "Delay 7 distance",
151801                        "conditionally-available": false,
151802                        "construct": true,
151803                        "construct-only": false,
151804                        "controllable": true,
151805                        "default": "0",
151806                        "max": "400",
151807                        "min": "0",
151808                        "mutable": "null",
151809                        "readable": true,
151810                        "type": "gfloat",
151811                        "writable": true
151812                    },
151813                    "dd8": {
151814                        "blurb": "Delay 8 distance",
151815                        "conditionally-available": false,
151816                        "construct": true,
151817                        "construct-only": false,
151818                        "controllable": true,
151819                        "default": "0",
151820                        "max": "400",
151821                        "min": "0",
151822                        "mutable": "null",
151823                        "readable": true,
151824                        "type": "gfloat",
151825                        "writable": true
151826                    },
151827                    "dd9": {
151828                        "blurb": "Delay 9 distance",
151829                        "conditionally-available": false,
151830                        "construct": true,
151831                        "construct-only": false,
151832                        "controllable": true,
151833                        "default": "0",
151834                        "max": "400",
151835                        "min": "0",
151836                        "mutable": "null",
151837                        "readable": true,
151838                        "type": "gfloat",
151839                        "writable": true
151840                    },
151841                    "df0": {
151842                        "blurb": "Delay 0 fraction",
151843                        "conditionally-available": false,
151844                        "construct": true,
151845                        "construct-only": false,
151846                        "controllable": true,
151847                        "default": "0",
151848                        "max": "2",
151849                        "min": "0",
151850                        "mutable": "null",
151851                        "readable": true,
151852                        "type": "gfloat",
151853                        "writable": true
151854                    },
151855                    "df1": {
151856                        "blurb": "Delay 1 fraction",
151857                        "conditionally-available": false,
151858                        "construct": true,
151859                        "construct-only": false,
151860                        "controllable": true,
151861                        "default": "0",
151862                        "max": "2",
151863                        "min": "0",
151864                        "mutable": "null",
151865                        "readable": true,
151866                        "type": "gfloat",
151867                        "writable": true
151868                    },
151869                    "df10": {
151870                        "blurb": "Delay 10 fraction",
151871                        "conditionally-available": false,
151872                        "construct": true,
151873                        "construct-only": false,
151874                        "controllable": true,
151875                        "default": "0",
151876                        "max": "2",
151877                        "min": "0",
151878                        "mutable": "null",
151879                        "readable": true,
151880                        "type": "gfloat",
151881                        "writable": true
151882                    },
151883                    "df11": {
151884                        "blurb": "Delay 11 fraction",
151885                        "conditionally-available": false,
151886                        "construct": true,
151887                        "construct-only": false,
151888                        "controllable": true,
151889                        "default": "0",
151890                        "max": "2",
151891                        "min": "0",
151892                        "mutable": "null",
151893                        "readable": true,
151894                        "type": "gfloat",
151895                        "writable": true
151896                    },
151897                    "df12": {
151898                        "blurb": "Delay 12 fraction",
151899                        "conditionally-available": false,
151900                        "construct": true,
151901                        "construct-only": false,
151902                        "controllable": true,
151903                        "default": "0",
151904                        "max": "2",
151905                        "min": "0",
151906                        "mutable": "null",
151907                        "readable": true,
151908                        "type": "gfloat",
151909                        "writable": true
151910                    },
151911                    "df13": {
151912                        "blurb": "Delay 13 fraction",
151913                        "conditionally-available": false,
151914                        "construct": true,
151915                        "construct-only": false,
151916                        "controllable": true,
151917                        "default": "0",
151918                        "max": "2",
151919                        "min": "0",
151920                        "mutable": "null",
151921                        "readable": true,
151922                        "type": "gfloat",
151923                        "writable": true
151924                    },
151925                    "df14": {
151926                        "blurb": "Delay 14 fraction",
151927                        "conditionally-available": false,
151928                        "construct": true,
151929                        "construct-only": false,
151930                        "controllable": true,
151931                        "default": "0",
151932                        "max": "2",
151933                        "min": "0",
151934                        "mutable": "null",
151935                        "readable": true,
151936                        "type": "gfloat",
151937                        "writable": true
151938                    },
151939                    "df15": {
151940                        "blurb": "Delay 15 fraction",
151941                        "conditionally-available": false,
151942                        "construct": true,
151943                        "construct-only": false,
151944                        "controllable": true,
151945                        "default": "0",
151946                        "max": "2",
151947                        "min": "0",
151948                        "mutable": "null",
151949                        "readable": true,
151950                        "type": "gfloat",
151951                        "writable": true
151952                    },
151953                    "df2": {
151954                        "blurb": "Delay 2 fraction",
151955                        "conditionally-available": false,
151956                        "construct": true,
151957                        "construct-only": false,
151958                        "controllable": true,
151959                        "default": "0",
151960                        "max": "2",
151961                        "min": "0",
151962                        "mutable": "null",
151963                        "readable": true,
151964                        "type": "gfloat",
151965                        "writable": true
151966                    },
151967                    "df3": {
151968                        "blurb": "Delay 3 fraction",
151969                        "conditionally-available": false,
151970                        "construct": true,
151971                        "construct-only": false,
151972                        "controllable": true,
151973                        "default": "0",
151974                        "max": "2",
151975                        "min": "0",
151976                        "mutable": "null",
151977                        "readable": true,
151978                        "type": "gfloat",
151979                        "writable": true
151980                    },
151981                    "df4": {
151982                        "blurb": "Delay 4 fraction",
151983                        "conditionally-available": false,
151984                        "construct": true,
151985                        "construct-only": false,
151986                        "controllable": true,
151987                        "default": "0",
151988                        "max": "2",
151989                        "min": "0",
151990                        "mutable": "null",
151991                        "readable": true,
151992                        "type": "gfloat",
151993                        "writable": true
151994                    },
151995                    "df5": {
151996                        "blurb": "Delay 5 fraction",
151997                        "conditionally-available": false,
151998                        "construct": true,
151999                        "construct-only": false,
152000                        "controllable": true,
152001                        "default": "0",
152002                        "max": "2",
152003                        "min": "0",
152004                        "mutable": "null",
152005                        "readable": true,
152006                        "type": "gfloat",
152007                        "writable": true
152008                    },
152009                    "df6": {
152010                        "blurb": "Delay 6 fraction",
152011                        "conditionally-available": false,
152012                        "construct": true,
152013                        "construct-only": false,
152014                        "controllable": true,
152015                        "default": "0",
152016                        "max": "2",
152017                        "min": "0",
152018                        "mutable": "null",
152019                        "readable": true,
152020                        "type": "gfloat",
152021                        "writable": true
152022                    },
152023                    "df7": {
152024                        "blurb": "Delay 7 fraction",
152025                        "conditionally-available": false,
152026                        "construct": true,
152027                        "construct-only": false,
152028                        "controllable": true,
152029                        "default": "0",
152030                        "max": "2",
152031                        "min": "0",
152032                        "mutable": "null",
152033                        "readable": true,
152034                        "type": "gfloat",
152035                        "writable": true
152036                    },
152037                    "df8": {
152038                        "blurb": "Delay 8 fraction",
152039                        "conditionally-available": false,
152040                        "construct": true,
152041                        "construct-only": false,
152042                        "controllable": true,
152043                        "default": "0",
152044                        "max": "2",
152045                        "min": "0",
152046                        "mutable": "null",
152047                        "readable": true,
152048                        "type": "gfloat",
152049                        "writable": true
152050                    },
152051                    "df9": {
152052                        "blurb": "Delay 9 fraction",
152053                        "conditionally-available": false,
152054                        "construct": true,
152055                        "construct-only": false,
152056                        "controllable": true,
152057                        "default": "0",
152058                        "max": "2",
152059                        "min": "0",
152060                        "mutable": "null",
152061                        "readable": true,
152062                        "type": "gfloat",
152063                        "writable": true
152064                    },
152065                    "dg0": {
152066                        "blurb": "Delay 0 gain",
152067                        "conditionally-available": false,
152068                        "construct": true,
152069                        "construct-only": false,
152070                        "controllable": true,
152071                        "default": "1",
152072                        "max": "10",
152073                        "min": "0",
152074                        "mutable": "null",
152075                        "readable": true,
152076                        "type": "gfloat",
152077                        "writable": true
152078                    },
152079                    "dg1": {
152080                        "blurb": "Delay 1 gain",
152081                        "conditionally-available": false,
152082                        "construct": true,
152083                        "construct-only": false,
152084                        "controllable": true,
152085                        "default": "1",
152086                        "max": "10",
152087                        "min": "0",
152088                        "mutable": "null",
152089                        "readable": true,
152090                        "type": "gfloat",
152091                        "writable": true
152092                    },
152093                    "dg10": {
152094                        "blurb": "Delay 10 gain",
152095                        "conditionally-available": false,
152096                        "construct": true,
152097                        "construct-only": false,
152098                        "controllable": true,
152099                        "default": "1",
152100                        "max": "10",
152101                        "min": "0",
152102                        "mutable": "null",
152103                        "readable": true,
152104                        "type": "gfloat",
152105                        "writable": true
152106                    },
152107                    "dg11": {
152108                        "blurb": "Delay 11 gain",
152109                        "conditionally-available": false,
152110                        "construct": true,
152111                        "construct-only": false,
152112                        "controllable": true,
152113                        "default": "1",
152114                        "max": "10",
152115                        "min": "0",
152116                        "mutable": "null",
152117                        "readable": true,
152118                        "type": "gfloat",
152119                        "writable": true
152120                    },
152121                    "dg12": {
152122                        "blurb": "Delay 12 gain",
152123                        "conditionally-available": false,
152124                        "construct": true,
152125                        "construct-only": false,
152126                        "controllable": true,
152127                        "default": "1",
152128                        "max": "10",
152129                        "min": "0",
152130                        "mutable": "null",
152131                        "readable": true,
152132                        "type": "gfloat",
152133                        "writable": true
152134                    },
152135                    "dg13": {
152136                        "blurb": "Delay 13 gain",
152137                        "conditionally-available": false,
152138                        "construct": true,
152139                        "construct-only": false,
152140                        "controllable": true,
152141                        "default": "1",
152142                        "max": "10",
152143                        "min": "0",
152144                        "mutable": "null",
152145                        "readable": true,
152146                        "type": "gfloat",
152147                        "writable": true
152148                    },
152149                    "dg14": {
152150                        "blurb": "Delay 14 gain",
152151                        "conditionally-available": false,
152152                        "construct": true,
152153                        "construct-only": false,
152154                        "controllable": true,
152155                        "default": "1",
152156                        "max": "10",
152157                        "min": "0",
152158                        "mutable": "null",
152159                        "readable": true,
152160                        "type": "gfloat",
152161                        "writable": true
152162                    },
152163                    "dg15": {
152164                        "blurb": "Delay 15 gain",
152165                        "conditionally-available": false,
152166                        "construct": true,
152167                        "construct-only": false,
152168                        "controllable": true,
152169                        "default": "1",
152170                        "max": "10",
152171                        "min": "0",
152172                        "mutable": "null",
152173                        "readable": true,
152174                        "type": "gfloat",
152175                        "writable": true
152176                    },
152177                    "dg2": {
152178                        "blurb": "Delay 2 gain",
152179                        "conditionally-available": false,
152180                        "construct": true,
152181                        "construct-only": false,
152182                        "controllable": true,
152183                        "default": "1",
152184                        "max": "10",
152185                        "min": "0",
152186                        "mutable": "null",
152187                        "readable": true,
152188                        "type": "gfloat",
152189                        "writable": true
152190                    },
152191                    "dg3": {
152192                        "blurb": "Delay 3 gain",
152193                        "conditionally-available": false,
152194                        "construct": true,
152195                        "construct-only": false,
152196                        "controllable": true,
152197                        "default": "1",
152198                        "max": "10",
152199                        "min": "0",
152200                        "mutable": "null",
152201                        "readable": true,
152202                        "type": "gfloat",
152203                        "writable": true
152204                    },
152205                    "dg4": {
152206                        "blurb": "Delay 4 gain",
152207                        "conditionally-available": false,
152208                        "construct": true,
152209                        "construct-only": false,
152210                        "controllable": true,
152211                        "default": "1",
152212                        "max": "10",
152213                        "min": "0",
152214                        "mutable": "null",
152215                        "readable": true,
152216                        "type": "gfloat",
152217                        "writable": true
152218                    },
152219                    "dg5": {
152220                        "blurb": "Delay 5 gain",
152221                        "conditionally-available": false,
152222                        "construct": true,
152223                        "construct-only": false,
152224                        "controllable": true,
152225                        "default": "1",
152226                        "max": "10",
152227                        "min": "0",
152228                        "mutable": "null",
152229                        "readable": true,
152230                        "type": "gfloat",
152231                        "writable": true
152232                    },
152233                    "dg6": {
152234                        "blurb": "Delay 6 gain",
152235                        "conditionally-available": false,
152236                        "construct": true,
152237                        "construct-only": false,
152238                        "controllable": true,
152239                        "default": "1",
152240                        "max": "10",
152241                        "min": "0",
152242                        "mutable": "null",
152243                        "readable": true,
152244                        "type": "gfloat",
152245                        "writable": true
152246                    },
152247                    "dg7": {
152248                        "blurb": "Delay 7 gain",
152249                        "conditionally-available": false,
152250                        "construct": true,
152251                        "construct-only": false,
152252                        "controllable": true,
152253                        "default": "1",
152254                        "max": "10",
152255                        "min": "0",
152256                        "mutable": "null",
152257                        "readable": true,
152258                        "type": "gfloat",
152259                        "writable": true
152260                    },
152261                    "dg8": {
152262                        "blurb": "Delay 8 gain",
152263                        "conditionally-available": false,
152264                        "construct": true,
152265                        "construct-only": false,
152266                        "controllable": true,
152267                        "default": "1",
152268                        "max": "10",
152269                        "min": "0",
152270                        "mutable": "null",
152271                        "readable": true,
152272                        "type": "gfloat",
152273                        "writable": true
152274                    },
152275                    "dg9": {
152276                        "blurb": "Delay 9 gain",
152277                        "conditionally-available": false,
152278                        "construct": true,
152279                        "construct-only": false,
152280                        "controllable": true,
152281                        "default": "1",
152282                        "max": "10",
152283                        "min": "0",
152284                        "mutable": "null",
152285                        "readable": true,
152286                        "type": "gfloat",
152287                        "writable": true
152288                    },
152289                    "dm": {
152290                        "blurb": "Dry mute",
152291                        "conditionally-available": false,
152292                        "construct": true,
152293                        "construct-only": false,
152294                        "controllable": true,
152295                        "default": "false",
152296                        "mutable": "null",
152297                        "readable": true,
152298                        "type": "gboolean",
152299                        "writable": true
152300                    },
152301                    "dm0": {
152302                        "blurb": "Delay 0 mode",
152303                        "conditionally-available": false,
152304                        "construct": true,
152305                        "construct-only": false,
152306                        "controllable": true,
152307                        "default": "Off (0)",
152308                        "mutable": "null",
152309                        "readable": true,
152310                        "type": "lsp-plug-in-plugins-lv2-slap-delay-stereodm0",
152311                        "writable": true
152312                    },
152313                    "dm1": {
152314                        "blurb": "Delay 1 mode",
152315                        "conditionally-available": false,
152316                        "construct": true,
152317                        "construct-only": false,
152318                        "controllable": true,
152319                        "default": "Off (0)",
152320                        "mutable": "null",
152321                        "readable": true,
152322                        "type": "lsp-plug-in-plugins-lv2-slap-delay-stereodm1",
152323                        "writable": true
152324                    },
152325                    "dm10": {
152326                        "blurb": "Delay 10 mode",
152327                        "conditionally-available": false,
152328                        "construct": true,
152329                        "construct-only": false,
152330                        "controllable": true,
152331                        "default": "Off (0)",
152332                        "mutable": "null",
152333                        "readable": true,
152334                        "type": "lsp-plug-in-plugins-lv2-slap-delay-stereodm10",
152335                        "writable": true
152336                    },
152337                    "dm11": {
152338                        "blurb": "Delay 11 mode",
152339                        "conditionally-available": false,
152340                        "construct": true,
152341                        "construct-only": false,
152342                        "controllable": true,
152343                        "default": "Off (0)",
152344                        "mutable": "null",
152345                        "readable": true,
152346                        "type": "lsp-plug-in-plugins-lv2-slap-delay-stereodm11",
152347                        "writable": true
152348                    },
152349                    "dm12": {
152350                        "blurb": "Delay 12 mode",
152351                        "conditionally-available": false,
152352                        "construct": true,
152353                        "construct-only": false,
152354                        "controllable": true,
152355                        "default": "Off (0)",
152356                        "mutable": "null",
152357                        "readable": true,
152358                        "type": "lsp-plug-in-plugins-lv2-slap-delay-stereodm12",
152359                        "writable": true
152360                    },
152361                    "dm13": {
152362                        "blurb": "Delay 13 mode",
152363                        "conditionally-available": false,
152364                        "construct": true,
152365                        "construct-only": false,
152366                        "controllable": true,
152367                        "default": "Off (0)",
152368                        "mutable": "null",
152369                        "readable": true,
152370                        "type": "lsp-plug-in-plugins-lv2-slap-delay-stereodm13",
152371                        "writable": true
152372                    },
152373                    "dm14": {
152374                        "blurb": "Delay 14 mode",
152375                        "conditionally-available": false,
152376                        "construct": true,
152377                        "construct-only": false,
152378                        "controllable": true,
152379                        "default": "Off (0)",
152380                        "mutable": "null",
152381                        "readable": true,
152382                        "type": "lsp-plug-in-plugins-lv2-slap-delay-stereodm14",
152383                        "writable": true
152384                    },
152385                    "dm15": {
152386                        "blurb": "Delay 15 mode",
152387                        "conditionally-available": false,
152388                        "construct": true,
152389                        "construct-only": false,
152390                        "controllable": true,
152391                        "default": "Off (0)",
152392                        "mutable": "null",
152393                        "readable": true,
152394                        "type": "lsp-plug-in-plugins-lv2-slap-delay-stereodm15",
152395                        "writable": true
152396                    },
152397                    "dm2": {
152398                        "blurb": "Delay 2 mode",
152399                        "conditionally-available": false,
152400                        "construct": true,
152401                        "construct-only": false,
152402                        "controllable": true,
152403                        "default": "Off (0)",
152404                        "mutable": "null",
152405                        "readable": true,
152406                        "type": "lsp-plug-in-plugins-lv2-slap-delay-stereodm2",
152407                        "writable": true
152408                    },
152409                    "dm3": {
152410                        "blurb": "Delay 3 mode",
152411                        "conditionally-available": false,
152412                        "construct": true,
152413                        "construct-only": false,
152414                        "controllable": true,
152415                        "default": "Off (0)",
152416                        "mutable": "null",
152417                        "readable": true,
152418                        "type": "lsp-plug-in-plugins-lv2-slap-delay-stereodm3",
152419                        "writable": true
152420                    },
152421                    "dm4": {
152422                        "blurb": "Delay 4 mode",
152423                        "conditionally-available": false,
152424                        "construct": true,
152425                        "construct-only": false,
152426                        "controllable": true,
152427                        "default": "Off (0)",
152428                        "mutable": "null",
152429                        "readable": true,
152430                        "type": "lsp-plug-in-plugins-lv2-slap-delay-stereodm4",
152431                        "writable": true
152432                    },
152433                    "dm5": {
152434                        "blurb": "Delay 5 mode",
152435                        "conditionally-available": false,
152436                        "construct": true,
152437                        "construct-only": false,
152438                        "controllable": true,
152439                        "default": "Off (0)",
152440                        "mutable": "null",
152441                        "readable": true,
152442                        "type": "lsp-plug-in-plugins-lv2-slap-delay-stereodm5",
152443                        "writable": true
152444                    },
152445                    "dm6": {
152446                        "blurb": "Delay 6 mode",
152447                        "conditionally-available": false,
152448                        "construct": true,
152449                        "construct-only": false,
152450                        "controllable": true,
152451                        "default": "Off (0)",
152452                        "mutable": "null",
152453                        "readable": true,
152454                        "type": "lsp-plug-in-plugins-lv2-slap-delay-stereodm6",
152455                        "writable": true
152456                    },
152457                    "dm7": {
152458                        "blurb": "Delay 7 mode",
152459                        "conditionally-available": false,
152460                        "construct": true,
152461                        "construct-only": false,
152462                        "controllable": true,
152463                        "default": "Off (0)",
152464                        "mutable": "null",
152465                        "readable": true,
152466                        "type": "lsp-plug-in-plugins-lv2-slap-delay-stereodm7",
152467                        "writable": true
152468                    },
152469                    "dm8": {
152470                        "blurb": "Delay 8 mode",
152471                        "conditionally-available": false,
152472                        "construct": true,
152473                        "construct-only": false,
152474                        "controllable": true,
152475                        "default": "Off (0)",
152476                        "mutable": "null",
152477                        "readable": true,
152478                        "type": "lsp-plug-in-plugins-lv2-slap-delay-stereodm8",
152479                        "writable": true
152480                    },
152481                    "dm9": {
152482                        "blurb": "Delay 9 mode",
152483                        "conditionally-available": false,
152484                        "construct": true,
152485                        "construct-only": false,
152486                        "controllable": true,
152487                        "default": "Off (0)",
152488                        "mutable": "null",
152489                        "readable": true,
152490                        "type": "lsp-plug-in-plugins-lv2-slap-delay-stereodm9",
152491                        "writable": true
152492                    },
152493                    "dry": {
152494                        "blurb": "Dry amount",
152495                        "conditionally-available": false,
152496                        "construct": true,
152497                        "construct-only": false,
152498                        "controllable": true,
152499                        "default": "1",
152500                        "max": "10",
152501                        "min": "0",
152502                        "mutable": "null",
152503                        "readable": true,
152504                        "type": "gfloat",
152505                        "writable": true
152506                    },
152507                    "ds0": {
152508                        "blurb": "Delay 0 denominator",
152509                        "conditionally-available": false,
152510                        "construct": true,
152511                        "construct-only": false,
152512                        "controllable": true,
152513                        "default": "4",
152514                        "max": "64",
152515                        "min": "1",
152516                        "mutable": "null",
152517                        "readable": true,
152518                        "type": "gint",
152519                        "writable": true
152520                    },
152521                    "ds1": {
152522                        "blurb": "Delay 1 denominator",
152523                        "conditionally-available": false,
152524                        "construct": true,
152525                        "construct-only": false,
152526                        "controllable": true,
152527                        "default": "4",
152528                        "max": "64",
152529                        "min": "1",
152530                        "mutable": "null",
152531                        "readable": true,
152532                        "type": "gint",
152533                        "writable": true
152534                    },
152535                    "ds10": {
152536                        "blurb": "Delay 10 denominator",
152537                        "conditionally-available": false,
152538                        "construct": true,
152539                        "construct-only": false,
152540                        "controllable": true,
152541                        "default": "4",
152542                        "max": "64",
152543                        "min": "1",
152544                        "mutable": "null",
152545                        "readable": true,
152546                        "type": "gint",
152547                        "writable": true
152548                    },
152549                    "ds11": {
152550                        "blurb": "Delay 11 denominator",
152551                        "conditionally-available": false,
152552                        "construct": true,
152553                        "construct-only": false,
152554                        "controllable": true,
152555                        "default": "4",
152556                        "max": "64",
152557                        "min": "1",
152558                        "mutable": "null",
152559                        "readable": true,
152560                        "type": "gint",
152561                        "writable": true
152562                    },
152563                    "ds12": {
152564                        "blurb": "Delay 12 denominator",
152565                        "conditionally-available": false,
152566                        "construct": true,
152567                        "construct-only": false,
152568                        "controllable": true,
152569                        "default": "4",
152570                        "max": "64",
152571                        "min": "1",
152572                        "mutable": "null",
152573                        "readable": true,
152574                        "type": "gint",
152575                        "writable": true
152576                    },
152577                    "ds13": {
152578                        "blurb": "Delay 13 denominator",
152579                        "conditionally-available": false,
152580                        "construct": true,
152581                        "construct-only": false,
152582                        "controllable": true,
152583                        "default": "4",
152584                        "max": "64",
152585                        "min": "1",
152586                        "mutable": "null",
152587                        "readable": true,
152588                        "type": "gint",
152589                        "writable": true
152590                    },
152591                    "ds14": {
152592                        "blurb": "Delay 14 denominator",
152593                        "conditionally-available": false,
152594                        "construct": true,
152595                        "construct-only": false,
152596                        "controllable": true,
152597                        "default": "4",
152598                        "max": "64",
152599                        "min": "1",
152600                        "mutable": "null",
152601                        "readable": true,
152602                        "type": "gint",
152603                        "writable": true
152604                    },
152605                    "ds15": {
152606                        "blurb": "Delay 15 denominator",
152607                        "conditionally-available": false,
152608                        "construct": true,
152609                        "construct-only": false,
152610                        "controllable": true,
152611                        "default": "4",
152612                        "max": "64",
152613                        "min": "1",
152614                        "mutable": "null",
152615                        "readable": true,
152616                        "type": "gint",
152617                        "writable": true
152618                    },
152619                    "ds2": {
152620                        "blurb": "Delay 2 denominator",
152621                        "conditionally-available": false,
152622                        "construct": true,
152623                        "construct-only": false,
152624                        "controllable": true,
152625                        "default": "4",
152626                        "max": "64",
152627                        "min": "1",
152628                        "mutable": "null",
152629                        "readable": true,
152630                        "type": "gint",
152631                        "writable": true
152632                    },
152633                    "ds3": {
152634                        "blurb": "Delay 3 denominator",
152635                        "conditionally-available": false,
152636                        "construct": true,
152637                        "construct-only": false,
152638                        "controllable": true,
152639                        "default": "4",
152640                        "max": "64",
152641                        "min": "1",
152642                        "mutable": "null",
152643                        "readable": true,
152644                        "type": "gint",
152645                        "writable": true
152646                    },
152647                    "ds4": {
152648                        "blurb": "Delay 4 denominator",
152649                        "conditionally-available": false,
152650                        "construct": true,
152651                        "construct-only": false,
152652                        "controllable": true,
152653                        "default": "4",
152654                        "max": "64",
152655                        "min": "1",
152656                        "mutable": "null",
152657                        "readable": true,
152658                        "type": "gint",
152659                        "writable": true
152660                    },
152661                    "ds5": {
152662                        "blurb": "Delay 5 denominator",
152663                        "conditionally-available": false,
152664                        "construct": true,
152665                        "construct-only": false,
152666                        "controllable": true,
152667                        "default": "4",
152668                        "max": "64",
152669                        "min": "1",
152670                        "mutable": "null",
152671                        "readable": true,
152672                        "type": "gint",
152673                        "writable": true
152674                    },
152675                    "ds6": {
152676                        "blurb": "Delay 6 denominator",
152677                        "conditionally-available": false,
152678                        "construct": true,
152679                        "construct-only": false,
152680                        "controllable": true,
152681                        "default": "4",
152682                        "max": "64",
152683                        "min": "1",
152684                        "mutable": "null",
152685                        "readable": true,
152686                        "type": "gint",
152687                        "writable": true
152688                    },
152689                    "ds7": {
152690                        "blurb": "Delay 7 denominator",
152691                        "conditionally-available": false,
152692                        "construct": true,
152693                        "construct-only": false,
152694                        "controllable": true,
152695                        "default": "4",
152696                        "max": "64",
152697                        "min": "1",
152698                        "mutable": "null",
152699                        "readable": true,
152700                        "type": "gint",
152701                        "writable": true
152702                    },
152703                    "ds8": {
152704                        "blurb": "Delay 8 denominator",
152705                        "conditionally-available": false,
152706                        "construct": true,
152707                        "construct-only": false,
152708                        "controllable": true,
152709                        "default": "4",
152710                        "max": "64",
152711                        "min": "1",
152712                        "mutable": "null",
152713                        "readable": true,
152714                        "type": "gint",
152715                        "writable": true
152716                    },
152717                    "ds9": {
152718                        "blurb": "Delay 9 denominator",
152719                        "conditionally-available": false,
152720                        "construct": true,
152721                        "construct-only": false,
152722                        "controllable": true,
152723                        "default": "4",
152724                        "max": "64",
152725                        "min": "1",
152726                        "mutable": "null",
152727                        "readable": true,
152728                        "type": "gint",
152729                        "writable": true
152730                    },
152731                    "dt0": {
152732                        "blurb": "Delay 0 time",
152733                        "conditionally-available": false,
152734                        "construct": true,
152735                        "construct-only": false,
152736                        "controllable": true,
152737                        "default": "0",
152738                        "max": "1000",
152739                        "min": "0",
152740                        "mutable": "null",
152741                        "readable": true,
152742                        "type": "gfloat",
152743                        "writable": true
152744                    },
152745                    "dt1": {
152746                        "blurb": "Delay 1 time",
152747                        "conditionally-available": false,
152748                        "construct": true,
152749                        "construct-only": false,
152750                        "controllable": true,
152751                        "default": "0",
152752                        "max": "1000",
152753                        "min": "0",
152754                        "mutable": "null",
152755                        "readable": true,
152756                        "type": "gfloat",
152757                        "writable": true
152758                    },
152759                    "dt10": {
152760                        "blurb": "Delay 10 time",
152761                        "conditionally-available": false,
152762                        "construct": true,
152763                        "construct-only": false,
152764                        "controllable": true,
152765                        "default": "0",
152766                        "max": "1000",
152767                        "min": "0",
152768                        "mutable": "null",
152769                        "readable": true,
152770                        "type": "gfloat",
152771                        "writable": true
152772                    },
152773                    "dt11": {
152774                        "blurb": "Delay 11 time",
152775                        "conditionally-available": false,
152776                        "construct": true,
152777                        "construct-only": false,
152778                        "controllable": true,
152779                        "default": "0",
152780                        "max": "1000",
152781                        "min": "0",
152782                        "mutable": "null",
152783                        "readable": true,
152784                        "type": "gfloat",
152785                        "writable": true
152786                    },
152787                    "dt12": {
152788                        "blurb": "Delay 12 time",
152789                        "conditionally-available": false,
152790                        "construct": true,
152791                        "construct-only": false,
152792                        "controllable": true,
152793                        "default": "0",
152794                        "max": "1000",
152795                        "min": "0",
152796                        "mutable": "null",
152797                        "readable": true,
152798                        "type": "gfloat",
152799                        "writable": true
152800                    },
152801                    "dt13": {
152802                        "blurb": "Delay 13 time",
152803                        "conditionally-available": false,
152804                        "construct": true,
152805                        "construct-only": false,
152806                        "controllable": true,
152807                        "default": "0",
152808                        "max": "1000",
152809                        "min": "0",
152810                        "mutable": "null",
152811                        "readable": true,
152812                        "type": "gfloat",
152813                        "writable": true
152814                    },
152815                    "dt14": {
152816                        "blurb": "Delay 14 time",
152817                        "conditionally-available": false,
152818                        "construct": true,
152819                        "construct-only": false,
152820                        "controllable": true,
152821                        "default": "0",
152822                        "max": "1000",
152823                        "min": "0",
152824                        "mutable": "null",
152825                        "readable": true,
152826                        "type": "gfloat",
152827                        "writable": true
152828                    },
152829                    "dt15": {
152830                        "blurb": "Delay 15 time",
152831                        "conditionally-available": false,
152832                        "construct": true,
152833                        "construct-only": false,
152834                        "controllable": true,
152835                        "default": "0",
152836                        "max": "1000",
152837                        "min": "0",
152838                        "mutable": "null",
152839                        "readable": true,
152840                        "type": "gfloat",
152841                        "writable": true
152842                    },
152843                    "dt2": {
152844                        "blurb": "Delay 2 time",
152845                        "conditionally-available": false,
152846                        "construct": true,
152847                        "construct-only": false,
152848                        "controllable": true,
152849                        "default": "0",
152850                        "max": "1000",
152851                        "min": "0",
152852                        "mutable": "null",
152853                        "readable": true,
152854                        "type": "gfloat",
152855                        "writable": true
152856                    },
152857                    "dt3": {
152858                        "blurb": "Delay 3 time",
152859                        "conditionally-available": false,
152860                        "construct": true,
152861                        "construct-only": false,
152862                        "controllable": true,
152863                        "default": "0",
152864                        "max": "1000",
152865                        "min": "0",
152866                        "mutable": "null",
152867                        "readable": true,
152868                        "type": "gfloat",
152869                        "writable": true
152870                    },
152871                    "dt4": {
152872                        "blurb": "Delay 4 time",
152873                        "conditionally-available": false,
152874                        "construct": true,
152875                        "construct-only": false,
152876                        "controllable": true,
152877                        "default": "0",
152878                        "max": "1000",
152879                        "min": "0",
152880                        "mutable": "null",
152881                        "readable": true,
152882                        "type": "gfloat",
152883                        "writable": true
152884                    },
152885                    "dt5": {
152886                        "blurb": "Delay 5 time",
152887                        "conditionally-available": false,
152888                        "construct": true,
152889                        "construct-only": false,
152890                        "controllable": true,
152891                        "default": "0",
152892                        "max": "1000",
152893                        "min": "0",
152894                        "mutable": "null",
152895                        "readable": true,
152896                        "type": "gfloat",
152897                        "writable": true
152898                    },
152899                    "dt6": {
152900                        "blurb": "Delay 6 time",
152901                        "conditionally-available": false,
152902                        "construct": true,
152903                        "construct-only": false,
152904                        "controllable": true,
152905                        "default": "0",
152906                        "max": "1000",
152907                        "min": "0",
152908                        "mutable": "null",
152909                        "readable": true,
152910                        "type": "gfloat",
152911                        "writable": true
152912                    },
152913                    "dt7": {
152914                        "blurb": "Delay 7 time",
152915                        "conditionally-available": false,
152916                        "construct": true,
152917                        "construct-only": false,
152918                        "controllable": true,
152919                        "default": "0",
152920                        "max": "1000",
152921                        "min": "0",
152922                        "mutable": "null",
152923                        "readable": true,
152924                        "type": "gfloat",
152925                        "writable": true
152926                    },
152927                    "dt8": {
152928                        "blurb": "Delay 8 time",
152929                        "conditionally-available": false,
152930                        "construct": true,
152931                        "construct-only": false,
152932                        "controllable": true,
152933                        "default": "0",
152934                        "max": "1000",
152935                        "min": "0",
152936                        "mutable": "null",
152937                        "readable": true,
152938                        "type": "gfloat",
152939                        "writable": true
152940                    },
152941                    "dt9": {
152942                        "blurb": "Delay 9 time",
152943                        "conditionally-available": false,
152944                        "construct": true,
152945                        "construct-only": false,
152946                        "controllable": true,
152947                        "default": "0",
152948                        "max": "1000",
152949                        "min": "0",
152950                        "mutable": "null",
152951                        "readable": true,
152952                        "type": "gfloat",
152953                        "writable": true
152954                    },
152955                    "eq0": {
152956                        "blurb": "Equalizer 0 on",
152957                        "conditionally-available": false,
152958                        "construct": true,
152959                        "construct-only": false,
152960                        "controllable": true,
152961                        "default": "false",
152962                        "mutable": "null",
152963                        "readable": true,
152964                        "type": "gboolean",
152965                        "writable": true
152966                    },
152967                    "eq1": {
152968                        "blurb": "Equalizer 1 on",
152969                        "conditionally-available": false,
152970                        "construct": true,
152971                        "construct-only": false,
152972                        "controllable": true,
152973                        "default": "false",
152974                        "mutable": "null",
152975                        "readable": true,
152976                        "type": "gboolean",
152977                        "writable": true
152978                    },
152979                    "eq10": {
152980                        "blurb": "Equalizer 10 on",
152981                        "conditionally-available": false,
152982                        "construct": true,
152983                        "construct-only": false,
152984                        "controllable": true,
152985                        "default": "false",
152986                        "mutable": "null",
152987                        "readable": true,
152988                        "type": "gboolean",
152989                        "writable": true
152990                    },
152991                    "eq11": {
152992                        "blurb": "Equalizer 11 on",
152993                        "conditionally-available": false,
152994                        "construct": true,
152995                        "construct-only": false,
152996                        "controllable": true,
152997                        "default": "false",
152998                        "mutable": "null",
152999                        "readable": true,
153000                        "type": "gboolean",
153001                        "writable": true
153002                    },
153003                    "eq12": {
153004                        "blurb": "Equalizer 12 on",
153005                        "conditionally-available": false,
153006                        "construct": true,
153007                        "construct-only": false,
153008                        "controllable": true,
153009                        "default": "false",
153010                        "mutable": "null",
153011                        "readable": true,
153012                        "type": "gboolean",
153013                        "writable": true
153014                    },
153015                    "eq13": {
153016                        "blurb": "Equalizer 13 on",
153017                        "conditionally-available": false,
153018                        "construct": true,
153019                        "construct-only": false,
153020                        "controllable": true,
153021                        "default": "false",
153022                        "mutable": "null",
153023                        "readable": true,
153024                        "type": "gboolean",
153025                        "writable": true
153026                    },
153027                    "eq14": {
153028                        "blurb": "Equalizer 14 on",
153029                        "conditionally-available": false,
153030                        "construct": true,
153031                        "construct-only": false,
153032                        "controllable": true,
153033                        "default": "false",
153034                        "mutable": "null",
153035                        "readable": true,
153036                        "type": "gboolean",
153037                        "writable": true
153038                    },
153039                    "eq15": {
153040                        "blurb": "Equalizer 15 on",
153041                        "conditionally-available": false,
153042                        "construct": true,
153043                        "construct-only": false,
153044                        "controllable": true,
153045                        "default": "false",
153046                        "mutable": "null",
153047                        "readable": true,
153048                        "type": "gboolean",
153049                        "writable": true
153050                    },
153051                    "eq2": {
153052                        "blurb": "Equalizer 2 on",
153053                        "conditionally-available": false,
153054                        "construct": true,
153055                        "construct-only": false,
153056                        "controllable": true,
153057                        "default": "false",
153058                        "mutable": "null",
153059                        "readable": true,
153060                        "type": "gboolean",
153061                        "writable": true
153062                    },
153063                    "eq3": {
153064                        "blurb": "Equalizer 3 on",
153065                        "conditionally-available": false,
153066                        "construct": true,
153067                        "construct-only": false,
153068                        "controllable": true,
153069                        "default": "false",
153070                        "mutable": "null",
153071                        "readable": true,
153072                        "type": "gboolean",
153073                        "writable": true
153074                    },
153075                    "eq4": {
153076                        "blurb": "Equalizer 4 on",
153077                        "conditionally-available": false,
153078                        "construct": true,
153079                        "construct-only": false,
153080                        "controllable": true,
153081                        "default": "false",
153082                        "mutable": "null",
153083                        "readable": true,
153084                        "type": "gboolean",
153085                        "writable": true
153086                    },
153087                    "eq5": {
153088                        "blurb": "Equalizer 5 on",
153089                        "conditionally-available": false,
153090                        "construct": true,
153091                        "construct-only": false,
153092                        "controllable": true,
153093                        "default": "false",
153094                        "mutable": "null",
153095                        "readable": true,
153096                        "type": "gboolean",
153097                        "writable": true
153098                    },
153099                    "eq6": {
153100                        "blurb": "Equalizer 6 on",
153101                        "conditionally-available": false,
153102                        "construct": true,
153103                        "construct-only": false,
153104                        "controllable": true,
153105                        "default": "false",
153106                        "mutable": "null",
153107                        "readable": true,
153108                        "type": "gboolean",
153109                        "writable": true
153110                    },
153111                    "eq7": {
153112                        "blurb": "Equalizer 7 on",
153113                        "conditionally-available": false,
153114                        "construct": true,
153115                        "construct-only": false,
153116                        "controllable": true,
153117                        "default": "false",
153118                        "mutable": "null",
153119                        "readable": true,
153120                        "type": "gboolean",
153121                        "writable": true
153122                    },
153123                    "eq8": {
153124                        "blurb": "Equalizer 8 on",
153125                        "conditionally-available": false,
153126                        "construct": true,
153127                        "construct-only": false,
153128                        "controllable": true,
153129                        "default": "false",
153130                        "mutable": "null",
153131                        "readable": true,
153132                        "type": "gboolean",
153133                        "writable": true
153134                    },
153135                    "eq9": {
153136                        "blurb": "Equalizer 9 on",
153137                        "conditionally-available": false,
153138                        "construct": true,
153139                        "construct-only": false,
153140                        "controllable": true,
153141                        "default": "false",
153142                        "mutable": "null",
153143                        "readable": true,
153144                        "type": "gboolean",
153145                        "writable": true
153146                    },
153147                    "fbb0": {
153148                        "blurb": "Delay 0 bass",
153149                        "conditionally-available": false,
153150                        "construct": true,
153151                        "construct-only": false,
153152                        "controllable": true,
153153                        "default": "1",
153154                        "max": "15.8489",
153155                        "min": "0.0631",
153156                        "mutable": "null",
153157                        "readable": true,
153158                        "type": "gfloat",
153159                        "writable": true
153160                    },
153161                    "fbb1": {
153162                        "blurb": "Delay 1 bass",
153163                        "conditionally-available": false,
153164                        "construct": true,
153165                        "construct-only": false,
153166                        "controllable": true,
153167                        "default": "1",
153168                        "max": "15.8489",
153169                        "min": "0.0631",
153170                        "mutable": "null",
153171                        "readable": true,
153172                        "type": "gfloat",
153173                        "writable": true
153174                    },
153175                    "fbb10": {
153176                        "blurb": "Delay 10 bass",
153177                        "conditionally-available": false,
153178                        "construct": true,
153179                        "construct-only": false,
153180                        "controllable": true,
153181                        "default": "1",
153182                        "max": "15.8489",
153183                        "min": "0.0631",
153184                        "mutable": "null",
153185                        "readable": true,
153186                        "type": "gfloat",
153187                        "writable": true
153188                    },
153189                    "fbb11": {
153190                        "blurb": "Delay 11 bass",
153191                        "conditionally-available": false,
153192                        "construct": true,
153193                        "construct-only": false,
153194                        "controllable": true,
153195                        "default": "1",
153196                        "max": "15.8489",
153197                        "min": "0.0631",
153198                        "mutable": "null",
153199                        "readable": true,
153200                        "type": "gfloat",
153201                        "writable": true
153202                    },
153203                    "fbb12": {
153204                        "blurb": "Delay 12 bass",
153205                        "conditionally-available": false,
153206                        "construct": true,
153207                        "construct-only": false,
153208                        "controllable": true,
153209                        "default": "1",
153210                        "max": "15.8489",
153211                        "min": "0.0631",
153212                        "mutable": "null",
153213                        "readable": true,
153214                        "type": "gfloat",
153215                        "writable": true
153216                    },
153217                    "fbb13": {
153218                        "blurb": "Delay 13 bass",
153219                        "conditionally-available": false,
153220                        "construct": true,
153221                        "construct-only": false,
153222                        "controllable": true,
153223                        "default": "1",
153224                        "max": "15.8489",
153225                        "min": "0.0631",
153226                        "mutable": "null",
153227                        "readable": true,
153228                        "type": "gfloat",
153229                        "writable": true
153230                    },
153231                    "fbb14": {
153232                        "blurb": "Delay 14 bass",
153233                        "conditionally-available": false,
153234                        "construct": true,
153235                        "construct-only": false,
153236                        "controllable": true,
153237                        "default": "1",
153238                        "max": "15.8489",
153239                        "min": "0.0631",
153240                        "mutable": "null",
153241                        "readable": true,
153242                        "type": "gfloat",
153243                        "writable": true
153244                    },
153245                    "fbb15": {
153246                        "blurb": "Delay 15 bass",
153247                        "conditionally-available": false,
153248                        "construct": true,
153249                        "construct-only": false,
153250                        "controllable": true,
153251                        "default": "1",
153252                        "max": "15.8489",
153253                        "min": "0.0631",
153254                        "mutable": "null",
153255                        "readable": true,
153256                        "type": "gfloat",
153257                        "writable": true
153258                    },
153259                    "fbb2": {
153260                        "blurb": "Delay 2 bass",
153261                        "conditionally-available": false,
153262                        "construct": true,
153263                        "construct-only": false,
153264                        "controllable": true,
153265                        "default": "1",
153266                        "max": "15.8489",
153267                        "min": "0.0631",
153268                        "mutable": "null",
153269                        "readable": true,
153270                        "type": "gfloat",
153271                        "writable": true
153272                    },
153273                    "fbb3": {
153274                        "blurb": "Delay 3 bass",
153275                        "conditionally-available": false,
153276                        "construct": true,
153277                        "construct-only": false,
153278                        "controllable": true,
153279                        "default": "1",
153280                        "max": "15.8489",
153281                        "min": "0.0631",
153282                        "mutable": "null",
153283                        "readable": true,
153284                        "type": "gfloat",
153285                        "writable": true
153286                    },
153287                    "fbb4": {
153288                        "blurb": "Delay 4 bass",
153289                        "conditionally-available": false,
153290                        "construct": true,
153291                        "construct-only": false,
153292                        "controllable": true,
153293                        "default": "1",
153294                        "max": "15.8489",
153295                        "min": "0.0631",
153296                        "mutable": "null",
153297                        "readable": true,
153298                        "type": "gfloat",
153299                        "writable": true
153300                    },
153301                    "fbb5": {
153302                        "blurb": "Delay 5 bass",
153303                        "conditionally-available": false,
153304                        "construct": true,
153305                        "construct-only": false,
153306                        "controllable": true,
153307                        "default": "1",
153308                        "max": "15.8489",
153309                        "min": "0.0631",
153310                        "mutable": "null",
153311                        "readable": true,
153312                        "type": "gfloat",
153313                        "writable": true
153314                    },
153315                    "fbb6": {
153316                        "blurb": "Delay 6 bass",
153317                        "conditionally-available": false,
153318                        "construct": true,
153319                        "construct-only": false,
153320                        "controllable": true,
153321                        "default": "1",
153322                        "max": "15.8489",
153323                        "min": "0.0631",
153324                        "mutable": "null",
153325                        "readable": true,
153326                        "type": "gfloat",
153327                        "writable": true
153328                    },
153329                    "fbb7": {
153330                        "blurb": "Delay 7 bass",
153331                        "conditionally-available": false,
153332                        "construct": true,
153333                        "construct-only": false,
153334                        "controllable": true,
153335                        "default": "1",
153336                        "max": "15.8489",
153337                        "min": "0.0631",
153338                        "mutable": "null",
153339                        "readable": true,
153340                        "type": "gfloat",
153341                        "writable": true
153342                    },
153343                    "fbb8": {
153344                        "blurb": "Delay 8 bass",
153345                        "conditionally-available": false,
153346                        "construct": true,
153347                        "construct-only": false,
153348                        "controllable": true,
153349                        "default": "1",
153350                        "max": "15.8489",
153351                        "min": "0.0631",
153352                        "mutable": "null",
153353                        "readable": true,
153354                        "type": "gfloat",
153355                        "writable": true
153356                    },
153357                    "fbb9": {
153358                        "blurb": "Delay 9 bass",
153359                        "conditionally-available": false,
153360                        "construct": true,
153361                        "construct-only": false,
153362                        "controllable": true,
153363                        "default": "1",
153364                        "max": "15.8489",
153365                        "min": "0.0631",
153366                        "mutable": "null",
153367                        "readable": true,
153368                        "type": "gfloat",
153369                        "writable": true
153370                    },
153371                    "fbm0": {
153372                        "blurb": "Delay 0 middle",
153373                        "conditionally-available": false,
153374                        "construct": true,
153375                        "construct-only": false,
153376                        "controllable": true,
153377                        "default": "1",
153378                        "max": "15.8489",
153379                        "min": "0.0631",
153380                        "mutable": "null",
153381                        "readable": true,
153382                        "type": "gfloat",
153383                        "writable": true
153384                    },
153385                    "fbm1": {
153386                        "blurb": "Delay 1 middle",
153387                        "conditionally-available": false,
153388                        "construct": true,
153389                        "construct-only": false,
153390                        "controllable": true,
153391                        "default": "1",
153392                        "max": "15.8489",
153393                        "min": "0.0631",
153394                        "mutable": "null",
153395                        "readable": true,
153396                        "type": "gfloat",
153397                        "writable": true
153398                    },
153399                    "fbm10": {
153400                        "blurb": "Delay 10 middle",
153401                        "conditionally-available": false,
153402                        "construct": true,
153403                        "construct-only": false,
153404                        "controllable": true,
153405                        "default": "1",
153406                        "max": "15.8489",
153407                        "min": "0.0631",
153408                        "mutable": "null",
153409                        "readable": true,
153410                        "type": "gfloat",
153411                        "writable": true
153412                    },
153413                    "fbm11": {
153414                        "blurb": "Delay 11 middle",
153415                        "conditionally-available": false,
153416                        "construct": true,
153417                        "construct-only": false,
153418                        "controllable": true,
153419                        "default": "1",
153420                        "max": "15.8489",
153421                        "min": "0.0631",
153422                        "mutable": "null",
153423                        "readable": true,
153424                        "type": "gfloat",
153425                        "writable": true
153426                    },
153427                    "fbm12": {
153428                        "blurb": "Delay 12 middle",
153429                        "conditionally-available": false,
153430                        "construct": true,
153431                        "construct-only": false,
153432                        "controllable": true,
153433                        "default": "1",
153434                        "max": "15.8489",
153435                        "min": "0.0631",
153436                        "mutable": "null",
153437                        "readable": true,
153438                        "type": "gfloat",
153439                        "writable": true
153440                    },
153441                    "fbm13": {
153442                        "blurb": "Delay 13 middle",
153443                        "conditionally-available": false,
153444                        "construct": true,
153445                        "construct-only": false,
153446                        "controllable": true,
153447                        "default": "1",
153448                        "max": "15.8489",
153449                        "min": "0.0631",
153450                        "mutable": "null",
153451                        "readable": true,
153452                        "type": "gfloat",
153453                        "writable": true
153454                    },
153455                    "fbm14": {
153456                        "blurb": "Delay 14 middle",
153457                        "conditionally-available": false,
153458                        "construct": true,
153459                        "construct-only": false,
153460                        "controllable": true,
153461                        "default": "1",
153462                        "max": "15.8489",
153463                        "min": "0.0631",
153464                        "mutable": "null",
153465                        "readable": true,
153466                        "type": "gfloat",
153467                        "writable": true
153468                    },
153469                    "fbm15": {
153470                        "blurb": "Delay 15 middle",
153471                        "conditionally-available": false,
153472                        "construct": true,
153473                        "construct-only": false,
153474                        "controllable": true,
153475                        "default": "1",
153476                        "max": "15.8489",
153477                        "min": "0.0631",
153478                        "mutable": "null",
153479                        "readable": true,
153480                        "type": "gfloat",
153481                        "writable": true
153482                    },
153483                    "fbm2": {
153484                        "blurb": "Delay 2 middle",
153485                        "conditionally-available": false,
153486                        "construct": true,
153487                        "construct-only": false,
153488                        "controllable": true,
153489                        "default": "1",
153490                        "max": "15.8489",
153491                        "min": "0.0631",
153492                        "mutable": "null",
153493                        "readable": true,
153494                        "type": "gfloat",
153495                        "writable": true
153496                    },
153497                    "fbm3": {
153498                        "blurb": "Delay 3 middle",
153499                        "conditionally-available": false,
153500                        "construct": true,
153501                        "construct-only": false,
153502                        "controllable": true,
153503                        "default": "1",
153504                        "max": "15.8489",
153505                        "min": "0.0631",
153506                        "mutable": "null",
153507                        "readable": true,
153508                        "type": "gfloat",
153509                        "writable": true
153510                    },
153511                    "fbm4": {
153512                        "blurb": "Delay 4 middle",
153513                        "conditionally-available": false,
153514                        "construct": true,
153515                        "construct-only": false,
153516                        "controllable": true,
153517                        "default": "1",
153518                        "max": "15.8489",
153519                        "min": "0.0631",
153520                        "mutable": "null",
153521                        "readable": true,
153522                        "type": "gfloat",
153523                        "writable": true
153524                    },
153525                    "fbm5": {
153526                        "blurb": "Delay 5 middle",
153527                        "conditionally-available": false,
153528                        "construct": true,
153529                        "construct-only": false,
153530                        "controllable": true,
153531                        "default": "1",
153532                        "max": "15.8489",
153533                        "min": "0.0631",
153534                        "mutable": "null",
153535                        "readable": true,
153536                        "type": "gfloat",
153537                        "writable": true
153538                    },
153539                    "fbm6": {
153540                        "blurb": "Delay 6 middle",
153541                        "conditionally-available": false,
153542                        "construct": true,
153543                        "construct-only": false,
153544                        "controllable": true,
153545                        "default": "1",
153546                        "max": "15.8489",
153547                        "min": "0.0631",
153548                        "mutable": "null",
153549                        "readable": true,
153550                        "type": "gfloat",
153551                        "writable": true
153552                    },
153553                    "fbm7": {
153554                        "blurb": "Delay 7 middle",
153555                        "conditionally-available": false,
153556                        "construct": true,
153557                        "construct-only": false,
153558                        "controllable": true,
153559                        "default": "1",
153560                        "max": "15.8489",
153561                        "min": "0.0631",
153562                        "mutable": "null",
153563                        "readable": true,
153564                        "type": "gfloat",
153565                        "writable": true
153566                    },
153567                    "fbm8": {
153568                        "blurb": "Delay 8 middle",
153569                        "conditionally-available": false,
153570                        "construct": true,
153571                        "construct-only": false,
153572                        "controllable": true,
153573                        "default": "1",
153574                        "max": "15.8489",
153575                        "min": "0.0631",
153576                        "mutable": "null",
153577                        "readable": true,
153578                        "type": "gfloat",
153579                        "writable": true
153580                    },
153581                    "fbm9": {
153582                        "blurb": "Delay 9 middle",
153583                        "conditionally-available": false,
153584                        "construct": true,
153585                        "construct-only": false,
153586                        "controllable": true,
153587                        "default": "1",
153588                        "max": "15.8489",
153589                        "min": "0.0631",
153590                        "mutable": "null",
153591                        "readable": true,
153592                        "type": "gfloat",
153593                        "writable": true
153594                    },
153595                    "fbp0": {
153596                        "blurb": "Delay 0 presence",
153597                        "conditionally-available": false,
153598                        "construct": true,
153599                        "construct-only": false,
153600                        "controllable": true,
153601                        "default": "1",
153602                        "max": "15.8489",
153603                        "min": "0.0631",
153604                        "mutable": "null",
153605                        "readable": true,
153606                        "type": "gfloat",
153607                        "writable": true
153608                    },
153609                    "fbp1": {
153610                        "blurb": "Delay 1 presence",
153611                        "conditionally-available": false,
153612                        "construct": true,
153613                        "construct-only": false,
153614                        "controllable": true,
153615                        "default": "1",
153616                        "max": "15.8489",
153617                        "min": "0.0631",
153618                        "mutable": "null",
153619                        "readable": true,
153620                        "type": "gfloat",
153621                        "writable": true
153622                    },
153623                    "fbp10": {
153624                        "blurb": "Delay 10 presence",
153625                        "conditionally-available": false,
153626                        "construct": true,
153627                        "construct-only": false,
153628                        "controllable": true,
153629                        "default": "1",
153630                        "max": "15.8489",
153631                        "min": "0.0631",
153632                        "mutable": "null",
153633                        "readable": true,
153634                        "type": "gfloat",
153635                        "writable": true
153636                    },
153637                    "fbp11": {
153638                        "blurb": "Delay 11 presence",
153639                        "conditionally-available": false,
153640                        "construct": true,
153641                        "construct-only": false,
153642                        "controllable": true,
153643                        "default": "1",
153644                        "max": "15.8489",
153645                        "min": "0.0631",
153646                        "mutable": "null",
153647                        "readable": true,
153648                        "type": "gfloat",
153649                        "writable": true
153650                    },
153651                    "fbp12": {
153652                        "blurb": "Delay 12 presence",
153653                        "conditionally-available": false,
153654                        "construct": true,
153655                        "construct-only": false,
153656                        "controllable": true,
153657                        "default": "1",
153658                        "max": "15.8489",
153659                        "min": "0.0631",
153660                        "mutable": "null",
153661                        "readable": true,
153662                        "type": "gfloat",
153663                        "writable": true
153664                    },
153665                    "fbp13": {
153666                        "blurb": "Delay 13 presence",
153667                        "conditionally-available": false,
153668                        "construct": true,
153669                        "construct-only": false,
153670                        "controllable": true,
153671                        "default": "1",
153672                        "max": "15.8489",
153673                        "min": "0.0631",
153674                        "mutable": "null",
153675                        "readable": true,
153676                        "type": "gfloat",
153677                        "writable": true
153678                    },
153679                    "fbp14": {
153680                        "blurb": "Delay 14 presence",
153681                        "conditionally-available": false,
153682                        "construct": true,
153683                        "construct-only": false,
153684                        "controllable": true,
153685                        "default": "1",
153686                        "max": "15.8489",
153687                        "min": "0.0631",
153688                        "mutable": "null",
153689                        "readable": true,
153690                        "type": "gfloat",
153691                        "writable": true
153692                    },
153693                    "fbp15": {
153694                        "blurb": "Delay 15 presence",
153695                        "conditionally-available": false,
153696                        "construct": true,
153697                        "construct-only": false,
153698                        "controllable": true,
153699                        "default": "1",
153700                        "max": "15.8489",
153701                        "min": "0.0631",
153702                        "mutable": "null",
153703                        "readable": true,
153704                        "type": "gfloat",
153705                        "writable": true
153706                    },
153707                    "fbp2": {
153708                        "blurb": "Delay 2 presence",
153709                        "conditionally-available": false,
153710                        "construct": true,
153711                        "construct-only": false,
153712                        "controllable": true,
153713                        "default": "1",
153714                        "max": "15.8489",
153715                        "min": "0.0631",
153716                        "mutable": "null",
153717                        "readable": true,
153718                        "type": "gfloat",
153719                        "writable": true
153720                    },
153721                    "fbp3": {
153722                        "blurb": "Delay 3 presence",
153723                        "conditionally-available": false,
153724                        "construct": true,
153725                        "construct-only": false,
153726                        "controllable": true,
153727                        "default": "1",
153728                        "max": "15.8489",
153729                        "min": "0.0631",
153730                        "mutable": "null",
153731                        "readable": true,
153732                        "type": "gfloat",
153733                        "writable": true
153734                    },
153735                    "fbp4": {
153736                        "blurb": "Delay 4 presence",
153737                        "conditionally-available": false,
153738                        "construct": true,
153739                        "construct-only": false,
153740                        "controllable": true,
153741                        "default": "1",
153742                        "max": "15.8489",
153743                        "min": "0.0631",
153744                        "mutable": "null",
153745                        "readable": true,
153746                        "type": "gfloat",
153747                        "writable": true
153748                    },
153749                    "fbp5": {
153750                        "blurb": "Delay 5 presence",
153751                        "conditionally-available": false,
153752                        "construct": true,
153753                        "construct-only": false,
153754                        "controllable": true,
153755                        "default": "1",
153756                        "max": "15.8489",
153757                        "min": "0.0631",
153758                        "mutable": "null",
153759                        "readable": true,
153760                        "type": "gfloat",
153761                        "writable": true
153762                    },
153763                    "fbp6": {
153764                        "blurb": "Delay 6 presence",
153765                        "conditionally-available": false,
153766                        "construct": true,
153767                        "construct-only": false,
153768                        "controllable": true,
153769                        "default": "1",
153770                        "max": "15.8489",
153771                        "min": "0.0631",
153772                        "mutable": "null",
153773                        "readable": true,
153774                        "type": "gfloat",
153775                        "writable": true
153776                    },
153777                    "fbp7": {
153778                        "blurb": "Delay 7 presence",
153779                        "conditionally-available": false,
153780                        "construct": true,
153781                        "construct-only": false,
153782                        "controllable": true,
153783                        "default": "1",
153784                        "max": "15.8489",
153785                        "min": "0.0631",
153786                        "mutable": "null",
153787                        "readable": true,
153788                        "type": "gfloat",
153789                        "writable": true
153790                    },
153791                    "fbp8": {
153792                        "blurb": "Delay 8 presence",
153793                        "conditionally-available": false,
153794                        "construct": true,
153795                        "construct-only": false,
153796                        "controllable": true,
153797                        "default": "1",
153798                        "max": "15.8489",
153799                        "min": "0.0631",
153800                        "mutable": "null",
153801                        "readable": true,
153802                        "type": "gfloat",
153803                        "writable": true
153804                    },
153805                    "fbp9": {
153806                        "blurb": "Delay 9 presence",
153807                        "conditionally-available": false,
153808                        "construct": true,
153809                        "construct-only": false,
153810                        "controllable": true,
153811                        "default": "1",
153812                        "max": "15.8489",
153813                        "min": "0.0631",
153814                        "mutable": "null",
153815                        "readable": true,
153816                        "type": "gfloat",
153817                        "writable": true
153818                    },
153819                    "fbs0": {
153820                        "blurb": "Delay 0 sub-bass",
153821                        "conditionally-available": false,
153822                        "construct": true,
153823                        "construct-only": false,
153824                        "controllable": true,
153825                        "default": "1",
153826                        "max": "15.8489",
153827                        "min": "0.0631",
153828                        "mutable": "null",
153829                        "readable": true,
153830                        "type": "gfloat",
153831                        "writable": true
153832                    },
153833                    "fbs1": {
153834                        "blurb": "Delay 1 sub-bass",
153835                        "conditionally-available": false,
153836                        "construct": true,
153837                        "construct-only": false,
153838                        "controllable": true,
153839                        "default": "1",
153840                        "max": "15.8489",
153841                        "min": "0.0631",
153842                        "mutable": "null",
153843                        "readable": true,
153844                        "type": "gfloat",
153845                        "writable": true
153846                    },
153847                    "fbs10": {
153848                        "blurb": "Delay 10 sub-bass",
153849                        "conditionally-available": false,
153850                        "construct": true,
153851                        "construct-only": false,
153852                        "controllable": true,
153853                        "default": "1",
153854                        "max": "15.8489",
153855                        "min": "0.0631",
153856                        "mutable": "null",
153857                        "readable": true,
153858                        "type": "gfloat",
153859                        "writable": true
153860                    },
153861                    "fbs11": {
153862                        "blurb": "Delay 11 sub-bass",
153863                        "conditionally-available": false,
153864                        "construct": true,
153865                        "construct-only": false,
153866                        "controllable": true,
153867                        "default": "1",
153868                        "max": "15.8489",
153869                        "min": "0.0631",
153870                        "mutable": "null",
153871                        "readable": true,
153872                        "type": "gfloat",
153873                        "writable": true
153874                    },
153875                    "fbs12": {
153876                        "blurb": "Delay 12 sub-bass",
153877                        "conditionally-available": false,
153878                        "construct": true,
153879                        "construct-only": false,
153880                        "controllable": true,
153881                        "default": "1",
153882                        "max": "15.8489",
153883                        "min": "0.0631",
153884                        "mutable": "null",
153885                        "readable": true,
153886                        "type": "gfloat",
153887                        "writable": true
153888                    },
153889                    "fbs13": {
153890                        "blurb": "Delay 13 sub-bass",
153891                        "conditionally-available": false,
153892                        "construct": true,
153893                        "construct-only": false,
153894                        "controllable": true,
153895                        "default": "1",
153896                        "max": "15.8489",
153897                        "min": "0.0631",
153898                        "mutable": "null",
153899                        "readable": true,
153900                        "type": "gfloat",
153901                        "writable": true
153902                    },
153903                    "fbs14": {
153904                        "blurb": "Delay 14 sub-bass",
153905                        "conditionally-available": false,
153906                        "construct": true,
153907                        "construct-only": false,
153908                        "controllable": true,
153909                        "default": "1",
153910                        "max": "15.8489",
153911                        "min": "0.0631",
153912                        "mutable": "null",
153913                        "readable": true,
153914                        "type": "gfloat",
153915                        "writable": true
153916                    },
153917                    "fbs15": {
153918                        "blurb": "Delay 15 sub-bass",
153919                        "conditionally-available": false,
153920                        "construct": true,
153921                        "construct-only": false,
153922                        "controllable": true,
153923                        "default": "1",
153924                        "max": "15.8489",
153925                        "min": "0.0631",
153926                        "mutable": "null",
153927                        "readable": true,
153928                        "type": "gfloat",
153929                        "writable": true
153930                    },
153931                    "fbs2": {
153932                        "blurb": "Delay 2 sub-bass",
153933                        "conditionally-available": false,
153934                        "construct": true,
153935                        "construct-only": false,
153936                        "controllable": true,
153937                        "default": "1",
153938                        "max": "15.8489",
153939                        "min": "0.0631",
153940                        "mutable": "null",
153941                        "readable": true,
153942                        "type": "gfloat",
153943                        "writable": true
153944                    },
153945                    "fbs3": {
153946                        "blurb": "Delay 3 sub-bass",
153947                        "conditionally-available": false,
153948                        "construct": true,
153949                        "construct-only": false,
153950                        "controllable": true,
153951                        "default": "1",
153952                        "max": "15.8489",
153953                        "min": "0.0631",
153954                        "mutable": "null",
153955                        "readable": true,
153956                        "type": "gfloat",
153957                        "writable": true
153958                    },
153959                    "fbs4": {
153960                        "blurb": "Delay 4 sub-bass",
153961                        "conditionally-available": false,
153962                        "construct": true,
153963                        "construct-only": false,
153964                        "controllable": true,
153965                        "default": "1",
153966                        "max": "15.8489",
153967                        "min": "0.0631",
153968                        "mutable": "null",
153969                        "readable": true,
153970                        "type": "gfloat",
153971                        "writable": true
153972                    },
153973                    "fbs5": {
153974                        "blurb": "Delay 5 sub-bass",
153975                        "conditionally-available": false,
153976                        "construct": true,
153977                        "construct-only": false,
153978                        "controllable": true,
153979                        "default": "1",
153980                        "max": "15.8489",
153981                        "min": "0.0631",
153982                        "mutable": "null",
153983                        "readable": true,
153984                        "type": "gfloat",
153985                        "writable": true
153986                    },
153987                    "fbs6": {
153988                        "blurb": "Delay 6 sub-bass",
153989                        "conditionally-available": false,
153990                        "construct": true,
153991                        "construct-only": false,
153992                        "controllable": true,
153993                        "default": "1",
153994                        "max": "15.8489",
153995                        "min": "0.0631",
153996                        "mutable": "null",
153997                        "readable": true,
153998                        "type": "gfloat",
153999                        "writable": true
154000                    },
154001                    "fbs7": {
154002                        "blurb": "Delay 7 sub-bass",
154003                        "conditionally-available": false,
154004                        "construct": true,
154005                        "construct-only": false,
154006                        "controllable": true,
154007                        "default": "1",
154008                        "max": "15.8489",
154009                        "min": "0.0631",
154010                        "mutable": "null",
154011                        "readable": true,
154012                        "type": "gfloat",
154013                        "writable": true
154014                    },
154015                    "fbs8": {
154016                        "blurb": "Delay 8 sub-bass",
154017                        "conditionally-available": false,
154018                        "construct": true,
154019                        "construct-only": false,
154020                        "controllable": true,
154021                        "default": "1",
154022                        "max": "15.8489",
154023                        "min": "0.0631",
154024                        "mutable": "null",
154025                        "readable": true,
154026                        "type": "gfloat",
154027                        "writable": true
154028                    },
154029                    "fbs9": {
154030                        "blurb": "Delay 9 sub-bass",
154031                        "conditionally-available": false,
154032                        "construct": true,
154033                        "construct-only": false,
154034                        "controllable": true,
154035                        "default": "1",
154036                        "max": "15.8489",
154037                        "min": "0.0631",
154038                        "mutable": "null",
154039                        "readable": true,
154040                        "type": "gfloat",
154041                        "writable": true
154042                    },
154043                    "fbt0": {
154044                        "blurb": "Delay 0 treble",
154045                        "conditionally-available": false,
154046                        "construct": true,
154047                        "construct-only": false,
154048                        "controllable": true,
154049                        "default": "1",
154050                        "max": "15.8489",
154051                        "min": "0.0631",
154052                        "mutable": "null",
154053                        "readable": true,
154054                        "type": "gfloat",
154055                        "writable": true
154056                    },
154057                    "fbt1": {
154058                        "blurb": "Delay 1 treble",
154059                        "conditionally-available": false,
154060                        "construct": true,
154061                        "construct-only": false,
154062                        "controllable": true,
154063                        "default": "1",
154064                        "max": "15.8489",
154065                        "min": "0.0631",
154066                        "mutable": "null",
154067                        "readable": true,
154068                        "type": "gfloat",
154069                        "writable": true
154070                    },
154071                    "fbt10": {
154072                        "blurb": "Delay 10 treble",
154073                        "conditionally-available": false,
154074                        "construct": true,
154075                        "construct-only": false,
154076                        "controllable": true,
154077                        "default": "1",
154078                        "max": "15.8489",
154079                        "min": "0.0631",
154080                        "mutable": "null",
154081                        "readable": true,
154082                        "type": "gfloat",
154083                        "writable": true
154084                    },
154085                    "fbt11": {
154086                        "blurb": "Delay 11 treble",
154087                        "conditionally-available": false,
154088                        "construct": true,
154089                        "construct-only": false,
154090                        "controllable": true,
154091                        "default": "1",
154092                        "max": "15.8489",
154093                        "min": "0.0631",
154094                        "mutable": "null",
154095                        "readable": true,
154096                        "type": "gfloat",
154097                        "writable": true
154098                    },
154099                    "fbt12": {
154100                        "blurb": "Delay 12 treble",
154101                        "conditionally-available": false,
154102                        "construct": true,
154103                        "construct-only": false,
154104                        "controllable": true,
154105                        "default": "1",
154106                        "max": "15.8489",
154107                        "min": "0.0631",
154108                        "mutable": "null",
154109                        "readable": true,
154110                        "type": "gfloat",
154111                        "writable": true
154112                    },
154113                    "fbt13": {
154114                        "blurb": "Delay 13 treble",
154115                        "conditionally-available": false,
154116                        "construct": true,
154117                        "construct-only": false,
154118                        "controllable": true,
154119                        "default": "1",
154120                        "max": "15.8489",
154121                        "min": "0.0631",
154122                        "mutable": "null",
154123                        "readable": true,
154124                        "type": "gfloat",
154125                        "writable": true
154126                    },
154127                    "fbt14": {
154128                        "blurb": "Delay 14 treble",
154129                        "conditionally-available": false,
154130                        "construct": true,
154131                        "construct-only": false,
154132                        "controllable": true,
154133                        "default": "1",
154134                        "max": "15.8489",
154135                        "min": "0.0631",
154136                        "mutable": "null",
154137                        "readable": true,
154138                        "type": "gfloat",
154139                        "writable": true
154140                    },
154141                    "fbt15": {
154142                        "blurb": "Delay 15 treble",
154143                        "conditionally-available": false,
154144                        "construct": true,
154145                        "construct-only": false,
154146                        "controllable": true,
154147                        "default": "1",
154148                        "max": "15.8489",
154149                        "min": "0.0631",
154150                        "mutable": "null",
154151                        "readable": true,
154152                        "type": "gfloat",
154153                        "writable": true
154154                    },
154155                    "fbt2": {
154156                        "blurb": "Delay 2 treble",
154157                        "conditionally-available": false,
154158                        "construct": true,
154159                        "construct-only": false,
154160                        "controllable": true,
154161                        "default": "1",
154162                        "max": "15.8489",
154163                        "min": "0.0631",
154164                        "mutable": "null",
154165                        "readable": true,
154166                        "type": "gfloat",
154167                        "writable": true
154168                    },
154169                    "fbt3": {
154170                        "blurb": "Delay 3 treble",
154171                        "conditionally-available": false,
154172                        "construct": true,
154173                        "construct-only": false,
154174                        "controllable": true,
154175                        "default": "1",
154176                        "max": "15.8489",
154177                        "min": "0.0631",
154178                        "mutable": "null",
154179                        "readable": true,
154180                        "type": "gfloat",
154181                        "writable": true
154182                    },
154183                    "fbt4": {
154184                        "blurb": "Delay 4 treble",
154185                        "conditionally-available": false,
154186                        "construct": true,
154187                        "construct-only": false,
154188                        "controllable": true,
154189                        "default": "1",
154190                        "max": "15.8489",
154191                        "min": "0.0631",
154192                        "mutable": "null",
154193                        "readable": true,
154194                        "type": "gfloat",
154195                        "writable": true
154196                    },
154197                    "fbt5": {
154198                        "blurb": "Delay 5 treble",
154199                        "conditionally-available": false,
154200                        "construct": true,
154201                        "construct-only": false,
154202                        "controllable": true,
154203                        "default": "1",
154204                        "max": "15.8489",
154205                        "min": "0.0631",
154206                        "mutable": "null",
154207                        "readable": true,
154208                        "type": "gfloat",
154209                        "writable": true
154210                    },
154211                    "fbt6": {
154212                        "blurb": "Delay 6 treble",
154213                        "conditionally-available": false,
154214                        "construct": true,
154215                        "construct-only": false,
154216                        "controllable": true,
154217                        "default": "1",
154218                        "max": "15.8489",
154219                        "min": "0.0631",
154220                        "mutable": "null",
154221                        "readable": true,
154222                        "type": "gfloat",
154223                        "writable": true
154224                    },
154225                    "fbt7": {
154226                        "blurb": "Delay 7 treble",
154227                        "conditionally-available": false,
154228                        "construct": true,
154229                        "construct-only": false,
154230                        "controllable": true,
154231                        "default": "1",
154232                        "max": "15.8489",
154233                        "min": "0.0631",
154234                        "mutable": "null",
154235                        "readable": true,
154236                        "type": "gfloat",
154237                        "writable": true
154238                    },
154239                    "fbt8": {
154240                        "blurb": "Delay 8 treble",
154241                        "conditionally-available": false,
154242                        "construct": true,
154243                        "construct-only": false,
154244                        "controllable": true,
154245                        "default": "1",
154246                        "max": "15.8489",
154247                        "min": "0.0631",
154248                        "mutable": "null",
154249                        "readable": true,
154250                        "type": "gfloat",
154251                        "writable": true
154252                    },
154253                    "fbt9": {
154254                        "blurb": "Delay 9 treble",
154255                        "conditionally-available": false,
154256                        "construct": true,
154257                        "construct-only": false,
154258                        "controllable": true,
154259                        "default": "1",
154260                        "max": "15.8489",
154261                        "min": "0.0631",
154262                        "mutable": "null",
154263                        "readable": true,
154264                        "type": "gfloat",
154265                        "writable": true
154266                    },
154267                    "fhc0": {
154268                        "blurb": "Delay 0 high-cut frequency",
154269                        "conditionally-available": false,
154270                        "construct": true,
154271                        "construct-only": false,
154272                        "controllable": true,
154273                        "default": "8000",
154274                        "max": "24000",
154275                        "min": "1000",
154276                        "mutable": "null",
154277                        "readable": true,
154278                        "type": "gfloat",
154279                        "writable": true
154280                    },
154281                    "fhc1": {
154282                        "blurb": "Delay 1 high-cut frequency",
154283                        "conditionally-available": false,
154284                        "construct": true,
154285                        "construct-only": false,
154286                        "controllable": true,
154287                        "default": "8000",
154288                        "max": "24000",
154289                        "min": "1000",
154290                        "mutable": "null",
154291                        "readable": true,
154292                        "type": "gfloat",
154293                        "writable": true
154294                    },
154295                    "fhc10": {
154296                        "blurb": "Delay 10 high-cut frequency",
154297                        "conditionally-available": false,
154298                        "construct": true,
154299                        "construct-only": false,
154300                        "controllable": true,
154301                        "default": "8000",
154302                        "max": "24000",
154303                        "min": "1000",
154304                        "mutable": "null",
154305                        "readable": true,
154306                        "type": "gfloat",
154307                        "writable": true
154308                    },
154309                    "fhc11": {
154310                        "blurb": "Delay 11 high-cut frequency",
154311                        "conditionally-available": false,
154312                        "construct": true,
154313                        "construct-only": false,
154314                        "controllable": true,
154315                        "default": "8000",
154316                        "max": "24000",
154317                        "min": "1000",
154318                        "mutable": "null",
154319                        "readable": true,
154320                        "type": "gfloat",
154321                        "writable": true
154322                    },
154323                    "fhc12": {
154324                        "blurb": "Delay 12 high-cut frequency",
154325                        "conditionally-available": false,
154326                        "construct": true,
154327                        "construct-only": false,
154328                        "controllable": true,
154329                        "default": "8000",
154330                        "max": "24000",
154331                        "min": "1000",
154332                        "mutable": "null",
154333                        "readable": true,
154334                        "type": "gfloat",
154335                        "writable": true
154336                    },
154337                    "fhc13": {
154338                        "blurb": "Delay 13 high-cut frequency",
154339                        "conditionally-available": false,
154340                        "construct": true,
154341                        "construct-only": false,
154342                        "controllable": true,
154343                        "default": "8000",
154344                        "max": "24000",
154345                        "min": "1000",
154346                        "mutable": "null",
154347                        "readable": true,
154348                        "type": "gfloat",
154349                        "writable": true
154350                    },
154351                    "fhc14": {
154352                        "blurb": "Delay 14 high-cut frequency",
154353                        "conditionally-available": false,
154354                        "construct": true,
154355                        "construct-only": false,
154356                        "controllable": true,
154357                        "default": "8000",
154358                        "max": "24000",
154359                        "min": "1000",
154360                        "mutable": "null",
154361                        "readable": true,
154362                        "type": "gfloat",
154363                        "writable": true
154364                    },
154365                    "fhc15": {
154366                        "blurb": "Delay 15 high-cut frequency",
154367                        "conditionally-available": false,
154368                        "construct": true,
154369                        "construct-only": false,
154370                        "controllable": true,
154371                        "default": "8000",
154372                        "max": "24000",
154373                        "min": "1000",
154374                        "mutable": "null",
154375                        "readable": true,
154376                        "type": "gfloat",
154377                        "writable": true
154378                    },
154379                    "fhc2": {
154380                        "blurb": "Delay 2 high-cut frequency",
154381                        "conditionally-available": false,
154382                        "construct": true,
154383                        "construct-only": false,
154384                        "controllable": true,
154385                        "default": "8000",
154386                        "max": "24000",
154387                        "min": "1000",
154388                        "mutable": "null",
154389                        "readable": true,
154390                        "type": "gfloat",
154391                        "writable": true
154392                    },
154393                    "fhc3": {
154394                        "blurb": "Delay 3 high-cut frequency",
154395                        "conditionally-available": false,
154396                        "construct": true,
154397                        "construct-only": false,
154398                        "controllable": true,
154399                        "default": "8000",
154400                        "max": "24000",
154401                        "min": "1000",
154402                        "mutable": "null",
154403                        "readable": true,
154404                        "type": "gfloat",
154405                        "writable": true
154406                    },
154407                    "fhc4": {
154408                        "blurb": "Delay 4 high-cut frequency",
154409                        "conditionally-available": false,
154410                        "construct": true,
154411                        "construct-only": false,
154412                        "controllable": true,
154413                        "default": "8000",
154414                        "max": "24000",
154415                        "min": "1000",
154416                        "mutable": "null",
154417                        "readable": true,
154418                        "type": "gfloat",
154419                        "writable": true
154420                    },
154421                    "fhc5": {
154422                        "blurb": "Delay 5 high-cut frequency",
154423                        "conditionally-available": false,
154424                        "construct": true,
154425                        "construct-only": false,
154426                        "controllable": true,
154427                        "default": "8000",
154428                        "max": "24000",
154429                        "min": "1000",
154430                        "mutable": "null",
154431                        "readable": true,
154432                        "type": "gfloat",
154433                        "writable": true
154434                    },
154435                    "fhc6": {
154436                        "blurb": "Delay 6 high-cut frequency",
154437                        "conditionally-available": false,
154438                        "construct": true,
154439                        "construct-only": false,
154440                        "controllable": true,
154441                        "default": "8000",
154442                        "max": "24000",
154443                        "min": "1000",
154444                        "mutable": "null",
154445                        "readable": true,
154446                        "type": "gfloat",
154447                        "writable": true
154448                    },
154449                    "fhc7": {
154450                        "blurb": "Delay 7 high-cut frequency",
154451                        "conditionally-available": false,
154452                        "construct": true,
154453                        "construct-only": false,
154454                        "controllable": true,
154455                        "default": "8000",
154456                        "max": "24000",
154457                        "min": "1000",
154458                        "mutable": "null",
154459                        "readable": true,
154460                        "type": "gfloat",
154461                        "writable": true
154462                    },
154463                    "fhc8": {
154464                        "blurb": "Delay 8 high-cut frequency",
154465                        "conditionally-available": false,
154466                        "construct": true,
154467                        "construct-only": false,
154468                        "controllable": true,
154469                        "default": "8000",
154470                        "max": "24000",
154471                        "min": "1000",
154472                        "mutable": "null",
154473                        "readable": true,
154474                        "type": "gfloat",
154475                        "writable": true
154476                    },
154477                    "fhc9": {
154478                        "blurb": "Delay 9 high-cut frequency",
154479                        "conditionally-available": false,
154480                        "construct": true,
154481                        "construct-only": false,
154482                        "controllable": true,
154483                        "default": "8000",
154484                        "max": "24000",
154485                        "min": "1000",
154486                        "mutable": "null",
154487                        "readable": true,
154488                        "type": "gfloat",
154489                        "writable": true
154490                    },
154491                    "flc0": {
154492                        "blurb": "Delay 0 low-cut frequency",
154493                        "conditionally-available": false,
154494                        "construct": true,
154495                        "construct-only": false,
154496                        "controllable": true,
154497                        "default": "100",
154498                        "max": "1000",
154499                        "min": "10",
154500                        "mutable": "null",
154501                        "readable": true,
154502                        "type": "gfloat",
154503                        "writable": true
154504                    },
154505                    "flc1": {
154506                        "blurb": "Delay 1 low-cut frequency",
154507                        "conditionally-available": false,
154508                        "construct": true,
154509                        "construct-only": false,
154510                        "controllable": true,
154511                        "default": "100",
154512                        "max": "1000",
154513                        "min": "10",
154514                        "mutable": "null",
154515                        "readable": true,
154516                        "type": "gfloat",
154517                        "writable": true
154518                    },
154519                    "flc10": {
154520                        "blurb": "Delay 10 low-cut frequency",
154521                        "conditionally-available": false,
154522                        "construct": true,
154523                        "construct-only": false,
154524                        "controllable": true,
154525                        "default": "100",
154526                        "max": "1000",
154527                        "min": "10",
154528                        "mutable": "null",
154529                        "readable": true,
154530                        "type": "gfloat",
154531                        "writable": true
154532                    },
154533                    "flc11": {
154534                        "blurb": "Delay 11 low-cut frequency",
154535                        "conditionally-available": false,
154536                        "construct": true,
154537                        "construct-only": false,
154538                        "controllable": true,
154539                        "default": "100",
154540                        "max": "1000",
154541                        "min": "10",
154542                        "mutable": "null",
154543                        "readable": true,
154544                        "type": "gfloat",
154545                        "writable": true
154546                    },
154547                    "flc12": {
154548                        "blurb": "Delay 12 low-cut frequency",
154549                        "conditionally-available": false,
154550                        "construct": true,
154551                        "construct-only": false,
154552                        "controllable": true,
154553                        "default": "100",
154554                        "max": "1000",
154555                        "min": "10",
154556                        "mutable": "null",
154557                        "readable": true,
154558                        "type": "gfloat",
154559                        "writable": true
154560                    },
154561                    "flc13": {
154562                        "blurb": "Delay 13 low-cut frequency",
154563                        "conditionally-available": false,
154564                        "construct": true,
154565                        "construct-only": false,
154566                        "controllable": true,
154567                        "default": "100",
154568                        "max": "1000",
154569                        "min": "10",
154570                        "mutable": "null",
154571                        "readable": true,
154572                        "type": "gfloat",
154573                        "writable": true
154574                    },
154575                    "flc14": {
154576                        "blurb": "Delay 14 low-cut frequency",
154577                        "conditionally-available": false,
154578                        "construct": true,
154579                        "construct-only": false,
154580                        "controllable": true,
154581                        "default": "100",
154582                        "max": "1000",
154583                        "min": "10",
154584                        "mutable": "null",
154585                        "readable": true,
154586                        "type": "gfloat",
154587                        "writable": true
154588                    },
154589                    "flc15": {
154590                        "blurb": "Delay 15 low-cut frequency",
154591                        "conditionally-available": false,
154592                        "construct": true,
154593                        "construct-only": false,
154594                        "controllable": true,
154595                        "default": "100",
154596                        "max": "1000",
154597                        "min": "10",
154598                        "mutable": "null",
154599                        "readable": true,
154600                        "type": "gfloat",
154601                        "writable": true
154602                    },
154603                    "flc2": {
154604                        "blurb": "Delay 2 low-cut frequency",
154605                        "conditionally-available": false,
154606                        "construct": true,
154607                        "construct-only": false,
154608                        "controllable": true,
154609                        "default": "100",
154610                        "max": "1000",
154611                        "min": "10",
154612                        "mutable": "null",
154613                        "readable": true,
154614                        "type": "gfloat",
154615                        "writable": true
154616                    },
154617                    "flc3": {
154618                        "blurb": "Delay 3 low-cut frequency",
154619                        "conditionally-available": false,
154620                        "construct": true,
154621                        "construct-only": false,
154622                        "controllable": true,
154623                        "default": "100",
154624                        "max": "1000",
154625                        "min": "10",
154626                        "mutable": "null",
154627                        "readable": true,
154628                        "type": "gfloat",
154629                        "writable": true
154630                    },
154631                    "flc4": {
154632                        "blurb": "Delay 4 low-cut frequency",
154633                        "conditionally-available": false,
154634                        "construct": true,
154635                        "construct-only": false,
154636                        "controllable": true,
154637                        "default": "100",
154638                        "max": "1000",
154639                        "min": "10",
154640                        "mutable": "null",
154641                        "readable": true,
154642                        "type": "gfloat",
154643                        "writable": true
154644                    },
154645                    "flc5": {
154646                        "blurb": "Delay 5 low-cut frequency",
154647                        "conditionally-available": false,
154648                        "construct": true,
154649                        "construct-only": false,
154650                        "controllable": true,
154651                        "default": "100",
154652                        "max": "1000",
154653                        "min": "10",
154654                        "mutable": "null",
154655                        "readable": true,
154656                        "type": "gfloat",
154657                        "writable": true
154658                    },
154659                    "flc6": {
154660                        "blurb": "Delay 6 low-cut frequency",
154661                        "conditionally-available": false,
154662                        "construct": true,
154663                        "construct-only": false,
154664                        "controllable": true,
154665                        "default": "100",
154666                        "max": "1000",
154667                        "min": "10",
154668                        "mutable": "null",
154669                        "readable": true,
154670                        "type": "gfloat",
154671                        "writable": true
154672                    },
154673                    "flc7": {
154674                        "blurb": "Delay 7 low-cut frequency",
154675                        "conditionally-available": false,
154676                        "construct": true,
154677                        "construct-only": false,
154678                        "controllable": true,
154679                        "default": "100",
154680                        "max": "1000",
154681                        "min": "10",
154682                        "mutable": "null",
154683                        "readable": true,
154684                        "type": "gfloat",
154685                        "writable": true
154686                    },
154687                    "flc8": {
154688                        "blurb": "Delay 8 low-cut frequency",
154689                        "conditionally-available": false,
154690                        "construct": true,
154691                        "construct-only": false,
154692                        "controllable": true,
154693                        "default": "100",
154694                        "max": "1000",
154695                        "min": "10",
154696                        "mutable": "null",
154697                        "readable": true,
154698                        "type": "gfloat",
154699                        "writable": true
154700                    },
154701                    "flc9": {
154702                        "blurb": "Delay 9 low-cut frequency",
154703                        "conditionally-available": false,
154704                        "construct": true,
154705                        "construct-only": false,
154706                        "controllable": true,
154707                        "default": "100",
154708                        "max": "1000",
154709                        "min": "10",
154710                        "mutable": "null",
154711                        "readable": true,
154712                        "type": "gfloat",
154713                        "writable": true
154714                    },
154715                    "g-out": {
154716                        "blurb": "Output gain",
154717                        "conditionally-available": false,
154718                        "construct": true,
154719                        "construct-only": false,
154720                        "controllable": true,
154721                        "default": "1",
154722                        "max": "10",
154723                        "min": "0",
154724                        "mutable": "null",
154725                        "readable": true,
154726                        "type": "gfloat",
154727                        "writable": true
154728                    },
154729                    "hfc0": {
154730                        "blurb": "Delay 0 high-cut",
154731                        "conditionally-available": false,
154732                        "construct": true,
154733                        "construct-only": false,
154734                        "controllable": true,
154735                        "default": "false",
154736                        "mutable": "null",
154737                        "readable": true,
154738                        "type": "gboolean",
154739                        "writable": true
154740                    },
154741                    "hfc1": {
154742                        "blurb": "Delay 1 high-cut",
154743                        "conditionally-available": false,
154744                        "construct": true,
154745                        "construct-only": false,
154746                        "controllable": true,
154747                        "default": "false",
154748                        "mutable": "null",
154749                        "readable": true,
154750                        "type": "gboolean",
154751                        "writable": true
154752                    },
154753                    "hfc10": {
154754                        "blurb": "Delay 10 high-cut",
154755                        "conditionally-available": false,
154756                        "construct": true,
154757                        "construct-only": false,
154758                        "controllable": true,
154759                        "default": "false",
154760                        "mutable": "null",
154761                        "readable": true,
154762                        "type": "gboolean",
154763                        "writable": true
154764                    },
154765                    "hfc11": {
154766                        "blurb": "Delay 11 high-cut",
154767                        "conditionally-available": false,
154768                        "construct": true,
154769                        "construct-only": false,
154770                        "controllable": true,
154771                        "default": "false",
154772                        "mutable": "null",
154773                        "readable": true,
154774                        "type": "gboolean",
154775                        "writable": true
154776                    },
154777                    "hfc12": {
154778                        "blurb": "Delay 12 high-cut",
154779                        "conditionally-available": false,
154780                        "construct": true,
154781                        "construct-only": false,
154782                        "controllable": true,
154783                        "default": "false",
154784                        "mutable": "null",
154785                        "readable": true,
154786                        "type": "gboolean",
154787                        "writable": true
154788                    },
154789                    "hfc13": {
154790                        "blurb": "Delay 13 high-cut",
154791                        "conditionally-available": false,
154792                        "construct": true,
154793                        "construct-only": false,
154794                        "controllable": true,
154795                        "default": "false",
154796                        "mutable": "null",
154797                        "readable": true,
154798                        "type": "gboolean",
154799                        "writable": true
154800                    },
154801                    "hfc14": {
154802                        "blurb": "Delay 14 high-cut",
154803                        "conditionally-available": false,
154804                        "construct": true,
154805                        "construct-only": false,
154806                        "controllable": true,
154807                        "default": "false",
154808                        "mutable": "null",
154809                        "readable": true,
154810                        "type": "gboolean",
154811                        "writable": true
154812                    },
154813                    "hfc15": {
154814                        "blurb": "Delay 15 high-cut",
154815                        "conditionally-available": false,
154816                        "construct": true,
154817                        "construct-only": false,
154818                        "controllable": true,
154819                        "default": "false",
154820                        "mutable": "null",
154821                        "readable": true,
154822                        "type": "gboolean",
154823                        "writable": true
154824                    },
154825                    "hfc2": {
154826                        "blurb": "Delay 2 high-cut",
154827                        "conditionally-available": false,
154828                        "construct": true,
154829                        "construct-only": false,
154830                        "controllable": true,
154831                        "default": "false",
154832                        "mutable": "null",
154833                        "readable": true,
154834                        "type": "gboolean",
154835                        "writable": true
154836                    },
154837                    "hfc3": {
154838                        "blurb": "Delay 3 high-cut",
154839                        "conditionally-available": false,
154840                        "construct": true,
154841                        "construct-only": false,
154842                        "controllable": true,
154843                        "default": "false",
154844                        "mutable": "null",
154845                        "readable": true,
154846                        "type": "gboolean",
154847                        "writable": true
154848                    },
154849                    "hfc4": {
154850                        "blurb": "Delay 4 high-cut",
154851                        "conditionally-available": false,
154852                        "construct": true,
154853                        "construct-only": false,
154854                        "controllable": true,
154855                        "default": "false",
154856                        "mutable": "null",
154857                        "readable": true,
154858                        "type": "gboolean",
154859                        "writable": true
154860                    },
154861                    "hfc5": {
154862                        "blurb": "Delay 5 high-cut",
154863                        "conditionally-available": false,
154864                        "construct": true,
154865                        "construct-only": false,
154866                        "controllable": true,
154867                        "default": "false",
154868                        "mutable": "null",
154869                        "readable": true,
154870                        "type": "gboolean",
154871                        "writable": true
154872                    },
154873                    "hfc6": {
154874                        "blurb": "Delay 6 high-cut",
154875                        "conditionally-available": false,
154876                        "construct": true,
154877                        "construct-only": false,
154878                        "controllable": true,
154879                        "default": "false",
154880                        "mutable": "null",
154881                        "readable": true,
154882                        "type": "gboolean",
154883                        "writable": true
154884                    },
154885                    "hfc7": {
154886                        "blurb": "Delay 7 high-cut",
154887                        "conditionally-available": false,
154888                        "construct": true,
154889                        "construct-only": false,
154890                        "controllable": true,
154891                        "default": "false",
154892                        "mutable": "null",
154893                        "readable": true,
154894                        "type": "gboolean",
154895                        "writable": true
154896                    },
154897                    "hfc8": {
154898                        "blurb": "Delay 8 high-cut",
154899                        "conditionally-available": false,
154900                        "construct": true,
154901                        "construct-only": false,
154902                        "controllable": true,
154903                        "default": "false",
154904                        "mutable": "null",
154905                        "readable": true,
154906                        "type": "gboolean",
154907                        "writable": true
154908                    },
154909                    "hfc9": {
154910                        "blurb": "Delay 9 high-cut",
154911                        "conditionally-available": false,
154912                        "construct": true,
154913                        "construct-only": false,
154914                        "controllable": true,
154915                        "default": "false",
154916                        "mutable": "null",
154917                        "readable": true,
154918                        "type": "gboolean",
154919                        "writable": true
154920                    },
154921                    "lfc0": {
154922                        "blurb": "Delay 0 low-cut",
154923                        "conditionally-available": false,
154924                        "construct": true,
154925                        "construct-only": false,
154926                        "controllable": true,
154927                        "default": "false",
154928                        "mutable": "null",
154929                        "readable": true,
154930                        "type": "gboolean",
154931                        "writable": true
154932                    },
154933                    "lfc1": {
154934                        "blurb": "Delay 1 low-cut",
154935                        "conditionally-available": false,
154936                        "construct": true,
154937                        "construct-only": false,
154938                        "controllable": true,
154939                        "default": "false",
154940                        "mutable": "null",
154941                        "readable": true,
154942                        "type": "gboolean",
154943                        "writable": true
154944                    },
154945                    "lfc10": {
154946                        "blurb": "Delay 10 low-cut",
154947                        "conditionally-available": false,
154948                        "construct": true,
154949                        "construct-only": false,
154950                        "controllable": true,
154951                        "default": "false",
154952                        "mutable": "null",
154953                        "readable": true,
154954                        "type": "gboolean",
154955                        "writable": true
154956                    },
154957                    "lfc11": {
154958                        "blurb": "Delay 11 low-cut",
154959                        "conditionally-available": false,
154960                        "construct": true,
154961                        "construct-only": false,
154962                        "controllable": true,
154963                        "default": "false",
154964                        "mutable": "null",
154965                        "readable": true,
154966                        "type": "gboolean",
154967                        "writable": true
154968                    },
154969                    "lfc12": {
154970                        "blurb": "Delay 12 low-cut",
154971                        "conditionally-available": false,
154972                        "construct": true,
154973                        "construct-only": false,
154974                        "controllable": true,
154975                        "default": "false",
154976                        "mutable": "null",
154977                        "readable": true,
154978                        "type": "gboolean",
154979                        "writable": true
154980                    },
154981                    "lfc13": {
154982                        "blurb": "Delay 13 low-cut",
154983                        "conditionally-available": false,
154984                        "construct": true,
154985                        "construct-only": false,
154986                        "controllable": true,
154987                        "default": "false",
154988                        "mutable": "null",
154989                        "readable": true,
154990                        "type": "gboolean",
154991                        "writable": true
154992                    },
154993                    "lfc14": {
154994                        "blurb": "Delay 14 low-cut",
154995                        "conditionally-available": false,
154996                        "construct": true,
154997                        "construct-only": false,
154998                        "controllable": true,
154999                        "default": "false",
155000                        "mutable": "null",
155001                        "readable": true,
155002                        "type": "gboolean",
155003                        "writable": true
155004                    },
155005                    "lfc15": {
155006                        "blurb": "Delay 15 low-cut",
155007                        "conditionally-available": false,
155008                        "construct": true,
155009                        "construct-only": false,
155010                        "controllable": true,
155011                        "default": "false",
155012                        "mutable": "null",
155013                        "readable": true,
155014                        "type": "gboolean",
155015                        "writable": true
155016                    },
155017                    "lfc2": {
155018                        "blurb": "Delay 2 low-cut",
155019                        "conditionally-available": false,
155020                        "construct": true,
155021                        "construct-only": false,
155022                        "controllable": true,
155023                        "default": "false",
155024                        "mutable": "null",
155025                        "readable": true,
155026                        "type": "gboolean",
155027                        "writable": true
155028                    },
155029                    "lfc3": {
155030                        "blurb": "Delay 3 low-cut",
155031                        "conditionally-available": false,
155032                        "construct": true,
155033                        "construct-only": false,
155034                        "controllable": true,
155035                        "default": "false",
155036                        "mutable": "null",
155037                        "readable": true,
155038                        "type": "gboolean",
155039                        "writable": true
155040                    },
155041                    "lfc4": {
155042                        "blurb": "Delay 4 low-cut",
155043                        "conditionally-available": false,
155044                        "construct": true,
155045                        "construct-only": false,
155046                        "controllable": true,
155047                        "default": "false",
155048                        "mutable": "null",
155049                        "readable": true,
155050                        "type": "gboolean",
155051                        "writable": true
155052                    },
155053                    "lfc5": {
155054                        "blurb": "Delay 5 low-cut",
155055                        "conditionally-available": false,
155056                        "construct": true,
155057                        "construct-only": false,
155058                        "controllable": true,
155059                        "default": "false",
155060                        "mutable": "null",
155061                        "readable": true,
155062                        "type": "gboolean",
155063                        "writable": true
155064                    },
155065                    "lfc6": {
155066                        "blurb": "Delay 6 low-cut",
155067                        "conditionally-available": false,
155068                        "construct": true,
155069                        "construct-only": false,
155070                        "controllable": true,
155071                        "default": "false",
155072                        "mutable": "null",
155073                        "readable": true,
155074                        "type": "gboolean",
155075                        "writable": true
155076                    },
155077                    "lfc7": {
155078                        "blurb": "Delay 7 low-cut",
155079                        "conditionally-available": false,
155080                        "construct": true,
155081                        "construct-only": false,
155082                        "controllable": true,
155083                        "default": "false",
155084                        "mutable": "null",
155085                        "readable": true,
155086                        "type": "gboolean",
155087                        "writable": true
155088                    },
155089                    "lfc8": {
155090                        "blurb": "Delay 8 low-cut",
155091                        "conditionally-available": false,
155092                        "construct": true,
155093                        "construct-only": false,
155094                        "controllable": true,
155095                        "default": "false",
155096                        "mutable": "null",
155097                        "readable": true,
155098                        "type": "gboolean",
155099                        "writable": true
155100                    },
155101                    "lfc9": {
155102                        "blurb": "Delay 9 low-cut",
155103                        "conditionally-available": false,
155104                        "construct": true,
155105                        "construct-only": false,
155106                        "controllable": true,
155107                        "default": "false",
155108                        "mutable": "null",
155109                        "readable": true,
155110                        "type": "gboolean",
155111                        "writable": true
155112                    },
155113                    "lsel": {
155114                        "blurb": "Delay line selector",
155115                        "conditionally-available": false,
155116                        "construct": true,
155117                        "construct-only": false,
155118                        "controllable": true,
155119                        "default": "0-4 (0)",
155120                        "mutable": "null",
155121                        "readable": true,
155122                        "type": "lsp-plug-in-plugins-lv2-slap-delay-stereolsel",
155123                        "writable": true
155124                    },
155125                    "m0": {
155126                        "blurb": "Delay 0 mute",
155127                        "conditionally-available": false,
155128                        "construct": true,
155129                        "construct-only": false,
155130                        "controllable": true,
155131                        "default": "false",
155132                        "mutable": "null",
155133                        "readable": true,
155134                        "type": "gboolean",
155135                        "writable": true
155136                    },
155137                    "m1": {
155138                        "blurb": "Delay 1 mute",
155139                        "conditionally-available": false,
155140                        "construct": true,
155141                        "construct-only": false,
155142                        "controllable": true,
155143                        "default": "false",
155144                        "mutable": "null",
155145                        "readable": true,
155146                        "type": "gboolean",
155147                        "writable": true
155148                    },
155149                    "m10": {
155150                        "blurb": "Delay 10 mute",
155151                        "conditionally-available": false,
155152                        "construct": true,
155153                        "construct-only": false,
155154                        "controllable": true,
155155                        "default": "false",
155156                        "mutable": "null",
155157                        "readable": true,
155158                        "type": "gboolean",
155159                        "writable": true
155160                    },
155161                    "m11": {
155162                        "blurb": "Delay 11 mute",
155163                        "conditionally-available": false,
155164                        "construct": true,
155165                        "construct-only": false,
155166                        "controllable": true,
155167                        "default": "false",
155168                        "mutable": "null",
155169                        "readable": true,
155170                        "type": "gboolean",
155171                        "writable": true
155172                    },
155173                    "m12": {
155174                        "blurb": "Delay 12 mute",
155175                        "conditionally-available": false,
155176                        "construct": true,
155177                        "construct-only": false,
155178                        "controllable": true,
155179                        "default": "false",
155180                        "mutable": "null",
155181                        "readable": true,
155182                        "type": "gboolean",
155183                        "writable": true
155184                    },
155185                    "m13": {
155186                        "blurb": "Delay 13 mute",
155187                        "conditionally-available": false,
155188                        "construct": true,
155189                        "construct-only": false,
155190                        "controllable": true,
155191                        "default": "false",
155192                        "mutable": "null",
155193                        "readable": true,
155194                        "type": "gboolean",
155195                        "writable": true
155196                    },
155197                    "m14": {
155198                        "blurb": "Delay 14 mute",
155199                        "conditionally-available": false,
155200                        "construct": true,
155201                        "construct-only": false,
155202                        "controllable": true,
155203                        "default": "false",
155204                        "mutable": "null",
155205                        "readable": true,
155206                        "type": "gboolean",
155207                        "writable": true
155208                    },
155209                    "m15": {
155210                        "blurb": "Delay 15 mute",
155211                        "conditionally-available": false,
155212                        "construct": true,
155213                        "construct-only": false,
155214                        "controllable": true,
155215                        "default": "false",
155216                        "mutable": "null",
155217                        "readable": true,
155218                        "type": "gboolean",
155219                        "writable": true
155220                    },
155221                    "m2": {
155222                        "blurb": "Delay 2 mute",
155223                        "conditionally-available": false,
155224                        "construct": true,
155225                        "construct-only": false,
155226                        "controllable": true,
155227                        "default": "false",
155228                        "mutable": "null",
155229                        "readable": true,
155230                        "type": "gboolean",
155231                        "writable": true
155232                    },
155233                    "m3": {
155234                        "blurb": "Delay 3 mute",
155235                        "conditionally-available": false,
155236                        "construct": true,
155237                        "construct-only": false,
155238                        "controllable": true,
155239                        "default": "false",
155240                        "mutable": "null",
155241                        "readable": true,
155242                        "type": "gboolean",
155243                        "writable": true
155244                    },
155245                    "m4": {
155246                        "blurb": "Delay 4 mute",
155247                        "conditionally-available": false,
155248                        "construct": true,
155249                        "construct-only": false,
155250                        "controllable": true,
155251                        "default": "false",
155252                        "mutable": "null",
155253                        "readable": true,
155254                        "type": "gboolean",
155255                        "writable": true
155256                    },
155257                    "m5": {
155258                        "blurb": "Delay 5 mute",
155259                        "conditionally-available": false,
155260                        "construct": true,
155261                        "construct-only": false,
155262                        "controllable": true,
155263                        "default": "false",
155264                        "mutable": "null",
155265                        "readable": true,
155266                        "type": "gboolean",
155267                        "writable": true
155268                    },
155269                    "m6": {
155270                        "blurb": "Delay 6 mute",
155271                        "conditionally-available": false,
155272                        "construct": true,
155273                        "construct-only": false,
155274                        "controllable": true,
155275                        "default": "false",
155276                        "mutable": "null",
155277                        "readable": true,
155278                        "type": "gboolean",
155279                        "writable": true
155280                    },
155281                    "m7": {
155282                        "blurb": "Delay 7 mute",
155283                        "conditionally-available": false,
155284                        "construct": true,
155285                        "construct-only": false,
155286                        "controllable": true,
155287                        "default": "false",
155288                        "mutable": "null",
155289                        "readable": true,
155290                        "type": "gboolean",
155291                        "writable": true
155292                    },
155293                    "m8": {
155294                        "blurb": "Delay 8 mute",
155295                        "conditionally-available": false,
155296                        "construct": true,
155297                        "construct-only": false,
155298                        "controllable": true,
155299                        "default": "false",
155300                        "mutable": "null",
155301                        "readable": true,
155302                        "type": "gboolean",
155303                        "writable": true
155304                    },
155305                    "m9": {
155306                        "blurb": "Delay 9 mute",
155307                        "conditionally-available": false,
155308                        "construct": true,
155309                        "construct-only": false,
155310                        "controllable": true,
155311                        "default": "false",
155312                        "mutable": "null",
155313                        "readable": true,
155314                        "type": "gboolean",
155315                        "writable": true
155316                    },
155317                    "mono": {
155318                        "blurb": "Mono output",
155319                        "conditionally-available": false,
155320                        "construct": true,
155321                        "construct-only": false,
155322                        "controllable": true,
155323                        "default": "false",
155324                        "mutable": "null",
155325                        "readable": true,
155326                        "type": "gboolean",
155327                        "writable": true
155328                    },
155329                    "out-latency": {
155330                        "blurb": "Latency OUT",
155331                        "conditionally-available": false,
155332                        "construct": false,
155333                        "construct-only": false,
155334                        "controllable": true,
155335                        "default": "0",
155336                        "max": "192000",
155337                        "min": "0",
155338                        "mutable": "null",
155339                        "readable": true,
155340                        "type": "gint",
155341                        "writable": false
155342                    },
155343                    "ph0": {
155344                        "blurb": "Delay 0 phase",
155345                        "conditionally-available": false,
155346                        "construct": true,
155347                        "construct-only": false,
155348                        "controllable": true,
155349                        "default": "false",
155350                        "mutable": "null",
155351                        "readable": true,
155352                        "type": "gboolean",
155353                        "writable": true
155354                    },
155355                    "ph1": {
155356                        "blurb": "Delay 1 phase",
155357                        "conditionally-available": false,
155358                        "construct": true,
155359                        "construct-only": false,
155360                        "controllable": true,
155361                        "default": "false",
155362                        "mutable": "null",
155363                        "readable": true,
155364                        "type": "gboolean",
155365                        "writable": true
155366                    },
155367                    "ph10": {
155368                        "blurb": "Delay 10 phase",
155369                        "conditionally-available": false,
155370                        "construct": true,
155371                        "construct-only": false,
155372                        "controllable": true,
155373                        "default": "false",
155374                        "mutable": "null",
155375                        "readable": true,
155376                        "type": "gboolean",
155377                        "writable": true
155378                    },
155379                    "ph11": {
155380                        "blurb": "Delay 11 phase",
155381                        "conditionally-available": false,
155382                        "construct": true,
155383                        "construct-only": false,
155384                        "controllable": true,
155385                        "default": "false",
155386                        "mutable": "null",
155387                        "readable": true,
155388                        "type": "gboolean",
155389                        "writable": true
155390                    },
155391                    "ph12": {
155392                        "blurb": "Delay 12 phase",
155393                        "conditionally-available": false,
155394                        "construct": true,
155395                        "construct-only": false,
155396                        "controllable": true,
155397                        "default": "false",
155398                        "mutable": "null",
155399                        "readable": true,
155400                        "type": "gboolean",
155401                        "writable": true
155402                    },
155403                    "ph13": {
155404                        "blurb": "Delay 13 phase",
155405                        "conditionally-available": false,
155406                        "construct": true,
155407                        "construct-only": false,
155408                        "controllable": true,
155409                        "default": "false",
155410                        "mutable": "null",
155411                        "readable": true,
155412                        "type": "gboolean",
155413                        "writable": true
155414                    },
155415                    "ph14": {
155416                        "blurb": "Delay 14 phase",
155417                        "conditionally-available": false,
155418                        "construct": true,
155419                        "construct-only": false,
155420                        "controllable": true,
155421                        "default": "false",
155422                        "mutable": "null",
155423                        "readable": true,
155424                        "type": "gboolean",
155425                        "writable": true
155426                    },
155427                    "ph15": {
155428                        "blurb": "Delay 15 phase",
155429                        "conditionally-available": false,
155430                        "construct": true,
155431                        "construct-only": false,
155432                        "controllable": true,
155433                        "default": "false",
155434                        "mutable": "null",
155435                        "readable": true,
155436                        "type": "gboolean",
155437                        "writable": true
155438                    },
155439                    "ph2": {
155440                        "blurb": "Delay 2 phase",
155441                        "conditionally-available": false,
155442                        "construct": true,
155443                        "construct-only": false,
155444                        "controllable": true,
155445                        "default": "false",
155446                        "mutable": "null",
155447                        "readable": true,
155448                        "type": "gboolean",
155449                        "writable": true
155450                    },
155451                    "ph3": {
155452                        "blurb": "Delay 3 phase",
155453                        "conditionally-available": false,
155454                        "construct": true,
155455                        "construct-only": false,
155456                        "controllable": true,
155457                        "default": "false",
155458                        "mutable": "null",
155459                        "readable": true,
155460                        "type": "gboolean",
155461                        "writable": true
155462                    },
155463                    "ph4": {
155464                        "blurb": "Delay 4 phase",
155465                        "conditionally-available": false,
155466                        "construct": true,
155467                        "construct-only": false,
155468                        "controllable": true,
155469                        "default": "false",
155470                        "mutable": "null",
155471                        "readable": true,
155472                        "type": "gboolean",
155473                        "writable": true
155474                    },
155475                    "ph5": {
155476                        "blurb": "Delay 5 phase",
155477                        "conditionally-available": false,
155478                        "construct": true,
155479                        "construct-only": false,
155480                        "controllable": true,
155481                        "default": "false",
155482                        "mutable": "null",
155483                        "readable": true,
155484                        "type": "gboolean",
155485                        "writable": true
155486                    },
155487                    "ph6": {
155488                        "blurb": "Delay 6 phase",
155489                        "conditionally-available": false,
155490                        "construct": true,
155491                        "construct-only": false,
155492                        "controllable": true,
155493                        "default": "false",
155494                        "mutable": "null",
155495                        "readable": true,
155496                        "type": "gboolean",
155497                        "writable": true
155498                    },
155499                    "ph7": {
155500                        "blurb": "Delay 7 phase",
155501                        "conditionally-available": false,
155502                        "construct": true,
155503                        "construct-only": false,
155504                        "controllable": true,
155505                        "default": "false",
155506                        "mutable": "null",
155507                        "readable": true,
155508                        "type": "gboolean",
155509                        "writable": true
155510                    },
155511                    "ph8": {
155512                        "blurb": "Delay 8 phase",
155513                        "conditionally-available": false,
155514                        "construct": true,
155515                        "construct-only": false,
155516                        "controllable": true,
155517                        "default": "false",
155518                        "mutable": "null",
155519                        "readable": true,
155520                        "type": "gboolean",
155521                        "writable": true
155522                    },
155523                    "ph9": {
155524                        "blurb": "Delay 9 phase",
155525                        "conditionally-available": false,
155526                        "construct": true,
155527                        "construct-only": false,
155528                        "controllable": true,
155529                        "default": "false",
155530                        "mutable": "null",
155531                        "readable": true,
155532                        "type": "gboolean",
155533                        "writable": true
155534                    },
155535                    "pl-in": {
155536                        "blurb": "Input left channel panorama",
155537                        "conditionally-available": false,
155538                        "construct": true,
155539                        "construct-only": false,
155540                        "controllable": true,
155541                        "default": "-100",
155542                        "max": "100",
155543                        "min": "-100",
155544                        "mutable": "null",
155545                        "readable": true,
155546                        "type": "gfloat",
155547                        "writable": true
155548                    },
155549                    "pl0": {
155550                        "blurb": "Delay 0 left channel panorama",
155551                        "conditionally-available": false,
155552                        "construct": true,
155553                        "construct-only": false,
155554                        "controllable": true,
155555                        "default": "-100",
155556                        "max": "100",
155557                        "min": "-100",
155558                        "mutable": "null",
155559                        "readable": true,
155560                        "type": "gfloat",
155561                        "writable": true
155562                    },
155563                    "pl1": {
155564                        "blurb": "Delay 1 left channel panorama",
155565                        "conditionally-available": false,
155566                        "construct": true,
155567                        "construct-only": false,
155568                        "controllable": true,
155569                        "default": "-100",
155570                        "max": "100",
155571                        "min": "-100",
155572                        "mutable": "null",
155573                        "readable": true,
155574                        "type": "gfloat",
155575                        "writable": true
155576                    },
155577                    "pl10": {
155578                        "blurb": "Delay 10 left channel panorama",
155579                        "conditionally-available": false,
155580                        "construct": true,
155581                        "construct-only": false,
155582                        "controllable": true,
155583                        "default": "-100",
155584                        "max": "100",
155585                        "min": "-100",
155586                        "mutable": "null",
155587                        "readable": true,
155588                        "type": "gfloat",
155589                        "writable": true
155590                    },
155591                    "pl11": {
155592                        "blurb": "Delay 11 left channel panorama",
155593                        "conditionally-available": false,
155594                        "construct": true,
155595                        "construct-only": false,
155596                        "controllable": true,
155597                        "default": "-100",
155598                        "max": "100",
155599                        "min": "-100",
155600                        "mutable": "null",
155601                        "readable": true,
155602                        "type": "gfloat",
155603                        "writable": true
155604                    },
155605                    "pl12": {
155606                        "blurb": "Delay 12 left channel panorama",
155607                        "conditionally-available": false,
155608                        "construct": true,
155609                        "construct-only": false,
155610                        "controllable": true,
155611                        "default": "-100",
155612                        "max": "100",
155613                        "min": "-100",
155614                        "mutable": "null",
155615                        "readable": true,
155616                        "type": "gfloat",
155617                        "writable": true
155618                    },
155619                    "pl13": {
155620                        "blurb": "Delay 13 left channel panorama",
155621                        "conditionally-available": false,
155622                        "construct": true,
155623                        "construct-only": false,
155624                        "controllable": true,
155625                        "default": "-100",
155626                        "max": "100",
155627                        "min": "-100",
155628                        "mutable": "null",
155629                        "readable": true,
155630                        "type": "gfloat",
155631                        "writable": true
155632                    },
155633                    "pl14": {
155634                        "blurb": "Delay 14 left channel panorama",
155635                        "conditionally-available": false,
155636                        "construct": true,
155637                        "construct-only": false,
155638                        "controllable": true,
155639                        "default": "-100",
155640                        "max": "100",
155641                        "min": "-100",
155642                        "mutable": "null",
155643                        "readable": true,
155644                        "type": "gfloat",
155645                        "writable": true
155646                    },
155647                    "pl15": {
155648                        "blurb": "Delay 15 left channel panorama",
155649                        "conditionally-available": false,
155650                        "construct": true,
155651                        "construct-only": false,
155652                        "controllable": true,
155653                        "default": "-100",
155654                        "max": "100",
155655                        "min": "-100",
155656                        "mutable": "null",
155657                        "readable": true,
155658                        "type": "gfloat",
155659                        "writable": true
155660                    },
155661                    "pl2": {
155662                        "blurb": "Delay 2 left channel panorama",
155663                        "conditionally-available": false,
155664                        "construct": true,
155665                        "construct-only": false,
155666                        "controllable": true,
155667                        "default": "-100",
155668                        "max": "100",
155669                        "min": "-100",
155670                        "mutable": "null",
155671                        "readable": true,
155672                        "type": "gfloat",
155673                        "writable": true
155674                    },
155675                    "pl3": {
155676                        "blurb": "Delay 3 left channel panorama",
155677                        "conditionally-available": false,
155678                        "construct": true,
155679                        "construct-only": false,
155680                        "controllable": true,
155681                        "default": "-100",
155682                        "max": "100",
155683                        "min": "-100",
155684                        "mutable": "null",
155685                        "readable": true,
155686                        "type": "gfloat",
155687                        "writable": true
155688                    },
155689                    "pl4": {
155690                        "blurb": "Delay 4 left channel panorama",
155691                        "conditionally-available": false,
155692                        "construct": true,
155693                        "construct-only": false,
155694                        "controllable": true,
155695                        "default": "-100",
155696                        "max": "100",
155697                        "min": "-100",
155698                        "mutable": "null",
155699                        "readable": true,
155700                        "type": "gfloat",
155701                        "writable": true
155702                    },
155703                    "pl5": {
155704                        "blurb": "Delay 5 left channel panorama",
155705                        "conditionally-available": false,
155706                        "construct": true,
155707                        "construct-only": false,
155708                        "controllable": true,
155709                        "default": "-100",
155710                        "max": "100",
155711                        "min": "-100",
155712                        "mutable": "null",
155713                        "readable": true,
155714                        "type": "gfloat",
155715                        "writable": true
155716                    },
155717                    "pl6": {
155718                        "blurb": "Delay 6 left channel panorama",
155719                        "conditionally-available": false,
155720                        "construct": true,
155721                        "construct-only": false,
155722                        "controllable": true,
155723                        "default": "-100",
155724                        "max": "100",
155725                        "min": "-100",
155726                        "mutable": "null",
155727                        "readable": true,
155728                        "type": "gfloat",
155729                        "writable": true
155730                    },
155731                    "pl7": {
155732                        "blurb": "Delay 7 left channel panorama",
155733                        "conditionally-available": false,
155734                        "construct": true,
155735                        "construct-only": false,
155736                        "controllable": true,
155737                        "default": "-100",
155738                        "max": "100",
155739                        "min": "-100",
155740                        "mutable": "null",
155741                        "readable": true,
155742                        "type": "gfloat",
155743                        "writable": true
155744                    },
155745                    "pl8": {
155746                        "blurb": "Delay 8 left channel panorama",
155747                        "conditionally-available": false,
155748                        "construct": true,
155749                        "construct-only": false,
155750                        "controllable": true,
155751                        "default": "-100",
155752                        "max": "100",
155753                        "min": "-100",
155754                        "mutable": "null",
155755                        "readable": true,
155756                        "type": "gfloat",
155757                        "writable": true
155758                    },
155759                    "pl9": {
155760                        "blurb": "Delay 9 left channel panorama",
155761                        "conditionally-available": false,
155762                        "construct": true,
155763                        "construct-only": false,
155764                        "controllable": true,
155765                        "default": "-100",
155766                        "max": "100",
155767                        "min": "-100",
155768                        "mutable": "null",
155769                        "readable": true,
155770                        "type": "gfloat",
155771                        "writable": true
155772                    },
155773                    "pr-in": {
155774                        "blurb": "Input right channel panorama",
155775                        "conditionally-available": false,
155776                        "construct": true,
155777                        "construct-only": false,
155778                        "controllable": true,
155779                        "default": "100",
155780                        "max": "100",
155781                        "min": "-100",
155782                        "mutable": "null",
155783                        "readable": true,
155784                        "type": "gfloat",
155785                        "writable": true
155786                    },
155787                    "pr0": {
155788                        "blurb": "Delay 0 right channel panorama",
155789                        "conditionally-available": false,
155790                        "construct": true,
155791                        "construct-only": false,
155792                        "controllable": true,
155793                        "default": "100",
155794                        "max": "100",
155795                        "min": "-100",
155796                        "mutable": "null",
155797                        "readable": true,
155798                        "type": "gfloat",
155799                        "writable": true
155800                    },
155801                    "pr1": {
155802                        "blurb": "Delay 1 right channel panorama",
155803                        "conditionally-available": false,
155804                        "construct": true,
155805                        "construct-only": false,
155806                        "controllable": true,
155807                        "default": "100",
155808                        "max": "100",
155809                        "min": "-100",
155810                        "mutable": "null",
155811                        "readable": true,
155812                        "type": "gfloat",
155813                        "writable": true
155814                    },
155815                    "pr10": {
155816                        "blurb": "Delay 10 right channel panorama",
155817                        "conditionally-available": false,
155818                        "construct": true,
155819                        "construct-only": false,
155820                        "controllable": true,
155821                        "default": "100",
155822                        "max": "100",
155823                        "min": "-100",
155824                        "mutable": "null",
155825                        "readable": true,
155826                        "type": "gfloat",
155827                        "writable": true
155828                    },
155829                    "pr11": {
155830                        "blurb": "Delay 11 right channel panorama",
155831                        "conditionally-available": false,
155832                        "construct": true,
155833                        "construct-only": false,
155834                        "controllable": true,
155835                        "default": "100",
155836                        "max": "100",
155837                        "min": "-100",
155838                        "mutable": "null",
155839                        "readable": true,
155840                        "type": "gfloat",
155841                        "writable": true
155842                    },
155843                    "pr12": {
155844                        "blurb": "Delay 12 right channel panorama",
155845                        "conditionally-available": false,
155846                        "construct": true,
155847                        "construct-only": false,
155848                        "controllable": true,
155849                        "default": "100",
155850                        "max": "100",
155851                        "min": "-100",
155852                        "mutable": "null",
155853                        "readable": true,
155854                        "type": "gfloat",
155855                        "writable": true
155856                    },
155857                    "pr13": {
155858                        "blurb": "Delay 13 right channel panorama",
155859                        "conditionally-available": false,
155860                        "construct": true,
155861                        "construct-only": false,
155862                        "controllable": true,
155863                        "default": "100",
155864                        "max": "100",
155865                        "min": "-100",
155866                        "mutable": "null",
155867                        "readable": true,
155868                        "type": "gfloat",
155869                        "writable": true
155870                    },
155871                    "pr14": {
155872                        "blurb": "Delay 14 right channel panorama",
155873                        "conditionally-available": false,
155874                        "construct": true,
155875                        "construct-only": false,
155876                        "controllable": true,
155877                        "default": "100",
155878                        "max": "100",
155879                        "min": "-100",
155880                        "mutable": "null",
155881                        "readable": true,
155882                        "type": "gfloat",
155883                        "writable": true
155884                    },
155885                    "pr15": {
155886                        "blurb": "Delay 15 right channel panorama",
155887                        "conditionally-available": false,
155888                        "construct": true,
155889                        "construct-only": false,
155890                        "controllable": true,
155891                        "default": "100",
155892                        "max": "100",
155893                        "min": "-100",
155894                        "mutable": "null",
155895                        "readable": true,
155896                        "type": "gfloat",
155897                        "writable": true
155898                    },
155899                    "pr2": {
155900                        "blurb": "Delay 2 right channel panorama",
155901                        "conditionally-available": false,
155902                        "construct": true,
155903                        "construct-only": false,
155904                        "controllable": true,
155905                        "default": "100",
155906                        "max": "100",
155907                        "min": "-100",
155908                        "mutable": "null",
155909                        "readable": true,
155910                        "type": "gfloat",
155911                        "writable": true
155912                    },
155913                    "pr3": {
155914                        "blurb": "Delay 3 right channel panorama",
155915                        "conditionally-available": false,
155916                        "construct": true,
155917                        "construct-only": false,
155918                        "controllable": true,
155919                        "default": "100",
155920                        "max": "100",
155921                        "min": "-100",
155922                        "mutable": "null",
155923                        "readable": true,
155924                        "type": "gfloat",
155925                        "writable": true
155926                    },
155927                    "pr4": {
155928                        "blurb": "Delay 4 right channel panorama",
155929                        "conditionally-available": false,
155930                        "construct": true,
155931                        "construct-only": false,
155932                        "controllable": true,
155933                        "default": "100",
155934                        "max": "100",
155935                        "min": "-100",
155936                        "mutable": "null",
155937                        "readable": true,
155938                        "type": "gfloat",
155939                        "writable": true
155940                    },
155941                    "pr5": {
155942                        "blurb": "Delay 5 right channel panorama",
155943                        "conditionally-available": false,
155944                        "construct": true,
155945                        "construct-only": false,
155946                        "controllable": true,
155947                        "default": "100",
155948                        "max": "100",
155949                        "min": "-100",
155950                        "mutable": "null",
155951                        "readable": true,
155952                        "type": "gfloat",
155953                        "writable": true
155954                    },
155955                    "pr6": {
155956                        "blurb": "Delay 6 right channel panorama",
155957                        "conditionally-available": false,
155958                        "construct": true,
155959                        "construct-only": false,
155960                        "controllable": true,
155961                        "default": "100",
155962                        "max": "100",
155963                        "min": "-100",
155964                        "mutable": "null",
155965                        "readable": true,
155966                        "type": "gfloat",
155967                        "writable": true
155968                    },
155969                    "pr7": {
155970                        "blurb": "Delay 7 right channel panorama",
155971                        "conditionally-available": false,
155972                        "construct": true,
155973                        "construct-only": false,
155974                        "controllable": true,
155975                        "default": "100",
155976                        "max": "100",
155977                        "min": "-100",
155978                        "mutable": "null",
155979                        "readable": true,
155980                        "type": "gfloat",
155981                        "writable": true
155982                    },
155983                    "pr8": {
155984                        "blurb": "Delay 8 right channel panorama",
155985                        "conditionally-available": false,
155986                        "construct": true,
155987                        "construct-only": false,
155988                        "controllable": true,
155989                        "default": "100",
155990                        "max": "100",
155991                        "min": "-100",
155992                        "mutable": "null",
155993                        "readable": true,
155994                        "type": "gfloat",
155995                        "writable": true
155996                    },
155997                    "pr9": {
155998                        "blurb": "Delay 9 right channel panorama",
155999                        "conditionally-available": false,
156000                        "construct": true,
156001                        "construct-only": false,
156002                        "controllable": true,
156003                        "default": "100",
156004                        "max": "100",
156005                        "min": "-100",
156006                        "mutable": "null",
156007                        "readable": true,
156008                        "type": "gfloat",
156009                        "writable": true
156010                    },
156011                    "pred": {
156012                        "blurb": "Pre-delay",
156013                        "conditionally-available": false,
156014                        "construct": true,
156015                        "construct-only": false,
156016                        "controllable": true,
156017                        "default": "0",
156018                        "max": "200",
156019                        "min": "0",
156020                        "mutable": "null",
156021                        "readable": true,
156022                        "type": "gfloat",
156023                        "writable": true
156024                    },
156025                    "ramp": {
156026                        "blurb": "Ramping delay",
156027                        "conditionally-available": false,
156028                        "construct": true,
156029                        "construct-only": false,
156030                        "controllable": true,
156031                        "default": "false",
156032                        "mutable": "null",
156033                        "readable": true,
156034                        "type": "gboolean",
156035                        "writable": true
156036                    },
156037                    "s0": {
156038                        "blurb": "Delay 0 solo",
156039                        "conditionally-available": false,
156040                        "construct": true,
156041                        "construct-only": false,
156042                        "controllable": true,
156043                        "default": "false",
156044                        "mutable": "null",
156045                        "readable": true,
156046                        "type": "gboolean",
156047                        "writable": true
156048                    },
156049                    "s1": {
156050                        "blurb": "Delay 1 solo",
156051                        "conditionally-available": false,
156052                        "construct": true,
156053                        "construct-only": false,
156054                        "controllable": true,
156055                        "default": "false",
156056                        "mutable": "null",
156057                        "readable": true,
156058                        "type": "gboolean",
156059                        "writable": true
156060                    },
156061                    "s10": {
156062                        "blurb": "Delay 10 solo",
156063                        "conditionally-available": false,
156064                        "construct": true,
156065                        "construct-only": false,
156066                        "controllable": true,
156067                        "default": "false",
156068                        "mutable": "null",
156069                        "readable": true,
156070                        "type": "gboolean",
156071                        "writable": true
156072                    },
156073                    "s11": {
156074                        "blurb": "Delay 11 solo",
156075                        "conditionally-available": false,
156076                        "construct": true,
156077                        "construct-only": false,
156078                        "controllable": true,
156079                        "default": "false",
156080                        "mutable": "null",
156081                        "readable": true,
156082                        "type": "gboolean",
156083                        "writable": true
156084                    },
156085                    "s12": {
156086                        "blurb": "Delay 12 solo",
156087                        "conditionally-available": false,
156088                        "construct": true,
156089                        "construct-only": false,
156090                        "controllable": true,
156091                        "default": "false",
156092                        "mutable": "null",
156093                        "readable": true,
156094                        "type": "gboolean",
156095                        "writable": true
156096                    },
156097                    "s13": {
156098                        "blurb": "Delay 13 solo",
156099                        "conditionally-available": false,
156100                        "construct": true,
156101                        "construct-only": false,
156102                        "controllable": true,
156103                        "default": "false",
156104                        "mutable": "null",
156105                        "readable": true,
156106                        "type": "gboolean",
156107                        "writable": true
156108                    },
156109                    "s14": {
156110                        "blurb": "Delay 14 solo",
156111                        "conditionally-available": false,
156112                        "construct": true,
156113                        "construct-only": false,
156114                        "controllable": true,
156115                        "default": "false",
156116                        "mutable": "null",
156117                        "readable": true,
156118                        "type": "gboolean",
156119                        "writable": true
156120                    },
156121                    "s15": {
156122                        "blurb": "Delay 15 solo",
156123                        "conditionally-available": false,
156124                        "construct": true,
156125                        "construct-only": false,
156126                        "controllable": true,
156127                        "default": "false",
156128                        "mutable": "null",
156129                        "readable": true,
156130                        "type": "gboolean",
156131                        "writable": true
156132                    },
156133                    "s2": {
156134                        "blurb": "Delay 2 solo",
156135                        "conditionally-available": false,
156136                        "construct": true,
156137                        "construct-only": false,
156138                        "controllable": true,
156139                        "default": "false",
156140                        "mutable": "null",
156141                        "readable": true,
156142                        "type": "gboolean",
156143                        "writable": true
156144                    },
156145                    "s3": {
156146                        "blurb": "Delay 3 solo",
156147                        "conditionally-available": false,
156148                        "construct": true,
156149                        "construct-only": false,
156150                        "controllable": true,
156151                        "default": "false",
156152                        "mutable": "null",
156153                        "readable": true,
156154                        "type": "gboolean",
156155                        "writable": true
156156                    },
156157                    "s4": {
156158                        "blurb": "Delay 4 solo",
156159                        "conditionally-available": false,
156160                        "construct": true,
156161                        "construct-only": false,
156162                        "controllable": true,
156163                        "default": "false",
156164                        "mutable": "null",
156165                        "readable": true,
156166                        "type": "gboolean",
156167                        "writable": true
156168                    },
156169                    "s5": {
156170                        "blurb": "Delay 5 solo",
156171                        "conditionally-available": false,
156172                        "construct": true,
156173                        "construct-only": false,
156174                        "controllable": true,
156175                        "default": "false",
156176                        "mutable": "null",
156177                        "readable": true,
156178                        "type": "gboolean",
156179                        "writable": true
156180                    },
156181                    "s6": {
156182                        "blurb": "Delay 6 solo",
156183                        "conditionally-available": false,
156184                        "construct": true,
156185                        "construct-only": false,
156186                        "controllable": true,
156187                        "default": "false",
156188                        "mutable": "null",
156189                        "readable": true,
156190                        "type": "gboolean",
156191                        "writable": true
156192                    },
156193                    "s7": {
156194                        "blurb": "Delay 7 solo",
156195                        "conditionally-available": false,
156196                        "construct": true,
156197                        "construct-only": false,
156198                        "controllable": true,
156199                        "default": "false",
156200                        "mutable": "null",
156201                        "readable": true,
156202                        "type": "gboolean",
156203                        "writable": true
156204                    },
156205                    "s8": {
156206                        "blurb": "Delay 8 solo",
156207                        "conditionally-available": false,
156208                        "construct": true,
156209                        "construct-only": false,
156210                        "controllable": true,
156211                        "default": "false",
156212                        "mutable": "null",
156213                        "readable": true,
156214                        "type": "gboolean",
156215                        "writable": true
156216                    },
156217                    "s9": {
156218                        "blurb": "Delay 9 solo",
156219                        "conditionally-available": false,
156220                        "construct": true,
156221                        "construct-only": false,
156222                        "controllable": true,
156223                        "default": "false",
156224                        "mutable": "null",
156225                        "readable": true,
156226                        "type": "gboolean",
156227                        "writable": true
156228                    },
156229                    "strch": {
156230                        "blurb": "Stretch time",
156231                        "conditionally-available": false,
156232                        "construct": true,
156233                        "construct-only": false,
156234                        "controllable": true,
156235                        "default": "100",
156236                        "max": "400",
156237                        "min": "25",
156238                        "mutable": "null",
156239                        "readable": true,
156240                        "type": "gfloat",
156241                        "writable": true
156242                    },
156243                    "sync": {
156244                        "blurb": "Tempo sync",
156245                        "conditionally-available": false,
156246                        "construct": true,
156247                        "construct-only": false,
156248                        "controllable": true,
156249                        "default": "false",
156250                        "mutable": "null",
156251                        "readable": true,
156252                        "type": "gboolean",
156253                        "writable": true
156254                    },
156255                    "temp": {
156256                        "blurb": "Tem",
156257                        "conditionally-available": false,
156258                        "construct": true,
156259                        "construct-only": false,
156260                        "controllable": true,
156261                        "default": "20",
156262                        "max": "60",
156263                        "min": "-60",
156264                        "mutable": "null",
156265                        "readable": true,
156266                        "type": "gfloat",
156267                        "writable": true
156268                    },
156269                    "tempo": {
156270                        "blurb": "Tempo",
156271                        "conditionally-available": false,
156272                        "construct": true,
156273                        "construct-only": false,
156274                        "controllable": true,
156275                        "default": "120",
156276                        "max": "360",
156277                        "min": "20",
156278                        "mutable": "null",
156279                        "readable": true,
156280                        "type": "gfloat",
156281                        "writable": true
156282                    },
156283                    "wet": {
156284                        "blurb": "Wet amount",
156285                        "conditionally-available": false,
156286                        "construct": true,
156287                        "construct-only": false,
156288                        "controllable": true,
156289                        "default": "1",
156290                        "max": "10",
156291                        "min": "0",
156292                        "mutable": "null",
156293                        "readable": true,
156294                        "type": "gfloat",
156295                        "writable": true
156296                    },
156297                    "wm": {
156298                        "blurb": "Wet mute",
156299                        "conditionally-available": false,
156300                        "construct": true,
156301                        "construct-only": false,
156302                        "controllable": true,
156303                        "default": "false",
156304                        "mutable": "null",
156305                        "readable": true,
156306                        "type": "gboolean",
156307                        "writable": true
156308                    }
156309                },
156310                "rank": "none"
156311            },
156312            "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1": {
156313                "author": "LSP LV2",
156314                "description": "LSP Spectrum Analyzer x1",
156315                "hierarchy": [
156316                    "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1",
156317                    "GstAudioFilter",
156318                    "GstBaseTransform",
156319                    "GstElement",
156320                    "GstObject",
156321                    "GInitiallyUnowned",
156322                    "GObject"
156323                ],
156324                "interfaces": [
156325                    "GstPreset"
156326                ],
156327                "klass": "Filter/Effect/Audio/LV2/Analyser",
156328                "long-name": "LSP Spectrum Analyzer x1",
156329                "pad-templates": {
156330                    "sink": {
156331                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
156332                        "direction": "sink",
156333                        "presence": "always"
156334                    },
156335                    "src": {
156336                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
156337                        "direction": "src",
156338                        "presence": "always"
156339                    }
156340                },
156341                "properties": {
156342                    "bypass": {
156343                        "blurb": "Bypass",
156344                        "conditionally-available": false,
156345                        "construct": true,
156346                        "construct-only": false,
156347                        "controllable": true,
156348                        "default": "false",
156349                        "mutable": "null",
156350                        "readable": true,
156351                        "type": "gboolean",
156352                        "writable": true
156353                    },
156354                    "chn": {
156355                        "blurb": "Channel",
156356                        "conditionally-available": false,
156357                        "construct": true,
156358                        "construct-only": false,
156359                        "controllable": true,
156360                        "default": "0 (0)",
156361                        "mutable": "null",
156362                        "readable": true,
156363                        "type": "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1chn",
156364                        "writable": true
156365                    },
156366                    "env": {
156367                        "blurb": "FFT Envelope",
156368                        "conditionally-available": false,
156369                        "construct": true,
156370                        "construct-only": false,
156371                        "controllable": true,
156372                        "default": "Pink noise (3)",
156373                        "mutable": "null",
156374                        "readable": true,
156375                        "type": "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1env",
156376                        "writable": true
156377                    },
156378                    "freeze": {
156379                        "blurb": "Analyzer freeze",
156380                        "conditionally-available": false,
156381                        "construct": true,
156382                        "construct-only": false,
156383                        "controllable": true,
156384                        "default": "false",
156385                        "mutable": "null",
156386                        "readable": true,
156387                        "type": "gboolean",
156388                        "writable": true
156389                    },
156390                    "freq": {
156391                        "blurb": "Frequency",
156392                        "conditionally-available": false,
156393                        "construct": false,
156394                        "construct-only": false,
156395                        "controllable": true,
156396                        "default": "0",
156397                        "max": "24000",
156398                        "min": "10",
156399                        "mutable": "null",
156400                        "readable": true,
156401                        "type": "gfloat",
156402                        "writable": false
156403                    },
156404                    "frz-0": {
156405                        "blurb": "Freeze 0",
156406                        "conditionally-available": false,
156407                        "construct": true,
156408                        "construct-only": false,
156409                        "controllable": true,
156410                        "default": "false",
156411                        "mutable": "null",
156412                        "readable": true,
156413                        "type": "gboolean",
156414                        "writable": true
156415                    },
156416                    "hue-0": {
156417                        "blurb": "Hue 0",
156418                        "conditionally-available": false,
156419                        "construct": true,
156420                        "construct-only": false,
156421                        "controllable": true,
156422                        "default": "0",
156423                        "max": "1",
156424                        "min": "0",
156425                        "mutable": "null",
156426                        "readable": true,
156427                        "type": "gfloat",
156428                        "writable": true
156429                    },
156430                    "lvl": {
156431                        "blurb": "Level",
156432                        "conditionally-available": false,
156433                        "construct": false,
156434                        "construct-only": false,
156435                        "controllable": true,
156436                        "default": "0",
156437                        "max": "10000",
156438                        "min": "0",
156439                        "mutable": "null",
156440                        "readable": true,
156441                        "type": "gfloat",
156442                        "writable": false
156443                    },
156444                    "mode": {
156445                        "blurb": "Analyzer mode",
156446                        "conditionally-available": false,
156447                        "construct": true,
156448                        "construct-only": false,
156449                        "controllable": true,
156450                        "default": "Analyzer (0)",
156451                        "mutable": "null",
156452                        "readable": true,
156453                        "type": "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1mode",
156454                        "writable": true
156455                    },
156456                    "on-0": {
156457                        "blurb": "Analyse 0",
156458                        "conditionally-available": false,
156459                        "construct": true,
156460                        "construct-only": false,
156461                        "controllable": true,
156462                        "default": "false",
156463                        "mutable": "null",
156464                        "readable": true,
156465                        "type": "gboolean",
156466                        "writable": true
156467                    },
156468                    "out-latency": {
156469                        "blurb": "Latency OUT",
156470                        "conditionally-available": false,
156471                        "construct": false,
156472                        "construct-only": false,
156473                        "controllable": true,
156474                        "default": "0",
156475                        "max": "192000",
156476                        "min": "0",
156477                        "mutable": "null",
156478                        "readable": true,
156479                        "type": "gint",
156480                        "writable": false
156481                    },
156482                    "pamp": {
156483                        "blurb": "Preamp gain",
156484                        "conditionally-available": false,
156485                        "construct": true,
156486                        "construct-only": false,
156487                        "controllable": true,
156488                        "default": "1",
156489                        "max": "1000",
156490                        "min": "0",
156491                        "mutable": "null",
156492                        "readable": true,
156493                        "type": "gfloat",
156494                        "writable": true
156495                    },
156496                    "react": {
156497                        "blurb": "Reactivity",
156498                        "conditionally-available": false,
156499                        "construct": true,
156500                        "construct-only": false,
156501                        "controllable": true,
156502                        "default": "0.2",
156503                        "max": "1",
156504                        "min": "0",
156505                        "mutable": "null",
156506                        "readable": true,
156507                        "type": "gfloat",
156508                        "writable": true
156509                    },
156510                    "sel": {
156511                        "blurb": "Selector",
156512                        "conditionally-available": false,
156513                        "construct": true,
156514                        "construct-only": false,
156515                        "controllable": true,
156516                        "default": "0",
156517                        "max": "100",
156518                        "min": "0",
156519                        "mutable": "null",
156520                        "readable": true,
156521                        "type": "gfloat",
156522                        "writable": true
156523                    },
156524                    "sh-0": {
156525                        "blurb": "Shift gain 0",
156526                        "conditionally-available": false,
156527                        "construct": true,
156528                        "construct-only": false,
156529                        "controllable": true,
156530                        "default": "1",
156531                        "max": "1000",
156532                        "min": "0",
156533                        "mutable": "null",
156534                        "readable": true,
156535                        "type": "gfloat",
156536                        "writable": true
156537                    },
156538                    "solo-0": {
156539                        "blurb": "Solo 0",
156540                        "conditionally-available": false,
156541                        "construct": true,
156542                        "construct-only": false,
156543                        "controllable": true,
156544                        "default": "false",
156545                        "mutable": "null",
156546                        "readable": true,
156547                        "type": "gboolean",
156548                        "writable": true
156549                    },
156550                    "splog": {
156551                        "blurb": "Spectralizer logarithmic scale",
156552                        "conditionally-available": false,
156553                        "construct": true,
156554                        "construct-only": false,
156555                        "controllable": true,
156556                        "default": "false",
156557                        "mutable": "null",
156558                        "readable": true,
156559                        "type": "gboolean",
156560                        "writable": true
156561                    },
156562                    "spm": {
156563                        "blurb": "Spectralizer mode",
156564                        "conditionally-available": false,
156565                        "construct": true,
156566                        "construct-only": false,
156567                        "controllable": true,
156568                        "default": "Fog (1)",
156569                        "mutable": "null",
156570                        "readable": true,
156571                        "type": "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1spm",
156572                        "writable": true
156573                    },
156574                    "tol": {
156575                        "blurb": "FFT Tolerance",
156576                        "conditionally-available": false,
156577                        "construct": true,
156578                        "construct-only": false,
156579                        "controllable": true,
156580                        "default": "4096 (2)",
156581                        "mutable": "null",
156582                        "readable": true,
156583                        "type": "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1tol",
156584                        "writable": true
156585                    },
156586                    "wnd": {
156587                        "blurb": "FFT Window",
156588                        "conditionally-available": false,
156589                        "construct": true,
156590                        "construct-only": false,
156591                        "controllable": true,
156592                        "default": "Hann (0)",
156593                        "mutable": "null",
156594                        "readable": true,
156595                        "type": "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd",
156596                        "writable": true
156597                    },
156598                    "zoom": {
156599                        "blurb": "Graph zoom",
156600                        "conditionally-available": false,
156601                        "construct": true,
156602                        "construct-only": false,
156603                        "controllable": true,
156604                        "default": "1",
156605                        "max": "1",
156606                        "min": "0.01585",
156607                        "mutable": "null",
156608                        "readable": true,
156609                        "type": "gfloat",
156610                        "writable": true
156611                    }
156612                },
156613                "rank": "none"
156614            },
156615            "lsp-plug-in-plugins-lv2-trigger-midi-mono": {
156616                "author": "LSP LV2",
156617                "description": "LSP Trigger MIDI Mono",
156618                "hierarchy": [
156619                    "lsp-plug-in-plugins-lv2-trigger-midi-mono",
156620                    "GstAudioFilter",
156621                    "GstBaseTransform",
156622                    "GstElement",
156623                    "GstObject",
156624                    "GInitiallyUnowned",
156625                    "GObject"
156626                ],
156627                "interfaces": [
156628                    "GstPreset"
156629                ],
156630                "klass": "Filter/Effect/Audio/LV2/Dynamics",
156631                "long-name": "LSP Trigger MIDI Mono",
156632                "pad-templates": {
156633                    "sink": {
156634                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
156635                        "direction": "sink",
156636                        "presence": "always"
156637                    },
156638                    "src": {
156639                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
156640                        "direction": "src",
156641                        "presence": "always"
156642                    }
156643                },
156644                "properties": {
156645                    "asel": {
156646                        "blurb": "Area selector",
156647                        "conditionally-available": false,
156648                        "construct": true,
156649                        "construct-only": false,
156650                        "controllable": true,
156651                        "default": "Trigger (0)",
156652                        "mutable": "null",
156653                        "readable": true,
156654                        "type": "lsp-plug-in-plugins-lv2-trigger-midi-monoasel",
156655                        "writable": true
156656                    },
156657                    "bypass": {
156658                        "blurb": "Bypass",
156659                        "conditionally-available": false,
156660                        "construct": true,
156661                        "construct-only": false,
156662                        "controllable": true,
156663                        "default": "false",
156664                        "mutable": "null",
156665                        "readable": true,
156666                        "type": "gboolean",
156667                        "writable": true
156668                    },
156669                    "chan": {
156670                        "blurb": "Channel",
156671                        "conditionally-available": false,
156672                        "construct": true,
156673                        "construct-only": false,
156674                        "controllable": true,
156675                        "default": "01 (0)",
156676                        "mutable": "null",
156677                        "readable": true,
156678                        "type": "lsp-plug-in-plugins-lv2-trigger-midi-monochan",
156679                        "writable": true
156680                    },
156681                    "clear": {
156682                        "blurb": "Clear graph analysis",
156683                        "conditionally-available": false,
156684                        "construct": true,
156685                        "construct-only": false,
156686                        "controllable": true,
156687                        "default": "false",
156688                        "mutable": "null",
156689                        "readable": true,
156690                        "type": "gboolean",
156691                        "writable": true
156692                    },
156693                    "dl": {
156694                        "blurb": "Detect level",
156695                        "conditionally-available": false,
156696                        "construct": true,
156697                        "construct-only": false,
156698                        "controllable": true,
156699                        "default": "0.25119",
156700                        "max": "10",
156701                        "min": "0",
156702                        "mutable": "null",
156703                        "readable": true,
156704                        "type": "gfloat",
156705                        "writable": true
156706                    },
156707                    "dry": {
156708                        "blurb": "Dry amount",
156709                        "conditionally-available": false,
156710                        "construct": true,
156711                        "construct-only": false,
156712                        "controllable": true,
156713                        "default": "1",
156714                        "max": "10",
156715                        "min": "0",
156716                        "mutable": "null",
156717                        "readable": true,
156718                        "type": "gfloat",
156719                        "writable": true
156720                    },
156721                    "dt": {
156722                        "blurb": "Detect time",
156723                        "conditionally-available": false,
156724                        "construct": true,
156725                        "construct-only": false,
156726                        "controllable": true,
156727                        "default": "5",
156728                        "max": "20",
156729                        "min": "0",
156730                        "mutable": "null",
156731                        "readable": true,
156732                        "type": "gfloat",
156733                        "writable": true
156734                    },
156735                    "dtr1": {
156736                        "blurb": "Dynamics range 1",
156737                        "conditionally-available": false,
156738                        "construct": true,
156739                        "construct-only": false,
156740                        "controllable": true,
156741                        "default": "1.99526",
156742                        "max": "20",
156743                        "min": "0",
156744                        "mutable": "null",
156745                        "readable": true,
156746                        "type": "gfloat",
156747                        "writable": true
156748                    },
156749                    "dtr2": {
156750                        "blurb": "Dynamics range 2",
156751                        "conditionally-available": false,
156752                        "construct": true,
156753                        "construct-only": false,
156754                        "controllable": true,
156755                        "default": "0.01585",
156756                        "max": "20",
156757                        "min": "0",
156758                        "mutable": "null",
156759                        "readable": true,
156760                        "type": "gfloat",
156761                        "writable": true
156762                    },
156763                    "dyna": {
156764                        "blurb": "Dynamics",
156765                        "conditionally-available": false,
156766                        "construct": true,
156767                        "construct-only": false,
156768                        "controllable": true,
156769                        "default": "10",
156770                        "max": "100",
156771                        "min": "0",
156772                        "mutable": "null",
156773                        "readable": true,
156774                        "type": "gfloat",
156775                        "writable": true
156776                    },
156777                    "g-out": {
156778                        "blurb": "Output gain",
156779                        "conditionally-available": false,
156780                        "construct": true,
156781                        "construct-only": false,
156782                        "controllable": true,
156783                        "default": "1",
156784                        "max": "10",
156785                        "min": "0",
156786                        "mutable": "null",
156787                        "readable": true,
156788                        "type": "gfloat",
156789                        "writable": true
156790                    },
156791                    "ism": {
156792                        "blurb": "Input signal meter",
156793                        "conditionally-available": false,
156794                        "construct": false,
156795                        "construct-only": false,
156796                        "controllable": true,
156797                        "default": "0",
156798                        "max": "20",
156799                        "min": "0",
156800                        "mutable": "null",
156801                        "readable": true,
156802                        "type": "gfloat",
156803                        "writable": false
156804                    },
156805                    "isv": {
156806                        "blurb": "Input signal display",
156807                        "conditionally-available": false,
156808                        "construct": true,
156809                        "construct-only": false,
156810                        "controllable": true,
156811                        "default": "false",
156812                        "mutable": "null",
156813                        "readable": true,
156814                        "type": "gboolean",
156815                        "writable": true
156816                    },
156817                    "lstn": {
156818                        "blurb": "Trigger listen",
156819                        "conditionally-available": false,
156820                        "construct": true,
156821                        "construct-only": false,
156822                        "controllable": true,
156823                        "default": "false",
156824                        "mutable": "null",
156825                        "readable": true,
156826                        "type": "gboolean",
156827                        "writable": true
156828                    },
156829                    "mn": {
156830                        "blurb": "MIDI Note #",
156831                        "conditionally-available": false,
156832                        "construct": false,
156833                        "construct-only": false,
156834                        "controllable": true,
156835                        "default": "0",
156836                        "max": "127",
156837                        "min": "0",
156838                        "mutable": "null",
156839                        "readable": true,
156840                        "type": "gint",
156841                        "writable": false
156842                    },
156843                    "mode": {
156844                        "blurb": "Detection mode",
156845                        "conditionally-available": false,
156846                        "construct": true,
156847                        "construct-only": false,
156848                        "controllable": true,
156849                        "default": "RMS (1)",
156850                        "mutable": "null",
156851                        "readable": true,
156852                        "type": "lsp-plug-in-plugins-lv2-trigger-midi-monomode",
156853                        "writable": true
156854                    },
156855                    "note": {
156856                        "blurb": "Note",
156857                        "conditionally-available": false,
156858                        "construct": true,
156859                        "construct-only": false,
156860                        "controllable": true,
156861                        "default": "B (11)",
156862                        "mutable": "null",
156863                        "readable": true,
156864                        "type": "lsp-plug-in-plugins-lv2-trigger-midi-mononote",
156865                        "writable": true
156866                    },
156867                    "oct": {
156868                        "blurb": "Octave",
156869                        "conditionally-available": false,
156870                        "construct": true,
156871                        "construct-only": false,
156872                        "controllable": true,
156873                        "default": "0 (2)",
156874                        "mutable": "null",
156875                        "readable": true,
156876                        "type": "lsp-plug-in-plugins-lv2-trigger-midi-monooct",
156877                        "writable": true
156878                    },
156879                    "out-latency": {
156880                        "blurb": "Latency OUT",
156881                        "conditionally-available": false,
156882                        "construct": false,
156883                        "construct-only": false,
156884                        "controllable": true,
156885                        "default": "0",
156886                        "max": "192000",
156887                        "min": "0",
156888                        "mutable": "null",
156889                        "readable": true,
156890                        "type": "gint",
156891                        "writable": false
156892                    },
156893                    "pause": {
156894                        "blurb": "Pause graph analysis",
156895                        "conditionally-available": false,
156896                        "construct": true,
156897                        "construct-only": false,
156898                        "controllable": true,
156899                        "default": "false",
156900                        "mutable": "null",
156901                        "readable": true,
156902                        "type": "gboolean",
156903                        "writable": true
156904                    },
156905                    "preamp": {
156906                        "blurb": "Signal pre-amplification",
156907                        "conditionally-available": false,
156908                        "construct": true,
156909                        "construct-only": false,
156910                        "controllable": true,
156911                        "default": "1",
156912                        "max": "100",
156913                        "min": "0",
156914                        "mutable": "null",
156915                        "readable": true,
156916                        "type": "gfloat",
156917                        "writable": true
156918                    },
156919                    "react": {
156920                        "blurb": "Reactivity",
156921                        "conditionally-available": false,
156922                        "construct": true,
156923                        "construct-only": false,
156924                        "controllable": true,
156925                        "default": "20",
156926                        "max": "250",
156927                        "min": "0",
156928                        "mutable": "null",
156929                        "readable": true,
156930                        "type": "gfloat",
156931                        "writable": true
156932                    },
156933                    "rl": {
156934                        "blurb": "Release level",
156935                        "conditionally-available": false,
156936                        "construct": false,
156937                        "construct-only": false,
156938                        "controllable": true,
156939                        "default": "0",
156940                        "max": "20",
156941                        "min": "0",
156942                        "mutable": "null",
156943                        "readable": true,
156944                        "type": "gfloat",
156945                        "writable": false
156946                    },
156947                    "rrl": {
156948                        "blurb": "Relative release level",
156949                        "conditionally-available": false,
156950                        "construct": true,
156951                        "construct-only": false,
156952                        "controllable": true,
156953                        "default": "0.707946",
156954                        "max": "1",
156955                        "min": "0",
156956                        "mutable": "null",
156957                        "readable": true,
156958                        "type": "gfloat",
156959                        "writable": true
156960                    },
156961                    "rt": {
156962                        "blurb": "Release time",
156963                        "conditionally-available": false,
156964                        "construct": true,
156965                        "construct-only": false,
156966                        "controllable": true,
156967                        "default": "10",
156968                        "max": "100",
156969                        "min": "0",
156970                        "mutable": "null",
156971                        "readable": true,
156972                        "type": "gfloat",
156973                        "writable": true
156974                    },
156975                    "tfm": {
156976                        "blurb": "Trigger function meter",
156977                        "conditionally-available": false,
156978                        "construct": false,
156979                        "construct-only": false,
156980                        "controllable": true,
156981                        "default": "0",
156982                        "max": "20",
156983                        "min": "0",
156984                        "mutable": "null",
156985                        "readable": true,
156986                        "type": "gfloat",
156987                        "writable": false
156988                    },
156989                    "tfv": {
156990                        "blurb": "Trigger function display",
156991                        "conditionally-available": false,
156992                        "construct": true,
156993                        "construct-only": false,
156994                        "controllable": true,
156995                        "default": "false",
156996                        "mutable": "null",
156997                        "readable": true,
156998                        "type": "gboolean",
156999                        "writable": true
157000                    },
157001                    "tla": {
157002                        "blurb": "Trigger activity",
157003                        "conditionally-available": false,
157004                        "construct": false,
157005                        "construct-only": false,
157006                        "controllable": true,
157007                        "default": "false",
157008                        "mutable": "null",
157009                        "readable": true,
157010                        "type": "gboolean",
157011                        "writable": false
157012                    },
157013                    "tlm": {
157014                        "blurb": "Trigger level meter",
157015                        "conditionally-available": false,
157016                        "construct": false,
157017                        "construct-only": false,
157018                        "controllable": true,
157019                        "default": "0",
157020                        "max": "20",
157021                        "min": "0",
157022                        "mutable": "null",
157023                        "readable": true,
157024                        "type": "gfloat",
157025                        "writable": false
157026                    },
157027                    "tlv": {
157028                        "blurb": "Trigger level display",
157029                        "conditionally-available": false,
157030                        "construct": true,
157031                        "construct-only": false,
157032                        "controllable": true,
157033                        "default": "false",
157034                        "mutable": "null",
157035                        "readable": true,
157036                        "type": "gboolean",
157037                        "writable": true
157038                    },
157039                    "wet": {
157040                        "blurb": "Wet amount",
157041                        "conditionally-available": false,
157042                        "construct": true,
157043                        "construct-only": false,
157044                        "controllable": true,
157045                        "default": "1",
157046                        "max": "10",
157047                        "min": "0",
157048                        "mutable": "null",
157049                        "readable": true,
157050                        "type": "gfloat",
157051                        "writable": true
157052                    }
157053                },
157054                "rank": "none"
157055            },
157056            "lsp-plug-in-plugins-lv2-trigger-midi-stereo": {
157057                "author": "LSP LV2",
157058                "description": "LSP Trigger MIDI Stereo",
157059                "hierarchy": [
157060                    "lsp-plug-in-plugins-lv2-trigger-midi-stereo",
157061                    "GstAudioFilter",
157062                    "GstBaseTransform",
157063                    "GstElement",
157064                    "GstObject",
157065                    "GInitiallyUnowned",
157066                    "GObject"
157067                ],
157068                "interfaces": [
157069                    "GstPreset"
157070                ],
157071                "klass": "Filter/Effect/Audio/LV2/Dynamics",
157072                "long-name": "LSP Trigger MIDI Stereo",
157073                "pad-templates": {
157074                    "sink": {
157075                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
157076                        "direction": "sink",
157077                        "presence": "always"
157078                    },
157079                    "src": {
157080                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
157081                        "direction": "src",
157082                        "presence": "always"
157083                    }
157084                },
157085                "properties": {
157086                    "asel": {
157087                        "blurb": "Area selector",
157088                        "conditionally-available": false,
157089                        "construct": true,
157090                        "construct-only": false,
157091                        "controllable": true,
157092                        "default": "Trigger (0)",
157093                        "mutable": "null",
157094                        "readable": true,
157095                        "type": "lsp-plug-in-plugins-lv2-trigger-midi-stereoasel",
157096                        "writable": true
157097                    },
157098                    "bypass": {
157099                        "blurb": "Bypass",
157100                        "conditionally-available": false,
157101                        "construct": true,
157102                        "construct-only": false,
157103                        "controllable": true,
157104                        "default": "false",
157105                        "mutable": "null",
157106                        "readable": true,
157107                        "type": "gboolean",
157108                        "writable": true
157109                    },
157110                    "chan": {
157111                        "blurb": "Channel",
157112                        "conditionally-available": false,
157113                        "construct": true,
157114                        "construct-only": false,
157115                        "controllable": true,
157116                        "default": "01 (0)",
157117                        "mutable": "null",
157118                        "readable": true,
157119                        "type": "lsp-plug-in-plugins-lv2-trigger-midi-stereochan",
157120                        "writable": true
157121                    },
157122                    "clear": {
157123                        "blurb": "Clear graph analysis",
157124                        "conditionally-available": false,
157125                        "construct": true,
157126                        "construct-only": false,
157127                        "controllable": true,
157128                        "default": "false",
157129                        "mutable": "null",
157130                        "readable": true,
157131                        "type": "gboolean",
157132                        "writable": true
157133                    },
157134                    "dl": {
157135                        "blurb": "Detect level",
157136                        "conditionally-available": false,
157137                        "construct": true,
157138                        "construct-only": false,
157139                        "controllable": true,
157140                        "default": "0.25119",
157141                        "max": "10",
157142                        "min": "0",
157143                        "mutable": "null",
157144                        "readable": true,
157145                        "type": "gfloat",
157146                        "writable": true
157147                    },
157148                    "dry": {
157149                        "blurb": "Dry amount",
157150                        "conditionally-available": false,
157151                        "construct": true,
157152                        "construct-only": false,
157153                        "controllable": true,
157154                        "default": "1",
157155                        "max": "10",
157156                        "min": "0",
157157                        "mutable": "null",
157158                        "readable": true,
157159                        "type": "gfloat",
157160                        "writable": true
157161                    },
157162                    "dt": {
157163                        "blurb": "Detect time",
157164                        "conditionally-available": false,
157165                        "construct": true,
157166                        "construct-only": false,
157167                        "controllable": true,
157168                        "default": "5",
157169                        "max": "20",
157170                        "min": "0",
157171                        "mutable": "null",
157172                        "readable": true,
157173                        "type": "gfloat",
157174                        "writable": true
157175                    },
157176                    "dtr1": {
157177                        "blurb": "Dynamics range 1",
157178                        "conditionally-available": false,
157179                        "construct": true,
157180                        "construct-only": false,
157181                        "controllable": true,
157182                        "default": "1.99526",
157183                        "max": "20",
157184                        "min": "0",
157185                        "mutable": "null",
157186                        "readable": true,
157187                        "type": "gfloat",
157188                        "writable": true
157189                    },
157190                    "dtr2": {
157191                        "blurb": "Dynamics range 2",
157192                        "conditionally-available": false,
157193                        "construct": true,
157194                        "construct-only": false,
157195                        "controllable": true,
157196                        "default": "0.01585",
157197                        "max": "20",
157198                        "min": "0",
157199                        "mutable": "null",
157200                        "readable": true,
157201                        "type": "gfloat",
157202                        "writable": true
157203                    },
157204                    "dyna": {
157205                        "blurb": "Dynamics",
157206                        "conditionally-available": false,
157207                        "construct": true,
157208                        "construct-only": false,
157209                        "controllable": true,
157210                        "default": "10",
157211                        "max": "100",
157212                        "min": "0",
157213                        "mutable": "null",
157214                        "readable": true,
157215                        "type": "gfloat",
157216                        "writable": true
157217                    },
157218                    "g-out": {
157219                        "blurb": "Output gain",
157220                        "conditionally-available": false,
157221                        "construct": true,
157222                        "construct-only": false,
157223                        "controllable": true,
157224                        "default": "1",
157225                        "max": "10",
157226                        "min": "0",
157227                        "mutable": "null",
157228                        "readable": true,
157229                        "type": "gfloat",
157230                        "writable": true
157231                    },
157232                    "isml": {
157233                        "blurb": "Input signal meter left",
157234                        "conditionally-available": false,
157235                        "construct": false,
157236                        "construct-only": false,
157237                        "controllable": true,
157238                        "default": "0",
157239                        "max": "20",
157240                        "min": "0",
157241                        "mutable": "null",
157242                        "readable": true,
157243                        "type": "gfloat",
157244                        "writable": false
157245                    },
157246                    "ismr": {
157247                        "blurb": "Input signal meter right",
157248                        "conditionally-available": false,
157249                        "construct": false,
157250                        "construct-only": false,
157251                        "controllable": true,
157252                        "default": "0",
157253                        "max": "20",
157254                        "min": "0",
157255                        "mutable": "null",
157256                        "readable": true,
157257                        "type": "gfloat",
157258                        "writable": false
157259                    },
157260                    "isvl": {
157261                        "blurb": "Input signal left display",
157262                        "conditionally-available": false,
157263                        "construct": true,
157264                        "construct-only": false,
157265                        "controllable": true,
157266                        "default": "false",
157267                        "mutable": "null",
157268                        "readable": true,
157269                        "type": "gboolean",
157270                        "writable": true
157271                    },
157272                    "isvr": {
157273                        "blurb": "Input signal right display",
157274                        "conditionally-available": false,
157275                        "construct": true,
157276                        "construct-only": false,
157277                        "controllable": true,
157278                        "default": "false",
157279                        "mutable": "null",
157280                        "readable": true,
157281                        "type": "gboolean",
157282                        "writable": true
157283                    },
157284                    "lstn": {
157285                        "blurb": "Trigger listen",
157286                        "conditionally-available": false,
157287                        "construct": true,
157288                        "construct-only": false,
157289                        "controllable": true,
157290                        "default": "false",
157291                        "mutable": "null",
157292                        "readable": true,
157293                        "type": "gboolean",
157294                        "writable": true
157295                    },
157296                    "mn": {
157297                        "blurb": "MIDI Note #",
157298                        "conditionally-available": false,
157299                        "construct": false,
157300                        "construct-only": false,
157301                        "controllable": true,
157302                        "default": "0",
157303                        "max": "127",
157304                        "min": "0",
157305                        "mutable": "null",
157306                        "readable": true,
157307                        "type": "gint",
157308                        "writable": false
157309                    },
157310                    "mode": {
157311                        "blurb": "Detection mode",
157312                        "conditionally-available": false,
157313                        "construct": true,
157314                        "construct-only": false,
157315                        "controllable": true,
157316                        "default": "RMS (1)",
157317                        "mutable": "null",
157318                        "readable": true,
157319                        "type": "lsp-plug-in-plugins-lv2-trigger-midi-stereomode",
157320                        "writable": true
157321                    },
157322                    "note": {
157323                        "blurb": "Note",
157324                        "conditionally-available": false,
157325                        "construct": true,
157326                        "construct-only": false,
157327                        "controllable": true,
157328                        "default": "B (11)",
157329                        "mutable": "null",
157330                        "readable": true,
157331                        "type": "lsp-plug-in-plugins-lv2-trigger-midi-stereonote",
157332                        "writable": true
157333                    },
157334                    "oct": {
157335                        "blurb": "Octave",
157336                        "conditionally-available": false,
157337                        "construct": true,
157338                        "construct-only": false,
157339                        "controllable": true,
157340                        "default": "0 (2)",
157341                        "mutable": "null",
157342                        "readable": true,
157343                        "type": "lsp-plug-in-plugins-lv2-trigger-midi-stereooct",
157344                        "writable": true
157345                    },
157346                    "out-latency": {
157347                        "blurb": "Latency OUT",
157348                        "conditionally-available": false,
157349                        "construct": false,
157350                        "construct-only": false,
157351                        "controllable": true,
157352                        "default": "0",
157353                        "max": "192000",
157354                        "min": "0",
157355                        "mutable": "null",
157356                        "readable": true,
157357                        "type": "gint",
157358                        "writable": false
157359                    },
157360                    "pause": {
157361                        "blurb": "Pause graph analysis",
157362                        "conditionally-available": false,
157363                        "construct": true,
157364                        "construct-only": false,
157365                        "controllable": true,
157366                        "default": "false",
157367                        "mutable": "null",
157368                        "readable": true,
157369                        "type": "gboolean",
157370                        "writable": true
157371                    },
157372                    "preamp": {
157373                        "blurb": "Signal pre-amplification",
157374                        "conditionally-available": false,
157375                        "construct": true,
157376                        "construct-only": false,
157377                        "controllable": true,
157378                        "default": "1",
157379                        "max": "100",
157380                        "min": "0",
157381                        "mutable": "null",
157382                        "readable": true,
157383                        "type": "gfloat",
157384                        "writable": true
157385                    },
157386                    "react": {
157387                        "blurb": "Reactivity",
157388                        "conditionally-available": false,
157389                        "construct": true,
157390                        "construct-only": false,
157391                        "controllable": true,
157392                        "default": "20",
157393                        "max": "250",
157394                        "min": "0",
157395                        "mutable": "null",
157396                        "readable": true,
157397                        "type": "gfloat",
157398                        "writable": true
157399                    },
157400                    "rl": {
157401                        "blurb": "Release level",
157402                        "conditionally-available": false,
157403                        "construct": false,
157404                        "construct-only": false,
157405                        "controllable": true,
157406                        "default": "0",
157407                        "max": "20",
157408                        "min": "0",
157409                        "mutable": "null",
157410                        "readable": true,
157411                        "type": "gfloat",
157412                        "writable": false
157413                    },
157414                    "rrl": {
157415                        "blurb": "Relative release level",
157416                        "conditionally-available": false,
157417                        "construct": true,
157418                        "construct-only": false,
157419                        "controllable": true,
157420                        "default": "0.707946",
157421                        "max": "1",
157422                        "min": "0",
157423                        "mutable": "null",
157424                        "readable": true,
157425                        "type": "gfloat",
157426                        "writable": true
157427                    },
157428                    "rt": {
157429                        "blurb": "Release time",
157430                        "conditionally-available": false,
157431                        "construct": true,
157432                        "construct-only": false,
157433                        "controllable": true,
157434                        "default": "10",
157435                        "max": "100",
157436                        "min": "0",
157437                        "mutable": "null",
157438                        "readable": true,
157439                        "type": "gfloat",
157440                        "writable": true
157441                    },
157442                    "ssrc": {
157443                        "blurb": "Signal source",
157444                        "conditionally-available": false,
157445                        "construct": true,
157446                        "construct-only": false,
157447                        "controllable": true,
157448                        "default": "Middle (0)",
157449                        "mutable": "null",
157450                        "readable": true,
157451                        "type": "lsp-plug-in-plugins-lv2-trigger-midi-stereossrc",
157452                        "writable": true
157453                    },
157454                    "tfm": {
157455                        "blurb": "Trigger function meter",
157456                        "conditionally-available": false,
157457                        "construct": false,
157458                        "construct-only": false,
157459                        "controllable": true,
157460                        "default": "0",
157461                        "max": "20",
157462                        "min": "0",
157463                        "mutable": "null",
157464                        "readable": true,
157465                        "type": "gfloat",
157466                        "writable": false
157467                    },
157468                    "tfv": {
157469                        "blurb": "Trigger function display",
157470                        "conditionally-available": false,
157471                        "construct": true,
157472                        "construct-only": false,
157473                        "controllable": true,
157474                        "default": "false",
157475                        "mutable": "null",
157476                        "readable": true,
157477                        "type": "gboolean",
157478                        "writable": true
157479                    },
157480                    "tla": {
157481                        "blurb": "Trigger activity",
157482                        "conditionally-available": false,
157483                        "construct": false,
157484                        "construct-only": false,
157485                        "controllable": true,
157486                        "default": "false",
157487                        "mutable": "null",
157488                        "readable": true,
157489                        "type": "gboolean",
157490                        "writable": false
157491                    },
157492                    "tlm": {
157493                        "blurb": "Trigger level meter",
157494                        "conditionally-available": false,
157495                        "construct": false,
157496                        "construct-only": false,
157497                        "controllable": true,
157498                        "default": "0",
157499                        "max": "20",
157500                        "min": "0",
157501                        "mutable": "null",
157502                        "readable": true,
157503                        "type": "gfloat",
157504                        "writable": false
157505                    },
157506                    "tlv": {
157507                        "blurb": "Trigger level display",
157508                        "conditionally-available": false,
157509                        "construct": true,
157510                        "construct-only": false,
157511                        "controllable": true,
157512                        "default": "false",
157513                        "mutable": "null",
157514                        "readable": true,
157515                        "type": "gboolean",
157516                        "writable": true
157517                    },
157518                    "wet": {
157519                        "blurb": "Wet amount",
157520                        "conditionally-available": false,
157521                        "construct": true,
157522                        "construct-only": false,
157523                        "controllable": true,
157524                        "default": "1",
157525                        "max": "10",
157526                        "min": "0",
157527                        "mutable": "null",
157528                        "readable": true,
157529                        "type": "gfloat",
157530                        "writable": true
157531                    }
157532                },
157533                "rank": "none"
157534            },
157535            "lsp-plug-in-plugins-lv2-trigger-mono": {
157536                "author": "LSP LV2",
157537                "description": "LSP Trigger Mono",
157538                "hierarchy": [
157539                    "lsp-plug-in-plugins-lv2-trigger-mono",
157540                    "GstAudioFilter",
157541                    "GstBaseTransform",
157542                    "GstElement",
157543                    "GstObject",
157544                    "GInitiallyUnowned",
157545                    "GObject"
157546                ],
157547                "interfaces": [
157548                    "GstPreset"
157549                ],
157550                "klass": "Filter/Effect/Audio/LV2/Dynamics",
157551                "long-name": "LSP Trigger Mono",
157552                "pad-templates": {
157553                    "sink": {
157554                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
157555                        "direction": "sink",
157556                        "presence": "always"
157557                    },
157558                    "src": {
157559                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 1\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
157560                        "direction": "src",
157561                        "presence": "always"
157562                    }
157563                },
157564                "properties": {
157565                    "asel": {
157566                        "blurb": "Area selector",
157567                        "conditionally-available": false,
157568                        "construct": true,
157569                        "construct-only": false,
157570                        "controllable": true,
157571                        "default": "Trigger (0)",
157572                        "mutable": "null",
157573                        "readable": true,
157574                        "type": "lsp-plug-in-plugins-lv2-trigger-monoasel",
157575                        "writable": true
157576                    },
157577                    "bypass": {
157578                        "blurb": "Bypass",
157579                        "conditionally-available": false,
157580                        "construct": true,
157581                        "construct-only": false,
157582                        "controllable": true,
157583                        "default": "false",
157584                        "mutable": "null",
157585                        "readable": true,
157586                        "type": "gboolean",
157587                        "writable": true
157588                    },
157589                    "clear": {
157590                        "blurb": "Clear graph analysis",
157591                        "conditionally-available": false,
157592                        "construct": true,
157593                        "construct-only": false,
157594                        "controllable": true,
157595                        "default": "false",
157596                        "mutable": "null",
157597                        "readable": true,
157598                        "type": "gboolean",
157599                        "writable": true
157600                    },
157601                    "dl": {
157602                        "blurb": "Detect level",
157603                        "conditionally-available": false,
157604                        "construct": true,
157605                        "construct-only": false,
157606                        "controllable": true,
157607                        "default": "0.25119",
157608                        "max": "10",
157609                        "min": "0",
157610                        "mutable": "null",
157611                        "readable": true,
157612                        "type": "gfloat",
157613                        "writable": true
157614                    },
157615                    "dry": {
157616                        "blurb": "Dry amount",
157617                        "conditionally-available": false,
157618                        "construct": true,
157619                        "construct-only": false,
157620                        "controllable": true,
157621                        "default": "1",
157622                        "max": "10",
157623                        "min": "0",
157624                        "mutable": "null",
157625                        "readable": true,
157626                        "type": "gfloat",
157627                        "writable": true
157628                    },
157629                    "dt": {
157630                        "blurb": "Detect time",
157631                        "conditionally-available": false,
157632                        "construct": true,
157633                        "construct-only": false,
157634                        "controllable": true,
157635                        "default": "5",
157636                        "max": "20",
157637                        "min": "0",
157638                        "mutable": "null",
157639                        "readable": true,
157640                        "type": "gfloat",
157641                        "writable": true
157642                    },
157643                    "dtr1": {
157644                        "blurb": "Dynamics range 1",
157645                        "conditionally-available": false,
157646                        "construct": true,
157647                        "construct-only": false,
157648                        "controllable": true,
157649                        "default": "1.99526",
157650                        "max": "20",
157651                        "min": "0",
157652                        "mutable": "null",
157653                        "readable": true,
157654                        "type": "gfloat",
157655                        "writable": true
157656                    },
157657                    "dtr2": {
157658                        "blurb": "Dynamics range 2",
157659                        "conditionally-available": false,
157660                        "construct": true,
157661                        "construct-only": false,
157662                        "controllable": true,
157663                        "default": "0.01585",
157664                        "max": "20",
157665                        "min": "0",
157666                        "mutable": "null",
157667                        "readable": true,
157668                        "type": "gfloat",
157669                        "writable": true
157670                    },
157671                    "dyna": {
157672                        "blurb": "Dynamics",
157673                        "conditionally-available": false,
157674                        "construct": true,
157675                        "construct-only": false,
157676                        "controllable": true,
157677                        "default": "10",
157678                        "max": "100",
157679                        "min": "0",
157680                        "mutable": "null",
157681                        "readable": true,
157682                        "type": "gfloat",
157683                        "writable": true
157684                    },
157685                    "g-out": {
157686                        "blurb": "Output gain",
157687                        "conditionally-available": false,
157688                        "construct": true,
157689                        "construct-only": false,
157690                        "controllable": true,
157691                        "default": "1",
157692                        "max": "10",
157693                        "min": "0",
157694                        "mutable": "null",
157695                        "readable": true,
157696                        "type": "gfloat",
157697                        "writable": true
157698                    },
157699                    "ism": {
157700                        "blurb": "Input signal meter",
157701                        "conditionally-available": false,
157702                        "construct": false,
157703                        "construct-only": false,
157704                        "controllable": true,
157705                        "default": "0",
157706                        "max": "20",
157707                        "min": "0",
157708                        "mutable": "null",
157709                        "readable": true,
157710                        "type": "gfloat",
157711                        "writable": false
157712                    },
157713                    "isv": {
157714                        "blurb": "Input signal display",
157715                        "conditionally-available": false,
157716                        "construct": true,
157717                        "construct-only": false,
157718                        "controllable": true,
157719                        "default": "false",
157720                        "mutable": "null",
157721                        "readable": true,
157722                        "type": "gboolean",
157723                        "writable": true
157724                    },
157725                    "lstn": {
157726                        "blurb": "Trigger listen",
157727                        "conditionally-available": false,
157728                        "construct": true,
157729                        "construct-only": false,
157730                        "controllable": true,
157731                        "default": "false",
157732                        "mutable": "null",
157733                        "readable": true,
157734                        "type": "gboolean",
157735                        "writable": true
157736                    },
157737                    "mode": {
157738                        "blurb": "Detection mode",
157739                        "conditionally-available": false,
157740                        "construct": true,
157741                        "construct-only": false,
157742                        "controllable": true,
157743                        "default": "RMS (1)",
157744                        "mutable": "null",
157745                        "readable": true,
157746                        "type": "lsp-plug-in-plugins-lv2-trigger-monomode",
157747                        "writable": true
157748                    },
157749                    "out-latency": {
157750                        "blurb": "Latency OUT",
157751                        "conditionally-available": false,
157752                        "construct": false,
157753                        "construct-only": false,
157754                        "controllable": true,
157755                        "default": "0",
157756                        "max": "192000",
157757                        "min": "0",
157758                        "mutable": "null",
157759                        "readable": true,
157760                        "type": "gint",
157761                        "writable": false
157762                    },
157763                    "pause": {
157764                        "blurb": "Pause graph analysis",
157765                        "conditionally-available": false,
157766                        "construct": true,
157767                        "construct-only": false,
157768                        "controllable": true,
157769                        "default": "false",
157770                        "mutable": "null",
157771                        "readable": true,
157772                        "type": "gboolean",
157773                        "writable": true
157774                    },
157775                    "preamp": {
157776                        "blurb": "Signal pre-amplification",
157777                        "conditionally-available": false,
157778                        "construct": true,
157779                        "construct-only": false,
157780                        "controllable": true,
157781                        "default": "1",
157782                        "max": "100",
157783                        "min": "0",
157784                        "mutable": "null",
157785                        "readable": true,
157786                        "type": "gfloat",
157787                        "writable": true
157788                    },
157789                    "react": {
157790                        "blurb": "Reactivity",
157791                        "conditionally-available": false,
157792                        "construct": true,
157793                        "construct-only": false,
157794                        "controllable": true,
157795                        "default": "20",
157796                        "max": "250",
157797                        "min": "0",
157798                        "mutable": "null",
157799                        "readable": true,
157800                        "type": "gfloat",
157801                        "writable": true
157802                    },
157803                    "rl": {
157804                        "blurb": "Release level",
157805                        "conditionally-available": false,
157806                        "construct": false,
157807                        "construct-only": false,
157808                        "controllable": true,
157809                        "default": "0",
157810                        "max": "20",
157811                        "min": "0",
157812                        "mutable": "null",
157813                        "readable": true,
157814                        "type": "gfloat",
157815                        "writable": false
157816                    },
157817                    "rrl": {
157818                        "blurb": "Relative release level",
157819                        "conditionally-available": false,
157820                        "construct": true,
157821                        "construct-only": false,
157822                        "controllable": true,
157823                        "default": "0.707946",
157824                        "max": "1",
157825                        "min": "0",
157826                        "mutable": "null",
157827                        "readable": true,
157828                        "type": "gfloat",
157829                        "writable": true
157830                    },
157831                    "rt": {
157832                        "blurb": "Release time",
157833                        "conditionally-available": false,
157834                        "construct": true,
157835                        "construct-only": false,
157836                        "controllable": true,
157837                        "default": "10",
157838                        "max": "100",
157839                        "min": "0",
157840                        "mutable": "null",
157841                        "readable": true,
157842                        "type": "gfloat",
157843                        "writable": true
157844                    },
157845                    "tfm": {
157846                        "blurb": "Trigger function meter",
157847                        "conditionally-available": false,
157848                        "construct": false,
157849                        "construct-only": false,
157850                        "controllable": true,
157851                        "default": "0",
157852                        "max": "20",
157853                        "min": "0",
157854                        "mutable": "null",
157855                        "readable": true,
157856                        "type": "gfloat",
157857                        "writable": false
157858                    },
157859                    "tfv": {
157860                        "blurb": "Trigger function display",
157861                        "conditionally-available": false,
157862                        "construct": true,
157863                        "construct-only": false,
157864                        "controllable": true,
157865                        "default": "false",
157866                        "mutable": "null",
157867                        "readable": true,
157868                        "type": "gboolean",
157869                        "writable": true
157870                    },
157871                    "tla": {
157872                        "blurb": "Trigger activity",
157873                        "conditionally-available": false,
157874                        "construct": false,
157875                        "construct-only": false,
157876                        "controllable": true,
157877                        "default": "false",
157878                        "mutable": "null",
157879                        "readable": true,
157880                        "type": "gboolean",
157881                        "writable": false
157882                    },
157883                    "tlm": {
157884                        "blurb": "Trigger level meter",
157885                        "conditionally-available": false,
157886                        "construct": false,
157887                        "construct-only": false,
157888                        "controllable": true,
157889                        "default": "0",
157890                        "max": "20",
157891                        "min": "0",
157892                        "mutable": "null",
157893                        "readable": true,
157894                        "type": "gfloat",
157895                        "writable": false
157896                    },
157897                    "tlv": {
157898                        "blurb": "Trigger level display",
157899                        "conditionally-available": false,
157900                        "construct": true,
157901                        "construct-only": false,
157902                        "controllable": true,
157903                        "default": "false",
157904                        "mutable": "null",
157905                        "readable": true,
157906                        "type": "gboolean",
157907                        "writable": true
157908                    },
157909                    "wet": {
157910                        "blurb": "Wet amount",
157911                        "conditionally-available": false,
157912                        "construct": true,
157913                        "construct-only": false,
157914                        "controllable": true,
157915                        "default": "1",
157916                        "max": "10",
157917                        "min": "0",
157918                        "mutable": "null",
157919                        "readable": true,
157920                        "type": "gfloat",
157921                        "writable": true
157922                    }
157923                },
157924                "rank": "none"
157925            },
157926            "lsp-plug-in-plugins-lv2-trigger-stereo": {
157927                "author": "LSP LV2",
157928                "description": "LSP Trigger Stereo",
157929                "hierarchy": [
157930                    "lsp-plug-in-plugins-lv2-trigger-stereo",
157931                    "GstAudioFilter",
157932                    "GstBaseTransform",
157933                    "GstElement",
157934                    "GstObject",
157935                    "GInitiallyUnowned",
157936                    "GObject"
157937                ],
157938                "interfaces": [
157939                    "GstPreset"
157940                ],
157941                "klass": "Filter/Effect/Audio/LV2/Dynamics",
157942                "long-name": "LSP Trigger Stereo",
157943                "pad-templates": {
157944                    "sink": {
157945                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
157946                        "direction": "sink",
157947                        "presence": "always"
157948                    },
157949                    "src": {
157950                        "caps": "audio/x-raw:\n         format: F32LE\n       channels: 2\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
157951                        "direction": "src",
157952                        "presence": "always"
157953                    }
157954                },
157955                "properties": {
157956                    "asel": {
157957                        "blurb": "Area selector",
157958                        "conditionally-available": false,
157959                        "construct": true,
157960                        "construct-only": false,
157961                        "controllable": true,
157962                        "default": "Trigger (0)",
157963                        "mutable": "null",
157964                        "readable": true,
157965                        "type": "lsp-plug-in-plugins-lv2-trigger-stereoasel",
157966                        "writable": true
157967                    },
157968                    "bypass": {
157969                        "blurb": "Bypass",
157970                        "conditionally-available": false,
157971                        "construct": true,
157972                        "construct-only": false,
157973                        "controllable": true,
157974                        "default": "false",
157975                        "mutable": "null",
157976                        "readable": true,
157977                        "type": "gboolean",
157978                        "writable": true
157979                    },
157980                    "clear": {
157981                        "blurb": "Clear graph analysis",
157982                        "conditionally-available": false,
157983                        "construct": true,
157984                        "construct-only": false,
157985                        "controllable": true,
157986                        "default": "false",
157987                        "mutable": "null",
157988                        "readable": true,
157989                        "type": "gboolean",
157990                        "writable": true
157991                    },
157992                    "dl": {
157993                        "blurb": "Detect level",
157994                        "conditionally-available": false,
157995                        "construct": true,
157996                        "construct-only": false,
157997                        "controllable": true,
157998                        "default": "0.25119",
157999                        "max": "10",
158000                        "min": "0",
158001                        "mutable": "null",
158002                        "readable": true,
158003                        "type": "gfloat",
158004                        "writable": true
158005                    },
158006                    "dry": {
158007                        "blurb": "Dry amount",
158008                        "conditionally-available": false,
158009                        "construct": true,
158010                        "construct-only": false,
158011                        "controllable": true,
158012                        "default": "1",
158013                        "max": "10",
158014                        "min": "0",
158015                        "mutable": "null",
158016                        "readable": true,
158017                        "type": "gfloat",
158018                        "writable": true
158019                    },
158020                    "dt": {
158021                        "blurb": "Detect time",
158022                        "conditionally-available": false,
158023                        "construct": true,
158024                        "construct-only": false,
158025                        "controllable": true,
158026                        "default": "5",
158027                        "max": "20",
158028                        "min": "0",
158029                        "mutable": "null",
158030                        "readable": true,
158031                        "type": "gfloat",
158032                        "writable": true
158033                    },
158034                    "dtr1": {
158035                        "blurb": "Dynamics range 1",
158036                        "conditionally-available": false,
158037                        "construct": true,
158038                        "construct-only": false,
158039                        "controllable": true,
158040                        "default": "1.99526",
158041                        "max": "20",
158042                        "min": "0",
158043                        "mutable": "null",
158044                        "readable": true,
158045                        "type": "gfloat",
158046                        "writable": true
158047                    },
158048                    "dtr2": {
158049                        "blurb": "Dynamics range 2",
158050                        "conditionally-available": false,
158051                        "construct": true,
158052                        "construct-only": false,
158053                        "controllable": true,
158054                        "default": "0.01585",
158055                        "max": "20",
158056                        "min": "0",
158057                        "mutable": "null",
158058                        "readable": true,
158059                        "type": "gfloat",
158060                        "writable": true
158061                    },
158062                    "dyna": {
158063                        "blurb": "Dynamics",
158064                        "conditionally-available": false,
158065                        "construct": true,
158066                        "construct-only": false,
158067                        "controllable": true,
158068                        "default": "10",
158069                        "max": "100",
158070                        "min": "0",
158071                        "mutable": "null",
158072                        "readable": true,
158073                        "type": "gfloat",
158074                        "writable": true
158075                    },
158076                    "g-out": {
158077                        "blurb": "Output gain",
158078                        "conditionally-available": false,
158079                        "construct": true,
158080                        "construct-only": false,
158081                        "controllable": true,
158082                        "default": "1",
158083                        "max": "10",
158084                        "min": "0",
158085                        "mutable": "null",
158086                        "readable": true,
158087                        "type": "gfloat",
158088                        "writable": true
158089                    },
158090                    "isml": {
158091                        "blurb": "Input signal meter left",
158092                        "conditionally-available": false,
158093                        "construct": false,
158094                        "construct-only": false,
158095                        "controllable": true,
158096                        "default": "0",
158097                        "max": "20",
158098                        "min": "0",
158099                        "mutable": "null",
158100                        "readable": true,
158101                        "type": "gfloat",
158102                        "writable": false
158103                    },
158104                    "ismr": {
158105                        "blurb": "Input signal meter right",
158106                        "conditionally-available": false,
158107                        "construct": false,
158108                        "construct-only": false,
158109                        "controllable": true,
158110                        "default": "0",
158111                        "max": "20",
158112                        "min": "0",
158113                        "mutable": "null",
158114                        "readable": true,
158115                        "type": "gfloat",
158116                        "writable": false
158117                    },
158118                    "isvl": {
158119                        "blurb": "Input signal left display",
158120                        "conditionally-available": false,
158121                        "construct": true,
158122                        "construct-only": false,
158123                        "controllable": true,
158124                        "default": "false",
158125                        "mutable": "null",
158126                        "readable": true,
158127                        "type": "gboolean",
158128                        "writable": true
158129                    },
158130                    "isvr": {
158131                        "blurb": "Input signal right display",
158132                        "conditionally-available": false,
158133                        "construct": true,
158134                        "construct-only": false,
158135                        "controllable": true,
158136                        "default": "false",
158137                        "mutable": "null",
158138                        "readable": true,
158139                        "type": "gboolean",
158140                        "writable": true
158141                    },
158142                    "lstn": {
158143                        "blurb": "Trigger listen",
158144                        "conditionally-available": false,
158145                        "construct": true,
158146                        "construct-only": false,
158147                        "controllable": true,
158148                        "default": "false",
158149                        "mutable": "null",
158150                        "readable": true,
158151                        "type": "gboolean",
158152                        "writable": true
158153                    },
158154                    "mode": {
158155                        "blurb": "Detection mode",
158156                        "conditionally-available": false,
158157                        "construct": true,
158158                        "construct-only": false,
158159                        "controllable": true,
158160                        "default": "RMS (1)",
158161                        "mutable": "null",
158162                        "readable": true,
158163                        "type": "lsp-plug-in-plugins-lv2-trigger-stereomode",
158164                        "writable": true
158165                    },
158166                    "out-latency": {
158167                        "blurb": "Latency OUT",
158168                        "conditionally-available": false,
158169                        "construct": false,
158170                        "construct-only": false,
158171                        "controllable": true,
158172                        "default": "0",
158173                        "max": "192000",
158174                        "min": "0",
158175                        "mutable": "null",
158176                        "readable": true,
158177                        "type": "gint",
158178                        "writable": false
158179                    },
158180                    "pause": {
158181                        "blurb": "Pause graph analysis",
158182                        "conditionally-available": false,
158183                        "construct": true,
158184                        "construct-only": false,
158185                        "controllable": true,
158186                        "default": "false",
158187                        "mutable": "null",
158188                        "readable": true,
158189                        "type": "gboolean",
158190                        "writable": true
158191                    },
158192                    "preamp": {
158193                        "blurb": "Signal pre-amplification",
158194                        "conditionally-available": false,
158195                        "construct": true,
158196                        "construct-only": false,
158197                        "controllable": true,
158198                        "default": "1",
158199                        "max": "100",
158200                        "min": "0",
158201                        "mutable": "null",
158202                        "readable": true,
158203                        "type": "gfloat",
158204                        "writable": true
158205                    },
158206                    "react": {
158207                        "blurb": "Reactivity",
158208                        "conditionally-available": false,
158209                        "construct": true,
158210                        "construct-only": false,
158211                        "controllable": true,
158212                        "default": "20",
158213                        "max": "250",
158214                        "min": "0",
158215                        "mutable": "null",
158216                        "readable": true,
158217                        "type": "gfloat",
158218                        "writable": true
158219                    },
158220                    "rl": {
158221                        "blurb": "Release level",
158222                        "conditionally-available": false,
158223                        "construct": false,
158224                        "construct-only": false,
158225                        "controllable": true,
158226                        "default": "0",
158227                        "max": "20",
158228                        "min": "0",
158229                        "mutable": "null",
158230                        "readable": true,
158231                        "type": "gfloat",
158232                        "writable": false
158233                    },
158234                    "rrl": {
158235                        "blurb": "Relative release level",
158236                        "conditionally-available": false,
158237                        "construct": true,
158238                        "construct-only": false,
158239                        "controllable": true,
158240                        "default": "0.707946",
158241                        "max": "1",
158242                        "min": "0",
158243                        "mutable": "null",
158244                        "readable": true,
158245                        "type": "gfloat",
158246                        "writable": true
158247                    },
158248                    "rt": {
158249                        "blurb": "Release time",
158250                        "conditionally-available": false,
158251                        "construct": true,
158252                        "construct-only": false,
158253                        "controllable": true,
158254                        "default": "10",
158255                        "max": "100",
158256                        "min": "0",
158257                        "mutable": "null",
158258                        "readable": true,
158259                        "type": "gfloat",
158260                        "writable": true
158261                    },
158262                    "ssrc": {
158263                        "blurb": "Signal source",
158264                        "conditionally-available": false,
158265                        "construct": true,
158266                        "construct-only": false,
158267                        "controllable": true,
158268                        "default": "Middle (0)",
158269                        "mutable": "null",
158270                        "readable": true,
158271                        "type": "lsp-plug-in-plugins-lv2-trigger-stereossrc",
158272                        "writable": true
158273                    },
158274                    "tfm": {
158275                        "blurb": "Trigger function meter",
158276                        "conditionally-available": false,
158277                        "construct": false,
158278                        "construct-only": false,
158279                        "controllable": true,
158280                        "default": "0",
158281                        "max": "20",
158282                        "min": "0",
158283                        "mutable": "null",
158284                        "readable": true,
158285                        "type": "gfloat",
158286                        "writable": false
158287                    },
158288                    "tfv": {
158289                        "blurb": "Trigger function display",
158290                        "conditionally-available": false,
158291                        "construct": true,
158292                        "construct-only": false,
158293                        "controllable": true,
158294                        "default": "false",
158295                        "mutable": "null",
158296                        "readable": true,
158297                        "type": "gboolean",
158298                        "writable": true
158299                    },
158300                    "tla": {
158301                        "blurb": "Trigger activity",
158302                        "conditionally-available": false,
158303                        "construct": false,
158304                        "construct-only": false,
158305                        "controllable": true,
158306                        "default": "false",
158307                        "mutable": "null",
158308                        "readable": true,
158309                        "type": "gboolean",
158310                        "writable": false
158311                    },
158312                    "tlm": {
158313                        "blurb": "Trigger level meter",
158314                        "conditionally-available": false,
158315                        "construct": false,
158316                        "construct-only": false,
158317                        "controllable": true,
158318                        "default": "0",
158319                        "max": "20",
158320                        "min": "0",
158321                        "mutable": "null",
158322                        "readable": true,
158323                        "type": "gfloat",
158324                        "writable": false
158325                    },
158326                    "tlv": {
158327                        "blurb": "Trigger level display",
158328                        "conditionally-available": false,
158329                        "construct": true,
158330                        "construct-only": false,
158331                        "controllable": true,
158332                        "default": "false",
158333                        "mutable": "null",
158334                        "readable": true,
158335                        "type": "gboolean",
158336                        "writable": true
158337                    },
158338                    "wet": {
158339                        "blurb": "Wet amount",
158340                        "conditionally-available": false,
158341                        "construct": true,
158342                        "construct-only": false,
158343                        "controllable": true,
158344                        "default": "1",
158345                        "max": "10",
158346                        "min": "0",
158347                        "mutable": "null",
158348                        "readable": true,
158349                        "type": "gfloat",
158350                        "writable": true
158351                    }
158352                },
158353                "rank": "none"
158354            }
158355        },
158356        "filename": "gstlv2",
158357        "license": "LGPL",
158358        "other-types": {
158359            "lsp-plug-in-plugins-lv2-comp-delay-monomode": {
158360                "ignore-enum-members": true,
158361                "kind": "enum",
158362                "values": [
158363                    {
158364                        "desc": "Samples",
158365                        "name": "Samples",
158366                        "value": "0"
158367                    },
158368                    {
158369                        "desc": "Distance",
158370                        "name": "Distance",
158371                        "value": "1"
158372                    },
158373                    {
158374                        "desc": "Time",
158375                        "name": "Time",
158376                        "value": "2"
158377                    }
158378                ]
158379            },
158380            "lsp-plug-in-plugins-lv2-comp-delay-stereomode": {
158381                "ignore-enum-members": true,
158382                "kind": "enum",
158383                "values": [
158384                    {
158385                        "desc": "Samples",
158386                        "name": "Samples",
158387                        "value": "0"
158388                    },
158389                    {
158390                        "desc": "Distance",
158391                        "name": "Distance",
158392                        "value": "1"
158393                    },
158394                    {
158395                        "desc": "Time",
158396                        "name": "Time",
158397                        "value": "2"
158398                    }
158399                ]
158400            },
158401            "lsp-plug-in-plugins-lv2-comp-delay-x2-stereomode-l": {
158402                "ignore-enum-members": true,
158403                "kind": "enum",
158404                "values": [
158405                    {
158406                        "desc": "Samples",
158407                        "name": "Samples",
158408                        "value": "0"
158409                    },
158410                    {
158411                        "desc": "Distance",
158412                        "name": "Distance",
158413                        "value": "1"
158414                    },
158415                    {
158416                        "desc": "Time",
158417                        "name": "Time",
158418                        "value": "2"
158419                    }
158420                ]
158421            },
158422            "lsp-plug-in-plugins-lv2-comp-delay-x2-stereomode-r": {
158423                "ignore-enum-members": true,
158424                "kind": "enum",
158425                "values": [
158426                    {
158427                        "desc": "Samples",
158428                        "name": "Samples",
158429                        "value": "0"
158430                    },
158431                    {
158432                        "desc": "Distance",
158433                        "name": "Distance",
158434                        "value": "1"
158435                    },
158436                    {
158437                        "desc": "Time",
158438                        "name": "Time",
158439                        "value": "2"
158440                    }
158441                ]
158442            },
158443            "lsp-plug-in-plugins-lv2-compressor-lrcm-l": {
158444                "ignore-enum-members": true,
158445                "kind": "enum",
158446                "values": [
158447                    {
158448                        "desc": "Down",
158449                        "name": "Down",
158450                        "value": "0"
158451                    },
158452                    {
158453                        "desc": "Up",
158454                        "name": "Up",
158455                        "value": "1"
158456                    }
158457                ]
158458            },
158459            "lsp-plug-in-plugins-lv2-compressor-lrcm-r": {
158460                "ignore-enum-members": true,
158461                "kind": "enum",
158462                "values": [
158463                    {
158464                        "desc": "Down",
158465                        "name": "Down",
158466                        "value": "0"
158467                    },
158468                    {
158469                        "desc": "Up",
158470                        "name": "Up",
158471                        "value": "1"
158472                    }
158473                ]
158474            },
158475            "lsp-plug-in-plugins-lv2-compressor-lrscm-l": {
158476                "ignore-enum-members": true,
158477                "kind": "enum",
158478                "values": [
158479                    {
158480                        "desc": "Peak",
158481                        "name": "Peak",
158482                        "value": "0"
158483                    },
158484                    {
158485                        "desc": "RMS",
158486                        "name": "RMS",
158487                        "value": "1"
158488                    },
158489                    {
158490                        "desc": "Low-Pass",
158491                        "name": "Low-Pass",
158492                        "value": "2"
158493                    },
158494                    {
158495                        "desc": "Uniform",
158496                        "name": "Uniform",
158497                        "value": "3"
158498                    }
158499                ]
158500            },
158501            "lsp-plug-in-plugins-lv2-compressor-lrscm-r": {
158502                "ignore-enum-members": true,
158503                "kind": "enum",
158504                "values": [
158505                    {
158506                        "desc": "Peak",
158507                        "name": "Peak",
158508                        "value": "0"
158509                    },
158510                    {
158511                        "desc": "RMS",
158512                        "name": "RMS",
158513                        "value": "1"
158514                    },
158515                    {
158516                        "desc": "Low-Pass",
158517                        "name": "Low-Pass",
158518                        "value": "2"
158519                    },
158520                    {
158521                        "desc": "Uniform",
158522                        "name": "Uniform",
158523                        "value": "3"
158524                    }
158525                ]
158526            },
158527            "lsp-plug-in-plugins-lv2-compressor-lrscs-l": {
158528                "ignore-enum-members": true,
158529                "kind": "enum",
158530                "values": [
158531                    {
158532                        "desc": "Middle",
158533                        "name": "Middle",
158534                        "value": "0"
158535                    },
158536                    {
158537                        "desc": "Side",
158538                        "name": "Side",
158539                        "value": "1"
158540                    },
158541                    {
158542                        "desc": "Left",
158543                        "name": "Left",
158544                        "value": "2"
158545                    },
158546                    {
158547                        "desc": "Right",
158548                        "name": "Right",
158549                        "value": "3"
158550                    }
158551                ]
158552            },
158553            "lsp-plug-in-plugins-lv2-compressor-lrscs-r": {
158554                "ignore-enum-members": true,
158555                "kind": "enum",
158556                "values": [
158557                    {
158558                        "desc": "Middle",
158559                        "name": "Middle",
158560                        "value": "0"
158561                    },
158562                    {
158563                        "desc": "Side",
158564                        "name": "Side",
158565                        "value": "1"
158566                    },
158567                    {
158568                        "desc": "Left",
158569                        "name": "Left",
158570                        "value": "2"
158571                    },
158572                    {
158573                        "desc": "Right",
158574                        "name": "Right",
158575                        "value": "3"
158576                    }
158577                ]
158578            },
158579            "lsp-plug-in-plugins-lv2-compressor-lrsct-l": {
158580                "ignore-enum-members": true,
158581                "kind": "enum",
158582                "values": [
158583                    {
158584                        "desc": "Feed-forward",
158585                        "name": "Feed-forward",
158586                        "value": "0"
158587                    },
158588                    {
158589                        "desc": "Feed-back",
158590                        "name": "Feed-back",
158591                        "value": "1"
158592                    }
158593                ]
158594            },
158595            "lsp-plug-in-plugins-lv2-compressor-lrsct-r": {
158596                "ignore-enum-members": true,
158597                "kind": "enum",
158598                "values": [
158599                    {
158600                        "desc": "Feed-forward",
158601                        "name": "Feed-forward",
158602                        "value": "0"
158603                    },
158604                    {
158605                        "desc": "Feed-back",
158606                        "name": "Feed-back",
158607                        "value": "1"
158608                    }
158609                ]
158610            },
158611            "lsp-plug-in-plugins-lv2-compressor-monocm": {
158612                "ignore-enum-members": true,
158613                "kind": "enum",
158614                "values": [
158615                    {
158616                        "desc": "Downward",
158617                        "name": "Downward",
158618                        "value": "0"
158619                    },
158620                    {
158621                        "desc": "Upward",
158622                        "name": "Upward",
158623                        "value": "1"
158624                    }
158625                ]
158626            },
158627            "lsp-plug-in-plugins-lv2-compressor-monoscm": {
158628                "ignore-enum-members": true,
158629                "kind": "enum",
158630                "values": [
158631                    {
158632                        "desc": "Peak",
158633                        "name": "Peak",
158634                        "value": "0"
158635                    },
158636                    {
158637                        "desc": "RMS",
158638                        "name": "RMS",
158639                        "value": "1"
158640                    },
158641                    {
158642                        "desc": "Low-Pass",
158643                        "name": "Low-Pass",
158644                        "value": "2"
158645                    },
158646                    {
158647                        "desc": "Uniform",
158648                        "name": "Uniform",
158649                        "value": "3"
158650                    }
158651                ]
158652            },
158653            "lsp-plug-in-plugins-lv2-compressor-monosct": {
158654                "ignore-enum-members": true,
158655                "kind": "enum",
158656                "values": [
158657                    {
158658                        "desc": "Feed-forward",
158659                        "name": "Feed-forward",
158660                        "value": "0"
158661                    },
158662                    {
158663                        "desc": "Feed-back",
158664                        "name": "Feed-back",
158665                        "value": "1"
158666                    }
158667                ]
158668            },
158669            "lsp-plug-in-plugins-lv2-compressor-mscm-m": {
158670                "ignore-enum-members": true,
158671                "kind": "enum",
158672                "values": [
158673                    {
158674                        "desc": "Down",
158675                        "name": "Down",
158676                        "value": "0"
158677                    },
158678                    {
158679                        "desc": "Up",
158680                        "name": "Up",
158681                        "value": "1"
158682                    }
158683                ]
158684            },
158685            "lsp-plug-in-plugins-lv2-compressor-mscm-s": {
158686                "ignore-enum-members": true,
158687                "kind": "enum",
158688                "values": [
158689                    {
158690                        "desc": "Down",
158691                        "name": "Down",
158692                        "value": "0"
158693                    },
158694                    {
158695                        "desc": "Up",
158696                        "name": "Up",
158697                        "value": "1"
158698                    }
158699                ]
158700            },
158701            "lsp-plug-in-plugins-lv2-compressor-msscm-m": {
158702                "ignore-enum-members": true,
158703                "kind": "enum",
158704                "values": [
158705                    {
158706                        "desc": "Peak",
158707                        "name": "Peak",
158708                        "value": "0"
158709                    },
158710                    {
158711                        "desc": "RMS",
158712                        "name": "RMS",
158713                        "value": "1"
158714                    },
158715                    {
158716                        "desc": "Low-Pass",
158717                        "name": "Low-Pass",
158718                        "value": "2"
158719                    },
158720                    {
158721                        "desc": "Uniform",
158722                        "name": "Uniform",
158723                        "value": "3"
158724                    }
158725                ]
158726            },
158727            "lsp-plug-in-plugins-lv2-compressor-msscm-s": {
158728                "ignore-enum-members": true,
158729                "kind": "enum",
158730                "values": [
158731                    {
158732                        "desc": "Peak",
158733                        "name": "Peak",
158734                        "value": "0"
158735                    },
158736                    {
158737                        "desc": "RMS",
158738                        "name": "RMS",
158739                        "value": "1"
158740                    },
158741                    {
158742                        "desc": "Low-Pass",
158743                        "name": "Low-Pass",
158744                        "value": "2"
158745                    },
158746                    {
158747                        "desc": "Uniform",
158748                        "name": "Uniform",
158749                        "value": "3"
158750                    }
158751                ]
158752            },
158753            "lsp-plug-in-plugins-lv2-compressor-msscs-m": {
158754                "ignore-enum-members": true,
158755                "kind": "enum",
158756                "values": [
158757                    {
158758                        "desc": "Middle",
158759                        "name": "Middle",
158760                        "value": "0"
158761                    },
158762                    {
158763                        "desc": "Side",
158764                        "name": "Side",
158765                        "value": "1"
158766                    },
158767                    {
158768                        "desc": "Left",
158769                        "name": "Left",
158770                        "value": "2"
158771                    },
158772                    {
158773                        "desc": "Right",
158774                        "name": "Right",
158775                        "value": "3"
158776                    }
158777                ]
158778            },
158779            "lsp-plug-in-plugins-lv2-compressor-msscs-s": {
158780                "ignore-enum-members": true,
158781                "kind": "enum",
158782                "values": [
158783                    {
158784                        "desc": "Middle",
158785                        "name": "Middle",
158786                        "value": "0"
158787                    },
158788                    {
158789                        "desc": "Side",
158790                        "name": "Side",
158791                        "value": "1"
158792                    },
158793                    {
158794                        "desc": "Left",
158795                        "name": "Left",
158796                        "value": "2"
158797                    },
158798                    {
158799                        "desc": "Right",
158800                        "name": "Right",
158801                        "value": "3"
158802                    }
158803                ]
158804            },
158805            "lsp-plug-in-plugins-lv2-compressor-mssct-m": {
158806                "ignore-enum-members": true,
158807                "kind": "enum",
158808                "values": [
158809                    {
158810                        "desc": "Feed-forward",
158811                        "name": "Feed-forward",
158812                        "value": "0"
158813                    },
158814                    {
158815                        "desc": "Feed-back",
158816                        "name": "Feed-back",
158817                        "value": "1"
158818                    }
158819                ]
158820            },
158821            "lsp-plug-in-plugins-lv2-compressor-mssct-s": {
158822                "ignore-enum-members": true,
158823                "kind": "enum",
158824                "values": [
158825                    {
158826                        "desc": "Feed-forward",
158827                        "name": "Feed-forward",
158828                        "value": "0"
158829                    },
158830                    {
158831                        "desc": "Feed-back",
158832                        "name": "Feed-back",
158833                        "value": "1"
158834                    }
158835                ]
158836            },
158837            "lsp-plug-in-plugins-lv2-compressor-stereocm": {
158838                "ignore-enum-members": true,
158839                "kind": "enum",
158840                "values": [
158841                    {
158842                        "desc": "Downward",
158843                        "name": "Downward",
158844                        "value": "0"
158845                    },
158846                    {
158847                        "desc": "Upward",
158848                        "name": "Upward",
158849                        "value": "1"
158850                    }
158851                ]
158852            },
158853            "lsp-plug-in-plugins-lv2-compressor-stereoscm": {
158854                "ignore-enum-members": true,
158855                "kind": "enum",
158856                "values": [
158857                    {
158858                        "desc": "Peak",
158859                        "name": "Peak",
158860                        "value": "0"
158861                    },
158862                    {
158863                        "desc": "RMS",
158864                        "name": "RMS",
158865                        "value": "1"
158866                    },
158867                    {
158868                        "desc": "Low-Pass",
158869                        "name": "Low-Pass",
158870                        "value": "2"
158871                    },
158872                    {
158873                        "desc": "Uniform",
158874                        "name": "Uniform",
158875                        "value": "3"
158876                    }
158877                ]
158878            },
158879            "lsp-plug-in-plugins-lv2-compressor-stereoscs": {
158880                "ignore-enum-members": true,
158881                "kind": "enum",
158882                "values": [
158883                    {
158884                        "desc": "Middle",
158885                        "name": "Middle",
158886                        "value": "0"
158887                    },
158888                    {
158889                        "desc": "Side",
158890                        "name": "Side",
158891                        "value": "1"
158892                    },
158893                    {
158894                        "desc": "Left",
158895                        "name": "Left",
158896                        "value": "2"
158897                    },
158898                    {
158899                        "desc": "Right",
158900                        "name": "Right",
158901                        "value": "3"
158902                    }
158903                ]
158904            },
158905            "lsp-plug-in-plugins-lv2-compressor-stereosct": {
158906                "ignore-enum-members": true,
158907                "kind": "enum",
158908                "values": [
158909                    {
158910                        "desc": "Feed-forward",
158911                        "name": "Feed-forward",
158912                        "value": "0"
158913                    },
158914                    {
158915                        "desc": "Feed-back",
158916                        "name": "Feed-back",
158917                        "value": "1"
158918                    }
158919                ]
158920            },
158921            "lsp-plug-in-plugins-lv2-dyna-processor-lrpsel": {
158922                "ignore-enum-members": true,
158923                "kind": "enum",
158924                "values": [
158925                    {
158926                        "desc": "Left",
158927                        "name": "Left",
158928                        "value": "0"
158929                    },
158930                    {
158931                        "desc": "Right",
158932                        "name": "Right",
158933                        "value": "1"
158934                    }
158935                ]
158936            },
158937            "lsp-plug-in-plugins-lv2-dyna-processor-lrscm-l": {
158938                "ignore-enum-members": true,
158939                "kind": "enum",
158940                "values": [
158941                    {
158942                        "desc": "Peak",
158943                        "name": "Peak",
158944                        "value": "0"
158945                    },
158946                    {
158947                        "desc": "RMS",
158948                        "name": "RMS",
158949                        "value": "1"
158950                    },
158951                    {
158952                        "desc": "Low-Pass",
158953                        "name": "Low-Pass",
158954                        "value": "2"
158955                    },
158956                    {
158957                        "desc": "Uniform",
158958                        "name": "Uniform",
158959                        "value": "3"
158960                    }
158961                ]
158962            },
158963            "lsp-plug-in-plugins-lv2-dyna-processor-lrscm-r": {
158964                "ignore-enum-members": true,
158965                "kind": "enum",
158966                "values": [
158967                    {
158968                        "desc": "Peak",
158969                        "name": "Peak",
158970                        "value": "0"
158971                    },
158972                    {
158973                        "desc": "RMS",
158974                        "name": "RMS",
158975                        "value": "1"
158976                    },
158977                    {
158978                        "desc": "Low-Pass",
158979                        "name": "Low-Pass",
158980                        "value": "2"
158981                    },
158982                    {
158983                        "desc": "Uniform",
158984                        "name": "Uniform",
158985                        "value": "3"
158986                    }
158987                ]
158988            },
158989            "lsp-plug-in-plugins-lv2-dyna-processor-lrscs-l": {
158990                "ignore-enum-members": true,
158991                "kind": "enum",
158992                "values": [
158993                    {
158994                        "desc": "Middle",
158995                        "name": "Middle",
158996                        "value": "0"
158997                    },
158998                    {
158999                        "desc": "Side",
159000                        "name": "Side",
159001                        "value": "1"
159002                    },
159003                    {
159004                        "desc": "Left",
159005                        "name": "Left",
159006                        "value": "2"
159007                    },
159008                    {
159009                        "desc": "Right",
159010                        "name": "Right",
159011                        "value": "3"
159012                    }
159013                ]
159014            },
159015            "lsp-plug-in-plugins-lv2-dyna-processor-lrscs-r": {
159016                "ignore-enum-members": true,
159017                "kind": "enum",
159018                "values": [
159019                    {
159020                        "desc": "Middle",
159021                        "name": "Middle",
159022                        "value": "0"
159023                    },
159024                    {
159025                        "desc": "Side",
159026                        "name": "Side",
159027                        "value": "1"
159028                    },
159029                    {
159030                        "desc": "Left",
159031                        "name": "Left",
159032                        "value": "2"
159033                    },
159034                    {
159035                        "desc": "Right",
159036                        "name": "Right",
159037                        "value": "3"
159038                    }
159039                ]
159040            },
159041            "lsp-plug-in-plugins-lv2-dyna-processor-lrsct-l": {
159042                "ignore-enum-members": true,
159043                "kind": "enum",
159044                "values": [
159045                    {
159046                        "desc": "Feed-forward",
159047                        "name": "Feed-forward",
159048                        "value": "0"
159049                    },
159050                    {
159051                        "desc": "Feed-back",
159052                        "name": "Feed-back",
159053                        "value": "1"
159054                    }
159055                ]
159056            },
159057            "lsp-plug-in-plugins-lv2-dyna-processor-lrsct-r": {
159058                "ignore-enum-members": true,
159059                "kind": "enum",
159060                "values": [
159061                    {
159062                        "desc": "Feed-forward",
159063                        "name": "Feed-forward",
159064                        "value": "0"
159065                    },
159066                    {
159067                        "desc": "Feed-back",
159068                        "name": "Feed-back",
159069                        "value": "1"
159070                    }
159071                ]
159072            },
159073            "lsp-plug-in-plugins-lv2-dyna-processor-monoscm": {
159074                "ignore-enum-members": true,
159075                "kind": "enum",
159076                "values": [
159077                    {
159078                        "desc": "Peak",
159079                        "name": "Peak",
159080                        "value": "0"
159081                    },
159082                    {
159083                        "desc": "RMS",
159084                        "name": "RMS",
159085                        "value": "1"
159086                    },
159087                    {
159088                        "desc": "Low-Pass",
159089                        "name": "Low-Pass",
159090                        "value": "2"
159091                    },
159092                    {
159093                        "desc": "Uniform",
159094                        "name": "Uniform",
159095                        "value": "3"
159096                    }
159097                ]
159098            },
159099            "lsp-plug-in-plugins-lv2-dyna-processor-monosct": {
159100                "ignore-enum-members": true,
159101                "kind": "enum",
159102                "values": [
159103                    {
159104                        "desc": "Feed-forward",
159105                        "name": "Feed-forward",
159106                        "value": "0"
159107                    },
159108                    {
159109                        "desc": "Feed-back",
159110                        "name": "Feed-back",
159111                        "value": "1"
159112                    }
159113                ]
159114            },
159115            "lsp-plug-in-plugins-lv2-dyna-processor-mspsel": {
159116                "ignore-enum-members": true,
159117                "kind": "enum",
159118                "values": [
159119                    {
159120                        "desc": "Middle",
159121                        "name": "Middle",
159122                        "value": "0"
159123                    },
159124                    {
159125                        "desc": "Side",
159126                        "name": "Side",
159127                        "value": "1"
159128                    }
159129                ]
159130            },
159131            "lsp-plug-in-plugins-lv2-dyna-processor-msscm-m": {
159132                "ignore-enum-members": true,
159133                "kind": "enum",
159134                "values": [
159135                    {
159136                        "desc": "Peak",
159137                        "name": "Peak",
159138                        "value": "0"
159139                    },
159140                    {
159141                        "desc": "RMS",
159142                        "name": "RMS",
159143                        "value": "1"
159144                    },
159145                    {
159146                        "desc": "Low-Pass",
159147                        "name": "Low-Pass",
159148                        "value": "2"
159149                    },
159150                    {
159151                        "desc": "Uniform",
159152                        "name": "Uniform",
159153                        "value": "3"
159154                    }
159155                ]
159156            },
159157            "lsp-plug-in-plugins-lv2-dyna-processor-msscm-s": {
159158                "ignore-enum-members": true,
159159                "kind": "enum",
159160                "values": [
159161                    {
159162                        "desc": "Peak",
159163                        "name": "Peak",
159164                        "value": "0"
159165                    },
159166                    {
159167                        "desc": "RMS",
159168                        "name": "RMS",
159169                        "value": "1"
159170                    },
159171                    {
159172                        "desc": "Low-Pass",
159173                        "name": "Low-Pass",
159174                        "value": "2"
159175                    },
159176                    {
159177                        "desc": "Uniform",
159178                        "name": "Uniform",
159179                        "value": "3"
159180                    }
159181                ]
159182            },
159183            "lsp-plug-in-plugins-lv2-dyna-processor-msscs-m": {
159184                "ignore-enum-members": true,
159185                "kind": "enum",
159186                "values": [
159187                    {
159188                        "desc": "Middle",
159189                        "name": "Middle",
159190                        "value": "0"
159191                    },
159192                    {
159193                        "desc": "Side",
159194                        "name": "Side",
159195                        "value": "1"
159196                    },
159197                    {
159198                        "desc": "Left",
159199                        "name": "Left",
159200                        "value": "2"
159201                    },
159202                    {
159203                        "desc": "Right",
159204                        "name": "Right",
159205                        "value": "3"
159206                    }
159207                ]
159208            },
159209            "lsp-plug-in-plugins-lv2-dyna-processor-msscs-s": {
159210                "ignore-enum-members": true,
159211                "kind": "enum",
159212                "values": [
159213                    {
159214                        "desc": "Middle",
159215                        "name": "Middle",
159216                        "value": "0"
159217                    },
159218                    {
159219                        "desc": "Side",
159220                        "name": "Side",
159221                        "value": "1"
159222                    },
159223                    {
159224                        "desc": "Left",
159225                        "name": "Left",
159226                        "value": "2"
159227                    },
159228                    {
159229                        "desc": "Right",
159230                        "name": "Right",
159231                        "value": "3"
159232                    }
159233                ]
159234            },
159235            "lsp-plug-in-plugins-lv2-dyna-processor-mssct-m": {
159236                "ignore-enum-members": true,
159237                "kind": "enum",
159238                "values": [
159239                    {
159240                        "desc": "Feed-forward",
159241                        "name": "Feed-forward",
159242                        "value": "0"
159243                    },
159244                    {
159245                        "desc": "Feed-back",
159246                        "name": "Feed-back",
159247                        "value": "1"
159248                    }
159249                ]
159250            },
159251            "lsp-plug-in-plugins-lv2-dyna-processor-mssct-s": {
159252                "ignore-enum-members": true,
159253                "kind": "enum",
159254                "values": [
159255                    {
159256                        "desc": "Feed-forward",
159257                        "name": "Feed-forward",
159258                        "value": "0"
159259                    },
159260                    {
159261                        "desc": "Feed-back",
159262                        "name": "Feed-back",
159263                        "value": "1"
159264                    }
159265                ]
159266            },
159267            "lsp-plug-in-plugins-lv2-dyna-processor-stereoscm": {
159268                "ignore-enum-members": true,
159269                "kind": "enum",
159270                "values": [
159271                    {
159272                        "desc": "Peak",
159273                        "name": "Peak",
159274                        "value": "0"
159275                    },
159276                    {
159277                        "desc": "RMS",
159278                        "name": "RMS",
159279                        "value": "1"
159280                    },
159281                    {
159282                        "desc": "Low-Pass",
159283                        "name": "Low-Pass",
159284                        "value": "2"
159285                    },
159286                    {
159287                        "desc": "Uniform",
159288                        "name": "Uniform",
159289                        "value": "3"
159290                    }
159291                ]
159292            },
159293            "lsp-plug-in-plugins-lv2-dyna-processor-stereoscs": {
159294                "ignore-enum-members": true,
159295                "kind": "enum",
159296                "values": [
159297                    {
159298                        "desc": "Middle",
159299                        "name": "Middle",
159300                        "value": "0"
159301                    },
159302                    {
159303                        "desc": "Side",
159304                        "name": "Side",
159305                        "value": "1"
159306                    },
159307                    {
159308                        "desc": "Left",
159309                        "name": "Left",
159310                        "value": "2"
159311                    },
159312                    {
159313                        "desc": "Right",
159314                        "name": "Right",
159315                        "value": "3"
159316                    }
159317                ]
159318            },
159319            "lsp-plug-in-plugins-lv2-dyna-processor-stereosct": {
159320                "ignore-enum-members": true,
159321                "kind": "enum",
159322                "values": [
159323                    {
159324                        "desc": "Feed-forward",
159325                        "name": "Feed-forward",
159326                        "value": "0"
159327                    },
159328                    {
159329                        "desc": "Feed-back",
159330                        "name": "Feed-back",
159331                        "value": "1"
159332                    }
159333                ]
159334            },
159335            "lsp-plug-in-plugins-lv2-expander-lrem-l": {
159336                "ignore-enum-members": true,
159337                "kind": "enum",
159338                "values": [
159339                    {
159340                        "desc": "Down",
159341                        "name": "Down",
159342                        "value": "0"
159343                    },
159344                    {
159345                        "desc": "Up",
159346                        "name": "Up",
159347                        "value": "1"
159348                    }
159349                ]
159350            },
159351            "lsp-plug-in-plugins-lv2-expander-lrem-r": {
159352                "ignore-enum-members": true,
159353                "kind": "enum",
159354                "values": [
159355                    {
159356                        "desc": "Down",
159357                        "name": "Down",
159358                        "value": "0"
159359                    },
159360                    {
159361                        "desc": "Up",
159362                        "name": "Up",
159363                        "value": "1"
159364                    }
159365                ]
159366            },
159367            "lsp-plug-in-plugins-lv2-expander-lrscm-l": {
159368                "ignore-enum-members": true,
159369                "kind": "enum",
159370                "values": [
159371                    {
159372                        "desc": "Peak",
159373                        "name": "Peak",
159374                        "value": "0"
159375                    },
159376                    {
159377                        "desc": "RMS",
159378                        "name": "RMS",
159379                        "value": "1"
159380                    },
159381                    {
159382                        "desc": "Low-Pass",
159383                        "name": "Low-Pass",
159384                        "value": "2"
159385                    },
159386                    {
159387                        "desc": "Uniform",
159388                        "name": "Uniform",
159389                        "value": "3"
159390                    }
159391                ]
159392            },
159393            "lsp-plug-in-plugins-lv2-expander-lrscm-r": {
159394                "ignore-enum-members": true,
159395                "kind": "enum",
159396                "values": [
159397                    {
159398                        "desc": "Peak",
159399                        "name": "Peak",
159400                        "value": "0"
159401                    },
159402                    {
159403                        "desc": "RMS",
159404                        "name": "RMS",
159405                        "value": "1"
159406                    },
159407                    {
159408                        "desc": "Low-Pass",
159409                        "name": "Low-Pass",
159410                        "value": "2"
159411                    },
159412                    {
159413                        "desc": "Uniform",
159414                        "name": "Uniform",
159415                        "value": "3"
159416                    }
159417                ]
159418            },
159419            "lsp-plug-in-plugins-lv2-expander-lrscs-l": {
159420                "ignore-enum-members": true,
159421                "kind": "enum",
159422                "values": [
159423                    {
159424                        "desc": "Middle",
159425                        "name": "Middle",
159426                        "value": "0"
159427                    },
159428                    {
159429                        "desc": "Side",
159430                        "name": "Side",
159431                        "value": "1"
159432                    },
159433                    {
159434                        "desc": "Left",
159435                        "name": "Left",
159436                        "value": "2"
159437                    },
159438                    {
159439                        "desc": "Right",
159440                        "name": "Right",
159441                        "value": "3"
159442                    }
159443                ]
159444            },
159445            "lsp-plug-in-plugins-lv2-expander-lrscs-r": {
159446                "ignore-enum-members": true,
159447                "kind": "enum",
159448                "values": [
159449                    {
159450                        "desc": "Middle",
159451                        "name": "Middle",
159452                        "value": "0"
159453                    },
159454                    {
159455                        "desc": "Side",
159456                        "name": "Side",
159457                        "value": "1"
159458                    },
159459                    {
159460                        "desc": "Left",
159461                        "name": "Left",
159462                        "value": "2"
159463                    },
159464                    {
159465                        "desc": "Right",
159466                        "name": "Right",
159467                        "value": "3"
159468                    }
159469                ]
159470            },
159471            "lsp-plug-in-plugins-lv2-expander-monoem": {
159472                "ignore-enum-members": true,
159473                "kind": "enum",
159474                "values": [
159475                    {
159476                        "desc": "Down",
159477                        "name": "Down",
159478                        "value": "0"
159479                    },
159480                    {
159481                        "desc": "Up",
159482                        "name": "Up",
159483                        "value": "1"
159484                    }
159485                ]
159486            },
159487            "lsp-plug-in-plugins-lv2-expander-monoscm": {
159488                "ignore-enum-members": true,
159489                "kind": "enum",
159490                "values": [
159491                    {
159492                        "desc": "Peak",
159493                        "name": "Peak",
159494                        "value": "0"
159495                    },
159496                    {
159497                        "desc": "RMS",
159498                        "name": "RMS",
159499                        "value": "1"
159500                    },
159501                    {
159502                        "desc": "Low-Pass",
159503                        "name": "Low-Pass",
159504                        "value": "2"
159505                    },
159506                    {
159507                        "desc": "Uniform",
159508                        "name": "Uniform",
159509                        "value": "3"
159510                    }
159511                ]
159512            },
159513            "lsp-plug-in-plugins-lv2-expander-msem-m": {
159514                "ignore-enum-members": true,
159515                "kind": "enum",
159516                "values": [
159517                    {
159518                        "desc": "Down",
159519                        "name": "Down",
159520                        "value": "0"
159521                    },
159522                    {
159523                        "desc": "Up",
159524                        "name": "Up",
159525                        "value": "1"
159526                    }
159527                ]
159528            },
159529            "lsp-plug-in-plugins-lv2-expander-msem-s": {
159530                "ignore-enum-members": true,
159531                "kind": "enum",
159532                "values": [
159533                    {
159534                        "desc": "Down",
159535                        "name": "Down",
159536                        "value": "0"
159537                    },
159538                    {
159539                        "desc": "Up",
159540                        "name": "Up",
159541                        "value": "1"
159542                    }
159543                ]
159544            },
159545            "lsp-plug-in-plugins-lv2-expander-msscm-m": {
159546                "ignore-enum-members": true,
159547                "kind": "enum",
159548                "values": [
159549                    {
159550                        "desc": "Peak",
159551                        "name": "Peak",
159552                        "value": "0"
159553                    },
159554                    {
159555                        "desc": "RMS",
159556                        "name": "RMS",
159557                        "value": "1"
159558                    },
159559                    {
159560                        "desc": "Low-Pass",
159561                        "name": "Low-Pass",
159562                        "value": "2"
159563                    },
159564                    {
159565                        "desc": "Uniform",
159566                        "name": "Uniform",
159567                        "value": "3"
159568                    }
159569                ]
159570            },
159571            "lsp-plug-in-plugins-lv2-expander-msscm-s": {
159572                "ignore-enum-members": true,
159573                "kind": "enum",
159574                "values": [
159575                    {
159576                        "desc": "Peak",
159577                        "name": "Peak",
159578                        "value": "0"
159579                    },
159580                    {
159581                        "desc": "RMS",
159582                        "name": "RMS",
159583                        "value": "1"
159584                    },
159585                    {
159586                        "desc": "Low-Pass",
159587                        "name": "Low-Pass",
159588                        "value": "2"
159589                    },
159590                    {
159591                        "desc": "Uniform",
159592                        "name": "Uniform",
159593                        "value": "3"
159594                    }
159595                ]
159596            },
159597            "lsp-plug-in-plugins-lv2-expander-msscs-m": {
159598                "ignore-enum-members": true,
159599                "kind": "enum",
159600                "values": [
159601                    {
159602                        "desc": "Middle",
159603                        "name": "Middle",
159604                        "value": "0"
159605                    },
159606                    {
159607                        "desc": "Side",
159608                        "name": "Side",
159609                        "value": "1"
159610                    },
159611                    {
159612                        "desc": "Left",
159613                        "name": "Left",
159614                        "value": "2"
159615                    },
159616                    {
159617                        "desc": "Right",
159618                        "name": "Right",
159619                        "value": "3"
159620                    }
159621                ]
159622            },
159623            "lsp-plug-in-plugins-lv2-expander-msscs-s": {
159624                "ignore-enum-members": true,
159625                "kind": "enum",
159626                "values": [
159627                    {
159628                        "desc": "Middle",
159629                        "name": "Middle",
159630                        "value": "0"
159631                    },
159632                    {
159633                        "desc": "Side",
159634                        "name": "Side",
159635                        "value": "1"
159636                    },
159637                    {
159638                        "desc": "Left",
159639                        "name": "Left",
159640                        "value": "2"
159641                    },
159642                    {
159643                        "desc": "Right",
159644                        "name": "Right",
159645                        "value": "3"
159646                    }
159647                ]
159648            },
159649            "lsp-plug-in-plugins-lv2-expander-stereoem": {
159650                "ignore-enum-members": true,
159651                "kind": "enum",
159652                "values": [
159653                    {
159654                        "desc": "Down",
159655                        "name": "Down",
159656                        "value": "0"
159657                    },
159658                    {
159659                        "desc": "Up",
159660                        "name": "Up",
159661                        "value": "1"
159662                    }
159663                ]
159664            },
159665            "lsp-plug-in-plugins-lv2-expander-stereoscm": {
159666                "ignore-enum-members": true,
159667                "kind": "enum",
159668                "values": [
159669                    {
159670                        "desc": "Peak",
159671                        "name": "Peak",
159672                        "value": "0"
159673                    },
159674                    {
159675                        "desc": "RMS",
159676                        "name": "RMS",
159677                        "value": "1"
159678                    },
159679                    {
159680                        "desc": "Low-Pass",
159681                        "name": "Low-Pass",
159682                        "value": "2"
159683                    },
159684                    {
159685                        "desc": "Uniform",
159686                        "name": "Uniform",
159687                        "value": "3"
159688                    }
159689                ]
159690            },
159691            "lsp-plug-in-plugins-lv2-expander-stereoscs": {
159692                "ignore-enum-members": true,
159693                "kind": "enum",
159694                "values": [
159695                    {
159696                        "desc": "Middle",
159697                        "name": "Middle",
159698                        "value": "0"
159699                    },
159700                    {
159701                        "desc": "Side",
159702                        "name": "Side",
159703                        "value": "1"
159704                    },
159705                    {
159706                        "desc": "Left",
159707                        "name": "Left",
159708                        "value": "2"
159709                    },
159710                    {
159711                        "desc": "Right",
159712                        "name": "Right",
159713                        "value": "3"
159714                    }
159715                ]
159716            },
159717            "lsp-plug-in-plugins-lv2-gate-lrscm-l": {
159718                "ignore-enum-members": true,
159719                "kind": "enum",
159720                "values": [
159721                    {
159722                        "desc": "Peak",
159723                        "name": "Peak",
159724                        "value": "0"
159725                    },
159726                    {
159727                        "desc": "RMS",
159728                        "name": "RMS",
159729                        "value": "1"
159730                    },
159731                    {
159732                        "desc": "Low-Pass",
159733                        "name": "Low-Pass",
159734                        "value": "2"
159735                    },
159736                    {
159737                        "desc": "Uniform",
159738                        "name": "Uniform",
159739                        "value": "3"
159740                    }
159741                ]
159742            },
159743            "lsp-plug-in-plugins-lv2-gate-lrscm-r": {
159744                "ignore-enum-members": true,
159745                "kind": "enum",
159746                "values": [
159747                    {
159748                        "desc": "Peak",
159749                        "name": "Peak",
159750                        "value": "0"
159751                    },
159752                    {
159753                        "desc": "RMS",
159754                        "name": "RMS",
159755                        "value": "1"
159756                    },
159757                    {
159758                        "desc": "Low-Pass",
159759                        "name": "Low-Pass",
159760                        "value": "2"
159761                    },
159762                    {
159763                        "desc": "Uniform",
159764                        "name": "Uniform",
159765                        "value": "3"
159766                    }
159767                ]
159768            },
159769            "lsp-plug-in-plugins-lv2-gate-lrscs-l": {
159770                "ignore-enum-members": true,
159771                "kind": "enum",
159772                "values": [
159773                    {
159774                        "desc": "Middle",
159775                        "name": "Middle",
159776                        "value": "0"
159777                    },
159778                    {
159779                        "desc": "Side",
159780                        "name": "Side",
159781                        "value": "1"
159782                    },
159783                    {
159784                        "desc": "Left",
159785                        "name": "Left",
159786                        "value": "2"
159787                    },
159788                    {
159789                        "desc": "Right",
159790                        "name": "Right",
159791                        "value": "3"
159792                    }
159793                ]
159794            },
159795            "lsp-plug-in-plugins-lv2-gate-lrscs-r": {
159796                "ignore-enum-members": true,
159797                "kind": "enum",
159798                "values": [
159799                    {
159800                        "desc": "Middle",
159801                        "name": "Middle",
159802                        "value": "0"
159803                    },
159804                    {
159805                        "desc": "Side",
159806                        "name": "Side",
159807                        "value": "1"
159808                    },
159809                    {
159810                        "desc": "Left",
159811                        "name": "Left",
159812                        "value": "2"
159813                    },
159814                    {
159815                        "desc": "Right",
159816                        "name": "Right",
159817                        "value": "3"
159818                    }
159819                ]
159820            },
159821            "lsp-plug-in-plugins-lv2-gate-monoscm": {
159822                "ignore-enum-members": true,
159823                "kind": "enum",
159824                "values": [
159825                    {
159826                        "desc": "Peak",
159827                        "name": "Peak",
159828                        "value": "0"
159829                    },
159830                    {
159831                        "desc": "RMS",
159832                        "name": "RMS",
159833                        "value": "1"
159834                    },
159835                    {
159836                        "desc": "Low-Pass",
159837                        "name": "Low-Pass",
159838                        "value": "2"
159839                    },
159840                    {
159841                        "desc": "Uniform",
159842                        "name": "Uniform",
159843                        "value": "3"
159844                    }
159845                ]
159846            },
159847            "lsp-plug-in-plugins-lv2-gate-msscm-m": {
159848                "ignore-enum-members": true,
159849                "kind": "enum",
159850                "values": [
159851                    {
159852                        "desc": "Peak",
159853                        "name": "Peak",
159854                        "value": "0"
159855                    },
159856                    {
159857                        "desc": "RMS",
159858                        "name": "RMS",
159859                        "value": "1"
159860                    },
159861                    {
159862                        "desc": "Low-Pass",
159863                        "name": "Low-Pass",
159864                        "value": "2"
159865                    },
159866                    {
159867                        "desc": "Uniform",
159868                        "name": "Uniform",
159869                        "value": "3"
159870                    }
159871                ]
159872            },
159873            "lsp-plug-in-plugins-lv2-gate-msscm-s": {
159874                "ignore-enum-members": true,
159875                "kind": "enum",
159876                "values": [
159877                    {
159878                        "desc": "Peak",
159879                        "name": "Peak",
159880                        "value": "0"
159881                    },
159882                    {
159883                        "desc": "RMS",
159884                        "name": "RMS",
159885                        "value": "1"
159886                    },
159887                    {
159888                        "desc": "Low-Pass",
159889                        "name": "Low-Pass",
159890                        "value": "2"
159891                    },
159892                    {
159893                        "desc": "Uniform",
159894                        "name": "Uniform",
159895                        "value": "3"
159896                    }
159897                ]
159898            },
159899            "lsp-plug-in-plugins-lv2-gate-msscs-m": {
159900                "ignore-enum-members": true,
159901                "kind": "enum",
159902                "values": [
159903                    {
159904                        "desc": "Middle",
159905                        "name": "Middle",
159906                        "value": "0"
159907                    },
159908                    {
159909                        "desc": "Side",
159910                        "name": "Side",
159911                        "value": "1"
159912                    },
159913                    {
159914                        "desc": "Left",
159915                        "name": "Left",
159916                        "value": "2"
159917                    },
159918                    {
159919                        "desc": "Right",
159920                        "name": "Right",
159921                        "value": "3"
159922                    }
159923                ]
159924            },
159925            "lsp-plug-in-plugins-lv2-gate-msscs-s": {
159926                "ignore-enum-members": true,
159927                "kind": "enum",
159928                "values": [
159929                    {
159930                        "desc": "Middle",
159931                        "name": "Middle",
159932                        "value": "0"
159933                    },
159934                    {
159935                        "desc": "Side",
159936                        "name": "Side",
159937                        "value": "1"
159938                    },
159939                    {
159940                        "desc": "Left",
159941                        "name": "Left",
159942                        "value": "2"
159943                    },
159944                    {
159945                        "desc": "Right",
159946                        "name": "Right",
159947                        "value": "3"
159948                    }
159949                ]
159950            },
159951            "lsp-plug-in-plugins-lv2-gate-stereoscm": {
159952                "ignore-enum-members": true,
159953                "kind": "enum",
159954                "values": [
159955                    {
159956                        "desc": "Peak",
159957                        "name": "Peak",
159958                        "value": "0"
159959                    },
159960                    {
159961                        "desc": "RMS",
159962                        "name": "RMS",
159963                        "value": "1"
159964                    },
159965                    {
159966                        "desc": "Low-Pass",
159967                        "name": "Low-Pass",
159968                        "value": "2"
159969                    },
159970                    {
159971                        "desc": "Uniform",
159972                        "name": "Uniform",
159973                        "value": "3"
159974                    }
159975                ]
159976            },
159977            "lsp-plug-in-plugins-lv2-gate-stereoscs": {
159978                "ignore-enum-members": true,
159979                "kind": "enum",
159980                "values": [
159981                    {
159982                        "desc": "Middle",
159983                        "name": "Middle",
159984                        "value": "0"
159985                    },
159986                    {
159987                        "desc": "Side",
159988                        "name": "Side",
159989                        "value": "1"
159990                    },
159991                    {
159992                        "desc": "Left",
159993                        "name": "Left",
159994                        "value": "2"
159995                    },
159996                    {
159997                        "desc": "Right",
159998                        "name": "Right",
159999                        "value": "3"
160000                    }
160001                ]
160002            },
160003            "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrfft": {
160004                "ignore-enum-members": true,
160005                "kind": "enum",
160006                "values": [
160007                    {
160008                        "desc": "Off",
160009                        "name": "Off",
160010                        "value": "0"
160011                    },
160012                    {
160013                        "desc": "Post-eq",
160014                        "name": "Post-eq",
160015                        "value": "1"
160016                    },
160017                    {
160018                        "desc": "Pre-eq",
160019                        "name": "Pre-eq",
160020                        "value": "2"
160021                    }
160022                ]
160023            },
160024            "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrfsel": {
160025                "ignore-enum-members": true,
160026                "kind": "enum",
160027                "values": [
160028                    {
160029                        "desc": "Bands Left",
160030                        "name": "Bands Left",
160031                        "value": "0"
160032                    },
160033                    {
160034                        "desc": "Bands Right",
160035                        "name": "Bands Right",
160036                        "value": "1"
160037                    }
160038                ]
160039            },
160040            "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrmode": {
160041                "ignore-enum-members": true,
160042                "kind": "enum",
160043                "values": [
160044                    {
160045                        "desc": "IIR",
160046                        "name": "IIR",
160047                        "value": "0"
160048                    },
160049                    {
160050                        "desc": "FIR",
160051                        "name": "FIR",
160052                        "value": "1"
160053                    },
160054                    {
160055                        "desc": "FFT",
160056                        "name": "FFT",
160057                        "value": "2"
160058                    }
160059                ]
160060            },
160061            "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrslope": {
160062                "ignore-enum-members": true,
160063                "kind": "enum",
160064                "values": [
160065                    {
160066                        "desc": "BT48",
160067                        "name": "BT48",
160068                        "value": "0"
160069                    },
160070                    {
160071                        "desc": "MT48",
160072                        "name": "MT48",
160073                        "value": "1"
160074                    },
160075                    {
160076                        "desc": "BT72",
160077                        "name": "BT72",
160078                        "value": "2"
160079                    },
160080                    {
160081                        "desc": "MT72",
160082                        "name": "MT72",
160083                        "value": "3"
160084                    },
160085                    {
160086                        "desc": "BT96",
160087                        "name": "BT96",
160088                        "value": "4"
160089                    },
160090                    {
160091                        "desc": "MT96",
160092                        "name": "MT96",
160093                        "value": "5"
160094                    }
160095                ]
160096            },
160097            "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monofft": {
160098                "ignore-enum-members": true,
160099                "kind": "enum",
160100                "values": [
160101                    {
160102                        "desc": "Off",
160103                        "name": "Off",
160104                        "value": "0"
160105                    },
160106                    {
160107                        "desc": "Post-eq",
160108                        "name": "Post-eq",
160109                        "value": "1"
160110                    },
160111                    {
160112                        "desc": "Pre-eq",
160113                        "name": "Pre-eq",
160114                        "value": "2"
160115                    }
160116                ]
160117            },
160118            "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monomode": {
160119                "ignore-enum-members": true,
160120                "kind": "enum",
160121                "values": [
160122                    {
160123                        "desc": "IIR",
160124                        "name": "IIR",
160125                        "value": "0"
160126                    },
160127                    {
160128                        "desc": "FIR",
160129                        "name": "FIR",
160130                        "value": "1"
160131                    },
160132                    {
160133                        "desc": "FFT",
160134                        "name": "FFT",
160135                        "value": "2"
160136                    }
160137                ]
160138            },
160139            "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monoslope": {
160140                "ignore-enum-members": true,
160141                "kind": "enum",
160142                "values": [
160143                    {
160144                        "desc": "BT48",
160145                        "name": "BT48",
160146                        "value": "0"
160147                    },
160148                    {
160149                        "desc": "MT48",
160150                        "name": "MT48",
160151                        "value": "1"
160152                    },
160153                    {
160154                        "desc": "BT72",
160155                        "name": "BT72",
160156                        "value": "2"
160157                    },
160158                    {
160159                        "desc": "MT72",
160160                        "name": "MT72",
160161                        "value": "3"
160162                    },
160163                    {
160164                        "desc": "BT96",
160165                        "name": "BT96",
160166                        "value": "4"
160167                    },
160168                    {
160169                        "desc": "MT96",
160170                        "name": "MT96",
160171                        "value": "5"
160172                    }
160173                ]
160174            },
160175            "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msfft": {
160176                "ignore-enum-members": true,
160177                "kind": "enum",
160178                "values": [
160179                    {
160180                        "desc": "Off",
160181                        "name": "Off",
160182                        "value": "0"
160183                    },
160184                    {
160185                        "desc": "Post-eq",
160186                        "name": "Post-eq",
160187                        "value": "1"
160188                    },
160189                    {
160190                        "desc": "Pre-eq",
160191                        "name": "Pre-eq",
160192                        "value": "2"
160193                    }
160194                ]
160195            },
160196            "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msfsel": {
160197                "ignore-enum-members": true,
160198                "kind": "enum",
160199                "values": [
160200                    {
160201                        "desc": "Bands Middle",
160202                        "name": "Bands Middle",
160203                        "value": "0"
160204                    },
160205                    {
160206                        "desc": "Bands Side",
160207                        "name": "Bands Side",
160208                        "value": "1"
160209                    }
160210                ]
160211            },
160212            "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msmode": {
160213                "ignore-enum-members": true,
160214                "kind": "enum",
160215                "values": [
160216                    {
160217                        "desc": "IIR",
160218                        "name": "IIR",
160219                        "value": "0"
160220                    },
160221                    {
160222                        "desc": "FIR",
160223                        "name": "FIR",
160224                        "value": "1"
160225                    },
160226                    {
160227                        "desc": "FFT",
160228                        "name": "FFT",
160229                        "value": "2"
160230                    }
160231                ]
160232            },
160233            "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msslope": {
160234                "ignore-enum-members": true,
160235                "kind": "enum",
160236                "values": [
160237                    {
160238                        "desc": "BT48",
160239                        "name": "BT48",
160240                        "value": "0"
160241                    },
160242                    {
160243                        "desc": "MT48",
160244                        "name": "MT48",
160245                        "value": "1"
160246                    },
160247                    {
160248                        "desc": "BT72",
160249                        "name": "BT72",
160250                        "value": "2"
160251                    },
160252                    {
160253                        "desc": "MT72",
160254                        "name": "MT72",
160255                        "value": "3"
160256                    },
160257                    {
160258                        "desc": "BT96",
160259                        "name": "BT96",
160260                        "value": "4"
160261                    },
160262                    {
160263                        "desc": "MT96",
160264                        "name": "MT96",
160265                        "value": "5"
160266                    }
160267                ]
160268            },
160269            "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereofft": {
160270                "ignore-enum-members": true,
160271                "kind": "enum",
160272                "values": [
160273                    {
160274                        "desc": "Off",
160275                        "name": "Off",
160276                        "value": "0"
160277                    },
160278                    {
160279                        "desc": "Post-eq",
160280                        "name": "Post-eq",
160281                        "value": "1"
160282                    },
160283                    {
160284                        "desc": "Pre-eq",
160285                        "name": "Pre-eq",
160286                        "value": "2"
160287                    }
160288                ]
160289            },
160290            "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereomode": {
160291                "ignore-enum-members": true,
160292                "kind": "enum",
160293                "values": [
160294                    {
160295                        "desc": "IIR",
160296                        "name": "IIR",
160297                        "value": "0"
160298                    },
160299                    {
160300                        "desc": "FIR",
160301                        "name": "FIR",
160302                        "value": "1"
160303                    },
160304                    {
160305                        "desc": "FFT",
160306                        "name": "FFT",
160307                        "value": "2"
160308                    }
160309                ]
160310            },
160311            "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereoslope": {
160312                "ignore-enum-members": true,
160313                "kind": "enum",
160314                "values": [
160315                    {
160316                        "desc": "BT48",
160317                        "name": "BT48",
160318                        "value": "0"
160319                    },
160320                    {
160321                        "desc": "MT48",
160322                        "name": "MT48",
160323                        "value": "1"
160324                    },
160325                    {
160326                        "desc": "BT72",
160327                        "name": "BT72",
160328                        "value": "2"
160329                    },
160330                    {
160331                        "desc": "MT72",
160332                        "name": "MT72",
160333                        "value": "3"
160334                    },
160335                    {
160336                        "desc": "BT96",
160337                        "name": "BT96",
160338                        "value": "4"
160339                    },
160340                    {
160341                        "desc": "MT96",
160342                        "name": "MT96",
160343                        "value": "5"
160344                    }
160345                ]
160346            },
160347            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrfft": {
160348                "ignore-enum-members": true,
160349                "kind": "enum",
160350                "values": [
160351                    {
160352                        "desc": "Off",
160353                        "name": "Off",
160354                        "value": "0"
160355                    },
160356                    {
160357                        "desc": "Post-eq",
160358                        "name": "Post-eq",
160359                        "value": "1"
160360                    },
160361                    {
160362                        "desc": "Pre-eq",
160363                        "name": "Pre-eq",
160364                        "value": "2"
160365                    }
160366                ]
160367            },
160368            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrfsel": {
160369                "ignore-enum-members": true,
160370                "kind": "enum",
160371                "values": [
160372                    {
160373                        "desc": "Bands Left 0-15",
160374                        "name": "Bands Left 0-15",
160375                        "value": "0"
160376                    },
160377                    {
160378                        "desc": "Bands Right 0-15",
160379                        "name": "Bands Right 0-15",
160380                        "value": "1"
160381                    },
160382                    {
160383                        "desc": "Bands Left 16-31",
160384                        "name": "Bands Left 16-31",
160385                        "value": "2"
160386                    },
160387                    {
160388                        "desc": "Bands Right 16-31",
160389                        "name": "Bands Right 16-31",
160390                        "value": "3"
160391                    }
160392                ]
160393            },
160394            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrmode": {
160395                "ignore-enum-members": true,
160396                "kind": "enum",
160397                "values": [
160398                    {
160399                        "desc": "IIR",
160400                        "name": "IIR",
160401                        "value": "0"
160402                    },
160403                    {
160404                        "desc": "FIR",
160405                        "name": "FIR",
160406                        "value": "1"
160407                    },
160408                    {
160409                        "desc": "FFT",
160410                        "name": "FFT",
160411                        "value": "2"
160412                    }
160413                ]
160414            },
160415            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrslope": {
160416                "ignore-enum-members": true,
160417                "kind": "enum",
160418                "values": [
160419                    {
160420                        "desc": "BT48",
160421                        "name": "BT48",
160422                        "value": "0"
160423                    },
160424                    {
160425                        "desc": "MT48",
160426                        "name": "MT48",
160427                        "value": "1"
160428                    },
160429                    {
160430                        "desc": "BT72",
160431                        "name": "BT72",
160432                        "value": "2"
160433                    },
160434                    {
160435                        "desc": "MT72",
160436                        "name": "MT72",
160437                        "value": "3"
160438                    },
160439                    {
160440                        "desc": "BT96",
160441                        "name": "BT96",
160442                        "value": "4"
160443                    },
160444                    {
160445                        "desc": "MT96",
160446                        "name": "MT96",
160447                        "value": "5"
160448                    }
160449                ]
160450            },
160451            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monofft": {
160452                "ignore-enum-members": true,
160453                "kind": "enum",
160454                "values": [
160455                    {
160456                        "desc": "Off",
160457                        "name": "Off",
160458                        "value": "0"
160459                    },
160460                    {
160461                        "desc": "Post-eq",
160462                        "name": "Post-eq",
160463                        "value": "1"
160464                    },
160465                    {
160466                        "desc": "Pre-eq",
160467                        "name": "Pre-eq",
160468                        "value": "2"
160469                    }
160470                ]
160471            },
160472            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monofsel": {
160473                "ignore-enum-members": true,
160474                "kind": "enum",
160475                "values": [
160476                    {
160477                        "desc": "Bands 0-15",
160478                        "name": "Bands 0-15",
160479                        "value": "0"
160480                    },
160481                    {
160482                        "desc": "Bands 16-31",
160483                        "name": "Bands 16-31",
160484                        "value": "1"
160485                    }
160486                ]
160487            },
160488            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monomode": {
160489                "ignore-enum-members": true,
160490                "kind": "enum",
160491                "values": [
160492                    {
160493                        "desc": "IIR",
160494                        "name": "IIR",
160495                        "value": "0"
160496                    },
160497                    {
160498                        "desc": "FIR",
160499                        "name": "FIR",
160500                        "value": "1"
160501                    },
160502                    {
160503                        "desc": "FFT",
160504                        "name": "FFT",
160505                        "value": "2"
160506                    }
160507                ]
160508            },
160509            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monoslope": {
160510                "ignore-enum-members": true,
160511                "kind": "enum",
160512                "values": [
160513                    {
160514                        "desc": "BT48",
160515                        "name": "BT48",
160516                        "value": "0"
160517                    },
160518                    {
160519                        "desc": "MT48",
160520                        "name": "MT48",
160521                        "value": "1"
160522                    },
160523                    {
160524                        "desc": "BT72",
160525                        "name": "BT72",
160526                        "value": "2"
160527                    },
160528                    {
160529                        "desc": "MT72",
160530                        "name": "MT72",
160531                        "value": "3"
160532                    },
160533                    {
160534                        "desc": "BT96",
160535                        "name": "BT96",
160536                        "value": "4"
160537                    },
160538                    {
160539                        "desc": "MT96",
160540                        "name": "MT96",
160541                        "value": "5"
160542                    }
160543                ]
160544            },
160545            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msfft": {
160546                "ignore-enum-members": true,
160547                "kind": "enum",
160548                "values": [
160549                    {
160550                        "desc": "Off",
160551                        "name": "Off",
160552                        "value": "0"
160553                    },
160554                    {
160555                        "desc": "Post-eq",
160556                        "name": "Post-eq",
160557                        "value": "1"
160558                    },
160559                    {
160560                        "desc": "Pre-eq",
160561                        "name": "Pre-eq",
160562                        "value": "2"
160563                    }
160564                ]
160565            },
160566            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msfsel": {
160567                "ignore-enum-members": true,
160568                "kind": "enum",
160569                "values": [
160570                    {
160571                        "desc": "Bands Middle 0-15",
160572                        "name": "Bands Middle 0-15",
160573                        "value": "0"
160574                    },
160575                    {
160576                        "desc": "Bands Side 0-15",
160577                        "name": "Bands Side 0-15",
160578                        "value": "1"
160579                    },
160580                    {
160581                        "desc": "Bands Middle 16-31",
160582                        "name": "Bands Middle 16-31",
160583                        "value": "2"
160584                    },
160585                    {
160586                        "desc": "Bands Side 16-31",
160587                        "name": "Bands Side 16-31",
160588                        "value": "3"
160589                    }
160590                ]
160591            },
160592            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msmode": {
160593                "ignore-enum-members": true,
160594                "kind": "enum",
160595                "values": [
160596                    {
160597                        "desc": "IIR",
160598                        "name": "IIR",
160599                        "value": "0"
160600                    },
160601                    {
160602                        "desc": "FIR",
160603                        "name": "FIR",
160604                        "value": "1"
160605                    },
160606                    {
160607                        "desc": "FFT",
160608                        "name": "FFT",
160609                        "value": "2"
160610                    }
160611                ]
160612            },
160613            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msslope": {
160614                "ignore-enum-members": true,
160615                "kind": "enum",
160616                "values": [
160617                    {
160618                        "desc": "BT48",
160619                        "name": "BT48",
160620                        "value": "0"
160621                    },
160622                    {
160623                        "desc": "MT48",
160624                        "name": "MT48",
160625                        "value": "1"
160626                    },
160627                    {
160628                        "desc": "BT72",
160629                        "name": "BT72",
160630                        "value": "2"
160631                    },
160632                    {
160633                        "desc": "MT72",
160634                        "name": "MT72",
160635                        "value": "3"
160636                    },
160637                    {
160638                        "desc": "BT96",
160639                        "name": "BT96",
160640                        "value": "4"
160641                    },
160642                    {
160643                        "desc": "MT96",
160644                        "name": "MT96",
160645                        "value": "5"
160646                    }
160647                ]
160648            },
160649            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereofft": {
160650                "ignore-enum-members": true,
160651                "kind": "enum",
160652                "values": [
160653                    {
160654                        "desc": "Off",
160655                        "name": "Off",
160656                        "value": "0"
160657                    },
160658                    {
160659                        "desc": "Post-eq",
160660                        "name": "Post-eq",
160661                        "value": "1"
160662                    },
160663                    {
160664                        "desc": "Pre-eq",
160665                        "name": "Pre-eq",
160666                        "value": "2"
160667                    }
160668                ]
160669            },
160670            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereofsel": {
160671                "ignore-enum-members": true,
160672                "kind": "enum",
160673                "values": [
160674                    {
160675                        "desc": "Bands 0-15",
160676                        "name": "Bands 0-15",
160677                        "value": "0"
160678                    },
160679                    {
160680                        "desc": "Bands 16-31",
160681                        "name": "Bands 16-31",
160682                        "value": "1"
160683                    }
160684                ]
160685            },
160686            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereomode": {
160687                "ignore-enum-members": true,
160688                "kind": "enum",
160689                "values": [
160690                    {
160691                        "desc": "IIR",
160692                        "name": "IIR",
160693                        "value": "0"
160694                    },
160695                    {
160696                        "desc": "FIR",
160697                        "name": "FIR",
160698                        "value": "1"
160699                    },
160700                    {
160701                        "desc": "FFT",
160702                        "name": "FFT",
160703                        "value": "2"
160704                    }
160705                ]
160706            },
160707            "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereoslope": {
160708                "ignore-enum-members": true,
160709                "kind": "enum",
160710                "values": [
160711                    {
160712                        "desc": "BT48",
160713                        "name": "BT48",
160714                        "value": "0"
160715                    },
160716                    {
160717                        "desc": "MT48",
160718                        "name": "MT48",
160719                        "value": "1"
160720                    },
160721                    {
160722                        "desc": "BT72",
160723                        "name": "BT72",
160724                        "value": "2"
160725                    },
160726                    {
160727                        "desc": "MT72",
160728                        "name": "MT72",
160729                        "value": "3"
160730                    },
160731                    {
160732                        "desc": "BT96",
160733                        "name": "BT96",
160734                        "value": "4"
160735                    },
160736                    {
160737                        "desc": "MT96",
160738                        "name": "MT96",
160739                        "value": "5"
160740                    }
160741                ]
160742            },
160743            "lsp-plug-in-plugins-lv2-impulse-responses-monocs": {
160744                "ignore-enum-members": true,
160745                "kind": "enum",
160746                "values": [
160747                    {
160748                        "desc": "None",
160749                        "name": "None",
160750                        "value": "0"
160751                    },
160752                    {
160753                        "desc": "Left",
160754                        "name": "Left",
160755                        "value": "1"
160756                    },
160757                    {
160758                        "desc": "Right",
160759                        "name": "Right",
160760                        "value": "2"
160761                    }
160762                ]
160763            },
160764            "lsp-plug-in-plugins-lv2-impulse-responses-monofft": {
160765                "ignore-enum-members": true,
160766                "kind": "enum",
160767                "values": [
160768                    {
160769                        "desc": "512",
160770                        "name": "512",
160771                        "value": "0"
160772                    },
160773                    {
160774                        "desc": "1024",
160775                        "name": "1024",
160776                        "value": "1"
160777                    },
160778                    {
160779                        "desc": "2048",
160780                        "name": "2048",
160781                        "value": "2"
160782                    },
160783                    {
160784                        "desc": "4096",
160785                        "name": "4096",
160786                        "value": "3"
160787                    },
160788                    {
160789                        "desc": "8192",
160790                        "name": "8192",
160791                        "value": "4"
160792                    },
160793                    {
160794                        "desc": "16384",
160795                        "name": "16384",
160796                        "value": "5"
160797                    },
160798                    {
160799                        "desc": "32767",
160800                        "name": "32767",
160801                        "value": "6"
160802                    },
160803                    {
160804                        "desc": "65536",
160805                        "name": "65536",
160806                        "value": "7"
160807                    }
160808                ]
160809            },
160810            "lsp-plug-in-plugins-lv2-impulse-responses-monohcm": {
160811                "ignore-enum-members": true,
160812                "kind": "enum",
160813                "values": [
160814                    {
160815                        "desc": "off",
160816                        "name": "off",
160817                        "value": "0"
160818                    },
160819                    {
160820                        "desc": "6 dB/oct",
160821                        "name": "6 dB/oct",
160822                        "value": "1"
160823                    },
160824                    {
160825                        "desc": "12 dB/oct",
160826                        "name": "12 dB/oct",
160827                        "value": "2"
160828                    },
160829                    {
160830                        "desc": "18 dB/oct",
160831                        "name": "18 dB/oct",
160832                        "value": "3"
160833                    }
160834                ]
160835            },
160836            "lsp-plug-in-plugins-lv2-impulse-responses-monolcm": {
160837                "ignore-enum-members": true,
160838                "kind": "enum",
160839                "values": [
160840                    {
160841                        "desc": "off",
160842                        "name": "off",
160843                        "value": "0"
160844                    },
160845                    {
160846                        "desc": "6 dB/oct",
160847                        "name": "6 dB/oct",
160848                        "value": "1"
160849                    },
160850                    {
160851                        "desc": "12 dB/oct",
160852                        "name": "12 dB/oct",
160853                        "value": "2"
160854                    },
160855                    {
160856                        "desc": "18 dB/oct",
160857                        "name": "18 dB/oct",
160858                        "value": "3"
160859                    }
160860                ]
160861            },
160862            "lsp-plug-in-plugins-lv2-impulse-responses-stereocs-l": {
160863                "ignore-enum-members": true,
160864                "kind": "enum",
160865                "values": [
160866                    {
160867                        "desc": "None",
160868                        "name": "None",
160869                        "value": "0"
160870                    },
160871                    {
160872                        "desc": "File 1 Left",
160873                        "name": "File 1 Left",
160874                        "value": "1"
160875                    },
160876                    {
160877                        "desc": "File 1 Right",
160878                        "name": "File 1 Right",
160879                        "value": "2"
160880                    },
160881                    {
160882                        "desc": "File 2 Left",
160883                        "name": "File 2 Left",
160884                        "value": "3"
160885                    },
160886                    {
160887                        "desc": "File 2 Right",
160888                        "name": "File 2 Right",
160889                        "value": "4"
160890                    }
160891                ]
160892            },
160893            "lsp-plug-in-plugins-lv2-impulse-responses-stereocs-r": {
160894                "ignore-enum-members": true,
160895                "kind": "enum",
160896                "values": [
160897                    {
160898                        "desc": "None",
160899                        "name": "None",
160900                        "value": "0"
160901                    },
160902                    {
160903                        "desc": "File 1 Left",
160904                        "name": "File 1 Left",
160905                        "value": "1"
160906                    },
160907                    {
160908                        "desc": "File 1 Right",
160909                        "name": "File 1 Right",
160910                        "value": "2"
160911                    },
160912                    {
160913                        "desc": "File 2 Left",
160914                        "name": "File 2 Left",
160915                        "value": "3"
160916                    },
160917                    {
160918                        "desc": "File 2 Right",
160919                        "name": "File 2 Right",
160920                        "value": "4"
160921                    }
160922                ]
160923            },
160924            "lsp-plug-in-plugins-lv2-impulse-responses-stereofft": {
160925                "ignore-enum-members": true,
160926                "kind": "enum",
160927                "values": [
160928                    {
160929                        "desc": "512",
160930                        "name": "512",
160931                        "value": "0"
160932                    },
160933                    {
160934                        "desc": "1024",
160935                        "name": "1024",
160936                        "value": "1"
160937                    },
160938                    {
160939                        "desc": "2048",
160940                        "name": "2048",
160941                        "value": "2"
160942                    },
160943                    {
160944                        "desc": "4096",
160945                        "name": "4096",
160946                        "value": "3"
160947                    },
160948                    {
160949                        "desc": "8192",
160950                        "name": "8192",
160951                        "value": "4"
160952                    },
160953                    {
160954                        "desc": "16384",
160955                        "name": "16384",
160956                        "value": "5"
160957                    },
160958                    {
160959                        "desc": "32767",
160960                        "name": "32767",
160961                        "value": "6"
160962                    },
160963                    {
160964                        "desc": "65536",
160965                        "name": "65536",
160966                        "value": "7"
160967                    }
160968                ]
160969            },
160970            "lsp-plug-in-plugins-lv2-impulse-responses-stereofsel": {
160971                "ignore-enum-members": true,
160972                "kind": "enum",
160973                "values": [
160974                    {
160975                        "desc": "File 1",
160976                        "name": "File 1",
160977                        "value": "0"
160978                    },
160979                    {
160980                        "desc": "File 2",
160981                        "name": "File 2",
160982                        "value": "1"
160983                    }
160984                ]
160985            },
160986            "lsp-plug-in-plugins-lv2-impulse-responses-stereohcm": {
160987                "ignore-enum-members": true,
160988                "kind": "enum",
160989                "values": [
160990                    {
160991                        "desc": "off",
160992                        "name": "off",
160993                        "value": "0"
160994                    },
160995                    {
160996                        "desc": "6 dB/oct",
160997                        "name": "6 dB/oct",
160998                        "value": "1"
160999                    },
161000                    {
161001                        "desc": "12 dB/oct",
161002                        "name": "12 dB/oct",
161003                        "value": "2"
161004                    },
161005                    {
161006                        "desc": "18 dB/oct",
161007                        "name": "18 dB/oct",
161008                        "value": "3"
161009                    }
161010                ]
161011            },
161012            "lsp-plug-in-plugins-lv2-impulse-responses-stereolcm": {
161013                "ignore-enum-members": true,
161014                "kind": "enum",
161015                "values": [
161016                    {
161017                        "desc": "off",
161018                        "name": "off",
161019                        "value": "0"
161020                    },
161021                    {
161022                        "desc": "6 dB/oct",
161023                        "name": "6 dB/oct",
161024                        "value": "1"
161025                    },
161026                    {
161027                        "desc": "12 dB/oct",
161028                        "name": "12 dB/oct",
161029                        "value": "2"
161030                    },
161031                    {
161032                        "desc": "18 dB/oct",
161033                        "name": "18 dB/oct",
161034                        "value": "3"
161035                    }
161036                ]
161037            },
161038            "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf0": {
161039                "ignore-enum-members": true,
161040                "kind": "enum",
161041                "values": [
161042                    {
161043                        "desc": "None",
161044                        "name": "None",
161045                        "value": "0"
161046                    },
161047                    {
161048                        "desc": "File 1",
161049                        "name": "File 1",
161050                        "value": "1"
161051                    },
161052                    {
161053                        "desc": "File 2",
161054                        "name": "File 2",
161055                        "value": "2"
161056                    },
161057                    {
161058                        "desc": "File 3",
161059                        "name": "File 3",
161060                        "value": "3"
161061                    },
161062                    {
161063                        "desc": "File 4",
161064                        "name": "File 4",
161065                        "value": "4"
161066                    }
161067                ]
161068            },
161069            "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf1": {
161070                "ignore-enum-members": true,
161071                "kind": "enum",
161072                "values": [
161073                    {
161074                        "desc": "None",
161075                        "name": "None",
161076                        "value": "0"
161077                    },
161078                    {
161079                        "desc": "File 1",
161080                        "name": "File 1",
161081                        "value": "1"
161082                    },
161083                    {
161084                        "desc": "File 2",
161085                        "name": "File 2",
161086                        "value": "2"
161087                    },
161088                    {
161089                        "desc": "File 3",
161090                        "name": "File 3",
161091                        "value": "3"
161092                    },
161093                    {
161094                        "desc": "File 4",
161095                        "name": "File 4",
161096                        "value": "4"
161097                    }
161098                ]
161099            },
161100            "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf2": {
161101                "ignore-enum-members": true,
161102                "kind": "enum",
161103                "values": [
161104                    {
161105                        "desc": "None",
161106                        "name": "None",
161107                        "value": "0"
161108                    },
161109                    {
161110                        "desc": "File 1",
161111                        "name": "File 1",
161112                        "value": "1"
161113                    },
161114                    {
161115                        "desc": "File 2",
161116                        "name": "File 2",
161117                        "value": "2"
161118                    },
161119                    {
161120                        "desc": "File 3",
161121                        "name": "File 3",
161122                        "value": "3"
161123                    },
161124                    {
161125                        "desc": "File 4",
161126                        "name": "File 4",
161127                        "value": "4"
161128                    }
161129                ]
161130            },
161131            "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf3": {
161132                "ignore-enum-members": true,
161133                "kind": "enum",
161134                "values": [
161135                    {
161136                        "desc": "None",
161137                        "name": "None",
161138                        "value": "0"
161139                    },
161140                    {
161141                        "desc": "File 1",
161142                        "name": "File 1",
161143                        "value": "1"
161144                    },
161145                    {
161146                        "desc": "File 2",
161147                        "name": "File 2",
161148                        "value": "2"
161149                    },
161150                    {
161151                        "desc": "File 3",
161152                        "name": "File 3",
161153                        "value": "3"
161154                    },
161155                    {
161156                        "desc": "File 4",
161157                        "name": "File 4",
161158                        "value": "4"
161159                    }
161160                ]
161161            },
161162            "lsp-plug-in-plugins-lv2-impulse-reverb-monocst0": {
161163                "ignore-enum-members": true,
161164                "kind": "enum",
161165                "values": [
161166                    {
161167                        "desc": "Track 1",
161168                        "name": "Track 1",
161169                        "value": "0"
161170                    },
161171                    {
161172                        "desc": "Track 2",
161173                        "name": "Track 2",
161174                        "value": "1"
161175                    },
161176                    {
161177                        "desc": "Track 3",
161178                        "name": "Track 3",
161179                        "value": "2"
161180                    },
161181                    {
161182                        "desc": "Track 4",
161183                        "name": "Track 4",
161184                        "value": "3"
161185                    },
161186                    {
161187                        "desc": "Track 5",
161188                        "name": "Track 5",
161189                        "value": "4"
161190                    },
161191                    {
161192                        "desc": "Track 6",
161193                        "name": "Track 6",
161194                        "value": "5"
161195                    },
161196                    {
161197                        "desc": "Track 7",
161198                        "name": "Track 7",
161199                        "value": "6"
161200                    },
161201                    {
161202                        "desc": "Track 8",
161203                        "name": "Track 8",
161204                        "value": "7"
161205                    }
161206                ]
161207            },
161208            "lsp-plug-in-plugins-lv2-impulse-reverb-monocst1": {
161209                "ignore-enum-members": true,
161210                "kind": "enum",
161211                "values": [
161212                    {
161213                        "desc": "Track 1",
161214                        "name": "Track 1",
161215                        "value": "0"
161216                    },
161217                    {
161218                        "desc": "Track 2",
161219                        "name": "Track 2",
161220                        "value": "1"
161221                    },
161222                    {
161223                        "desc": "Track 3",
161224                        "name": "Track 3",
161225                        "value": "2"
161226                    },
161227                    {
161228                        "desc": "Track 4",
161229                        "name": "Track 4",
161230                        "value": "3"
161231                    },
161232                    {
161233                        "desc": "Track 5",
161234                        "name": "Track 5",
161235                        "value": "4"
161236                    },
161237                    {
161238                        "desc": "Track 6",
161239                        "name": "Track 6",
161240                        "value": "5"
161241                    },
161242                    {
161243                        "desc": "Track 7",
161244                        "name": "Track 7",
161245                        "value": "6"
161246                    },
161247                    {
161248                        "desc": "Track 8",
161249                        "name": "Track 8",
161250                        "value": "7"
161251                    }
161252                ]
161253            },
161254            "lsp-plug-in-plugins-lv2-impulse-reverb-monocst2": {
161255                "ignore-enum-members": true,
161256                "kind": "enum",
161257                "values": [
161258                    {
161259                        "desc": "Track 1",
161260                        "name": "Track 1",
161261                        "value": "0"
161262                    },
161263                    {
161264                        "desc": "Track 2",
161265                        "name": "Track 2",
161266                        "value": "1"
161267                    },
161268                    {
161269                        "desc": "Track 3",
161270                        "name": "Track 3",
161271                        "value": "2"
161272                    },
161273                    {
161274                        "desc": "Track 4",
161275                        "name": "Track 4",
161276                        "value": "3"
161277                    },
161278                    {
161279                        "desc": "Track 5",
161280                        "name": "Track 5",
161281                        "value": "4"
161282                    },
161283                    {
161284                        "desc": "Track 6",
161285                        "name": "Track 6",
161286                        "value": "5"
161287                    },
161288                    {
161289                        "desc": "Track 7",
161290                        "name": "Track 7",
161291                        "value": "6"
161292                    },
161293                    {
161294                        "desc": "Track 8",
161295                        "name": "Track 8",
161296                        "value": "7"
161297                    }
161298                ]
161299            },
161300            "lsp-plug-in-plugins-lv2-impulse-reverb-monocst3": {
161301                "ignore-enum-members": true,
161302                "kind": "enum",
161303                "values": [
161304                    {
161305                        "desc": "Track 1",
161306                        "name": "Track 1",
161307                        "value": "0"
161308                    },
161309                    {
161310                        "desc": "Track 2",
161311                        "name": "Track 2",
161312                        "value": "1"
161313                    },
161314                    {
161315                        "desc": "Track 3",
161316                        "name": "Track 3",
161317                        "value": "2"
161318                    },
161319                    {
161320                        "desc": "Track 4",
161321                        "name": "Track 4",
161322                        "value": "3"
161323                    },
161324                    {
161325                        "desc": "Track 5",
161326                        "name": "Track 5",
161327                        "value": "4"
161328                    },
161329                    {
161330                        "desc": "Track 6",
161331                        "name": "Track 6",
161332                        "value": "5"
161333                    },
161334                    {
161335                        "desc": "Track 7",
161336                        "name": "Track 7",
161337                        "value": "6"
161338                    },
161339                    {
161340                        "desc": "Track 8",
161341                        "name": "Track 8",
161342                        "value": "7"
161343                    }
161344                ]
161345            },
161346            "lsp-plug-in-plugins-lv2-impulse-reverb-monofft": {
161347                "ignore-enum-members": true,
161348                "kind": "enum",
161349                "values": [
161350                    {
161351                        "desc": "512",
161352                        "name": "512",
161353                        "value": "0"
161354                    },
161355                    {
161356                        "desc": "1024",
161357                        "name": "1024",
161358                        "value": "1"
161359                    },
161360                    {
161361                        "desc": "2048",
161362                        "name": "2048",
161363                        "value": "2"
161364                    },
161365                    {
161366                        "desc": "4096",
161367                        "name": "4096",
161368                        "value": "3"
161369                    },
161370                    {
161371                        "desc": "8192",
161372                        "name": "8192",
161373                        "value": "4"
161374                    },
161375                    {
161376                        "desc": "16384",
161377                        "name": "16384",
161378                        "value": "5"
161379                    },
161380                    {
161381                        "desc": "32767",
161382                        "name": "32767",
161383                        "value": "6"
161384                    },
161385                    {
161386                        "desc": "65536",
161387                        "name": "65536",
161388                        "value": "7"
161389                    }
161390                ]
161391            },
161392            "lsp-plug-in-plugins-lv2-impulse-reverb-monofsel": {
161393                "ignore-enum-members": true,
161394                "kind": "enum",
161395                "values": [
161396                    {
161397                        "desc": "File 1",
161398                        "name": "File 1",
161399                        "value": "0"
161400                    },
161401                    {
161402                        "desc": "File 2",
161403                        "name": "File 2",
161404                        "value": "1"
161405                    },
161406                    {
161407                        "desc": "File 3",
161408                        "name": "File 3",
161409                        "value": "2"
161410                    },
161411                    {
161412                        "desc": "File 4",
161413                        "name": "File 4",
161414                        "value": "3"
161415                    }
161416                ]
161417            },
161418            "lsp-plug-in-plugins-lv2-impulse-reverb-monohcm": {
161419                "ignore-enum-members": true,
161420                "kind": "enum",
161421                "values": [
161422                    {
161423                        "desc": "off",
161424                        "name": "off",
161425                        "value": "0"
161426                    },
161427                    {
161428                        "desc": "6 dB/oct",
161429                        "name": "6 dB/oct",
161430                        "value": "1"
161431                    },
161432                    {
161433                        "desc": "12 dB/oct",
161434                        "name": "12 dB/oct",
161435                        "value": "2"
161436                    },
161437                    {
161438                        "desc": "18 dB/oct",
161439                        "name": "18 dB/oct",
161440                        "value": "3"
161441                    }
161442                ]
161443            },
161444            "lsp-plug-in-plugins-lv2-impulse-reverb-monolcm": {
161445                "ignore-enum-members": true,
161446                "kind": "enum",
161447                "values": [
161448                    {
161449                        "desc": "off",
161450                        "name": "off",
161451                        "value": "0"
161452                    },
161453                    {
161454                        "desc": "6 dB/oct",
161455                        "name": "6 dB/oct",
161456                        "value": "1"
161457                    },
161458                    {
161459                        "desc": "12 dB/oct",
161460                        "name": "12 dB/oct",
161461                        "value": "2"
161462                    },
161463                    {
161464                        "desc": "18 dB/oct",
161465                        "name": "18 dB/oct",
161466                        "value": "3"
161467                    }
161468                ]
161469            },
161470            "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf0": {
161471                "ignore-enum-members": true,
161472                "kind": "enum",
161473                "values": [
161474                    {
161475                        "desc": "None",
161476                        "name": "None",
161477                        "value": "0"
161478                    },
161479                    {
161480                        "desc": "File 1",
161481                        "name": "File 1",
161482                        "value": "1"
161483                    },
161484                    {
161485                        "desc": "File 2",
161486                        "name": "File 2",
161487                        "value": "2"
161488                    },
161489                    {
161490                        "desc": "File 3",
161491                        "name": "File 3",
161492                        "value": "3"
161493                    },
161494                    {
161495                        "desc": "File 4",
161496                        "name": "File 4",
161497                        "value": "4"
161498                    }
161499                ]
161500            },
161501            "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf1": {
161502                "ignore-enum-members": true,
161503                "kind": "enum",
161504                "values": [
161505                    {
161506                        "desc": "None",
161507                        "name": "None",
161508                        "value": "0"
161509                    },
161510                    {
161511                        "desc": "File 1",
161512                        "name": "File 1",
161513                        "value": "1"
161514                    },
161515                    {
161516                        "desc": "File 2",
161517                        "name": "File 2",
161518                        "value": "2"
161519                    },
161520                    {
161521                        "desc": "File 3",
161522                        "name": "File 3",
161523                        "value": "3"
161524                    },
161525                    {
161526                        "desc": "File 4",
161527                        "name": "File 4",
161528                        "value": "4"
161529                    }
161530                ]
161531            },
161532            "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf2": {
161533                "ignore-enum-members": true,
161534                "kind": "enum",
161535                "values": [
161536                    {
161537                        "desc": "None",
161538                        "name": "None",
161539                        "value": "0"
161540                    },
161541                    {
161542                        "desc": "File 1",
161543                        "name": "File 1",
161544                        "value": "1"
161545                    },
161546                    {
161547                        "desc": "File 2",
161548                        "name": "File 2",
161549                        "value": "2"
161550                    },
161551                    {
161552                        "desc": "File 3",
161553                        "name": "File 3",
161554                        "value": "3"
161555                    },
161556                    {
161557                        "desc": "File 4",
161558                        "name": "File 4",
161559                        "value": "4"
161560                    }
161561                ]
161562            },
161563            "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf3": {
161564                "ignore-enum-members": true,
161565                "kind": "enum",
161566                "values": [
161567                    {
161568                        "desc": "None",
161569                        "name": "None",
161570                        "value": "0"
161571                    },
161572                    {
161573                        "desc": "File 1",
161574                        "name": "File 1",
161575                        "value": "1"
161576                    },
161577                    {
161578                        "desc": "File 2",
161579                        "name": "File 2",
161580                        "value": "2"
161581                    },
161582                    {
161583                        "desc": "File 3",
161584                        "name": "File 3",
161585                        "value": "3"
161586                    },
161587                    {
161588                        "desc": "File 4",
161589                        "name": "File 4",
161590                        "value": "4"
161591                    }
161592                ]
161593            },
161594            "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst0": {
161595                "ignore-enum-members": true,
161596                "kind": "enum",
161597                "values": [
161598                    {
161599                        "desc": "Track 1",
161600                        "name": "Track 1",
161601                        "value": "0"
161602                    },
161603                    {
161604                        "desc": "Track 2",
161605                        "name": "Track 2",
161606                        "value": "1"
161607                    },
161608                    {
161609                        "desc": "Track 3",
161610                        "name": "Track 3",
161611                        "value": "2"
161612                    },
161613                    {
161614                        "desc": "Track 4",
161615                        "name": "Track 4",
161616                        "value": "3"
161617                    },
161618                    {
161619                        "desc": "Track 5",
161620                        "name": "Track 5",
161621                        "value": "4"
161622                    },
161623                    {
161624                        "desc": "Track 6",
161625                        "name": "Track 6",
161626                        "value": "5"
161627                    },
161628                    {
161629                        "desc": "Track 7",
161630                        "name": "Track 7",
161631                        "value": "6"
161632                    },
161633                    {
161634                        "desc": "Track 8",
161635                        "name": "Track 8",
161636                        "value": "7"
161637                    }
161638                ]
161639            },
161640            "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst1": {
161641                "ignore-enum-members": true,
161642                "kind": "enum",
161643                "values": [
161644                    {
161645                        "desc": "Track 1",
161646                        "name": "Track 1",
161647                        "value": "0"
161648                    },
161649                    {
161650                        "desc": "Track 2",
161651                        "name": "Track 2",
161652                        "value": "1"
161653                    },
161654                    {
161655                        "desc": "Track 3",
161656                        "name": "Track 3",
161657                        "value": "2"
161658                    },
161659                    {
161660                        "desc": "Track 4",
161661                        "name": "Track 4",
161662                        "value": "3"
161663                    },
161664                    {
161665                        "desc": "Track 5",
161666                        "name": "Track 5",
161667                        "value": "4"
161668                    },
161669                    {
161670                        "desc": "Track 6",
161671                        "name": "Track 6",
161672                        "value": "5"
161673                    },
161674                    {
161675                        "desc": "Track 7",
161676                        "name": "Track 7",
161677                        "value": "6"
161678                    },
161679                    {
161680                        "desc": "Track 8",
161681                        "name": "Track 8",
161682                        "value": "7"
161683                    }
161684                ]
161685            },
161686            "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst2": {
161687                "ignore-enum-members": true,
161688                "kind": "enum",
161689                "values": [
161690                    {
161691                        "desc": "Track 1",
161692                        "name": "Track 1",
161693                        "value": "0"
161694                    },
161695                    {
161696                        "desc": "Track 2",
161697                        "name": "Track 2",
161698                        "value": "1"
161699                    },
161700                    {
161701                        "desc": "Track 3",
161702                        "name": "Track 3",
161703                        "value": "2"
161704                    },
161705                    {
161706                        "desc": "Track 4",
161707                        "name": "Track 4",
161708                        "value": "3"
161709                    },
161710                    {
161711                        "desc": "Track 5",
161712                        "name": "Track 5",
161713                        "value": "4"
161714                    },
161715                    {
161716                        "desc": "Track 6",
161717                        "name": "Track 6",
161718                        "value": "5"
161719                    },
161720                    {
161721                        "desc": "Track 7",
161722                        "name": "Track 7",
161723                        "value": "6"
161724                    },
161725                    {
161726                        "desc": "Track 8",
161727                        "name": "Track 8",
161728                        "value": "7"
161729                    }
161730                ]
161731            },
161732            "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst3": {
161733                "ignore-enum-members": true,
161734                "kind": "enum",
161735                "values": [
161736                    {
161737                        "desc": "Track 1",
161738                        "name": "Track 1",
161739                        "value": "0"
161740                    },
161741                    {
161742                        "desc": "Track 2",
161743                        "name": "Track 2",
161744                        "value": "1"
161745                    },
161746                    {
161747                        "desc": "Track 3",
161748                        "name": "Track 3",
161749                        "value": "2"
161750                    },
161751                    {
161752                        "desc": "Track 4",
161753                        "name": "Track 4",
161754                        "value": "3"
161755                    },
161756                    {
161757                        "desc": "Track 5",
161758                        "name": "Track 5",
161759                        "value": "4"
161760                    },
161761                    {
161762                        "desc": "Track 6",
161763                        "name": "Track 6",
161764                        "value": "5"
161765                    },
161766                    {
161767                        "desc": "Track 7",
161768                        "name": "Track 7",
161769                        "value": "6"
161770                    },
161771                    {
161772                        "desc": "Track 8",
161773                        "name": "Track 8",
161774                        "value": "7"
161775                    }
161776                ]
161777            },
161778            "lsp-plug-in-plugins-lv2-impulse-reverb-stereofft": {
161779                "ignore-enum-members": true,
161780                "kind": "enum",
161781                "values": [
161782                    {
161783                        "desc": "512",
161784                        "name": "512",
161785                        "value": "0"
161786                    },
161787                    {
161788                        "desc": "1024",
161789                        "name": "1024",
161790                        "value": "1"
161791                    },
161792                    {
161793                        "desc": "2048",
161794                        "name": "2048",
161795                        "value": "2"
161796                    },
161797                    {
161798                        "desc": "4096",
161799                        "name": "4096",
161800                        "value": "3"
161801                    },
161802                    {
161803                        "desc": "8192",
161804                        "name": "8192",
161805                        "value": "4"
161806                    },
161807                    {
161808                        "desc": "16384",
161809                        "name": "16384",
161810                        "value": "5"
161811                    },
161812                    {
161813                        "desc": "32767",
161814                        "name": "32767",
161815                        "value": "6"
161816                    },
161817                    {
161818                        "desc": "65536",
161819                        "name": "65536",
161820                        "value": "7"
161821                    }
161822                ]
161823            },
161824            "lsp-plug-in-plugins-lv2-impulse-reverb-stereofsel": {
161825                "ignore-enum-members": true,
161826                "kind": "enum",
161827                "values": [
161828                    {
161829                        "desc": "File 1",
161830                        "name": "File 1",
161831                        "value": "0"
161832                    },
161833                    {
161834                        "desc": "File 2",
161835                        "name": "File 2",
161836                        "value": "1"
161837                    },
161838                    {
161839                        "desc": "File 3",
161840                        "name": "File 3",
161841                        "value": "2"
161842                    },
161843                    {
161844                        "desc": "File 4",
161845                        "name": "File 4",
161846                        "value": "3"
161847                    }
161848                ]
161849            },
161850            "lsp-plug-in-plugins-lv2-impulse-reverb-stereohcm": {
161851                "ignore-enum-members": true,
161852                "kind": "enum",
161853                "values": [
161854                    {
161855                        "desc": "off",
161856                        "name": "off",
161857                        "value": "0"
161858                    },
161859                    {
161860                        "desc": "6 dB/oct",
161861                        "name": "6 dB/oct",
161862                        "value": "1"
161863                    },
161864                    {
161865                        "desc": "12 dB/oct",
161866                        "name": "12 dB/oct",
161867                        "value": "2"
161868                    },
161869                    {
161870                        "desc": "18 dB/oct",
161871                        "name": "18 dB/oct",
161872                        "value": "3"
161873                    }
161874                ]
161875            },
161876            "lsp-plug-in-plugins-lv2-impulse-reverb-stereolcm": {
161877                "ignore-enum-members": true,
161878                "kind": "enum",
161879                "values": [
161880                    {
161881                        "desc": "off",
161882                        "name": "off",
161883                        "value": "0"
161884                    },
161885                    {
161886                        "desc": "6 dB/oct",
161887                        "name": "6 dB/oct",
161888                        "value": "1"
161889                    },
161890                    {
161891                        "desc": "12 dB/oct",
161892                        "name": "12 dB/oct",
161893                        "value": "2"
161894                    },
161895                    {
161896                        "desc": "18 dB/oct",
161897                        "name": "18 dB/oct",
161898                        "value": "3"
161899                    }
161900                ]
161901            },
161902            "lsp-plug-in-plugins-lv2-limiter-monodith": {
161903                "ignore-enum-members": true,
161904                "kind": "enum",
161905                "values": [
161906                    {
161907                        "desc": "None",
161908                        "name": "None",
161909                        "value": "0"
161910                    },
161911                    {
161912                        "desc": "7bit",
161913                        "name": "7bit",
161914                        "value": "1"
161915                    },
161916                    {
161917                        "desc": "8bit",
161918                        "name": "8bit",
161919                        "value": "2"
161920                    },
161921                    {
161922                        "desc": "11bit",
161923                        "name": "11bit",
161924                        "value": "3"
161925                    },
161926                    {
161927                        "desc": "12bit",
161928                        "name": "12bit",
161929                        "value": "4"
161930                    },
161931                    {
161932                        "desc": "15bit",
161933                        "name": "15bit",
161934                        "value": "5"
161935                    },
161936                    {
161937                        "desc": "16bit",
161938                        "name": "16bit",
161939                        "value": "6"
161940                    },
161941                    {
161942                        "desc": "23bit",
161943                        "name": "23bit",
161944                        "value": "7"
161945                    },
161946                    {
161947                        "desc": "24bit",
161948                        "name": "24bit",
161949                        "value": "8"
161950                    }
161951                ]
161952            },
161953            "lsp-plug-in-plugins-lv2-limiter-monomode": {
161954                "ignore-enum-members": true,
161955                "kind": "enum",
161956                "values": [
161957                    {
161958                        "desc": "Classic",
161959                        "name": "Classic",
161960                        "value": "0"
161961                    },
161962                    {
161963                        "desc": "Herm Thin",
161964                        "name": "Herm Thin",
161965                        "value": "1"
161966                    },
161967                    {
161968                        "desc": "Herm Wide",
161969                        "name": "Herm Wide",
161970                        "value": "2"
161971                    },
161972                    {
161973                        "desc": "Herm Tail",
161974                        "name": "Herm Tail",
161975                        "value": "3"
161976                    },
161977                    {
161978                        "desc": "Herm Duck",
161979                        "name": "Herm Duck",
161980                        "value": "4"
161981                    },
161982                    {
161983                        "desc": "Exp Thin",
161984                        "name": "Exp Thin",
161985                        "value": "5"
161986                    },
161987                    {
161988                        "desc": "Exp Wide",
161989                        "name": "Exp Wide",
161990                        "value": "6"
161991                    },
161992                    {
161993                        "desc": "Exp Tail",
161994                        "name": "Exp Tail",
161995                        "value": "7"
161996                    },
161997                    {
161998                        "desc": "Exp Duck",
161999                        "name": "Exp Duck",
162000                        "value": "8"
162001                    },
162002                    {
162003                        "desc": "Line Thin",
162004                        "name": "Line Thin",
162005                        "value": "9"
162006                    },
162007                    {
162008                        "desc": "Line Wide",
162009                        "name": "Line Wide",
162010                        "value": "10"
162011                    },
162012                    {
162013                        "desc": "Line Tail",
162014                        "name": "Line Tail",
162015                        "value": "11"
162016                    },
162017                    {
162018                        "desc": "Line Duck",
162019                        "name": "Line Duck",
162020                        "value": "12"
162021                    },
162022                    {
162023                        "desc": "Mixed Herm",
162024                        "name": "Mixed Herm",
162025                        "value": "13"
162026                    },
162027                    {
162028                        "desc": "Mixed Exp",
162029                        "name": "Mixed Exp",
162030                        "value": "14"
162031                    },
162032                    {
162033                        "desc": "Mixed Line",
162034                        "name": "Mixed Line",
162035                        "value": "15"
162036                    }
162037                ]
162038            },
162039            "lsp-plug-in-plugins-lv2-limiter-monoovs": {
162040                "ignore-enum-members": true,
162041                "kind": "enum",
162042                "values": [
162043                    {
162044                        "desc": "None",
162045                        "name": "None",
162046                        "value": "0"
162047                    },
162048                    {
162049                        "desc": "Half x2(2L)",
162050                        "name": "Half x2(2L)",
162051                        "value": "1"
162052                    },
162053                    {
162054                        "desc": "Half x2(3L)",
162055                        "name": "Half x2(3L)",
162056                        "value": "2"
162057                    },
162058                    {
162059                        "desc": "Half x3(2L)",
162060                        "name": "Half x3(2L)",
162061                        "value": "3"
162062                    },
162063                    {
162064                        "desc": "Half x3(3L)",
162065                        "name": "Half x3(3L)",
162066                        "value": "4"
162067                    },
162068                    {
162069                        "desc": "Half x4(2L)",
162070                        "name": "Half x4(2L)",
162071                        "value": "5"
162072                    },
162073                    {
162074                        "desc": "Half x4(3L)",
162075                        "name": "Half x4(3L)",
162076                        "value": "6"
162077                    },
162078                    {
162079                        "desc": "Half x6(2L)",
162080                        "name": "Half x6(2L)",
162081                        "value": "7"
162082                    },
162083                    {
162084                        "desc": "Half x6(3L)",
162085                        "name": "Half x6(3L)",
162086                        "value": "8"
162087                    },
162088                    {
162089                        "desc": "Half x8(2L)",
162090                        "name": "Half x8(2L)",
162091                        "value": "9"
162092                    },
162093                    {
162094                        "desc": "Half x8(3L)",
162095                        "name": "Half x8(3L)",
162096                        "value": "10"
162097                    },
162098                    {
162099                        "desc": "Full x2(2L)",
162100                        "name": "Full x2(2L)",
162101                        "value": "11"
162102                    },
162103                    {
162104                        "desc": "Full x2(3L)",
162105                        "name": "Full x2(3L)",
162106                        "value": "12"
162107                    },
162108                    {
162109                        "desc": "Full x3(2L)",
162110                        "name": "Full x3(2L)",
162111                        "value": "13"
162112                    },
162113                    {
162114                        "desc": "Full x3(3L)",
162115                        "name": "Full x3(3L)",
162116                        "value": "14"
162117                    },
162118                    {
162119                        "desc": "Full x4(2L)",
162120                        "name": "Full x4(2L)",
162121                        "value": "15"
162122                    },
162123                    {
162124                        "desc": "Full x4(3L)",
162125                        "name": "Full x4(3L)",
162126                        "value": "16"
162127                    },
162128                    {
162129                        "desc": "Full x6(2L)",
162130                        "name": "Full x6(2L)",
162131                        "value": "17"
162132                    },
162133                    {
162134                        "desc": "Full x6(3L)",
162135                        "name": "Full x6(3L)",
162136                        "value": "18"
162137                    },
162138                    {
162139                        "desc": "Full x8(2L)",
162140                        "name": "Full x8(2L)",
162141                        "value": "19"
162142                    },
162143                    {
162144                        "desc": "Full x8(3L)",
162145                        "name": "Full x8(3L)",
162146                        "value": "20"
162147                    }
162148                ]
162149            },
162150            "lsp-plug-in-plugins-lv2-limiter-stereodith": {
162151                "ignore-enum-members": true,
162152                "kind": "enum",
162153                "values": [
162154                    {
162155                        "desc": "None",
162156                        "name": "None",
162157                        "value": "0"
162158                    },
162159                    {
162160                        "desc": "7bit",
162161                        "name": "7bit",
162162                        "value": "1"
162163                    },
162164                    {
162165                        "desc": "8bit",
162166                        "name": "8bit",
162167                        "value": "2"
162168                    },
162169                    {
162170                        "desc": "11bit",
162171                        "name": "11bit",
162172                        "value": "3"
162173                    },
162174                    {
162175                        "desc": "12bit",
162176                        "name": "12bit",
162177                        "value": "4"
162178                    },
162179                    {
162180                        "desc": "15bit",
162181                        "name": "15bit",
162182                        "value": "5"
162183                    },
162184                    {
162185                        "desc": "16bit",
162186                        "name": "16bit",
162187                        "value": "6"
162188                    },
162189                    {
162190                        "desc": "23bit",
162191                        "name": "23bit",
162192                        "value": "7"
162193                    },
162194                    {
162195                        "desc": "24bit",
162196                        "name": "24bit",
162197                        "value": "8"
162198                    }
162199                ]
162200            },
162201            "lsp-plug-in-plugins-lv2-limiter-stereomode": {
162202                "ignore-enum-members": true,
162203                "kind": "enum",
162204                "values": [
162205                    {
162206                        "desc": "Classic",
162207                        "name": "Classic",
162208                        "value": "0"
162209                    },
162210                    {
162211                        "desc": "Herm Thin",
162212                        "name": "Herm Thin",
162213                        "value": "1"
162214                    },
162215                    {
162216                        "desc": "Herm Wide",
162217                        "name": "Herm Wide",
162218                        "value": "2"
162219                    },
162220                    {
162221                        "desc": "Herm Tail",
162222                        "name": "Herm Tail",
162223                        "value": "3"
162224                    },
162225                    {
162226                        "desc": "Herm Duck",
162227                        "name": "Herm Duck",
162228                        "value": "4"
162229                    },
162230                    {
162231                        "desc": "Exp Thin",
162232                        "name": "Exp Thin",
162233                        "value": "5"
162234                    },
162235                    {
162236                        "desc": "Exp Wide",
162237                        "name": "Exp Wide",
162238                        "value": "6"
162239                    },
162240                    {
162241                        "desc": "Exp Tail",
162242                        "name": "Exp Tail",
162243                        "value": "7"
162244                    },
162245                    {
162246                        "desc": "Exp Duck",
162247                        "name": "Exp Duck",
162248                        "value": "8"
162249                    },
162250                    {
162251                        "desc": "Line Thin",
162252                        "name": "Line Thin",
162253                        "value": "9"
162254                    },
162255                    {
162256                        "desc": "Line Wide",
162257                        "name": "Line Wide",
162258                        "value": "10"
162259                    },
162260                    {
162261                        "desc": "Line Tail",
162262                        "name": "Line Tail",
162263                        "value": "11"
162264                    },
162265                    {
162266                        "desc": "Line Duck",
162267                        "name": "Line Duck",
162268                        "value": "12"
162269                    },
162270                    {
162271                        "desc": "Mixed Herm",
162272                        "name": "Mixed Herm",
162273                        "value": "13"
162274                    },
162275                    {
162276                        "desc": "Mixed Exp",
162277                        "name": "Mixed Exp",
162278                        "value": "14"
162279                    },
162280                    {
162281                        "desc": "Mixed Line",
162282                        "name": "Mixed Line",
162283                        "value": "15"
162284                    }
162285                ]
162286            },
162287            "lsp-plug-in-plugins-lv2-limiter-stereoovs": {
162288                "ignore-enum-members": true,
162289                "kind": "enum",
162290                "values": [
162291                    {
162292                        "desc": "None",
162293                        "name": "None",
162294                        "value": "0"
162295                    },
162296                    {
162297                        "desc": "Half x2(2L)",
162298                        "name": "Half x2(2L)",
162299                        "value": "1"
162300                    },
162301                    {
162302                        "desc": "Half x2(3L)",
162303                        "name": "Half x2(3L)",
162304                        "value": "2"
162305                    },
162306                    {
162307                        "desc": "Half x3(2L)",
162308                        "name": "Half x3(2L)",
162309                        "value": "3"
162310                    },
162311                    {
162312                        "desc": "Half x3(3L)",
162313                        "name": "Half x3(3L)",
162314                        "value": "4"
162315                    },
162316                    {
162317                        "desc": "Half x4(2L)",
162318                        "name": "Half x4(2L)",
162319                        "value": "5"
162320                    },
162321                    {
162322                        "desc": "Half x4(3L)",
162323                        "name": "Half x4(3L)",
162324                        "value": "6"
162325                    },
162326                    {
162327                        "desc": "Half x6(2L)",
162328                        "name": "Half x6(2L)",
162329                        "value": "7"
162330                    },
162331                    {
162332                        "desc": "Half x6(3L)",
162333                        "name": "Half x6(3L)",
162334                        "value": "8"
162335                    },
162336                    {
162337                        "desc": "Half x8(2L)",
162338                        "name": "Half x8(2L)",
162339                        "value": "9"
162340                    },
162341                    {
162342                        "desc": "Half x8(3L)",
162343                        "name": "Half x8(3L)",
162344                        "value": "10"
162345                    },
162346                    {
162347                        "desc": "Full x2(2L)",
162348                        "name": "Full x2(2L)",
162349                        "value": "11"
162350                    },
162351                    {
162352                        "desc": "Full x2(3L)",
162353                        "name": "Full x2(3L)",
162354                        "value": "12"
162355                    },
162356                    {
162357                        "desc": "Full x3(2L)",
162358                        "name": "Full x3(2L)",
162359                        "value": "13"
162360                    },
162361                    {
162362                        "desc": "Full x3(3L)",
162363                        "name": "Full x3(3L)",
162364                        "value": "14"
162365                    },
162366                    {
162367                        "desc": "Full x4(2L)",
162368                        "name": "Full x4(2L)",
162369                        "value": "15"
162370                    },
162371                    {
162372                        "desc": "Full x4(3L)",
162373                        "name": "Full x4(3L)",
162374                        "value": "16"
162375                    },
162376                    {
162377                        "desc": "Full x6(2L)",
162378                        "name": "Full x6(2L)",
162379                        "value": "17"
162380                    },
162381                    {
162382                        "desc": "Full x6(3L)",
162383                        "name": "Full x6(3L)",
162384                        "value": "18"
162385                    },
162386                    {
162387                        "desc": "Full x8(2L)",
162388                        "name": "Full x8(2L)",
162389                        "value": "19"
162390                    },
162391                    {
162392                        "desc": "Full x8(3L)",
162393                        "name": "Full x8(3L)",
162394                        "value": "20"
162395                    }
162396                ]
162397            },
162398            "lsp-plug-in-plugins-lv2-mb-compressor-lrbsel": {
162399                "ignore-enum-members": true,
162400                "kind": "enum",
162401                "values": [
162402                    {
162403                        "desc": "Split Left",
162404                        "name": "Split Left",
162405                        "value": "0"
162406                    },
162407                    {
162408                        "desc": "Split Right",
162409                        "name": "Split Right",
162410                        "value": "1"
162411                    },
162412                    {
162413                        "desc": "Band 0",
162414                        "name": "Band 0",
162415                        "value": "2"
162416                    },
162417                    {
162418                        "desc": "Band 1",
162419                        "name": "Band 1",
162420                        "value": "3"
162421                    },
162422                    {
162423                        "desc": "Band 2",
162424                        "name": "Band 2",
162425                        "value": "4"
162426                    },
162427                    {
162428                        "desc": "Band 3",
162429                        "name": "Band 3",
162430                        "value": "5"
162431                    },
162432                    {
162433                        "desc": "Band 4",
162434                        "name": "Band 4",
162435                        "value": "6"
162436                    },
162437                    {
162438                        "desc": "Band 5",
162439                        "name": "Band 5",
162440                        "value": "7"
162441                    },
162442                    {
162443                        "desc": "Band 6",
162444                        "name": "Band 6",
162445                        "value": "8"
162446                    },
162447                    {
162448                        "desc": "Band 7",
162449                        "name": "Band 7",
162450                        "value": "9"
162451                    }
162452                ]
162453            },
162454            "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-0l": {
162455                "ignore-enum-members": true,
162456                "kind": "enum",
162457                "values": [
162458                    {
162459                        "desc": "Down",
162460                        "name": "Down",
162461                        "value": "0"
162462                    },
162463                    {
162464                        "desc": "Up",
162465                        "name": "Up",
162466                        "value": "1"
162467                    }
162468                ]
162469            },
162470            "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-0r": {
162471                "ignore-enum-members": true,
162472                "kind": "enum",
162473                "values": [
162474                    {
162475                        "desc": "Down",
162476                        "name": "Down",
162477                        "value": "0"
162478                    },
162479                    {
162480                        "desc": "Up",
162481                        "name": "Up",
162482                        "value": "1"
162483                    }
162484                ]
162485            },
162486            "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-1l": {
162487                "ignore-enum-members": true,
162488                "kind": "enum",
162489                "values": [
162490                    {
162491                        "desc": "Down",
162492                        "name": "Down",
162493                        "value": "0"
162494                    },
162495                    {
162496                        "desc": "Up",
162497                        "name": "Up",
162498                        "value": "1"
162499                    }
162500                ]
162501            },
162502            "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-1r": {
162503                "ignore-enum-members": true,
162504                "kind": "enum",
162505                "values": [
162506                    {
162507                        "desc": "Down",
162508                        "name": "Down",
162509                        "value": "0"
162510                    },
162511                    {
162512                        "desc": "Up",
162513                        "name": "Up",
162514                        "value": "1"
162515                    }
162516                ]
162517            },
162518            "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-2l": {
162519                "ignore-enum-members": true,
162520                "kind": "enum",
162521                "values": [
162522                    {
162523                        "desc": "Down",
162524                        "name": "Down",
162525                        "value": "0"
162526                    },
162527                    {
162528                        "desc": "Up",
162529                        "name": "Up",
162530                        "value": "1"
162531                    }
162532                ]
162533            },
162534            "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-2r": {
162535                "ignore-enum-members": true,
162536                "kind": "enum",
162537                "values": [
162538                    {
162539                        "desc": "Down",
162540                        "name": "Down",
162541                        "value": "0"
162542                    },
162543                    {
162544                        "desc": "Up",
162545                        "name": "Up",
162546                        "value": "1"
162547                    }
162548                ]
162549            },
162550            "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-3l": {
162551                "ignore-enum-members": true,
162552                "kind": "enum",
162553                "values": [
162554                    {
162555                        "desc": "Down",
162556                        "name": "Down",
162557                        "value": "0"
162558                    },
162559                    {
162560                        "desc": "Up",
162561                        "name": "Up",
162562                        "value": "1"
162563                    }
162564                ]
162565            },
162566            "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-3r": {
162567                "ignore-enum-members": true,
162568                "kind": "enum",
162569                "values": [
162570                    {
162571                        "desc": "Down",
162572                        "name": "Down",
162573                        "value": "0"
162574                    },
162575                    {
162576                        "desc": "Up",
162577                        "name": "Up",
162578                        "value": "1"
162579                    }
162580                ]
162581            },
162582            "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-4l": {
162583                "ignore-enum-members": true,
162584                "kind": "enum",
162585                "values": [
162586                    {
162587                        "desc": "Down",
162588                        "name": "Down",
162589                        "value": "0"
162590                    },
162591                    {
162592                        "desc": "Up",
162593                        "name": "Up",
162594                        "value": "1"
162595                    }
162596                ]
162597            },
162598            "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-4r": {
162599                "ignore-enum-members": true,
162600                "kind": "enum",
162601                "values": [
162602                    {
162603                        "desc": "Down",
162604                        "name": "Down",
162605                        "value": "0"
162606                    },
162607                    {
162608                        "desc": "Up",
162609                        "name": "Up",
162610                        "value": "1"
162611                    }
162612                ]
162613            },
162614            "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-5l": {
162615                "ignore-enum-members": true,
162616                "kind": "enum",
162617                "values": [
162618                    {
162619                        "desc": "Down",
162620                        "name": "Down",
162621                        "value": "0"
162622                    },
162623                    {
162624                        "desc": "Up",
162625                        "name": "Up",
162626                        "value": "1"
162627                    }
162628                ]
162629            },
162630            "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-5r": {
162631                "ignore-enum-members": true,
162632                "kind": "enum",
162633                "values": [
162634                    {
162635                        "desc": "Down",
162636                        "name": "Down",
162637                        "value": "0"
162638                    },
162639                    {
162640                        "desc": "Up",
162641                        "name": "Up",
162642                        "value": "1"
162643                    }
162644                ]
162645            },
162646            "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-6l": {
162647                "ignore-enum-members": true,
162648                "kind": "enum",
162649                "values": [
162650                    {
162651                        "desc": "Down",
162652                        "name": "Down",
162653                        "value": "0"
162654                    },
162655                    {
162656                        "desc": "Up",
162657                        "name": "Up",
162658                        "value": "1"
162659                    }
162660                ]
162661            },
162662            "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-6r": {
162663                "ignore-enum-members": true,
162664                "kind": "enum",
162665                "values": [
162666                    {
162667                        "desc": "Down",
162668                        "name": "Down",
162669                        "value": "0"
162670                    },
162671                    {
162672                        "desc": "Up",
162673                        "name": "Up",
162674                        "value": "1"
162675                    }
162676                ]
162677            },
162678            "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-7l": {
162679                "ignore-enum-members": true,
162680                "kind": "enum",
162681                "values": [
162682                    {
162683                        "desc": "Down",
162684                        "name": "Down",
162685                        "value": "0"
162686                    },
162687                    {
162688                        "desc": "Up",
162689                        "name": "Up",
162690                        "value": "1"
162691                    }
162692                ]
162693            },
162694            "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-7r": {
162695                "ignore-enum-members": true,
162696                "kind": "enum",
162697                "values": [
162698                    {
162699                        "desc": "Down",
162700                        "name": "Down",
162701                        "value": "0"
162702                    },
162703                    {
162704                        "desc": "Up",
162705                        "name": "Up",
162706                        "value": "1"
162707                    }
162708                ]
162709            },
162710            "lsp-plug-in-plugins-lv2-mb-compressor-lrenvb": {
162711                "ignore-enum-members": true,
162712                "kind": "enum",
162713                "values": [
162714                    {
162715                        "desc": "None",
162716                        "name": "None",
162717                        "value": "0"
162718                    },
162719                    {
162720                        "desc": "Pink BT",
162721                        "name": "Pink BT",
162722                        "value": "1"
162723                    },
162724                    {
162725                        "desc": "Pink MT",
162726                        "name": "Pink MT",
162727                        "value": "2"
162728                    },
162729                    {
162730                        "desc": "Brown BT",
162731                        "name": "Brown BT",
162732                        "value": "3"
162733                    },
162734                    {
162735                        "desc": "Brown MT",
162736                        "name": "Brown MT",
162737                        "value": "4"
162738                    }
162739                ]
162740            },
162741            "lsp-plug-in-plugins-lv2-mb-compressor-lrmode": {
162742                "ignore-enum-members": true,
162743                "kind": "enum",
162744                "values": [
162745                    {
162746                        "desc": "Classic",
162747                        "name": "Classic",
162748                        "value": "0"
162749                    },
162750                    {
162751                        "desc": "Modern",
162752                        "name": "Modern",
162753                        "value": "1"
162754                    }
162755                ]
162756            },
162757            "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-0l": {
162758                "ignore-enum-members": true,
162759                "kind": "enum",
162760                "values": [
162761                    {
162762                        "desc": "Peak",
162763                        "name": "Peak",
162764                        "value": "0"
162765                    },
162766                    {
162767                        "desc": "RMS",
162768                        "name": "RMS",
162769                        "value": "1"
162770                    },
162771                    {
162772                        "desc": "LPF",
162773                        "name": "LPF",
162774                        "value": "2"
162775                    },
162776                    {
162777                        "desc": "Uniform",
162778                        "name": "Uniform",
162779                        "value": "3"
162780                    }
162781                ]
162782            },
162783            "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-0r": {
162784                "ignore-enum-members": true,
162785                "kind": "enum",
162786                "values": [
162787                    {
162788                        "desc": "Peak",
162789                        "name": "Peak",
162790                        "value": "0"
162791                    },
162792                    {
162793                        "desc": "RMS",
162794                        "name": "RMS",
162795                        "value": "1"
162796                    },
162797                    {
162798                        "desc": "LPF",
162799                        "name": "LPF",
162800                        "value": "2"
162801                    },
162802                    {
162803                        "desc": "Uniform",
162804                        "name": "Uniform",
162805                        "value": "3"
162806                    }
162807                ]
162808            },
162809            "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-1l": {
162810                "ignore-enum-members": true,
162811                "kind": "enum",
162812                "values": [
162813                    {
162814                        "desc": "Peak",
162815                        "name": "Peak",
162816                        "value": "0"
162817                    },
162818                    {
162819                        "desc": "RMS",
162820                        "name": "RMS",
162821                        "value": "1"
162822                    },
162823                    {
162824                        "desc": "LPF",
162825                        "name": "LPF",
162826                        "value": "2"
162827                    },
162828                    {
162829                        "desc": "Uniform",
162830                        "name": "Uniform",
162831                        "value": "3"
162832                    }
162833                ]
162834            },
162835            "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-1r": {
162836                "ignore-enum-members": true,
162837                "kind": "enum",
162838                "values": [
162839                    {
162840                        "desc": "Peak",
162841                        "name": "Peak",
162842                        "value": "0"
162843                    },
162844                    {
162845                        "desc": "RMS",
162846                        "name": "RMS",
162847                        "value": "1"
162848                    },
162849                    {
162850                        "desc": "LPF",
162851                        "name": "LPF",
162852                        "value": "2"
162853                    },
162854                    {
162855                        "desc": "Uniform",
162856                        "name": "Uniform",
162857                        "value": "3"
162858                    }
162859                ]
162860            },
162861            "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-2l": {
162862                "ignore-enum-members": true,
162863                "kind": "enum",
162864                "values": [
162865                    {
162866                        "desc": "Peak",
162867                        "name": "Peak",
162868                        "value": "0"
162869                    },
162870                    {
162871                        "desc": "RMS",
162872                        "name": "RMS",
162873                        "value": "1"
162874                    },
162875                    {
162876                        "desc": "LPF",
162877                        "name": "LPF",
162878                        "value": "2"
162879                    },
162880                    {
162881                        "desc": "Uniform",
162882                        "name": "Uniform",
162883                        "value": "3"
162884                    }
162885                ]
162886            },
162887            "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-2r": {
162888                "ignore-enum-members": true,
162889                "kind": "enum",
162890                "values": [
162891                    {
162892                        "desc": "Peak",
162893                        "name": "Peak",
162894                        "value": "0"
162895                    },
162896                    {
162897                        "desc": "RMS",
162898                        "name": "RMS",
162899                        "value": "1"
162900                    },
162901                    {
162902                        "desc": "LPF",
162903                        "name": "LPF",
162904                        "value": "2"
162905                    },
162906                    {
162907                        "desc": "Uniform",
162908                        "name": "Uniform",
162909                        "value": "3"
162910                    }
162911                ]
162912            },
162913            "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-3l": {
162914                "ignore-enum-members": true,
162915                "kind": "enum",
162916                "values": [
162917                    {
162918                        "desc": "Peak",
162919                        "name": "Peak",
162920                        "value": "0"
162921                    },
162922                    {
162923                        "desc": "RMS",
162924                        "name": "RMS",
162925                        "value": "1"
162926                    },
162927                    {
162928                        "desc": "LPF",
162929                        "name": "LPF",
162930                        "value": "2"
162931                    },
162932                    {
162933                        "desc": "Uniform",
162934                        "name": "Uniform",
162935                        "value": "3"
162936                    }
162937                ]
162938            },
162939            "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-3r": {
162940                "ignore-enum-members": true,
162941                "kind": "enum",
162942                "values": [
162943                    {
162944                        "desc": "Peak",
162945                        "name": "Peak",
162946                        "value": "0"
162947                    },
162948                    {
162949                        "desc": "RMS",
162950                        "name": "RMS",
162951                        "value": "1"
162952                    },
162953                    {
162954                        "desc": "LPF",
162955                        "name": "LPF",
162956                        "value": "2"
162957                    },
162958                    {
162959                        "desc": "Uniform",
162960                        "name": "Uniform",
162961                        "value": "3"
162962                    }
162963                ]
162964            },
162965            "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-4l": {
162966                "ignore-enum-members": true,
162967                "kind": "enum",
162968                "values": [
162969                    {
162970                        "desc": "Peak",
162971                        "name": "Peak",
162972                        "value": "0"
162973                    },
162974                    {
162975                        "desc": "RMS",
162976                        "name": "RMS",
162977                        "value": "1"
162978                    },
162979                    {
162980                        "desc": "LPF",
162981                        "name": "LPF",
162982                        "value": "2"
162983                    },
162984                    {
162985                        "desc": "Uniform",
162986                        "name": "Uniform",
162987                        "value": "3"
162988                    }
162989                ]
162990            },
162991            "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-4r": {
162992                "ignore-enum-members": true,
162993                "kind": "enum",
162994                "values": [
162995                    {
162996                        "desc": "Peak",
162997                        "name": "Peak",
162998                        "value": "0"
162999                    },
163000                    {
163001                        "desc": "RMS",
163002                        "name": "RMS",
163003                        "value": "1"
163004                    },
163005                    {
163006                        "desc": "LPF",
163007                        "name": "LPF",
163008                        "value": "2"
163009                    },
163010                    {
163011                        "desc": "Uniform",
163012                        "name": "Uniform",
163013                        "value": "3"
163014                    }
163015                ]
163016            },
163017            "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-5l": {
163018                "ignore-enum-members": true,
163019                "kind": "enum",
163020                "values": [
163021                    {
163022                        "desc": "Peak",
163023                        "name": "Peak",
163024                        "value": "0"
163025                    },
163026                    {
163027                        "desc": "RMS",
163028                        "name": "RMS",
163029                        "value": "1"
163030                    },
163031                    {
163032                        "desc": "LPF",
163033                        "name": "LPF",
163034                        "value": "2"
163035                    },
163036                    {
163037                        "desc": "Uniform",
163038                        "name": "Uniform",
163039                        "value": "3"
163040                    }
163041                ]
163042            },
163043            "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-5r": {
163044                "ignore-enum-members": true,
163045                "kind": "enum",
163046                "values": [
163047                    {
163048                        "desc": "Peak",
163049                        "name": "Peak",
163050                        "value": "0"
163051                    },
163052                    {
163053                        "desc": "RMS",
163054                        "name": "RMS",
163055                        "value": "1"
163056                    },
163057                    {
163058                        "desc": "LPF",
163059                        "name": "LPF",
163060                        "value": "2"
163061                    },
163062                    {
163063                        "desc": "Uniform",
163064                        "name": "Uniform",
163065                        "value": "3"
163066                    }
163067                ]
163068            },
163069            "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-6l": {
163070                "ignore-enum-members": true,
163071                "kind": "enum",
163072                "values": [
163073                    {
163074                        "desc": "Peak",
163075                        "name": "Peak",
163076                        "value": "0"
163077                    },
163078                    {
163079                        "desc": "RMS",
163080                        "name": "RMS",
163081                        "value": "1"
163082                    },
163083                    {
163084                        "desc": "LPF",
163085                        "name": "LPF",
163086                        "value": "2"
163087                    },
163088                    {
163089                        "desc": "Uniform",
163090                        "name": "Uniform",
163091                        "value": "3"
163092                    }
163093                ]
163094            },
163095            "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-6r": {
163096                "ignore-enum-members": true,
163097                "kind": "enum",
163098                "values": [
163099                    {
163100                        "desc": "Peak",
163101                        "name": "Peak",
163102                        "value": "0"
163103                    },
163104                    {
163105                        "desc": "RMS",
163106                        "name": "RMS",
163107                        "value": "1"
163108                    },
163109                    {
163110                        "desc": "LPF",
163111                        "name": "LPF",
163112                        "value": "2"
163113                    },
163114                    {
163115                        "desc": "Uniform",
163116                        "name": "Uniform",
163117                        "value": "3"
163118                    }
163119                ]
163120            },
163121            "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-7l": {
163122                "ignore-enum-members": true,
163123                "kind": "enum",
163124                "values": [
163125                    {
163126                        "desc": "Peak",
163127                        "name": "Peak",
163128                        "value": "0"
163129                    },
163130                    {
163131                        "desc": "RMS",
163132                        "name": "RMS",
163133                        "value": "1"
163134                    },
163135                    {
163136                        "desc": "LPF",
163137                        "name": "LPF",
163138                        "value": "2"
163139                    },
163140                    {
163141                        "desc": "Uniform",
163142                        "name": "Uniform",
163143                        "value": "3"
163144                    }
163145                ]
163146            },
163147            "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-7r": {
163148                "ignore-enum-members": true,
163149                "kind": "enum",
163150                "values": [
163151                    {
163152                        "desc": "Peak",
163153                        "name": "Peak",
163154                        "value": "0"
163155                    },
163156                    {
163157                        "desc": "RMS",
163158                        "name": "RMS",
163159                        "value": "1"
163160                    },
163161                    {
163162                        "desc": "LPF",
163163                        "name": "LPF",
163164                        "value": "2"
163165                    },
163166                    {
163167                        "desc": "Uniform",
163168                        "name": "Uniform",
163169                        "value": "3"
163170                    }
163171                ]
163172            },
163173            "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-0l": {
163174                "ignore-enum-members": true,
163175                "kind": "enum",
163176                "values": [
163177                    {
163178                        "desc": "Mid",
163179                        "name": "Mid",
163180                        "value": "0"
163181                    },
163182                    {
163183                        "desc": "Side",
163184                        "name": "Side",
163185                        "value": "1"
163186                    },
163187                    {
163188                        "desc": "Left",
163189                        "name": "Left",
163190                        "value": "2"
163191                    },
163192                    {
163193                        "desc": "Right",
163194                        "name": "Right",
163195                        "value": "3"
163196                    }
163197                ]
163198            },
163199            "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-0r": {
163200                "ignore-enum-members": true,
163201                "kind": "enum",
163202                "values": [
163203                    {
163204                        "desc": "Mid",
163205                        "name": "Mid",
163206                        "value": "0"
163207                    },
163208                    {
163209                        "desc": "Side",
163210                        "name": "Side",
163211                        "value": "1"
163212                    },
163213                    {
163214                        "desc": "Left",
163215                        "name": "Left",
163216                        "value": "2"
163217                    },
163218                    {
163219                        "desc": "Right",
163220                        "name": "Right",
163221                        "value": "3"
163222                    }
163223                ]
163224            },
163225            "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-1l": {
163226                "ignore-enum-members": true,
163227                "kind": "enum",
163228                "values": [
163229                    {
163230                        "desc": "Mid",
163231                        "name": "Mid",
163232                        "value": "0"
163233                    },
163234                    {
163235                        "desc": "Side",
163236                        "name": "Side",
163237                        "value": "1"
163238                    },
163239                    {
163240                        "desc": "Left",
163241                        "name": "Left",
163242                        "value": "2"
163243                    },
163244                    {
163245                        "desc": "Right",
163246                        "name": "Right",
163247                        "value": "3"
163248                    }
163249                ]
163250            },
163251            "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-1r": {
163252                "ignore-enum-members": true,
163253                "kind": "enum",
163254                "values": [
163255                    {
163256                        "desc": "Mid",
163257                        "name": "Mid",
163258                        "value": "0"
163259                    },
163260                    {
163261                        "desc": "Side",
163262                        "name": "Side",
163263                        "value": "1"
163264                    },
163265                    {
163266                        "desc": "Left",
163267                        "name": "Left",
163268                        "value": "2"
163269                    },
163270                    {
163271                        "desc": "Right",
163272                        "name": "Right",
163273                        "value": "3"
163274                    }
163275                ]
163276            },
163277            "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-2l": {
163278                "ignore-enum-members": true,
163279                "kind": "enum",
163280                "values": [
163281                    {
163282                        "desc": "Mid",
163283                        "name": "Mid",
163284                        "value": "0"
163285                    },
163286                    {
163287                        "desc": "Side",
163288                        "name": "Side",
163289                        "value": "1"
163290                    },
163291                    {
163292                        "desc": "Left",
163293                        "name": "Left",
163294                        "value": "2"
163295                    },
163296                    {
163297                        "desc": "Right",
163298                        "name": "Right",
163299                        "value": "3"
163300                    }
163301                ]
163302            },
163303            "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-2r": {
163304                "ignore-enum-members": true,
163305                "kind": "enum",
163306                "values": [
163307                    {
163308                        "desc": "Mid",
163309                        "name": "Mid",
163310                        "value": "0"
163311                    },
163312                    {
163313                        "desc": "Side",
163314                        "name": "Side",
163315                        "value": "1"
163316                    },
163317                    {
163318                        "desc": "Left",
163319                        "name": "Left",
163320                        "value": "2"
163321                    },
163322                    {
163323                        "desc": "Right",
163324                        "name": "Right",
163325                        "value": "3"
163326                    }
163327                ]
163328            },
163329            "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-3l": {
163330                "ignore-enum-members": true,
163331                "kind": "enum",
163332                "values": [
163333                    {
163334                        "desc": "Mid",
163335                        "name": "Mid",
163336                        "value": "0"
163337                    },
163338                    {
163339                        "desc": "Side",
163340                        "name": "Side",
163341                        "value": "1"
163342                    },
163343                    {
163344                        "desc": "Left",
163345                        "name": "Left",
163346                        "value": "2"
163347                    },
163348                    {
163349                        "desc": "Right",
163350                        "name": "Right",
163351                        "value": "3"
163352                    }
163353                ]
163354            },
163355            "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-3r": {
163356                "ignore-enum-members": true,
163357                "kind": "enum",
163358                "values": [
163359                    {
163360                        "desc": "Mid",
163361                        "name": "Mid",
163362                        "value": "0"
163363                    },
163364                    {
163365                        "desc": "Side",
163366                        "name": "Side",
163367                        "value": "1"
163368                    },
163369                    {
163370                        "desc": "Left",
163371                        "name": "Left",
163372                        "value": "2"
163373                    },
163374                    {
163375                        "desc": "Right",
163376                        "name": "Right",
163377                        "value": "3"
163378                    }
163379                ]
163380            },
163381            "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-4l": {
163382                "ignore-enum-members": true,
163383                "kind": "enum",
163384                "values": [
163385                    {
163386                        "desc": "Mid",
163387                        "name": "Mid",
163388                        "value": "0"
163389                    },
163390                    {
163391                        "desc": "Side",
163392                        "name": "Side",
163393                        "value": "1"
163394                    },
163395                    {
163396                        "desc": "Left",
163397                        "name": "Left",
163398                        "value": "2"
163399                    },
163400                    {
163401                        "desc": "Right",
163402                        "name": "Right",
163403                        "value": "3"
163404                    }
163405                ]
163406            },
163407            "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-4r": {
163408                "ignore-enum-members": true,
163409                "kind": "enum",
163410                "values": [
163411                    {
163412                        "desc": "Mid",
163413                        "name": "Mid",
163414                        "value": "0"
163415                    },
163416                    {
163417                        "desc": "Side",
163418                        "name": "Side",
163419                        "value": "1"
163420                    },
163421                    {
163422                        "desc": "Left",
163423                        "name": "Left",
163424                        "value": "2"
163425                    },
163426                    {
163427                        "desc": "Right",
163428                        "name": "Right",
163429                        "value": "3"
163430                    }
163431                ]
163432            },
163433            "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-5l": {
163434                "ignore-enum-members": true,
163435                "kind": "enum",
163436                "values": [
163437                    {
163438                        "desc": "Mid",
163439                        "name": "Mid",
163440                        "value": "0"
163441                    },
163442                    {
163443                        "desc": "Side",
163444                        "name": "Side",
163445                        "value": "1"
163446                    },
163447                    {
163448                        "desc": "Left",
163449                        "name": "Left",
163450                        "value": "2"
163451                    },
163452                    {
163453                        "desc": "Right",
163454                        "name": "Right",
163455                        "value": "3"
163456                    }
163457                ]
163458            },
163459            "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-5r": {
163460                "ignore-enum-members": true,
163461                "kind": "enum",
163462                "values": [
163463                    {
163464                        "desc": "Mid",
163465                        "name": "Mid",
163466                        "value": "0"
163467                    },
163468                    {
163469                        "desc": "Side",
163470                        "name": "Side",
163471                        "value": "1"
163472                    },
163473                    {
163474                        "desc": "Left",
163475                        "name": "Left",
163476                        "value": "2"
163477                    },
163478                    {
163479                        "desc": "Right",
163480                        "name": "Right",
163481                        "value": "3"
163482                    }
163483                ]
163484            },
163485            "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-6l": {
163486                "ignore-enum-members": true,
163487                "kind": "enum",
163488                "values": [
163489                    {
163490                        "desc": "Mid",
163491                        "name": "Mid",
163492                        "value": "0"
163493                    },
163494                    {
163495                        "desc": "Side",
163496                        "name": "Side",
163497                        "value": "1"
163498                    },
163499                    {
163500                        "desc": "Left",
163501                        "name": "Left",
163502                        "value": "2"
163503                    },
163504                    {
163505                        "desc": "Right",
163506                        "name": "Right",
163507                        "value": "3"
163508                    }
163509                ]
163510            },
163511            "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-6r": {
163512                "ignore-enum-members": true,
163513                "kind": "enum",
163514                "values": [
163515                    {
163516                        "desc": "Mid",
163517                        "name": "Mid",
163518                        "value": "0"
163519                    },
163520                    {
163521                        "desc": "Side",
163522                        "name": "Side",
163523                        "value": "1"
163524                    },
163525                    {
163526                        "desc": "Left",
163527                        "name": "Left",
163528                        "value": "2"
163529                    },
163530                    {
163531                        "desc": "Right",
163532                        "name": "Right",
163533                        "value": "3"
163534                    }
163535                ]
163536            },
163537            "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-7l": {
163538                "ignore-enum-members": true,
163539                "kind": "enum",
163540                "values": [
163541                    {
163542                        "desc": "Mid",
163543                        "name": "Mid",
163544                        "value": "0"
163545                    },
163546                    {
163547                        "desc": "Side",
163548                        "name": "Side",
163549                        "value": "1"
163550                    },
163551                    {
163552                        "desc": "Left",
163553                        "name": "Left",
163554                        "value": "2"
163555                    },
163556                    {
163557                        "desc": "Right",
163558                        "name": "Right",
163559                        "value": "3"
163560                    }
163561                ]
163562            },
163563            "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-7r": {
163564                "ignore-enum-members": true,
163565                "kind": "enum",
163566                "values": [
163567                    {
163568                        "desc": "Mid",
163569                        "name": "Mid",
163570                        "value": "0"
163571                    },
163572                    {
163573                        "desc": "Side",
163574                        "name": "Side",
163575                        "value": "1"
163576                    },
163577                    {
163578                        "desc": "Left",
163579                        "name": "Left",
163580                        "value": "2"
163581                    },
163582                    {
163583                        "desc": "Right",
163584                        "name": "Right",
163585                        "value": "3"
163586                    }
163587                ]
163588            },
163589            "lsp-plug-in-plugins-lv2-mb-compressor-monobsel": {
163590                "ignore-enum-members": true,
163591                "kind": "enum",
163592                "values": [
163593                    {
163594                        "desc": "Split",
163595                        "name": "Split",
163596                        "value": "0"
163597                    },
163598                    {
163599                        "desc": "Band 0",
163600                        "name": "Band 0",
163601                        "value": "1"
163602                    },
163603                    {
163604                        "desc": "Band 1",
163605                        "name": "Band 1",
163606                        "value": "2"
163607                    },
163608                    {
163609                        "desc": "Band 2",
163610                        "name": "Band 2",
163611                        "value": "3"
163612                    },
163613                    {
163614                        "desc": "Band 3",
163615                        "name": "Band 3",
163616                        "value": "4"
163617                    },
163618                    {
163619                        "desc": "Band 4",
163620                        "name": "Band 4",
163621                        "value": "5"
163622                    },
163623                    {
163624                        "desc": "Band 5",
163625                        "name": "Band 5",
163626                        "value": "6"
163627                    },
163628                    {
163629                        "desc": "Band 6",
163630                        "name": "Band 6",
163631                        "value": "7"
163632                    },
163633                    {
163634                        "desc": "Band 7",
163635                        "name": "Band 7",
163636                        "value": "8"
163637                    }
163638                ]
163639            },
163640            "lsp-plug-in-plugins-lv2-mb-compressor-monocm-0": {
163641                "ignore-enum-members": true,
163642                "kind": "enum",
163643                "values": [
163644                    {
163645                        "desc": "Down",
163646                        "name": "Down",
163647                        "value": "0"
163648                    },
163649                    {
163650                        "desc": "Up",
163651                        "name": "Up",
163652                        "value": "1"
163653                    }
163654                ]
163655            },
163656            "lsp-plug-in-plugins-lv2-mb-compressor-monocm-1": {
163657                "ignore-enum-members": true,
163658                "kind": "enum",
163659                "values": [
163660                    {
163661                        "desc": "Down",
163662                        "name": "Down",
163663                        "value": "0"
163664                    },
163665                    {
163666                        "desc": "Up",
163667                        "name": "Up",
163668                        "value": "1"
163669                    }
163670                ]
163671            },
163672            "lsp-plug-in-plugins-lv2-mb-compressor-monocm-2": {
163673                "ignore-enum-members": true,
163674                "kind": "enum",
163675                "values": [
163676                    {
163677                        "desc": "Down",
163678                        "name": "Down",
163679                        "value": "0"
163680                    },
163681                    {
163682                        "desc": "Up",
163683                        "name": "Up",
163684                        "value": "1"
163685                    }
163686                ]
163687            },
163688            "lsp-plug-in-plugins-lv2-mb-compressor-monocm-3": {
163689                "ignore-enum-members": true,
163690                "kind": "enum",
163691                "values": [
163692                    {
163693                        "desc": "Down",
163694                        "name": "Down",
163695                        "value": "0"
163696                    },
163697                    {
163698                        "desc": "Up",
163699                        "name": "Up",
163700                        "value": "1"
163701                    }
163702                ]
163703            },
163704            "lsp-plug-in-plugins-lv2-mb-compressor-monocm-4": {
163705                "ignore-enum-members": true,
163706                "kind": "enum",
163707                "values": [
163708                    {
163709                        "desc": "Down",
163710                        "name": "Down",
163711                        "value": "0"
163712                    },
163713                    {
163714                        "desc": "Up",
163715                        "name": "Up",
163716                        "value": "1"
163717                    }
163718                ]
163719            },
163720            "lsp-plug-in-plugins-lv2-mb-compressor-monocm-5": {
163721                "ignore-enum-members": true,
163722                "kind": "enum",
163723                "values": [
163724                    {
163725                        "desc": "Down",
163726                        "name": "Down",
163727                        "value": "0"
163728                    },
163729                    {
163730                        "desc": "Up",
163731                        "name": "Up",
163732                        "value": "1"
163733                    }
163734                ]
163735            },
163736            "lsp-plug-in-plugins-lv2-mb-compressor-monocm-6": {
163737                "ignore-enum-members": true,
163738                "kind": "enum",
163739                "values": [
163740                    {
163741                        "desc": "Down",
163742                        "name": "Down",
163743                        "value": "0"
163744                    },
163745                    {
163746                        "desc": "Up",
163747                        "name": "Up",
163748                        "value": "1"
163749                    }
163750                ]
163751            },
163752            "lsp-plug-in-plugins-lv2-mb-compressor-monocm-7": {
163753                "ignore-enum-members": true,
163754                "kind": "enum",
163755                "values": [
163756                    {
163757                        "desc": "Down",
163758                        "name": "Down",
163759                        "value": "0"
163760                    },
163761                    {
163762                        "desc": "Up",
163763                        "name": "Up",
163764                        "value": "1"
163765                    }
163766                ]
163767            },
163768            "lsp-plug-in-plugins-lv2-mb-compressor-monoenvb": {
163769                "ignore-enum-members": true,
163770                "kind": "enum",
163771                "values": [
163772                    {
163773                        "desc": "None",
163774                        "name": "None",
163775                        "value": "0"
163776                    },
163777                    {
163778                        "desc": "Pink BT",
163779                        "name": "Pink BT",
163780                        "value": "1"
163781                    },
163782                    {
163783                        "desc": "Pink MT",
163784                        "name": "Pink MT",
163785                        "value": "2"
163786                    },
163787                    {
163788                        "desc": "Brown BT",
163789                        "name": "Brown BT",
163790                        "value": "3"
163791                    },
163792                    {
163793                        "desc": "Brown MT",
163794                        "name": "Brown MT",
163795                        "value": "4"
163796                    }
163797                ]
163798            },
163799            "lsp-plug-in-plugins-lv2-mb-compressor-monomode": {
163800                "ignore-enum-members": true,
163801                "kind": "enum",
163802                "values": [
163803                    {
163804                        "desc": "Classic",
163805                        "name": "Classic",
163806                        "value": "0"
163807                    },
163808                    {
163809                        "desc": "Modern",
163810                        "name": "Modern",
163811                        "value": "1"
163812                    }
163813                ]
163814            },
163815            "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-0": {
163816                "ignore-enum-members": true,
163817                "kind": "enum",
163818                "values": [
163819                    {
163820                        "desc": "Peak",
163821                        "name": "Peak",
163822                        "value": "0"
163823                    },
163824                    {
163825                        "desc": "RMS",
163826                        "name": "RMS",
163827                        "value": "1"
163828                    },
163829                    {
163830                        "desc": "LPF",
163831                        "name": "LPF",
163832                        "value": "2"
163833                    },
163834                    {
163835                        "desc": "Uniform",
163836                        "name": "Uniform",
163837                        "value": "3"
163838                    }
163839                ]
163840            },
163841            "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-1": {
163842                "ignore-enum-members": true,
163843                "kind": "enum",
163844                "values": [
163845                    {
163846                        "desc": "Peak",
163847                        "name": "Peak",
163848                        "value": "0"
163849                    },
163850                    {
163851                        "desc": "RMS",
163852                        "name": "RMS",
163853                        "value": "1"
163854                    },
163855                    {
163856                        "desc": "LPF",
163857                        "name": "LPF",
163858                        "value": "2"
163859                    },
163860                    {
163861                        "desc": "Uniform",
163862                        "name": "Uniform",
163863                        "value": "3"
163864                    }
163865                ]
163866            },
163867            "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-2": {
163868                "ignore-enum-members": true,
163869                "kind": "enum",
163870                "values": [
163871                    {
163872                        "desc": "Peak",
163873                        "name": "Peak",
163874                        "value": "0"
163875                    },
163876                    {
163877                        "desc": "RMS",
163878                        "name": "RMS",
163879                        "value": "1"
163880                    },
163881                    {
163882                        "desc": "LPF",
163883                        "name": "LPF",
163884                        "value": "2"
163885                    },
163886                    {
163887                        "desc": "Uniform",
163888                        "name": "Uniform",
163889                        "value": "3"
163890                    }
163891                ]
163892            },
163893            "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-3": {
163894                "ignore-enum-members": true,
163895                "kind": "enum",
163896                "values": [
163897                    {
163898                        "desc": "Peak",
163899                        "name": "Peak",
163900                        "value": "0"
163901                    },
163902                    {
163903                        "desc": "RMS",
163904                        "name": "RMS",
163905                        "value": "1"
163906                    },
163907                    {
163908                        "desc": "LPF",
163909                        "name": "LPF",
163910                        "value": "2"
163911                    },
163912                    {
163913                        "desc": "Uniform",
163914                        "name": "Uniform",
163915                        "value": "3"
163916                    }
163917                ]
163918            },
163919            "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-4": {
163920                "ignore-enum-members": true,
163921                "kind": "enum",
163922                "values": [
163923                    {
163924                        "desc": "Peak",
163925                        "name": "Peak",
163926                        "value": "0"
163927                    },
163928                    {
163929                        "desc": "RMS",
163930                        "name": "RMS",
163931                        "value": "1"
163932                    },
163933                    {
163934                        "desc": "LPF",
163935                        "name": "LPF",
163936                        "value": "2"
163937                    },
163938                    {
163939                        "desc": "Uniform",
163940                        "name": "Uniform",
163941                        "value": "3"
163942                    }
163943                ]
163944            },
163945            "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-5": {
163946                "ignore-enum-members": true,
163947                "kind": "enum",
163948                "values": [
163949                    {
163950                        "desc": "Peak",
163951                        "name": "Peak",
163952                        "value": "0"
163953                    },
163954                    {
163955                        "desc": "RMS",
163956                        "name": "RMS",
163957                        "value": "1"
163958                    },
163959                    {
163960                        "desc": "LPF",
163961                        "name": "LPF",
163962                        "value": "2"
163963                    },
163964                    {
163965                        "desc": "Uniform",
163966                        "name": "Uniform",
163967                        "value": "3"
163968                    }
163969                ]
163970            },
163971            "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-6": {
163972                "ignore-enum-members": true,
163973                "kind": "enum",
163974                "values": [
163975                    {
163976                        "desc": "Peak",
163977                        "name": "Peak",
163978                        "value": "0"
163979                    },
163980                    {
163981                        "desc": "RMS",
163982                        "name": "RMS",
163983                        "value": "1"
163984                    },
163985                    {
163986                        "desc": "LPF",
163987                        "name": "LPF",
163988                        "value": "2"
163989                    },
163990                    {
163991                        "desc": "Uniform",
163992                        "name": "Uniform",
163993                        "value": "3"
163994                    }
163995                ]
163996            },
163997            "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-7": {
163998                "ignore-enum-members": true,
163999                "kind": "enum",
164000                "values": [
164001                    {
164002                        "desc": "Peak",
164003                        "name": "Peak",
164004                        "value": "0"
164005                    },
164006                    {
164007                        "desc": "RMS",
164008                        "name": "RMS",
164009                        "value": "1"
164010                    },
164011                    {
164012                        "desc": "LPF",
164013                        "name": "LPF",
164014                        "value": "2"
164015                    },
164016                    {
164017                        "desc": "Uniform",
164018                        "name": "Uniform",
164019                        "value": "3"
164020                    }
164021                ]
164022            },
164023            "lsp-plug-in-plugins-lv2-mb-compressor-msbsel": {
164024                "ignore-enum-members": true,
164025                "kind": "enum",
164026                "values": [
164027                    {
164028                        "desc": "Split Mid",
164029                        "name": "Split Mid",
164030                        "value": "0"
164031                    },
164032                    {
164033                        "desc": "Split Side",
164034                        "name": "Split Side",
164035                        "value": "1"
164036                    },
164037                    {
164038                        "desc": "Band 0",
164039                        "name": "Band 0",
164040                        "value": "2"
164041                    },
164042                    {
164043                        "desc": "Band 1",
164044                        "name": "Band 1",
164045                        "value": "3"
164046                    },
164047                    {
164048                        "desc": "Band 2",
164049                        "name": "Band 2",
164050                        "value": "4"
164051                    },
164052                    {
164053                        "desc": "Band 3",
164054                        "name": "Band 3",
164055                        "value": "5"
164056                    },
164057                    {
164058                        "desc": "Band 4",
164059                        "name": "Band 4",
164060                        "value": "6"
164061                    },
164062                    {
164063                        "desc": "Band 5",
164064                        "name": "Band 5",
164065                        "value": "7"
164066                    },
164067                    {
164068                        "desc": "Band 6",
164069                        "name": "Band 6",
164070                        "value": "8"
164071                    },
164072                    {
164073                        "desc": "Band 7",
164074                        "name": "Band 7",
164075                        "value": "9"
164076                    }
164077                ]
164078            },
164079            "lsp-plug-in-plugins-lv2-mb-compressor-mscm-0m": {
164080                "ignore-enum-members": true,
164081                "kind": "enum",
164082                "values": [
164083                    {
164084                        "desc": "Down",
164085                        "name": "Down",
164086                        "value": "0"
164087                    },
164088                    {
164089                        "desc": "Up",
164090                        "name": "Up",
164091                        "value": "1"
164092                    }
164093                ]
164094            },
164095            "lsp-plug-in-plugins-lv2-mb-compressor-mscm-0s": {
164096                "ignore-enum-members": true,
164097                "kind": "enum",
164098                "values": [
164099                    {
164100                        "desc": "Down",
164101                        "name": "Down",
164102                        "value": "0"
164103                    },
164104                    {
164105                        "desc": "Up",
164106                        "name": "Up",
164107                        "value": "1"
164108                    }
164109                ]
164110            },
164111            "lsp-plug-in-plugins-lv2-mb-compressor-mscm-1m": {
164112                "ignore-enum-members": true,
164113                "kind": "enum",
164114                "values": [
164115                    {
164116                        "desc": "Down",
164117                        "name": "Down",
164118                        "value": "0"
164119                    },
164120                    {
164121                        "desc": "Up",
164122                        "name": "Up",
164123                        "value": "1"
164124                    }
164125                ]
164126            },
164127            "lsp-plug-in-plugins-lv2-mb-compressor-mscm-1s": {
164128                "ignore-enum-members": true,
164129                "kind": "enum",
164130                "values": [
164131                    {
164132                        "desc": "Down",
164133                        "name": "Down",
164134                        "value": "0"
164135                    },
164136                    {
164137                        "desc": "Up",
164138                        "name": "Up",
164139                        "value": "1"
164140                    }
164141                ]
164142            },
164143            "lsp-plug-in-plugins-lv2-mb-compressor-mscm-2m": {
164144                "ignore-enum-members": true,
164145                "kind": "enum",
164146                "values": [
164147                    {
164148                        "desc": "Down",
164149                        "name": "Down",
164150                        "value": "0"
164151                    },
164152                    {
164153                        "desc": "Up",
164154                        "name": "Up",
164155                        "value": "1"
164156                    }
164157                ]
164158            },
164159            "lsp-plug-in-plugins-lv2-mb-compressor-mscm-2s": {
164160                "ignore-enum-members": true,
164161                "kind": "enum",
164162                "values": [
164163                    {
164164                        "desc": "Down",
164165                        "name": "Down",
164166                        "value": "0"
164167                    },
164168                    {
164169                        "desc": "Up",
164170                        "name": "Up",
164171                        "value": "1"
164172                    }
164173                ]
164174            },
164175            "lsp-plug-in-plugins-lv2-mb-compressor-mscm-3m": {
164176                "ignore-enum-members": true,
164177                "kind": "enum",
164178                "values": [
164179                    {
164180                        "desc": "Down",
164181                        "name": "Down",
164182                        "value": "0"
164183                    },
164184                    {
164185                        "desc": "Up",
164186                        "name": "Up",
164187                        "value": "1"
164188                    }
164189                ]
164190            },
164191            "lsp-plug-in-plugins-lv2-mb-compressor-mscm-3s": {
164192                "ignore-enum-members": true,
164193                "kind": "enum",
164194                "values": [
164195                    {
164196                        "desc": "Down",
164197                        "name": "Down",
164198                        "value": "0"
164199                    },
164200                    {
164201                        "desc": "Up",
164202                        "name": "Up",
164203                        "value": "1"
164204                    }
164205                ]
164206            },
164207            "lsp-plug-in-plugins-lv2-mb-compressor-mscm-4m": {
164208                "ignore-enum-members": true,
164209                "kind": "enum",
164210                "values": [
164211                    {
164212                        "desc": "Down",
164213                        "name": "Down",
164214                        "value": "0"
164215                    },
164216                    {
164217                        "desc": "Up",
164218                        "name": "Up",
164219                        "value": "1"
164220                    }
164221                ]
164222            },
164223            "lsp-plug-in-plugins-lv2-mb-compressor-mscm-4s": {
164224                "ignore-enum-members": true,
164225                "kind": "enum",
164226                "values": [
164227                    {
164228                        "desc": "Down",
164229                        "name": "Down",
164230                        "value": "0"
164231                    },
164232                    {
164233                        "desc": "Up",
164234                        "name": "Up",
164235                        "value": "1"
164236                    }
164237                ]
164238            },
164239            "lsp-plug-in-plugins-lv2-mb-compressor-mscm-5m": {
164240                "ignore-enum-members": true,
164241                "kind": "enum",
164242                "values": [
164243                    {
164244                        "desc": "Down",
164245                        "name": "Down",
164246                        "value": "0"
164247                    },
164248                    {
164249                        "desc": "Up",
164250                        "name": "Up",
164251                        "value": "1"
164252                    }
164253                ]
164254            },
164255            "lsp-plug-in-plugins-lv2-mb-compressor-mscm-5s": {
164256                "ignore-enum-members": true,
164257                "kind": "enum",
164258                "values": [
164259                    {
164260                        "desc": "Down",
164261                        "name": "Down",
164262                        "value": "0"
164263                    },
164264                    {
164265                        "desc": "Up",
164266                        "name": "Up",
164267                        "value": "1"
164268                    }
164269                ]
164270            },
164271            "lsp-plug-in-plugins-lv2-mb-compressor-mscm-6m": {
164272                "ignore-enum-members": true,
164273                "kind": "enum",
164274                "values": [
164275                    {
164276                        "desc": "Down",
164277                        "name": "Down",
164278                        "value": "0"
164279                    },
164280                    {
164281                        "desc": "Up",
164282                        "name": "Up",
164283                        "value": "1"
164284                    }
164285                ]
164286            },
164287            "lsp-plug-in-plugins-lv2-mb-compressor-mscm-6s": {
164288                "ignore-enum-members": true,
164289                "kind": "enum",
164290                "values": [
164291                    {
164292                        "desc": "Down",
164293                        "name": "Down",
164294                        "value": "0"
164295                    },
164296                    {
164297                        "desc": "Up",
164298                        "name": "Up",
164299                        "value": "1"
164300                    }
164301                ]
164302            },
164303            "lsp-plug-in-plugins-lv2-mb-compressor-mscm-7m": {
164304                "ignore-enum-members": true,
164305                "kind": "enum",
164306                "values": [
164307                    {
164308                        "desc": "Down",
164309                        "name": "Down",
164310                        "value": "0"
164311                    },
164312                    {
164313                        "desc": "Up",
164314                        "name": "Up",
164315                        "value": "1"
164316                    }
164317                ]
164318            },
164319            "lsp-plug-in-plugins-lv2-mb-compressor-mscm-7s": {
164320                "ignore-enum-members": true,
164321                "kind": "enum",
164322                "values": [
164323                    {
164324                        "desc": "Down",
164325                        "name": "Down",
164326                        "value": "0"
164327                    },
164328                    {
164329                        "desc": "Up",
164330                        "name": "Up",
164331                        "value": "1"
164332                    }
164333                ]
164334            },
164335            "lsp-plug-in-plugins-lv2-mb-compressor-msenvb": {
164336                "ignore-enum-members": true,
164337                "kind": "enum",
164338                "values": [
164339                    {
164340                        "desc": "None",
164341                        "name": "None",
164342                        "value": "0"
164343                    },
164344                    {
164345                        "desc": "Pink BT",
164346                        "name": "Pink BT",
164347                        "value": "1"
164348                    },
164349                    {
164350                        "desc": "Pink MT",
164351                        "name": "Pink MT",
164352                        "value": "2"
164353                    },
164354                    {
164355                        "desc": "Brown BT",
164356                        "name": "Brown BT",
164357                        "value": "3"
164358                    },
164359                    {
164360                        "desc": "Brown MT",
164361                        "name": "Brown MT",
164362                        "value": "4"
164363                    }
164364                ]
164365            },
164366            "lsp-plug-in-plugins-lv2-mb-compressor-msmode": {
164367                "ignore-enum-members": true,
164368                "kind": "enum",
164369                "values": [
164370                    {
164371                        "desc": "Classic",
164372                        "name": "Classic",
164373                        "value": "0"
164374                    },
164375                    {
164376                        "desc": "Modern",
164377                        "name": "Modern",
164378                        "value": "1"
164379                    }
164380                ]
164381            },
164382            "lsp-plug-in-plugins-lv2-mb-compressor-msscm-0m": {
164383                "ignore-enum-members": true,
164384                "kind": "enum",
164385                "values": [
164386                    {
164387                        "desc": "Peak",
164388                        "name": "Peak",
164389                        "value": "0"
164390                    },
164391                    {
164392                        "desc": "RMS",
164393                        "name": "RMS",
164394                        "value": "1"
164395                    },
164396                    {
164397                        "desc": "LPF",
164398                        "name": "LPF",
164399                        "value": "2"
164400                    },
164401                    {
164402                        "desc": "Uniform",
164403                        "name": "Uniform",
164404                        "value": "3"
164405                    }
164406                ]
164407            },
164408            "lsp-plug-in-plugins-lv2-mb-compressor-msscm-0s": {
164409                "ignore-enum-members": true,
164410                "kind": "enum",
164411                "values": [
164412                    {
164413                        "desc": "Peak",
164414                        "name": "Peak",
164415                        "value": "0"
164416                    },
164417                    {
164418                        "desc": "RMS",
164419                        "name": "RMS",
164420                        "value": "1"
164421                    },
164422                    {
164423                        "desc": "LPF",
164424                        "name": "LPF",
164425                        "value": "2"
164426                    },
164427                    {
164428                        "desc": "Uniform",
164429                        "name": "Uniform",
164430                        "value": "3"
164431                    }
164432                ]
164433            },
164434            "lsp-plug-in-plugins-lv2-mb-compressor-msscm-1m": {
164435                "ignore-enum-members": true,
164436                "kind": "enum",
164437                "values": [
164438                    {
164439                        "desc": "Peak",
164440                        "name": "Peak",
164441                        "value": "0"
164442                    },
164443                    {
164444                        "desc": "RMS",
164445                        "name": "RMS",
164446                        "value": "1"
164447                    },
164448                    {
164449                        "desc": "LPF",
164450                        "name": "LPF",
164451                        "value": "2"
164452                    },
164453                    {
164454                        "desc": "Uniform",
164455                        "name": "Uniform",
164456                        "value": "3"
164457                    }
164458                ]
164459            },
164460            "lsp-plug-in-plugins-lv2-mb-compressor-msscm-1s": {
164461                "ignore-enum-members": true,
164462                "kind": "enum",
164463                "values": [
164464                    {
164465                        "desc": "Peak",
164466                        "name": "Peak",
164467                        "value": "0"
164468                    },
164469                    {
164470                        "desc": "RMS",
164471                        "name": "RMS",
164472                        "value": "1"
164473                    },
164474                    {
164475                        "desc": "LPF",
164476                        "name": "LPF",
164477                        "value": "2"
164478                    },
164479                    {
164480                        "desc": "Uniform",
164481                        "name": "Uniform",
164482                        "value": "3"
164483                    }
164484                ]
164485            },
164486            "lsp-plug-in-plugins-lv2-mb-compressor-msscm-2m": {
164487                "ignore-enum-members": true,
164488                "kind": "enum",
164489                "values": [
164490                    {
164491                        "desc": "Peak",
164492                        "name": "Peak",
164493                        "value": "0"
164494                    },
164495                    {
164496                        "desc": "RMS",
164497                        "name": "RMS",
164498                        "value": "1"
164499                    },
164500                    {
164501                        "desc": "LPF",
164502                        "name": "LPF",
164503                        "value": "2"
164504                    },
164505                    {
164506                        "desc": "Uniform",
164507                        "name": "Uniform",
164508                        "value": "3"
164509                    }
164510                ]
164511            },
164512            "lsp-plug-in-plugins-lv2-mb-compressor-msscm-2s": {
164513                "ignore-enum-members": true,
164514                "kind": "enum",
164515                "values": [
164516                    {
164517                        "desc": "Peak",
164518                        "name": "Peak",
164519                        "value": "0"
164520                    },
164521                    {
164522                        "desc": "RMS",
164523                        "name": "RMS",
164524                        "value": "1"
164525                    },
164526                    {
164527                        "desc": "LPF",
164528                        "name": "LPF",
164529                        "value": "2"
164530                    },
164531                    {
164532                        "desc": "Uniform",
164533                        "name": "Uniform",
164534                        "value": "3"
164535                    }
164536                ]
164537            },
164538            "lsp-plug-in-plugins-lv2-mb-compressor-msscm-3m": {
164539                "ignore-enum-members": true,
164540                "kind": "enum",
164541                "values": [
164542                    {
164543                        "desc": "Peak",
164544                        "name": "Peak",
164545                        "value": "0"
164546                    },
164547                    {
164548                        "desc": "RMS",
164549                        "name": "RMS",
164550                        "value": "1"
164551                    },
164552                    {
164553                        "desc": "LPF",
164554                        "name": "LPF",
164555                        "value": "2"
164556                    },
164557                    {
164558                        "desc": "Uniform",
164559                        "name": "Uniform",
164560                        "value": "3"
164561                    }
164562                ]
164563            },
164564            "lsp-plug-in-plugins-lv2-mb-compressor-msscm-3s": {
164565                "ignore-enum-members": true,
164566                "kind": "enum",
164567                "values": [
164568                    {
164569                        "desc": "Peak",
164570                        "name": "Peak",
164571                        "value": "0"
164572                    },
164573                    {
164574                        "desc": "RMS",
164575                        "name": "RMS",
164576                        "value": "1"
164577                    },
164578                    {
164579                        "desc": "LPF",
164580                        "name": "LPF",
164581                        "value": "2"
164582                    },
164583                    {
164584                        "desc": "Uniform",
164585                        "name": "Uniform",
164586                        "value": "3"
164587                    }
164588                ]
164589            },
164590            "lsp-plug-in-plugins-lv2-mb-compressor-msscm-4m": {
164591                "ignore-enum-members": true,
164592                "kind": "enum",
164593                "values": [
164594                    {
164595                        "desc": "Peak",
164596                        "name": "Peak",
164597                        "value": "0"
164598                    },
164599                    {
164600                        "desc": "RMS",
164601                        "name": "RMS",
164602                        "value": "1"
164603                    },
164604                    {
164605                        "desc": "LPF",
164606                        "name": "LPF",
164607                        "value": "2"
164608                    },
164609                    {
164610                        "desc": "Uniform",
164611                        "name": "Uniform",
164612                        "value": "3"
164613                    }
164614                ]
164615            },
164616            "lsp-plug-in-plugins-lv2-mb-compressor-msscm-4s": {
164617                "ignore-enum-members": true,
164618                "kind": "enum",
164619                "values": [
164620                    {
164621                        "desc": "Peak",
164622                        "name": "Peak",
164623                        "value": "0"
164624                    },
164625                    {
164626                        "desc": "RMS",
164627                        "name": "RMS",
164628                        "value": "1"
164629                    },
164630                    {
164631                        "desc": "LPF",
164632                        "name": "LPF",
164633                        "value": "2"
164634                    },
164635                    {
164636                        "desc": "Uniform",
164637                        "name": "Uniform",
164638                        "value": "3"
164639                    }
164640                ]
164641            },
164642            "lsp-plug-in-plugins-lv2-mb-compressor-msscm-5m": {
164643                "ignore-enum-members": true,
164644                "kind": "enum",
164645                "values": [
164646                    {
164647                        "desc": "Peak",
164648                        "name": "Peak",
164649                        "value": "0"
164650                    },
164651                    {
164652                        "desc": "RMS",
164653                        "name": "RMS",
164654                        "value": "1"
164655                    },
164656                    {
164657                        "desc": "LPF",
164658                        "name": "LPF",
164659                        "value": "2"
164660                    },
164661                    {
164662                        "desc": "Uniform",
164663                        "name": "Uniform",
164664                        "value": "3"
164665                    }
164666                ]
164667            },
164668            "lsp-plug-in-plugins-lv2-mb-compressor-msscm-5s": {
164669                "ignore-enum-members": true,
164670                "kind": "enum",
164671                "values": [
164672                    {
164673                        "desc": "Peak",
164674                        "name": "Peak",
164675                        "value": "0"
164676                    },
164677                    {
164678                        "desc": "RMS",
164679                        "name": "RMS",
164680                        "value": "1"
164681                    },
164682                    {
164683                        "desc": "LPF",
164684                        "name": "LPF",
164685                        "value": "2"
164686                    },
164687                    {
164688                        "desc": "Uniform",
164689                        "name": "Uniform",
164690                        "value": "3"
164691                    }
164692                ]
164693            },
164694            "lsp-plug-in-plugins-lv2-mb-compressor-msscm-6m": {
164695                "ignore-enum-members": true,
164696                "kind": "enum",
164697                "values": [
164698                    {
164699                        "desc": "Peak",
164700                        "name": "Peak",
164701                        "value": "0"
164702                    },
164703                    {
164704                        "desc": "RMS",
164705                        "name": "RMS",
164706                        "value": "1"
164707                    },
164708                    {
164709                        "desc": "LPF",
164710                        "name": "LPF",
164711                        "value": "2"
164712                    },
164713                    {
164714                        "desc": "Uniform",
164715                        "name": "Uniform",
164716                        "value": "3"
164717                    }
164718                ]
164719            },
164720            "lsp-plug-in-plugins-lv2-mb-compressor-msscm-6s": {
164721                "ignore-enum-members": true,
164722                "kind": "enum",
164723                "values": [
164724                    {
164725                        "desc": "Peak",
164726                        "name": "Peak",
164727                        "value": "0"
164728                    },
164729                    {
164730                        "desc": "RMS",
164731                        "name": "RMS",
164732                        "value": "1"
164733                    },
164734                    {
164735                        "desc": "LPF",
164736                        "name": "LPF",
164737                        "value": "2"
164738                    },
164739                    {
164740                        "desc": "Uniform",
164741                        "name": "Uniform",
164742                        "value": "3"
164743                    }
164744                ]
164745            },
164746            "lsp-plug-in-plugins-lv2-mb-compressor-msscm-7m": {
164747                "ignore-enum-members": true,
164748                "kind": "enum",
164749                "values": [
164750                    {
164751                        "desc": "Peak",
164752                        "name": "Peak",
164753                        "value": "0"
164754                    },
164755                    {
164756                        "desc": "RMS",
164757                        "name": "RMS",
164758                        "value": "1"
164759                    },
164760                    {
164761                        "desc": "LPF",
164762                        "name": "LPF",
164763                        "value": "2"
164764                    },
164765                    {
164766                        "desc": "Uniform",
164767                        "name": "Uniform",
164768                        "value": "3"
164769                    }
164770                ]
164771            },
164772            "lsp-plug-in-plugins-lv2-mb-compressor-msscm-7s": {
164773                "ignore-enum-members": true,
164774                "kind": "enum",
164775                "values": [
164776                    {
164777                        "desc": "Peak",
164778                        "name": "Peak",
164779                        "value": "0"
164780                    },
164781                    {
164782                        "desc": "RMS",
164783                        "name": "RMS",
164784                        "value": "1"
164785                    },
164786                    {
164787                        "desc": "LPF",
164788                        "name": "LPF",
164789                        "value": "2"
164790                    },
164791                    {
164792                        "desc": "Uniform",
164793                        "name": "Uniform",
164794                        "value": "3"
164795                    }
164796                ]
164797            },
164798            "lsp-plug-in-plugins-lv2-mb-compressor-msscs-0m": {
164799                "ignore-enum-members": true,
164800                "kind": "enum",
164801                "values": [
164802                    {
164803                        "desc": "Mid",
164804                        "name": "Mid",
164805                        "value": "0"
164806                    },
164807                    {
164808                        "desc": "Side",
164809                        "name": "Side",
164810                        "value": "1"
164811                    },
164812                    {
164813                        "desc": "Left",
164814                        "name": "Left",
164815                        "value": "2"
164816                    },
164817                    {
164818                        "desc": "Right",
164819                        "name": "Right",
164820                        "value": "3"
164821                    }
164822                ]
164823            },
164824            "lsp-plug-in-plugins-lv2-mb-compressor-msscs-0s": {
164825                "ignore-enum-members": true,
164826                "kind": "enum",
164827                "values": [
164828                    {
164829                        "desc": "Mid",
164830                        "name": "Mid",
164831                        "value": "0"
164832                    },
164833                    {
164834                        "desc": "Side",
164835                        "name": "Side",
164836                        "value": "1"
164837                    },
164838                    {
164839                        "desc": "Left",
164840                        "name": "Left",
164841                        "value": "2"
164842                    },
164843                    {
164844                        "desc": "Right",
164845                        "name": "Right",
164846                        "value": "3"
164847                    }
164848                ]
164849            },
164850            "lsp-plug-in-plugins-lv2-mb-compressor-msscs-1m": {
164851                "ignore-enum-members": true,
164852                "kind": "enum",
164853                "values": [
164854                    {
164855                        "desc": "Mid",
164856                        "name": "Mid",
164857                        "value": "0"
164858                    },
164859                    {
164860                        "desc": "Side",
164861                        "name": "Side",
164862                        "value": "1"
164863                    },
164864                    {
164865                        "desc": "Left",
164866                        "name": "Left",
164867                        "value": "2"
164868                    },
164869                    {
164870                        "desc": "Right",
164871                        "name": "Right",
164872                        "value": "3"
164873                    }
164874                ]
164875            },
164876            "lsp-plug-in-plugins-lv2-mb-compressor-msscs-1s": {
164877                "ignore-enum-members": true,
164878                "kind": "enum",
164879                "values": [
164880                    {
164881                        "desc": "Mid",
164882                        "name": "Mid",
164883                        "value": "0"
164884                    },
164885                    {
164886                        "desc": "Side",
164887                        "name": "Side",
164888                        "value": "1"
164889                    },
164890                    {
164891                        "desc": "Left",
164892                        "name": "Left",
164893                        "value": "2"
164894                    },
164895                    {
164896                        "desc": "Right",
164897                        "name": "Right",
164898                        "value": "3"
164899                    }
164900                ]
164901            },
164902            "lsp-plug-in-plugins-lv2-mb-compressor-msscs-2m": {
164903                "ignore-enum-members": true,
164904                "kind": "enum",
164905                "values": [
164906                    {
164907                        "desc": "Mid",
164908                        "name": "Mid",
164909                        "value": "0"
164910                    },
164911                    {
164912                        "desc": "Side",
164913                        "name": "Side",
164914                        "value": "1"
164915                    },
164916                    {
164917                        "desc": "Left",
164918                        "name": "Left",
164919                        "value": "2"
164920                    },
164921                    {
164922                        "desc": "Right",
164923                        "name": "Right",
164924                        "value": "3"
164925                    }
164926                ]
164927            },
164928            "lsp-plug-in-plugins-lv2-mb-compressor-msscs-2s": {
164929                "ignore-enum-members": true,
164930                "kind": "enum",
164931                "values": [
164932                    {
164933                        "desc": "Mid",
164934                        "name": "Mid",
164935                        "value": "0"
164936                    },
164937                    {
164938                        "desc": "Side",
164939                        "name": "Side",
164940                        "value": "1"
164941                    },
164942                    {
164943                        "desc": "Left",
164944                        "name": "Left",
164945                        "value": "2"
164946                    },
164947                    {
164948                        "desc": "Right",
164949                        "name": "Right",
164950                        "value": "3"
164951                    }
164952                ]
164953            },
164954            "lsp-plug-in-plugins-lv2-mb-compressor-msscs-3m": {
164955                "ignore-enum-members": true,
164956                "kind": "enum",
164957                "values": [
164958                    {
164959                        "desc": "Mid",
164960                        "name": "Mid",
164961                        "value": "0"
164962                    },
164963                    {
164964                        "desc": "Side",
164965                        "name": "Side",
164966                        "value": "1"
164967                    },
164968                    {
164969                        "desc": "Left",
164970                        "name": "Left",
164971                        "value": "2"
164972                    },
164973                    {
164974                        "desc": "Right",
164975                        "name": "Right",
164976                        "value": "3"
164977                    }
164978                ]
164979            },
164980            "lsp-plug-in-plugins-lv2-mb-compressor-msscs-3s": {
164981                "ignore-enum-members": true,
164982                "kind": "enum",
164983                "values": [
164984                    {
164985                        "desc": "Mid",
164986                        "name": "Mid",
164987                        "value": "0"
164988                    },
164989                    {
164990                        "desc": "Side",
164991                        "name": "Side",
164992                        "value": "1"
164993                    },
164994                    {
164995                        "desc": "Left",
164996                        "name": "Left",
164997                        "value": "2"
164998                    },
164999                    {
165000                        "desc": "Right",
165001                        "name": "Right",
165002                        "value": "3"
165003                    }
165004                ]
165005            },
165006            "lsp-plug-in-plugins-lv2-mb-compressor-msscs-4m": {
165007                "ignore-enum-members": true,
165008                "kind": "enum",
165009                "values": [
165010                    {
165011                        "desc": "Mid",
165012                        "name": "Mid",
165013                        "value": "0"
165014                    },
165015                    {
165016                        "desc": "Side",
165017                        "name": "Side",
165018                        "value": "1"
165019                    },
165020                    {
165021                        "desc": "Left",
165022                        "name": "Left",
165023                        "value": "2"
165024                    },
165025                    {
165026                        "desc": "Right",
165027                        "name": "Right",
165028                        "value": "3"
165029                    }
165030                ]
165031            },
165032            "lsp-plug-in-plugins-lv2-mb-compressor-msscs-4s": {
165033                "ignore-enum-members": true,
165034                "kind": "enum",
165035                "values": [
165036                    {
165037                        "desc": "Mid",
165038                        "name": "Mid",
165039                        "value": "0"
165040                    },
165041                    {
165042                        "desc": "Side",
165043                        "name": "Side",
165044                        "value": "1"
165045                    },
165046                    {
165047                        "desc": "Left",
165048                        "name": "Left",
165049                        "value": "2"
165050                    },
165051                    {
165052                        "desc": "Right",
165053                        "name": "Right",
165054                        "value": "3"
165055                    }
165056                ]
165057            },
165058            "lsp-plug-in-plugins-lv2-mb-compressor-msscs-5m": {
165059                "ignore-enum-members": true,
165060                "kind": "enum",
165061                "values": [
165062                    {
165063                        "desc": "Mid",
165064                        "name": "Mid",
165065                        "value": "0"
165066                    },
165067                    {
165068                        "desc": "Side",
165069                        "name": "Side",
165070                        "value": "1"
165071                    },
165072                    {
165073                        "desc": "Left",
165074                        "name": "Left",
165075                        "value": "2"
165076                    },
165077                    {
165078                        "desc": "Right",
165079                        "name": "Right",
165080                        "value": "3"
165081                    }
165082                ]
165083            },
165084            "lsp-plug-in-plugins-lv2-mb-compressor-msscs-5s": {
165085                "ignore-enum-members": true,
165086                "kind": "enum",
165087                "values": [
165088                    {
165089                        "desc": "Mid",
165090                        "name": "Mid",
165091                        "value": "0"
165092                    },
165093                    {
165094                        "desc": "Side",
165095                        "name": "Side",
165096                        "value": "1"
165097                    },
165098                    {
165099                        "desc": "Left",
165100                        "name": "Left",
165101                        "value": "2"
165102                    },
165103                    {
165104                        "desc": "Right",
165105                        "name": "Right",
165106                        "value": "3"
165107                    }
165108                ]
165109            },
165110            "lsp-plug-in-plugins-lv2-mb-compressor-msscs-6m": {
165111                "ignore-enum-members": true,
165112                "kind": "enum",
165113                "values": [
165114                    {
165115                        "desc": "Mid",
165116                        "name": "Mid",
165117                        "value": "0"
165118                    },
165119                    {
165120                        "desc": "Side",
165121                        "name": "Side",
165122                        "value": "1"
165123                    },
165124                    {
165125                        "desc": "Left",
165126                        "name": "Left",
165127                        "value": "2"
165128                    },
165129                    {
165130                        "desc": "Right",
165131                        "name": "Right",
165132                        "value": "3"
165133                    }
165134                ]
165135            },
165136            "lsp-plug-in-plugins-lv2-mb-compressor-msscs-6s": {
165137                "ignore-enum-members": true,
165138                "kind": "enum",
165139                "values": [
165140                    {
165141                        "desc": "Mid",
165142                        "name": "Mid",
165143                        "value": "0"
165144                    },
165145                    {
165146                        "desc": "Side",
165147                        "name": "Side",
165148                        "value": "1"
165149                    },
165150                    {
165151                        "desc": "Left",
165152                        "name": "Left",
165153                        "value": "2"
165154                    },
165155                    {
165156                        "desc": "Right",
165157                        "name": "Right",
165158                        "value": "3"
165159                    }
165160                ]
165161            },
165162            "lsp-plug-in-plugins-lv2-mb-compressor-msscs-7m": {
165163                "ignore-enum-members": true,
165164                "kind": "enum",
165165                "values": [
165166                    {
165167                        "desc": "Mid",
165168                        "name": "Mid",
165169                        "value": "0"
165170                    },
165171                    {
165172                        "desc": "Side",
165173                        "name": "Side",
165174                        "value": "1"
165175                    },
165176                    {
165177                        "desc": "Left",
165178                        "name": "Left",
165179                        "value": "2"
165180                    },
165181                    {
165182                        "desc": "Right",
165183                        "name": "Right",
165184                        "value": "3"
165185                    }
165186                ]
165187            },
165188            "lsp-plug-in-plugins-lv2-mb-compressor-msscs-7s": {
165189                "ignore-enum-members": true,
165190                "kind": "enum",
165191                "values": [
165192                    {
165193                        "desc": "Mid",
165194                        "name": "Mid",
165195                        "value": "0"
165196                    },
165197                    {
165198                        "desc": "Side",
165199                        "name": "Side",
165200                        "value": "1"
165201                    },
165202                    {
165203                        "desc": "Left",
165204                        "name": "Left",
165205                        "value": "2"
165206                    },
165207                    {
165208                        "desc": "Right",
165209                        "name": "Right",
165210                        "value": "3"
165211                    }
165212                ]
165213            },
165214            "lsp-plug-in-plugins-lv2-mb-compressor-stereobsel": {
165215                "ignore-enum-members": true,
165216                "kind": "enum",
165217                "values": [
165218                    {
165219                        "desc": "Split",
165220                        "name": "Split",
165221                        "value": "0"
165222                    },
165223                    {
165224                        "desc": "Band 0",
165225                        "name": "Band 0",
165226                        "value": "1"
165227                    },
165228                    {
165229                        "desc": "Band 1",
165230                        "name": "Band 1",
165231                        "value": "2"
165232                    },
165233                    {
165234                        "desc": "Band 2",
165235                        "name": "Band 2",
165236                        "value": "3"
165237                    },
165238                    {
165239                        "desc": "Band 3",
165240                        "name": "Band 3",
165241                        "value": "4"
165242                    },
165243                    {
165244                        "desc": "Band 4",
165245                        "name": "Band 4",
165246                        "value": "5"
165247                    },
165248                    {
165249                        "desc": "Band 5",
165250                        "name": "Band 5",
165251                        "value": "6"
165252                    },
165253                    {
165254                        "desc": "Band 6",
165255                        "name": "Band 6",
165256                        "value": "7"
165257                    },
165258                    {
165259                        "desc": "Band 7",
165260                        "name": "Band 7",
165261                        "value": "8"
165262                    }
165263                ]
165264            },
165265            "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-0": {
165266                "ignore-enum-members": true,
165267                "kind": "enum",
165268                "values": [
165269                    {
165270                        "desc": "Down",
165271                        "name": "Down",
165272                        "value": "0"
165273                    },
165274                    {
165275                        "desc": "Up",
165276                        "name": "Up",
165277                        "value": "1"
165278                    }
165279                ]
165280            },
165281            "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-1": {
165282                "ignore-enum-members": true,
165283                "kind": "enum",
165284                "values": [
165285                    {
165286                        "desc": "Down",
165287                        "name": "Down",
165288                        "value": "0"
165289                    },
165290                    {
165291                        "desc": "Up",
165292                        "name": "Up",
165293                        "value": "1"
165294                    }
165295                ]
165296            },
165297            "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-2": {
165298                "ignore-enum-members": true,
165299                "kind": "enum",
165300                "values": [
165301                    {
165302                        "desc": "Down",
165303                        "name": "Down",
165304                        "value": "0"
165305                    },
165306                    {
165307                        "desc": "Up",
165308                        "name": "Up",
165309                        "value": "1"
165310                    }
165311                ]
165312            },
165313            "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-3": {
165314                "ignore-enum-members": true,
165315                "kind": "enum",
165316                "values": [
165317                    {
165318                        "desc": "Down",
165319                        "name": "Down",
165320                        "value": "0"
165321                    },
165322                    {
165323                        "desc": "Up",
165324                        "name": "Up",
165325                        "value": "1"
165326                    }
165327                ]
165328            },
165329            "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-4": {
165330                "ignore-enum-members": true,
165331                "kind": "enum",
165332                "values": [
165333                    {
165334                        "desc": "Down",
165335                        "name": "Down",
165336                        "value": "0"
165337                    },
165338                    {
165339                        "desc": "Up",
165340                        "name": "Up",
165341                        "value": "1"
165342                    }
165343                ]
165344            },
165345            "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-5": {
165346                "ignore-enum-members": true,
165347                "kind": "enum",
165348                "values": [
165349                    {
165350                        "desc": "Down",
165351                        "name": "Down",
165352                        "value": "0"
165353                    },
165354                    {
165355                        "desc": "Up",
165356                        "name": "Up",
165357                        "value": "1"
165358                    }
165359                ]
165360            },
165361            "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-6": {
165362                "ignore-enum-members": true,
165363                "kind": "enum",
165364                "values": [
165365                    {
165366                        "desc": "Down",
165367                        "name": "Down",
165368                        "value": "0"
165369                    },
165370                    {
165371                        "desc": "Up",
165372                        "name": "Up",
165373                        "value": "1"
165374                    }
165375                ]
165376            },
165377            "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-7": {
165378                "ignore-enum-members": true,
165379                "kind": "enum",
165380                "values": [
165381                    {
165382                        "desc": "Down",
165383                        "name": "Down",
165384                        "value": "0"
165385                    },
165386                    {
165387                        "desc": "Up",
165388                        "name": "Up",
165389                        "value": "1"
165390                    }
165391                ]
165392            },
165393            "lsp-plug-in-plugins-lv2-mb-compressor-stereoenvb": {
165394                "ignore-enum-members": true,
165395                "kind": "enum",
165396                "values": [
165397                    {
165398                        "desc": "None",
165399                        "name": "None",
165400                        "value": "0"
165401                    },
165402                    {
165403                        "desc": "Pink BT",
165404                        "name": "Pink BT",
165405                        "value": "1"
165406                    },
165407                    {
165408                        "desc": "Pink MT",
165409                        "name": "Pink MT",
165410                        "value": "2"
165411                    },
165412                    {
165413                        "desc": "Brown BT",
165414                        "name": "Brown BT",
165415                        "value": "3"
165416                    },
165417                    {
165418                        "desc": "Brown MT",
165419                        "name": "Brown MT",
165420                        "value": "4"
165421                    }
165422                ]
165423            },
165424            "lsp-plug-in-plugins-lv2-mb-compressor-stereomode": {
165425                "ignore-enum-members": true,
165426                "kind": "enum",
165427                "values": [
165428                    {
165429                        "desc": "Classic",
165430                        "name": "Classic",
165431                        "value": "0"
165432                    },
165433                    {
165434                        "desc": "Modern",
165435                        "name": "Modern",
165436                        "value": "1"
165437                    }
165438                ]
165439            },
165440            "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-0": {
165441                "ignore-enum-members": true,
165442                "kind": "enum",
165443                "values": [
165444                    {
165445                        "desc": "Peak",
165446                        "name": "Peak",
165447                        "value": "0"
165448                    },
165449                    {
165450                        "desc": "RMS",
165451                        "name": "RMS",
165452                        "value": "1"
165453                    },
165454                    {
165455                        "desc": "LPF",
165456                        "name": "LPF",
165457                        "value": "2"
165458                    },
165459                    {
165460                        "desc": "Uniform",
165461                        "name": "Uniform",
165462                        "value": "3"
165463                    }
165464                ]
165465            },
165466            "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-1": {
165467                "ignore-enum-members": true,
165468                "kind": "enum",
165469                "values": [
165470                    {
165471                        "desc": "Peak",
165472                        "name": "Peak",
165473                        "value": "0"
165474                    },
165475                    {
165476                        "desc": "RMS",
165477                        "name": "RMS",
165478                        "value": "1"
165479                    },
165480                    {
165481                        "desc": "LPF",
165482                        "name": "LPF",
165483                        "value": "2"
165484                    },
165485                    {
165486                        "desc": "Uniform",
165487                        "name": "Uniform",
165488                        "value": "3"
165489                    }
165490                ]
165491            },
165492            "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-2": {
165493                "ignore-enum-members": true,
165494                "kind": "enum",
165495                "values": [
165496                    {
165497                        "desc": "Peak",
165498                        "name": "Peak",
165499                        "value": "0"
165500                    },
165501                    {
165502                        "desc": "RMS",
165503                        "name": "RMS",
165504                        "value": "1"
165505                    },
165506                    {
165507                        "desc": "LPF",
165508                        "name": "LPF",
165509                        "value": "2"
165510                    },
165511                    {
165512                        "desc": "Uniform",
165513                        "name": "Uniform",
165514                        "value": "3"
165515                    }
165516                ]
165517            },
165518            "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-3": {
165519                "ignore-enum-members": true,
165520                "kind": "enum",
165521                "values": [
165522                    {
165523                        "desc": "Peak",
165524                        "name": "Peak",
165525                        "value": "0"
165526                    },
165527                    {
165528                        "desc": "RMS",
165529                        "name": "RMS",
165530                        "value": "1"
165531                    },
165532                    {
165533                        "desc": "LPF",
165534                        "name": "LPF",
165535                        "value": "2"
165536                    },
165537                    {
165538                        "desc": "Uniform",
165539                        "name": "Uniform",
165540                        "value": "3"
165541                    }
165542                ]
165543            },
165544            "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-4": {
165545                "ignore-enum-members": true,
165546                "kind": "enum",
165547                "values": [
165548                    {
165549                        "desc": "Peak",
165550                        "name": "Peak",
165551                        "value": "0"
165552                    },
165553                    {
165554                        "desc": "RMS",
165555                        "name": "RMS",
165556                        "value": "1"
165557                    },
165558                    {
165559                        "desc": "LPF",
165560                        "name": "LPF",
165561                        "value": "2"
165562                    },
165563                    {
165564                        "desc": "Uniform",
165565                        "name": "Uniform",
165566                        "value": "3"
165567                    }
165568                ]
165569            },
165570            "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-5": {
165571                "ignore-enum-members": true,
165572                "kind": "enum",
165573                "values": [
165574                    {
165575                        "desc": "Peak",
165576                        "name": "Peak",
165577                        "value": "0"
165578                    },
165579                    {
165580                        "desc": "RMS",
165581                        "name": "RMS",
165582                        "value": "1"
165583                    },
165584                    {
165585                        "desc": "LPF",
165586                        "name": "LPF",
165587                        "value": "2"
165588                    },
165589                    {
165590                        "desc": "Uniform",
165591                        "name": "Uniform",
165592                        "value": "3"
165593                    }
165594                ]
165595            },
165596            "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-6": {
165597                "ignore-enum-members": true,
165598                "kind": "enum",
165599                "values": [
165600                    {
165601                        "desc": "Peak",
165602                        "name": "Peak",
165603                        "value": "0"
165604                    },
165605                    {
165606                        "desc": "RMS",
165607                        "name": "RMS",
165608                        "value": "1"
165609                    },
165610                    {
165611                        "desc": "LPF",
165612                        "name": "LPF",
165613                        "value": "2"
165614                    },
165615                    {
165616                        "desc": "Uniform",
165617                        "name": "Uniform",
165618                        "value": "3"
165619                    }
165620                ]
165621            },
165622            "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-7": {
165623                "ignore-enum-members": true,
165624                "kind": "enum",
165625                "values": [
165626                    {
165627                        "desc": "Peak",
165628                        "name": "Peak",
165629                        "value": "0"
165630                    },
165631                    {
165632                        "desc": "RMS",
165633                        "name": "RMS",
165634                        "value": "1"
165635                    },
165636                    {
165637                        "desc": "LPF",
165638                        "name": "LPF",
165639                        "value": "2"
165640                    },
165641                    {
165642                        "desc": "Uniform",
165643                        "name": "Uniform",
165644                        "value": "3"
165645                    }
165646                ]
165647            },
165648            "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-0": {
165649                "ignore-enum-members": true,
165650                "kind": "enum",
165651                "values": [
165652                    {
165653                        "desc": "Mid",
165654                        "name": "Mid",
165655                        "value": "0"
165656                    },
165657                    {
165658                        "desc": "Side",
165659                        "name": "Side",
165660                        "value": "1"
165661                    },
165662                    {
165663                        "desc": "Left",
165664                        "name": "Left",
165665                        "value": "2"
165666                    },
165667                    {
165668                        "desc": "Right",
165669                        "name": "Right",
165670                        "value": "3"
165671                    }
165672                ]
165673            },
165674            "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-1": {
165675                "ignore-enum-members": true,
165676                "kind": "enum",
165677                "values": [
165678                    {
165679                        "desc": "Mid",
165680                        "name": "Mid",
165681                        "value": "0"
165682                    },
165683                    {
165684                        "desc": "Side",
165685                        "name": "Side",
165686                        "value": "1"
165687                    },
165688                    {
165689                        "desc": "Left",
165690                        "name": "Left",
165691                        "value": "2"
165692                    },
165693                    {
165694                        "desc": "Right",
165695                        "name": "Right",
165696                        "value": "3"
165697                    }
165698                ]
165699            },
165700            "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-2": {
165701                "ignore-enum-members": true,
165702                "kind": "enum",
165703                "values": [
165704                    {
165705                        "desc": "Mid",
165706                        "name": "Mid",
165707                        "value": "0"
165708                    },
165709                    {
165710                        "desc": "Side",
165711                        "name": "Side",
165712                        "value": "1"
165713                    },
165714                    {
165715                        "desc": "Left",
165716                        "name": "Left",
165717                        "value": "2"
165718                    },
165719                    {
165720                        "desc": "Right",
165721                        "name": "Right",
165722                        "value": "3"
165723                    }
165724                ]
165725            },
165726            "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-3": {
165727                "ignore-enum-members": true,
165728                "kind": "enum",
165729                "values": [
165730                    {
165731                        "desc": "Mid",
165732                        "name": "Mid",
165733                        "value": "0"
165734                    },
165735                    {
165736                        "desc": "Side",
165737                        "name": "Side",
165738                        "value": "1"
165739                    },
165740                    {
165741                        "desc": "Left",
165742                        "name": "Left",
165743                        "value": "2"
165744                    },
165745                    {
165746                        "desc": "Right",
165747                        "name": "Right",
165748                        "value": "3"
165749                    }
165750                ]
165751            },
165752            "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-4": {
165753                "ignore-enum-members": true,
165754                "kind": "enum",
165755                "values": [
165756                    {
165757                        "desc": "Mid",
165758                        "name": "Mid",
165759                        "value": "0"
165760                    },
165761                    {
165762                        "desc": "Side",
165763                        "name": "Side",
165764                        "value": "1"
165765                    },
165766                    {
165767                        "desc": "Left",
165768                        "name": "Left",
165769                        "value": "2"
165770                    },
165771                    {
165772                        "desc": "Right",
165773                        "name": "Right",
165774                        "value": "3"
165775                    }
165776                ]
165777            },
165778            "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-5": {
165779                "ignore-enum-members": true,
165780                "kind": "enum",
165781                "values": [
165782                    {
165783                        "desc": "Mid",
165784                        "name": "Mid",
165785                        "value": "0"
165786                    },
165787                    {
165788                        "desc": "Side",
165789                        "name": "Side",
165790                        "value": "1"
165791                    },
165792                    {
165793                        "desc": "Left",
165794                        "name": "Left",
165795                        "value": "2"
165796                    },
165797                    {
165798                        "desc": "Right",
165799                        "name": "Right",
165800                        "value": "3"
165801                    }
165802                ]
165803            },
165804            "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-6": {
165805                "ignore-enum-members": true,
165806                "kind": "enum",
165807                "values": [
165808                    {
165809                        "desc": "Mid",
165810                        "name": "Mid",
165811                        "value": "0"
165812                    },
165813                    {
165814                        "desc": "Side",
165815                        "name": "Side",
165816                        "value": "1"
165817                    },
165818                    {
165819                        "desc": "Left",
165820                        "name": "Left",
165821                        "value": "2"
165822                    },
165823                    {
165824                        "desc": "Right",
165825                        "name": "Right",
165826                        "value": "3"
165827                    }
165828                ]
165829            },
165830            "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-7": {
165831                "ignore-enum-members": true,
165832                "kind": "enum",
165833                "values": [
165834                    {
165835                        "desc": "Mid",
165836                        "name": "Mid",
165837                        "value": "0"
165838                    },
165839                    {
165840                        "desc": "Side",
165841                        "name": "Side",
165842                        "value": "1"
165843                    },
165844                    {
165845                        "desc": "Left",
165846                        "name": "Left",
165847                        "value": "2"
165848                    },
165849                    {
165850                        "desc": "Right",
165851                        "name": "Right",
165852                        "value": "3"
165853                    }
165854                ]
165855            },
165856            "lsp-plug-in-plugins-lv2-multisampler-x12msel": {
165857                "ignore-enum-members": true,
165858                "kind": "enum",
165859                "values": [
165860                    {
165861                        "desc": "Instruments",
165862                        "name": "Instruments",
165863                        "value": "0"
165864                    },
165865                    {
165866                        "desc": "Mixer",
165867                        "name": "Mixer",
165868                        "value": "1"
165869                    }
165870                ]
165871            },
165872            "lsp-plug-in-plugins-lv2-multisampler-x24msel": {
165873                "ignore-enum-members": true,
165874                "kind": "enum",
165875                "values": [
165876                    {
165877                        "desc": "Instruments",
165878                        "name": "Instruments",
165879                        "value": "0"
165880                    },
165881                    {
165882                        "desc": "Mixer 0-11",
165883                        "name": "Mixer 0-11",
165884                        "value": "1"
165885                    },
165886                    {
165887                        "desc": "Mixer 12-23",
165888                        "name": "Mixer 12-23",
165889                        "value": "2"
165890                    }
165891                ]
165892            },
165893            "lsp-plug-in-plugins-lv2-multisampler-x48msel": {
165894                "ignore-enum-members": true,
165895                "kind": "enum",
165896                "values": [
165897                    {
165898                        "desc": "Instruments",
165899                        "name": "Instruments",
165900                        "value": "0"
165901                    },
165902                    {
165903                        "desc": "Mixer 0-11",
165904                        "name": "Mixer 0-11",
165905                        "value": "1"
165906                    },
165907                    {
165908                        "desc": "Mixer 12-23",
165909                        "name": "Mixer 12-23",
165910                        "value": "2"
165911                    },
165912                    {
165913                        "desc": "Mixer 24-35",
165914                        "name": "Mixer 24-35",
165915                        "value": "3"
165916                    },
165917                    {
165918                        "desc": "Mixer 36-47",
165919                        "name": "Mixer 36-47",
165920                        "value": "4"
165921                    }
165922                ]
165923            },
165924            "lsp-plug-in-plugins-lv2-oscillator-monoscf": {
165925                "ignore-enum-members": true,
165926                "kind": "enum",
165927                "values": [
165928                    {
165929                        "desc": "Sine",
165930                        "name": "Sine",
165931                        "value": "0"
165932                    },
165933                    {
165934                        "desc": "Cosine",
165935                        "name": "Cosine",
165936                        "value": "1"
165937                    },
165938                    {
165939                        "desc": "Squared Sine",
165940                        "name": "Squared Sine",
165941                        "value": "2"
165942                    },
165943                    {
165944                        "desc": "Squared Cosine",
165945                        "name": "Squared Cosine",
165946                        "value": "3"
165947                    },
165948                    {
165949                        "desc": "Rectangular",
165950                        "name": "Rectangular",
165951                        "value": "4"
165952                    },
165953                    {
165954                        "desc": "Sawtooth",
165955                        "name": "Sawtooth",
165956                        "value": "5"
165957                    },
165958                    {
165959                        "desc": "Trapezoid",
165960                        "name": "Trapezoid",
165961                        "value": "6"
165962                    },
165963                    {
165964                        "desc": "Pulsetrain",
165965                        "name": "Pulsetrain",
165966                        "value": "7"
165967                    },
165968                    {
165969                        "desc": "Parabolic",
165970                        "name": "Parabolic",
165971                        "value": "8"
165972                    },
165973                    {
165974                        "desc": "Band Limited Rectangular",
165975                        "name": "Band Limited Rectangular",
165976                        "value": "9"
165977                    },
165978                    {
165979                        "desc": "Band Limited Sawtooth",
165980                        "name": "Band Limited Sawtooth",
165981                        "value": "10"
165982                    },
165983                    {
165984                        "desc": "Band Limited Trapezoid",
165985                        "name": "Band Limited Trapezoid",
165986                        "value": "11"
165987                    },
165988                    {
165989                        "desc": "Band Limited Pulsetrain",
165990                        "name": "Band Limited Pulsetrain",
165991                        "value": "12"
165992                    },
165993                    {
165994                        "desc": "Band Limited Parabolic",
165995                        "name": "Band Limited Parabolic",
165996                        "value": "13"
165997                    }
165998                ]
165999            },
166000            "lsp-plug-in-plugins-lv2-oscillator-monoscm": {
166001                "ignore-enum-members": true,
166002                "kind": "enum",
166003                "values": [
166004                    {
166005                        "desc": "Add",
166006                        "name": "Add",
166007                        "value": "0"
166008                    },
166009                    {
166010                        "desc": "Multiply",
166011                        "name": "Multiply",
166012                        "value": "1"
166013                    },
166014                    {
166015                        "desc": "Replace",
166016                        "name": "Replace",
166017                        "value": "2"
166018                    }
166019                ]
166020            },
166021            "lsp-plug-in-plugins-lv2-oscillator-monoscom": {
166022                "ignore-enum-members": true,
166023                "kind": "enum",
166024                "values": [
166025                    {
166026                        "desc": "None",
166027                        "name": "None",
166028                        "value": "0"
166029                    },
166030                    {
166031                        "desc": "x2",
166032                        "name": "x2",
166033                        "value": "1"
166034                    },
166035                    {
166036                        "desc": "x3",
166037                        "name": "x3",
166038                        "value": "2"
166039                    },
166040                    {
166041                        "desc": "x4",
166042                        "name": "x4",
166043                        "value": "3"
166044                    },
166045                    {
166046                        "desc": "x6",
166047                        "name": "x6",
166048                        "value": "4"
166049                    },
166050                    {
166051                        "desc": "x8",
166052                        "name": "x8",
166053                        "value": "5"
166054                    }
166055                ]
166056            },
166057            "lsp-plug-in-plugins-lv2-oscillator-monoscr": {
166058                "ignore-enum-members": true,
166059                "kind": "enum",
166060                "values": [
166061                    {
166062                        "desc": "Wave DC",
166063                        "name": "Wave DC",
166064                        "value": "0"
166065                    },
166066                    {
166067                        "desc": "Zero DC",
166068                        "name": "Zero DC",
166069                        "value": "1"
166070                    }
166071                ]
166072            },
166073            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfft": {
166074                "ignore-enum-members": true,
166075                "kind": "enum",
166076                "values": [
166077                    {
166078                        "desc": "Off",
166079                        "name": "Off",
166080                        "value": "0"
166081                    },
166082                    {
166083                        "desc": "Post-eq",
166084                        "name": "Post-eq",
166085                        "value": "1"
166086                    },
166087                    {
166088                        "desc": "Pre-eq",
166089                        "name": "Pre-eq",
166090                        "value": "2"
166091                    }
166092                ]
166093            },
166094            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-0": {
166095                "ignore-enum-members": true,
166096                "kind": "enum",
166097                "values": [
166098                    {
166099                        "desc": "RLC (BT)",
166100                        "name": "RLC (BT)",
166101                        "value": "0"
166102                    },
166103                    {
166104                        "desc": "RLC (MT)",
166105                        "name": "RLC (MT)",
166106                        "value": "1"
166107                    },
166108                    {
166109                        "desc": "BWC (BT)",
166110                        "name": "BWC (BT)",
166111                        "value": "2"
166112                    },
166113                    {
166114                        "desc": "BWC (MT)",
166115                        "name": "BWC (MT)",
166116                        "value": "3"
166117                    },
166118                    {
166119                        "desc": "LRX (BT)",
166120                        "name": "LRX (BT)",
166121                        "value": "4"
166122                    },
166123                    {
166124                        "desc": "LRX (MT)",
166125                        "name": "LRX (MT)",
166126                        "value": "5"
166127                    },
166128                    {
166129                        "desc": "APO (DR)",
166130                        "name": "APO (DR)",
166131                        "value": "6"
166132                    }
166133                ]
166134            },
166135            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-1": {
166136                "ignore-enum-members": true,
166137                "kind": "enum",
166138                "values": [
166139                    {
166140                        "desc": "RLC (BT)",
166141                        "name": "RLC (BT)",
166142                        "value": "0"
166143                    },
166144                    {
166145                        "desc": "RLC (MT)",
166146                        "name": "RLC (MT)",
166147                        "value": "1"
166148                    },
166149                    {
166150                        "desc": "BWC (BT)",
166151                        "name": "BWC (BT)",
166152                        "value": "2"
166153                    },
166154                    {
166155                        "desc": "BWC (MT)",
166156                        "name": "BWC (MT)",
166157                        "value": "3"
166158                    },
166159                    {
166160                        "desc": "LRX (BT)",
166161                        "name": "LRX (BT)",
166162                        "value": "4"
166163                    },
166164                    {
166165                        "desc": "LRX (MT)",
166166                        "name": "LRX (MT)",
166167                        "value": "5"
166168                    },
166169                    {
166170                        "desc": "APO (DR)",
166171                        "name": "APO (DR)",
166172                        "value": "6"
166173                    }
166174                ]
166175            },
166176            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-10": {
166177                "ignore-enum-members": true,
166178                "kind": "enum",
166179                "values": [
166180                    {
166181                        "desc": "RLC (BT)",
166182                        "name": "RLC (BT)",
166183                        "value": "0"
166184                    },
166185                    {
166186                        "desc": "RLC (MT)",
166187                        "name": "RLC (MT)",
166188                        "value": "1"
166189                    },
166190                    {
166191                        "desc": "BWC (BT)",
166192                        "name": "BWC (BT)",
166193                        "value": "2"
166194                    },
166195                    {
166196                        "desc": "BWC (MT)",
166197                        "name": "BWC (MT)",
166198                        "value": "3"
166199                    },
166200                    {
166201                        "desc": "LRX (BT)",
166202                        "name": "LRX (BT)",
166203                        "value": "4"
166204                    },
166205                    {
166206                        "desc": "LRX (MT)",
166207                        "name": "LRX (MT)",
166208                        "value": "5"
166209                    },
166210                    {
166211                        "desc": "APO (DR)",
166212                        "name": "APO (DR)",
166213                        "value": "6"
166214                    }
166215                ]
166216            },
166217            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-11": {
166218                "ignore-enum-members": true,
166219                "kind": "enum",
166220                "values": [
166221                    {
166222                        "desc": "RLC (BT)",
166223                        "name": "RLC (BT)",
166224                        "value": "0"
166225                    },
166226                    {
166227                        "desc": "RLC (MT)",
166228                        "name": "RLC (MT)",
166229                        "value": "1"
166230                    },
166231                    {
166232                        "desc": "BWC (BT)",
166233                        "name": "BWC (BT)",
166234                        "value": "2"
166235                    },
166236                    {
166237                        "desc": "BWC (MT)",
166238                        "name": "BWC (MT)",
166239                        "value": "3"
166240                    },
166241                    {
166242                        "desc": "LRX (BT)",
166243                        "name": "LRX (BT)",
166244                        "value": "4"
166245                    },
166246                    {
166247                        "desc": "LRX (MT)",
166248                        "name": "LRX (MT)",
166249                        "value": "5"
166250                    },
166251                    {
166252                        "desc": "APO (DR)",
166253                        "name": "APO (DR)",
166254                        "value": "6"
166255                    }
166256                ]
166257            },
166258            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-12": {
166259                "ignore-enum-members": true,
166260                "kind": "enum",
166261                "values": [
166262                    {
166263                        "desc": "RLC (BT)",
166264                        "name": "RLC (BT)",
166265                        "value": "0"
166266                    },
166267                    {
166268                        "desc": "RLC (MT)",
166269                        "name": "RLC (MT)",
166270                        "value": "1"
166271                    },
166272                    {
166273                        "desc": "BWC (BT)",
166274                        "name": "BWC (BT)",
166275                        "value": "2"
166276                    },
166277                    {
166278                        "desc": "BWC (MT)",
166279                        "name": "BWC (MT)",
166280                        "value": "3"
166281                    },
166282                    {
166283                        "desc": "LRX (BT)",
166284                        "name": "LRX (BT)",
166285                        "value": "4"
166286                    },
166287                    {
166288                        "desc": "LRX (MT)",
166289                        "name": "LRX (MT)",
166290                        "value": "5"
166291                    },
166292                    {
166293                        "desc": "APO (DR)",
166294                        "name": "APO (DR)",
166295                        "value": "6"
166296                    }
166297                ]
166298            },
166299            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-13": {
166300                "ignore-enum-members": true,
166301                "kind": "enum",
166302                "values": [
166303                    {
166304                        "desc": "RLC (BT)",
166305                        "name": "RLC (BT)",
166306                        "value": "0"
166307                    },
166308                    {
166309                        "desc": "RLC (MT)",
166310                        "name": "RLC (MT)",
166311                        "value": "1"
166312                    },
166313                    {
166314                        "desc": "BWC (BT)",
166315                        "name": "BWC (BT)",
166316                        "value": "2"
166317                    },
166318                    {
166319                        "desc": "BWC (MT)",
166320                        "name": "BWC (MT)",
166321                        "value": "3"
166322                    },
166323                    {
166324                        "desc": "LRX (BT)",
166325                        "name": "LRX (BT)",
166326                        "value": "4"
166327                    },
166328                    {
166329                        "desc": "LRX (MT)",
166330                        "name": "LRX (MT)",
166331                        "value": "5"
166332                    },
166333                    {
166334                        "desc": "APO (DR)",
166335                        "name": "APO (DR)",
166336                        "value": "6"
166337                    }
166338                ]
166339            },
166340            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-14": {
166341                "ignore-enum-members": true,
166342                "kind": "enum",
166343                "values": [
166344                    {
166345                        "desc": "RLC (BT)",
166346                        "name": "RLC (BT)",
166347                        "value": "0"
166348                    },
166349                    {
166350                        "desc": "RLC (MT)",
166351                        "name": "RLC (MT)",
166352                        "value": "1"
166353                    },
166354                    {
166355                        "desc": "BWC (BT)",
166356                        "name": "BWC (BT)",
166357                        "value": "2"
166358                    },
166359                    {
166360                        "desc": "BWC (MT)",
166361                        "name": "BWC (MT)",
166362                        "value": "3"
166363                    },
166364                    {
166365                        "desc": "LRX (BT)",
166366                        "name": "LRX (BT)",
166367                        "value": "4"
166368                    },
166369                    {
166370                        "desc": "LRX (MT)",
166371                        "name": "LRX (MT)",
166372                        "value": "5"
166373                    },
166374                    {
166375                        "desc": "APO (DR)",
166376                        "name": "APO (DR)",
166377                        "value": "6"
166378                    }
166379                ]
166380            },
166381            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-15": {
166382                "ignore-enum-members": true,
166383                "kind": "enum",
166384                "values": [
166385                    {
166386                        "desc": "RLC (BT)",
166387                        "name": "RLC (BT)",
166388                        "value": "0"
166389                    },
166390                    {
166391                        "desc": "RLC (MT)",
166392                        "name": "RLC (MT)",
166393                        "value": "1"
166394                    },
166395                    {
166396                        "desc": "BWC (BT)",
166397                        "name": "BWC (BT)",
166398                        "value": "2"
166399                    },
166400                    {
166401                        "desc": "BWC (MT)",
166402                        "name": "BWC (MT)",
166403                        "value": "3"
166404                    },
166405                    {
166406                        "desc": "LRX (BT)",
166407                        "name": "LRX (BT)",
166408                        "value": "4"
166409                    },
166410                    {
166411                        "desc": "LRX (MT)",
166412                        "name": "LRX (MT)",
166413                        "value": "5"
166414                    },
166415                    {
166416                        "desc": "APO (DR)",
166417                        "name": "APO (DR)",
166418                        "value": "6"
166419                    }
166420                ]
166421            },
166422            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-2": {
166423                "ignore-enum-members": true,
166424                "kind": "enum",
166425                "values": [
166426                    {
166427                        "desc": "RLC (BT)",
166428                        "name": "RLC (BT)",
166429                        "value": "0"
166430                    },
166431                    {
166432                        "desc": "RLC (MT)",
166433                        "name": "RLC (MT)",
166434                        "value": "1"
166435                    },
166436                    {
166437                        "desc": "BWC (BT)",
166438                        "name": "BWC (BT)",
166439                        "value": "2"
166440                    },
166441                    {
166442                        "desc": "BWC (MT)",
166443                        "name": "BWC (MT)",
166444                        "value": "3"
166445                    },
166446                    {
166447                        "desc": "LRX (BT)",
166448                        "name": "LRX (BT)",
166449                        "value": "4"
166450                    },
166451                    {
166452                        "desc": "LRX (MT)",
166453                        "name": "LRX (MT)",
166454                        "value": "5"
166455                    },
166456                    {
166457                        "desc": "APO (DR)",
166458                        "name": "APO (DR)",
166459                        "value": "6"
166460                    }
166461                ]
166462            },
166463            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-3": {
166464                "ignore-enum-members": true,
166465                "kind": "enum",
166466                "values": [
166467                    {
166468                        "desc": "RLC (BT)",
166469                        "name": "RLC (BT)",
166470                        "value": "0"
166471                    },
166472                    {
166473                        "desc": "RLC (MT)",
166474                        "name": "RLC (MT)",
166475                        "value": "1"
166476                    },
166477                    {
166478                        "desc": "BWC (BT)",
166479                        "name": "BWC (BT)",
166480                        "value": "2"
166481                    },
166482                    {
166483                        "desc": "BWC (MT)",
166484                        "name": "BWC (MT)",
166485                        "value": "3"
166486                    },
166487                    {
166488                        "desc": "LRX (BT)",
166489                        "name": "LRX (BT)",
166490                        "value": "4"
166491                    },
166492                    {
166493                        "desc": "LRX (MT)",
166494                        "name": "LRX (MT)",
166495                        "value": "5"
166496                    },
166497                    {
166498                        "desc": "APO (DR)",
166499                        "name": "APO (DR)",
166500                        "value": "6"
166501                    }
166502                ]
166503            },
166504            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-4": {
166505                "ignore-enum-members": true,
166506                "kind": "enum",
166507                "values": [
166508                    {
166509                        "desc": "RLC (BT)",
166510                        "name": "RLC (BT)",
166511                        "value": "0"
166512                    },
166513                    {
166514                        "desc": "RLC (MT)",
166515                        "name": "RLC (MT)",
166516                        "value": "1"
166517                    },
166518                    {
166519                        "desc": "BWC (BT)",
166520                        "name": "BWC (BT)",
166521                        "value": "2"
166522                    },
166523                    {
166524                        "desc": "BWC (MT)",
166525                        "name": "BWC (MT)",
166526                        "value": "3"
166527                    },
166528                    {
166529                        "desc": "LRX (BT)",
166530                        "name": "LRX (BT)",
166531                        "value": "4"
166532                    },
166533                    {
166534                        "desc": "LRX (MT)",
166535                        "name": "LRX (MT)",
166536                        "value": "5"
166537                    },
166538                    {
166539                        "desc": "APO (DR)",
166540                        "name": "APO (DR)",
166541                        "value": "6"
166542                    }
166543                ]
166544            },
166545            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-5": {
166546                "ignore-enum-members": true,
166547                "kind": "enum",
166548                "values": [
166549                    {
166550                        "desc": "RLC (BT)",
166551                        "name": "RLC (BT)",
166552                        "value": "0"
166553                    },
166554                    {
166555                        "desc": "RLC (MT)",
166556                        "name": "RLC (MT)",
166557                        "value": "1"
166558                    },
166559                    {
166560                        "desc": "BWC (BT)",
166561                        "name": "BWC (BT)",
166562                        "value": "2"
166563                    },
166564                    {
166565                        "desc": "BWC (MT)",
166566                        "name": "BWC (MT)",
166567                        "value": "3"
166568                    },
166569                    {
166570                        "desc": "LRX (BT)",
166571                        "name": "LRX (BT)",
166572                        "value": "4"
166573                    },
166574                    {
166575                        "desc": "LRX (MT)",
166576                        "name": "LRX (MT)",
166577                        "value": "5"
166578                    },
166579                    {
166580                        "desc": "APO (DR)",
166581                        "name": "APO (DR)",
166582                        "value": "6"
166583                    }
166584                ]
166585            },
166586            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-6": {
166587                "ignore-enum-members": true,
166588                "kind": "enum",
166589                "values": [
166590                    {
166591                        "desc": "RLC (BT)",
166592                        "name": "RLC (BT)",
166593                        "value": "0"
166594                    },
166595                    {
166596                        "desc": "RLC (MT)",
166597                        "name": "RLC (MT)",
166598                        "value": "1"
166599                    },
166600                    {
166601                        "desc": "BWC (BT)",
166602                        "name": "BWC (BT)",
166603                        "value": "2"
166604                    },
166605                    {
166606                        "desc": "BWC (MT)",
166607                        "name": "BWC (MT)",
166608                        "value": "3"
166609                    },
166610                    {
166611                        "desc": "LRX (BT)",
166612                        "name": "LRX (BT)",
166613                        "value": "4"
166614                    },
166615                    {
166616                        "desc": "LRX (MT)",
166617                        "name": "LRX (MT)",
166618                        "value": "5"
166619                    },
166620                    {
166621                        "desc": "APO (DR)",
166622                        "name": "APO (DR)",
166623                        "value": "6"
166624                    }
166625                ]
166626            },
166627            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-7": {
166628                "ignore-enum-members": true,
166629                "kind": "enum",
166630                "values": [
166631                    {
166632                        "desc": "RLC (BT)",
166633                        "name": "RLC (BT)",
166634                        "value": "0"
166635                    },
166636                    {
166637                        "desc": "RLC (MT)",
166638                        "name": "RLC (MT)",
166639                        "value": "1"
166640                    },
166641                    {
166642                        "desc": "BWC (BT)",
166643                        "name": "BWC (BT)",
166644                        "value": "2"
166645                    },
166646                    {
166647                        "desc": "BWC (MT)",
166648                        "name": "BWC (MT)",
166649                        "value": "3"
166650                    },
166651                    {
166652                        "desc": "LRX (BT)",
166653                        "name": "LRX (BT)",
166654                        "value": "4"
166655                    },
166656                    {
166657                        "desc": "LRX (MT)",
166658                        "name": "LRX (MT)",
166659                        "value": "5"
166660                    },
166661                    {
166662                        "desc": "APO (DR)",
166663                        "name": "APO (DR)",
166664                        "value": "6"
166665                    }
166666                ]
166667            },
166668            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-8": {
166669                "ignore-enum-members": true,
166670                "kind": "enum",
166671                "values": [
166672                    {
166673                        "desc": "RLC (BT)",
166674                        "name": "RLC (BT)",
166675                        "value": "0"
166676                    },
166677                    {
166678                        "desc": "RLC (MT)",
166679                        "name": "RLC (MT)",
166680                        "value": "1"
166681                    },
166682                    {
166683                        "desc": "BWC (BT)",
166684                        "name": "BWC (BT)",
166685                        "value": "2"
166686                    },
166687                    {
166688                        "desc": "BWC (MT)",
166689                        "name": "BWC (MT)",
166690                        "value": "3"
166691                    },
166692                    {
166693                        "desc": "LRX (BT)",
166694                        "name": "LRX (BT)",
166695                        "value": "4"
166696                    },
166697                    {
166698                        "desc": "LRX (MT)",
166699                        "name": "LRX (MT)",
166700                        "value": "5"
166701                    },
166702                    {
166703                        "desc": "APO (DR)",
166704                        "name": "APO (DR)",
166705                        "value": "6"
166706                    }
166707                ]
166708            },
166709            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-9": {
166710                "ignore-enum-members": true,
166711                "kind": "enum",
166712                "values": [
166713                    {
166714                        "desc": "RLC (BT)",
166715                        "name": "RLC (BT)",
166716                        "value": "0"
166717                    },
166718                    {
166719                        "desc": "RLC (MT)",
166720                        "name": "RLC (MT)",
166721                        "value": "1"
166722                    },
166723                    {
166724                        "desc": "BWC (BT)",
166725                        "name": "BWC (BT)",
166726                        "value": "2"
166727                    },
166728                    {
166729                        "desc": "BWC (MT)",
166730                        "name": "BWC (MT)",
166731                        "value": "3"
166732                    },
166733                    {
166734                        "desc": "LRX (BT)",
166735                        "name": "LRX (BT)",
166736                        "value": "4"
166737                    },
166738                    {
166739                        "desc": "LRX (MT)",
166740                        "name": "LRX (MT)",
166741                        "value": "5"
166742                    },
166743                    {
166744                        "desc": "APO (DR)",
166745                        "name": "APO (DR)",
166746                        "value": "6"
166747                    }
166748                ]
166749            },
166750            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-0": {
166751                "ignore-enum-members": true,
166752                "kind": "enum",
166753                "values": [
166754                    {
166755                        "desc": "RLC (BT)",
166756                        "name": "RLC (BT)",
166757                        "value": "0"
166758                    },
166759                    {
166760                        "desc": "RLC (MT)",
166761                        "name": "RLC (MT)",
166762                        "value": "1"
166763                    },
166764                    {
166765                        "desc": "BWC (BT)",
166766                        "name": "BWC (BT)",
166767                        "value": "2"
166768                    },
166769                    {
166770                        "desc": "BWC (MT)",
166771                        "name": "BWC (MT)",
166772                        "value": "3"
166773                    },
166774                    {
166775                        "desc": "LRX (BT)",
166776                        "name": "LRX (BT)",
166777                        "value": "4"
166778                    },
166779                    {
166780                        "desc": "LRX (MT)",
166781                        "name": "LRX (MT)",
166782                        "value": "5"
166783                    },
166784                    {
166785                        "desc": "APO (DR)",
166786                        "name": "APO (DR)",
166787                        "value": "6"
166788                    }
166789                ]
166790            },
166791            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-1": {
166792                "ignore-enum-members": true,
166793                "kind": "enum",
166794                "values": [
166795                    {
166796                        "desc": "RLC (BT)",
166797                        "name": "RLC (BT)",
166798                        "value": "0"
166799                    },
166800                    {
166801                        "desc": "RLC (MT)",
166802                        "name": "RLC (MT)",
166803                        "value": "1"
166804                    },
166805                    {
166806                        "desc": "BWC (BT)",
166807                        "name": "BWC (BT)",
166808                        "value": "2"
166809                    },
166810                    {
166811                        "desc": "BWC (MT)",
166812                        "name": "BWC (MT)",
166813                        "value": "3"
166814                    },
166815                    {
166816                        "desc": "LRX (BT)",
166817                        "name": "LRX (BT)",
166818                        "value": "4"
166819                    },
166820                    {
166821                        "desc": "LRX (MT)",
166822                        "name": "LRX (MT)",
166823                        "value": "5"
166824                    },
166825                    {
166826                        "desc": "APO (DR)",
166827                        "name": "APO (DR)",
166828                        "value": "6"
166829                    }
166830                ]
166831            },
166832            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-10": {
166833                "ignore-enum-members": true,
166834                "kind": "enum",
166835                "values": [
166836                    {
166837                        "desc": "RLC (BT)",
166838                        "name": "RLC (BT)",
166839                        "value": "0"
166840                    },
166841                    {
166842                        "desc": "RLC (MT)",
166843                        "name": "RLC (MT)",
166844                        "value": "1"
166845                    },
166846                    {
166847                        "desc": "BWC (BT)",
166848                        "name": "BWC (BT)",
166849                        "value": "2"
166850                    },
166851                    {
166852                        "desc": "BWC (MT)",
166853                        "name": "BWC (MT)",
166854                        "value": "3"
166855                    },
166856                    {
166857                        "desc": "LRX (BT)",
166858                        "name": "LRX (BT)",
166859                        "value": "4"
166860                    },
166861                    {
166862                        "desc": "LRX (MT)",
166863                        "name": "LRX (MT)",
166864                        "value": "5"
166865                    },
166866                    {
166867                        "desc": "APO (DR)",
166868                        "name": "APO (DR)",
166869                        "value": "6"
166870                    }
166871                ]
166872            },
166873            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-11": {
166874                "ignore-enum-members": true,
166875                "kind": "enum",
166876                "values": [
166877                    {
166878                        "desc": "RLC (BT)",
166879                        "name": "RLC (BT)",
166880                        "value": "0"
166881                    },
166882                    {
166883                        "desc": "RLC (MT)",
166884                        "name": "RLC (MT)",
166885                        "value": "1"
166886                    },
166887                    {
166888                        "desc": "BWC (BT)",
166889                        "name": "BWC (BT)",
166890                        "value": "2"
166891                    },
166892                    {
166893                        "desc": "BWC (MT)",
166894                        "name": "BWC (MT)",
166895                        "value": "3"
166896                    },
166897                    {
166898                        "desc": "LRX (BT)",
166899                        "name": "LRX (BT)",
166900                        "value": "4"
166901                    },
166902                    {
166903                        "desc": "LRX (MT)",
166904                        "name": "LRX (MT)",
166905                        "value": "5"
166906                    },
166907                    {
166908                        "desc": "APO (DR)",
166909                        "name": "APO (DR)",
166910                        "value": "6"
166911                    }
166912                ]
166913            },
166914            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-12": {
166915                "ignore-enum-members": true,
166916                "kind": "enum",
166917                "values": [
166918                    {
166919                        "desc": "RLC (BT)",
166920                        "name": "RLC (BT)",
166921                        "value": "0"
166922                    },
166923                    {
166924                        "desc": "RLC (MT)",
166925                        "name": "RLC (MT)",
166926                        "value": "1"
166927                    },
166928                    {
166929                        "desc": "BWC (BT)",
166930                        "name": "BWC (BT)",
166931                        "value": "2"
166932                    },
166933                    {
166934                        "desc": "BWC (MT)",
166935                        "name": "BWC (MT)",
166936                        "value": "3"
166937                    },
166938                    {
166939                        "desc": "LRX (BT)",
166940                        "name": "LRX (BT)",
166941                        "value": "4"
166942                    },
166943                    {
166944                        "desc": "LRX (MT)",
166945                        "name": "LRX (MT)",
166946                        "value": "5"
166947                    },
166948                    {
166949                        "desc": "APO (DR)",
166950                        "name": "APO (DR)",
166951                        "value": "6"
166952                    }
166953                ]
166954            },
166955            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-13": {
166956                "ignore-enum-members": true,
166957                "kind": "enum",
166958                "values": [
166959                    {
166960                        "desc": "RLC (BT)",
166961                        "name": "RLC (BT)",
166962                        "value": "0"
166963                    },
166964                    {
166965                        "desc": "RLC (MT)",
166966                        "name": "RLC (MT)",
166967                        "value": "1"
166968                    },
166969                    {
166970                        "desc": "BWC (BT)",
166971                        "name": "BWC (BT)",
166972                        "value": "2"
166973                    },
166974                    {
166975                        "desc": "BWC (MT)",
166976                        "name": "BWC (MT)",
166977                        "value": "3"
166978                    },
166979                    {
166980                        "desc": "LRX (BT)",
166981                        "name": "LRX (BT)",
166982                        "value": "4"
166983                    },
166984                    {
166985                        "desc": "LRX (MT)",
166986                        "name": "LRX (MT)",
166987                        "value": "5"
166988                    },
166989                    {
166990                        "desc": "APO (DR)",
166991                        "name": "APO (DR)",
166992                        "value": "6"
166993                    }
166994                ]
166995            },
166996            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-14": {
166997                "ignore-enum-members": true,
166998                "kind": "enum",
166999                "values": [
167000                    {
167001                        "desc": "RLC (BT)",
167002                        "name": "RLC (BT)",
167003                        "value": "0"
167004                    },
167005                    {
167006                        "desc": "RLC (MT)",
167007                        "name": "RLC (MT)",
167008                        "value": "1"
167009                    },
167010                    {
167011                        "desc": "BWC (BT)",
167012                        "name": "BWC (BT)",
167013                        "value": "2"
167014                    },
167015                    {
167016                        "desc": "BWC (MT)",
167017                        "name": "BWC (MT)",
167018                        "value": "3"
167019                    },
167020                    {
167021                        "desc": "LRX (BT)",
167022                        "name": "LRX (BT)",
167023                        "value": "4"
167024                    },
167025                    {
167026                        "desc": "LRX (MT)",
167027                        "name": "LRX (MT)",
167028                        "value": "5"
167029                    },
167030                    {
167031                        "desc": "APO (DR)",
167032                        "name": "APO (DR)",
167033                        "value": "6"
167034                    }
167035                ]
167036            },
167037            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-15": {
167038                "ignore-enum-members": true,
167039                "kind": "enum",
167040                "values": [
167041                    {
167042                        "desc": "RLC (BT)",
167043                        "name": "RLC (BT)",
167044                        "value": "0"
167045                    },
167046                    {
167047                        "desc": "RLC (MT)",
167048                        "name": "RLC (MT)",
167049                        "value": "1"
167050                    },
167051                    {
167052                        "desc": "BWC (BT)",
167053                        "name": "BWC (BT)",
167054                        "value": "2"
167055                    },
167056                    {
167057                        "desc": "BWC (MT)",
167058                        "name": "BWC (MT)",
167059                        "value": "3"
167060                    },
167061                    {
167062                        "desc": "LRX (BT)",
167063                        "name": "LRX (BT)",
167064                        "value": "4"
167065                    },
167066                    {
167067                        "desc": "LRX (MT)",
167068                        "name": "LRX (MT)",
167069                        "value": "5"
167070                    },
167071                    {
167072                        "desc": "APO (DR)",
167073                        "name": "APO (DR)",
167074                        "value": "6"
167075                    }
167076                ]
167077            },
167078            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-2": {
167079                "ignore-enum-members": true,
167080                "kind": "enum",
167081                "values": [
167082                    {
167083                        "desc": "RLC (BT)",
167084                        "name": "RLC (BT)",
167085                        "value": "0"
167086                    },
167087                    {
167088                        "desc": "RLC (MT)",
167089                        "name": "RLC (MT)",
167090                        "value": "1"
167091                    },
167092                    {
167093                        "desc": "BWC (BT)",
167094                        "name": "BWC (BT)",
167095                        "value": "2"
167096                    },
167097                    {
167098                        "desc": "BWC (MT)",
167099                        "name": "BWC (MT)",
167100                        "value": "3"
167101                    },
167102                    {
167103                        "desc": "LRX (BT)",
167104                        "name": "LRX (BT)",
167105                        "value": "4"
167106                    },
167107                    {
167108                        "desc": "LRX (MT)",
167109                        "name": "LRX (MT)",
167110                        "value": "5"
167111                    },
167112                    {
167113                        "desc": "APO (DR)",
167114                        "name": "APO (DR)",
167115                        "value": "6"
167116                    }
167117                ]
167118            },
167119            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-3": {
167120                "ignore-enum-members": true,
167121                "kind": "enum",
167122                "values": [
167123                    {
167124                        "desc": "RLC (BT)",
167125                        "name": "RLC (BT)",
167126                        "value": "0"
167127                    },
167128                    {
167129                        "desc": "RLC (MT)",
167130                        "name": "RLC (MT)",
167131                        "value": "1"
167132                    },
167133                    {
167134                        "desc": "BWC (BT)",
167135                        "name": "BWC (BT)",
167136                        "value": "2"
167137                    },
167138                    {
167139                        "desc": "BWC (MT)",
167140                        "name": "BWC (MT)",
167141                        "value": "3"
167142                    },
167143                    {
167144                        "desc": "LRX (BT)",
167145                        "name": "LRX (BT)",
167146                        "value": "4"
167147                    },
167148                    {
167149                        "desc": "LRX (MT)",
167150                        "name": "LRX (MT)",
167151                        "value": "5"
167152                    },
167153                    {
167154                        "desc": "APO (DR)",
167155                        "name": "APO (DR)",
167156                        "value": "6"
167157                    }
167158                ]
167159            },
167160            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-4": {
167161                "ignore-enum-members": true,
167162                "kind": "enum",
167163                "values": [
167164                    {
167165                        "desc": "RLC (BT)",
167166                        "name": "RLC (BT)",
167167                        "value": "0"
167168                    },
167169                    {
167170                        "desc": "RLC (MT)",
167171                        "name": "RLC (MT)",
167172                        "value": "1"
167173                    },
167174                    {
167175                        "desc": "BWC (BT)",
167176                        "name": "BWC (BT)",
167177                        "value": "2"
167178                    },
167179                    {
167180                        "desc": "BWC (MT)",
167181                        "name": "BWC (MT)",
167182                        "value": "3"
167183                    },
167184                    {
167185                        "desc": "LRX (BT)",
167186                        "name": "LRX (BT)",
167187                        "value": "4"
167188                    },
167189                    {
167190                        "desc": "LRX (MT)",
167191                        "name": "LRX (MT)",
167192                        "value": "5"
167193                    },
167194                    {
167195                        "desc": "APO (DR)",
167196                        "name": "APO (DR)",
167197                        "value": "6"
167198                    }
167199                ]
167200            },
167201            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-5": {
167202                "ignore-enum-members": true,
167203                "kind": "enum",
167204                "values": [
167205                    {
167206                        "desc": "RLC (BT)",
167207                        "name": "RLC (BT)",
167208                        "value": "0"
167209                    },
167210                    {
167211                        "desc": "RLC (MT)",
167212                        "name": "RLC (MT)",
167213                        "value": "1"
167214                    },
167215                    {
167216                        "desc": "BWC (BT)",
167217                        "name": "BWC (BT)",
167218                        "value": "2"
167219                    },
167220                    {
167221                        "desc": "BWC (MT)",
167222                        "name": "BWC (MT)",
167223                        "value": "3"
167224                    },
167225                    {
167226                        "desc": "LRX (BT)",
167227                        "name": "LRX (BT)",
167228                        "value": "4"
167229                    },
167230                    {
167231                        "desc": "LRX (MT)",
167232                        "name": "LRX (MT)",
167233                        "value": "5"
167234                    },
167235                    {
167236                        "desc": "APO (DR)",
167237                        "name": "APO (DR)",
167238                        "value": "6"
167239                    }
167240                ]
167241            },
167242            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-6": {
167243                "ignore-enum-members": true,
167244                "kind": "enum",
167245                "values": [
167246                    {
167247                        "desc": "RLC (BT)",
167248                        "name": "RLC (BT)",
167249                        "value": "0"
167250                    },
167251                    {
167252                        "desc": "RLC (MT)",
167253                        "name": "RLC (MT)",
167254                        "value": "1"
167255                    },
167256                    {
167257                        "desc": "BWC (BT)",
167258                        "name": "BWC (BT)",
167259                        "value": "2"
167260                    },
167261                    {
167262                        "desc": "BWC (MT)",
167263                        "name": "BWC (MT)",
167264                        "value": "3"
167265                    },
167266                    {
167267                        "desc": "LRX (BT)",
167268                        "name": "LRX (BT)",
167269                        "value": "4"
167270                    },
167271                    {
167272                        "desc": "LRX (MT)",
167273                        "name": "LRX (MT)",
167274                        "value": "5"
167275                    },
167276                    {
167277                        "desc": "APO (DR)",
167278                        "name": "APO (DR)",
167279                        "value": "6"
167280                    }
167281                ]
167282            },
167283            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-7": {
167284                "ignore-enum-members": true,
167285                "kind": "enum",
167286                "values": [
167287                    {
167288                        "desc": "RLC (BT)",
167289                        "name": "RLC (BT)",
167290                        "value": "0"
167291                    },
167292                    {
167293                        "desc": "RLC (MT)",
167294                        "name": "RLC (MT)",
167295                        "value": "1"
167296                    },
167297                    {
167298                        "desc": "BWC (BT)",
167299                        "name": "BWC (BT)",
167300                        "value": "2"
167301                    },
167302                    {
167303                        "desc": "BWC (MT)",
167304                        "name": "BWC (MT)",
167305                        "value": "3"
167306                    },
167307                    {
167308                        "desc": "LRX (BT)",
167309                        "name": "LRX (BT)",
167310                        "value": "4"
167311                    },
167312                    {
167313                        "desc": "LRX (MT)",
167314                        "name": "LRX (MT)",
167315                        "value": "5"
167316                    },
167317                    {
167318                        "desc": "APO (DR)",
167319                        "name": "APO (DR)",
167320                        "value": "6"
167321                    }
167322                ]
167323            },
167324            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-8": {
167325                "ignore-enum-members": true,
167326                "kind": "enum",
167327                "values": [
167328                    {
167329                        "desc": "RLC (BT)",
167330                        "name": "RLC (BT)",
167331                        "value": "0"
167332                    },
167333                    {
167334                        "desc": "RLC (MT)",
167335                        "name": "RLC (MT)",
167336                        "value": "1"
167337                    },
167338                    {
167339                        "desc": "BWC (BT)",
167340                        "name": "BWC (BT)",
167341                        "value": "2"
167342                    },
167343                    {
167344                        "desc": "BWC (MT)",
167345                        "name": "BWC (MT)",
167346                        "value": "3"
167347                    },
167348                    {
167349                        "desc": "LRX (BT)",
167350                        "name": "LRX (BT)",
167351                        "value": "4"
167352                    },
167353                    {
167354                        "desc": "LRX (MT)",
167355                        "name": "LRX (MT)",
167356                        "value": "5"
167357                    },
167358                    {
167359                        "desc": "APO (DR)",
167360                        "name": "APO (DR)",
167361                        "value": "6"
167362                    }
167363                ]
167364            },
167365            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-9": {
167366                "ignore-enum-members": true,
167367                "kind": "enum",
167368                "values": [
167369                    {
167370                        "desc": "RLC (BT)",
167371                        "name": "RLC (BT)",
167372                        "value": "0"
167373                    },
167374                    {
167375                        "desc": "RLC (MT)",
167376                        "name": "RLC (MT)",
167377                        "value": "1"
167378                    },
167379                    {
167380                        "desc": "BWC (BT)",
167381                        "name": "BWC (BT)",
167382                        "value": "2"
167383                    },
167384                    {
167385                        "desc": "BWC (MT)",
167386                        "name": "BWC (MT)",
167387                        "value": "3"
167388                    },
167389                    {
167390                        "desc": "LRX (BT)",
167391                        "name": "LRX (BT)",
167392                        "value": "4"
167393                    },
167394                    {
167395                        "desc": "LRX (MT)",
167396                        "name": "LRX (MT)",
167397                        "value": "5"
167398                    },
167399                    {
167400                        "desc": "APO (DR)",
167401                        "name": "APO (DR)",
167402                        "value": "6"
167403                    }
167404                ]
167405            },
167406            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfsel": {
167407                "ignore-enum-members": true,
167408                "kind": "enum",
167409                "values": [
167410                    {
167411                        "desc": "Filters Left 0-7",
167412                        "name": "Filters Left 0-7",
167413                        "value": "0"
167414                    },
167415                    {
167416                        "desc": "Filters Right 0-7",
167417                        "name": "Filters Right 0-7",
167418                        "value": "1"
167419                    },
167420                    {
167421                        "desc": "Filters Left 8-15",
167422                        "name": "Filters Left 8-15",
167423                        "value": "2"
167424                    },
167425                    {
167426                        "desc": "Filters Right 8-15",
167427                        "name": "Filters Right 8-15",
167428                        "value": "3"
167429                    }
167430                ]
167431            },
167432            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-0": {
167433                "ignore-enum-members": true,
167434                "kind": "enum",
167435                "values": [
167436                    {
167437                        "desc": "Off",
167438                        "name": "Off",
167439                        "value": "0"
167440                    },
167441                    {
167442                        "desc": "Bell",
167443                        "name": "Bell",
167444                        "value": "1"
167445                    },
167446                    {
167447                        "desc": "Hi-pass",
167448                        "name": "Hi-pass",
167449                        "value": "2"
167450                    },
167451                    {
167452                        "desc": "Hi-shelf",
167453                        "name": "Hi-shelf",
167454                        "value": "3"
167455                    },
167456                    {
167457                        "desc": "Lo-pass",
167458                        "name": "Lo-pass",
167459                        "value": "4"
167460                    },
167461                    {
167462                        "desc": "Lo-shelf",
167463                        "name": "Lo-shelf",
167464                        "value": "5"
167465                    },
167466                    {
167467                        "desc": "Notch",
167468                        "name": "Notch",
167469                        "value": "6"
167470                    },
167471                    {
167472                        "desc": "Resonance",
167473                        "name": "Resonance",
167474                        "value": "7"
167475                    },
167476                    {
167477                        "desc": "Allpass",
167478                        "name": "Allpass",
167479                        "value": "8"
167480                    }
167481                ]
167482            },
167483            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-1": {
167484                "ignore-enum-members": true,
167485                "kind": "enum",
167486                "values": [
167487                    {
167488                        "desc": "Off",
167489                        "name": "Off",
167490                        "value": "0"
167491                    },
167492                    {
167493                        "desc": "Bell",
167494                        "name": "Bell",
167495                        "value": "1"
167496                    },
167497                    {
167498                        "desc": "Hi-pass",
167499                        "name": "Hi-pass",
167500                        "value": "2"
167501                    },
167502                    {
167503                        "desc": "Hi-shelf",
167504                        "name": "Hi-shelf",
167505                        "value": "3"
167506                    },
167507                    {
167508                        "desc": "Lo-pass",
167509                        "name": "Lo-pass",
167510                        "value": "4"
167511                    },
167512                    {
167513                        "desc": "Lo-shelf",
167514                        "name": "Lo-shelf",
167515                        "value": "5"
167516                    },
167517                    {
167518                        "desc": "Notch",
167519                        "name": "Notch",
167520                        "value": "6"
167521                    },
167522                    {
167523                        "desc": "Resonance",
167524                        "name": "Resonance",
167525                        "value": "7"
167526                    },
167527                    {
167528                        "desc": "Allpass",
167529                        "name": "Allpass",
167530                        "value": "8"
167531                    }
167532                ]
167533            },
167534            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-10": {
167535                "ignore-enum-members": true,
167536                "kind": "enum",
167537                "values": [
167538                    {
167539                        "desc": "Off",
167540                        "name": "Off",
167541                        "value": "0"
167542                    },
167543                    {
167544                        "desc": "Bell",
167545                        "name": "Bell",
167546                        "value": "1"
167547                    },
167548                    {
167549                        "desc": "Hi-pass",
167550                        "name": "Hi-pass",
167551                        "value": "2"
167552                    },
167553                    {
167554                        "desc": "Hi-shelf",
167555                        "name": "Hi-shelf",
167556                        "value": "3"
167557                    },
167558                    {
167559                        "desc": "Lo-pass",
167560                        "name": "Lo-pass",
167561                        "value": "4"
167562                    },
167563                    {
167564                        "desc": "Lo-shelf",
167565                        "name": "Lo-shelf",
167566                        "value": "5"
167567                    },
167568                    {
167569                        "desc": "Notch",
167570                        "name": "Notch",
167571                        "value": "6"
167572                    },
167573                    {
167574                        "desc": "Resonance",
167575                        "name": "Resonance",
167576                        "value": "7"
167577                    },
167578                    {
167579                        "desc": "Allpass",
167580                        "name": "Allpass",
167581                        "value": "8"
167582                    }
167583                ]
167584            },
167585            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-11": {
167586                "ignore-enum-members": true,
167587                "kind": "enum",
167588                "values": [
167589                    {
167590                        "desc": "Off",
167591                        "name": "Off",
167592                        "value": "0"
167593                    },
167594                    {
167595                        "desc": "Bell",
167596                        "name": "Bell",
167597                        "value": "1"
167598                    },
167599                    {
167600                        "desc": "Hi-pass",
167601                        "name": "Hi-pass",
167602                        "value": "2"
167603                    },
167604                    {
167605                        "desc": "Hi-shelf",
167606                        "name": "Hi-shelf",
167607                        "value": "3"
167608                    },
167609                    {
167610                        "desc": "Lo-pass",
167611                        "name": "Lo-pass",
167612                        "value": "4"
167613                    },
167614                    {
167615                        "desc": "Lo-shelf",
167616                        "name": "Lo-shelf",
167617                        "value": "5"
167618                    },
167619                    {
167620                        "desc": "Notch",
167621                        "name": "Notch",
167622                        "value": "6"
167623                    },
167624                    {
167625                        "desc": "Resonance",
167626                        "name": "Resonance",
167627                        "value": "7"
167628                    },
167629                    {
167630                        "desc": "Allpass",
167631                        "name": "Allpass",
167632                        "value": "8"
167633                    }
167634                ]
167635            },
167636            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-12": {
167637                "ignore-enum-members": true,
167638                "kind": "enum",
167639                "values": [
167640                    {
167641                        "desc": "Off",
167642                        "name": "Off",
167643                        "value": "0"
167644                    },
167645                    {
167646                        "desc": "Bell",
167647                        "name": "Bell",
167648                        "value": "1"
167649                    },
167650                    {
167651                        "desc": "Hi-pass",
167652                        "name": "Hi-pass",
167653                        "value": "2"
167654                    },
167655                    {
167656                        "desc": "Hi-shelf",
167657                        "name": "Hi-shelf",
167658                        "value": "3"
167659                    },
167660                    {
167661                        "desc": "Lo-pass",
167662                        "name": "Lo-pass",
167663                        "value": "4"
167664                    },
167665                    {
167666                        "desc": "Lo-shelf",
167667                        "name": "Lo-shelf",
167668                        "value": "5"
167669                    },
167670                    {
167671                        "desc": "Notch",
167672                        "name": "Notch",
167673                        "value": "6"
167674                    },
167675                    {
167676                        "desc": "Resonance",
167677                        "name": "Resonance",
167678                        "value": "7"
167679                    },
167680                    {
167681                        "desc": "Allpass",
167682                        "name": "Allpass",
167683                        "value": "8"
167684                    }
167685                ]
167686            },
167687            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-13": {
167688                "ignore-enum-members": true,
167689                "kind": "enum",
167690                "values": [
167691                    {
167692                        "desc": "Off",
167693                        "name": "Off",
167694                        "value": "0"
167695                    },
167696                    {
167697                        "desc": "Bell",
167698                        "name": "Bell",
167699                        "value": "1"
167700                    },
167701                    {
167702                        "desc": "Hi-pass",
167703                        "name": "Hi-pass",
167704                        "value": "2"
167705                    },
167706                    {
167707                        "desc": "Hi-shelf",
167708                        "name": "Hi-shelf",
167709                        "value": "3"
167710                    },
167711                    {
167712                        "desc": "Lo-pass",
167713                        "name": "Lo-pass",
167714                        "value": "4"
167715                    },
167716                    {
167717                        "desc": "Lo-shelf",
167718                        "name": "Lo-shelf",
167719                        "value": "5"
167720                    },
167721                    {
167722                        "desc": "Notch",
167723                        "name": "Notch",
167724                        "value": "6"
167725                    },
167726                    {
167727                        "desc": "Resonance",
167728                        "name": "Resonance",
167729                        "value": "7"
167730                    },
167731                    {
167732                        "desc": "Allpass",
167733                        "name": "Allpass",
167734                        "value": "8"
167735                    }
167736                ]
167737            },
167738            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-14": {
167739                "ignore-enum-members": true,
167740                "kind": "enum",
167741                "values": [
167742                    {
167743                        "desc": "Off",
167744                        "name": "Off",
167745                        "value": "0"
167746                    },
167747                    {
167748                        "desc": "Bell",
167749                        "name": "Bell",
167750                        "value": "1"
167751                    },
167752                    {
167753                        "desc": "Hi-pass",
167754                        "name": "Hi-pass",
167755                        "value": "2"
167756                    },
167757                    {
167758                        "desc": "Hi-shelf",
167759                        "name": "Hi-shelf",
167760                        "value": "3"
167761                    },
167762                    {
167763                        "desc": "Lo-pass",
167764                        "name": "Lo-pass",
167765                        "value": "4"
167766                    },
167767                    {
167768                        "desc": "Lo-shelf",
167769                        "name": "Lo-shelf",
167770                        "value": "5"
167771                    },
167772                    {
167773                        "desc": "Notch",
167774                        "name": "Notch",
167775                        "value": "6"
167776                    },
167777                    {
167778                        "desc": "Resonance",
167779                        "name": "Resonance",
167780                        "value": "7"
167781                    },
167782                    {
167783                        "desc": "Allpass",
167784                        "name": "Allpass",
167785                        "value": "8"
167786                    }
167787                ]
167788            },
167789            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-15": {
167790                "ignore-enum-members": true,
167791                "kind": "enum",
167792                "values": [
167793                    {
167794                        "desc": "Off",
167795                        "name": "Off",
167796                        "value": "0"
167797                    },
167798                    {
167799                        "desc": "Bell",
167800                        "name": "Bell",
167801                        "value": "1"
167802                    },
167803                    {
167804                        "desc": "Hi-pass",
167805                        "name": "Hi-pass",
167806                        "value": "2"
167807                    },
167808                    {
167809                        "desc": "Hi-shelf",
167810                        "name": "Hi-shelf",
167811                        "value": "3"
167812                    },
167813                    {
167814                        "desc": "Lo-pass",
167815                        "name": "Lo-pass",
167816                        "value": "4"
167817                    },
167818                    {
167819                        "desc": "Lo-shelf",
167820                        "name": "Lo-shelf",
167821                        "value": "5"
167822                    },
167823                    {
167824                        "desc": "Notch",
167825                        "name": "Notch",
167826                        "value": "6"
167827                    },
167828                    {
167829                        "desc": "Resonance",
167830                        "name": "Resonance",
167831                        "value": "7"
167832                    },
167833                    {
167834                        "desc": "Allpass",
167835                        "name": "Allpass",
167836                        "value": "8"
167837                    }
167838                ]
167839            },
167840            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-2": {
167841                "ignore-enum-members": true,
167842                "kind": "enum",
167843                "values": [
167844                    {
167845                        "desc": "Off",
167846                        "name": "Off",
167847                        "value": "0"
167848                    },
167849                    {
167850                        "desc": "Bell",
167851                        "name": "Bell",
167852                        "value": "1"
167853                    },
167854                    {
167855                        "desc": "Hi-pass",
167856                        "name": "Hi-pass",
167857                        "value": "2"
167858                    },
167859                    {
167860                        "desc": "Hi-shelf",
167861                        "name": "Hi-shelf",
167862                        "value": "3"
167863                    },
167864                    {
167865                        "desc": "Lo-pass",
167866                        "name": "Lo-pass",
167867                        "value": "4"
167868                    },
167869                    {
167870                        "desc": "Lo-shelf",
167871                        "name": "Lo-shelf",
167872                        "value": "5"
167873                    },
167874                    {
167875                        "desc": "Notch",
167876                        "name": "Notch",
167877                        "value": "6"
167878                    },
167879                    {
167880                        "desc": "Resonance",
167881                        "name": "Resonance",
167882                        "value": "7"
167883                    },
167884                    {
167885                        "desc": "Allpass",
167886                        "name": "Allpass",
167887                        "value": "8"
167888                    }
167889                ]
167890            },
167891            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-3": {
167892                "ignore-enum-members": true,
167893                "kind": "enum",
167894                "values": [
167895                    {
167896                        "desc": "Off",
167897                        "name": "Off",
167898                        "value": "0"
167899                    },
167900                    {
167901                        "desc": "Bell",
167902                        "name": "Bell",
167903                        "value": "1"
167904                    },
167905                    {
167906                        "desc": "Hi-pass",
167907                        "name": "Hi-pass",
167908                        "value": "2"
167909                    },
167910                    {
167911                        "desc": "Hi-shelf",
167912                        "name": "Hi-shelf",
167913                        "value": "3"
167914                    },
167915                    {
167916                        "desc": "Lo-pass",
167917                        "name": "Lo-pass",
167918                        "value": "4"
167919                    },
167920                    {
167921                        "desc": "Lo-shelf",
167922                        "name": "Lo-shelf",
167923                        "value": "5"
167924                    },
167925                    {
167926                        "desc": "Notch",
167927                        "name": "Notch",
167928                        "value": "6"
167929                    },
167930                    {
167931                        "desc": "Resonance",
167932                        "name": "Resonance",
167933                        "value": "7"
167934                    },
167935                    {
167936                        "desc": "Allpass",
167937                        "name": "Allpass",
167938                        "value": "8"
167939                    }
167940                ]
167941            },
167942            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-4": {
167943                "ignore-enum-members": true,
167944                "kind": "enum",
167945                "values": [
167946                    {
167947                        "desc": "Off",
167948                        "name": "Off",
167949                        "value": "0"
167950                    },
167951                    {
167952                        "desc": "Bell",
167953                        "name": "Bell",
167954                        "value": "1"
167955                    },
167956                    {
167957                        "desc": "Hi-pass",
167958                        "name": "Hi-pass",
167959                        "value": "2"
167960                    },
167961                    {
167962                        "desc": "Hi-shelf",
167963                        "name": "Hi-shelf",
167964                        "value": "3"
167965                    },
167966                    {
167967                        "desc": "Lo-pass",
167968                        "name": "Lo-pass",
167969                        "value": "4"
167970                    },
167971                    {
167972                        "desc": "Lo-shelf",
167973                        "name": "Lo-shelf",
167974                        "value": "5"
167975                    },
167976                    {
167977                        "desc": "Notch",
167978                        "name": "Notch",
167979                        "value": "6"
167980                    },
167981                    {
167982                        "desc": "Resonance",
167983                        "name": "Resonance",
167984                        "value": "7"
167985                    },
167986                    {
167987                        "desc": "Allpass",
167988                        "name": "Allpass",
167989                        "value": "8"
167990                    }
167991                ]
167992            },
167993            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-5": {
167994                "ignore-enum-members": true,
167995                "kind": "enum",
167996                "values": [
167997                    {
167998                        "desc": "Off",
167999                        "name": "Off",
168000                        "value": "0"
168001                    },
168002                    {
168003                        "desc": "Bell",
168004                        "name": "Bell",
168005                        "value": "1"
168006                    },
168007                    {
168008                        "desc": "Hi-pass",
168009                        "name": "Hi-pass",
168010                        "value": "2"
168011                    },
168012                    {
168013                        "desc": "Hi-shelf",
168014                        "name": "Hi-shelf",
168015                        "value": "3"
168016                    },
168017                    {
168018                        "desc": "Lo-pass",
168019                        "name": "Lo-pass",
168020                        "value": "4"
168021                    },
168022                    {
168023                        "desc": "Lo-shelf",
168024                        "name": "Lo-shelf",
168025                        "value": "5"
168026                    },
168027                    {
168028                        "desc": "Notch",
168029                        "name": "Notch",
168030                        "value": "6"
168031                    },
168032                    {
168033                        "desc": "Resonance",
168034                        "name": "Resonance",
168035                        "value": "7"
168036                    },
168037                    {
168038                        "desc": "Allpass",
168039                        "name": "Allpass",
168040                        "value": "8"
168041                    }
168042                ]
168043            },
168044            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-6": {
168045                "ignore-enum-members": true,
168046                "kind": "enum",
168047                "values": [
168048                    {
168049                        "desc": "Off",
168050                        "name": "Off",
168051                        "value": "0"
168052                    },
168053                    {
168054                        "desc": "Bell",
168055                        "name": "Bell",
168056                        "value": "1"
168057                    },
168058                    {
168059                        "desc": "Hi-pass",
168060                        "name": "Hi-pass",
168061                        "value": "2"
168062                    },
168063                    {
168064                        "desc": "Hi-shelf",
168065                        "name": "Hi-shelf",
168066                        "value": "3"
168067                    },
168068                    {
168069                        "desc": "Lo-pass",
168070                        "name": "Lo-pass",
168071                        "value": "4"
168072                    },
168073                    {
168074                        "desc": "Lo-shelf",
168075                        "name": "Lo-shelf",
168076                        "value": "5"
168077                    },
168078                    {
168079                        "desc": "Notch",
168080                        "name": "Notch",
168081                        "value": "6"
168082                    },
168083                    {
168084                        "desc": "Resonance",
168085                        "name": "Resonance",
168086                        "value": "7"
168087                    },
168088                    {
168089                        "desc": "Allpass",
168090                        "name": "Allpass",
168091                        "value": "8"
168092                    }
168093                ]
168094            },
168095            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-7": {
168096                "ignore-enum-members": true,
168097                "kind": "enum",
168098                "values": [
168099                    {
168100                        "desc": "Off",
168101                        "name": "Off",
168102                        "value": "0"
168103                    },
168104                    {
168105                        "desc": "Bell",
168106                        "name": "Bell",
168107                        "value": "1"
168108                    },
168109                    {
168110                        "desc": "Hi-pass",
168111                        "name": "Hi-pass",
168112                        "value": "2"
168113                    },
168114                    {
168115                        "desc": "Hi-shelf",
168116                        "name": "Hi-shelf",
168117                        "value": "3"
168118                    },
168119                    {
168120                        "desc": "Lo-pass",
168121                        "name": "Lo-pass",
168122                        "value": "4"
168123                    },
168124                    {
168125                        "desc": "Lo-shelf",
168126                        "name": "Lo-shelf",
168127                        "value": "5"
168128                    },
168129                    {
168130                        "desc": "Notch",
168131                        "name": "Notch",
168132                        "value": "6"
168133                    },
168134                    {
168135                        "desc": "Resonance",
168136                        "name": "Resonance",
168137                        "value": "7"
168138                    },
168139                    {
168140                        "desc": "Allpass",
168141                        "name": "Allpass",
168142                        "value": "8"
168143                    }
168144                ]
168145            },
168146            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-8": {
168147                "ignore-enum-members": true,
168148                "kind": "enum",
168149                "values": [
168150                    {
168151                        "desc": "Off",
168152                        "name": "Off",
168153                        "value": "0"
168154                    },
168155                    {
168156                        "desc": "Bell",
168157                        "name": "Bell",
168158                        "value": "1"
168159                    },
168160                    {
168161                        "desc": "Hi-pass",
168162                        "name": "Hi-pass",
168163                        "value": "2"
168164                    },
168165                    {
168166                        "desc": "Hi-shelf",
168167                        "name": "Hi-shelf",
168168                        "value": "3"
168169                    },
168170                    {
168171                        "desc": "Lo-pass",
168172                        "name": "Lo-pass",
168173                        "value": "4"
168174                    },
168175                    {
168176                        "desc": "Lo-shelf",
168177                        "name": "Lo-shelf",
168178                        "value": "5"
168179                    },
168180                    {
168181                        "desc": "Notch",
168182                        "name": "Notch",
168183                        "value": "6"
168184                    },
168185                    {
168186                        "desc": "Resonance",
168187                        "name": "Resonance",
168188                        "value": "7"
168189                    },
168190                    {
168191                        "desc": "Allpass",
168192                        "name": "Allpass",
168193                        "value": "8"
168194                    }
168195                ]
168196            },
168197            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-9": {
168198                "ignore-enum-members": true,
168199                "kind": "enum",
168200                "values": [
168201                    {
168202                        "desc": "Off",
168203                        "name": "Off",
168204                        "value": "0"
168205                    },
168206                    {
168207                        "desc": "Bell",
168208                        "name": "Bell",
168209                        "value": "1"
168210                    },
168211                    {
168212                        "desc": "Hi-pass",
168213                        "name": "Hi-pass",
168214                        "value": "2"
168215                    },
168216                    {
168217                        "desc": "Hi-shelf",
168218                        "name": "Hi-shelf",
168219                        "value": "3"
168220                    },
168221                    {
168222                        "desc": "Lo-pass",
168223                        "name": "Lo-pass",
168224                        "value": "4"
168225                    },
168226                    {
168227                        "desc": "Lo-shelf",
168228                        "name": "Lo-shelf",
168229                        "value": "5"
168230                    },
168231                    {
168232                        "desc": "Notch",
168233                        "name": "Notch",
168234                        "value": "6"
168235                    },
168236                    {
168237                        "desc": "Resonance",
168238                        "name": "Resonance",
168239                        "value": "7"
168240                    },
168241                    {
168242                        "desc": "Allpass",
168243                        "name": "Allpass",
168244                        "value": "8"
168245                    }
168246                ]
168247            },
168248            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-0": {
168249                "ignore-enum-members": true,
168250                "kind": "enum",
168251                "values": [
168252                    {
168253                        "desc": "Off",
168254                        "name": "Off",
168255                        "value": "0"
168256                    },
168257                    {
168258                        "desc": "Bell",
168259                        "name": "Bell",
168260                        "value": "1"
168261                    },
168262                    {
168263                        "desc": "Hi-pass",
168264                        "name": "Hi-pass",
168265                        "value": "2"
168266                    },
168267                    {
168268                        "desc": "Hi-shelf",
168269                        "name": "Hi-shelf",
168270                        "value": "3"
168271                    },
168272                    {
168273                        "desc": "Lo-pass",
168274                        "name": "Lo-pass",
168275                        "value": "4"
168276                    },
168277                    {
168278                        "desc": "Lo-shelf",
168279                        "name": "Lo-shelf",
168280                        "value": "5"
168281                    },
168282                    {
168283                        "desc": "Notch",
168284                        "name": "Notch",
168285                        "value": "6"
168286                    },
168287                    {
168288                        "desc": "Resonance",
168289                        "name": "Resonance",
168290                        "value": "7"
168291                    },
168292                    {
168293                        "desc": "Allpass",
168294                        "name": "Allpass",
168295                        "value": "8"
168296                    }
168297                ]
168298            },
168299            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-1": {
168300                "ignore-enum-members": true,
168301                "kind": "enum",
168302                "values": [
168303                    {
168304                        "desc": "Off",
168305                        "name": "Off",
168306                        "value": "0"
168307                    },
168308                    {
168309                        "desc": "Bell",
168310                        "name": "Bell",
168311                        "value": "1"
168312                    },
168313                    {
168314                        "desc": "Hi-pass",
168315                        "name": "Hi-pass",
168316                        "value": "2"
168317                    },
168318                    {
168319                        "desc": "Hi-shelf",
168320                        "name": "Hi-shelf",
168321                        "value": "3"
168322                    },
168323                    {
168324                        "desc": "Lo-pass",
168325                        "name": "Lo-pass",
168326                        "value": "4"
168327                    },
168328                    {
168329                        "desc": "Lo-shelf",
168330                        "name": "Lo-shelf",
168331                        "value": "5"
168332                    },
168333                    {
168334                        "desc": "Notch",
168335                        "name": "Notch",
168336                        "value": "6"
168337                    },
168338                    {
168339                        "desc": "Resonance",
168340                        "name": "Resonance",
168341                        "value": "7"
168342                    },
168343                    {
168344                        "desc": "Allpass",
168345                        "name": "Allpass",
168346                        "value": "8"
168347                    }
168348                ]
168349            },
168350            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-10": {
168351                "ignore-enum-members": true,
168352                "kind": "enum",
168353                "values": [
168354                    {
168355                        "desc": "Off",
168356                        "name": "Off",
168357                        "value": "0"
168358                    },
168359                    {
168360                        "desc": "Bell",
168361                        "name": "Bell",
168362                        "value": "1"
168363                    },
168364                    {
168365                        "desc": "Hi-pass",
168366                        "name": "Hi-pass",
168367                        "value": "2"
168368                    },
168369                    {
168370                        "desc": "Hi-shelf",
168371                        "name": "Hi-shelf",
168372                        "value": "3"
168373                    },
168374                    {
168375                        "desc": "Lo-pass",
168376                        "name": "Lo-pass",
168377                        "value": "4"
168378                    },
168379                    {
168380                        "desc": "Lo-shelf",
168381                        "name": "Lo-shelf",
168382                        "value": "5"
168383                    },
168384                    {
168385                        "desc": "Notch",
168386                        "name": "Notch",
168387                        "value": "6"
168388                    },
168389                    {
168390                        "desc": "Resonance",
168391                        "name": "Resonance",
168392                        "value": "7"
168393                    },
168394                    {
168395                        "desc": "Allpass",
168396                        "name": "Allpass",
168397                        "value": "8"
168398                    }
168399                ]
168400            },
168401            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-11": {
168402                "ignore-enum-members": true,
168403                "kind": "enum",
168404                "values": [
168405                    {
168406                        "desc": "Off",
168407                        "name": "Off",
168408                        "value": "0"
168409                    },
168410                    {
168411                        "desc": "Bell",
168412                        "name": "Bell",
168413                        "value": "1"
168414                    },
168415                    {
168416                        "desc": "Hi-pass",
168417                        "name": "Hi-pass",
168418                        "value": "2"
168419                    },
168420                    {
168421                        "desc": "Hi-shelf",
168422                        "name": "Hi-shelf",
168423                        "value": "3"
168424                    },
168425                    {
168426                        "desc": "Lo-pass",
168427                        "name": "Lo-pass",
168428                        "value": "4"
168429                    },
168430                    {
168431                        "desc": "Lo-shelf",
168432                        "name": "Lo-shelf",
168433                        "value": "5"
168434                    },
168435                    {
168436                        "desc": "Notch",
168437                        "name": "Notch",
168438                        "value": "6"
168439                    },
168440                    {
168441                        "desc": "Resonance",
168442                        "name": "Resonance",
168443                        "value": "7"
168444                    },
168445                    {
168446                        "desc": "Allpass",
168447                        "name": "Allpass",
168448                        "value": "8"
168449                    }
168450                ]
168451            },
168452            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-12": {
168453                "ignore-enum-members": true,
168454                "kind": "enum",
168455                "values": [
168456                    {
168457                        "desc": "Off",
168458                        "name": "Off",
168459                        "value": "0"
168460                    },
168461                    {
168462                        "desc": "Bell",
168463                        "name": "Bell",
168464                        "value": "1"
168465                    },
168466                    {
168467                        "desc": "Hi-pass",
168468                        "name": "Hi-pass",
168469                        "value": "2"
168470                    },
168471                    {
168472                        "desc": "Hi-shelf",
168473                        "name": "Hi-shelf",
168474                        "value": "3"
168475                    },
168476                    {
168477                        "desc": "Lo-pass",
168478                        "name": "Lo-pass",
168479                        "value": "4"
168480                    },
168481                    {
168482                        "desc": "Lo-shelf",
168483                        "name": "Lo-shelf",
168484                        "value": "5"
168485                    },
168486                    {
168487                        "desc": "Notch",
168488                        "name": "Notch",
168489                        "value": "6"
168490                    },
168491                    {
168492                        "desc": "Resonance",
168493                        "name": "Resonance",
168494                        "value": "7"
168495                    },
168496                    {
168497                        "desc": "Allpass",
168498                        "name": "Allpass",
168499                        "value": "8"
168500                    }
168501                ]
168502            },
168503            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-13": {
168504                "ignore-enum-members": true,
168505                "kind": "enum",
168506                "values": [
168507                    {
168508                        "desc": "Off",
168509                        "name": "Off",
168510                        "value": "0"
168511                    },
168512                    {
168513                        "desc": "Bell",
168514                        "name": "Bell",
168515                        "value": "1"
168516                    },
168517                    {
168518                        "desc": "Hi-pass",
168519                        "name": "Hi-pass",
168520                        "value": "2"
168521                    },
168522                    {
168523                        "desc": "Hi-shelf",
168524                        "name": "Hi-shelf",
168525                        "value": "3"
168526                    },
168527                    {
168528                        "desc": "Lo-pass",
168529                        "name": "Lo-pass",
168530                        "value": "4"
168531                    },
168532                    {
168533                        "desc": "Lo-shelf",
168534                        "name": "Lo-shelf",
168535                        "value": "5"
168536                    },
168537                    {
168538                        "desc": "Notch",
168539                        "name": "Notch",
168540                        "value": "6"
168541                    },
168542                    {
168543                        "desc": "Resonance",
168544                        "name": "Resonance",
168545                        "value": "7"
168546                    },
168547                    {
168548                        "desc": "Allpass",
168549                        "name": "Allpass",
168550                        "value": "8"
168551                    }
168552                ]
168553            },
168554            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-14": {
168555                "ignore-enum-members": true,
168556                "kind": "enum",
168557                "values": [
168558                    {
168559                        "desc": "Off",
168560                        "name": "Off",
168561                        "value": "0"
168562                    },
168563                    {
168564                        "desc": "Bell",
168565                        "name": "Bell",
168566                        "value": "1"
168567                    },
168568                    {
168569                        "desc": "Hi-pass",
168570                        "name": "Hi-pass",
168571                        "value": "2"
168572                    },
168573                    {
168574                        "desc": "Hi-shelf",
168575                        "name": "Hi-shelf",
168576                        "value": "3"
168577                    },
168578                    {
168579                        "desc": "Lo-pass",
168580                        "name": "Lo-pass",
168581                        "value": "4"
168582                    },
168583                    {
168584                        "desc": "Lo-shelf",
168585                        "name": "Lo-shelf",
168586                        "value": "5"
168587                    },
168588                    {
168589                        "desc": "Notch",
168590                        "name": "Notch",
168591                        "value": "6"
168592                    },
168593                    {
168594                        "desc": "Resonance",
168595                        "name": "Resonance",
168596                        "value": "7"
168597                    },
168598                    {
168599                        "desc": "Allpass",
168600                        "name": "Allpass",
168601                        "value": "8"
168602                    }
168603                ]
168604            },
168605            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-15": {
168606                "ignore-enum-members": true,
168607                "kind": "enum",
168608                "values": [
168609                    {
168610                        "desc": "Off",
168611                        "name": "Off",
168612                        "value": "0"
168613                    },
168614                    {
168615                        "desc": "Bell",
168616                        "name": "Bell",
168617                        "value": "1"
168618                    },
168619                    {
168620                        "desc": "Hi-pass",
168621                        "name": "Hi-pass",
168622                        "value": "2"
168623                    },
168624                    {
168625                        "desc": "Hi-shelf",
168626                        "name": "Hi-shelf",
168627                        "value": "3"
168628                    },
168629                    {
168630                        "desc": "Lo-pass",
168631                        "name": "Lo-pass",
168632                        "value": "4"
168633                    },
168634                    {
168635                        "desc": "Lo-shelf",
168636                        "name": "Lo-shelf",
168637                        "value": "5"
168638                    },
168639                    {
168640                        "desc": "Notch",
168641                        "name": "Notch",
168642                        "value": "6"
168643                    },
168644                    {
168645                        "desc": "Resonance",
168646                        "name": "Resonance",
168647                        "value": "7"
168648                    },
168649                    {
168650                        "desc": "Allpass",
168651                        "name": "Allpass",
168652                        "value": "8"
168653                    }
168654                ]
168655            },
168656            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-2": {
168657                "ignore-enum-members": true,
168658                "kind": "enum",
168659                "values": [
168660                    {
168661                        "desc": "Off",
168662                        "name": "Off",
168663                        "value": "0"
168664                    },
168665                    {
168666                        "desc": "Bell",
168667                        "name": "Bell",
168668                        "value": "1"
168669                    },
168670                    {
168671                        "desc": "Hi-pass",
168672                        "name": "Hi-pass",
168673                        "value": "2"
168674                    },
168675                    {
168676                        "desc": "Hi-shelf",
168677                        "name": "Hi-shelf",
168678                        "value": "3"
168679                    },
168680                    {
168681                        "desc": "Lo-pass",
168682                        "name": "Lo-pass",
168683                        "value": "4"
168684                    },
168685                    {
168686                        "desc": "Lo-shelf",
168687                        "name": "Lo-shelf",
168688                        "value": "5"
168689                    },
168690                    {
168691                        "desc": "Notch",
168692                        "name": "Notch",
168693                        "value": "6"
168694                    },
168695                    {
168696                        "desc": "Resonance",
168697                        "name": "Resonance",
168698                        "value": "7"
168699                    },
168700                    {
168701                        "desc": "Allpass",
168702                        "name": "Allpass",
168703                        "value": "8"
168704                    }
168705                ]
168706            },
168707            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-3": {
168708                "ignore-enum-members": true,
168709                "kind": "enum",
168710                "values": [
168711                    {
168712                        "desc": "Off",
168713                        "name": "Off",
168714                        "value": "0"
168715                    },
168716                    {
168717                        "desc": "Bell",
168718                        "name": "Bell",
168719                        "value": "1"
168720                    },
168721                    {
168722                        "desc": "Hi-pass",
168723                        "name": "Hi-pass",
168724                        "value": "2"
168725                    },
168726                    {
168727                        "desc": "Hi-shelf",
168728                        "name": "Hi-shelf",
168729                        "value": "3"
168730                    },
168731                    {
168732                        "desc": "Lo-pass",
168733                        "name": "Lo-pass",
168734                        "value": "4"
168735                    },
168736                    {
168737                        "desc": "Lo-shelf",
168738                        "name": "Lo-shelf",
168739                        "value": "5"
168740                    },
168741                    {
168742                        "desc": "Notch",
168743                        "name": "Notch",
168744                        "value": "6"
168745                    },
168746                    {
168747                        "desc": "Resonance",
168748                        "name": "Resonance",
168749                        "value": "7"
168750                    },
168751                    {
168752                        "desc": "Allpass",
168753                        "name": "Allpass",
168754                        "value": "8"
168755                    }
168756                ]
168757            },
168758            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-4": {
168759                "ignore-enum-members": true,
168760                "kind": "enum",
168761                "values": [
168762                    {
168763                        "desc": "Off",
168764                        "name": "Off",
168765                        "value": "0"
168766                    },
168767                    {
168768                        "desc": "Bell",
168769                        "name": "Bell",
168770                        "value": "1"
168771                    },
168772                    {
168773                        "desc": "Hi-pass",
168774                        "name": "Hi-pass",
168775                        "value": "2"
168776                    },
168777                    {
168778                        "desc": "Hi-shelf",
168779                        "name": "Hi-shelf",
168780                        "value": "3"
168781                    },
168782                    {
168783                        "desc": "Lo-pass",
168784                        "name": "Lo-pass",
168785                        "value": "4"
168786                    },
168787                    {
168788                        "desc": "Lo-shelf",
168789                        "name": "Lo-shelf",
168790                        "value": "5"
168791                    },
168792                    {
168793                        "desc": "Notch",
168794                        "name": "Notch",
168795                        "value": "6"
168796                    },
168797                    {
168798                        "desc": "Resonance",
168799                        "name": "Resonance",
168800                        "value": "7"
168801                    },
168802                    {
168803                        "desc": "Allpass",
168804                        "name": "Allpass",
168805                        "value": "8"
168806                    }
168807                ]
168808            },
168809            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-5": {
168810                "ignore-enum-members": true,
168811                "kind": "enum",
168812                "values": [
168813                    {
168814                        "desc": "Off",
168815                        "name": "Off",
168816                        "value": "0"
168817                    },
168818                    {
168819                        "desc": "Bell",
168820                        "name": "Bell",
168821                        "value": "1"
168822                    },
168823                    {
168824                        "desc": "Hi-pass",
168825                        "name": "Hi-pass",
168826                        "value": "2"
168827                    },
168828                    {
168829                        "desc": "Hi-shelf",
168830                        "name": "Hi-shelf",
168831                        "value": "3"
168832                    },
168833                    {
168834                        "desc": "Lo-pass",
168835                        "name": "Lo-pass",
168836                        "value": "4"
168837                    },
168838                    {
168839                        "desc": "Lo-shelf",
168840                        "name": "Lo-shelf",
168841                        "value": "5"
168842                    },
168843                    {
168844                        "desc": "Notch",
168845                        "name": "Notch",
168846                        "value": "6"
168847                    },
168848                    {
168849                        "desc": "Resonance",
168850                        "name": "Resonance",
168851                        "value": "7"
168852                    },
168853                    {
168854                        "desc": "Allpass",
168855                        "name": "Allpass",
168856                        "value": "8"
168857                    }
168858                ]
168859            },
168860            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-6": {
168861                "ignore-enum-members": true,
168862                "kind": "enum",
168863                "values": [
168864                    {
168865                        "desc": "Off",
168866                        "name": "Off",
168867                        "value": "0"
168868                    },
168869                    {
168870                        "desc": "Bell",
168871                        "name": "Bell",
168872                        "value": "1"
168873                    },
168874                    {
168875                        "desc": "Hi-pass",
168876                        "name": "Hi-pass",
168877                        "value": "2"
168878                    },
168879                    {
168880                        "desc": "Hi-shelf",
168881                        "name": "Hi-shelf",
168882                        "value": "3"
168883                    },
168884                    {
168885                        "desc": "Lo-pass",
168886                        "name": "Lo-pass",
168887                        "value": "4"
168888                    },
168889                    {
168890                        "desc": "Lo-shelf",
168891                        "name": "Lo-shelf",
168892                        "value": "5"
168893                    },
168894                    {
168895                        "desc": "Notch",
168896                        "name": "Notch",
168897                        "value": "6"
168898                    },
168899                    {
168900                        "desc": "Resonance",
168901                        "name": "Resonance",
168902                        "value": "7"
168903                    },
168904                    {
168905                        "desc": "Allpass",
168906                        "name": "Allpass",
168907                        "value": "8"
168908                    }
168909                ]
168910            },
168911            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-7": {
168912                "ignore-enum-members": true,
168913                "kind": "enum",
168914                "values": [
168915                    {
168916                        "desc": "Off",
168917                        "name": "Off",
168918                        "value": "0"
168919                    },
168920                    {
168921                        "desc": "Bell",
168922                        "name": "Bell",
168923                        "value": "1"
168924                    },
168925                    {
168926                        "desc": "Hi-pass",
168927                        "name": "Hi-pass",
168928                        "value": "2"
168929                    },
168930                    {
168931                        "desc": "Hi-shelf",
168932                        "name": "Hi-shelf",
168933                        "value": "3"
168934                    },
168935                    {
168936                        "desc": "Lo-pass",
168937                        "name": "Lo-pass",
168938                        "value": "4"
168939                    },
168940                    {
168941                        "desc": "Lo-shelf",
168942                        "name": "Lo-shelf",
168943                        "value": "5"
168944                    },
168945                    {
168946                        "desc": "Notch",
168947                        "name": "Notch",
168948                        "value": "6"
168949                    },
168950                    {
168951                        "desc": "Resonance",
168952                        "name": "Resonance",
168953                        "value": "7"
168954                    },
168955                    {
168956                        "desc": "Allpass",
168957                        "name": "Allpass",
168958                        "value": "8"
168959                    }
168960                ]
168961            },
168962            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-8": {
168963                "ignore-enum-members": true,
168964                "kind": "enum",
168965                "values": [
168966                    {
168967                        "desc": "Off",
168968                        "name": "Off",
168969                        "value": "0"
168970                    },
168971                    {
168972                        "desc": "Bell",
168973                        "name": "Bell",
168974                        "value": "1"
168975                    },
168976                    {
168977                        "desc": "Hi-pass",
168978                        "name": "Hi-pass",
168979                        "value": "2"
168980                    },
168981                    {
168982                        "desc": "Hi-shelf",
168983                        "name": "Hi-shelf",
168984                        "value": "3"
168985                    },
168986                    {
168987                        "desc": "Lo-pass",
168988                        "name": "Lo-pass",
168989                        "value": "4"
168990                    },
168991                    {
168992                        "desc": "Lo-shelf",
168993                        "name": "Lo-shelf",
168994                        "value": "5"
168995                    },
168996                    {
168997                        "desc": "Notch",
168998                        "name": "Notch",
168999                        "value": "6"
169000                    },
169001                    {
169002                        "desc": "Resonance",
169003                        "name": "Resonance",
169004                        "value": "7"
169005                    },
169006                    {
169007                        "desc": "Allpass",
169008                        "name": "Allpass",
169009                        "value": "8"
169010                    }
169011                ]
169012            },
169013            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-9": {
169014                "ignore-enum-members": true,
169015                "kind": "enum",
169016                "values": [
169017                    {
169018                        "desc": "Off",
169019                        "name": "Off",
169020                        "value": "0"
169021                    },
169022                    {
169023                        "desc": "Bell",
169024                        "name": "Bell",
169025                        "value": "1"
169026                    },
169027                    {
169028                        "desc": "Hi-pass",
169029                        "name": "Hi-pass",
169030                        "value": "2"
169031                    },
169032                    {
169033                        "desc": "Hi-shelf",
169034                        "name": "Hi-shelf",
169035                        "value": "3"
169036                    },
169037                    {
169038                        "desc": "Lo-pass",
169039                        "name": "Lo-pass",
169040                        "value": "4"
169041                    },
169042                    {
169043                        "desc": "Lo-shelf",
169044                        "name": "Lo-shelf",
169045                        "value": "5"
169046                    },
169047                    {
169048                        "desc": "Notch",
169049                        "name": "Notch",
169050                        "value": "6"
169051                    },
169052                    {
169053                        "desc": "Resonance",
169054                        "name": "Resonance",
169055                        "value": "7"
169056                    },
169057                    {
169058                        "desc": "Allpass",
169059                        "name": "Allpass",
169060                        "value": "8"
169061                    }
169062                ]
169063            },
169064            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrmode": {
169065                "ignore-enum-members": true,
169066                "kind": "enum",
169067                "values": [
169068                    {
169069                        "desc": "IIR",
169070                        "name": "IIR",
169071                        "value": "0"
169072                    },
169073                    {
169074                        "desc": "FIR",
169075                        "name": "FIR",
169076                        "value": "1"
169077                    },
169078                    {
169079                        "desc": "FFT",
169080                        "name": "FFT",
169081                        "value": "2"
169082                    }
169083                ]
169084            },
169085            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-0": {
169086                "ignore-enum-members": true,
169087                "kind": "enum",
169088                "values": [
169089                    {
169090                        "desc": "x1",
169091                        "name": "x1",
169092                        "value": "0"
169093                    },
169094                    {
169095                        "desc": "x2",
169096                        "name": "x2",
169097                        "value": "1"
169098                    },
169099                    {
169100                        "desc": "x3",
169101                        "name": "x3",
169102                        "value": "2"
169103                    },
169104                    {
169105                        "desc": "x4",
169106                        "name": "x4",
169107                        "value": "3"
169108                    }
169109                ]
169110            },
169111            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-1": {
169112                "ignore-enum-members": true,
169113                "kind": "enum",
169114                "values": [
169115                    {
169116                        "desc": "x1",
169117                        "name": "x1",
169118                        "value": "0"
169119                    },
169120                    {
169121                        "desc": "x2",
169122                        "name": "x2",
169123                        "value": "1"
169124                    },
169125                    {
169126                        "desc": "x3",
169127                        "name": "x3",
169128                        "value": "2"
169129                    },
169130                    {
169131                        "desc": "x4",
169132                        "name": "x4",
169133                        "value": "3"
169134                    }
169135                ]
169136            },
169137            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-10": {
169138                "ignore-enum-members": true,
169139                "kind": "enum",
169140                "values": [
169141                    {
169142                        "desc": "x1",
169143                        "name": "x1",
169144                        "value": "0"
169145                    },
169146                    {
169147                        "desc": "x2",
169148                        "name": "x2",
169149                        "value": "1"
169150                    },
169151                    {
169152                        "desc": "x3",
169153                        "name": "x3",
169154                        "value": "2"
169155                    },
169156                    {
169157                        "desc": "x4",
169158                        "name": "x4",
169159                        "value": "3"
169160                    }
169161                ]
169162            },
169163            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-11": {
169164                "ignore-enum-members": true,
169165                "kind": "enum",
169166                "values": [
169167                    {
169168                        "desc": "x1",
169169                        "name": "x1",
169170                        "value": "0"
169171                    },
169172                    {
169173                        "desc": "x2",
169174                        "name": "x2",
169175                        "value": "1"
169176                    },
169177                    {
169178                        "desc": "x3",
169179                        "name": "x3",
169180                        "value": "2"
169181                    },
169182                    {
169183                        "desc": "x4",
169184                        "name": "x4",
169185                        "value": "3"
169186                    }
169187                ]
169188            },
169189            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-12": {
169190                "ignore-enum-members": true,
169191                "kind": "enum",
169192                "values": [
169193                    {
169194                        "desc": "x1",
169195                        "name": "x1",
169196                        "value": "0"
169197                    },
169198                    {
169199                        "desc": "x2",
169200                        "name": "x2",
169201                        "value": "1"
169202                    },
169203                    {
169204                        "desc": "x3",
169205                        "name": "x3",
169206                        "value": "2"
169207                    },
169208                    {
169209                        "desc": "x4",
169210                        "name": "x4",
169211                        "value": "3"
169212                    }
169213                ]
169214            },
169215            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-13": {
169216                "ignore-enum-members": true,
169217                "kind": "enum",
169218                "values": [
169219                    {
169220                        "desc": "x1",
169221                        "name": "x1",
169222                        "value": "0"
169223                    },
169224                    {
169225                        "desc": "x2",
169226                        "name": "x2",
169227                        "value": "1"
169228                    },
169229                    {
169230                        "desc": "x3",
169231                        "name": "x3",
169232                        "value": "2"
169233                    },
169234                    {
169235                        "desc": "x4",
169236                        "name": "x4",
169237                        "value": "3"
169238                    }
169239                ]
169240            },
169241            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-14": {
169242                "ignore-enum-members": true,
169243                "kind": "enum",
169244                "values": [
169245                    {
169246                        "desc": "x1",
169247                        "name": "x1",
169248                        "value": "0"
169249                    },
169250                    {
169251                        "desc": "x2",
169252                        "name": "x2",
169253                        "value": "1"
169254                    },
169255                    {
169256                        "desc": "x3",
169257                        "name": "x3",
169258                        "value": "2"
169259                    },
169260                    {
169261                        "desc": "x4",
169262                        "name": "x4",
169263                        "value": "3"
169264                    }
169265                ]
169266            },
169267            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-15": {
169268                "ignore-enum-members": true,
169269                "kind": "enum",
169270                "values": [
169271                    {
169272                        "desc": "x1",
169273                        "name": "x1",
169274                        "value": "0"
169275                    },
169276                    {
169277                        "desc": "x2",
169278                        "name": "x2",
169279                        "value": "1"
169280                    },
169281                    {
169282                        "desc": "x3",
169283                        "name": "x3",
169284                        "value": "2"
169285                    },
169286                    {
169287                        "desc": "x4",
169288                        "name": "x4",
169289                        "value": "3"
169290                    }
169291                ]
169292            },
169293            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-2": {
169294                "ignore-enum-members": true,
169295                "kind": "enum",
169296                "values": [
169297                    {
169298                        "desc": "x1",
169299                        "name": "x1",
169300                        "value": "0"
169301                    },
169302                    {
169303                        "desc": "x2",
169304                        "name": "x2",
169305                        "value": "1"
169306                    },
169307                    {
169308                        "desc": "x3",
169309                        "name": "x3",
169310                        "value": "2"
169311                    },
169312                    {
169313                        "desc": "x4",
169314                        "name": "x4",
169315                        "value": "3"
169316                    }
169317                ]
169318            },
169319            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-3": {
169320                "ignore-enum-members": true,
169321                "kind": "enum",
169322                "values": [
169323                    {
169324                        "desc": "x1",
169325                        "name": "x1",
169326                        "value": "0"
169327                    },
169328                    {
169329                        "desc": "x2",
169330                        "name": "x2",
169331                        "value": "1"
169332                    },
169333                    {
169334                        "desc": "x3",
169335                        "name": "x3",
169336                        "value": "2"
169337                    },
169338                    {
169339                        "desc": "x4",
169340                        "name": "x4",
169341                        "value": "3"
169342                    }
169343                ]
169344            },
169345            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-4": {
169346                "ignore-enum-members": true,
169347                "kind": "enum",
169348                "values": [
169349                    {
169350                        "desc": "x1",
169351                        "name": "x1",
169352                        "value": "0"
169353                    },
169354                    {
169355                        "desc": "x2",
169356                        "name": "x2",
169357                        "value": "1"
169358                    },
169359                    {
169360                        "desc": "x3",
169361                        "name": "x3",
169362                        "value": "2"
169363                    },
169364                    {
169365                        "desc": "x4",
169366                        "name": "x4",
169367                        "value": "3"
169368                    }
169369                ]
169370            },
169371            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-5": {
169372                "ignore-enum-members": true,
169373                "kind": "enum",
169374                "values": [
169375                    {
169376                        "desc": "x1",
169377                        "name": "x1",
169378                        "value": "0"
169379                    },
169380                    {
169381                        "desc": "x2",
169382                        "name": "x2",
169383                        "value": "1"
169384                    },
169385                    {
169386                        "desc": "x3",
169387                        "name": "x3",
169388                        "value": "2"
169389                    },
169390                    {
169391                        "desc": "x4",
169392                        "name": "x4",
169393                        "value": "3"
169394                    }
169395                ]
169396            },
169397            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-6": {
169398                "ignore-enum-members": true,
169399                "kind": "enum",
169400                "values": [
169401                    {
169402                        "desc": "x1",
169403                        "name": "x1",
169404                        "value": "0"
169405                    },
169406                    {
169407                        "desc": "x2",
169408                        "name": "x2",
169409                        "value": "1"
169410                    },
169411                    {
169412                        "desc": "x3",
169413                        "name": "x3",
169414                        "value": "2"
169415                    },
169416                    {
169417                        "desc": "x4",
169418                        "name": "x4",
169419                        "value": "3"
169420                    }
169421                ]
169422            },
169423            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-7": {
169424                "ignore-enum-members": true,
169425                "kind": "enum",
169426                "values": [
169427                    {
169428                        "desc": "x1",
169429                        "name": "x1",
169430                        "value": "0"
169431                    },
169432                    {
169433                        "desc": "x2",
169434                        "name": "x2",
169435                        "value": "1"
169436                    },
169437                    {
169438                        "desc": "x3",
169439                        "name": "x3",
169440                        "value": "2"
169441                    },
169442                    {
169443                        "desc": "x4",
169444                        "name": "x4",
169445                        "value": "3"
169446                    }
169447                ]
169448            },
169449            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-8": {
169450                "ignore-enum-members": true,
169451                "kind": "enum",
169452                "values": [
169453                    {
169454                        "desc": "x1",
169455                        "name": "x1",
169456                        "value": "0"
169457                    },
169458                    {
169459                        "desc": "x2",
169460                        "name": "x2",
169461                        "value": "1"
169462                    },
169463                    {
169464                        "desc": "x3",
169465                        "name": "x3",
169466                        "value": "2"
169467                    },
169468                    {
169469                        "desc": "x4",
169470                        "name": "x4",
169471                        "value": "3"
169472                    }
169473                ]
169474            },
169475            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-9": {
169476                "ignore-enum-members": true,
169477                "kind": "enum",
169478                "values": [
169479                    {
169480                        "desc": "x1",
169481                        "name": "x1",
169482                        "value": "0"
169483                    },
169484                    {
169485                        "desc": "x2",
169486                        "name": "x2",
169487                        "value": "1"
169488                    },
169489                    {
169490                        "desc": "x3",
169491                        "name": "x3",
169492                        "value": "2"
169493                    },
169494                    {
169495                        "desc": "x4",
169496                        "name": "x4",
169497                        "value": "3"
169498                    }
169499                ]
169500            },
169501            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-0": {
169502                "ignore-enum-members": true,
169503                "kind": "enum",
169504                "values": [
169505                    {
169506                        "desc": "x1",
169507                        "name": "x1",
169508                        "value": "0"
169509                    },
169510                    {
169511                        "desc": "x2",
169512                        "name": "x2",
169513                        "value": "1"
169514                    },
169515                    {
169516                        "desc": "x3",
169517                        "name": "x3",
169518                        "value": "2"
169519                    },
169520                    {
169521                        "desc": "x4",
169522                        "name": "x4",
169523                        "value": "3"
169524                    }
169525                ]
169526            },
169527            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-1": {
169528                "ignore-enum-members": true,
169529                "kind": "enum",
169530                "values": [
169531                    {
169532                        "desc": "x1",
169533                        "name": "x1",
169534                        "value": "0"
169535                    },
169536                    {
169537                        "desc": "x2",
169538                        "name": "x2",
169539                        "value": "1"
169540                    },
169541                    {
169542                        "desc": "x3",
169543                        "name": "x3",
169544                        "value": "2"
169545                    },
169546                    {
169547                        "desc": "x4",
169548                        "name": "x4",
169549                        "value": "3"
169550                    }
169551                ]
169552            },
169553            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-10": {
169554                "ignore-enum-members": true,
169555                "kind": "enum",
169556                "values": [
169557                    {
169558                        "desc": "x1",
169559                        "name": "x1",
169560                        "value": "0"
169561                    },
169562                    {
169563                        "desc": "x2",
169564                        "name": "x2",
169565                        "value": "1"
169566                    },
169567                    {
169568                        "desc": "x3",
169569                        "name": "x3",
169570                        "value": "2"
169571                    },
169572                    {
169573                        "desc": "x4",
169574                        "name": "x4",
169575                        "value": "3"
169576                    }
169577                ]
169578            },
169579            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-11": {
169580                "ignore-enum-members": true,
169581                "kind": "enum",
169582                "values": [
169583                    {
169584                        "desc": "x1",
169585                        "name": "x1",
169586                        "value": "0"
169587                    },
169588                    {
169589                        "desc": "x2",
169590                        "name": "x2",
169591                        "value": "1"
169592                    },
169593                    {
169594                        "desc": "x3",
169595                        "name": "x3",
169596                        "value": "2"
169597                    },
169598                    {
169599                        "desc": "x4",
169600                        "name": "x4",
169601                        "value": "3"
169602                    }
169603                ]
169604            },
169605            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-12": {
169606                "ignore-enum-members": true,
169607                "kind": "enum",
169608                "values": [
169609                    {
169610                        "desc": "x1",
169611                        "name": "x1",
169612                        "value": "0"
169613                    },
169614                    {
169615                        "desc": "x2",
169616                        "name": "x2",
169617                        "value": "1"
169618                    },
169619                    {
169620                        "desc": "x3",
169621                        "name": "x3",
169622                        "value": "2"
169623                    },
169624                    {
169625                        "desc": "x4",
169626                        "name": "x4",
169627                        "value": "3"
169628                    }
169629                ]
169630            },
169631            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-13": {
169632                "ignore-enum-members": true,
169633                "kind": "enum",
169634                "values": [
169635                    {
169636                        "desc": "x1",
169637                        "name": "x1",
169638                        "value": "0"
169639                    },
169640                    {
169641                        "desc": "x2",
169642                        "name": "x2",
169643                        "value": "1"
169644                    },
169645                    {
169646                        "desc": "x3",
169647                        "name": "x3",
169648                        "value": "2"
169649                    },
169650                    {
169651                        "desc": "x4",
169652                        "name": "x4",
169653                        "value": "3"
169654                    }
169655                ]
169656            },
169657            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-14": {
169658                "ignore-enum-members": true,
169659                "kind": "enum",
169660                "values": [
169661                    {
169662                        "desc": "x1",
169663                        "name": "x1",
169664                        "value": "0"
169665                    },
169666                    {
169667                        "desc": "x2",
169668                        "name": "x2",
169669                        "value": "1"
169670                    },
169671                    {
169672                        "desc": "x3",
169673                        "name": "x3",
169674                        "value": "2"
169675                    },
169676                    {
169677                        "desc": "x4",
169678                        "name": "x4",
169679                        "value": "3"
169680                    }
169681                ]
169682            },
169683            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-15": {
169684                "ignore-enum-members": true,
169685                "kind": "enum",
169686                "values": [
169687                    {
169688                        "desc": "x1",
169689                        "name": "x1",
169690                        "value": "0"
169691                    },
169692                    {
169693                        "desc": "x2",
169694                        "name": "x2",
169695                        "value": "1"
169696                    },
169697                    {
169698                        "desc": "x3",
169699                        "name": "x3",
169700                        "value": "2"
169701                    },
169702                    {
169703                        "desc": "x4",
169704                        "name": "x4",
169705                        "value": "3"
169706                    }
169707                ]
169708            },
169709            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-2": {
169710                "ignore-enum-members": true,
169711                "kind": "enum",
169712                "values": [
169713                    {
169714                        "desc": "x1",
169715                        "name": "x1",
169716                        "value": "0"
169717                    },
169718                    {
169719                        "desc": "x2",
169720                        "name": "x2",
169721                        "value": "1"
169722                    },
169723                    {
169724                        "desc": "x3",
169725                        "name": "x3",
169726                        "value": "2"
169727                    },
169728                    {
169729                        "desc": "x4",
169730                        "name": "x4",
169731                        "value": "3"
169732                    }
169733                ]
169734            },
169735            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-3": {
169736                "ignore-enum-members": true,
169737                "kind": "enum",
169738                "values": [
169739                    {
169740                        "desc": "x1",
169741                        "name": "x1",
169742                        "value": "0"
169743                    },
169744                    {
169745                        "desc": "x2",
169746                        "name": "x2",
169747                        "value": "1"
169748                    },
169749                    {
169750                        "desc": "x3",
169751                        "name": "x3",
169752                        "value": "2"
169753                    },
169754                    {
169755                        "desc": "x4",
169756                        "name": "x4",
169757                        "value": "3"
169758                    }
169759                ]
169760            },
169761            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-4": {
169762                "ignore-enum-members": true,
169763                "kind": "enum",
169764                "values": [
169765                    {
169766                        "desc": "x1",
169767                        "name": "x1",
169768                        "value": "0"
169769                    },
169770                    {
169771                        "desc": "x2",
169772                        "name": "x2",
169773                        "value": "1"
169774                    },
169775                    {
169776                        "desc": "x3",
169777                        "name": "x3",
169778                        "value": "2"
169779                    },
169780                    {
169781                        "desc": "x4",
169782                        "name": "x4",
169783                        "value": "3"
169784                    }
169785                ]
169786            },
169787            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-5": {
169788                "ignore-enum-members": true,
169789                "kind": "enum",
169790                "values": [
169791                    {
169792                        "desc": "x1",
169793                        "name": "x1",
169794                        "value": "0"
169795                    },
169796                    {
169797                        "desc": "x2",
169798                        "name": "x2",
169799                        "value": "1"
169800                    },
169801                    {
169802                        "desc": "x3",
169803                        "name": "x3",
169804                        "value": "2"
169805                    },
169806                    {
169807                        "desc": "x4",
169808                        "name": "x4",
169809                        "value": "3"
169810                    }
169811                ]
169812            },
169813            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-6": {
169814                "ignore-enum-members": true,
169815                "kind": "enum",
169816                "values": [
169817                    {
169818                        "desc": "x1",
169819                        "name": "x1",
169820                        "value": "0"
169821                    },
169822                    {
169823                        "desc": "x2",
169824                        "name": "x2",
169825                        "value": "1"
169826                    },
169827                    {
169828                        "desc": "x3",
169829                        "name": "x3",
169830                        "value": "2"
169831                    },
169832                    {
169833                        "desc": "x4",
169834                        "name": "x4",
169835                        "value": "3"
169836                    }
169837                ]
169838            },
169839            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-7": {
169840                "ignore-enum-members": true,
169841                "kind": "enum",
169842                "values": [
169843                    {
169844                        "desc": "x1",
169845                        "name": "x1",
169846                        "value": "0"
169847                    },
169848                    {
169849                        "desc": "x2",
169850                        "name": "x2",
169851                        "value": "1"
169852                    },
169853                    {
169854                        "desc": "x3",
169855                        "name": "x3",
169856                        "value": "2"
169857                    },
169858                    {
169859                        "desc": "x4",
169860                        "name": "x4",
169861                        "value": "3"
169862                    }
169863                ]
169864            },
169865            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-8": {
169866                "ignore-enum-members": true,
169867                "kind": "enum",
169868                "values": [
169869                    {
169870                        "desc": "x1",
169871                        "name": "x1",
169872                        "value": "0"
169873                    },
169874                    {
169875                        "desc": "x2",
169876                        "name": "x2",
169877                        "value": "1"
169878                    },
169879                    {
169880                        "desc": "x3",
169881                        "name": "x3",
169882                        "value": "2"
169883                    },
169884                    {
169885                        "desc": "x4",
169886                        "name": "x4",
169887                        "value": "3"
169888                    }
169889                ]
169890            },
169891            "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-9": {
169892                "ignore-enum-members": true,
169893                "kind": "enum",
169894                "values": [
169895                    {
169896                        "desc": "x1",
169897                        "name": "x1",
169898                        "value": "0"
169899                    },
169900                    {
169901                        "desc": "x2",
169902                        "name": "x2",
169903                        "value": "1"
169904                    },
169905                    {
169906                        "desc": "x3",
169907                        "name": "x3",
169908                        "value": "2"
169909                    },
169910                    {
169911                        "desc": "x4",
169912                        "name": "x4",
169913                        "value": "3"
169914                    }
169915                ]
169916            },
169917            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofft": {
169918                "ignore-enum-members": true,
169919                "kind": "enum",
169920                "values": [
169921                    {
169922                        "desc": "Off",
169923                        "name": "Off",
169924                        "value": "0"
169925                    },
169926                    {
169927                        "desc": "Post-eq",
169928                        "name": "Post-eq",
169929                        "value": "1"
169930                    },
169931                    {
169932                        "desc": "Pre-eq",
169933                        "name": "Pre-eq",
169934                        "value": "2"
169935                    }
169936                ]
169937            },
169938            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-0": {
169939                "ignore-enum-members": true,
169940                "kind": "enum",
169941                "values": [
169942                    {
169943                        "desc": "RLC (BT)",
169944                        "name": "RLC (BT)",
169945                        "value": "0"
169946                    },
169947                    {
169948                        "desc": "RLC (MT)",
169949                        "name": "RLC (MT)",
169950                        "value": "1"
169951                    },
169952                    {
169953                        "desc": "BWC (BT)",
169954                        "name": "BWC (BT)",
169955                        "value": "2"
169956                    },
169957                    {
169958                        "desc": "BWC (MT)",
169959                        "name": "BWC (MT)",
169960                        "value": "3"
169961                    },
169962                    {
169963                        "desc": "LRX (BT)",
169964                        "name": "LRX (BT)",
169965                        "value": "4"
169966                    },
169967                    {
169968                        "desc": "LRX (MT)",
169969                        "name": "LRX (MT)",
169970                        "value": "5"
169971                    },
169972                    {
169973                        "desc": "APO (DR)",
169974                        "name": "APO (DR)",
169975                        "value": "6"
169976                    }
169977                ]
169978            },
169979            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-1": {
169980                "ignore-enum-members": true,
169981                "kind": "enum",
169982                "values": [
169983                    {
169984                        "desc": "RLC (BT)",
169985                        "name": "RLC (BT)",
169986                        "value": "0"
169987                    },
169988                    {
169989                        "desc": "RLC (MT)",
169990                        "name": "RLC (MT)",
169991                        "value": "1"
169992                    },
169993                    {
169994                        "desc": "BWC (BT)",
169995                        "name": "BWC (BT)",
169996                        "value": "2"
169997                    },
169998                    {
169999                        "desc": "BWC (MT)",
170000                        "name": "BWC (MT)",
170001                        "value": "3"
170002                    },
170003                    {
170004                        "desc": "LRX (BT)",
170005                        "name": "LRX (BT)",
170006                        "value": "4"
170007                    },
170008                    {
170009                        "desc": "LRX (MT)",
170010                        "name": "LRX (MT)",
170011                        "value": "5"
170012                    },
170013                    {
170014                        "desc": "APO (DR)",
170015                        "name": "APO (DR)",
170016                        "value": "6"
170017                    }
170018                ]
170019            },
170020            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-10": {
170021                "ignore-enum-members": true,
170022                "kind": "enum",
170023                "values": [
170024                    {
170025                        "desc": "RLC (BT)",
170026                        "name": "RLC (BT)",
170027                        "value": "0"
170028                    },
170029                    {
170030                        "desc": "RLC (MT)",
170031                        "name": "RLC (MT)",
170032                        "value": "1"
170033                    },
170034                    {
170035                        "desc": "BWC (BT)",
170036                        "name": "BWC (BT)",
170037                        "value": "2"
170038                    },
170039                    {
170040                        "desc": "BWC (MT)",
170041                        "name": "BWC (MT)",
170042                        "value": "3"
170043                    },
170044                    {
170045                        "desc": "LRX (BT)",
170046                        "name": "LRX (BT)",
170047                        "value": "4"
170048                    },
170049                    {
170050                        "desc": "LRX (MT)",
170051                        "name": "LRX (MT)",
170052                        "value": "5"
170053                    },
170054                    {
170055                        "desc": "APO (DR)",
170056                        "name": "APO (DR)",
170057                        "value": "6"
170058                    }
170059                ]
170060            },
170061            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-11": {
170062                "ignore-enum-members": true,
170063                "kind": "enum",
170064                "values": [
170065                    {
170066                        "desc": "RLC (BT)",
170067                        "name": "RLC (BT)",
170068                        "value": "0"
170069                    },
170070                    {
170071                        "desc": "RLC (MT)",
170072                        "name": "RLC (MT)",
170073                        "value": "1"
170074                    },
170075                    {
170076                        "desc": "BWC (BT)",
170077                        "name": "BWC (BT)",
170078                        "value": "2"
170079                    },
170080                    {
170081                        "desc": "BWC (MT)",
170082                        "name": "BWC (MT)",
170083                        "value": "3"
170084                    },
170085                    {
170086                        "desc": "LRX (BT)",
170087                        "name": "LRX (BT)",
170088                        "value": "4"
170089                    },
170090                    {
170091                        "desc": "LRX (MT)",
170092                        "name": "LRX (MT)",
170093                        "value": "5"
170094                    },
170095                    {
170096                        "desc": "APO (DR)",
170097                        "name": "APO (DR)",
170098                        "value": "6"
170099                    }
170100                ]
170101            },
170102            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-12": {
170103                "ignore-enum-members": true,
170104                "kind": "enum",
170105                "values": [
170106                    {
170107                        "desc": "RLC (BT)",
170108                        "name": "RLC (BT)",
170109                        "value": "0"
170110                    },
170111                    {
170112                        "desc": "RLC (MT)",
170113                        "name": "RLC (MT)",
170114                        "value": "1"
170115                    },
170116                    {
170117                        "desc": "BWC (BT)",
170118                        "name": "BWC (BT)",
170119                        "value": "2"
170120                    },
170121                    {
170122                        "desc": "BWC (MT)",
170123                        "name": "BWC (MT)",
170124                        "value": "3"
170125                    },
170126                    {
170127                        "desc": "LRX (BT)",
170128                        "name": "LRX (BT)",
170129                        "value": "4"
170130                    },
170131                    {
170132                        "desc": "LRX (MT)",
170133                        "name": "LRX (MT)",
170134                        "value": "5"
170135                    },
170136                    {
170137                        "desc": "APO (DR)",
170138                        "name": "APO (DR)",
170139                        "value": "6"
170140                    }
170141                ]
170142            },
170143            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-13": {
170144                "ignore-enum-members": true,
170145                "kind": "enum",
170146                "values": [
170147                    {
170148                        "desc": "RLC (BT)",
170149                        "name": "RLC (BT)",
170150                        "value": "0"
170151                    },
170152                    {
170153                        "desc": "RLC (MT)",
170154                        "name": "RLC (MT)",
170155                        "value": "1"
170156                    },
170157                    {
170158                        "desc": "BWC (BT)",
170159                        "name": "BWC (BT)",
170160                        "value": "2"
170161                    },
170162                    {
170163                        "desc": "BWC (MT)",
170164                        "name": "BWC (MT)",
170165                        "value": "3"
170166                    },
170167                    {
170168                        "desc": "LRX (BT)",
170169                        "name": "LRX (BT)",
170170                        "value": "4"
170171                    },
170172                    {
170173                        "desc": "LRX (MT)",
170174                        "name": "LRX (MT)",
170175                        "value": "5"
170176                    },
170177                    {
170178                        "desc": "APO (DR)",
170179                        "name": "APO (DR)",
170180                        "value": "6"
170181                    }
170182                ]
170183            },
170184            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-14": {
170185                "ignore-enum-members": true,
170186                "kind": "enum",
170187                "values": [
170188                    {
170189                        "desc": "RLC (BT)",
170190                        "name": "RLC (BT)",
170191                        "value": "0"
170192                    },
170193                    {
170194                        "desc": "RLC (MT)",
170195                        "name": "RLC (MT)",
170196                        "value": "1"
170197                    },
170198                    {
170199                        "desc": "BWC (BT)",
170200                        "name": "BWC (BT)",
170201                        "value": "2"
170202                    },
170203                    {
170204                        "desc": "BWC (MT)",
170205                        "name": "BWC (MT)",
170206                        "value": "3"
170207                    },
170208                    {
170209                        "desc": "LRX (BT)",
170210                        "name": "LRX (BT)",
170211                        "value": "4"
170212                    },
170213                    {
170214                        "desc": "LRX (MT)",
170215                        "name": "LRX (MT)",
170216                        "value": "5"
170217                    },
170218                    {
170219                        "desc": "APO (DR)",
170220                        "name": "APO (DR)",
170221                        "value": "6"
170222                    }
170223                ]
170224            },
170225            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-15": {
170226                "ignore-enum-members": true,
170227                "kind": "enum",
170228                "values": [
170229                    {
170230                        "desc": "RLC (BT)",
170231                        "name": "RLC (BT)",
170232                        "value": "0"
170233                    },
170234                    {
170235                        "desc": "RLC (MT)",
170236                        "name": "RLC (MT)",
170237                        "value": "1"
170238                    },
170239                    {
170240                        "desc": "BWC (BT)",
170241                        "name": "BWC (BT)",
170242                        "value": "2"
170243                    },
170244                    {
170245                        "desc": "BWC (MT)",
170246                        "name": "BWC (MT)",
170247                        "value": "3"
170248                    },
170249                    {
170250                        "desc": "LRX (BT)",
170251                        "name": "LRX (BT)",
170252                        "value": "4"
170253                    },
170254                    {
170255                        "desc": "LRX (MT)",
170256                        "name": "LRX (MT)",
170257                        "value": "5"
170258                    },
170259                    {
170260                        "desc": "APO (DR)",
170261                        "name": "APO (DR)",
170262                        "value": "6"
170263                    }
170264                ]
170265            },
170266            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-2": {
170267                "ignore-enum-members": true,
170268                "kind": "enum",
170269                "values": [
170270                    {
170271                        "desc": "RLC (BT)",
170272                        "name": "RLC (BT)",
170273                        "value": "0"
170274                    },
170275                    {
170276                        "desc": "RLC (MT)",
170277                        "name": "RLC (MT)",
170278                        "value": "1"
170279                    },
170280                    {
170281                        "desc": "BWC (BT)",
170282                        "name": "BWC (BT)",
170283                        "value": "2"
170284                    },
170285                    {
170286                        "desc": "BWC (MT)",
170287                        "name": "BWC (MT)",
170288                        "value": "3"
170289                    },
170290                    {
170291                        "desc": "LRX (BT)",
170292                        "name": "LRX (BT)",
170293                        "value": "4"
170294                    },
170295                    {
170296                        "desc": "LRX (MT)",
170297                        "name": "LRX (MT)",
170298                        "value": "5"
170299                    },
170300                    {
170301                        "desc": "APO (DR)",
170302                        "name": "APO (DR)",
170303                        "value": "6"
170304                    }
170305                ]
170306            },
170307            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-3": {
170308                "ignore-enum-members": true,
170309                "kind": "enum",
170310                "values": [
170311                    {
170312                        "desc": "RLC (BT)",
170313                        "name": "RLC (BT)",
170314                        "value": "0"
170315                    },
170316                    {
170317                        "desc": "RLC (MT)",
170318                        "name": "RLC (MT)",
170319                        "value": "1"
170320                    },
170321                    {
170322                        "desc": "BWC (BT)",
170323                        "name": "BWC (BT)",
170324                        "value": "2"
170325                    },
170326                    {
170327                        "desc": "BWC (MT)",
170328                        "name": "BWC (MT)",
170329                        "value": "3"
170330                    },
170331                    {
170332                        "desc": "LRX (BT)",
170333                        "name": "LRX (BT)",
170334                        "value": "4"
170335                    },
170336                    {
170337                        "desc": "LRX (MT)",
170338                        "name": "LRX (MT)",
170339                        "value": "5"
170340                    },
170341                    {
170342                        "desc": "APO (DR)",
170343                        "name": "APO (DR)",
170344                        "value": "6"
170345                    }
170346                ]
170347            },
170348            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-4": {
170349                "ignore-enum-members": true,
170350                "kind": "enum",
170351                "values": [
170352                    {
170353                        "desc": "RLC (BT)",
170354                        "name": "RLC (BT)",
170355                        "value": "0"
170356                    },
170357                    {
170358                        "desc": "RLC (MT)",
170359                        "name": "RLC (MT)",
170360                        "value": "1"
170361                    },
170362                    {
170363                        "desc": "BWC (BT)",
170364                        "name": "BWC (BT)",
170365                        "value": "2"
170366                    },
170367                    {
170368                        "desc": "BWC (MT)",
170369                        "name": "BWC (MT)",
170370                        "value": "3"
170371                    },
170372                    {
170373                        "desc": "LRX (BT)",
170374                        "name": "LRX (BT)",
170375                        "value": "4"
170376                    },
170377                    {
170378                        "desc": "LRX (MT)",
170379                        "name": "LRX (MT)",
170380                        "value": "5"
170381                    },
170382                    {
170383                        "desc": "APO (DR)",
170384                        "name": "APO (DR)",
170385                        "value": "6"
170386                    }
170387                ]
170388            },
170389            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-5": {
170390                "ignore-enum-members": true,
170391                "kind": "enum",
170392                "values": [
170393                    {
170394                        "desc": "RLC (BT)",
170395                        "name": "RLC (BT)",
170396                        "value": "0"
170397                    },
170398                    {
170399                        "desc": "RLC (MT)",
170400                        "name": "RLC (MT)",
170401                        "value": "1"
170402                    },
170403                    {
170404                        "desc": "BWC (BT)",
170405                        "name": "BWC (BT)",
170406                        "value": "2"
170407                    },
170408                    {
170409                        "desc": "BWC (MT)",
170410                        "name": "BWC (MT)",
170411                        "value": "3"
170412                    },
170413                    {
170414                        "desc": "LRX (BT)",
170415                        "name": "LRX (BT)",
170416                        "value": "4"
170417                    },
170418                    {
170419                        "desc": "LRX (MT)",
170420                        "name": "LRX (MT)",
170421                        "value": "5"
170422                    },
170423                    {
170424                        "desc": "APO (DR)",
170425                        "name": "APO (DR)",
170426                        "value": "6"
170427                    }
170428                ]
170429            },
170430            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-6": {
170431                "ignore-enum-members": true,
170432                "kind": "enum",
170433                "values": [
170434                    {
170435                        "desc": "RLC (BT)",
170436                        "name": "RLC (BT)",
170437                        "value": "0"
170438                    },
170439                    {
170440                        "desc": "RLC (MT)",
170441                        "name": "RLC (MT)",
170442                        "value": "1"
170443                    },
170444                    {
170445                        "desc": "BWC (BT)",
170446                        "name": "BWC (BT)",
170447                        "value": "2"
170448                    },
170449                    {
170450                        "desc": "BWC (MT)",
170451                        "name": "BWC (MT)",
170452                        "value": "3"
170453                    },
170454                    {
170455                        "desc": "LRX (BT)",
170456                        "name": "LRX (BT)",
170457                        "value": "4"
170458                    },
170459                    {
170460                        "desc": "LRX (MT)",
170461                        "name": "LRX (MT)",
170462                        "value": "5"
170463                    },
170464                    {
170465                        "desc": "APO (DR)",
170466                        "name": "APO (DR)",
170467                        "value": "6"
170468                    }
170469                ]
170470            },
170471            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-7": {
170472                "ignore-enum-members": true,
170473                "kind": "enum",
170474                "values": [
170475                    {
170476                        "desc": "RLC (BT)",
170477                        "name": "RLC (BT)",
170478                        "value": "0"
170479                    },
170480                    {
170481                        "desc": "RLC (MT)",
170482                        "name": "RLC (MT)",
170483                        "value": "1"
170484                    },
170485                    {
170486                        "desc": "BWC (BT)",
170487                        "name": "BWC (BT)",
170488                        "value": "2"
170489                    },
170490                    {
170491                        "desc": "BWC (MT)",
170492                        "name": "BWC (MT)",
170493                        "value": "3"
170494                    },
170495                    {
170496                        "desc": "LRX (BT)",
170497                        "name": "LRX (BT)",
170498                        "value": "4"
170499                    },
170500                    {
170501                        "desc": "LRX (MT)",
170502                        "name": "LRX (MT)",
170503                        "value": "5"
170504                    },
170505                    {
170506                        "desc": "APO (DR)",
170507                        "name": "APO (DR)",
170508                        "value": "6"
170509                    }
170510                ]
170511            },
170512            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-8": {
170513                "ignore-enum-members": true,
170514                "kind": "enum",
170515                "values": [
170516                    {
170517                        "desc": "RLC (BT)",
170518                        "name": "RLC (BT)",
170519                        "value": "0"
170520                    },
170521                    {
170522                        "desc": "RLC (MT)",
170523                        "name": "RLC (MT)",
170524                        "value": "1"
170525                    },
170526                    {
170527                        "desc": "BWC (BT)",
170528                        "name": "BWC (BT)",
170529                        "value": "2"
170530                    },
170531                    {
170532                        "desc": "BWC (MT)",
170533                        "name": "BWC (MT)",
170534                        "value": "3"
170535                    },
170536                    {
170537                        "desc": "LRX (BT)",
170538                        "name": "LRX (BT)",
170539                        "value": "4"
170540                    },
170541                    {
170542                        "desc": "LRX (MT)",
170543                        "name": "LRX (MT)",
170544                        "value": "5"
170545                    },
170546                    {
170547                        "desc": "APO (DR)",
170548                        "name": "APO (DR)",
170549                        "value": "6"
170550                    }
170551                ]
170552            },
170553            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-9": {
170554                "ignore-enum-members": true,
170555                "kind": "enum",
170556                "values": [
170557                    {
170558                        "desc": "RLC (BT)",
170559                        "name": "RLC (BT)",
170560                        "value": "0"
170561                    },
170562                    {
170563                        "desc": "RLC (MT)",
170564                        "name": "RLC (MT)",
170565                        "value": "1"
170566                    },
170567                    {
170568                        "desc": "BWC (BT)",
170569                        "name": "BWC (BT)",
170570                        "value": "2"
170571                    },
170572                    {
170573                        "desc": "BWC (MT)",
170574                        "name": "BWC (MT)",
170575                        "value": "3"
170576                    },
170577                    {
170578                        "desc": "LRX (BT)",
170579                        "name": "LRX (BT)",
170580                        "value": "4"
170581                    },
170582                    {
170583                        "desc": "LRX (MT)",
170584                        "name": "LRX (MT)",
170585                        "value": "5"
170586                    },
170587                    {
170588                        "desc": "APO (DR)",
170589                        "name": "APO (DR)",
170590                        "value": "6"
170591                    }
170592                ]
170593            },
170594            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofsel": {
170595                "ignore-enum-members": true,
170596                "kind": "enum",
170597                "values": [
170598                    {
170599                        "desc": "Filters 0-7",
170600                        "name": "Filters 0-7",
170601                        "value": "0"
170602                    },
170603                    {
170604                        "desc": "Filters 8-15",
170605                        "name": "Filters 8-15",
170606                        "value": "1"
170607                    }
170608                ]
170609            },
170610            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-0": {
170611                "ignore-enum-members": true,
170612                "kind": "enum",
170613                "values": [
170614                    {
170615                        "desc": "Off",
170616                        "name": "Off",
170617                        "value": "0"
170618                    },
170619                    {
170620                        "desc": "Bell",
170621                        "name": "Bell",
170622                        "value": "1"
170623                    },
170624                    {
170625                        "desc": "Hi-pass",
170626                        "name": "Hi-pass",
170627                        "value": "2"
170628                    },
170629                    {
170630                        "desc": "Hi-shelf",
170631                        "name": "Hi-shelf",
170632                        "value": "3"
170633                    },
170634                    {
170635                        "desc": "Lo-pass",
170636                        "name": "Lo-pass",
170637                        "value": "4"
170638                    },
170639                    {
170640                        "desc": "Lo-shelf",
170641                        "name": "Lo-shelf",
170642                        "value": "5"
170643                    },
170644                    {
170645                        "desc": "Notch",
170646                        "name": "Notch",
170647                        "value": "6"
170648                    },
170649                    {
170650                        "desc": "Resonance",
170651                        "name": "Resonance",
170652                        "value": "7"
170653                    },
170654                    {
170655                        "desc": "Allpass",
170656                        "name": "Allpass",
170657                        "value": "8"
170658                    }
170659                ]
170660            },
170661            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-1": {
170662                "ignore-enum-members": true,
170663                "kind": "enum",
170664                "values": [
170665                    {
170666                        "desc": "Off",
170667                        "name": "Off",
170668                        "value": "0"
170669                    },
170670                    {
170671                        "desc": "Bell",
170672                        "name": "Bell",
170673                        "value": "1"
170674                    },
170675                    {
170676                        "desc": "Hi-pass",
170677                        "name": "Hi-pass",
170678                        "value": "2"
170679                    },
170680                    {
170681                        "desc": "Hi-shelf",
170682                        "name": "Hi-shelf",
170683                        "value": "3"
170684                    },
170685                    {
170686                        "desc": "Lo-pass",
170687                        "name": "Lo-pass",
170688                        "value": "4"
170689                    },
170690                    {
170691                        "desc": "Lo-shelf",
170692                        "name": "Lo-shelf",
170693                        "value": "5"
170694                    },
170695                    {
170696                        "desc": "Notch",
170697                        "name": "Notch",
170698                        "value": "6"
170699                    },
170700                    {
170701                        "desc": "Resonance",
170702                        "name": "Resonance",
170703                        "value": "7"
170704                    },
170705                    {
170706                        "desc": "Allpass",
170707                        "name": "Allpass",
170708                        "value": "8"
170709                    }
170710                ]
170711            },
170712            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-10": {
170713                "ignore-enum-members": true,
170714                "kind": "enum",
170715                "values": [
170716                    {
170717                        "desc": "Off",
170718                        "name": "Off",
170719                        "value": "0"
170720                    },
170721                    {
170722                        "desc": "Bell",
170723                        "name": "Bell",
170724                        "value": "1"
170725                    },
170726                    {
170727                        "desc": "Hi-pass",
170728                        "name": "Hi-pass",
170729                        "value": "2"
170730                    },
170731                    {
170732                        "desc": "Hi-shelf",
170733                        "name": "Hi-shelf",
170734                        "value": "3"
170735                    },
170736                    {
170737                        "desc": "Lo-pass",
170738                        "name": "Lo-pass",
170739                        "value": "4"
170740                    },
170741                    {
170742                        "desc": "Lo-shelf",
170743                        "name": "Lo-shelf",
170744                        "value": "5"
170745                    },
170746                    {
170747                        "desc": "Notch",
170748                        "name": "Notch",
170749                        "value": "6"
170750                    },
170751                    {
170752                        "desc": "Resonance",
170753                        "name": "Resonance",
170754                        "value": "7"
170755                    },
170756                    {
170757                        "desc": "Allpass",
170758                        "name": "Allpass",
170759                        "value": "8"
170760                    }
170761                ]
170762            },
170763            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-11": {
170764                "ignore-enum-members": true,
170765                "kind": "enum",
170766                "values": [
170767                    {
170768                        "desc": "Off",
170769                        "name": "Off",
170770                        "value": "0"
170771                    },
170772                    {
170773                        "desc": "Bell",
170774                        "name": "Bell",
170775                        "value": "1"
170776                    },
170777                    {
170778                        "desc": "Hi-pass",
170779                        "name": "Hi-pass",
170780                        "value": "2"
170781                    },
170782                    {
170783                        "desc": "Hi-shelf",
170784                        "name": "Hi-shelf",
170785                        "value": "3"
170786                    },
170787                    {
170788                        "desc": "Lo-pass",
170789                        "name": "Lo-pass",
170790                        "value": "4"
170791                    },
170792                    {
170793                        "desc": "Lo-shelf",
170794                        "name": "Lo-shelf",
170795                        "value": "5"
170796                    },
170797                    {
170798                        "desc": "Notch",
170799                        "name": "Notch",
170800                        "value": "6"
170801                    },
170802                    {
170803                        "desc": "Resonance",
170804                        "name": "Resonance",
170805                        "value": "7"
170806                    },
170807                    {
170808                        "desc": "Allpass",
170809                        "name": "Allpass",
170810                        "value": "8"
170811                    }
170812                ]
170813            },
170814            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-12": {
170815                "ignore-enum-members": true,
170816                "kind": "enum",
170817                "values": [
170818                    {
170819                        "desc": "Off",
170820                        "name": "Off",
170821                        "value": "0"
170822                    },
170823                    {
170824                        "desc": "Bell",
170825                        "name": "Bell",
170826                        "value": "1"
170827                    },
170828                    {
170829                        "desc": "Hi-pass",
170830                        "name": "Hi-pass",
170831                        "value": "2"
170832                    },
170833                    {
170834                        "desc": "Hi-shelf",
170835                        "name": "Hi-shelf",
170836                        "value": "3"
170837                    },
170838                    {
170839                        "desc": "Lo-pass",
170840                        "name": "Lo-pass",
170841                        "value": "4"
170842                    },
170843                    {
170844                        "desc": "Lo-shelf",
170845                        "name": "Lo-shelf",
170846                        "value": "5"
170847                    },
170848                    {
170849                        "desc": "Notch",
170850                        "name": "Notch",
170851                        "value": "6"
170852                    },
170853                    {
170854                        "desc": "Resonance",
170855                        "name": "Resonance",
170856                        "value": "7"
170857                    },
170858                    {
170859                        "desc": "Allpass",
170860                        "name": "Allpass",
170861                        "value": "8"
170862                    }
170863                ]
170864            },
170865            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-13": {
170866                "ignore-enum-members": true,
170867                "kind": "enum",
170868                "values": [
170869                    {
170870                        "desc": "Off",
170871                        "name": "Off",
170872                        "value": "0"
170873                    },
170874                    {
170875                        "desc": "Bell",
170876                        "name": "Bell",
170877                        "value": "1"
170878                    },
170879                    {
170880                        "desc": "Hi-pass",
170881                        "name": "Hi-pass",
170882                        "value": "2"
170883                    },
170884                    {
170885                        "desc": "Hi-shelf",
170886                        "name": "Hi-shelf",
170887                        "value": "3"
170888                    },
170889                    {
170890                        "desc": "Lo-pass",
170891                        "name": "Lo-pass",
170892                        "value": "4"
170893                    },
170894                    {
170895                        "desc": "Lo-shelf",
170896                        "name": "Lo-shelf",
170897                        "value": "5"
170898                    },
170899                    {
170900                        "desc": "Notch",
170901                        "name": "Notch",
170902                        "value": "6"
170903                    },
170904                    {
170905                        "desc": "Resonance",
170906                        "name": "Resonance",
170907                        "value": "7"
170908                    },
170909                    {
170910                        "desc": "Allpass",
170911                        "name": "Allpass",
170912                        "value": "8"
170913                    }
170914                ]
170915            },
170916            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-14": {
170917                "ignore-enum-members": true,
170918                "kind": "enum",
170919                "values": [
170920                    {
170921                        "desc": "Off",
170922                        "name": "Off",
170923                        "value": "0"
170924                    },
170925                    {
170926                        "desc": "Bell",
170927                        "name": "Bell",
170928                        "value": "1"
170929                    },
170930                    {
170931                        "desc": "Hi-pass",
170932                        "name": "Hi-pass",
170933                        "value": "2"
170934                    },
170935                    {
170936                        "desc": "Hi-shelf",
170937                        "name": "Hi-shelf",
170938                        "value": "3"
170939                    },
170940                    {
170941                        "desc": "Lo-pass",
170942                        "name": "Lo-pass",
170943                        "value": "4"
170944                    },
170945                    {
170946                        "desc": "Lo-shelf",
170947                        "name": "Lo-shelf",
170948                        "value": "5"
170949                    },
170950                    {
170951                        "desc": "Notch",
170952                        "name": "Notch",
170953                        "value": "6"
170954                    },
170955                    {
170956                        "desc": "Resonance",
170957                        "name": "Resonance",
170958                        "value": "7"
170959                    },
170960                    {
170961                        "desc": "Allpass",
170962                        "name": "Allpass",
170963                        "value": "8"
170964                    }
170965                ]
170966            },
170967            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-15": {
170968                "ignore-enum-members": true,
170969                "kind": "enum",
170970                "values": [
170971                    {
170972                        "desc": "Off",
170973                        "name": "Off",
170974                        "value": "0"
170975                    },
170976                    {
170977                        "desc": "Bell",
170978                        "name": "Bell",
170979                        "value": "1"
170980                    },
170981                    {
170982                        "desc": "Hi-pass",
170983                        "name": "Hi-pass",
170984                        "value": "2"
170985                    },
170986                    {
170987                        "desc": "Hi-shelf",
170988                        "name": "Hi-shelf",
170989                        "value": "3"
170990                    },
170991                    {
170992                        "desc": "Lo-pass",
170993                        "name": "Lo-pass",
170994                        "value": "4"
170995                    },
170996                    {
170997                        "desc": "Lo-shelf",
170998                        "name": "Lo-shelf",
170999                        "value": "5"
171000                    },
171001                    {
171002                        "desc": "Notch",
171003                        "name": "Notch",
171004                        "value": "6"
171005                    },
171006                    {
171007                        "desc": "Resonance",
171008                        "name": "Resonance",
171009                        "value": "7"
171010                    },
171011                    {
171012                        "desc": "Allpass",
171013                        "name": "Allpass",
171014                        "value": "8"
171015                    }
171016                ]
171017            },
171018            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-2": {
171019                "ignore-enum-members": true,
171020                "kind": "enum",
171021                "values": [
171022                    {
171023                        "desc": "Off",
171024                        "name": "Off",
171025                        "value": "0"
171026                    },
171027                    {
171028                        "desc": "Bell",
171029                        "name": "Bell",
171030                        "value": "1"
171031                    },
171032                    {
171033                        "desc": "Hi-pass",
171034                        "name": "Hi-pass",
171035                        "value": "2"
171036                    },
171037                    {
171038                        "desc": "Hi-shelf",
171039                        "name": "Hi-shelf",
171040                        "value": "3"
171041                    },
171042                    {
171043                        "desc": "Lo-pass",
171044                        "name": "Lo-pass",
171045                        "value": "4"
171046                    },
171047                    {
171048                        "desc": "Lo-shelf",
171049                        "name": "Lo-shelf",
171050                        "value": "5"
171051                    },
171052                    {
171053                        "desc": "Notch",
171054                        "name": "Notch",
171055                        "value": "6"
171056                    },
171057                    {
171058                        "desc": "Resonance",
171059                        "name": "Resonance",
171060                        "value": "7"
171061                    },
171062                    {
171063                        "desc": "Allpass",
171064                        "name": "Allpass",
171065                        "value": "8"
171066                    }
171067                ]
171068            },
171069            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-3": {
171070                "ignore-enum-members": true,
171071                "kind": "enum",
171072                "values": [
171073                    {
171074                        "desc": "Off",
171075                        "name": "Off",
171076                        "value": "0"
171077                    },
171078                    {
171079                        "desc": "Bell",
171080                        "name": "Bell",
171081                        "value": "1"
171082                    },
171083                    {
171084                        "desc": "Hi-pass",
171085                        "name": "Hi-pass",
171086                        "value": "2"
171087                    },
171088                    {
171089                        "desc": "Hi-shelf",
171090                        "name": "Hi-shelf",
171091                        "value": "3"
171092                    },
171093                    {
171094                        "desc": "Lo-pass",
171095                        "name": "Lo-pass",
171096                        "value": "4"
171097                    },
171098                    {
171099                        "desc": "Lo-shelf",
171100                        "name": "Lo-shelf",
171101                        "value": "5"
171102                    },
171103                    {
171104                        "desc": "Notch",
171105                        "name": "Notch",
171106                        "value": "6"
171107                    },
171108                    {
171109                        "desc": "Resonance",
171110                        "name": "Resonance",
171111                        "value": "7"
171112                    },
171113                    {
171114                        "desc": "Allpass",
171115                        "name": "Allpass",
171116                        "value": "8"
171117                    }
171118                ]
171119            },
171120            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-4": {
171121                "ignore-enum-members": true,
171122                "kind": "enum",
171123                "values": [
171124                    {
171125                        "desc": "Off",
171126                        "name": "Off",
171127                        "value": "0"
171128                    },
171129                    {
171130                        "desc": "Bell",
171131                        "name": "Bell",
171132                        "value": "1"
171133                    },
171134                    {
171135                        "desc": "Hi-pass",
171136                        "name": "Hi-pass",
171137                        "value": "2"
171138                    },
171139                    {
171140                        "desc": "Hi-shelf",
171141                        "name": "Hi-shelf",
171142                        "value": "3"
171143                    },
171144                    {
171145                        "desc": "Lo-pass",
171146                        "name": "Lo-pass",
171147                        "value": "4"
171148                    },
171149                    {
171150                        "desc": "Lo-shelf",
171151                        "name": "Lo-shelf",
171152                        "value": "5"
171153                    },
171154                    {
171155                        "desc": "Notch",
171156                        "name": "Notch",
171157                        "value": "6"
171158                    },
171159                    {
171160                        "desc": "Resonance",
171161                        "name": "Resonance",
171162                        "value": "7"
171163                    },
171164                    {
171165                        "desc": "Allpass",
171166                        "name": "Allpass",
171167                        "value": "8"
171168                    }
171169                ]
171170            },
171171            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-5": {
171172                "ignore-enum-members": true,
171173                "kind": "enum",
171174                "values": [
171175                    {
171176                        "desc": "Off",
171177                        "name": "Off",
171178                        "value": "0"
171179                    },
171180                    {
171181                        "desc": "Bell",
171182                        "name": "Bell",
171183                        "value": "1"
171184                    },
171185                    {
171186                        "desc": "Hi-pass",
171187                        "name": "Hi-pass",
171188                        "value": "2"
171189                    },
171190                    {
171191                        "desc": "Hi-shelf",
171192                        "name": "Hi-shelf",
171193                        "value": "3"
171194                    },
171195                    {
171196                        "desc": "Lo-pass",
171197                        "name": "Lo-pass",
171198                        "value": "4"
171199                    },
171200                    {
171201                        "desc": "Lo-shelf",
171202                        "name": "Lo-shelf",
171203                        "value": "5"
171204                    },
171205                    {
171206                        "desc": "Notch",
171207                        "name": "Notch",
171208                        "value": "6"
171209                    },
171210                    {
171211                        "desc": "Resonance",
171212                        "name": "Resonance",
171213                        "value": "7"
171214                    },
171215                    {
171216                        "desc": "Allpass",
171217                        "name": "Allpass",
171218                        "value": "8"
171219                    }
171220                ]
171221            },
171222            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-6": {
171223                "ignore-enum-members": true,
171224                "kind": "enum",
171225                "values": [
171226                    {
171227                        "desc": "Off",
171228                        "name": "Off",
171229                        "value": "0"
171230                    },
171231                    {
171232                        "desc": "Bell",
171233                        "name": "Bell",
171234                        "value": "1"
171235                    },
171236                    {
171237                        "desc": "Hi-pass",
171238                        "name": "Hi-pass",
171239                        "value": "2"
171240                    },
171241                    {
171242                        "desc": "Hi-shelf",
171243                        "name": "Hi-shelf",
171244                        "value": "3"
171245                    },
171246                    {
171247                        "desc": "Lo-pass",
171248                        "name": "Lo-pass",
171249                        "value": "4"
171250                    },
171251                    {
171252                        "desc": "Lo-shelf",
171253                        "name": "Lo-shelf",
171254                        "value": "5"
171255                    },
171256                    {
171257                        "desc": "Notch",
171258                        "name": "Notch",
171259                        "value": "6"
171260                    },
171261                    {
171262                        "desc": "Resonance",
171263                        "name": "Resonance",
171264                        "value": "7"
171265                    },
171266                    {
171267                        "desc": "Allpass",
171268                        "name": "Allpass",
171269                        "value": "8"
171270                    }
171271                ]
171272            },
171273            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-7": {
171274                "ignore-enum-members": true,
171275                "kind": "enum",
171276                "values": [
171277                    {
171278                        "desc": "Off",
171279                        "name": "Off",
171280                        "value": "0"
171281                    },
171282                    {
171283                        "desc": "Bell",
171284                        "name": "Bell",
171285                        "value": "1"
171286                    },
171287                    {
171288                        "desc": "Hi-pass",
171289                        "name": "Hi-pass",
171290                        "value": "2"
171291                    },
171292                    {
171293                        "desc": "Hi-shelf",
171294                        "name": "Hi-shelf",
171295                        "value": "3"
171296                    },
171297                    {
171298                        "desc": "Lo-pass",
171299                        "name": "Lo-pass",
171300                        "value": "4"
171301                    },
171302                    {
171303                        "desc": "Lo-shelf",
171304                        "name": "Lo-shelf",
171305                        "value": "5"
171306                    },
171307                    {
171308                        "desc": "Notch",
171309                        "name": "Notch",
171310                        "value": "6"
171311                    },
171312                    {
171313                        "desc": "Resonance",
171314                        "name": "Resonance",
171315                        "value": "7"
171316                    },
171317                    {
171318                        "desc": "Allpass",
171319                        "name": "Allpass",
171320                        "value": "8"
171321                    }
171322                ]
171323            },
171324            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-8": {
171325                "ignore-enum-members": true,
171326                "kind": "enum",
171327                "values": [
171328                    {
171329                        "desc": "Off",
171330                        "name": "Off",
171331                        "value": "0"
171332                    },
171333                    {
171334                        "desc": "Bell",
171335                        "name": "Bell",
171336                        "value": "1"
171337                    },
171338                    {
171339                        "desc": "Hi-pass",
171340                        "name": "Hi-pass",
171341                        "value": "2"
171342                    },
171343                    {
171344                        "desc": "Hi-shelf",
171345                        "name": "Hi-shelf",
171346                        "value": "3"
171347                    },
171348                    {
171349                        "desc": "Lo-pass",
171350                        "name": "Lo-pass",
171351                        "value": "4"
171352                    },
171353                    {
171354                        "desc": "Lo-shelf",
171355                        "name": "Lo-shelf",
171356                        "value": "5"
171357                    },
171358                    {
171359                        "desc": "Notch",
171360                        "name": "Notch",
171361                        "value": "6"
171362                    },
171363                    {
171364                        "desc": "Resonance",
171365                        "name": "Resonance",
171366                        "value": "7"
171367                    },
171368                    {
171369                        "desc": "Allpass",
171370                        "name": "Allpass",
171371                        "value": "8"
171372                    }
171373                ]
171374            },
171375            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-9": {
171376                "ignore-enum-members": true,
171377                "kind": "enum",
171378                "values": [
171379                    {
171380                        "desc": "Off",
171381                        "name": "Off",
171382                        "value": "0"
171383                    },
171384                    {
171385                        "desc": "Bell",
171386                        "name": "Bell",
171387                        "value": "1"
171388                    },
171389                    {
171390                        "desc": "Hi-pass",
171391                        "name": "Hi-pass",
171392                        "value": "2"
171393                    },
171394                    {
171395                        "desc": "Hi-shelf",
171396                        "name": "Hi-shelf",
171397                        "value": "3"
171398                    },
171399                    {
171400                        "desc": "Lo-pass",
171401                        "name": "Lo-pass",
171402                        "value": "4"
171403                    },
171404                    {
171405                        "desc": "Lo-shelf",
171406                        "name": "Lo-shelf",
171407                        "value": "5"
171408                    },
171409                    {
171410                        "desc": "Notch",
171411                        "name": "Notch",
171412                        "value": "6"
171413                    },
171414                    {
171415                        "desc": "Resonance",
171416                        "name": "Resonance",
171417                        "value": "7"
171418                    },
171419                    {
171420                        "desc": "Allpass",
171421                        "name": "Allpass",
171422                        "value": "8"
171423                    }
171424                ]
171425            },
171426            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monomode": {
171427                "ignore-enum-members": true,
171428                "kind": "enum",
171429                "values": [
171430                    {
171431                        "desc": "IIR",
171432                        "name": "IIR",
171433                        "value": "0"
171434                    },
171435                    {
171436                        "desc": "FIR",
171437                        "name": "FIR",
171438                        "value": "1"
171439                    },
171440                    {
171441                        "desc": "FFT",
171442                        "name": "FFT",
171443                        "value": "2"
171444                    }
171445                ]
171446            },
171447            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-0": {
171448                "ignore-enum-members": true,
171449                "kind": "enum",
171450                "values": [
171451                    {
171452                        "desc": "x1",
171453                        "name": "x1",
171454                        "value": "0"
171455                    },
171456                    {
171457                        "desc": "x2",
171458                        "name": "x2",
171459                        "value": "1"
171460                    },
171461                    {
171462                        "desc": "x3",
171463                        "name": "x3",
171464                        "value": "2"
171465                    },
171466                    {
171467                        "desc": "x4",
171468                        "name": "x4",
171469                        "value": "3"
171470                    }
171471                ]
171472            },
171473            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-1": {
171474                "ignore-enum-members": true,
171475                "kind": "enum",
171476                "values": [
171477                    {
171478                        "desc": "x1",
171479                        "name": "x1",
171480                        "value": "0"
171481                    },
171482                    {
171483                        "desc": "x2",
171484                        "name": "x2",
171485                        "value": "1"
171486                    },
171487                    {
171488                        "desc": "x3",
171489                        "name": "x3",
171490                        "value": "2"
171491                    },
171492                    {
171493                        "desc": "x4",
171494                        "name": "x4",
171495                        "value": "3"
171496                    }
171497                ]
171498            },
171499            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-10": {
171500                "ignore-enum-members": true,
171501                "kind": "enum",
171502                "values": [
171503                    {
171504                        "desc": "x1",
171505                        "name": "x1",
171506                        "value": "0"
171507                    },
171508                    {
171509                        "desc": "x2",
171510                        "name": "x2",
171511                        "value": "1"
171512                    },
171513                    {
171514                        "desc": "x3",
171515                        "name": "x3",
171516                        "value": "2"
171517                    },
171518                    {
171519                        "desc": "x4",
171520                        "name": "x4",
171521                        "value": "3"
171522                    }
171523                ]
171524            },
171525            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-11": {
171526                "ignore-enum-members": true,
171527                "kind": "enum",
171528                "values": [
171529                    {
171530                        "desc": "x1",
171531                        "name": "x1",
171532                        "value": "0"
171533                    },
171534                    {
171535                        "desc": "x2",
171536                        "name": "x2",
171537                        "value": "1"
171538                    },
171539                    {
171540                        "desc": "x3",
171541                        "name": "x3",
171542                        "value": "2"
171543                    },
171544                    {
171545                        "desc": "x4",
171546                        "name": "x4",
171547                        "value": "3"
171548                    }
171549                ]
171550            },
171551            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-12": {
171552                "ignore-enum-members": true,
171553                "kind": "enum",
171554                "values": [
171555                    {
171556                        "desc": "x1",
171557                        "name": "x1",
171558                        "value": "0"
171559                    },
171560                    {
171561                        "desc": "x2",
171562                        "name": "x2",
171563                        "value": "1"
171564                    },
171565                    {
171566                        "desc": "x3",
171567                        "name": "x3",
171568                        "value": "2"
171569                    },
171570                    {
171571                        "desc": "x4",
171572                        "name": "x4",
171573                        "value": "3"
171574                    }
171575                ]
171576            },
171577            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-13": {
171578                "ignore-enum-members": true,
171579                "kind": "enum",
171580                "values": [
171581                    {
171582                        "desc": "x1",
171583                        "name": "x1",
171584                        "value": "0"
171585                    },
171586                    {
171587                        "desc": "x2",
171588                        "name": "x2",
171589                        "value": "1"
171590                    },
171591                    {
171592                        "desc": "x3",
171593                        "name": "x3",
171594                        "value": "2"
171595                    },
171596                    {
171597                        "desc": "x4",
171598                        "name": "x4",
171599                        "value": "3"
171600                    }
171601                ]
171602            },
171603            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-14": {
171604                "ignore-enum-members": true,
171605                "kind": "enum",
171606                "values": [
171607                    {
171608                        "desc": "x1",
171609                        "name": "x1",
171610                        "value": "0"
171611                    },
171612                    {
171613                        "desc": "x2",
171614                        "name": "x2",
171615                        "value": "1"
171616                    },
171617                    {
171618                        "desc": "x3",
171619                        "name": "x3",
171620                        "value": "2"
171621                    },
171622                    {
171623                        "desc": "x4",
171624                        "name": "x4",
171625                        "value": "3"
171626                    }
171627                ]
171628            },
171629            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-15": {
171630                "ignore-enum-members": true,
171631                "kind": "enum",
171632                "values": [
171633                    {
171634                        "desc": "x1",
171635                        "name": "x1",
171636                        "value": "0"
171637                    },
171638                    {
171639                        "desc": "x2",
171640                        "name": "x2",
171641                        "value": "1"
171642                    },
171643                    {
171644                        "desc": "x3",
171645                        "name": "x3",
171646                        "value": "2"
171647                    },
171648                    {
171649                        "desc": "x4",
171650                        "name": "x4",
171651                        "value": "3"
171652                    }
171653                ]
171654            },
171655            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-2": {
171656                "ignore-enum-members": true,
171657                "kind": "enum",
171658                "values": [
171659                    {
171660                        "desc": "x1",
171661                        "name": "x1",
171662                        "value": "0"
171663                    },
171664                    {
171665                        "desc": "x2",
171666                        "name": "x2",
171667                        "value": "1"
171668                    },
171669                    {
171670                        "desc": "x3",
171671                        "name": "x3",
171672                        "value": "2"
171673                    },
171674                    {
171675                        "desc": "x4",
171676                        "name": "x4",
171677                        "value": "3"
171678                    }
171679                ]
171680            },
171681            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-3": {
171682                "ignore-enum-members": true,
171683                "kind": "enum",
171684                "values": [
171685                    {
171686                        "desc": "x1",
171687                        "name": "x1",
171688                        "value": "0"
171689                    },
171690                    {
171691                        "desc": "x2",
171692                        "name": "x2",
171693                        "value": "1"
171694                    },
171695                    {
171696                        "desc": "x3",
171697                        "name": "x3",
171698                        "value": "2"
171699                    },
171700                    {
171701                        "desc": "x4",
171702                        "name": "x4",
171703                        "value": "3"
171704                    }
171705                ]
171706            },
171707            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-4": {
171708                "ignore-enum-members": true,
171709                "kind": "enum",
171710                "values": [
171711                    {
171712                        "desc": "x1",
171713                        "name": "x1",
171714                        "value": "0"
171715                    },
171716                    {
171717                        "desc": "x2",
171718                        "name": "x2",
171719                        "value": "1"
171720                    },
171721                    {
171722                        "desc": "x3",
171723                        "name": "x3",
171724                        "value": "2"
171725                    },
171726                    {
171727                        "desc": "x4",
171728                        "name": "x4",
171729                        "value": "3"
171730                    }
171731                ]
171732            },
171733            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-5": {
171734                "ignore-enum-members": true,
171735                "kind": "enum",
171736                "values": [
171737                    {
171738                        "desc": "x1",
171739                        "name": "x1",
171740                        "value": "0"
171741                    },
171742                    {
171743                        "desc": "x2",
171744                        "name": "x2",
171745                        "value": "1"
171746                    },
171747                    {
171748                        "desc": "x3",
171749                        "name": "x3",
171750                        "value": "2"
171751                    },
171752                    {
171753                        "desc": "x4",
171754                        "name": "x4",
171755                        "value": "3"
171756                    }
171757                ]
171758            },
171759            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-6": {
171760                "ignore-enum-members": true,
171761                "kind": "enum",
171762                "values": [
171763                    {
171764                        "desc": "x1",
171765                        "name": "x1",
171766                        "value": "0"
171767                    },
171768                    {
171769                        "desc": "x2",
171770                        "name": "x2",
171771                        "value": "1"
171772                    },
171773                    {
171774                        "desc": "x3",
171775                        "name": "x3",
171776                        "value": "2"
171777                    },
171778                    {
171779                        "desc": "x4",
171780                        "name": "x4",
171781                        "value": "3"
171782                    }
171783                ]
171784            },
171785            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-7": {
171786                "ignore-enum-members": true,
171787                "kind": "enum",
171788                "values": [
171789                    {
171790                        "desc": "x1",
171791                        "name": "x1",
171792                        "value": "0"
171793                    },
171794                    {
171795                        "desc": "x2",
171796                        "name": "x2",
171797                        "value": "1"
171798                    },
171799                    {
171800                        "desc": "x3",
171801                        "name": "x3",
171802                        "value": "2"
171803                    },
171804                    {
171805                        "desc": "x4",
171806                        "name": "x4",
171807                        "value": "3"
171808                    }
171809                ]
171810            },
171811            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-8": {
171812                "ignore-enum-members": true,
171813                "kind": "enum",
171814                "values": [
171815                    {
171816                        "desc": "x1",
171817                        "name": "x1",
171818                        "value": "0"
171819                    },
171820                    {
171821                        "desc": "x2",
171822                        "name": "x2",
171823                        "value": "1"
171824                    },
171825                    {
171826                        "desc": "x3",
171827                        "name": "x3",
171828                        "value": "2"
171829                    },
171830                    {
171831                        "desc": "x4",
171832                        "name": "x4",
171833                        "value": "3"
171834                    }
171835                ]
171836            },
171837            "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-9": {
171838                "ignore-enum-members": true,
171839                "kind": "enum",
171840                "values": [
171841                    {
171842                        "desc": "x1",
171843                        "name": "x1",
171844                        "value": "0"
171845                    },
171846                    {
171847                        "desc": "x2",
171848                        "name": "x2",
171849                        "value": "1"
171850                    },
171851                    {
171852                        "desc": "x3",
171853                        "name": "x3",
171854                        "value": "2"
171855                    },
171856                    {
171857                        "desc": "x4",
171858                        "name": "x4",
171859                        "value": "3"
171860                    }
171861                ]
171862            },
171863            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfft": {
171864                "ignore-enum-members": true,
171865                "kind": "enum",
171866                "values": [
171867                    {
171868                        "desc": "Off",
171869                        "name": "Off",
171870                        "value": "0"
171871                    },
171872                    {
171873                        "desc": "Post-eq",
171874                        "name": "Post-eq",
171875                        "value": "1"
171876                    },
171877                    {
171878                        "desc": "Pre-eq",
171879                        "name": "Pre-eq",
171880                        "value": "2"
171881                    }
171882                ]
171883            },
171884            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-0": {
171885                "ignore-enum-members": true,
171886                "kind": "enum",
171887                "values": [
171888                    {
171889                        "desc": "RLC (BT)",
171890                        "name": "RLC (BT)",
171891                        "value": "0"
171892                    },
171893                    {
171894                        "desc": "RLC (MT)",
171895                        "name": "RLC (MT)",
171896                        "value": "1"
171897                    },
171898                    {
171899                        "desc": "BWC (BT)",
171900                        "name": "BWC (BT)",
171901                        "value": "2"
171902                    },
171903                    {
171904                        "desc": "BWC (MT)",
171905                        "name": "BWC (MT)",
171906                        "value": "3"
171907                    },
171908                    {
171909                        "desc": "LRX (BT)",
171910                        "name": "LRX (BT)",
171911                        "value": "4"
171912                    },
171913                    {
171914                        "desc": "LRX (MT)",
171915                        "name": "LRX (MT)",
171916                        "value": "5"
171917                    },
171918                    {
171919                        "desc": "APO (DR)",
171920                        "name": "APO (DR)",
171921                        "value": "6"
171922                    }
171923                ]
171924            },
171925            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-1": {
171926                "ignore-enum-members": true,
171927                "kind": "enum",
171928                "values": [
171929                    {
171930                        "desc": "RLC (BT)",
171931                        "name": "RLC (BT)",
171932                        "value": "0"
171933                    },
171934                    {
171935                        "desc": "RLC (MT)",
171936                        "name": "RLC (MT)",
171937                        "value": "1"
171938                    },
171939                    {
171940                        "desc": "BWC (BT)",
171941                        "name": "BWC (BT)",
171942                        "value": "2"
171943                    },
171944                    {
171945                        "desc": "BWC (MT)",
171946                        "name": "BWC (MT)",
171947                        "value": "3"
171948                    },
171949                    {
171950                        "desc": "LRX (BT)",
171951                        "name": "LRX (BT)",
171952                        "value": "4"
171953                    },
171954                    {
171955                        "desc": "LRX (MT)",
171956                        "name": "LRX (MT)",
171957                        "value": "5"
171958                    },
171959                    {
171960                        "desc": "APO (DR)",
171961                        "name": "APO (DR)",
171962                        "value": "6"
171963                    }
171964                ]
171965            },
171966            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-10": {
171967                "ignore-enum-members": true,
171968                "kind": "enum",
171969                "values": [
171970                    {
171971                        "desc": "RLC (BT)",
171972                        "name": "RLC (BT)",
171973                        "value": "0"
171974                    },
171975                    {
171976                        "desc": "RLC (MT)",
171977                        "name": "RLC (MT)",
171978                        "value": "1"
171979                    },
171980                    {
171981                        "desc": "BWC (BT)",
171982                        "name": "BWC (BT)",
171983                        "value": "2"
171984                    },
171985                    {
171986                        "desc": "BWC (MT)",
171987                        "name": "BWC (MT)",
171988                        "value": "3"
171989                    },
171990                    {
171991                        "desc": "LRX (BT)",
171992                        "name": "LRX (BT)",
171993                        "value": "4"
171994                    },
171995                    {
171996                        "desc": "LRX (MT)",
171997                        "name": "LRX (MT)",
171998                        "value": "5"
171999                    },
172000                    {
172001                        "desc": "APO (DR)",
172002                        "name": "APO (DR)",
172003                        "value": "6"
172004                    }
172005                ]
172006            },
172007            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-11": {
172008                "ignore-enum-members": true,
172009                "kind": "enum",
172010                "values": [
172011                    {
172012                        "desc": "RLC (BT)",
172013                        "name": "RLC (BT)",
172014                        "value": "0"
172015                    },
172016                    {
172017                        "desc": "RLC (MT)",
172018                        "name": "RLC (MT)",
172019                        "value": "1"
172020                    },
172021                    {
172022                        "desc": "BWC (BT)",
172023                        "name": "BWC (BT)",
172024                        "value": "2"
172025                    },
172026                    {
172027                        "desc": "BWC (MT)",
172028                        "name": "BWC (MT)",
172029                        "value": "3"
172030                    },
172031                    {
172032                        "desc": "LRX (BT)",
172033                        "name": "LRX (BT)",
172034                        "value": "4"
172035                    },
172036                    {
172037                        "desc": "LRX (MT)",
172038                        "name": "LRX (MT)",
172039                        "value": "5"
172040                    },
172041                    {
172042                        "desc": "APO (DR)",
172043                        "name": "APO (DR)",
172044                        "value": "6"
172045                    }
172046                ]
172047            },
172048            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-12": {
172049                "ignore-enum-members": true,
172050                "kind": "enum",
172051                "values": [
172052                    {
172053                        "desc": "RLC (BT)",
172054                        "name": "RLC (BT)",
172055                        "value": "0"
172056                    },
172057                    {
172058                        "desc": "RLC (MT)",
172059                        "name": "RLC (MT)",
172060                        "value": "1"
172061                    },
172062                    {
172063                        "desc": "BWC (BT)",
172064                        "name": "BWC (BT)",
172065                        "value": "2"
172066                    },
172067                    {
172068                        "desc": "BWC (MT)",
172069                        "name": "BWC (MT)",
172070                        "value": "3"
172071                    },
172072                    {
172073                        "desc": "LRX (BT)",
172074                        "name": "LRX (BT)",
172075                        "value": "4"
172076                    },
172077                    {
172078                        "desc": "LRX (MT)",
172079                        "name": "LRX (MT)",
172080                        "value": "5"
172081                    },
172082                    {
172083                        "desc": "APO (DR)",
172084                        "name": "APO (DR)",
172085                        "value": "6"
172086                    }
172087                ]
172088            },
172089            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-13": {
172090                "ignore-enum-members": true,
172091                "kind": "enum",
172092                "values": [
172093                    {
172094                        "desc": "RLC (BT)",
172095                        "name": "RLC (BT)",
172096                        "value": "0"
172097                    },
172098                    {
172099                        "desc": "RLC (MT)",
172100                        "name": "RLC (MT)",
172101                        "value": "1"
172102                    },
172103                    {
172104                        "desc": "BWC (BT)",
172105                        "name": "BWC (BT)",
172106                        "value": "2"
172107                    },
172108                    {
172109                        "desc": "BWC (MT)",
172110                        "name": "BWC (MT)",
172111                        "value": "3"
172112                    },
172113                    {
172114                        "desc": "LRX (BT)",
172115                        "name": "LRX (BT)",
172116                        "value": "4"
172117                    },
172118                    {
172119                        "desc": "LRX (MT)",
172120                        "name": "LRX (MT)",
172121                        "value": "5"
172122                    },
172123                    {
172124                        "desc": "APO (DR)",
172125                        "name": "APO (DR)",
172126                        "value": "6"
172127                    }
172128                ]
172129            },
172130            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-14": {
172131                "ignore-enum-members": true,
172132                "kind": "enum",
172133                "values": [
172134                    {
172135                        "desc": "RLC (BT)",
172136                        "name": "RLC (BT)",
172137                        "value": "0"
172138                    },
172139                    {
172140                        "desc": "RLC (MT)",
172141                        "name": "RLC (MT)",
172142                        "value": "1"
172143                    },
172144                    {
172145                        "desc": "BWC (BT)",
172146                        "name": "BWC (BT)",
172147                        "value": "2"
172148                    },
172149                    {
172150                        "desc": "BWC (MT)",
172151                        "name": "BWC (MT)",
172152                        "value": "3"
172153                    },
172154                    {
172155                        "desc": "LRX (BT)",
172156                        "name": "LRX (BT)",
172157                        "value": "4"
172158                    },
172159                    {
172160                        "desc": "LRX (MT)",
172161                        "name": "LRX (MT)",
172162                        "value": "5"
172163                    },
172164                    {
172165                        "desc": "APO (DR)",
172166                        "name": "APO (DR)",
172167                        "value": "6"
172168                    }
172169                ]
172170            },
172171            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-15": {
172172                "ignore-enum-members": true,
172173                "kind": "enum",
172174                "values": [
172175                    {
172176                        "desc": "RLC (BT)",
172177                        "name": "RLC (BT)",
172178                        "value": "0"
172179                    },
172180                    {
172181                        "desc": "RLC (MT)",
172182                        "name": "RLC (MT)",
172183                        "value": "1"
172184                    },
172185                    {
172186                        "desc": "BWC (BT)",
172187                        "name": "BWC (BT)",
172188                        "value": "2"
172189                    },
172190                    {
172191                        "desc": "BWC (MT)",
172192                        "name": "BWC (MT)",
172193                        "value": "3"
172194                    },
172195                    {
172196                        "desc": "LRX (BT)",
172197                        "name": "LRX (BT)",
172198                        "value": "4"
172199                    },
172200                    {
172201                        "desc": "LRX (MT)",
172202                        "name": "LRX (MT)",
172203                        "value": "5"
172204                    },
172205                    {
172206                        "desc": "APO (DR)",
172207                        "name": "APO (DR)",
172208                        "value": "6"
172209                    }
172210                ]
172211            },
172212            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-2": {
172213                "ignore-enum-members": true,
172214                "kind": "enum",
172215                "values": [
172216                    {
172217                        "desc": "RLC (BT)",
172218                        "name": "RLC (BT)",
172219                        "value": "0"
172220                    },
172221                    {
172222                        "desc": "RLC (MT)",
172223                        "name": "RLC (MT)",
172224                        "value": "1"
172225                    },
172226                    {
172227                        "desc": "BWC (BT)",
172228                        "name": "BWC (BT)",
172229                        "value": "2"
172230                    },
172231                    {
172232                        "desc": "BWC (MT)",
172233                        "name": "BWC (MT)",
172234                        "value": "3"
172235                    },
172236                    {
172237                        "desc": "LRX (BT)",
172238                        "name": "LRX (BT)",
172239                        "value": "4"
172240                    },
172241                    {
172242                        "desc": "LRX (MT)",
172243                        "name": "LRX (MT)",
172244                        "value": "5"
172245                    },
172246                    {
172247                        "desc": "APO (DR)",
172248                        "name": "APO (DR)",
172249                        "value": "6"
172250                    }
172251                ]
172252            },
172253            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-3": {
172254                "ignore-enum-members": true,
172255                "kind": "enum",
172256                "values": [
172257                    {
172258                        "desc": "RLC (BT)",
172259                        "name": "RLC (BT)",
172260                        "value": "0"
172261                    },
172262                    {
172263                        "desc": "RLC (MT)",
172264                        "name": "RLC (MT)",
172265                        "value": "1"
172266                    },
172267                    {
172268                        "desc": "BWC (BT)",
172269                        "name": "BWC (BT)",
172270                        "value": "2"
172271                    },
172272                    {
172273                        "desc": "BWC (MT)",
172274                        "name": "BWC (MT)",
172275                        "value": "3"
172276                    },
172277                    {
172278                        "desc": "LRX (BT)",
172279                        "name": "LRX (BT)",
172280                        "value": "4"
172281                    },
172282                    {
172283                        "desc": "LRX (MT)",
172284                        "name": "LRX (MT)",
172285                        "value": "5"
172286                    },
172287                    {
172288                        "desc": "APO (DR)",
172289                        "name": "APO (DR)",
172290                        "value": "6"
172291                    }
172292                ]
172293            },
172294            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-4": {
172295                "ignore-enum-members": true,
172296                "kind": "enum",
172297                "values": [
172298                    {
172299                        "desc": "RLC (BT)",
172300                        "name": "RLC (BT)",
172301                        "value": "0"
172302                    },
172303                    {
172304                        "desc": "RLC (MT)",
172305                        "name": "RLC (MT)",
172306                        "value": "1"
172307                    },
172308                    {
172309                        "desc": "BWC (BT)",
172310                        "name": "BWC (BT)",
172311                        "value": "2"
172312                    },
172313                    {
172314                        "desc": "BWC (MT)",
172315                        "name": "BWC (MT)",
172316                        "value": "3"
172317                    },
172318                    {
172319                        "desc": "LRX (BT)",
172320                        "name": "LRX (BT)",
172321                        "value": "4"
172322                    },
172323                    {
172324                        "desc": "LRX (MT)",
172325                        "name": "LRX (MT)",
172326                        "value": "5"
172327                    },
172328                    {
172329                        "desc": "APO (DR)",
172330                        "name": "APO (DR)",
172331                        "value": "6"
172332                    }
172333                ]
172334            },
172335            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-5": {
172336                "ignore-enum-members": true,
172337                "kind": "enum",
172338                "values": [
172339                    {
172340                        "desc": "RLC (BT)",
172341                        "name": "RLC (BT)",
172342                        "value": "0"
172343                    },
172344                    {
172345                        "desc": "RLC (MT)",
172346                        "name": "RLC (MT)",
172347                        "value": "1"
172348                    },
172349                    {
172350                        "desc": "BWC (BT)",
172351                        "name": "BWC (BT)",
172352                        "value": "2"
172353                    },
172354                    {
172355                        "desc": "BWC (MT)",
172356                        "name": "BWC (MT)",
172357                        "value": "3"
172358                    },
172359                    {
172360                        "desc": "LRX (BT)",
172361                        "name": "LRX (BT)",
172362                        "value": "4"
172363                    },
172364                    {
172365                        "desc": "LRX (MT)",
172366                        "name": "LRX (MT)",
172367                        "value": "5"
172368                    },
172369                    {
172370                        "desc": "APO (DR)",
172371                        "name": "APO (DR)",
172372                        "value": "6"
172373                    }
172374                ]
172375            },
172376            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-6": {
172377                "ignore-enum-members": true,
172378                "kind": "enum",
172379                "values": [
172380                    {
172381                        "desc": "RLC (BT)",
172382                        "name": "RLC (BT)",
172383                        "value": "0"
172384                    },
172385                    {
172386                        "desc": "RLC (MT)",
172387                        "name": "RLC (MT)",
172388                        "value": "1"
172389                    },
172390                    {
172391                        "desc": "BWC (BT)",
172392                        "name": "BWC (BT)",
172393                        "value": "2"
172394                    },
172395                    {
172396                        "desc": "BWC (MT)",
172397                        "name": "BWC (MT)",
172398                        "value": "3"
172399                    },
172400                    {
172401                        "desc": "LRX (BT)",
172402                        "name": "LRX (BT)",
172403                        "value": "4"
172404                    },
172405                    {
172406                        "desc": "LRX (MT)",
172407                        "name": "LRX (MT)",
172408                        "value": "5"
172409                    },
172410                    {
172411                        "desc": "APO (DR)",
172412                        "name": "APO (DR)",
172413                        "value": "6"
172414                    }
172415                ]
172416            },
172417            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-7": {
172418                "ignore-enum-members": true,
172419                "kind": "enum",
172420                "values": [
172421                    {
172422                        "desc": "RLC (BT)",
172423                        "name": "RLC (BT)",
172424                        "value": "0"
172425                    },
172426                    {
172427                        "desc": "RLC (MT)",
172428                        "name": "RLC (MT)",
172429                        "value": "1"
172430                    },
172431                    {
172432                        "desc": "BWC (BT)",
172433                        "name": "BWC (BT)",
172434                        "value": "2"
172435                    },
172436                    {
172437                        "desc": "BWC (MT)",
172438                        "name": "BWC (MT)",
172439                        "value": "3"
172440                    },
172441                    {
172442                        "desc": "LRX (BT)",
172443                        "name": "LRX (BT)",
172444                        "value": "4"
172445                    },
172446                    {
172447                        "desc": "LRX (MT)",
172448                        "name": "LRX (MT)",
172449                        "value": "5"
172450                    },
172451                    {
172452                        "desc": "APO (DR)",
172453                        "name": "APO (DR)",
172454                        "value": "6"
172455                    }
172456                ]
172457            },
172458            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-8": {
172459                "ignore-enum-members": true,
172460                "kind": "enum",
172461                "values": [
172462                    {
172463                        "desc": "RLC (BT)",
172464                        "name": "RLC (BT)",
172465                        "value": "0"
172466                    },
172467                    {
172468                        "desc": "RLC (MT)",
172469                        "name": "RLC (MT)",
172470                        "value": "1"
172471                    },
172472                    {
172473                        "desc": "BWC (BT)",
172474                        "name": "BWC (BT)",
172475                        "value": "2"
172476                    },
172477                    {
172478                        "desc": "BWC (MT)",
172479                        "name": "BWC (MT)",
172480                        "value": "3"
172481                    },
172482                    {
172483                        "desc": "LRX (BT)",
172484                        "name": "LRX (BT)",
172485                        "value": "4"
172486                    },
172487                    {
172488                        "desc": "LRX (MT)",
172489                        "name": "LRX (MT)",
172490                        "value": "5"
172491                    },
172492                    {
172493                        "desc": "APO (DR)",
172494                        "name": "APO (DR)",
172495                        "value": "6"
172496                    }
172497                ]
172498            },
172499            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-9": {
172500                "ignore-enum-members": true,
172501                "kind": "enum",
172502                "values": [
172503                    {
172504                        "desc": "RLC (BT)",
172505                        "name": "RLC (BT)",
172506                        "value": "0"
172507                    },
172508                    {
172509                        "desc": "RLC (MT)",
172510                        "name": "RLC (MT)",
172511                        "value": "1"
172512                    },
172513                    {
172514                        "desc": "BWC (BT)",
172515                        "name": "BWC (BT)",
172516                        "value": "2"
172517                    },
172518                    {
172519                        "desc": "BWC (MT)",
172520                        "name": "BWC (MT)",
172521                        "value": "3"
172522                    },
172523                    {
172524                        "desc": "LRX (BT)",
172525                        "name": "LRX (BT)",
172526                        "value": "4"
172527                    },
172528                    {
172529                        "desc": "LRX (MT)",
172530                        "name": "LRX (MT)",
172531                        "value": "5"
172532                    },
172533                    {
172534                        "desc": "APO (DR)",
172535                        "name": "APO (DR)",
172536                        "value": "6"
172537                    }
172538                ]
172539            },
172540            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-0": {
172541                "ignore-enum-members": true,
172542                "kind": "enum",
172543                "values": [
172544                    {
172545                        "desc": "RLC (BT)",
172546                        "name": "RLC (BT)",
172547                        "value": "0"
172548                    },
172549                    {
172550                        "desc": "RLC (MT)",
172551                        "name": "RLC (MT)",
172552                        "value": "1"
172553                    },
172554                    {
172555                        "desc": "BWC (BT)",
172556                        "name": "BWC (BT)",
172557                        "value": "2"
172558                    },
172559                    {
172560                        "desc": "BWC (MT)",
172561                        "name": "BWC (MT)",
172562                        "value": "3"
172563                    },
172564                    {
172565                        "desc": "LRX (BT)",
172566                        "name": "LRX (BT)",
172567                        "value": "4"
172568                    },
172569                    {
172570                        "desc": "LRX (MT)",
172571                        "name": "LRX (MT)",
172572                        "value": "5"
172573                    },
172574                    {
172575                        "desc": "APO (DR)",
172576                        "name": "APO (DR)",
172577                        "value": "6"
172578                    }
172579                ]
172580            },
172581            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-1": {
172582                "ignore-enum-members": true,
172583                "kind": "enum",
172584                "values": [
172585                    {
172586                        "desc": "RLC (BT)",
172587                        "name": "RLC (BT)",
172588                        "value": "0"
172589                    },
172590                    {
172591                        "desc": "RLC (MT)",
172592                        "name": "RLC (MT)",
172593                        "value": "1"
172594                    },
172595                    {
172596                        "desc": "BWC (BT)",
172597                        "name": "BWC (BT)",
172598                        "value": "2"
172599                    },
172600                    {
172601                        "desc": "BWC (MT)",
172602                        "name": "BWC (MT)",
172603                        "value": "3"
172604                    },
172605                    {
172606                        "desc": "LRX (BT)",
172607                        "name": "LRX (BT)",
172608                        "value": "4"
172609                    },
172610                    {
172611                        "desc": "LRX (MT)",
172612                        "name": "LRX (MT)",
172613                        "value": "5"
172614                    },
172615                    {
172616                        "desc": "APO (DR)",
172617                        "name": "APO (DR)",
172618                        "value": "6"
172619                    }
172620                ]
172621            },
172622            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-10": {
172623                "ignore-enum-members": true,
172624                "kind": "enum",
172625                "values": [
172626                    {
172627                        "desc": "RLC (BT)",
172628                        "name": "RLC (BT)",
172629                        "value": "0"
172630                    },
172631                    {
172632                        "desc": "RLC (MT)",
172633                        "name": "RLC (MT)",
172634                        "value": "1"
172635                    },
172636                    {
172637                        "desc": "BWC (BT)",
172638                        "name": "BWC (BT)",
172639                        "value": "2"
172640                    },
172641                    {
172642                        "desc": "BWC (MT)",
172643                        "name": "BWC (MT)",
172644                        "value": "3"
172645                    },
172646                    {
172647                        "desc": "LRX (BT)",
172648                        "name": "LRX (BT)",
172649                        "value": "4"
172650                    },
172651                    {
172652                        "desc": "LRX (MT)",
172653                        "name": "LRX (MT)",
172654                        "value": "5"
172655                    },
172656                    {
172657                        "desc": "APO (DR)",
172658                        "name": "APO (DR)",
172659                        "value": "6"
172660                    }
172661                ]
172662            },
172663            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-11": {
172664                "ignore-enum-members": true,
172665                "kind": "enum",
172666                "values": [
172667                    {
172668                        "desc": "RLC (BT)",
172669                        "name": "RLC (BT)",
172670                        "value": "0"
172671                    },
172672                    {
172673                        "desc": "RLC (MT)",
172674                        "name": "RLC (MT)",
172675                        "value": "1"
172676                    },
172677                    {
172678                        "desc": "BWC (BT)",
172679                        "name": "BWC (BT)",
172680                        "value": "2"
172681                    },
172682                    {
172683                        "desc": "BWC (MT)",
172684                        "name": "BWC (MT)",
172685                        "value": "3"
172686                    },
172687                    {
172688                        "desc": "LRX (BT)",
172689                        "name": "LRX (BT)",
172690                        "value": "4"
172691                    },
172692                    {
172693                        "desc": "LRX (MT)",
172694                        "name": "LRX (MT)",
172695                        "value": "5"
172696                    },
172697                    {
172698                        "desc": "APO (DR)",
172699                        "name": "APO (DR)",
172700                        "value": "6"
172701                    }
172702                ]
172703            },
172704            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-12": {
172705                "ignore-enum-members": true,
172706                "kind": "enum",
172707                "values": [
172708                    {
172709                        "desc": "RLC (BT)",
172710                        "name": "RLC (BT)",
172711                        "value": "0"
172712                    },
172713                    {
172714                        "desc": "RLC (MT)",
172715                        "name": "RLC (MT)",
172716                        "value": "1"
172717                    },
172718                    {
172719                        "desc": "BWC (BT)",
172720                        "name": "BWC (BT)",
172721                        "value": "2"
172722                    },
172723                    {
172724                        "desc": "BWC (MT)",
172725                        "name": "BWC (MT)",
172726                        "value": "3"
172727                    },
172728                    {
172729                        "desc": "LRX (BT)",
172730                        "name": "LRX (BT)",
172731                        "value": "4"
172732                    },
172733                    {
172734                        "desc": "LRX (MT)",
172735                        "name": "LRX (MT)",
172736                        "value": "5"
172737                    },
172738                    {
172739                        "desc": "APO (DR)",
172740                        "name": "APO (DR)",
172741                        "value": "6"
172742                    }
172743                ]
172744            },
172745            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-13": {
172746                "ignore-enum-members": true,
172747                "kind": "enum",
172748                "values": [
172749                    {
172750                        "desc": "RLC (BT)",
172751                        "name": "RLC (BT)",
172752                        "value": "0"
172753                    },
172754                    {
172755                        "desc": "RLC (MT)",
172756                        "name": "RLC (MT)",
172757                        "value": "1"
172758                    },
172759                    {
172760                        "desc": "BWC (BT)",
172761                        "name": "BWC (BT)",
172762                        "value": "2"
172763                    },
172764                    {
172765                        "desc": "BWC (MT)",
172766                        "name": "BWC (MT)",
172767                        "value": "3"
172768                    },
172769                    {
172770                        "desc": "LRX (BT)",
172771                        "name": "LRX (BT)",
172772                        "value": "4"
172773                    },
172774                    {
172775                        "desc": "LRX (MT)",
172776                        "name": "LRX (MT)",
172777                        "value": "5"
172778                    },
172779                    {
172780                        "desc": "APO (DR)",
172781                        "name": "APO (DR)",
172782                        "value": "6"
172783                    }
172784                ]
172785            },
172786            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-14": {
172787                "ignore-enum-members": true,
172788                "kind": "enum",
172789                "values": [
172790                    {
172791                        "desc": "RLC (BT)",
172792                        "name": "RLC (BT)",
172793                        "value": "0"
172794                    },
172795                    {
172796                        "desc": "RLC (MT)",
172797                        "name": "RLC (MT)",
172798                        "value": "1"
172799                    },
172800                    {
172801                        "desc": "BWC (BT)",
172802                        "name": "BWC (BT)",
172803                        "value": "2"
172804                    },
172805                    {
172806                        "desc": "BWC (MT)",
172807                        "name": "BWC (MT)",
172808                        "value": "3"
172809                    },
172810                    {
172811                        "desc": "LRX (BT)",
172812                        "name": "LRX (BT)",
172813                        "value": "4"
172814                    },
172815                    {
172816                        "desc": "LRX (MT)",
172817                        "name": "LRX (MT)",
172818                        "value": "5"
172819                    },
172820                    {
172821                        "desc": "APO (DR)",
172822                        "name": "APO (DR)",
172823                        "value": "6"
172824                    }
172825                ]
172826            },
172827            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-15": {
172828                "ignore-enum-members": true,
172829                "kind": "enum",
172830                "values": [
172831                    {
172832                        "desc": "RLC (BT)",
172833                        "name": "RLC (BT)",
172834                        "value": "0"
172835                    },
172836                    {
172837                        "desc": "RLC (MT)",
172838                        "name": "RLC (MT)",
172839                        "value": "1"
172840                    },
172841                    {
172842                        "desc": "BWC (BT)",
172843                        "name": "BWC (BT)",
172844                        "value": "2"
172845                    },
172846                    {
172847                        "desc": "BWC (MT)",
172848                        "name": "BWC (MT)",
172849                        "value": "3"
172850                    },
172851                    {
172852                        "desc": "LRX (BT)",
172853                        "name": "LRX (BT)",
172854                        "value": "4"
172855                    },
172856                    {
172857                        "desc": "LRX (MT)",
172858                        "name": "LRX (MT)",
172859                        "value": "5"
172860                    },
172861                    {
172862                        "desc": "APO (DR)",
172863                        "name": "APO (DR)",
172864                        "value": "6"
172865                    }
172866                ]
172867            },
172868            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-2": {
172869                "ignore-enum-members": true,
172870                "kind": "enum",
172871                "values": [
172872                    {
172873                        "desc": "RLC (BT)",
172874                        "name": "RLC (BT)",
172875                        "value": "0"
172876                    },
172877                    {
172878                        "desc": "RLC (MT)",
172879                        "name": "RLC (MT)",
172880                        "value": "1"
172881                    },
172882                    {
172883                        "desc": "BWC (BT)",
172884                        "name": "BWC (BT)",
172885                        "value": "2"
172886                    },
172887                    {
172888                        "desc": "BWC (MT)",
172889                        "name": "BWC (MT)",
172890                        "value": "3"
172891                    },
172892                    {
172893                        "desc": "LRX (BT)",
172894                        "name": "LRX (BT)",
172895                        "value": "4"
172896                    },
172897                    {
172898                        "desc": "LRX (MT)",
172899                        "name": "LRX (MT)",
172900                        "value": "5"
172901                    },
172902                    {
172903                        "desc": "APO (DR)",
172904                        "name": "APO (DR)",
172905                        "value": "6"
172906                    }
172907                ]
172908            },
172909            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-3": {
172910                "ignore-enum-members": true,
172911                "kind": "enum",
172912                "values": [
172913                    {
172914                        "desc": "RLC (BT)",
172915                        "name": "RLC (BT)",
172916                        "value": "0"
172917                    },
172918                    {
172919                        "desc": "RLC (MT)",
172920                        "name": "RLC (MT)",
172921                        "value": "1"
172922                    },
172923                    {
172924                        "desc": "BWC (BT)",
172925                        "name": "BWC (BT)",
172926                        "value": "2"
172927                    },
172928                    {
172929                        "desc": "BWC (MT)",
172930                        "name": "BWC (MT)",
172931                        "value": "3"
172932                    },
172933                    {
172934                        "desc": "LRX (BT)",
172935                        "name": "LRX (BT)",
172936                        "value": "4"
172937                    },
172938                    {
172939                        "desc": "LRX (MT)",
172940                        "name": "LRX (MT)",
172941                        "value": "5"
172942                    },
172943                    {
172944                        "desc": "APO (DR)",
172945                        "name": "APO (DR)",
172946                        "value": "6"
172947                    }
172948                ]
172949            },
172950            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-4": {
172951                "ignore-enum-members": true,
172952                "kind": "enum",
172953                "values": [
172954                    {
172955                        "desc": "RLC (BT)",
172956                        "name": "RLC (BT)",
172957                        "value": "0"
172958                    },
172959                    {
172960                        "desc": "RLC (MT)",
172961                        "name": "RLC (MT)",
172962                        "value": "1"
172963                    },
172964                    {
172965                        "desc": "BWC (BT)",
172966                        "name": "BWC (BT)",
172967                        "value": "2"
172968                    },
172969                    {
172970                        "desc": "BWC (MT)",
172971                        "name": "BWC (MT)",
172972                        "value": "3"
172973                    },
172974                    {
172975                        "desc": "LRX (BT)",
172976                        "name": "LRX (BT)",
172977                        "value": "4"
172978                    },
172979                    {
172980                        "desc": "LRX (MT)",
172981                        "name": "LRX (MT)",
172982                        "value": "5"
172983                    },
172984                    {
172985                        "desc": "APO (DR)",
172986                        "name": "APO (DR)",
172987                        "value": "6"
172988                    }
172989                ]
172990            },
172991            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-5": {
172992                "ignore-enum-members": true,
172993                "kind": "enum",
172994                "values": [
172995                    {
172996                        "desc": "RLC (BT)",
172997                        "name": "RLC (BT)",
172998                        "value": "0"
172999                    },
173000                    {
173001                        "desc": "RLC (MT)",
173002                        "name": "RLC (MT)",
173003                        "value": "1"
173004                    },
173005                    {
173006                        "desc": "BWC (BT)",
173007                        "name": "BWC (BT)",
173008                        "value": "2"
173009                    },
173010                    {
173011                        "desc": "BWC (MT)",
173012                        "name": "BWC (MT)",
173013                        "value": "3"
173014                    },
173015                    {
173016                        "desc": "LRX (BT)",
173017                        "name": "LRX (BT)",
173018                        "value": "4"
173019                    },
173020                    {
173021                        "desc": "LRX (MT)",
173022                        "name": "LRX (MT)",
173023                        "value": "5"
173024                    },
173025                    {
173026                        "desc": "APO (DR)",
173027                        "name": "APO (DR)",
173028                        "value": "6"
173029                    }
173030                ]
173031            },
173032            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-6": {
173033                "ignore-enum-members": true,
173034                "kind": "enum",
173035                "values": [
173036                    {
173037                        "desc": "RLC (BT)",
173038                        "name": "RLC (BT)",
173039                        "value": "0"
173040                    },
173041                    {
173042                        "desc": "RLC (MT)",
173043                        "name": "RLC (MT)",
173044                        "value": "1"
173045                    },
173046                    {
173047                        "desc": "BWC (BT)",
173048                        "name": "BWC (BT)",
173049                        "value": "2"
173050                    },
173051                    {
173052                        "desc": "BWC (MT)",
173053                        "name": "BWC (MT)",
173054                        "value": "3"
173055                    },
173056                    {
173057                        "desc": "LRX (BT)",
173058                        "name": "LRX (BT)",
173059                        "value": "4"
173060                    },
173061                    {
173062                        "desc": "LRX (MT)",
173063                        "name": "LRX (MT)",
173064                        "value": "5"
173065                    },
173066                    {
173067                        "desc": "APO (DR)",
173068                        "name": "APO (DR)",
173069                        "value": "6"
173070                    }
173071                ]
173072            },
173073            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-7": {
173074                "ignore-enum-members": true,
173075                "kind": "enum",
173076                "values": [
173077                    {
173078                        "desc": "RLC (BT)",
173079                        "name": "RLC (BT)",
173080                        "value": "0"
173081                    },
173082                    {
173083                        "desc": "RLC (MT)",
173084                        "name": "RLC (MT)",
173085                        "value": "1"
173086                    },
173087                    {
173088                        "desc": "BWC (BT)",
173089                        "name": "BWC (BT)",
173090                        "value": "2"
173091                    },
173092                    {
173093                        "desc": "BWC (MT)",
173094                        "name": "BWC (MT)",
173095                        "value": "3"
173096                    },
173097                    {
173098                        "desc": "LRX (BT)",
173099                        "name": "LRX (BT)",
173100                        "value": "4"
173101                    },
173102                    {
173103                        "desc": "LRX (MT)",
173104                        "name": "LRX (MT)",
173105                        "value": "5"
173106                    },
173107                    {
173108                        "desc": "APO (DR)",
173109                        "name": "APO (DR)",
173110                        "value": "6"
173111                    }
173112                ]
173113            },
173114            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-8": {
173115                "ignore-enum-members": true,
173116                "kind": "enum",
173117                "values": [
173118                    {
173119                        "desc": "RLC (BT)",
173120                        "name": "RLC (BT)",
173121                        "value": "0"
173122                    },
173123                    {
173124                        "desc": "RLC (MT)",
173125                        "name": "RLC (MT)",
173126                        "value": "1"
173127                    },
173128                    {
173129                        "desc": "BWC (BT)",
173130                        "name": "BWC (BT)",
173131                        "value": "2"
173132                    },
173133                    {
173134                        "desc": "BWC (MT)",
173135                        "name": "BWC (MT)",
173136                        "value": "3"
173137                    },
173138                    {
173139                        "desc": "LRX (BT)",
173140                        "name": "LRX (BT)",
173141                        "value": "4"
173142                    },
173143                    {
173144                        "desc": "LRX (MT)",
173145                        "name": "LRX (MT)",
173146                        "value": "5"
173147                    },
173148                    {
173149                        "desc": "APO (DR)",
173150                        "name": "APO (DR)",
173151                        "value": "6"
173152                    }
173153                ]
173154            },
173155            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-9": {
173156                "ignore-enum-members": true,
173157                "kind": "enum",
173158                "values": [
173159                    {
173160                        "desc": "RLC (BT)",
173161                        "name": "RLC (BT)",
173162                        "value": "0"
173163                    },
173164                    {
173165                        "desc": "RLC (MT)",
173166                        "name": "RLC (MT)",
173167                        "value": "1"
173168                    },
173169                    {
173170                        "desc": "BWC (BT)",
173171                        "name": "BWC (BT)",
173172                        "value": "2"
173173                    },
173174                    {
173175                        "desc": "BWC (MT)",
173176                        "name": "BWC (MT)",
173177                        "value": "3"
173178                    },
173179                    {
173180                        "desc": "LRX (BT)",
173181                        "name": "LRX (BT)",
173182                        "value": "4"
173183                    },
173184                    {
173185                        "desc": "LRX (MT)",
173186                        "name": "LRX (MT)",
173187                        "value": "5"
173188                    },
173189                    {
173190                        "desc": "APO (DR)",
173191                        "name": "APO (DR)",
173192                        "value": "6"
173193                    }
173194                ]
173195            },
173196            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfsel": {
173197                "ignore-enum-members": true,
173198                "kind": "enum",
173199                "values": [
173200                    {
173201                        "desc": "Filters Middle 0-7",
173202                        "name": "Filters Middle 0-7",
173203                        "value": "0"
173204                    },
173205                    {
173206                        "desc": "Filters Side 0-7",
173207                        "name": "Filters Side 0-7",
173208                        "value": "1"
173209                    },
173210                    {
173211                        "desc": "Filters Middle 8-15",
173212                        "name": "Filters Middle 8-15",
173213                        "value": "2"
173214                    },
173215                    {
173216                        "desc": "Filters Side 8-15",
173217                        "name": "Filters Side 8-15",
173218                        "value": "3"
173219                    }
173220                ]
173221            },
173222            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-0": {
173223                "ignore-enum-members": true,
173224                "kind": "enum",
173225                "values": [
173226                    {
173227                        "desc": "Off",
173228                        "name": "Off",
173229                        "value": "0"
173230                    },
173231                    {
173232                        "desc": "Bell",
173233                        "name": "Bell",
173234                        "value": "1"
173235                    },
173236                    {
173237                        "desc": "Hi-pass",
173238                        "name": "Hi-pass",
173239                        "value": "2"
173240                    },
173241                    {
173242                        "desc": "Hi-shelf",
173243                        "name": "Hi-shelf",
173244                        "value": "3"
173245                    },
173246                    {
173247                        "desc": "Lo-pass",
173248                        "name": "Lo-pass",
173249                        "value": "4"
173250                    },
173251                    {
173252                        "desc": "Lo-shelf",
173253                        "name": "Lo-shelf",
173254                        "value": "5"
173255                    },
173256                    {
173257                        "desc": "Notch",
173258                        "name": "Notch",
173259                        "value": "6"
173260                    },
173261                    {
173262                        "desc": "Resonance",
173263                        "name": "Resonance",
173264                        "value": "7"
173265                    },
173266                    {
173267                        "desc": "Allpass",
173268                        "name": "Allpass",
173269                        "value": "8"
173270                    }
173271                ]
173272            },
173273            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-1": {
173274                "ignore-enum-members": true,
173275                "kind": "enum",
173276                "values": [
173277                    {
173278                        "desc": "Off",
173279                        "name": "Off",
173280                        "value": "0"
173281                    },
173282                    {
173283                        "desc": "Bell",
173284                        "name": "Bell",
173285                        "value": "1"
173286                    },
173287                    {
173288                        "desc": "Hi-pass",
173289                        "name": "Hi-pass",
173290                        "value": "2"
173291                    },
173292                    {
173293                        "desc": "Hi-shelf",
173294                        "name": "Hi-shelf",
173295                        "value": "3"
173296                    },
173297                    {
173298                        "desc": "Lo-pass",
173299                        "name": "Lo-pass",
173300                        "value": "4"
173301                    },
173302                    {
173303                        "desc": "Lo-shelf",
173304                        "name": "Lo-shelf",
173305                        "value": "5"
173306                    },
173307                    {
173308                        "desc": "Notch",
173309                        "name": "Notch",
173310                        "value": "6"
173311                    },
173312                    {
173313                        "desc": "Resonance",
173314                        "name": "Resonance",
173315                        "value": "7"
173316                    },
173317                    {
173318                        "desc": "Allpass",
173319                        "name": "Allpass",
173320                        "value": "8"
173321                    }
173322                ]
173323            },
173324            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-10": {
173325                "ignore-enum-members": true,
173326                "kind": "enum",
173327                "values": [
173328                    {
173329                        "desc": "Off",
173330                        "name": "Off",
173331                        "value": "0"
173332                    },
173333                    {
173334                        "desc": "Bell",
173335                        "name": "Bell",
173336                        "value": "1"
173337                    },
173338                    {
173339                        "desc": "Hi-pass",
173340                        "name": "Hi-pass",
173341                        "value": "2"
173342                    },
173343                    {
173344                        "desc": "Hi-shelf",
173345                        "name": "Hi-shelf",
173346                        "value": "3"
173347                    },
173348                    {
173349                        "desc": "Lo-pass",
173350                        "name": "Lo-pass",
173351                        "value": "4"
173352                    },
173353                    {
173354                        "desc": "Lo-shelf",
173355                        "name": "Lo-shelf",
173356                        "value": "5"
173357                    },
173358                    {
173359                        "desc": "Notch",
173360                        "name": "Notch",
173361                        "value": "6"
173362                    },
173363                    {
173364                        "desc": "Resonance",
173365                        "name": "Resonance",
173366                        "value": "7"
173367                    },
173368                    {
173369                        "desc": "Allpass",
173370                        "name": "Allpass",
173371                        "value": "8"
173372                    }
173373                ]
173374            },
173375            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-11": {
173376                "ignore-enum-members": true,
173377                "kind": "enum",
173378                "values": [
173379                    {
173380                        "desc": "Off",
173381                        "name": "Off",
173382                        "value": "0"
173383                    },
173384                    {
173385                        "desc": "Bell",
173386                        "name": "Bell",
173387                        "value": "1"
173388                    },
173389                    {
173390                        "desc": "Hi-pass",
173391                        "name": "Hi-pass",
173392                        "value": "2"
173393                    },
173394                    {
173395                        "desc": "Hi-shelf",
173396                        "name": "Hi-shelf",
173397                        "value": "3"
173398                    },
173399                    {
173400                        "desc": "Lo-pass",
173401                        "name": "Lo-pass",
173402                        "value": "4"
173403                    },
173404                    {
173405                        "desc": "Lo-shelf",
173406                        "name": "Lo-shelf",
173407                        "value": "5"
173408                    },
173409                    {
173410                        "desc": "Notch",
173411                        "name": "Notch",
173412                        "value": "6"
173413                    },
173414                    {
173415                        "desc": "Resonance",
173416                        "name": "Resonance",
173417                        "value": "7"
173418                    },
173419                    {
173420                        "desc": "Allpass",
173421                        "name": "Allpass",
173422                        "value": "8"
173423                    }
173424                ]
173425            },
173426            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-12": {
173427                "ignore-enum-members": true,
173428                "kind": "enum",
173429                "values": [
173430                    {
173431                        "desc": "Off",
173432                        "name": "Off",
173433                        "value": "0"
173434                    },
173435                    {
173436                        "desc": "Bell",
173437                        "name": "Bell",
173438                        "value": "1"
173439                    },
173440                    {
173441                        "desc": "Hi-pass",
173442                        "name": "Hi-pass",
173443                        "value": "2"
173444                    },
173445                    {
173446                        "desc": "Hi-shelf",
173447                        "name": "Hi-shelf",
173448                        "value": "3"
173449                    },
173450                    {
173451                        "desc": "Lo-pass",
173452                        "name": "Lo-pass",
173453                        "value": "4"
173454                    },
173455                    {
173456                        "desc": "Lo-shelf",
173457                        "name": "Lo-shelf",
173458                        "value": "5"
173459                    },
173460                    {
173461                        "desc": "Notch",
173462                        "name": "Notch",
173463                        "value": "6"
173464                    },
173465                    {
173466                        "desc": "Resonance",
173467                        "name": "Resonance",
173468                        "value": "7"
173469                    },
173470                    {
173471                        "desc": "Allpass",
173472                        "name": "Allpass",
173473                        "value": "8"
173474                    }
173475                ]
173476            },
173477            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-13": {
173478                "ignore-enum-members": true,
173479                "kind": "enum",
173480                "values": [
173481                    {
173482                        "desc": "Off",
173483                        "name": "Off",
173484                        "value": "0"
173485                    },
173486                    {
173487                        "desc": "Bell",
173488                        "name": "Bell",
173489                        "value": "1"
173490                    },
173491                    {
173492                        "desc": "Hi-pass",
173493                        "name": "Hi-pass",
173494                        "value": "2"
173495                    },
173496                    {
173497                        "desc": "Hi-shelf",
173498                        "name": "Hi-shelf",
173499                        "value": "3"
173500                    },
173501                    {
173502                        "desc": "Lo-pass",
173503                        "name": "Lo-pass",
173504                        "value": "4"
173505                    },
173506                    {
173507                        "desc": "Lo-shelf",
173508                        "name": "Lo-shelf",
173509                        "value": "5"
173510                    },
173511                    {
173512                        "desc": "Notch",
173513                        "name": "Notch",
173514                        "value": "6"
173515                    },
173516                    {
173517                        "desc": "Resonance",
173518                        "name": "Resonance",
173519                        "value": "7"
173520                    },
173521                    {
173522                        "desc": "Allpass",
173523                        "name": "Allpass",
173524                        "value": "8"
173525                    }
173526                ]
173527            },
173528            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-14": {
173529                "ignore-enum-members": true,
173530                "kind": "enum",
173531                "values": [
173532                    {
173533                        "desc": "Off",
173534                        "name": "Off",
173535                        "value": "0"
173536                    },
173537                    {
173538                        "desc": "Bell",
173539                        "name": "Bell",
173540                        "value": "1"
173541                    },
173542                    {
173543                        "desc": "Hi-pass",
173544                        "name": "Hi-pass",
173545                        "value": "2"
173546                    },
173547                    {
173548                        "desc": "Hi-shelf",
173549                        "name": "Hi-shelf",
173550                        "value": "3"
173551                    },
173552                    {
173553                        "desc": "Lo-pass",
173554                        "name": "Lo-pass",
173555                        "value": "4"
173556                    },
173557                    {
173558                        "desc": "Lo-shelf",
173559                        "name": "Lo-shelf",
173560                        "value": "5"
173561                    },
173562                    {
173563                        "desc": "Notch",
173564                        "name": "Notch",
173565                        "value": "6"
173566                    },
173567                    {
173568                        "desc": "Resonance",
173569                        "name": "Resonance",
173570                        "value": "7"
173571                    },
173572                    {
173573                        "desc": "Allpass",
173574                        "name": "Allpass",
173575                        "value": "8"
173576                    }
173577                ]
173578            },
173579            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-15": {
173580                "ignore-enum-members": true,
173581                "kind": "enum",
173582                "values": [
173583                    {
173584                        "desc": "Off",
173585                        "name": "Off",
173586                        "value": "0"
173587                    },
173588                    {
173589                        "desc": "Bell",
173590                        "name": "Bell",
173591                        "value": "1"
173592                    },
173593                    {
173594                        "desc": "Hi-pass",
173595                        "name": "Hi-pass",
173596                        "value": "2"
173597                    },
173598                    {
173599                        "desc": "Hi-shelf",
173600                        "name": "Hi-shelf",
173601                        "value": "3"
173602                    },
173603                    {
173604                        "desc": "Lo-pass",
173605                        "name": "Lo-pass",
173606                        "value": "4"
173607                    },
173608                    {
173609                        "desc": "Lo-shelf",
173610                        "name": "Lo-shelf",
173611                        "value": "5"
173612                    },
173613                    {
173614                        "desc": "Notch",
173615                        "name": "Notch",
173616                        "value": "6"
173617                    },
173618                    {
173619                        "desc": "Resonance",
173620                        "name": "Resonance",
173621                        "value": "7"
173622                    },
173623                    {
173624                        "desc": "Allpass",
173625                        "name": "Allpass",
173626                        "value": "8"
173627                    }
173628                ]
173629            },
173630            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-2": {
173631                "ignore-enum-members": true,
173632                "kind": "enum",
173633                "values": [
173634                    {
173635                        "desc": "Off",
173636                        "name": "Off",
173637                        "value": "0"
173638                    },
173639                    {
173640                        "desc": "Bell",
173641                        "name": "Bell",
173642                        "value": "1"
173643                    },
173644                    {
173645                        "desc": "Hi-pass",
173646                        "name": "Hi-pass",
173647                        "value": "2"
173648                    },
173649                    {
173650                        "desc": "Hi-shelf",
173651                        "name": "Hi-shelf",
173652                        "value": "3"
173653                    },
173654                    {
173655                        "desc": "Lo-pass",
173656                        "name": "Lo-pass",
173657                        "value": "4"
173658                    },
173659                    {
173660                        "desc": "Lo-shelf",
173661                        "name": "Lo-shelf",
173662                        "value": "5"
173663                    },
173664                    {
173665                        "desc": "Notch",
173666                        "name": "Notch",
173667                        "value": "6"
173668                    },
173669                    {
173670                        "desc": "Resonance",
173671                        "name": "Resonance",
173672                        "value": "7"
173673                    },
173674                    {
173675                        "desc": "Allpass",
173676                        "name": "Allpass",
173677                        "value": "8"
173678                    }
173679                ]
173680            },
173681            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-3": {
173682                "ignore-enum-members": true,
173683                "kind": "enum",
173684                "values": [
173685                    {
173686                        "desc": "Off",
173687                        "name": "Off",
173688                        "value": "0"
173689                    },
173690                    {
173691                        "desc": "Bell",
173692                        "name": "Bell",
173693                        "value": "1"
173694                    },
173695                    {
173696                        "desc": "Hi-pass",
173697                        "name": "Hi-pass",
173698                        "value": "2"
173699                    },
173700                    {
173701                        "desc": "Hi-shelf",
173702                        "name": "Hi-shelf",
173703                        "value": "3"
173704                    },
173705                    {
173706                        "desc": "Lo-pass",
173707                        "name": "Lo-pass",
173708                        "value": "4"
173709                    },
173710                    {
173711                        "desc": "Lo-shelf",
173712                        "name": "Lo-shelf",
173713                        "value": "5"
173714                    },
173715                    {
173716                        "desc": "Notch",
173717                        "name": "Notch",
173718                        "value": "6"
173719                    },
173720                    {
173721                        "desc": "Resonance",
173722                        "name": "Resonance",
173723                        "value": "7"
173724                    },
173725                    {
173726                        "desc": "Allpass",
173727                        "name": "Allpass",
173728                        "value": "8"
173729                    }
173730                ]
173731            },
173732            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-4": {
173733                "ignore-enum-members": true,
173734                "kind": "enum",
173735                "values": [
173736                    {
173737                        "desc": "Off",
173738                        "name": "Off",
173739                        "value": "0"
173740                    },
173741                    {
173742                        "desc": "Bell",
173743                        "name": "Bell",
173744                        "value": "1"
173745                    },
173746                    {
173747                        "desc": "Hi-pass",
173748                        "name": "Hi-pass",
173749                        "value": "2"
173750                    },
173751                    {
173752                        "desc": "Hi-shelf",
173753                        "name": "Hi-shelf",
173754                        "value": "3"
173755                    },
173756                    {
173757                        "desc": "Lo-pass",
173758                        "name": "Lo-pass",
173759                        "value": "4"
173760                    },
173761                    {
173762                        "desc": "Lo-shelf",
173763                        "name": "Lo-shelf",
173764                        "value": "5"
173765                    },
173766                    {
173767                        "desc": "Notch",
173768                        "name": "Notch",
173769                        "value": "6"
173770                    },
173771                    {
173772                        "desc": "Resonance",
173773                        "name": "Resonance",
173774                        "value": "7"
173775                    },
173776                    {
173777                        "desc": "Allpass",
173778                        "name": "Allpass",
173779                        "value": "8"
173780                    }
173781                ]
173782            },
173783            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-5": {
173784                "ignore-enum-members": true,
173785                "kind": "enum",
173786                "values": [
173787                    {
173788                        "desc": "Off",
173789                        "name": "Off",
173790                        "value": "0"
173791                    },
173792                    {
173793                        "desc": "Bell",
173794                        "name": "Bell",
173795                        "value": "1"
173796                    },
173797                    {
173798                        "desc": "Hi-pass",
173799                        "name": "Hi-pass",
173800                        "value": "2"
173801                    },
173802                    {
173803                        "desc": "Hi-shelf",
173804                        "name": "Hi-shelf",
173805                        "value": "3"
173806                    },
173807                    {
173808                        "desc": "Lo-pass",
173809                        "name": "Lo-pass",
173810                        "value": "4"
173811                    },
173812                    {
173813                        "desc": "Lo-shelf",
173814                        "name": "Lo-shelf",
173815                        "value": "5"
173816                    },
173817                    {
173818                        "desc": "Notch",
173819                        "name": "Notch",
173820                        "value": "6"
173821                    },
173822                    {
173823                        "desc": "Resonance",
173824                        "name": "Resonance",
173825                        "value": "7"
173826                    },
173827                    {
173828                        "desc": "Allpass",
173829                        "name": "Allpass",
173830                        "value": "8"
173831                    }
173832                ]
173833            },
173834            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-6": {
173835                "ignore-enum-members": true,
173836                "kind": "enum",
173837                "values": [
173838                    {
173839                        "desc": "Off",
173840                        "name": "Off",
173841                        "value": "0"
173842                    },
173843                    {
173844                        "desc": "Bell",
173845                        "name": "Bell",
173846                        "value": "1"
173847                    },
173848                    {
173849                        "desc": "Hi-pass",
173850                        "name": "Hi-pass",
173851                        "value": "2"
173852                    },
173853                    {
173854                        "desc": "Hi-shelf",
173855                        "name": "Hi-shelf",
173856                        "value": "3"
173857                    },
173858                    {
173859                        "desc": "Lo-pass",
173860                        "name": "Lo-pass",
173861                        "value": "4"
173862                    },
173863                    {
173864                        "desc": "Lo-shelf",
173865                        "name": "Lo-shelf",
173866                        "value": "5"
173867                    },
173868                    {
173869                        "desc": "Notch",
173870                        "name": "Notch",
173871                        "value": "6"
173872                    },
173873                    {
173874                        "desc": "Resonance",
173875                        "name": "Resonance",
173876                        "value": "7"
173877                    },
173878                    {
173879                        "desc": "Allpass",
173880                        "name": "Allpass",
173881                        "value": "8"
173882                    }
173883                ]
173884            },
173885            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-7": {
173886                "ignore-enum-members": true,
173887                "kind": "enum",
173888                "values": [
173889                    {
173890                        "desc": "Off",
173891                        "name": "Off",
173892                        "value": "0"
173893                    },
173894                    {
173895                        "desc": "Bell",
173896                        "name": "Bell",
173897                        "value": "1"
173898                    },
173899                    {
173900                        "desc": "Hi-pass",
173901                        "name": "Hi-pass",
173902                        "value": "2"
173903                    },
173904                    {
173905                        "desc": "Hi-shelf",
173906                        "name": "Hi-shelf",
173907                        "value": "3"
173908                    },
173909                    {
173910                        "desc": "Lo-pass",
173911                        "name": "Lo-pass",
173912                        "value": "4"
173913                    },
173914                    {
173915                        "desc": "Lo-shelf",
173916                        "name": "Lo-shelf",
173917                        "value": "5"
173918                    },
173919                    {
173920                        "desc": "Notch",
173921                        "name": "Notch",
173922                        "value": "6"
173923                    },
173924                    {
173925                        "desc": "Resonance",
173926                        "name": "Resonance",
173927                        "value": "7"
173928                    },
173929                    {
173930                        "desc": "Allpass",
173931                        "name": "Allpass",
173932                        "value": "8"
173933                    }
173934                ]
173935            },
173936            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-8": {
173937                "ignore-enum-members": true,
173938                "kind": "enum",
173939                "values": [
173940                    {
173941                        "desc": "Off",
173942                        "name": "Off",
173943                        "value": "0"
173944                    },
173945                    {
173946                        "desc": "Bell",
173947                        "name": "Bell",
173948                        "value": "1"
173949                    },
173950                    {
173951                        "desc": "Hi-pass",
173952                        "name": "Hi-pass",
173953                        "value": "2"
173954                    },
173955                    {
173956                        "desc": "Hi-shelf",
173957                        "name": "Hi-shelf",
173958                        "value": "3"
173959                    },
173960                    {
173961                        "desc": "Lo-pass",
173962                        "name": "Lo-pass",
173963                        "value": "4"
173964                    },
173965                    {
173966                        "desc": "Lo-shelf",
173967                        "name": "Lo-shelf",
173968                        "value": "5"
173969                    },
173970                    {
173971                        "desc": "Notch",
173972                        "name": "Notch",
173973                        "value": "6"
173974                    },
173975                    {
173976                        "desc": "Resonance",
173977                        "name": "Resonance",
173978                        "value": "7"
173979                    },
173980                    {
173981                        "desc": "Allpass",
173982                        "name": "Allpass",
173983                        "value": "8"
173984                    }
173985                ]
173986            },
173987            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-9": {
173988                "ignore-enum-members": true,
173989                "kind": "enum",
173990                "values": [
173991                    {
173992                        "desc": "Off",
173993                        "name": "Off",
173994                        "value": "0"
173995                    },
173996                    {
173997                        "desc": "Bell",
173998                        "name": "Bell",
173999                        "value": "1"
174000                    },
174001                    {
174002                        "desc": "Hi-pass",
174003                        "name": "Hi-pass",
174004                        "value": "2"
174005                    },
174006                    {
174007                        "desc": "Hi-shelf",
174008                        "name": "Hi-shelf",
174009                        "value": "3"
174010                    },
174011                    {
174012                        "desc": "Lo-pass",
174013                        "name": "Lo-pass",
174014                        "value": "4"
174015                    },
174016                    {
174017                        "desc": "Lo-shelf",
174018                        "name": "Lo-shelf",
174019                        "value": "5"
174020                    },
174021                    {
174022                        "desc": "Notch",
174023                        "name": "Notch",
174024                        "value": "6"
174025                    },
174026                    {
174027                        "desc": "Resonance",
174028                        "name": "Resonance",
174029                        "value": "7"
174030                    },
174031                    {
174032                        "desc": "Allpass",
174033                        "name": "Allpass",
174034                        "value": "8"
174035                    }
174036                ]
174037            },
174038            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-0": {
174039                "ignore-enum-members": true,
174040                "kind": "enum",
174041                "values": [
174042                    {
174043                        "desc": "Off",
174044                        "name": "Off",
174045                        "value": "0"
174046                    },
174047                    {
174048                        "desc": "Bell",
174049                        "name": "Bell",
174050                        "value": "1"
174051                    },
174052                    {
174053                        "desc": "Hi-pass",
174054                        "name": "Hi-pass",
174055                        "value": "2"
174056                    },
174057                    {
174058                        "desc": "Hi-shelf",
174059                        "name": "Hi-shelf",
174060                        "value": "3"
174061                    },
174062                    {
174063                        "desc": "Lo-pass",
174064                        "name": "Lo-pass",
174065                        "value": "4"
174066                    },
174067                    {
174068                        "desc": "Lo-shelf",
174069                        "name": "Lo-shelf",
174070                        "value": "5"
174071                    },
174072                    {
174073                        "desc": "Notch",
174074                        "name": "Notch",
174075                        "value": "6"
174076                    },
174077                    {
174078                        "desc": "Resonance",
174079                        "name": "Resonance",
174080                        "value": "7"
174081                    },
174082                    {
174083                        "desc": "Allpass",
174084                        "name": "Allpass",
174085                        "value": "8"
174086                    }
174087                ]
174088            },
174089            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-1": {
174090                "ignore-enum-members": true,
174091                "kind": "enum",
174092                "values": [
174093                    {
174094                        "desc": "Off",
174095                        "name": "Off",
174096                        "value": "0"
174097                    },
174098                    {
174099                        "desc": "Bell",
174100                        "name": "Bell",
174101                        "value": "1"
174102                    },
174103                    {
174104                        "desc": "Hi-pass",
174105                        "name": "Hi-pass",
174106                        "value": "2"
174107                    },
174108                    {
174109                        "desc": "Hi-shelf",
174110                        "name": "Hi-shelf",
174111                        "value": "3"
174112                    },
174113                    {
174114                        "desc": "Lo-pass",
174115                        "name": "Lo-pass",
174116                        "value": "4"
174117                    },
174118                    {
174119                        "desc": "Lo-shelf",
174120                        "name": "Lo-shelf",
174121                        "value": "5"
174122                    },
174123                    {
174124                        "desc": "Notch",
174125                        "name": "Notch",
174126                        "value": "6"
174127                    },
174128                    {
174129                        "desc": "Resonance",
174130                        "name": "Resonance",
174131                        "value": "7"
174132                    },
174133                    {
174134                        "desc": "Allpass",
174135                        "name": "Allpass",
174136                        "value": "8"
174137                    }
174138                ]
174139            },
174140            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-10": {
174141                "ignore-enum-members": true,
174142                "kind": "enum",
174143                "values": [
174144                    {
174145                        "desc": "Off",
174146                        "name": "Off",
174147                        "value": "0"
174148                    },
174149                    {
174150                        "desc": "Bell",
174151                        "name": "Bell",
174152                        "value": "1"
174153                    },
174154                    {
174155                        "desc": "Hi-pass",
174156                        "name": "Hi-pass",
174157                        "value": "2"
174158                    },
174159                    {
174160                        "desc": "Hi-shelf",
174161                        "name": "Hi-shelf",
174162                        "value": "3"
174163                    },
174164                    {
174165                        "desc": "Lo-pass",
174166                        "name": "Lo-pass",
174167                        "value": "4"
174168                    },
174169                    {
174170                        "desc": "Lo-shelf",
174171                        "name": "Lo-shelf",
174172                        "value": "5"
174173                    },
174174                    {
174175                        "desc": "Notch",
174176                        "name": "Notch",
174177                        "value": "6"
174178                    },
174179                    {
174180                        "desc": "Resonance",
174181                        "name": "Resonance",
174182                        "value": "7"
174183                    },
174184                    {
174185                        "desc": "Allpass",
174186                        "name": "Allpass",
174187                        "value": "8"
174188                    }
174189                ]
174190            },
174191            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-11": {
174192                "ignore-enum-members": true,
174193                "kind": "enum",
174194                "values": [
174195                    {
174196                        "desc": "Off",
174197                        "name": "Off",
174198                        "value": "0"
174199                    },
174200                    {
174201                        "desc": "Bell",
174202                        "name": "Bell",
174203                        "value": "1"
174204                    },
174205                    {
174206                        "desc": "Hi-pass",
174207                        "name": "Hi-pass",
174208                        "value": "2"
174209                    },
174210                    {
174211                        "desc": "Hi-shelf",
174212                        "name": "Hi-shelf",
174213                        "value": "3"
174214                    },
174215                    {
174216                        "desc": "Lo-pass",
174217                        "name": "Lo-pass",
174218                        "value": "4"
174219                    },
174220                    {
174221                        "desc": "Lo-shelf",
174222                        "name": "Lo-shelf",
174223                        "value": "5"
174224                    },
174225                    {
174226                        "desc": "Notch",
174227                        "name": "Notch",
174228                        "value": "6"
174229                    },
174230                    {
174231                        "desc": "Resonance",
174232                        "name": "Resonance",
174233                        "value": "7"
174234                    },
174235                    {
174236                        "desc": "Allpass",
174237                        "name": "Allpass",
174238                        "value": "8"
174239                    }
174240                ]
174241            },
174242            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-12": {
174243                "ignore-enum-members": true,
174244                "kind": "enum",
174245                "values": [
174246                    {
174247                        "desc": "Off",
174248                        "name": "Off",
174249                        "value": "0"
174250                    },
174251                    {
174252                        "desc": "Bell",
174253                        "name": "Bell",
174254                        "value": "1"
174255                    },
174256                    {
174257                        "desc": "Hi-pass",
174258                        "name": "Hi-pass",
174259                        "value": "2"
174260                    },
174261                    {
174262                        "desc": "Hi-shelf",
174263                        "name": "Hi-shelf",
174264                        "value": "3"
174265                    },
174266                    {
174267                        "desc": "Lo-pass",
174268                        "name": "Lo-pass",
174269                        "value": "4"
174270                    },
174271                    {
174272                        "desc": "Lo-shelf",
174273                        "name": "Lo-shelf",
174274                        "value": "5"
174275                    },
174276                    {
174277                        "desc": "Notch",
174278                        "name": "Notch",
174279                        "value": "6"
174280                    },
174281                    {
174282                        "desc": "Resonance",
174283                        "name": "Resonance",
174284                        "value": "7"
174285                    },
174286                    {
174287                        "desc": "Allpass",
174288                        "name": "Allpass",
174289                        "value": "8"
174290                    }
174291                ]
174292            },
174293            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-13": {
174294                "ignore-enum-members": true,
174295                "kind": "enum",
174296                "values": [
174297                    {
174298                        "desc": "Off",
174299                        "name": "Off",
174300                        "value": "0"
174301                    },
174302                    {
174303                        "desc": "Bell",
174304                        "name": "Bell",
174305                        "value": "1"
174306                    },
174307                    {
174308                        "desc": "Hi-pass",
174309                        "name": "Hi-pass",
174310                        "value": "2"
174311                    },
174312                    {
174313                        "desc": "Hi-shelf",
174314                        "name": "Hi-shelf",
174315                        "value": "3"
174316                    },
174317                    {
174318                        "desc": "Lo-pass",
174319                        "name": "Lo-pass",
174320                        "value": "4"
174321                    },
174322                    {
174323                        "desc": "Lo-shelf",
174324                        "name": "Lo-shelf",
174325                        "value": "5"
174326                    },
174327                    {
174328                        "desc": "Notch",
174329                        "name": "Notch",
174330                        "value": "6"
174331                    },
174332                    {
174333                        "desc": "Resonance",
174334                        "name": "Resonance",
174335                        "value": "7"
174336                    },
174337                    {
174338                        "desc": "Allpass",
174339                        "name": "Allpass",
174340                        "value": "8"
174341                    }
174342                ]
174343            },
174344            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-14": {
174345                "ignore-enum-members": true,
174346                "kind": "enum",
174347                "values": [
174348                    {
174349                        "desc": "Off",
174350                        "name": "Off",
174351                        "value": "0"
174352                    },
174353                    {
174354                        "desc": "Bell",
174355                        "name": "Bell",
174356                        "value": "1"
174357                    },
174358                    {
174359                        "desc": "Hi-pass",
174360                        "name": "Hi-pass",
174361                        "value": "2"
174362                    },
174363                    {
174364                        "desc": "Hi-shelf",
174365                        "name": "Hi-shelf",
174366                        "value": "3"
174367                    },
174368                    {
174369                        "desc": "Lo-pass",
174370                        "name": "Lo-pass",
174371                        "value": "4"
174372                    },
174373                    {
174374                        "desc": "Lo-shelf",
174375                        "name": "Lo-shelf",
174376                        "value": "5"
174377                    },
174378                    {
174379                        "desc": "Notch",
174380                        "name": "Notch",
174381                        "value": "6"
174382                    },
174383                    {
174384                        "desc": "Resonance",
174385                        "name": "Resonance",
174386                        "value": "7"
174387                    },
174388                    {
174389                        "desc": "Allpass",
174390                        "name": "Allpass",
174391                        "value": "8"
174392                    }
174393                ]
174394            },
174395            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-15": {
174396                "ignore-enum-members": true,
174397                "kind": "enum",
174398                "values": [
174399                    {
174400                        "desc": "Off",
174401                        "name": "Off",
174402                        "value": "0"
174403                    },
174404                    {
174405                        "desc": "Bell",
174406                        "name": "Bell",
174407                        "value": "1"
174408                    },
174409                    {
174410                        "desc": "Hi-pass",
174411                        "name": "Hi-pass",
174412                        "value": "2"
174413                    },
174414                    {
174415                        "desc": "Hi-shelf",
174416                        "name": "Hi-shelf",
174417                        "value": "3"
174418                    },
174419                    {
174420                        "desc": "Lo-pass",
174421                        "name": "Lo-pass",
174422                        "value": "4"
174423                    },
174424                    {
174425                        "desc": "Lo-shelf",
174426                        "name": "Lo-shelf",
174427                        "value": "5"
174428                    },
174429                    {
174430                        "desc": "Notch",
174431                        "name": "Notch",
174432                        "value": "6"
174433                    },
174434                    {
174435                        "desc": "Resonance",
174436                        "name": "Resonance",
174437                        "value": "7"
174438                    },
174439                    {
174440                        "desc": "Allpass",
174441                        "name": "Allpass",
174442                        "value": "8"
174443                    }
174444                ]
174445            },
174446            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-2": {
174447                "ignore-enum-members": true,
174448                "kind": "enum",
174449                "values": [
174450                    {
174451                        "desc": "Off",
174452                        "name": "Off",
174453                        "value": "0"
174454                    },
174455                    {
174456                        "desc": "Bell",
174457                        "name": "Bell",
174458                        "value": "1"
174459                    },
174460                    {
174461                        "desc": "Hi-pass",
174462                        "name": "Hi-pass",
174463                        "value": "2"
174464                    },
174465                    {
174466                        "desc": "Hi-shelf",
174467                        "name": "Hi-shelf",
174468                        "value": "3"
174469                    },
174470                    {
174471                        "desc": "Lo-pass",
174472                        "name": "Lo-pass",
174473                        "value": "4"
174474                    },
174475                    {
174476                        "desc": "Lo-shelf",
174477                        "name": "Lo-shelf",
174478                        "value": "5"
174479                    },
174480                    {
174481                        "desc": "Notch",
174482                        "name": "Notch",
174483                        "value": "6"
174484                    },
174485                    {
174486                        "desc": "Resonance",
174487                        "name": "Resonance",
174488                        "value": "7"
174489                    },
174490                    {
174491                        "desc": "Allpass",
174492                        "name": "Allpass",
174493                        "value": "8"
174494                    }
174495                ]
174496            },
174497            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-3": {
174498                "ignore-enum-members": true,
174499                "kind": "enum",
174500                "values": [
174501                    {
174502                        "desc": "Off",
174503                        "name": "Off",
174504                        "value": "0"
174505                    },
174506                    {
174507                        "desc": "Bell",
174508                        "name": "Bell",
174509                        "value": "1"
174510                    },
174511                    {
174512                        "desc": "Hi-pass",
174513                        "name": "Hi-pass",
174514                        "value": "2"
174515                    },
174516                    {
174517                        "desc": "Hi-shelf",
174518                        "name": "Hi-shelf",
174519                        "value": "3"
174520                    },
174521                    {
174522                        "desc": "Lo-pass",
174523                        "name": "Lo-pass",
174524                        "value": "4"
174525                    },
174526                    {
174527                        "desc": "Lo-shelf",
174528                        "name": "Lo-shelf",
174529                        "value": "5"
174530                    },
174531                    {
174532                        "desc": "Notch",
174533                        "name": "Notch",
174534                        "value": "6"
174535                    },
174536                    {
174537                        "desc": "Resonance",
174538                        "name": "Resonance",
174539                        "value": "7"
174540                    },
174541                    {
174542                        "desc": "Allpass",
174543                        "name": "Allpass",
174544                        "value": "8"
174545                    }
174546                ]
174547            },
174548            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-4": {
174549                "ignore-enum-members": true,
174550                "kind": "enum",
174551                "values": [
174552                    {
174553                        "desc": "Off",
174554                        "name": "Off",
174555                        "value": "0"
174556                    },
174557                    {
174558                        "desc": "Bell",
174559                        "name": "Bell",
174560                        "value": "1"
174561                    },
174562                    {
174563                        "desc": "Hi-pass",
174564                        "name": "Hi-pass",
174565                        "value": "2"
174566                    },
174567                    {
174568                        "desc": "Hi-shelf",
174569                        "name": "Hi-shelf",
174570                        "value": "3"
174571                    },
174572                    {
174573                        "desc": "Lo-pass",
174574                        "name": "Lo-pass",
174575                        "value": "4"
174576                    },
174577                    {
174578                        "desc": "Lo-shelf",
174579                        "name": "Lo-shelf",
174580                        "value": "5"
174581                    },
174582                    {
174583                        "desc": "Notch",
174584                        "name": "Notch",
174585                        "value": "6"
174586                    },
174587                    {
174588                        "desc": "Resonance",
174589                        "name": "Resonance",
174590                        "value": "7"
174591                    },
174592                    {
174593                        "desc": "Allpass",
174594                        "name": "Allpass",
174595                        "value": "8"
174596                    }
174597                ]
174598            },
174599            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-5": {
174600                "ignore-enum-members": true,
174601                "kind": "enum",
174602                "values": [
174603                    {
174604                        "desc": "Off",
174605                        "name": "Off",
174606                        "value": "0"
174607                    },
174608                    {
174609                        "desc": "Bell",
174610                        "name": "Bell",
174611                        "value": "1"
174612                    },
174613                    {
174614                        "desc": "Hi-pass",
174615                        "name": "Hi-pass",
174616                        "value": "2"
174617                    },
174618                    {
174619                        "desc": "Hi-shelf",
174620                        "name": "Hi-shelf",
174621                        "value": "3"
174622                    },
174623                    {
174624                        "desc": "Lo-pass",
174625                        "name": "Lo-pass",
174626                        "value": "4"
174627                    },
174628                    {
174629                        "desc": "Lo-shelf",
174630                        "name": "Lo-shelf",
174631                        "value": "5"
174632                    },
174633                    {
174634                        "desc": "Notch",
174635                        "name": "Notch",
174636                        "value": "6"
174637                    },
174638                    {
174639                        "desc": "Resonance",
174640                        "name": "Resonance",
174641                        "value": "7"
174642                    },
174643                    {
174644                        "desc": "Allpass",
174645                        "name": "Allpass",
174646                        "value": "8"
174647                    }
174648                ]
174649            },
174650            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-6": {
174651                "ignore-enum-members": true,
174652                "kind": "enum",
174653                "values": [
174654                    {
174655                        "desc": "Off",
174656                        "name": "Off",
174657                        "value": "0"
174658                    },
174659                    {
174660                        "desc": "Bell",
174661                        "name": "Bell",
174662                        "value": "1"
174663                    },
174664                    {
174665                        "desc": "Hi-pass",
174666                        "name": "Hi-pass",
174667                        "value": "2"
174668                    },
174669                    {
174670                        "desc": "Hi-shelf",
174671                        "name": "Hi-shelf",
174672                        "value": "3"
174673                    },
174674                    {
174675                        "desc": "Lo-pass",
174676                        "name": "Lo-pass",
174677                        "value": "4"
174678                    },
174679                    {
174680                        "desc": "Lo-shelf",
174681                        "name": "Lo-shelf",
174682                        "value": "5"
174683                    },
174684                    {
174685                        "desc": "Notch",
174686                        "name": "Notch",
174687                        "value": "6"
174688                    },
174689                    {
174690                        "desc": "Resonance",
174691                        "name": "Resonance",
174692                        "value": "7"
174693                    },
174694                    {
174695                        "desc": "Allpass",
174696                        "name": "Allpass",
174697                        "value": "8"
174698                    }
174699                ]
174700            },
174701            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-7": {
174702                "ignore-enum-members": true,
174703                "kind": "enum",
174704                "values": [
174705                    {
174706                        "desc": "Off",
174707                        "name": "Off",
174708                        "value": "0"
174709                    },
174710                    {
174711                        "desc": "Bell",
174712                        "name": "Bell",
174713                        "value": "1"
174714                    },
174715                    {
174716                        "desc": "Hi-pass",
174717                        "name": "Hi-pass",
174718                        "value": "2"
174719                    },
174720                    {
174721                        "desc": "Hi-shelf",
174722                        "name": "Hi-shelf",
174723                        "value": "3"
174724                    },
174725                    {
174726                        "desc": "Lo-pass",
174727                        "name": "Lo-pass",
174728                        "value": "4"
174729                    },
174730                    {
174731                        "desc": "Lo-shelf",
174732                        "name": "Lo-shelf",
174733                        "value": "5"
174734                    },
174735                    {
174736                        "desc": "Notch",
174737                        "name": "Notch",
174738                        "value": "6"
174739                    },
174740                    {
174741                        "desc": "Resonance",
174742                        "name": "Resonance",
174743                        "value": "7"
174744                    },
174745                    {
174746                        "desc": "Allpass",
174747                        "name": "Allpass",
174748                        "value": "8"
174749                    }
174750                ]
174751            },
174752            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-8": {
174753                "ignore-enum-members": true,
174754                "kind": "enum",
174755                "values": [
174756                    {
174757                        "desc": "Off",
174758                        "name": "Off",
174759                        "value": "0"
174760                    },
174761                    {
174762                        "desc": "Bell",
174763                        "name": "Bell",
174764                        "value": "1"
174765                    },
174766                    {
174767                        "desc": "Hi-pass",
174768                        "name": "Hi-pass",
174769                        "value": "2"
174770                    },
174771                    {
174772                        "desc": "Hi-shelf",
174773                        "name": "Hi-shelf",
174774                        "value": "3"
174775                    },
174776                    {
174777                        "desc": "Lo-pass",
174778                        "name": "Lo-pass",
174779                        "value": "4"
174780                    },
174781                    {
174782                        "desc": "Lo-shelf",
174783                        "name": "Lo-shelf",
174784                        "value": "5"
174785                    },
174786                    {
174787                        "desc": "Notch",
174788                        "name": "Notch",
174789                        "value": "6"
174790                    },
174791                    {
174792                        "desc": "Resonance",
174793                        "name": "Resonance",
174794                        "value": "7"
174795                    },
174796                    {
174797                        "desc": "Allpass",
174798                        "name": "Allpass",
174799                        "value": "8"
174800                    }
174801                ]
174802            },
174803            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-9": {
174804                "ignore-enum-members": true,
174805                "kind": "enum",
174806                "values": [
174807                    {
174808                        "desc": "Off",
174809                        "name": "Off",
174810                        "value": "0"
174811                    },
174812                    {
174813                        "desc": "Bell",
174814                        "name": "Bell",
174815                        "value": "1"
174816                    },
174817                    {
174818                        "desc": "Hi-pass",
174819                        "name": "Hi-pass",
174820                        "value": "2"
174821                    },
174822                    {
174823                        "desc": "Hi-shelf",
174824                        "name": "Hi-shelf",
174825                        "value": "3"
174826                    },
174827                    {
174828                        "desc": "Lo-pass",
174829                        "name": "Lo-pass",
174830                        "value": "4"
174831                    },
174832                    {
174833                        "desc": "Lo-shelf",
174834                        "name": "Lo-shelf",
174835                        "value": "5"
174836                    },
174837                    {
174838                        "desc": "Notch",
174839                        "name": "Notch",
174840                        "value": "6"
174841                    },
174842                    {
174843                        "desc": "Resonance",
174844                        "name": "Resonance",
174845                        "value": "7"
174846                    },
174847                    {
174848                        "desc": "Allpass",
174849                        "name": "Allpass",
174850                        "value": "8"
174851                    }
174852                ]
174853            },
174854            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msmode": {
174855                "ignore-enum-members": true,
174856                "kind": "enum",
174857                "values": [
174858                    {
174859                        "desc": "IIR",
174860                        "name": "IIR",
174861                        "value": "0"
174862                    },
174863                    {
174864                        "desc": "FIR",
174865                        "name": "FIR",
174866                        "value": "1"
174867                    },
174868                    {
174869                        "desc": "FFT",
174870                        "name": "FFT",
174871                        "value": "2"
174872                    }
174873                ]
174874            },
174875            "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-0": {
174876                "ignore-enum-members": true,
174877                "kind": "enum",
174878                "values": [
174879                    {
174880                        "desc": "x1",
174881                        "name": "x1",
174882                        "value": "0"
174883                    },
174884                    {
174885                        "desc": "x2",
174886                        "name": "x2",
174887                        "value": "1"
174888                    },
174889                    {
174890                        "desc": "x3",
174891                        "name": "x3",
174892                        "value": "2"
174893                    },
174894                    {
174895                        "desc": "x4",
174896                        "name": "x4",
174897                        "value": "3"
174898                    }
174899                ]
174900            },
174901            "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-1": {
174902                "ignore-enum-members": true,
174903                "kind": "enum",
174904                "values": [
174905                    {
174906                        "desc": "x1",
174907                        "name": "x1",
174908                        "value": "0"
174909                    },
174910                    {
174911                        "desc": "x2",
174912                        "name": "x2",
174913                        "value": "1"
174914                    },
174915                    {
174916                        "desc": "x3",
174917                        "name": "x3",
174918                        "value": "2"
174919                    },
174920                    {
174921                        "desc": "x4",
174922                        "name": "x4",
174923                        "value": "3"
174924                    }
174925                ]
174926            },
174927            "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-10": {
174928                "ignore-enum-members": true,
174929                "kind": "enum",
174930                "values": [
174931                    {
174932                        "desc": "x1",
174933                        "name": "x1",
174934                        "value": "0"
174935                    },
174936                    {
174937                        "desc": "x2",
174938                        "name": "x2",
174939                        "value": "1"
174940                    },
174941                    {
174942                        "desc": "x3",
174943                        "name": "x3",
174944                        "value": "2"
174945                    },
174946                    {
174947                        "desc": "x4",
174948                        "name": "x4",
174949                        "value": "3"
174950                    }
174951                ]
174952            },
174953            "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-11": {
174954                "ignore-enum-members": true,
174955                "kind": "enum",
174956                "values": [
174957                    {
174958                        "desc": "x1",
174959                        "name": "x1",
174960                        "value": "0"
174961                    },
174962                    {
174963                        "desc": "x2",
174964                        "name": "x2",
174965                        "value": "1"
174966                    },
174967                    {
174968                        "desc": "x3",
174969                        "name": "x3",
174970                        "value": "2"
174971                    },
174972                    {
174973                        "desc": "x4",
174974                        "name": "x4",
174975                        "value": "3"
174976                    }
174977                ]
174978            },
174979            "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-12": {
174980                "ignore-enum-members": true,
174981                "kind": "enum",
174982                "values": [
174983                    {
174984                        "desc": "x1",
174985                        "name": "x1",
174986                        "value": "0"
174987                    },
174988                    {
174989                        "desc": "x2",
174990                        "name": "x2",
174991                        "value": "1"
174992                    },
174993                    {
174994                        "desc": "x3",
174995                        "name": "x3",
174996                        "value": "2"
174997                    },
174998                    {
174999                        "desc": "x4",
175000                        "name": "x4",
175001                        "value": "3"
175002                    }
175003                ]
175004            },
175005            "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-13": {
175006                "ignore-enum-members": true,
175007                "kind": "enum",
175008                "values": [
175009                    {
175010                        "desc": "x1",
175011                        "name": "x1",
175012                        "value": "0"
175013                    },
175014                    {
175015                        "desc": "x2",
175016                        "name": "x2",
175017                        "value": "1"
175018                    },
175019                    {
175020                        "desc": "x3",
175021                        "name": "x3",
175022                        "value": "2"
175023                    },
175024                    {
175025                        "desc": "x4",
175026                        "name": "x4",
175027                        "value": "3"
175028                    }
175029                ]
175030            },
175031            "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-14": {
175032                "ignore-enum-members": true,
175033                "kind": "enum",
175034                "values": [
175035                    {
175036                        "desc": "x1",
175037                        "name": "x1",
175038                        "value": "0"
175039                    },
175040                    {
175041                        "desc": "x2",
175042                        "name": "x2",
175043                        "value": "1"
175044                    },
175045                    {
175046                        "desc": "x3",
175047                        "name": "x3",
175048                        "value": "2"
175049                    },
175050                    {
175051                        "desc": "x4",
175052                        "name": "x4",
175053                        "value": "3"
175054                    }
175055                ]
175056            },
175057            "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-15": {
175058                "ignore-enum-members": true,
175059                "kind": "enum",
175060                "values": [
175061                    {
175062                        "desc": "x1",
175063                        "name": "x1",
175064                        "value": "0"
175065                    },
175066                    {
175067                        "desc": "x2",
175068                        "name": "x2",
175069                        "value": "1"
175070                    },
175071                    {
175072                        "desc": "x3",
175073                        "name": "x3",
175074                        "value": "2"
175075                    },
175076                    {
175077                        "desc": "x4",
175078                        "name": "x4",
175079                        "value": "3"
175080                    }
175081                ]
175082            },
175083            "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-2": {
175084                "ignore-enum-members": true,
175085                "kind": "enum",
175086                "values": [
175087                    {
175088                        "desc": "x1",
175089                        "name": "x1",
175090                        "value": "0"
175091                    },
175092                    {
175093                        "desc": "x2",
175094                        "name": "x2",
175095                        "value": "1"
175096                    },
175097                    {
175098                        "desc": "x3",
175099                        "name": "x3",
175100                        "value": "2"
175101                    },
175102                    {
175103                        "desc": "x4",
175104                        "name": "x4",
175105                        "value": "3"
175106                    }
175107                ]
175108            },
175109            "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-3": {
175110                "ignore-enum-members": true,
175111                "kind": "enum",
175112                "values": [
175113                    {
175114                        "desc": "x1",
175115                        "name": "x1",
175116                        "value": "0"
175117                    },
175118                    {
175119                        "desc": "x2",
175120                        "name": "x2",
175121                        "value": "1"
175122                    },
175123                    {
175124                        "desc": "x3",
175125                        "name": "x3",
175126                        "value": "2"
175127                    },
175128                    {
175129                        "desc": "x4",
175130                        "name": "x4",
175131                        "value": "3"
175132                    }
175133                ]
175134            },
175135            "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-4": {
175136                "ignore-enum-members": true,
175137                "kind": "enum",
175138                "values": [
175139                    {
175140                        "desc": "x1",
175141                        "name": "x1",
175142                        "value": "0"
175143                    },
175144                    {
175145                        "desc": "x2",
175146                        "name": "x2",
175147                        "value": "1"
175148                    },
175149                    {
175150                        "desc": "x3",
175151                        "name": "x3",
175152                        "value": "2"
175153                    },
175154                    {
175155                        "desc": "x4",
175156                        "name": "x4",
175157                        "value": "3"
175158                    }
175159                ]
175160            },
175161            "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-5": {
175162                "ignore-enum-members": true,
175163                "kind": "enum",
175164                "values": [
175165                    {
175166                        "desc": "x1",
175167                        "name": "x1",
175168                        "value": "0"
175169                    },
175170                    {
175171                        "desc": "x2",
175172                        "name": "x2",
175173                        "value": "1"
175174                    },
175175                    {
175176                        "desc": "x3",
175177                        "name": "x3",
175178                        "value": "2"
175179                    },
175180                    {
175181                        "desc": "x4",
175182                        "name": "x4",
175183                        "value": "3"
175184                    }
175185                ]
175186            },
175187            "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-6": {
175188                "ignore-enum-members": true,
175189                "kind": "enum",
175190                "values": [
175191                    {
175192                        "desc": "x1",
175193                        "name": "x1",
175194                        "value": "0"
175195                    },
175196                    {
175197                        "desc": "x2",
175198                        "name": "x2",
175199                        "value": "1"
175200                    },
175201                    {
175202                        "desc": "x3",
175203                        "name": "x3",
175204                        "value": "2"
175205                    },
175206                    {
175207                        "desc": "x4",
175208                        "name": "x4",
175209                        "value": "3"
175210                    }
175211                ]
175212            },
175213            "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-7": {
175214                "ignore-enum-members": true,
175215                "kind": "enum",
175216                "values": [
175217                    {
175218                        "desc": "x1",
175219                        "name": "x1",
175220                        "value": "0"
175221                    },
175222                    {
175223                        "desc": "x2",
175224                        "name": "x2",
175225                        "value": "1"
175226                    },
175227                    {
175228                        "desc": "x3",
175229                        "name": "x3",
175230                        "value": "2"
175231                    },
175232                    {
175233                        "desc": "x4",
175234                        "name": "x4",
175235                        "value": "3"
175236                    }
175237                ]
175238            },
175239            "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-8": {
175240                "ignore-enum-members": true,
175241                "kind": "enum",
175242                "values": [
175243                    {
175244                        "desc": "x1",
175245                        "name": "x1",
175246                        "value": "0"
175247                    },
175248                    {
175249                        "desc": "x2",
175250                        "name": "x2",
175251                        "value": "1"
175252                    },
175253                    {
175254                        "desc": "x3",
175255                        "name": "x3",
175256                        "value": "2"
175257                    },
175258                    {
175259                        "desc": "x4",
175260                        "name": "x4",
175261                        "value": "3"
175262                    }
175263                ]
175264            },
175265            "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-9": {
175266                "ignore-enum-members": true,
175267                "kind": "enum",
175268                "values": [
175269                    {
175270                        "desc": "x1",
175271                        "name": "x1",
175272                        "value": "0"
175273                    },
175274                    {
175275                        "desc": "x2",
175276                        "name": "x2",
175277                        "value": "1"
175278                    },
175279                    {
175280                        "desc": "x3",
175281                        "name": "x3",
175282                        "value": "2"
175283                    },
175284                    {
175285                        "desc": "x4",
175286                        "name": "x4",
175287                        "value": "3"
175288                    }
175289                ]
175290            },
175291            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-0": {
175292                "ignore-enum-members": true,
175293                "kind": "enum",
175294                "values": [
175295                    {
175296                        "desc": "x1",
175297                        "name": "x1",
175298                        "value": "0"
175299                    },
175300                    {
175301                        "desc": "x2",
175302                        "name": "x2",
175303                        "value": "1"
175304                    },
175305                    {
175306                        "desc": "x3",
175307                        "name": "x3",
175308                        "value": "2"
175309                    },
175310                    {
175311                        "desc": "x4",
175312                        "name": "x4",
175313                        "value": "3"
175314                    }
175315                ]
175316            },
175317            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-1": {
175318                "ignore-enum-members": true,
175319                "kind": "enum",
175320                "values": [
175321                    {
175322                        "desc": "x1",
175323                        "name": "x1",
175324                        "value": "0"
175325                    },
175326                    {
175327                        "desc": "x2",
175328                        "name": "x2",
175329                        "value": "1"
175330                    },
175331                    {
175332                        "desc": "x3",
175333                        "name": "x3",
175334                        "value": "2"
175335                    },
175336                    {
175337                        "desc": "x4",
175338                        "name": "x4",
175339                        "value": "3"
175340                    }
175341                ]
175342            },
175343            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-10": {
175344                "ignore-enum-members": true,
175345                "kind": "enum",
175346                "values": [
175347                    {
175348                        "desc": "x1",
175349                        "name": "x1",
175350                        "value": "0"
175351                    },
175352                    {
175353                        "desc": "x2",
175354                        "name": "x2",
175355                        "value": "1"
175356                    },
175357                    {
175358                        "desc": "x3",
175359                        "name": "x3",
175360                        "value": "2"
175361                    },
175362                    {
175363                        "desc": "x4",
175364                        "name": "x4",
175365                        "value": "3"
175366                    }
175367                ]
175368            },
175369            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-11": {
175370                "ignore-enum-members": true,
175371                "kind": "enum",
175372                "values": [
175373                    {
175374                        "desc": "x1",
175375                        "name": "x1",
175376                        "value": "0"
175377                    },
175378                    {
175379                        "desc": "x2",
175380                        "name": "x2",
175381                        "value": "1"
175382                    },
175383                    {
175384                        "desc": "x3",
175385                        "name": "x3",
175386                        "value": "2"
175387                    },
175388                    {
175389                        "desc": "x4",
175390                        "name": "x4",
175391                        "value": "3"
175392                    }
175393                ]
175394            },
175395            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-12": {
175396                "ignore-enum-members": true,
175397                "kind": "enum",
175398                "values": [
175399                    {
175400                        "desc": "x1",
175401                        "name": "x1",
175402                        "value": "0"
175403                    },
175404                    {
175405                        "desc": "x2",
175406                        "name": "x2",
175407                        "value": "1"
175408                    },
175409                    {
175410                        "desc": "x3",
175411                        "name": "x3",
175412                        "value": "2"
175413                    },
175414                    {
175415                        "desc": "x4",
175416                        "name": "x4",
175417                        "value": "3"
175418                    }
175419                ]
175420            },
175421            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-13": {
175422                "ignore-enum-members": true,
175423                "kind": "enum",
175424                "values": [
175425                    {
175426                        "desc": "x1",
175427                        "name": "x1",
175428                        "value": "0"
175429                    },
175430                    {
175431                        "desc": "x2",
175432                        "name": "x2",
175433                        "value": "1"
175434                    },
175435                    {
175436                        "desc": "x3",
175437                        "name": "x3",
175438                        "value": "2"
175439                    },
175440                    {
175441                        "desc": "x4",
175442                        "name": "x4",
175443                        "value": "3"
175444                    }
175445                ]
175446            },
175447            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-14": {
175448                "ignore-enum-members": true,
175449                "kind": "enum",
175450                "values": [
175451                    {
175452                        "desc": "x1",
175453                        "name": "x1",
175454                        "value": "0"
175455                    },
175456                    {
175457                        "desc": "x2",
175458                        "name": "x2",
175459                        "value": "1"
175460                    },
175461                    {
175462                        "desc": "x3",
175463                        "name": "x3",
175464                        "value": "2"
175465                    },
175466                    {
175467                        "desc": "x4",
175468                        "name": "x4",
175469                        "value": "3"
175470                    }
175471                ]
175472            },
175473            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-15": {
175474                "ignore-enum-members": true,
175475                "kind": "enum",
175476                "values": [
175477                    {
175478                        "desc": "x1",
175479                        "name": "x1",
175480                        "value": "0"
175481                    },
175482                    {
175483                        "desc": "x2",
175484                        "name": "x2",
175485                        "value": "1"
175486                    },
175487                    {
175488                        "desc": "x3",
175489                        "name": "x3",
175490                        "value": "2"
175491                    },
175492                    {
175493                        "desc": "x4",
175494                        "name": "x4",
175495                        "value": "3"
175496                    }
175497                ]
175498            },
175499            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-2": {
175500                "ignore-enum-members": true,
175501                "kind": "enum",
175502                "values": [
175503                    {
175504                        "desc": "x1",
175505                        "name": "x1",
175506                        "value": "0"
175507                    },
175508                    {
175509                        "desc": "x2",
175510                        "name": "x2",
175511                        "value": "1"
175512                    },
175513                    {
175514                        "desc": "x3",
175515                        "name": "x3",
175516                        "value": "2"
175517                    },
175518                    {
175519                        "desc": "x4",
175520                        "name": "x4",
175521                        "value": "3"
175522                    }
175523                ]
175524            },
175525            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-3": {
175526                "ignore-enum-members": true,
175527                "kind": "enum",
175528                "values": [
175529                    {
175530                        "desc": "x1",
175531                        "name": "x1",
175532                        "value": "0"
175533                    },
175534                    {
175535                        "desc": "x2",
175536                        "name": "x2",
175537                        "value": "1"
175538                    },
175539                    {
175540                        "desc": "x3",
175541                        "name": "x3",
175542                        "value": "2"
175543                    },
175544                    {
175545                        "desc": "x4",
175546                        "name": "x4",
175547                        "value": "3"
175548                    }
175549                ]
175550            },
175551            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-4": {
175552                "ignore-enum-members": true,
175553                "kind": "enum",
175554                "values": [
175555                    {
175556                        "desc": "x1",
175557                        "name": "x1",
175558                        "value": "0"
175559                    },
175560                    {
175561                        "desc": "x2",
175562                        "name": "x2",
175563                        "value": "1"
175564                    },
175565                    {
175566                        "desc": "x3",
175567                        "name": "x3",
175568                        "value": "2"
175569                    },
175570                    {
175571                        "desc": "x4",
175572                        "name": "x4",
175573                        "value": "3"
175574                    }
175575                ]
175576            },
175577            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-5": {
175578                "ignore-enum-members": true,
175579                "kind": "enum",
175580                "values": [
175581                    {
175582                        "desc": "x1",
175583                        "name": "x1",
175584                        "value": "0"
175585                    },
175586                    {
175587                        "desc": "x2",
175588                        "name": "x2",
175589                        "value": "1"
175590                    },
175591                    {
175592                        "desc": "x3",
175593                        "name": "x3",
175594                        "value": "2"
175595                    },
175596                    {
175597                        "desc": "x4",
175598                        "name": "x4",
175599                        "value": "3"
175600                    }
175601                ]
175602            },
175603            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-6": {
175604                "ignore-enum-members": true,
175605                "kind": "enum",
175606                "values": [
175607                    {
175608                        "desc": "x1",
175609                        "name": "x1",
175610                        "value": "0"
175611                    },
175612                    {
175613                        "desc": "x2",
175614                        "name": "x2",
175615                        "value": "1"
175616                    },
175617                    {
175618                        "desc": "x3",
175619                        "name": "x3",
175620                        "value": "2"
175621                    },
175622                    {
175623                        "desc": "x4",
175624                        "name": "x4",
175625                        "value": "3"
175626                    }
175627                ]
175628            },
175629            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-7": {
175630                "ignore-enum-members": true,
175631                "kind": "enum",
175632                "values": [
175633                    {
175634                        "desc": "x1",
175635                        "name": "x1",
175636                        "value": "0"
175637                    },
175638                    {
175639                        "desc": "x2",
175640                        "name": "x2",
175641                        "value": "1"
175642                    },
175643                    {
175644                        "desc": "x3",
175645                        "name": "x3",
175646                        "value": "2"
175647                    },
175648                    {
175649                        "desc": "x4",
175650                        "name": "x4",
175651                        "value": "3"
175652                    }
175653                ]
175654            },
175655            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-8": {
175656                "ignore-enum-members": true,
175657                "kind": "enum",
175658                "values": [
175659                    {
175660                        "desc": "x1",
175661                        "name": "x1",
175662                        "value": "0"
175663                    },
175664                    {
175665                        "desc": "x2",
175666                        "name": "x2",
175667                        "value": "1"
175668                    },
175669                    {
175670                        "desc": "x3",
175671                        "name": "x3",
175672                        "value": "2"
175673                    },
175674                    {
175675                        "desc": "x4",
175676                        "name": "x4",
175677                        "value": "3"
175678                    }
175679                ]
175680            },
175681            "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-9": {
175682                "ignore-enum-members": true,
175683                "kind": "enum",
175684                "values": [
175685                    {
175686                        "desc": "x1",
175687                        "name": "x1",
175688                        "value": "0"
175689                    },
175690                    {
175691                        "desc": "x2",
175692                        "name": "x2",
175693                        "value": "1"
175694                    },
175695                    {
175696                        "desc": "x3",
175697                        "name": "x3",
175698                        "value": "2"
175699                    },
175700                    {
175701                        "desc": "x4",
175702                        "name": "x4",
175703                        "value": "3"
175704                    }
175705                ]
175706            },
175707            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofft": {
175708                "ignore-enum-members": true,
175709                "kind": "enum",
175710                "values": [
175711                    {
175712                        "desc": "Off",
175713                        "name": "Off",
175714                        "value": "0"
175715                    },
175716                    {
175717                        "desc": "Post-eq",
175718                        "name": "Post-eq",
175719                        "value": "1"
175720                    },
175721                    {
175722                        "desc": "Pre-eq",
175723                        "name": "Pre-eq",
175724                        "value": "2"
175725                    }
175726                ]
175727            },
175728            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-0": {
175729                "ignore-enum-members": true,
175730                "kind": "enum",
175731                "values": [
175732                    {
175733                        "desc": "RLC (BT)",
175734                        "name": "RLC (BT)",
175735                        "value": "0"
175736                    },
175737                    {
175738                        "desc": "RLC (MT)",
175739                        "name": "RLC (MT)",
175740                        "value": "1"
175741                    },
175742                    {
175743                        "desc": "BWC (BT)",
175744                        "name": "BWC (BT)",
175745                        "value": "2"
175746                    },
175747                    {
175748                        "desc": "BWC (MT)",
175749                        "name": "BWC (MT)",
175750                        "value": "3"
175751                    },
175752                    {
175753                        "desc": "LRX (BT)",
175754                        "name": "LRX (BT)",
175755                        "value": "4"
175756                    },
175757                    {
175758                        "desc": "LRX (MT)",
175759                        "name": "LRX (MT)",
175760                        "value": "5"
175761                    },
175762                    {
175763                        "desc": "APO (DR)",
175764                        "name": "APO (DR)",
175765                        "value": "6"
175766                    }
175767                ]
175768            },
175769            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-1": {
175770                "ignore-enum-members": true,
175771                "kind": "enum",
175772                "values": [
175773                    {
175774                        "desc": "RLC (BT)",
175775                        "name": "RLC (BT)",
175776                        "value": "0"
175777                    },
175778                    {
175779                        "desc": "RLC (MT)",
175780                        "name": "RLC (MT)",
175781                        "value": "1"
175782                    },
175783                    {
175784                        "desc": "BWC (BT)",
175785                        "name": "BWC (BT)",
175786                        "value": "2"
175787                    },
175788                    {
175789                        "desc": "BWC (MT)",
175790                        "name": "BWC (MT)",
175791                        "value": "3"
175792                    },
175793                    {
175794                        "desc": "LRX (BT)",
175795                        "name": "LRX (BT)",
175796                        "value": "4"
175797                    },
175798                    {
175799                        "desc": "LRX (MT)",
175800                        "name": "LRX (MT)",
175801                        "value": "5"
175802                    },
175803                    {
175804                        "desc": "APO (DR)",
175805                        "name": "APO (DR)",
175806                        "value": "6"
175807                    }
175808                ]
175809            },
175810            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-10": {
175811                "ignore-enum-members": true,
175812                "kind": "enum",
175813                "values": [
175814                    {
175815                        "desc": "RLC (BT)",
175816                        "name": "RLC (BT)",
175817                        "value": "0"
175818                    },
175819                    {
175820                        "desc": "RLC (MT)",
175821                        "name": "RLC (MT)",
175822                        "value": "1"
175823                    },
175824                    {
175825                        "desc": "BWC (BT)",
175826                        "name": "BWC (BT)",
175827                        "value": "2"
175828                    },
175829                    {
175830                        "desc": "BWC (MT)",
175831                        "name": "BWC (MT)",
175832                        "value": "3"
175833                    },
175834                    {
175835                        "desc": "LRX (BT)",
175836                        "name": "LRX (BT)",
175837                        "value": "4"
175838                    },
175839                    {
175840                        "desc": "LRX (MT)",
175841                        "name": "LRX (MT)",
175842                        "value": "5"
175843                    },
175844                    {
175845                        "desc": "APO (DR)",
175846                        "name": "APO (DR)",
175847                        "value": "6"
175848                    }
175849                ]
175850            },
175851            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-11": {
175852                "ignore-enum-members": true,
175853                "kind": "enum",
175854                "values": [
175855                    {
175856                        "desc": "RLC (BT)",
175857                        "name": "RLC (BT)",
175858                        "value": "0"
175859                    },
175860                    {
175861                        "desc": "RLC (MT)",
175862                        "name": "RLC (MT)",
175863                        "value": "1"
175864                    },
175865                    {
175866                        "desc": "BWC (BT)",
175867                        "name": "BWC (BT)",
175868                        "value": "2"
175869                    },
175870                    {
175871                        "desc": "BWC (MT)",
175872                        "name": "BWC (MT)",
175873                        "value": "3"
175874                    },
175875                    {
175876                        "desc": "LRX (BT)",
175877                        "name": "LRX (BT)",
175878                        "value": "4"
175879                    },
175880                    {
175881                        "desc": "LRX (MT)",
175882                        "name": "LRX (MT)",
175883                        "value": "5"
175884                    },
175885                    {
175886                        "desc": "APO (DR)",
175887                        "name": "APO (DR)",
175888                        "value": "6"
175889                    }
175890                ]
175891            },
175892            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-12": {
175893                "ignore-enum-members": true,
175894                "kind": "enum",
175895                "values": [
175896                    {
175897                        "desc": "RLC (BT)",
175898                        "name": "RLC (BT)",
175899                        "value": "0"
175900                    },
175901                    {
175902                        "desc": "RLC (MT)",
175903                        "name": "RLC (MT)",
175904                        "value": "1"
175905                    },
175906                    {
175907                        "desc": "BWC (BT)",
175908                        "name": "BWC (BT)",
175909                        "value": "2"
175910                    },
175911                    {
175912                        "desc": "BWC (MT)",
175913                        "name": "BWC (MT)",
175914                        "value": "3"
175915                    },
175916                    {
175917                        "desc": "LRX (BT)",
175918                        "name": "LRX (BT)",
175919                        "value": "4"
175920                    },
175921                    {
175922                        "desc": "LRX (MT)",
175923                        "name": "LRX (MT)",
175924                        "value": "5"
175925                    },
175926                    {
175927                        "desc": "APO (DR)",
175928                        "name": "APO (DR)",
175929                        "value": "6"
175930                    }
175931                ]
175932            },
175933            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-13": {
175934                "ignore-enum-members": true,
175935                "kind": "enum",
175936                "values": [
175937                    {
175938                        "desc": "RLC (BT)",
175939                        "name": "RLC (BT)",
175940                        "value": "0"
175941                    },
175942                    {
175943                        "desc": "RLC (MT)",
175944                        "name": "RLC (MT)",
175945                        "value": "1"
175946                    },
175947                    {
175948                        "desc": "BWC (BT)",
175949                        "name": "BWC (BT)",
175950                        "value": "2"
175951                    },
175952                    {
175953                        "desc": "BWC (MT)",
175954                        "name": "BWC (MT)",
175955                        "value": "3"
175956                    },
175957                    {
175958                        "desc": "LRX (BT)",
175959                        "name": "LRX (BT)",
175960                        "value": "4"
175961                    },
175962                    {
175963                        "desc": "LRX (MT)",
175964                        "name": "LRX (MT)",
175965                        "value": "5"
175966                    },
175967                    {
175968                        "desc": "APO (DR)",
175969                        "name": "APO (DR)",
175970                        "value": "6"
175971                    }
175972                ]
175973            },
175974            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-14": {
175975                "ignore-enum-members": true,
175976                "kind": "enum",
175977                "values": [
175978                    {
175979                        "desc": "RLC (BT)",
175980                        "name": "RLC (BT)",
175981                        "value": "0"
175982                    },
175983                    {
175984                        "desc": "RLC (MT)",
175985                        "name": "RLC (MT)",
175986                        "value": "1"
175987                    },
175988                    {
175989                        "desc": "BWC (BT)",
175990                        "name": "BWC (BT)",
175991                        "value": "2"
175992                    },
175993                    {
175994                        "desc": "BWC (MT)",
175995                        "name": "BWC (MT)",
175996                        "value": "3"
175997                    },
175998                    {
175999                        "desc": "LRX (BT)",
176000                        "name": "LRX (BT)",
176001                        "value": "4"
176002                    },
176003                    {
176004                        "desc": "LRX (MT)",
176005                        "name": "LRX (MT)",
176006                        "value": "5"
176007                    },
176008                    {
176009                        "desc": "APO (DR)",
176010                        "name": "APO (DR)",
176011                        "value": "6"
176012                    }
176013                ]
176014            },
176015            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-15": {
176016                "ignore-enum-members": true,
176017                "kind": "enum",
176018                "values": [
176019                    {
176020                        "desc": "RLC (BT)",
176021                        "name": "RLC (BT)",
176022                        "value": "0"
176023                    },
176024                    {
176025                        "desc": "RLC (MT)",
176026                        "name": "RLC (MT)",
176027                        "value": "1"
176028                    },
176029                    {
176030                        "desc": "BWC (BT)",
176031                        "name": "BWC (BT)",
176032                        "value": "2"
176033                    },
176034                    {
176035                        "desc": "BWC (MT)",
176036                        "name": "BWC (MT)",
176037                        "value": "3"
176038                    },
176039                    {
176040                        "desc": "LRX (BT)",
176041                        "name": "LRX (BT)",
176042                        "value": "4"
176043                    },
176044                    {
176045                        "desc": "LRX (MT)",
176046                        "name": "LRX (MT)",
176047                        "value": "5"
176048                    },
176049                    {
176050                        "desc": "APO (DR)",
176051                        "name": "APO (DR)",
176052                        "value": "6"
176053                    }
176054                ]
176055            },
176056            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-2": {
176057                "ignore-enum-members": true,
176058                "kind": "enum",
176059                "values": [
176060                    {
176061                        "desc": "RLC (BT)",
176062                        "name": "RLC (BT)",
176063                        "value": "0"
176064                    },
176065                    {
176066                        "desc": "RLC (MT)",
176067                        "name": "RLC (MT)",
176068                        "value": "1"
176069                    },
176070                    {
176071                        "desc": "BWC (BT)",
176072                        "name": "BWC (BT)",
176073                        "value": "2"
176074                    },
176075                    {
176076                        "desc": "BWC (MT)",
176077                        "name": "BWC (MT)",
176078                        "value": "3"
176079                    },
176080                    {
176081                        "desc": "LRX (BT)",
176082                        "name": "LRX (BT)",
176083                        "value": "4"
176084                    },
176085                    {
176086                        "desc": "LRX (MT)",
176087                        "name": "LRX (MT)",
176088                        "value": "5"
176089                    },
176090                    {
176091                        "desc": "APO (DR)",
176092                        "name": "APO (DR)",
176093                        "value": "6"
176094                    }
176095                ]
176096            },
176097            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-3": {
176098                "ignore-enum-members": true,
176099                "kind": "enum",
176100                "values": [
176101                    {
176102                        "desc": "RLC (BT)",
176103                        "name": "RLC (BT)",
176104                        "value": "0"
176105                    },
176106                    {
176107                        "desc": "RLC (MT)",
176108                        "name": "RLC (MT)",
176109                        "value": "1"
176110                    },
176111                    {
176112                        "desc": "BWC (BT)",
176113                        "name": "BWC (BT)",
176114                        "value": "2"
176115                    },
176116                    {
176117                        "desc": "BWC (MT)",
176118                        "name": "BWC (MT)",
176119                        "value": "3"
176120                    },
176121                    {
176122                        "desc": "LRX (BT)",
176123                        "name": "LRX (BT)",
176124                        "value": "4"
176125                    },
176126                    {
176127                        "desc": "LRX (MT)",
176128                        "name": "LRX (MT)",
176129                        "value": "5"
176130                    },
176131                    {
176132                        "desc": "APO (DR)",
176133                        "name": "APO (DR)",
176134                        "value": "6"
176135                    }
176136                ]
176137            },
176138            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-4": {
176139                "ignore-enum-members": true,
176140                "kind": "enum",
176141                "values": [
176142                    {
176143                        "desc": "RLC (BT)",
176144                        "name": "RLC (BT)",
176145                        "value": "0"
176146                    },
176147                    {
176148                        "desc": "RLC (MT)",
176149                        "name": "RLC (MT)",
176150                        "value": "1"
176151                    },
176152                    {
176153                        "desc": "BWC (BT)",
176154                        "name": "BWC (BT)",
176155                        "value": "2"
176156                    },
176157                    {
176158                        "desc": "BWC (MT)",
176159                        "name": "BWC (MT)",
176160                        "value": "3"
176161                    },
176162                    {
176163                        "desc": "LRX (BT)",
176164                        "name": "LRX (BT)",
176165                        "value": "4"
176166                    },
176167                    {
176168                        "desc": "LRX (MT)",
176169                        "name": "LRX (MT)",
176170                        "value": "5"
176171                    },
176172                    {
176173                        "desc": "APO (DR)",
176174                        "name": "APO (DR)",
176175                        "value": "6"
176176                    }
176177                ]
176178            },
176179            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-5": {
176180                "ignore-enum-members": true,
176181                "kind": "enum",
176182                "values": [
176183                    {
176184                        "desc": "RLC (BT)",
176185                        "name": "RLC (BT)",
176186                        "value": "0"
176187                    },
176188                    {
176189                        "desc": "RLC (MT)",
176190                        "name": "RLC (MT)",
176191                        "value": "1"
176192                    },
176193                    {
176194                        "desc": "BWC (BT)",
176195                        "name": "BWC (BT)",
176196                        "value": "2"
176197                    },
176198                    {
176199                        "desc": "BWC (MT)",
176200                        "name": "BWC (MT)",
176201                        "value": "3"
176202                    },
176203                    {
176204                        "desc": "LRX (BT)",
176205                        "name": "LRX (BT)",
176206                        "value": "4"
176207                    },
176208                    {
176209                        "desc": "LRX (MT)",
176210                        "name": "LRX (MT)",
176211                        "value": "5"
176212                    },
176213                    {
176214                        "desc": "APO (DR)",
176215                        "name": "APO (DR)",
176216                        "value": "6"
176217                    }
176218                ]
176219            },
176220            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-6": {
176221                "ignore-enum-members": true,
176222                "kind": "enum",
176223                "values": [
176224                    {
176225                        "desc": "RLC (BT)",
176226                        "name": "RLC (BT)",
176227                        "value": "0"
176228                    },
176229                    {
176230                        "desc": "RLC (MT)",
176231                        "name": "RLC (MT)",
176232                        "value": "1"
176233                    },
176234                    {
176235                        "desc": "BWC (BT)",
176236                        "name": "BWC (BT)",
176237                        "value": "2"
176238                    },
176239                    {
176240                        "desc": "BWC (MT)",
176241                        "name": "BWC (MT)",
176242                        "value": "3"
176243                    },
176244                    {
176245                        "desc": "LRX (BT)",
176246                        "name": "LRX (BT)",
176247                        "value": "4"
176248                    },
176249                    {
176250                        "desc": "LRX (MT)",
176251                        "name": "LRX (MT)",
176252                        "value": "5"
176253                    },
176254                    {
176255                        "desc": "APO (DR)",
176256                        "name": "APO (DR)",
176257                        "value": "6"
176258                    }
176259                ]
176260            },
176261            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-7": {
176262                "ignore-enum-members": true,
176263                "kind": "enum",
176264                "values": [
176265                    {
176266                        "desc": "RLC (BT)",
176267                        "name": "RLC (BT)",
176268                        "value": "0"
176269                    },
176270                    {
176271                        "desc": "RLC (MT)",
176272                        "name": "RLC (MT)",
176273                        "value": "1"
176274                    },
176275                    {
176276                        "desc": "BWC (BT)",
176277                        "name": "BWC (BT)",
176278                        "value": "2"
176279                    },
176280                    {
176281                        "desc": "BWC (MT)",
176282                        "name": "BWC (MT)",
176283                        "value": "3"
176284                    },
176285                    {
176286                        "desc": "LRX (BT)",
176287                        "name": "LRX (BT)",
176288                        "value": "4"
176289                    },
176290                    {
176291                        "desc": "LRX (MT)",
176292                        "name": "LRX (MT)",
176293                        "value": "5"
176294                    },
176295                    {
176296                        "desc": "APO (DR)",
176297                        "name": "APO (DR)",
176298                        "value": "6"
176299                    }
176300                ]
176301            },
176302            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-8": {
176303                "ignore-enum-members": true,
176304                "kind": "enum",
176305                "values": [
176306                    {
176307                        "desc": "RLC (BT)",
176308                        "name": "RLC (BT)",
176309                        "value": "0"
176310                    },
176311                    {
176312                        "desc": "RLC (MT)",
176313                        "name": "RLC (MT)",
176314                        "value": "1"
176315                    },
176316                    {
176317                        "desc": "BWC (BT)",
176318                        "name": "BWC (BT)",
176319                        "value": "2"
176320                    },
176321                    {
176322                        "desc": "BWC (MT)",
176323                        "name": "BWC (MT)",
176324                        "value": "3"
176325                    },
176326                    {
176327                        "desc": "LRX (BT)",
176328                        "name": "LRX (BT)",
176329                        "value": "4"
176330                    },
176331                    {
176332                        "desc": "LRX (MT)",
176333                        "name": "LRX (MT)",
176334                        "value": "5"
176335                    },
176336                    {
176337                        "desc": "APO (DR)",
176338                        "name": "APO (DR)",
176339                        "value": "6"
176340                    }
176341                ]
176342            },
176343            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-9": {
176344                "ignore-enum-members": true,
176345                "kind": "enum",
176346                "values": [
176347                    {
176348                        "desc": "RLC (BT)",
176349                        "name": "RLC (BT)",
176350                        "value": "0"
176351                    },
176352                    {
176353                        "desc": "RLC (MT)",
176354                        "name": "RLC (MT)",
176355                        "value": "1"
176356                    },
176357                    {
176358                        "desc": "BWC (BT)",
176359                        "name": "BWC (BT)",
176360                        "value": "2"
176361                    },
176362                    {
176363                        "desc": "BWC (MT)",
176364                        "name": "BWC (MT)",
176365                        "value": "3"
176366                    },
176367                    {
176368                        "desc": "LRX (BT)",
176369                        "name": "LRX (BT)",
176370                        "value": "4"
176371                    },
176372                    {
176373                        "desc": "LRX (MT)",
176374                        "name": "LRX (MT)",
176375                        "value": "5"
176376                    },
176377                    {
176378                        "desc": "APO (DR)",
176379                        "name": "APO (DR)",
176380                        "value": "6"
176381                    }
176382                ]
176383            },
176384            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofsel": {
176385                "ignore-enum-members": true,
176386                "kind": "enum",
176387                "values": [
176388                    {
176389                        "desc": "Filters 0-7",
176390                        "name": "Filters 0-7",
176391                        "value": "0"
176392                    },
176393                    {
176394                        "desc": "Filters 8-15",
176395                        "name": "Filters 8-15",
176396                        "value": "1"
176397                    }
176398                ]
176399            },
176400            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-0": {
176401                "ignore-enum-members": true,
176402                "kind": "enum",
176403                "values": [
176404                    {
176405                        "desc": "Off",
176406                        "name": "Off",
176407                        "value": "0"
176408                    },
176409                    {
176410                        "desc": "Bell",
176411                        "name": "Bell",
176412                        "value": "1"
176413                    },
176414                    {
176415                        "desc": "Hi-pass",
176416                        "name": "Hi-pass",
176417                        "value": "2"
176418                    },
176419                    {
176420                        "desc": "Hi-shelf",
176421                        "name": "Hi-shelf",
176422                        "value": "3"
176423                    },
176424                    {
176425                        "desc": "Lo-pass",
176426                        "name": "Lo-pass",
176427                        "value": "4"
176428                    },
176429                    {
176430                        "desc": "Lo-shelf",
176431                        "name": "Lo-shelf",
176432                        "value": "5"
176433                    },
176434                    {
176435                        "desc": "Notch",
176436                        "name": "Notch",
176437                        "value": "6"
176438                    },
176439                    {
176440                        "desc": "Resonance",
176441                        "name": "Resonance",
176442                        "value": "7"
176443                    },
176444                    {
176445                        "desc": "Allpass",
176446                        "name": "Allpass",
176447                        "value": "8"
176448                    }
176449                ]
176450            },
176451            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-1": {
176452                "ignore-enum-members": true,
176453                "kind": "enum",
176454                "values": [
176455                    {
176456                        "desc": "Off",
176457                        "name": "Off",
176458                        "value": "0"
176459                    },
176460                    {
176461                        "desc": "Bell",
176462                        "name": "Bell",
176463                        "value": "1"
176464                    },
176465                    {
176466                        "desc": "Hi-pass",
176467                        "name": "Hi-pass",
176468                        "value": "2"
176469                    },
176470                    {
176471                        "desc": "Hi-shelf",
176472                        "name": "Hi-shelf",
176473                        "value": "3"
176474                    },
176475                    {
176476                        "desc": "Lo-pass",
176477                        "name": "Lo-pass",
176478                        "value": "4"
176479                    },
176480                    {
176481                        "desc": "Lo-shelf",
176482                        "name": "Lo-shelf",
176483                        "value": "5"
176484                    },
176485                    {
176486                        "desc": "Notch",
176487                        "name": "Notch",
176488                        "value": "6"
176489                    },
176490                    {
176491                        "desc": "Resonance",
176492                        "name": "Resonance",
176493                        "value": "7"
176494                    },
176495                    {
176496                        "desc": "Allpass",
176497                        "name": "Allpass",
176498                        "value": "8"
176499                    }
176500                ]
176501            },
176502            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-10": {
176503                "ignore-enum-members": true,
176504                "kind": "enum",
176505                "values": [
176506                    {
176507                        "desc": "Off",
176508                        "name": "Off",
176509                        "value": "0"
176510                    },
176511                    {
176512                        "desc": "Bell",
176513                        "name": "Bell",
176514                        "value": "1"
176515                    },
176516                    {
176517                        "desc": "Hi-pass",
176518                        "name": "Hi-pass",
176519                        "value": "2"
176520                    },
176521                    {
176522                        "desc": "Hi-shelf",
176523                        "name": "Hi-shelf",
176524                        "value": "3"
176525                    },
176526                    {
176527                        "desc": "Lo-pass",
176528                        "name": "Lo-pass",
176529                        "value": "4"
176530                    },
176531                    {
176532                        "desc": "Lo-shelf",
176533                        "name": "Lo-shelf",
176534                        "value": "5"
176535                    },
176536                    {
176537                        "desc": "Notch",
176538                        "name": "Notch",
176539                        "value": "6"
176540                    },
176541                    {
176542                        "desc": "Resonance",
176543                        "name": "Resonance",
176544                        "value": "7"
176545                    },
176546                    {
176547                        "desc": "Allpass",
176548                        "name": "Allpass",
176549                        "value": "8"
176550                    }
176551                ]
176552            },
176553            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-11": {
176554                "ignore-enum-members": true,
176555                "kind": "enum",
176556                "values": [
176557                    {
176558                        "desc": "Off",
176559                        "name": "Off",
176560                        "value": "0"
176561                    },
176562                    {
176563                        "desc": "Bell",
176564                        "name": "Bell",
176565                        "value": "1"
176566                    },
176567                    {
176568                        "desc": "Hi-pass",
176569                        "name": "Hi-pass",
176570                        "value": "2"
176571                    },
176572                    {
176573                        "desc": "Hi-shelf",
176574                        "name": "Hi-shelf",
176575                        "value": "3"
176576                    },
176577                    {
176578                        "desc": "Lo-pass",
176579                        "name": "Lo-pass",
176580                        "value": "4"
176581                    },
176582                    {
176583                        "desc": "Lo-shelf",
176584                        "name": "Lo-shelf",
176585                        "value": "5"
176586                    },
176587                    {
176588                        "desc": "Notch",
176589                        "name": "Notch",
176590                        "value": "6"
176591                    },
176592                    {
176593                        "desc": "Resonance",
176594                        "name": "Resonance",
176595                        "value": "7"
176596                    },
176597                    {
176598                        "desc": "Allpass",
176599                        "name": "Allpass",
176600                        "value": "8"
176601                    }
176602                ]
176603            },
176604            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-12": {
176605                "ignore-enum-members": true,
176606                "kind": "enum",
176607                "values": [
176608                    {
176609                        "desc": "Off",
176610                        "name": "Off",
176611                        "value": "0"
176612                    },
176613                    {
176614                        "desc": "Bell",
176615                        "name": "Bell",
176616                        "value": "1"
176617                    },
176618                    {
176619                        "desc": "Hi-pass",
176620                        "name": "Hi-pass",
176621                        "value": "2"
176622                    },
176623                    {
176624                        "desc": "Hi-shelf",
176625                        "name": "Hi-shelf",
176626                        "value": "3"
176627                    },
176628                    {
176629                        "desc": "Lo-pass",
176630                        "name": "Lo-pass",
176631                        "value": "4"
176632                    },
176633                    {
176634                        "desc": "Lo-shelf",
176635                        "name": "Lo-shelf",
176636                        "value": "5"
176637                    },
176638                    {
176639                        "desc": "Notch",
176640                        "name": "Notch",
176641                        "value": "6"
176642                    },
176643                    {
176644                        "desc": "Resonance",
176645                        "name": "Resonance",
176646                        "value": "7"
176647                    },
176648                    {
176649                        "desc": "Allpass",
176650                        "name": "Allpass",
176651                        "value": "8"
176652                    }
176653                ]
176654            },
176655            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-13": {
176656                "ignore-enum-members": true,
176657                "kind": "enum",
176658                "values": [
176659                    {
176660                        "desc": "Off",
176661                        "name": "Off",
176662                        "value": "0"
176663                    },
176664                    {
176665                        "desc": "Bell",
176666                        "name": "Bell",
176667                        "value": "1"
176668                    },
176669                    {
176670                        "desc": "Hi-pass",
176671                        "name": "Hi-pass",
176672                        "value": "2"
176673                    },
176674                    {
176675                        "desc": "Hi-shelf",
176676                        "name": "Hi-shelf",
176677                        "value": "3"
176678                    },
176679                    {
176680                        "desc": "Lo-pass",
176681                        "name": "Lo-pass",
176682                        "value": "4"
176683                    },
176684                    {
176685                        "desc": "Lo-shelf",
176686                        "name": "Lo-shelf",
176687                        "value": "5"
176688                    },
176689                    {
176690                        "desc": "Notch",
176691                        "name": "Notch",
176692                        "value": "6"
176693                    },
176694                    {
176695                        "desc": "Resonance",
176696                        "name": "Resonance",
176697                        "value": "7"
176698                    },
176699                    {
176700                        "desc": "Allpass",
176701                        "name": "Allpass",
176702                        "value": "8"
176703                    }
176704                ]
176705            },
176706            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-14": {
176707                "ignore-enum-members": true,
176708                "kind": "enum",
176709                "values": [
176710                    {
176711                        "desc": "Off",
176712                        "name": "Off",
176713                        "value": "0"
176714                    },
176715                    {
176716                        "desc": "Bell",
176717                        "name": "Bell",
176718                        "value": "1"
176719                    },
176720                    {
176721                        "desc": "Hi-pass",
176722                        "name": "Hi-pass",
176723                        "value": "2"
176724                    },
176725                    {
176726                        "desc": "Hi-shelf",
176727                        "name": "Hi-shelf",
176728                        "value": "3"
176729                    },
176730                    {
176731                        "desc": "Lo-pass",
176732                        "name": "Lo-pass",
176733                        "value": "4"
176734                    },
176735                    {
176736                        "desc": "Lo-shelf",
176737                        "name": "Lo-shelf",
176738                        "value": "5"
176739                    },
176740                    {
176741                        "desc": "Notch",
176742                        "name": "Notch",
176743                        "value": "6"
176744                    },
176745                    {
176746                        "desc": "Resonance",
176747                        "name": "Resonance",
176748                        "value": "7"
176749                    },
176750                    {
176751                        "desc": "Allpass",
176752                        "name": "Allpass",
176753                        "value": "8"
176754                    }
176755                ]
176756            },
176757            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-15": {
176758                "ignore-enum-members": true,
176759                "kind": "enum",
176760                "values": [
176761                    {
176762                        "desc": "Off",
176763                        "name": "Off",
176764                        "value": "0"
176765                    },
176766                    {
176767                        "desc": "Bell",
176768                        "name": "Bell",
176769                        "value": "1"
176770                    },
176771                    {
176772                        "desc": "Hi-pass",
176773                        "name": "Hi-pass",
176774                        "value": "2"
176775                    },
176776                    {
176777                        "desc": "Hi-shelf",
176778                        "name": "Hi-shelf",
176779                        "value": "3"
176780                    },
176781                    {
176782                        "desc": "Lo-pass",
176783                        "name": "Lo-pass",
176784                        "value": "4"
176785                    },
176786                    {
176787                        "desc": "Lo-shelf",
176788                        "name": "Lo-shelf",
176789                        "value": "5"
176790                    },
176791                    {
176792                        "desc": "Notch",
176793                        "name": "Notch",
176794                        "value": "6"
176795                    },
176796                    {
176797                        "desc": "Resonance",
176798                        "name": "Resonance",
176799                        "value": "7"
176800                    },
176801                    {
176802                        "desc": "Allpass",
176803                        "name": "Allpass",
176804                        "value": "8"
176805                    }
176806                ]
176807            },
176808            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-2": {
176809                "ignore-enum-members": true,
176810                "kind": "enum",
176811                "values": [
176812                    {
176813                        "desc": "Off",
176814                        "name": "Off",
176815                        "value": "0"
176816                    },
176817                    {
176818                        "desc": "Bell",
176819                        "name": "Bell",
176820                        "value": "1"
176821                    },
176822                    {
176823                        "desc": "Hi-pass",
176824                        "name": "Hi-pass",
176825                        "value": "2"
176826                    },
176827                    {
176828                        "desc": "Hi-shelf",
176829                        "name": "Hi-shelf",
176830                        "value": "3"
176831                    },
176832                    {
176833                        "desc": "Lo-pass",
176834                        "name": "Lo-pass",
176835                        "value": "4"
176836                    },
176837                    {
176838                        "desc": "Lo-shelf",
176839                        "name": "Lo-shelf",
176840                        "value": "5"
176841                    },
176842                    {
176843                        "desc": "Notch",
176844                        "name": "Notch",
176845                        "value": "6"
176846                    },
176847                    {
176848                        "desc": "Resonance",
176849                        "name": "Resonance",
176850                        "value": "7"
176851                    },
176852                    {
176853                        "desc": "Allpass",
176854                        "name": "Allpass",
176855                        "value": "8"
176856                    }
176857                ]
176858            },
176859            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-3": {
176860                "ignore-enum-members": true,
176861                "kind": "enum",
176862                "values": [
176863                    {
176864                        "desc": "Off",
176865                        "name": "Off",
176866                        "value": "0"
176867                    },
176868                    {
176869                        "desc": "Bell",
176870                        "name": "Bell",
176871                        "value": "1"
176872                    },
176873                    {
176874                        "desc": "Hi-pass",
176875                        "name": "Hi-pass",
176876                        "value": "2"
176877                    },
176878                    {
176879                        "desc": "Hi-shelf",
176880                        "name": "Hi-shelf",
176881                        "value": "3"
176882                    },
176883                    {
176884                        "desc": "Lo-pass",
176885                        "name": "Lo-pass",
176886                        "value": "4"
176887                    },
176888                    {
176889                        "desc": "Lo-shelf",
176890                        "name": "Lo-shelf",
176891                        "value": "5"
176892                    },
176893                    {
176894                        "desc": "Notch",
176895                        "name": "Notch",
176896                        "value": "6"
176897                    },
176898                    {
176899                        "desc": "Resonance",
176900                        "name": "Resonance",
176901                        "value": "7"
176902                    },
176903                    {
176904                        "desc": "Allpass",
176905                        "name": "Allpass",
176906                        "value": "8"
176907                    }
176908                ]
176909            },
176910            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-4": {
176911                "ignore-enum-members": true,
176912                "kind": "enum",
176913                "values": [
176914                    {
176915                        "desc": "Off",
176916                        "name": "Off",
176917                        "value": "0"
176918                    },
176919                    {
176920                        "desc": "Bell",
176921                        "name": "Bell",
176922                        "value": "1"
176923                    },
176924                    {
176925                        "desc": "Hi-pass",
176926                        "name": "Hi-pass",
176927                        "value": "2"
176928                    },
176929                    {
176930                        "desc": "Hi-shelf",
176931                        "name": "Hi-shelf",
176932                        "value": "3"
176933                    },
176934                    {
176935                        "desc": "Lo-pass",
176936                        "name": "Lo-pass",
176937                        "value": "4"
176938                    },
176939                    {
176940                        "desc": "Lo-shelf",
176941                        "name": "Lo-shelf",
176942                        "value": "5"
176943                    },
176944                    {
176945                        "desc": "Notch",
176946                        "name": "Notch",
176947                        "value": "6"
176948                    },
176949                    {
176950                        "desc": "Resonance",
176951                        "name": "Resonance",
176952                        "value": "7"
176953                    },
176954                    {
176955                        "desc": "Allpass",
176956                        "name": "Allpass",
176957                        "value": "8"
176958                    }
176959                ]
176960            },
176961            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-5": {
176962                "ignore-enum-members": true,
176963                "kind": "enum",
176964                "values": [
176965                    {
176966                        "desc": "Off",
176967                        "name": "Off",
176968                        "value": "0"
176969                    },
176970                    {
176971                        "desc": "Bell",
176972                        "name": "Bell",
176973                        "value": "1"
176974                    },
176975                    {
176976                        "desc": "Hi-pass",
176977                        "name": "Hi-pass",
176978                        "value": "2"
176979                    },
176980                    {
176981                        "desc": "Hi-shelf",
176982                        "name": "Hi-shelf",
176983                        "value": "3"
176984                    },
176985                    {
176986                        "desc": "Lo-pass",
176987                        "name": "Lo-pass",
176988                        "value": "4"
176989                    },
176990                    {
176991                        "desc": "Lo-shelf",
176992                        "name": "Lo-shelf",
176993                        "value": "5"
176994                    },
176995                    {
176996                        "desc": "Notch",
176997                        "name": "Notch",
176998                        "value": "6"
176999                    },
177000                    {
177001                        "desc": "Resonance",
177002                        "name": "Resonance",
177003                        "value": "7"
177004                    },
177005                    {
177006                        "desc": "Allpass",
177007                        "name": "Allpass",
177008                        "value": "8"
177009                    }
177010                ]
177011            },
177012            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-6": {
177013                "ignore-enum-members": true,
177014                "kind": "enum",
177015                "values": [
177016                    {
177017                        "desc": "Off",
177018                        "name": "Off",
177019                        "value": "0"
177020                    },
177021                    {
177022                        "desc": "Bell",
177023                        "name": "Bell",
177024                        "value": "1"
177025                    },
177026                    {
177027                        "desc": "Hi-pass",
177028                        "name": "Hi-pass",
177029                        "value": "2"
177030                    },
177031                    {
177032                        "desc": "Hi-shelf",
177033                        "name": "Hi-shelf",
177034                        "value": "3"
177035                    },
177036                    {
177037                        "desc": "Lo-pass",
177038                        "name": "Lo-pass",
177039                        "value": "4"
177040                    },
177041                    {
177042                        "desc": "Lo-shelf",
177043                        "name": "Lo-shelf",
177044                        "value": "5"
177045                    },
177046                    {
177047                        "desc": "Notch",
177048                        "name": "Notch",
177049                        "value": "6"
177050                    },
177051                    {
177052                        "desc": "Resonance",
177053                        "name": "Resonance",
177054                        "value": "7"
177055                    },
177056                    {
177057                        "desc": "Allpass",
177058                        "name": "Allpass",
177059                        "value": "8"
177060                    }
177061                ]
177062            },
177063            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-7": {
177064                "ignore-enum-members": true,
177065                "kind": "enum",
177066                "values": [
177067                    {
177068                        "desc": "Off",
177069                        "name": "Off",
177070                        "value": "0"
177071                    },
177072                    {
177073                        "desc": "Bell",
177074                        "name": "Bell",
177075                        "value": "1"
177076                    },
177077                    {
177078                        "desc": "Hi-pass",
177079                        "name": "Hi-pass",
177080                        "value": "2"
177081                    },
177082                    {
177083                        "desc": "Hi-shelf",
177084                        "name": "Hi-shelf",
177085                        "value": "3"
177086                    },
177087                    {
177088                        "desc": "Lo-pass",
177089                        "name": "Lo-pass",
177090                        "value": "4"
177091                    },
177092                    {
177093                        "desc": "Lo-shelf",
177094                        "name": "Lo-shelf",
177095                        "value": "5"
177096                    },
177097                    {
177098                        "desc": "Notch",
177099                        "name": "Notch",
177100                        "value": "6"
177101                    },
177102                    {
177103                        "desc": "Resonance",
177104                        "name": "Resonance",
177105                        "value": "7"
177106                    },
177107                    {
177108                        "desc": "Allpass",
177109                        "name": "Allpass",
177110                        "value": "8"
177111                    }
177112                ]
177113            },
177114            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-8": {
177115                "ignore-enum-members": true,
177116                "kind": "enum",
177117                "values": [
177118                    {
177119                        "desc": "Off",
177120                        "name": "Off",
177121                        "value": "0"
177122                    },
177123                    {
177124                        "desc": "Bell",
177125                        "name": "Bell",
177126                        "value": "1"
177127                    },
177128                    {
177129                        "desc": "Hi-pass",
177130                        "name": "Hi-pass",
177131                        "value": "2"
177132                    },
177133                    {
177134                        "desc": "Hi-shelf",
177135                        "name": "Hi-shelf",
177136                        "value": "3"
177137                    },
177138                    {
177139                        "desc": "Lo-pass",
177140                        "name": "Lo-pass",
177141                        "value": "4"
177142                    },
177143                    {
177144                        "desc": "Lo-shelf",
177145                        "name": "Lo-shelf",
177146                        "value": "5"
177147                    },
177148                    {
177149                        "desc": "Notch",
177150                        "name": "Notch",
177151                        "value": "6"
177152                    },
177153                    {
177154                        "desc": "Resonance",
177155                        "name": "Resonance",
177156                        "value": "7"
177157                    },
177158                    {
177159                        "desc": "Allpass",
177160                        "name": "Allpass",
177161                        "value": "8"
177162                    }
177163                ]
177164            },
177165            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-9": {
177166                "ignore-enum-members": true,
177167                "kind": "enum",
177168                "values": [
177169                    {
177170                        "desc": "Off",
177171                        "name": "Off",
177172                        "value": "0"
177173                    },
177174                    {
177175                        "desc": "Bell",
177176                        "name": "Bell",
177177                        "value": "1"
177178                    },
177179                    {
177180                        "desc": "Hi-pass",
177181                        "name": "Hi-pass",
177182                        "value": "2"
177183                    },
177184                    {
177185                        "desc": "Hi-shelf",
177186                        "name": "Hi-shelf",
177187                        "value": "3"
177188                    },
177189                    {
177190                        "desc": "Lo-pass",
177191                        "name": "Lo-pass",
177192                        "value": "4"
177193                    },
177194                    {
177195                        "desc": "Lo-shelf",
177196                        "name": "Lo-shelf",
177197                        "value": "5"
177198                    },
177199                    {
177200                        "desc": "Notch",
177201                        "name": "Notch",
177202                        "value": "6"
177203                    },
177204                    {
177205                        "desc": "Resonance",
177206                        "name": "Resonance",
177207                        "value": "7"
177208                    },
177209                    {
177210                        "desc": "Allpass",
177211                        "name": "Allpass",
177212                        "value": "8"
177213                    }
177214                ]
177215            },
177216            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereomode": {
177217                "ignore-enum-members": true,
177218                "kind": "enum",
177219                "values": [
177220                    {
177221                        "desc": "IIR",
177222                        "name": "IIR",
177223                        "value": "0"
177224                    },
177225                    {
177226                        "desc": "FIR",
177227                        "name": "FIR",
177228                        "value": "1"
177229                    },
177230                    {
177231                        "desc": "FFT",
177232                        "name": "FFT",
177233                        "value": "2"
177234                    }
177235                ]
177236            },
177237            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-0": {
177238                "ignore-enum-members": true,
177239                "kind": "enum",
177240                "values": [
177241                    {
177242                        "desc": "x1",
177243                        "name": "x1",
177244                        "value": "0"
177245                    },
177246                    {
177247                        "desc": "x2",
177248                        "name": "x2",
177249                        "value": "1"
177250                    },
177251                    {
177252                        "desc": "x3",
177253                        "name": "x3",
177254                        "value": "2"
177255                    },
177256                    {
177257                        "desc": "x4",
177258                        "name": "x4",
177259                        "value": "3"
177260                    }
177261                ]
177262            },
177263            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-1": {
177264                "ignore-enum-members": true,
177265                "kind": "enum",
177266                "values": [
177267                    {
177268                        "desc": "x1",
177269                        "name": "x1",
177270                        "value": "0"
177271                    },
177272                    {
177273                        "desc": "x2",
177274                        "name": "x2",
177275                        "value": "1"
177276                    },
177277                    {
177278                        "desc": "x3",
177279                        "name": "x3",
177280                        "value": "2"
177281                    },
177282                    {
177283                        "desc": "x4",
177284                        "name": "x4",
177285                        "value": "3"
177286                    }
177287                ]
177288            },
177289            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-10": {
177290                "ignore-enum-members": true,
177291                "kind": "enum",
177292                "values": [
177293                    {
177294                        "desc": "x1",
177295                        "name": "x1",
177296                        "value": "0"
177297                    },
177298                    {
177299                        "desc": "x2",
177300                        "name": "x2",
177301                        "value": "1"
177302                    },
177303                    {
177304                        "desc": "x3",
177305                        "name": "x3",
177306                        "value": "2"
177307                    },
177308                    {
177309                        "desc": "x4",
177310                        "name": "x4",
177311                        "value": "3"
177312                    }
177313                ]
177314            },
177315            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-11": {
177316                "ignore-enum-members": true,
177317                "kind": "enum",
177318                "values": [
177319                    {
177320                        "desc": "x1",
177321                        "name": "x1",
177322                        "value": "0"
177323                    },
177324                    {
177325                        "desc": "x2",
177326                        "name": "x2",
177327                        "value": "1"
177328                    },
177329                    {
177330                        "desc": "x3",
177331                        "name": "x3",
177332                        "value": "2"
177333                    },
177334                    {
177335                        "desc": "x4",
177336                        "name": "x4",
177337                        "value": "3"
177338                    }
177339                ]
177340            },
177341            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-12": {
177342                "ignore-enum-members": true,
177343                "kind": "enum",
177344                "values": [
177345                    {
177346                        "desc": "x1",
177347                        "name": "x1",
177348                        "value": "0"
177349                    },
177350                    {
177351                        "desc": "x2",
177352                        "name": "x2",
177353                        "value": "1"
177354                    },
177355                    {
177356                        "desc": "x3",
177357                        "name": "x3",
177358                        "value": "2"
177359                    },
177360                    {
177361                        "desc": "x4",
177362                        "name": "x4",
177363                        "value": "3"
177364                    }
177365                ]
177366            },
177367            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-13": {
177368                "ignore-enum-members": true,
177369                "kind": "enum",
177370                "values": [
177371                    {
177372                        "desc": "x1",
177373                        "name": "x1",
177374                        "value": "0"
177375                    },
177376                    {
177377                        "desc": "x2",
177378                        "name": "x2",
177379                        "value": "1"
177380                    },
177381                    {
177382                        "desc": "x3",
177383                        "name": "x3",
177384                        "value": "2"
177385                    },
177386                    {
177387                        "desc": "x4",
177388                        "name": "x4",
177389                        "value": "3"
177390                    }
177391                ]
177392            },
177393            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-14": {
177394                "ignore-enum-members": true,
177395                "kind": "enum",
177396                "values": [
177397                    {
177398                        "desc": "x1",
177399                        "name": "x1",
177400                        "value": "0"
177401                    },
177402                    {
177403                        "desc": "x2",
177404                        "name": "x2",
177405                        "value": "1"
177406                    },
177407                    {
177408                        "desc": "x3",
177409                        "name": "x3",
177410                        "value": "2"
177411                    },
177412                    {
177413                        "desc": "x4",
177414                        "name": "x4",
177415                        "value": "3"
177416                    }
177417                ]
177418            },
177419            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-15": {
177420                "ignore-enum-members": true,
177421                "kind": "enum",
177422                "values": [
177423                    {
177424                        "desc": "x1",
177425                        "name": "x1",
177426                        "value": "0"
177427                    },
177428                    {
177429                        "desc": "x2",
177430                        "name": "x2",
177431                        "value": "1"
177432                    },
177433                    {
177434                        "desc": "x3",
177435                        "name": "x3",
177436                        "value": "2"
177437                    },
177438                    {
177439                        "desc": "x4",
177440                        "name": "x4",
177441                        "value": "3"
177442                    }
177443                ]
177444            },
177445            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-2": {
177446                "ignore-enum-members": true,
177447                "kind": "enum",
177448                "values": [
177449                    {
177450                        "desc": "x1",
177451                        "name": "x1",
177452                        "value": "0"
177453                    },
177454                    {
177455                        "desc": "x2",
177456                        "name": "x2",
177457                        "value": "1"
177458                    },
177459                    {
177460                        "desc": "x3",
177461                        "name": "x3",
177462                        "value": "2"
177463                    },
177464                    {
177465                        "desc": "x4",
177466                        "name": "x4",
177467                        "value": "3"
177468                    }
177469                ]
177470            },
177471            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-3": {
177472                "ignore-enum-members": true,
177473                "kind": "enum",
177474                "values": [
177475                    {
177476                        "desc": "x1",
177477                        "name": "x1",
177478                        "value": "0"
177479                    },
177480                    {
177481                        "desc": "x2",
177482                        "name": "x2",
177483                        "value": "1"
177484                    },
177485                    {
177486                        "desc": "x3",
177487                        "name": "x3",
177488                        "value": "2"
177489                    },
177490                    {
177491                        "desc": "x4",
177492                        "name": "x4",
177493                        "value": "3"
177494                    }
177495                ]
177496            },
177497            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-4": {
177498                "ignore-enum-members": true,
177499                "kind": "enum",
177500                "values": [
177501                    {
177502                        "desc": "x1",
177503                        "name": "x1",
177504                        "value": "0"
177505                    },
177506                    {
177507                        "desc": "x2",
177508                        "name": "x2",
177509                        "value": "1"
177510                    },
177511                    {
177512                        "desc": "x3",
177513                        "name": "x3",
177514                        "value": "2"
177515                    },
177516                    {
177517                        "desc": "x4",
177518                        "name": "x4",
177519                        "value": "3"
177520                    }
177521                ]
177522            },
177523            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-5": {
177524                "ignore-enum-members": true,
177525                "kind": "enum",
177526                "values": [
177527                    {
177528                        "desc": "x1",
177529                        "name": "x1",
177530                        "value": "0"
177531                    },
177532                    {
177533                        "desc": "x2",
177534                        "name": "x2",
177535                        "value": "1"
177536                    },
177537                    {
177538                        "desc": "x3",
177539                        "name": "x3",
177540                        "value": "2"
177541                    },
177542                    {
177543                        "desc": "x4",
177544                        "name": "x4",
177545                        "value": "3"
177546                    }
177547                ]
177548            },
177549            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-6": {
177550                "ignore-enum-members": true,
177551                "kind": "enum",
177552                "values": [
177553                    {
177554                        "desc": "x1",
177555                        "name": "x1",
177556                        "value": "0"
177557                    },
177558                    {
177559                        "desc": "x2",
177560                        "name": "x2",
177561                        "value": "1"
177562                    },
177563                    {
177564                        "desc": "x3",
177565                        "name": "x3",
177566                        "value": "2"
177567                    },
177568                    {
177569                        "desc": "x4",
177570                        "name": "x4",
177571                        "value": "3"
177572                    }
177573                ]
177574            },
177575            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-7": {
177576                "ignore-enum-members": true,
177577                "kind": "enum",
177578                "values": [
177579                    {
177580                        "desc": "x1",
177581                        "name": "x1",
177582                        "value": "0"
177583                    },
177584                    {
177585                        "desc": "x2",
177586                        "name": "x2",
177587                        "value": "1"
177588                    },
177589                    {
177590                        "desc": "x3",
177591                        "name": "x3",
177592                        "value": "2"
177593                    },
177594                    {
177595                        "desc": "x4",
177596                        "name": "x4",
177597                        "value": "3"
177598                    }
177599                ]
177600            },
177601            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-8": {
177602                "ignore-enum-members": true,
177603                "kind": "enum",
177604                "values": [
177605                    {
177606                        "desc": "x1",
177607                        "name": "x1",
177608                        "value": "0"
177609                    },
177610                    {
177611                        "desc": "x2",
177612                        "name": "x2",
177613                        "value": "1"
177614                    },
177615                    {
177616                        "desc": "x3",
177617                        "name": "x3",
177618                        "value": "2"
177619                    },
177620                    {
177621                        "desc": "x4",
177622                        "name": "x4",
177623                        "value": "3"
177624                    }
177625                ]
177626            },
177627            "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-9": {
177628                "ignore-enum-members": true,
177629                "kind": "enum",
177630                "values": [
177631                    {
177632                        "desc": "x1",
177633                        "name": "x1",
177634                        "value": "0"
177635                    },
177636                    {
177637                        "desc": "x2",
177638                        "name": "x2",
177639                        "value": "1"
177640                    },
177641                    {
177642                        "desc": "x3",
177643                        "name": "x3",
177644                        "value": "2"
177645                    },
177646                    {
177647                        "desc": "x4",
177648                        "name": "x4",
177649                        "value": "3"
177650                    }
177651                ]
177652            },
177653            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfft": {
177654                "ignore-enum-members": true,
177655                "kind": "enum",
177656                "values": [
177657                    {
177658                        "desc": "Off",
177659                        "name": "Off",
177660                        "value": "0"
177661                    },
177662                    {
177663                        "desc": "Post-eq",
177664                        "name": "Post-eq",
177665                        "value": "1"
177666                    },
177667                    {
177668                        "desc": "Pre-eq",
177669                        "name": "Pre-eq",
177670                        "value": "2"
177671                    }
177672                ]
177673            },
177674            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-0": {
177675                "ignore-enum-members": true,
177676                "kind": "enum",
177677                "values": [
177678                    {
177679                        "desc": "RLC (BT)",
177680                        "name": "RLC (BT)",
177681                        "value": "0"
177682                    },
177683                    {
177684                        "desc": "RLC (MT)",
177685                        "name": "RLC (MT)",
177686                        "value": "1"
177687                    },
177688                    {
177689                        "desc": "BWC (BT)",
177690                        "name": "BWC (BT)",
177691                        "value": "2"
177692                    },
177693                    {
177694                        "desc": "BWC (MT)",
177695                        "name": "BWC (MT)",
177696                        "value": "3"
177697                    },
177698                    {
177699                        "desc": "LRX (BT)",
177700                        "name": "LRX (BT)",
177701                        "value": "4"
177702                    },
177703                    {
177704                        "desc": "LRX (MT)",
177705                        "name": "LRX (MT)",
177706                        "value": "5"
177707                    },
177708                    {
177709                        "desc": "APO (DR)",
177710                        "name": "APO (DR)",
177711                        "value": "6"
177712                    }
177713                ]
177714            },
177715            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-1": {
177716                "ignore-enum-members": true,
177717                "kind": "enum",
177718                "values": [
177719                    {
177720                        "desc": "RLC (BT)",
177721                        "name": "RLC (BT)",
177722                        "value": "0"
177723                    },
177724                    {
177725                        "desc": "RLC (MT)",
177726                        "name": "RLC (MT)",
177727                        "value": "1"
177728                    },
177729                    {
177730                        "desc": "BWC (BT)",
177731                        "name": "BWC (BT)",
177732                        "value": "2"
177733                    },
177734                    {
177735                        "desc": "BWC (MT)",
177736                        "name": "BWC (MT)",
177737                        "value": "3"
177738                    },
177739                    {
177740                        "desc": "LRX (BT)",
177741                        "name": "LRX (BT)",
177742                        "value": "4"
177743                    },
177744                    {
177745                        "desc": "LRX (MT)",
177746                        "name": "LRX (MT)",
177747                        "value": "5"
177748                    },
177749                    {
177750                        "desc": "APO (DR)",
177751                        "name": "APO (DR)",
177752                        "value": "6"
177753                    }
177754                ]
177755            },
177756            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-10": {
177757                "ignore-enum-members": true,
177758                "kind": "enum",
177759                "values": [
177760                    {
177761                        "desc": "RLC (BT)",
177762                        "name": "RLC (BT)",
177763                        "value": "0"
177764                    },
177765                    {
177766                        "desc": "RLC (MT)",
177767                        "name": "RLC (MT)",
177768                        "value": "1"
177769                    },
177770                    {
177771                        "desc": "BWC (BT)",
177772                        "name": "BWC (BT)",
177773                        "value": "2"
177774                    },
177775                    {
177776                        "desc": "BWC (MT)",
177777                        "name": "BWC (MT)",
177778                        "value": "3"
177779                    },
177780                    {
177781                        "desc": "LRX (BT)",
177782                        "name": "LRX (BT)",
177783                        "value": "4"
177784                    },
177785                    {
177786                        "desc": "LRX (MT)",
177787                        "name": "LRX (MT)",
177788                        "value": "5"
177789                    },
177790                    {
177791                        "desc": "APO (DR)",
177792                        "name": "APO (DR)",
177793                        "value": "6"
177794                    }
177795                ]
177796            },
177797            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-11": {
177798                "ignore-enum-members": true,
177799                "kind": "enum",
177800                "values": [
177801                    {
177802                        "desc": "RLC (BT)",
177803                        "name": "RLC (BT)",
177804                        "value": "0"
177805                    },
177806                    {
177807                        "desc": "RLC (MT)",
177808                        "name": "RLC (MT)",
177809                        "value": "1"
177810                    },
177811                    {
177812                        "desc": "BWC (BT)",
177813                        "name": "BWC (BT)",
177814                        "value": "2"
177815                    },
177816                    {
177817                        "desc": "BWC (MT)",
177818                        "name": "BWC (MT)",
177819                        "value": "3"
177820                    },
177821                    {
177822                        "desc": "LRX (BT)",
177823                        "name": "LRX (BT)",
177824                        "value": "4"
177825                    },
177826                    {
177827                        "desc": "LRX (MT)",
177828                        "name": "LRX (MT)",
177829                        "value": "5"
177830                    },
177831                    {
177832                        "desc": "APO (DR)",
177833                        "name": "APO (DR)",
177834                        "value": "6"
177835                    }
177836                ]
177837            },
177838            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-12": {
177839                "ignore-enum-members": true,
177840                "kind": "enum",
177841                "values": [
177842                    {
177843                        "desc": "RLC (BT)",
177844                        "name": "RLC (BT)",
177845                        "value": "0"
177846                    },
177847                    {
177848                        "desc": "RLC (MT)",
177849                        "name": "RLC (MT)",
177850                        "value": "1"
177851                    },
177852                    {
177853                        "desc": "BWC (BT)",
177854                        "name": "BWC (BT)",
177855                        "value": "2"
177856                    },
177857                    {
177858                        "desc": "BWC (MT)",
177859                        "name": "BWC (MT)",
177860                        "value": "3"
177861                    },
177862                    {
177863                        "desc": "LRX (BT)",
177864                        "name": "LRX (BT)",
177865                        "value": "4"
177866                    },
177867                    {
177868                        "desc": "LRX (MT)",
177869                        "name": "LRX (MT)",
177870                        "value": "5"
177871                    },
177872                    {
177873                        "desc": "APO (DR)",
177874                        "name": "APO (DR)",
177875                        "value": "6"
177876                    }
177877                ]
177878            },
177879            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-13": {
177880                "ignore-enum-members": true,
177881                "kind": "enum",
177882                "values": [
177883                    {
177884                        "desc": "RLC (BT)",
177885                        "name": "RLC (BT)",
177886                        "value": "0"
177887                    },
177888                    {
177889                        "desc": "RLC (MT)",
177890                        "name": "RLC (MT)",
177891                        "value": "1"
177892                    },
177893                    {
177894                        "desc": "BWC (BT)",
177895                        "name": "BWC (BT)",
177896                        "value": "2"
177897                    },
177898                    {
177899                        "desc": "BWC (MT)",
177900                        "name": "BWC (MT)",
177901                        "value": "3"
177902                    },
177903                    {
177904                        "desc": "LRX (BT)",
177905                        "name": "LRX (BT)",
177906                        "value": "4"
177907                    },
177908                    {
177909                        "desc": "LRX (MT)",
177910                        "name": "LRX (MT)",
177911                        "value": "5"
177912                    },
177913                    {
177914                        "desc": "APO (DR)",
177915                        "name": "APO (DR)",
177916                        "value": "6"
177917                    }
177918                ]
177919            },
177920            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-14": {
177921                "ignore-enum-members": true,
177922                "kind": "enum",
177923                "values": [
177924                    {
177925                        "desc": "RLC (BT)",
177926                        "name": "RLC (BT)",
177927                        "value": "0"
177928                    },
177929                    {
177930                        "desc": "RLC (MT)",
177931                        "name": "RLC (MT)",
177932                        "value": "1"
177933                    },
177934                    {
177935                        "desc": "BWC (BT)",
177936                        "name": "BWC (BT)",
177937                        "value": "2"
177938                    },
177939                    {
177940                        "desc": "BWC (MT)",
177941                        "name": "BWC (MT)",
177942                        "value": "3"
177943                    },
177944                    {
177945                        "desc": "LRX (BT)",
177946                        "name": "LRX (BT)",
177947                        "value": "4"
177948                    },
177949                    {
177950                        "desc": "LRX (MT)",
177951                        "name": "LRX (MT)",
177952                        "value": "5"
177953                    },
177954                    {
177955                        "desc": "APO (DR)",
177956                        "name": "APO (DR)",
177957                        "value": "6"
177958                    }
177959                ]
177960            },
177961            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-15": {
177962                "ignore-enum-members": true,
177963                "kind": "enum",
177964                "values": [
177965                    {
177966                        "desc": "RLC (BT)",
177967                        "name": "RLC (BT)",
177968                        "value": "0"
177969                    },
177970                    {
177971                        "desc": "RLC (MT)",
177972                        "name": "RLC (MT)",
177973                        "value": "1"
177974                    },
177975                    {
177976                        "desc": "BWC (BT)",
177977                        "name": "BWC (BT)",
177978                        "value": "2"
177979                    },
177980                    {
177981                        "desc": "BWC (MT)",
177982                        "name": "BWC (MT)",
177983                        "value": "3"
177984                    },
177985                    {
177986                        "desc": "LRX (BT)",
177987                        "name": "LRX (BT)",
177988                        "value": "4"
177989                    },
177990                    {
177991                        "desc": "LRX (MT)",
177992                        "name": "LRX (MT)",
177993                        "value": "5"
177994                    },
177995                    {
177996                        "desc": "APO (DR)",
177997                        "name": "APO (DR)",
177998                        "value": "6"
177999                    }
178000                ]
178001            },
178002            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-16": {
178003                "ignore-enum-members": true,
178004                "kind": "enum",
178005                "values": [
178006                    {
178007                        "desc": "RLC (BT)",
178008                        "name": "RLC (BT)",
178009                        "value": "0"
178010                    },
178011                    {
178012                        "desc": "RLC (MT)",
178013                        "name": "RLC (MT)",
178014                        "value": "1"
178015                    },
178016                    {
178017                        "desc": "BWC (BT)",
178018                        "name": "BWC (BT)",
178019                        "value": "2"
178020                    },
178021                    {
178022                        "desc": "BWC (MT)",
178023                        "name": "BWC (MT)",
178024                        "value": "3"
178025                    },
178026                    {
178027                        "desc": "LRX (BT)",
178028                        "name": "LRX (BT)",
178029                        "value": "4"
178030                    },
178031                    {
178032                        "desc": "LRX (MT)",
178033                        "name": "LRX (MT)",
178034                        "value": "5"
178035                    },
178036                    {
178037                        "desc": "APO (DR)",
178038                        "name": "APO (DR)",
178039                        "value": "6"
178040                    }
178041                ]
178042            },
178043            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-17": {
178044                "ignore-enum-members": true,
178045                "kind": "enum",
178046                "values": [
178047                    {
178048                        "desc": "RLC (BT)",
178049                        "name": "RLC (BT)",
178050                        "value": "0"
178051                    },
178052                    {
178053                        "desc": "RLC (MT)",
178054                        "name": "RLC (MT)",
178055                        "value": "1"
178056                    },
178057                    {
178058                        "desc": "BWC (BT)",
178059                        "name": "BWC (BT)",
178060                        "value": "2"
178061                    },
178062                    {
178063                        "desc": "BWC (MT)",
178064                        "name": "BWC (MT)",
178065                        "value": "3"
178066                    },
178067                    {
178068                        "desc": "LRX (BT)",
178069                        "name": "LRX (BT)",
178070                        "value": "4"
178071                    },
178072                    {
178073                        "desc": "LRX (MT)",
178074                        "name": "LRX (MT)",
178075                        "value": "5"
178076                    },
178077                    {
178078                        "desc": "APO (DR)",
178079                        "name": "APO (DR)",
178080                        "value": "6"
178081                    }
178082                ]
178083            },
178084            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-18": {
178085                "ignore-enum-members": true,
178086                "kind": "enum",
178087                "values": [
178088                    {
178089                        "desc": "RLC (BT)",
178090                        "name": "RLC (BT)",
178091                        "value": "0"
178092                    },
178093                    {
178094                        "desc": "RLC (MT)",
178095                        "name": "RLC (MT)",
178096                        "value": "1"
178097                    },
178098                    {
178099                        "desc": "BWC (BT)",
178100                        "name": "BWC (BT)",
178101                        "value": "2"
178102                    },
178103                    {
178104                        "desc": "BWC (MT)",
178105                        "name": "BWC (MT)",
178106                        "value": "3"
178107                    },
178108                    {
178109                        "desc": "LRX (BT)",
178110                        "name": "LRX (BT)",
178111                        "value": "4"
178112                    },
178113                    {
178114                        "desc": "LRX (MT)",
178115                        "name": "LRX (MT)",
178116                        "value": "5"
178117                    },
178118                    {
178119                        "desc": "APO (DR)",
178120                        "name": "APO (DR)",
178121                        "value": "6"
178122                    }
178123                ]
178124            },
178125            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-19": {
178126                "ignore-enum-members": true,
178127                "kind": "enum",
178128                "values": [
178129                    {
178130                        "desc": "RLC (BT)",
178131                        "name": "RLC (BT)",
178132                        "value": "0"
178133                    },
178134                    {
178135                        "desc": "RLC (MT)",
178136                        "name": "RLC (MT)",
178137                        "value": "1"
178138                    },
178139                    {
178140                        "desc": "BWC (BT)",
178141                        "name": "BWC (BT)",
178142                        "value": "2"
178143                    },
178144                    {
178145                        "desc": "BWC (MT)",
178146                        "name": "BWC (MT)",
178147                        "value": "3"
178148                    },
178149                    {
178150                        "desc": "LRX (BT)",
178151                        "name": "LRX (BT)",
178152                        "value": "4"
178153                    },
178154                    {
178155                        "desc": "LRX (MT)",
178156                        "name": "LRX (MT)",
178157                        "value": "5"
178158                    },
178159                    {
178160                        "desc": "APO (DR)",
178161                        "name": "APO (DR)",
178162                        "value": "6"
178163                    }
178164                ]
178165            },
178166            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-2": {
178167                "ignore-enum-members": true,
178168                "kind": "enum",
178169                "values": [
178170                    {
178171                        "desc": "RLC (BT)",
178172                        "name": "RLC (BT)",
178173                        "value": "0"
178174                    },
178175                    {
178176                        "desc": "RLC (MT)",
178177                        "name": "RLC (MT)",
178178                        "value": "1"
178179                    },
178180                    {
178181                        "desc": "BWC (BT)",
178182                        "name": "BWC (BT)",
178183                        "value": "2"
178184                    },
178185                    {
178186                        "desc": "BWC (MT)",
178187                        "name": "BWC (MT)",
178188                        "value": "3"
178189                    },
178190                    {
178191                        "desc": "LRX (BT)",
178192                        "name": "LRX (BT)",
178193                        "value": "4"
178194                    },
178195                    {
178196                        "desc": "LRX (MT)",
178197                        "name": "LRX (MT)",
178198                        "value": "5"
178199                    },
178200                    {
178201                        "desc": "APO (DR)",
178202                        "name": "APO (DR)",
178203                        "value": "6"
178204                    }
178205                ]
178206            },
178207            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-20": {
178208                "ignore-enum-members": true,
178209                "kind": "enum",
178210                "values": [
178211                    {
178212                        "desc": "RLC (BT)",
178213                        "name": "RLC (BT)",
178214                        "value": "0"
178215                    },
178216                    {
178217                        "desc": "RLC (MT)",
178218                        "name": "RLC (MT)",
178219                        "value": "1"
178220                    },
178221                    {
178222                        "desc": "BWC (BT)",
178223                        "name": "BWC (BT)",
178224                        "value": "2"
178225                    },
178226                    {
178227                        "desc": "BWC (MT)",
178228                        "name": "BWC (MT)",
178229                        "value": "3"
178230                    },
178231                    {
178232                        "desc": "LRX (BT)",
178233                        "name": "LRX (BT)",
178234                        "value": "4"
178235                    },
178236                    {
178237                        "desc": "LRX (MT)",
178238                        "name": "LRX (MT)",
178239                        "value": "5"
178240                    },
178241                    {
178242                        "desc": "APO (DR)",
178243                        "name": "APO (DR)",
178244                        "value": "6"
178245                    }
178246                ]
178247            },
178248            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-21": {
178249                "ignore-enum-members": true,
178250                "kind": "enum",
178251                "values": [
178252                    {
178253                        "desc": "RLC (BT)",
178254                        "name": "RLC (BT)",
178255                        "value": "0"
178256                    },
178257                    {
178258                        "desc": "RLC (MT)",
178259                        "name": "RLC (MT)",
178260                        "value": "1"
178261                    },
178262                    {
178263                        "desc": "BWC (BT)",
178264                        "name": "BWC (BT)",
178265                        "value": "2"
178266                    },
178267                    {
178268                        "desc": "BWC (MT)",
178269                        "name": "BWC (MT)",
178270                        "value": "3"
178271                    },
178272                    {
178273                        "desc": "LRX (BT)",
178274                        "name": "LRX (BT)",
178275                        "value": "4"
178276                    },
178277                    {
178278                        "desc": "LRX (MT)",
178279                        "name": "LRX (MT)",
178280                        "value": "5"
178281                    },
178282                    {
178283                        "desc": "APO (DR)",
178284                        "name": "APO (DR)",
178285                        "value": "6"
178286                    }
178287                ]
178288            },
178289            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-22": {
178290                "ignore-enum-members": true,
178291                "kind": "enum",
178292                "values": [
178293                    {
178294                        "desc": "RLC (BT)",
178295                        "name": "RLC (BT)",
178296                        "value": "0"
178297                    },
178298                    {
178299                        "desc": "RLC (MT)",
178300                        "name": "RLC (MT)",
178301                        "value": "1"
178302                    },
178303                    {
178304                        "desc": "BWC (BT)",
178305                        "name": "BWC (BT)",
178306                        "value": "2"
178307                    },
178308                    {
178309                        "desc": "BWC (MT)",
178310                        "name": "BWC (MT)",
178311                        "value": "3"
178312                    },
178313                    {
178314                        "desc": "LRX (BT)",
178315                        "name": "LRX (BT)",
178316                        "value": "4"
178317                    },
178318                    {
178319                        "desc": "LRX (MT)",
178320                        "name": "LRX (MT)",
178321                        "value": "5"
178322                    },
178323                    {
178324                        "desc": "APO (DR)",
178325                        "name": "APO (DR)",
178326                        "value": "6"
178327                    }
178328                ]
178329            },
178330            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-23": {
178331                "ignore-enum-members": true,
178332                "kind": "enum",
178333                "values": [
178334                    {
178335                        "desc": "RLC (BT)",
178336                        "name": "RLC (BT)",
178337                        "value": "0"
178338                    },
178339                    {
178340                        "desc": "RLC (MT)",
178341                        "name": "RLC (MT)",
178342                        "value": "1"
178343                    },
178344                    {
178345                        "desc": "BWC (BT)",
178346                        "name": "BWC (BT)",
178347                        "value": "2"
178348                    },
178349                    {
178350                        "desc": "BWC (MT)",
178351                        "name": "BWC (MT)",
178352                        "value": "3"
178353                    },
178354                    {
178355                        "desc": "LRX (BT)",
178356                        "name": "LRX (BT)",
178357                        "value": "4"
178358                    },
178359                    {
178360                        "desc": "LRX (MT)",
178361                        "name": "LRX (MT)",
178362                        "value": "5"
178363                    },
178364                    {
178365                        "desc": "APO (DR)",
178366                        "name": "APO (DR)",
178367                        "value": "6"
178368                    }
178369                ]
178370            },
178371            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-24": {
178372                "ignore-enum-members": true,
178373                "kind": "enum",
178374                "values": [
178375                    {
178376                        "desc": "RLC (BT)",
178377                        "name": "RLC (BT)",
178378                        "value": "0"
178379                    },
178380                    {
178381                        "desc": "RLC (MT)",
178382                        "name": "RLC (MT)",
178383                        "value": "1"
178384                    },
178385                    {
178386                        "desc": "BWC (BT)",
178387                        "name": "BWC (BT)",
178388                        "value": "2"
178389                    },
178390                    {
178391                        "desc": "BWC (MT)",
178392                        "name": "BWC (MT)",
178393                        "value": "3"
178394                    },
178395                    {
178396                        "desc": "LRX (BT)",
178397                        "name": "LRX (BT)",
178398                        "value": "4"
178399                    },
178400                    {
178401                        "desc": "LRX (MT)",
178402                        "name": "LRX (MT)",
178403                        "value": "5"
178404                    },
178405                    {
178406                        "desc": "APO (DR)",
178407                        "name": "APO (DR)",
178408                        "value": "6"
178409                    }
178410                ]
178411            },
178412            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-25": {
178413                "ignore-enum-members": true,
178414                "kind": "enum",
178415                "values": [
178416                    {
178417                        "desc": "RLC (BT)",
178418                        "name": "RLC (BT)",
178419                        "value": "0"
178420                    },
178421                    {
178422                        "desc": "RLC (MT)",
178423                        "name": "RLC (MT)",
178424                        "value": "1"
178425                    },
178426                    {
178427                        "desc": "BWC (BT)",
178428                        "name": "BWC (BT)",
178429                        "value": "2"
178430                    },
178431                    {
178432                        "desc": "BWC (MT)",
178433                        "name": "BWC (MT)",
178434                        "value": "3"
178435                    },
178436                    {
178437                        "desc": "LRX (BT)",
178438                        "name": "LRX (BT)",
178439                        "value": "4"
178440                    },
178441                    {
178442                        "desc": "LRX (MT)",
178443                        "name": "LRX (MT)",
178444                        "value": "5"
178445                    },
178446                    {
178447                        "desc": "APO (DR)",
178448                        "name": "APO (DR)",
178449                        "value": "6"
178450                    }
178451                ]
178452            },
178453            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-26": {
178454                "ignore-enum-members": true,
178455                "kind": "enum",
178456                "values": [
178457                    {
178458                        "desc": "RLC (BT)",
178459                        "name": "RLC (BT)",
178460                        "value": "0"
178461                    },
178462                    {
178463                        "desc": "RLC (MT)",
178464                        "name": "RLC (MT)",
178465                        "value": "1"
178466                    },
178467                    {
178468                        "desc": "BWC (BT)",
178469                        "name": "BWC (BT)",
178470                        "value": "2"
178471                    },
178472                    {
178473                        "desc": "BWC (MT)",
178474                        "name": "BWC (MT)",
178475                        "value": "3"
178476                    },
178477                    {
178478                        "desc": "LRX (BT)",
178479                        "name": "LRX (BT)",
178480                        "value": "4"
178481                    },
178482                    {
178483                        "desc": "LRX (MT)",
178484                        "name": "LRX (MT)",
178485                        "value": "5"
178486                    },
178487                    {
178488                        "desc": "APO (DR)",
178489                        "name": "APO (DR)",
178490                        "value": "6"
178491                    }
178492                ]
178493            },
178494            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-27": {
178495                "ignore-enum-members": true,
178496                "kind": "enum",
178497                "values": [
178498                    {
178499                        "desc": "RLC (BT)",
178500                        "name": "RLC (BT)",
178501                        "value": "0"
178502                    },
178503                    {
178504                        "desc": "RLC (MT)",
178505                        "name": "RLC (MT)",
178506                        "value": "1"
178507                    },
178508                    {
178509                        "desc": "BWC (BT)",
178510                        "name": "BWC (BT)",
178511                        "value": "2"
178512                    },
178513                    {
178514                        "desc": "BWC (MT)",
178515                        "name": "BWC (MT)",
178516                        "value": "3"
178517                    },
178518                    {
178519                        "desc": "LRX (BT)",
178520                        "name": "LRX (BT)",
178521                        "value": "4"
178522                    },
178523                    {
178524                        "desc": "LRX (MT)",
178525                        "name": "LRX (MT)",
178526                        "value": "5"
178527                    },
178528                    {
178529                        "desc": "APO (DR)",
178530                        "name": "APO (DR)",
178531                        "value": "6"
178532                    }
178533                ]
178534            },
178535            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-28": {
178536                "ignore-enum-members": true,
178537                "kind": "enum",
178538                "values": [
178539                    {
178540                        "desc": "RLC (BT)",
178541                        "name": "RLC (BT)",
178542                        "value": "0"
178543                    },
178544                    {
178545                        "desc": "RLC (MT)",
178546                        "name": "RLC (MT)",
178547                        "value": "1"
178548                    },
178549                    {
178550                        "desc": "BWC (BT)",
178551                        "name": "BWC (BT)",
178552                        "value": "2"
178553                    },
178554                    {
178555                        "desc": "BWC (MT)",
178556                        "name": "BWC (MT)",
178557                        "value": "3"
178558                    },
178559                    {
178560                        "desc": "LRX (BT)",
178561                        "name": "LRX (BT)",
178562                        "value": "4"
178563                    },
178564                    {
178565                        "desc": "LRX (MT)",
178566                        "name": "LRX (MT)",
178567                        "value": "5"
178568                    },
178569                    {
178570                        "desc": "APO (DR)",
178571                        "name": "APO (DR)",
178572                        "value": "6"
178573                    }
178574                ]
178575            },
178576            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-29": {
178577                "ignore-enum-members": true,
178578                "kind": "enum",
178579                "values": [
178580                    {
178581                        "desc": "RLC (BT)",
178582                        "name": "RLC (BT)",
178583                        "value": "0"
178584                    },
178585                    {
178586                        "desc": "RLC (MT)",
178587                        "name": "RLC (MT)",
178588                        "value": "1"
178589                    },
178590                    {
178591                        "desc": "BWC (BT)",
178592                        "name": "BWC (BT)",
178593                        "value": "2"
178594                    },
178595                    {
178596                        "desc": "BWC (MT)",
178597                        "name": "BWC (MT)",
178598                        "value": "3"
178599                    },
178600                    {
178601                        "desc": "LRX (BT)",
178602                        "name": "LRX (BT)",
178603                        "value": "4"
178604                    },
178605                    {
178606                        "desc": "LRX (MT)",
178607                        "name": "LRX (MT)",
178608                        "value": "5"
178609                    },
178610                    {
178611                        "desc": "APO (DR)",
178612                        "name": "APO (DR)",
178613                        "value": "6"
178614                    }
178615                ]
178616            },
178617            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-3": {
178618                "ignore-enum-members": true,
178619                "kind": "enum",
178620                "values": [
178621                    {
178622                        "desc": "RLC (BT)",
178623                        "name": "RLC (BT)",
178624                        "value": "0"
178625                    },
178626                    {
178627                        "desc": "RLC (MT)",
178628                        "name": "RLC (MT)",
178629                        "value": "1"
178630                    },
178631                    {
178632                        "desc": "BWC (BT)",
178633                        "name": "BWC (BT)",
178634                        "value": "2"
178635                    },
178636                    {
178637                        "desc": "BWC (MT)",
178638                        "name": "BWC (MT)",
178639                        "value": "3"
178640                    },
178641                    {
178642                        "desc": "LRX (BT)",
178643                        "name": "LRX (BT)",
178644                        "value": "4"
178645                    },
178646                    {
178647                        "desc": "LRX (MT)",
178648                        "name": "LRX (MT)",
178649                        "value": "5"
178650                    },
178651                    {
178652                        "desc": "APO (DR)",
178653                        "name": "APO (DR)",
178654                        "value": "6"
178655                    }
178656                ]
178657            },
178658            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-30": {
178659                "ignore-enum-members": true,
178660                "kind": "enum",
178661                "values": [
178662                    {
178663                        "desc": "RLC (BT)",
178664                        "name": "RLC (BT)",
178665                        "value": "0"
178666                    },
178667                    {
178668                        "desc": "RLC (MT)",
178669                        "name": "RLC (MT)",
178670                        "value": "1"
178671                    },
178672                    {
178673                        "desc": "BWC (BT)",
178674                        "name": "BWC (BT)",
178675                        "value": "2"
178676                    },
178677                    {
178678                        "desc": "BWC (MT)",
178679                        "name": "BWC (MT)",
178680                        "value": "3"
178681                    },
178682                    {
178683                        "desc": "LRX (BT)",
178684                        "name": "LRX (BT)",
178685                        "value": "4"
178686                    },
178687                    {
178688                        "desc": "LRX (MT)",
178689                        "name": "LRX (MT)",
178690                        "value": "5"
178691                    },
178692                    {
178693                        "desc": "APO (DR)",
178694                        "name": "APO (DR)",
178695                        "value": "6"
178696                    }
178697                ]
178698            },
178699            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-31": {
178700                "ignore-enum-members": true,
178701                "kind": "enum",
178702                "values": [
178703                    {
178704                        "desc": "RLC (BT)",
178705                        "name": "RLC (BT)",
178706                        "value": "0"
178707                    },
178708                    {
178709                        "desc": "RLC (MT)",
178710                        "name": "RLC (MT)",
178711                        "value": "1"
178712                    },
178713                    {
178714                        "desc": "BWC (BT)",
178715                        "name": "BWC (BT)",
178716                        "value": "2"
178717                    },
178718                    {
178719                        "desc": "BWC (MT)",
178720                        "name": "BWC (MT)",
178721                        "value": "3"
178722                    },
178723                    {
178724                        "desc": "LRX (BT)",
178725                        "name": "LRX (BT)",
178726                        "value": "4"
178727                    },
178728                    {
178729                        "desc": "LRX (MT)",
178730                        "name": "LRX (MT)",
178731                        "value": "5"
178732                    },
178733                    {
178734                        "desc": "APO (DR)",
178735                        "name": "APO (DR)",
178736                        "value": "6"
178737                    }
178738                ]
178739            },
178740            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-4": {
178741                "ignore-enum-members": true,
178742                "kind": "enum",
178743                "values": [
178744                    {
178745                        "desc": "RLC (BT)",
178746                        "name": "RLC (BT)",
178747                        "value": "0"
178748                    },
178749                    {
178750                        "desc": "RLC (MT)",
178751                        "name": "RLC (MT)",
178752                        "value": "1"
178753                    },
178754                    {
178755                        "desc": "BWC (BT)",
178756                        "name": "BWC (BT)",
178757                        "value": "2"
178758                    },
178759                    {
178760                        "desc": "BWC (MT)",
178761                        "name": "BWC (MT)",
178762                        "value": "3"
178763                    },
178764                    {
178765                        "desc": "LRX (BT)",
178766                        "name": "LRX (BT)",
178767                        "value": "4"
178768                    },
178769                    {
178770                        "desc": "LRX (MT)",
178771                        "name": "LRX (MT)",
178772                        "value": "5"
178773                    },
178774                    {
178775                        "desc": "APO (DR)",
178776                        "name": "APO (DR)",
178777                        "value": "6"
178778                    }
178779                ]
178780            },
178781            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-5": {
178782                "ignore-enum-members": true,
178783                "kind": "enum",
178784                "values": [
178785                    {
178786                        "desc": "RLC (BT)",
178787                        "name": "RLC (BT)",
178788                        "value": "0"
178789                    },
178790                    {
178791                        "desc": "RLC (MT)",
178792                        "name": "RLC (MT)",
178793                        "value": "1"
178794                    },
178795                    {
178796                        "desc": "BWC (BT)",
178797                        "name": "BWC (BT)",
178798                        "value": "2"
178799                    },
178800                    {
178801                        "desc": "BWC (MT)",
178802                        "name": "BWC (MT)",
178803                        "value": "3"
178804                    },
178805                    {
178806                        "desc": "LRX (BT)",
178807                        "name": "LRX (BT)",
178808                        "value": "4"
178809                    },
178810                    {
178811                        "desc": "LRX (MT)",
178812                        "name": "LRX (MT)",
178813                        "value": "5"
178814                    },
178815                    {
178816                        "desc": "APO (DR)",
178817                        "name": "APO (DR)",
178818                        "value": "6"
178819                    }
178820                ]
178821            },
178822            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-6": {
178823                "ignore-enum-members": true,
178824                "kind": "enum",
178825                "values": [
178826                    {
178827                        "desc": "RLC (BT)",
178828                        "name": "RLC (BT)",
178829                        "value": "0"
178830                    },
178831                    {
178832                        "desc": "RLC (MT)",
178833                        "name": "RLC (MT)",
178834                        "value": "1"
178835                    },
178836                    {
178837                        "desc": "BWC (BT)",
178838                        "name": "BWC (BT)",
178839                        "value": "2"
178840                    },
178841                    {
178842                        "desc": "BWC (MT)",
178843                        "name": "BWC (MT)",
178844                        "value": "3"
178845                    },
178846                    {
178847                        "desc": "LRX (BT)",
178848                        "name": "LRX (BT)",
178849                        "value": "4"
178850                    },
178851                    {
178852                        "desc": "LRX (MT)",
178853                        "name": "LRX (MT)",
178854                        "value": "5"
178855                    },
178856                    {
178857                        "desc": "APO (DR)",
178858                        "name": "APO (DR)",
178859                        "value": "6"
178860                    }
178861                ]
178862            },
178863            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-7": {
178864                "ignore-enum-members": true,
178865                "kind": "enum",
178866                "values": [
178867                    {
178868                        "desc": "RLC (BT)",
178869                        "name": "RLC (BT)",
178870                        "value": "0"
178871                    },
178872                    {
178873                        "desc": "RLC (MT)",
178874                        "name": "RLC (MT)",
178875                        "value": "1"
178876                    },
178877                    {
178878                        "desc": "BWC (BT)",
178879                        "name": "BWC (BT)",
178880                        "value": "2"
178881                    },
178882                    {
178883                        "desc": "BWC (MT)",
178884                        "name": "BWC (MT)",
178885                        "value": "3"
178886                    },
178887                    {
178888                        "desc": "LRX (BT)",
178889                        "name": "LRX (BT)",
178890                        "value": "4"
178891                    },
178892                    {
178893                        "desc": "LRX (MT)",
178894                        "name": "LRX (MT)",
178895                        "value": "5"
178896                    },
178897                    {
178898                        "desc": "APO (DR)",
178899                        "name": "APO (DR)",
178900                        "value": "6"
178901                    }
178902                ]
178903            },
178904            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-8": {
178905                "ignore-enum-members": true,
178906                "kind": "enum",
178907                "values": [
178908                    {
178909                        "desc": "RLC (BT)",
178910                        "name": "RLC (BT)",
178911                        "value": "0"
178912                    },
178913                    {
178914                        "desc": "RLC (MT)",
178915                        "name": "RLC (MT)",
178916                        "value": "1"
178917                    },
178918                    {
178919                        "desc": "BWC (BT)",
178920                        "name": "BWC (BT)",
178921                        "value": "2"
178922                    },
178923                    {
178924                        "desc": "BWC (MT)",
178925                        "name": "BWC (MT)",
178926                        "value": "3"
178927                    },
178928                    {
178929                        "desc": "LRX (BT)",
178930                        "name": "LRX (BT)",
178931                        "value": "4"
178932                    },
178933                    {
178934                        "desc": "LRX (MT)",
178935                        "name": "LRX (MT)",
178936                        "value": "5"
178937                    },
178938                    {
178939                        "desc": "APO (DR)",
178940                        "name": "APO (DR)",
178941                        "value": "6"
178942                    }
178943                ]
178944            },
178945            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-9": {
178946                "ignore-enum-members": true,
178947                "kind": "enum",
178948                "values": [
178949                    {
178950                        "desc": "RLC (BT)",
178951                        "name": "RLC (BT)",
178952                        "value": "0"
178953                    },
178954                    {
178955                        "desc": "RLC (MT)",
178956                        "name": "RLC (MT)",
178957                        "value": "1"
178958                    },
178959                    {
178960                        "desc": "BWC (BT)",
178961                        "name": "BWC (BT)",
178962                        "value": "2"
178963                    },
178964                    {
178965                        "desc": "BWC (MT)",
178966                        "name": "BWC (MT)",
178967                        "value": "3"
178968                    },
178969                    {
178970                        "desc": "LRX (BT)",
178971                        "name": "LRX (BT)",
178972                        "value": "4"
178973                    },
178974                    {
178975                        "desc": "LRX (MT)",
178976                        "name": "LRX (MT)",
178977                        "value": "5"
178978                    },
178979                    {
178980                        "desc": "APO (DR)",
178981                        "name": "APO (DR)",
178982                        "value": "6"
178983                    }
178984                ]
178985            },
178986            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-0": {
178987                "ignore-enum-members": true,
178988                "kind": "enum",
178989                "values": [
178990                    {
178991                        "desc": "RLC (BT)",
178992                        "name": "RLC (BT)",
178993                        "value": "0"
178994                    },
178995                    {
178996                        "desc": "RLC (MT)",
178997                        "name": "RLC (MT)",
178998                        "value": "1"
178999                    },
179000                    {
179001                        "desc": "BWC (BT)",
179002                        "name": "BWC (BT)",
179003                        "value": "2"
179004                    },
179005                    {
179006                        "desc": "BWC (MT)",
179007                        "name": "BWC (MT)",
179008                        "value": "3"
179009                    },
179010                    {
179011                        "desc": "LRX (BT)",
179012                        "name": "LRX (BT)",
179013                        "value": "4"
179014                    },
179015                    {
179016                        "desc": "LRX (MT)",
179017                        "name": "LRX (MT)",
179018                        "value": "5"
179019                    },
179020                    {
179021                        "desc": "APO (DR)",
179022                        "name": "APO (DR)",
179023                        "value": "6"
179024                    }
179025                ]
179026            },
179027            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-1": {
179028                "ignore-enum-members": true,
179029                "kind": "enum",
179030                "values": [
179031                    {
179032                        "desc": "RLC (BT)",
179033                        "name": "RLC (BT)",
179034                        "value": "0"
179035                    },
179036                    {
179037                        "desc": "RLC (MT)",
179038                        "name": "RLC (MT)",
179039                        "value": "1"
179040                    },
179041                    {
179042                        "desc": "BWC (BT)",
179043                        "name": "BWC (BT)",
179044                        "value": "2"
179045                    },
179046                    {
179047                        "desc": "BWC (MT)",
179048                        "name": "BWC (MT)",
179049                        "value": "3"
179050                    },
179051                    {
179052                        "desc": "LRX (BT)",
179053                        "name": "LRX (BT)",
179054                        "value": "4"
179055                    },
179056                    {
179057                        "desc": "LRX (MT)",
179058                        "name": "LRX (MT)",
179059                        "value": "5"
179060                    },
179061                    {
179062                        "desc": "APO (DR)",
179063                        "name": "APO (DR)",
179064                        "value": "6"
179065                    }
179066                ]
179067            },
179068            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-10": {
179069                "ignore-enum-members": true,
179070                "kind": "enum",
179071                "values": [
179072                    {
179073                        "desc": "RLC (BT)",
179074                        "name": "RLC (BT)",
179075                        "value": "0"
179076                    },
179077                    {
179078                        "desc": "RLC (MT)",
179079                        "name": "RLC (MT)",
179080                        "value": "1"
179081                    },
179082                    {
179083                        "desc": "BWC (BT)",
179084                        "name": "BWC (BT)",
179085                        "value": "2"
179086                    },
179087                    {
179088                        "desc": "BWC (MT)",
179089                        "name": "BWC (MT)",
179090                        "value": "3"
179091                    },
179092                    {
179093                        "desc": "LRX (BT)",
179094                        "name": "LRX (BT)",
179095                        "value": "4"
179096                    },
179097                    {
179098                        "desc": "LRX (MT)",
179099                        "name": "LRX (MT)",
179100                        "value": "5"
179101                    },
179102                    {
179103                        "desc": "APO (DR)",
179104                        "name": "APO (DR)",
179105                        "value": "6"
179106                    }
179107                ]
179108            },
179109            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-11": {
179110                "ignore-enum-members": true,
179111                "kind": "enum",
179112                "values": [
179113                    {
179114                        "desc": "RLC (BT)",
179115                        "name": "RLC (BT)",
179116                        "value": "0"
179117                    },
179118                    {
179119                        "desc": "RLC (MT)",
179120                        "name": "RLC (MT)",
179121                        "value": "1"
179122                    },
179123                    {
179124                        "desc": "BWC (BT)",
179125                        "name": "BWC (BT)",
179126                        "value": "2"
179127                    },
179128                    {
179129                        "desc": "BWC (MT)",
179130                        "name": "BWC (MT)",
179131                        "value": "3"
179132                    },
179133                    {
179134                        "desc": "LRX (BT)",
179135                        "name": "LRX (BT)",
179136                        "value": "4"
179137                    },
179138                    {
179139                        "desc": "LRX (MT)",
179140                        "name": "LRX (MT)",
179141                        "value": "5"
179142                    },
179143                    {
179144                        "desc": "APO (DR)",
179145                        "name": "APO (DR)",
179146                        "value": "6"
179147                    }
179148                ]
179149            },
179150            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-12": {
179151                "ignore-enum-members": true,
179152                "kind": "enum",
179153                "values": [
179154                    {
179155                        "desc": "RLC (BT)",
179156                        "name": "RLC (BT)",
179157                        "value": "0"
179158                    },
179159                    {
179160                        "desc": "RLC (MT)",
179161                        "name": "RLC (MT)",
179162                        "value": "1"
179163                    },
179164                    {
179165                        "desc": "BWC (BT)",
179166                        "name": "BWC (BT)",
179167                        "value": "2"
179168                    },
179169                    {
179170                        "desc": "BWC (MT)",
179171                        "name": "BWC (MT)",
179172                        "value": "3"
179173                    },
179174                    {
179175                        "desc": "LRX (BT)",
179176                        "name": "LRX (BT)",
179177                        "value": "4"
179178                    },
179179                    {
179180                        "desc": "LRX (MT)",
179181                        "name": "LRX (MT)",
179182                        "value": "5"
179183                    },
179184                    {
179185                        "desc": "APO (DR)",
179186                        "name": "APO (DR)",
179187                        "value": "6"
179188                    }
179189                ]
179190            },
179191            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-13": {
179192                "ignore-enum-members": true,
179193                "kind": "enum",
179194                "values": [
179195                    {
179196                        "desc": "RLC (BT)",
179197                        "name": "RLC (BT)",
179198                        "value": "0"
179199                    },
179200                    {
179201                        "desc": "RLC (MT)",
179202                        "name": "RLC (MT)",
179203                        "value": "1"
179204                    },
179205                    {
179206                        "desc": "BWC (BT)",
179207                        "name": "BWC (BT)",
179208                        "value": "2"
179209                    },
179210                    {
179211                        "desc": "BWC (MT)",
179212                        "name": "BWC (MT)",
179213                        "value": "3"
179214                    },
179215                    {
179216                        "desc": "LRX (BT)",
179217                        "name": "LRX (BT)",
179218                        "value": "4"
179219                    },
179220                    {
179221                        "desc": "LRX (MT)",
179222                        "name": "LRX (MT)",
179223                        "value": "5"
179224                    },
179225                    {
179226                        "desc": "APO (DR)",
179227                        "name": "APO (DR)",
179228                        "value": "6"
179229                    }
179230                ]
179231            },
179232            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-14": {
179233                "ignore-enum-members": true,
179234                "kind": "enum",
179235                "values": [
179236                    {
179237                        "desc": "RLC (BT)",
179238                        "name": "RLC (BT)",
179239                        "value": "0"
179240                    },
179241                    {
179242                        "desc": "RLC (MT)",
179243                        "name": "RLC (MT)",
179244                        "value": "1"
179245                    },
179246                    {
179247                        "desc": "BWC (BT)",
179248                        "name": "BWC (BT)",
179249                        "value": "2"
179250                    },
179251                    {
179252                        "desc": "BWC (MT)",
179253                        "name": "BWC (MT)",
179254                        "value": "3"
179255                    },
179256                    {
179257                        "desc": "LRX (BT)",
179258                        "name": "LRX (BT)",
179259                        "value": "4"
179260                    },
179261                    {
179262                        "desc": "LRX (MT)",
179263                        "name": "LRX (MT)",
179264                        "value": "5"
179265                    },
179266                    {
179267                        "desc": "APO (DR)",
179268                        "name": "APO (DR)",
179269                        "value": "6"
179270                    }
179271                ]
179272            },
179273            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-15": {
179274                "ignore-enum-members": true,
179275                "kind": "enum",
179276                "values": [
179277                    {
179278                        "desc": "RLC (BT)",
179279                        "name": "RLC (BT)",
179280                        "value": "0"
179281                    },
179282                    {
179283                        "desc": "RLC (MT)",
179284                        "name": "RLC (MT)",
179285                        "value": "1"
179286                    },
179287                    {
179288                        "desc": "BWC (BT)",
179289                        "name": "BWC (BT)",
179290                        "value": "2"
179291                    },
179292                    {
179293                        "desc": "BWC (MT)",
179294                        "name": "BWC (MT)",
179295                        "value": "3"
179296                    },
179297                    {
179298                        "desc": "LRX (BT)",
179299                        "name": "LRX (BT)",
179300                        "value": "4"
179301                    },
179302                    {
179303                        "desc": "LRX (MT)",
179304                        "name": "LRX (MT)",
179305                        "value": "5"
179306                    },
179307                    {
179308                        "desc": "APO (DR)",
179309                        "name": "APO (DR)",
179310                        "value": "6"
179311                    }
179312                ]
179313            },
179314            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-16": {
179315                "ignore-enum-members": true,
179316                "kind": "enum",
179317                "values": [
179318                    {
179319                        "desc": "RLC (BT)",
179320                        "name": "RLC (BT)",
179321                        "value": "0"
179322                    },
179323                    {
179324                        "desc": "RLC (MT)",
179325                        "name": "RLC (MT)",
179326                        "value": "1"
179327                    },
179328                    {
179329                        "desc": "BWC (BT)",
179330                        "name": "BWC (BT)",
179331                        "value": "2"
179332                    },
179333                    {
179334                        "desc": "BWC (MT)",
179335                        "name": "BWC (MT)",
179336                        "value": "3"
179337                    },
179338                    {
179339                        "desc": "LRX (BT)",
179340                        "name": "LRX (BT)",
179341                        "value": "4"
179342                    },
179343                    {
179344                        "desc": "LRX (MT)",
179345                        "name": "LRX (MT)",
179346                        "value": "5"
179347                    },
179348                    {
179349                        "desc": "APO (DR)",
179350                        "name": "APO (DR)",
179351                        "value": "6"
179352                    }
179353                ]
179354            },
179355            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-17": {
179356                "ignore-enum-members": true,
179357                "kind": "enum",
179358                "values": [
179359                    {
179360                        "desc": "RLC (BT)",
179361                        "name": "RLC (BT)",
179362                        "value": "0"
179363                    },
179364                    {
179365                        "desc": "RLC (MT)",
179366                        "name": "RLC (MT)",
179367                        "value": "1"
179368                    },
179369                    {
179370                        "desc": "BWC (BT)",
179371                        "name": "BWC (BT)",
179372                        "value": "2"
179373                    },
179374                    {
179375                        "desc": "BWC (MT)",
179376                        "name": "BWC (MT)",
179377                        "value": "3"
179378                    },
179379                    {
179380                        "desc": "LRX (BT)",
179381                        "name": "LRX (BT)",
179382                        "value": "4"
179383                    },
179384                    {
179385                        "desc": "LRX (MT)",
179386                        "name": "LRX (MT)",
179387                        "value": "5"
179388                    },
179389                    {
179390                        "desc": "APO (DR)",
179391                        "name": "APO (DR)",
179392                        "value": "6"
179393                    }
179394                ]
179395            },
179396            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-18": {
179397                "ignore-enum-members": true,
179398                "kind": "enum",
179399                "values": [
179400                    {
179401                        "desc": "RLC (BT)",
179402                        "name": "RLC (BT)",
179403                        "value": "0"
179404                    },
179405                    {
179406                        "desc": "RLC (MT)",
179407                        "name": "RLC (MT)",
179408                        "value": "1"
179409                    },
179410                    {
179411                        "desc": "BWC (BT)",
179412                        "name": "BWC (BT)",
179413                        "value": "2"
179414                    },
179415                    {
179416                        "desc": "BWC (MT)",
179417                        "name": "BWC (MT)",
179418                        "value": "3"
179419                    },
179420                    {
179421                        "desc": "LRX (BT)",
179422                        "name": "LRX (BT)",
179423                        "value": "4"
179424                    },
179425                    {
179426                        "desc": "LRX (MT)",
179427                        "name": "LRX (MT)",
179428                        "value": "5"
179429                    },
179430                    {
179431                        "desc": "APO (DR)",
179432                        "name": "APO (DR)",
179433                        "value": "6"
179434                    }
179435                ]
179436            },
179437            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-19": {
179438                "ignore-enum-members": true,
179439                "kind": "enum",
179440                "values": [
179441                    {
179442                        "desc": "RLC (BT)",
179443                        "name": "RLC (BT)",
179444                        "value": "0"
179445                    },
179446                    {
179447                        "desc": "RLC (MT)",
179448                        "name": "RLC (MT)",
179449                        "value": "1"
179450                    },
179451                    {
179452                        "desc": "BWC (BT)",
179453                        "name": "BWC (BT)",
179454                        "value": "2"
179455                    },
179456                    {
179457                        "desc": "BWC (MT)",
179458                        "name": "BWC (MT)",
179459                        "value": "3"
179460                    },
179461                    {
179462                        "desc": "LRX (BT)",
179463                        "name": "LRX (BT)",
179464                        "value": "4"
179465                    },
179466                    {
179467                        "desc": "LRX (MT)",
179468                        "name": "LRX (MT)",
179469                        "value": "5"
179470                    },
179471                    {
179472                        "desc": "APO (DR)",
179473                        "name": "APO (DR)",
179474                        "value": "6"
179475                    }
179476                ]
179477            },
179478            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-2": {
179479                "ignore-enum-members": true,
179480                "kind": "enum",
179481                "values": [
179482                    {
179483                        "desc": "RLC (BT)",
179484                        "name": "RLC (BT)",
179485                        "value": "0"
179486                    },
179487                    {
179488                        "desc": "RLC (MT)",
179489                        "name": "RLC (MT)",
179490                        "value": "1"
179491                    },
179492                    {
179493                        "desc": "BWC (BT)",
179494                        "name": "BWC (BT)",
179495                        "value": "2"
179496                    },
179497                    {
179498                        "desc": "BWC (MT)",
179499                        "name": "BWC (MT)",
179500                        "value": "3"
179501                    },
179502                    {
179503                        "desc": "LRX (BT)",
179504                        "name": "LRX (BT)",
179505                        "value": "4"
179506                    },
179507                    {
179508                        "desc": "LRX (MT)",
179509                        "name": "LRX (MT)",
179510                        "value": "5"
179511                    },
179512                    {
179513                        "desc": "APO (DR)",
179514                        "name": "APO (DR)",
179515                        "value": "6"
179516                    }
179517                ]
179518            },
179519            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-20": {
179520                "ignore-enum-members": true,
179521                "kind": "enum",
179522                "values": [
179523                    {
179524                        "desc": "RLC (BT)",
179525                        "name": "RLC (BT)",
179526                        "value": "0"
179527                    },
179528                    {
179529                        "desc": "RLC (MT)",
179530                        "name": "RLC (MT)",
179531                        "value": "1"
179532                    },
179533                    {
179534                        "desc": "BWC (BT)",
179535                        "name": "BWC (BT)",
179536                        "value": "2"
179537                    },
179538                    {
179539                        "desc": "BWC (MT)",
179540                        "name": "BWC (MT)",
179541                        "value": "3"
179542                    },
179543                    {
179544                        "desc": "LRX (BT)",
179545                        "name": "LRX (BT)",
179546                        "value": "4"
179547                    },
179548                    {
179549                        "desc": "LRX (MT)",
179550                        "name": "LRX (MT)",
179551                        "value": "5"
179552                    },
179553                    {
179554                        "desc": "APO (DR)",
179555                        "name": "APO (DR)",
179556                        "value": "6"
179557                    }
179558                ]
179559            },
179560            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-21": {
179561                "ignore-enum-members": true,
179562                "kind": "enum",
179563                "values": [
179564                    {
179565                        "desc": "RLC (BT)",
179566                        "name": "RLC (BT)",
179567                        "value": "0"
179568                    },
179569                    {
179570                        "desc": "RLC (MT)",
179571                        "name": "RLC (MT)",
179572                        "value": "1"
179573                    },
179574                    {
179575                        "desc": "BWC (BT)",
179576                        "name": "BWC (BT)",
179577                        "value": "2"
179578                    },
179579                    {
179580                        "desc": "BWC (MT)",
179581                        "name": "BWC (MT)",
179582                        "value": "3"
179583                    },
179584                    {
179585                        "desc": "LRX (BT)",
179586                        "name": "LRX (BT)",
179587                        "value": "4"
179588                    },
179589                    {
179590                        "desc": "LRX (MT)",
179591                        "name": "LRX (MT)",
179592                        "value": "5"
179593                    },
179594                    {
179595                        "desc": "APO (DR)",
179596                        "name": "APO (DR)",
179597                        "value": "6"
179598                    }
179599                ]
179600            },
179601            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-22": {
179602                "ignore-enum-members": true,
179603                "kind": "enum",
179604                "values": [
179605                    {
179606                        "desc": "RLC (BT)",
179607                        "name": "RLC (BT)",
179608                        "value": "0"
179609                    },
179610                    {
179611                        "desc": "RLC (MT)",
179612                        "name": "RLC (MT)",
179613                        "value": "1"
179614                    },
179615                    {
179616                        "desc": "BWC (BT)",
179617                        "name": "BWC (BT)",
179618                        "value": "2"
179619                    },
179620                    {
179621                        "desc": "BWC (MT)",
179622                        "name": "BWC (MT)",
179623                        "value": "3"
179624                    },
179625                    {
179626                        "desc": "LRX (BT)",
179627                        "name": "LRX (BT)",
179628                        "value": "4"
179629                    },
179630                    {
179631                        "desc": "LRX (MT)",
179632                        "name": "LRX (MT)",
179633                        "value": "5"
179634                    },
179635                    {
179636                        "desc": "APO (DR)",
179637                        "name": "APO (DR)",
179638                        "value": "6"
179639                    }
179640                ]
179641            },
179642            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-23": {
179643                "ignore-enum-members": true,
179644                "kind": "enum",
179645                "values": [
179646                    {
179647                        "desc": "RLC (BT)",
179648                        "name": "RLC (BT)",
179649                        "value": "0"
179650                    },
179651                    {
179652                        "desc": "RLC (MT)",
179653                        "name": "RLC (MT)",
179654                        "value": "1"
179655                    },
179656                    {
179657                        "desc": "BWC (BT)",
179658                        "name": "BWC (BT)",
179659                        "value": "2"
179660                    },
179661                    {
179662                        "desc": "BWC (MT)",
179663                        "name": "BWC (MT)",
179664                        "value": "3"
179665                    },
179666                    {
179667                        "desc": "LRX (BT)",
179668                        "name": "LRX (BT)",
179669                        "value": "4"
179670                    },
179671                    {
179672                        "desc": "LRX (MT)",
179673                        "name": "LRX (MT)",
179674                        "value": "5"
179675                    },
179676                    {
179677                        "desc": "APO (DR)",
179678                        "name": "APO (DR)",
179679                        "value": "6"
179680                    }
179681                ]
179682            },
179683            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-24": {
179684                "ignore-enum-members": true,
179685                "kind": "enum",
179686                "values": [
179687                    {
179688                        "desc": "RLC (BT)",
179689                        "name": "RLC (BT)",
179690                        "value": "0"
179691                    },
179692                    {
179693                        "desc": "RLC (MT)",
179694                        "name": "RLC (MT)",
179695                        "value": "1"
179696                    },
179697                    {
179698                        "desc": "BWC (BT)",
179699                        "name": "BWC (BT)",
179700                        "value": "2"
179701                    },
179702                    {
179703                        "desc": "BWC (MT)",
179704                        "name": "BWC (MT)",
179705                        "value": "3"
179706                    },
179707                    {
179708                        "desc": "LRX (BT)",
179709                        "name": "LRX (BT)",
179710                        "value": "4"
179711                    },
179712                    {
179713                        "desc": "LRX (MT)",
179714                        "name": "LRX (MT)",
179715                        "value": "5"
179716                    },
179717                    {
179718                        "desc": "APO (DR)",
179719                        "name": "APO (DR)",
179720                        "value": "6"
179721                    }
179722                ]
179723            },
179724            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-25": {
179725                "ignore-enum-members": true,
179726                "kind": "enum",
179727                "values": [
179728                    {
179729                        "desc": "RLC (BT)",
179730                        "name": "RLC (BT)",
179731                        "value": "0"
179732                    },
179733                    {
179734                        "desc": "RLC (MT)",
179735                        "name": "RLC (MT)",
179736                        "value": "1"
179737                    },
179738                    {
179739                        "desc": "BWC (BT)",
179740                        "name": "BWC (BT)",
179741                        "value": "2"
179742                    },
179743                    {
179744                        "desc": "BWC (MT)",
179745                        "name": "BWC (MT)",
179746                        "value": "3"
179747                    },
179748                    {
179749                        "desc": "LRX (BT)",
179750                        "name": "LRX (BT)",
179751                        "value": "4"
179752                    },
179753                    {
179754                        "desc": "LRX (MT)",
179755                        "name": "LRX (MT)",
179756                        "value": "5"
179757                    },
179758                    {
179759                        "desc": "APO (DR)",
179760                        "name": "APO (DR)",
179761                        "value": "6"
179762                    }
179763                ]
179764            },
179765            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-26": {
179766                "ignore-enum-members": true,
179767                "kind": "enum",
179768                "values": [
179769                    {
179770                        "desc": "RLC (BT)",
179771                        "name": "RLC (BT)",
179772                        "value": "0"
179773                    },
179774                    {
179775                        "desc": "RLC (MT)",
179776                        "name": "RLC (MT)",
179777                        "value": "1"
179778                    },
179779                    {
179780                        "desc": "BWC (BT)",
179781                        "name": "BWC (BT)",
179782                        "value": "2"
179783                    },
179784                    {
179785                        "desc": "BWC (MT)",
179786                        "name": "BWC (MT)",
179787                        "value": "3"
179788                    },
179789                    {
179790                        "desc": "LRX (BT)",
179791                        "name": "LRX (BT)",
179792                        "value": "4"
179793                    },
179794                    {
179795                        "desc": "LRX (MT)",
179796                        "name": "LRX (MT)",
179797                        "value": "5"
179798                    },
179799                    {
179800                        "desc": "APO (DR)",
179801                        "name": "APO (DR)",
179802                        "value": "6"
179803                    }
179804                ]
179805            },
179806            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-27": {
179807                "ignore-enum-members": true,
179808                "kind": "enum",
179809                "values": [
179810                    {
179811                        "desc": "RLC (BT)",
179812                        "name": "RLC (BT)",
179813                        "value": "0"
179814                    },
179815                    {
179816                        "desc": "RLC (MT)",
179817                        "name": "RLC (MT)",
179818                        "value": "1"
179819                    },
179820                    {
179821                        "desc": "BWC (BT)",
179822                        "name": "BWC (BT)",
179823                        "value": "2"
179824                    },
179825                    {
179826                        "desc": "BWC (MT)",
179827                        "name": "BWC (MT)",
179828                        "value": "3"
179829                    },
179830                    {
179831                        "desc": "LRX (BT)",
179832                        "name": "LRX (BT)",
179833                        "value": "4"
179834                    },
179835                    {
179836                        "desc": "LRX (MT)",
179837                        "name": "LRX (MT)",
179838                        "value": "5"
179839                    },
179840                    {
179841                        "desc": "APO (DR)",
179842                        "name": "APO (DR)",
179843                        "value": "6"
179844                    }
179845                ]
179846            },
179847            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-28": {
179848                "ignore-enum-members": true,
179849                "kind": "enum",
179850                "values": [
179851                    {
179852                        "desc": "RLC (BT)",
179853                        "name": "RLC (BT)",
179854                        "value": "0"
179855                    },
179856                    {
179857                        "desc": "RLC (MT)",
179858                        "name": "RLC (MT)",
179859                        "value": "1"
179860                    },
179861                    {
179862                        "desc": "BWC (BT)",
179863                        "name": "BWC (BT)",
179864                        "value": "2"
179865                    },
179866                    {
179867                        "desc": "BWC (MT)",
179868                        "name": "BWC (MT)",
179869                        "value": "3"
179870                    },
179871                    {
179872                        "desc": "LRX (BT)",
179873                        "name": "LRX (BT)",
179874                        "value": "4"
179875                    },
179876                    {
179877                        "desc": "LRX (MT)",
179878                        "name": "LRX (MT)",
179879                        "value": "5"
179880                    },
179881                    {
179882                        "desc": "APO (DR)",
179883                        "name": "APO (DR)",
179884                        "value": "6"
179885                    }
179886                ]
179887            },
179888            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-29": {
179889                "ignore-enum-members": true,
179890                "kind": "enum",
179891                "values": [
179892                    {
179893                        "desc": "RLC (BT)",
179894                        "name": "RLC (BT)",
179895                        "value": "0"
179896                    },
179897                    {
179898                        "desc": "RLC (MT)",
179899                        "name": "RLC (MT)",
179900                        "value": "1"
179901                    },
179902                    {
179903                        "desc": "BWC (BT)",
179904                        "name": "BWC (BT)",
179905                        "value": "2"
179906                    },
179907                    {
179908                        "desc": "BWC (MT)",
179909                        "name": "BWC (MT)",
179910                        "value": "3"
179911                    },
179912                    {
179913                        "desc": "LRX (BT)",
179914                        "name": "LRX (BT)",
179915                        "value": "4"
179916                    },
179917                    {
179918                        "desc": "LRX (MT)",
179919                        "name": "LRX (MT)",
179920                        "value": "5"
179921                    },
179922                    {
179923                        "desc": "APO (DR)",
179924                        "name": "APO (DR)",
179925                        "value": "6"
179926                    }
179927                ]
179928            },
179929            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-3": {
179930                "ignore-enum-members": true,
179931                "kind": "enum",
179932                "values": [
179933                    {
179934                        "desc": "RLC (BT)",
179935                        "name": "RLC (BT)",
179936                        "value": "0"
179937                    },
179938                    {
179939                        "desc": "RLC (MT)",
179940                        "name": "RLC (MT)",
179941                        "value": "1"
179942                    },
179943                    {
179944                        "desc": "BWC (BT)",
179945                        "name": "BWC (BT)",
179946                        "value": "2"
179947                    },
179948                    {
179949                        "desc": "BWC (MT)",
179950                        "name": "BWC (MT)",
179951                        "value": "3"
179952                    },
179953                    {
179954                        "desc": "LRX (BT)",
179955                        "name": "LRX (BT)",
179956                        "value": "4"
179957                    },
179958                    {
179959                        "desc": "LRX (MT)",
179960                        "name": "LRX (MT)",
179961                        "value": "5"
179962                    },
179963                    {
179964                        "desc": "APO (DR)",
179965                        "name": "APO (DR)",
179966                        "value": "6"
179967                    }
179968                ]
179969            },
179970            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-30": {
179971                "ignore-enum-members": true,
179972                "kind": "enum",
179973                "values": [
179974                    {
179975                        "desc": "RLC (BT)",
179976                        "name": "RLC (BT)",
179977                        "value": "0"
179978                    },
179979                    {
179980                        "desc": "RLC (MT)",
179981                        "name": "RLC (MT)",
179982                        "value": "1"
179983                    },
179984                    {
179985                        "desc": "BWC (BT)",
179986                        "name": "BWC (BT)",
179987                        "value": "2"
179988                    },
179989                    {
179990                        "desc": "BWC (MT)",
179991                        "name": "BWC (MT)",
179992                        "value": "3"
179993                    },
179994                    {
179995                        "desc": "LRX (BT)",
179996                        "name": "LRX (BT)",
179997                        "value": "4"
179998                    },
179999                    {
180000                        "desc": "LRX (MT)",
180001                        "name": "LRX (MT)",
180002                        "value": "5"
180003                    },
180004                    {
180005                        "desc": "APO (DR)",
180006                        "name": "APO (DR)",
180007                        "value": "6"
180008                    }
180009                ]
180010            },
180011            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-31": {
180012                "ignore-enum-members": true,
180013                "kind": "enum",
180014                "values": [
180015                    {
180016                        "desc": "RLC (BT)",
180017                        "name": "RLC (BT)",
180018                        "value": "0"
180019                    },
180020                    {
180021                        "desc": "RLC (MT)",
180022                        "name": "RLC (MT)",
180023                        "value": "1"
180024                    },
180025                    {
180026                        "desc": "BWC (BT)",
180027                        "name": "BWC (BT)",
180028                        "value": "2"
180029                    },
180030                    {
180031                        "desc": "BWC (MT)",
180032                        "name": "BWC (MT)",
180033                        "value": "3"
180034                    },
180035                    {
180036                        "desc": "LRX (BT)",
180037                        "name": "LRX (BT)",
180038                        "value": "4"
180039                    },
180040                    {
180041                        "desc": "LRX (MT)",
180042                        "name": "LRX (MT)",
180043                        "value": "5"
180044                    },
180045                    {
180046                        "desc": "APO (DR)",
180047                        "name": "APO (DR)",
180048                        "value": "6"
180049                    }
180050                ]
180051            },
180052            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-4": {
180053                "ignore-enum-members": true,
180054                "kind": "enum",
180055                "values": [
180056                    {
180057                        "desc": "RLC (BT)",
180058                        "name": "RLC (BT)",
180059                        "value": "0"
180060                    },
180061                    {
180062                        "desc": "RLC (MT)",
180063                        "name": "RLC (MT)",
180064                        "value": "1"
180065                    },
180066                    {
180067                        "desc": "BWC (BT)",
180068                        "name": "BWC (BT)",
180069                        "value": "2"
180070                    },
180071                    {
180072                        "desc": "BWC (MT)",
180073                        "name": "BWC (MT)",
180074                        "value": "3"
180075                    },
180076                    {
180077                        "desc": "LRX (BT)",
180078                        "name": "LRX (BT)",
180079                        "value": "4"
180080                    },
180081                    {
180082                        "desc": "LRX (MT)",
180083                        "name": "LRX (MT)",
180084                        "value": "5"
180085                    },
180086                    {
180087                        "desc": "APO (DR)",
180088                        "name": "APO (DR)",
180089                        "value": "6"
180090                    }
180091                ]
180092            },
180093            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-5": {
180094                "ignore-enum-members": true,
180095                "kind": "enum",
180096                "values": [
180097                    {
180098                        "desc": "RLC (BT)",
180099                        "name": "RLC (BT)",
180100                        "value": "0"
180101                    },
180102                    {
180103                        "desc": "RLC (MT)",
180104                        "name": "RLC (MT)",
180105                        "value": "1"
180106                    },
180107                    {
180108                        "desc": "BWC (BT)",
180109                        "name": "BWC (BT)",
180110                        "value": "2"
180111                    },
180112                    {
180113                        "desc": "BWC (MT)",
180114                        "name": "BWC (MT)",
180115                        "value": "3"
180116                    },
180117                    {
180118                        "desc": "LRX (BT)",
180119                        "name": "LRX (BT)",
180120                        "value": "4"
180121                    },
180122                    {
180123                        "desc": "LRX (MT)",
180124                        "name": "LRX (MT)",
180125                        "value": "5"
180126                    },
180127                    {
180128                        "desc": "APO (DR)",
180129                        "name": "APO (DR)",
180130                        "value": "6"
180131                    }
180132                ]
180133            },
180134            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-6": {
180135                "ignore-enum-members": true,
180136                "kind": "enum",
180137                "values": [
180138                    {
180139                        "desc": "RLC (BT)",
180140                        "name": "RLC (BT)",
180141                        "value": "0"
180142                    },
180143                    {
180144                        "desc": "RLC (MT)",
180145                        "name": "RLC (MT)",
180146                        "value": "1"
180147                    },
180148                    {
180149                        "desc": "BWC (BT)",
180150                        "name": "BWC (BT)",
180151                        "value": "2"
180152                    },
180153                    {
180154                        "desc": "BWC (MT)",
180155                        "name": "BWC (MT)",
180156                        "value": "3"
180157                    },
180158                    {
180159                        "desc": "LRX (BT)",
180160                        "name": "LRX (BT)",
180161                        "value": "4"
180162                    },
180163                    {
180164                        "desc": "LRX (MT)",
180165                        "name": "LRX (MT)",
180166                        "value": "5"
180167                    },
180168                    {
180169                        "desc": "APO (DR)",
180170                        "name": "APO (DR)",
180171                        "value": "6"
180172                    }
180173                ]
180174            },
180175            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-7": {
180176                "ignore-enum-members": true,
180177                "kind": "enum",
180178                "values": [
180179                    {
180180                        "desc": "RLC (BT)",
180181                        "name": "RLC (BT)",
180182                        "value": "0"
180183                    },
180184                    {
180185                        "desc": "RLC (MT)",
180186                        "name": "RLC (MT)",
180187                        "value": "1"
180188                    },
180189                    {
180190                        "desc": "BWC (BT)",
180191                        "name": "BWC (BT)",
180192                        "value": "2"
180193                    },
180194                    {
180195                        "desc": "BWC (MT)",
180196                        "name": "BWC (MT)",
180197                        "value": "3"
180198                    },
180199                    {
180200                        "desc": "LRX (BT)",
180201                        "name": "LRX (BT)",
180202                        "value": "4"
180203                    },
180204                    {
180205                        "desc": "LRX (MT)",
180206                        "name": "LRX (MT)",
180207                        "value": "5"
180208                    },
180209                    {
180210                        "desc": "APO (DR)",
180211                        "name": "APO (DR)",
180212                        "value": "6"
180213                    }
180214                ]
180215            },
180216            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-8": {
180217                "ignore-enum-members": true,
180218                "kind": "enum",
180219                "values": [
180220                    {
180221                        "desc": "RLC (BT)",
180222                        "name": "RLC (BT)",
180223                        "value": "0"
180224                    },
180225                    {
180226                        "desc": "RLC (MT)",
180227                        "name": "RLC (MT)",
180228                        "value": "1"
180229                    },
180230                    {
180231                        "desc": "BWC (BT)",
180232                        "name": "BWC (BT)",
180233                        "value": "2"
180234                    },
180235                    {
180236                        "desc": "BWC (MT)",
180237                        "name": "BWC (MT)",
180238                        "value": "3"
180239                    },
180240                    {
180241                        "desc": "LRX (BT)",
180242                        "name": "LRX (BT)",
180243                        "value": "4"
180244                    },
180245                    {
180246                        "desc": "LRX (MT)",
180247                        "name": "LRX (MT)",
180248                        "value": "5"
180249                    },
180250                    {
180251                        "desc": "APO (DR)",
180252                        "name": "APO (DR)",
180253                        "value": "6"
180254                    }
180255                ]
180256            },
180257            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-9": {
180258                "ignore-enum-members": true,
180259                "kind": "enum",
180260                "values": [
180261                    {
180262                        "desc": "RLC (BT)",
180263                        "name": "RLC (BT)",
180264                        "value": "0"
180265                    },
180266                    {
180267                        "desc": "RLC (MT)",
180268                        "name": "RLC (MT)",
180269                        "value": "1"
180270                    },
180271                    {
180272                        "desc": "BWC (BT)",
180273                        "name": "BWC (BT)",
180274                        "value": "2"
180275                    },
180276                    {
180277                        "desc": "BWC (MT)",
180278                        "name": "BWC (MT)",
180279                        "value": "3"
180280                    },
180281                    {
180282                        "desc": "LRX (BT)",
180283                        "name": "LRX (BT)",
180284                        "value": "4"
180285                    },
180286                    {
180287                        "desc": "LRX (MT)",
180288                        "name": "LRX (MT)",
180289                        "value": "5"
180290                    },
180291                    {
180292                        "desc": "APO (DR)",
180293                        "name": "APO (DR)",
180294                        "value": "6"
180295                    }
180296                ]
180297            },
180298            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfsel": {
180299                "ignore-enum-members": true,
180300                "kind": "enum",
180301                "values": [
180302                    {
180303                        "desc": "Filters Left 0-7",
180304                        "name": "Filters Left 0-7",
180305                        "value": "0"
180306                    },
180307                    {
180308                        "desc": "Filters Right 0-7",
180309                        "name": "Filters Right 0-7",
180310                        "value": "1"
180311                    },
180312                    {
180313                        "desc": "Filters Left 8-15",
180314                        "name": "Filters Left 8-15",
180315                        "value": "2"
180316                    },
180317                    {
180318                        "desc": "Filters Right 8-15",
180319                        "name": "Filters Right 8-15",
180320                        "value": "3"
180321                    },
180322                    {
180323                        "desc": "Filters Left 16-23",
180324                        "name": "Filters Left 16-23",
180325                        "value": "4"
180326                    },
180327                    {
180328                        "desc": "Filters Right 16-23",
180329                        "name": "Filters Right 16-23",
180330                        "value": "5"
180331                    },
180332                    {
180333                        "desc": "Filters Left 24-31",
180334                        "name": "Filters Left 24-31",
180335                        "value": "6"
180336                    },
180337                    {
180338                        "desc": "Filters Right 24-31",
180339                        "name": "Filters Right 24-31",
180340                        "value": "7"
180341                    }
180342                ]
180343            },
180344            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-0": {
180345                "ignore-enum-members": true,
180346                "kind": "enum",
180347                "values": [
180348                    {
180349                        "desc": "Off",
180350                        "name": "Off",
180351                        "value": "0"
180352                    },
180353                    {
180354                        "desc": "Bell",
180355                        "name": "Bell",
180356                        "value": "1"
180357                    },
180358                    {
180359                        "desc": "Hi-pass",
180360                        "name": "Hi-pass",
180361                        "value": "2"
180362                    },
180363                    {
180364                        "desc": "Hi-shelf",
180365                        "name": "Hi-shelf",
180366                        "value": "3"
180367                    },
180368                    {
180369                        "desc": "Lo-pass",
180370                        "name": "Lo-pass",
180371                        "value": "4"
180372                    },
180373                    {
180374                        "desc": "Lo-shelf",
180375                        "name": "Lo-shelf",
180376                        "value": "5"
180377                    },
180378                    {
180379                        "desc": "Notch",
180380                        "name": "Notch",
180381                        "value": "6"
180382                    },
180383                    {
180384                        "desc": "Resonance",
180385                        "name": "Resonance",
180386                        "value": "7"
180387                    },
180388                    {
180389                        "desc": "Allpass",
180390                        "name": "Allpass",
180391                        "value": "8"
180392                    }
180393                ]
180394            },
180395            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-1": {
180396                "ignore-enum-members": true,
180397                "kind": "enum",
180398                "values": [
180399                    {
180400                        "desc": "Off",
180401                        "name": "Off",
180402                        "value": "0"
180403                    },
180404                    {
180405                        "desc": "Bell",
180406                        "name": "Bell",
180407                        "value": "1"
180408                    },
180409                    {
180410                        "desc": "Hi-pass",
180411                        "name": "Hi-pass",
180412                        "value": "2"
180413                    },
180414                    {
180415                        "desc": "Hi-shelf",
180416                        "name": "Hi-shelf",
180417                        "value": "3"
180418                    },
180419                    {
180420                        "desc": "Lo-pass",
180421                        "name": "Lo-pass",
180422                        "value": "4"
180423                    },
180424                    {
180425                        "desc": "Lo-shelf",
180426                        "name": "Lo-shelf",
180427                        "value": "5"
180428                    },
180429                    {
180430                        "desc": "Notch",
180431                        "name": "Notch",
180432                        "value": "6"
180433                    },
180434                    {
180435                        "desc": "Resonance",
180436                        "name": "Resonance",
180437                        "value": "7"
180438                    },
180439                    {
180440                        "desc": "Allpass",
180441                        "name": "Allpass",
180442                        "value": "8"
180443                    }
180444                ]
180445            },
180446            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-10": {
180447                "ignore-enum-members": true,
180448                "kind": "enum",
180449                "values": [
180450                    {
180451                        "desc": "Off",
180452                        "name": "Off",
180453                        "value": "0"
180454                    },
180455                    {
180456                        "desc": "Bell",
180457                        "name": "Bell",
180458                        "value": "1"
180459                    },
180460                    {
180461                        "desc": "Hi-pass",
180462                        "name": "Hi-pass",
180463                        "value": "2"
180464                    },
180465                    {
180466                        "desc": "Hi-shelf",
180467                        "name": "Hi-shelf",
180468                        "value": "3"
180469                    },
180470                    {
180471                        "desc": "Lo-pass",
180472                        "name": "Lo-pass",
180473                        "value": "4"
180474                    },
180475                    {
180476                        "desc": "Lo-shelf",
180477                        "name": "Lo-shelf",
180478                        "value": "5"
180479                    },
180480                    {
180481                        "desc": "Notch",
180482                        "name": "Notch",
180483                        "value": "6"
180484                    },
180485                    {
180486                        "desc": "Resonance",
180487                        "name": "Resonance",
180488                        "value": "7"
180489                    },
180490                    {
180491                        "desc": "Allpass",
180492                        "name": "Allpass",
180493                        "value": "8"
180494                    }
180495                ]
180496            },
180497            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-11": {
180498                "ignore-enum-members": true,
180499                "kind": "enum",
180500                "values": [
180501                    {
180502                        "desc": "Off",
180503                        "name": "Off",
180504                        "value": "0"
180505                    },
180506                    {
180507                        "desc": "Bell",
180508                        "name": "Bell",
180509                        "value": "1"
180510                    },
180511                    {
180512                        "desc": "Hi-pass",
180513                        "name": "Hi-pass",
180514                        "value": "2"
180515                    },
180516                    {
180517                        "desc": "Hi-shelf",
180518                        "name": "Hi-shelf",
180519                        "value": "3"
180520                    },
180521                    {
180522                        "desc": "Lo-pass",
180523                        "name": "Lo-pass",
180524                        "value": "4"
180525                    },
180526                    {
180527                        "desc": "Lo-shelf",
180528                        "name": "Lo-shelf",
180529                        "value": "5"
180530                    },
180531                    {
180532                        "desc": "Notch",
180533                        "name": "Notch",
180534                        "value": "6"
180535                    },
180536                    {
180537                        "desc": "Resonance",
180538                        "name": "Resonance",
180539                        "value": "7"
180540                    },
180541                    {
180542                        "desc": "Allpass",
180543                        "name": "Allpass",
180544                        "value": "8"
180545                    }
180546                ]
180547            },
180548            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-12": {
180549                "ignore-enum-members": true,
180550                "kind": "enum",
180551                "values": [
180552                    {
180553                        "desc": "Off",
180554                        "name": "Off",
180555                        "value": "0"
180556                    },
180557                    {
180558                        "desc": "Bell",
180559                        "name": "Bell",
180560                        "value": "1"
180561                    },
180562                    {
180563                        "desc": "Hi-pass",
180564                        "name": "Hi-pass",
180565                        "value": "2"
180566                    },
180567                    {
180568                        "desc": "Hi-shelf",
180569                        "name": "Hi-shelf",
180570                        "value": "3"
180571                    },
180572                    {
180573                        "desc": "Lo-pass",
180574                        "name": "Lo-pass",
180575                        "value": "4"
180576                    },
180577                    {
180578                        "desc": "Lo-shelf",
180579                        "name": "Lo-shelf",
180580                        "value": "5"
180581                    },
180582                    {
180583                        "desc": "Notch",
180584                        "name": "Notch",
180585                        "value": "6"
180586                    },
180587                    {
180588                        "desc": "Resonance",
180589                        "name": "Resonance",
180590                        "value": "7"
180591                    },
180592                    {
180593                        "desc": "Allpass",
180594                        "name": "Allpass",
180595                        "value": "8"
180596                    }
180597                ]
180598            },
180599            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-13": {
180600                "ignore-enum-members": true,
180601                "kind": "enum",
180602                "values": [
180603                    {
180604                        "desc": "Off",
180605                        "name": "Off",
180606                        "value": "0"
180607                    },
180608                    {
180609                        "desc": "Bell",
180610                        "name": "Bell",
180611                        "value": "1"
180612                    },
180613                    {
180614                        "desc": "Hi-pass",
180615                        "name": "Hi-pass",
180616                        "value": "2"
180617                    },
180618                    {
180619                        "desc": "Hi-shelf",
180620                        "name": "Hi-shelf",
180621                        "value": "3"
180622                    },
180623                    {
180624                        "desc": "Lo-pass",
180625                        "name": "Lo-pass",
180626                        "value": "4"
180627                    },
180628                    {
180629                        "desc": "Lo-shelf",
180630                        "name": "Lo-shelf",
180631                        "value": "5"
180632                    },
180633                    {
180634                        "desc": "Notch",
180635                        "name": "Notch",
180636                        "value": "6"
180637                    },
180638                    {
180639                        "desc": "Resonance",
180640                        "name": "Resonance",
180641                        "value": "7"
180642                    },
180643                    {
180644                        "desc": "Allpass",
180645                        "name": "Allpass",
180646                        "value": "8"
180647                    }
180648                ]
180649            },
180650            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-14": {
180651                "ignore-enum-members": true,
180652                "kind": "enum",
180653                "values": [
180654                    {
180655                        "desc": "Off",
180656                        "name": "Off",
180657                        "value": "0"
180658                    },
180659                    {
180660                        "desc": "Bell",
180661                        "name": "Bell",
180662                        "value": "1"
180663                    },
180664                    {
180665                        "desc": "Hi-pass",
180666                        "name": "Hi-pass",
180667                        "value": "2"
180668                    },
180669                    {
180670                        "desc": "Hi-shelf",
180671                        "name": "Hi-shelf",
180672                        "value": "3"
180673                    },
180674                    {
180675                        "desc": "Lo-pass",
180676                        "name": "Lo-pass",
180677                        "value": "4"
180678                    },
180679                    {
180680                        "desc": "Lo-shelf",
180681                        "name": "Lo-shelf",
180682                        "value": "5"
180683                    },
180684                    {
180685                        "desc": "Notch",
180686                        "name": "Notch",
180687                        "value": "6"
180688                    },
180689                    {
180690                        "desc": "Resonance",
180691                        "name": "Resonance",
180692                        "value": "7"
180693                    },
180694                    {
180695                        "desc": "Allpass",
180696                        "name": "Allpass",
180697                        "value": "8"
180698                    }
180699                ]
180700            },
180701            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-15": {
180702                "ignore-enum-members": true,
180703                "kind": "enum",
180704                "values": [
180705                    {
180706                        "desc": "Off",
180707                        "name": "Off",
180708                        "value": "0"
180709                    },
180710                    {
180711                        "desc": "Bell",
180712                        "name": "Bell",
180713                        "value": "1"
180714                    },
180715                    {
180716                        "desc": "Hi-pass",
180717                        "name": "Hi-pass",
180718                        "value": "2"
180719                    },
180720                    {
180721                        "desc": "Hi-shelf",
180722                        "name": "Hi-shelf",
180723                        "value": "3"
180724                    },
180725                    {
180726                        "desc": "Lo-pass",
180727                        "name": "Lo-pass",
180728                        "value": "4"
180729                    },
180730                    {
180731                        "desc": "Lo-shelf",
180732                        "name": "Lo-shelf",
180733                        "value": "5"
180734                    },
180735                    {
180736                        "desc": "Notch",
180737                        "name": "Notch",
180738                        "value": "6"
180739                    },
180740                    {
180741                        "desc": "Resonance",
180742                        "name": "Resonance",
180743                        "value": "7"
180744                    },
180745                    {
180746                        "desc": "Allpass",
180747                        "name": "Allpass",
180748                        "value": "8"
180749                    }
180750                ]
180751            },
180752            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-16": {
180753                "ignore-enum-members": true,
180754                "kind": "enum",
180755                "values": [
180756                    {
180757                        "desc": "Off",
180758                        "name": "Off",
180759                        "value": "0"
180760                    },
180761                    {
180762                        "desc": "Bell",
180763                        "name": "Bell",
180764                        "value": "1"
180765                    },
180766                    {
180767                        "desc": "Hi-pass",
180768                        "name": "Hi-pass",
180769                        "value": "2"
180770                    },
180771                    {
180772                        "desc": "Hi-shelf",
180773                        "name": "Hi-shelf",
180774                        "value": "3"
180775                    },
180776                    {
180777                        "desc": "Lo-pass",
180778                        "name": "Lo-pass",
180779                        "value": "4"
180780                    },
180781                    {
180782                        "desc": "Lo-shelf",
180783                        "name": "Lo-shelf",
180784                        "value": "5"
180785                    },
180786                    {
180787                        "desc": "Notch",
180788                        "name": "Notch",
180789                        "value": "6"
180790                    },
180791                    {
180792                        "desc": "Resonance",
180793                        "name": "Resonance",
180794                        "value": "7"
180795                    },
180796                    {
180797                        "desc": "Allpass",
180798                        "name": "Allpass",
180799                        "value": "8"
180800                    }
180801                ]
180802            },
180803            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-17": {
180804                "ignore-enum-members": true,
180805                "kind": "enum",
180806                "values": [
180807                    {
180808                        "desc": "Off",
180809                        "name": "Off",
180810                        "value": "0"
180811                    },
180812                    {
180813                        "desc": "Bell",
180814                        "name": "Bell",
180815                        "value": "1"
180816                    },
180817                    {
180818                        "desc": "Hi-pass",
180819                        "name": "Hi-pass",
180820                        "value": "2"
180821                    },
180822                    {
180823                        "desc": "Hi-shelf",
180824                        "name": "Hi-shelf",
180825                        "value": "3"
180826                    },
180827                    {
180828                        "desc": "Lo-pass",
180829                        "name": "Lo-pass",
180830                        "value": "4"
180831                    },
180832                    {
180833                        "desc": "Lo-shelf",
180834                        "name": "Lo-shelf",
180835                        "value": "5"
180836                    },
180837                    {
180838                        "desc": "Notch",
180839                        "name": "Notch",
180840                        "value": "6"
180841                    },
180842                    {
180843                        "desc": "Resonance",
180844                        "name": "Resonance",
180845                        "value": "7"
180846                    },
180847                    {
180848                        "desc": "Allpass",
180849                        "name": "Allpass",
180850                        "value": "8"
180851                    }
180852                ]
180853            },
180854            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-18": {
180855                "ignore-enum-members": true,
180856                "kind": "enum",
180857                "values": [
180858                    {
180859                        "desc": "Off",
180860                        "name": "Off",
180861                        "value": "0"
180862                    },
180863                    {
180864                        "desc": "Bell",
180865                        "name": "Bell",
180866                        "value": "1"
180867                    },
180868                    {
180869                        "desc": "Hi-pass",
180870                        "name": "Hi-pass",
180871                        "value": "2"
180872                    },
180873                    {
180874                        "desc": "Hi-shelf",
180875                        "name": "Hi-shelf",
180876                        "value": "3"
180877                    },
180878                    {
180879                        "desc": "Lo-pass",
180880                        "name": "Lo-pass",
180881                        "value": "4"
180882                    },
180883                    {
180884                        "desc": "Lo-shelf",
180885                        "name": "Lo-shelf",
180886                        "value": "5"
180887                    },
180888                    {
180889                        "desc": "Notch",
180890                        "name": "Notch",
180891                        "value": "6"
180892                    },
180893                    {
180894                        "desc": "Resonance",
180895                        "name": "Resonance",
180896                        "value": "7"
180897                    },
180898                    {
180899                        "desc": "Allpass",
180900                        "name": "Allpass",
180901                        "value": "8"
180902                    }
180903                ]
180904            },
180905            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-19": {
180906                "ignore-enum-members": true,
180907                "kind": "enum",
180908                "values": [
180909                    {
180910                        "desc": "Off",
180911                        "name": "Off",
180912                        "value": "0"
180913                    },
180914                    {
180915                        "desc": "Bell",
180916                        "name": "Bell",
180917                        "value": "1"
180918                    },
180919                    {
180920                        "desc": "Hi-pass",
180921                        "name": "Hi-pass",
180922                        "value": "2"
180923                    },
180924                    {
180925                        "desc": "Hi-shelf",
180926                        "name": "Hi-shelf",
180927                        "value": "3"
180928                    },
180929                    {
180930                        "desc": "Lo-pass",
180931                        "name": "Lo-pass",
180932                        "value": "4"
180933                    },
180934                    {
180935                        "desc": "Lo-shelf",
180936                        "name": "Lo-shelf",
180937                        "value": "5"
180938                    },
180939                    {
180940                        "desc": "Notch",
180941                        "name": "Notch",
180942                        "value": "6"
180943                    },
180944                    {
180945                        "desc": "Resonance",
180946                        "name": "Resonance",
180947                        "value": "7"
180948                    },
180949                    {
180950                        "desc": "Allpass",
180951                        "name": "Allpass",
180952                        "value": "8"
180953                    }
180954                ]
180955            },
180956            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-2": {
180957                "ignore-enum-members": true,
180958                "kind": "enum",
180959                "values": [
180960                    {
180961                        "desc": "Off",
180962                        "name": "Off",
180963                        "value": "0"
180964                    },
180965                    {
180966                        "desc": "Bell",
180967                        "name": "Bell",
180968                        "value": "1"
180969                    },
180970                    {
180971                        "desc": "Hi-pass",
180972                        "name": "Hi-pass",
180973                        "value": "2"
180974                    },
180975                    {
180976                        "desc": "Hi-shelf",
180977                        "name": "Hi-shelf",
180978                        "value": "3"
180979                    },
180980                    {
180981                        "desc": "Lo-pass",
180982                        "name": "Lo-pass",
180983                        "value": "4"
180984                    },
180985                    {
180986                        "desc": "Lo-shelf",
180987                        "name": "Lo-shelf",
180988                        "value": "5"
180989                    },
180990                    {
180991                        "desc": "Notch",
180992                        "name": "Notch",
180993                        "value": "6"
180994                    },
180995                    {
180996                        "desc": "Resonance",
180997                        "name": "Resonance",
180998                        "value": "7"
180999                    },
181000                    {
181001                        "desc": "Allpass",
181002                        "name": "Allpass",
181003                        "value": "8"
181004                    }
181005                ]
181006            },
181007            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-20": {
181008                "ignore-enum-members": true,
181009                "kind": "enum",
181010                "values": [
181011                    {
181012                        "desc": "Off",
181013                        "name": "Off",
181014                        "value": "0"
181015                    },
181016                    {
181017                        "desc": "Bell",
181018                        "name": "Bell",
181019                        "value": "1"
181020                    },
181021                    {
181022                        "desc": "Hi-pass",
181023                        "name": "Hi-pass",
181024                        "value": "2"
181025                    },
181026                    {
181027                        "desc": "Hi-shelf",
181028                        "name": "Hi-shelf",
181029                        "value": "3"
181030                    },
181031                    {
181032                        "desc": "Lo-pass",
181033                        "name": "Lo-pass",
181034                        "value": "4"
181035                    },
181036                    {
181037                        "desc": "Lo-shelf",
181038                        "name": "Lo-shelf",
181039                        "value": "5"
181040                    },
181041                    {
181042                        "desc": "Notch",
181043                        "name": "Notch",
181044                        "value": "6"
181045                    },
181046                    {
181047                        "desc": "Resonance",
181048                        "name": "Resonance",
181049                        "value": "7"
181050                    },
181051                    {
181052                        "desc": "Allpass",
181053                        "name": "Allpass",
181054                        "value": "8"
181055                    }
181056                ]
181057            },
181058            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-21": {
181059                "ignore-enum-members": true,
181060                "kind": "enum",
181061                "values": [
181062                    {
181063                        "desc": "Off",
181064                        "name": "Off",
181065                        "value": "0"
181066                    },
181067                    {
181068                        "desc": "Bell",
181069                        "name": "Bell",
181070                        "value": "1"
181071                    },
181072                    {
181073                        "desc": "Hi-pass",
181074                        "name": "Hi-pass",
181075                        "value": "2"
181076                    },
181077                    {
181078                        "desc": "Hi-shelf",
181079                        "name": "Hi-shelf",
181080                        "value": "3"
181081                    },
181082                    {
181083                        "desc": "Lo-pass",
181084                        "name": "Lo-pass",
181085                        "value": "4"
181086                    },
181087                    {
181088                        "desc": "Lo-shelf",
181089                        "name": "Lo-shelf",
181090                        "value": "5"
181091                    },
181092                    {
181093                        "desc": "Notch",
181094                        "name": "Notch",
181095                        "value": "6"
181096                    },
181097                    {
181098                        "desc": "Resonance",
181099                        "name": "Resonance",
181100                        "value": "7"
181101                    },
181102                    {
181103                        "desc": "Allpass",
181104                        "name": "Allpass",
181105                        "value": "8"
181106                    }
181107                ]
181108            },
181109            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-22": {
181110                "ignore-enum-members": true,
181111                "kind": "enum",
181112                "values": [
181113                    {
181114                        "desc": "Off",
181115                        "name": "Off",
181116                        "value": "0"
181117                    },
181118                    {
181119                        "desc": "Bell",
181120                        "name": "Bell",
181121                        "value": "1"
181122                    },
181123                    {
181124                        "desc": "Hi-pass",
181125                        "name": "Hi-pass",
181126                        "value": "2"
181127                    },
181128                    {
181129                        "desc": "Hi-shelf",
181130                        "name": "Hi-shelf",
181131                        "value": "3"
181132                    },
181133                    {
181134                        "desc": "Lo-pass",
181135                        "name": "Lo-pass",
181136                        "value": "4"
181137                    },
181138                    {
181139                        "desc": "Lo-shelf",
181140                        "name": "Lo-shelf",
181141                        "value": "5"
181142                    },
181143                    {
181144                        "desc": "Notch",
181145                        "name": "Notch",
181146                        "value": "6"
181147                    },
181148                    {
181149                        "desc": "Resonance",
181150                        "name": "Resonance",
181151                        "value": "7"
181152                    },
181153                    {
181154                        "desc": "Allpass",
181155                        "name": "Allpass",
181156                        "value": "8"
181157                    }
181158                ]
181159            },
181160            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-23": {
181161                "ignore-enum-members": true,
181162                "kind": "enum",
181163                "values": [
181164                    {
181165                        "desc": "Off",
181166                        "name": "Off",
181167                        "value": "0"
181168                    },
181169                    {
181170                        "desc": "Bell",
181171                        "name": "Bell",
181172                        "value": "1"
181173                    },
181174                    {
181175                        "desc": "Hi-pass",
181176                        "name": "Hi-pass",
181177                        "value": "2"
181178                    },
181179                    {
181180                        "desc": "Hi-shelf",
181181                        "name": "Hi-shelf",
181182                        "value": "3"
181183                    },
181184                    {
181185                        "desc": "Lo-pass",
181186                        "name": "Lo-pass",
181187                        "value": "4"
181188                    },
181189                    {
181190                        "desc": "Lo-shelf",
181191                        "name": "Lo-shelf",
181192                        "value": "5"
181193                    },
181194                    {
181195                        "desc": "Notch",
181196                        "name": "Notch",
181197                        "value": "6"
181198                    },
181199                    {
181200                        "desc": "Resonance",
181201                        "name": "Resonance",
181202                        "value": "7"
181203                    },
181204                    {
181205                        "desc": "Allpass",
181206                        "name": "Allpass",
181207                        "value": "8"
181208                    }
181209                ]
181210            },
181211            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-24": {
181212                "ignore-enum-members": true,
181213                "kind": "enum",
181214                "values": [
181215                    {
181216                        "desc": "Off",
181217                        "name": "Off",
181218                        "value": "0"
181219                    },
181220                    {
181221                        "desc": "Bell",
181222                        "name": "Bell",
181223                        "value": "1"
181224                    },
181225                    {
181226                        "desc": "Hi-pass",
181227                        "name": "Hi-pass",
181228                        "value": "2"
181229                    },
181230                    {
181231                        "desc": "Hi-shelf",
181232                        "name": "Hi-shelf",
181233                        "value": "3"
181234                    },
181235                    {
181236                        "desc": "Lo-pass",
181237                        "name": "Lo-pass",
181238                        "value": "4"
181239                    },
181240                    {
181241                        "desc": "Lo-shelf",
181242                        "name": "Lo-shelf",
181243                        "value": "5"
181244                    },
181245                    {
181246                        "desc": "Notch",
181247                        "name": "Notch",
181248                        "value": "6"
181249                    },
181250                    {
181251                        "desc": "Resonance",
181252                        "name": "Resonance",
181253                        "value": "7"
181254                    },
181255                    {
181256                        "desc": "Allpass",
181257                        "name": "Allpass",
181258                        "value": "8"
181259                    }
181260                ]
181261            },
181262            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-25": {
181263                "ignore-enum-members": true,
181264                "kind": "enum",
181265                "values": [
181266                    {
181267                        "desc": "Off",
181268                        "name": "Off",
181269                        "value": "0"
181270                    },
181271                    {
181272                        "desc": "Bell",
181273                        "name": "Bell",
181274                        "value": "1"
181275                    },
181276                    {
181277                        "desc": "Hi-pass",
181278                        "name": "Hi-pass",
181279                        "value": "2"
181280                    },
181281                    {
181282                        "desc": "Hi-shelf",
181283                        "name": "Hi-shelf",
181284                        "value": "3"
181285                    },
181286                    {
181287                        "desc": "Lo-pass",
181288                        "name": "Lo-pass",
181289                        "value": "4"
181290                    },
181291                    {
181292                        "desc": "Lo-shelf",
181293                        "name": "Lo-shelf",
181294                        "value": "5"
181295                    },
181296                    {
181297                        "desc": "Notch",
181298                        "name": "Notch",
181299                        "value": "6"
181300                    },
181301                    {
181302                        "desc": "Resonance",
181303                        "name": "Resonance",
181304                        "value": "7"
181305                    },
181306                    {
181307                        "desc": "Allpass",
181308                        "name": "Allpass",
181309                        "value": "8"
181310                    }
181311                ]
181312            },
181313            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-26": {
181314                "ignore-enum-members": true,
181315                "kind": "enum",
181316                "values": [
181317                    {
181318                        "desc": "Off",
181319                        "name": "Off",
181320                        "value": "0"
181321                    },
181322                    {
181323                        "desc": "Bell",
181324                        "name": "Bell",
181325                        "value": "1"
181326                    },
181327                    {
181328                        "desc": "Hi-pass",
181329                        "name": "Hi-pass",
181330                        "value": "2"
181331                    },
181332                    {
181333                        "desc": "Hi-shelf",
181334                        "name": "Hi-shelf",
181335                        "value": "3"
181336                    },
181337                    {
181338                        "desc": "Lo-pass",
181339                        "name": "Lo-pass",
181340                        "value": "4"
181341                    },
181342                    {
181343                        "desc": "Lo-shelf",
181344                        "name": "Lo-shelf",
181345                        "value": "5"
181346                    },
181347                    {
181348                        "desc": "Notch",
181349                        "name": "Notch",
181350                        "value": "6"
181351                    },
181352                    {
181353                        "desc": "Resonance",
181354                        "name": "Resonance",
181355                        "value": "7"
181356                    },
181357                    {
181358                        "desc": "Allpass",
181359                        "name": "Allpass",
181360                        "value": "8"
181361                    }
181362                ]
181363            },
181364            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-27": {
181365                "ignore-enum-members": true,
181366                "kind": "enum",
181367                "values": [
181368                    {
181369                        "desc": "Off",
181370                        "name": "Off",
181371                        "value": "0"
181372                    },
181373                    {
181374                        "desc": "Bell",
181375                        "name": "Bell",
181376                        "value": "1"
181377                    },
181378                    {
181379                        "desc": "Hi-pass",
181380                        "name": "Hi-pass",
181381                        "value": "2"
181382                    },
181383                    {
181384                        "desc": "Hi-shelf",
181385                        "name": "Hi-shelf",
181386                        "value": "3"
181387                    },
181388                    {
181389                        "desc": "Lo-pass",
181390                        "name": "Lo-pass",
181391                        "value": "4"
181392                    },
181393                    {
181394                        "desc": "Lo-shelf",
181395                        "name": "Lo-shelf",
181396                        "value": "5"
181397                    },
181398                    {
181399                        "desc": "Notch",
181400                        "name": "Notch",
181401                        "value": "6"
181402                    },
181403                    {
181404                        "desc": "Resonance",
181405                        "name": "Resonance",
181406                        "value": "7"
181407                    },
181408                    {
181409                        "desc": "Allpass",
181410                        "name": "Allpass",
181411                        "value": "8"
181412                    }
181413                ]
181414            },
181415            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-28": {
181416                "ignore-enum-members": true,
181417                "kind": "enum",
181418                "values": [
181419                    {
181420                        "desc": "Off",
181421                        "name": "Off",
181422                        "value": "0"
181423                    },
181424                    {
181425                        "desc": "Bell",
181426                        "name": "Bell",
181427                        "value": "1"
181428                    },
181429                    {
181430                        "desc": "Hi-pass",
181431                        "name": "Hi-pass",
181432                        "value": "2"
181433                    },
181434                    {
181435                        "desc": "Hi-shelf",
181436                        "name": "Hi-shelf",
181437                        "value": "3"
181438                    },
181439                    {
181440                        "desc": "Lo-pass",
181441                        "name": "Lo-pass",
181442                        "value": "4"
181443                    },
181444                    {
181445                        "desc": "Lo-shelf",
181446                        "name": "Lo-shelf",
181447                        "value": "5"
181448                    },
181449                    {
181450                        "desc": "Notch",
181451                        "name": "Notch",
181452                        "value": "6"
181453                    },
181454                    {
181455                        "desc": "Resonance",
181456                        "name": "Resonance",
181457                        "value": "7"
181458                    },
181459                    {
181460                        "desc": "Allpass",
181461                        "name": "Allpass",
181462                        "value": "8"
181463                    }
181464                ]
181465            },
181466            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-29": {
181467                "ignore-enum-members": true,
181468                "kind": "enum",
181469                "values": [
181470                    {
181471                        "desc": "Off",
181472                        "name": "Off",
181473                        "value": "0"
181474                    },
181475                    {
181476                        "desc": "Bell",
181477                        "name": "Bell",
181478                        "value": "1"
181479                    },
181480                    {
181481                        "desc": "Hi-pass",
181482                        "name": "Hi-pass",
181483                        "value": "2"
181484                    },
181485                    {
181486                        "desc": "Hi-shelf",
181487                        "name": "Hi-shelf",
181488                        "value": "3"
181489                    },
181490                    {
181491                        "desc": "Lo-pass",
181492                        "name": "Lo-pass",
181493                        "value": "4"
181494                    },
181495                    {
181496                        "desc": "Lo-shelf",
181497                        "name": "Lo-shelf",
181498                        "value": "5"
181499                    },
181500                    {
181501                        "desc": "Notch",
181502                        "name": "Notch",
181503                        "value": "6"
181504                    },
181505                    {
181506                        "desc": "Resonance",
181507                        "name": "Resonance",
181508                        "value": "7"
181509                    },
181510                    {
181511                        "desc": "Allpass",
181512                        "name": "Allpass",
181513                        "value": "8"
181514                    }
181515                ]
181516            },
181517            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-3": {
181518                "ignore-enum-members": true,
181519                "kind": "enum",
181520                "values": [
181521                    {
181522                        "desc": "Off",
181523                        "name": "Off",
181524                        "value": "0"
181525                    },
181526                    {
181527                        "desc": "Bell",
181528                        "name": "Bell",
181529                        "value": "1"
181530                    },
181531                    {
181532                        "desc": "Hi-pass",
181533                        "name": "Hi-pass",
181534                        "value": "2"
181535                    },
181536                    {
181537                        "desc": "Hi-shelf",
181538                        "name": "Hi-shelf",
181539                        "value": "3"
181540                    },
181541                    {
181542                        "desc": "Lo-pass",
181543                        "name": "Lo-pass",
181544                        "value": "4"
181545                    },
181546                    {
181547                        "desc": "Lo-shelf",
181548                        "name": "Lo-shelf",
181549                        "value": "5"
181550                    },
181551                    {
181552                        "desc": "Notch",
181553                        "name": "Notch",
181554                        "value": "6"
181555                    },
181556                    {
181557                        "desc": "Resonance",
181558                        "name": "Resonance",
181559                        "value": "7"
181560                    },
181561                    {
181562                        "desc": "Allpass",
181563                        "name": "Allpass",
181564                        "value": "8"
181565                    }
181566                ]
181567            },
181568            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-30": {
181569                "ignore-enum-members": true,
181570                "kind": "enum",
181571                "values": [
181572                    {
181573                        "desc": "Off",
181574                        "name": "Off",
181575                        "value": "0"
181576                    },
181577                    {
181578                        "desc": "Bell",
181579                        "name": "Bell",
181580                        "value": "1"
181581                    },
181582                    {
181583                        "desc": "Hi-pass",
181584                        "name": "Hi-pass",
181585                        "value": "2"
181586                    },
181587                    {
181588                        "desc": "Hi-shelf",
181589                        "name": "Hi-shelf",
181590                        "value": "3"
181591                    },
181592                    {
181593                        "desc": "Lo-pass",
181594                        "name": "Lo-pass",
181595                        "value": "4"
181596                    },
181597                    {
181598                        "desc": "Lo-shelf",
181599                        "name": "Lo-shelf",
181600                        "value": "5"
181601                    },
181602                    {
181603                        "desc": "Notch",
181604                        "name": "Notch",
181605                        "value": "6"
181606                    },
181607                    {
181608                        "desc": "Resonance",
181609                        "name": "Resonance",
181610                        "value": "7"
181611                    },
181612                    {
181613                        "desc": "Allpass",
181614                        "name": "Allpass",
181615                        "value": "8"
181616                    }
181617                ]
181618            },
181619            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-31": {
181620                "ignore-enum-members": true,
181621                "kind": "enum",
181622                "values": [
181623                    {
181624                        "desc": "Off",
181625                        "name": "Off",
181626                        "value": "0"
181627                    },
181628                    {
181629                        "desc": "Bell",
181630                        "name": "Bell",
181631                        "value": "1"
181632                    },
181633                    {
181634                        "desc": "Hi-pass",
181635                        "name": "Hi-pass",
181636                        "value": "2"
181637                    },
181638                    {
181639                        "desc": "Hi-shelf",
181640                        "name": "Hi-shelf",
181641                        "value": "3"
181642                    },
181643                    {
181644                        "desc": "Lo-pass",
181645                        "name": "Lo-pass",
181646                        "value": "4"
181647                    },
181648                    {
181649                        "desc": "Lo-shelf",
181650                        "name": "Lo-shelf",
181651                        "value": "5"
181652                    },
181653                    {
181654                        "desc": "Notch",
181655                        "name": "Notch",
181656                        "value": "6"
181657                    },
181658                    {
181659                        "desc": "Resonance",
181660                        "name": "Resonance",
181661                        "value": "7"
181662                    },
181663                    {
181664                        "desc": "Allpass",
181665                        "name": "Allpass",
181666                        "value": "8"
181667                    }
181668                ]
181669            },
181670            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-4": {
181671                "ignore-enum-members": true,
181672                "kind": "enum",
181673                "values": [
181674                    {
181675                        "desc": "Off",
181676                        "name": "Off",
181677                        "value": "0"
181678                    },
181679                    {
181680                        "desc": "Bell",
181681                        "name": "Bell",
181682                        "value": "1"
181683                    },
181684                    {
181685                        "desc": "Hi-pass",
181686                        "name": "Hi-pass",
181687                        "value": "2"
181688                    },
181689                    {
181690                        "desc": "Hi-shelf",
181691                        "name": "Hi-shelf",
181692                        "value": "3"
181693                    },
181694                    {
181695                        "desc": "Lo-pass",
181696                        "name": "Lo-pass",
181697                        "value": "4"
181698                    },
181699                    {
181700                        "desc": "Lo-shelf",
181701                        "name": "Lo-shelf",
181702                        "value": "5"
181703                    },
181704                    {
181705                        "desc": "Notch",
181706                        "name": "Notch",
181707                        "value": "6"
181708                    },
181709                    {
181710                        "desc": "Resonance",
181711                        "name": "Resonance",
181712                        "value": "7"
181713                    },
181714                    {
181715                        "desc": "Allpass",
181716                        "name": "Allpass",
181717                        "value": "8"
181718                    }
181719                ]
181720            },
181721            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-5": {
181722                "ignore-enum-members": true,
181723                "kind": "enum",
181724                "values": [
181725                    {
181726                        "desc": "Off",
181727                        "name": "Off",
181728                        "value": "0"
181729                    },
181730                    {
181731                        "desc": "Bell",
181732                        "name": "Bell",
181733                        "value": "1"
181734                    },
181735                    {
181736                        "desc": "Hi-pass",
181737                        "name": "Hi-pass",
181738                        "value": "2"
181739                    },
181740                    {
181741                        "desc": "Hi-shelf",
181742                        "name": "Hi-shelf",
181743                        "value": "3"
181744                    },
181745                    {
181746                        "desc": "Lo-pass",
181747                        "name": "Lo-pass",
181748                        "value": "4"
181749                    },
181750                    {
181751                        "desc": "Lo-shelf",
181752                        "name": "Lo-shelf",
181753                        "value": "5"
181754                    },
181755                    {
181756                        "desc": "Notch",
181757                        "name": "Notch",
181758                        "value": "6"
181759                    },
181760                    {
181761                        "desc": "Resonance",
181762                        "name": "Resonance",
181763                        "value": "7"
181764                    },
181765                    {
181766                        "desc": "Allpass",
181767                        "name": "Allpass",
181768                        "value": "8"
181769                    }
181770                ]
181771            },
181772            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-6": {
181773                "ignore-enum-members": true,
181774                "kind": "enum",
181775                "values": [
181776                    {
181777                        "desc": "Off",
181778                        "name": "Off",
181779                        "value": "0"
181780                    },
181781                    {
181782                        "desc": "Bell",
181783                        "name": "Bell",
181784                        "value": "1"
181785                    },
181786                    {
181787                        "desc": "Hi-pass",
181788                        "name": "Hi-pass",
181789                        "value": "2"
181790                    },
181791                    {
181792                        "desc": "Hi-shelf",
181793                        "name": "Hi-shelf",
181794                        "value": "3"
181795                    },
181796                    {
181797                        "desc": "Lo-pass",
181798                        "name": "Lo-pass",
181799                        "value": "4"
181800                    },
181801                    {
181802                        "desc": "Lo-shelf",
181803                        "name": "Lo-shelf",
181804                        "value": "5"
181805                    },
181806                    {
181807                        "desc": "Notch",
181808                        "name": "Notch",
181809                        "value": "6"
181810                    },
181811                    {
181812                        "desc": "Resonance",
181813                        "name": "Resonance",
181814                        "value": "7"
181815                    },
181816                    {
181817                        "desc": "Allpass",
181818                        "name": "Allpass",
181819                        "value": "8"
181820                    }
181821                ]
181822            },
181823            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-7": {
181824                "ignore-enum-members": true,
181825                "kind": "enum",
181826                "values": [
181827                    {
181828                        "desc": "Off",
181829                        "name": "Off",
181830                        "value": "0"
181831                    },
181832                    {
181833                        "desc": "Bell",
181834                        "name": "Bell",
181835                        "value": "1"
181836                    },
181837                    {
181838                        "desc": "Hi-pass",
181839                        "name": "Hi-pass",
181840                        "value": "2"
181841                    },
181842                    {
181843                        "desc": "Hi-shelf",
181844                        "name": "Hi-shelf",
181845                        "value": "3"
181846                    },
181847                    {
181848                        "desc": "Lo-pass",
181849                        "name": "Lo-pass",
181850                        "value": "4"
181851                    },
181852                    {
181853                        "desc": "Lo-shelf",
181854                        "name": "Lo-shelf",
181855                        "value": "5"
181856                    },
181857                    {
181858                        "desc": "Notch",
181859                        "name": "Notch",
181860                        "value": "6"
181861                    },
181862                    {
181863                        "desc": "Resonance",
181864                        "name": "Resonance",
181865                        "value": "7"
181866                    },
181867                    {
181868                        "desc": "Allpass",
181869                        "name": "Allpass",
181870                        "value": "8"
181871                    }
181872                ]
181873            },
181874            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-8": {
181875                "ignore-enum-members": true,
181876                "kind": "enum",
181877                "values": [
181878                    {
181879                        "desc": "Off",
181880                        "name": "Off",
181881                        "value": "0"
181882                    },
181883                    {
181884                        "desc": "Bell",
181885                        "name": "Bell",
181886                        "value": "1"
181887                    },
181888                    {
181889                        "desc": "Hi-pass",
181890                        "name": "Hi-pass",
181891                        "value": "2"
181892                    },
181893                    {
181894                        "desc": "Hi-shelf",
181895                        "name": "Hi-shelf",
181896                        "value": "3"
181897                    },
181898                    {
181899                        "desc": "Lo-pass",
181900                        "name": "Lo-pass",
181901                        "value": "4"
181902                    },
181903                    {
181904                        "desc": "Lo-shelf",
181905                        "name": "Lo-shelf",
181906                        "value": "5"
181907                    },
181908                    {
181909                        "desc": "Notch",
181910                        "name": "Notch",
181911                        "value": "6"
181912                    },
181913                    {
181914                        "desc": "Resonance",
181915                        "name": "Resonance",
181916                        "value": "7"
181917                    },
181918                    {
181919                        "desc": "Allpass",
181920                        "name": "Allpass",
181921                        "value": "8"
181922                    }
181923                ]
181924            },
181925            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-9": {
181926                "ignore-enum-members": true,
181927                "kind": "enum",
181928                "values": [
181929                    {
181930                        "desc": "Off",
181931                        "name": "Off",
181932                        "value": "0"
181933                    },
181934                    {
181935                        "desc": "Bell",
181936                        "name": "Bell",
181937                        "value": "1"
181938                    },
181939                    {
181940                        "desc": "Hi-pass",
181941                        "name": "Hi-pass",
181942                        "value": "2"
181943                    },
181944                    {
181945                        "desc": "Hi-shelf",
181946                        "name": "Hi-shelf",
181947                        "value": "3"
181948                    },
181949                    {
181950                        "desc": "Lo-pass",
181951                        "name": "Lo-pass",
181952                        "value": "4"
181953                    },
181954                    {
181955                        "desc": "Lo-shelf",
181956                        "name": "Lo-shelf",
181957                        "value": "5"
181958                    },
181959                    {
181960                        "desc": "Notch",
181961                        "name": "Notch",
181962                        "value": "6"
181963                    },
181964                    {
181965                        "desc": "Resonance",
181966                        "name": "Resonance",
181967                        "value": "7"
181968                    },
181969                    {
181970                        "desc": "Allpass",
181971                        "name": "Allpass",
181972                        "value": "8"
181973                    }
181974                ]
181975            },
181976            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-0": {
181977                "ignore-enum-members": true,
181978                "kind": "enum",
181979                "values": [
181980                    {
181981                        "desc": "Off",
181982                        "name": "Off",
181983                        "value": "0"
181984                    },
181985                    {
181986                        "desc": "Bell",
181987                        "name": "Bell",
181988                        "value": "1"
181989                    },
181990                    {
181991                        "desc": "Hi-pass",
181992                        "name": "Hi-pass",
181993                        "value": "2"
181994                    },
181995                    {
181996                        "desc": "Hi-shelf",
181997                        "name": "Hi-shelf",
181998                        "value": "3"
181999                    },
182000                    {
182001                        "desc": "Lo-pass",
182002                        "name": "Lo-pass",
182003                        "value": "4"
182004                    },
182005                    {
182006                        "desc": "Lo-shelf",
182007                        "name": "Lo-shelf",
182008                        "value": "5"
182009                    },
182010                    {
182011                        "desc": "Notch",
182012                        "name": "Notch",
182013                        "value": "6"
182014                    },
182015                    {
182016                        "desc": "Resonance",
182017                        "name": "Resonance",
182018                        "value": "7"
182019                    },
182020                    {
182021                        "desc": "Allpass",
182022                        "name": "Allpass",
182023                        "value": "8"
182024                    }
182025                ]
182026            },
182027            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-1": {
182028                "ignore-enum-members": true,
182029                "kind": "enum",
182030                "values": [
182031                    {
182032                        "desc": "Off",
182033                        "name": "Off",
182034                        "value": "0"
182035                    },
182036                    {
182037                        "desc": "Bell",
182038                        "name": "Bell",
182039                        "value": "1"
182040                    },
182041                    {
182042                        "desc": "Hi-pass",
182043                        "name": "Hi-pass",
182044                        "value": "2"
182045                    },
182046                    {
182047                        "desc": "Hi-shelf",
182048                        "name": "Hi-shelf",
182049                        "value": "3"
182050                    },
182051                    {
182052                        "desc": "Lo-pass",
182053                        "name": "Lo-pass",
182054                        "value": "4"
182055                    },
182056                    {
182057                        "desc": "Lo-shelf",
182058                        "name": "Lo-shelf",
182059                        "value": "5"
182060                    },
182061                    {
182062                        "desc": "Notch",
182063                        "name": "Notch",
182064                        "value": "6"
182065                    },
182066                    {
182067                        "desc": "Resonance",
182068                        "name": "Resonance",
182069                        "value": "7"
182070                    },
182071                    {
182072                        "desc": "Allpass",
182073                        "name": "Allpass",
182074                        "value": "8"
182075                    }
182076                ]
182077            },
182078            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-10": {
182079                "ignore-enum-members": true,
182080                "kind": "enum",
182081                "values": [
182082                    {
182083                        "desc": "Off",
182084                        "name": "Off",
182085                        "value": "0"
182086                    },
182087                    {
182088                        "desc": "Bell",
182089                        "name": "Bell",
182090                        "value": "1"
182091                    },
182092                    {
182093                        "desc": "Hi-pass",
182094                        "name": "Hi-pass",
182095                        "value": "2"
182096                    },
182097                    {
182098                        "desc": "Hi-shelf",
182099                        "name": "Hi-shelf",
182100                        "value": "3"
182101                    },
182102                    {
182103                        "desc": "Lo-pass",
182104                        "name": "Lo-pass",
182105                        "value": "4"
182106                    },
182107                    {
182108                        "desc": "Lo-shelf",
182109                        "name": "Lo-shelf",
182110                        "value": "5"
182111                    },
182112                    {
182113                        "desc": "Notch",
182114                        "name": "Notch",
182115                        "value": "6"
182116                    },
182117                    {
182118                        "desc": "Resonance",
182119                        "name": "Resonance",
182120                        "value": "7"
182121                    },
182122                    {
182123                        "desc": "Allpass",
182124                        "name": "Allpass",
182125                        "value": "8"
182126                    }
182127                ]
182128            },
182129            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-11": {
182130                "ignore-enum-members": true,
182131                "kind": "enum",
182132                "values": [
182133                    {
182134                        "desc": "Off",
182135                        "name": "Off",
182136                        "value": "0"
182137                    },
182138                    {
182139                        "desc": "Bell",
182140                        "name": "Bell",
182141                        "value": "1"
182142                    },
182143                    {
182144                        "desc": "Hi-pass",
182145                        "name": "Hi-pass",
182146                        "value": "2"
182147                    },
182148                    {
182149                        "desc": "Hi-shelf",
182150                        "name": "Hi-shelf",
182151                        "value": "3"
182152                    },
182153                    {
182154                        "desc": "Lo-pass",
182155                        "name": "Lo-pass",
182156                        "value": "4"
182157                    },
182158                    {
182159                        "desc": "Lo-shelf",
182160                        "name": "Lo-shelf",
182161                        "value": "5"
182162                    },
182163                    {
182164                        "desc": "Notch",
182165                        "name": "Notch",
182166                        "value": "6"
182167                    },
182168                    {
182169                        "desc": "Resonance",
182170                        "name": "Resonance",
182171                        "value": "7"
182172                    },
182173                    {
182174                        "desc": "Allpass",
182175                        "name": "Allpass",
182176                        "value": "8"
182177                    }
182178                ]
182179            },
182180            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-12": {
182181                "ignore-enum-members": true,
182182                "kind": "enum",
182183                "values": [
182184                    {
182185                        "desc": "Off",
182186                        "name": "Off",
182187                        "value": "0"
182188                    },
182189                    {
182190                        "desc": "Bell",
182191                        "name": "Bell",
182192                        "value": "1"
182193                    },
182194                    {
182195                        "desc": "Hi-pass",
182196                        "name": "Hi-pass",
182197                        "value": "2"
182198                    },
182199                    {
182200                        "desc": "Hi-shelf",
182201                        "name": "Hi-shelf",
182202                        "value": "3"
182203                    },
182204                    {
182205                        "desc": "Lo-pass",
182206                        "name": "Lo-pass",
182207                        "value": "4"
182208                    },
182209                    {
182210                        "desc": "Lo-shelf",
182211                        "name": "Lo-shelf",
182212                        "value": "5"
182213                    },
182214                    {
182215                        "desc": "Notch",
182216                        "name": "Notch",
182217                        "value": "6"
182218                    },
182219                    {
182220                        "desc": "Resonance",
182221                        "name": "Resonance",
182222                        "value": "7"
182223                    },
182224                    {
182225                        "desc": "Allpass",
182226                        "name": "Allpass",
182227                        "value": "8"
182228                    }
182229                ]
182230            },
182231            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-13": {
182232                "ignore-enum-members": true,
182233                "kind": "enum",
182234                "values": [
182235                    {
182236                        "desc": "Off",
182237                        "name": "Off",
182238                        "value": "0"
182239                    },
182240                    {
182241                        "desc": "Bell",
182242                        "name": "Bell",
182243                        "value": "1"
182244                    },
182245                    {
182246                        "desc": "Hi-pass",
182247                        "name": "Hi-pass",
182248                        "value": "2"
182249                    },
182250                    {
182251                        "desc": "Hi-shelf",
182252                        "name": "Hi-shelf",
182253                        "value": "3"
182254                    },
182255                    {
182256                        "desc": "Lo-pass",
182257                        "name": "Lo-pass",
182258                        "value": "4"
182259                    },
182260                    {
182261                        "desc": "Lo-shelf",
182262                        "name": "Lo-shelf",
182263                        "value": "5"
182264                    },
182265                    {
182266                        "desc": "Notch",
182267                        "name": "Notch",
182268                        "value": "6"
182269                    },
182270                    {
182271                        "desc": "Resonance",
182272                        "name": "Resonance",
182273                        "value": "7"
182274                    },
182275                    {
182276                        "desc": "Allpass",
182277                        "name": "Allpass",
182278                        "value": "8"
182279                    }
182280                ]
182281            },
182282            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-14": {
182283                "ignore-enum-members": true,
182284                "kind": "enum",
182285                "values": [
182286                    {
182287                        "desc": "Off",
182288                        "name": "Off",
182289                        "value": "0"
182290                    },
182291                    {
182292                        "desc": "Bell",
182293                        "name": "Bell",
182294                        "value": "1"
182295                    },
182296                    {
182297                        "desc": "Hi-pass",
182298                        "name": "Hi-pass",
182299                        "value": "2"
182300                    },
182301                    {
182302                        "desc": "Hi-shelf",
182303                        "name": "Hi-shelf",
182304                        "value": "3"
182305                    },
182306                    {
182307                        "desc": "Lo-pass",
182308                        "name": "Lo-pass",
182309                        "value": "4"
182310                    },
182311                    {
182312                        "desc": "Lo-shelf",
182313                        "name": "Lo-shelf",
182314                        "value": "5"
182315                    },
182316                    {
182317                        "desc": "Notch",
182318                        "name": "Notch",
182319                        "value": "6"
182320                    },
182321                    {
182322                        "desc": "Resonance",
182323                        "name": "Resonance",
182324                        "value": "7"
182325                    },
182326                    {
182327                        "desc": "Allpass",
182328                        "name": "Allpass",
182329                        "value": "8"
182330                    }
182331                ]
182332            },
182333            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-15": {
182334                "ignore-enum-members": true,
182335                "kind": "enum",
182336                "values": [
182337                    {
182338                        "desc": "Off",
182339                        "name": "Off",
182340                        "value": "0"
182341                    },
182342                    {
182343                        "desc": "Bell",
182344                        "name": "Bell",
182345                        "value": "1"
182346                    },
182347                    {
182348                        "desc": "Hi-pass",
182349                        "name": "Hi-pass",
182350                        "value": "2"
182351                    },
182352                    {
182353                        "desc": "Hi-shelf",
182354                        "name": "Hi-shelf",
182355                        "value": "3"
182356                    },
182357                    {
182358                        "desc": "Lo-pass",
182359                        "name": "Lo-pass",
182360                        "value": "4"
182361                    },
182362                    {
182363                        "desc": "Lo-shelf",
182364                        "name": "Lo-shelf",
182365                        "value": "5"
182366                    },
182367                    {
182368                        "desc": "Notch",
182369                        "name": "Notch",
182370                        "value": "6"
182371                    },
182372                    {
182373                        "desc": "Resonance",
182374                        "name": "Resonance",
182375                        "value": "7"
182376                    },
182377                    {
182378                        "desc": "Allpass",
182379                        "name": "Allpass",
182380                        "value": "8"
182381                    }
182382                ]
182383            },
182384            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-16": {
182385                "ignore-enum-members": true,
182386                "kind": "enum",
182387                "values": [
182388                    {
182389                        "desc": "Off",
182390                        "name": "Off",
182391                        "value": "0"
182392                    },
182393                    {
182394                        "desc": "Bell",
182395                        "name": "Bell",
182396                        "value": "1"
182397                    },
182398                    {
182399                        "desc": "Hi-pass",
182400                        "name": "Hi-pass",
182401                        "value": "2"
182402                    },
182403                    {
182404                        "desc": "Hi-shelf",
182405                        "name": "Hi-shelf",
182406                        "value": "3"
182407                    },
182408                    {
182409                        "desc": "Lo-pass",
182410                        "name": "Lo-pass",
182411                        "value": "4"
182412                    },
182413                    {
182414                        "desc": "Lo-shelf",
182415                        "name": "Lo-shelf",
182416                        "value": "5"
182417                    },
182418                    {
182419                        "desc": "Notch",
182420                        "name": "Notch",
182421                        "value": "6"
182422                    },
182423                    {
182424                        "desc": "Resonance",
182425                        "name": "Resonance",
182426                        "value": "7"
182427                    },
182428                    {
182429                        "desc": "Allpass",
182430                        "name": "Allpass",
182431                        "value": "8"
182432                    }
182433                ]
182434            },
182435            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-17": {
182436                "ignore-enum-members": true,
182437                "kind": "enum",
182438                "values": [
182439                    {
182440                        "desc": "Off",
182441                        "name": "Off",
182442                        "value": "0"
182443                    },
182444                    {
182445                        "desc": "Bell",
182446                        "name": "Bell",
182447                        "value": "1"
182448                    },
182449                    {
182450                        "desc": "Hi-pass",
182451                        "name": "Hi-pass",
182452                        "value": "2"
182453                    },
182454                    {
182455                        "desc": "Hi-shelf",
182456                        "name": "Hi-shelf",
182457                        "value": "3"
182458                    },
182459                    {
182460                        "desc": "Lo-pass",
182461                        "name": "Lo-pass",
182462                        "value": "4"
182463                    },
182464                    {
182465                        "desc": "Lo-shelf",
182466                        "name": "Lo-shelf",
182467                        "value": "5"
182468                    },
182469                    {
182470                        "desc": "Notch",
182471                        "name": "Notch",
182472                        "value": "6"
182473                    },
182474                    {
182475                        "desc": "Resonance",
182476                        "name": "Resonance",
182477                        "value": "7"
182478                    },
182479                    {
182480                        "desc": "Allpass",
182481                        "name": "Allpass",
182482                        "value": "8"
182483                    }
182484                ]
182485            },
182486            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-18": {
182487                "ignore-enum-members": true,
182488                "kind": "enum",
182489                "values": [
182490                    {
182491                        "desc": "Off",
182492                        "name": "Off",
182493                        "value": "0"
182494                    },
182495                    {
182496                        "desc": "Bell",
182497                        "name": "Bell",
182498                        "value": "1"
182499                    },
182500                    {
182501                        "desc": "Hi-pass",
182502                        "name": "Hi-pass",
182503                        "value": "2"
182504                    },
182505                    {
182506                        "desc": "Hi-shelf",
182507                        "name": "Hi-shelf",
182508                        "value": "3"
182509                    },
182510                    {
182511                        "desc": "Lo-pass",
182512                        "name": "Lo-pass",
182513                        "value": "4"
182514                    },
182515                    {
182516                        "desc": "Lo-shelf",
182517                        "name": "Lo-shelf",
182518                        "value": "5"
182519                    },
182520                    {
182521                        "desc": "Notch",
182522                        "name": "Notch",
182523                        "value": "6"
182524                    },
182525                    {
182526                        "desc": "Resonance",
182527                        "name": "Resonance",
182528                        "value": "7"
182529                    },
182530                    {
182531                        "desc": "Allpass",
182532                        "name": "Allpass",
182533                        "value": "8"
182534                    }
182535                ]
182536            },
182537            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-19": {
182538                "ignore-enum-members": true,
182539                "kind": "enum",
182540                "values": [
182541                    {
182542                        "desc": "Off",
182543                        "name": "Off",
182544                        "value": "0"
182545                    },
182546                    {
182547                        "desc": "Bell",
182548                        "name": "Bell",
182549                        "value": "1"
182550                    },
182551                    {
182552                        "desc": "Hi-pass",
182553                        "name": "Hi-pass",
182554                        "value": "2"
182555                    },
182556                    {
182557                        "desc": "Hi-shelf",
182558                        "name": "Hi-shelf",
182559                        "value": "3"
182560                    },
182561                    {
182562                        "desc": "Lo-pass",
182563                        "name": "Lo-pass",
182564                        "value": "4"
182565                    },
182566                    {
182567                        "desc": "Lo-shelf",
182568                        "name": "Lo-shelf",
182569                        "value": "5"
182570                    },
182571                    {
182572                        "desc": "Notch",
182573                        "name": "Notch",
182574                        "value": "6"
182575                    },
182576                    {
182577                        "desc": "Resonance",
182578                        "name": "Resonance",
182579                        "value": "7"
182580                    },
182581                    {
182582                        "desc": "Allpass",
182583                        "name": "Allpass",
182584                        "value": "8"
182585                    }
182586                ]
182587            },
182588            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-2": {
182589                "ignore-enum-members": true,
182590                "kind": "enum",
182591                "values": [
182592                    {
182593                        "desc": "Off",
182594                        "name": "Off",
182595                        "value": "0"
182596                    },
182597                    {
182598                        "desc": "Bell",
182599                        "name": "Bell",
182600                        "value": "1"
182601                    },
182602                    {
182603                        "desc": "Hi-pass",
182604                        "name": "Hi-pass",
182605                        "value": "2"
182606                    },
182607                    {
182608                        "desc": "Hi-shelf",
182609                        "name": "Hi-shelf",
182610                        "value": "3"
182611                    },
182612                    {
182613                        "desc": "Lo-pass",
182614                        "name": "Lo-pass",
182615                        "value": "4"
182616                    },
182617                    {
182618                        "desc": "Lo-shelf",
182619                        "name": "Lo-shelf",
182620                        "value": "5"
182621                    },
182622                    {
182623                        "desc": "Notch",
182624                        "name": "Notch",
182625                        "value": "6"
182626                    },
182627                    {
182628                        "desc": "Resonance",
182629                        "name": "Resonance",
182630                        "value": "7"
182631                    },
182632                    {
182633                        "desc": "Allpass",
182634                        "name": "Allpass",
182635                        "value": "8"
182636                    }
182637                ]
182638            },
182639            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-20": {
182640                "ignore-enum-members": true,
182641                "kind": "enum",
182642                "values": [
182643                    {
182644                        "desc": "Off",
182645                        "name": "Off",
182646                        "value": "0"
182647                    },
182648                    {
182649                        "desc": "Bell",
182650                        "name": "Bell",
182651                        "value": "1"
182652                    },
182653                    {
182654                        "desc": "Hi-pass",
182655                        "name": "Hi-pass",
182656                        "value": "2"
182657                    },
182658                    {
182659                        "desc": "Hi-shelf",
182660                        "name": "Hi-shelf",
182661                        "value": "3"
182662                    },
182663                    {
182664                        "desc": "Lo-pass",
182665                        "name": "Lo-pass",
182666                        "value": "4"
182667                    },
182668                    {
182669                        "desc": "Lo-shelf",
182670                        "name": "Lo-shelf",
182671                        "value": "5"
182672                    },
182673                    {
182674                        "desc": "Notch",
182675                        "name": "Notch",
182676                        "value": "6"
182677                    },
182678                    {
182679                        "desc": "Resonance",
182680                        "name": "Resonance",
182681                        "value": "7"
182682                    },
182683                    {
182684                        "desc": "Allpass",
182685                        "name": "Allpass",
182686                        "value": "8"
182687                    }
182688                ]
182689            },
182690            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-21": {
182691                "ignore-enum-members": true,
182692                "kind": "enum",
182693                "values": [
182694                    {
182695                        "desc": "Off",
182696                        "name": "Off",
182697                        "value": "0"
182698                    },
182699                    {
182700                        "desc": "Bell",
182701                        "name": "Bell",
182702                        "value": "1"
182703                    },
182704                    {
182705                        "desc": "Hi-pass",
182706                        "name": "Hi-pass",
182707                        "value": "2"
182708                    },
182709                    {
182710                        "desc": "Hi-shelf",
182711                        "name": "Hi-shelf",
182712                        "value": "3"
182713                    },
182714                    {
182715                        "desc": "Lo-pass",
182716                        "name": "Lo-pass",
182717                        "value": "4"
182718                    },
182719                    {
182720                        "desc": "Lo-shelf",
182721                        "name": "Lo-shelf",
182722                        "value": "5"
182723                    },
182724                    {
182725                        "desc": "Notch",
182726                        "name": "Notch",
182727                        "value": "6"
182728                    },
182729                    {
182730                        "desc": "Resonance",
182731                        "name": "Resonance",
182732                        "value": "7"
182733                    },
182734                    {
182735                        "desc": "Allpass",
182736                        "name": "Allpass",
182737                        "value": "8"
182738                    }
182739                ]
182740            },
182741            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-22": {
182742                "ignore-enum-members": true,
182743                "kind": "enum",
182744                "values": [
182745                    {
182746                        "desc": "Off",
182747                        "name": "Off",
182748                        "value": "0"
182749                    },
182750                    {
182751                        "desc": "Bell",
182752                        "name": "Bell",
182753                        "value": "1"
182754                    },
182755                    {
182756                        "desc": "Hi-pass",
182757                        "name": "Hi-pass",
182758                        "value": "2"
182759                    },
182760                    {
182761                        "desc": "Hi-shelf",
182762                        "name": "Hi-shelf",
182763                        "value": "3"
182764                    },
182765                    {
182766                        "desc": "Lo-pass",
182767                        "name": "Lo-pass",
182768                        "value": "4"
182769                    },
182770                    {
182771                        "desc": "Lo-shelf",
182772                        "name": "Lo-shelf",
182773                        "value": "5"
182774                    },
182775                    {
182776                        "desc": "Notch",
182777                        "name": "Notch",
182778                        "value": "6"
182779                    },
182780                    {
182781                        "desc": "Resonance",
182782                        "name": "Resonance",
182783                        "value": "7"
182784                    },
182785                    {
182786                        "desc": "Allpass",
182787                        "name": "Allpass",
182788                        "value": "8"
182789                    }
182790                ]
182791            },
182792            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-23": {
182793                "ignore-enum-members": true,
182794                "kind": "enum",
182795                "values": [
182796                    {
182797                        "desc": "Off",
182798                        "name": "Off",
182799                        "value": "0"
182800                    },
182801                    {
182802                        "desc": "Bell",
182803                        "name": "Bell",
182804                        "value": "1"
182805                    },
182806                    {
182807                        "desc": "Hi-pass",
182808                        "name": "Hi-pass",
182809                        "value": "2"
182810                    },
182811                    {
182812                        "desc": "Hi-shelf",
182813                        "name": "Hi-shelf",
182814                        "value": "3"
182815                    },
182816                    {
182817                        "desc": "Lo-pass",
182818                        "name": "Lo-pass",
182819                        "value": "4"
182820                    },
182821                    {
182822                        "desc": "Lo-shelf",
182823                        "name": "Lo-shelf",
182824                        "value": "5"
182825                    },
182826                    {
182827                        "desc": "Notch",
182828                        "name": "Notch",
182829                        "value": "6"
182830                    },
182831                    {
182832                        "desc": "Resonance",
182833                        "name": "Resonance",
182834                        "value": "7"
182835                    },
182836                    {
182837                        "desc": "Allpass",
182838                        "name": "Allpass",
182839                        "value": "8"
182840                    }
182841                ]
182842            },
182843            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-24": {
182844                "ignore-enum-members": true,
182845                "kind": "enum",
182846                "values": [
182847                    {
182848                        "desc": "Off",
182849                        "name": "Off",
182850                        "value": "0"
182851                    },
182852                    {
182853                        "desc": "Bell",
182854                        "name": "Bell",
182855                        "value": "1"
182856                    },
182857                    {
182858                        "desc": "Hi-pass",
182859                        "name": "Hi-pass",
182860                        "value": "2"
182861                    },
182862                    {
182863                        "desc": "Hi-shelf",
182864                        "name": "Hi-shelf",
182865                        "value": "3"
182866                    },
182867                    {
182868                        "desc": "Lo-pass",
182869                        "name": "Lo-pass",
182870                        "value": "4"
182871                    },
182872                    {
182873                        "desc": "Lo-shelf",
182874                        "name": "Lo-shelf",
182875                        "value": "5"
182876                    },
182877                    {
182878                        "desc": "Notch",
182879                        "name": "Notch",
182880                        "value": "6"
182881                    },
182882                    {
182883                        "desc": "Resonance",
182884                        "name": "Resonance",
182885                        "value": "7"
182886                    },
182887                    {
182888                        "desc": "Allpass",
182889                        "name": "Allpass",
182890                        "value": "8"
182891                    }
182892                ]
182893            },
182894            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-25": {
182895                "ignore-enum-members": true,
182896                "kind": "enum",
182897                "values": [
182898                    {
182899                        "desc": "Off",
182900                        "name": "Off",
182901                        "value": "0"
182902                    },
182903                    {
182904                        "desc": "Bell",
182905                        "name": "Bell",
182906                        "value": "1"
182907                    },
182908                    {
182909                        "desc": "Hi-pass",
182910                        "name": "Hi-pass",
182911                        "value": "2"
182912                    },
182913                    {
182914                        "desc": "Hi-shelf",
182915                        "name": "Hi-shelf",
182916                        "value": "3"
182917                    },
182918                    {
182919                        "desc": "Lo-pass",
182920                        "name": "Lo-pass",
182921                        "value": "4"
182922                    },
182923                    {
182924                        "desc": "Lo-shelf",
182925                        "name": "Lo-shelf",
182926                        "value": "5"
182927                    },
182928                    {
182929                        "desc": "Notch",
182930                        "name": "Notch",
182931                        "value": "6"
182932                    },
182933                    {
182934                        "desc": "Resonance",
182935                        "name": "Resonance",
182936                        "value": "7"
182937                    },
182938                    {
182939                        "desc": "Allpass",
182940                        "name": "Allpass",
182941                        "value": "8"
182942                    }
182943                ]
182944            },
182945            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-26": {
182946                "ignore-enum-members": true,
182947                "kind": "enum",
182948                "values": [
182949                    {
182950                        "desc": "Off",
182951                        "name": "Off",
182952                        "value": "0"
182953                    },
182954                    {
182955                        "desc": "Bell",
182956                        "name": "Bell",
182957                        "value": "1"
182958                    },
182959                    {
182960                        "desc": "Hi-pass",
182961                        "name": "Hi-pass",
182962                        "value": "2"
182963                    },
182964                    {
182965                        "desc": "Hi-shelf",
182966                        "name": "Hi-shelf",
182967                        "value": "3"
182968                    },
182969                    {
182970                        "desc": "Lo-pass",
182971                        "name": "Lo-pass",
182972                        "value": "4"
182973                    },
182974                    {
182975                        "desc": "Lo-shelf",
182976                        "name": "Lo-shelf",
182977                        "value": "5"
182978                    },
182979                    {
182980                        "desc": "Notch",
182981                        "name": "Notch",
182982                        "value": "6"
182983                    },
182984                    {
182985                        "desc": "Resonance",
182986                        "name": "Resonance",
182987                        "value": "7"
182988                    },
182989                    {
182990                        "desc": "Allpass",
182991                        "name": "Allpass",
182992                        "value": "8"
182993                    }
182994                ]
182995            },
182996            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-27": {
182997                "ignore-enum-members": true,
182998                "kind": "enum",
182999                "values": [
183000                    {
183001                        "desc": "Off",
183002                        "name": "Off",
183003                        "value": "0"
183004                    },
183005                    {
183006                        "desc": "Bell",
183007                        "name": "Bell",
183008                        "value": "1"
183009                    },
183010                    {
183011                        "desc": "Hi-pass",
183012                        "name": "Hi-pass",
183013                        "value": "2"
183014                    },
183015                    {
183016                        "desc": "Hi-shelf",
183017                        "name": "Hi-shelf",
183018                        "value": "3"
183019                    },
183020                    {
183021                        "desc": "Lo-pass",
183022                        "name": "Lo-pass",
183023                        "value": "4"
183024                    },
183025                    {
183026                        "desc": "Lo-shelf",
183027                        "name": "Lo-shelf",
183028                        "value": "5"
183029                    },
183030                    {
183031                        "desc": "Notch",
183032                        "name": "Notch",
183033                        "value": "6"
183034                    },
183035                    {
183036                        "desc": "Resonance",
183037                        "name": "Resonance",
183038                        "value": "7"
183039                    },
183040                    {
183041                        "desc": "Allpass",
183042                        "name": "Allpass",
183043                        "value": "8"
183044                    }
183045                ]
183046            },
183047            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-28": {
183048                "ignore-enum-members": true,
183049                "kind": "enum",
183050                "values": [
183051                    {
183052                        "desc": "Off",
183053                        "name": "Off",
183054                        "value": "0"
183055                    },
183056                    {
183057                        "desc": "Bell",
183058                        "name": "Bell",
183059                        "value": "1"
183060                    },
183061                    {
183062                        "desc": "Hi-pass",
183063                        "name": "Hi-pass",
183064                        "value": "2"
183065                    },
183066                    {
183067                        "desc": "Hi-shelf",
183068                        "name": "Hi-shelf",
183069                        "value": "3"
183070                    },
183071                    {
183072                        "desc": "Lo-pass",
183073                        "name": "Lo-pass",
183074                        "value": "4"
183075                    },
183076                    {
183077                        "desc": "Lo-shelf",
183078                        "name": "Lo-shelf",
183079                        "value": "5"
183080                    },
183081                    {
183082                        "desc": "Notch",
183083                        "name": "Notch",
183084                        "value": "6"
183085                    },
183086                    {
183087                        "desc": "Resonance",
183088                        "name": "Resonance",
183089                        "value": "7"
183090                    },
183091                    {
183092                        "desc": "Allpass",
183093                        "name": "Allpass",
183094                        "value": "8"
183095                    }
183096                ]
183097            },
183098            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-29": {
183099                "ignore-enum-members": true,
183100                "kind": "enum",
183101                "values": [
183102                    {
183103                        "desc": "Off",
183104                        "name": "Off",
183105                        "value": "0"
183106                    },
183107                    {
183108                        "desc": "Bell",
183109                        "name": "Bell",
183110                        "value": "1"
183111                    },
183112                    {
183113                        "desc": "Hi-pass",
183114                        "name": "Hi-pass",
183115                        "value": "2"
183116                    },
183117                    {
183118                        "desc": "Hi-shelf",
183119                        "name": "Hi-shelf",
183120                        "value": "3"
183121                    },
183122                    {
183123                        "desc": "Lo-pass",
183124                        "name": "Lo-pass",
183125                        "value": "4"
183126                    },
183127                    {
183128                        "desc": "Lo-shelf",
183129                        "name": "Lo-shelf",
183130                        "value": "5"
183131                    },
183132                    {
183133                        "desc": "Notch",
183134                        "name": "Notch",
183135                        "value": "6"
183136                    },
183137                    {
183138                        "desc": "Resonance",
183139                        "name": "Resonance",
183140                        "value": "7"
183141                    },
183142                    {
183143                        "desc": "Allpass",
183144                        "name": "Allpass",
183145                        "value": "8"
183146                    }
183147                ]
183148            },
183149            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-3": {
183150                "ignore-enum-members": true,
183151                "kind": "enum",
183152                "values": [
183153                    {
183154                        "desc": "Off",
183155                        "name": "Off",
183156                        "value": "0"
183157                    },
183158                    {
183159                        "desc": "Bell",
183160                        "name": "Bell",
183161                        "value": "1"
183162                    },
183163                    {
183164                        "desc": "Hi-pass",
183165                        "name": "Hi-pass",
183166                        "value": "2"
183167                    },
183168                    {
183169                        "desc": "Hi-shelf",
183170                        "name": "Hi-shelf",
183171                        "value": "3"
183172                    },
183173                    {
183174                        "desc": "Lo-pass",
183175                        "name": "Lo-pass",
183176                        "value": "4"
183177                    },
183178                    {
183179                        "desc": "Lo-shelf",
183180                        "name": "Lo-shelf",
183181                        "value": "5"
183182                    },
183183                    {
183184                        "desc": "Notch",
183185                        "name": "Notch",
183186                        "value": "6"
183187                    },
183188                    {
183189                        "desc": "Resonance",
183190                        "name": "Resonance",
183191                        "value": "7"
183192                    },
183193                    {
183194                        "desc": "Allpass",
183195                        "name": "Allpass",
183196                        "value": "8"
183197                    }
183198                ]
183199            },
183200            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-30": {
183201                "ignore-enum-members": true,
183202                "kind": "enum",
183203                "values": [
183204                    {
183205                        "desc": "Off",
183206                        "name": "Off",
183207                        "value": "0"
183208                    },
183209                    {
183210                        "desc": "Bell",
183211                        "name": "Bell",
183212                        "value": "1"
183213                    },
183214                    {
183215                        "desc": "Hi-pass",
183216                        "name": "Hi-pass",
183217                        "value": "2"
183218                    },
183219                    {
183220                        "desc": "Hi-shelf",
183221                        "name": "Hi-shelf",
183222                        "value": "3"
183223                    },
183224                    {
183225                        "desc": "Lo-pass",
183226                        "name": "Lo-pass",
183227                        "value": "4"
183228                    },
183229                    {
183230                        "desc": "Lo-shelf",
183231                        "name": "Lo-shelf",
183232                        "value": "5"
183233                    },
183234                    {
183235                        "desc": "Notch",
183236                        "name": "Notch",
183237                        "value": "6"
183238                    },
183239                    {
183240                        "desc": "Resonance",
183241                        "name": "Resonance",
183242                        "value": "7"
183243                    },
183244                    {
183245                        "desc": "Allpass",
183246                        "name": "Allpass",
183247                        "value": "8"
183248                    }
183249                ]
183250            },
183251            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-31": {
183252                "ignore-enum-members": true,
183253                "kind": "enum",
183254                "values": [
183255                    {
183256                        "desc": "Off",
183257                        "name": "Off",
183258                        "value": "0"
183259                    },
183260                    {
183261                        "desc": "Bell",
183262                        "name": "Bell",
183263                        "value": "1"
183264                    },
183265                    {
183266                        "desc": "Hi-pass",
183267                        "name": "Hi-pass",
183268                        "value": "2"
183269                    },
183270                    {
183271                        "desc": "Hi-shelf",
183272                        "name": "Hi-shelf",
183273                        "value": "3"
183274                    },
183275                    {
183276                        "desc": "Lo-pass",
183277                        "name": "Lo-pass",
183278                        "value": "4"
183279                    },
183280                    {
183281                        "desc": "Lo-shelf",
183282                        "name": "Lo-shelf",
183283                        "value": "5"
183284                    },
183285                    {
183286                        "desc": "Notch",
183287                        "name": "Notch",
183288                        "value": "6"
183289                    },
183290                    {
183291                        "desc": "Resonance",
183292                        "name": "Resonance",
183293                        "value": "7"
183294                    },
183295                    {
183296                        "desc": "Allpass",
183297                        "name": "Allpass",
183298                        "value": "8"
183299                    }
183300                ]
183301            },
183302            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-4": {
183303                "ignore-enum-members": true,
183304                "kind": "enum",
183305                "values": [
183306                    {
183307                        "desc": "Off",
183308                        "name": "Off",
183309                        "value": "0"
183310                    },
183311                    {
183312                        "desc": "Bell",
183313                        "name": "Bell",
183314                        "value": "1"
183315                    },
183316                    {
183317                        "desc": "Hi-pass",
183318                        "name": "Hi-pass",
183319                        "value": "2"
183320                    },
183321                    {
183322                        "desc": "Hi-shelf",
183323                        "name": "Hi-shelf",
183324                        "value": "3"
183325                    },
183326                    {
183327                        "desc": "Lo-pass",
183328                        "name": "Lo-pass",
183329                        "value": "4"
183330                    },
183331                    {
183332                        "desc": "Lo-shelf",
183333                        "name": "Lo-shelf",
183334                        "value": "5"
183335                    },
183336                    {
183337                        "desc": "Notch",
183338                        "name": "Notch",
183339                        "value": "6"
183340                    },
183341                    {
183342                        "desc": "Resonance",
183343                        "name": "Resonance",
183344                        "value": "7"
183345                    },
183346                    {
183347                        "desc": "Allpass",
183348                        "name": "Allpass",
183349                        "value": "8"
183350                    }
183351                ]
183352            },
183353            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-5": {
183354                "ignore-enum-members": true,
183355                "kind": "enum",
183356                "values": [
183357                    {
183358                        "desc": "Off",
183359                        "name": "Off",
183360                        "value": "0"
183361                    },
183362                    {
183363                        "desc": "Bell",
183364                        "name": "Bell",
183365                        "value": "1"
183366                    },
183367                    {
183368                        "desc": "Hi-pass",
183369                        "name": "Hi-pass",
183370                        "value": "2"
183371                    },
183372                    {
183373                        "desc": "Hi-shelf",
183374                        "name": "Hi-shelf",
183375                        "value": "3"
183376                    },
183377                    {
183378                        "desc": "Lo-pass",
183379                        "name": "Lo-pass",
183380                        "value": "4"
183381                    },
183382                    {
183383                        "desc": "Lo-shelf",
183384                        "name": "Lo-shelf",
183385                        "value": "5"
183386                    },
183387                    {
183388                        "desc": "Notch",
183389                        "name": "Notch",
183390                        "value": "6"
183391                    },
183392                    {
183393                        "desc": "Resonance",
183394                        "name": "Resonance",
183395                        "value": "7"
183396                    },
183397                    {
183398                        "desc": "Allpass",
183399                        "name": "Allpass",
183400                        "value": "8"
183401                    }
183402                ]
183403            },
183404            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-6": {
183405                "ignore-enum-members": true,
183406                "kind": "enum",
183407                "values": [
183408                    {
183409                        "desc": "Off",
183410                        "name": "Off",
183411                        "value": "0"
183412                    },
183413                    {
183414                        "desc": "Bell",
183415                        "name": "Bell",
183416                        "value": "1"
183417                    },
183418                    {
183419                        "desc": "Hi-pass",
183420                        "name": "Hi-pass",
183421                        "value": "2"
183422                    },
183423                    {
183424                        "desc": "Hi-shelf",
183425                        "name": "Hi-shelf",
183426                        "value": "3"
183427                    },
183428                    {
183429                        "desc": "Lo-pass",
183430                        "name": "Lo-pass",
183431                        "value": "4"
183432                    },
183433                    {
183434                        "desc": "Lo-shelf",
183435                        "name": "Lo-shelf",
183436                        "value": "5"
183437                    },
183438                    {
183439                        "desc": "Notch",
183440                        "name": "Notch",
183441                        "value": "6"
183442                    },
183443                    {
183444                        "desc": "Resonance",
183445                        "name": "Resonance",
183446                        "value": "7"
183447                    },
183448                    {
183449                        "desc": "Allpass",
183450                        "name": "Allpass",
183451                        "value": "8"
183452                    }
183453                ]
183454            },
183455            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-7": {
183456                "ignore-enum-members": true,
183457                "kind": "enum",
183458                "values": [
183459                    {
183460                        "desc": "Off",
183461                        "name": "Off",
183462                        "value": "0"
183463                    },
183464                    {
183465                        "desc": "Bell",
183466                        "name": "Bell",
183467                        "value": "1"
183468                    },
183469                    {
183470                        "desc": "Hi-pass",
183471                        "name": "Hi-pass",
183472                        "value": "2"
183473                    },
183474                    {
183475                        "desc": "Hi-shelf",
183476                        "name": "Hi-shelf",
183477                        "value": "3"
183478                    },
183479                    {
183480                        "desc": "Lo-pass",
183481                        "name": "Lo-pass",
183482                        "value": "4"
183483                    },
183484                    {
183485                        "desc": "Lo-shelf",
183486                        "name": "Lo-shelf",
183487                        "value": "5"
183488                    },
183489                    {
183490                        "desc": "Notch",
183491                        "name": "Notch",
183492                        "value": "6"
183493                    },
183494                    {
183495                        "desc": "Resonance",
183496                        "name": "Resonance",
183497                        "value": "7"
183498                    },
183499                    {
183500                        "desc": "Allpass",
183501                        "name": "Allpass",
183502                        "value": "8"
183503                    }
183504                ]
183505            },
183506            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-8": {
183507                "ignore-enum-members": true,
183508                "kind": "enum",
183509                "values": [
183510                    {
183511                        "desc": "Off",
183512                        "name": "Off",
183513                        "value": "0"
183514                    },
183515                    {
183516                        "desc": "Bell",
183517                        "name": "Bell",
183518                        "value": "1"
183519                    },
183520                    {
183521                        "desc": "Hi-pass",
183522                        "name": "Hi-pass",
183523                        "value": "2"
183524                    },
183525                    {
183526                        "desc": "Hi-shelf",
183527                        "name": "Hi-shelf",
183528                        "value": "3"
183529                    },
183530                    {
183531                        "desc": "Lo-pass",
183532                        "name": "Lo-pass",
183533                        "value": "4"
183534                    },
183535                    {
183536                        "desc": "Lo-shelf",
183537                        "name": "Lo-shelf",
183538                        "value": "5"
183539                    },
183540                    {
183541                        "desc": "Notch",
183542                        "name": "Notch",
183543                        "value": "6"
183544                    },
183545                    {
183546                        "desc": "Resonance",
183547                        "name": "Resonance",
183548                        "value": "7"
183549                    },
183550                    {
183551                        "desc": "Allpass",
183552                        "name": "Allpass",
183553                        "value": "8"
183554                    }
183555                ]
183556            },
183557            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-9": {
183558                "ignore-enum-members": true,
183559                "kind": "enum",
183560                "values": [
183561                    {
183562                        "desc": "Off",
183563                        "name": "Off",
183564                        "value": "0"
183565                    },
183566                    {
183567                        "desc": "Bell",
183568                        "name": "Bell",
183569                        "value": "1"
183570                    },
183571                    {
183572                        "desc": "Hi-pass",
183573                        "name": "Hi-pass",
183574                        "value": "2"
183575                    },
183576                    {
183577                        "desc": "Hi-shelf",
183578                        "name": "Hi-shelf",
183579                        "value": "3"
183580                    },
183581                    {
183582                        "desc": "Lo-pass",
183583                        "name": "Lo-pass",
183584                        "value": "4"
183585                    },
183586                    {
183587                        "desc": "Lo-shelf",
183588                        "name": "Lo-shelf",
183589                        "value": "5"
183590                    },
183591                    {
183592                        "desc": "Notch",
183593                        "name": "Notch",
183594                        "value": "6"
183595                    },
183596                    {
183597                        "desc": "Resonance",
183598                        "name": "Resonance",
183599                        "value": "7"
183600                    },
183601                    {
183602                        "desc": "Allpass",
183603                        "name": "Allpass",
183604                        "value": "8"
183605                    }
183606                ]
183607            },
183608            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrmode": {
183609                "ignore-enum-members": true,
183610                "kind": "enum",
183611                "values": [
183612                    {
183613                        "desc": "IIR",
183614                        "name": "IIR",
183615                        "value": "0"
183616                    },
183617                    {
183618                        "desc": "FIR",
183619                        "name": "FIR",
183620                        "value": "1"
183621                    },
183622                    {
183623                        "desc": "FFT",
183624                        "name": "FFT",
183625                        "value": "2"
183626                    }
183627                ]
183628            },
183629            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-0": {
183630                "ignore-enum-members": true,
183631                "kind": "enum",
183632                "values": [
183633                    {
183634                        "desc": "x1",
183635                        "name": "x1",
183636                        "value": "0"
183637                    },
183638                    {
183639                        "desc": "x2",
183640                        "name": "x2",
183641                        "value": "1"
183642                    },
183643                    {
183644                        "desc": "x3",
183645                        "name": "x3",
183646                        "value": "2"
183647                    },
183648                    {
183649                        "desc": "x4",
183650                        "name": "x4",
183651                        "value": "3"
183652                    }
183653                ]
183654            },
183655            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-1": {
183656                "ignore-enum-members": true,
183657                "kind": "enum",
183658                "values": [
183659                    {
183660                        "desc": "x1",
183661                        "name": "x1",
183662                        "value": "0"
183663                    },
183664                    {
183665                        "desc": "x2",
183666                        "name": "x2",
183667                        "value": "1"
183668                    },
183669                    {
183670                        "desc": "x3",
183671                        "name": "x3",
183672                        "value": "2"
183673                    },
183674                    {
183675                        "desc": "x4",
183676                        "name": "x4",
183677                        "value": "3"
183678                    }
183679                ]
183680            },
183681            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-10": {
183682                "ignore-enum-members": true,
183683                "kind": "enum",
183684                "values": [
183685                    {
183686                        "desc": "x1",
183687                        "name": "x1",
183688                        "value": "0"
183689                    },
183690                    {
183691                        "desc": "x2",
183692                        "name": "x2",
183693                        "value": "1"
183694                    },
183695                    {
183696                        "desc": "x3",
183697                        "name": "x3",
183698                        "value": "2"
183699                    },
183700                    {
183701                        "desc": "x4",
183702                        "name": "x4",
183703                        "value": "3"
183704                    }
183705                ]
183706            },
183707            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-11": {
183708                "ignore-enum-members": true,
183709                "kind": "enum",
183710                "values": [
183711                    {
183712                        "desc": "x1",
183713                        "name": "x1",
183714                        "value": "0"
183715                    },
183716                    {
183717                        "desc": "x2",
183718                        "name": "x2",
183719                        "value": "1"
183720                    },
183721                    {
183722                        "desc": "x3",
183723                        "name": "x3",
183724                        "value": "2"
183725                    },
183726                    {
183727                        "desc": "x4",
183728                        "name": "x4",
183729                        "value": "3"
183730                    }
183731                ]
183732            },
183733            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-12": {
183734                "ignore-enum-members": true,
183735                "kind": "enum",
183736                "values": [
183737                    {
183738                        "desc": "x1",
183739                        "name": "x1",
183740                        "value": "0"
183741                    },
183742                    {
183743                        "desc": "x2",
183744                        "name": "x2",
183745                        "value": "1"
183746                    },
183747                    {
183748                        "desc": "x3",
183749                        "name": "x3",
183750                        "value": "2"
183751                    },
183752                    {
183753                        "desc": "x4",
183754                        "name": "x4",
183755                        "value": "3"
183756                    }
183757                ]
183758            },
183759            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-13": {
183760                "ignore-enum-members": true,
183761                "kind": "enum",
183762                "values": [
183763                    {
183764                        "desc": "x1",
183765                        "name": "x1",
183766                        "value": "0"
183767                    },
183768                    {
183769                        "desc": "x2",
183770                        "name": "x2",
183771                        "value": "1"
183772                    },
183773                    {
183774                        "desc": "x3",
183775                        "name": "x3",
183776                        "value": "2"
183777                    },
183778                    {
183779                        "desc": "x4",
183780                        "name": "x4",
183781                        "value": "3"
183782                    }
183783                ]
183784            },
183785            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-14": {
183786                "ignore-enum-members": true,
183787                "kind": "enum",
183788                "values": [
183789                    {
183790                        "desc": "x1",
183791                        "name": "x1",
183792                        "value": "0"
183793                    },
183794                    {
183795                        "desc": "x2",
183796                        "name": "x2",
183797                        "value": "1"
183798                    },
183799                    {
183800                        "desc": "x3",
183801                        "name": "x3",
183802                        "value": "2"
183803                    },
183804                    {
183805                        "desc": "x4",
183806                        "name": "x4",
183807                        "value": "3"
183808                    }
183809                ]
183810            },
183811            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-15": {
183812                "ignore-enum-members": true,
183813                "kind": "enum",
183814                "values": [
183815                    {
183816                        "desc": "x1",
183817                        "name": "x1",
183818                        "value": "0"
183819                    },
183820                    {
183821                        "desc": "x2",
183822                        "name": "x2",
183823                        "value": "1"
183824                    },
183825                    {
183826                        "desc": "x3",
183827                        "name": "x3",
183828                        "value": "2"
183829                    },
183830                    {
183831                        "desc": "x4",
183832                        "name": "x4",
183833                        "value": "3"
183834                    }
183835                ]
183836            },
183837            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-16": {
183838                "ignore-enum-members": true,
183839                "kind": "enum",
183840                "values": [
183841                    {
183842                        "desc": "x1",
183843                        "name": "x1",
183844                        "value": "0"
183845                    },
183846                    {
183847                        "desc": "x2",
183848                        "name": "x2",
183849                        "value": "1"
183850                    },
183851                    {
183852                        "desc": "x3",
183853                        "name": "x3",
183854                        "value": "2"
183855                    },
183856                    {
183857                        "desc": "x4",
183858                        "name": "x4",
183859                        "value": "3"
183860                    }
183861                ]
183862            },
183863            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-17": {
183864                "ignore-enum-members": true,
183865                "kind": "enum",
183866                "values": [
183867                    {
183868                        "desc": "x1",
183869                        "name": "x1",
183870                        "value": "0"
183871                    },
183872                    {
183873                        "desc": "x2",
183874                        "name": "x2",
183875                        "value": "1"
183876                    },
183877                    {
183878                        "desc": "x3",
183879                        "name": "x3",
183880                        "value": "2"
183881                    },
183882                    {
183883                        "desc": "x4",
183884                        "name": "x4",
183885                        "value": "3"
183886                    }
183887                ]
183888            },
183889            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-18": {
183890                "ignore-enum-members": true,
183891                "kind": "enum",
183892                "values": [
183893                    {
183894                        "desc": "x1",
183895                        "name": "x1",
183896                        "value": "0"
183897                    },
183898                    {
183899                        "desc": "x2",
183900                        "name": "x2",
183901                        "value": "1"
183902                    },
183903                    {
183904                        "desc": "x3",
183905                        "name": "x3",
183906                        "value": "2"
183907                    },
183908                    {
183909                        "desc": "x4",
183910                        "name": "x4",
183911                        "value": "3"
183912                    }
183913                ]
183914            },
183915            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-19": {
183916                "ignore-enum-members": true,
183917                "kind": "enum",
183918                "values": [
183919                    {
183920                        "desc": "x1",
183921                        "name": "x1",
183922                        "value": "0"
183923                    },
183924                    {
183925                        "desc": "x2",
183926                        "name": "x2",
183927                        "value": "1"
183928                    },
183929                    {
183930                        "desc": "x3",
183931                        "name": "x3",
183932                        "value": "2"
183933                    },
183934                    {
183935                        "desc": "x4",
183936                        "name": "x4",
183937                        "value": "3"
183938                    }
183939                ]
183940            },
183941            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-2": {
183942                "ignore-enum-members": true,
183943                "kind": "enum",
183944                "values": [
183945                    {
183946                        "desc": "x1",
183947                        "name": "x1",
183948                        "value": "0"
183949                    },
183950                    {
183951                        "desc": "x2",
183952                        "name": "x2",
183953                        "value": "1"
183954                    },
183955                    {
183956                        "desc": "x3",
183957                        "name": "x3",
183958                        "value": "2"
183959                    },
183960                    {
183961                        "desc": "x4",
183962                        "name": "x4",
183963                        "value": "3"
183964                    }
183965                ]
183966            },
183967            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-20": {
183968                "ignore-enum-members": true,
183969                "kind": "enum",
183970                "values": [
183971                    {
183972                        "desc": "x1",
183973                        "name": "x1",
183974                        "value": "0"
183975                    },
183976                    {
183977                        "desc": "x2",
183978                        "name": "x2",
183979                        "value": "1"
183980                    },
183981                    {
183982                        "desc": "x3",
183983                        "name": "x3",
183984                        "value": "2"
183985                    },
183986                    {
183987                        "desc": "x4",
183988                        "name": "x4",
183989                        "value": "3"
183990                    }
183991                ]
183992            },
183993            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-21": {
183994                "ignore-enum-members": true,
183995                "kind": "enum",
183996                "values": [
183997                    {
183998                        "desc": "x1",
183999                        "name": "x1",
184000                        "value": "0"
184001                    },
184002                    {
184003                        "desc": "x2",
184004                        "name": "x2",
184005                        "value": "1"
184006                    },
184007                    {
184008                        "desc": "x3",
184009                        "name": "x3",
184010                        "value": "2"
184011                    },
184012                    {
184013                        "desc": "x4",
184014                        "name": "x4",
184015                        "value": "3"
184016                    }
184017                ]
184018            },
184019            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-22": {
184020                "ignore-enum-members": true,
184021                "kind": "enum",
184022                "values": [
184023                    {
184024                        "desc": "x1",
184025                        "name": "x1",
184026                        "value": "0"
184027                    },
184028                    {
184029                        "desc": "x2",
184030                        "name": "x2",
184031                        "value": "1"
184032                    },
184033                    {
184034                        "desc": "x3",
184035                        "name": "x3",
184036                        "value": "2"
184037                    },
184038                    {
184039                        "desc": "x4",
184040                        "name": "x4",
184041                        "value": "3"
184042                    }
184043                ]
184044            },
184045            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-23": {
184046                "ignore-enum-members": true,
184047                "kind": "enum",
184048                "values": [
184049                    {
184050                        "desc": "x1",
184051                        "name": "x1",
184052                        "value": "0"
184053                    },
184054                    {
184055                        "desc": "x2",
184056                        "name": "x2",
184057                        "value": "1"
184058                    },
184059                    {
184060                        "desc": "x3",
184061                        "name": "x3",
184062                        "value": "2"
184063                    },
184064                    {
184065                        "desc": "x4",
184066                        "name": "x4",
184067                        "value": "3"
184068                    }
184069                ]
184070            },
184071            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-24": {
184072                "ignore-enum-members": true,
184073                "kind": "enum",
184074                "values": [
184075                    {
184076                        "desc": "x1",
184077                        "name": "x1",
184078                        "value": "0"
184079                    },
184080                    {
184081                        "desc": "x2",
184082                        "name": "x2",
184083                        "value": "1"
184084                    },
184085                    {
184086                        "desc": "x3",
184087                        "name": "x3",
184088                        "value": "2"
184089                    },
184090                    {
184091                        "desc": "x4",
184092                        "name": "x4",
184093                        "value": "3"
184094                    }
184095                ]
184096            },
184097            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-25": {
184098                "ignore-enum-members": true,
184099                "kind": "enum",
184100                "values": [
184101                    {
184102                        "desc": "x1",
184103                        "name": "x1",
184104                        "value": "0"
184105                    },
184106                    {
184107                        "desc": "x2",
184108                        "name": "x2",
184109                        "value": "1"
184110                    },
184111                    {
184112                        "desc": "x3",
184113                        "name": "x3",
184114                        "value": "2"
184115                    },
184116                    {
184117                        "desc": "x4",
184118                        "name": "x4",
184119                        "value": "3"
184120                    }
184121                ]
184122            },
184123            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-26": {
184124                "ignore-enum-members": true,
184125                "kind": "enum",
184126                "values": [
184127                    {
184128                        "desc": "x1",
184129                        "name": "x1",
184130                        "value": "0"
184131                    },
184132                    {
184133                        "desc": "x2",
184134                        "name": "x2",
184135                        "value": "1"
184136                    },
184137                    {
184138                        "desc": "x3",
184139                        "name": "x3",
184140                        "value": "2"
184141                    },
184142                    {
184143                        "desc": "x4",
184144                        "name": "x4",
184145                        "value": "3"
184146                    }
184147                ]
184148            },
184149            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-27": {
184150                "ignore-enum-members": true,
184151                "kind": "enum",
184152                "values": [
184153                    {
184154                        "desc": "x1",
184155                        "name": "x1",
184156                        "value": "0"
184157                    },
184158                    {
184159                        "desc": "x2",
184160                        "name": "x2",
184161                        "value": "1"
184162                    },
184163                    {
184164                        "desc": "x3",
184165                        "name": "x3",
184166                        "value": "2"
184167                    },
184168                    {
184169                        "desc": "x4",
184170                        "name": "x4",
184171                        "value": "3"
184172                    }
184173                ]
184174            },
184175            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-28": {
184176                "ignore-enum-members": true,
184177                "kind": "enum",
184178                "values": [
184179                    {
184180                        "desc": "x1",
184181                        "name": "x1",
184182                        "value": "0"
184183                    },
184184                    {
184185                        "desc": "x2",
184186                        "name": "x2",
184187                        "value": "1"
184188                    },
184189                    {
184190                        "desc": "x3",
184191                        "name": "x3",
184192                        "value": "2"
184193                    },
184194                    {
184195                        "desc": "x4",
184196                        "name": "x4",
184197                        "value": "3"
184198                    }
184199                ]
184200            },
184201            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-29": {
184202                "ignore-enum-members": true,
184203                "kind": "enum",
184204                "values": [
184205                    {
184206                        "desc": "x1",
184207                        "name": "x1",
184208                        "value": "0"
184209                    },
184210                    {
184211                        "desc": "x2",
184212                        "name": "x2",
184213                        "value": "1"
184214                    },
184215                    {
184216                        "desc": "x3",
184217                        "name": "x3",
184218                        "value": "2"
184219                    },
184220                    {
184221                        "desc": "x4",
184222                        "name": "x4",
184223                        "value": "3"
184224                    }
184225                ]
184226            },
184227            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-3": {
184228                "ignore-enum-members": true,
184229                "kind": "enum",
184230                "values": [
184231                    {
184232                        "desc": "x1",
184233                        "name": "x1",
184234                        "value": "0"
184235                    },
184236                    {
184237                        "desc": "x2",
184238                        "name": "x2",
184239                        "value": "1"
184240                    },
184241                    {
184242                        "desc": "x3",
184243                        "name": "x3",
184244                        "value": "2"
184245                    },
184246                    {
184247                        "desc": "x4",
184248                        "name": "x4",
184249                        "value": "3"
184250                    }
184251                ]
184252            },
184253            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-30": {
184254                "ignore-enum-members": true,
184255                "kind": "enum",
184256                "values": [
184257                    {
184258                        "desc": "x1",
184259                        "name": "x1",
184260                        "value": "0"
184261                    },
184262                    {
184263                        "desc": "x2",
184264                        "name": "x2",
184265                        "value": "1"
184266                    },
184267                    {
184268                        "desc": "x3",
184269                        "name": "x3",
184270                        "value": "2"
184271                    },
184272                    {
184273                        "desc": "x4",
184274                        "name": "x4",
184275                        "value": "3"
184276                    }
184277                ]
184278            },
184279            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-31": {
184280                "ignore-enum-members": true,
184281                "kind": "enum",
184282                "values": [
184283                    {
184284                        "desc": "x1",
184285                        "name": "x1",
184286                        "value": "0"
184287                    },
184288                    {
184289                        "desc": "x2",
184290                        "name": "x2",
184291                        "value": "1"
184292                    },
184293                    {
184294                        "desc": "x3",
184295                        "name": "x3",
184296                        "value": "2"
184297                    },
184298                    {
184299                        "desc": "x4",
184300                        "name": "x4",
184301                        "value": "3"
184302                    }
184303                ]
184304            },
184305            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-4": {
184306                "ignore-enum-members": true,
184307                "kind": "enum",
184308                "values": [
184309                    {
184310                        "desc": "x1",
184311                        "name": "x1",
184312                        "value": "0"
184313                    },
184314                    {
184315                        "desc": "x2",
184316                        "name": "x2",
184317                        "value": "1"
184318                    },
184319                    {
184320                        "desc": "x3",
184321                        "name": "x3",
184322                        "value": "2"
184323                    },
184324                    {
184325                        "desc": "x4",
184326                        "name": "x4",
184327                        "value": "3"
184328                    }
184329                ]
184330            },
184331            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-5": {
184332                "ignore-enum-members": true,
184333                "kind": "enum",
184334                "values": [
184335                    {
184336                        "desc": "x1",
184337                        "name": "x1",
184338                        "value": "0"
184339                    },
184340                    {
184341                        "desc": "x2",
184342                        "name": "x2",
184343                        "value": "1"
184344                    },
184345                    {
184346                        "desc": "x3",
184347                        "name": "x3",
184348                        "value": "2"
184349                    },
184350                    {
184351                        "desc": "x4",
184352                        "name": "x4",
184353                        "value": "3"
184354                    }
184355                ]
184356            },
184357            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-6": {
184358                "ignore-enum-members": true,
184359                "kind": "enum",
184360                "values": [
184361                    {
184362                        "desc": "x1",
184363                        "name": "x1",
184364                        "value": "0"
184365                    },
184366                    {
184367                        "desc": "x2",
184368                        "name": "x2",
184369                        "value": "1"
184370                    },
184371                    {
184372                        "desc": "x3",
184373                        "name": "x3",
184374                        "value": "2"
184375                    },
184376                    {
184377                        "desc": "x4",
184378                        "name": "x4",
184379                        "value": "3"
184380                    }
184381                ]
184382            },
184383            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-7": {
184384                "ignore-enum-members": true,
184385                "kind": "enum",
184386                "values": [
184387                    {
184388                        "desc": "x1",
184389                        "name": "x1",
184390                        "value": "0"
184391                    },
184392                    {
184393                        "desc": "x2",
184394                        "name": "x2",
184395                        "value": "1"
184396                    },
184397                    {
184398                        "desc": "x3",
184399                        "name": "x3",
184400                        "value": "2"
184401                    },
184402                    {
184403                        "desc": "x4",
184404                        "name": "x4",
184405                        "value": "3"
184406                    }
184407                ]
184408            },
184409            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-8": {
184410                "ignore-enum-members": true,
184411                "kind": "enum",
184412                "values": [
184413                    {
184414                        "desc": "x1",
184415                        "name": "x1",
184416                        "value": "0"
184417                    },
184418                    {
184419                        "desc": "x2",
184420                        "name": "x2",
184421                        "value": "1"
184422                    },
184423                    {
184424                        "desc": "x3",
184425                        "name": "x3",
184426                        "value": "2"
184427                    },
184428                    {
184429                        "desc": "x4",
184430                        "name": "x4",
184431                        "value": "3"
184432                    }
184433                ]
184434            },
184435            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-9": {
184436                "ignore-enum-members": true,
184437                "kind": "enum",
184438                "values": [
184439                    {
184440                        "desc": "x1",
184441                        "name": "x1",
184442                        "value": "0"
184443                    },
184444                    {
184445                        "desc": "x2",
184446                        "name": "x2",
184447                        "value": "1"
184448                    },
184449                    {
184450                        "desc": "x3",
184451                        "name": "x3",
184452                        "value": "2"
184453                    },
184454                    {
184455                        "desc": "x4",
184456                        "name": "x4",
184457                        "value": "3"
184458                    }
184459                ]
184460            },
184461            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-0": {
184462                "ignore-enum-members": true,
184463                "kind": "enum",
184464                "values": [
184465                    {
184466                        "desc": "x1",
184467                        "name": "x1",
184468                        "value": "0"
184469                    },
184470                    {
184471                        "desc": "x2",
184472                        "name": "x2",
184473                        "value": "1"
184474                    },
184475                    {
184476                        "desc": "x3",
184477                        "name": "x3",
184478                        "value": "2"
184479                    },
184480                    {
184481                        "desc": "x4",
184482                        "name": "x4",
184483                        "value": "3"
184484                    }
184485                ]
184486            },
184487            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-1": {
184488                "ignore-enum-members": true,
184489                "kind": "enum",
184490                "values": [
184491                    {
184492                        "desc": "x1",
184493                        "name": "x1",
184494                        "value": "0"
184495                    },
184496                    {
184497                        "desc": "x2",
184498                        "name": "x2",
184499                        "value": "1"
184500                    },
184501                    {
184502                        "desc": "x3",
184503                        "name": "x3",
184504                        "value": "2"
184505                    },
184506                    {
184507                        "desc": "x4",
184508                        "name": "x4",
184509                        "value": "3"
184510                    }
184511                ]
184512            },
184513            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-10": {
184514                "ignore-enum-members": true,
184515                "kind": "enum",
184516                "values": [
184517                    {
184518                        "desc": "x1",
184519                        "name": "x1",
184520                        "value": "0"
184521                    },
184522                    {
184523                        "desc": "x2",
184524                        "name": "x2",
184525                        "value": "1"
184526                    },
184527                    {
184528                        "desc": "x3",
184529                        "name": "x3",
184530                        "value": "2"
184531                    },
184532                    {
184533                        "desc": "x4",
184534                        "name": "x4",
184535                        "value": "3"
184536                    }
184537                ]
184538            },
184539            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-11": {
184540                "ignore-enum-members": true,
184541                "kind": "enum",
184542                "values": [
184543                    {
184544                        "desc": "x1",
184545                        "name": "x1",
184546                        "value": "0"
184547                    },
184548                    {
184549                        "desc": "x2",
184550                        "name": "x2",
184551                        "value": "1"
184552                    },
184553                    {
184554                        "desc": "x3",
184555                        "name": "x3",
184556                        "value": "2"
184557                    },
184558                    {
184559                        "desc": "x4",
184560                        "name": "x4",
184561                        "value": "3"
184562                    }
184563                ]
184564            },
184565            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-12": {
184566                "ignore-enum-members": true,
184567                "kind": "enum",
184568                "values": [
184569                    {
184570                        "desc": "x1",
184571                        "name": "x1",
184572                        "value": "0"
184573                    },
184574                    {
184575                        "desc": "x2",
184576                        "name": "x2",
184577                        "value": "1"
184578                    },
184579                    {
184580                        "desc": "x3",
184581                        "name": "x3",
184582                        "value": "2"
184583                    },
184584                    {
184585                        "desc": "x4",
184586                        "name": "x4",
184587                        "value": "3"
184588                    }
184589                ]
184590            },
184591            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-13": {
184592                "ignore-enum-members": true,
184593                "kind": "enum",
184594                "values": [
184595                    {
184596                        "desc": "x1",
184597                        "name": "x1",
184598                        "value": "0"
184599                    },
184600                    {
184601                        "desc": "x2",
184602                        "name": "x2",
184603                        "value": "1"
184604                    },
184605                    {
184606                        "desc": "x3",
184607                        "name": "x3",
184608                        "value": "2"
184609                    },
184610                    {
184611                        "desc": "x4",
184612                        "name": "x4",
184613                        "value": "3"
184614                    }
184615                ]
184616            },
184617            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-14": {
184618                "ignore-enum-members": true,
184619                "kind": "enum",
184620                "values": [
184621                    {
184622                        "desc": "x1",
184623                        "name": "x1",
184624                        "value": "0"
184625                    },
184626                    {
184627                        "desc": "x2",
184628                        "name": "x2",
184629                        "value": "1"
184630                    },
184631                    {
184632                        "desc": "x3",
184633                        "name": "x3",
184634                        "value": "2"
184635                    },
184636                    {
184637                        "desc": "x4",
184638                        "name": "x4",
184639                        "value": "3"
184640                    }
184641                ]
184642            },
184643            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-15": {
184644                "ignore-enum-members": true,
184645                "kind": "enum",
184646                "values": [
184647                    {
184648                        "desc": "x1",
184649                        "name": "x1",
184650                        "value": "0"
184651                    },
184652                    {
184653                        "desc": "x2",
184654                        "name": "x2",
184655                        "value": "1"
184656                    },
184657                    {
184658                        "desc": "x3",
184659                        "name": "x3",
184660                        "value": "2"
184661                    },
184662                    {
184663                        "desc": "x4",
184664                        "name": "x4",
184665                        "value": "3"
184666                    }
184667                ]
184668            },
184669            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-16": {
184670                "ignore-enum-members": true,
184671                "kind": "enum",
184672                "values": [
184673                    {
184674                        "desc": "x1",
184675                        "name": "x1",
184676                        "value": "0"
184677                    },
184678                    {
184679                        "desc": "x2",
184680                        "name": "x2",
184681                        "value": "1"
184682                    },
184683                    {
184684                        "desc": "x3",
184685                        "name": "x3",
184686                        "value": "2"
184687                    },
184688                    {
184689                        "desc": "x4",
184690                        "name": "x4",
184691                        "value": "3"
184692                    }
184693                ]
184694            },
184695            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-17": {
184696                "ignore-enum-members": true,
184697                "kind": "enum",
184698                "values": [
184699                    {
184700                        "desc": "x1",
184701                        "name": "x1",
184702                        "value": "0"
184703                    },
184704                    {
184705                        "desc": "x2",
184706                        "name": "x2",
184707                        "value": "1"
184708                    },
184709                    {
184710                        "desc": "x3",
184711                        "name": "x3",
184712                        "value": "2"
184713                    },
184714                    {
184715                        "desc": "x4",
184716                        "name": "x4",
184717                        "value": "3"
184718                    }
184719                ]
184720            },
184721            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-18": {
184722                "ignore-enum-members": true,
184723                "kind": "enum",
184724                "values": [
184725                    {
184726                        "desc": "x1",
184727                        "name": "x1",
184728                        "value": "0"
184729                    },
184730                    {
184731                        "desc": "x2",
184732                        "name": "x2",
184733                        "value": "1"
184734                    },
184735                    {
184736                        "desc": "x3",
184737                        "name": "x3",
184738                        "value": "2"
184739                    },
184740                    {
184741                        "desc": "x4",
184742                        "name": "x4",
184743                        "value": "3"
184744                    }
184745                ]
184746            },
184747            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-19": {
184748                "ignore-enum-members": true,
184749                "kind": "enum",
184750                "values": [
184751                    {
184752                        "desc": "x1",
184753                        "name": "x1",
184754                        "value": "0"
184755                    },
184756                    {
184757                        "desc": "x2",
184758                        "name": "x2",
184759                        "value": "1"
184760                    },
184761                    {
184762                        "desc": "x3",
184763                        "name": "x3",
184764                        "value": "2"
184765                    },
184766                    {
184767                        "desc": "x4",
184768                        "name": "x4",
184769                        "value": "3"
184770                    }
184771                ]
184772            },
184773            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-2": {
184774                "ignore-enum-members": true,
184775                "kind": "enum",
184776                "values": [
184777                    {
184778                        "desc": "x1",
184779                        "name": "x1",
184780                        "value": "0"
184781                    },
184782                    {
184783                        "desc": "x2",
184784                        "name": "x2",
184785                        "value": "1"
184786                    },
184787                    {
184788                        "desc": "x3",
184789                        "name": "x3",
184790                        "value": "2"
184791                    },
184792                    {
184793                        "desc": "x4",
184794                        "name": "x4",
184795                        "value": "3"
184796                    }
184797                ]
184798            },
184799            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-20": {
184800                "ignore-enum-members": true,
184801                "kind": "enum",
184802                "values": [
184803                    {
184804                        "desc": "x1",
184805                        "name": "x1",
184806                        "value": "0"
184807                    },
184808                    {
184809                        "desc": "x2",
184810                        "name": "x2",
184811                        "value": "1"
184812                    },
184813                    {
184814                        "desc": "x3",
184815                        "name": "x3",
184816                        "value": "2"
184817                    },
184818                    {
184819                        "desc": "x4",
184820                        "name": "x4",
184821                        "value": "3"
184822                    }
184823                ]
184824            },
184825            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-21": {
184826                "ignore-enum-members": true,
184827                "kind": "enum",
184828                "values": [
184829                    {
184830                        "desc": "x1",
184831                        "name": "x1",
184832                        "value": "0"
184833                    },
184834                    {
184835                        "desc": "x2",
184836                        "name": "x2",
184837                        "value": "1"
184838                    },
184839                    {
184840                        "desc": "x3",
184841                        "name": "x3",
184842                        "value": "2"
184843                    },
184844                    {
184845                        "desc": "x4",
184846                        "name": "x4",
184847                        "value": "3"
184848                    }
184849                ]
184850            },
184851            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-22": {
184852                "ignore-enum-members": true,
184853                "kind": "enum",
184854                "values": [
184855                    {
184856                        "desc": "x1",
184857                        "name": "x1",
184858                        "value": "0"
184859                    },
184860                    {
184861                        "desc": "x2",
184862                        "name": "x2",
184863                        "value": "1"
184864                    },
184865                    {
184866                        "desc": "x3",
184867                        "name": "x3",
184868                        "value": "2"
184869                    },
184870                    {
184871                        "desc": "x4",
184872                        "name": "x4",
184873                        "value": "3"
184874                    }
184875                ]
184876            },
184877            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-23": {
184878                "ignore-enum-members": true,
184879                "kind": "enum",
184880                "values": [
184881                    {
184882                        "desc": "x1",
184883                        "name": "x1",
184884                        "value": "0"
184885                    },
184886                    {
184887                        "desc": "x2",
184888                        "name": "x2",
184889                        "value": "1"
184890                    },
184891                    {
184892                        "desc": "x3",
184893                        "name": "x3",
184894                        "value": "2"
184895                    },
184896                    {
184897                        "desc": "x4",
184898                        "name": "x4",
184899                        "value": "3"
184900                    }
184901                ]
184902            },
184903            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-24": {
184904                "ignore-enum-members": true,
184905                "kind": "enum",
184906                "values": [
184907                    {
184908                        "desc": "x1",
184909                        "name": "x1",
184910                        "value": "0"
184911                    },
184912                    {
184913                        "desc": "x2",
184914                        "name": "x2",
184915                        "value": "1"
184916                    },
184917                    {
184918                        "desc": "x3",
184919                        "name": "x3",
184920                        "value": "2"
184921                    },
184922                    {
184923                        "desc": "x4",
184924                        "name": "x4",
184925                        "value": "3"
184926                    }
184927                ]
184928            },
184929            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-25": {
184930                "ignore-enum-members": true,
184931                "kind": "enum",
184932                "values": [
184933                    {
184934                        "desc": "x1",
184935                        "name": "x1",
184936                        "value": "0"
184937                    },
184938                    {
184939                        "desc": "x2",
184940                        "name": "x2",
184941                        "value": "1"
184942                    },
184943                    {
184944                        "desc": "x3",
184945                        "name": "x3",
184946                        "value": "2"
184947                    },
184948                    {
184949                        "desc": "x4",
184950                        "name": "x4",
184951                        "value": "3"
184952                    }
184953                ]
184954            },
184955            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-26": {
184956                "ignore-enum-members": true,
184957                "kind": "enum",
184958                "values": [
184959                    {
184960                        "desc": "x1",
184961                        "name": "x1",
184962                        "value": "0"
184963                    },
184964                    {
184965                        "desc": "x2",
184966                        "name": "x2",
184967                        "value": "1"
184968                    },
184969                    {
184970                        "desc": "x3",
184971                        "name": "x3",
184972                        "value": "2"
184973                    },
184974                    {
184975                        "desc": "x4",
184976                        "name": "x4",
184977                        "value": "3"
184978                    }
184979                ]
184980            },
184981            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-27": {
184982                "ignore-enum-members": true,
184983                "kind": "enum",
184984                "values": [
184985                    {
184986                        "desc": "x1",
184987                        "name": "x1",
184988                        "value": "0"
184989                    },
184990                    {
184991                        "desc": "x2",
184992                        "name": "x2",
184993                        "value": "1"
184994                    },
184995                    {
184996                        "desc": "x3",
184997                        "name": "x3",
184998                        "value": "2"
184999                    },
185000                    {
185001                        "desc": "x4",
185002                        "name": "x4",
185003                        "value": "3"
185004                    }
185005                ]
185006            },
185007            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-28": {
185008                "ignore-enum-members": true,
185009                "kind": "enum",
185010                "values": [
185011                    {
185012                        "desc": "x1",
185013                        "name": "x1",
185014                        "value": "0"
185015                    },
185016                    {
185017                        "desc": "x2",
185018                        "name": "x2",
185019                        "value": "1"
185020                    },
185021                    {
185022                        "desc": "x3",
185023                        "name": "x3",
185024                        "value": "2"
185025                    },
185026                    {
185027                        "desc": "x4",
185028                        "name": "x4",
185029                        "value": "3"
185030                    }
185031                ]
185032            },
185033            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-29": {
185034                "ignore-enum-members": true,
185035                "kind": "enum",
185036                "values": [
185037                    {
185038                        "desc": "x1",
185039                        "name": "x1",
185040                        "value": "0"
185041                    },
185042                    {
185043                        "desc": "x2",
185044                        "name": "x2",
185045                        "value": "1"
185046                    },
185047                    {
185048                        "desc": "x3",
185049                        "name": "x3",
185050                        "value": "2"
185051                    },
185052                    {
185053                        "desc": "x4",
185054                        "name": "x4",
185055                        "value": "3"
185056                    }
185057                ]
185058            },
185059            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-3": {
185060                "ignore-enum-members": true,
185061                "kind": "enum",
185062                "values": [
185063                    {
185064                        "desc": "x1",
185065                        "name": "x1",
185066                        "value": "0"
185067                    },
185068                    {
185069                        "desc": "x2",
185070                        "name": "x2",
185071                        "value": "1"
185072                    },
185073                    {
185074                        "desc": "x3",
185075                        "name": "x3",
185076                        "value": "2"
185077                    },
185078                    {
185079                        "desc": "x4",
185080                        "name": "x4",
185081                        "value": "3"
185082                    }
185083                ]
185084            },
185085            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-30": {
185086                "ignore-enum-members": true,
185087                "kind": "enum",
185088                "values": [
185089                    {
185090                        "desc": "x1",
185091                        "name": "x1",
185092                        "value": "0"
185093                    },
185094                    {
185095                        "desc": "x2",
185096                        "name": "x2",
185097                        "value": "1"
185098                    },
185099                    {
185100                        "desc": "x3",
185101                        "name": "x3",
185102                        "value": "2"
185103                    },
185104                    {
185105                        "desc": "x4",
185106                        "name": "x4",
185107                        "value": "3"
185108                    }
185109                ]
185110            },
185111            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-31": {
185112                "ignore-enum-members": true,
185113                "kind": "enum",
185114                "values": [
185115                    {
185116                        "desc": "x1",
185117                        "name": "x1",
185118                        "value": "0"
185119                    },
185120                    {
185121                        "desc": "x2",
185122                        "name": "x2",
185123                        "value": "1"
185124                    },
185125                    {
185126                        "desc": "x3",
185127                        "name": "x3",
185128                        "value": "2"
185129                    },
185130                    {
185131                        "desc": "x4",
185132                        "name": "x4",
185133                        "value": "3"
185134                    }
185135                ]
185136            },
185137            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-4": {
185138                "ignore-enum-members": true,
185139                "kind": "enum",
185140                "values": [
185141                    {
185142                        "desc": "x1",
185143                        "name": "x1",
185144                        "value": "0"
185145                    },
185146                    {
185147                        "desc": "x2",
185148                        "name": "x2",
185149                        "value": "1"
185150                    },
185151                    {
185152                        "desc": "x3",
185153                        "name": "x3",
185154                        "value": "2"
185155                    },
185156                    {
185157                        "desc": "x4",
185158                        "name": "x4",
185159                        "value": "3"
185160                    }
185161                ]
185162            },
185163            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-5": {
185164                "ignore-enum-members": true,
185165                "kind": "enum",
185166                "values": [
185167                    {
185168                        "desc": "x1",
185169                        "name": "x1",
185170                        "value": "0"
185171                    },
185172                    {
185173                        "desc": "x2",
185174                        "name": "x2",
185175                        "value": "1"
185176                    },
185177                    {
185178                        "desc": "x3",
185179                        "name": "x3",
185180                        "value": "2"
185181                    },
185182                    {
185183                        "desc": "x4",
185184                        "name": "x4",
185185                        "value": "3"
185186                    }
185187                ]
185188            },
185189            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-6": {
185190                "ignore-enum-members": true,
185191                "kind": "enum",
185192                "values": [
185193                    {
185194                        "desc": "x1",
185195                        "name": "x1",
185196                        "value": "0"
185197                    },
185198                    {
185199                        "desc": "x2",
185200                        "name": "x2",
185201                        "value": "1"
185202                    },
185203                    {
185204                        "desc": "x3",
185205                        "name": "x3",
185206                        "value": "2"
185207                    },
185208                    {
185209                        "desc": "x4",
185210                        "name": "x4",
185211                        "value": "3"
185212                    }
185213                ]
185214            },
185215            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-7": {
185216                "ignore-enum-members": true,
185217                "kind": "enum",
185218                "values": [
185219                    {
185220                        "desc": "x1",
185221                        "name": "x1",
185222                        "value": "0"
185223                    },
185224                    {
185225                        "desc": "x2",
185226                        "name": "x2",
185227                        "value": "1"
185228                    },
185229                    {
185230                        "desc": "x3",
185231                        "name": "x3",
185232                        "value": "2"
185233                    },
185234                    {
185235                        "desc": "x4",
185236                        "name": "x4",
185237                        "value": "3"
185238                    }
185239                ]
185240            },
185241            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-8": {
185242                "ignore-enum-members": true,
185243                "kind": "enum",
185244                "values": [
185245                    {
185246                        "desc": "x1",
185247                        "name": "x1",
185248                        "value": "0"
185249                    },
185250                    {
185251                        "desc": "x2",
185252                        "name": "x2",
185253                        "value": "1"
185254                    },
185255                    {
185256                        "desc": "x3",
185257                        "name": "x3",
185258                        "value": "2"
185259                    },
185260                    {
185261                        "desc": "x4",
185262                        "name": "x4",
185263                        "value": "3"
185264                    }
185265                ]
185266            },
185267            "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-9": {
185268                "ignore-enum-members": true,
185269                "kind": "enum",
185270                "values": [
185271                    {
185272                        "desc": "x1",
185273                        "name": "x1",
185274                        "value": "0"
185275                    },
185276                    {
185277                        "desc": "x2",
185278                        "name": "x2",
185279                        "value": "1"
185280                    },
185281                    {
185282                        "desc": "x3",
185283                        "name": "x3",
185284                        "value": "2"
185285                    },
185286                    {
185287                        "desc": "x4",
185288                        "name": "x4",
185289                        "value": "3"
185290                    }
185291                ]
185292            },
185293            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofft": {
185294                "ignore-enum-members": true,
185295                "kind": "enum",
185296                "values": [
185297                    {
185298                        "desc": "Off",
185299                        "name": "Off",
185300                        "value": "0"
185301                    },
185302                    {
185303                        "desc": "Post-eq",
185304                        "name": "Post-eq",
185305                        "value": "1"
185306                    },
185307                    {
185308                        "desc": "Pre-eq",
185309                        "name": "Pre-eq",
185310                        "value": "2"
185311                    }
185312                ]
185313            },
185314            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-0": {
185315                "ignore-enum-members": true,
185316                "kind": "enum",
185317                "values": [
185318                    {
185319                        "desc": "RLC (BT)",
185320                        "name": "RLC (BT)",
185321                        "value": "0"
185322                    },
185323                    {
185324                        "desc": "RLC (MT)",
185325                        "name": "RLC (MT)",
185326                        "value": "1"
185327                    },
185328                    {
185329                        "desc": "BWC (BT)",
185330                        "name": "BWC (BT)",
185331                        "value": "2"
185332                    },
185333                    {
185334                        "desc": "BWC (MT)",
185335                        "name": "BWC (MT)",
185336                        "value": "3"
185337                    },
185338                    {
185339                        "desc": "LRX (BT)",
185340                        "name": "LRX (BT)",
185341                        "value": "4"
185342                    },
185343                    {
185344                        "desc": "LRX (MT)",
185345                        "name": "LRX (MT)",
185346                        "value": "5"
185347                    },
185348                    {
185349                        "desc": "APO (DR)",
185350                        "name": "APO (DR)",
185351                        "value": "6"
185352                    }
185353                ]
185354            },
185355            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-1": {
185356                "ignore-enum-members": true,
185357                "kind": "enum",
185358                "values": [
185359                    {
185360                        "desc": "RLC (BT)",
185361                        "name": "RLC (BT)",
185362                        "value": "0"
185363                    },
185364                    {
185365                        "desc": "RLC (MT)",
185366                        "name": "RLC (MT)",
185367                        "value": "1"
185368                    },
185369                    {
185370                        "desc": "BWC (BT)",
185371                        "name": "BWC (BT)",
185372                        "value": "2"
185373                    },
185374                    {
185375                        "desc": "BWC (MT)",
185376                        "name": "BWC (MT)",
185377                        "value": "3"
185378                    },
185379                    {
185380                        "desc": "LRX (BT)",
185381                        "name": "LRX (BT)",
185382                        "value": "4"
185383                    },
185384                    {
185385                        "desc": "LRX (MT)",
185386                        "name": "LRX (MT)",
185387                        "value": "5"
185388                    },
185389                    {
185390                        "desc": "APO (DR)",
185391                        "name": "APO (DR)",
185392                        "value": "6"
185393                    }
185394                ]
185395            },
185396            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-10": {
185397                "ignore-enum-members": true,
185398                "kind": "enum",
185399                "values": [
185400                    {
185401                        "desc": "RLC (BT)",
185402                        "name": "RLC (BT)",
185403                        "value": "0"
185404                    },
185405                    {
185406                        "desc": "RLC (MT)",
185407                        "name": "RLC (MT)",
185408                        "value": "1"
185409                    },
185410                    {
185411                        "desc": "BWC (BT)",
185412                        "name": "BWC (BT)",
185413                        "value": "2"
185414                    },
185415                    {
185416                        "desc": "BWC (MT)",
185417                        "name": "BWC (MT)",
185418                        "value": "3"
185419                    },
185420                    {
185421                        "desc": "LRX (BT)",
185422                        "name": "LRX (BT)",
185423                        "value": "4"
185424                    },
185425                    {
185426                        "desc": "LRX (MT)",
185427                        "name": "LRX (MT)",
185428                        "value": "5"
185429                    },
185430                    {
185431                        "desc": "APO (DR)",
185432                        "name": "APO (DR)",
185433                        "value": "6"
185434                    }
185435                ]
185436            },
185437            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-11": {
185438                "ignore-enum-members": true,
185439                "kind": "enum",
185440                "values": [
185441                    {
185442                        "desc": "RLC (BT)",
185443                        "name": "RLC (BT)",
185444                        "value": "0"
185445                    },
185446                    {
185447                        "desc": "RLC (MT)",
185448                        "name": "RLC (MT)",
185449                        "value": "1"
185450                    },
185451                    {
185452                        "desc": "BWC (BT)",
185453                        "name": "BWC (BT)",
185454                        "value": "2"
185455                    },
185456                    {
185457                        "desc": "BWC (MT)",
185458                        "name": "BWC (MT)",
185459                        "value": "3"
185460                    },
185461                    {
185462                        "desc": "LRX (BT)",
185463                        "name": "LRX (BT)",
185464                        "value": "4"
185465                    },
185466                    {
185467                        "desc": "LRX (MT)",
185468                        "name": "LRX (MT)",
185469                        "value": "5"
185470                    },
185471                    {
185472                        "desc": "APO (DR)",
185473                        "name": "APO (DR)",
185474                        "value": "6"
185475                    }
185476                ]
185477            },
185478            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-12": {
185479                "ignore-enum-members": true,
185480                "kind": "enum",
185481                "values": [
185482                    {
185483                        "desc": "RLC (BT)",
185484                        "name": "RLC (BT)",
185485                        "value": "0"
185486                    },
185487                    {
185488                        "desc": "RLC (MT)",
185489                        "name": "RLC (MT)",
185490                        "value": "1"
185491                    },
185492                    {
185493                        "desc": "BWC (BT)",
185494                        "name": "BWC (BT)",
185495                        "value": "2"
185496                    },
185497                    {
185498                        "desc": "BWC (MT)",
185499                        "name": "BWC (MT)",
185500                        "value": "3"
185501                    },
185502                    {
185503                        "desc": "LRX (BT)",
185504                        "name": "LRX (BT)",
185505                        "value": "4"
185506                    },
185507                    {
185508                        "desc": "LRX (MT)",
185509                        "name": "LRX (MT)",
185510                        "value": "5"
185511                    },
185512                    {
185513                        "desc": "APO (DR)",
185514                        "name": "APO (DR)",
185515                        "value": "6"
185516                    }
185517                ]
185518            },
185519            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-13": {
185520                "ignore-enum-members": true,
185521                "kind": "enum",
185522                "values": [
185523                    {
185524                        "desc": "RLC (BT)",
185525                        "name": "RLC (BT)",
185526                        "value": "0"
185527                    },
185528                    {
185529                        "desc": "RLC (MT)",
185530                        "name": "RLC (MT)",
185531                        "value": "1"
185532                    },
185533                    {
185534                        "desc": "BWC (BT)",
185535                        "name": "BWC (BT)",
185536                        "value": "2"
185537                    },
185538                    {
185539                        "desc": "BWC (MT)",
185540                        "name": "BWC (MT)",
185541                        "value": "3"
185542                    },
185543                    {
185544                        "desc": "LRX (BT)",
185545                        "name": "LRX (BT)",
185546                        "value": "4"
185547                    },
185548                    {
185549                        "desc": "LRX (MT)",
185550                        "name": "LRX (MT)",
185551                        "value": "5"
185552                    },
185553                    {
185554                        "desc": "APO (DR)",
185555                        "name": "APO (DR)",
185556                        "value": "6"
185557                    }
185558                ]
185559            },
185560            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-14": {
185561                "ignore-enum-members": true,
185562                "kind": "enum",
185563                "values": [
185564                    {
185565                        "desc": "RLC (BT)",
185566                        "name": "RLC (BT)",
185567                        "value": "0"
185568                    },
185569                    {
185570                        "desc": "RLC (MT)",
185571                        "name": "RLC (MT)",
185572                        "value": "1"
185573                    },
185574                    {
185575                        "desc": "BWC (BT)",
185576                        "name": "BWC (BT)",
185577                        "value": "2"
185578                    },
185579                    {
185580                        "desc": "BWC (MT)",
185581                        "name": "BWC (MT)",
185582                        "value": "3"
185583                    },
185584                    {
185585                        "desc": "LRX (BT)",
185586                        "name": "LRX (BT)",
185587                        "value": "4"
185588                    },
185589                    {
185590                        "desc": "LRX (MT)",
185591                        "name": "LRX (MT)",
185592                        "value": "5"
185593                    },
185594                    {
185595                        "desc": "APO (DR)",
185596                        "name": "APO (DR)",
185597                        "value": "6"
185598                    }
185599                ]
185600            },
185601            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-15": {
185602                "ignore-enum-members": true,
185603                "kind": "enum",
185604                "values": [
185605                    {
185606                        "desc": "RLC (BT)",
185607                        "name": "RLC (BT)",
185608                        "value": "0"
185609                    },
185610                    {
185611                        "desc": "RLC (MT)",
185612                        "name": "RLC (MT)",
185613                        "value": "1"
185614                    },
185615                    {
185616                        "desc": "BWC (BT)",
185617                        "name": "BWC (BT)",
185618                        "value": "2"
185619                    },
185620                    {
185621                        "desc": "BWC (MT)",
185622                        "name": "BWC (MT)",
185623                        "value": "3"
185624                    },
185625                    {
185626                        "desc": "LRX (BT)",
185627                        "name": "LRX (BT)",
185628                        "value": "4"
185629                    },
185630                    {
185631                        "desc": "LRX (MT)",
185632                        "name": "LRX (MT)",
185633                        "value": "5"
185634                    },
185635                    {
185636                        "desc": "APO (DR)",
185637                        "name": "APO (DR)",
185638                        "value": "6"
185639                    }
185640                ]
185641            },
185642            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-16": {
185643                "ignore-enum-members": true,
185644                "kind": "enum",
185645                "values": [
185646                    {
185647                        "desc": "RLC (BT)",
185648                        "name": "RLC (BT)",
185649                        "value": "0"
185650                    },
185651                    {
185652                        "desc": "RLC (MT)",
185653                        "name": "RLC (MT)",
185654                        "value": "1"
185655                    },
185656                    {
185657                        "desc": "BWC (BT)",
185658                        "name": "BWC (BT)",
185659                        "value": "2"
185660                    },
185661                    {
185662                        "desc": "BWC (MT)",
185663                        "name": "BWC (MT)",
185664                        "value": "3"
185665                    },
185666                    {
185667                        "desc": "LRX (BT)",
185668                        "name": "LRX (BT)",
185669                        "value": "4"
185670                    },
185671                    {
185672                        "desc": "LRX (MT)",
185673                        "name": "LRX (MT)",
185674                        "value": "5"
185675                    },
185676                    {
185677                        "desc": "APO (DR)",
185678                        "name": "APO (DR)",
185679                        "value": "6"
185680                    }
185681                ]
185682            },
185683            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-17": {
185684                "ignore-enum-members": true,
185685                "kind": "enum",
185686                "values": [
185687                    {
185688                        "desc": "RLC (BT)",
185689                        "name": "RLC (BT)",
185690                        "value": "0"
185691                    },
185692                    {
185693                        "desc": "RLC (MT)",
185694                        "name": "RLC (MT)",
185695                        "value": "1"
185696                    },
185697                    {
185698                        "desc": "BWC (BT)",
185699                        "name": "BWC (BT)",
185700                        "value": "2"
185701                    },
185702                    {
185703                        "desc": "BWC (MT)",
185704                        "name": "BWC (MT)",
185705                        "value": "3"
185706                    },
185707                    {
185708                        "desc": "LRX (BT)",
185709                        "name": "LRX (BT)",
185710                        "value": "4"
185711                    },
185712                    {
185713                        "desc": "LRX (MT)",
185714                        "name": "LRX (MT)",
185715                        "value": "5"
185716                    },
185717                    {
185718                        "desc": "APO (DR)",
185719                        "name": "APO (DR)",
185720                        "value": "6"
185721                    }
185722                ]
185723            },
185724            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-18": {
185725                "ignore-enum-members": true,
185726                "kind": "enum",
185727                "values": [
185728                    {
185729                        "desc": "RLC (BT)",
185730                        "name": "RLC (BT)",
185731                        "value": "0"
185732                    },
185733                    {
185734                        "desc": "RLC (MT)",
185735                        "name": "RLC (MT)",
185736                        "value": "1"
185737                    },
185738                    {
185739                        "desc": "BWC (BT)",
185740                        "name": "BWC (BT)",
185741                        "value": "2"
185742                    },
185743                    {
185744                        "desc": "BWC (MT)",
185745                        "name": "BWC (MT)",
185746                        "value": "3"
185747                    },
185748                    {
185749                        "desc": "LRX (BT)",
185750                        "name": "LRX (BT)",
185751                        "value": "4"
185752                    },
185753                    {
185754                        "desc": "LRX (MT)",
185755                        "name": "LRX (MT)",
185756                        "value": "5"
185757                    },
185758                    {
185759                        "desc": "APO (DR)",
185760                        "name": "APO (DR)",
185761                        "value": "6"
185762                    }
185763                ]
185764            },
185765            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-19": {
185766                "ignore-enum-members": true,
185767                "kind": "enum",
185768                "values": [
185769                    {
185770                        "desc": "RLC (BT)",
185771                        "name": "RLC (BT)",
185772                        "value": "0"
185773                    },
185774                    {
185775                        "desc": "RLC (MT)",
185776                        "name": "RLC (MT)",
185777                        "value": "1"
185778                    },
185779                    {
185780                        "desc": "BWC (BT)",
185781                        "name": "BWC (BT)",
185782                        "value": "2"
185783                    },
185784                    {
185785                        "desc": "BWC (MT)",
185786                        "name": "BWC (MT)",
185787                        "value": "3"
185788                    },
185789                    {
185790                        "desc": "LRX (BT)",
185791                        "name": "LRX (BT)",
185792                        "value": "4"
185793                    },
185794                    {
185795                        "desc": "LRX (MT)",
185796                        "name": "LRX (MT)",
185797                        "value": "5"
185798                    },
185799                    {
185800                        "desc": "APO (DR)",
185801                        "name": "APO (DR)",
185802                        "value": "6"
185803                    }
185804                ]
185805            },
185806            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-2": {
185807                "ignore-enum-members": true,
185808                "kind": "enum",
185809                "values": [
185810                    {
185811                        "desc": "RLC (BT)",
185812                        "name": "RLC (BT)",
185813                        "value": "0"
185814                    },
185815                    {
185816                        "desc": "RLC (MT)",
185817                        "name": "RLC (MT)",
185818                        "value": "1"
185819                    },
185820                    {
185821                        "desc": "BWC (BT)",
185822                        "name": "BWC (BT)",
185823                        "value": "2"
185824                    },
185825                    {
185826                        "desc": "BWC (MT)",
185827                        "name": "BWC (MT)",
185828                        "value": "3"
185829                    },
185830                    {
185831                        "desc": "LRX (BT)",
185832                        "name": "LRX (BT)",
185833                        "value": "4"
185834                    },
185835                    {
185836                        "desc": "LRX (MT)",
185837                        "name": "LRX (MT)",
185838                        "value": "5"
185839                    },
185840                    {
185841                        "desc": "APO (DR)",
185842                        "name": "APO (DR)",
185843                        "value": "6"
185844                    }
185845                ]
185846            },
185847            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-20": {
185848                "ignore-enum-members": true,
185849                "kind": "enum",
185850                "values": [
185851                    {
185852                        "desc": "RLC (BT)",
185853                        "name": "RLC (BT)",
185854                        "value": "0"
185855                    },
185856                    {
185857                        "desc": "RLC (MT)",
185858                        "name": "RLC (MT)",
185859                        "value": "1"
185860                    },
185861                    {
185862                        "desc": "BWC (BT)",
185863                        "name": "BWC (BT)",
185864                        "value": "2"
185865                    },
185866                    {
185867                        "desc": "BWC (MT)",
185868                        "name": "BWC (MT)",
185869                        "value": "3"
185870                    },
185871                    {
185872                        "desc": "LRX (BT)",
185873                        "name": "LRX (BT)",
185874                        "value": "4"
185875                    },
185876                    {
185877                        "desc": "LRX (MT)",
185878                        "name": "LRX (MT)",
185879                        "value": "5"
185880                    },
185881                    {
185882                        "desc": "APO (DR)",
185883                        "name": "APO (DR)",
185884                        "value": "6"
185885                    }
185886                ]
185887            },
185888            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-21": {
185889                "ignore-enum-members": true,
185890                "kind": "enum",
185891                "values": [
185892                    {
185893                        "desc": "RLC (BT)",
185894                        "name": "RLC (BT)",
185895                        "value": "0"
185896                    },
185897                    {
185898                        "desc": "RLC (MT)",
185899                        "name": "RLC (MT)",
185900                        "value": "1"
185901                    },
185902                    {
185903                        "desc": "BWC (BT)",
185904                        "name": "BWC (BT)",
185905                        "value": "2"
185906                    },
185907                    {
185908                        "desc": "BWC (MT)",
185909                        "name": "BWC (MT)",
185910                        "value": "3"
185911                    },
185912                    {
185913                        "desc": "LRX (BT)",
185914                        "name": "LRX (BT)",
185915                        "value": "4"
185916                    },
185917                    {
185918                        "desc": "LRX (MT)",
185919                        "name": "LRX (MT)",
185920                        "value": "5"
185921                    },
185922                    {
185923                        "desc": "APO (DR)",
185924                        "name": "APO (DR)",
185925                        "value": "6"
185926                    }
185927                ]
185928            },
185929            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-22": {
185930                "ignore-enum-members": true,
185931                "kind": "enum",
185932                "values": [
185933                    {
185934                        "desc": "RLC (BT)",
185935                        "name": "RLC (BT)",
185936                        "value": "0"
185937                    },
185938                    {
185939                        "desc": "RLC (MT)",
185940                        "name": "RLC (MT)",
185941                        "value": "1"
185942                    },
185943                    {
185944                        "desc": "BWC (BT)",
185945                        "name": "BWC (BT)",
185946                        "value": "2"
185947                    },
185948                    {
185949                        "desc": "BWC (MT)",
185950                        "name": "BWC (MT)",
185951                        "value": "3"
185952                    },
185953                    {
185954                        "desc": "LRX (BT)",
185955                        "name": "LRX (BT)",
185956                        "value": "4"
185957                    },
185958                    {
185959                        "desc": "LRX (MT)",
185960                        "name": "LRX (MT)",
185961                        "value": "5"
185962                    },
185963                    {
185964                        "desc": "APO (DR)",
185965                        "name": "APO (DR)",
185966                        "value": "6"
185967                    }
185968                ]
185969            },
185970            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-23": {
185971                "ignore-enum-members": true,
185972                "kind": "enum",
185973                "values": [
185974                    {
185975                        "desc": "RLC (BT)",
185976                        "name": "RLC (BT)",
185977                        "value": "0"
185978                    },
185979                    {
185980                        "desc": "RLC (MT)",
185981                        "name": "RLC (MT)",
185982                        "value": "1"
185983                    },
185984                    {
185985                        "desc": "BWC (BT)",
185986                        "name": "BWC (BT)",
185987                        "value": "2"
185988                    },
185989                    {
185990                        "desc": "BWC (MT)",
185991                        "name": "BWC (MT)",
185992                        "value": "3"
185993                    },
185994                    {
185995                        "desc": "LRX (BT)",
185996                        "name": "LRX (BT)",
185997                        "value": "4"
185998                    },
185999                    {
186000                        "desc": "LRX (MT)",
186001                        "name": "LRX (MT)",
186002                        "value": "5"
186003                    },
186004                    {
186005                        "desc": "APO (DR)",
186006                        "name": "APO (DR)",
186007                        "value": "6"
186008                    }
186009                ]
186010            },
186011            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-24": {
186012                "ignore-enum-members": true,
186013                "kind": "enum",
186014                "values": [
186015                    {
186016                        "desc": "RLC (BT)",
186017                        "name": "RLC (BT)",
186018                        "value": "0"
186019                    },
186020                    {
186021                        "desc": "RLC (MT)",
186022                        "name": "RLC (MT)",
186023                        "value": "1"
186024                    },
186025                    {
186026                        "desc": "BWC (BT)",
186027                        "name": "BWC (BT)",
186028                        "value": "2"
186029                    },
186030                    {
186031                        "desc": "BWC (MT)",
186032                        "name": "BWC (MT)",
186033                        "value": "3"
186034                    },
186035                    {
186036                        "desc": "LRX (BT)",
186037                        "name": "LRX (BT)",
186038                        "value": "4"
186039                    },
186040                    {
186041                        "desc": "LRX (MT)",
186042                        "name": "LRX (MT)",
186043                        "value": "5"
186044                    },
186045                    {
186046                        "desc": "APO (DR)",
186047                        "name": "APO (DR)",
186048                        "value": "6"
186049                    }
186050                ]
186051            },
186052            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-25": {
186053                "ignore-enum-members": true,
186054                "kind": "enum",
186055                "values": [
186056                    {
186057                        "desc": "RLC (BT)",
186058                        "name": "RLC (BT)",
186059                        "value": "0"
186060                    },
186061                    {
186062                        "desc": "RLC (MT)",
186063                        "name": "RLC (MT)",
186064                        "value": "1"
186065                    },
186066                    {
186067                        "desc": "BWC (BT)",
186068                        "name": "BWC (BT)",
186069                        "value": "2"
186070                    },
186071                    {
186072                        "desc": "BWC (MT)",
186073                        "name": "BWC (MT)",
186074                        "value": "3"
186075                    },
186076                    {
186077                        "desc": "LRX (BT)",
186078                        "name": "LRX (BT)",
186079                        "value": "4"
186080                    },
186081                    {
186082                        "desc": "LRX (MT)",
186083                        "name": "LRX (MT)",
186084                        "value": "5"
186085                    },
186086                    {
186087                        "desc": "APO (DR)",
186088                        "name": "APO (DR)",
186089                        "value": "6"
186090                    }
186091                ]
186092            },
186093            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-26": {
186094                "ignore-enum-members": true,
186095                "kind": "enum",
186096                "values": [
186097                    {
186098                        "desc": "RLC (BT)",
186099                        "name": "RLC (BT)",
186100                        "value": "0"
186101                    },
186102                    {
186103                        "desc": "RLC (MT)",
186104                        "name": "RLC (MT)",
186105                        "value": "1"
186106                    },
186107                    {
186108                        "desc": "BWC (BT)",
186109                        "name": "BWC (BT)",
186110                        "value": "2"
186111                    },
186112                    {
186113                        "desc": "BWC (MT)",
186114                        "name": "BWC (MT)",
186115                        "value": "3"
186116                    },
186117                    {
186118                        "desc": "LRX (BT)",
186119                        "name": "LRX (BT)",
186120                        "value": "4"
186121                    },
186122                    {
186123                        "desc": "LRX (MT)",
186124                        "name": "LRX (MT)",
186125                        "value": "5"
186126                    },
186127                    {
186128                        "desc": "APO (DR)",
186129                        "name": "APO (DR)",
186130                        "value": "6"
186131                    }
186132                ]
186133            },
186134            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-27": {
186135                "ignore-enum-members": true,
186136                "kind": "enum",
186137                "values": [
186138                    {
186139                        "desc": "RLC (BT)",
186140                        "name": "RLC (BT)",
186141                        "value": "0"
186142                    },
186143                    {
186144                        "desc": "RLC (MT)",
186145                        "name": "RLC (MT)",
186146                        "value": "1"
186147                    },
186148                    {
186149                        "desc": "BWC (BT)",
186150                        "name": "BWC (BT)",
186151                        "value": "2"
186152                    },
186153                    {
186154                        "desc": "BWC (MT)",
186155                        "name": "BWC (MT)",
186156                        "value": "3"
186157                    },
186158                    {
186159                        "desc": "LRX (BT)",
186160                        "name": "LRX (BT)",
186161                        "value": "4"
186162                    },
186163                    {
186164                        "desc": "LRX (MT)",
186165                        "name": "LRX (MT)",
186166                        "value": "5"
186167                    },
186168                    {
186169                        "desc": "APO (DR)",
186170                        "name": "APO (DR)",
186171                        "value": "6"
186172                    }
186173                ]
186174            },
186175            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-28": {
186176                "ignore-enum-members": true,
186177                "kind": "enum",
186178                "values": [
186179                    {
186180                        "desc": "RLC (BT)",
186181                        "name": "RLC (BT)",
186182                        "value": "0"
186183                    },
186184                    {
186185                        "desc": "RLC (MT)",
186186                        "name": "RLC (MT)",
186187                        "value": "1"
186188                    },
186189                    {
186190                        "desc": "BWC (BT)",
186191                        "name": "BWC (BT)",
186192                        "value": "2"
186193                    },
186194                    {
186195                        "desc": "BWC (MT)",
186196                        "name": "BWC (MT)",
186197                        "value": "3"
186198                    },
186199                    {
186200                        "desc": "LRX (BT)",
186201                        "name": "LRX (BT)",
186202                        "value": "4"
186203                    },
186204                    {
186205                        "desc": "LRX (MT)",
186206                        "name": "LRX (MT)",
186207                        "value": "5"
186208                    },
186209                    {
186210                        "desc": "APO (DR)",
186211                        "name": "APO (DR)",
186212                        "value": "6"
186213                    }
186214                ]
186215            },
186216            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-29": {
186217                "ignore-enum-members": true,
186218                "kind": "enum",
186219                "values": [
186220                    {
186221                        "desc": "RLC (BT)",
186222                        "name": "RLC (BT)",
186223                        "value": "0"
186224                    },
186225                    {
186226                        "desc": "RLC (MT)",
186227                        "name": "RLC (MT)",
186228                        "value": "1"
186229                    },
186230                    {
186231                        "desc": "BWC (BT)",
186232                        "name": "BWC (BT)",
186233                        "value": "2"
186234                    },
186235                    {
186236                        "desc": "BWC (MT)",
186237                        "name": "BWC (MT)",
186238                        "value": "3"
186239                    },
186240                    {
186241                        "desc": "LRX (BT)",
186242                        "name": "LRX (BT)",
186243                        "value": "4"
186244                    },
186245                    {
186246                        "desc": "LRX (MT)",
186247                        "name": "LRX (MT)",
186248                        "value": "5"
186249                    },
186250                    {
186251                        "desc": "APO (DR)",
186252                        "name": "APO (DR)",
186253                        "value": "6"
186254                    }
186255                ]
186256            },
186257            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-3": {
186258                "ignore-enum-members": true,
186259                "kind": "enum",
186260                "values": [
186261                    {
186262                        "desc": "RLC (BT)",
186263                        "name": "RLC (BT)",
186264                        "value": "0"
186265                    },
186266                    {
186267                        "desc": "RLC (MT)",
186268                        "name": "RLC (MT)",
186269                        "value": "1"
186270                    },
186271                    {
186272                        "desc": "BWC (BT)",
186273                        "name": "BWC (BT)",
186274                        "value": "2"
186275                    },
186276                    {
186277                        "desc": "BWC (MT)",
186278                        "name": "BWC (MT)",
186279                        "value": "3"
186280                    },
186281                    {
186282                        "desc": "LRX (BT)",
186283                        "name": "LRX (BT)",
186284                        "value": "4"
186285                    },
186286                    {
186287                        "desc": "LRX (MT)",
186288                        "name": "LRX (MT)",
186289                        "value": "5"
186290                    },
186291                    {
186292                        "desc": "APO (DR)",
186293                        "name": "APO (DR)",
186294                        "value": "6"
186295                    }
186296                ]
186297            },
186298            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-30": {
186299                "ignore-enum-members": true,
186300                "kind": "enum",
186301                "values": [
186302                    {
186303                        "desc": "RLC (BT)",
186304                        "name": "RLC (BT)",
186305                        "value": "0"
186306                    },
186307                    {
186308                        "desc": "RLC (MT)",
186309                        "name": "RLC (MT)",
186310                        "value": "1"
186311                    },
186312                    {
186313                        "desc": "BWC (BT)",
186314                        "name": "BWC (BT)",
186315                        "value": "2"
186316                    },
186317                    {
186318                        "desc": "BWC (MT)",
186319                        "name": "BWC (MT)",
186320                        "value": "3"
186321                    },
186322                    {
186323                        "desc": "LRX (BT)",
186324                        "name": "LRX (BT)",
186325                        "value": "4"
186326                    },
186327                    {
186328                        "desc": "LRX (MT)",
186329                        "name": "LRX (MT)",
186330                        "value": "5"
186331                    },
186332                    {
186333                        "desc": "APO (DR)",
186334                        "name": "APO (DR)",
186335                        "value": "6"
186336                    }
186337                ]
186338            },
186339            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-31": {
186340                "ignore-enum-members": true,
186341                "kind": "enum",
186342                "values": [
186343                    {
186344                        "desc": "RLC (BT)",
186345                        "name": "RLC (BT)",
186346                        "value": "0"
186347                    },
186348                    {
186349                        "desc": "RLC (MT)",
186350                        "name": "RLC (MT)",
186351                        "value": "1"
186352                    },
186353                    {
186354                        "desc": "BWC (BT)",
186355                        "name": "BWC (BT)",
186356                        "value": "2"
186357                    },
186358                    {
186359                        "desc": "BWC (MT)",
186360                        "name": "BWC (MT)",
186361                        "value": "3"
186362                    },
186363                    {
186364                        "desc": "LRX (BT)",
186365                        "name": "LRX (BT)",
186366                        "value": "4"
186367                    },
186368                    {
186369                        "desc": "LRX (MT)",
186370                        "name": "LRX (MT)",
186371                        "value": "5"
186372                    },
186373                    {
186374                        "desc": "APO (DR)",
186375                        "name": "APO (DR)",
186376                        "value": "6"
186377                    }
186378                ]
186379            },
186380            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-4": {
186381                "ignore-enum-members": true,
186382                "kind": "enum",
186383                "values": [
186384                    {
186385                        "desc": "RLC (BT)",
186386                        "name": "RLC (BT)",
186387                        "value": "0"
186388                    },
186389                    {
186390                        "desc": "RLC (MT)",
186391                        "name": "RLC (MT)",
186392                        "value": "1"
186393                    },
186394                    {
186395                        "desc": "BWC (BT)",
186396                        "name": "BWC (BT)",
186397                        "value": "2"
186398                    },
186399                    {
186400                        "desc": "BWC (MT)",
186401                        "name": "BWC (MT)",
186402                        "value": "3"
186403                    },
186404                    {
186405                        "desc": "LRX (BT)",
186406                        "name": "LRX (BT)",
186407                        "value": "4"
186408                    },
186409                    {
186410                        "desc": "LRX (MT)",
186411                        "name": "LRX (MT)",
186412                        "value": "5"
186413                    },
186414                    {
186415                        "desc": "APO (DR)",
186416                        "name": "APO (DR)",
186417                        "value": "6"
186418                    }
186419                ]
186420            },
186421            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-5": {
186422                "ignore-enum-members": true,
186423                "kind": "enum",
186424                "values": [
186425                    {
186426                        "desc": "RLC (BT)",
186427                        "name": "RLC (BT)",
186428                        "value": "0"
186429                    },
186430                    {
186431                        "desc": "RLC (MT)",
186432                        "name": "RLC (MT)",
186433                        "value": "1"
186434                    },
186435                    {
186436                        "desc": "BWC (BT)",
186437                        "name": "BWC (BT)",
186438                        "value": "2"
186439                    },
186440                    {
186441                        "desc": "BWC (MT)",
186442                        "name": "BWC (MT)",
186443                        "value": "3"
186444                    },
186445                    {
186446                        "desc": "LRX (BT)",
186447                        "name": "LRX (BT)",
186448                        "value": "4"
186449                    },
186450                    {
186451                        "desc": "LRX (MT)",
186452                        "name": "LRX (MT)",
186453                        "value": "5"
186454                    },
186455                    {
186456                        "desc": "APO (DR)",
186457                        "name": "APO (DR)",
186458                        "value": "6"
186459                    }
186460                ]
186461            },
186462            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-6": {
186463                "ignore-enum-members": true,
186464                "kind": "enum",
186465                "values": [
186466                    {
186467                        "desc": "RLC (BT)",
186468                        "name": "RLC (BT)",
186469                        "value": "0"
186470                    },
186471                    {
186472                        "desc": "RLC (MT)",
186473                        "name": "RLC (MT)",
186474                        "value": "1"
186475                    },
186476                    {
186477                        "desc": "BWC (BT)",
186478                        "name": "BWC (BT)",
186479                        "value": "2"
186480                    },
186481                    {
186482                        "desc": "BWC (MT)",
186483                        "name": "BWC (MT)",
186484                        "value": "3"
186485                    },
186486                    {
186487                        "desc": "LRX (BT)",
186488                        "name": "LRX (BT)",
186489                        "value": "4"
186490                    },
186491                    {
186492                        "desc": "LRX (MT)",
186493                        "name": "LRX (MT)",
186494                        "value": "5"
186495                    },
186496                    {
186497                        "desc": "APO (DR)",
186498                        "name": "APO (DR)",
186499                        "value": "6"
186500                    }
186501                ]
186502            },
186503            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-7": {
186504                "ignore-enum-members": true,
186505                "kind": "enum",
186506                "values": [
186507                    {
186508                        "desc": "RLC (BT)",
186509                        "name": "RLC (BT)",
186510                        "value": "0"
186511                    },
186512                    {
186513                        "desc": "RLC (MT)",
186514                        "name": "RLC (MT)",
186515                        "value": "1"
186516                    },
186517                    {
186518                        "desc": "BWC (BT)",
186519                        "name": "BWC (BT)",
186520                        "value": "2"
186521                    },
186522                    {
186523                        "desc": "BWC (MT)",
186524                        "name": "BWC (MT)",
186525                        "value": "3"
186526                    },
186527                    {
186528                        "desc": "LRX (BT)",
186529                        "name": "LRX (BT)",
186530                        "value": "4"
186531                    },
186532                    {
186533                        "desc": "LRX (MT)",
186534                        "name": "LRX (MT)",
186535                        "value": "5"
186536                    },
186537                    {
186538                        "desc": "APO (DR)",
186539                        "name": "APO (DR)",
186540                        "value": "6"
186541                    }
186542                ]
186543            },
186544            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-8": {
186545                "ignore-enum-members": true,
186546                "kind": "enum",
186547                "values": [
186548                    {
186549                        "desc": "RLC (BT)",
186550                        "name": "RLC (BT)",
186551                        "value": "0"
186552                    },
186553                    {
186554                        "desc": "RLC (MT)",
186555                        "name": "RLC (MT)",
186556                        "value": "1"
186557                    },
186558                    {
186559                        "desc": "BWC (BT)",
186560                        "name": "BWC (BT)",
186561                        "value": "2"
186562                    },
186563                    {
186564                        "desc": "BWC (MT)",
186565                        "name": "BWC (MT)",
186566                        "value": "3"
186567                    },
186568                    {
186569                        "desc": "LRX (BT)",
186570                        "name": "LRX (BT)",
186571                        "value": "4"
186572                    },
186573                    {
186574                        "desc": "LRX (MT)",
186575                        "name": "LRX (MT)",
186576                        "value": "5"
186577                    },
186578                    {
186579                        "desc": "APO (DR)",
186580                        "name": "APO (DR)",
186581                        "value": "6"
186582                    }
186583                ]
186584            },
186585            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-9": {
186586                "ignore-enum-members": true,
186587                "kind": "enum",
186588                "values": [
186589                    {
186590                        "desc": "RLC (BT)",
186591                        "name": "RLC (BT)",
186592                        "value": "0"
186593                    },
186594                    {
186595                        "desc": "RLC (MT)",
186596                        "name": "RLC (MT)",
186597                        "value": "1"
186598                    },
186599                    {
186600                        "desc": "BWC (BT)",
186601                        "name": "BWC (BT)",
186602                        "value": "2"
186603                    },
186604                    {
186605                        "desc": "BWC (MT)",
186606                        "name": "BWC (MT)",
186607                        "value": "3"
186608                    },
186609                    {
186610                        "desc": "LRX (BT)",
186611                        "name": "LRX (BT)",
186612                        "value": "4"
186613                    },
186614                    {
186615                        "desc": "LRX (MT)",
186616                        "name": "LRX (MT)",
186617                        "value": "5"
186618                    },
186619                    {
186620                        "desc": "APO (DR)",
186621                        "name": "APO (DR)",
186622                        "value": "6"
186623                    }
186624                ]
186625            },
186626            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofsel": {
186627                "ignore-enum-members": true,
186628                "kind": "enum",
186629                "values": [
186630                    {
186631                        "desc": "Filters 0-7",
186632                        "name": "Filters 0-7",
186633                        "value": "0"
186634                    },
186635                    {
186636                        "desc": "Filters 8-15",
186637                        "name": "Filters 8-15",
186638                        "value": "1"
186639                    },
186640                    {
186641                        "desc": "Filters 16-23",
186642                        "name": "Filters 16-23",
186643                        "value": "2"
186644                    },
186645                    {
186646                        "desc": "Filters 24-31",
186647                        "name": "Filters 24-31",
186648                        "value": "3"
186649                    }
186650                ]
186651            },
186652            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-0": {
186653                "ignore-enum-members": true,
186654                "kind": "enum",
186655                "values": [
186656                    {
186657                        "desc": "Off",
186658                        "name": "Off",
186659                        "value": "0"
186660                    },
186661                    {
186662                        "desc": "Bell",
186663                        "name": "Bell",
186664                        "value": "1"
186665                    },
186666                    {
186667                        "desc": "Hi-pass",
186668                        "name": "Hi-pass",
186669                        "value": "2"
186670                    },
186671                    {
186672                        "desc": "Hi-shelf",
186673                        "name": "Hi-shelf",
186674                        "value": "3"
186675                    },
186676                    {
186677                        "desc": "Lo-pass",
186678                        "name": "Lo-pass",
186679                        "value": "4"
186680                    },
186681                    {
186682                        "desc": "Lo-shelf",
186683                        "name": "Lo-shelf",
186684                        "value": "5"
186685                    },
186686                    {
186687                        "desc": "Notch",
186688                        "name": "Notch",
186689                        "value": "6"
186690                    },
186691                    {
186692                        "desc": "Resonance",
186693                        "name": "Resonance",
186694                        "value": "7"
186695                    },
186696                    {
186697                        "desc": "Allpass",
186698                        "name": "Allpass",
186699                        "value": "8"
186700                    }
186701                ]
186702            },
186703            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-1": {
186704                "ignore-enum-members": true,
186705                "kind": "enum",
186706                "values": [
186707                    {
186708                        "desc": "Off",
186709                        "name": "Off",
186710                        "value": "0"
186711                    },
186712                    {
186713                        "desc": "Bell",
186714                        "name": "Bell",
186715                        "value": "1"
186716                    },
186717                    {
186718                        "desc": "Hi-pass",
186719                        "name": "Hi-pass",
186720                        "value": "2"
186721                    },
186722                    {
186723                        "desc": "Hi-shelf",
186724                        "name": "Hi-shelf",
186725                        "value": "3"
186726                    },
186727                    {
186728                        "desc": "Lo-pass",
186729                        "name": "Lo-pass",
186730                        "value": "4"
186731                    },
186732                    {
186733                        "desc": "Lo-shelf",
186734                        "name": "Lo-shelf",
186735                        "value": "5"
186736                    },
186737                    {
186738                        "desc": "Notch",
186739                        "name": "Notch",
186740                        "value": "6"
186741                    },
186742                    {
186743                        "desc": "Resonance",
186744                        "name": "Resonance",
186745                        "value": "7"
186746                    },
186747                    {
186748                        "desc": "Allpass",
186749                        "name": "Allpass",
186750                        "value": "8"
186751                    }
186752                ]
186753            },
186754            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-10": {
186755                "ignore-enum-members": true,
186756                "kind": "enum",
186757                "values": [
186758                    {
186759                        "desc": "Off",
186760                        "name": "Off",
186761                        "value": "0"
186762                    },
186763                    {
186764                        "desc": "Bell",
186765                        "name": "Bell",
186766                        "value": "1"
186767                    },
186768                    {
186769                        "desc": "Hi-pass",
186770                        "name": "Hi-pass",
186771                        "value": "2"
186772                    },
186773                    {
186774                        "desc": "Hi-shelf",
186775                        "name": "Hi-shelf",
186776                        "value": "3"
186777                    },
186778                    {
186779                        "desc": "Lo-pass",
186780                        "name": "Lo-pass",
186781                        "value": "4"
186782                    },
186783                    {
186784                        "desc": "Lo-shelf",
186785                        "name": "Lo-shelf",
186786                        "value": "5"
186787                    },
186788                    {
186789                        "desc": "Notch",
186790                        "name": "Notch",
186791                        "value": "6"
186792                    },
186793                    {
186794                        "desc": "Resonance",
186795                        "name": "Resonance",
186796                        "value": "7"
186797                    },
186798                    {
186799                        "desc": "Allpass",
186800                        "name": "Allpass",
186801                        "value": "8"
186802                    }
186803                ]
186804            },
186805            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-11": {
186806                "ignore-enum-members": true,
186807                "kind": "enum",
186808                "values": [
186809                    {
186810                        "desc": "Off",
186811                        "name": "Off",
186812                        "value": "0"
186813                    },
186814                    {
186815                        "desc": "Bell",
186816                        "name": "Bell",
186817                        "value": "1"
186818                    },
186819                    {
186820                        "desc": "Hi-pass",
186821                        "name": "Hi-pass",
186822                        "value": "2"
186823                    },
186824                    {
186825                        "desc": "Hi-shelf",
186826                        "name": "Hi-shelf",
186827                        "value": "3"
186828                    },
186829                    {
186830                        "desc": "Lo-pass",
186831                        "name": "Lo-pass",
186832                        "value": "4"
186833                    },
186834                    {
186835                        "desc": "Lo-shelf",
186836                        "name": "Lo-shelf",
186837                        "value": "5"
186838                    },
186839                    {
186840                        "desc": "Notch",
186841                        "name": "Notch",
186842                        "value": "6"
186843                    },
186844                    {
186845                        "desc": "Resonance",
186846                        "name": "Resonance",
186847                        "value": "7"
186848                    },
186849                    {
186850                        "desc": "Allpass",
186851                        "name": "Allpass",
186852                        "value": "8"
186853                    }
186854                ]
186855            },
186856            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-12": {
186857                "ignore-enum-members": true,
186858                "kind": "enum",
186859                "values": [
186860                    {
186861                        "desc": "Off",
186862                        "name": "Off",
186863                        "value": "0"
186864                    },
186865                    {
186866                        "desc": "Bell",
186867                        "name": "Bell",
186868                        "value": "1"
186869                    },
186870                    {
186871                        "desc": "Hi-pass",
186872                        "name": "Hi-pass",
186873                        "value": "2"
186874                    },
186875                    {
186876                        "desc": "Hi-shelf",
186877                        "name": "Hi-shelf",
186878                        "value": "3"
186879                    },
186880                    {
186881                        "desc": "Lo-pass",
186882                        "name": "Lo-pass",
186883                        "value": "4"
186884                    },
186885                    {
186886                        "desc": "Lo-shelf",
186887                        "name": "Lo-shelf",
186888                        "value": "5"
186889                    },
186890                    {
186891                        "desc": "Notch",
186892                        "name": "Notch",
186893                        "value": "6"
186894                    },
186895                    {
186896                        "desc": "Resonance",
186897                        "name": "Resonance",
186898                        "value": "7"
186899                    },
186900                    {
186901                        "desc": "Allpass",
186902                        "name": "Allpass",
186903                        "value": "8"
186904                    }
186905                ]
186906            },
186907            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-13": {
186908                "ignore-enum-members": true,
186909                "kind": "enum",
186910                "values": [
186911                    {
186912                        "desc": "Off",
186913                        "name": "Off",
186914                        "value": "0"
186915                    },
186916                    {
186917                        "desc": "Bell",
186918                        "name": "Bell",
186919                        "value": "1"
186920                    },
186921                    {
186922                        "desc": "Hi-pass",
186923                        "name": "Hi-pass",
186924                        "value": "2"
186925                    },
186926                    {
186927                        "desc": "Hi-shelf",
186928                        "name": "Hi-shelf",
186929                        "value": "3"
186930                    },
186931                    {
186932                        "desc": "Lo-pass",
186933                        "name": "Lo-pass",
186934                        "value": "4"
186935                    },
186936                    {
186937                        "desc": "Lo-shelf",
186938                        "name": "Lo-shelf",
186939                        "value": "5"
186940                    },
186941                    {
186942                        "desc": "Notch",
186943                        "name": "Notch",
186944                        "value": "6"
186945                    },
186946                    {
186947                        "desc": "Resonance",
186948                        "name": "Resonance",
186949                        "value": "7"
186950                    },
186951                    {
186952                        "desc": "Allpass",
186953                        "name": "Allpass",
186954                        "value": "8"
186955                    }
186956                ]
186957            },
186958            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-14": {
186959                "ignore-enum-members": true,
186960                "kind": "enum",
186961                "values": [
186962                    {
186963                        "desc": "Off",
186964                        "name": "Off",
186965                        "value": "0"
186966                    },
186967                    {
186968                        "desc": "Bell",
186969                        "name": "Bell",
186970                        "value": "1"
186971                    },
186972                    {
186973                        "desc": "Hi-pass",
186974                        "name": "Hi-pass",
186975                        "value": "2"
186976                    },
186977                    {
186978                        "desc": "Hi-shelf",
186979                        "name": "Hi-shelf",
186980                        "value": "3"
186981                    },
186982                    {
186983                        "desc": "Lo-pass",
186984                        "name": "Lo-pass",
186985                        "value": "4"
186986                    },
186987                    {
186988                        "desc": "Lo-shelf",
186989                        "name": "Lo-shelf",
186990                        "value": "5"
186991                    },
186992                    {
186993                        "desc": "Notch",
186994                        "name": "Notch",
186995                        "value": "6"
186996                    },
186997                    {
186998                        "desc": "Resonance",
186999                        "name": "Resonance",
187000                        "value": "7"
187001                    },
187002                    {
187003                        "desc": "Allpass",
187004                        "name": "Allpass",
187005                        "value": "8"
187006                    }
187007                ]
187008            },
187009            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-15": {
187010                "ignore-enum-members": true,
187011                "kind": "enum",
187012                "values": [
187013                    {
187014                        "desc": "Off",
187015                        "name": "Off",
187016                        "value": "0"
187017                    },
187018                    {
187019                        "desc": "Bell",
187020                        "name": "Bell",
187021                        "value": "1"
187022                    },
187023                    {
187024                        "desc": "Hi-pass",
187025                        "name": "Hi-pass",
187026                        "value": "2"
187027                    },
187028                    {
187029                        "desc": "Hi-shelf",
187030                        "name": "Hi-shelf",
187031                        "value": "3"
187032                    },
187033                    {
187034                        "desc": "Lo-pass",
187035                        "name": "Lo-pass",
187036                        "value": "4"
187037                    },
187038                    {
187039                        "desc": "Lo-shelf",
187040                        "name": "Lo-shelf",
187041                        "value": "5"
187042                    },
187043                    {
187044                        "desc": "Notch",
187045                        "name": "Notch",
187046                        "value": "6"
187047                    },
187048                    {
187049                        "desc": "Resonance",
187050                        "name": "Resonance",
187051                        "value": "7"
187052                    },
187053                    {
187054                        "desc": "Allpass",
187055                        "name": "Allpass",
187056                        "value": "8"
187057                    }
187058                ]
187059            },
187060            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-16": {
187061                "ignore-enum-members": true,
187062                "kind": "enum",
187063                "values": [
187064                    {
187065                        "desc": "Off",
187066                        "name": "Off",
187067                        "value": "0"
187068                    },
187069                    {
187070                        "desc": "Bell",
187071                        "name": "Bell",
187072                        "value": "1"
187073                    },
187074                    {
187075                        "desc": "Hi-pass",
187076                        "name": "Hi-pass",
187077                        "value": "2"
187078                    },
187079                    {
187080                        "desc": "Hi-shelf",
187081                        "name": "Hi-shelf",
187082                        "value": "3"
187083                    },
187084                    {
187085                        "desc": "Lo-pass",
187086                        "name": "Lo-pass",
187087                        "value": "4"
187088                    },
187089                    {
187090                        "desc": "Lo-shelf",
187091                        "name": "Lo-shelf",
187092                        "value": "5"
187093                    },
187094                    {
187095                        "desc": "Notch",
187096                        "name": "Notch",
187097                        "value": "6"
187098                    },
187099                    {
187100                        "desc": "Resonance",
187101                        "name": "Resonance",
187102                        "value": "7"
187103                    },
187104                    {
187105                        "desc": "Allpass",
187106                        "name": "Allpass",
187107                        "value": "8"
187108                    }
187109                ]
187110            },
187111            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-17": {
187112                "ignore-enum-members": true,
187113                "kind": "enum",
187114                "values": [
187115                    {
187116                        "desc": "Off",
187117                        "name": "Off",
187118                        "value": "0"
187119                    },
187120                    {
187121                        "desc": "Bell",
187122                        "name": "Bell",
187123                        "value": "1"
187124                    },
187125                    {
187126                        "desc": "Hi-pass",
187127                        "name": "Hi-pass",
187128                        "value": "2"
187129                    },
187130                    {
187131                        "desc": "Hi-shelf",
187132                        "name": "Hi-shelf",
187133                        "value": "3"
187134                    },
187135                    {
187136                        "desc": "Lo-pass",
187137                        "name": "Lo-pass",
187138                        "value": "4"
187139                    },
187140                    {
187141                        "desc": "Lo-shelf",
187142                        "name": "Lo-shelf",
187143                        "value": "5"
187144                    },
187145                    {
187146                        "desc": "Notch",
187147                        "name": "Notch",
187148                        "value": "6"
187149                    },
187150                    {
187151                        "desc": "Resonance",
187152                        "name": "Resonance",
187153                        "value": "7"
187154                    },
187155                    {
187156                        "desc": "Allpass",
187157                        "name": "Allpass",
187158                        "value": "8"
187159                    }
187160                ]
187161            },
187162            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-18": {
187163                "ignore-enum-members": true,
187164                "kind": "enum",
187165                "values": [
187166                    {
187167                        "desc": "Off",
187168                        "name": "Off",
187169                        "value": "0"
187170                    },
187171                    {
187172                        "desc": "Bell",
187173                        "name": "Bell",
187174                        "value": "1"
187175                    },
187176                    {
187177                        "desc": "Hi-pass",
187178                        "name": "Hi-pass",
187179                        "value": "2"
187180                    },
187181                    {
187182                        "desc": "Hi-shelf",
187183                        "name": "Hi-shelf",
187184                        "value": "3"
187185                    },
187186                    {
187187                        "desc": "Lo-pass",
187188                        "name": "Lo-pass",
187189                        "value": "4"
187190                    },
187191                    {
187192                        "desc": "Lo-shelf",
187193                        "name": "Lo-shelf",
187194                        "value": "5"
187195                    },
187196                    {
187197                        "desc": "Notch",
187198                        "name": "Notch",
187199                        "value": "6"
187200                    },
187201                    {
187202                        "desc": "Resonance",
187203                        "name": "Resonance",
187204                        "value": "7"
187205                    },
187206                    {
187207                        "desc": "Allpass",
187208                        "name": "Allpass",
187209                        "value": "8"
187210                    }
187211                ]
187212            },
187213            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-19": {
187214                "ignore-enum-members": true,
187215                "kind": "enum",
187216                "values": [
187217                    {
187218                        "desc": "Off",
187219                        "name": "Off",
187220                        "value": "0"
187221                    },
187222                    {
187223                        "desc": "Bell",
187224                        "name": "Bell",
187225                        "value": "1"
187226                    },
187227                    {
187228                        "desc": "Hi-pass",
187229                        "name": "Hi-pass",
187230                        "value": "2"
187231                    },
187232                    {
187233                        "desc": "Hi-shelf",
187234                        "name": "Hi-shelf",
187235                        "value": "3"
187236                    },
187237                    {
187238                        "desc": "Lo-pass",
187239                        "name": "Lo-pass",
187240                        "value": "4"
187241                    },
187242                    {
187243                        "desc": "Lo-shelf",
187244                        "name": "Lo-shelf",
187245                        "value": "5"
187246                    },
187247                    {
187248                        "desc": "Notch",
187249                        "name": "Notch",
187250                        "value": "6"
187251                    },
187252                    {
187253                        "desc": "Resonance",
187254                        "name": "Resonance",
187255                        "value": "7"
187256                    },
187257                    {
187258                        "desc": "Allpass",
187259                        "name": "Allpass",
187260                        "value": "8"
187261                    }
187262                ]
187263            },
187264            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-2": {
187265                "ignore-enum-members": true,
187266                "kind": "enum",
187267                "values": [
187268                    {
187269                        "desc": "Off",
187270                        "name": "Off",
187271                        "value": "0"
187272                    },
187273                    {
187274                        "desc": "Bell",
187275                        "name": "Bell",
187276                        "value": "1"
187277                    },
187278                    {
187279                        "desc": "Hi-pass",
187280                        "name": "Hi-pass",
187281                        "value": "2"
187282                    },
187283                    {
187284                        "desc": "Hi-shelf",
187285                        "name": "Hi-shelf",
187286                        "value": "3"
187287                    },
187288                    {
187289                        "desc": "Lo-pass",
187290                        "name": "Lo-pass",
187291                        "value": "4"
187292                    },
187293                    {
187294                        "desc": "Lo-shelf",
187295                        "name": "Lo-shelf",
187296                        "value": "5"
187297                    },
187298                    {
187299                        "desc": "Notch",
187300                        "name": "Notch",
187301                        "value": "6"
187302                    },
187303                    {
187304                        "desc": "Resonance",
187305                        "name": "Resonance",
187306                        "value": "7"
187307                    },
187308                    {
187309                        "desc": "Allpass",
187310                        "name": "Allpass",
187311                        "value": "8"
187312                    }
187313                ]
187314            },
187315            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-20": {
187316                "ignore-enum-members": true,
187317                "kind": "enum",
187318                "values": [
187319                    {
187320                        "desc": "Off",
187321                        "name": "Off",
187322                        "value": "0"
187323                    },
187324                    {
187325                        "desc": "Bell",
187326                        "name": "Bell",
187327                        "value": "1"
187328                    },
187329                    {
187330                        "desc": "Hi-pass",
187331                        "name": "Hi-pass",
187332                        "value": "2"
187333                    },
187334                    {
187335                        "desc": "Hi-shelf",
187336                        "name": "Hi-shelf",
187337                        "value": "3"
187338                    },
187339                    {
187340                        "desc": "Lo-pass",
187341                        "name": "Lo-pass",
187342                        "value": "4"
187343                    },
187344                    {
187345                        "desc": "Lo-shelf",
187346                        "name": "Lo-shelf",
187347                        "value": "5"
187348                    },
187349                    {
187350                        "desc": "Notch",
187351                        "name": "Notch",
187352                        "value": "6"
187353                    },
187354                    {
187355                        "desc": "Resonance",
187356                        "name": "Resonance",
187357                        "value": "7"
187358                    },
187359                    {
187360                        "desc": "Allpass",
187361                        "name": "Allpass",
187362                        "value": "8"
187363                    }
187364                ]
187365            },
187366            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-21": {
187367                "ignore-enum-members": true,
187368                "kind": "enum",
187369                "values": [
187370                    {
187371                        "desc": "Off",
187372                        "name": "Off",
187373                        "value": "0"
187374                    },
187375                    {
187376                        "desc": "Bell",
187377                        "name": "Bell",
187378                        "value": "1"
187379                    },
187380                    {
187381                        "desc": "Hi-pass",
187382                        "name": "Hi-pass",
187383                        "value": "2"
187384                    },
187385                    {
187386                        "desc": "Hi-shelf",
187387                        "name": "Hi-shelf",
187388                        "value": "3"
187389                    },
187390                    {
187391                        "desc": "Lo-pass",
187392                        "name": "Lo-pass",
187393                        "value": "4"
187394                    },
187395                    {
187396                        "desc": "Lo-shelf",
187397                        "name": "Lo-shelf",
187398                        "value": "5"
187399                    },
187400                    {
187401                        "desc": "Notch",
187402                        "name": "Notch",
187403                        "value": "6"
187404                    },
187405                    {
187406                        "desc": "Resonance",
187407                        "name": "Resonance",
187408                        "value": "7"
187409                    },
187410                    {
187411                        "desc": "Allpass",
187412                        "name": "Allpass",
187413                        "value": "8"
187414                    }
187415                ]
187416            },
187417            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-22": {
187418                "ignore-enum-members": true,
187419                "kind": "enum",
187420                "values": [
187421                    {
187422                        "desc": "Off",
187423                        "name": "Off",
187424                        "value": "0"
187425                    },
187426                    {
187427                        "desc": "Bell",
187428                        "name": "Bell",
187429                        "value": "1"
187430                    },
187431                    {
187432                        "desc": "Hi-pass",
187433                        "name": "Hi-pass",
187434                        "value": "2"
187435                    },
187436                    {
187437                        "desc": "Hi-shelf",
187438                        "name": "Hi-shelf",
187439                        "value": "3"
187440                    },
187441                    {
187442                        "desc": "Lo-pass",
187443                        "name": "Lo-pass",
187444                        "value": "4"
187445                    },
187446                    {
187447                        "desc": "Lo-shelf",
187448                        "name": "Lo-shelf",
187449                        "value": "5"
187450                    },
187451                    {
187452                        "desc": "Notch",
187453                        "name": "Notch",
187454                        "value": "6"
187455                    },
187456                    {
187457                        "desc": "Resonance",
187458                        "name": "Resonance",
187459                        "value": "7"
187460                    },
187461                    {
187462                        "desc": "Allpass",
187463                        "name": "Allpass",
187464                        "value": "8"
187465                    }
187466                ]
187467            },
187468            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-23": {
187469                "ignore-enum-members": true,
187470                "kind": "enum",
187471                "values": [
187472                    {
187473                        "desc": "Off",
187474                        "name": "Off",
187475                        "value": "0"
187476                    },
187477                    {
187478                        "desc": "Bell",
187479                        "name": "Bell",
187480                        "value": "1"
187481                    },
187482                    {
187483                        "desc": "Hi-pass",
187484                        "name": "Hi-pass",
187485                        "value": "2"
187486                    },
187487                    {
187488                        "desc": "Hi-shelf",
187489                        "name": "Hi-shelf",
187490                        "value": "3"
187491                    },
187492                    {
187493                        "desc": "Lo-pass",
187494                        "name": "Lo-pass",
187495                        "value": "4"
187496                    },
187497                    {
187498                        "desc": "Lo-shelf",
187499                        "name": "Lo-shelf",
187500                        "value": "5"
187501                    },
187502                    {
187503                        "desc": "Notch",
187504                        "name": "Notch",
187505                        "value": "6"
187506                    },
187507                    {
187508                        "desc": "Resonance",
187509                        "name": "Resonance",
187510                        "value": "7"
187511                    },
187512                    {
187513                        "desc": "Allpass",
187514                        "name": "Allpass",
187515                        "value": "8"
187516                    }
187517                ]
187518            },
187519            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-24": {
187520                "ignore-enum-members": true,
187521                "kind": "enum",
187522                "values": [
187523                    {
187524                        "desc": "Off",
187525                        "name": "Off",
187526                        "value": "0"
187527                    },
187528                    {
187529                        "desc": "Bell",
187530                        "name": "Bell",
187531                        "value": "1"
187532                    },
187533                    {
187534                        "desc": "Hi-pass",
187535                        "name": "Hi-pass",
187536                        "value": "2"
187537                    },
187538                    {
187539                        "desc": "Hi-shelf",
187540                        "name": "Hi-shelf",
187541                        "value": "3"
187542                    },
187543                    {
187544                        "desc": "Lo-pass",
187545                        "name": "Lo-pass",
187546                        "value": "4"
187547                    },
187548                    {
187549                        "desc": "Lo-shelf",
187550                        "name": "Lo-shelf",
187551                        "value": "5"
187552                    },
187553                    {
187554                        "desc": "Notch",
187555                        "name": "Notch",
187556                        "value": "6"
187557                    },
187558                    {
187559                        "desc": "Resonance",
187560                        "name": "Resonance",
187561                        "value": "7"
187562                    },
187563                    {
187564                        "desc": "Allpass",
187565                        "name": "Allpass",
187566                        "value": "8"
187567                    }
187568                ]
187569            },
187570            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-25": {
187571                "ignore-enum-members": true,
187572                "kind": "enum",
187573                "values": [
187574                    {
187575                        "desc": "Off",
187576                        "name": "Off",
187577                        "value": "0"
187578                    },
187579                    {
187580                        "desc": "Bell",
187581                        "name": "Bell",
187582                        "value": "1"
187583                    },
187584                    {
187585                        "desc": "Hi-pass",
187586                        "name": "Hi-pass",
187587                        "value": "2"
187588                    },
187589                    {
187590                        "desc": "Hi-shelf",
187591                        "name": "Hi-shelf",
187592                        "value": "3"
187593                    },
187594                    {
187595                        "desc": "Lo-pass",
187596                        "name": "Lo-pass",
187597                        "value": "4"
187598                    },
187599                    {
187600                        "desc": "Lo-shelf",
187601                        "name": "Lo-shelf",
187602                        "value": "5"
187603                    },
187604                    {
187605                        "desc": "Notch",
187606                        "name": "Notch",
187607                        "value": "6"
187608                    },
187609                    {
187610                        "desc": "Resonance",
187611                        "name": "Resonance",
187612                        "value": "7"
187613                    },
187614                    {
187615                        "desc": "Allpass",
187616                        "name": "Allpass",
187617                        "value": "8"
187618                    }
187619                ]
187620            },
187621            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-26": {
187622                "ignore-enum-members": true,
187623                "kind": "enum",
187624                "values": [
187625                    {
187626                        "desc": "Off",
187627                        "name": "Off",
187628                        "value": "0"
187629                    },
187630                    {
187631                        "desc": "Bell",
187632                        "name": "Bell",
187633                        "value": "1"
187634                    },
187635                    {
187636                        "desc": "Hi-pass",
187637                        "name": "Hi-pass",
187638                        "value": "2"
187639                    },
187640                    {
187641                        "desc": "Hi-shelf",
187642                        "name": "Hi-shelf",
187643                        "value": "3"
187644                    },
187645                    {
187646                        "desc": "Lo-pass",
187647                        "name": "Lo-pass",
187648                        "value": "4"
187649                    },
187650                    {
187651                        "desc": "Lo-shelf",
187652                        "name": "Lo-shelf",
187653                        "value": "5"
187654                    },
187655                    {
187656                        "desc": "Notch",
187657                        "name": "Notch",
187658                        "value": "6"
187659                    },
187660                    {
187661                        "desc": "Resonance",
187662                        "name": "Resonance",
187663                        "value": "7"
187664                    },
187665                    {
187666                        "desc": "Allpass",
187667                        "name": "Allpass",
187668                        "value": "8"
187669                    }
187670                ]
187671            },
187672            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-27": {
187673                "ignore-enum-members": true,
187674                "kind": "enum",
187675                "values": [
187676                    {
187677                        "desc": "Off",
187678                        "name": "Off",
187679                        "value": "0"
187680                    },
187681                    {
187682                        "desc": "Bell",
187683                        "name": "Bell",
187684                        "value": "1"
187685                    },
187686                    {
187687                        "desc": "Hi-pass",
187688                        "name": "Hi-pass",
187689                        "value": "2"
187690                    },
187691                    {
187692                        "desc": "Hi-shelf",
187693                        "name": "Hi-shelf",
187694                        "value": "3"
187695                    },
187696                    {
187697                        "desc": "Lo-pass",
187698                        "name": "Lo-pass",
187699                        "value": "4"
187700                    },
187701                    {
187702                        "desc": "Lo-shelf",
187703                        "name": "Lo-shelf",
187704                        "value": "5"
187705                    },
187706                    {
187707                        "desc": "Notch",
187708                        "name": "Notch",
187709                        "value": "6"
187710                    },
187711                    {
187712                        "desc": "Resonance",
187713                        "name": "Resonance",
187714                        "value": "7"
187715                    },
187716                    {
187717                        "desc": "Allpass",
187718                        "name": "Allpass",
187719                        "value": "8"
187720                    }
187721                ]
187722            },
187723            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-28": {
187724                "ignore-enum-members": true,
187725                "kind": "enum",
187726                "values": [
187727                    {
187728                        "desc": "Off",
187729                        "name": "Off",
187730                        "value": "0"
187731                    },
187732                    {
187733                        "desc": "Bell",
187734                        "name": "Bell",
187735                        "value": "1"
187736                    },
187737                    {
187738                        "desc": "Hi-pass",
187739                        "name": "Hi-pass",
187740                        "value": "2"
187741                    },
187742                    {
187743                        "desc": "Hi-shelf",
187744                        "name": "Hi-shelf",
187745                        "value": "3"
187746                    },
187747                    {
187748                        "desc": "Lo-pass",
187749                        "name": "Lo-pass",
187750                        "value": "4"
187751                    },
187752                    {
187753                        "desc": "Lo-shelf",
187754                        "name": "Lo-shelf",
187755                        "value": "5"
187756                    },
187757                    {
187758                        "desc": "Notch",
187759                        "name": "Notch",
187760                        "value": "6"
187761                    },
187762                    {
187763                        "desc": "Resonance",
187764                        "name": "Resonance",
187765                        "value": "7"
187766                    },
187767                    {
187768                        "desc": "Allpass",
187769                        "name": "Allpass",
187770                        "value": "8"
187771                    }
187772                ]
187773            },
187774            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-29": {
187775                "ignore-enum-members": true,
187776                "kind": "enum",
187777                "values": [
187778                    {
187779                        "desc": "Off",
187780                        "name": "Off",
187781                        "value": "0"
187782                    },
187783                    {
187784                        "desc": "Bell",
187785                        "name": "Bell",
187786                        "value": "1"
187787                    },
187788                    {
187789                        "desc": "Hi-pass",
187790                        "name": "Hi-pass",
187791                        "value": "2"
187792                    },
187793                    {
187794                        "desc": "Hi-shelf",
187795                        "name": "Hi-shelf",
187796                        "value": "3"
187797                    },
187798                    {
187799                        "desc": "Lo-pass",
187800                        "name": "Lo-pass",
187801                        "value": "4"
187802                    },
187803                    {
187804                        "desc": "Lo-shelf",
187805                        "name": "Lo-shelf",
187806                        "value": "5"
187807                    },
187808                    {
187809                        "desc": "Notch",
187810                        "name": "Notch",
187811                        "value": "6"
187812                    },
187813                    {
187814                        "desc": "Resonance",
187815                        "name": "Resonance",
187816                        "value": "7"
187817                    },
187818                    {
187819                        "desc": "Allpass",
187820                        "name": "Allpass",
187821                        "value": "8"
187822                    }
187823                ]
187824            },
187825            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-3": {
187826                "ignore-enum-members": true,
187827                "kind": "enum",
187828                "values": [
187829                    {
187830                        "desc": "Off",
187831                        "name": "Off",
187832                        "value": "0"
187833                    },
187834                    {
187835                        "desc": "Bell",
187836                        "name": "Bell",
187837                        "value": "1"
187838                    },
187839                    {
187840                        "desc": "Hi-pass",
187841                        "name": "Hi-pass",
187842                        "value": "2"
187843                    },
187844                    {
187845                        "desc": "Hi-shelf",
187846                        "name": "Hi-shelf",
187847                        "value": "3"
187848                    },
187849                    {
187850                        "desc": "Lo-pass",
187851                        "name": "Lo-pass",
187852                        "value": "4"
187853                    },
187854                    {
187855                        "desc": "Lo-shelf",
187856                        "name": "Lo-shelf",
187857                        "value": "5"
187858                    },
187859                    {
187860                        "desc": "Notch",
187861                        "name": "Notch",
187862                        "value": "6"
187863                    },
187864                    {
187865                        "desc": "Resonance",
187866                        "name": "Resonance",
187867                        "value": "7"
187868                    },
187869                    {
187870                        "desc": "Allpass",
187871                        "name": "Allpass",
187872                        "value": "8"
187873                    }
187874                ]
187875            },
187876            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-30": {
187877                "ignore-enum-members": true,
187878                "kind": "enum",
187879                "values": [
187880                    {
187881                        "desc": "Off",
187882                        "name": "Off",
187883                        "value": "0"
187884                    },
187885                    {
187886                        "desc": "Bell",
187887                        "name": "Bell",
187888                        "value": "1"
187889                    },
187890                    {
187891                        "desc": "Hi-pass",
187892                        "name": "Hi-pass",
187893                        "value": "2"
187894                    },
187895                    {
187896                        "desc": "Hi-shelf",
187897                        "name": "Hi-shelf",
187898                        "value": "3"
187899                    },
187900                    {
187901                        "desc": "Lo-pass",
187902                        "name": "Lo-pass",
187903                        "value": "4"
187904                    },
187905                    {
187906                        "desc": "Lo-shelf",
187907                        "name": "Lo-shelf",
187908                        "value": "5"
187909                    },
187910                    {
187911                        "desc": "Notch",
187912                        "name": "Notch",
187913                        "value": "6"
187914                    },
187915                    {
187916                        "desc": "Resonance",
187917                        "name": "Resonance",
187918                        "value": "7"
187919                    },
187920                    {
187921                        "desc": "Allpass",
187922                        "name": "Allpass",
187923                        "value": "8"
187924                    }
187925                ]
187926            },
187927            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-31": {
187928                "ignore-enum-members": true,
187929                "kind": "enum",
187930                "values": [
187931                    {
187932                        "desc": "Off",
187933                        "name": "Off",
187934                        "value": "0"
187935                    },
187936                    {
187937                        "desc": "Bell",
187938                        "name": "Bell",
187939                        "value": "1"
187940                    },
187941                    {
187942                        "desc": "Hi-pass",
187943                        "name": "Hi-pass",
187944                        "value": "2"
187945                    },
187946                    {
187947                        "desc": "Hi-shelf",
187948                        "name": "Hi-shelf",
187949                        "value": "3"
187950                    },
187951                    {
187952                        "desc": "Lo-pass",
187953                        "name": "Lo-pass",
187954                        "value": "4"
187955                    },
187956                    {
187957                        "desc": "Lo-shelf",
187958                        "name": "Lo-shelf",
187959                        "value": "5"
187960                    },
187961                    {
187962                        "desc": "Notch",
187963                        "name": "Notch",
187964                        "value": "6"
187965                    },
187966                    {
187967                        "desc": "Resonance",
187968                        "name": "Resonance",
187969                        "value": "7"
187970                    },
187971                    {
187972                        "desc": "Allpass",
187973                        "name": "Allpass",
187974                        "value": "8"
187975                    }
187976                ]
187977            },
187978            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-4": {
187979                "ignore-enum-members": true,
187980                "kind": "enum",
187981                "values": [
187982                    {
187983                        "desc": "Off",
187984                        "name": "Off",
187985                        "value": "0"
187986                    },
187987                    {
187988                        "desc": "Bell",
187989                        "name": "Bell",
187990                        "value": "1"
187991                    },
187992                    {
187993                        "desc": "Hi-pass",
187994                        "name": "Hi-pass",
187995                        "value": "2"
187996                    },
187997                    {
187998                        "desc": "Hi-shelf",
187999                        "name": "Hi-shelf",
188000                        "value": "3"
188001                    },
188002                    {
188003                        "desc": "Lo-pass",
188004                        "name": "Lo-pass",
188005                        "value": "4"
188006                    },
188007                    {
188008                        "desc": "Lo-shelf",
188009                        "name": "Lo-shelf",
188010                        "value": "5"
188011                    },
188012                    {
188013                        "desc": "Notch",
188014                        "name": "Notch",
188015                        "value": "6"
188016                    },
188017                    {
188018                        "desc": "Resonance",
188019                        "name": "Resonance",
188020                        "value": "7"
188021                    },
188022                    {
188023                        "desc": "Allpass",
188024                        "name": "Allpass",
188025                        "value": "8"
188026                    }
188027                ]
188028            },
188029            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-5": {
188030                "ignore-enum-members": true,
188031                "kind": "enum",
188032                "values": [
188033                    {
188034                        "desc": "Off",
188035                        "name": "Off",
188036                        "value": "0"
188037                    },
188038                    {
188039                        "desc": "Bell",
188040                        "name": "Bell",
188041                        "value": "1"
188042                    },
188043                    {
188044                        "desc": "Hi-pass",
188045                        "name": "Hi-pass",
188046                        "value": "2"
188047                    },
188048                    {
188049                        "desc": "Hi-shelf",
188050                        "name": "Hi-shelf",
188051                        "value": "3"
188052                    },
188053                    {
188054                        "desc": "Lo-pass",
188055                        "name": "Lo-pass",
188056                        "value": "4"
188057                    },
188058                    {
188059                        "desc": "Lo-shelf",
188060                        "name": "Lo-shelf",
188061                        "value": "5"
188062                    },
188063                    {
188064                        "desc": "Notch",
188065                        "name": "Notch",
188066                        "value": "6"
188067                    },
188068                    {
188069                        "desc": "Resonance",
188070                        "name": "Resonance",
188071                        "value": "7"
188072                    },
188073                    {
188074                        "desc": "Allpass",
188075                        "name": "Allpass",
188076                        "value": "8"
188077                    }
188078                ]
188079            },
188080            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-6": {
188081                "ignore-enum-members": true,
188082                "kind": "enum",
188083                "values": [
188084                    {
188085                        "desc": "Off",
188086                        "name": "Off",
188087                        "value": "0"
188088                    },
188089                    {
188090                        "desc": "Bell",
188091                        "name": "Bell",
188092                        "value": "1"
188093                    },
188094                    {
188095                        "desc": "Hi-pass",
188096                        "name": "Hi-pass",
188097                        "value": "2"
188098                    },
188099                    {
188100                        "desc": "Hi-shelf",
188101                        "name": "Hi-shelf",
188102                        "value": "3"
188103                    },
188104                    {
188105                        "desc": "Lo-pass",
188106                        "name": "Lo-pass",
188107                        "value": "4"
188108                    },
188109                    {
188110                        "desc": "Lo-shelf",
188111                        "name": "Lo-shelf",
188112                        "value": "5"
188113                    },
188114                    {
188115                        "desc": "Notch",
188116                        "name": "Notch",
188117                        "value": "6"
188118                    },
188119                    {
188120                        "desc": "Resonance",
188121                        "name": "Resonance",
188122                        "value": "7"
188123                    },
188124                    {
188125                        "desc": "Allpass",
188126                        "name": "Allpass",
188127                        "value": "8"
188128                    }
188129                ]
188130            },
188131            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-7": {
188132                "ignore-enum-members": true,
188133                "kind": "enum",
188134                "values": [
188135                    {
188136                        "desc": "Off",
188137                        "name": "Off",
188138                        "value": "0"
188139                    },
188140                    {
188141                        "desc": "Bell",
188142                        "name": "Bell",
188143                        "value": "1"
188144                    },
188145                    {
188146                        "desc": "Hi-pass",
188147                        "name": "Hi-pass",
188148                        "value": "2"
188149                    },
188150                    {
188151                        "desc": "Hi-shelf",
188152                        "name": "Hi-shelf",
188153                        "value": "3"
188154                    },
188155                    {
188156                        "desc": "Lo-pass",
188157                        "name": "Lo-pass",
188158                        "value": "4"
188159                    },
188160                    {
188161                        "desc": "Lo-shelf",
188162                        "name": "Lo-shelf",
188163                        "value": "5"
188164                    },
188165                    {
188166                        "desc": "Notch",
188167                        "name": "Notch",
188168                        "value": "6"
188169                    },
188170                    {
188171                        "desc": "Resonance",
188172                        "name": "Resonance",
188173                        "value": "7"
188174                    },
188175                    {
188176                        "desc": "Allpass",
188177                        "name": "Allpass",
188178                        "value": "8"
188179                    }
188180                ]
188181            },
188182            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-8": {
188183                "ignore-enum-members": true,
188184                "kind": "enum",
188185                "values": [
188186                    {
188187                        "desc": "Off",
188188                        "name": "Off",
188189                        "value": "0"
188190                    },
188191                    {
188192                        "desc": "Bell",
188193                        "name": "Bell",
188194                        "value": "1"
188195                    },
188196                    {
188197                        "desc": "Hi-pass",
188198                        "name": "Hi-pass",
188199                        "value": "2"
188200                    },
188201                    {
188202                        "desc": "Hi-shelf",
188203                        "name": "Hi-shelf",
188204                        "value": "3"
188205                    },
188206                    {
188207                        "desc": "Lo-pass",
188208                        "name": "Lo-pass",
188209                        "value": "4"
188210                    },
188211                    {
188212                        "desc": "Lo-shelf",
188213                        "name": "Lo-shelf",
188214                        "value": "5"
188215                    },
188216                    {
188217                        "desc": "Notch",
188218                        "name": "Notch",
188219                        "value": "6"
188220                    },
188221                    {
188222                        "desc": "Resonance",
188223                        "name": "Resonance",
188224                        "value": "7"
188225                    },
188226                    {
188227                        "desc": "Allpass",
188228                        "name": "Allpass",
188229                        "value": "8"
188230                    }
188231                ]
188232            },
188233            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-9": {
188234                "ignore-enum-members": true,
188235                "kind": "enum",
188236                "values": [
188237                    {
188238                        "desc": "Off",
188239                        "name": "Off",
188240                        "value": "0"
188241                    },
188242                    {
188243                        "desc": "Bell",
188244                        "name": "Bell",
188245                        "value": "1"
188246                    },
188247                    {
188248                        "desc": "Hi-pass",
188249                        "name": "Hi-pass",
188250                        "value": "2"
188251                    },
188252                    {
188253                        "desc": "Hi-shelf",
188254                        "name": "Hi-shelf",
188255                        "value": "3"
188256                    },
188257                    {
188258                        "desc": "Lo-pass",
188259                        "name": "Lo-pass",
188260                        "value": "4"
188261                    },
188262                    {
188263                        "desc": "Lo-shelf",
188264                        "name": "Lo-shelf",
188265                        "value": "5"
188266                    },
188267                    {
188268                        "desc": "Notch",
188269                        "name": "Notch",
188270                        "value": "6"
188271                    },
188272                    {
188273                        "desc": "Resonance",
188274                        "name": "Resonance",
188275                        "value": "7"
188276                    },
188277                    {
188278                        "desc": "Allpass",
188279                        "name": "Allpass",
188280                        "value": "8"
188281                    }
188282                ]
188283            },
188284            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monomode": {
188285                "ignore-enum-members": true,
188286                "kind": "enum",
188287                "values": [
188288                    {
188289                        "desc": "IIR",
188290                        "name": "IIR",
188291                        "value": "0"
188292                    },
188293                    {
188294                        "desc": "FIR",
188295                        "name": "FIR",
188296                        "value": "1"
188297                    },
188298                    {
188299                        "desc": "FFT",
188300                        "name": "FFT",
188301                        "value": "2"
188302                    }
188303                ]
188304            },
188305            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-0": {
188306                "ignore-enum-members": true,
188307                "kind": "enum",
188308                "values": [
188309                    {
188310                        "desc": "x1",
188311                        "name": "x1",
188312                        "value": "0"
188313                    },
188314                    {
188315                        "desc": "x2",
188316                        "name": "x2",
188317                        "value": "1"
188318                    },
188319                    {
188320                        "desc": "x3",
188321                        "name": "x3",
188322                        "value": "2"
188323                    },
188324                    {
188325                        "desc": "x4",
188326                        "name": "x4",
188327                        "value": "3"
188328                    }
188329                ]
188330            },
188331            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-1": {
188332                "ignore-enum-members": true,
188333                "kind": "enum",
188334                "values": [
188335                    {
188336                        "desc": "x1",
188337                        "name": "x1",
188338                        "value": "0"
188339                    },
188340                    {
188341                        "desc": "x2",
188342                        "name": "x2",
188343                        "value": "1"
188344                    },
188345                    {
188346                        "desc": "x3",
188347                        "name": "x3",
188348                        "value": "2"
188349                    },
188350                    {
188351                        "desc": "x4",
188352                        "name": "x4",
188353                        "value": "3"
188354                    }
188355                ]
188356            },
188357            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-10": {
188358                "ignore-enum-members": true,
188359                "kind": "enum",
188360                "values": [
188361                    {
188362                        "desc": "x1",
188363                        "name": "x1",
188364                        "value": "0"
188365                    },
188366                    {
188367                        "desc": "x2",
188368                        "name": "x2",
188369                        "value": "1"
188370                    },
188371                    {
188372                        "desc": "x3",
188373                        "name": "x3",
188374                        "value": "2"
188375                    },
188376                    {
188377                        "desc": "x4",
188378                        "name": "x4",
188379                        "value": "3"
188380                    }
188381                ]
188382            },
188383            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-11": {
188384                "ignore-enum-members": true,
188385                "kind": "enum",
188386                "values": [
188387                    {
188388                        "desc": "x1",
188389                        "name": "x1",
188390                        "value": "0"
188391                    },
188392                    {
188393                        "desc": "x2",
188394                        "name": "x2",
188395                        "value": "1"
188396                    },
188397                    {
188398                        "desc": "x3",
188399                        "name": "x3",
188400                        "value": "2"
188401                    },
188402                    {
188403                        "desc": "x4",
188404                        "name": "x4",
188405                        "value": "3"
188406                    }
188407                ]
188408            },
188409            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-12": {
188410                "ignore-enum-members": true,
188411                "kind": "enum",
188412                "values": [
188413                    {
188414                        "desc": "x1",
188415                        "name": "x1",
188416                        "value": "0"
188417                    },
188418                    {
188419                        "desc": "x2",
188420                        "name": "x2",
188421                        "value": "1"
188422                    },
188423                    {
188424                        "desc": "x3",
188425                        "name": "x3",
188426                        "value": "2"
188427                    },
188428                    {
188429                        "desc": "x4",
188430                        "name": "x4",
188431                        "value": "3"
188432                    }
188433                ]
188434            },
188435            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-13": {
188436                "ignore-enum-members": true,
188437                "kind": "enum",
188438                "values": [
188439                    {
188440                        "desc": "x1",
188441                        "name": "x1",
188442                        "value": "0"
188443                    },
188444                    {
188445                        "desc": "x2",
188446                        "name": "x2",
188447                        "value": "1"
188448                    },
188449                    {
188450                        "desc": "x3",
188451                        "name": "x3",
188452                        "value": "2"
188453                    },
188454                    {
188455                        "desc": "x4",
188456                        "name": "x4",
188457                        "value": "3"
188458                    }
188459                ]
188460            },
188461            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-14": {
188462                "ignore-enum-members": true,
188463                "kind": "enum",
188464                "values": [
188465                    {
188466                        "desc": "x1",
188467                        "name": "x1",
188468                        "value": "0"
188469                    },
188470                    {
188471                        "desc": "x2",
188472                        "name": "x2",
188473                        "value": "1"
188474                    },
188475                    {
188476                        "desc": "x3",
188477                        "name": "x3",
188478                        "value": "2"
188479                    },
188480                    {
188481                        "desc": "x4",
188482                        "name": "x4",
188483                        "value": "3"
188484                    }
188485                ]
188486            },
188487            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-15": {
188488                "ignore-enum-members": true,
188489                "kind": "enum",
188490                "values": [
188491                    {
188492                        "desc": "x1",
188493                        "name": "x1",
188494                        "value": "0"
188495                    },
188496                    {
188497                        "desc": "x2",
188498                        "name": "x2",
188499                        "value": "1"
188500                    },
188501                    {
188502                        "desc": "x3",
188503                        "name": "x3",
188504                        "value": "2"
188505                    },
188506                    {
188507                        "desc": "x4",
188508                        "name": "x4",
188509                        "value": "3"
188510                    }
188511                ]
188512            },
188513            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-16": {
188514                "ignore-enum-members": true,
188515                "kind": "enum",
188516                "values": [
188517                    {
188518                        "desc": "x1",
188519                        "name": "x1",
188520                        "value": "0"
188521                    },
188522                    {
188523                        "desc": "x2",
188524                        "name": "x2",
188525                        "value": "1"
188526                    },
188527                    {
188528                        "desc": "x3",
188529                        "name": "x3",
188530                        "value": "2"
188531                    },
188532                    {
188533                        "desc": "x4",
188534                        "name": "x4",
188535                        "value": "3"
188536                    }
188537                ]
188538            },
188539            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-17": {
188540                "ignore-enum-members": true,
188541                "kind": "enum",
188542                "values": [
188543                    {
188544                        "desc": "x1",
188545                        "name": "x1",
188546                        "value": "0"
188547                    },
188548                    {
188549                        "desc": "x2",
188550                        "name": "x2",
188551                        "value": "1"
188552                    },
188553                    {
188554                        "desc": "x3",
188555                        "name": "x3",
188556                        "value": "2"
188557                    },
188558                    {
188559                        "desc": "x4",
188560                        "name": "x4",
188561                        "value": "3"
188562                    }
188563                ]
188564            },
188565            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-18": {
188566                "ignore-enum-members": true,
188567                "kind": "enum",
188568                "values": [
188569                    {
188570                        "desc": "x1",
188571                        "name": "x1",
188572                        "value": "0"
188573                    },
188574                    {
188575                        "desc": "x2",
188576                        "name": "x2",
188577                        "value": "1"
188578                    },
188579                    {
188580                        "desc": "x3",
188581                        "name": "x3",
188582                        "value": "2"
188583                    },
188584                    {
188585                        "desc": "x4",
188586                        "name": "x4",
188587                        "value": "3"
188588                    }
188589                ]
188590            },
188591            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-19": {
188592                "ignore-enum-members": true,
188593                "kind": "enum",
188594                "values": [
188595                    {
188596                        "desc": "x1",
188597                        "name": "x1",
188598                        "value": "0"
188599                    },
188600                    {
188601                        "desc": "x2",
188602                        "name": "x2",
188603                        "value": "1"
188604                    },
188605                    {
188606                        "desc": "x3",
188607                        "name": "x3",
188608                        "value": "2"
188609                    },
188610                    {
188611                        "desc": "x4",
188612                        "name": "x4",
188613                        "value": "3"
188614                    }
188615                ]
188616            },
188617            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-2": {
188618                "ignore-enum-members": true,
188619                "kind": "enum",
188620                "values": [
188621                    {
188622                        "desc": "x1",
188623                        "name": "x1",
188624                        "value": "0"
188625                    },
188626                    {
188627                        "desc": "x2",
188628                        "name": "x2",
188629                        "value": "1"
188630                    },
188631                    {
188632                        "desc": "x3",
188633                        "name": "x3",
188634                        "value": "2"
188635                    },
188636                    {
188637                        "desc": "x4",
188638                        "name": "x4",
188639                        "value": "3"
188640                    }
188641                ]
188642            },
188643            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-20": {
188644                "ignore-enum-members": true,
188645                "kind": "enum",
188646                "values": [
188647                    {
188648                        "desc": "x1",
188649                        "name": "x1",
188650                        "value": "0"
188651                    },
188652                    {
188653                        "desc": "x2",
188654                        "name": "x2",
188655                        "value": "1"
188656                    },
188657                    {
188658                        "desc": "x3",
188659                        "name": "x3",
188660                        "value": "2"
188661                    },
188662                    {
188663                        "desc": "x4",
188664                        "name": "x4",
188665                        "value": "3"
188666                    }
188667                ]
188668            },
188669            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-21": {
188670                "ignore-enum-members": true,
188671                "kind": "enum",
188672                "values": [
188673                    {
188674                        "desc": "x1",
188675                        "name": "x1",
188676                        "value": "0"
188677                    },
188678                    {
188679                        "desc": "x2",
188680                        "name": "x2",
188681                        "value": "1"
188682                    },
188683                    {
188684                        "desc": "x3",
188685                        "name": "x3",
188686                        "value": "2"
188687                    },
188688                    {
188689                        "desc": "x4",
188690                        "name": "x4",
188691                        "value": "3"
188692                    }
188693                ]
188694            },
188695            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-22": {
188696                "ignore-enum-members": true,
188697                "kind": "enum",
188698                "values": [
188699                    {
188700                        "desc": "x1",
188701                        "name": "x1",
188702                        "value": "0"
188703                    },
188704                    {
188705                        "desc": "x2",
188706                        "name": "x2",
188707                        "value": "1"
188708                    },
188709                    {
188710                        "desc": "x3",
188711                        "name": "x3",
188712                        "value": "2"
188713                    },
188714                    {
188715                        "desc": "x4",
188716                        "name": "x4",
188717                        "value": "3"
188718                    }
188719                ]
188720            },
188721            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-23": {
188722                "ignore-enum-members": true,
188723                "kind": "enum",
188724                "values": [
188725                    {
188726                        "desc": "x1",
188727                        "name": "x1",
188728                        "value": "0"
188729                    },
188730                    {
188731                        "desc": "x2",
188732                        "name": "x2",
188733                        "value": "1"
188734                    },
188735                    {
188736                        "desc": "x3",
188737                        "name": "x3",
188738                        "value": "2"
188739                    },
188740                    {
188741                        "desc": "x4",
188742                        "name": "x4",
188743                        "value": "3"
188744                    }
188745                ]
188746            },
188747            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-24": {
188748                "ignore-enum-members": true,
188749                "kind": "enum",
188750                "values": [
188751                    {
188752                        "desc": "x1",
188753                        "name": "x1",
188754                        "value": "0"
188755                    },
188756                    {
188757                        "desc": "x2",
188758                        "name": "x2",
188759                        "value": "1"
188760                    },
188761                    {
188762                        "desc": "x3",
188763                        "name": "x3",
188764                        "value": "2"
188765                    },
188766                    {
188767                        "desc": "x4",
188768                        "name": "x4",
188769                        "value": "3"
188770                    }
188771                ]
188772            },
188773            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-25": {
188774                "ignore-enum-members": true,
188775                "kind": "enum",
188776                "values": [
188777                    {
188778                        "desc": "x1",
188779                        "name": "x1",
188780                        "value": "0"
188781                    },
188782                    {
188783                        "desc": "x2",
188784                        "name": "x2",
188785                        "value": "1"
188786                    },
188787                    {
188788                        "desc": "x3",
188789                        "name": "x3",
188790                        "value": "2"
188791                    },
188792                    {
188793                        "desc": "x4",
188794                        "name": "x4",
188795                        "value": "3"
188796                    }
188797                ]
188798            },
188799            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-26": {
188800                "ignore-enum-members": true,
188801                "kind": "enum",
188802                "values": [
188803                    {
188804                        "desc": "x1",
188805                        "name": "x1",
188806                        "value": "0"
188807                    },
188808                    {
188809                        "desc": "x2",
188810                        "name": "x2",
188811                        "value": "1"
188812                    },
188813                    {
188814                        "desc": "x3",
188815                        "name": "x3",
188816                        "value": "2"
188817                    },
188818                    {
188819                        "desc": "x4",
188820                        "name": "x4",
188821                        "value": "3"
188822                    }
188823                ]
188824            },
188825            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-27": {
188826                "ignore-enum-members": true,
188827                "kind": "enum",
188828                "values": [
188829                    {
188830                        "desc": "x1",
188831                        "name": "x1",
188832                        "value": "0"
188833                    },
188834                    {
188835                        "desc": "x2",
188836                        "name": "x2",
188837                        "value": "1"
188838                    },
188839                    {
188840                        "desc": "x3",
188841                        "name": "x3",
188842                        "value": "2"
188843                    },
188844                    {
188845                        "desc": "x4",
188846                        "name": "x4",
188847                        "value": "3"
188848                    }
188849                ]
188850            },
188851            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-28": {
188852                "ignore-enum-members": true,
188853                "kind": "enum",
188854                "values": [
188855                    {
188856                        "desc": "x1",
188857                        "name": "x1",
188858                        "value": "0"
188859                    },
188860                    {
188861                        "desc": "x2",
188862                        "name": "x2",
188863                        "value": "1"
188864                    },
188865                    {
188866                        "desc": "x3",
188867                        "name": "x3",
188868                        "value": "2"
188869                    },
188870                    {
188871                        "desc": "x4",
188872                        "name": "x4",
188873                        "value": "3"
188874                    }
188875                ]
188876            },
188877            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-29": {
188878                "ignore-enum-members": true,
188879                "kind": "enum",
188880                "values": [
188881                    {
188882                        "desc": "x1",
188883                        "name": "x1",
188884                        "value": "0"
188885                    },
188886                    {
188887                        "desc": "x2",
188888                        "name": "x2",
188889                        "value": "1"
188890                    },
188891                    {
188892                        "desc": "x3",
188893                        "name": "x3",
188894                        "value": "2"
188895                    },
188896                    {
188897                        "desc": "x4",
188898                        "name": "x4",
188899                        "value": "3"
188900                    }
188901                ]
188902            },
188903            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-3": {
188904                "ignore-enum-members": true,
188905                "kind": "enum",
188906                "values": [
188907                    {
188908                        "desc": "x1",
188909                        "name": "x1",
188910                        "value": "0"
188911                    },
188912                    {
188913                        "desc": "x2",
188914                        "name": "x2",
188915                        "value": "1"
188916                    },
188917                    {
188918                        "desc": "x3",
188919                        "name": "x3",
188920                        "value": "2"
188921                    },
188922                    {
188923                        "desc": "x4",
188924                        "name": "x4",
188925                        "value": "3"
188926                    }
188927                ]
188928            },
188929            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-30": {
188930                "ignore-enum-members": true,
188931                "kind": "enum",
188932                "values": [
188933                    {
188934                        "desc": "x1",
188935                        "name": "x1",
188936                        "value": "0"
188937                    },
188938                    {
188939                        "desc": "x2",
188940                        "name": "x2",
188941                        "value": "1"
188942                    },
188943                    {
188944                        "desc": "x3",
188945                        "name": "x3",
188946                        "value": "2"
188947                    },
188948                    {
188949                        "desc": "x4",
188950                        "name": "x4",
188951                        "value": "3"
188952                    }
188953                ]
188954            },
188955            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-31": {
188956                "ignore-enum-members": true,
188957                "kind": "enum",
188958                "values": [
188959                    {
188960                        "desc": "x1",
188961                        "name": "x1",
188962                        "value": "0"
188963                    },
188964                    {
188965                        "desc": "x2",
188966                        "name": "x2",
188967                        "value": "1"
188968                    },
188969                    {
188970                        "desc": "x3",
188971                        "name": "x3",
188972                        "value": "2"
188973                    },
188974                    {
188975                        "desc": "x4",
188976                        "name": "x4",
188977                        "value": "3"
188978                    }
188979                ]
188980            },
188981            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-4": {
188982                "ignore-enum-members": true,
188983                "kind": "enum",
188984                "values": [
188985                    {
188986                        "desc": "x1",
188987                        "name": "x1",
188988                        "value": "0"
188989                    },
188990                    {
188991                        "desc": "x2",
188992                        "name": "x2",
188993                        "value": "1"
188994                    },
188995                    {
188996                        "desc": "x3",
188997                        "name": "x3",
188998                        "value": "2"
188999                    },
189000                    {
189001                        "desc": "x4",
189002                        "name": "x4",
189003                        "value": "3"
189004                    }
189005                ]
189006            },
189007            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-5": {
189008                "ignore-enum-members": true,
189009                "kind": "enum",
189010                "values": [
189011                    {
189012                        "desc": "x1",
189013                        "name": "x1",
189014                        "value": "0"
189015                    },
189016                    {
189017                        "desc": "x2",
189018                        "name": "x2",
189019                        "value": "1"
189020                    },
189021                    {
189022                        "desc": "x3",
189023                        "name": "x3",
189024                        "value": "2"
189025                    },
189026                    {
189027                        "desc": "x4",
189028                        "name": "x4",
189029                        "value": "3"
189030                    }
189031                ]
189032            },
189033            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-6": {
189034                "ignore-enum-members": true,
189035                "kind": "enum",
189036                "values": [
189037                    {
189038                        "desc": "x1",
189039                        "name": "x1",
189040                        "value": "0"
189041                    },
189042                    {
189043                        "desc": "x2",
189044                        "name": "x2",
189045                        "value": "1"
189046                    },
189047                    {
189048                        "desc": "x3",
189049                        "name": "x3",
189050                        "value": "2"
189051                    },
189052                    {
189053                        "desc": "x4",
189054                        "name": "x4",
189055                        "value": "3"
189056                    }
189057                ]
189058            },
189059            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-7": {
189060                "ignore-enum-members": true,
189061                "kind": "enum",
189062                "values": [
189063                    {
189064                        "desc": "x1",
189065                        "name": "x1",
189066                        "value": "0"
189067                    },
189068                    {
189069                        "desc": "x2",
189070                        "name": "x2",
189071                        "value": "1"
189072                    },
189073                    {
189074                        "desc": "x3",
189075                        "name": "x3",
189076                        "value": "2"
189077                    },
189078                    {
189079                        "desc": "x4",
189080                        "name": "x4",
189081                        "value": "3"
189082                    }
189083                ]
189084            },
189085            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-8": {
189086                "ignore-enum-members": true,
189087                "kind": "enum",
189088                "values": [
189089                    {
189090                        "desc": "x1",
189091                        "name": "x1",
189092                        "value": "0"
189093                    },
189094                    {
189095                        "desc": "x2",
189096                        "name": "x2",
189097                        "value": "1"
189098                    },
189099                    {
189100                        "desc": "x3",
189101                        "name": "x3",
189102                        "value": "2"
189103                    },
189104                    {
189105                        "desc": "x4",
189106                        "name": "x4",
189107                        "value": "3"
189108                    }
189109                ]
189110            },
189111            "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-9": {
189112                "ignore-enum-members": true,
189113                "kind": "enum",
189114                "values": [
189115                    {
189116                        "desc": "x1",
189117                        "name": "x1",
189118                        "value": "0"
189119                    },
189120                    {
189121                        "desc": "x2",
189122                        "name": "x2",
189123                        "value": "1"
189124                    },
189125                    {
189126                        "desc": "x3",
189127                        "name": "x3",
189128                        "value": "2"
189129                    },
189130                    {
189131                        "desc": "x4",
189132                        "name": "x4",
189133                        "value": "3"
189134                    }
189135                ]
189136            },
189137            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfft": {
189138                "ignore-enum-members": true,
189139                "kind": "enum",
189140                "values": [
189141                    {
189142                        "desc": "Off",
189143                        "name": "Off",
189144                        "value": "0"
189145                    },
189146                    {
189147                        "desc": "Post-eq",
189148                        "name": "Post-eq",
189149                        "value": "1"
189150                    },
189151                    {
189152                        "desc": "Pre-eq",
189153                        "name": "Pre-eq",
189154                        "value": "2"
189155                    }
189156                ]
189157            },
189158            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-0": {
189159                "ignore-enum-members": true,
189160                "kind": "enum",
189161                "values": [
189162                    {
189163                        "desc": "RLC (BT)",
189164                        "name": "RLC (BT)",
189165                        "value": "0"
189166                    },
189167                    {
189168                        "desc": "RLC (MT)",
189169                        "name": "RLC (MT)",
189170                        "value": "1"
189171                    },
189172                    {
189173                        "desc": "BWC (BT)",
189174                        "name": "BWC (BT)",
189175                        "value": "2"
189176                    },
189177                    {
189178                        "desc": "BWC (MT)",
189179                        "name": "BWC (MT)",
189180                        "value": "3"
189181                    },
189182                    {
189183                        "desc": "LRX (BT)",
189184                        "name": "LRX (BT)",
189185                        "value": "4"
189186                    },
189187                    {
189188                        "desc": "LRX (MT)",
189189                        "name": "LRX (MT)",
189190                        "value": "5"
189191                    },
189192                    {
189193                        "desc": "APO (DR)",
189194                        "name": "APO (DR)",
189195                        "value": "6"
189196                    }
189197                ]
189198            },
189199            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-1": {
189200                "ignore-enum-members": true,
189201                "kind": "enum",
189202                "values": [
189203                    {
189204                        "desc": "RLC (BT)",
189205                        "name": "RLC (BT)",
189206                        "value": "0"
189207                    },
189208                    {
189209                        "desc": "RLC (MT)",
189210                        "name": "RLC (MT)",
189211                        "value": "1"
189212                    },
189213                    {
189214                        "desc": "BWC (BT)",
189215                        "name": "BWC (BT)",
189216                        "value": "2"
189217                    },
189218                    {
189219                        "desc": "BWC (MT)",
189220                        "name": "BWC (MT)",
189221                        "value": "3"
189222                    },
189223                    {
189224                        "desc": "LRX (BT)",
189225                        "name": "LRX (BT)",
189226                        "value": "4"
189227                    },
189228                    {
189229                        "desc": "LRX (MT)",
189230                        "name": "LRX (MT)",
189231                        "value": "5"
189232                    },
189233                    {
189234                        "desc": "APO (DR)",
189235                        "name": "APO (DR)",
189236                        "value": "6"
189237                    }
189238                ]
189239            },
189240            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-10": {
189241                "ignore-enum-members": true,
189242                "kind": "enum",
189243                "values": [
189244                    {
189245                        "desc": "RLC (BT)",
189246                        "name": "RLC (BT)",
189247                        "value": "0"
189248                    },
189249                    {
189250                        "desc": "RLC (MT)",
189251                        "name": "RLC (MT)",
189252                        "value": "1"
189253                    },
189254                    {
189255                        "desc": "BWC (BT)",
189256                        "name": "BWC (BT)",
189257                        "value": "2"
189258                    },
189259                    {
189260                        "desc": "BWC (MT)",
189261                        "name": "BWC (MT)",
189262                        "value": "3"
189263                    },
189264                    {
189265                        "desc": "LRX (BT)",
189266                        "name": "LRX (BT)",
189267                        "value": "4"
189268                    },
189269                    {
189270                        "desc": "LRX (MT)",
189271                        "name": "LRX (MT)",
189272                        "value": "5"
189273                    },
189274                    {
189275                        "desc": "APO (DR)",
189276                        "name": "APO (DR)",
189277                        "value": "6"
189278                    }
189279                ]
189280            },
189281            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-11": {
189282                "ignore-enum-members": true,
189283                "kind": "enum",
189284                "values": [
189285                    {
189286                        "desc": "RLC (BT)",
189287                        "name": "RLC (BT)",
189288                        "value": "0"
189289                    },
189290                    {
189291                        "desc": "RLC (MT)",
189292                        "name": "RLC (MT)",
189293                        "value": "1"
189294                    },
189295                    {
189296                        "desc": "BWC (BT)",
189297                        "name": "BWC (BT)",
189298                        "value": "2"
189299                    },
189300                    {
189301                        "desc": "BWC (MT)",
189302                        "name": "BWC (MT)",
189303                        "value": "3"
189304                    },
189305                    {
189306                        "desc": "LRX (BT)",
189307                        "name": "LRX (BT)",
189308                        "value": "4"
189309                    },
189310                    {
189311                        "desc": "LRX (MT)",
189312                        "name": "LRX (MT)",
189313                        "value": "5"
189314                    },
189315                    {
189316                        "desc": "APO (DR)",
189317                        "name": "APO (DR)",
189318                        "value": "6"
189319                    }
189320                ]
189321            },
189322            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-12": {
189323                "ignore-enum-members": true,
189324                "kind": "enum",
189325                "values": [
189326                    {
189327                        "desc": "RLC (BT)",
189328                        "name": "RLC (BT)",
189329                        "value": "0"
189330                    },
189331                    {
189332                        "desc": "RLC (MT)",
189333                        "name": "RLC (MT)",
189334                        "value": "1"
189335                    },
189336                    {
189337                        "desc": "BWC (BT)",
189338                        "name": "BWC (BT)",
189339                        "value": "2"
189340                    },
189341                    {
189342                        "desc": "BWC (MT)",
189343                        "name": "BWC (MT)",
189344                        "value": "3"
189345                    },
189346                    {
189347                        "desc": "LRX (BT)",
189348                        "name": "LRX (BT)",
189349                        "value": "4"
189350                    },
189351                    {
189352                        "desc": "LRX (MT)",
189353                        "name": "LRX (MT)",
189354                        "value": "5"
189355                    },
189356                    {
189357                        "desc": "APO (DR)",
189358                        "name": "APO (DR)",
189359                        "value": "6"
189360                    }
189361                ]
189362            },
189363            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-13": {
189364                "ignore-enum-members": true,
189365                "kind": "enum",
189366                "values": [
189367                    {
189368                        "desc": "RLC (BT)",
189369                        "name": "RLC (BT)",
189370                        "value": "0"
189371                    },
189372                    {
189373                        "desc": "RLC (MT)",
189374                        "name": "RLC (MT)",
189375                        "value": "1"
189376                    },
189377                    {
189378                        "desc": "BWC (BT)",
189379                        "name": "BWC (BT)",
189380                        "value": "2"
189381                    },
189382                    {
189383                        "desc": "BWC (MT)",
189384                        "name": "BWC (MT)",
189385                        "value": "3"
189386                    },
189387                    {
189388                        "desc": "LRX (BT)",
189389                        "name": "LRX (BT)",
189390                        "value": "4"
189391                    },
189392                    {
189393                        "desc": "LRX (MT)",
189394                        "name": "LRX (MT)",
189395                        "value": "5"
189396                    },
189397                    {
189398                        "desc": "APO (DR)",
189399                        "name": "APO (DR)",
189400                        "value": "6"
189401                    }
189402                ]
189403            },
189404            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-14": {
189405                "ignore-enum-members": true,
189406                "kind": "enum",
189407                "values": [
189408                    {
189409                        "desc": "RLC (BT)",
189410                        "name": "RLC (BT)",
189411                        "value": "0"
189412                    },
189413                    {
189414                        "desc": "RLC (MT)",
189415                        "name": "RLC (MT)",
189416                        "value": "1"
189417                    },
189418                    {
189419                        "desc": "BWC (BT)",
189420                        "name": "BWC (BT)",
189421                        "value": "2"
189422                    },
189423                    {
189424                        "desc": "BWC (MT)",
189425                        "name": "BWC (MT)",
189426                        "value": "3"
189427                    },
189428                    {
189429                        "desc": "LRX (BT)",
189430                        "name": "LRX (BT)",
189431                        "value": "4"
189432                    },
189433                    {
189434                        "desc": "LRX (MT)",
189435                        "name": "LRX (MT)",
189436                        "value": "5"
189437                    },
189438                    {
189439                        "desc": "APO (DR)",
189440                        "name": "APO (DR)",
189441                        "value": "6"
189442                    }
189443                ]
189444            },
189445            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-15": {
189446                "ignore-enum-members": true,
189447                "kind": "enum",
189448                "values": [
189449                    {
189450                        "desc": "RLC (BT)",
189451                        "name": "RLC (BT)",
189452                        "value": "0"
189453                    },
189454                    {
189455                        "desc": "RLC (MT)",
189456                        "name": "RLC (MT)",
189457                        "value": "1"
189458                    },
189459                    {
189460                        "desc": "BWC (BT)",
189461                        "name": "BWC (BT)",
189462                        "value": "2"
189463                    },
189464                    {
189465                        "desc": "BWC (MT)",
189466                        "name": "BWC (MT)",
189467                        "value": "3"
189468                    },
189469                    {
189470                        "desc": "LRX (BT)",
189471                        "name": "LRX (BT)",
189472                        "value": "4"
189473                    },
189474                    {
189475                        "desc": "LRX (MT)",
189476                        "name": "LRX (MT)",
189477                        "value": "5"
189478                    },
189479                    {
189480                        "desc": "APO (DR)",
189481                        "name": "APO (DR)",
189482                        "value": "6"
189483                    }
189484                ]
189485            },
189486            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-16": {
189487                "ignore-enum-members": true,
189488                "kind": "enum",
189489                "values": [
189490                    {
189491                        "desc": "RLC (BT)",
189492                        "name": "RLC (BT)",
189493                        "value": "0"
189494                    },
189495                    {
189496                        "desc": "RLC (MT)",
189497                        "name": "RLC (MT)",
189498                        "value": "1"
189499                    },
189500                    {
189501                        "desc": "BWC (BT)",
189502                        "name": "BWC (BT)",
189503                        "value": "2"
189504                    },
189505                    {
189506                        "desc": "BWC (MT)",
189507                        "name": "BWC (MT)",
189508                        "value": "3"
189509                    },
189510                    {
189511                        "desc": "LRX (BT)",
189512                        "name": "LRX (BT)",
189513                        "value": "4"
189514                    },
189515                    {
189516                        "desc": "LRX (MT)",
189517                        "name": "LRX (MT)",
189518                        "value": "5"
189519                    },
189520                    {
189521                        "desc": "APO (DR)",
189522                        "name": "APO (DR)",
189523                        "value": "6"
189524                    }
189525                ]
189526            },
189527            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-17": {
189528                "ignore-enum-members": true,
189529                "kind": "enum",
189530                "values": [
189531                    {
189532                        "desc": "RLC (BT)",
189533                        "name": "RLC (BT)",
189534                        "value": "0"
189535                    },
189536                    {
189537                        "desc": "RLC (MT)",
189538                        "name": "RLC (MT)",
189539                        "value": "1"
189540                    },
189541                    {
189542                        "desc": "BWC (BT)",
189543                        "name": "BWC (BT)",
189544                        "value": "2"
189545                    },
189546                    {
189547                        "desc": "BWC (MT)",
189548                        "name": "BWC (MT)",
189549                        "value": "3"
189550                    },
189551                    {
189552                        "desc": "LRX (BT)",
189553                        "name": "LRX (BT)",
189554                        "value": "4"
189555                    },
189556                    {
189557                        "desc": "LRX (MT)",
189558                        "name": "LRX (MT)",
189559                        "value": "5"
189560                    },
189561                    {
189562                        "desc": "APO (DR)",
189563                        "name": "APO (DR)",
189564                        "value": "6"
189565                    }
189566                ]
189567            },
189568            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-18": {
189569                "ignore-enum-members": true,
189570                "kind": "enum",
189571                "values": [
189572                    {
189573                        "desc": "RLC (BT)",
189574                        "name": "RLC (BT)",
189575                        "value": "0"
189576                    },
189577                    {
189578                        "desc": "RLC (MT)",
189579                        "name": "RLC (MT)",
189580                        "value": "1"
189581                    },
189582                    {
189583                        "desc": "BWC (BT)",
189584                        "name": "BWC (BT)",
189585                        "value": "2"
189586                    },
189587                    {
189588                        "desc": "BWC (MT)",
189589                        "name": "BWC (MT)",
189590                        "value": "3"
189591                    },
189592                    {
189593                        "desc": "LRX (BT)",
189594                        "name": "LRX (BT)",
189595                        "value": "4"
189596                    },
189597                    {
189598                        "desc": "LRX (MT)",
189599                        "name": "LRX (MT)",
189600                        "value": "5"
189601                    },
189602                    {
189603                        "desc": "APO (DR)",
189604                        "name": "APO (DR)",
189605                        "value": "6"
189606                    }
189607                ]
189608            },
189609            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-19": {
189610                "ignore-enum-members": true,
189611                "kind": "enum",
189612                "values": [
189613                    {
189614                        "desc": "RLC (BT)",
189615                        "name": "RLC (BT)",
189616                        "value": "0"
189617                    },
189618                    {
189619                        "desc": "RLC (MT)",
189620                        "name": "RLC (MT)",
189621                        "value": "1"
189622                    },
189623                    {
189624                        "desc": "BWC (BT)",
189625                        "name": "BWC (BT)",
189626                        "value": "2"
189627                    },
189628                    {
189629                        "desc": "BWC (MT)",
189630                        "name": "BWC (MT)",
189631                        "value": "3"
189632                    },
189633                    {
189634                        "desc": "LRX (BT)",
189635                        "name": "LRX (BT)",
189636                        "value": "4"
189637                    },
189638                    {
189639                        "desc": "LRX (MT)",
189640                        "name": "LRX (MT)",
189641                        "value": "5"
189642                    },
189643                    {
189644                        "desc": "APO (DR)",
189645                        "name": "APO (DR)",
189646                        "value": "6"
189647                    }
189648                ]
189649            },
189650            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-2": {
189651                "ignore-enum-members": true,
189652                "kind": "enum",
189653                "values": [
189654                    {
189655                        "desc": "RLC (BT)",
189656                        "name": "RLC (BT)",
189657                        "value": "0"
189658                    },
189659                    {
189660                        "desc": "RLC (MT)",
189661                        "name": "RLC (MT)",
189662                        "value": "1"
189663                    },
189664                    {
189665                        "desc": "BWC (BT)",
189666                        "name": "BWC (BT)",
189667                        "value": "2"
189668                    },
189669                    {
189670                        "desc": "BWC (MT)",
189671                        "name": "BWC (MT)",
189672                        "value": "3"
189673                    },
189674                    {
189675                        "desc": "LRX (BT)",
189676                        "name": "LRX (BT)",
189677                        "value": "4"
189678                    },
189679                    {
189680                        "desc": "LRX (MT)",
189681                        "name": "LRX (MT)",
189682                        "value": "5"
189683                    },
189684                    {
189685                        "desc": "APO (DR)",
189686                        "name": "APO (DR)",
189687                        "value": "6"
189688                    }
189689                ]
189690            },
189691            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-20": {
189692                "ignore-enum-members": true,
189693                "kind": "enum",
189694                "values": [
189695                    {
189696                        "desc": "RLC (BT)",
189697                        "name": "RLC (BT)",
189698                        "value": "0"
189699                    },
189700                    {
189701                        "desc": "RLC (MT)",
189702                        "name": "RLC (MT)",
189703                        "value": "1"
189704                    },
189705                    {
189706                        "desc": "BWC (BT)",
189707                        "name": "BWC (BT)",
189708                        "value": "2"
189709                    },
189710                    {
189711                        "desc": "BWC (MT)",
189712                        "name": "BWC (MT)",
189713                        "value": "3"
189714                    },
189715                    {
189716                        "desc": "LRX (BT)",
189717                        "name": "LRX (BT)",
189718                        "value": "4"
189719                    },
189720                    {
189721                        "desc": "LRX (MT)",
189722                        "name": "LRX (MT)",
189723                        "value": "5"
189724                    },
189725                    {
189726                        "desc": "APO (DR)",
189727                        "name": "APO (DR)",
189728                        "value": "6"
189729                    }
189730                ]
189731            },
189732            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-21": {
189733                "ignore-enum-members": true,
189734                "kind": "enum",
189735                "values": [
189736                    {
189737                        "desc": "RLC (BT)",
189738                        "name": "RLC (BT)",
189739                        "value": "0"
189740                    },
189741                    {
189742                        "desc": "RLC (MT)",
189743                        "name": "RLC (MT)",
189744                        "value": "1"
189745                    },
189746                    {
189747                        "desc": "BWC (BT)",
189748                        "name": "BWC (BT)",
189749                        "value": "2"
189750                    },
189751                    {
189752                        "desc": "BWC (MT)",
189753                        "name": "BWC (MT)",
189754                        "value": "3"
189755                    },
189756                    {
189757                        "desc": "LRX (BT)",
189758                        "name": "LRX (BT)",
189759                        "value": "4"
189760                    },
189761                    {
189762                        "desc": "LRX (MT)",
189763                        "name": "LRX (MT)",
189764                        "value": "5"
189765                    },
189766                    {
189767                        "desc": "APO (DR)",
189768                        "name": "APO (DR)",
189769                        "value": "6"
189770                    }
189771                ]
189772            },
189773            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-22": {
189774                "ignore-enum-members": true,
189775                "kind": "enum",
189776                "values": [
189777                    {
189778                        "desc": "RLC (BT)",
189779                        "name": "RLC (BT)",
189780                        "value": "0"
189781                    },
189782                    {
189783                        "desc": "RLC (MT)",
189784                        "name": "RLC (MT)",
189785                        "value": "1"
189786                    },
189787                    {
189788                        "desc": "BWC (BT)",
189789                        "name": "BWC (BT)",
189790                        "value": "2"
189791                    },
189792                    {
189793                        "desc": "BWC (MT)",
189794                        "name": "BWC (MT)",
189795                        "value": "3"
189796                    },
189797                    {
189798                        "desc": "LRX (BT)",
189799                        "name": "LRX (BT)",
189800                        "value": "4"
189801                    },
189802                    {
189803                        "desc": "LRX (MT)",
189804                        "name": "LRX (MT)",
189805                        "value": "5"
189806                    },
189807                    {
189808                        "desc": "APO (DR)",
189809                        "name": "APO (DR)",
189810                        "value": "6"
189811                    }
189812                ]
189813            },
189814            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-23": {
189815                "ignore-enum-members": true,
189816                "kind": "enum",
189817                "values": [
189818                    {
189819                        "desc": "RLC (BT)",
189820                        "name": "RLC (BT)",
189821                        "value": "0"
189822                    },
189823                    {
189824                        "desc": "RLC (MT)",
189825                        "name": "RLC (MT)",
189826                        "value": "1"
189827                    },
189828                    {
189829                        "desc": "BWC (BT)",
189830                        "name": "BWC (BT)",
189831                        "value": "2"
189832                    },
189833                    {
189834                        "desc": "BWC (MT)",
189835                        "name": "BWC (MT)",
189836                        "value": "3"
189837                    },
189838                    {
189839                        "desc": "LRX (BT)",
189840                        "name": "LRX (BT)",
189841                        "value": "4"
189842                    },
189843                    {
189844                        "desc": "LRX (MT)",
189845                        "name": "LRX (MT)",
189846                        "value": "5"
189847                    },
189848                    {
189849                        "desc": "APO (DR)",
189850                        "name": "APO (DR)",
189851                        "value": "6"
189852                    }
189853                ]
189854            },
189855            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-24": {
189856                "ignore-enum-members": true,
189857                "kind": "enum",
189858                "values": [
189859                    {
189860                        "desc": "RLC (BT)",
189861                        "name": "RLC (BT)",
189862                        "value": "0"
189863                    },
189864                    {
189865                        "desc": "RLC (MT)",
189866                        "name": "RLC (MT)",
189867                        "value": "1"
189868                    },
189869                    {
189870                        "desc": "BWC (BT)",
189871                        "name": "BWC (BT)",
189872                        "value": "2"
189873                    },
189874                    {
189875                        "desc": "BWC (MT)",
189876                        "name": "BWC (MT)",
189877                        "value": "3"
189878                    },
189879                    {
189880                        "desc": "LRX (BT)",
189881                        "name": "LRX (BT)",
189882                        "value": "4"
189883                    },
189884                    {
189885                        "desc": "LRX (MT)",
189886                        "name": "LRX (MT)",
189887                        "value": "5"
189888                    },
189889                    {
189890                        "desc": "APO (DR)",
189891                        "name": "APO (DR)",
189892                        "value": "6"
189893                    }
189894                ]
189895            },
189896            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-25": {
189897                "ignore-enum-members": true,
189898                "kind": "enum",
189899                "values": [
189900                    {
189901                        "desc": "RLC (BT)",
189902                        "name": "RLC (BT)",
189903                        "value": "0"
189904                    },
189905                    {
189906                        "desc": "RLC (MT)",
189907                        "name": "RLC (MT)",
189908                        "value": "1"
189909                    },
189910                    {
189911                        "desc": "BWC (BT)",
189912                        "name": "BWC (BT)",
189913                        "value": "2"
189914                    },
189915                    {
189916                        "desc": "BWC (MT)",
189917                        "name": "BWC (MT)",
189918                        "value": "3"
189919                    },
189920                    {
189921                        "desc": "LRX (BT)",
189922                        "name": "LRX (BT)",
189923                        "value": "4"
189924                    },
189925                    {
189926                        "desc": "LRX (MT)",
189927                        "name": "LRX (MT)",
189928                        "value": "5"
189929                    },
189930                    {
189931                        "desc": "APO (DR)",
189932                        "name": "APO (DR)",
189933                        "value": "6"
189934                    }
189935                ]
189936            },
189937            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-26": {
189938                "ignore-enum-members": true,
189939                "kind": "enum",
189940                "values": [
189941                    {
189942                        "desc": "RLC (BT)",
189943                        "name": "RLC (BT)",
189944                        "value": "0"
189945                    },
189946                    {
189947                        "desc": "RLC (MT)",
189948                        "name": "RLC (MT)",
189949                        "value": "1"
189950                    },
189951                    {
189952                        "desc": "BWC (BT)",
189953                        "name": "BWC (BT)",
189954                        "value": "2"
189955                    },
189956                    {
189957                        "desc": "BWC (MT)",
189958                        "name": "BWC (MT)",
189959                        "value": "3"
189960                    },
189961                    {
189962                        "desc": "LRX (BT)",
189963                        "name": "LRX (BT)",
189964                        "value": "4"
189965                    },
189966                    {
189967                        "desc": "LRX (MT)",
189968                        "name": "LRX (MT)",
189969                        "value": "5"
189970                    },
189971                    {
189972                        "desc": "APO (DR)",
189973                        "name": "APO (DR)",
189974                        "value": "6"
189975                    }
189976                ]
189977            },
189978            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-27": {
189979                "ignore-enum-members": true,
189980                "kind": "enum",
189981                "values": [
189982                    {
189983                        "desc": "RLC (BT)",
189984                        "name": "RLC (BT)",
189985                        "value": "0"
189986                    },
189987                    {
189988                        "desc": "RLC (MT)",
189989                        "name": "RLC (MT)",
189990                        "value": "1"
189991                    },
189992                    {
189993                        "desc": "BWC (BT)",
189994                        "name": "BWC (BT)",
189995                        "value": "2"
189996                    },
189997                    {
189998                        "desc": "BWC (MT)",
189999                        "name": "BWC (MT)",
190000                        "value": "3"
190001                    },
190002                    {
190003                        "desc": "LRX (BT)",
190004                        "name": "LRX (BT)",
190005                        "value": "4"
190006                    },
190007                    {
190008                        "desc": "LRX (MT)",
190009                        "name": "LRX (MT)",
190010                        "value": "5"
190011                    },
190012                    {
190013                        "desc": "APO (DR)",
190014                        "name": "APO (DR)",
190015                        "value": "6"
190016                    }
190017                ]
190018            },
190019            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-28": {
190020                "ignore-enum-members": true,
190021                "kind": "enum",
190022                "values": [
190023                    {
190024                        "desc": "RLC (BT)",
190025                        "name": "RLC (BT)",
190026                        "value": "0"
190027                    },
190028                    {
190029                        "desc": "RLC (MT)",
190030                        "name": "RLC (MT)",
190031                        "value": "1"
190032                    },
190033                    {
190034                        "desc": "BWC (BT)",
190035                        "name": "BWC (BT)",
190036                        "value": "2"
190037                    },
190038                    {
190039                        "desc": "BWC (MT)",
190040                        "name": "BWC (MT)",
190041                        "value": "3"
190042                    },
190043                    {
190044                        "desc": "LRX (BT)",
190045                        "name": "LRX (BT)",
190046                        "value": "4"
190047                    },
190048                    {
190049                        "desc": "LRX (MT)",
190050                        "name": "LRX (MT)",
190051                        "value": "5"
190052                    },
190053                    {
190054                        "desc": "APO (DR)",
190055                        "name": "APO (DR)",
190056                        "value": "6"
190057                    }
190058                ]
190059            },
190060            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-29": {
190061                "ignore-enum-members": true,
190062                "kind": "enum",
190063                "values": [
190064                    {
190065                        "desc": "RLC (BT)",
190066                        "name": "RLC (BT)",
190067                        "value": "0"
190068                    },
190069                    {
190070                        "desc": "RLC (MT)",
190071                        "name": "RLC (MT)",
190072                        "value": "1"
190073                    },
190074                    {
190075                        "desc": "BWC (BT)",
190076                        "name": "BWC (BT)",
190077                        "value": "2"
190078                    },
190079                    {
190080                        "desc": "BWC (MT)",
190081                        "name": "BWC (MT)",
190082                        "value": "3"
190083                    },
190084                    {
190085                        "desc": "LRX (BT)",
190086                        "name": "LRX (BT)",
190087                        "value": "4"
190088                    },
190089                    {
190090                        "desc": "LRX (MT)",
190091                        "name": "LRX (MT)",
190092                        "value": "5"
190093                    },
190094                    {
190095                        "desc": "APO (DR)",
190096                        "name": "APO (DR)",
190097                        "value": "6"
190098                    }
190099                ]
190100            },
190101            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-3": {
190102                "ignore-enum-members": true,
190103                "kind": "enum",
190104                "values": [
190105                    {
190106                        "desc": "RLC (BT)",
190107                        "name": "RLC (BT)",
190108                        "value": "0"
190109                    },
190110                    {
190111                        "desc": "RLC (MT)",
190112                        "name": "RLC (MT)",
190113                        "value": "1"
190114                    },
190115                    {
190116                        "desc": "BWC (BT)",
190117                        "name": "BWC (BT)",
190118                        "value": "2"
190119                    },
190120                    {
190121                        "desc": "BWC (MT)",
190122                        "name": "BWC (MT)",
190123                        "value": "3"
190124                    },
190125                    {
190126                        "desc": "LRX (BT)",
190127                        "name": "LRX (BT)",
190128                        "value": "4"
190129                    },
190130                    {
190131                        "desc": "LRX (MT)",
190132                        "name": "LRX (MT)",
190133                        "value": "5"
190134                    },
190135                    {
190136                        "desc": "APO (DR)",
190137                        "name": "APO (DR)",
190138                        "value": "6"
190139                    }
190140                ]
190141            },
190142            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-30": {
190143                "ignore-enum-members": true,
190144                "kind": "enum",
190145                "values": [
190146                    {
190147                        "desc": "RLC (BT)",
190148                        "name": "RLC (BT)",
190149                        "value": "0"
190150                    },
190151                    {
190152                        "desc": "RLC (MT)",
190153                        "name": "RLC (MT)",
190154                        "value": "1"
190155                    },
190156                    {
190157                        "desc": "BWC (BT)",
190158                        "name": "BWC (BT)",
190159                        "value": "2"
190160                    },
190161                    {
190162                        "desc": "BWC (MT)",
190163                        "name": "BWC (MT)",
190164                        "value": "3"
190165                    },
190166                    {
190167                        "desc": "LRX (BT)",
190168                        "name": "LRX (BT)",
190169                        "value": "4"
190170                    },
190171                    {
190172                        "desc": "LRX (MT)",
190173                        "name": "LRX (MT)",
190174                        "value": "5"
190175                    },
190176                    {
190177                        "desc": "APO (DR)",
190178                        "name": "APO (DR)",
190179                        "value": "6"
190180                    }
190181                ]
190182            },
190183            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-31": {
190184                "ignore-enum-members": true,
190185                "kind": "enum",
190186                "values": [
190187                    {
190188                        "desc": "RLC (BT)",
190189                        "name": "RLC (BT)",
190190                        "value": "0"
190191                    },
190192                    {
190193                        "desc": "RLC (MT)",
190194                        "name": "RLC (MT)",
190195                        "value": "1"
190196                    },
190197                    {
190198                        "desc": "BWC (BT)",
190199                        "name": "BWC (BT)",
190200                        "value": "2"
190201                    },
190202                    {
190203                        "desc": "BWC (MT)",
190204                        "name": "BWC (MT)",
190205                        "value": "3"
190206                    },
190207                    {
190208                        "desc": "LRX (BT)",
190209                        "name": "LRX (BT)",
190210                        "value": "4"
190211                    },
190212                    {
190213                        "desc": "LRX (MT)",
190214                        "name": "LRX (MT)",
190215                        "value": "5"
190216                    },
190217                    {
190218                        "desc": "APO (DR)",
190219                        "name": "APO (DR)",
190220                        "value": "6"
190221                    }
190222                ]
190223            },
190224            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-4": {
190225                "ignore-enum-members": true,
190226                "kind": "enum",
190227                "values": [
190228                    {
190229                        "desc": "RLC (BT)",
190230                        "name": "RLC (BT)",
190231                        "value": "0"
190232                    },
190233                    {
190234                        "desc": "RLC (MT)",
190235                        "name": "RLC (MT)",
190236                        "value": "1"
190237                    },
190238                    {
190239                        "desc": "BWC (BT)",
190240                        "name": "BWC (BT)",
190241                        "value": "2"
190242                    },
190243                    {
190244                        "desc": "BWC (MT)",
190245                        "name": "BWC (MT)",
190246                        "value": "3"
190247                    },
190248                    {
190249                        "desc": "LRX (BT)",
190250                        "name": "LRX (BT)",
190251                        "value": "4"
190252                    },
190253                    {
190254                        "desc": "LRX (MT)",
190255                        "name": "LRX (MT)",
190256                        "value": "5"
190257                    },
190258                    {
190259                        "desc": "APO (DR)",
190260                        "name": "APO (DR)",
190261                        "value": "6"
190262                    }
190263                ]
190264            },
190265            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-5": {
190266                "ignore-enum-members": true,
190267                "kind": "enum",
190268                "values": [
190269                    {
190270                        "desc": "RLC (BT)",
190271                        "name": "RLC (BT)",
190272                        "value": "0"
190273                    },
190274                    {
190275                        "desc": "RLC (MT)",
190276                        "name": "RLC (MT)",
190277                        "value": "1"
190278                    },
190279                    {
190280                        "desc": "BWC (BT)",
190281                        "name": "BWC (BT)",
190282                        "value": "2"
190283                    },
190284                    {
190285                        "desc": "BWC (MT)",
190286                        "name": "BWC (MT)",
190287                        "value": "3"
190288                    },
190289                    {
190290                        "desc": "LRX (BT)",
190291                        "name": "LRX (BT)",
190292                        "value": "4"
190293                    },
190294                    {
190295                        "desc": "LRX (MT)",
190296                        "name": "LRX (MT)",
190297                        "value": "5"
190298                    },
190299                    {
190300                        "desc": "APO (DR)",
190301                        "name": "APO (DR)",
190302                        "value": "6"
190303                    }
190304                ]
190305            },
190306            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-6": {
190307                "ignore-enum-members": true,
190308                "kind": "enum",
190309                "values": [
190310                    {
190311                        "desc": "RLC (BT)",
190312                        "name": "RLC (BT)",
190313                        "value": "0"
190314                    },
190315                    {
190316                        "desc": "RLC (MT)",
190317                        "name": "RLC (MT)",
190318                        "value": "1"
190319                    },
190320                    {
190321                        "desc": "BWC (BT)",
190322                        "name": "BWC (BT)",
190323                        "value": "2"
190324                    },
190325                    {
190326                        "desc": "BWC (MT)",
190327                        "name": "BWC (MT)",
190328                        "value": "3"
190329                    },
190330                    {
190331                        "desc": "LRX (BT)",
190332                        "name": "LRX (BT)",
190333                        "value": "4"
190334                    },
190335                    {
190336                        "desc": "LRX (MT)",
190337                        "name": "LRX (MT)",
190338                        "value": "5"
190339                    },
190340                    {
190341                        "desc": "APO (DR)",
190342                        "name": "APO (DR)",
190343                        "value": "6"
190344                    }
190345                ]
190346            },
190347            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-7": {
190348                "ignore-enum-members": true,
190349                "kind": "enum",
190350                "values": [
190351                    {
190352                        "desc": "RLC (BT)",
190353                        "name": "RLC (BT)",
190354                        "value": "0"
190355                    },
190356                    {
190357                        "desc": "RLC (MT)",
190358                        "name": "RLC (MT)",
190359                        "value": "1"
190360                    },
190361                    {
190362                        "desc": "BWC (BT)",
190363                        "name": "BWC (BT)",
190364                        "value": "2"
190365                    },
190366                    {
190367                        "desc": "BWC (MT)",
190368                        "name": "BWC (MT)",
190369                        "value": "3"
190370                    },
190371                    {
190372                        "desc": "LRX (BT)",
190373                        "name": "LRX (BT)",
190374                        "value": "4"
190375                    },
190376                    {
190377                        "desc": "LRX (MT)",
190378                        "name": "LRX (MT)",
190379                        "value": "5"
190380                    },
190381                    {
190382                        "desc": "APO (DR)",
190383                        "name": "APO (DR)",
190384                        "value": "6"
190385                    }
190386                ]
190387            },
190388            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-8": {
190389                "ignore-enum-members": true,
190390                "kind": "enum",
190391                "values": [
190392                    {
190393                        "desc": "RLC (BT)",
190394                        "name": "RLC (BT)",
190395                        "value": "0"
190396                    },
190397                    {
190398                        "desc": "RLC (MT)",
190399                        "name": "RLC (MT)",
190400                        "value": "1"
190401                    },
190402                    {
190403                        "desc": "BWC (BT)",
190404                        "name": "BWC (BT)",
190405                        "value": "2"
190406                    },
190407                    {
190408                        "desc": "BWC (MT)",
190409                        "name": "BWC (MT)",
190410                        "value": "3"
190411                    },
190412                    {
190413                        "desc": "LRX (BT)",
190414                        "name": "LRX (BT)",
190415                        "value": "4"
190416                    },
190417                    {
190418                        "desc": "LRX (MT)",
190419                        "name": "LRX (MT)",
190420                        "value": "5"
190421                    },
190422                    {
190423                        "desc": "APO (DR)",
190424                        "name": "APO (DR)",
190425                        "value": "6"
190426                    }
190427                ]
190428            },
190429            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-9": {
190430                "ignore-enum-members": true,
190431                "kind": "enum",
190432                "values": [
190433                    {
190434                        "desc": "RLC (BT)",
190435                        "name": "RLC (BT)",
190436                        "value": "0"
190437                    },
190438                    {
190439                        "desc": "RLC (MT)",
190440                        "name": "RLC (MT)",
190441                        "value": "1"
190442                    },
190443                    {
190444                        "desc": "BWC (BT)",
190445                        "name": "BWC (BT)",
190446                        "value": "2"
190447                    },
190448                    {
190449                        "desc": "BWC (MT)",
190450                        "name": "BWC (MT)",
190451                        "value": "3"
190452                    },
190453                    {
190454                        "desc": "LRX (BT)",
190455                        "name": "LRX (BT)",
190456                        "value": "4"
190457                    },
190458                    {
190459                        "desc": "LRX (MT)",
190460                        "name": "LRX (MT)",
190461                        "value": "5"
190462                    },
190463                    {
190464                        "desc": "APO (DR)",
190465                        "name": "APO (DR)",
190466                        "value": "6"
190467                    }
190468                ]
190469            },
190470            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-0": {
190471                "ignore-enum-members": true,
190472                "kind": "enum",
190473                "values": [
190474                    {
190475                        "desc": "RLC (BT)",
190476                        "name": "RLC (BT)",
190477                        "value": "0"
190478                    },
190479                    {
190480                        "desc": "RLC (MT)",
190481                        "name": "RLC (MT)",
190482                        "value": "1"
190483                    },
190484                    {
190485                        "desc": "BWC (BT)",
190486                        "name": "BWC (BT)",
190487                        "value": "2"
190488                    },
190489                    {
190490                        "desc": "BWC (MT)",
190491                        "name": "BWC (MT)",
190492                        "value": "3"
190493                    },
190494                    {
190495                        "desc": "LRX (BT)",
190496                        "name": "LRX (BT)",
190497                        "value": "4"
190498                    },
190499                    {
190500                        "desc": "LRX (MT)",
190501                        "name": "LRX (MT)",
190502                        "value": "5"
190503                    },
190504                    {
190505                        "desc": "APO (DR)",
190506                        "name": "APO (DR)",
190507                        "value": "6"
190508                    }
190509                ]
190510            },
190511            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-1": {
190512                "ignore-enum-members": true,
190513                "kind": "enum",
190514                "values": [
190515                    {
190516                        "desc": "RLC (BT)",
190517                        "name": "RLC (BT)",
190518                        "value": "0"
190519                    },
190520                    {
190521                        "desc": "RLC (MT)",
190522                        "name": "RLC (MT)",
190523                        "value": "1"
190524                    },
190525                    {
190526                        "desc": "BWC (BT)",
190527                        "name": "BWC (BT)",
190528                        "value": "2"
190529                    },
190530                    {
190531                        "desc": "BWC (MT)",
190532                        "name": "BWC (MT)",
190533                        "value": "3"
190534                    },
190535                    {
190536                        "desc": "LRX (BT)",
190537                        "name": "LRX (BT)",
190538                        "value": "4"
190539                    },
190540                    {
190541                        "desc": "LRX (MT)",
190542                        "name": "LRX (MT)",
190543                        "value": "5"
190544                    },
190545                    {
190546                        "desc": "APO (DR)",
190547                        "name": "APO (DR)",
190548                        "value": "6"
190549                    }
190550                ]
190551            },
190552            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-10": {
190553                "ignore-enum-members": true,
190554                "kind": "enum",
190555                "values": [
190556                    {
190557                        "desc": "RLC (BT)",
190558                        "name": "RLC (BT)",
190559                        "value": "0"
190560                    },
190561                    {
190562                        "desc": "RLC (MT)",
190563                        "name": "RLC (MT)",
190564                        "value": "1"
190565                    },
190566                    {
190567                        "desc": "BWC (BT)",
190568                        "name": "BWC (BT)",
190569                        "value": "2"
190570                    },
190571                    {
190572                        "desc": "BWC (MT)",
190573                        "name": "BWC (MT)",
190574                        "value": "3"
190575                    },
190576                    {
190577                        "desc": "LRX (BT)",
190578                        "name": "LRX (BT)",
190579                        "value": "4"
190580                    },
190581                    {
190582                        "desc": "LRX (MT)",
190583                        "name": "LRX (MT)",
190584                        "value": "5"
190585                    },
190586                    {
190587                        "desc": "APO (DR)",
190588                        "name": "APO (DR)",
190589                        "value": "6"
190590                    }
190591                ]
190592            },
190593            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-11": {
190594                "ignore-enum-members": true,
190595                "kind": "enum",
190596                "values": [
190597                    {
190598                        "desc": "RLC (BT)",
190599                        "name": "RLC (BT)",
190600                        "value": "0"
190601                    },
190602                    {
190603                        "desc": "RLC (MT)",
190604                        "name": "RLC (MT)",
190605                        "value": "1"
190606                    },
190607                    {
190608                        "desc": "BWC (BT)",
190609                        "name": "BWC (BT)",
190610                        "value": "2"
190611                    },
190612                    {
190613                        "desc": "BWC (MT)",
190614                        "name": "BWC (MT)",
190615                        "value": "3"
190616                    },
190617                    {
190618                        "desc": "LRX (BT)",
190619                        "name": "LRX (BT)",
190620                        "value": "4"
190621                    },
190622                    {
190623                        "desc": "LRX (MT)",
190624                        "name": "LRX (MT)",
190625                        "value": "5"
190626                    },
190627                    {
190628                        "desc": "APO (DR)",
190629                        "name": "APO (DR)",
190630                        "value": "6"
190631                    }
190632                ]
190633            },
190634            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-12": {
190635                "ignore-enum-members": true,
190636                "kind": "enum",
190637                "values": [
190638                    {
190639                        "desc": "RLC (BT)",
190640                        "name": "RLC (BT)",
190641                        "value": "0"
190642                    },
190643                    {
190644                        "desc": "RLC (MT)",
190645                        "name": "RLC (MT)",
190646                        "value": "1"
190647                    },
190648                    {
190649                        "desc": "BWC (BT)",
190650                        "name": "BWC (BT)",
190651                        "value": "2"
190652                    },
190653                    {
190654                        "desc": "BWC (MT)",
190655                        "name": "BWC (MT)",
190656                        "value": "3"
190657                    },
190658                    {
190659                        "desc": "LRX (BT)",
190660                        "name": "LRX (BT)",
190661                        "value": "4"
190662                    },
190663                    {
190664                        "desc": "LRX (MT)",
190665                        "name": "LRX (MT)",
190666                        "value": "5"
190667                    },
190668                    {
190669                        "desc": "APO (DR)",
190670                        "name": "APO (DR)",
190671                        "value": "6"
190672                    }
190673                ]
190674            },
190675            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-13": {
190676                "ignore-enum-members": true,
190677                "kind": "enum",
190678                "values": [
190679                    {
190680                        "desc": "RLC (BT)",
190681                        "name": "RLC (BT)",
190682                        "value": "0"
190683                    },
190684                    {
190685                        "desc": "RLC (MT)",
190686                        "name": "RLC (MT)",
190687                        "value": "1"
190688                    },
190689                    {
190690                        "desc": "BWC (BT)",
190691                        "name": "BWC (BT)",
190692                        "value": "2"
190693                    },
190694                    {
190695                        "desc": "BWC (MT)",
190696                        "name": "BWC (MT)",
190697                        "value": "3"
190698                    },
190699                    {
190700                        "desc": "LRX (BT)",
190701                        "name": "LRX (BT)",
190702                        "value": "4"
190703                    },
190704                    {
190705                        "desc": "LRX (MT)",
190706                        "name": "LRX (MT)",
190707                        "value": "5"
190708                    },
190709                    {
190710                        "desc": "APO (DR)",
190711                        "name": "APO (DR)",
190712                        "value": "6"
190713                    }
190714                ]
190715            },
190716            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-14": {
190717                "ignore-enum-members": true,
190718                "kind": "enum",
190719                "values": [
190720                    {
190721                        "desc": "RLC (BT)",
190722                        "name": "RLC (BT)",
190723                        "value": "0"
190724                    },
190725                    {
190726                        "desc": "RLC (MT)",
190727                        "name": "RLC (MT)",
190728                        "value": "1"
190729                    },
190730                    {
190731                        "desc": "BWC (BT)",
190732                        "name": "BWC (BT)",
190733                        "value": "2"
190734                    },
190735                    {
190736                        "desc": "BWC (MT)",
190737                        "name": "BWC (MT)",
190738                        "value": "3"
190739                    },
190740                    {
190741                        "desc": "LRX (BT)",
190742                        "name": "LRX (BT)",
190743                        "value": "4"
190744                    },
190745                    {
190746                        "desc": "LRX (MT)",
190747                        "name": "LRX (MT)",
190748                        "value": "5"
190749                    },
190750                    {
190751                        "desc": "APO (DR)",
190752                        "name": "APO (DR)",
190753                        "value": "6"
190754                    }
190755                ]
190756            },
190757            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-15": {
190758                "ignore-enum-members": true,
190759                "kind": "enum",
190760                "values": [
190761                    {
190762                        "desc": "RLC (BT)",
190763                        "name": "RLC (BT)",
190764                        "value": "0"
190765                    },
190766                    {
190767                        "desc": "RLC (MT)",
190768                        "name": "RLC (MT)",
190769                        "value": "1"
190770                    },
190771                    {
190772                        "desc": "BWC (BT)",
190773                        "name": "BWC (BT)",
190774                        "value": "2"
190775                    },
190776                    {
190777                        "desc": "BWC (MT)",
190778                        "name": "BWC (MT)",
190779                        "value": "3"
190780                    },
190781                    {
190782                        "desc": "LRX (BT)",
190783                        "name": "LRX (BT)",
190784                        "value": "4"
190785                    },
190786                    {
190787                        "desc": "LRX (MT)",
190788                        "name": "LRX (MT)",
190789                        "value": "5"
190790                    },
190791                    {
190792                        "desc": "APO (DR)",
190793                        "name": "APO (DR)",
190794                        "value": "6"
190795                    }
190796                ]
190797            },
190798            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-16": {
190799                "ignore-enum-members": true,
190800                "kind": "enum",
190801                "values": [
190802                    {
190803                        "desc": "RLC (BT)",
190804                        "name": "RLC (BT)",
190805                        "value": "0"
190806                    },
190807                    {
190808                        "desc": "RLC (MT)",
190809                        "name": "RLC (MT)",
190810                        "value": "1"
190811                    },
190812                    {
190813                        "desc": "BWC (BT)",
190814                        "name": "BWC (BT)",
190815                        "value": "2"
190816                    },
190817                    {
190818                        "desc": "BWC (MT)",
190819                        "name": "BWC (MT)",
190820                        "value": "3"
190821                    },
190822                    {
190823                        "desc": "LRX (BT)",
190824                        "name": "LRX (BT)",
190825                        "value": "4"
190826                    },
190827                    {
190828                        "desc": "LRX (MT)",
190829                        "name": "LRX (MT)",
190830                        "value": "5"
190831                    },
190832                    {
190833                        "desc": "APO (DR)",
190834                        "name": "APO (DR)",
190835                        "value": "6"
190836                    }
190837                ]
190838            },
190839            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-17": {
190840                "ignore-enum-members": true,
190841                "kind": "enum",
190842                "values": [
190843                    {
190844                        "desc": "RLC (BT)",
190845                        "name": "RLC (BT)",
190846                        "value": "0"
190847                    },
190848                    {
190849                        "desc": "RLC (MT)",
190850                        "name": "RLC (MT)",
190851                        "value": "1"
190852                    },
190853                    {
190854                        "desc": "BWC (BT)",
190855                        "name": "BWC (BT)",
190856                        "value": "2"
190857                    },
190858                    {
190859                        "desc": "BWC (MT)",
190860                        "name": "BWC (MT)",
190861                        "value": "3"
190862                    },
190863                    {
190864                        "desc": "LRX (BT)",
190865                        "name": "LRX (BT)",
190866                        "value": "4"
190867                    },
190868                    {
190869                        "desc": "LRX (MT)",
190870                        "name": "LRX (MT)",
190871                        "value": "5"
190872                    },
190873                    {
190874                        "desc": "APO (DR)",
190875                        "name": "APO (DR)",
190876                        "value": "6"
190877                    }
190878                ]
190879            },
190880            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-18": {
190881                "ignore-enum-members": true,
190882                "kind": "enum",
190883                "values": [
190884                    {
190885                        "desc": "RLC (BT)",
190886                        "name": "RLC (BT)",
190887                        "value": "0"
190888                    },
190889                    {
190890                        "desc": "RLC (MT)",
190891                        "name": "RLC (MT)",
190892                        "value": "1"
190893                    },
190894                    {
190895                        "desc": "BWC (BT)",
190896                        "name": "BWC (BT)",
190897                        "value": "2"
190898                    },
190899                    {
190900                        "desc": "BWC (MT)",
190901                        "name": "BWC (MT)",
190902                        "value": "3"
190903                    },
190904                    {
190905                        "desc": "LRX (BT)",
190906                        "name": "LRX (BT)",
190907                        "value": "4"
190908                    },
190909                    {
190910                        "desc": "LRX (MT)",
190911                        "name": "LRX (MT)",
190912                        "value": "5"
190913                    },
190914                    {
190915                        "desc": "APO (DR)",
190916                        "name": "APO (DR)",
190917                        "value": "6"
190918                    }
190919                ]
190920            },
190921            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-19": {
190922                "ignore-enum-members": true,
190923                "kind": "enum",
190924                "values": [
190925                    {
190926                        "desc": "RLC (BT)",
190927                        "name": "RLC (BT)",
190928                        "value": "0"
190929                    },
190930                    {
190931                        "desc": "RLC (MT)",
190932                        "name": "RLC (MT)",
190933                        "value": "1"
190934                    },
190935                    {
190936                        "desc": "BWC (BT)",
190937                        "name": "BWC (BT)",
190938                        "value": "2"
190939                    },
190940                    {
190941                        "desc": "BWC (MT)",
190942                        "name": "BWC (MT)",
190943                        "value": "3"
190944                    },
190945                    {
190946                        "desc": "LRX (BT)",
190947                        "name": "LRX (BT)",
190948                        "value": "4"
190949                    },
190950                    {
190951                        "desc": "LRX (MT)",
190952                        "name": "LRX (MT)",
190953                        "value": "5"
190954                    },
190955                    {
190956                        "desc": "APO (DR)",
190957                        "name": "APO (DR)",
190958                        "value": "6"
190959                    }
190960                ]
190961            },
190962            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-2": {
190963                "ignore-enum-members": true,
190964                "kind": "enum",
190965                "values": [
190966                    {
190967                        "desc": "RLC (BT)",
190968                        "name": "RLC (BT)",
190969                        "value": "0"
190970                    },
190971                    {
190972                        "desc": "RLC (MT)",
190973                        "name": "RLC (MT)",
190974                        "value": "1"
190975                    },
190976                    {
190977                        "desc": "BWC (BT)",
190978                        "name": "BWC (BT)",
190979                        "value": "2"
190980                    },
190981                    {
190982                        "desc": "BWC (MT)",
190983                        "name": "BWC (MT)",
190984                        "value": "3"
190985                    },
190986                    {
190987                        "desc": "LRX (BT)",
190988                        "name": "LRX (BT)",
190989                        "value": "4"
190990                    },
190991                    {
190992                        "desc": "LRX (MT)",
190993                        "name": "LRX (MT)",
190994                        "value": "5"
190995                    },
190996                    {
190997                        "desc": "APO (DR)",
190998                        "name": "APO (DR)",
190999                        "value": "6"
191000                    }
191001                ]
191002            },
191003            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-20": {
191004                "ignore-enum-members": true,
191005                "kind": "enum",
191006                "values": [
191007                    {
191008                        "desc": "RLC (BT)",
191009                        "name": "RLC (BT)",
191010                        "value": "0"
191011                    },
191012                    {
191013                        "desc": "RLC (MT)",
191014                        "name": "RLC (MT)",
191015                        "value": "1"
191016                    },
191017                    {
191018                        "desc": "BWC (BT)",
191019                        "name": "BWC (BT)",
191020                        "value": "2"
191021                    },
191022                    {
191023                        "desc": "BWC (MT)",
191024                        "name": "BWC (MT)",
191025                        "value": "3"
191026                    },
191027                    {
191028                        "desc": "LRX (BT)",
191029                        "name": "LRX (BT)",
191030                        "value": "4"
191031                    },
191032                    {
191033                        "desc": "LRX (MT)",
191034                        "name": "LRX (MT)",
191035                        "value": "5"
191036                    },
191037                    {
191038                        "desc": "APO (DR)",
191039                        "name": "APO (DR)",
191040                        "value": "6"
191041                    }
191042                ]
191043            },
191044            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-21": {
191045                "ignore-enum-members": true,
191046                "kind": "enum",
191047                "values": [
191048                    {
191049                        "desc": "RLC (BT)",
191050                        "name": "RLC (BT)",
191051                        "value": "0"
191052                    },
191053                    {
191054                        "desc": "RLC (MT)",
191055                        "name": "RLC (MT)",
191056                        "value": "1"
191057                    },
191058                    {
191059                        "desc": "BWC (BT)",
191060                        "name": "BWC (BT)",
191061                        "value": "2"
191062                    },
191063                    {
191064                        "desc": "BWC (MT)",
191065                        "name": "BWC (MT)",
191066                        "value": "3"
191067                    },
191068                    {
191069                        "desc": "LRX (BT)",
191070                        "name": "LRX (BT)",
191071                        "value": "4"
191072                    },
191073                    {
191074                        "desc": "LRX (MT)",
191075                        "name": "LRX (MT)",
191076                        "value": "5"
191077                    },
191078                    {
191079                        "desc": "APO (DR)",
191080                        "name": "APO (DR)",
191081                        "value": "6"
191082                    }
191083                ]
191084            },
191085            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-22": {
191086                "ignore-enum-members": true,
191087                "kind": "enum",
191088                "values": [
191089                    {
191090                        "desc": "RLC (BT)",
191091                        "name": "RLC (BT)",
191092                        "value": "0"
191093                    },
191094                    {
191095                        "desc": "RLC (MT)",
191096                        "name": "RLC (MT)",
191097                        "value": "1"
191098                    },
191099                    {
191100                        "desc": "BWC (BT)",
191101                        "name": "BWC (BT)",
191102                        "value": "2"
191103                    },
191104                    {
191105                        "desc": "BWC (MT)",
191106                        "name": "BWC (MT)",
191107                        "value": "3"
191108                    },
191109                    {
191110                        "desc": "LRX (BT)",
191111                        "name": "LRX (BT)",
191112                        "value": "4"
191113                    },
191114                    {
191115                        "desc": "LRX (MT)",
191116                        "name": "LRX (MT)",
191117                        "value": "5"
191118                    },
191119                    {
191120                        "desc": "APO (DR)",
191121                        "name": "APO (DR)",
191122                        "value": "6"
191123                    }
191124                ]
191125            },
191126            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-23": {
191127                "ignore-enum-members": true,
191128                "kind": "enum",
191129                "values": [
191130                    {
191131                        "desc": "RLC (BT)",
191132                        "name": "RLC (BT)",
191133                        "value": "0"
191134                    },
191135                    {
191136                        "desc": "RLC (MT)",
191137                        "name": "RLC (MT)",
191138                        "value": "1"
191139                    },
191140                    {
191141                        "desc": "BWC (BT)",
191142                        "name": "BWC (BT)",
191143                        "value": "2"
191144                    },
191145                    {
191146                        "desc": "BWC (MT)",
191147                        "name": "BWC (MT)",
191148                        "value": "3"
191149                    },
191150                    {
191151                        "desc": "LRX (BT)",
191152                        "name": "LRX (BT)",
191153                        "value": "4"
191154                    },
191155                    {
191156                        "desc": "LRX (MT)",
191157                        "name": "LRX (MT)",
191158                        "value": "5"
191159                    },
191160                    {
191161                        "desc": "APO (DR)",
191162                        "name": "APO (DR)",
191163                        "value": "6"
191164                    }
191165                ]
191166            },
191167            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-24": {
191168                "ignore-enum-members": true,
191169                "kind": "enum",
191170                "values": [
191171                    {
191172                        "desc": "RLC (BT)",
191173                        "name": "RLC (BT)",
191174                        "value": "0"
191175                    },
191176                    {
191177                        "desc": "RLC (MT)",
191178                        "name": "RLC (MT)",
191179                        "value": "1"
191180                    },
191181                    {
191182                        "desc": "BWC (BT)",
191183                        "name": "BWC (BT)",
191184                        "value": "2"
191185                    },
191186                    {
191187                        "desc": "BWC (MT)",
191188                        "name": "BWC (MT)",
191189                        "value": "3"
191190                    },
191191                    {
191192                        "desc": "LRX (BT)",
191193                        "name": "LRX (BT)",
191194                        "value": "4"
191195                    },
191196                    {
191197                        "desc": "LRX (MT)",
191198                        "name": "LRX (MT)",
191199                        "value": "5"
191200                    },
191201                    {
191202                        "desc": "APO (DR)",
191203                        "name": "APO (DR)",
191204                        "value": "6"
191205                    }
191206                ]
191207            },
191208            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-25": {
191209                "ignore-enum-members": true,
191210                "kind": "enum",
191211                "values": [
191212                    {
191213                        "desc": "RLC (BT)",
191214                        "name": "RLC (BT)",
191215                        "value": "0"
191216                    },
191217                    {
191218                        "desc": "RLC (MT)",
191219                        "name": "RLC (MT)",
191220                        "value": "1"
191221                    },
191222                    {
191223                        "desc": "BWC (BT)",
191224                        "name": "BWC (BT)",
191225                        "value": "2"
191226                    },
191227                    {
191228                        "desc": "BWC (MT)",
191229                        "name": "BWC (MT)",
191230                        "value": "3"
191231                    },
191232                    {
191233                        "desc": "LRX (BT)",
191234                        "name": "LRX (BT)",
191235                        "value": "4"
191236                    },
191237                    {
191238                        "desc": "LRX (MT)",
191239                        "name": "LRX (MT)",
191240                        "value": "5"
191241                    },
191242                    {
191243                        "desc": "APO (DR)",
191244                        "name": "APO (DR)",
191245                        "value": "6"
191246                    }
191247                ]
191248            },
191249            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-26": {
191250                "ignore-enum-members": true,
191251                "kind": "enum",
191252                "values": [
191253                    {
191254                        "desc": "RLC (BT)",
191255                        "name": "RLC (BT)",
191256                        "value": "0"
191257                    },
191258                    {
191259                        "desc": "RLC (MT)",
191260                        "name": "RLC (MT)",
191261                        "value": "1"
191262                    },
191263                    {
191264                        "desc": "BWC (BT)",
191265                        "name": "BWC (BT)",
191266                        "value": "2"
191267                    },
191268                    {
191269                        "desc": "BWC (MT)",
191270                        "name": "BWC (MT)",
191271                        "value": "3"
191272                    },
191273                    {
191274                        "desc": "LRX (BT)",
191275                        "name": "LRX (BT)",
191276                        "value": "4"
191277                    },
191278                    {
191279                        "desc": "LRX (MT)",
191280                        "name": "LRX (MT)",
191281                        "value": "5"
191282                    },
191283                    {
191284                        "desc": "APO (DR)",
191285                        "name": "APO (DR)",
191286                        "value": "6"
191287                    }
191288                ]
191289            },
191290            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-27": {
191291                "ignore-enum-members": true,
191292                "kind": "enum",
191293                "values": [
191294                    {
191295                        "desc": "RLC (BT)",
191296                        "name": "RLC (BT)",
191297                        "value": "0"
191298                    },
191299                    {
191300                        "desc": "RLC (MT)",
191301                        "name": "RLC (MT)",
191302                        "value": "1"
191303                    },
191304                    {
191305                        "desc": "BWC (BT)",
191306                        "name": "BWC (BT)",
191307                        "value": "2"
191308                    },
191309                    {
191310                        "desc": "BWC (MT)",
191311                        "name": "BWC (MT)",
191312                        "value": "3"
191313                    },
191314                    {
191315                        "desc": "LRX (BT)",
191316                        "name": "LRX (BT)",
191317                        "value": "4"
191318                    },
191319                    {
191320                        "desc": "LRX (MT)",
191321                        "name": "LRX (MT)",
191322                        "value": "5"
191323                    },
191324                    {
191325                        "desc": "APO (DR)",
191326                        "name": "APO (DR)",
191327                        "value": "6"
191328                    }
191329                ]
191330            },
191331            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-28": {
191332                "ignore-enum-members": true,
191333                "kind": "enum",
191334                "values": [
191335                    {
191336                        "desc": "RLC (BT)",
191337                        "name": "RLC (BT)",
191338                        "value": "0"
191339                    },
191340                    {
191341                        "desc": "RLC (MT)",
191342                        "name": "RLC (MT)",
191343                        "value": "1"
191344                    },
191345                    {
191346                        "desc": "BWC (BT)",
191347                        "name": "BWC (BT)",
191348                        "value": "2"
191349                    },
191350                    {
191351                        "desc": "BWC (MT)",
191352                        "name": "BWC (MT)",
191353                        "value": "3"
191354                    },
191355                    {
191356                        "desc": "LRX (BT)",
191357                        "name": "LRX (BT)",
191358                        "value": "4"
191359                    },
191360                    {
191361                        "desc": "LRX (MT)",
191362                        "name": "LRX (MT)",
191363                        "value": "5"
191364                    },
191365                    {
191366                        "desc": "APO (DR)",
191367                        "name": "APO (DR)",
191368                        "value": "6"
191369                    }
191370                ]
191371            },
191372            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-29": {
191373                "ignore-enum-members": true,
191374                "kind": "enum",
191375                "values": [
191376                    {
191377                        "desc": "RLC (BT)",
191378                        "name": "RLC (BT)",
191379                        "value": "0"
191380                    },
191381                    {
191382                        "desc": "RLC (MT)",
191383                        "name": "RLC (MT)",
191384                        "value": "1"
191385                    },
191386                    {
191387                        "desc": "BWC (BT)",
191388                        "name": "BWC (BT)",
191389                        "value": "2"
191390                    },
191391                    {
191392                        "desc": "BWC (MT)",
191393                        "name": "BWC (MT)",
191394                        "value": "3"
191395                    },
191396                    {
191397                        "desc": "LRX (BT)",
191398                        "name": "LRX (BT)",
191399                        "value": "4"
191400                    },
191401                    {
191402                        "desc": "LRX (MT)",
191403                        "name": "LRX (MT)",
191404                        "value": "5"
191405                    },
191406                    {
191407                        "desc": "APO (DR)",
191408                        "name": "APO (DR)",
191409                        "value": "6"
191410                    }
191411                ]
191412            },
191413            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-3": {
191414                "ignore-enum-members": true,
191415                "kind": "enum",
191416                "values": [
191417                    {
191418                        "desc": "RLC (BT)",
191419                        "name": "RLC (BT)",
191420                        "value": "0"
191421                    },
191422                    {
191423                        "desc": "RLC (MT)",
191424                        "name": "RLC (MT)",
191425                        "value": "1"
191426                    },
191427                    {
191428                        "desc": "BWC (BT)",
191429                        "name": "BWC (BT)",
191430                        "value": "2"
191431                    },
191432                    {
191433                        "desc": "BWC (MT)",
191434                        "name": "BWC (MT)",
191435                        "value": "3"
191436                    },
191437                    {
191438                        "desc": "LRX (BT)",
191439                        "name": "LRX (BT)",
191440                        "value": "4"
191441                    },
191442                    {
191443                        "desc": "LRX (MT)",
191444                        "name": "LRX (MT)",
191445                        "value": "5"
191446                    },
191447                    {
191448                        "desc": "APO (DR)",
191449                        "name": "APO (DR)",
191450                        "value": "6"
191451                    }
191452                ]
191453            },
191454            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-30": {
191455                "ignore-enum-members": true,
191456                "kind": "enum",
191457                "values": [
191458                    {
191459                        "desc": "RLC (BT)",
191460                        "name": "RLC (BT)",
191461                        "value": "0"
191462                    },
191463                    {
191464                        "desc": "RLC (MT)",
191465                        "name": "RLC (MT)",
191466                        "value": "1"
191467                    },
191468                    {
191469                        "desc": "BWC (BT)",
191470                        "name": "BWC (BT)",
191471                        "value": "2"
191472                    },
191473                    {
191474                        "desc": "BWC (MT)",
191475                        "name": "BWC (MT)",
191476                        "value": "3"
191477                    },
191478                    {
191479                        "desc": "LRX (BT)",
191480                        "name": "LRX (BT)",
191481                        "value": "4"
191482                    },
191483                    {
191484                        "desc": "LRX (MT)",
191485                        "name": "LRX (MT)",
191486                        "value": "5"
191487                    },
191488                    {
191489                        "desc": "APO (DR)",
191490                        "name": "APO (DR)",
191491                        "value": "6"
191492                    }
191493                ]
191494            },
191495            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-31": {
191496                "ignore-enum-members": true,
191497                "kind": "enum",
191498                "values": [
191499                    {
191500                        "desc": "RLC (BT)",
191501                        "name": "RLC (BT)",
191502                        "value": "0"
191503                    },
191504                    {
191505                        "desc": "RLC (MT)",
191506                        "name": "RLC (MT)",
191507                        "value": "1"
191508                    },
191509                    {
191510                        "desc": "BWC (BT)",
191511                        "name": "BWC (BT)",
191512                        "value": "2"
191513                    },
191514                    {
191515                        "desc": "BWC (MT)",
191516                        "name": "BWC (MT)",
191517                        "value": "3"
191518                    },
191519                    {
191520                        "desc": "LRX (BT)",
191521                        "name": "LRX (BT)",
191522                        "value": "4"
191523                    },
191524                    {
191525                        "desc": "LRX (MT)",
191526                        "name": "LRX (MT)",
191527                        "value": "5"
191528                    },
191529                    {
191530                        "desc": "APO (DR)",
191531                        "name": "APO (DR)",
191532                        "value": "6"
191533                    }
191534                ]
191535            },
191536            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-4": {
191537                "ignore-enum-members": true,
191538                "kind": "enum",
191539                "values": [
191540                    {
191541                        "desc": "RLC (BT)",
191542                        "name": "RLC (BT)",
191543                        "value": "0"
191544                    },
191545                    {
191546                        "desc": "RLC (MT)",
191547                        "name": "RLC (MT)",
191548                        "value": "1"
191549                    },
191550                    {
191551                        "desc": "BWC (BT)",
191552                        "name": "BWC (BT)",
191553                        "value": "2"
191554                    },
191555                    {
191556                        "desc": "BWC (MT)",
191557                        "name": "BWC (MT)",
191558                        "value": "3"
191559                    },
191560                    {
191561                        "desc": "LRX (BT)",
191562                        "name": "LRX (BT)",
191563                        "value": "4"
191564                    },
191565                    {
191566                        "desc": "LRX (MT)",
191567                        "name": "LRX (MT)",
191568                        "value": "5"
191569                    },
191570                    {
191571                        "desc": "APO (DR)",
191572                        "name": "APO (DR)",
191573                        "value": "6"
191574                    }
191575                ]
191576            },
191577            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-5": {
191578                "ignore-enum-members": true,
191579                "kind": "enum",
191580                "values": [
191581                    {
191582                        "desc": "RLC (BT)",
191583                        "name": "RLC (BT)",
191584                        "value": "0"
191585                    },
191586                    {
191587                        "desc": "RLC (MT)",
191588                        "name": "RLC (MT)",
191589                        "value": "1"
191590                    },
191591                    {
191592                        "desc": "BWC (BT)",
191593                        "name": "BWC (BT)",
191594                        "value": "2"
191595                    },
191596                    {
191597                        "desc": "BWC (MT)",
191598                        "name": "BWC (MT)",
191599                        "value": "3"
191600                    },
191601                    {
191602                        "desc": "LRX (BT)",
191603                        "name": "LRX (BT)",
191604                        "value": "4"
191605                    },
191606                    {
191607                        "desc": "LRX (MT)",
191608                        "name": "LRX (MT)",
191609                        "value": "5"
191610                    },
191611                    {
191612                        "desc": "APO (DR)",
191613                        "name": "APO (DR)",
191614                        "value": "6"
191615                    }
191616                ]
191617            },
191618            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-6": {
191619                "ignore-enum-members": true,
191620                "kind": "enum",
191621                "values": [
191622                    {
191623                        "desc": "RLC (BT)",
191624                        "name": "RLC (BT)",
191625                        "value": "0"
191626                    },
191627                    {
191628                        "desc": "RLC (MT)",
191629                        "name": "RLC (MT)",
191630                        "value": "1"
191631                    },
191632                    {
191633                        "desc": "BWC (BT)",
191634                        "name": "BWC (BT)",
191635                        "value": "2"
191636                    },
191637                    {
191638                        "desc": "BWC (MT)",
191639                        "name": "BWC (MT)",
191640                        "value": "3"
191641                    },
191642                    {
191643                        "desc": "LRX (BT)",
191644                        "name": "LRX (BT)",
191645                        "value": "4"
191646                    },
191647                    {
191648                        "desc": "LRX (MT)",
191649                        "name": "LRX (MT)",
191650                        "value": "5"
191651                    },
191652                    {
191653                        "desc": "APO (DR)",
191654                        "name": "APO (DR)",
191655                        "value": "6"
191656                    }
191657                ]
191658            },
191659            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-7": {
191660                "ignore-enum-members": true,
191661                "kind": "enum",
191662                "values": [
191663                    {
191664                        "desc": "RLC (BT)",
191665                        "name": "RLC (BT)",
191666                        "value": "0"
191667                    },
191668                    {
191669                        "desc": "RLC (MT)",
191670                        "name": "RLC (MT)",
191671                        "value": "1"
191672                    },
191673                    {
191674                        "desc": "BWC (BT)",
191675                        "name": "BWC (BT)",
191676                        "value": "2"
191677                    },
191678                    {
191679                        "desc": "BWC (MT)",
191680                        "name": "BWC (MT)",
191681                        "value": "3"
191682                    },
191683                    {
191684                        "desc": "LRX (BT)",
191685                        "name": "LRX (BT)",
191686                        "value": "4"
191687                    },
191688                    {
191689                        "desc": "LRX (MT)",
191690                        "name": "LRX (MT)",
191691                        "value": "5"
191692                    },
191693                    {
191694                        "desc": "APO (DR)",
191695                        "name": "APO (DR)",
191696                        "value": "6"
191697                    }
191698                ]
191699            },
191700            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-8": {
191701                "ignore-enum-members": true,
191702                "kind": "enum",
191703                "values": [
191704                    {
191705                        "desc": "RLC (BT)",
191706                        "name": "RLC (BT)",
191707                        "value": "0"
191708                    },
191709                    {
191710                        "desc": "RLC (MT)",
191711                        "name": "RLC (MT)",
191712                        "value": "1"
191713                    },
191714                    {
191715                        "desc": "BWC (BT)",
191716                        "name": "BWC (BT)",
191717                        "value": "2"
191718                    },
191719                    {
191720                        "desc": "BWC (MT)",
191721                        "name": "BWC (MT)",
191722                        "value": "3"
191723                    },
191724                    {
191725                        "desc": "LRX (BT)",
191726                        "name": "LRX (BT)",
191727                        "value": "4"
191728                    },
191729                    {
191730                        "desc": "LRX (MT)",
191731                        "name": "LRX (MT)",
191732                        "value": "5"
191733                    },
191734                    {
191735                        "desc": "APO (DR)",
191736                        "name": "APO (DR)",
191737                        "value": "6"
191738                    }
191739                ]
191740            },
191741            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-9": {
191742                "ignore-enum-members": true,
191743                "kind": "enum",
191744                "values": [
191745                    {
191746                        "desc": "RLC (BT)",
191747                        "name": "RLC (BT)",
191748                        "value": "0"
191749                    },
191750                    {
191751                        "desc": "RLC (MT)",
191752                        "name": "RLC (MT)",
191753                        "value": "1"
191754                    },
191755                    {
191756                        "desc": "BWC (BT)",
191757                        "name": "BWC (BT)",
191758                        "value": "2"
191759                    },
191760                    {
191761                        "desc": "BWC (MT)",
191762                        "name": "BWC (MT)",
191763                        "value": "3"
191764                    },
191765                    {
191766                        "desc": "LRX (BT)",
191767                        "name": "LRX (BT)",
191768                        "value": "4"
191769                    },
191770                    {
191771                        "desc": "LRX (MT)",
191772                        "name": "LRX (MT)",
191773                        "value": "5"
191774                    },
191775                    {
191776                        "desc": "APO (DR)",
191777                        "name": "APO (DR)",
191778                        "value": "6"
191779                    }
191780                ]
191781            },
191782            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfsel": {
191783                "ignore-enum-members": true,
191784                "kind": "enum",
191785                "values": [
191786                    {
191787                        "desc": "Filters Mid 0-7",
191788                        "name": "Filters Mid 0-7",
191789                        "value": "0"
191790                    },
191791                    {
191792                        "desc": "Filters Side 0-7",
191793                        "name": "Filters Side 0-7",
191794                        "value": "1"
191795                    },
191796                    {
191797                        "desc": "Filters Mid 8-15",
191798                        "name": "Filters Mid 8-15",
191799                        "value": "2"
191800                    },
191801                    {
191802                        "desc": "Filters Side 8-15",
191803                        "name": "Filters Side 8-15",
191804                        "value": "3"
191805                    },
191806                    {
191807                        "desc": "Filters Mid 16-23",
191808                        "name": "Filters Mid 16-23",
191809                        "value": "4"
191810                    },
191811                    {
191812                        "desc": "Filters Side 16-23",
191813                        "name": "Filters Side 16-23",
191814                        "value": "5"
191815                    },
191816                    {
191817                        "desc": "Filters Mid 24-31",
191818                        "name": "Filters Mid 24-31",
191819                        "value": "6"
191820                    },
191821                    {
191822                        "desc": "Filters Side 24-31",
191823                        "name": "Filters Side 24-31",
191824                        "value": "7"
191825                    }
191826                ]
191827            },
191828            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-0": {
191829                "ignore-enum-members": true,
191830                "kind": "enum",
191831                "values": [
191832                    {
191833                        "desc": "Off",
191834                        "name": "Off",
191835                        "value": "0"
191836                    },
191837                    {
191838                        "desc": "Bell",
191839                        "name": "Bell",
191840                        "value": "1"
191841                    },
191842                    {
191843                        "desc": "Hi-pass",
191844                        "name": "Hi-pass",
191845                        "value": "2"
191846                    },
191847                    {
191848                        "desc": "Hi-shelf",
191849                        "name": "Hi-shelf",
191850                        "value": "3"
191851                    },
191852                    {
191853                        "desc": "Lo-pass",
191854                        "name": "Lo-pass",
191855                        "value": "4"
191856                    },
191857                    {
191858                        "desc": "Lo-shelf",
191859                        "name": "Lo-shelf",
191860                        "value": "5"
191861                    },
191862                    {
191863                        "desc": "Notch",
191864                        "name": "Notch",
191865                        "value": "6"
191866                    },
191867                    {
191868                        "desc": "Resonance",
191869                        "name": "Resonance",
191870                        "value": "7"
191871                    },
191872                    {
191873                        "desc": "Allpass",
191874                        "name": "Allpass",
191875                        "value": "8"
191876                    }
191877                ]
191878            },
191879            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-1": {
191880                "ignore-enum-members": true,
191881                "kind": "enum",
191882                "values": [
191883                    {
191884                        "desc": "Off",
191885                        "name": "Off",
191886                        "value": "0"
191887                    },
191888                    {
191889                        "desc": "Bell",
191890                        "name": "Bell",
191891                        "value": "1"
191892                    },
191893                    {
191894                        "desc": "Hi-pass",
191895                        "name": "Hi-pass",
191896                        "value": "2"
191897                    },
191898                    {
191899                        "desc": "Hi-shelf",
191900                        "name": "Hi-shelf",
191901                        "value": "3"
191902                    },
191903                    {
191904                        "desc": "Lo-pass",
191905                        "name": "Lo-pass",
191906                        "value": "4"
191907                    },
191908                    {
191909                        "desc": "Lo-shelf",
191910                        "name": "Lo-shelf",
191911                        "value": "5"
191912                    },
191913                    {
191914                        "desc": "Notch",
191915                        "name": "Notch",
191916                        "value": "6"
191917                    },
191918                    {
191919                        "desc": "Resonance",
191920                        "name": "Resonance",
191921                        "value": "7"
191922                    },
191923                    {
191924                        "desc": "Allpass",
191925                        "name": "Allpass",
191926                        "value": "8"
191927                    }
191928                ]
191929            },
191930            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-10": {
191931                "ignore-enum-members": true,
191932                "kind": "enum",
191933                "values": [
191934                    {
191935                        "desc": "Off",
191936                        "name": "Off",
191937                        "value": "0"
191938                    },
191939                    {
191940                        "desc": "Bell",
191941                        "name": "Bell",
191942                        "value": "1"
191943                    },
191944                    {
191945                        "desc": "Hi-pass",
191946                        "name": "Hi-pass",
191947                        "value": "2"
191948                    },
191949                    {
191950                        "desc": "Hi-shelf",
191951                        "name": "Hi-shelf",
191952                        "value": "3"
191953                    },
191954                    {
191955                        "desc": "Lo-pass",
191956                        "name": "Lo-pass",
191957                        "value": "4"
191958                    },
191959                    {
191960                        "desc": "Lo-shelf",
191961                        "name": "Lo-shelf",
191962                        "value": "5"
191963                    },
191964                    {
191965                        "desc": "Notch",
191966                        "name": "Notch",
191967                        "value": "6"
191968                    },
191969                    {
191970                        "desc": "Resonance",
191971                        "name": "Resonance",
191972                        "value": "7"
191973                    },
191974                    {
191975                        "desc": "Allpass",
191976                        "name": "Allpass",
191977                        "value": "8"
191978                    }
191979                ]
191980            },
191981            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-11": {
191982                "ignore-enum-members": true,
191983                "kind": "enum",
191984                "values": [
191985                    {
191986                        "desc": "Off",
191987                        "name": "Off",
191988                        "value": "0"
191989                    },
191990                    {
191991                        "desc": "Bell",
191992                        "name": "Bell",
191993                        "value": "1"
191994                    },
191995                    {
191996                        "desc": "Hi-pass",
191997                        "name": "Hi-pass",
191998                        "value": "2"
191999                    },
192000                    {
192001                        "desc": "Hi-shelf",
192002                        "name": "Hi-shelf",
192003                        "value": "3"
192004                    },
192005                    {
192006                        "desc": "Lo-pass",
192007                        "name": "Lo-pass",
192008                        "value": "4"
192009                    },
192010                    {
192011                        "desc": "Lo-shelf",
192012                        "name": "Lo-shelf",
192013                        "value": "5"
192014                    },
192015                    {
192016                        "desc": "Notch",
192017                        "name": "Notch",
192018                        "value": "6"
192019                    },
192020                    {
192021                        "desc": "Resonance",
192022                        "name": "Resonance",
192023                        "value": "7"
192024                    },
192025                    {
192026                        "desc": "Allpass",
192027                        "name": "Allpass",
192028                        "value": "8"
192029                    }
192030                ]
192031            },
192032            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-12": {
192033                "ignore-enum-members": true,
192034                "kind": "enum",
192035                "values": [
192036                    {
192037                        "desc": "Off",
192038                        "name": "Off",
192039                        "value": "0"
192040                    },
192041                    {
192042                        "desc": "Bell",
192043                        "name": "Bell",
192044                        "value": "1"
192045                    },
192046                    {
192047                        "desc": "Hi-pass",
192048                        "name": "Hi-pass",
192049                        "value": "2"
192050                    },
192051                    {
192052                        "desc": "Hi-shelf",
192053                        "name": "Hi-shelf",
192054                        "value": "3"
192055                    },
192056                    {
192057                        "desc": "Lo-pass",
192058                        "name": "Lo-pass",
192059                        "value": "4"
192060                    },
192061                    {
192062                        "desc": "Lo-shelf",
192063                        "name": "Lo-shelf",
192064                        "value": "5"
192065                    },
192066                    {
192067                        "desc": "Notch",
192068                        "name": "Notch",
192069                        "value": "6"
192070                    },
192071                    {
192072                        "desc": "Resonance",
192073                        "name": "Resonance",
192074                        "value": "7"
192075                    },
192076                    {
192077                        "desc": "Allpass",
192078                        "name": "Allpass",
192079                        "value": "8"
192080                    }
192081                ]
192082            },
192083            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-13": {
192084                "ignore-enum-members": true,
192085                "kind": "enum",
192086                "values": [
192087                    {
192088                        "desc": "Off",
192089                        "name": "Off",
192090                        "value": "0"
192091                    },
192092                    {
192093                        "desc": "Bell",
192094                        "name": "Bell",
192095                        "value": "1"
192096                    },
192097                    {
192098                        "desc": "Hi-pass",
192099                        "name": "Hi-pass",
192100                        "value": "2"
192101                    },
192102                    {
192103                        "desc": "Hi-shelf",
192104                        "name": "Hi-shelf",
192105                        "value": "3"
192106                    },
192107                    {
192108                        "desc": "Lo-pass",
192109                        "name": "Lo-pass",
192110                        "value": "4"
192111                    },
192112                    {
192113                        "desc": "Lo-shelf",
192114                        "name": "Lo-shelf",
192115                        "value": "5"
192116                    },
192117                    {
192118                        "desc": "Notch",
192119                        "name": "Notch",
192120                        "value": "6"
192121                    },
192122                    {
192123                        "desc": "Resonance",
192124                        "name": "Resonance",
192125                        "value": "7"
192126                    },
192127                    {
192128                        "desc": "Allpass",
192129                        "name": "Allpass",
192130                        "value": "8"
192131                    }
192132                ]
192133            },
192134            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-14": {
192135                "ignore-enum-members": true,
192136                "kind": "enum",
192137                "values": [
192138                    {
192139                        "desc": "Off",
192140                        "name": "Off",
192141                        "value": "0"
192142                    },
192143                    {
192144                        "desc": "Bell",
192145                        "name": "Bell",
192146                        "value": "1"
192147                    },
192148                    {
192149                        "desc": "Hi-pass",
192150                        "name": "Hi-pass",
192151                        "value": "2"
192152                    },
192153                    {
192154                        "desc": "Hi-shelf",
192155                        "name": "Hi-shelf",
192156                        "value": "3"
192157                    },
192158                    {
192159                        "desc": "Lo-pass",
192160                        "name": "Lo-pass",
192161                        "value": "4"
192162                    },
192163                    {
192164                        "desc": "Lo-shelf",
192165                        "name": "Lo-shelf",
192166                        "value": "5"
192167                    },
192168                    {
192169                        "desc": "Notch",
192170                        "name": "Notch",
192171                        "value": "6"
192172                    },
192173                    {
192174                        "desc": "Resonance",
192175                        "name": "Resonance",
192176                        "value": "7"
192177                    },
192178                    {
192179                        "desc": "Allpass",
192180                        "name": "Allpass",
192181                        "value": "8"
192182                    }
192183                ]
192184            },
192185            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-15": {
192186                "ignore-enum-members": true,
192187                "kind": "enum",
192188                "values": [
192189                    {
192190                        "desc": "Off",
192191                        "name": "Off",
192192                        "value": "0"
192193                    },
192194                    {
192195                        "desc": "Bell",
192196                        "name": "Bell",
192197                        "value": "1"
192198                    },
192199                    {
192200                        "desc": "Hi-pass",
192201                        "name": "Hi-pass",
192202                        "value": "2"
192203                    },
192204                    {
192205                        "desc": "Hi-shelf",
192206                        "name": "Hi-shelf",
192207                        "value": "3"
192208                    },
192209                    {
192210                        "desc": "Lo-pass",
192211                        "name": "Lo-pass",
192212                        "value": "4"
192213                    },
192214                    {
192215                        "desc": "Lo-shelf",
192216                        "name": "Lo-shelf",
192217                        "value": "5"
192218                    },
192219                    {
192220                        "desc": "Notch",
192221                        "name": "Notch",
192222                        "value": "6"
192223                    },
192224                    {
192225                        "desc": "Resonance",
192226                        "name": "Resonance",
192227                        "value": "7"
192228                    },
192229                    {
192230                        "desc": "Allpass",
192231                        "name": "Allpass",
192232                        "value": "8"
192233                    }
192234                ]
192235            },
192236            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-16": {
192237                "ignore-enum-members": true,
192238                "kind": "enum",
192239                "values": [
192240                    {
192241                        "desc": "Off",
192242                        "name": "Off",
192243                        "value": "0"
192244                    },
192245                    {
192246                        "desc": "Bell",
192247                        "name": "Bell",
192248                        "value": "1"
192249                    },
192250                    {
192251                        "desc": "Hi-pass",
192252                        "name": "Hi-pass",
192253                        "value": "2"
192254                    },
192255                    {
192256                        "desc": "Hi-shelf",
192257                        "name": "Hi-shelf",
192258                        "value": "3"
192259                    },
192260                    {
192261                        "desc": "Lo-pass",
192262                        "name": "Lo-pass",
192263                        "value": "4"
192264                    },
192265                    {
192266                        "desc": "Lo-shelf",
192267                        "name": "Lo-shelf",
192268                        "value": "5"
192269                    },
192270                    {
192271                        "desc": "Notch",
192272                        "name": "Notch",
192273                        "value": "6"
192274                    },
192275                    {
192276                        "desc": "Resonance",
192277                        "name": "Resonance",
192278                        "value": "7"
192279                    },
192280                    {
192281                        "desc": "Allpass",
192282                        "name": "Allpass",
192283                        "value": "8"
192284                    }
192285                ]
192286            },
192287            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-17": {
192288                "ignore-enum-members": true,
192289                "kind": "enum",
192290                "values": [
192291                    {
192292                        "desc": "Off",
192293                        "name": "Off",
192294                        "value": "0"
192295                    },
192296                    {
192297                        "desc": "Bell",
192298                        "name": "Bell",
192299                        "value": "1"
192300                    },
192301                    {
192302                        "desc": "Hi-pass",
192303                        "name": "Hi-pass",
192304                        "value": "2"
192305                    },
192306                    {
192307                        "desc": "Hi-shelf",
192308                        "name": "Hi-shelf",
192309                        "value": "3"
192310                    },
192311                    {
192312                        "desc": "Lo-pass",
192313                        "name": "Lo-pass",
192314                        "value": "4"
192315                    },
192316                    {
192317                        "desc": "Lo-shelf",
192318                        "name": "Lo-shelf",
192319                        "value": "5"
192320                    },
192321                    {
192322                        "desc": "Notch",
192323                        "name": "Notch",
192324                        "value": "6"
192325                    },
192326                    {
192327                        "desc": "Resonance",
192328                        "name": "Resonance",
192329                        "value": "7"
192330                    },
192331                    {
192332                        "desc": "Allpass",
192333                        "name": "Allpass",
192334                        "value": "8"
192335                    }
192336                ]
192337            },
192338            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-18": {
192339                "ignore-enum-members": true,
192340                "kind": "enum",
192341                "values": [
192342                    {
192343                        "desc": "Off",
192344                        "name": "Off",
192345                        "value": "0"
192346                    },
192347                    {
192348                        "desc": "Bell",
192349                        "name": "Bell",
192350                        "value": "1"
192351                    },
192352                    {
192353                        "desc": "Hi-pass",
192354                        "name": "Hi-pass",
192355                        "value": "2"
192356                    },
192357                    {
192358                        "desc": "Hi-shelf",
192359                        "name": "Hi-shelf",
192360                        "value": "3"
192361                    },
192362                    {
192363                        "desc": "Lo-pass",
192364                        "name": "Lo-pass",
192365                        "value": "4"
192366                    },
192367                    {
192368                        "desc": "Lo-shelf",
192369                        "name": "Lo-shelf",
192370                        "value": "5"
192371                    },
192372                    {
192373                        "desc": "Notch",
192374                        "name": "Notch",
192375                        "value": "6"
192376                    },
192377                    {
192378                        "desc": "Resonance",
192379                        "name": "Resonance",
192380                        "value": "7"
192381                    },
192382                    {
192383                        "desc": "Allpass",
192384                        "name": "Allpass",
192385                        "value": "8"
192386                    }
192387                ]
192388            },
192389            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-19": {
192390                "ignore-enum-members": true,
192391                "kind": "enum",
192392                "values": [
192393                    {
192394                        "desc": "Off",
192395                        "name": "Off",
192396                        "value": "0"
192397                    },
192398                    {
192399                        "desc": "Bell",
192400                        "name": "Bell",
192401                        "value": "1"
192402                    },
192403                    {
192404                        "desc": "Hi-pass",
192405                        "name": "Hi-pass",
192406                        "value": "2"
192407                    },
192408                    {
192409                        "desc": "Hi-shelf",
192410                        "name": "Hi-shelf",
192411                        "value": "3"
192412                    },
192413                    {
192414                        "desc": "Lo-pass",
192415                        "name": "Lo-pass",
192416                        "value": "4"
192417                    },
192418                    {
192419                        "desc": "Lo-shelf",
192420                        "name": "Lo-shelf",
192421                        "value": "5"
192422                    },
192423                    {
192424                        "desc": "Notch",
192425                        "name": "Notch",
192426                        "value": "6"
192427                    },
192428                    {
192429                        "desc": "Resonance",
192430                        "name": "Resonance",
192431                        "value": "7"
192432                    },
192433                    {
192434                        "desc": "Allpass",
192435                        "name": "Allpass",
192436                        "value": "8"
192437                    }
192438                ]
192439            },
192440            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-2": {
192441                "ignore-enum-members": true,
192442                "kind": "enum",
192443                "values": [
192444                    {
192445                        "desc": "Off",
192446                        "name": "Off",
192447                        "value": "0"
192448                    },
192449                    {
192450                        "desc": "Bell",
192451                        "name": "Bell",
192452                        "value": "1"
192453                    },
192454                    {
192455                        "desc": "Hi-pass",
192456                        "name": "Hi-pass",
192457                        "value": "2"
192458                    },
192459                    {
192460                        "desc": "Hi-shelf",
192461                        "name": "Hi-shelf",
192462                        "value": "3"
192463                    },
192464                    {
192465                        "desc": "Lo-pass",
192466                        "name": "Lo-pass",
192467                        "value": "4"
192468                    },
192469                    {
192470                        "desc": "Lo-shelf",
192471                        "name": "Lo-shelf",
192472                        "value": "5"
192473                    },
192474                    {
192475                        "desc": "Notch",
192476                        "name": "Notch",
192477                        "value": "6"
192478                    },
192479                    {
192480                        "desc": "Resonance",
192481                        "name": "Resonance",
192482                        "value": "7"
192483                    },
192484                    {
192485                        "desc": "Allpass",
192486                        "name": "Allpass",
192487                        "value": "8"
192488                    }
192489                ]
192490            },
192491            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-20": {
192492                "ignore-enum-members": true,
192493                "kind": "enum",
192494                "values": [
192495                    {
192496                        "desc": "Off",
192497                        "name": "Off",
192498                        "value": "0"
192499                    },
192500                    {
192501                        "desc": "Bell",
192502                        "name": "Bell",
192503                        "value": "1"
192504                    },
192505                    {
192506                        "desc": "Hi-pass",
192507                        "name": "Hi-pass",
192508                        "value": "2"
192509                    },
192510                    {
192511                        "desc": "Hi-shelf",
192512                        "name": "Hi-shelf",
192513                        "value": "3"
192514                    },
192515                    {
192516                        "desc": "Lo-pass",
192517                        "name": "Lo-pass",
192518                        "value": "4"
192519                    },
192520                    {
192521                        "desc": "Lo-shelf",
192522                        "name": "Lo-shelf",
192523                        "value": "5"
192524                    },
192525                    {
192526                        "desc": "Notch",
192527                        "name": "Notch",
192528                        "value": "6"
192529                    },
192530                    {
192531                        "desc": "Resonance",
192532                        "name": "Resonance",
192533                        "value": "7"
192534                    },
192535                    {
192536                        "desc": "Allpass",
192537                        "name": "Allpass",
192538                        "value": "8"
192539                    }
192540                ]
192541            },
192542            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-21": {
192543                "ignore-enum-members": true,
192544                "kind": "enum",
192545                "values": [
192546                    {
192547                        "desc": "Off",
192548                        "name": "Off",
192549                        "value": "0"
192550                    },
192551                    {
192552                        "desc": "Bell",
192553                        "name": "Bell",
192554                        "value": "1"
192555                    },
192556                    {
192557                        "desc": "Hi-pass",
192558                        "name": "Hi-pass",
192559                        "value": "2"
192560                    },
192561                    {
192562                        "desc": "Hi-shelf",
192563                        "name": "Hi-shelf",
192564                        "value": "3"
192565                    },
192566                    {
192567                        "desc": "Lo-pass",
192568                        "name": "Lo-pass",
192569                        "value": "4"
192570                    },
192571                    {
192572                        "desc": "Lo-shelf",
192573                        "name": "Lo-shelf",
192574                        "value": "5"
192575                    },
192576                    {
192577                        "desc": "Notch",
192578                        "name": "Notch",
192579                        "value": "6"
192580                    },
192581                    {
192582                        "desc": "Resonance",
192583                        "name": "Resonance",
192584                        "value": "7"
192585                    },
192586                    {
192587                        "desc": "Allpass",
192588                        "name": "Allpass",
192589                        "value": "8"
192590                    }
192591                ]
192592            },
192593            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-22": {
192594                "ignore-enum-members": true,
192595                "kind": "enum",
192596                "values": [
192597                    {
192598                        "desc": "Off",
192599                        "name": "Off",
192600                        "value": "0"
192601                    },
192602                    {
192603                        "desc": "Bell",
192604                        "name": "Bell",
192605                        "value": "1"
192606                    },
192607                    {
192608                        "desc": "Hi-pass",
192609                        "name": "Hi-pass",
192610                        "value": "2"
192611                    },
192612                    {
192613                        "desc": "Hi-shelf",
192614                        "name": "Hi-shelf",
192615                        "value": "3"
192616                    },
192617                    {
192618                        "desc": "Lo-pass",
192619                        "name": "Lo-pass",
192620                        "value": "4"
192621                    },
192622                    {
192623                        "desc": "Lo-shelf",
192624                        "name": "Lo-shelf",
192625                        "value": "5"
192626                    },
192627                    {
192628                        "desc": "Notch",
192629                        "name": "Notch",
192630                        "value": "6"
192631                    },
192632                    {
192633                        "desc": "Resonance",
192634                        "name": "Resonance",
192635                        "value": "7"
192636                    },
192637                    {
192638                        "desc": "Allpass",
192639                        "name": "Allpass",
192640                        "value": "8"
192641                    }
192642                ]
192643            },
192644            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-23": {
192645                "ignore-enum-members": true,
192646                "kind": "enum",
192647                "values": [
192648                    {
192649                        "desc": "Off",
192650                        "name": "Off",
192651                        "value": "0"
192652                    },
192653                    {
192654                        "desc": "Bell",
192655                        "name": "Bell",
192656                        "value": "1"
192657                    },
192658                    {
192659                        "desc": "Hi-pass",
192660                        "name": "Hi-pass",
192661                        "value": "2"
192662                    },
192663                    {
192664                        "desc": "Hi-shelf",
192665                        "name": "Hi-shelf",
192666                        "value": "3"
192667                    },
192668                    {
192669                        "desc": "Lo-pass",
192670                        "name": "Lo-pass",
192671                        "value": "4"
192672                    },
192673                    {
192674                        "desc": "Lo-shelf",
192675                        "name": "Lo-shelf",
192676                        "value": "5"
192677                    },
192678                    {
192679                        "desc": "Notch",
192680                        "name": "Notch",
192681                        "value": "6"
192682                    },
192683                    {
192684                        "desc": "Resonance",
192685                        "name": "Resonance",
192686                        "value": "7"
192687                    },
192688                    {
192689                        "desc": "Allpass",
192690                        "name": "Allpass",
192691                        "value": "8"
192692                    }
192693                ]
192694            },
192695            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-24": {
192696                "ignore-enum-members": true,
192697                "kind": "enum",
192698                "values": [
192699                    {
192700                        "desc": "Off",
192701                        "name": "Off",
192702                        "value": "0"
192703                    },
192704                    {
192705                        "desc": "Bell",
192706                        "name": "Bell",
192707                        "value": "1"
192708                    },
192709                    {
192710                        "desc": "Hi-pass",
192711                        "name": "Hi-pass",
192712                        "value": "2"
192713                    },
192714                    {
192715                        "desc": "Hi-shelf",
192716                        "name": "Hi-shelf",
192717                        "value": "3"
192718                    },
192719                    {
192720                        "desc": "Lo-pass",
192721                        "name": "Lo-pass",
192722                        "value": "4"
192723                    },
192724                    {
192725                        "desc": "Lo-shelf",
192726                        "name": "Lo-shelf",
192727                        "value": "5"
192728                    },
192729                    {
192730                        "desc": "Notch",
192731                        "name": "Notch",
192732                        "value": "6"
192733                    },
192734                    {
192735                        "desc": "Resonance",
192736                        "name": "Resonance",
192737                        "value": "7"
192738                    },
192739                    {
192740                        "desc": "Allpass",
192741                        "name": "Allpass",
192742                        "value": "8"
192743                    }
192744                ]
192745            },
192746            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-25": {
192747                "ignore-enum-members": true,
192748                "kind": "enum",
192749                "values": [
192750                    {
192751                        "desc": "Off",
192752                        "name": "Off",
192753                        "value": "0"
192754                    },
192755                    {
192756                        "desc": "Bell",
192757                        "name": "Bell",
192758                        "value": "1"
192759                    },
192760                    {
192761                        "desc": "Hi-pass",
192762                        "name": "Hi-pass",
192763                        "value": "2"
192764                    },
192765                    {
192766                        "desc": "Hi-shelf",
192767                        "name": "Hi-shelf",
192768                        "value": "3"
192769                    },
192770                    {
192771                        "desc": "Lo-pass",
192772                        "name": "Lo-pass",
192773                        "value": "4"
192774                    },
192775                    {
192776                        "desc": "Lo-shelf",
192777                        "name": "Lo-shelf",
192778                        "value": "5"
192779                    },
192780                    {
192781                        "desc": "Notch",
192782                        "name": "Notch",
192783                        "value": "6"
192784                    },
192785                    {
192786                        "desc": "Resonance",
192787                        "name": "Resonance",
192788                        "value": "7"
192789                    },
192790                    {
192791                        "desc": "Allpass",
192792                        "name": "Allpass",
192793                        "value": "8"
192794                    }
192795                ]
192796            },
192797            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-26": {
192798                "ignore-enum-members": true,
192799                "kind": "enum",
192800                "values": [
192801                    {
192802                        "desc": "Off",
192803                        "name": "Off",
192804                        "value": "0"
192805                    },
192806                    {
192807                        "desc": "Bell",
192808                        "name": "Bell",
192809                        "value": "1"
192810                    },
192811                    {
192812                        "desc": "Hi-pass",
192813                        "name": "Hi-pass",
192814                        "value": "2"
192815                    },
192816                    {
192817                        "desc": "Hi-shelf",
192818                        "name": "Hi-shelf",
192819                        "value": "3"
192820                    },
192821                    {
192822                        "desc": "Lo-pass",
192823                        "name": "Lo-pass",
192824                        "value": "4"
192825                    },
192826                    {
192827                        "desc": "Lo-shelf",
192828                        "name": "Lo-shelf",
192829                        "value": "5"
192830                    },
192831                    {
192832                        "desc": "Notch",
192833                        "name": "Notch",
192834                        "value": "6"
192835                    },
192836                    {
192837                        "desc": "Resonance",
192838                        "name": "Resonance",
192839                        "value": "7"
192840                    },
192841                    {
192842                        "desc": "Allpass",
192843                        "name": "Allpass",
192844                        "value": "8"
192845                    }
192846                ]
192847            },
192848            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-27": {
192849                "ignore-enum-members": true,
192850                "kind": "enum",
192851                "values": [
192852                    {
192853                        "desc": "Off",
192854                        "name": "Off",
192855                        "value": "0"
192856                    },
192857                    {
192858                        "desc": "Bell",
192859                        "name": "Bell",
192860                        "value": "1"
192861                    },
192862                    {
192863                        "desc": "Hi-pass",
192864                        "name": "Hi-pass",
192865                        "value": "2"
192866                    },
192867                    {
192868                        "desc": "Hi-shelf",
192869                        "name": "Hi-shelf",
192870                        "value": "3"
192871                    },
192872                    {
192873                        "desc": "Lo-pass",
192874                        "name": "Lo-pass",
192875                        "value": "4"
192876                    },
192877                    {
192878                        "desc": "Lo-shelf",
192879                        "name": "Lo-shelf",
192880                        "value": "5"
192881                    },
192882                    {
192883                        "desc": "Notch",
192884                        "name": "Notch",
192885                        "value": "6"
192886                    },
192887                    {
192888                        "desc": "Resonance",
192889                        "name": "Resonance",
192890                        "value": "7"
192891                    },
192892                    {
192893                        "desc": "Allpass",
192894                        "name": "Allpass",
192895                        "value": "8"
192896                    }
192897                ]
192898            },
192899            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-28": {
192900                "ignore-enum-members": true,
192901                "kind": "enum",
192902                "values": [
192903                    {
192904                        "desc": "Off",
192905                        "name": "Off",
192906                        "value": "0"
192907                    },
192908                    {
192909                        "desc": "Bell",
192910                        "name": "Bell",
192911                        "value": "1"
192912                    },
192913                    {
192914                        "desc": "Hi-pass",
192915                        "name": "Hi-pass",
192916                        "value": "2"
192917                    },
192918                    {
192919                        "desc": "Hi-shelf",
192920                        "name": "Hi-shelf",
192921                        "value": "3"
192922                    },
192923                    {
192924                        "desc": "Lo-pass",
192925                        "name": "Lo-pass",
192926                        "value": "4"
192927                    },
192928                    {
192929                        "desc": "Lo-shelf",
192930                        "name": "Lo-shelf",
192931                        "value": "5"
192932                    },
192933                    {
192934                        "desc": "Notch",
192935                        "name": "Notch",
192936                        "value": "6"
192937                    },
192938                    {
192939                        "desc": "Resonance",
192940                        "name": "Resonance",
192941                        "value": "7"
192942                    },
192943                    {
192944                        "desc": "Allpass",
192945                        "name": "Allpass",
192946                        "value": "8"
192947                    }
192948                ]
192949            },
192950            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-29": {
192951                "ignore-enum-members": true,
192952                "kind": "enum",
192953                "values": [
192954                    {
192955                        "desc": "Off",
192956                        "name": "Off",
192957                        "value": "0"
192958                    },
192959                    {
192960                        "desc": "Bell",
192961                        "name": "Bell",
192962                        "value": "1"
192963                    },
192964                    {
192965                        "desc": "Hi-pass",
192966                        "name": "Hi-pass",
192967                        "value": "2"
192968                    },
192969                    {
192970                        "desc": "Hi-shelf",
192971                        "name": "Hi-shelf",
192972                        "value": "3"
192973                    },
192974                    {
192975                        "desc": "Lo-pass",
192976                        "name": "Lo-pass",
192977                        "value": "4"
192978                    },
192979                    {
192980                        "desc": "Lo-shelf",
192981                        "name": "Lo-shelf",
192982                        "value": "5"
192983                    },
192984                    {
192985                        "desc": "Notch",
192986                        "name": "Notch",
192987                        "value": "6"
192988                    },
192989                    {
192990                        "desc": "Resonance",
192991                        "name": "Resonance",
192992                        "value": "7"
192993                    },
192994                    {
192995                        "desc": "Allpass",
192996                        "name": "Allpass",
192997                        "value": "8"
192998                    }
192999                ]
193000            },
193001            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-3": {
193002                "ignore-enum-members": true,
193003                "kind": "enum",
193004                "values": [
193005                    {
193006                        "desc": "Off",
193007                        "name": "Off",
193008                        "value": "0"
193009                    },
193010                    {
193011                        "desc": "Bell",
193012                        "name": "Bell",
193013                        "value": "1"
193014                    },
193015                    {
193016                        "desc": "Hi-pass",
193017                        "name": "Hi-pass",
193018                        "value": "2"
193019                    },
193020                    {
193021                        "desc": "Hi-shelf",
193022                        "name": "Hi-shelf",
193023                        "value": "3"
193024                    },
193025                    {
193026                        "desc": "Lo-pass",
193027                        "name": "Lo-pass",
193028                        "value": "4"
193029                    },
193030                    {
193031                        "desc": "Lo-shelf",
193032                        "name": "Lo-shelf",
193033                        "value": "5"
193034                    },
193035                    {
193036                        "desc": "Notch",
193037                        "name": "Notch",
193038                        "value": "6"
193039                    },
193040                    {
193041                        "desc": "Resonance",
193042                        "name": "Resonance",
193043                        "value": "7"
193044                    },
193045                    {
193046                        "desc": "Allpass",
193047                        "name": "Allpass",
193048                        "value": "8"
193049                    }
193050                ]
193051            },
193052            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-30": {
193053                "ignore-enum-members": true,
193054                "kind": "enum",
193055                "values": [
193056                    {
193057                        "desc": "Off",
193058                        "name": "Off",
193059                        "value": "0"
193060                    },
193061                    {
193062                        "desc": "Bell",
193063                        "name": "Bell",
193064                        "value": "1"
193065                    },
193066                    {
193067                        "desc": "Hi-pass",
193068                        "name": "Hi-pass",
193069                        "value": "2"
193070                    },
193071                    {
193072                        "desc": "Hi-shelf",
193073                        "name": "Hi-shelf",
193074                        "value": "3"
193075                    },
193076                    {
193077                        "desc": "Lo-pass",
193078                        "name": "Lo-pass",
193079                        "value": "4"
193080                    },
193081                    {
193082                        "desc": "Lo-shelf",
193083                        "name": "Lo-shelf",
193084                        "value": "5"
193085                    },
193086                    {
193087                        "desc": "Notch",
193088                        "name": "Notch",
193089                        "value": "6"
193090                    },
193091                    {
193092                        "desc": "Resonance",
193093                        "name": "Resonance",
193094                        "value": "7"
193095                    },
193096                    {
193097                        "desc": "Allpass",
193098                        "name": "Allpass",
193099                        "value": "8"
193100                    }
193101                ]
193102            },
193103            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-31": {
193104                "ignore-enum-members": true,
193105                "kind": "enum",
193106                "values": [
193107                    {
193108                        "desc": "Off",
193109                        "name": "Off",
193110                        "value": "0"
193111                    },
193112                    {
193113                        "desc": "Bell",
193114                        "name": "Bell",
193115                        "value": "1"
193116                    },
193117                    {
193118                        "desc": "Hi-pass",
193119                        "name": "Hi-pass",
193120                        "value": "2"
193121                    },
193122                    {
193123                        "desc": "Hi-shelf",
193124                        "name": "Hi-shelf",
193125                        "value": "3"
193126                    },
193127                    {
193128                        "desc": "Lo-pass",
193129                        "name": "Lo-pass",
193130                        "value": "4"
193131                    },
193132                    {
193133                        "desc": "Lo-shelf",
193134                        "name": "Lo-shelf",
193135                        "value": "5"
193136                    },
193137                    {
193138                        "desc": "Notch",
193139                        "name": "Notch",
193140                        "value": "6"
193141                    },
193142                    {
193143                        "desc": "Resonance",
193144                        "name": "Resonance",
193145                        "value": "7"
193146                    },
193147                    {
193148                        "desc": "Allpass",
193149                        "name": "Allpass",
193150                        "value": "8"
193151                    }
193152                ]
193153            },
193154            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-4": {
193155                "ignore-enum-members": true,
193156                "kind": "enum",
193157                "values": [
193158                    {
193159                        "desc": "Off",
193160                        "name": "Off",
193161                        "value": "0"
193162                    },
193163                    {
193164                        "desc": "Bell",
193165                        "name": "Bell",
193166                        "value": "1"
193167                    },
193168                    {
193169                        "desc": "Hi-pass",
193170                        "name": "Hi-pass",
193171                        "value": "2"
193172                    },
193173                    {
193174                        "desc": "Hi-shelf",
193175                        "name": "Hi-shelf",
193176                        "value": "3"
193177                    },
193178                    {
193179                        "desc": "Lo-pass",
193180                        "name": "Lo-pass",
193181                        "value": "4"
193182                    },
193183                    {
193184                        "desc": "Lo-shelf",
193185                        "name": "Lo-shelf",
193186                        "value": "5"
193187                    },
193188                    {
193189                        "desc": "Notch",
193190                        "name": "Notch",
193191                        "value": "6"
193192                    },
193193                    {
193194                        "desc": "Resonance",
193195                        "name": "Resonance",
193196                        "value": "7"
193197                    },
193198                    {
193199                        "desc": "Allpass",
193200                        "name": "Allpass",
193201                        "value": "8"
193202                    }
193203                ]
193204            },
193205            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-5": {
193206                "ignore-enum-members": true,
193207                "kind": "enum",
193208                "values": [
193209                    {
193210                        "desc": "Off",
193211                        "name": "Off",
193212                        "value": "0"
193213                    },
193214                    {
193215                        "desc": "Bell",
193216                        "name": "Bell",
193217                        "value": "1"
193218                    },
193219                    {
193220                        "desc": "Hi-pass",
193221                        "name": "Hi-pass",
193222                        "value": "2"
193223                    },
193224                    {
193225                        "desc": "Hi-shelf",
193226                        "name": "Hi-shelf",
193227                        "value": "3"
193228                    },
193229                    {
193230                        "desc": "Lo-pass",
193231                        "name": "Lo-pass",
193232                        "value": "4"
193233                    },
193234                    {
193235                        "desc": "Lo-shelf",
193236                        "name": "Lo-shelf",
193237                        "value": "5"
193238                    },
193239                    {
193240                        "desc": "Notch",
193241                        "name": "Notch",
193242                        "value": "6"
193243                    },
193244                    {
193245                        "desc": "Resonance",
193246                        "name": "Resonance",
193247                        "value": "7"
193248                    },
193249                    {
193250                        "desc": "Allpass",
193251                        "name": "Allpass",
193252                        "value": "8"
193253                    }
193254                ]
193255            },
193256            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-6": {
193257                "ignore-enum-members": true,
193258                "kind": "enum",
193259                "values": [
193260                    {
193261                        "desc": "Off",
193262                        "name": "Off",
193263                        "value": "0"
193264                    },
193265                    {
193266                        "desc": "Bell",
193267                        "name": "Bell",
193268                        "value": "1"
193269                    },
193270                    {
193271                        "desc": "Hi-pass",
193272                        "name": "Hi-pass",
193273                        "value": "2"
193274                    },
193275                    {
193276                        "desc": "Hi-shelf",
193277                        "name": "Hi-shelf",
193278                        "value": "3"
193279                    },
193280                    {
193281                        "desc": "Lo-pass",
193282                        "name": "Lo-pass",
193283                        "value": "4"
193284                    },
193285                    {
193286                        "desc": "Lo-shelf",
193287                        "name": "Lo-shelf",
193288                        "value": "5"
193289                    },
193290                    {
193291                        "desc": "Notch",
193292                        "name": "Notch",
193293                        "value": "6"
193294                    },
193295                    {
193296                        "desc": "Resonance",
193297                        "name": "Resonance",
193298                        "value": "7"
193299                    },
193300                    {
193301                        "desc": "Allpass",
193302                        "name": "Allpass",
193303                        "value": "8"
193304                    }
193305                ]
193306            },
193307            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-7": {
193308                "ignore-enum-members": true,
193309                "kind": "enum",
193310                "values": [
193311                    {
193312                        "desc": "Off",
193313                        "name": "Off",
193314                        "value": "0"
193315                    },
193316                    {
193317                        "desc": "Bell",
193318                        "name": "Bell",
193319                        "value": "1"
193320                    },
193321                    {
193322                        "desc": "Hi-pass",
193323                        "name": "Hi-pass",
193324                        "value": "2"
193325                    },
193326                    {
193327                        "desc": "Hi-shelf",
193328                        "name": "Hi-shelf",
193329                        "value": "3"
193330                    },
193331                    {
193332                        "desc": "Lo-pass",
193333                        "name": "Lo-pass",
193334                        "value": "4"
193335                    },
193336                    {
193337                        "desc": "Lo-shelf",
193338                        "name": "Lo-shelf",
193339                        "value": "5"
193340                    },
193341                    {
193342                        "desc": "Notch",
193343                        "name": "Notch",
193344                        "value": "6"
193345                    },
193346                    {
193347                        "desc": "Resonance",
193348                        "name": "Resonance",
193349                        "value": "7"
193350                    },
193351                    {
193352                        "desc": "Allpass",
193353                        "name": "Allpass",
193354                        "value": "8"
193355                    }
193356                ]
193357            },
193358            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-8": {
193359                "ignore-enum-members": true,
193360                "kind": "enum",
193361                "values": [
193362                    {
193363                        "desc": "Off",
193364                        "name": "Off",
193365                        "value": "0"
193366                    },
193367                    {
193368                        "desc": "Bell",
193369                        "name": "Bell",
193370                        "value": "1"
193371                    },
193372                    {
193373                        "desc": "Hi-pass",
193374                        "name": "Hi-pass",
193375                        "value": "2"
193376                    },
193377                    {
193378                        "desc": "Hi-shelf",
193379                        "name": "Hi-shelf",
193380                        "value": "3"
193381                    },
193382                    {
193383                        "desc": "Lo-pass",
193384                        "name": "Lo-pass",
193385                        "value": "4"
193386                    },
193387                    {
193388                        "desc": "Lo-shelf",
193389                        "name": "Lo-shelf",
193390                        "value": "5"
193391                    },
193392                    {
193393                        "desc": "Notch",
193394                        "name": "Notch",
193395                        "value": "6"
193396                    },
193397                    {
193398                        "desc": "Resonance",
193399                        "name": "Resonance",
193400                        "value": "7"
193401                    },
193402                    {
193403                        "desc": "Allpass",
193404                        "name": "Allpass",
193405                        "value": "8"
193406                    }
193407                ]
193408            },
193409            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-9": {
193410                "ignore-enum-members": true,
193411                "kind": "enum",
193412                "values": [
193413                    {
193414                        "desc": "Off",
193415                        "name": "Off",
193416                        "value": "0"
193417                    },
193418                    {
193419                        "desc": "Bell",
193420                        "name": "Bell",
193421                        "value": "1"
193422                    },
193423                    {
193424                        "desc": "Hi-pass",
193425                        "name": "Hi-pass",
193426                        "value": "2"
193427                    },
193428                    {
193429                        "desc": "Hi-shelf",
193430                        "name": "Hi-shelf",
193431                        "value": "3"
193432                    },
193433                    {
193434                        "desc": "Lo-pass",
193435                        "name": "Lo-pass",
193436                        "value": "4"
193437                    },
193438                    {
193439                        "desc": "Lo-shelf",
193440                        "name": "Lo-shelf",
193441                        "value": "5"
193442                    },
193443                    {
193444                        "desc": "Notch",
193445                        "name": "Notch",
193446                        "value": "6"
193447                    },
193448                    {
193449                        "desc": "Resonance",
193450                        "name": "Resonance",
193451                        "value": "7"
193452                    },
193453                    {
193454                        "desc": "Allpass",
193455                        "name": "Allpass",
193456                        "value": "8"
193457                    }
193458                ]
193459            },
193460            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-0": {
193461                "ignore-enum-members": true,
193462                "kind": "enum",
193463                "values": [
193464                    {
193465                        "desc": "Off",
193466                        "name": "Off",
193467                        "value": "0"
193468                    },
193469                    {
193470                        "desc": "Bell",
193471                        "name": "Bell",
193472                        "value": "1"
193473                    },
193474                    {
193475                        "desc": "Hi-pass",
193476                        "name": "Hi-pass",
193477                        "value": "2"
193478                    },
193479                    {
193480                        "desc": "Hi-shelf",
193481                        "name": "Hi-shelf",
193482                        "value": "3"
193483                    },
193484                    {
193485                        "desc": "Lo-pass",
193486                        "name": "Lo-pass",
193487                        "value": "4"
193488                    },
193489                    {
193490                        "desc": "Lo-shelf",
193491                        "name": "Lo-shelf",
193492                        "value": "5"
193493                    },
193494                    {
193495                        "desc": "Notch",
193496                        "name": "Notch",
193497                        "value": "6"
193498                    },
193499                    {
193500                        "desc": "Resonance",
193501                        "name": "Resonance",
193502                        "value": "7"
193503                    },
193504                    {
193505                        "desc": "Allpass",
193506                        "name": "Allpass",
193507                        "value": "8"
193508                    }
193509                ]
193510            },
193511            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-1": {
193512                "ignore-enum-members": true,
193513                "kind": "enum",
193514                "values": [
193515                    {
193516                        "desc": "Off",
193517                        "name": "Off",
193518                        "value": "0"
193519                    },
193520                    {
193521                        "desc": "Bell",
193522                        "name": "Bell",
193523                        "value": "1"
193524                    },
193525                    {
193526                        "desc": "Hi-pass",
193527                        "name": "Hi-pass",
193528                        "value": "2"
193529                    },
193530                    {
193531                        "desc": "Hi-shelf",
193532                        "name": "Hi-shelf",
193533                        "value": "3"
193534                    },
193535                    {
193536                        "desc": "Lo-pass",
193537                        "name": "Lo-pass",
193538                        "value": "4"
193539                    },
193540                    {
193541                        "desc": "Lo-shelf",
193542                        "name": "Lo-shelf",
193543                        "value": "5"
193544                    },
193545                    {
193546                        "desc": "Notch",
193547                        "name": "Notch",
193548                        "value": "6"
193549                    },
193550                    {
193551                        "desc": "Resonance",
193552                        "name": "Resonance",
193553                        "value": "7"
193554                    },
193555                    {
193556                        "desc": "Allpass",
193557                        "name": "Allpass",
193558                        "value": "8"
193559                    }
193560                ]
193561            },
193562            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-10": {
193563                "ignore-enum-members": true,
193564                "kind": "enum",
193565                "values": [
193566                    {
193567                        "desc": "Off",
193568                        "name": "Off",
193569                        "value": "0"
193570                    },
193571                    {
193572                        "desc": "Bell",
193573                        "name": "Bell",
193574                        "value": "1"
193575                    },
193576                    {
193577                        "desc": "Hi-pass",
193578                        "name": "Hi-pass",
193579                        "value": "2"
193580                    },
193581                    {
193582                        "desc": "Hi-shelf",
193583                        "name": "Hi-shelf",
193584                        "value": "3"
193585                    },
193586                    {
193587                        "desc": "Lo-pass",
193588                        "name": "Lo-pass",
193589                        "value": "4"
193590                    },
193591                    {
193592                        "desc": "Lo-shelf",
193593                        "name": "Lo-shelf",
193594                        "value": "5"
193595                    },
193596                    {
193597                        "desc": "Notch",
193598                        "name": "Notch",
193599                        "value": "6"
193600                    },
193601                    {
193602                        "desc": "Resonance",
193603                        "name": "Resonance",
193604                        "value": "7"
193605                    },
193606                    {
193607                        "desc": "Allpass",
193608                        "name": "Allpass",
193609                        "value": "8"
193610                    }
193611                ]
193612            },
193613            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-11": {
193614                "ignore-enum-members": true,
193615                "kind": "enum",
193616                "values": [
193617                    {
193618                        "desc": "Off",
193619                        "name": "Off",
193620                        "value": "0"
193621                    },
193622                    {
193623                        "desc": "Bell",
193624                        "name": "Bell",
193625                        "value": "1"
193626                    },
193627                    {
193628                        "desc": "Hi-pass",
193629                        "name": "Hi-pass",
193630                        "value": "2"
193631                    },
193632                    {
193633                        "desc": "Hi-shelf",
193634                        "name": "Hi-shelf",
193635                        "value": "3"
193636                    },
193637                    {
193638                        "desc": "Lo-pass",
193639                        "name": "Lo-pass",
193640                        "value": "4"
193641                    },
193642                    {
193643                        "desc": "Lo-shelf",
193644                        "name": "Lo-shelf",
193645                        "value": "5"
193646                    },
193647                    {
193648                        "desc": "Notch",
193649                        "name": "Notch",
193650                        "value": "6"
193651                    },
193652                    {
193653                        "desc": "Resonance",
193654                        "name": "Resonance",
193655                        "value": "7"
193656                    },
193657                    {
193658                        "desc": "Allpass",
193659                        "name": "Allpass",
193660                        "value": "8"
193661                    }
193662                ]
193663            },
193664            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-12": {
193665                "ignore-enum-members": true,
193666                "kind": "enum",
193667                "values": [
193668                    {
193669                        "desc": "Off",
193670                        "name": "Off",
193671                        "value": "0"
193672                    },
193673                    {
193674                        "desc": "Bell",
193675                        "name": "Bell",
193676                        "value": "1"
193677                    },
193678                    {
193679                        "desc": "Hi-pass",
193680                        "name": "Hi-pass",
193681                        "value": "2"
193682                    },
193683                    {
193684                        "desc": "Hi-shelf",
193685                        "name": "Hi-shelf",
193686                        "value": "3"
193687                    },
193688                    {
193689                        "desc": "Lo-pass",
193690                        "name": "Lo-pass",
193691                        "value": "4"
193692                    },
193693                    {
193694                        "desc": "Lo-shelf",
193695                        "name": "Lo-shelf",
193696                        "value": "5"
193697                    },
193698                    {
193699                        "desc": "Notch",
193700                        "name": "Notch",
193701                        "value": "6"
193702                    },
193703                    {
193704                        "desc": "Resonance",
193705                        "name": "Resonance",
193706                        "value": "7"
193707                    },
193708                    {
193709                        "desc": "Allpass",
193710                        "name": "Allpass",
193711                        "value": "8"
193712                    }
193713                ]
193714            },
193715            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-13": {
193716                "ignore-enum-members": true,
193717                "kind": "enum",
193718                "values": [
193719                    {
193720                        "desc": "Off",
193721                        "name": "Off",
193722                        "value": "0"
193723                    },
193724                    {
193725                        "desc": "Bell",
193726                        "name": "Bell",
193727                        "value": "1"
193728                    },
193729                    {
193730                        "desc": "Hi-pass",
193731                        "name": "Hi-pass",
193732                        "value": "2"
193733                    },
193734                    {
193735                        "desc": "Hi-shelf",
193736                        "name": "Hi-shelf",
193737                        "value": "3"
193738                    },
193739                    {
193740                        "desc": "Lo-pass",
193741                        "name": "Lo-pass",
193742                        "value": "4"
193743                    },
193744                    {
193745                        "desc": "Lo-shelf",
193746                        "name": "Lo-shelf",
193747                        "value": "5"
193748                    },
193749                    {
193750                        "desc": "Notch",
193751                        "name": "Notch",
193752                        "value": "6"
193753                    },
193754                    {
193755                        "desc": "Resonance",
193756                        "name": "Resonance",
193757                        "value": "7"
193758                    },
193759                    {
193760                        "desc": "Allpass",
193761                        "name": "Allpass",
193762                        "value": "8"
193763                    }
193764                ]
193765            },
193766            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-14": {
193767                "ignore-enum-members": true,
193768                "kind": "enum",
193769                "values": [
193770                    {
193771                        "desc": "Off",
193772                        "name": "Off",
193773                        "value": "0"
193774                    },
193775                    {
193776                        "desc": "Bell",
193777                        "name": "Bell",
193778                        "value": "1"
193779                    },
193780                    {
193781                        "desc": "Hi-pass",
193782                        "name": "Hi-pass",
193783                        "value": "2"
193784                    },
193785                    {
193786                        "desc": "Hi-shelf",
193787                        "name": "Hi-shelf",
193788                        "value": "3"
193789                    },
193790                    {
193791                        "desc": "Lo-pass",
193792                        "name": "Lo-pass",
193793                        "value": "4"
193794                    },
193795                    {
193796                        "desc": "Lo-shelf",
193797                        "name": "Lo-shelf",
193798                        "value": "5"
193799                    },
193800                    {
193801                        "desc": "Notch",
193802                        "name": "Notch",
193803                        "value": "6"
193804                    },
193805                    {
193806                        "desc": "Resonance",
193807                        "name": "Resonance",
193808                        "value": "7"
193809                    },
193810                    {
193811                        "desc": "Allpass",
193812                        "name": "Allpass",
193813                        "value": "8"
193814                    }
193815                ]
193816            },
193817            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-15": {
193818                "ignore-enum-members": true,
193819                "kind": "enum",
193820                "values": [
193821                    {
193822                        "desc": "Off",
193823                        "name": "Off",
193824                        "value": "0"
193825                    },
193826                    {
193827                        "desc": "Bell",
193828                        "name": "Bell",
193829                        "value": "1"
193830                    },
193831                    {
193832                        "desc": "Hi-pass",
193833                        "name": "Hi-pass",
193834                        "value": "2"
193835                    },
193836                    {
193837                        "desc": "Hi-shelf",
193838                        "name": "Hi-shelf",
193839                        "value": "3"
193840                    },
193841                    {
193842                        "desc": "Lo-pass",
193843                        "name": "Lo-pass",
193844                        "value": "4"
193845                    },
193846                    {
193847                        "desc": "Lo-shelf",
193848                        "name": "Lo-shelf",
193849                        "value": "5"
193850                    },
193851                    {
193852                        "desc": "Notch",
193853                        "name": "Notch",
193854                        "value": "6"
193855                    },
193856                    {
193857                        "desc": "Resonance",
193858                        "name": "Resonance",
193859                        "value": "7"
193860                    },
193861                    {
193862                        "desc": "Allpass",
193863                        "name": "Allpass",
193864                        "value": "8"
193865                    }
193866                ]
193867            },
193868            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-16": {
193869                "ignore-enum-members": true,
193870                "kind": "enum",
193871                "values": [
193872                    {
193873                        "desc": "Off",
193874                        "name": "Off",
193875                        "value": "0"
193876                    },
193877                    {
193878                        "desc": "Bell",
193879                        "name": "Bell",
193880                        "value": "1"
193881                    },
193882                    {
193883                        "desc": "Hi-pass",
193884                        "name": "Hi-pass",
193885                        "value": "2"
193886                    },
193887                    {
193888                        "desc": "Hi-shelf",
193889                        "name": "Hi-shelf",
193890                        "value": "3"
193891                    },
193892                    {
193893                        "desc": "Lo-pass",
193894                        "name": "Lo-pass",
193895                        "value": "4"
193896                    },
193897                    {
193898                        "desc": "Lo-shelf",
193899                        "name": "Lo-shelf",
193900                        "value": "5"
193901                    },
193902                    {
193903                        "desc": "Notch",
193904                        "name": "Notch",
193905                        "value": "6"
193906                    },
193907                    {
193908                        "desc": "Resonance",
193909                        "name": "Resonance",
193910                        "value": "7"
193911                    },
193912                    {
193913                        "desc": "Allpass",
193914                        "name": "Allpass",
193915                        "value": "8"
193916                    }
193917                ]
193918            },
193919            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-17": {
193920                "ignore-enum-members": true,
193921                "kind": "enum",
193922                "values": [
193923                    {
193924                        "desc": "Off",
193925                        "name": "Off",
193926                        "value": "0"
193927                    },
193928                    {
193929                        "desc": "Bell",
193930                        "name": "Bell",
193931                        "value": "1"
193932                    },
193933                    {
193934                        "desc": "Hi-pass",
193935                        "name": "Hi-pass",
193936                        "value": "2"
193937                    },
193938                    {
193939                        "desc": "Hi-shelf",
193940                        "name": "Hi-shelf",
193941                        "value": "3"
193942                    },
193943                    {
193944                        "desc": "Lo-pass",
193945                        "name": "Lo-pass",
193946                        "value": "4"
193947                    },
193948                    {
193949                        "desc": "Lo-shelf",
193950                        "name": "Lo-shelf",
193951                        "value": "5"
193952                    },
193953                    {
193954                        "desc": "Notch",
193955                        "name": "Notch",
193956                        "value": "6"
193957                    },
193958                    {
193959                        "desc": "Resonance",
193960                        "name": "Resonance",
193961                        "value": "7"
193962                    },
193963                    {
193964                        "desc": "Allpass",
193965                        "name": "Allpass",
193966                        "value": "8"
193967                    }
193968                ]
193969            },
193970            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-18": {
193971                "ignore-enum-members": true,
193972                "kind": "enum",
193973                "values": [
193974                    {
193975                        "desc": "Off",
193976                        "name": "Off",
193977                        "value": "0"
193978                    },
193979                    {
193980                        "desc": "Bell",
193981                        "name": "Bell",
193982                        "value": "1"
193983                    },
193984                    {
193985                        "desc": "Hi-pass",
193986                        "name": "Hi-pass",
193987                        "value": "2"
193988                    },
193989                    {
193990                        "desc": "Hi-shelf",
193991                        "name": "Hi-shelf",
193992                        "value": "3"
193993                    },
193994                    {
193995                        "desc": "Lo-pass",
193996                        "name": "Lo-pass",
193997                        "value": "4"
193998                    },
193999                    {
194000                        "desc": "Lo-shelf",
194001                        "name": "Lo-shelf",
194002                        "value": "5"
194003                    },
194004                    {
194005                        "desc": "Notch",
194006                        "name": "Notch",
194007                        "value": "6"
194008                    },
194009                    {
194010                        "desc": "Resonance",
194011                        "name": "Resonance",
194012                        "value": "7"
194013                    },
194014                    {
194015                        "desc": "Allpass",
194016                        "name": "Allpass",
194017                        "value": "8"
194018                    }
194019                ]
194020            },
194021            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-19": {
194022                "ignore-enum-members": true,
194023                "kind": "enum",
194024                "values": [
194025                    {
194026                        "desc": "Off",
194027                        "name": "Off",
194028                        "value": "0"
194029                    },
194030                    {
194031                        "desc": "Bell",
194032                        "name": "Bell",
194033                        "value": "1"
194034                    },
194035                    {
194036                        "desc": "Hi-pass",
194037                        "name": "Hi-pass",
194038                        "value": "2"
194039                    },
194040                    {
194041                        "desc": "Hi-shelf",
194042                        "name": "Hi-shelf",
194043                        "value": "3"
194044                    },
194045                    {
194046                        "desc": "Lo-pass",
194047                        "name": "Lo-pass",
194048                        "value": "4"
194049                    },
194050                    {
194051                        "desc": "Lo-shelf",
194052                        "name": "Lo-shelf",
194053                        "value": "5"
194054                    },
194055                    {
194056                        "desc": "Notch",
194057                        "name": "Notch",
194058                        "value": "6"
194059                    },
194060                    {
194061                        "desc": "Resonance",
194062                        "name": "Resonance",
194063                        "value": "7"
194064                    },
194065                    {
194066                        "desc": "Allpass",
194067                        "name": "Allpass",
194068                        "value": "8"
194069                    }
194070                ]
194071            },
194072            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-2": {
194073                "ignore-enum-members": true,
194074                "kind": "enum",
194075                "values": [
194076                    {
194077                        "desc": "Off",
194078                        "name": "Off",
194079                        "value": "0"
194080                    },
194081                    {
194082                        "desc": "Bell",
194083                        "name": "Bell",
194084                        "value": "1"
194085                    },
194086                    {
194087                        "desc": "Hi-pass",
194088                        "name": "Hi-pass",
194089                        "value": "2"
194090                    },
194091                    {
194092                        "desc": "Hi-shelf",
194093                        "name": "Hi-shelf",
194094                        "value": "3"
194095                    },
194096                    {
194097                        "desc": "Lo-pass",
194098                        "name": "Lo-pass",
194099                        "value": "4"
194100                    },
194101                    {
194102                        "desc": "Lo-shelf",
194103                        "name": "Lo-shelf",
194104                        "value": "5"
194105                    },
194106                    {
194107                        "desc": "Notch",
194108                        "name": "Notch",
194109                        "value": "6"
194110                    },
194111                    {
194112                        "desc": "Resonance",
194113                        "name": "Resonance",
194114                        "value": "7"
194115                    },
194116                    {
194117                        "desc": "Allpass",
194118                        "name": "Allpass",
194119                        "value": "8"
194120                    }
194121                ]
194122            },
194123            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-20": {
194124                "ignore-enum-members": true,
194125                "kind": "enum",
194126                "values": [
194127                    {
194128                        "desc": "Off",
194129                        "name": "Off",
194130                        "value": "0"
194131                    },
194132                    {
194133                        "desc": "Bell",
194134                        "name": "Bell",
194135                        "value": "1"
194136                    },
194137                    {
194138                        "desc": "Hi-pass",
194139                        "name": "Hi-pass",
194140                        "value": "2"
194141                    },
194142                    {
194143                        "desc": "Hi-shelf",
194144                        "name": "Hi-shelf",
194145                        "value": "3"
194146                    },
194147                    {
194148                        "desc": "Lo-pass",
194149                        "name": "Lo-pass",
194150                        "value": "4"
194151                    },
194152                    {
194153                        "desc": "Lo-shelf",
194154                        "name": "Lo-shelf",
194155                        "value": "5"
194156                    },
194157                    {
194158                        "desc": "Notch",
194159                        "name": "Notch",
194160                        "value": "6"
194161                    },
194162                    {
194163                        "desc": "Resonance",
194164                        "name": "Resonance",
194165                        "value": "7"
194166                    },
194167                    {
194168                        "desc": "Allpass",
194169                        "name": "Allpass",
194170                        "value": "8"
194171                    }
194172                ]
194173            },
194174            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-21": {
194175                "ignore-enum-members": true,
194176                "kind": "enum",
194177                "values": [
194178                    {
194179                        "desc": "Off",
194180                        "name": "Off",
194181                        "value": "0"
194182                    },
194183                    {
194184                        "desc": "Bell",
194185                        "name": "Bell",
194186                        "value": "1"
194187                    },
194188                    {
194189                        "desc": "Hi-pass",
194190                        "name": "Hi-pass",
194191                        "value": "2"
194192                    },
194193                    {
194194                        "desc": "Hi-shelf",
194195                        "name": "Hi-shelf",
194196                        "value": "3"
194197                    },
194198                    {
194199                        "desc": "Lo-pass",
194200                        "name": "Lo-pass",
194201                        "value": "4"
194202                    },
194203                    {
194204                        "desc": "Lo-shelf",
194205                        "name": "Lo-shelf",
194206                        "value": "5"
194207                    },
194208                    {
194209                        "desc": "Notch",
194210                        "name": "Notch",
194211                        "value": "6"
194212                    },
194213                    {
194214                        "desc": "Resonance",
194215                        "name": "Resonance",
194216                        "value": "7"
194217                    },
194218                    {
194219                        "desc": "Allpass",
194220                        "name": "Allpass",
194221                        "value": "8"
194222                    }
194223                ]
194224            },
194225            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-22": {
194226                "ignore-enum-members": true,
194227                "kind": "enum",
194228                "values": [
194229                    {
194230                        "desc": "Off",
194231                        "name": "Off",
194232                        "value": "0"
194233                    },
194234                    {
194235                        "desc": "Bell",
194236                        "name": "Bell",
194237                        "value": "1"
194238                    },
194239                    {
194240                        "desc": "Hi-pass",
194241                        "name": "Hi-pass",
194242                        "value": "2"
194243                    },
194244                    {
194245                        "desc": "Hi-shelf",
194246                        "name": "Hi-shelf",
194247                        "value": "3"
194248                    },
194249                    {
194250                        "desc": "Lo-pass",
194251                        "name": "Lo-pass",
194252                        "value": "4"
194253                    },
194254                    {
194255                        "desc": "Lo-shelf",
194256                        "name": "Lo-shelf",
194257                        "value": "5"
194258                    },
194259                    {
194260                        "desc": "Notch",
194261                        "name": "Notch",
194262                        "value": "6"
194263                    },
194264                    {
194265                        "desc": "Resonance",
194266                        "name": "Resonance",
194267                        "value": "7"
194268                    },
194269                    {
194270                        "desc": "Allpass",
194271                        "name": "Allpass",
194272                        "value": "8"
194273                    }
194274                ]
194275            },
194276            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-23": {
194277                "ignore-enum-members": true,
194278                "kind": "enum",
194279                "values": [
194280                    {
194281                        "desc": "Off",
194282                        "name": "Off",
194283                        "value": "0"
194284                    },
194285                    {
194286                        "desc": "Bell",
194287                        "name": "Bell",
194288                        "value": "1"
194289                    },
194290                    {
194291                        "desc": "Hi-pass",
194292                        "name": "Hi-pass",
194293                        "value": "2"
194294                    },
194295                    {
194296                        "desc": "Hi-shelf",
194297                        "name": "Hi-shelf",
194298                        "value": "3"
194299                    },
194300                    {
194301                        "desc": "Lo-pass",
194302                        "name": "Lo-pass",
194303                        "value": "4"
194304                    },
194305                    {
194306                        "desc": "Lo-shelf",
194307                        "name": "Lo-shelf",
194308                        "value": "5"
194309                    },
194310                    {
194311                        "desc": "Notch",
194312                        "name": "Notch",
194313                        "value": "6"
194314                    },
194315                    {
194316                        "desc": "Resonance",
194317                        "name": "Resonance",
194318                        "value": "7"
194319                    },
194320                    {
194321                        "desc": "Allpass",
194322                        "name": "Allpass",
194323                        "value": "8"
194324                    }
194325                ]
194326            },
194327            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-24": {
194328                "ignore-enum-members": true,
194329                "kind": "enum",
194330                "values": [
194331                    {
194332                        "desc": "Off",
194333                        "name": "Off",
194334                        "value": "0"
194335                    },
194336                    {
194337                        "desc": "Bell",
194338                        "name": "Bell",
194339                        "value": "1"
194340                    },
194341                    {
194342                        "desc": "Hi-pass",
194343                        "name": "Hi-pass",
194344                        "value": "2"
194345                    },
194346                    {
194347                        "desc": "Hi-shelf",
194348                        "name": "Hi-shelf",
194349                        "value": "3"
194350                    },
194351                    {
194352                        "desc": "Lo-pass",
194353                        "name": "Lo-pass",
194354                        "value": "4"
194355                    },
194356                    {
194357                        "desc": "Lo-shelf",
194358                        "name": "Lo-shelf",
194359                        "value": "5"
194360                    },
194361                    {
194362                        "desc": "Notch",
194363                        "name": "Notch",
194364                        "value": "6"
194365                    },
194366                    {
194367                        "desc": "Resonance",
194368                        "name": "Resonance",
194369                        "value": "7"
194370                    },
194371                    {
194372                        "desc": "Allpass",
194373                        "name": "Allpass",
194374                        "value": "8"
194375                    }
194376                ]
194377            },
194378            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-25": {
194379                "ignore-enum-members": true,
194380                "kind": "enum",
194381                "values": [
194382                    {
194383                        "desc": "Off",
194384                        "name": "Off",
194385                        "value": "0"
194386                    },
194387                    {
194388                        "desc": "Bell",
194389                        "name": "Bell",
194390                        "value": "1"
194391                    },
194392                    {
194393                        "desc": "Hi-pass",
194394                        "name": "Hi-pass",
194395                        "value": "2"
194396                    },
194397                    {
194398                        "desc": "Hi-shelf",
194399                        "name": "Hi-shelf",
194400                        "value": "3"
194401                    },
194402                    {
194403                        "desc": "Lo-pass",
194404                        "name": "Lo-pass",
194405                        "value": "4"
194406                    },
194407                    {
194408                        "desc": "Lo-shelf",
194409                        "name": "Lo-shelf",
194410                        "value": "5"
194411                    },
194412                    {
194413                        "desc": "Notch",
194414                        "name": "Notch",
194415                        "value": "6"
194416                    },
194417                    {
194418                        "desc": "Resonance",
194419                        "name": "Resonance",
194420                        "value": "7"
194421                    },
194422                    {
194423                        "desc": "Allpass",
194424                        "name": "Allpass",
194425                        "value": "8"
194426                    }
194427                ]
194428            },
194429            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-26": {
194430                "ignore-enum-members": true,
194431                "kind": "enum",
194432                "values": [
194433                    {
194434                        "desc": "Off",
194435                        "name": "Off",
194436                        "value": "0"
194437                    },
194438                    {
194439                        "desc": "Bell",
194440                        "name": "Bell",
194441                        "value": "1"
194442                    },
194443                    {
194444                        "desc": "Hi-pass",
194445                        "name": "Hi-pass",
194446                        "value": "2"
194447                    },
194448                    {
194449                        "desc": "Hi-shelf",
194450                        "name": "Hi-shelf",
194451                        "value": "3"
194452                    },
194453                    {
194454                        "desc": "Lo-pass",
194455                        "name": "Lo-pass",
194456                        "value": "4"
194457                    },
194458                    {
194459                        "desc": "Lo-shelf",
194460                        "name": "Lo-shelf",
194461                        "value": "5"
194462                    },
194463                    {
194464                        "desc": "Notch",
194465                        "name": "Notch",
194466                        "value": "6"
194467                    },
194468                    {
194469                        "desc": "Resonance",
194470                        "name": "Resonance",
194471                        "value": "7"
194472                    },
194473                    {
194474                        "desc": "Allpass",
194475                        "name": "Allpass",
194476                        "value": "8"
194477                    }
194478                ]
194479            },
194480            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-27": {
194481                "ignore-enum-members": true,
194482                "kind": "enum",
194483                "values": [
194484                    {
194485                        "desc": "Off",
194486                        "name": "Off",
194487                        "value": "0"
194488                    },
194489                    {
194490                        "desc": "Bell",
194491                        "name": "Bell",
194492                        "value": "1"
194493                    },
194494                    {
194495                        "desc": "Hi-pass",
194496                        "name": "Hi-pass",
194497                        "value": "2"
194498                    },
194499                    {
194500                        "desc": "Hi-shelf",
194501                        "name": "Hi-shelf",
194502                        "value": "3"
194503                    },
194504                    {
194505                        "desc": "Lo-pass",
194506                        "name": "Lo-pass",
194507                        "value": "4"
194508                    },
194509                    {
194510                        "desc": "Lo-shelf",
194511                        "name": "Lo-shelf",
194512                        "value": "5"
194513                    },
194514                    {
194515                        "desc": "Notch",
194516                        "name": "Notch",
194517                        "value": "6"
194518                    },
194519                    {
194520                        "desc": "Resonance",
194521                        "name": "Resonance",
194522                        "value": "7"
194523                    },
194524                    {
194525                        "desc": "Allpass",
194526                        "name": "Allpass",
194527                        "value": "8"
194528                    }
194529                ]
194530            },
194531            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-28": {
194532                "ignore-enum-members": true,
194533                "kind": "enum",
194534                "values": [
194535                    {
194536                        "desc": "Off",
194537                        "name": "Off",
194538                        "value": "0"
194539                    },
194540                    {
194541                        "desc": "Bell",
194542                        "name": "Bell",
194543                        "value": "1"
194544                    },
194545                    {
194546                        "desc": "Hi-pass",
194547                        "name": "Hi-pass",
194548                        "value": "2"
194549                    },
194550                    {
194551                        "desc": "Hi-shelf",
194552                        "name": "Hi-shelf",
194553                        "value": "3"
194554                    },
194555                    {
194556                        "desc": "Lo-pass",
194557                        "name": "Lo-pass",
194558                        "value": "4"
194559                    },
194560                    {
194561                        "desc": "Lo-shelf",
194562                        "name": "Lo-shelf",
194563                        "value": "5"
194564                    },
194565                    {
194566                        "desc": "Notch",
194567                        "name": "Notch",
194568                        "value": "6"
194569                    },
194570                    {
194571                        "desc": "Resonance",
194572                        "name": "Resonance",
194573                        "value": "7"
194574                    },
194575                    {
194576                        "desc": "Allpass",
194577                        "name": "Allpass",
194578                        "value": "8"
194579                    }
194580                ]
194581            },
194582            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-29": {
194583                "ignore-enum-members": true,
194584                "kind": "enum",
194585                "values": [
194586                    {
194587                        "desc": "Off",
194588                        "name": "Off",
194589                        "value": "0"
194590                    },
194591                    {
194592                        "desc": "Bell",
194593                        "name": "Bell",
194594                        "value": "1"
194595                    },
194596                    {
194597                        "desc": "Hi-pass",
194598                        "name": "Hi-pass",
194599                        "value": "2"
194600                    },
194601                    {
194602                        "desc": "Hi-shelf",
194603                        "name": "Hi-shelf",
194604                        "value": "3"
194605                    },
194606                    {
194607                        "desc": "Lo-pass",
194608                        "name": "Lo-pass",
194609                        "value": "4"
194610                    },
194611                    {
194612                        "desc": "Lo-shelf",
194613                        "name": "Lo-shelf",
194614                        "value": "5"
194615                    },
194616                    {
194617                        "desc": "Notch",
194618                        "name": "Notch",
194619                        "value": "6"
194620                    },
194621                    {
194622                        "desc": "Resonance",
194623                        "name": "Resonance",
194624                        "value": "7"
194625                    },
194626                    {
194627                        "desc": "Allpass",
194628                        "name": "Allpass",
194629                        "value": "8"
194630                    }
194631                ]
194632            },
194633            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-3": {
194634                "ignore-enum-members": true,
194635                "kind": "enum",
194636                "values": [
194637                    {
194638                        "desc": "Off",
194639                        "name": "Off",
194640                        "value": "0"
194641                    },
194642                    {
194643                        "desc": "Bell",
194644                        "name": "Bell",
194645                        "value": "1"
194646                    },
194647                    {
194648                        "desc": "Hi-pass",
194649                        "name": "Hi-pass",
194650                        "value": "2"
194651                    },
194652                    {
194653                        "desc": "Hi-shelf",
194654                        "name": "Hi-shelf",
194655                        "value": "3"
194656                    },
194657                    {
194658                        "desc": "Lo-pass",
194659                        "name": "Lo-pass",
194660                        "value": "4"
194661                    },
194662                    {
194663                        "desc": "Lo-shelf",
194664                        "name": "Lo-shelf",
194665                        "value": "5"
194666                    },
194667                    {
194668                        "desc": "Notch",
194669                        "name": "Notch",
194670                        "value": "6"
194671                    },
194672                    {
194673                        "desc": "Resonance",
194674                        "name": "Resonance",
194675                        "value": "7"
194676                    },
194677                    {
194678                        "desc": "Allpass",
194679                        "name": "Allpass",
194680                        "value": "8"
194681                    }
194682                ]
194683            },
194684            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-30": {
194685                "ignore-enum-members": true,
194686                "kind": "enum",
194687                "values": [
194688                    {
194689                        "desc": "Off",
194690                        "name": "Off",
194691                        "value": "0"
194692                    },
194693                    {
194694                        "desc": "Bell",
194695                        "name": "Bell",
194696                        "value": "1"
194697                    },
194698                    {
194699                        "desc": "Hi-pass",
194700                        "name": "Hi-pass",
194701                        "value": "2"
194702                    },
194703                    {
194704                        "desc": "Hi-shelf",
194705                        "name": "Hi-shelf",
194706                        "value": "3"
194707                    },
194708                    {
194709                        "desc": "Lo-pass",
194710                        "name": "Lo-pass",
194711                        "value": "4"
194712                    },
194713                    {
194714                        "desc": "Lo-shelf",
194715                        "name": "Lo-shelf",
194716                        "value": "5"
194717                    },
194718                    {
194719                        "desc": "Notch",
194720                        "name": "Notch",
194721                        "value": "6"
194722                    },
194723                    {
194724                        "desc": "Resonance",
194725                        "name": "Resonance",
194726                        "value": "7"
194727                    },
194728                    {
194729                        "desc": "Allpass",
194730                        "name": "Allpass",
194731                        "value": "8"
194732                    }
194733                ]
194734            },
194735            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-31": {
194736                "ignore-enum-members": true,
194737                "kind": "enum",
194738                "values": [
194739                    {
194740                        "desc": "Off",
194741                        "name": "Off",
194742                        "value": "0"
194743                    },
194744                    {
194745                        "desc": "Bell",
194746                        "name": "Bell",
194747                        "value": "1"
194748                    },
194749                    {
194750                        "desc": "Hi-pass",
194751                        "name": "Hi-pass",
194752                        "value": "2"
194753                    },
194754                    {
194755                        "desc": "Hi-shelf",
194756                        "name": "Hi-shelf",
194757                        "value": "3"
194758                    },
194759                    {
194760                        "desc": "Lo-pass",
194761                        "name": "Lo-pass",
194762                        "value": "4"
194763                    },
194764                    {
194765                        "desc": "Lo-shelf",
194766                        "name": "Lo-shelf",
194767                        "value": "5"
194768                    },
194769                    {
194770                        "desc": "Notch",
194771                        "name": "Notch",
194772                        "value": "6"
194773                    },
194774                    {
194775                        "desc": "Resonance",
194776                        "name": "Resonance",
194777                        "value": "7"
194778                    },
194779                    {
194780                        "desc": "Allpass",
194781                        "name": "Allpass",
194782                        "value": "8"
194783                    }
194784                ]
194785            },
194786            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-4": {
194787                "ignore-enum-members": true,
194788                "kind": "enum",
194789                "values": [
194790                    {
194791                        "desc": "Off",
194792                        "name": "Off",
194793                        "value": "0"
194794                    },
194795                    {
194796                        "desc": "Bell",
194797                        "name": "Bell",
194798                        "value": "1"
194799                    },
194800                    {
194801                        "desc": "Hi-pass",
194802                        "name": "Hi-pass",
194803                        "value": "2"
194804                    },
194805                    {
194806                        "desc": "Hi-shelf",
194807                        "name": "Hi-shelf",
194808                        "value": "3"
194809                    },
194810                    {
194811                        "desc": "Lo-pass",
194812                        "name": "Lo-pass",
194813                        "value": "4"
194814                    },
194815                    {
194816                        "desc": "Lo-shelf",
194817                        "name": "Lo-shelf",
194818                        "value": "5"
194819                    },
194820                    {
194821                        "desc": "Notch",
194822                        "name": "Notch",
194823                        "value": "6"
194824                    },
194825                    {
194826                        "desc": "Resonance",
194827                        "name": "Resonance",
194828                        "value": "7"
194829                    },
194830                    {
194831                        "desc": "Allpass",
194832                        "name": "Allpass",
194833                        "value": "8"
194834                    }
194835                ]
194836            },
194837            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-5": {
194838                "ignore-enum-members": true,
194839                "kind": "enum",
194840                "values": [
194841                    {
194842                        "desc": "Off",
194843                        "name": "Off",
194844                        "value": "0"
194845                    },
194846                    {
194847                        "desc": "Bell",
194848                        "name": "Bell",
194849                        "value": "1"
194850                    },
194851                    {
194852                        "desc": "Hi-pass",
194853                        "name": "Hi-pass",
194854                        "value": "2"
194855                    },
194856                    {
194857                        "desc": "Hi-shelf",
194858                        "name": "Hi-shelf",
194859                        "value": "3"
194860                    },
194861                    {
194862                        "desc": "Lo-pass",
194863                        "name": "Lo-pass",
194864                        "value": "4"
194865                    },
194866                    {
194867                        "desc": "Lo-shelf",
194868                        "name": "Lo-shelf",
194869                        "value": "5"
194870                    },
194871                    {
194872                        "desc": "Notch",
194873                        "name": "Notch",
194874                        "value": "6"
194875                    },
194876                    {
194877                        "desc": "Resonance",
194878                        "name": "Resonance",
194879                        "value": "7"
194880                    },
194881                    {
194882                        "desc": "Allpass",
194883                        "name": "Allpass",
194884                        "value": "8"
194885                    }
194886                ]
194887            },
194888            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-6": {
194889                "ignore-enum-members": true,
194890                "kind": "enum",
194891                "values": [
194892                    {
194893                        "desc": "Off",
194894                        "name": "Off",
194895                        "value": "0"
194896                    },
194897                    {
194898                        "desc": "Bell",
194899                        "name": "Bell",
194900                        "value": "1"
194901                    },
194902                    {
194903                        "desc": "Hi-pass",
194904                        "name": "Hi-pass",
194905                        "value": "2"
194906                    },
194907                    {
194908                        "desc": "Hi-shelf",
194909                        "name": "Hi-shelf",
194910                        "value": "3"
194911                    },
194912                    {
194913                        "desc": "Lo-pass",
194914                        "name": "Lo-pass",
194915                        "value": "4"
194916                    },
194917                    {
194918                        "desc": "Lo-shelf",
194919                        "name": "Lo-shelf",
194920                        "value": "5"
194921                    },
194922                    {
194923                        "desc": "Notch",
194924                        "name": "Notch",
194925                        "value": "6"
194926                    },
194927                    {
194928                        "desc": "Resonance",
194929                        "name": "Resonance",
194930                        "value": "7"
194931                    },
194932                    {
194933                        "desc": "Allpass",
194934                        "name": "Allpass",
194935                        "value": "8"
194936                    }
194937                ]
194938            },
194939            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-7": {
194940                "ignore-enum-members": true,
194941                "kind": "enum",
194942                "values": [
194943                    {
194944                        "desc": "Off",
194945                        "name": "Off",
194946                        "value": "0"
194947                    },
194948                    {
194949                        "desc": "Bell",
194950                        "name": "Bell",
194951                        "value": "1"
194952                    },
194953                    {
194954                        "desc": "Hi-pass",
194955                        "name": "Hi-pass",
194956                        "value": "2"
194957                    },
194958                    {
194959                        "desc": "Hi-shelf",
194960                        "name": "Hi-shelf",
194961                        "value": "3"
194962                    },
194963                    {
194964                        "desc": "Lo-pass",
194965                        "name": "Lo-pass",
194966                        "value": "4"
194967                    },
194968                    {
194969                        "desc": "Lo-shelf",
194970                        "name": "Lo-shelf",
194971                        "value": "5"
194972                    },
194973                    {
194974                        "desc": "Notch",
194975                        "name": "Notch",
194976                        "value": "6"
194977                    },
194978                    {
194979                        "desc": "Resonance",
194980                        "name": "Resonance",
194981                        "value": "7"
194982                    },
194983                    {
194984                        "desc": "Allpass",
194985                        "name": "Allpass",
194986                        "value": "8"
194987                    }
194988                ]
194989            },
194990            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-8": {
194991                "ignore-enum-members": true,
194992                "kind": "enum",
194993                "values": [
194994                    {
194995                        "desc": "Off",
194996                        "name": "Off",
194997                        "value": "0"
194998                    },
194999                    {
195000                        "desc": "Bell",
195001                        "name": "Bell",
195002                        "value": "1"
195003                    },
195004                    {
195005                        "desc": "Hi-pass",
195006                        "name": "Hi-pass",
195007                        "value": "2"
195008                    },
195009                    {
195010                        "desc": "Hi-shelf",
195011                        "name": "Hi-shelf",
195012                        "value": "3"
195013                    },
195014                    {
195015                        "desc": "Lo-pass",
195016                        "name": "Lo-pass",
195017                        "value": "4"
195018                    },
195019                    {
195020                        "desc": "Lo-shelf",
195021                        "name": "Lo-shelf",
195022                        "value": "5"
195023                    },
195024                    {
195025                        "desc": "Notch",
195026                        "name": "Notch",
195027                        "value": "6"
195028                    },
195029                    {
195030                        "desc": "Resonance",
195031                        "name": "Resonance",
195032                        "value": "7"
195033                    },
195034                    {
195035                        "desc": "Allpass",
195036                        "name": "Allpass",
195037                        "value": "8"
195038                    }
195039                ]
195040            },
195041            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-9": {
195042                "ignore-enum-members": true,
195043                "kind": "enum",
195044                "values": [
195045                    {
195046                        "desc": "Off",
195047                        "name": "Off",
195048                        "value": "0"
195049                    },
195050                    {
195051                        "desc": "Bell",
195052                        "name": "Bell",
195053                        "value": "1"
195054                    },
195055                    {
195056                        "desc": "Hi-pass",
195057                        "name": "Hi-pass",
195058                        "value": "2"
195059                    },
195060                    {
195061                        "desc": "Hi-shelf",
195062                        "name": "Hi-shelf",
195063                        "value": "3"
195064                    },
195065                    {
195066                        "desc": "Lo-pass",
195067                        "name": "Lo-pass",
195068                        "value": "4"
195069                    },
195070                    {
195071                        "desc": "Lo-shelf",
195072                        "name": "Lo-shelf",
195073                        "value": "5"
195074                    },
195075                    {
195076                        "desc": "Notch",
195077                        "name": "Notch",
195078                        "value": "6"
195079                    },
195080                    {
195081                        "desc": "Resonance",
195082                        "name": "Resonance",
195083                        "value": "7"
195084                    },
195085                    {
195086                        "desc": "Allpass",
195087                        "name": "Allpass",
195088                        "value": "8"
195089                    }
195090                ]
195091            },
195092            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msmode": {
195093                "ignore-enum-members": true,
195094                "kind": "enum",
195095                "values": [
195096                    {
195097                        "desc": "IIR",
195098                        "name": "IIR",
195099                        "value": "0"
195100                    },
195101                    {
195102                        "desc": "FIR",
195103                        "name": "FIR",
195104                        "value": "1"
195105                    },
195106                    {
195107                        "desc": "FFT",
195108                        "name": "FFT",
195109                        "value": "2"
195110                    }
195111                ]
195112            },
195113            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-0": {
195114                "ignore-enum-members": true,
195115                "kind": "enum",
195116                "values": [
195117                    {
195118                        "desc": "x1",
195119                        "name": "x1",
195120                        "value": "0"
195121                    },
195122                    {
195123                        "desc": "x2",
195124                        "name": "x2",
195125                        "value": "1"
195126                    },
195127                    {
195128                        "desc": "x3",
195129                        "name": "x3",
195130                        "value": "2"
195131                    },
195132                    {
195133                        "desc": "x4",
195134                        "name": "x4",
195135                        "value": "3"
195136                    }
195137                ]
195138            },
195139            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-1": {
195140                "ignore-enum-members": true,
195141                "kind": "enum",
195142                "values": [
195143                    {
195144                        "desc": "x1",
195145                        "name": "x1",
195146                        "value": "0"
195147                    },
195148                    {
195149                        "desc": "x2",
195150                        "name": "x2",
195151                        "value": "1"
195152                    },
195153                    {
195154                        "desc": "x3",
195155                        "name": "x3",
195156                        "value": "2"
195157                    },
195158                    {
195159                        "desc": "x4",
195160                        "name": "x4",
195161                        "value": "3"
195162                    }
195163                ]
195164            },
195165            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-10": {
195166                "ignore-enum-members": true,
195167                "kind": "enum",
195168                "values": [
195169                    {
195170                        "desc": "x1",
195171                        "name": "x1",
195172                        "value": "0"
195173                    },
195174                    {
195175                        "desc": "x2",
195176                        "name": "x2",
195177                        "value": "1"
195178                    },
195179                    {
195180                        "desc": "x3",
195181                        "name": "x3",
195182                        "value": "2"
195183                    },
195184                    {
195185                        "desc": "x4",
195186                        "name": "x4",
195187                        "value": "3"
195188                    }
195189                ]
195190            },
195191            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-11": {
195192                "ignore-enum-members": true,
195193                "kind": "enum",
195194                "values": [
195195                    {
195196                        "desc": "x1",
195197                        "name": "x1",
195198                        "value": "0"
195199                    },
195200                    {
195201                        "desc": "x2",
195202                        "name": "x2",
195203                        "value": "1"
195204                    },
195205                    {
195206                        "desc": "x3",
195207                        "name": "x3",
195208                        "value": "2"
195209                    },
195210                    {
195211                        "desc": "x4",
195212                        "name": "x4",
195213                        "value": "3"
195214                    }
195215                ]
195216            },
195217            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-12": {
195218                "ignore-enum-members": true,
195219                "kind": "enum",
195220                "values": [
195221                    {
195222                        "desc": "x1",
195223                        "name": "x1",
195224                        "value": "0"
195225                    },
195226                    {
195227                        "desc": "x2",
195228                        "name": "x2",
195229                        "value": "1"
195230                    },
195231                    {
195232                        "desc": "x3",
195233                        "name": "x3",
195234                        "value": "2"
195235                    },
195236                    {
195237                        "desc": "x4",
195238                        "name": "x4",
195239                        "value": "3"
195240                    }
195241                ]
195242            },
195243            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-13": {
195244                "ignore-enum-members": true,
195245                "kind": "enum",
195246                "values": [
195247                    {
195248                        "desc": "x1",
195249                        "name": "x1",
195250                        "value": "0"
195251                    },
195252                    {
195253                        "desc": "x2",
195254                        "name": "x2",
195255                        "value": "1"
195256                    },
195257                    {
195258                        "desc": "x3",
195259                        "name": "x3",
195260                        "value": "2"
195261                    },
195262                    {
195263                        "desc": "x4",
195264                        "name": "x4",
195265                        "value": "3"
195266                    }
195267                ]
195268            },
195269            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-14": {
195270                "ignore-enum-members": true,
195271                "kind": "enum",
195272                "values": [
195273                    {
195274                        "desc": "x1",
195275                        "name": "x1",
195276                        "value": "0"
195277                    },
195278                    {
195279                        "desc": "x2",
195280                        "name": "x2",
195281                        "value": "1"
195282                    },
195283                    {
195284                        "desc": "x3",
195285                        "name": "x3",
195286                        "value": "2"
195287                    },
195288                    {
195289                        "desc": "x4",
195290                        "name": "x4",
195291                        "value": "3"
195292                    }
195293                ]
195294            },
195295            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-15": {
195296                "ignore-enum-members": true,
195297                "kind": "enum",
195298                "values": [
195299                    {
195300                        "desc": "x1",
195301                        "name": "x1",
195302                        "value": "0"
195303                    },
195304                    {
195305                        "desc": "x2",
195306                        "name": "x2",
195307                        "value": "1"
195308                    },
195309                    {
195310                        "desc": "x3",
195311                        "name": "x3",
195312                        "value": "2"
195313                    },
195314                    {
195315                        "desc": "x4",
195316                        "name": "x4",
195317                        "value": "3"
195318                    }
195319                ]
195320            },
195321            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-16": {
195322                "ignore-enum-members": true,
195323                "kind": "enum",
195324                "values": [
195325                    {
195326                        "desc": "x1",
195327                        "name": "x1",
195328                        "value": "0"
195329                    },
195330                    {
195331                        "desc": "x2",
195332                        "name": "x2",
195333                        "value": "1"
195334                    },
195335                    {
195336                        "desc": "x3",
195337                        "name": "x3",
195338                        "value": "2"
195339                    },
195340                    {
195341                        "desc": "x4",
195342                        "name": "x4",
195343                        "value": "3"
195344                    }
195345                ]
195346            },
195347            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-17": {
195348                "ignore-enum-members": true,
195349                "kind": "enum",
195350                "values": [
195351                    {
195352                        "desc": "x1",
195353                        "name": "x1",
195354                        "value": "0"
195355                    },
195356                    {
195357                        "desc": "x2",
195358                        "name": "x2",
195359                        "value": "1"
195360                    },
195361                    {
195362                        "desc": "x3",
195363                        "name": "x3",
195364                        "value": "2"
195365                    },
195366                    {
195367                        "desc": "x4",
195368                        "name": "x4",
195369                        "value": "3"
195370                    }
195371                ]
195372            },
195373            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-18": {
195374                "ignore-enum-members": true,
195375                "kind": "enum",
195376                "values": [
195377                    {
195378                        "desc": "x1",
195379                        "name": "x1",
195380                        "value": "0"
195381                    },
195382                    {
195383                        "desc": "x2",
195384                        "name": "x2",
195385                        "value": "1"
195386                    },
195387                    {
195388                        "desc": "x3",
195389                        "name": "x3",
195390                        "value": "2"
195391                    },
195392                    {
195393                        "desc": "x4",
195394                        "name": "x4",
195395                        "value": "3"
195396                    }
195397                ]
195398            },
195399            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-19": {
195400                "ignore-enum-members": true,
195401                "kind": "enum",
195402                "values": [
195403                    {
195404                        "desc": "x1",
195405                        "name": "x1",
195406                        "value": "0"
195407                    },
195408                    {
195409                        "desc": "x2",
195410                        "name": "x2",
195411                        "value": "1"
195412                    },
195413                    {
195414                        "desc": "x3",
195415                        "name": "x3",
195416                        "value": "2"
195417                    },
195418                    {
195419                        "desc": "x4",
195420                        "name": "x4",
195421                        "value": "3"
195422                    }
195423                ]
195424            },
195425            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-2": {
195426                "ignore-enum-members": true,
195427                "kind": "enum",
195428                "values": [
195429                    {
195430                        "desc": "x1",
195431                        "name": "x1",
195432                        "value": "0"
195433                    },
195434                    {
195435                        "desc": "x2",
195436                        "name": "x2",
195437                        "value": "1"
195438                    },
195439                    {
195440                        "desc": "x3",
195441                        "name": "x3",
195442                        "value": "2"
195443                    },
195444                    {
195445                        "desc": "x4",
195446                        "name": "x4",
195447                        "value": "3"
195448                    }
195449                ]
195450            },
195451            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-20": {
195452                "ignore-enum-members": true,
195453                "kind": "enum",
195454                "values": [
195455                    {
195456                        "desc": "x1",
195457                        "name": "x1",
195458                        "value": "0"
195459                    },
195460                    {
195461                        "desc": "x2",
195462                        "name": "x2",
195463                        "value": "1"
195464                    },
195465                    {
195466                        "desc": "x3",
195467                        "name": "x3",
195468                        "value": "2"
195469                    },
195470                    {
195471                        "desc": "x4",
195472                        "name": "x4",
195473                        "value": "3"
195474                    }
195475                ]
195476            },
195477            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-21": {
195478                "ignore-enum-members": true,
195479                "kind": "enum",
195480                "values": [
195481                    {
195482                        "desc": "x1",
195483                        "name": "x1",
195484                        "value": "0"
195485                    },
195486                    {
195487                        "desc": "x2",
195488                        "name": "x2",
195489                        "value": "1"
195490                    },
195491                    {
195492                        "desc": "x3",
195493                        "name": "x3",
195494                        "value": "2"
195495                    },
195496                    {
195497                        "desc": "x4",
195498                        "name": "x4",
195499                        "value": "3"
195500                    }
195501                ]
195502            },
195503            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-22": {
195504                "ignore-enum-members": true,
195505                "kind": "enum",
195506                "values": [
195507                    {
195508                        "desc": "x1",
195509                        "name": "x1",
195510                        "value": "0"
195511                    },
195512                    {
195513                        "desc": "x2",
195514                        "name": "x2",
195515                        "value": "1"
195516                    },
195517                    {
195518                        "desc": "x3",
195519                        "name": "x3",
195520                        "value": "2"
195521                    },
195522                    {
195523                        "desc": "x4",
195524                        "name": "x4",
195525                        "value": "3"
195526                    }
195527                ]
195528            },
195529            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-23": {
195530                "ignore-enum-members": true,
195531                "kind": "enum",
195532                "values": [
195533                    {
195534                        "desc": "x1",
195535                        "name": "x1",
195536                        "value": "0"
195537                    },
195538                    {
195539                        "desc": "x2",
195540                        "name": "x2",
195541                        "value": "1"
195542                    },
195543                    {
195544                        "desc": "x3",
195545                        "name": "x3",
195546                        "value": "2"
195547                    },
195548                    {
195549                        "desc": "x4",
195550                        "name": "x4",
195551                        "value": "3"
195552                    }
195553                ]
195554            },
195555            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-24": {
195556                "ignore-enum-members": true,
195557                "kind": "enum",
195558                "values": [
195559                    {
195560                        "desc": "x1",
195561                        "name": "x1",
195562                        "value": "0"
195563                    },
195564                    {
195565                        "desc": "x2",
195566                        "name": "x2",
195567                        "value": "1"
195568                    },
195569                    {
195570                        "desc": "x3",
195571                        "name": "x3",
195572                        "value": "2"
195573                    },
195574                    {
195575                        "desc": "x4",
195576                        "name": "x4",
195577                        "value": "3"
195578                    }
195579                ]
195580            },
195581            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-25": {
195582                "ignore-enum-members": true,
195583                "kind": "enum",
195584                "values": [
195585                    {
195586                        "desc": "x1",
195587                        "name": "x1",
195588                        "value": "0"
195589                    },
195590                    {
195591                        "desc": "x2",
195592                        "name": "x2",
195593                        "value": "1"
195594                    },
195595                    {
195596                        "desc": "x3",
195597                        "name": "x3",
195598                        "value": "2"
195599                    },
195600                    {
195601                        "desc": "x4",
195602                        "name": "x4",
195603                        "value": "3"
195604                    }
195605                ]
195606            },
195607            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-26": {
195608                "ignore-enum-members": true,
195609                "kind": "enum",
195610                "values": [
195611                    {
195612                        "desc": "x1",
195613                        "name": "x1",
195614                        "value": "0"
195615                    },
195616                    {
195617                        "desc": "x2",
195618                        "name": "x2",
195619                        "value": "1"
195620                    },
195621                    {
195622                        "desc": "x3",
195623                        "name": "x3",
195624                        "value": "2"
195625                    },
195626                    {
195627                        "desc": "x4",
195628                        "name": "x4",
195629                        "value": "3"
195630                    }
195631                ]
195632            },
195633            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-27": {
195634                "ignore-enum-members": true,
195635                "kind": "enum",
195636                "values": [
195637                    {
195638                        "desc": "x1",
195639                        "name": "x1",
195640                        "value": "0"
195641                    },
195642                    {
195643                        "desc": "x2",
195644                        "name": "x2",
195645                        "value": "1"
195646                    },
195647                    {
195648                        "desc": "x3",
195649                        "name": "x3",
195650                        "value": "2"
195651                    },
195652                    {
195653                        "desc": "x4",
195654                        "name": "x4",
195655                        "value": "3"
195656                    }
195657                ]
195658            },
195659            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-28": {
195660                "ignore-enum-members": true,
195661                "kind": "enum",
195662                "values": [
195663                    {
195664                        "desc": "x1",
195665                        "name": "x1",
195666                        "value": "0"
195667                    },
195668                    {
195669                        "desc": "x2",
195670                        "name": "x2",
195671                        "value": "1"
195672                    },
195673                    {
195674                        "desc": "x3",
195675                        "name": "x3",
195676                        "value": "2"
195677                    },
195678                    {
195679                        "desc": "x4",
195680                        "name": "x4",
195681                        "value": "3"
195682                    }
195683                ]
195684            },
195685            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-29": {
195686                "ignore-enum-members": true,
195687                "kind": "enum",
195688                "values": [
195689                    {
195690                        "desc": "x1",
195691                        "name": "x1",
195692                        "value": "0"
195693                    },
195694                    {
195695                        "desc": "x2",
195696                        "name": "x2",
195697                        "value": "1"
195698                    },
195699                    {
195700                        "desc": "x3",
195701                        "name": "x3",
195702                        "value": "2"
195703                    },
195704                    {
195705                        "desc": "x4",
195706                        "name": "x4",
195707                        "value": "3"
195708                    }
195709                ]
195710            },
195711            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-3": {
195712                "ignore-enum-members": true,
195713                "kind": "enum",
195714                "values": [
195715                    {
195716                        "desc": "x1",
195717                        "name": "x1",
195718                        "value": "0"
195719                    },
195720                    {
195721                        "desc": "x2",
195722                        "name": "x2",
195723                        "value": "1"
195724                    },
195725                    {
195726                        "desc": "x3",
195727                        "name": "x3",
195728                        "value": "2"
195729                    },
195730                    {
195731                        "desc": "x4",
195732                        "name": "x4",
195733                        "value": "3"
195734                    }
195735                ]
195736            },
195737            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-30": {
195738                "ignore-enum-members": true,
195739                "kind": "enum",
195740                "values": [
195741                    {
195742                        "desc": "x1",
195743                        "name": "x1",
195744                        "value": "0"
195745                    },
195746                    {
195747                        "desc": "x2",
195748                        "name": "x2",
195749                        "value": "1"
195750                    },
195751                    {
195752                        "desc": "x3",
195753                        "name": "x3",
195754                        "value": "2"
195755                    },
195756                    {
195757                        "desc": "x4",
195758                        "name": "x4",
195759                        "value": "3"
195760                    }
195761                ]
195762            },
195763            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-31": {
195764                "ignore-enum-members": true,
195765                "kind": "enum",
195766                "values": [
195767                    {
195768                        "desc": "x1",
195769                        "name": "x1",
195770                        "value": "0"
195771                    },
195772                    {
195773                        "desc": "x2",
195774                        "name": "x2",
195775                        "value": "1"
195776                    },
195777                    {
195778                        "desc": "x3",
195779                        "name": "x3",
195780                        "value": "2"
195781                    },
195782                    {
195783                        "desc": "x4",
195784                        "name": "x4",
195785                        "value": "3"
195786                    }
195787                ]
195788            },
195789            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-4": {
195790                "ignore-enum-members": true,
195791                "kind": "enum",
195792                "values": [
195793                    {
195794                        "desc": "x1",
195795                        "name": "x1",
195796                        "value": "0"
195797                    },
195798                    {
195799                        "desc": "x2",
195800                        "name": "x2",
195801                        "value": "1"
195802                    },
195803                    {
195804                        "desc": "x3",
195805                        "name": "x3",
195806                        "value": "2"
195807                    },
195808                    {
195809                        "desc": "x4",
195810                        "name": "x4",
195811                        "value": "3"
195812                    }
195813                ]
195814            },
195815            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-5": {
195816                "ignore-enum-members": true,
195817                "kind": "enum",
195818                "values": [
195819                    {
195820                        "desc": "x1",
195821                        "name": "x1",
195822                        "value": "0"
195823                    },
195824                    {
195825                        "desc": "x2",
195826                        "name": "x2",
195827                        "value": "1"
195828                    },
195829                    {
195830                        "desc": "x3",
195831                        "name": "x3",
195832                        "value": "2"
195833                    },
195834                    {
195835                        "desc": "x4",
195836                        "name": "x4",
195837                        "value": "3"
195838                    }
195839                ]
195840            },
195841            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-6": {
195842                "ignore-enum-members": true,
195843                "kind": "enum",
195844                "values": [
195845                    {
195846                        "desc": "x1",
195847                        "name": "x1",
195848                        "value": "0"
195849                    },
195850                    {
195851                        "desc": "x2",
195852                        "name": "x2",
195853                        "value": "1"
195854                    },
195855                    {
195856                        "desc": "x3",
195857                        "name": "x3",
195858                        "value": "2"
195859                    },
195860                    {
195861                        "desc": "x4",
195862                        "name": "x4",
195863                        "value": "3"
195864                    }
195865                ]
195866            },
195867            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-7": {
195868                "ignore-enum-members": true,
195869                "kind": "enum",
195870                "values": [
195871                    {
195872                        "desc": "x1",
195873                        "name": "x1",
195874                        "value": "0"
195875                    },
195876                    {
195877                        "desc": "x2",
195878                        "name": "x2",
195879                        "value": "1"
195880                    },
195881                    {
195882                        "desc": "x3",
195883                        "name": "x3",
195884                        "value": "2"
195885                    },
195886                    {
195887                        "desc": "x4",
195888                        "name": "x4",
195889                        "value": "3"
195890                    }
195891                ]
195892            },
195893            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-8": {
195894                "ignore-enum-members": true,
195895                "kind": "enum",
195896                "values": [
195897                    {
195898                        "desc": "x1",
195899                        "name": "x1",
195900                        "value": "0"
195901                    },
195902                    {
195903                        "desc": "x2",
195904                        "name": "x2",
195905                        "value": "1"
195906                    },
195907                    {
195908                        "desc": "x3",
195909                        "name": "x3",
195910                        "value": "2"
195911                    },
195912                    {
195913                        "desc": "x4",
195914                        "name": "x4",
195915                        "value": "3"
195916                    }
195917                ]
195918            },
195919            "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-9": {
195920                "ignore-enum-members": true,
195921                "kind": "enum",
195922                "values": [
195923                    {
195924                        "desc": "x1",
195925                        "name": "x1",
195926                        "value": "0"
195927                    },
195928                    {
195929                        "desc": "x2",
195930                        "name": "x2",
195931                        "value": "1"
195932                    },
195933                    {
195934                        "desc": "x3",
195935                        "name": "x3",
195936                        "value": "2"
195937                    },
195938                    {
195939                        "desc": "x4",
195940                        "name": "x4",
195941                        "value": "3"
195942                    }
195943                ]
195944            },
195945            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-0": {
195946                "ignore-enum-members": true,
195947                "kind": "enum",
195948                "values": [
195949                    {
195950                        "desc": "x1",
195951                        "name": "x1",
195952                        "value": "0"
195953                    },
195954                    {
195955                        "desc": "x2",
195956                        "name": "x2",
195957                        "value": "1"
195958                    },
195959                    {
195960                        "desc": "x3",
195961                        "name": "x3",
195962                        "value": "2"
195963                    },
195964                    {
195965                        "desc": "x4",
195966                        "name": "x4",
195967                        "value": "3"
195968                    }
195969                ]
195970            },
195971            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-1": {
195972                "ignore-enum-members": true,
195973                "kind": "enum",
195974                "values": [
195975                    {
195976                        "desc": "x1",
195977                        "name": "x1",
195978                        "value": "0"
195979                    },
195980                    {
195981                        "desc": "x2",
195982                        "name": "x2",
195983                        "value": "1"
195984                    },
195985                    {
195986                        "desc": "x3",
195987                        "name": "x3",
195988                        "value": "2"
195989                    },
195990                    {
195991                        "desc": "x4",
195992                        "name": "x4",
195993                        "value": "3"
195994                    }
195995                ]
195996            },
195997            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-10": {
195998                "ignore-enum-members": true,
195999                "kind": "enum",
196000                "values": [
196001                    {
196002                        "desc": "x1",
196003                        "name": "x1",
196004                        "value": "0"
196005                    },
196006                    {
196007                        "desc": "x2",
196008                        "name": "x2",
196009                        "value": "1"
196010                    },
196011                    {
196012                        "desc": "x3",
196013                        "name": "x3",
196014                        "value": "2"
196015                    },
196016                    {
196017                        "desc": "x4",
196018                        "name": "x4",
196019                        "value": "3"
196020                    }
196021                ]
196022            },
196023            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-11": {
196024                "ignore-enum-members": true,
196025                "kind": "enum",
196026                "values": [
196027                    {
196028                        "desc": "x1",
196029                        "name": "x1",
196030                        "value": "0"
196031                    },
196032                    {
196033                        "desc": "x2",
196034                        "name": "x2",
196035                        "value": "1"
196036                    },
196037                    {
196038                        "desc": "x3",
196039                        "name": "x3",
196040                        "value": "2"
196041                    },
196042                    {
196043                        "desc": "x4",
196044                        "name": "x4",
196045                        "value": "3"
196046                    }
196047                ]
196048            },
196049            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-12": {
196050                "ignore-enum-members": true,
196051                "kind": "enum",
196052                "values": [
196053                    {
196054                        "desc": "x1",
196055                        "name": "x1",
196056                        "value": "0"
196057                    },
196058                    {
196059                        "desc": "x2",
196060                        "name": "x2",
196061                        "value": "1"
196062                    },
196063                    {
196064                        "desc": "x3",
196065                        "name": "x3",
196066                        "value": "2"
196067                    },
196068                    {
196069                        "desc": "x4",
196070                        "name": "x4",
196071                        "value": "3"
196072                    }
196073                ]
196074            },
196075            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-13": {
196076                "ignore-enum-members": true,
196077                "kind": "enum",
196078                "values": [
196079                    {
196080                        "desc": "x1",
196081                        "name": "x1",
196082                        "value": "0"
196083                    },
196084                    {
196085                        "desc": "x2",
196086                        "name": "x2",
196087                        "value": "1"
196088                    },
196089                    {
196090                        "desc": "x3",
196091                        "name": "x3",
196092                        "value": "2"
196093                    },
196094                    {
196095                        "desc": "x4",
196096                        "name": "x4",
196097                        "value": "3"
196098                    }
196099                ]
196100            },
196101            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-14": {
196102                "ignore-enum-members": true,
196103                "kind": "enum",
196104                "values": [
196105                    {
196106                        "desc": "x1",
196107                        "name": "x1",
196108                        "value": "0"
196109                    },
196110                    {
196111                        "desc": "x2",
196112                        "name": "x2",
196113                        "value": "1"
196114                    },
196115                    {
196116                        "desc": "x3",
196117                        "name": "x3",
196118                        "value": "2"
196119                    },
196120                    {
196121                        "desc": "x4",
196122                        "name": "x4",
196123                        "value": "3"
196124                    }
196125                ]
196126            },
196127            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-15": {
196128                "ignore-enum-members": true,
196129                "kind": "enum",
196130                "values": [
196131                    {
196132                        "desc": "x1",
196133                        "name": "x1",
196134                        "value": "0"
196135                    },
196136                    {
196137                        "desc": "x2",
196138                        "name": "x2",
196139                        "value": "1"
196140                    },
196141                    {
196142                        "desc": "x3",
196143                        "name": "x3",
196144                        "value": "2"
196145                    },
196146                    {
196147                        "desc": "x4",
196148                        "name": "x4",
196149                        "value": "3"
196150                    }
196151                ]
196152            },
196153            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-16": {
196154                "ignore-enum-members": true,
196155                "kind": "enum",
196156                "values": [
196157                    {
196158                        "desc": "x1",
196159                        "name": "x1",
196160                        "value": "0"
196161                    },
196162                    {
196163                        "desc": "x2",
196164                        "name": "x2",
196165                        "value": "1"
196166                    },
196167                    {
196168                        "desc": "x3",
196169                        "name": "x3",
196170                        "value": "2"
196171                    },
196172                    {
196173                        "desc": "x4",
196174                        "name": "x4",
196175                        "value": "3"
196176                    }
196177                ]
196178            },
196179            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-17": {
196180                "ignore-enum-members": true,
196181                "kind": "enum",
196182                "values": [
196183                    {
196184                        "desc": "x1",
196185                        "name": "x1",
196186                        "value": "0"
196187                    },
196188                    {
196189                        "desc": "x2",
196190                        "name": "x2",
196191                        "value": "1"
196192                    },
196193                    {
196194                        "desc": "x3",
196195                        "name": "x3",
196196                        "value": "2"
196197                    },
196198                    {
196199                        "desc": "x4",
196200                        "name": "x4",
196201                        "value": "3"
196202                    }
196203                ]
196204            },
196205            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-18": {
196206                "ignore-enum-members": true,
196207                "kind": "enum",
196208                "values": [
196209                    {
196210                        "desc": "x1",
196211                        "name": "x1",
196212                        "value": "0"
196213                    },
196214                    {
196215                        "desc": "x2",
196216                        "name": "x2",
196217                        "value": "1"
196218                    },
196219                    {
196220                        "desc": "x3",
196221                        "name": "x3",
196222                        "value": "2"
196223                    },
196224                    {
196225                        "desc": "x4",
196226                        "name": "x4",
196227                        "value": "3"
196228                    }
196229                ]
196230            },
196231            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-19": {
196232                "ignore-enum-members": true,
196233                "kind": "enum",
196234                "values": [
196235                    {
196236                        "desc": "x1",
196237                        "name": "x1",
196238                        "value": "0"
196239                    },
196240                    {
196241                        "desc": "x2",
196242                        "name": "x2",
196243                        "value": "1"
196244                    },
196245                    {
196246                        "desc": "x3",
196247                        "name": "x3",
196248                        "value": "2"
196249                    },
196250                    {
196251                        "desc": "x4",
196252                        "name": "x4",
196253                        "value": "3"
196254                    }
196255                ]
196256            },
196257            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-2": {
196258                "ignore-enum-members": true,
196259                "kind": "enum",
196260                "values": [
196261                    {
196262                        "desc": "x1",
196263                        "name": "x1",
196264                        "value": "0"
196265                    },
196266                    {
196267                        "desc": "x2",
196268                        "name": "x2",
196269                        "value": "1"
196270                    },
196271                    {
196272                        "desc": "x3",
196273                        "name": "x3",
196274                        "value": "2"
196275                    },
196276                    {
196277                        "desc": "x4",
196278                        "name": "x4",
196279                        "value": "3"
196280                    }
196281                ]
196282            },
196283            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-20": {
196284                "ignore-enum-members": true,
196285                "kind": "enum",
196286                "values": [
196287                    {
196288                        "desc": "x1",
196289                        "name": "x1",
196290                        "value": "0"
196291                    },
196292                    {
196293                        "desc": "x2",
196294                        "name": "x2",
196295                        "value": "1"
196296                    },
196297                    {
196298                        "desc": "x3",
196299                        "name": "x3",
196300                        "value": "2"
196301                    },
196302                    {
196303                        "desc": "x4",
196304                        "name": "x4",
196305                        "value": "3"
196306                    }
196307                ]
196308            },
196309            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-21": {
196310                "ignore-enum-members": true,
196311                "kind": "enum",
196312                "values": [
196313                    {
196314                        "desc": "x1",
196315                        "name": "x1",
196316                        "value": "0"
196317                    },
196318                    {
196319                        "desc": "x2",
196320                        "name": "x2",
196321                        "value": "1"
196322                    },
196323                    {
196324                        "desc": "x3",
196325                        "name": "x3",
196326                        "value": "2"
196327                    },
196328                    {
196329                        "desc": "x4",
196330                        "name": "x4",
196331                        "value": "3"
196332                    }
196333                ]
196334            },
196335            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-22": {
196336                "ignore-enum-members": true,
196337                "kind": "enum",
196338                "values": [
196339                    {
196340                        "desc": "x1",
196341                        "name": "x1",
196342                        "value": "0"
196343                    },
196344                    {
196345                        "desc": "x2",
196346                        "name": "x2",
196347                        "value": "1"
196348                    },
196349                    {
196350                        "desc": "x3",
196351                        "name": "x3",
196352                        "value": "2"
196353                    },
196354                    {
196355                        "desc": "x4",
196356                        "name": "x4",
196357                        "value": "3"
196358                    }
196359                ]
196360            },
196361            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-23": {
196362                "ignore-enum-members": true,
196363                "kind": "enum",
196364                "values": [
196365                    {
196366                        "desc": "x1",
196367                        "name": "x1",
196368                        "value": "0"
196369                    },
196370                    {
196371                        "desc": "x2",
196372                        "name": "x2",
196373                        "value": "1"
196374                    },
196375                    {
196376                        "desc": "x3",
196377                        "name": "x3",
196378                        "value": "2"
196379                    },
196380                    {
196381                        "desc": "x4",
196382                        "name": "x4",
196383                        "value": "3"
196384                    }
196385                ]
196386            },
196387            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-24": {
196388                "ignore-enum-members": true,
196389                "kind": "enum",
196390                "values": [
196391                    {
196392                        "desc": "x1",
196393                        "name": "x1",
196394                        "value": "0"
196395                    },
196396                    {
196397                        "desc": "x2",
196398                        "name": "x2",
196399                        "value": "1"
196400                    },
196401                    {
196402                        "desc": "x3",
196403                        "name": "x3",
196404                        "value": "2"
196405                    },
196406                    {
196407                        "desc": "x4",
196408                        "name": "x4",
196409                        "value": "3"
196410                    }
196411                ]
196412            },
196413            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-25": {
196414                "ignore-enum-members": true,
196415                "kind": "enum",
196416                "values": [
196417                    {
196418                        "desc": "x1",
196419                        "name": "x1",
196420                        "value": "0"
196421                    },
196422                    {
196423                        "desc": "x2",
196424                        "name": "x2",
196425                        "value": "1"
196426                    },
196427                    {
196428                        "desc": "x3",
196429                        "name": "x3",
196430                        "value": "2"
196431                    },
196432                    {
196433                        "desc": "x4",
196434                        "name": "x4",
196435                        "value": "3"
196436                    }
196437                ]
196438            },
196439            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-26": {
196440                "ignore-enum-members": true,
196441                "kind": "enum",
196442                "values": [
196443                    {
196444                        "desc": "x1",
196445                        "name": "x1",
196446                        "value": "0"
196447                    },
196448                    {
196449                        "desc": "x2",
196450                        "name": "x2",
196451                        "value": "1"
196452                    },
196453                    {
196454                        "desc": "x3",
196455                        "name": "x3",
196456                        "value": "2"
196457                    },
196458                    {
196459                        "desc": "x4",
196460                        "name": "x4",
196461                        "value": "3"
196462                    }
196463                ]
196464            },
196465            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-27": {
196466                "ignore-enum-members": true,
196467                "kind": "enum",
196468                "values": [
196469                    {
196470                        "desc": "x1",
196471                        "name": "x1",
196472                        "value": "0"
196473                    },
196474                    {
196475                        "desc": "x2",
196476                        "name": "x2",
196477                        "value": "1"
196478                    },
196479                    {
196480                        "desc": "x3",
196481                        "name": "x3",
196482                        "value": "2"
196483                    },
196484                    {
196485                        "desc": "x4",
196486                        "name": "x4",
196487                        "value": "3"
196488                    }
196489                ]
196490            },
196491            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-28": {
196492                "ignore-enum-members": true,
196493                "kind": "enum",
196494                "values": [
196495                    {
196496                        "desc": "x1",
196497                        "name": "x1",
196498                        "value": "0"
196499                    },
196500                    {
196501                        "desc": "x2",
196502                        "name": "x2",
196503                        "value": "1"
196504                    },
196505                    {
196506                        "desc": "x3",
196507                        "name": "x3",
196508                        "value": "2"
196509                    },
196510                    {
196511                        "desc": "x4",
196512                        "name": "x4",
196513                        "value": "3"
196514                    }
196515                ]
196516            },
196517            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-29": {
196518                "ignore-enum-members": true,
196519                "kind": "enum",
196520                "values": [
196521                    {
196522                        "desc": "x1",
196523                        "name": "x1",
196524                        "value": "0"
196525                    },
196526                    {
196527                        "desc": "x2",
196528                        "name": "x2",
196529                        "value": "1"
196530                    },
196531                    {
196532                        "desc": "x3",
196533                        "name": "x3",
196534                        "value": "2"
196535                    },
196536                    {
196537                        "desc": "x4",
196538                        "name": "x4",
196539                        "value": "3"
196540                    }
196541                ]
196542            },
196543            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-3": {
196544                "ignore-enum-members": true,
196545                "kind": "enum",
196546                "values": [
196547                    {
196548                        "desc": "x1",
196549                        "name": "x1",
196550                        "value": "0"
196551                    },
196552                    {
196553                        "desc": "x2",
196554                        "name": "x2",
196555                        "value": "1"
196556                    },
196557                    {
196558                        "desc": "x3",
196559                        "name": "x3",
196560                        "value": "2"
196561                    },
196562                    {
196563                        "desc": "x4",
196564                        "name": "x4",
196565                        "value": "3"
196566                    }
196567                ]
196568            },
196569            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-30": {
196570                "ignore-enum-members": true,
196571                "kind": "enum",
196572                "values": [
196573                    {
196574                        "desc": "x1",
196575                        "name": "x1",
196576                        "value": "0"
196577                    },
196578                    {
196579                        "desc": "x2",
196580                        "name": "x2",
196581                        "value": "1"
196582                    },
196583                    {
196584                        "desc": "x3",
196585                        "name": "x3",
196586                        "value": "2"
196587                    },
196588                    {
196589                        "desc": "x4",
196590                        "name": "x4",
196591                        "value": "3"
196592                    }
196593                ]
196594            },
196595            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-31": {
196596                "ignore-enum-members": true,
196597                "kind": "enum",
196598                "values": [
196599                    {
196600                        "desc": "x1",
196601                        "name": "x1",
196602                        "value": "0"
196603                    },
196604                    {
196605                        "desc": "x2",
196606                        "name": "x2",
196607                        "value": "1"
196608                    },
196609                    {
196610                        "desc": "x3",
196611                        "name": "x3",
196612                        "value": "2"
196613                    },
196614                    {
196615                        "desc": "x4",
196616                        "name": "x4",
196617                        "value": "3"
196618                    }
196619                ]
196620            },
196621            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-4": {
196622                "ignore-enum-members": true,
196623                "kind": "enum",
196624                "values": [
196625                    {
196626                        "desc": "x1",
196627                        "name": "x1",
196628                        "value": "0"
196629                    },
196630                    {
196631                        "desc": "x2",
196632                        "name": "x2",
196633                        "value": "1"
196634                    },
196635                    {
196636                        "desc": "x3",
196637                        "name": "x3",
196638                        "value": "2"
196639                    },
196640                    {
196641                        "desc": "x4",
196642                        "name": "x4",
196643                        "value": "3"
196644                    }
196645                ]
196646            },
196647            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-5": {
196648                "ignore-enum-members": true,
196649                "kind": "enum",
196650                "values": [
196651                    {
196652                        "desc": "x1",
196653                        "name": "x1",
196654                        "value": "0"
196655                    },
196656                    {
196657                        "desc": "x2",
196658                        "name": "x2",
196659                        "value": "1"
196660                    },
196661                    {
196662                        "desc": "x3",
196663                        "name": "x3",
196664                        "value": "2"
196665                    },
196666                    {
196667                        "desc": "x4",
196668                        "name": "x4",
196669                        "value": "3"
196670                    }
196671                ]
196672            },
196673            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-6": {
196674                "ignore-enum-members": true,
196675                "kind": "enum",
196676                "values": [
196677                    {
196678                        "desc": "x1",
196679                        "name": "x1",
196680                        "value": "0"
196681                    },
196682                    {
196683                        "desc": "x2",
196684                        "name": "x2",
196685                        "value": "1"
196686                    },
196687                    {
196688                        "desc": "x3",
196689                        "name": "x3",
196690                        "value": "2"
196691                    },
196692                    {
196693                        "desc": "x4",
196694                        "name": "x4",
196695                        "value": "3"
196696                    }
196697                ]
196698            },
196699            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-7": {
196700                "ignore-enum-members": true,
196701                "kind": "enum",
196702                "values": [
196703                    {
196704                        "desc": "x1",
196705                        "name": "x1",
196706                        "value": "0"
196707                    },
196708                    {
196709                        "desc": "x2",
196710                        "name": "x2",
196711                        "value": "1"
196712                    },
196713                    {
196714                        "desc": "x3",
196715                        "name": "x3",
196716                        "value": "2"
196717                    },
196718                    {
196719                        "desc": "x4",
196720                        "name": "x4",
196721                        "value": "3"
196722                    }
196723                ]
196724            },
196725            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-8": {
196726                "ignore-enum-members": true,
196727                "kind": "enum",
196728                "values": [
196729                    {
196730                        "desc": "x1",
196731                        "name": "x1",
196732                        "value": "0"
196733                    },
196734                    {
196735                        "desc": "x2",
196736                        "name": "x2",
196737                        "value": "1"
196738                    },
196739                    {
196740                        "desc": "x3",
196741                        "name": "x3",
196742                        "value": "2"
196743                    },
196744                    {
196745                        "desc": "x4",
196746                        "name": "x4",
196747                        "value": "3"
196748                    }
196749                ]
196750            },
196751            "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-9": {
196752                "ignore-enum-members": true,
196753                "kind": "enum",
196754                "values": [
196755                    {
196756                        "desc": "x1",
196757                        "name": "x1",
196758                        "value": "0"
196759                    },
196760                    {
196761                        "desc": "x2",
196762                        "name": "x2",
196763                        "value": "1"
196764                    },
196765                    {
196766                        "desc": "x3",
196767                        "name": "x3",
196768                        "value": "2"
196769                    },
196770                    {
196771                        "desc": "x4",
196772                        "name": "x4",
196773                        "value": "3"
196774                    }
196775                ]
196776            },
196777            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofft": {
196778                "ignore-enum-members": true,
196779                "kind": "enum",
196780                "values": [
196781                    {
196782                        "desc": "Off",
196783                        "name": "Off",
196784                        "value": "0"
196785                    },
196786                    {
196787                        "desc": "Post-eq",
196788                        "name": "Post-eq",
196789                        "value": "1"
196790                    },
196791                    {
196792                        "desc": "Pre-eq",
196793                        "name": "Pre-eq",
196794                        "value": "2"
196795                    }
196796                ]
196797            },
196798            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-0": {
196799                "ignore-enum-members": true,
196800                "kind": "enum",
196801                "values": [
196802                    {
196803                        "desc": "RLC (BT)",
196804                        "name": "RLC (BT)",
196805                        "value": "0"
196806                    },
196807                    {
196808                        "desc": "RLC (MT)",
196809                        "name": "RLC (MT)",
196810                        "value": "1"
196811                    },
196812                    {
196813                        "desc": "BWC (BT)",
196814                        "name": "BWC (BT)",
196815                        "value": "2"
196816                    },
196817                    {
196818                        "desc": "BWC (MT)",
196819                        "name": "BWC (MT)",
196820                        "value": "3"
196821                    },
196822                    {
196823                        "desc": "LRX (BT)",
196824                        "name": "LRX (BT)",
196825                        "value": "4"
196826                    },
196827                    {
196828                        "desc": "LRX (MT)",
196829                        "name": "LRX (MT)",
196830                        "value": "5"
196831                    },
196832                    {
196833                        "desc": "APO (DR)",
196834                        "name": "APO (DR)",
196835                        "value": "6"
196836                    }
196837                ]
196838            },
196839            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-1": {
196840                "ignore-enum-members": true,
196841                "kind": "enum",
196842                "values": [
196843                    {
196844                        "desc": "RLC (BT)",
196845                        "name": "RLC (BT)",
196846                        "value": "0"
196847                    },
196848                    {
196849                        "desc": "RLC (MT)",
196850                        "name": "RLC (MT)",
196851                        "value": "1"
196852                    },
196853                    {
196854                        "desc": "BWC (BT)",
196855                        "name": "BWC (BT)",
196856                        "value": "2"
196857                    },
196858                    {
196859                        "desc": "BWC (MT)",
196860                        "name": "BWC (MT)",
196861                        "value": "3"
196862                    },
196863                    {
196864                        "desc": "LRX (BT)",
196865                        "name": "LRX (BT)",
196866                        "value": "4"
196867                    },
196868                    {
196869                        "desc": "LRX (MT)",
196870                        "name": "LRX (MT)",
196871                        "value": "5"
196872                    },
196873                    {
196874                        "desc": "APO (DR)",
196875                        "name": "APO (DR)",
196876                        "value": "6"
196877                    }
196878                ]
196879            },
196880            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-10": {
196881                "ignore-enum-members": true,
196882                "kind": "enum",
196883                "values": [
196884                    {
196885                        "desc": "RLC (BT)",
196886                        "name": "RLC (BT)",
196887                        "value": "0"
196888                    },
196889                    {
196890                        "desc": "RLC (MT)",
196891                        "name": "RLC (MT)",
196892                        "value": "1"
196893                    },
196894                    {
196895                        "desc": "BWC (BT)",
196896                        "name": "BWC (BT)",
196897                        "value": "2"
196898                    },
196899                    {
196900                        "desc": "BWC (MT)",
196901                        "name": "BWC (MT)",
196902                        "value": "3"
196903                    },
196904                    {
196905                        "desc": "LRX (BT)",
196906                        "name": "LRX (BT)",
196907                        "value": "4"
196908                    },
196909                    {
196910                        "desc": "LRX (MT)",
196911                        "name": "LRX (MT)",
196912                        "value": "5"
196913                    },
196914                    {
196915                        "desc": "APO (DR)",
196916                        "name": "APO (DR)",
196917                        "value": "6"
196918                    }
196919                ]
196920            },
196921            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-11": {
196922                "ignore-enum-members": true,
196923                "kind": "enum",
196924                "values": [
196925                    {
196926                        "desc": "RLC (BT)",
196927                        "name": "RLC (BT)",
196928                        "value": "0"
196929                    },
196930                    {
196931                        "desc": "RLC (MT)",
196932                        "name": "RLC (MT)",
196933                        "value": "1"
196934                    },
196935                    {
196936                        "desc": "BWC (BT)",
196937                        "name": "BWC (BT)",
196938                        "value": "2"
196939                    },
196940                    {
196941                        "desc": "BWC (MT)",
196942                        "name": "BWC (MT)",
196943                        "value": "3"
196944                    },
196945                    {
196946                        "desc": "LRX (BT)",
196947                        "name": "LRX (BT)",
196948                        "value": "4"
196949                    },
196950                    {
196951                        "desc": "LRX (MT)",
196952                        "name": "LRX (MT)",
196953                        "value": "5"
196954                    },
196955                    {
196956                        "desc": "APO (DR)",
196957                        "name": "APO (DR)",
196958                        "value": "6"
196959                    }
196960                ]
196961            },
196962            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-12": {
196963                "ignore-enum-members": true,
196964                "kind": "enum",
196965                "values": [
196966                    {
196967                        "desc": "RLC (BT)",
196968                        "name": "RLC (BT)",
196969                        "value": "0"
196970                    },
196971                    {
196972                        "desc": "RLC (MT)",
196973                        "name": "RLC (MT)",
196974                        "value": "1"
196975                    },
196976                    {
196977                        "desc": "BWC (BT)",
196978                        "name": "BWC (BT)",
196979                        "value": "2"
196980                    },
196981                    {
196982                        "desc": "BWC (MT)",
196983                        "name": "BWC (MT)",
196984                        "value": "3"
196985                    },
196986                    {
196987                        "desc": "LRX (BT)",
196988                        "name": "LRX (BT)",
196989                        "value": "4"
196990                    },
196991                    {
196992                        "desc": "LRX (MT)",
196993                        "name": "LRX (MT)",
196994                        "value": "5"
196995                    },
196996                    {
196997                        "desc": "APO (DR)",
196998                        "name": "APO (DR)",
196999                        "value": "6"
197000                    }
197001                ]
197002            },
197003            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-13": {
197004                "ignore-enum-members": true,
197005                "kind": "enum",
197006                "values": [
197007                    {
197008                        "desc": "RLC (BT)",
197009                        "name": "RLC (BT)",
197010                        "value": "0"
197011                    },
197012                    {
197013                        "desc": "RLC (MT)",
197014                        "name": "RLC (MT)",
197015                        "value": "1"
197016                    },
197017                    {
197018                        "desc": "BWC (BT)",
197019                        "name": "BWC (BT)",
197020                        "value": "2"
197021                    },
197022                    {
197023                        "desc": "BWC (MT)",
197024                        "name": "BWC (MT)",
197025                        "value": "3"
197026                    },
197027                    {
197028                        "desc": "LRX (BT)",
197029                        "name": "LRX (BT)",
197030                        "value": "4"
197031                    },
197032                    {
197033                        "desc": "LRX (MT)",
197034                        "name": "LRX (MT)",
197035                        "value": "5"
197036                    },
197037                    {
197038                        "desc": "APO (DR)",
197039                        "name": "APO (DR)",
197040                        "value": "6"
197041                    }
197042                ]
197043            },
197044            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-14": {
197045                "ignore-enum-members": true,
197046                "kind": "enum",
197047                "values": [
197048                    {
197049                        "desc": "RLC (BT)",
197050                        "name": "RLC (BT)",
197051                        "value": "0"
197052                    },
197053                    {
197054                        "desc": "RLC (MT)",
197055                        "name": "RLC (MT)",
197056                        "value": "1"
197057                    },
197058                    {
197059                        "desc": "BWC (BT)",
197060                        "name": "BWC (BT)",
197061                        "value": "2"
197062                    },
197063                    {
197064                        "desc": "BWC (MT)",
197065                        "name": "BWC (MT)",
197066                        "value": "3"
197067                    },
197068                    {
197069                        "desc": "LRX (BT)",
197070                        "name": "LRX (BT)",
197071                        "value": "4"
197072                    },
197073                    {
197074                        "desc": "LRX (MT)",
197075                        "name": "LRX (MT)",
197076                        "value": "5"
197077                    },
197078                    {
197079                        "desc": "APO (DR)",
197080                        "name": "APO (DR)",
197081                        "value": "6"
197082                    }
197083                ]
197084            },
197085            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-15": {
197086                "ignore-enum-members": true,
197087                "kind": "enum",
197088                "values": [
197089                    {
197090                        "desc": "RLC (BT)",
197091                        "name": "RLC (BT)",
197092                        "value": "0"
197093                    },
197094                    {
197095                        "desc": "RLC (MT)",
197096                        "name": "RLC (MT)",
197097                        "value": "1"
197098                    },
197099                    {
197100                        "desc": "BWC (BT)",
197101                        "name": "BWC (BT)",
197102                        "value": "2"
197103                    },
197104                    {
197105                        "desc": "BWC (MT)",
197106                        "name": "BWC (MT)",
197107                        "value": "3"
197108                    },
197109                    {
197110                        "desc": "LRX (BT)",
197111                        "name": "LRX (BT)",
197112                        "value": "4"
197113                    },
197114                    {
197115                        "desc": "LRX (MT)",
197116                        "name": "LRX (MT)",
197117                        "value": "5"
197118                    },
197119                    {
197120                        "desc": "APO (DR)",
197121                        "name": "APO (DR)",
197122                        "value": "6"
197123                    }
197124                ]
197125            },
197126            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-16": {
197127                "ignore-enum-members": true,
197128                "kind": "enum",
197129                "values": [
197130                    {
197131                        "desc": "RLC (BT)",
197132                        "name": "RLC (BT)",
197133                        "value": "0"
197134                    },
197135                    {
197136                        "desc": "RLC (MT)",
197137                        "name": "RLC (MT)",
197138                        "value": "1"
197139                    },
197140                    {
197141                        "desc": "BWC (BT)",
197142                        "name": "BWC (BT)",
197143                        "value": "2"
197144                    },
197145                    {
197146                        "desc": "BWC (MT)",
197147                        "name": "BWC (MT)",
197148                        "value": "3"
197149                    },
197150                    {
197151                        "desc": "LRX (BT)",
197152                        "name": "LRX (BT)",
197153                        "value": "4"
197154                    },
197155                    {
197156                        "desc": "LRX (MT)",
197157                        "name": "LRX (MT)",
197158                        "value": "5"
197159                    },
197160                    {
197161                        "desc": "APO (DR)",
197162                        "name": "APO (DR)",
197163                        "value": "6"
197164                    }
197165                ]
197166            },
197167            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-17": {
197168                "ignore-enum-members": true,
197169                "kind": "enum",
197170                "values": [
197171                    {
197172                        "desc": "RLC (BT)",
197173                        "name": "RLC (BT)",
197174                        "value": "0"
197175                    },
197176                    {
197177                        "desc": "RLC (MT)",
197178                        "name": "RLC (MT)",
197179                        "value": "1"
197180                    },
197181                    {
197182                        "desc": "BWC (BT)",
197183                        "name": "BWC (BT)",
197184                        "value": "2"
197185                    },
197186                    {
197187                        "desc": "BWC (MT)",
197188                        "name": "BWC (MT)",
197189                        "value": "3"
197190                    },
197191                    {
197192                        "desc": "LRX (BT)",
197193                        "name": "LRX (BT)",
197194                        "value": "4"
197195                    },
197196                    {
197197                        "desc": "LRX (MT)",
197198                        "name": "LRX (MT)",
197199                        "value": "5"
197200                    },
197201                    {
197202                        "desc": "APO (DR)",
197203                        "name": "APO (DR)",
197204                        "value": "6"
197205                    }
197206                ]
197207            },
197208            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-18": {
197209                "ignore-enum-members": true,
197210                "kind": "enum",
197211                "values": [
197212                    {
197213                        "desc": "RLC (BT)",
197214                        "name": "RLC (BT)",
197215                        "value": "0"
197216                    },
197217                    {
197218                        "desc": "RLC (MT)",
197219                        "name": "RLC (MT)",
197220                        "value": "1"
197221                    },
197222                    {
197223                        "desc": "BWC (BT)",
197224                        "name": "BWC (BT)",
197225                        "value": "2"
197226                    },
197227                    {
197228                        "desc": "BWC (MT)",
197229                        "name": "BWC (MT)",
197230                        "value": "3"
197231                    },
197232                    {
197233                        "desc": "LRX (BT)",
197234                        "name": "LRX (BT)",
197235                        "value": "4"
197236                    },
197237                    {
197238                        "desc": "LRX (MT)",
197239                        "name": "LRX (MT)",
197240                        "value": "5"
197241                    },
197242                    {
197243                        "desc": "APO (DR)",
197244                        "name": "APO (DR)",
197245                        "value": "6"
197246                    }
197247                ]
197248            },
197249            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-19": {
197250                "ignore-enum-members": true,
197251                "kind": "enum",
197252                "values": [
197253                    {
197254                        "desc": "RLC (BT)",
197255                        "name": "RLC (BT)",
197256                        "value": "0"
197257                    },
197258                    {
197259                        "desc": "RLC (MT)",
197260                        "name": "RLC (MT)",
197261                        "value": "1"
197262                    },
197263                    {
197264                        "desc": "BWC (BT)",
197265                        "name": "BWC (BT)",
197266                        "value": "2"
197267                    },
197268                    {
197269                        "desc": "BWC (MT)",
197270                        "name": "BWC (MT)",
197271                        "value": "3"
197272                    },
197273                    {
197274                        "desc": "LRX (BT)",
197275                        "name": "LRX (BT)",
197276                        "value": "4"
197277                    },
197278                    {
197279                        "desc": "LRX (MT)",
197280                        "name": "LRX (MT)",
197281                        "value": "5"
197282                    },
197283                    {
197284                        "desc": "APO (DR)",
197285                        "name": "APO (DR)",
197286                        "value": "6"
197287                    }
197288                ]
197289            },
197290            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-2": {
197291                "ignore-enum-members": true,
197292                "kind": "enum",
197293                "values": [
197294                    {
197295                        "desc": "RLC (BT)",
197296                        "name": "RLC (BT)",
197297                        "value": "0"
197298                    },
197299                    {
197300                        "desc": "RLC (MT)",
197301                        "name": "RLC (MT)",
197302                        "value": "1"
197303                    },
197304                    {
197305                        "desc": "BWC (BT)",
197306                        "name": "BWC (BT)",
197307                        "value": "2"
197308                    },
197309                    {
197310                        "desc": "BWC (MT)",
197311                        "name": "BWC (MT)",
197312                        "value": "3"
197313                    },
197314                    {
197315                        "desc": "LRX (BT)",
197316                        "name": "LRX (BT)",
197317                        "value": "4"
197318                    },
197319                    {
197320                        "desc": "LRX (MT)",
197321                        "name": "LRX (MT)",
197322                        "value": "5"
197323                    },
197324                    {
197325                        "desc": "APO (DR)",
197326                        "name": "APO (DR)",
197327                        "value": "6"
197328                    }
197329                ]
197330            },
197331            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-20": {
197332                "ignore-enum-members": true,
197333                "kind": "enum",
197334                "values": [
197335                    {
197336                        "desc": "RLC (BT)",
197337                        "name": "RLC (BT)",
197338                        "value": "0"
197339                    },
197340                    {
197341                        "desc": "RLC (MT)",
197342                        "name": "RLC (MT)",
197343                        "value": "1"
197344                    },
197345                    {
197346                        "desc": "BWC (BT)",
197347                        "name": "BWC (BT)",
197348                        "value": "2"
197349                    },
197350                    {
197351                        "desc": "BWC (MT)",
197352                        "name": "BWC (MT)",
197353                        "value": "3"
197354                    },
197355                    {
197356                        "desc": "LRX (BT)",
197357                        "name": "LRX (BT)",
197358                        "value": "4"
197359                    },
197360                    {
197361                        "desc": "LRX (MT)",
197362                        "name": "LRX (MT)",
197363                        "value": "5"
197364                    },
197365                    {
197366                        "desc": "APO (DR)",
197367                        "name": "APO (DR)",
197368                        "value": "6"
197369                    }
197370                ]
197371            },
197372            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-21": {
197373                "ignore-enum-members": true,
197374                "kind": "enum",
197375                "values": [
197376                    {
197377                        "desc": "RLC (BT)",
197378                        "name": "RLC (BT)",
197379                        "value": "0"
197380                    },
197381                    {
197382                        "desc": "RLC (MT)",
197383                        "name": "RLC (MT)",
197384                        "value": "1"
197385                    },
197386                    {
197387                        "desc": "BWC (BT)",
197388                        "name": "BWC (BT)",
197389                        "value": "2"
197390                    },
197391                    {
197392                        "desc": "BWC (MT)",
197393                        "name": "BWC (MT)",
197394                        "value": "3"
197395                    },
197396                    {
197397                        "desc": "LRX (BT)",
197398                        "name": "LRX (BT)",
197399                        "value": "4"
197400                    },
197401                    {
197402                        "desc": "LRX (MT)",
197403                        "name": "LRX (MT)",
197404                        "value": "5"
197405                    },
197406                    {
197407                        "desc": "APO (DR)",
197408                        "name": "APO (DR)",
197409                        "value": "6"
197410                    }
197411                ]
197412            },
197413            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-22": {
197414                "ignore-enum-members": true,
197415                "kind": "enum",
197416                "values": [
197417                    {
197418                        "desc": "RLC (BT)",
197419                        "name": "RLC (BT)",
197420                        "value": "0"
197421                    },
197422                    {
197423                        "desc": "RLC (MT)",
197424                        "name": "RLC (MT)",
197425                        "value": "1"
197426                    },
197427                    {
197428                        "desc": "BWC (BT)",
197429                        "name": "BWC (BT)",
197430                        "value": "2"
197431                    },
197432                    {
197433                        "desc": "BWC (MT)",
197434                        "name": "BWC (MT)",
197435                        "value": "3"
197436                    },
197437                    {
197438                        "desc": "LRX (BT)",
197439                        "name": "LRX (BT)",
197440                        "value": "4"
197441                    },
197442                    {
197443                        "desc": "LRX (MT)",
197444                        "name": "LRX (MT)",
197445                        "value": "5"
197446                    },
197447                    {
197448                        "desc": "APO (DR)",
197449                        "name": "APO (DR)",
197450                        "value": "6"
197451                    }
197452                ]
197453            },
197454            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-23": {
197455                "ignore-enum-members": true,
197456                "kind": "enum",
197457                "values": [
197458                    {
197459                        "desc": "RLC (BT)",
197460                        "name": "RLC (BT)",
197461                        "value": "0"
197462                    },
197463                    {
197464                        "desc": "RLC (MT)",
197465                        "name": "RLC (MT)",
197466                        "value": "1"
197467                    },
197468                    {
197469                        "desc": "BWC (BT)",
197470                        "name": "BWC (BT)",
197471                        "value": "2"
197472                    },
197473                    {
197474                        "desc": "BWC (MT)",
197475                        "name": "BWC (MT)",
197476                        "value": "3"
197477                    },
197478                    {
197479                        "desc": "LRX (BT)",
197480                        "name": "LRX (BT)",
197481                        "value": "4"
197482                    },
197483                    {
197484                        "desc": "LRX (MT)",
197485                        "name": "LRX (MT)",
197486                        "value": "5"
197487                    },
197488                    {
197489                        "desc": "APO (DR)",
197490                        "name": "APO (DR)",
197491                        "value": "6"
197492                    }
197493                ]
197494            },
197495            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-24": {
197496                "ignore-enum-members": true,
197497                "kind": "enum",
197498                "values": [
197499                    {
197500                        "desc": "RLC (BT)",
197501                        "name": "RLC (BT)",
197502                        "value": "0"
197503                    },
197504                    {
197505                        "desc": "RLC (MT)",
197506                        "name": "RLC (MT)",
197507                        "value": "1"
197508                    },
197509                    {
197510                        "desc": "BWC (BT)",
197511                        "name": "BWC (BT)",
197512                        "value": "2"
197513                    },
197514                    {
197515                        "desc": "BWC (MT)",
197516                        "name": "BWC (MT)",
197517                        "value": "3"
197518                    },
197519                    {
197520                        "desc": "LRX (BT)",
197521                        "name": "LRX (BT)",
197522                        "value": "4"
197523                    },
197524                    {
197525                        "desc": "LRX (MT)",
197526                        "name": "LRX (MT)",
197527                        "value": "5"
197528                    },
197529                    {
197530                        "desc": "APO (DR)",
197531                        "name": "APO (DR)",
197532                        "value": "6"
197533                    }
197534                ]
197535            },
197536            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-25": {
197537                "ignore-enum-members": true,
197538                "kind": "enum",
197539                "values": [
197540                    {
197541                        "desc": "RLC (BT)",
197542                        "name": "RLC (BT)",
197543                        "value": "0"
197544                    },
197545                    {
197546                        "desc": "RLC (MT)",
197547                        "name": "RLC (MT)",
197548                        "value": "1"
197549                    },
197550                    {
197551                        "desc": "BWC (BT)",
197552                        "name": "BWC (BT)",
197553                        "value": "2"
197554                    },
197555                    {
197556                        "desc": "BWC (MT)",
197557                        "name": "BWC (MT)",
197558                        "value": "3"
197559                    },
197560                    {
197561                        "desc": "LRX (BT)",
197562                        "name": "LRX (BT)",
197563                        "value": "4"
197564                    },
197565                    {
197566                        "desc": "LRX (MT)",
197567                        "name": "LRX (MT)",
197568                        "value": "5"
197569                    },
197570                    {
197571                        "desc": "APO (DR)",
197572                        "name": "APO (DR)",
197573                        "value": "6"
197574                    }
197575                ]
197576            },
197577            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-26": {
197578                "ignore-enum-members": true,
197579                "kind": "enum",
197580                "values": [
197581                    {
197582                        "desc": "RLC (BT)",
197583                        "name": "RLC (BT)",
197584                        "value": "0"
197585                    },
197586                    {
197587                        "desc": "RLC (MT)",
197588                        "name": "RLC (MT)",
197589                        "value": "1"
197590                    },
197591                    {
197592                        "desc": "BWC (BT)",
197593                        "name": "BWC (BT)",
197594                        "value": "2"
197595                    },
197596                    {
197597                        "desc": "BWC (MT)",
197598                        "name": "BWC (MT)",
197599                        "value": "3"
197600                    },
197601                    {
197602                        "desc": "LRX (BT)",
197603                        "name": "LRX (BT)",
197604                        "value": "4"
197605                    },
197606                    {
197607                        "desc": "LRX (MT)",
197608                        "name": "LRX (MT)",
197609                        "value": "5"
197610                    },
197611                    {
197612                        "desc": "APO (DR)",
197613                        "name": "APO (DR)",
197614                        "value": "6"
197615                    }
197616                ]
197617            },
197618            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-27": {
197619                "ignore-enum-members": true,
197620                "kind": "enum",
197621                "values": [
197622                    {
197623                        "desc": "RLC (BT)",
197624                        "name": "RLC (BT)",
197625                        "value": "0"
197626                    },
197627                    {
197628                        "desc": "RLC (MT)",
197629                        "name": "RLC (MT)",
197630                        "value": "1"
197631                    },
197632                    {
197633                        "desc": "BWC (BT)",
197634                        "name": "BWC (BT)",
197635                        "value": "2"
197636                    },
197637                    {
197638                        "desc": "BWC (MT)",
197639                        "name": "BWC (MT)",
197640                        "value": "3"
197641                    },
197642                    {
197643                        "desc": "LRX (BT)",
197644                        "name": "LRX (BT)",
197645                        "value": "4"
197646                    },
197647                    {
197648                        "desc": "LRX (MT)",
197649                        "name": "LRX (MT)",
197650                        "value": "5"
197651                    },
197652                    {
197653                        "desc": "APO (DR)",
197654                        "name": "APO (DR)",
197655                        "value": "6"
197656                    }
197657                ]
197658            },
197659            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-28": {
197660                "ignore-enum-members": true,
197661                "kind": "enum",
197662                "values": [
197663                    {
197664                        "desc": "RLC (BT)",
197665                        "name": "RLC (BT)",
197666                        "value": "0"
197667                    },
197668                    {
197669                        "desc": "RLC (MT)",
197670                        "name": "RLC (MT)",
197671                        "value": "1"
197672                    },
197673                    {
197674                        "desc": "BWC (BT)",
197675                        "name": "BWC (BT)",
197676                        "value": "2"
197677                    },
197678                    {
197679                        "desc": "BWC (MT)",
197680                        "name": "BWC (MT)",
197681                        "value": "3"
197682                    },
197683                    {
197684                        "desc": "LRX (BT)",
197685                        "name": "LRX (BT)",
197686                        "value": "4"
197687                    },
197688                    {
197689                        "desc": "LRX (MT)",
197690                        "name": "LRX (MT)",
197691                        "value": "5"
197692                    },
197693                    {
197694                        "desc": "APO (DR)",
197695                        "name": "APO (DR)",
197696                        "value": "6"
197697                    }
197698                ]
197699            },
197700            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-29": {
197701                "ignore-enum-members": true,
197702                "kind": "enum",
197703                "values": [
197704                    {
197705                        "desc": "RLC (BT)",
197706                        "name": "RLC (BT)",
197707                        "value": "0"
197708                    },
197709                    {
197710                        "desc": "RLC (MT)",
197711                        "name": "RLC (MT)",
197712                        "value": "1"
197713                    },
197714                    {
197715                        "desc": "BWC (BT)",
197716                        "name": "BWC (BT)",
197717                        "value": "2"
197718                    },
197719                    {
197720                        "desc": "BWC (MT)",
197721                        "name": "BWC (MT)",
197722                        "value": "3"
197723                    },
197724                    {
197725                        "desc": "LRX (BT)",
197726                        "name": "LRX (BT)",
197727                        "value": "4"
197728                    },
197729                    {
197730                        "desc": "LRX (MT)",
197731                        "name": "LRX (MT)",
197732                        "value": "5"
197733                    },
197734                    {
197735                        "desc": "APO (DR)",
197736                        "name": "APO (DR)",
197737                        "value": "6"
197738                    }
197739                ]
197740            },
197741            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-3": {
197742                "ignore-enum-members": true,
197743                "kind": "enum",
197744                "values": [
197745                    {
197746                        "desc": "RLC (BT)",
197747                        "name": "RLC (BT)",
197748                        "value": "0"
197749                    },
197750                    {
197751                        "desc": "RLC (MT)",
197752                        "name": "RLC (MT)",
197753                        "value": "1"
197754                    },
197755                    {
197756                        "desc": "BWC (BT)",
197757                        "name": "BWC (BT)",
197758                        "value": "2"
197759                    },
197760                    {
197761                        "desc": "BWC (MT)",
197762                        "name": "BWC (MT)",
197763                        "value": "3"
197764                    },
197765                    {
197766                        "desc": "LRX (BT)",
197767                        "name": "LRX (BT)",
197768                        "value": "4"
197769                    },
197770                    {
197771                        "desc": "LRX (MT)",
197772                        "name": "LRX (MT)",
197773                        "value": "5"
197774                    },
197775                    {
197776                        "desc": "APO (DR)",
197777                        "name": "APO (DR)",
197778                        "value": "6"
197779                    }
197780                ]
197781            },
197782            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-30": {
197783                "ignore-enum-members": true,
197784                "kind": "enum",
197785                "values": [
197786                    {
197787                        "desc": "RLC (BT)",
197788                        "name": "RLC (BT)",
197789                        "value": "0"
197790                    },
197791                    {
197792                        "desc": "RLC (MT)",
197793                        "name": "RLC (MT)",
197794                        "value": "1"
197795                    },
197796                    {
197797                        "desc": "BWC (BT)",
197798                        "name": "BWC (BT)",
197799                        "value": "2"
197800                    },
197801                    {
197802                        "desc": "BWC (MT)",
197803                        "name": "BWC (MT)",
197804                        "value": "3"
197805                    },
197806                    {
197807                        "desc": "LRX (BT)",
197808                        "name": "LRX (BT)",
197809                        "value": "4"
197810                    },
197811                    {
197812                        "desc": "LRX (MT)",
197813                        "name": "LRX (MT)",
197814                        "value": "5"
197815                    },
197816                    {
197817                        "desc": "APO (DR)",
197818                        "name": "APO (DR)",
197819                        "value": "6"
197820                    }
197821                ]
197822            },
197823            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-31": {
197824                "ignore-enum-members": true,
197825                "kind": "enum",
197826                "values": [
197827                    {
197828                        "desc": "RLC (BT)",
197829                        "name": "RLC (BT)",
197830                        "value": "0"
197831                    },
197832                    {
197833                        "desc": "RLC (MT)",
197834                        "name": "RLC (MT)",
197835                        "value": "1"
197836                    },
197837                    {
197838                        "desc": "BWC (BT)",
197839                        "name": "BWC (BT)",
197840                        "value": "2"
197841                    },
197842                    {
197843                        "desc": "BWC (MT)",
197844                        "name": "BWC (MT)",
197845                        "value": "3"
197846                    },
197847                    {
197848                        "desc": "LRX (BT)",
197849                        "name": "LRX (BT)",
197850                        "value": "4"
197851                    },
197852                    {
197853                        "desc": "LRX (MT)",
197854                        "name": "LRX (MT)",
197855                        "value": "5"
197856                    },
197857                    {
197858                        "desc": "APO (DR)",
197859                        "name": "APO (DR)",
197860                        "value": "6"
197861                    }
197862                ]
197863            },
197864            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-4": {
197865                "ignore-enum-members": true,
197866                "kind": "enum",
197867                "values": [
197868                    {
197869                        "desc": "RLC (BT)",
197870                        "name": "RLC (BT)",
197871                        "value": "0"
197872                    },
197873                    {
197874                        "desc": "RLC (MT)",
197875                        "name": "RLC (MT)",
197876                        "value": "1"
197877                    },
197878                    {
197879                        "desc": "BWC (BT)",
197880                        "name": "BWC (BT)",
197881                        "value": "2"
197882                    },
197883                    {
197884                        "desc": "BWC (MT)",
197885                        "name": "BWC (MT)",
197886                        "value": "3"
197887                    },
197888                    {
197889                        "desc": "LRX (BT)",
197890                        "name": "LRX (BT)",
197891                        "value": "4"
197892                    },
197893                    {
197894                        "desc": "LRX (MT)",
197895                        "name": "LRX (MT)",
197896                        "value": "5"
197897                    },
197898                    {
197899                        "desc": "APO (DR)",
197900                        "name": "APO (DR)",
197901                        "value": "6"
197902                    }
197903                ]
197904            },
197905            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-5": {
197906                "ignore-enum-members": true,
197907                "kind": "enum",
197908                "values": [
197909                    {
197910                        "desc": "RLC (BT)",
197911                        "name": "RLC (BT)",
197912                        "value": "0"
197913                    },
197914                    {
197915                        "desc": "RLC (MT)",
197916                        "name": "RLC (MT)",
197917                        "value": "1"
197918                    },
197919                    {
197920                        "desc": "BWC (BT)",
197921                        "name": "BWC (BT)",
197922                        "value": "2"
197923                    },
197924                    {
197925                        "desc": "BWC (MT)",
197926                        "name": "BWC (MT)",
197927                        "value": "3"
197928                    },
197929                    {
197930                        "desc": "LRX (BT)",
197931                        "name": "LRX (BT)",
197932                        "value": "4"
197933                    },
197934                    {
197935                        "desc": "LRX (MT)",
197936                        "name": "LRX (MT)",
197937                        "value": "5"
197938                    },
197939                    {
197940                        "desc": "APO (DR)",
197941                        "name": "APO (DR)",
197942                        "value": "6"
197943                    }
197944                ]
197945            },
197946            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-6": {
197947                "ignore-enum-members": true,
197948                "kind": "enum",
197949                "values": [
197950                    {
197951                        "desc": "RLC (BT)",
197952                        "name": "RLC (BT)",
197953                        "value": "0"
197954                    },
197955                    {
197956                        "desc": "RLC (MT)",
197957                        "name": "RLC (MT)",
197958                        "value": "1"
197959                    },
197960                    {
197961                        "desc": "BWC (BT)",
197962                        "name": "BWC (BT)",
197963                        "value": "2"
197964                    },
197965                    {
197966                        "desc": "BWC (MT)",
197967                        "name": "BWC (MT)",
197968                        "value": "3"
197969                    },
197970                    {
197971                        "desc": "LRX (BT)",
197972                        "name": "LRX (BT)",
197973                        "value": "4"
197974                    },
197975                    {
197976                        "desc": "LRX (MT)",
197977                        "name": "LRX (MT)",
197978                        "value": "5"
197979                    },
197980                    {
197981                        "desc": "APO (DR)",
197982                        "name": "APO (DR)",
197983                        "value": "6"
197984                    }
197985                ]
197986            },
197987            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-7": {
197988                "ignore-enum-members": true,
197989                "kind": "enum",
197990                "values": [
197991                    {
197992                        "desc": "RLC (BT)",
197993                        "name": "RLC (BT)",
197994                        "value": "0"
197995                    },
197996                    {
197997                        "desc": "RLC (MT)",
197998                        "name": "RLC (MT)",
197999                        "value": "1"
198000                    },
198001                    {
198002                        "desc": "BWC (BT)",
198003                        "name": "BWC (BT)",
198004                        "value": "2"
198005                    },
198006                    {
198007                        "desc": "BWC (MT)",
198008                        "name": "BWC (MT)",
198009                        "value": "3"
198010                    },
198011                    {
198012                        "desc": "LRX (BT)",
198013                        "name": "LRX (BT)",
198014                        "value": "4"
198015                    },
198016                    {
198017                        "desc": "LRX (MT)",
198018                        "name": "LRX (MT)",
198019                        "value": "5"
198020                    },
198021                    {
198022                        "desc": "APO (DR)",
198023                        "name": "APO (DR)",
198024                        "value": "6"
198025                    }
198026                ]
198027            },
198028            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-8": {
198029                "ignore-enum-members": true,
198030                "kind": "enum",
198031                "values": [
198032                    {
198033                        "desc": "RLC (BT)",
198034                        "name": "RLC (BT)",
198035                        "value": "0"
198036                    },
198037                    {
198038                        "desc": "RLC (MT)",
198039                        "name": "RLC (MT)",
198040                        "value": "1"
198041                    },
198042                    {
198043                        "desc": "BWC (BT)",
198044                        "name": "BWC (BT)",
198045                        "value": "2"
198046                    },
198047                    {
198048                        "desc": "BWC (MT)",
198049                        "name": "BWC (MT)",
198050                        "value": "3"
198051                    },
198052                    {
198053                        "desc": "LRX (BT)",
198054                        "name": "LRX (BT)",
198055                        "value": "4"
198056                    },
198057                    {
198058                        "desc": "LRX (MT)",
198059                        "name": "LRX (MT)",
198060                        "value": "5"
198061                    },
198062                    {
198063                        "desc": "APO (DR)",
198064                        "name": "APO (DR)",
198065                        "value": "6"
198066                    }
198067                ]
198068            },
198069            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-9": {
198070                "ignore-enum-members": true,
198071                "kind": "enum",
198072                "values": [
198073                    {
198074                        "desc": "RLC (BT)",
198075                        "name": "RLC (BT)",
198076                        "value": "0"
198077                    },
198078                    {
198079                        "desc": "RLC (MT)",
198080                        "name": "RLC (MT)",
198081                        "value": "1"
198082                    },
198083                    {
198084                        "desc": "BWC (BT)",
198085                        "name": "BWC (BT)",
198086                        "value": "2"
198087                    },
198088                    {
198089                        "desc": "BWC (MT)",
198090                        "name": "BWC (MT)",
198091                        "value": "3"
198092                    },
198093                    {
198094                        "desc": "LRX (BT)",
198095                        "name": "LRX (BT)",
198096                        "value": "4"
198097                    },
198098                    {
198099                        "desc": "LRX (MT)",
198100                        "name": "LRX (MT)",
198101                        "value": "5"
198102                    },
198103                    {
198104                        "desc": "APO (DR)",
198105                        "name": "APO (DR)",
198106                        "value": "6"
198107                    }
198108                ]
198109            },
198110            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofsel": {
198111                "ignore-enum-members": true,
198112                "kind": "enum",
198113                "values": [
198114                    {
198115                        "desc": "Filters 0-7",
198116                        "name": "Filters 0-7",
198117                        "value": "0"
198118                    },
198119                    {
198120                        "desc": "Filters 8-15",
198121                        "name": "Filters 8-15",
198122                        "value": "1"
198123                    },
198124                    {
198125                        "desc": "Filters 16-23",
198126                        "name": "Filters 16-23",
198127                        "value": "2"
198128                    },
198129                    {
198130                        "desc": "Filters 24-31",
198131                        "name": "Filters 24-31",
198132                        "value": "3"
198133                    }
198134                ]
198135            },
198136            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-0": {
198137                "ignore-enum-members": true,
198138                "kind": "enum",
198139                "values": [
198140                    {
198141                        "desc": "Off",
198142                        "name": "Off",
198143                        "value": "0"
198144                    },
198145                    {
198146                        "desc": "Bell",
198147                        "name": "Bell",
198148                        "value": "1"
198149                    },
198150                    {
198151                        "desc": "Hi-pass",
198152                        "name": "Hi-pass",
198153                        "value": "2"
198154                    },
198155                    {
198156                        "desc": "Hi-shelf",
198157                        "name": "Hi-shelf",
198158                        "value": "3"
198159                    },
198160                    {
198161                        "desc": "Lo-pass",
198162                        "name": "Lo-pass",
198163                        "value": "4"
198164                    },
198165                    {
198166                        "desc": "Lo-shelf",
198167                        "name": "Lo-shelf",
198168                        "value": "5"
198169                    },
198170                    {
198171                        "desc": "Notch",
198172                        "name": "Notch",
198173                        "value": "6"
198174                    },
198175                    {
198176                        "desc": "Resonance",
198177                        "name": "Resonance",
198178                        "value": "7"
198179                    },
198180                    {
198181                        "desc": "Allpass",
198182                        "name": "Allpass",
198183                        "value": "8"
198184                    }
198185                ]
198186            },
198187            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-1": {
198188                "ignore-enum-members": true,
198189                "kind": "enum",
198190                "values": [
198191                    {
198192                        "desc": "Off",
198193                        "name": "Off",
198194                        "value": "0"
198195                    },
198196                    {
198197                        "desc": "Bell",
198198                        "name": "Bell",
198199                        "value": "1"
198200                    },
198201                    {
198202                        "desc": "Hi-pass",
198203                        "name": "Hi-pass",
198204                        "value": "2"
198205                    },
198206                    {
198207                        "desc": "Hi-shelf",
198208                        "name": "Hi-shelf",
198209                        "value": "3"
198210                    },
198211                    {
198212                        "desc": "Lo-pass",
198213                        "name": "Lo-pass",
198214                        "value": "4"
198215                    },
198216                    {
198217                        "desc": "Lo-shelf",
198218                        "name": "Lo-shelf",
198219                        "value": "5"
198220                    },
198221                    {
198222                        "desc": "Notch",
198223                        "name": "Notch",
198224                        "value": "6"
198225                    },
198226                    {
198227                        "desc": "Resonance",
198228                        "name": "Resonance",
198229                        "value": "7"
198230                    },
198231                    {
198232                        "desc": "Allpass",
198233                        "name": "Allpass",
198234                        "value": "8"
198235                    }
198236                ]
198237            },
198238            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-10": {
198239                "ignore-enum-members": true,
198240                "kind": "enum",
198241                "values": [
198242                    {
198243                        "desc": "Off",
198244                        "name": "Off",
198245                        "value": "0"
198246                    },
198247                    {
198248                        "desc": "Bell",
198249                        "name": "Bell",
198250                        "value": "1"
198251                    },
198252                    {
198253                        "desc": "Hi-pass",
198254                        "name": "Hi-pass",
198255                        "value": "2"
198256                    },
198257                    {
198258                        "desc": "Hi-shelf",
198259                        "name": "Hi-shelf",
198260                        "value": "3"
198261                    },
198262                    {
198263                        "desc": "Lo-pass",
198264                        "name": "Lo-pass",
198265                        "value": "4"
198266                    },
198267                    {
198268                        "desc": "Lo-shelf",
198269                        "name": "Lo-shelf",
198270                        "value": "5"
198271                    },
198272                    {
198273                        "desc": "Notch",
198274                        "name": "Notch",
198275                        "value": "6"
198276                    },
198277                    {
198278                        "desc": "Resonance",
198279                        "name": "Resonance",
198280                        "value": "7"
198281                    },
198282                    {
198283                        "desc": "Allpass",
198284                        "name": "Allpass",
198285                        "value": "8"
198286                    }
198287                ]
198288            },
198289            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-11": {
198290                "ignore-enum-members": true,
198291                "kind": "enum",
198292                "values": [
198293                    {
198294                        "desc": "Off",
198295                        "name": "Off",
198296                        "value": "0"
198297                    },
198298                    {
198299                        "desc": "Bell",
198300                        "name": "Bell",
198301                        "value": "1"
198302                    },
198303                    {
198304                        "desc": "Hi-pass",
198305                        "name": "Hi-pass",
198306                        "value": "2"
198307                    },
198308                    {
198309                        "desc": "Hi-shelf",
198310                        "name": "Hi-shelf",
198311                        "value": "3"
198312                    },
198313                    {
198314                        "desc": "Lo-pass",
198315                        "name": "Lo-pass",
198316                        "value": "4"
198317                    },
198318                    {
198319                        "desc": "Lo-shelf",
198320                        "name": "Lo-shelf",
198321                        "value": "5"
198322                    },
198323                    {
198324                        "desc": "Notch",
198325                        "name": "Notch",
198326                        "value": "6"
198327                    },
198328                    {
198329                        "desc": "Resonance",
198330                        "name": "Resonance",
198331                        "value": "7"
198332                    },
198333                    {
198334                        "desc": "Allpass",
198335                        "name": "Allpass",
198336                        "value": "8"
198337                    }
198338                ]
198339            },
198340            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-12": {
198341                "ignore-enum-members": true,
198342                "kind": "enum",
198343                "values": [
198344                    {
198345                        "desc": "Off",
198346                        "name": "Off",
198347                        "value": "0"
198348                    },
198349                    {
198350                        "desc": "Bell",
198351                        "name": "Bell",
198352                        "value": "1"
198353                    },
198354                    {
198355                        "desc": "Hi-pass",
198356                        "name": "Hi-pass",
198357                        "value": "2"
198358                    },
198359                    {
198360                        "desc": "Hi-shelf",
198361                        "name": "Hi-shelf",
198362                        "value": "3"
198363                    },
198364                    {
198365                        "desc": "Lo-pass",
198366                        "name": "Lo-pass",
198367                        "value": "4"
198368                    },
198369                    {
198370                        "desc": "Lo-shelf",
198371                        "name": "Lo-shelf",
198372                        "value": "5"
198373                    },
198374                    {
198375                        "desc": "Notch",
198376                        "name": "Notch",
198377                        "value": "6"
198378                    },
198379                    {
198380                        "desc": "Resonance",
198381                        "name": "Resonance",
198382                        "value": "7"
198383                    },
198384                    {
198385                        "desc": "Allpass",
198386                        "name": "Allpass",
198387                        "value": "8"
198388                    }
198389                ]
198390            },
198391            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-13": {
198392                "ignore-enum-members": true,
198393                "kind": "enum",
198394                "values": [
198395                    {
198396                        "desc": "Off",
198397                        "name": "Off",
198398                        "value": "0"
198399                    },
198400                    {
198401                        "desc": "Bell",
198402                        "name": "Bell",
198403                        "value": "1"
198404                    },
198405                    {
198406                        "desc": "Hi-pass",
198407                        "name": "Hi-pass",
198408                        "value": "2"
198409                    },
198410                    {
198411                        "desc": "Hi-shelf",
198412                        "name": "Hi-shelf",
198413                        "value": "3"
198414                    },
198415                    {
198416                        "desc": "Lo-pass",
198417                        "name": "Lo-pass",
198418                        "value": "4"
198419                    },
198420                    {
198421                        "desc": "Lo-shelf",
198422                        "name": "Lo-shelf",
198423                        "value": "5"
198424                    },
198425                    {
198426                        "desc": "Notch",
198427                        "name": "Notch",
198428                        "value": "6"
198429                    },
198430                    {
198431                        "desc": "Resonance",
198432                        "name": "Resonance",
198433                        "value": "7"
198434                    },
198435                    {
198436                        "desc": "Allpass",
198437                        "name": "Allpass",
198438                        "value": "8"
198439                    }
198440                ]
198441            },
198442            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-14": {
198443                "ignore-enum-members": true,
198444                "kind": "enum",
198445                "values": [
198446                    {
198447                        "desc": "Off",
198448                        "name": "Off",
198449                        "value": "0"
198450                    },
198451                    {
198452                        "desc": "Bell",
198453                        "name": "Bell",
198454                        "value": "1"
198455                    },
198456                    {
198457                        "desc": "Hi-pass",
198458                        "name": "Hi-pass",
198459                        "value": "2"
198460                    },
198461                    {
198462                        "desc": "Hi-shelf",
198463                        "name": "Hi-shelf",
198464                        "value": "3"
198465                    },
198466                    {
198467                        "desc": "Lo-pass",
198468                        "name": "Lo-pass",
198469                        "value": "4"
198470                    },
198471                    {
198472                        "desc": "Lo-shelf",
198473                        "name": "Lo-shelf",
198474                        "value": "5"
198475                    },
198476                    {
198477                        "desc": "Notch",
198478                        "name": "Notch",
198479                        "value": "6"
198480                    },
198481                    {
198482                        "desc": "Resonance",
198483                        "name": "Resonance",
198484                        "value": "7"
198485                    },
198486                    {
198487                        "desc": "Allpass",
198488                        "name": "Allpass",
198489                        "value": "8"
198490                    }
198491                ]
198492            },
198493            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-15": {
198494                "ignore-enum-members": true,
198495                "kind": "enum",
198496                "values": [
198497                    {
198498                        "desc": "Off",
198499                        "name": "Off",
198500                        "value": "0"
198501                    },
198502                    {
198503                        "desc": "Bell",
198504                        "name": "Bell",
198505                        "value": "1"
198506                    },
198507                    {
198508                        "desc": "Hi-pass",
198509                        "name": "Hi-pass",
198510                        "value": "2"
198511                    },
198512                    {
198513                        "desc": "Hi-shelf",
198514                        "name": "Hi-shelf",
198515                        "value": "3"
198516                    },
198517                    {
198518                        "desc": "Lo-pass",
198519                        "name": "Lo-pass",
198520                        "value": "4"
198521                    },
198522                    {
198523                        "desc": "Lo-shelf",
198524                        "name": "Lo-shelf",
198525                        "value": "5"
198526                    },
198527                    {
198528                        "desc": "Notch",
198529                        "name": "Notch",
198530                        "value": "6"
198531                    },
198532                    {
198533                        "desc": "Resonance",
198534                        "name": "Resonance",
198535                        "value": "7"
198536                    },
198537                    {
198538                        "desc": "Allpass",
198539                        "name": "Allpass",
198540                        "value": "8"
198541                    }
198542                ]
198543            },
198544            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-16": {
198545                "ignore-enum-members": true,
198546                "kind": "enum",
198547                "values": [
198548                    {
198549                        "desc": "Off",
198550                        "name": "Off",
198551                        "value": "0"
198552                    },
198553                    {
198554                        "desc": "Bell",
198555                        "name": "Bell",
198556                        "value": "1"
198557                    },
198558                    {
198559                        "desc": "Hi-pass",
198560                        "name": "Hi-pass",
198561                        "value": "2"
198562                    },
198563                    {
198564                        "desc": "Hi-shelf",
198565                        "name": "Hi-shelf",
198566                        "value": "3"
198567                    },
198568                    {
198569                        "desc": "Lo-pass",
198570                        "name": "Lo-pass",
198571                        "value": "4"
198572                    },
198573                    {
198574                        "desc": "Lo-shelf",
198575                        "name": "Lo-shelf",
198576                        "value": "5"
198577                    },
198578                    {
198579                        "desc": "Notch",
198580                        "name": "Notch",
198581                        "value": "6"
198582                    },
198583                    {
198584                        "desc": "Resonance",
198585                        "name": "Resonance",
198586                        "value": "7"
198587                    },
198588                    {
198589                        "desc": "Allpass",
198590                        "name": "Allpass",
198591                        "value": "8"
198592                    }
198593                ]
198594            },
198595            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-17": {
198596                "ignore-enum-members": true,
198597                "kind": "enum",
198598                "values": [
198599                    {
198600                        "desc": "Off",
198601                        "name": "Off",
198602                        "value": "0"
198603                    },
198604                    {
198605                        "desc": "Bell",
198606                        "name": "Bell",
198607                        "value": "1"
198608                    },
198609                    {
198610                        "desc": "Hi-pass",
198611                        "name": "Hi-pass",
198612                        "value": "2"
198613                    },
198614                    {
198615                        "desc": "Hi-shelf",
198616                        "name": "Hi-shelf",
198617                        "value": "3"
198618                    },
198619                    {
198620                        "desc": "Lo-pass",
198621                        "name": "Lo-pass",
198622                        "value": "4"
198623                    },
198624                    {
198625                        "desc": "Lo-shelf",
198626                        "name": "Lo-shelf",
198627                        "value": "5"
198628                    },
198629                    {
198630                        "desc": "Notch",
198631                        "name": "Notch",
198632                        "value": "6"
198633                    },
198634                    {
198635                        "desc": "Resonance",
198636                        "name": "Resonance",
198637                        "value": "7"
198638                    },
198639                    {
198640                        "desc": "Allpass",
198641                        "name": "Allpass",
198642                        "value": "8"
198643                    }
198644                ]
198645            },
198646            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-18": {
198647                "ignore-enum-members": true,
198648                "kind": "enum",
198649                "values": [
198650                    {
198651                        "desc": "Off",
198652                        "name": "Off",
198653                        "value": "0"
198654                    },
198655                    {
198656                        "desc": "Bell",
198657                        "name": "Bell",
198658                        "value": "1"
198659                    },
198660                    {
198661                        "desc": "Hi-pass",
198662                        "name": "Hi-pass",
198663                        "value": "2"
198664                    },
198665                    {
198666                        "desc": "Hi-shelf",
198667                        "name": "Hi-shelf",
198668                        "value": "3"
198669                    },
198670                    {
198671                        "desc": "Lo-pass",
198672                        "name": "Lo-pass",
198673                        "value": "4"
198674                    },
198675                    {
198676                        "desc": "Lo-shelf",
198677                        "name": "Lo-shelf",
198678                        "value": "5"
198679                    },
198680                    {
198681                        "desc": "Notch",
198682                        "name": "Notch",
198683                        "value": "6"
198684                    },
198685                    {
198686                        "desc": "Resonance",
198687                        "name": "Resonance",
198688                        "value": "7"
198689                    },
198690                    {
198691                        "desc": "Allpass",
198692                        "name": "Allpass",
198693                        "value": "8"
198694                    }
198695                ]
198696            },
198697            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-19": {
198698                "ignore-enum-members": true,
198699                "kind": "enum",
198700                "values": [
198701                    {
198702                        "desc": "Off",
198703                        "name": "Off",
198704                        "value": "0"
198705                    },
198706                    {
198707                        "desc": "Bell",
198708                        "name": "Bell",
198709                        "value": "1"
198710                    },
198711                    {
198712                        "desc": "Hi-pass",
198713                        "name": "Hi-pass",
198714                        "value": "2"
198715                    },
198716                    {
198717                        "desc": "Hi-shelf",
198718                        "name": "Hi-shelf",
198719                        "value": "3"
198720                    },
198721                    {
198722                        "desc": "Lo-pass",
198723                        "name": "Lo-pass",
198724                        "value": "4"
198725                    },
198726                    {
198727                        "desc": "Lo-shelf",
198728                        "name": "Lo-shelf",
198729                        "value": "5"
198730                    },
198731                    {
198732                        "desc": "Notch",
198733                        "name": "Notch",
198734                        "value": "6"
198735                    },
198736                    {
198737                        "desc": "Resonance",
198738                        "name": "Resonance",
198739                        "value": "7"
198740                    },
198741                    {
198742                        "desc": "Allpass",
198743                        "name": "Allpass",
198744                        "value": "8"
198745                    }
198746                ]
198747            },
198748            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-2": {
198749                "ignore-enum-members": true,
198750                "kind": "enum",
198751                "values": [
198752                    {
198753                        "desc": "Off",
198754                        "name": "Off",
198755                        "value": "0"
198756                    },
198757                    {
198758                        "desc": "Bell",
198759                        "name": "Bell",
198760                        "value": "1"
198761                    },
198762                    {
198763                        "desc": "Hi-pass",
198764                        "name": "Hi-pass",
198765                        "value": "2"
198766                    },
198767                    {
198768                        "desc": "Hi-shelf",
198769                        "name": "Hi-shelf",
198770                        "value": "3"
198771                    },
198772                    {
198773                        "desc": "Lo-pass",
198774                        "name": "Lo-pass",
198775                        "value": "4"
198776                    },
198777                    {
198778                        "desc": "Lo-shelf",
198779                        "name": "Lo-shelf",
198780                        "value": "5"
198781                    },
198782                    {
198783                        "desc": "Notch",
198784                        "name": "Notch",
198785                        "value": "6"
198786                    },
198787                    {
198788                        "desc": "Resonance",
198789                        "name": "Resonance",
198790                        "value": "7"
198791                    },
198792                    {
198793                        "desc": "Allpass",
198794                        "name": "Allpass",
198795                        "value": "8"
198796                    }
198797                ]
198798            },
198799            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-20": {
198800                "ignore-enum-members": true,
198801                "kind": "enum",
198802                "values": [
198803                    {
198804                        "desc": "Off",
198805                        "name": "Off",
198806                        "value": "0"
198807                    },
198808                    {
198809                        "desc": "Bell",
198810                        "name": "Bell",
198811                        "value": "1"
198812                    },
198813                    {
198814                        "desc": "Hi-pass",
198815                        "name": "Hi-pass",
198816                        "value": "2"
198817                    },
198818                    {
198819                        "desc": "Hi-shelf",
198820                        "name": "Hi-shelf",
198821                        "value": "3"
198822                    },
198823                    {
198824                        "desc": "Lo-pass",
198825                        "name": "Lo-pass",
198826                        "value": "4"
198827                    },
198828                    {
198829                        "desc": "Lo-shelf",
198830                        "name": "Lo-shelf",
198831                        "value": "5"
198832                    },
198833                    {
198834                        "desc": "Notch",
198835                        "name": "Notch",
198836                        "value": "6"
198837                    },
198838                    {
198839                        "desc": "Resonance",
198840                        "name": "Resonance",
198841                        "value": "7"
198842                    },
198843                    {
198844                        "desc": "Allpass",
198845                        "name": "Allpass",
198846                        "value": "8"
198847                    }
198848                ]
198849            },
198850            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-21": {
198851                "ignore-enum-members": true,
198852                "kind": "enum",
198853                "values": [
198854                    {
198855                        "desc": "Off",
198856                        "name": "Off",
198857                        "value": "0"
198858                    },
198859                    {
198860                        "desc": "Bell",
198861                        "name": "Bell",
198862                        "value": "1"
198863                    },
198864                    {
198865                        "desc": "Hi-pass",
198866                        "name": "Hi-pass",
198867                        "value": "2"
198868                    },
198869                    {
198870                        "desc": "Hi-shelf",
198871                        "name": "Hi-shelf",
198872                        "value": "3"
198873                    },
198874                    {
198875                        "desc": "Lo-pass",
198876                        "name": "Lo-pass",
198877                        "value": "4"
198878                    },
198879                    {
198880                        "desc": "Lo-shelf",
198881                        "name": "Lo-shelf",
198882                        "value": "5"
198883                    },
198884                    {
198885                        "desc": "Notch",
198886                        "name": "Notch",
198887                        "value": "6"
198888                    },
198889                    {
198890                        "desc": "Resonance",
198891                        "name": "Resonance",
198892                        "value": "7"
198893                    },
198894                    {
198895                        "desc": "Allpass",
198896                        "name": "Allpass",
198897                        "value": "8"
198898                    }
198899                ]
198900            },
198901            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-22": {
198902                "ignore-enum-members": true,
198903                "kind": "enum",
198904                "values": [
198905                    {
198906                        "desc": "Off",
198907                        "name": "Off",
198908                        "value": "0"
198909                    },
198910                    {
198911                        "desc": "Bell",
198912                        "name": "Bell",
198913                        "value": "1"
198914                    },
198915                    {
198916                        "desc": "Hi-pass",
198917                        "name": "Hi-pass",
198918                        "value": "2"
198919                    },
198920                    {
198921                        "desc": "Hi-shelf",
198922                        "name": "Hi-shelf",
198923                        "value": "3"
198924                    },
198925                    {
198926                        "desc": "Lo-pass",
198927                        "name": "Lo-pass",
198928                        "value": "4"
198929                    },
198930                    {
198931                        "desc": "Lo-shelf",
198932                        "name": "Lo-shelf",
198933                        "value": "5"
198934                    },
198935                    {
198936                        "desc": "Notch",
198937                        "name": "Notch",
198938                        "value": "6"
198939                    },
198940                    {
198941                        "desc": "Resonance",
198942                        "name": "Resonance",
198943                        "value": "7"
198944                    },
198945                    {
198946                        "desc": "Allpass",
198947                        "name": "Allpass",
198948                        "value": "8"
198949                    }
198950                ]
198951            },
198952            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-23": {
198953                "ignore-enum-members": true,
198954                "kind": "enum",
198955                "values": [
198956                    {
198957                        "desc": "Off",
198958                        "name": "Off",
198959                        "value": "0"
198960                    },
198961                    {
198962                        "desc": "Bell",
198963                        "name": "Bell",
198964                        "value": "1"
198965                    },
198966                    {
198967                        "desc": "Hi-pass",
198968                        "name": "Hi-pass",
198969                        "value": "2"
198970                    },
198971                    {
198972                        "desc": "Hi-shelf",
198973                        "name": "Hi-shelf",
198974                        "value": "3"
198975                    },
198976                    {
198977                        "desc": "Lo-pass",
198978                        "name": "Lo-pass",
198979                        "value": "4"
198980                    },
198981                    {
198982                        "desc": "Lo-shelf",
198983                        "name": "Lo-shelf",
198984                        "value": "5"
198985                    },
198986                    {
198987                        "desc": "Notch",
198988                        "name": "Notch",
198989                        "value": "6"
198990                    },
198991                    {
198992                        "desc": "Resonance",
198993                        "name": "Resonance",
198994                        "value": "7"
198995                    },
198996                    {
198997                        "desc": "Allpass",
198998                        "name": "Allpass",
198999                        "value": "8"
199000                    }
199001                ]
199002            },
199003            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-24": {
199004                "ignore-enum-members": true,
199005                "kind": "enum",
199006                "values": [
199007                    {
199008                        "desc": "Off",
199009                        "name": "Off",
199010                        "value": "0"
199011                    },
199012                    {
199013                        "desc": "Bell",
199014                        "name": "Bell",
199015                        "value": "1"
199016                    },
199017                    {
199018                        "desc": "Hi-pass",
199019                        "name": "Hi-pass",
199020                        "value": "2"
199021                    },
199022                    {
199023                        "desc": "Hi-shelf",
199024                        "name": "Hi-shelf",
199025                        "value": "3"
199026                    },
199027                    {
199028                        "desc": "Lo-pass",
199029                        "name": "Lo-pass",
199030                        "value": "4"
199031                    },
199032                    {
199033                        "desc": "Lo-shelf",
199034                        "name": "Lo-shelf",
199035                        "value": "5"
199036                    },
199037                    {
199038                        "desc": "Notch",
199039                        "name": "Notch",
199040                        "value": "6"
199041                    },
199042                    {
199043                        "desc": "Resonance",
199044                        "name": "Resonance",
199045                        "value": "7"
199046                    },
199047                    {
199048                        "desc": "Allpass",
199049                        "name": "Allpass",
199050                        "value": "8"
199051                    }
199052                ]
199053            },
199054            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-25": {
199055                "ignore-enum-members": true,
199056                "kind": "enum",
199057                "values": [
199058                    {
199059                        "desc": "Off",
199060                        "name": "Off",
199061                        "value": "0"
199062                    },
199063                    {
199064                        "desc": "Bell",
199065                        "name": "Bell",
199066                        "value": "1"
199067                    },
199068                    {
199069                        "desc": "Hi-pass",
199070                        "name": "Hi-pass",
199071                        "value": "2"
199072                    },
199073                    {
199074                        "desc": "Hi-shelf",
199075                        "name": "Hi-shelf",
199076                        "value": "3"
199077                    },
199078                    {
199079                        "desc": "Lo-pass",
199080                        "name": "Lo-pass",
199081                        "value": "4"
199082                    },
199083                    {
199084                        "desc": "Lo-shelf",
199085                        "name": "Lo-shelf",
199086                        "value": "5"
199087                    },
199088                    {
199089                        "desc": "Notch",
199090                        "name": "Notch",
199091                        "value": "6"
199092                    },
199093                    {
199094                        "desc": "Resonance",
199095                        "name": "Resonance",
199096                        "value": "7"
199097                    },
199098                    {
199099                        "desc": "Allpass",
199100                        "name": "Allpass",
199101                        "value": "8"
199102                    }
199103                ]
199104            },
199105            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-26": {
199106                "ignore-enum-members": true,
199107                "kind": "enum",
199108                "values": [
199109                    {
199110                        "desc": "Off",
199111                        "name": "Off",
199112                        "value": "0"
199113                    },
199114                    {
199115                        "desc": "Bell",
199116                        "name": "Bell",
199117                        "value": "1"
199118                    },
199119                    {
199120                        "desc": "Hi-pass",
199121                        "name": "Hi-pass",
199122                        "value": "2"
199123                    },
199124                    {
199125                        "desc": "Hi-shelf",
199126                        "name": "Hi-shelf",
199127                        "value": "3"
199128                    },
199129                    {
199130                        "desc": "Lo-pass",
199131                        "name": "Lo-pass",
199132                        "value": "4"
199133                    },
199134                    {
199135                        "desc": "Lo-shelf",
199136                        "name": "Lo-shelf",
199137                        "value": "5"
199138                    },
199139                    {
199140                        "desc": "Notch",
199141                        "name": "Notch",
199142                        "value": "6"
199143                    },
199144                    {
199145                        "desc": "Resonance",
199146                        "name": "Resonance",
199147                        "value": "7"
199148                    },
199149                    {
199150                        "desc": "Allpass",
199151                        "name": "Allpass",
199152                        "value": "8"
199153                    }
199154                ]
199155            },
199156            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-27": {
199157                "ignore-enum-members": true,
199158                "kind": "enum",
199159                "values": [
199160                    {
199161                        "desc": "Off",
199162                        "name": "Off",
199163                        "value": "0"
199164                    },
199165                    {
199166                        "desc": "Bell",
199167                        "name": "Bell",
199168                        "value": "1"
199169                    },
199170                    {
199171                        "desc": "Hi-pass",
199172                        "name": "Hi-pass",
199173                        "value": "2"
199174                    },
199175                    {
199176                        "desc": "Hi-shelf",
199177                        "name": "Hi-shelf",
199178                        "value": "3"
199179                    },
199180                    {
199181                        "desc": "Lo-pass",
199182                        "name": "Lo-pass",
199183                        "value": "4"
199184                    },
199185                    {
199186                        "desc": "Lo-shelf",
199187                        "name": "Lo-shelf",
199188                        "value": "5"
199189                    },
199190                    {
199191                        "desc": "Notch",
199192                        "name": "Notch",
199193                        "value": "6"
199194                    },
199195                    {
199196                        "desc": "Resonance",
199197                        "name": "Resonance",
199198                        "value": "7"
199199                    },
199200                    {
199201                        "desc": "Allpass",
199202                        "name": "Allpass",
199203                        "value": "8"
199204                    }
199205                ]
199206            },
199207            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-28": {
199208                "ignore-enum-members": true,
199209                "kind": "enum",
199210                "values": [
199211                    {
199212                        "desc": "Off",
199213                        "name": "Off",
199214                        "value": "0"
199215                    },
199216                    {
199217                        "desc": "Bell",
199218                        "name": "Bell",
199219                        "value": "1"
199220                    },
199221                    {
199222                        "desc": "Hi-pass",
199223                        "name": "Hi-pass",
199224                        "value": "2"
199225                    },
199226                    {
199227                        "desc": "Hi-shelf",
199228                        "name": "Hi-shelf",
199229                        "value": "3"
199230                    },
199231                    {
199232                        "desc": "Lo-pass",
199233                        "name": "Lo-pass",
199234                        "value": "4"
199235                    },
199236                    {
199237                        "desc": "Lo-shelf",
199238                        "name": "Lo-shelf",
199239                        "value": "5"
199240                    },
199241                    {
199242                        "desc": "Notch",
199243                        "name": "Notch",
199244                        "value": "6"
199245                    },
199246                    {
199247                        "desc": "Resonance",
199248                        "name": "Resonance",
199249                        "value": "7"
199250                    },
199251                    {
199252                        "desc": "Allpass",
199253                        "name": "Allpass",
199254                        "value": "8"
199255                    }
199256                ]
199257            },
199258            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-29": {
199259                "ignore-enum-members": true,
199260                "kind": "enum",
199261                "values": [
199262                    {
199263                        "desc": "Off",
199264                        "name": "Off",
199265                        "value": "0"
199266                    },
199267                    {
199268                        "desc": "Bell",
199269                        "name": "Bell",
199270                        "value": "1"
199271                    },
199272                    {
199273                        "desc": "Hi-pass",
199274                        "name": "Hi-pass",
199275                        "value": "2"
199276                    },
199277                    {
199278                        "desc": "Hi-shelf",
199279                        "name": "Hi-shelf",
199280                        "value": "3"
199281                    },
199282                    {
199283                        "desc": "Lo-pass",
199284                        "name": "Lo-pass",
199285                        "value": "4"
199286                    },
199287                    {
199288                        "desc": "Lo-shelf",
199289                        "name": "Lo-shelf",
199290                        "value": "5"
199291                    },
199292                    {
199293                        "desc": "Notch",
199294                        "name": "Notch",
199295                        "value": "6"
199296                    },
199297                    {
199298                        "desc": "Resonance",
199299                        "name": "Resonance",
199300                        "value": "7"
199301                    },
199302                    {
199303                        "desc": "Allpass",
199304                        "name": "Allpass",
199305                        "value": "8"
199306                    }
199307                ]
199308            },
199309            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-3": {
199310                "ignore-enum-members": true,
199311                "kind": "enum",
199312                "values": [
199313                    {
199314                        "desc": "Off",
199315                        "name": "Off",
199316                        "value": "0"
199317                    },
199318                    {
199319                        "desc": "Bell",
199320                        "name": "Bell",
199321                        "value": "1"
199322                    },
199323                    {
199324                        "desc": "Hi-pass",
199325                        "name": "Hi-pass",
199326                        "value": "2"
199327                    },
199328                    {
199329                        "desc": "Hi-shelf",
199330                        "name": "Hi-shelf",
199331                        "value": "3"
199332                    },
199333                    {
199334                        "desc": "Lo-pass",
199335                        "name": "Lo-pass",
199336                        "value": "4"
199337                    },
199338                    {
199339                        "desc": "Lo-shelf",
199340                        "name": "Lo-shelf",
199341                        "value": "5"
199342                    },
199343                    {
199344                        "desc": "Notch",
199345                        "name": "Notch",
199346                        "value": "6"
199347                    },
199348                    {
199349                        "desc": "Resonance",
199350                        "name": "Resonance",
199351                        "value": "7"
199352                    },
199353                    {
199354                        "desc": "Allpass",
199355                        "name": "Allpass",
199356                        "value": "8"
199357                    }
199358                ]
199359            },
199360            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-30": {
199361                "ignore-enum-members": true,
199362                "kind": "enum",
199363                "values": [
199364                    {
199365                        "desc": "Off",
199366                        "name": "Off",
199367                        "value": "0"
199368                    },
199369                    {
199370                        "desc": "Bell",
199371                        "name": "Bell",
199372                        "value": "1"
199373                    },
199374                    {
199375                        "desc": "Hi-pass",
199376                        "name": "Hi-pass",
199377                        "value": "2"
199378                    },
199379                    {
199380                        "desc": "Hi-shelf",
199381                        "name": "Hi-shelf",
199382                        "value": "3"
199383                    },
199384                    {
199385                        "desc": "Lo-pass",
199386                        "name": "Lo-pass",
199387                        "value": "4"
199388                    },
199389                    {
199390                        "desc": "Lo-shelf",
199391                        "name": "Lo-shelf",
199392                        "value": "5"
199393                    },
199394                    {
199395                        "desc": "Notch",
199396                        "name": "Notch",
199397                        "value": "6"
199398                    },
199399                    {
199400                        "desc": "Resonance",
199401                        "name": "Resonance",
199402                        "value": "7"
199403                    },
199404                    {
199405                        "desc": "Allpass",
199406                        "name": "Allpass",
199407                        "value": "8"
199408                    }
199409                ]
199410            },
199411            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-31": {
199412                "ignore-enum-members": true,
199413                "kind": "enum",
199414                "values": [
199415                    {
199416                        "desc": "Off",
199417                        "name": "Off",
199418                        "value": "0"
199419                    },
199420                    {
199421                        "desc": "Bell",
199422                        "name": "Bell",
199423                        "value": "1"
199424                    },
199425                    {
199426                        "desc": "Hi-pass",
199427                        "name": "Hi-pass",
199428                        "value": "2"
199429                    },
199430                    {
199431                        "desc": "Hi-shelf",
199432                        "name": "Hi-shelf",
199433                        "value": "3"
199434                    },
199435                    {
199436                        "desc": "Lo-pass",
199437                        "name": "Lo-pass",
199438                        "value": "4"
199439                    },
199440                    {
199441                        "desc": "Lo-shelf",
199442                        "name": "Lo-shelf",
199443                        "value": "5"
199444                    },
199445                    {
199446                        "desc": "Notch",
199447                        "name": "Notch",
199448                        "value": "6"
199449                    },
199450                    {
199451                        "desc": "Resonance",
199452                        "name": "Resonance",
199453                        "value": "7"
199454                    },
199455                    {
199456                        "desc": "Allpass",
199457                        "name": "Allpass",
199458                        "value": "8"
199459                    }
199460                ]
199461            },
199462            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-4": {
199463                "ignore-enum-members": true,
199464                "kind": "enum",
199465                "values": [
199466                    {
199467                        "desc": "Off",
199468                        "name": "Off",
199469                        "value": "0"
199470                    },
199471                    {
199472                        "desc": "Bell",
199473                        "name": "Bell",
199474                        "value": "1"
199475                    },
199476                    {
199477                        "desc": "Hi-pass",
199478                        "name": "Hi-pass",
199479                        "value": "2"
199480                    },
199481                    {
199482                        "desc": "Hi-shelf",
199483                        "name": "Hi-shelf",
199484                        "value": "3"
199485                    },
199486                    {
199487                        "desc": "Lo-pass",
199488                        "name": "Lo-pass",
199489                        "value": "4"
199490                    },
199491                    {
199492                        "desc": "Lo-shelf",
199493                        "name": "Lo-shelf",
199494                        "value": "5"
199495                    },
199496                    {
199497                        "desc": "Notch",
199498                        "name": "Notch",
199499                        "value": "6"
199500                    },
199501                    {
199502                        "desc": "Resonance",
199503                        "name": "Resonance",
199504                        "value": "7"
199505                    },
199506                    {
199507                        "desc": "Allpass",
199508                        "name": "Allpass",
199509                        "value": "8"
199510                    }
199511                ]
199512            },
199513            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-5": {
199514                "ignore-enum-members": true,
199515                "kind": "enum",
199516                "values": [
199517                    {
199518                        "desc": "Off",
199519                        "name": "Off",
199520                        "value": "0"
199521                    },
199522                    {
199523                        "desc": "Bell",
199524                        "name": "Bell",
199525                        "value": "1"
199526                    },
199527                    {
199528                        "desc": "Hi-pass",
199529                        "name": "Hi-pass",
199530                        "value": "2"
199531                    },
199532                    {
199533                        "desc": "Hi-shelf",
199534                        "name": "Hi-shelf",
199535                        "value": "3"
199536                    },
199537                    {
199538                        "desc": "Lo-pass",
199539                        "name": "Lo-pass",
199540                        "value": "4"
199541                    },
199542                    {
199543                        "desc": "Lo-shelf",
199544                        "name": "Lo-shelf",
199545                        "value": "5"
199546                    },
199547                    {
199548                        "desc": "Notch",
199549                        "name": "Notch",
199550                        "value": "6"
199551                    },
199552                    {
199553                        "desc": "Resonance",
199554                        "name": "Resonance",
199555                        "value": "7"
199556                    },
199557                    {
199558                        "desc": "Allpass",
199559                        "name": "Allpass",
199560                        "value": "8"
199561                    }
199562                ]
199563            },
199564            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-6": {
199565                "ignore-enum-members": true,
199566                "kind": "enum",
199567                "values": [
199568                    {
199569                        "desc": "Off",
199570                        "name": "Off",
199571                        "value": "0"
199572                    },
199573                    {
199574                        "desc": "Bell",
199575                        "name": "Bell",
199576                        "value": "1"
199577                    },
199578                    {
199579                        "desc": "Hi-pass",
199580                        "name": "Hi-pass",
199581                        "value": "2"
199582                    },
199583                    {
199584                        "desc": "Hi-shelf",
199585                        "name": "Hi-shelf",
199586                        "value": "3"
199587                    },
199588                    {
199589                        "desc": "Lo-pass",
199590                        "name": "Lo-pass",
199591                        "value": "4"
199592                    },
199593                    {
199594                        "desc": "Lo-shelf",
199595                        "name": "Lo-shelf",
199596                        "value": "5"
199597                    },
199598                    {
199599                        "desc": "Notch",
199600                        "name": "Notch",
199601                        "value": "6"
199602                    },
199603                    {
199604                        "desc": "Resonance",
199605                        "name": "Resonance",
199606                        "value": "7"
199607                    },
199608                    {
199609                        "desc": "Allpass",
199610                        "name": "Allpass",
199611                        "value": "8"
199612                    }
199613                ]
199614            },
199615            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-7": {
199616                "ignore-enum-members": true,
199617                "kind": "enum",
199618                "values": [
199619                    {
199620                        "desc": "Off",
199621                        "name": "Off",
199622                        "value": "0"
199623                    },
199624                    {
199625                        "desc": "Bell",
199626                        "name": "Bell",
199627                        "value": "1"
199628                    },
199629                    {
199630                        "desc": "Hi-pass",
199631                        "name": "Hi-pass",
199632                        "value": "2"
199633                    },
199634                    {
199635                        "desc": "Hi-shelf",
199636                        "name": "Hi-shelf",
199637                        "value": "3"
199638                    },
199639                    {
199640                        "desc": "Lo-pass",
199641                        "name": "Lo-pass",
199642                        "value": "4"
199643                    },
199644                    {
199645                        "desc": "Lo-shelf",
199646                        "name": "Lo-shelf",
199647                        "value": "5"
199648                    },
199649                    {
199650                        "desc": "Notch",
199651                        "name": "Notch",
199652                        "value": "6"
199653                    },
199654                    {
199655                        "desc": "Resonance",
199656                        "name": "Resonance",
199657                        "value": "7"
199658                    },
199659                    {
199660                        "desc": "Allpass",
199661                        "name": "Allpass",
199662                        "value": "8"
199663                    }
199664                ]
199665            },
199666            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-8": {
199667                "ignore-enum-members": true,
199668                "kind": "enum",
199669                "values": [
199670                    {
199671                        "desc": "Off",
199672                        "name": "Off",
199673                        "value": "0"
199674                    },
199675                    {
199676                        "desc": "Bell",
199677                        "name": "Bell",
199678                        "value": "1"
199679                    },
199680                    {
199681                        "desc": "Hi-pass",
199682                        "name": "Hi-pass",
199683                        "value": "2"
199684                    },
199685                    {
199686                        "desc": "Hi-shelf",
199687                        "name": "Hi-shelf",
199688                        "value": "3"
199689                    },
199690                    {
199691                        "desc": "Lo-pass",
199692                        "name": "Lo-pass",
199693                        "value": "4"
199694                    },
199695                    {
199696                        "desc": "Lo-shelf",
199697                        "name": "Lo-shelf",
199698                        "value": "5"
199699                    },
199700                    {
199701                        "desc": "Notch",
199702                        "name": "Notch",
199703                        "value": "6"
199704                    },
199705                    {
199706                        "desc": "Resonance",
199707                        "name": "Resonance",
199708                        "value": "7"
199709                    },
199710                    {
199711                        "desc": "Allpass",
199712                        "name": "Allpass",
199713                        "value": "8"
199714                    }
199715                ]
199716            },
199717            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-9": {
199718                "ignore-enum-members": true,
199719                "kind": "enum",
199720                "values": [
199721                    {
199722                        "desc": "Off",
199723                        "name": "Off",
199724                        "value": "0"
199725                    },
199726                    {
199727                        "desc": "Bell",
199728                        "name": "Bell",
199729                        "value": "1"
199730                    },
199731                    {
199732                        "desc": "Hi-pass",
199733                        "name": "Hi-pass",
199734                        "value": "2"
199735                    },
199736                    {
199737                        "desc": "Hi-shelf",
199738                        "name": "Hi-shelf",
199739                        "value": "3"
199740                    },
199741                    {
199742                        "desc": "Lo-pass",
199743                        "name": "Lo-pass",
199744                        "value": "4"
199745                    },
199746                    {
199747                        "desc": "Lo-shelf",
199748                        "name": "Lo-shelf",
199749                        "value": "5"
199750                    },
199751                    {
199752                        "desc": "Notch",
199753                        "name": "Notch",
199754                        "value": "6"
199755                    },
199756                    {
199757                        "desc": "Resonance",
199758                        "name": "Resonance",
199759                        "value": "7"
199760                    },
199761                    {
199762                        "desc": "Allpass",
199763                        "name": "Allpass",
199764                        "value": "8"
199765                    }
199766                ]
199767            },
199768            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereomode": {
199769                "ignore-enum-members": true,
199770                "kind": "enum",
199771                "values": [
199772                    {
199773                        "desc": "IIR",
199774                        "name": "IIR",
199775                        "value": "0"
199776                    },
199777                    {
199778                        "desc": "FIR",
199779                        "name": "FIR",
199780                        "value": "1"
199781                    },
199782                    {
199783                        "desc": "FFT",
199784                        "name": "FFT",
199785                        "value": "2"
199786                    }
199787                ]
199788            },
199789            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-0": {
199790                "ignore-enum-members": true,
199791                "kind": "enum",
199792                "values": [
199793                    {
199794                        "desc": "x1",
199795                        "name": "x1",
199796                        "value": "0"
199797                    },
199798                    {
199799                        "desc": "x2",
199800                        "name": "x2",
199801                        "value": "1"
199802                    },
199803                    {
199804                        "desc": "x3",
199805                        "name": "x3",
199806                        "value": "2"
199807                    },
199808                    {
199809                        "desc": "x4",
199810                        "name": "x4",
199811                        "value": "3"
199812                    }
199813                ]
199814            },
199815            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-1": {
199816                "ignore-enum-members": true,
199817                "kind": "enum",
199818                "values": [
199819                    {
199820                        "desc": "x1",
199821                        "name": "x1",
199822                        "value": "0"
199823                    },
199824                    {
199825                        "desc": "x2",
199826                        "name": "x2",
199827                        "value": "1"
199828                    },
199829                    {
199830                        "desc": "x3",
199831                        "name": "x3",
199832                        "value": "2"
199833                    },
199834                    {
199835                        "desc": "x4",
199836                        "name": "x4",
199837                        "value": "3"
199838                    }
199839                ]
199840            },
199841            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-10": {
199842                "ignore-enum-members": true,
199843                "kind": "enum",
199844                "values": [
199845                    {
199846                        "desc": "x1",
199847                        "name": "x1",
199848                        "value": "0"
199849                    },
199850                    {
199851                        "desc": "x2",
199852                        "name": "x2",
199853                        "value": "1"
199854                    },
199855                    {
199856                        "desc": "x3",
199857                        "name": "x3",
199858                        "value": "2"
199859                    },
199860                    {
199861                        "desc": "x4",
199862                        "name": "x4",
199863                        "value": "3"
199864                    }
199865                ]
199866            },
199867            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-11": {
199868                "ignore-enum-members": true,
199869                "kind": "enum",
199870                "values": [
199871                    {
199872                        "desc": "x1",
199873                        "name": "x1",
199874                        "value": "0"
199875                    },
199876                    {
199877                        "desc": "x2",
199878                        "name": "x2",
199879                        "value": "1"
199880                    },
199881                    {
199882                        "desc": "x3",
199883                        "name": "x3",
199884                        "value": "2"
199885                    },
199886                    {
199887                        "desc": "x4",
199888                        "name": "x4",
199889                        "value": "3"
199890                    }
199891                ]
199892            },
199893            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-12": {
199894                "ignore-enum-members": true,
199895                "kind": "enum",
199896                "values": [
199897                    {
199898                        "desc": "x1",
199899                        "name": "x1",
199900                        "value": "0"
199901                    },
199902                    {
199903                        "desc": "x2",
199904                        "name": "x2",
199905                        "value": "1"
199906                    },
199907                    {
199908                        "desc": "x3",
199909                        "name": "x3",
199910                        "value": "2"
199911                    },
199912                    {
199913                        "desc": "x4",
199914                        "name": "x4",
199915                        "value": "3"
199916                    }
199917                ]
199918            },
199919            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-13": {
199920                "ignore-enum-members": true,
199921                "kind": "enum",
199922                "values": [
199923                    {
199924                        "desc": "x1",
199925                        "name": "x1",
199926                        "value": "0"
199927                    },
199928                    {
199929                        "desc": "x2",
199930                        "name": "x2",
199931                        "value": "1"
199932                    },
199933                    {
199934                        "desc": "x3",
199935                        "name": "x3",
199936                        "value": "2"
199937                    },
199938                    {
199939                        "desc": "x4",
199940                        "name": "x4",
199941                        "value": "3"
199942                    }
199943                ]
199944            },
199945            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-14": {
199946                "ignore-enum-members": true,
199947                "kind": "enum",
199948                "values": [
199949                    {
199950                        "desc": "x1",
199951                        "name": "x1",
199952                        "value": "0"
199953                    },
199954                    {
199955                        "desc": "x2",
199956                        "name": "x2",
199957                        "value": "1"
199958                    },
199959                    {
199960                        "desc": "x3",
199961                        "name": "x3",
199962                        "value": "2"
199963                    },
199964                    {
199965                        "desc": "x4",
199966                        "name": "x4",
199967                        "value": "3"
199968                    }
199969                ]
199970            },
199971            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-15": {
199972                "ignore-enum-members": true,
199973                "kind": "enum",
199974                "values": [
199975                    {
199976                        "desc": "x1",
199977                        "name": "x1",
199978                        "value": "0"
199979                    },
199980                    {
199981                        "desc": "x2",
199982                        "name": "x2",
199983                        "value": "1"
199984                    },
199985                    {
199986                        "desc": "x3",
199987                        "name": "x3",
199988                        "value": "2"
199989                    },
199990                    {
199991                        "desc": "x4",
199992                        "name": "x4",
199993                        "value": "3"
199994                    }
199995                ]
199996            },
199997            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-16": {
199998                "ignore-enum-members": true,
199999                "kind": "enum",
200000                "values": [
200001                    {
200002                        "desc": "x1",
200003                        "name": "x1",
200004                        "value": "0"
200005                    },
200006                    {
200007                        "desc": "x2",
200008                        "name": "x2",
200009                        "value": "1"
200010                    },
200011                    {
200012                        "desc": "x3",
200013                        "name": "x3",
200014                        "value": "2"
200015                    },
200016                    {
200017                        "desc": "x4",
200018                        "name": "x4",
200019                        "value": "3"
200020                    }
200021                ]
200022            },
200023            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-17": {
200024                "ignore-enum-members": true,
200025                "kind": "enum",
200026                "values": [
200027                    {
200028                        "desc": "x1",
200029                        "name": "x1",
200030                        "value": "0"
200031                    },
200032                    {
200033                        "desc": "x2",
200034                        "name": "x2",
200035                        "value": "1"
200036                    },
200037                    {
200038                        "desc": "x3",
200039                        "name": "x3",
200040                        "value": "2"
200041                    },
200042                    {
200043                        "desc": "x4",
200044                        "name": "x4",
200045                        "value": "3"
200046                    }
200047                ]
200048            },
200049            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-18": {
200050                "ignore-enum-members": true,
200051                "kind": "enum",
200052                "values": [
200053                    {
200054                        "desc": "x1",
200055                        "name": "x1",
200056                        "value": "0"
200057                    },
200058                    {
200059                        "desc": "x2",
200060                        "name": "x2",
200061                        "value": "1"
200062                    },
200063                    {
200064                        "desc": "x3",
200065                        "name": "x3",
200066                        "value": "2"
200067                    },
200068                    {
200069                        "desc": "x4",
200070                        "name": "x4",
200071                        "value": "3"
200072                    }
200073                ]
200074            },
200075            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-19": {
200076                "ignore-enum-members": true,
200077                "kind": "enum",
200078                "values": [
200079                    {
200080                        "desc": "x1",
200081                        "name": "x1",
200082                        "value": "0"
200083                    },
200084                    {
200085                        "desc": "x2",
200086                        "name": "x2",
200087                        "value": "1"
200088                    },
200089                    {
200090                        "desc": "x3",
200091                        "name": "x3",
200092                        "value": "2"
200093                    },
200094                    {
200095                        "desc": "x4",
200096                        "name": "x4",
200097                        "value": "3"
200098                    }
200099                ]
200100            },
200101            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-2": {
200102                "ignore-enum-members": true,
200103                "kind": "enum",
200104                "values": [
200105                    {
200106                        "desc": "x1",
200107                        "name": "x1",
200108                        "value": "0"
200109                    },
200110                    {
200111                        "desc": "x2",
200112                        "name": "x2",
200113                        "value": "1"
200114                    },
200115                    {
200116                        "desc": "x3",
200117                        "name": "x3",
200118                        "value": "2"
200119                    },
200120                    {
200121                        "desc": "x4",
200122                        "name": "x4",
200123                        "value": "3"
200124                    }
200125                ]
200126            },
200127            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-20": {
200128                "ignore-enum-members": true,
200129                "kind": "enum",
200130                "values": [
200131                    {
200132                        "desc": "x1",
200133                        "name": "x1",
200134                        "value": "0"
200135                    },
200136                    {
200137                        "desc": "x2",
200138                        "name": "x2",
200139                        "value": "1"
200140                    },
200141                    {
200142                        "desc": "x3",
200143                        "name": "x3",
200144                        "value": "2"
200145                    },
200146                    {
200147                        "desc": "x4",
200148                        "name": "x4",
200149                        "value": "3"
200150                    }
200151                ]
200152            },
200153            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-21": {
200154                "ignore-enum-members": true,
200155                "kind": "enum",
200156                "values": [
200157                    {
200158                        "desc": "x1",
200159                        "name": "x1",
200160                        "value": "0"
200161                    },
200162                    {
200163                        "desc": "x2",
200164                        "name": "x2",
200165                        "value": "1"
200166                    },
200167                    {
200168                        "desc": "x3",
200169                        "name": "x3",
200170                        "value": "2"
200171                    },
200172                    {
200173                        "desc": "x4",
200174                        "name": "x4",
200175                        "value": "3"
200176                    }
200177                ]
200178            },
200179            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-22": {
200180                "ignore-enum-members": true,
200181                "kind": "enum",
200182                "values": [
200183                    {
200184                        "desc": "x1",
200185                        "name": "x1",
200186                        "value": "0"
200187                    },
200188                    {
200189                        "desc": "x2",
200190                        "name": "x2",
200191                        "value": "1"
200192                    },
200193                    {
200194                        "desc": "x3",
200195                        "name": "x3",
200196                        "value": "2"
200197                    },
200198                    {
200199                        "desc": "x4",
200200                        "name": "x4",
200201                        "value": "3"
200202                    }
200203                ]
200204            },
200205            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-23": {
200206                "ignore-enum-members": true,
200207                "kind": "enum",
200208                "values": [
200209                    {
200210                        "desc": "x1",
200211                        "name": "x1",
200212                        "value": "0"
200213                    },
200214                    {
200215                        "desc": "x2",
200216                        "name": "x2",
200217                        "value": "1"
200218                    },
200219                    {
200220                        "desc": "x3",
200221                        "name": "x3",
200222                        "value": "2"
200223                    },
200224                    {
200225                        "desc": "x4",
200226                        "name": "x4",
200227                        "value": "3"
200228                    }
200229                ]
200230            },
200231            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-24": {
200232                "ignore-enum-members": true,
200233                "kind": "enum",
200234                "values": [
200235                    {
200236                        "desc": "x1",
200237                        "name": "x1",
200238                        "value": "0"
200239                    },
200240                    {
200241                        "desc": "x2",
200242                        "name": "x2",
200243                        "value": "1"
200244                    },
200245                    {
200246                        "desc": "x3",
200247                        "name": "x3",
200248                        "value": "2"
200249                    },
200250                    {
200251                        "desc": "x4",
200252                        "name": "x4",
200253                        "value": "3"
200254                    }
200255                ]
200256            },
200257            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-25": {
200258                "ignore-enum-members": true,
200259                "kind": "enum",
200260                "values": [
200261                    {
200262                        "desc": "x1",
200263                        "name": "x1",
200264                        "value": "0"
200265                    },
200266                    {
200267                        "desc": "x2",
200268                        "name": "x2",
200269                        "value": "1"
200270                    },
200271                    {
200272                        "desc": "x3",
200273                        "name": "x3",
200274                        "value": "2"
200275                    },
200276                    {
200277                        "desc": "x4",
200278                        "name": "x4",
200279                        "value": "3"
200280                    }
200281                ]
200282            },
200283            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-26": {
200284                "ignore-enum-members": true,
200285                "kind": "enum",
200286                "values": [
200287                    {
200288                        "desc": "x1",
200289                        "name": "x1",
200290                        "value": "0"
200291                    },
200292                    {
200293                        "desc": "x2",
200294                        "name": "x2",
200295                        "value": "1"
200296                    },
200297                    {
200298                        "desc": "x3",
200299                        "name": "x3",
200300                        "value": "2"
200301                    },
200302                    {
200303                        "desc": "x4",
200304                        "name": "x4",
200305                        "value": "3"
200306                    }
200307                ]
200308            },
200309            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-27": {
200310                "ignore-enum-members": true,
200311                "kind": "enum",
200312                "values": [
200313                    {
200314                        "desc": "x1",
200315                        "name": "x1",
200316                        "value": "0"
200317                    },
200318                    {
200319                        "desc": "x2",
200320                        "name": "x2",
200321                        "value": "1"
200322                    },
200323                    {
200324                        "desc": "x3",
200325                        "name": "x3",
200326                        "value": "2"
200327                    },
200328                    {
200329                        "desc": "x4",
200330                        "name": "x4",
200331                        "value": "3"
200332                    }
200333                ]
200334            },
200335            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-28": {
200336                "ignore-enum-members": true,
200337                "kind": "enum",
200338                "values": [
200339                    {
200340                        "desc": "x1",
200341                        "name": "x1",
200342                        "value": "0"
200343                    },
200344                    {
200345                        "desc": "x2",
200346                        "name": "x2",
200347                        "value": "1"
200348                    },
200349                    {
200350                        "desc": "x3",
200351                        "name": "x3",
200352                        "value": "2"
200353                    },
200354                    {
200355                        "desc": "x4",
200356                        "name": "x4",
200357                        "value": "3"
200358                    }
200359                ]
200360            },
200361            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-29": {
200362                "ignore-enum-members": true,
200363                "kind": "enum",
200364                "values": [
200365                    {
200366                        "desc": "x1",
200367                        "name": "x1",
200368                        "value": "0"
200369                    },
200370                    {
200371                        "desc": "x2",
200372                        "name": "x2",
200373                        "value": "1"
200374                    },
200375                    {
200376                        "desc": "x3",
200377                        "name": "x3",
200378                        "value": "2"
200379                    },
200380                    {
200381                        "desc": "x4",
200382                        "name": "x4",
200383                        "value": "3"
200384                    }
200385                ]
200386            },
200387            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-3": {
200388                "ignore-enum-members": true,
200389                "kind": "enum",
200390                "values": [
200391                    {
200392                        "desc": "x1",
200393                        "name": "x1",
200394                        "value": "0"
200395                    },
200396                    {
200397                        "desc": "x2",
200398                        "name": "x2",
200399                        "value": "1"
200400                    },
200401                    {
200402                        "desc": "x3",
200403                        "name": "x3",
200404                        "value": "2"
200405                    },
200406                    {
200407                        "desc": "x4",
200408                        "name": "x4",
200409                        "value": "3"
200410                    }
200411                ]
200412            },
200413            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-30": {
200414                "ignore-enum-members": true,
200415                "kind": "enum",
200416                "values": [
200417                    {
200418                        "desc": "x1",
200419                        "name": "x1",
200420                        "value": "0"
200421                    },
200422                    {
200423                        "desc": "x2",
200424                        "name": "x2",
200425                        "value": "1"
200426                    },
200427                    {
200428                        "desc": "x3",
200429                        "name": "x3",
200430                        "value": "2"
200431                    },
200432                    {
200433                        "desc": "x4",
200434                        "name": "x4",
200435                        "value": "3"
200436                    }
200437                ]
200438            },
200439            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-31": {
200440                "ignore-enum-members": true,
200441                "kind": "enum",
200442                "values": [
200443                    {
200444                        "desc": "x1",
200445                        "name": "x1",
200446                        "value": "0"
200447                    },
200448                    {
200449                        "desc": "x2",
200450                        "name": "x2",
200451                        "value": "1"
200452                    },
200453                    {
200454                        "desc": "x3",
200455                        "name": "x3",
200456                        "value": "2"
200457                    },
200458                    {
200459                        "desc": "x4",
200460                        "name": "x4",
200461                        "value": "3"
200462                    }
200463                ]
200464            },
200465            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-4": {
200466                "ignore-enum-members": true,
200467                "kind": "enum",
200468                "values": [
200469                    {
200470                        "desc": "x1",
200471                        "name": "x1",
200472                        "value": "0"
200473                    },
200474                    {
200475                        "desc": "x2",
200476                        "name": "x2",
200477                        "value": "1"
200478                    },
200479                    {
200480                        "desc": "x3",
200481                        "name": "x3",
200482                        "value": "2"
200483                    },
200484                    {
200485                        "desc": "x4",
200486                        "name": "x4",
200487                        "value": "3"
200488                    }
200489                ]
200490            },
200491            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-5": {
200492                "ignore-enum-members": true,
200493                "kind": "enum",
200494                "values": [
200495                    {
200496                        "desc": "x1",
200497                        "name": "x1",
200498                        "value": "0"
200499                    },
200500                    {
200501                        "desc": "x2",
200502                        "name": "x2",
200503                        "value": "1"
200504                    },
200505                    {
200506                        "desc": "x3",
200507                        "name": "x3",
200508                        "value": "2"
200509                    },
200510                    {
200511                        "desc": "x4",
200512                        "name": "x4",
200513                        "value": "3"
200514                    }
200515                ]
200516            },
200517            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-6": {
200518                "ignore-enum-members": true,
200519                "kind": "enum",
200520                "values": [
200521                    {
200522                        "desc": "x1",
200523                        "name": "x1",
200524                        "value": "0"
200525                    },
200526                    {
200527                        "desc": "x2",
200528                        "name": "x2",
200529                        "value": "1"
200530                    },
200531                    {
200532                        "desc": "x3",
200533                        "name": "x3",
200534                        "value": "2"
200535                    },
200536                    {
200537                        "desc": "x4",
200538                        "name": "x4",
200539                        "value": "3"
200540                    }
200541                ]
200542            },
200543            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-7": {
200544                "ignore-enum-members": true,
200545                "kind": "enum",
200546                "values": [
200547                    {
200548                        "desc": "x1",
200549                        "name": "x1",
200550                        "value": "0"
200551                    },
200552                    {
200553                        "desc": "x2",
200554                        "name": "x2",
200555                        "value": "1"
200556                    },
200557                    {
200558                        "desc": "x3",
200559                        "name": "x3",
200560                        "value": "2"
200561                    },
200562                    {
200563                        "desc": "x4",
200564                        "name": "x4",
200565                        "value": "3"
200566                    }
200567                ]
200568            },
200569            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-8": {
200570                "ignore-enum-members": true,
200571                "kind": "enum",
200572                "values": [
200573                    {
200574                        "desc": "x1",
200575                        "name": "x1",
200576                        "value": "0"
200577                    },
200578                    {
200579                        "desc": "x2",
200580                        "name": "x2",
200581                        "value": "1"
200582                    },
200583                    {
200584                        "desc": "x3",
200585                        "name": "x3",
200586                        "value": "2"
200587                    },
200588                    {
200589                        "desc": "x4",
200590                        "name": "x4",
200591                        "value": "3"
200592                    }
200593                ]
200594            },
200595            "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-9": {
200596                "ignore-enum-members": true,
200597                "kind": "enum",
200598                "values": [
200599                    {
200600                        "desc": "x1",
200601                        "name": "x1",
200602                        "value": "0"
200603                    },
200604                    {
200605                        "desc": "x2",
200606                        "name": "x2",
200607                        "value": "1"
200608                    },
200609                    {
200610                        "desc": "x3",
200611                        "name": "x3",
200612                        "value": "2"
200613                    },
200614                    {
200615                        "desc": "x4",
200616                        "name": "x4",
200617                        "value": "3"
200618                    }
200619                ]
200620            },
200621            "lsp-plug-in-plugins-lv2-profiler-monoscra": {
200622                "ignore-enum-members": true,
200623                "kind": "enum",
200624                "values": [
200625                    {
200626                        "desc": "EDT0",
200627                        "name": "EDT0",
200628                        "value": "0"
200629                    },
200630                    {
200631                        "desc": "EDT1",
200632                        "name": "EDT1",
200633                        "value": "1"
200634                    },
200635                    {
200636                        "desc": "RT10",
200637                        "name": "RT10",
200638                        "value": "2"
200639                    },
200640                    {
200641                        "desc": "RT20",
200642                        "name": "RT20",
200643                        "value": "3"
200644                    },
200645                    {
200646                        "desc": "RT30",
200647                        "name": "RT30",
200648                        "value": "4"
200649                    }
200650                ]
200651            },
200652            "lsp-plug-in-plugins-lv2-profiler-monoscsv": {
200653                "ignore-enum-members": true,
200654                "kind": "enum",
200655                "values": [
200656                    {
200657                        "desc": "LTI Auto (*.wav)",
200658                        "name": "LTI Auto (*.wav)",
200659                        "value": "0"
200660                    },
200661                    {
200662                        "desc": "LTI RT (*.wav)",
200663                        "name": "LTI RT (*.wav)",
200664                        "value": "1"
200665                    },
200666                    {
200667                        "desc": "LTI Coarse (*.wav)",
200668                        "name": "LTI Coarse (*.wav)",
200669                        "value": "2"
200670                    },
200671                    {
200672                        "desc": "LTI All (*.wav)",
200673                        "name": "LTI All (*.wav)",
200674                        "value": "3"
200675                    },
200676                    {
200677                        "desc": "All Info (*.lspc)",
200678                        "name": "All Info (*.lspc)",
200679                        "value": "4"
200680                    }
200681                ]
200682            },
200683            "lsp-plug-in-plugins-lv2-profiler-monostld": {
200684                "ignore-enum-members": true,
200685                "kind": "enum",
200686                "values": [
200687                    {
200688                        "desc": "Idle",
200689                        "name": "Idle",
200690                        "value": "0"
200691                    },
200692                    {
200693                        "desc": "Calibration",
200694                        "name": "Calibration",
200695                        "value": "1"
200696                    },
200697                    {
200698                        "desc": "Latency Detection",
200699                        "name": "Latency Detection",
200700                        "value": "2"
200701                    },
200702                    {
200703                        "desc": "Preprocessing",
200704                        "name": "Preprocessing",
200705                        "value": "3"
200706                    },
200707                    {
200708                        "desc": "Waiting",
200709                        "name": "Waiting",
200710                        "value": "4"
200711                    },
200712                    {
200713                        "desc": "Recording",
200714                        "name": "Recording",
200715                        "value": "5"
200716                    },
200717                    {
200718                        "desc": "Convolving",
200719                        "name": "Convolving",
200720                        "value": "6"
200721                    },
200722                    {
200723                        "desc": "Postprocessing",
200724                        "name": "Postprocessing",
200725                        "value": "7"
200726                    },
200727                    {
200728                        "desc": "Saving",
200729                        "name": "Saving",
200730                        "value": "8"
200731                    }
200732                ]
200733            },
200734            "lsp-plug-in-plugins-lv2-profiler-stereoscra": {
200735                "ignore-enum-members": true,
200736                "kind": "enum",
200737                "values": [
200738                    {
200739                        "desc": "EDT0",
200740                        "name": "EDT0",
200741                        "value": "0"
200742                    },
200743                    {
200744                        "desc": "EDT1",
200745                        "name": "EDT1",
200746                        "value": "1"
200747                    },
200748                    {
200749                        "desc": "RT10",
200750                        "name": "RT10",
200751                        "value": "2"
200752                    },
200753                    {
200754                        "desc": "RT20",
200755                        "name": "RT20",
200756                        "value": "3"
200757                    },
200758                    {
200759                        "desc": "RT30",
200760                        "name": "RT30",
200761                        "value": "4"
200762                    }
200763                ]
200764            },
200765            "lsp-plug-in-plugins-lv2-profiler-stereoscsv": {
200766                "ignore-enum-members": true,
200767                "kind": "enum",
200768                "values": [
200769                    {
200770                        "desc": "LTI Auto (*.wav)",
200771                        "name": "LTI Auto (*.wav)",
200772                        "value": "0"
200773                    },
200774                    {
200775                        "desc": "LTI RT (*.wav)",
200776                        "name": "LTI RT (*.wav)",
200777                        "value": "1"
200778                    },
200779                    {
200780                        "desc": "LTI Coarse (*.wav)",
200781                        "name": "LTI Coarse (*.wav)",
200782                        "value": "2"
200783                    },
200784                    {
200785                        "desc": "LTI All (*.wav)",
200786                        "name": "LTI All (*.wav)",
200787                        "value": "3"
200788                    },
200789                    {
200790                        "desc": "All Info (*.lspc)",
200791                        "name": "All Info (*.lspc)",
200792                        "value": "4"
200793                    }
200794                ]
200795            },
200796            "lsp-plug-in-plugins-lv2-profiler-stereostld": {
200797                "ignore-enum-members": true,
200798                "kind": "enum",
200799                "values": [
200800                    {
200801                        "desc": "Idle",
200802                        "name": "Idle",
200803                        "value": "0"
200804                    },
200805                    {
200806                        "desc": "Calibration",
200807                        "name": "Calibration",
200808                        "value": "1"
200809                    },
200810                    {
200811                        "desc": "Latency Detection",
200812                        "name": "Latency Detection",
200813                        "value": "2"
200814                    },
200815                    {
200816                        "desc": "Preprocessing",
200817                        "name": "Preprocessing",
200818                        "value": "3"
200819                    },
200820                    {
200821                        "desc": "Waiting",
200822                        "name": "Waiting",
200823                        "value": "4"
200824                    },
200825                    {
200826                        "desc": "Recording",
200827                        "name": "Recording",
200828                        "value": "5"
200829                    },
200830                    {
200831                        "desc": "Convolving",
200832                        "name": "Convolving",
200833                        "value": "6"
200834                    },
200835                    {
200836                        "desc": "Postprocessing",
200837                        "name": "Postprocessing",
200838                        "value": "7"
200839                    },
200840                    {
200841                        "desc": "Saving",
200842                        "name": "Saving",
200843                        "value": "8"
200844                    }
200845                ]
200846            },
200847            "lsp-plug-in-plugins-lv2-room-builder-monocsel": {
200848                "ignore-enum-members": true,
200849                "kind": "enum",
200850                "values": [
200851                    {
200852                        "desc": "0",
200853                        "name": "0",
200854                        "value": "0"
200855                    },
200856                    {
200857                        "desc": "1",
200858                        "name": "1",
200859                        "value": "1"
200860                    },
200861                    {
200862                        "desc": "2",
200863                        "name": "2",
200864                        "value": "2"
200865                    },
200866                    {
200867                        "desc": "3",
200868                        "name": "3",
200869                        "value": "3"
200870                    },
200871                    {
200872                        "desc": "4",
200873                        "name": "4",
200874                        "value": "4"
200875                    },
200876                    {
200877                        "desc": "5",
200878                        "name": "5",
200879                        "value": "5"
200880                    },
200881                    {
200882                        "desc": "6",
200883                        "name": "6",
200884                        "value": "6"
200885                    },
200886                    {
200887                        "desc": "7",
200888                        "name": "7",
200889                        "value": "7"
200890                    }
200891                ]
200892            },
200893            "lsp-plug-in-plugins-lv2-room-builder-monocsf0": {
200894                "ignore-enum-members": true,
200895                "kind": "enum",
200896                "values": [
200897                    {
200898                        "desc": "None",
200899                        "name": "None",
200900                        "value": "0"
200901                    },
200902                    {
200903                        "desc": "Sample 0",
200904                        "name": "Sample 0",
200905                        "value": "1"
200906                    },
200907                    {
200908                        "desc": "Sample 1",
200909                        "name": "Sample 1",
200910                        "value": "2"
200911                    },
200912                    {
200913                        "desc": "Sample 2",
200914                        "name": "Sample 2",
200915                        "value": "3"
200916                    },
200917                    {
200918                        "desc": "Sample 3",
200919                        "name": "Sample 3",
200920                        "value": "4"
200921                    },
200922                    {
200923                        "desc": "Sample 4",
200924                        "name": "Sample 4",
200925                        "value": "5"
200926                    },
200927                    {
200928                        "desc": "Sample 5",
200929                        "name": "Sample 5",
200930                        "value": "6"
200931                    },
200932                    {
200933                        "desc": "Sample 6",
200934                        "name": "Sample 6",
200935                        "value": "7"
200936                    },
200937                    {
200938                        "desc": "Sample 7",
200939                        "name": "Sample 7",
200940                        "value": "8"
200941                    }
200942                ]
200943            },
200944            "lsp-plug-in-plugins-lv2-room-builder-monocsf1": {
200945                "ignore-enum-members": true,
200946                "kind": "enum",
200947                "values": [
200948                    {
200949                        "desc": "None",
200950                        "name": "None",
200951                        "value": "0"
200952                    },
200953                    {
200954                        "desc": "Sample 0",
200955                        "name": "Sample 0",
200956                        "value": "1"
200957                    },
200958                    {
200959                        "desc": "Sample 1",
200960                        "name": "Sample 1",
200961                        "value": "2"
200962                    },
200963                    {
200964                        "desc": "Sample 2",
200965                        "name": "Sample 2",
200966                        "value": "3"
200967                    },
200968                    {
200969                        "desc": "Sample 3",
200970                        "name": "Sample 3",
200971                        "value": "4"
200972                    },
200973                    {
200974                        "desc": "Sample 4",
200975                        "name": "Sample 4",
200976                        "value": "5"
200977                    },
200978                    {
200979                        "desc": "Sample 5",
200980                        "name": "Sample 5",
200981                        "value": "6"
200982                    },
200983                    {
200984                        "desc": "Sample 6",
200985                        "name": "Sample 6",
200986                        "value": "7"
200987                    },
200988                    {
200989                        "desc": "Sample 7",
200990                        "name": "Sample 7",
200991                        "value": "8"
200992                    }
200993                ]
200994            },
200995            "lsp-plug-in-plugins-lv2-room-builder-monocsf2": {
200996                "ignore-enum-members": true,
200997                "kind": "enum",
200998                "values": [
200999                    {
201000                        "desc": "None",
201001                        "name": "None",
201002                        "value": "0"
201003                    },
201004                    {
201005                        "desc": "Sample 0",
201006                        "name": "Sample 0",
201007                        "value": "1"
201008                    },
201009                    {
201010                        "desc": "Sample 1",
201011                        "name": "Sample 1",
201012                        "value": "2"
201013                    },
201014                    {
201015                        "desc": "Sample 2",
201016                        "name": "Sample 2",
201017                        "value": "3"
201018                    },
201019                    {
201020                        "desc": "Sample 3",
201021                        "name": "Sample 3",
201022                        "value": "4"
201023                    },
201024                    {
201025                        "desc": "Sample 4",
201026                        "name": "Sample 4",
201027                        "value": "5"
201028                    },
201029                    {
201030                        "desc": "Sample 5",
201031                        "name": "Sample 5",
201032                        "value": "6"
201033                    },
201034                    {
201035                        "desc": "Sample 6",
201036                        "name": "Sample 6",
201037                        "value": "7"
201038                    },
201039                    {
201040                        "desc": "Sample 7",
201041                        "name": "Sample 7",
201042                        "value": "8"
201043                    }
201044                ]
201045            },
201046            "lsp-plug-in-plugins-lv2-room-builder-monocsf3": {
201047                "ignore-enum-members": true,
201048                "kind": "enum",
201049                "values": [
201050                    {
201051                        "desc": "None",
201052                        "name": "None",
201053                        "value": "0"
201054                    },
201055                    {
201056                        "desc": "Sample 0",
201057                        "name": "Sample 0",
201058                        "value": "1"
201059                    },
201060                    {
201061                        "desc": "Sample 1",
201062                        "name": "Sample 1",
201063                        "value": "2"
201064                    },
201065                    {
201066                        "desc": "Sample 2",
201067                        "name": "Sample 2",
201068                        "value": "3"
201069                    },
201070                    {
201071                        "desc": "Sample 3",
201072                        "name": "Sample 3",
201073                        "value": "4"
201074                    },
201075                    {
201076                        "desc": "Sample 4",
201077                        "name": "Sample 4",
201078                        "value": "5"
201079                    },
201080                    {
201081                        "desc": "Sample 5",
201082                        "name": "Sample 5",
201083                        "value": "6"
201084                    },
201085                    {
201086                        "desc": "Sample 6",
201087                        "name": "Sample 6",
201088                        "value": "7"
201089                    },
201090                    {
201091                        "desc": "Sample 7",
201092                        "name": "Sample 7",
201093                        "value": "8"
201094                    }
201095                ]
201096            },
201097            "lsp-plug-in-plugins-lv2-room-builder-monocst0": {
201098                "ignore-enum-members": true,
201099                "kind": "enum",
201100                "values": [
201101                    {
201102                        "desc": "Left",
201103                        "name": "Left",
201104                        "value": "0"
201105                    },
201106                    {
201107                        "desc": "Right",
201108                        "name": "Right",
201109                        "value": "1"
201110                    }
201111                ]
201112            },
201113            "lsp-plug-in-plugins-lv2-room-builder-monocst1": {
201114                "ignore-enum-members": true,
201115                "kind": "enum",
201116                "values": [
201117                    {
201118                        "desc": "Left",
201119                        "name": "Left",
201120                        "value": "0"
201121                    },
201122                    {
201123                        "desc": "Right",
201124                        "name": "Right",
201125                        "value": "1"
201126                    }
201127                ]
201128            },
201129            "lsp-plug-in-plugins-lv2-room-builder-monocst2": {
201130                "ignore-enum-members": true,
201131                "kind": "enum",
201132                "values": [
201133                    {
201134                        "desc": "Left",
201135                        "name": "Left",
201136                        "value": "0"
201137                    },
201138                    {
201139                        "desc": "Right",
201140                        "name": "Right",
201141                        "value": "1"
201142                    }
201143                ]
201144            },
201145            "lsp-plug-in-plugins-lv2-room-builder-monocst3": {
201146                "ignore-enum-members": true,
201147                "kind": "enum",
201148                "values": [
201149                    {
201150                        "desc": "Left",
201151                        "name": "Left",
201152                        "value": "0"
201153                    },
201154                    {
201155                        "desc": "Right",
201156                        "name": "Right",
201157                        "value": "1"
201158                    }
201159                ]
201160            },
201161            "lsp-plug-in-plugins-lv2-room-builder-monoeditor": {
201162                "ignore-enum-members": true,
201163                "kind": "enum",
201164                "values": [
201165                    {
201166                        "desc": "Source editor",
201167                        "name": "Source editor",
201168                        "value": "0"
201169                    },
201170                    {
201171                        "desc": "Capture editor",
201172                        "name": "Capture editor",
201173                        "value": "1"
201174                    },
201175                    {
201176                        "desc": "Object editor",
201177                        "name": "Object editor",
201178                        "value": "2"
201179                    },
201180                    {
201181                        "desc": "Material editor",
201182                        "name": "Material editor",
201183                        "value": "3"
201184                    }
201185                ]
201186            },
201187            "lsp-plug-in-plugins-lv2-room-builder-monofft": {
201188                "ignore-enum-members": true,
201189                "kind": "enum",
201190                "values": [
201191                    {
201192                        "desc": "512",
201193                        "name": "512",
201194                        "value": "0"
201195                    },
201196                    {
201197                        "desc": "1024",
201198                        "name": "1024",
201199                        "value": "1"
201200                    },
201201                    {
201202                        "desc": "2048",
201203                        "name": "2048",
201204                        "value": "2"
201205                    },
201206                    {
201207                        "desc": "4096",
201208                        "name": "4096",
201209                        "value": "3"
201210                    },
201211                    {
201212                        "desc": "8192",
201213                        "name": "8192",
201214                        "value": "4"
201215                    },
201216                    {
201217                        "desc": "16384",
201218                        "name": "16384",
201219                        "value": "5"
201220                    },
201221                    {
201222                        "desc": "32767",
201223                        "name": "32767",
201224                        "value": "6"
201225                    },
201226                    {
201227                        "desc": "65536",
201228                        "name": "65536",
201229                        "value": "7"
201230                    }
201231                ]
201232            },
201233            "lsp-plug-in-plugins-lv2-room-builder-monohcm": {
201234                "ignore-enum-members": true,
201235                "kind": "enum",
201236                "values": [
201237                    {
201238                        "desc": "off",
201239                        "name": "off",
201240                        "value": "0"
201241                    },
201242                    {
201243                        "desc": "6 dB/oct",
201244                        "name": "6 dB/oct",
201245                        "value": "1"
201246                    },
201247                    {
201248                        "desc": "12 dB/oct",
201249                        "name": "12 dB/oct",
201250                        "value": "2"
201251                    },
201252                    {
201253                        "desc": "18 dB/oct",
201254                        "name": "18 dB/oct",
201255                        "value": "3"
201256                    }
201257                ]
201258            },
201259            "lsp-plug-in-plugins-lv2-room-builder-monoifo": {
201260                "ignore-enum-members": true,
201261                "kind": "enum",
201262                "values": [
201263                    {
201264                        "desc": "+X forward, +Y up",
201265                        "name": "+X forward, +Y up",
201266                        "value": "0"
201267                    },
201268                    {
201269                        "desc": "+X forward, +Z up",
201270                        "name": "+X forward, +Z up",
201271                        "value": "1"
201272                    },
201273                    {
201274                        "desc": "+X forward, -Y up",
201275                        "name": "+X forward, -Y up",
201276                        "value": "2"
201277                    },
201278                    {
201279                        "desc": "+X forward, -Z up",
201280                        "name": "+X forward, -Z up",
201281                        "value": "3"
201282                    },
201283                    {
201284                        "desc": "-X forward, +Y up",
201285                        "name": "-X forward, +Y up",
201286                        "value": "4"
201287                    },
201288                    {
201289                        "desc": "-X forward, +Z up",
201290                        "name": "-X forward, +Z up",
201291                        "value": "5"
201292                    },
201293                    {
201294                        "desc": "-X forward, -Y up",
201295                        "name": "-X forward, -Y up",
201296                        "value": "6"
201297                    },
201298                    {
201299                        "desc": "-X forward, -Z up",
201300                        "name": "-X forward, -Z up",
201301                        "value": "7"
201302                    },
201303                    {
201304                        "desc": "+Y forward, +X up",
201305                        "name": "+Y forward, +X up",
201306                        "value": "8"
201307                    },
201308                    {
201309                        "desc": "+Y forward, +Z up",
201310                        "name": "+Y forward, +Z up",
201311                        "value": "9"
201312                    },
201313                    {
201314                        "desc": "+Y forward, -X up",
201315                        "name": "+Y forward, -X up",
201316                        "value": "10"
201317                    },
201318                    {
201319                        "desc": "+Y forward, -Z up",
201320                        "name": "+Y forward, -Z up",
201321                        "value": "11"
201322                    },
201323                    {
201324                        "desc": "-Y forward, +X up",
201325                        "name": "-Y forward, +X up",
201326                        "value": "12"
201327                    },
201328                    {
201329                        "desc": "-Y forward, +Z up",
201330                        "name": "-Y forward, +Z up",
201331                        "value": "13"
201332                    },
201333                    {
201334                        "desc": "-Y forward, -X up",
201335                        "name": "-Y forward, -X up",
201336                        "value": "14"
201337                    },
201338                    {
201339                        "desc": "-Y forward, -Z up",
201340                        "name": "-Y forward, -Z up",
201341                        "value": "15"
201342                    },
201343                    {
201344                        "desc": "+Z forward, +X up",
201345                        "name": "+Z forward, +X up",
201346                        "value": "16"
201347                    },
201348                    {
201349                        "desc": "+Z forward, +Y up",
201350                        "name": "+Z forward, +Y up",
201351                        "value": "17"
201352                    },
201353                    {
201354                        "desc": "+Z forward, -X up",
201355                        "name": "+Z forward, -X up",
201356                        "value": "18"
201357                    },
201358                    {
201359                        "desc": "+Z forward, -Y up",
201360                        "name": "+Z forward, -Y up",
201361                        "value": "19"
201362                    },
201363                    {
201364                        "desc": "-Z forward, +X up",
201365                        "name": "-Z forward, +X up",
201366                        "value": "20"
201367                    },
201368                    {
201369                        "desc": "-Z forward, +Y up",
201370                        "name": "-Z forward, +Y up",
201371                        "value": "21"
201372                    },
201373                    {
201374                        "desc": "-Z forward, -X up",
201375                        "name": "-Z forward, -X up",
201376                        "value": "22"
201377                    },
201378                    {
201379                        "desc": "-Z forward, -Y up",
201380                        "name": "-Z forward, -Y up",
201381                        "value": "23"
201382                    }
201383                ]
201384            },
201385            "lsp-plug-in-plugins-lv2-room-builder-monolcm": {
201386                "ignore-enum-members": true,
201387                "kind": "enum",
201388                "values": [
201389                    {
201390                        "desc": "off",
201391                        "name": "off",
201392                        "value": "0"
201393                    },
201394                    {
201395                        "desc": "6 dB/oct",
201396                        "name": "6 dB/oct",
201397                        "value": "1"
201398                    },
201399                    {
201400                        "desc": "12 dB/oct",
201401                        "name": "12 dB/oct",
201402                        "value": "2"
201403                    },
201404                    {
201405                        "desc": "18 dB/oct",
201406                        "name": "18 dB/oct",
201407                        "value": "3"
201408                    }
201409                ]
201410            },
201411            "lsp-plug-in-plugins-lv2-room-builder-monosccf-0": {
201412                "ignore-enum-members": true,
201413                "kind": "enum",
201414                "values": [
201415                    {
201416                        "desc": "Mono",
201417                        "name": "Mono",
201418                        "value": "0"
201419                    },
201420                    {
201421                        "desc": "XY",
201422                        "name": "XY",
201423                        "value": "1"
201424                    },
201425                    {
201426                        "desc": "AB",
201427                        "name": "AB",
201428                        "value": "2"
201429                    },
201430                    {
201431                        "desc": "ORTF",
201432                        "name": "ORTF",
201433                        "value": "3"
201434                    },
201435                    {
201436                        "desc": "MS",
201437                        "name": "MS",
201438                        "value": "4"
201439                    }
201440                ]
201441            },
201442            "lsp-plug-in-plugins-lv2-room-builder-monosccf-1": {
201443                "ignore-enum-members": true,
201444                "kind": "enum",
201445                "values": [
201446                    {
201447                        "desc": "Mono",
201448                        "name": "Mono",
201449                        "value": "0"
201450                    },
201451                    {
201452                        "desc": "XY",
201453                        "name": "XY",
201454                        "value": "1"
201455                    },
201456                    {
201457                        "desc": "AB",
201458                        "name": "AB",
201459                        "value": "2"
201460                    },
201461                    {
201462                        "desc": "ORTF",
201463                        "name": "ORTF",
201464                        "value": "3"
201465                    },
201466                    {
201467                        "desc": "MS",
201468                        "name": "MS",
201469                        "value": "4"
201470                    }
201471                ]
201472            },
201473            "lsp-plug-in-plugins-lv2-room-builder-monosccf-2": {
201474                "ignore-enum-members": true,
201475                "kind": "enum",
201476                "values": [
201477                    {
201478                        "desc": "Mono",
201479                        "name": "Mono",
201480                        "value": "0"
201481                    },
201482                    {
201483                        "desc": "XY",
201484                        "name": "XY",
201485                        "value": "1"
201486                    },
201487                    {
201488                        "desc": "AB",
201489                        "name": "AB",
201490                        "value": "2"
201491                    },
201492                    {
201493                        "desc": "ORTF",
201494                        "name": "ORTF",
201495                        "value": "3"
201496                    },
201497                    {
201498                        "desc": "MS",
201499                        "name": "MS",
201500                        "value": "4"
201501                    }
201502                ]
201503            },
201504            "lsp-plug-in-plugins-lv2-room-builder-monosccf-3": {
201505                "ignore-enum-members": true,
201506                "kind": "enum",
201507                "values": [
201508                    {
201509                        "desc": "Mono",
201510                        "name": "Mono",
201511                        "value": "0"
201512                    },
201513                    {
201514                        "desc": "XY",
201515                        "name": "XY",
201516                        "value": "1"
201517                    },
201518                    {
201519                        "desc": "AB",
201520                        "name": "AB",
201521                        "value": "2"
201522                    },
201523                    {
201524                        "desc": "ORTF",
201525                        "name": "ORTF",
201526                        "value": "3"
201527                    },
201528                    {
201529                        "desc": "MS",
201530                        "name": "MS",
201531                        "value": "4"
201532                    }
201533                ]
201534            },
201535            "lsp-plug-in-plugins-lv2-room-builder-monosccf-4": {
201536                "ignore-enum-members": true,
201537                "kind": "enum",
201538                "values": [
201539                    {
201540                        "desc": "Mono",
201541                        "name": "Mono",
201542                        "value": "0"
201543                    },
201544                    {
201545                        "desc": "XY",
201546                        "name": "XY",
201547                        "value": "1"
201548                    },
201549                    {
201550                        "desc": "AB",
201551                        "name": "AB",
201552                        "value": "2"
201553                    },
201554                    {
201555                        "desc": "ORTF",
201556                        "name": "ORTF",
201557                        "value": "3"
201558                    },
201559                    {
201560                        "desc": "MS",
201561                        "name": "MS",
201562                        "value": "4"
201563                    }
201564                ]
201565            },
201566            "lsp-plug-in-plugins-lv2-room-builder-monosccf-5": {
201567                "ignore-enum-members": true,
201568                "kind": "enum",
201569                "values": [
201570                    {
201571                        "desc": "Mono",
201572                        "name": "Mono",
201573                        "value": "0"
201574                    },
201575                    {
201576                        "desc": "XY",
201577                        "name": "XY",
201578                        "value": "1"
201579                    },
201580                    {
201581                        "desc": "AB",
201582                        "name": "AB",
201583                        "value": "2"
201584                    },
201585                    {
201586                        "desc": "ORTF",
201587                        "name": "ORTF",
201588                        "value": "3"
201589                    },
201590                    {
201591                        "desc": "MS",
201592                        "name": "MS",
201593                        "value": "4"
201594                    }
201595                ]
201596            },
201597            "lsp-plug-in-plugins-lv2-room-builder-monosccf-6": {
201598                "ignore-enum-members": true,
201599                "kind": "enum",
201600                "values": [
201601                    {
201602                        "desc": "Mono",
201603                        "name": "Mono",
201604                        "value": "0"
201605                    },
201606                    {
201607                        "desc": "XY",
201608                        "name": "XY",
201609                        "value": "1"
201610                    },
201611                    {
201612                        "desc": "AB",
201613                        "name": "AB",
201614                        "value": "2"
201615                    },
201616                    {
201617                        "desc": "ORTF",
201618                        "name": "ORTF",
201619                        "value": "3"
201620                    },
201621                    {
201622                        "desc": "MS",
201623                        "name": "MS",
201624                        "value": "4"
201625                    }
201626                ]
201627            },
201628            "lsp-plug-in-plugins-lv2-room-builder-monosccf-7": {
201629                "ignore-enum-members": true,
201630                "kind": "enum",
201631                "values": [
201632                    {
201633                        "desc": "Mono",
201634                        "name": "Mono",
201635                        "value": "0"
201636                    },
201637                    {
201638                        "desc": "XY",
201639                        "name": "XY",
201640                        "value": "1"
201641                    },
201642                    {
201643                        "desc": "AB",
201644                        "name": "AB",
201645                        "value": "2"
201646                    },
201647                    {
201648                        "desc": "ORTF",
201649                        "name": "ORTF",
201650                        "value": "3"
201651                    },
201652                    {
201653                        "desc": "MS",
201654                        "name": "MS",
201655                        "value": "4"
201656                    }
201657                ]
201658            },
201659            "lsp-plug-in-plugins-lv2-room-builder-monoscf-0": {
201660                "ignore-enum-members": true,
201661                "kind": "enum",
201662                "values": [
201663                    {
201664                        "desc": "Any",
201665                        "name": "Any",
201666                        "value": "0"
201667                    },
201668                    {
201669                        "desc": "0",
201670                        "name": "0",
201671                        "value": "1"
201672                    },
201673                    {
201674                        "desc": "1",
201675                        "name": "1",
201676                        "value": "2"
201677                    },
201678                    {
201679                        "desc": "2",
201680                        "name": "2",
201681                        "value": "3"
201682                    },
201683                    {
201684                        "desc": "3",
201685                        "name": "3",
201686                        "value": "4"
201687                    },
201688                    {
201689                        "desc": "4",
201690                        "name": "4",
201691                        "value": "5"
201692                    },
201693                    {
201694                        "desc": "5",
201695                        "name": "5",
201696                        "value": "6"
201697                    },
201698                    {
201699                        "desc": "6",
201700                        "name": "6",
201701                        "value": "7"
201702                    },
201703                    {
201704                        "desc": "7",
201705                        "name": "7",
201706                        "value": "8"
201707                    },
201708                    {
201709                        "desc": "8",
201710                        "name": "8",
201711                        "value": "9"
201712                    },
201713                    {
201714                        "desc": "9",
201715                        "name": "9",
201716                        "value": "10"
201717                    },
201718                    {
201719                        "desc": "10",
201720                        "name": "10",
201721                        "value": "11"
201722                    },
201723                    {
201724                        "desc": "11",
201725                        "name": "11",
201726                        "value": "12"
201727                    },
201728                    {
201729                        "desc": "12",
201730                        "name": "12",
201731                        "value": "13"
201732                    },
201733                    {
201734                        "desc": "13",
201735                        "name": "13",
201736                        "value": "14"
201737                    },
201738                    {
201739                        "desc": "14",
201740                        "name": "14",
201741                        "value": "15"
201742                    },
201743                    {
201744                        "desc": "15",
201745                        "name": "15",
201746                        "value": "16"
201747                    }
201748                ]
201749            },
201750            "lsp-plug-in-plugins-lv2-room-builder-monoscf-1": {
201751                "ignore-enum-members": true,
201752                "kind": "enum",
201753                "values": [
201754                    {
201755                        "desc": "Any",
201756                        "name": "Any",
201757                        "value": "0"
201758                    },
201759                    {
201760                        "desc": "0",
201761                        "name": "0",
201762                        "value": "1"
201763                    },
201764                    {
201765                        "desc": "1",
201766                        "name": "1",
201767                        "value": "2"
201768                    },
201769                    {
201770                        "desc": "2",
201771                        "name": "2",
201772                        "value": "3"
201773                    },
201774                    {
201775                        "desc": "3",
201776                        "name": "3",
201777                        "value": "4"
201778                    },
201779                    {
201780                        "desc": "4",
201781                        "name": "4",
201782                        "value": "5"
201783                    },
201784                    {
201785                        "desc": "5",
201786                        "name": "5",
201787                        "value": "6"
201788                    },
201789                    {
201790                        "desc": "6",
201791                        "name": "6",
201792                        "value": "7"
201793                    },
201794                    {
201795                        "desc": "7",
201796                        "name": "7",
201797                        "value": "8"
201798                    },
201799                    {
201800                        "desc": "8",
201801                        "name": "8",
201802                        "value": "9"
201803                    },
201804                    {
201805                        "desc": "9",
201806                        "name": "9",
201807                        "value": "10"
201808                    },
201809                    {
201810                        "desc": "10",
201811                        "name": "10",
201812                        "value": "11"
201813                    },
201814                    {
201815                        "desc": "11",
201816                        "name": "11",
201817                        "value": "12"
201818                    },
201819                    {
201820                        "desc": "12",
201821                        "name": "12",
201822                        "value": "13"
201823                    },
201824                    {
201825                        "desc": "13",
201826                        "name": "13",
201827                        "value": "14"
201828                    },
201829                    {
201830                        "desc": "14",
201831                        "name": "14",
201832                        "value": "15"
201833                    },
201834                    {
201835                        "desc": "15",
201836                        "name": "15",
201837                        "value": "16"
201838                    }
201839                ]
201840            },
201841            "lsp-plug-in-plugins-lv2-room-builder-monoscf-2": {
201842                "ignore-enum-members": true,
201843                "kind": "enum",
201844                "values": [
201845                    {
201846                        "desc": "Any",
201847                        "name": "Any",
201848                        "value": "0"
201849                    },
201850                    {
201851                        "desc": "0",
201852                        "name": "0",
201853                        "value": "1"
201854                    },
201855                    {
201856                        "desc": "1",
201857                        "name": "1",
201858                        "value": "2"
201859                    },
201860                    {
201861                        "desc": "2",
201862                        "name": "2",
201863                        "value": "3"
201864                    },
201865                    {
201866                        "desc": "3",
201867                        "name": "3",
201868                        "value": "4"
201869                    },
201870                    {
201871                        "desc": "4",
201872                        "name": "4",
201873                        "value": "5"
201874                    },
201875                    {
201876                        "desc": "5",
201877                        "name": "5",
201878                        "value": "6"
201879                    },
201880                    {
201881                        "desc": "6",
201882                        "name": "6",
201883                        "value": "7"
201884                    },
201885                    {
201886                        "desc": "7",
201887                        "name": "7",
201888                        "value": "8"
201889                    },
201890                    {
201891                        "desc": "8",
201892                        "name": "8",
201893                        "value": "9"
201894                    },
201895                    {
201896                        "desc": "9",
201897                        "name": "9",
201898                        "value": "10"
201899                    },
201900                    {
201901                        "desc": "10",
201902                        "name": "10",
201903                        "value": "11"
201904                    },
201905                    {
201906                        "desc": "11",
201907                        "name": "11",
201908                        "value": "12"
201909                    },
201910                    {
201911                        "desc": "12",
201912                        "name": "12",
201913                        "value": "13"
201914                    },
201915                    {
201916                        "desc": "13",
201917                        "name": "13",
201918                        "value": "14"
201919                    },
201920                    {
201921                        "desc": "14",
201922                        "name": "14",
201923                        "value": "15"
201924                    },
201925                    {
201926                        "desc": "15",
201927                        "name": "15",
201928                        "value": "16"
201929                    }
201930                ]
201931            },
201932            "lsp-plug-in-plugins-lv2-room-builder-monoscf-3": {
201933                "ignore-enum-members": true,
201934                "kind": "enum",
201935                "values": [
201936                    {
201937                        "desc": "Any",
201938                        "name": "Any",
201939                        "value": "0"
201940                    },
201941                    {
201942                        "desc": "0",
201943                        "name": "0",
201944                        "value": "1"
201945                    },
201946                    {
201947                        "desc": "1",
201948                        "name": "1",
201949                        "value": "2"
201950                    },
201951                    {
201952                        "desc": "2",
201953                        "name": "2",
201954                        "value": "3"
201955                    },
201956                    {
201957                        "desc": "3",
201958                        "name": "3",
201959                        "value": "4"
201960                    },
201961                    {
201962                        "desc": "4",
201963                        "name": "4",
201964                        "value": "5"
201965                    },
201966                    {
201967                        "desc": "5",
201968                        "name": "5",
201969                        "value": "6"
201970                    },
201971                    {
201972                        "desc": "6",
201973                        "name": "6",
201974                        "value": "7"
201975                    },
201976                    {
201977                        "desc": "7",
201978                        "name": "7",
201979                        "value": "8"
201980                    },
201981                    {
201982                        "desc": "8",
201983                        "name": "8",
201984                        "value": "9"
201985                    },
201986                    {
201987                        "desc": "9",
201988                        "name": "9",
201989                        "value": "10"
201990                    },
201991                    {
201992                        "desc": "10",
201993                        "name": "10",
201994                        "value": "11"
201995                    },
201996                    {
201997                        "desc": "11",
201998                        "name": "11",
201999                        "value": "12"
202000                    },
202001                    {
202002                        "desc": "12",
202003                        "name": "12",
202004                        "value": "13"
202005                    },
202006                    {
202007                        "desc": "13",
202008                        "name": "13",
202009                        "value": "14"
202010                    },
202011                    {
202012                        "desc": "14",
202013                        "name": "14",
202014                        "value": "15"
202015                    },
202016                    {
202017                        "desc": "15",
202018                        "name": "15",
202019                        "value": "16"
202020                    }
202021                ]
202022            },
202023            "lsp-plug-in-plugins-lv2-room-builder-monoscf-4": {
202024                "ignore-enum-members": true,
202025                "kind": "enum",
202026                "values": [
202027                    {
202028                        "desc": "Any",
202029                        "name": "Any",
202030                        "value": "0"
202031                    },
202032                    {
202033                        "desc": "0",
202034                        "name": "0",
202035                        "value": "1"
202036                    },
202037                    {
202038                        "desc": "1",
202039                        "name": "1",
202040                        "value": "2"
202041                    },
202042                    {
202043                        "desc": "2",
202044                        "name": "2",
202045                        "value": "3"
202046                    },
202047                    {
202048                        "desc": "3",
202049                        "name": "3",
202050                        "value": "4"
202051                    },
202052                    {
202053                        "desc": "4",
202054                        "name": "4",
202055                        "value": "5"
202056                    },
202057                    {
202058                        "desc": "5",
202059                        "name": "5",
202060                        "value": "6"
202061                    },
202062                    {
202063                        "desc": "6",
202064                        "name": "6",
202065                        "value": "7"
202066                    },
202067                    {
202068                        "desc": "7",
202069                        "name": "7",
202070                        "value": "8"
202071                    },
202072                    {
202073                        "desc": "8",
202074                        "name": "8",
202075                        "value": "9"
202076                    },
202077                    {
202078                        "desc": "9",
202079                        "name": "9",
202080                        "value": "10"
202081                    },
202082                    {
202083                        "desc": "10",
202084                        "name": "10",
202085                        "value": "11"
202086                    },
202087                    {
202088                        "desc": "11",
202089                        "name": "11",
202090                        "value": "12"
202091                    },
202092                    {
202093                        "desc": "12",
202094                        "name": "12",
202095                        "value": "13"
202096                    },
202097                    {
202098                        "desc": "13",
202099                        "name": "13",
202100                        "value": "14"
202101                    },
202102                    {
202103                        "desc": "14",
202104                        "name": "14",
202105                        "value": "15"
202106                    },
202107                    {
202108                        "desc": "15",
202109                        "name": "15",
202110                        "value": "16"
202111                    }
202112                ]
202113            },
202114            "lsp-plug-in-plugins-lv2-room-builder-monoscf-5": {
202115                "ignore-enum-members": true,
202116                "kind": "enum",
202117                "values": [
202118                    {
202119                        "desc": "Any",
202120                        "name": "Any",
202121                        "value": "0"
202122                    },
202123                    {
202124                        "desc": "0",
202125                        "name": "0",
202126                        "value": "1"
202127                    },
202128                    {
202129                        "desc": "1",
202130                        "name": "1",
202131                        "value": "2"
202132                    },
202133                    {
202134                        "desc": "2",
202135                        "name": "2",
202136                        "value": "3"
202137                    },
202138                    {
202139                        "desc": "3",
202140                        "name": "3",
202141                        "value": "4"
202142                    },
202143                    {
202144                        "desc": "4",
202145                        "name": "4",
202146                        "value": "5"
202147                    },
202148                    {
202149                        "desc": "5",
202150                        "name": "5",
202151                        "value": "6"
202152                    },
202153                    {
202154                        "desc": "6",
202155                        "name": "6",
202156                        "value": "7"
202157                    },
202158                    {
202159                        "desc": "7",
202160                        "name": "7",
202161                        "value": "8"
202162                    },
202163                    {
202164                        "desc": "8",
202165                        "name": "8",
202166                        "value": "9"
202167                    },
202168                    {
202169                        "desc": "9",
202170                        "name": "9",
202171                        "value": "10"
202172                    },
202173                    {
202174                        "desc": "10",
202175                        "name": "10",
202176                        "value": "11"
202177                    },
202178                    {
202179                        "desc": "11",
202180                        "name": "11",
202181                        "value": "12"
202182                    },
202183                    {
202184                        "desc": "12",
202185                        "name": "12",
202186                        "value": "13"
202187                    },
202188                    {
202189                        "desc": "13",
202190                        "name": "13",
202191                        "value": "14"
202192                    },
202193                    {
202194                        "desc": "14",
202195                        "name": "14",
202196                        "value": "15"
202197                    },
202198                    {
202199                        "desc": "15",
202200                        "name": "15",
202201                        "value": "16"
202202                    }
202203                ]
202204            },
202205            "lsp-plug-in-plugins-lv2-room-builder-monoscf-6": {
202206                "ignore-enum-members": true,
202207                "kind": "enum",
202208                "values": [
202209                    {
202210                        "desc": "Any",
202211                        "name": "Any",
202212                        "value": "0"
202213                    },
202214                    {
202215                        "desc": "0",
202216                        "name": "0",
202217                        "value": "1"
202218                    },
202219                    {
202220                        "desc": "1",
202221                        "name": "1",
202222                        "value": "2"
202223                    },
202224                    {
202225                        "desc": "2",
202226                        "name": "2",
202227                        "value": "3"
202228                    },
202229                    {
202230                        "desc": "3",
202231                        "name": "3",
202232                        "value": "4"
202233                    },
202234                    {
202235                        "desc": "4",
202236                        "name": "4",
202237                        "value": "5"
202238                    },
202239                    {
202240                        "desc": "5",
202241                        "name": "5",
202242                        "value": "6"
202243                    },
202244                    {
202245                        "desc": "6",
202246                        "name": "6",
202247                        "value": "7"
202248                    },
202249                    {
202250                        "desc": "7",
202251                        "name": "7",
202252                        "value": "8"
202253                    },
202254                    {
202255                        "desc": "8",
202256                        "name": "8",
202257                        "value": "9"
202258                    },
202259                    {
202260                        "desc": "9",
202261                        "name": "9",
202262                        "value": "10"
202263                    },
202264                    {
202265                        "desc": "10",
202266                        "name": "10",
202267                        "value": "11"
202268                    },
202269                    {
202270                        "desc": "11",
202271                        "name": "11",
202272                        "value": "12"
202273                    },
202274                    {
202275                        "desc": "12",
202276                        "name": "12",
202277                        "value": "13"
202278                    },
202279                    {
202280                        "desc": "13",
202281                        "name": "13",
202282                        "value": "14"
202283                    },
202284                    {
202285                        "desc": "14",
202286                        "name": "14",
202287                        "value": "15"
202288                    },
202289                    {
202290                        "desc": "15",
202291                        "name": "15",
202292                        "value": "16"
202293                    }
202294                ]
202295            },
202296            "lsp-plug-in-plugins-lv2-room-builder-monoscf-7": {
202297                "ignore-enum-members": true,
202298                "kind": "enum",
202299                "values": [
202300                    {
202301                        "desc": "Any",
202302                        "name": "Any",
202303                        "value": "0"
202304                    },
202305                    {
202306                        "desc": "0",
202307                        "name": "0",
202308                        "value": "1"
202309                    },
202310                    {
202311                        "desc": "1",
202312                        "name": "1",
202313                        "value": "2"
202314                    },
202315                    {
202316                        "desc": "2",
202317                        "name": "2",
202318                        "value": "3"
202319                    },
202320                    {
202321                        "desc": "3",
202322                        "name": "3",
202323                        "value": "4"
202324                    },
202325                    {
202326                        "desc": "4",
202327                        "name": "4",
202328                        "value": "5"
202329                    },
202330                    {
202331                        "desc": "5",
202332                        "name": "5",
202333                        "value": "6"
202334                    },
202335                    {
202336                        "desc": "6",
202337                        "name": "6",
202338                        "value": "7"
202339                    },
202340                    {
202341                        "desc": "7",
202342                        "name": "7",
202343                        "value": "8"
202344                    },
202345                    {
202346                        "desc": "8",
202347                        "name": "8",
202348                        "value": "9"
202349                    },
202350                    {
202351                        "desc": "9",
202352                        "name": "9",
202353                        "value": "10"
202354                    },
202355                    {
202356                        "desc": "10",
202357                        "name": "10",
202358                        "value": "11"
202359                    },
202360                    {
202361                        "desc": "11",
202362                        "name": "11",
202363                        "value": "12"
202364                    },
202365                    {
202366                        "desc": "12",
202367                        "name": "12",
202368                        "value": "13"
202369                    },
202370                    {
202371                        "desc": "13",
202372                        "name": "13",
202373                        "value": "14"
202374                    },
202375                    {
202376                        "desc": "14",
202377                        "name": "14",
202378                        "value": "15"
202379                    },
202380                    {
202381                        "desc": "15",
202382                        "name": "15",
202383                        "value": "16"
202384                    }
202385                ]
202386            },
202387            "lsp-plug-in-plugins-lv2-room-builder-monoscl-0": {
202388                "ignore-enum-members": true,
202389                "kind": "enum",
202390                "values": [
202391                    {
202392                        "desc": "Any",
202393                        "name": "Any",
202394                        "value": "0"
202395                    },
202396                    {
202397                        "desc": "0",
202398                        "name": "0",
202399                        "value": "1"
202400                    },
202401                    {
202402                        "desc": "1",
202403                        "name": "1",
202404                        "value": "2"
202405                    },
202406                    {
202407                        "desc": "2",
202408                        "name": "2",
202409                        "value": "3"
202410                    },
202411                    {
202412                        "desc": "3",
202413                        "name": "3",
202414                        "value": "4"
202415                    },
202416                    {
202417                        "desc": "4",
202418                        "name": "4",
202419                        "value": "5"
202420                    },
202421                    {
202422                        "desc": "5",
202423                        "name": "5",
202424                        "value": "6"
202425                    },
202426                    {
202427                        "desc": "6",
202428                        "name": "6",
202429                        "value": "7"
202430                    },
202431                    {
202432                        "desc": "7",
202433                        "name": "7",
202434                        "value": "8"
202435                    },
202436                    {
202437                        "desc": "8",
202438                        "name": "8",
202439                        "value": "9"
202440                    },
202441                    {
202442                        "desc": "9",
202443                        "name": "9",
202444                        "value": "10"
202445                    },
202446                    {
202447                        "desc": "10",
202448                        "name": "10",
202449                        "value": "11"
202450                    },
202451                    {
202452                        "desc": "11",
202453                        "name": "11",
202454                        "value": "12"
202455                    },
202456                    {
202457                        "desc": "12",
202458                        "name": "12",
202459                        "value": "13"
202460                    },
202461                    {
202462                        "desc": "13",
202463                        "name": "13",
202464                        "value": "14"
202465                    },
202466                    {
202467                        "desc": "14",
202468                        "name": "14",
202469                        "value": "15"
202470                    },
202471                    {
202472                        "desc": "15",
202473                        "name": "15",
202474                        "value": "16"
202475                    }
202476                ]
202477            },
202478            "lsp-plug-in-plugins-lv2-room-builder-monoscl-1": {
202479                "ignore-enum-members": true,
202480                "kind": "enum",
202481                "values": [
202482                    {
202483                        "desc": "Any",
202484                        "name": "Any",
202485                        "value": "0"
202486                    },
202487                    {
202488                        "desc": "0",
202489                        "name": "0",
202490                        "value": "1"
202491                    },
202492                    {
202493                        "desc": "1",
202494                        "name": "1",
202495                        "value": "2"
202496                    },
202497                    {
202498                        "desc": "2",
202499                        "name": "2",
202500                        "value": "3"
202501                    },
202502                    {
202503                        "desc": "3",
202504                        "name": "3",
202505                        "value": "4"
202506                    },
202507                    {
202508                        "desc": "4",
202509                        "name": "4",
202510                        "value": "5"
202511                    },
202512                    {
202513                        "desc": "5",
202514                        "name": "5",
202515                        "value": "6"
202516                    },
202517                    {
202518                        "desc": "6",
202519                        "name": "6",
202520                        "value": "7"
202521                    },
202522                    {
202523                        "desc": "7",
202524                        "name": "7",
202525                        "value": "8"
202526                    },
202527                    {
202528                        "desc": "8",
202529                        "name": "8",
202530                        "value": "9"
202531                    },
202532                    {
202533                        "desc": "9",
202534                        "name": "9",
202535                        "value": "10"
202536                    },
202537                    {
202538                        "desc": "10",
202539                        "name": "10",
202540                        "value": "11"
202541                    },
202542                    {
202543                        "desc": "11",
202544                        "name": "11",
202545                        "value": "12"
202546                    },
202547                    {
202548                        "desc": "12",
202549                        "name": "12",
202550                        "value": "13"
202551                    },
202552                    {
202553                        "desc": "13",
202554                        "name": "13",
202555                        "value": "14"
202556                    },
202557                    {
202558                        "desc": "14",
202559                        "name": "14",
202560                        "value": "15"
202561                    },
202562                    {
202563                        "desc": "15",
202564                        "name": "15",
202565                        "value": "16"
202566                    }
202567                ]
202568            },
202569            "lsp-plug-in-plugins-lv2-room-builder-monoscl-2": {
202570                "ignore-enum-members": true,
202571                "kind": "enum",
202572                "values": [
202573                    {
202574                        "desc": "Any",
202575                        "name": "Any",
202576                        "value": "0"
202577                    },
202578                    {
202579                        "desc": "0",
202580                        "name": "0",
202581                        "value": "1"
202582                    },
202583                    {
202584                        "desc": "1",
202585                        "name": "1",
202586                        "value": "2"
202587                    },
202588                    {
202589                        "desc": "2",
202590                        "name": "2",
202591                        "value": "3"
202592                    },
202593                    {
202594                        "desc": "3",
202595                        "name": "3",
202596                        "value": "4"
202597                    },
202598                    {
202599                        "desc": "4",
202600                        "name": "4",
202601                        "value": "5"
202602                    },
202603                    {
202604                        "desc": "5",
202605                        "name": "5",
202606                        "value": "6"
202607                    },
202608                    {
202609                        "desc": "6",
202610                        "name": "6",
202611                        "value": "7"
202612                    },
202613                    {
202614                        "desc": "7",
202615                        "name": "7",
202616                        "value": "8"
202617                    },
202618                    {
202619                        "desc": "8",
202620                        "name": "8",
202621                        "value": "9"
202622                    },
202623                    {
202624                        "desc": "9",
202625                        "name": "9",
202626                        "value": "10"
202627                    },
202628                    {
202629                        "desc": "10",
202630                        "name": "10",
202631                        "value": "11"
202632                    },
202633                    {
202634                        "desc": "11",
202635                        "name": "11",
202636                        "value": "12"
202637                    },
202638                    {
202639                        "desc": "12",
202640                        "name": "12",
202641                        "value": "13"
202642                    },
202643                    {
202644                        "desc": "13",
202645                        "name": "13",
202646                        "value": "14"
202647                    },
202648                    {
202649                        "desc": "14",
202650                        "name": "14",
202651                        "value": "15"
202652                    },
202653                    {
202654                        "desc": "15",
202655                        "name": "15",
202656                        "value": "16"
202657                    }
202658                ]
202659            },
202660            "lsp-plug-in-plugins-lv2-room-builder-monoscl-3": {
202661                "ignore-enum-members": true,
202662                "kind": "enum",
202663                "values": [
202664                    {
202665                        "desc": "Any",
202666                        "name": "Any",
202667                        "value": "0"
202668                    },
202669                    {
202670                        "desc": "0",
202671                        "name": "0",
202672                        "value": "1"
202673                    },
202674                    {
202675                        "desc": "1",
202676                        "name": "1",
202677                        "value": "2"
202678                    },
202679                    {
202680                        "desc": "2",
202681                        "name": "2",
202682                        "value": "3"
202683                    },
202684                    {
202685                        "desc": "3",
202686                        "name": "3",
202687                        "value": "4"
202688                    },
202689                    {
202690                        "desc": "4",
202691                        "name": "4",
202692                        "value": "5"
202693                    },
202694                    {
202695                        "desc": "5",
202696                        "name": "5",
202697                        "value": "6"
202698                    },
202699                    {
202700                        "desc": "6",
202701                        "name": "6",
202702                        "value": "7"
202703                    },
202704                    {
202705                        "desc": "7",
202706                        "name": "7",
202707                        "value": "8"
202708                    },
202709                    {
202710                        "desc": "8",
202711                        "name": "8",
202712                        "value": "9"
202713                    },
202714                    {
202715                        "desc": "9",
202716                        "name": "9",
202717                        "value": "10"
202718                    },
202719                    {
202720                        "desc": "10",
202721                        "name": "10",
202722                        "value": "11"
202723                    },
202724                    {
202725                        "desc": "11",
202726                        "name": "11",
202727                        "value": "12"
202728                    },
202729                    {
202730                        "desc": "12",
202731                        "name": "12",
202732                        "value": "13"
202733                    },
202734                    {
202735                        "desc": "13",
202736                        "name": "13",
202737                        "value": "14"
202738                    },
202739                    {
202740                        "desc": "14",
202741                        "name": "14",
202742                        "value": "15"
202743                    },
202744                    {
202745                        "desc": "15",
202746                        "name": "15",
202747                        "value": "16"
202748                    }
202749                ]
202750            },
202751            "lsp-plug-in-plugins-lv2-room-builder-monoscl-4": {
202752                "ignore-enum-members": true,
202753                "kind": "enum",
202754                "values": [
202755                    {
202756                        "desc": "Any",
202757                        "name": "Any",
202758                        "value": "0"
202759                    },
202760                    {
202761                        "desc": "0",
202762                        "name": "0",
202763                        "value": "1"
202764                    },
202765                    {
202766                        "desc": "1",
202767                        "name": "1",
202768                        "value": "2"
202769                    },
202770                    {
202771                        "desc": "2",
202772                        "name": "2",
202773                        "value": "3"
202774                    },
202775                    {
202776                        "desc": "3",
202777                        "name": "3",
202778                        "value": "4"
202779                    },
202780                    {
202781                        "desc": "4",
202782                        "name": "4",
202783                        "value": "5"
202784                    },
202785                    {
202786                        "desc": "5",
202787                        "name": "5",
202788                        "value": "6"
202789                    },
202790                    {
202791                        "desc": "6",
202792                        "name": "6",
202793                        "value": "7"
202794                    },
202795                    {
202796                        "desc": "7",
202797                        "name": "7",
202798                        "value": "8"
202799                    },
202800                    {
202801                        "desc": "8",
202802                        "name": "8",
202803                        "value": "9"
202804                    },
202805                    {
202806                        "desc": "9",
202807                        "name": "9",
202808                        "value": "10"
202809                    },
202810                    {
202811                        "desc": "10",
202812                        "name": "10",
202813                        "value": "11"
202814                    },
202815                    {
202816                        "desc": "11",
202817                        "name": "11",
202818                        "value": "12"
202819                    },
202820                    {
202821                        "desc": "12",
202822                        "name": "12",
202823                        "value": "13"
202824                    },
202825                    {
202826                        "desc": "13",
202827                        "name": "13",
202828                        "value": "14"
202829                    },
202830                    {
202831                        "desc": "14",
202832                        "name": "14",
202833                        "value": "15"
202834                    },
202835                    {
202836                        "desc": "15",
202837                        "name": "15",
202838                        "value": "16"
202839                    }
202840                ]
202841            },
202842            "lsp-plug-in-plugins-lv2-room-builder-monoscl-5": {
202843                "ignore-enum-members": true,
202844                "kind": "enum",
202845                "values": [
202846                    {
202847                        "desc": "Any",
202848                        "name": "Any",
202849                        "value": "0"
202850                    },
202851                    {
202852                        "desc": "0",
202853                        "name": "0",
202854                        "value": "1"
202855                    },
202856                    {
202857                        "desc": "1",
202858                        "name": "1",
202859                        "value": "2"
202860                    },
202861                    {
202862                        "desc": "2",
202863                        "name": "2",
202864                        "value": "3"
202865                    },
202866                    {
202867                        "desc": "3",
202868                        "name": "3",
202869                        "value": "4"
202870                    },
202871                    {
202872                        "desc": "4",
202873                        "name": "4",
202874                        "value": "5"
202875                    },
202876                    {
202877                        "desc": "5",
202878                        "name": "5",
202879                        "value": "6"
202880                    },
202881                    {
202882                        "desc": "6",
202883                        "name": "6",
202884                        "value": "7"
202885                    },
202886                    {
202887                        "desc": "7",
202888                        "name": "7",
202889                        "value": "8"
202890                    },
202891                    {
202892                        "desc": "8",
202893                        "name": "8",
202894                        "value": "9"
202895                    },
202896                    {
202897                        "desc": "9",
202898                        "name": "9",
202899                        "value": "10"
202900                    },
202901                    {
202902                        "desc": "10",
202903                        "name": "10",
202904                        "value": "11"
202905                    },
202906                    {
202907                        "desc": "11",
202908                        "name": "11",
202909                        "value": "12"
202910                    },
202911                    {
202912                        "desc": "12",
202913                        "name": "12",
202914                        "value": "13"
202915                    },
202916                    {
202917                        "desc": "13",
202918                        "name": "13",
202919                        "value": "14"
202920                    },
202921                    {
202922                        "desc": "14",
202923                        "name": "14",
202924                        "value": "15"
202925                    },
202926                    {
202927                        "desc": "15",
202928                        "name": "15",
202929                        "value": "16"
202930                    }
202931                ]
202932            },
202933            "lsp-plug-in-plugins-lv2-room-builder-monoscl-6": {
202934                "ignore-enum-members": true,
202935                "kind": "enum",
202936                "values": [
202937                    {
202938                        "desc": "Any",
202939                        "name": "Any",
202940                        "value": "0"
202941                    },
202942                    {
202943                        "desc": "0",
202944                        "name": "0",
202945                        "value": "1"
202946                    },
202947                    {
202948                        "desc": "1",
202949                        "name": "1",
202950                        "value": "2"
202951                    },
202952                    {
202953                        "desc": "2",
202954                        "name": "2",
202955                        "value": "3"
202956                    },
202957                    {
202958                        "desc": "3",
202959                        "name": "3",
202960                        "value": "4"
202961                    },
202962                    {
202963                        "desc": "4",
202964                        "name": "4",
202965                        "value": "5"
202966                    },
202967                    {
202968                        "desc": "5",
202969                        "name": "5",
202970                        "value": "6"
202971                    },
202972                    {
202973                        "desc": "6",
202974                        "name": "6",
202975                        "value": "7"
202976                    },
202977                    {
202978                        "desc": "7",
202979                        "name": "7",
202980                        "value": "8"
202981                    },
202982                    {
202983                        "desc": "8",
202984                        "name": "8",
202985                        "value": "9"
202986                    },
202987                    {
202988                        "desc": "9",
202989                        "name": "9",
202990                        "value": "10"
202991                    },
202992                    {
202993                        "desc": "10",
202994                        "name": "10",
202995                        "value": "11"
202996                    },
202997                    {
202998                        "desc": "11",
202999                        "name": "11",
203000                        "value": "12"
203001                    },
203002                    {
203003                        "desc": "12",
203004                        "name": "12",
203005                        "value": "13"
203006                    },
203007                    {
203008                        "desc": "13",
203009                        "name": "13",
203010                        "value": "14"
203011                    },
203012                    {
203013                        "desc": "14",
203014                        "name": "14",
203015                        "value": "15"
203016                    },
203017                    {
203018                        "desc": "15",
203019                        "name": "15",
203020                        "value": "16"
203021                    }
203022                ]
203023            },
203024            "lsp-plug-in-plugins-lv2-room-builder-monoscl-7": {
203025                "ignore-enum-members": true,
203026                "kind": "enum",
203027                "values": [
203028                    {
203029                        "desc": "Any",
203030                        "name": "Any",
203031                        "value": "0"
203032                    },
203033                    {
203034                        "desc": "0",
203035                        "name": "0",
203036                        "value": "1"
203037                    },
203038                    {
203039                        "desc": "1",
203040                        "name": "1",
203041                        "value": "2"
203042                    },
203043                    {
203044                        "desc": "2",
203045                        "name": "2",
203046                        "value": "3"
203047                    },
203048                    {
203049                        "desc": "3",
203050                        "name": "3",
203051                        "value": "4"
203052                    },
203053                    {
203054                        "desc": "4",
203055                        "name": "4",
203056                        "value": "5"
203057                    },
203058                    {
203059                        "desc": "5",
203060                        "name": "5",
203061                        "value": "6"
203062                    },
203063                    {
203064                        "desc": "6",
203065                        "name": "6",
203066                        "value": "7"
203067                    },
203068                    {
203069                        "desc": "7",
203070                        "name": "7",
203071                        "value": "8"
203072                    },
203073                    {
203074                        "desc": "8",
203075                        "name": "8",
203076                        "value": "9"
203077                    },
203078                    {
203079                        "desc": "9",
203080                        "name": "9",
203081                        "value": "10"
203082                    },
203083                    {
203084                        "desc": "10",
203085                        "name": "10",
203086                        "value": "11"
203087                    },
203088                    {
203089                        "desc": "11",
203090                        "name": "11",
203091                        "value": "12"
203092                    },
203093                    {
203094                        "desc": "12",
203095                        "name": "12",
203096                        "value": "13"
203097                    },
203098                    {
203099                        "desc": "13",
203100                        "name": "13",
203101                        "value": "14"
203102                    },
203103                    {
203104                        "desc": "14",
203105                        "name": "14",
203106                        "value": "15"
203107                    },
203108                    {
203109                        "desc": "15",
203110                        "name": "15",
203111                        "value": "16"
203112                    }
203113                ]
203114            },
203115            "lsp-plug-in-plugins-lv2-room-builder-monoscmd-0": {
203116                "ignore-enum-members": true,
203117                "kind": "enum",
203118                "values": [
203119                    {
203120                        "desc": "Cardioid",
203121                        "name": "Cardioid",
203122                        "value": "0"
203123                    },
203124                    {
203125                        "desc": "Supercardioid",
203126                        "name": "Supercardioid",
203127                        "value": "1"
203128                    },
203129                    {
203130                        "desc": "Hypercardioid",
203131                        "name": "Hypercardioid",
203132                        "value": "2"
203133                    },
203134                    {
203135                        "desc": "Bidirectional",
203136                        "name": "Bidirectional",
203137                        "value": "3"
203138                    },
203139                    {
203140                        "desc": "8-directional",
203141                        "name": "8-directional",
203142                        "value": "4"
203143                    },
203144                    {
203145                        "desc": "Omnidirectional",
203146                        "name": "Omnidirectional",
203147                        "value": "5"
203148                    }
203149                ]
203150            },
203151            "lsp-plug-in-plugins-lv2-room-builder-monoscmd-1": {
203152                "ignore-enum-members": true,
203153                "kind": "enum",
203154                "values": [
203155                    {
203156                        "desc": "Cardioid",
203157                        "name": "Cardioid",
203158                        "value": "0"
203159                    },
203160                    {
203161                        "desc": "Supercardioid",
203162                        "name": "Supercardioid",
203163                        "value": "1"
203164                    },
203165                    {
203166                        "desc": "Hypercardioid",
203167                        "name": "Hypercardioid",
203168                        "value": "2"
203169                    },
203170                    {
203171                        "desc": "Bidirectional",
203172                        "name": "Bidirectional",
203173                        "value": "3"
203174                    },
203175                    {
203176                        "desc": "8-directional",
203177                        "name": "8-directional",
203178                        "value": "4"
203179                    },
203180                    {
203181                        "desc": "Omnidirectional",
203182                        "name": "Omnidirectional",
203183                        "value": "5"
203184                    }
203185                ]
203186            },
203187            "lsp-plug-in-plugins-lv2-room-builder-monoscmd-2": {
203188                "ignore-enum-members": true,
203189                "kind": "enum",
203190                "values": [
203191                    {
203192                        "desc": "Cardioid",
203193                        "name": "Cardioid",
203194                        "value": "0"
203195                    },
203196                    {
203197                        "desc": "Supercardioid",
203198                        "name": "Supercardioid",
203199                        "value": "1"
203200                    },
203201                    {
203202                        "desc": "Hypercardioid",
203203                        "name": "Hypercardioid",
203204                        "value": "2"
203205                    },
203206                    {
203207                        "desc": "Bidirectional",
203208                        "name": "Bidirectional",
203209                        "value": "3"
203210                    },
203211                    {
203212                        "desc": "8-directional",
203213                        "name": "8-directional",
203214                        "value": "4"
203215                    },
203216                    {
203217                        "desc": "Omnidirectional",
203218                        "name": "Omnidirectional",
203219                        "value": "5"
203220                    }
203221                ]
203222            },
203223            "lsp-plug-in-plugins-lv2-room-builder-monoscmd-3": {
203224                "ignore-enum-members": true,
203225                "kind": "enum",
203226                "values": [
203227                    {
203228                        "desc": "Cardioid",
203229                        "name": "Cardioid",
203230                        "value": "0"
203231                    },
203232                    {
203233                        "desc": "Supercardioid",
203234                        "name": "Supercardioid",
203235                        "value": "1"
203236                    },
203237                    {
203238                        "desc": "Hypercardioid",
203239                        "name": "Hypercardioid",
203240                        "value": "2"
203241                    },
203242                    {
203243                        "desc": "Bidirectional",
203244                        "name": "Bidirectional",
203245                        "value": "3"
203246                    },
203247                    {
203248                        "desc": "8-directional",
203249                        "name": "8-directional",
203250                        "value": "4"
203251                    },
203252                    {
203253                        "desc": "Omnidirectional",
203254                        "name": "Omnidirectional",
203255                        "value": "5"
203256                    }
203257                ]
203258            },
203259            "lsp-plug-in-plugins-lv2-room-builder-monoscmd-4": {
203260                "ignore-enum-members": true,
203261                "kind": "enum",
203262                "values": [
203263                    {
203264                        "desc": "Cardioid",
203265                        "name": "Cardioid",
203266                        "value": "0"
203267                    },
203268                    {
203269                        "desc": "Supercardioid",
203270                        "name": "Supercardioid",
203271                        "value": "1"
203272                    },
203273                    {
203274                        "desc": "Hypercardioid",
203275                        "name": "Hypercardioid",
203276                        "value": "2"
203277                    },
203278                    {
203279                        "desc": "Bidirectional",
203280                        "name": "Bidirectional",
203281                        "value": "3"
203282                    },
203283                    {
203284                        "desc": "8-directional",
203285                        "name": "8-directional",
203286                        "value": "4"
203287                    },
203288                    {
203289                        "desc": "Omnidirectional",
203290                        "name": "Omnidirectional",
203291                        "value": "5"
203292                    }
203293                ]
203294            },
203295            "lsp-plug-in-plugins-lv2-room-builder-monoscmd-5": {
203296                "ignore-enum-members": true,
203297                "kind": "enum",
203298                "values": [
203299                    {
203300                        "desc": "Cardioid",
203301                        "name": "Cardioid",
203302                        "value": "0"
203303                    },
203304                    {
203305                        "desc": "Supercardioid",
203306                        "name": "Supercardioid",
203307                        "value": "1"
203308                    },
203309                    {
203310                        "desc": "Hypercardioid",
203311                        "name": "Hypercardioid",
203312                        "value": "2"
203313                    },
203314                    {
203315                        "desc": "Bidirectional",
203316                        "name": "Bidirectional",
203317                        "value": "3"
203318                    },
203319                    {
203320                        "desc": "8-directional",
203321                        "name": "8-directional",
203322                        "value": "4"
203323                    },
203324                    {
203325                        "desc": "Omnidirectional",
203326                        "name": "Omnidirectional",
203327                        "value": "5"
203328                    }
203329                ]
203330            },
203331            "lsp-plug-in-plugins-lv2-room-builder-monoscmd-6": {
203332                "ignore-enum-members": true,
203333                "kind": "enum",
203334                "values": [
203335                    {
203336                        "desc": "Cardioid",
203337                        "name": "Cardioid",
203338                        "value": "0"
203339                    },
203340                    {
203341                        "desc": "Supercardioid",
203342                        "name": "Supercardioid",
203343                        "value": "1"
203344                    },
203345                    {
203346                        "desc": "Hypercardioid",
203347                        "name": "Hypercardioid",
203348                        "value": "2"
203349                    },
203350                    {
203351                        "desc": "Bidirectional",
203352                        "name": "Bidirectional",
203353                        "value": "3"
203354                    },
203355                    {
203356                        "desc": "8-directional",
203357                        "name": "8-directional",
203358                        "value": "4"
203359                    },
203360                    {
203361                        "desc": "Omnidirectional",
203362                        "name": "Omnidirectional",
203363                        "value": "5"
203364                    }
203365                ]
203366            },
203367            "lsp-plug-in-plugins-lv2-room-builder-monoscmd-7": {
203368                "ignore-enum-members": true,
203369                "kind": "enum",
203370                "values": [
203371                    {
203372                        "desc": "Cardioid",
203373                        "name": "Cardioid",
203374                        "value": "0"
203375                    },
203376                    {
203377                        "desc": "Supercardioid",
203378                        "name": "Supercardioid",
203379                        "value": "1"
203380                    },
203381                    {
203382                        "desc": "Hypercardioid",
203383                        "name": "Hypercardioid",
203384                        "value": "2"
203385                    },
203386                    {
203387                        "desc": "Bidirectional",
203388                        "name": "Bidirectional",
203389                        "value": "3"
203390                    },
203391                    {
203392                        "desc": "8-directional",
203393                        "name": "8-directional",
203394                        "value": "4"
203395                    },
203396                    {
203397                        "desc": "Omnidirectional",
203398                        "name": "Omnidirectional",
203399                        "value": "5"
203400                    }
203401                ]
203402            },
203403            "lsp-plug-in-plugins-lv2-room-builder-monoscsd-0": {
203404                "ignore-enum-members": true,
203405                "kind": "enum",
203406                "values": [
203407                    {
203408                        "desc": "Bidirectional",
203409                        "name": "Bidirectional",
203410                        "value": "0"
203411                    },
203412                    {
203413                        "desc": "8-directional",
203414                        "name": "8-directional",
203415                        "value": "1"
203416                    }
203417                ]
203418            },
203419            "lsp-plug-in-plugins-lv2-room-builder-monoscsd-1": {
203420                "ignore-enum-members": true,
203421                "kind": "enum",
203422                "values": [
203423                    {
203424                        "desc": "Bidirectional",
203425                        "name": "Bidirectional",
203426                        "value": "0"
203427                    },
203428                    {
203429                        "desc": "8-directional",
203430                        "name": "8-directional",
203431                        "value": "1"
203432                    }
203433                ]
203434            },
203435            "lsp-plug-in-plugins-lv2-room-builder-monoscsd-2": {
203436                "ignore-enum-members": true,
203437                "kind": "enum",
203438                "values": [
203439                    {
203440                        "desc": "Bidirectional",
203441                        "name": "Bidirectional",
203442                        "value": "0"
203443                    },
203444                    {
203445                        "desc": "8-directional",
203446                        "name": "8-directional",
203447                        "value": "1"
203448                    }
203449                ]
203450            },
203451            "lsp-plug-in-plugins-lv2-room-builder-monoscsd-3": {
203452                "ignore-enum-members": true,
203453                "kind": "enum",
203454                "values": [
203455                    {
203456                        "desc": "Bidirectional",
203457                        "name": "Bidirectional",
203458                        "value": "0"
203459                    },
203460                    {
203461                        "desc": "8-directional",
203462                        "name": "8-directional",
203463                        "value": "1"
203464                    }
203465                ]
203466            },
203467            "lsp-plug-in-plugins-lv2-room-builder-monoscsd-4": {
203468                "ignore-enum-members": true,
203469                "kind": "enum",
203470                "values": [
203471                    {
203472                        "desc": "Bidirectional",
203473                        "name": "Bidirectional",
203474                        "value": "0"
203475                    },
203476                    {
203477                        "desc": "8-directional",
203478                        "name": "8-directional",
203479                        "value": "1"
203480                    }
203481                ]
203482            },
203483            "lsp-plug-in-plugins-lv2-room-builder-monoscsd-5": {
203484                "ignore-enum-members": true,
203485                "kind": "enum",
203486                "values": [
203487                    {
203488                        "desc": "Bidirectional",
203489                        "name": "Bidirectional",
203490                        "value": "0"
203491                    },
203492                    {
203493                        "desc": "8-directional",
203494                        "name": "8-directional",
203495                        "value": "1"
203496                    }
203497                ]
203498            },
203499            "lsp-plug-in-plugins-lv2-room-builder-monoscsd-6": {
203500                "ignore-enum-members": true,
203501                "kind": "enum",
203502                "values": [
203503                    {
203504                        "desc": "Bidirectional",
203505                        "name": "Bidirectional",
203506                        "value": "0"
203507                    },
203508                    {
203509                        "desc": "8-directional",
203510                        "name": "8-directional",
203511                        "value": "1"
203512                    }
203513                ]
203514            },
203515            "lsp-plug-in-plugins-lv2-room-builder-monoscsd-7": {
203516                "ignore-enum-members": true,
203517                "kind": "enum",
203518                "values": [
203519                    {
203520                        "desc": "Bidirectional",
203521                        "name": "Bidirectional",
203522                        "value": "0"
203523                    },
203524                    {
203525                        "desc": "8-directional",
203526                        "name": "8-directional",
203527                        "value": "1"
203528                    }
203529                ]
203530            },
203531            "lsp-plug-in-plugins-lv2-room-builder-monosignal": {
203532                "ignore-enum-members": true,
203533                "kind": "enum",
203534                "values": [
203535                    {
203536                        "desc": "Convolvers",
203537                        "name": "Convolvers",
203538                        "value": "0"
203539                    },
203540                    {
203541                        "desc": "IR Equalizer",
203542                        "name": "IR Equalizer",
203543                        "value": "1"
203544                    }
203545                ]
203546            },
203547            "lsp-plug-in-plugins-lv2-room-builder-monosscf-0": {
203548                "ignore-enum-members": true,
203549                "kind": "enum",
203550                "values": [
203551                    {
203552                        "desc": "Triangle",
203553                        "name": "Triangle",
203554                        "value": "0"
203555                    },
203556                    {
203557                        "desc": "Tetrahedron",
203558                        "name": "Tetrahedron",
203559                        "value": "1"
203560                    },
203561                    {
203562                        "desc": "Octahedron",
203563                        "name": "Octahedron",
203564                        "value": "2"
203565                    },
203566                    {
203567                        "desc": "Box",
203568                        "name": "Box",
203569                        "value": "3"
203570                    },
203571                    {
203572                        "desc": "Icosahedron",
203573                        "name": "Icosahedron",
203574                        "value": "4"
203575                    },
203576                    {
203577                        "desc": "Cylinder",
203578                        "name": "Cylinder",
203579                        "value": "5"
203580                    },
203581                    {
203582                        "desc": "Cone",
203583                        "name": "Cone",
203584                        "value": "6"
203585                    },
203586                    {
203587                        "desc": "Octasphere",
203588                        "name": "Octasphere",
203589                        "value": "7"
203590                    },
203591                    {
203592                        "desc": "Icosphere",
203593                        "name": "Icosphere",
203594                        "value": "8"
203595                    },
203596                    {
203597                        "desc": "Flat spot",
203598                        "name": "Flat spot",
203599                        "value": "9"
203600                    },
203601                    {
203602                        "desc": "Cylindrical spot",
203603                        "name": "Cylindrical spot",
203604                        "value": "10"
203605                    },
203606                    {
203607                        "desc": "Spherical spot",
203608                        "name": "Spherical spot",
203609                        "value": "11"
203610                    }
203611                ]
203612            },
203613            "lsp-plug-in-plugins-lv2-room-builder-monosscf-1": {
203614                "ignore-enum-members": true,
203615                "kind": "enum",
203616                "values": [
203617                    {
203618                        "desc": "Triangle",
203619                        "name": "Triangle",
203620                        "value": "0"
203621                    },
203622                    {
203623                        "desc": "Tetrahedron",
203624                        "name": "Tetrahedron",
203625                        "value": "1"
203626                    },
203627                    {
203628                        "desc": "Octahedron",
203629                        "name": "Octahedron",
203630                        "value": "2"
203631                    },
203632                    {
203633                        "desc": "Box",
203634                        "name": "Box",
203635                        "value": "3"
203636                    },
203637                    {
203638                        "desc": "Icosahedron",
203639                        "name": "Icosahedron",
203640                        "value": "4"
203641                    },
203642                    {
203643                        "desc": "Cylinder",
203644                        "name": "Cylinder",
203645                        "value": "5"
203646                    },
203647                    {
203648                        "desc": "Cone",
203649                        "name": "Cone",
203650                        "value": "6"
203651                    },
203652                    {
203653                        "desc": "Octasphere",
203654                        "name": "Octasphere",
203655                        "value": "7"
203656                    },
203657                    {
203658                        "desc": "Icosphere",
203659                        "name": "Icosphere",
203660                        "value": "8"
203661                    },
203662                    {
203663                        "desc": "Flat spot",
203664                        "name": "Flat spot",
203665                        "value": "9"
203666                    },
203667                    {
203668                        "desc": "Cylindrical spot",
203669                        "name": "Cylindrical spot",
203670                        "value": "10"
203671                    },
203672                    {
203673                        "desc": "Spherical spot",
203674                        "name": "Spherical spot",
203675                        "value": "11"
203676                    }
203677                ]
203678            },
203679            "lsp-plug-in-plugins-lv2-room-builder-monosscf-2": {
203680                "ignore-enum-members": true,
203681                "kind": "enum",
203682                "values": [
203683                    {
203684                        "desc": "Triangle",
203685                        "name": "Triangle",
203686                        "value": "0"
203687                    },
203688                    {
203689                        "desc": "Tetrahedron",
203690                        "name": "Tetrahedron",
203691                        "value": "1"
203692                    },
203693                    {
203694                        "desc": "Octahedron",
203695                        "name": "Octahedron",
203696                        "value": "2"
203697                    },
203698                    {
203699                        "desc": "Box",
203700                        "name": "Box",
203701                        "value": "3"
203702                    },
203703                    {
203704                        "desc": "Icosahedron",
203705                        "name": "Icosahedron",
203706                        "value": "4"
203707                    },
203708                    {
203709                        "desc": "Cylinder",
203710                        "name": "Cylinder",
203711                        "value": "5"
203712                    },
203713                    {
203714                        "desc": "Cone",
203715                        "name": "Cone",
203716                        "value": "6"
203717                    },
203718                    {
203719                        "desc": "Octasphere",
203720                        "name": "Octasphere",
203721                        "value": "7"
203722                    },
203723                    {
203724                        "desc": "Icosphere",
203725                        "name": "Icosphere",
203726                        "value": "8"
203727                    },
203728                    {
203729                        "desc": "Flat spot",
203730                        "name": "Flat spot",
203731                        "value": "9"
203732                    },
203733                    {
203734                        "desc": "Cylindrical spot",
203735                        "name": "Cylindrical spot",
203736                        "value": "10"
203737                    },
203738                    {
203739                        "desc": "Spherical spot",
203740                        "name": "Spherical spot",
203741                        "value": "11"
203742                    }
203743                ]
203744            },
203745            "lsp-plug-in-plugins-lv2-room-builder-monosscf-3": {
203746                "ignore-enum-members": true,
203747                "kind": "enum",
203748                "values": [
203749                    {
203750                        "desc": "Triangle",
203751                        "name": "Triangle",
203752                        "value": "0"
203753                    },
203754                    {
203755                        "desc": "Tetrahedron",
203756                        "name": "Tetrahedron",
203757                        "value": "1"
203758                    },
203759                    {
203760                        "desc": "Octahedron",
203761                        "name": "Octahedron",
203762                        "value": "2"
203763                    },
203764                    {
203765                        "desc": "Box",
203766                        "name": "Box",
203767                        "value": "3"
203768                    },
203769                    {
203770                        "desc": "Icosahedron",
203771                        "name": "Icosahedron",
203772                        "value": "4"
203773                    },
203774                    {
203775                        "desc": "Cylinder",
203776                        "name": "Cylinder",
203777                        "value": "5"
203778                    },
203779                    {
203780                        "desc": "Cone",
203781                        "name": "Cone",
203782                        "value": "6"
203783                    },
203784                    {
203785                        "desc": "Octasphere",
203786                        "name": "Octasphere",
203787                        "value": "7"
203788                    },
203789                    {
203790                        "desc": "Icosphere",
203791                        "name": "Icosphere",
203792                        "value": "8"
203793                    },
203794                    {
203795                        "desc": "Flat spot",
203796                        "name": "Flat spot",
203797                        "value": "9"
203798                    },
203799                    {
203800                        "desc": "Cylindrical spot",
203801                        "name": "Cylindrical spot",
203802                        "value": "10"
203803                    },
203804                    {
203805                        "desc": "Spherical spot",
203806                        "name": "Spherical spot",
203807                        "value": "11"
203808                    }
203809                ]
203810            },
203811            "lsp-plug-in-plugins-lv2-room-builder-monosscf-4": {
203812                "ignore-enum-members": true,
203813                "kind": "enum",
203814                "values": [
203815                    {
203816                        "desc": "Triangle",
203817                        "name": "Triangle",
203818                        "value": "0"
203819                    },
203820                    {
203821                        "desc": "Tetrahedron",
203822                        "name": "Tetrahedron",
203823                        "value": "1"
203824                    },
203825                    {
203826                        "desc": "Octahedron",
203827                        "name": "Octahedron",
203828                        "value": "2"
203829                    },
203830                    {
203831                        "desc": "Box",
203832                        "name": "Box",
203833                        "value": "3"
203834                    },
203835                    {
203836                        "desc": "Icosahedron",
203837                        "name": "Icosahedron",
203838                        "value": "4"
203839                    },
203840                    {
203841                        "desc": "Cylinder",
203842                        "name": "Cylinder",
203843                        "value": "5"
203844                    },
203845                    {
203846                        "desc": "Cone",
203847                        "name": "Cone",
203848                        "value": "6"
203849                    },
203850                    {
203851                        "desc": "Octasphere",
203852                        "name": "Octasphere",
203853                        "value": "7"
203854                    },
203855                    {
203856                        "desc": "Icosphere",
203857                        "name": "Icosphere",
203858                        "value": "8"
203859                    },
203860                    {
203861                        "desc": "Flat spot",
203862                        "name": "Flat spot",
203863                        "value": "9"
203864                    },
203865                    {
203866                        "desc": "Cylindrical spot",
203867                        "name": "Cylindrical spot",
203868                        "value": "10"
203869                    },
203870                    {
203871                        "desc": "Spherical spot",
203872                        "name": "Spherical spot",
203873                        "value": "11"
203874                    }
203875                ]
203876            },
203877            "lsp-plug-in-plugins-lv2-room-builder-monosscf-5": {
203878                "ignore-enum-members": true,
203879                "kind": "enum",
203880                "values": [
203881                    {
203882                        "desc": "Triangle",
203883                        "name": "Triangle",
203884                        "value": "0"
203885                    },
203886                    {
203887                        "desc": "Tetrahedron",
203888                        "name": "Tetrahedron",
203889                        "value": "1"
203890                    },
203891                    {
203892                        "desc": "Octahedron",
203893                        "name": "Octahedron",
203894                        "value": "2"
203895                    },
203896                    {
203897                        "desc": "Box",
203898                        "name": "Box",
203899                        "value": "3"
203900                    },
203901                    {
203902                        "desc": "Icosahedron",
203903                        "name": "Icosahedron",
203904                        "value": "4"
203905                    },
203906                    {
203907                        "desc": "Cylinder",
203908                        "name": "Cylinder",
203909                        "value": "5"
203910                    },
203911                    {
203912                        "desc": "Cone",
203913                        "name": "Cone",
203914                        "value": "6"
203915                    },
203916                    {
203917                        "desc": "Octasphere",
203918                        "name": "Octasphere",
203919                        "value": "7"
203920                    },
203921                    {
203922                        "desc": "Icosphere",
203923                        "name": "Icosphere",
203924                        "value": "8"
203925                    },
203926                    {
203927                        "desc": "Flat spot",
203928                        "name": "Flat spot",
203929                        "value": "9"
203930                    },
203931                    {
203932                        "desc": "Cylindrical spot",
203933                        "name": "Cylindrical spot",
203934                        "value": "10"
203935                    },
203936                    {
203937                        "desc": "Spherical spot",
203938                        "name": "Spherical spot",
203939                        "value": "11"
203940                    }
203941                ]
203942            },
203943            "lsp-plug-in-plugins-lv2-room-builder-monosscf-6": {
203944                "ignore-enum-members": true,
203945                "kind": "enum",
203946                "values": [
203947                    {
203948                        "desc": "Triangle",
203949                        "name": "Triangle",
203950                        "value": "0"
203951                    },
203952                    {
203953                        "desc": "Tetrahedron",
203954                        "name": "Tetrahedron",
203955                        "value": "1"
203956                    },
203957                    {
203958                        "desc": "Octahedron",
203959                        "name": "Octahedron",
203960                        "value": "2"
203961                    },
203962                    {
203963                        "desc": "Box",
203964                        "name": "Box",
203965                        "value": "3"
203966                    },
203967                    {
203968                        "desc": "Icosahedron",
203969                        "name": "Icosahedron",
203970                        "value": "4"
203971                    },
203972                    {
203973                        "desc": "Cylinder",
203974                        "name": "Cylinder",
203975                        "value": "5"
203976                    },
203977                    {
203978                        "desc": "Cone",
203979                        "name": "Cone",
203980                        "value": "6"
203981                    },
203982                    {
203983                        "desc": "Octasphere",
203984                        "name": "Octasphere",
203985                        "value": "7"
203986                    },
203987                    {
203988                        "desc": "Icosphere",
203989                        "name": "Icosphere",
203990                        "value": "8"
203991                    },
203992                    {
203993                        "desc": "Flat spot",
203994                        "name": "Flat spot",
203995                        "value": "9"
203996                    },
203997                    {
203998                        "desc": "Cylindrical spot",
203999                        "name": "Cylindrical spot",
204000                        "value": "10"
204001                    },
204002                    {
204003                        "desc": "Spherical spot",
204004                        "name": "Spherical spot",
204005                        "value": "11"
204006                    }
204007                ]
204008            },
204009            "lsp-plug-in-plugins-lv2-room-builder-monosscf-7": {
204010                "ignore-enum-members": true,
204011                "kind": "enum",
204012                "values": [
204013                    {
204014                        "desc": "Triangle",
204015                        "name": "Triangle",
204016                        "value": "0"
204017                    },
204018                    {
204019                        "desc": "Tetrahedron",
204020                        "name": "Tetrahedron",
204021                        "value": "1"
204022                    },
204023                    {
204024                        "desc": "Octahedron",
204025                        "name": "Octahedron",
204026                        "value": "2"
204027                    },
204028                    {
204029                        "desc": "Box",
204030                        "name": "Box",
204031                        "value": "3"
204032                    },
204033                    {
204034                        "desc": "Icosahedron",
204035                        "name": "Icosahedron",
204036                        "value": "4"
204037                    },
204038                    {
204039                        "desc": "Cylinder",
204040                        "name": "Cylinder",
204041                        "value": "5"
204042                    },
204043                    {
204044                        "desc": "Cone",
204045                        "name": "Cone",
204046                        "value": "6"
204047                    },
204048                    {
204049                        "desc": "Octasphere",
204050                        "name": "Octasphere",
204051                        "value": "7"
204052                    },
204053                    {
204054                        "desc": "Icosphere",
204055                        "name": "Icosphere",
204056                        "value": "8"
204057                    },
204058                    {
204059                        "desc": "Flat spot",
204060                        "name": "Flat spot",
204061                        "value": "9"
204062                    },
204063                    {
204064                        "desc": "Cylindrical spot",
204065                        "name": "Cylindrical spot",
204066                        "value": "10"
204067                    },
204068                    {
204069                        "desc": "Spherical spot",
204070                        "name": "Spherical spot",
204071                        "value": "11"
204072                    }
204073                ]
204074            },
204075            "lsp-plug-in-plugins-lv2-room-builder-monossel": {
204076                "ignore-enum-members": true,
204077                "kind": "enum",
204078                "values": [
204079                    {
204080                        "desc": "0",
204081                        "name": "0",
204082                        "value": "0"
204083                    },
204084                    {
204085                        "desc": "1",
204086                        "name": "1",
204087                        "value": "1"
204088                    },
204089                    {
204090                        "desc": "2",
204091                        "name": "2",
204092                        "value": "2"
204093                    },
204094                    {
204095                        "desc": "3",
204096                        "name": "3",
204097                        "value": "3"
204098                    },
204099                    {
204100                        "desc": "4",
204101                        "name": "4",
204102                        "value": "4"
204103                    },
204104                    {
204105                        "desc": "5",
204106                        "name": "5",
204107                        "value": "5"
204108                    },
204109                    {
204110                        "desc": "6",
204111                        "name": "6",
204112                        "value": "6"
204113                    },
204114                    {
204115                        "desc": "7",
204116                        "name": "7",
204117                        "value": "7"
204118                    }
204119                ]
204120            },
204121            "lsp-plug-in-plugins-lv2-room-builder-monoview": {
204122                "ignore-enum-members": true,
204123                "kind": "enum",
204124                "values": [
204125                    {
204126                        "desc": "Room browser",
204127                        "name": "Room browser",
204128                        "value": "0"
204129                    },
204130                    {
204131                        "desc": "Sample 0",
204132                        "name": "Sample 0",
204133                        "value": "1"
204134                    },
204135                    {
204136                        "desc": "Sample 1",
204137                        "name": "Sample 1",
204138                        "value": "2"
204139                    },
204140                    {
204141                        "desc": "Sample 2",
204142                        "name": "Sample 2",
204143                        "value": "3"
204144                    },
204145                    {
204146                        "desc": "Sample 3",
204147                        "name": "Sample 3",
204148                        "value": "4"
204149                    },
204150                    {
204151                        "desc": "Sample 4",
204152                        "name": "Sample 4",
204153                        "value": "5"
204154                    },
204155                    {
204156                        "desc": "Sample 5",
204157                        "name": "Sample 5",
204158                        "value": "6"
204159                    },
204160                    {
204161                        "desc": "Sample 6",
204162                        "name": "Sample 6",
204163                        "value": "7"
204164                    },
204165                    {
204166                        "desc": "Sample 7",
204167                        "name": "Sample 7",
204168                        "value": "8"
204169                    }
204170                ]
204171            },
204172            "lsp-plug-in-plugins-lv2-room-builder-stereocsel": {
204173                "ignore-enum-members": true,
204174                "kind": "enum",
204175                "values": [
204176                    {
204177                        "desc": "0",
204178                        "name": "0",
204179                        "value": "0"
204180                    },
204181                    {
204182                        "desc": "1",
204183                        "name": "1",
204184                        "value": "1"
204185                    },
204186                    {
204187                        "desc": "2",
204188                        "name": "2",
204189                        "value": "2"
204190                    },
204191                    {
204192                        "desc": "3",
204193                        "name": "3",
204194                        "value": "3"
204195                    },
204196                    {
204197                        "desc": "4",
204198                        "name": "4",
204199                        "value": "4"
204200                    },
204201                    {
204202                        "desc": "5",
204203                        "name": "5",
204204                        "value": "5"
204205                    },
204206                    {
204207                        "desc": "6",
204208                        "name": "6",
204209                        "value": "6"
204210                    },
204211                    {
204212                        "desc": "7",
204213                        "name": "7",
204214                        "value": "7"
204215                    }
204216                ]
204217            },
204218            "lsp-plug-in-plugins-lv2-room-builder-stereocsf0": {
204219                "ignore-enum-members": true,
204220                "kind": "enum",
204221                "values": [
204222                    {
204223                        "desc": "None",
204224                        "name": "None",
204225                        "value": "0"
204226                    },
204227                    {
204228                        "desc": "Sample 0",
204229                        "name": "Sample 0",
204230                        "value": "1"
204231                    },
204232                    {
204233                        "desc": "Sample 1",
204234                        "name": "Sample 1",
204235                        "value": "2"
204236                    },
204237                    {
204238                        "desc": "Sample 2",
204239                        "name": "Sample 2",
204240                        "value": "3"
204241                    },
204242                    {
204243                        "desc": "Sample 3",
204244                        "name": "Sample 3",
204245                        "value": "4"
204246                    },
204247                    {
204248                        "desc": "Sample 4",
204249                        "name": "Sample 4",
204250                        "value": "5"
204251                    },
204252                    {
204253                        "desc": "Sample 5",
204254                        "name": "Sample 5",
204255                        "value": "6"
204256                    },
204257                    {
204258                        "desc": "Sample 6",
204259                        "name": "Sample 6",
204260                        "value": "7"
204261                    },
204262                    {
204263                        "desc": "Sample 7",
204264                        "name": "Sample 7",
204265                        "value": "8"
204266                    }
204267                ]
204268            },
204269            "lsp-plug-in-plugins-lv2-room-builder-stereocsf1": {
204270                "ignore-enum-members": true,
204271                "kind": "enum",
204272                "values": [
204273                    {
204274                        "desc": "None",
204275                        "name": "None",
204276                        "value": "0"
204277                    },
204278                    {
204279                        "desc": "Sample 0",
204280                        "name": "Sample 0",
204281                        "value": "1"
204282                    },
204283                    {
204284                        "desc": "Sample 1",
204285                        "name": "Sample 1",
204286                        "value": "2"
204287                    },
204288                    {
204289                        "desc": "Sample 2",
204290                        "name": "Sample 2",
204291                        "value": "3"
204292                    },
204293                    {
204294                        "desc": "Sample 3",
204295                        "name": "Sample 3",
204296                        "value": "4"
204297                    },
204298                    {
204299                        "desc": "Sample 4",
204300                        "name": "Sample 4",
204301                        "value": "5"
204302                    },
204303                    {
204304                        "desc": "Sample 5",
204305                        "name": "Sample 5",
204306                        "value": "6"
204307                    },
204308                    {
204309                        "desc": "Sample 6",
204310                        "name": "Sample 6",
204311                        "value": "7"
204312                    },
204313                    {
204314                        "desc": "Sample 7",
204315                        "name": "Sample 7",
204316                        "value": "8"
204317                    }
204318                ]
204319            },
204320            "lsp-plug-in-plugins-lv2-room-builder-stereocsf2": {
204321                "ignore-enum-members": true,
204322                "kind": "enum",
204323                "values": [
204324                    {
204325                        "desc": "None",
204326                        "name": "None",
204327                        "value": "0"
204328                    },
204329                    {
204330                        "desc": "Sample 0",
204331                        "name": "Sample 0",
204332                        "value": "1"
204333                    },
204334                    {
204335                        "desc": "Sample 1",
204336                        "name": "Sample 1",
204337                        "value": "2"
204338                    },
204339                    {
204340                        "desc": "Sample 2",
204341                        "name": "Sample 2",
204342                        "value": "3"
204343                    },
204344                    {
204345                        "desc": "Sample 3",
204346                        "name": "Sample 3",
204347                        "value": "4"
204348                    },
204349                    {
204350                        "desc": "Sample 4",
204351                        "name": "Sample 4",
204352                        "value": "5"
204353                    },
204354                    {
204355                        "desc": "Sample 5",
204356                        "name": "Sample 5",
204357                        "value": "6"
204358                    },
204359                    {
204360                        "desc": "Sample 6",
204361                        "name": "Sample 6",
204362                        "value": "7"
204363                    },
204364                    {
204365                        "desc": "Sample 7",
204366                        "name": "Sample 7",
204367                        "value": "8"
204368                    }
204369                ]
204370            },
204371            "lsp-plug-in-plugins-lv2-room-builder-stereocsf3": {
204372                "ignore-enum-members": true,
204373                "kind": "enum",
204374                "values": [
204375                    {
204376                        "desc": "None",
204377                        "name": "None",
204378                        "value": "0"
204379                    },
204380                    {
204381                        "desc": "Sample 0",
204382                        "name": "Sample 0",
204383                        "value": "1"
204384                    },
204385                    {
204386                        "desc": "Sample 1",
204387                        "name": "Sample 1",
204388                        "value": "2"
204389                    },
204390                    {
204391                        "desc": "Sample 2",
204392                        "name": "Sample 2",
204393                        "value": "3"
204394                    },
204395                    {
204396                        "desc": "Sample 3",
204397                        "name": "Sample 3",
204398                        "value": "4"
204399                    },
204400                    {
204401                        "desc": "Sample 4",
204402                        "name": "Sample 4",
204403                        "value": "5"
204404                    },
204405                    {
204406                        "desc": "Sample 5",
204407                        "name": "Sample 5",
204408                        "value": "6"
204409                    },
204410                    {
204411                        "desc": "Sample 6",
204412                        "name": "Sample 6",
204413                        "value": "7"
204414                    },
204415                    {
204416                        "desc": "Sample 7",
204417                        "name": "Sample 7",
204418                        "value": "8"
204419                    }
204420                ]
204421            },
204422            "lsp-plug-in-plugins-lv2-room-builder-stereocst0": {
204423                "ignore-enum-members": true,
204424                "kind": "enum",
204425                "values": [
204426                    {
204427                        "desc": "Left",
204428                        "name": "Left",
204429                        "value": "0"
204430                    },
204431                    {
204432                        "desc": "Right",
204433                        "name": "Right",
204434                        "value": "1"
204435                    }
204436                ]
204437            },
204438            "lsp-plug-in-plugins-lv2-room-builder-stereocst1": {
204439                "ignore-enum-members": true,
204440                "kind": "enum",
204441                "values": [
204442                    {
204443                        "desc": "Left",
204444                        "name": "Left",
204445                        "value": "0"
204446                    },
204447                    {
204448                        "desc": "Right",
204449                        "name": "Right",
204450                        "value": "1"
204451                    }
204452                ]
204453            },
204454            "lsp-plug-in-plugins-lv2-room-builder-stereocst2": {
204455                "ignore-enum-members": true,
204456                "kind": "enum",
204457                "values": [
204458                    {
204459                        "desc": "Left",
204460                        "name": "Left",
204461                        "value": "0"
204462                    },
204463                    {
204464                        "desc": "Right",
204465                        "name": "Right",
204466                        "value": "1"
204467                    }
204468                ]
204469            },
204470            "lsp-plug-in-plugins-lv2-room-builder-stereocst3": {
204471                "ignore-enum-members": true,
204472                "kind": "enum",
204473                "values": [
204474                    {
204475                        "desc": "Left",
204476                        "name": "Left",
204477                        "value": "0"
204478                    },
204479                    {
204480                        "desc": "Right",
204481                        "name": "Right",
204482                        "value": "1"
204483                    }
204484                ]
204485            },
204486            "lsp-plug-in-plugins-lv2-room-builder-stereoeditor": {
204487                "ignore-enum-members": true,
204488                "kind": "enum",
204489                "values": [
204490                    {
204491                        "desc": "Source editor",
204492                        "name": "Source editor",
204493                        "value": "0"
204494                    },
204495                    {
204496                        "desc": "Capture editor",
204497                        "name": "Capture editor",
204498                        "value": "1"
204499                    },
204500                    {
204501                        "desc": "Object editor",
204502                        "name": "Object editor",
204503                        "value": "2"
204504                    },
204505                    {
204506                        "desc": "Material editor",
204507                        "name": "Material editor",
204508                        "value": "3"
204509                    }
204510                ]
204511            },
204512            "lsp-plug-in-plugins-lv2-room-builder-stereofft": {
204513                "ignore-enum-members": true,
204514                "kind": "enum",
204515                "values": [
204516                    {
204517                        "desc": "512",
204518                        "name": "512",
204519                        "value": "0"
204520                    },
204521                    {
204522                        "desc": "1024",
204523                        "name": "1024",
204524                        "value": "1"
204525                    },
204526                    {
204527                        "desc": "2048",
204528                        "name": "2048",
204529                        "value": "2"
204530                    },
204531                    {
204532                        "desc": "4096",
204533                        "name": "4096",
204534                        "value": "3"
204535                    },
204536                    {
204537                        "desc": "8192",
204538                        "name": "8192",
204539                        "value": "4"
204540                    },
204541                    {
204542                        "desc": "16384",
204543                        "name": "16384",
204544                        "value": "5"
204545                    },
204546                    {
204547                        "desc": "32767",
204548                        "name": "32767",
204549                        "value": "6"
204550                    },
204551                    {
204552                        "desc": "65536",
204553                        "name": "65536",
204554                        "value": "7"
204555                    }
204556                ]
204557            },
204558            "lsp-plug-in-plugins-lv2-room-builder-stereohcm": {
204559                "ignore-enum-members": true,
204560                "kind": "enum",
204561                "values": [
204562                    {
204563                        "desc": "off",
204564                        "name": "off",
204565                        "value": "0"
204566                    },
204567                    {
204568                        "desc": "6 dB/oct",
204569                        "name": "6 dB/oct",
204570                        "value": "1"
204571                    },
204572                    {
204573                        "desc": "12 dB/oct",
204574                        "name": "12 dB/oct",
204575                        "value": "2"
204576                    },
204577                    {
204578                        "desc": "18 dB/oct",
204579                        "name": "18 dB/oct",
204580                        "value": "3"
204581                    }
204582                ]
204583            },
204584            "lsp-plug-in-plugins-lv2-room-builder-stereoifo": {
204585                "ignore-enum-members": true,
204586                "kind": "enum",
204587                "values": [
204588                    {
204589                        "desc": "+X forward, +Y up",
204590                        "name": "+X forward, +Y up",
204591                        "value": "0"
204592                    },
204593                    {
204594                        "desc": "+X forward, +Z up",
204595                        "name": "+X forward, +Z up",
204596                        "value": "1"
204597                    },
204598                    {
204599                        "desc": "+X forward, -Y up",
204600                        "name": "+X forward, -Y up",
204601                        "value": "2"
204602                    },
204603                    {
204604                        "desc": "+X forward, -Z up",
204605                        "name": "+X forward, -Z up",
204606                        "value": "3"
204607                    },
204608                    {
204609                        "desc": "-X forward, +Y up",
204610                        "name": "-X forward, +Y up",
204611                        "value": "4"
204612                    },
204613                    {
204614                        "desc": "-X forward, +Z up",
204615                        "name": "-X forward, +Z up",
204616                        "value": "5"
204617                    },
204618                    {
204619                        "desc": "-X forward, -Y up",
204620                        "name": "-X forward, -Y up",
204621                        "value": "6"
204622                    },
204623                    {
204624                        "desc": "-X forward, -Z up",
204625                        "name": "-X forward, -Z up",
204626                        "value": "7"
204627                    },
204628                    {
204629                        "desc": "+Y forward, +X up",
204630                        "name": "+Y forward, +X up",
204631                        "value": "8"
204632                    },
204633                    {
204634                        "desc": "+Y forward, +Z up",
204635                        "name": "+Y forward, +Z up",
204636                        "value": "9"
204637                    },
204638                    {
204639                        "desc": "+Y forward, -X up",
204640                        "name": "+Y forward, -X up",
204641                        "value": "10"
204642                    },
204643                    {
204644                        "desc": "+Y forward, -Z up",
204645                        "name": "+Y forward, -Z up",
204646                        "value": "11"
204647                    },
204648                    {
204649                        "desc": "-Y forward, +X up",
204650                        "name": "-Y forward, +X up",
204651                        "value": "12"
204652                    },
204653                    {
204654                        "desc": "-Y forward, +Z up",
204655                        "name": "-Y forward, +Z up",
204656                        "value": "13"
204657                    },
204658                    {
204659                        "desc": "-Y forward, -X up",
204660                        "name": "-Y forward, -X up",
204661                        "value": "14"
204662                    },
204663                    {
204664                        "desc": "-Y forward, -Z up",
204665                        "name": "-Y forward, -Z up",
204666                        "value": "15"
204667                    },
204668                    {
204669                        "desc": "+Z forward, +X up",
204670                        "name": "+Z forward, +X up",
204671                        "value": "16"
204672                    },
204673                    {
204674                        "desc": "+Z forward, +Y up",
204675                        "name": "+Z forward, +Y up",
204676                        "value": "17"
204677                    },
204678                    {
204679                        "desc": "+Z forward, -X up",
204680                        "name": "+Z forward, -X up",
204681                        "value": "18"
204682                    },
204683                    {
204684                        "desc": "+Z forward, -Y up",
204685                        "name": "+Z forward, -Y up",
204686                        "value": "19"
204687                    },
204688                    {
204689                        "desc": "-Z forward, +X up",
204690                        "name": "-Z forward, +X up",
204691                        "value": "20"
204692                    },
204693                    {
204694                        "desc": "-Z forward, +Y up",
204695                        "name": "-Z forward, +Y up",
204696                        "value": "21"
204697                    },
204698                    {
204699                        "desc": "-Z forward, -X up",
204700                        "name": "-Z forward, -X up",
204701                        "value": "22"
204702                    },
204703                    {
204704                        "desc": "-Z forward, -Y up",
204705                        "name": "-Z forward, -Y up",
204706                        "value": "23"
204707                    }
204708                ]
204709            },
204710            "lsp-plug-in-plugins-lv2-room-builder-stereolcm": {
204711                "ignore-enum-members": true,
204712                "kind": "enum",
204713                "values": [
204714                    {
204715                        "desc": "off",
204716                        "name": "off",
204717                        "value": "0"
204718                    },
204719                    {
204720                        "desc": "6 dB/oct",
204721                        "name": "6 dB/oct",
204722                        "value": "1"
204723                    },
204724                    {
204725                        "desc": "12 dB/oct",
204726                        "name": "12 dB/oct",
204727                        "value": "2"
204728                    },
204729                    {
204730                        "desc": "18 dB/oct",
204731                        "name": "18 dB/oct",
204732                        "value": "3"
204733                    }
204734                ]
204735            },
204736            "lsp-plug-in-plugins-lv2-room-builder-stereosccf-0": {
204737                "ignore-enum-members": true,
204738                "kind": "enum",
204739                "values": [
204740                    {
204741                        "desc": "Mono",
204742                        "name": "Mono",
204743                        "value": "0"
204744                    },
204745                    {
204746                        "desc": "XY",
204747                        "name": "XY",
204748                        "value": "1"
204749                    },
204750                    {
204751                        "desc": "AB",
204752                        "name": "AB",
204753                        "value": "2"
204754                    },
204755                    {
204756                        "desc": "ORTF",
204757                        "name": "ORTF",
204758                        "value": "3"
204759                    },
204760                    {
204761                        "desc": "MS",
204762                        "name": "MS",
204763                        "value": "4"
204764                    }
204765                ]
204766            },
204767            "lsp-plug-in-plugins-lv2-room-builder-stereosccf-1": {
204768                "ignore-enum-members": true,
204769                "kind": "enum",
204770                "values": [
204771                    {
204772                        "desc": "Mono",
204773                        "name": "Mono",
204774                        "value": "0"
204775                    },
204776                    {
204777                        "desc": "XY",
204778                        "name": "XY",
204779                        "value": "1"
204780                    },
204781                    {
204782                        "desc": "AB",
204783                        "name": "AB",
204784                        "value": "2"
204785                    },
204786                    {
204787                        "desc": "ORTF",
204788                        "name": "ORTF",
204789                        "value": "3"
204790                    },
204791                    {
204792                        "desc": "MS",
204793                        "name": "MS",
204794                        "value": "4"
204795                    }
204796                ]
204797            },
204798            "lsp-plug-in-plugins-lv2-room-builder-stereosccf-2": {
204799                "ignore-enum-members": true,
204800                "kind": "enum",
204801                "values": [
204802                    {
204803                        "desc": "Mono",
204804                        "name": "Mono",
204805                        "value": "0"
204806                    },
204807                    {
204808                        "desc": "XY",
204809                        "name": "XY",
204810                        "value": "1"
204811                    },
204812                    {
204813                        "desc": "AB",
204814                        "name": "AB",
204815                        "value": "2"
204816                    },
204817                    {
204818                        "desc": "ORTF",
204819                        "name": "ORTF",
204820                        "value": "3"
204821                    },
204822                    {
204823                        "desc": "MS",
204824                        "name": "MS",
204825                        "value": "4"
204826                    }
204827                ]
204828            },
204829            "lsp-plug-in-plugins-lv2-room-builder-stereosccf-3": {
204830                "ignore-enum-members": true,
204831                "kind": "enum",
204832                "values": [
204833                    {
204834                        "desc": "Mono",
204835                        "name": "Mono",
204836                        "value": "0"
204837                    },
204838                    {
204839                        "desc": "XY",
204840                        "name": "XY",
204841                        "value": "1"
204842                    },
204843                    {
204844                        "desc": "AB",
204845                        "name": "AB",
204846                        "value": "2"
204847                    },
204848                    {
204849                        "desc": "ORTF",
204850                        "name": "ORTF",
204851                        "value": "3"
204852                    },
204853                    {
204854                        "desc": "MS",
204855                        "name": "MS",
204856                        "value": "4"
204857                    }
204858                ]
204859            },
204860            "lsp-plug-in-plugins-lv2-room-builder-stereosccf-4": {
204861                "ignore-enum-members": true,
204862                "kind": "enum",
204863                "values": [
204864                    {
204865                        "desc": "Mono",
204866                        "name": "Mono",
204867                        "value": "0"
204868                    },
204869                    {
204870                        "desc": "XY",
204871                        "name": "XY",
204872                        "value": "1"
204873                    },
204874                    {
204875                        "desc": "AB",
204876                        "name": "AB",
204877                        "value": "2"
204878                    },
204879                    {
204880                        "desc": "ORTF",
204881                        "name": "ORTF",
204882                        "value": "3"
204883                    },
204884                    {
204885                        "desc": "MS",
204886                        "name": "MS",
204887                        "value": "4"
204888                    }
204889                ]
204890            },
204891            "lsp-plug-in-plugins-lv2-room-builder-stereosccf-5": {
204892                "ignore-enum-members": true,
204893                "kind": "enum",
204894                "values": [
204895                    {
204896                        "desc": "Mono",
204897                        "name": "Mono",
204898                        "value": "0"
204899                    },
204900                    {
204901                        "desc": "XY",
204902                        "name": "XY",
204903                        "value": "1"
204904                    },
204905                    {
204906                        "desc": "AB",
204907                        "name": "AB",
204908                        "value": "2"
204909                    },
204910                    {
204911                        "desc": "ORTF",
204912                        "name": "ORTF",
204913                        "value": "3"
204914                    },
204915                    {
204916                        "desc": "MS",
204917                        "name": "MS",
204918                        "value": "4"
204919                    }
204920                ]
204921            },
204922            "lsp-plug-in-plugins-lv2-room-builder-stereosccf-6": {
204923                "ignore-enum-members": true,
204924                "kind": "enum",
204925                "values": [
204926                    {
204927                        "desc": "Mono",
204928                        "name": "Mono",
204929                        "value": "0"
204930                    },
204931                    {
204932                        "desc": "XY",
204933                        "name": "XY",
204934                        "value": "1"
204935                    },
204936                    {
204937                        "desc": "AB",
204938                        "name": "AB",
204939                        "value": "2"
204940                    },
204941                    {
204942                        "desc": "ORTF",
204943                        "name": "ORTF",
204944                        "value": "3"
204945                    },
204946                    {
204947                        "desc": "MS",
204948                        "name": "MS",
204949                        "value": "4"
204950                    }
204951                ]
204952            },
204953            "lsp-plug-in-plugins-lv2-room-builder-stereosccf-7": {
204954                "ignore-enum-members": true,
204955                "kind": "enum",
204956                "values": [
204957                    {
204958                        "desc": "Mono",
204959                        "name": "Mono",
204960                        "value": "0"
204961                    },
204962                    {
204963                        "desc": "XY",
204964                        "name": "XY",
204965                        "value": "1"
204966                    },
204967                    {
204968                        "desc": "AB",
204969                        "name": "AB",
204970                        "value": "2"
204971                    },
204972                    {
204973                        "desc": "ORTF",
204974                        "name": "ORTF",
204975                        "value": "3"
204976                    },
204977                    {
204978                        "desc": "MS",
204979                        "name": "MS",
204980                        "value": "4"
204981                    }
204982                ]
204983            },
204984            "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0": {
204985                "ignore-enum-members": true,
204986                "kind": "enum",
204987                "values": [
204988                    {
204989                        "desc": "Any",
204990                        "name": "Any",
204991                        "value": "0"
204992                    },
204993                    {
204994                        "desc": "0",
204995                        "name": "0",
204996                        "value": "1"
204997                    },
204998                    {
204999                        "desc": "1",
205000                        "name": "1",
205001                        "value": "2"
205002                    },
205003                    {
205004                        "desc": "2",
205005                        "name": "2",
205006                        "value": "3"
205007                    },
205008                    {
205009                        "desc": "3",
205010                        "name": "3",
205011                        "value": "4"
205012                    },
205013                    {
205014                        "desc": "4",
205015                        "name": "4",
205016                        "value": "5"
205017                    },
205018                    {
205019                        "desc": "5",
205020                        "name": "5",
205021                        "value": "6"
205022                    },
205023                    {
205024                        "desc": "6",
205025                        "name": "6",
205026                        "value": "7"
205027                    },
205028                    {
205029                        "desc": "7",
205030                        "name": "7",
205031                        "value": "8"
205032                    },
205033                    {
205034                        "desc": "8",
205035                        "name": "8",
205036                        "value": "9"
205037                    },
205038                    {
205039                        "desc": "9",
205040                        "name": "9",
205041                        "value": "10"
205042                    },
205043                    {
205044                        "desc": "10",
205045                        "name": "10",
205046                        "value": "11"
205047                    },
205048                    {
205049                        "desc": "11",
205050                        "name": "11",
205051                        "value": "12"
205052                    },
205053                    {
205054                        "desc": "12",
205055                        "name": "12",
205056                        "value": "13"
205057                    },
205058                    {
205059                        "desc": "13",
205060                        "name": "13",
205061                        "value": "14"
205062                    },
205063                    {
205064                        "desc": "14",
205065                        "name": "14",
205066                        "value": "15"
205067                    },
205068                    {
205069                        "desc": "15",
205070                        "name": "15",
205071                        "value": "16"
205072                    }
205073                ]
205074            },
205075            "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1": {
205076                "ignore-enum-members": true,
205077                "kind": "enum",
205078                "values": [
205079                    {
205080                        "desc": "Any",
205081                        "name": "Any",
205082                        "value": "0"
205083                    },
205084                    {
205085                        "desc": "0",
205086                        "name": "0",
205087                        "value": "1"
205088                    },
205089                    {
205090                        "desc": "1",
205091                        "name": "1",
205092                        "value": "2"
205093                    },
205094                    {
205095                        "desc": "2",
205096                        "name": "2",
205097                        "value": "3"
205098                    },
205099                    {
205100                        "desc": "3",
205101                        "name": "3",
205102                        "value": "4"
205103                    },
205104                    {
205105                        "desc": "4",
205106                        "name": "4",
205107                        "value": "5"
205108                    },
205109                    {
205110                        "desc": "5",
205111                        "name": "5",
205112                        "value": "6"
205113                    },
205114                    {
205115                        "desc": "6",
205116                        "name": "6",
205117                        "value": "7"
205118                    },
205119                    {
205120                        "desc": "7",
205121                        "name": "7",
205122                        "value": "8"
205123                    },
205124                    {
205125                        "desc": "8",
205126                        "name": "8",
205127                        "value": "9"
205128                    },
205129                    {
205130                        "desc": "9",
205131                        "name": "9",
205132                        "value": "10"
205133                    },
205134                    {
205135                        "desc": "10",
205136                        "name": "10",
205137                        "value": "11"
205138                    },
205139                    {
205140                        "desc": "11",
205141                        "name": "11",
205142                        "value": "12"
205143                    },
205144                    {
205145                        "desc": "12",
205146                        "name": "12",
205147                        "value": "13"
205148                    },
205149                    {
205150                        "desc": "13",
205151                        "name": "13",
205152                        "value": "14"
205153                    },
205154                    {
205155                        "desc": "14",
205156                        "name": "14",
205157                        "value": "15"
205158                    },
205159                    {
205160                        "desc": "15",
205161                        "name": "15",
205162                        "value": "16"
205163                    }
205164                ]
205165            },
205166            "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2": {
205167                "ignore-enum-members": true,
205168                "kind": "enum",
205169                "values": [
205170                    {
205171                        "desc": "Any",
205172                        "name": "Any",
205173                        "value": "0"
205174                    },
205175                    {
205176                        "desc": "0",
205177                        "name": "0",
205178                        "value": "1"
205179                    },
205180                    {
205181                        "desc": "1",
205182                        "name": "1",
205183                        "value": "2"
205184                    },
205185                    {
205186                        "desc": "2",
205187                        "name": "2",
205188                        "value": "3"
205189                    },
205190                    {
205191                        "desc": "3",
205192                        "name": "3",
205193                        "value": "4"
205194                    },
205195                    {
205196                        "desc": "4",
205197                        "name": "4",
205198                        "value": "5"
205199                    },
205200                    {
205201                        "desc": "5",
205202                        "name": "5",
205203                        "value": "6"
205204                    },
205205                    {
205206                        "desc": "6",
205207                        "name": "6",
205208                        "value": "7"
205209                    },
205210                    {
205211                        "desc": "7",
205212                        "name": "7",
205213                        "value": "8"
205214                    },
205215                    {
205216                        "desc": "8",
205217                        "name": "8",
205218                        "value": "9"
205219                    },
205220                    {
205221                        "desc": "9",
205222                        "name": "9",
205223                        "value": "10"
205224                    },
205225                    {
205226                        "desc": "10",
205227                        "name": "10",
205228                        "value": "11"
205229                    },
205230                    {
205231                        "desc": "11",
205232                        "name": "11",
205233                        "value": "12"
205234                    },
205235                    {
205236                        "desc": "12",
205237                        "name": "12",
205238                        "value": "13"
205239                    },
205240                    {
205241                        "desc": "13",
205242                        "name": "13",
205243                        "value": "14"
205244                    },
205245                    {
205246                        "desc": "14",
205247                        "name": "14",
205248                        "value": "15"
205249                    },
205250                    {
205251                        "desc": "15",
205252                        "name": "15",
205253                        "value": "16"
205254                    }
205255                ]
205256            },
205257            "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3": {
205258                "ignore-enum-members": true,
205259                "kind": "enum",
205260                "values": [
205261                    {
205262                        "desc": "Any",
205263                        "name": "Any",
205264                        "value": "0"
205265                    },
205266                    {
205267                        "desc": "0",
205268                        "name": "0",
205269                        "value": "1"
205270                    },
205271                    {
205272                        "desc": "1",
205273                        "name": "1",
205274                        "value": "2"
205275                    },
205276                    {
205277                        "desc": "2",
205278                        "name": "2",
205279                        "value": "3"
205280                    },
205281                    {
205282                        "desc": "3",
205283                        "name": "3",
205284                        "value": "4"
205285                    },
205286                    {
205287                        "desc": "4",
205288                        "name": "4",
205289                        "value": "5"
205290                    },
205291                    {
205292                        "desc": "5",
205293                        "name": "5",
205294                        "value": "6"
205295                    },
205296                    {
205297                        "desc": "6",
205298                        "name": "6",
205299                        "value": "7"
205300                    },
205301                    {
205302                        "desc": "7",
205303                        "name": "7",
205304                        "value": "8"
205305                    },
205306                    {
205307                        "desc": "8",
205308                        "name": "8",
205309                        "value": "9"
205310                    },
205311                    {
205312                        "desc": "9",
205313                        "name": "9",
205314                        "value": "10"
205315                    },
205316                    {
205317                        "desc": "10",
205318                        "name": "10",
205319                        "value": "11"
205320                    },
205321                    {
205322                        "desc": "11",
205323                        "name": "11",
205324                        "value": "12"
205325                    },
205326                    {
205327                        "desc": "12",
205328                        "name": "12",
205329                        "value": "13"
205330                    },
205331                    {
205332                        "desc": "13",
205333                        "name": "13",
205334                        "value": "14"
205335                    },
205336                    {
205337                        "desc": "14",
205338                        "name": "14",
205339                        "value": "15"
205340                    },
205341                    {
205342                        "desc": "15",
205343                        "name": "15",
205344                        "value": "16"
205345                    }
205346                ]
205347            },
205348            "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4": {
205349                "ignore-enum-members": true,
205350                "kind": "enum",
205351                "values": [
205352                    {
205353                        "desc": "Any",
205354                        "name": "Any",
205355                        "value": "0"
205356                    },
205357                    {
205358                        "desc": "0",
205359                        "name": "0",
205360                        "value": "1"
205361                    },
205362                    {
205363                        "desc": "1",
205364                        "name": "1",
205365                        "value": "2"
205366                    },
205367                    {
205368                        "desc": "2",
205369                        "name": "2",
205370                        "value": "3"
205371                    },
205372                    {
205373                        "desc": "3",
205374                        "name": "3",
205375                        "value": "4"
205376                    },
205377                    {
205378                        "desc": "4",
205379                        "name": "4",
205380                        "value": "5"
205381                    },
205382                    {
205383                        "desc": "5",
205384                        "name": "5",
205385                        "value": "6"
205386                    },
205387                    {
205388                        "desc": "6",
205389                        "name": "6",
205390                        "value": "7"
205391                    },
205392                    {
205393                        "desc": "7",
205394                        "name": "7",
205395                        "value": "8"
205396                    },
205397                    {
205398                        "desc": "8",
205399                        "name": "8",
205400                        "value": "9"
205401                    },
205402                    {
205403                        "desc": "9",
205404                        "name": "9",
205405                        "value": "10"
205406                    },
205407                    {
205408                        "desc": "10",
205409                        "name": "10",
205410                        "value": "11"
205411                    },
205412                    {
205413                        "desc": "11",
205414                        "name": "11",
205415                        "value": "12"
205416                    },
205417                    {
205418                        "desc": "12",
205419                        "name": "12",
205420                        "value": "13"
205421                    },
205422                    {
205423                        "desc": "13",
205424                        "name": "13",
205425                        "value": "14"
205426                    },
205427                    {
205428                        "desc": "14",
205429                        "name": "14",
205430                        "value": "15"
205431                    },
205432                    {
205433                        "desc": "15",
205434                        "name": "15",
205435                        "value": "16"
205436                    }
205437                ]
205438            },
205439            "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5": {
205440                "ignore-enum-members": true,
205441                "kind": "enum",
205442                "values": [
205443                    {
205444                        "desc": "Any",
205445                        "name": "Any",
205446                        "value": "0"
205447                    },
205448                    {
205449                        "desc": "0",
205450                        "name": "0",
205451                        "value": "1"
205452                    },
205453                    {
205454                        "desc": "1",
205455                        "name": "1",
205456                        "value": "2"
205457                    },
205458                    {
205459                        "desc": "2",
205460                        "name": "2",
205461                        "value": "3"
205462                    },
205463                    {
205464                        "desc": "3",
205465                        "name": "3",
205466                        "value": "4"
205467                    },
205468                    {
205469                        "desc": "4",
205470                        "name": "4",
205471                        "value": "5"
205472                    },
205473                    {
205474                        "desc": "5",
205475                        "name": "5",
205476                        "value": "6"
205477                    },
205478                    {
205479                        "desc": "6",
205480                        "name": "6",
205481                        "value": "7"
205482                    },
205483                    {
205484                        "desc": "7",
205485                        "name": "7",
205486                        "value": "8"
205487                    },
205488                    {
205489                        "desc": "8",
205490                        "name": "8",
205491                        "value": "9"
205492                    },
205493                    {
205494                        "desc": "9",
205495                        "name": "9",
205496                        "value": "10"
205497                    },
205498                    {
205499                        "desc": "10",
205500                        "name": "10",
205501                        "value": "11"
205502                    },
205503                    {
205504                        "desc": "11",
205505                        "name": "11",
205506                        "value": "12"
205507                    },
205508                    {
205509                        "desc": "12",
205510                        "name": "12",
205511                        "value": "13"
205512                    },
205513                    {
205514                        "desc": "13",
205515                        "name": "13",
205516                        "value": "14"
205517                    },
205518                    {
205519                        "desc": "14",
205520                        "name": "14",
205521                        "value": "15"
205522                    },
205523                    {
205524                        "desc": "15",
205525                        "name": "15",
205526                        "value": "16"
205527                    }
205528                ]
205529            },
205530            "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6": {
205531                "ignore-enum-members": true,
205532                "kind": "enum",
205533                "values": [
205534                    {
205535                        "desc": "Any",
205536                        "name": "Any",
205537                        "value": "0"
205538                    },
205539                    {
205540                        "desc": "0",
205541                        "name": "0",
205542                        "value": "1"
205543                    },
205544                    {
205545                        "desc": "1",
205546                        "name": "1",
205547                        "value": "2"
205548                    },
205549                    {
205550                        "desc": "2",
205551                        "name": "2",
205552                        "value": "3"
205553                    },
205554                    {
205555                        "desc": "3",
205556                        "name": "3",
205557                        "value": "4"
205558                    },
205559                    {
205560                        "desc": "4",
205561                        "name": "4",
205562                        "value": "5"
205563                    },
205564                    {
205565                        "desc": "5",
205566                        "name": "5",
205567                        "value": "6"
205568                    },
205569                    {
205570                        "desc": "6",
205571                        "name": "6",
205572                        "value": "7"
205573                    },
205574                    {
205575                        "desc": "7",
205576                        "name": "7",
205577                        "value": "8"
205578                    },
205579                    {
205580                        "desc": "8",
205581                        "name": "8",
205582                        "value": "9"
205583                    },
205584                    {
205585                        "desc": "9",
205586                        "name": "9",
205587                        "value": "10"
205588                    },
205589                    {
205590                        "desc": "10",
205591                        "name": "10",
205592                        "value": "11"
205593                    },
205594                    {
205595                        "desc": "11",
205596                        "name": "11",
205597                        "value": "12"
205598                    },
205599                    {
205600                        "desc": "12",
205601                        "name": "12",
205602                        "value": "13"
205603                    },
205604                    {
205605                        "desc": "13",
205606                        "name": "13",
205607                        "value": "14"
205608                    },
205609                    {
205610                        "desc": "14",
205611                        "name": "14",
205612                        "value": "15"
205613                    },
205614                    {
205615                        "desc": "15",
205616                        "name": "15",
205617                        "value": "16"
205618                    }
205619                ]
205620            },
205621            "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7": {
205622                "ignore-enum-members": true,
205623                "kind": "enum",
205624                "values": [
205625                    {
205626                        "desc": "Any",
205627                        "name": "Any",
205628                        "value": "0"
205629                    },
205630                    {
205631                        "desc": "0",
205632                        "name": "0",
205633                        "value": "1"
205634                    },
205635                    {
205636                        "desc": "1",
205637                        "name": "1",
205638                        "value": "2"
205639                    },
205640                    {
205641                        "desc": "2",
205642                        "name": "2",
205643                        "value": "3"
205644                    },
205645                    {
205646                        "desc": "3",
205647                        "name": "3",
205648                        "value": "4"
205649                    },
205650                    {
205651                        "desc": "4",
205652                        "name": "4",
205653                        "value": "5"
205654                    },
205655                    {
205656                        "desc": "5",
205657                        "name": "5",
205658                        "value": "6"
205659                    },
205660                    {
205661                        "desc": "6",
205662                        "name": "6",
205663                        "value": "7"
205664                    },
205665                    {
205666                        "desc": "7",
205667                        "name": "7",
205668                        "value": "8"
205669                    },
205670                    {
205671                        "desc": "8",
205672                        "name": "8",
205673                        "value": "9"
205674                    },
205675                    {
205676                        "desc": "9",
205677                        "name": "9",
205678                        "value": "10"
205679                    },
205680                    {
205681                        "desc": "10",
205682                        "name": "10",
205683                        "value": "11"
205684                    },
205685                    {
205686                        "desc": "11",
205687                        "name": "11",
205688                        "value": "12"
205689                    },
205690                    {
205691                        "desc": "12",
205692                        "name": "12",
205693                        "value": "13"
205694                    },
205695                    {
205696                        "desc": "13",
205697                        "name": "13",
205698                        "value": "14"
205699                    },
205700                    {
205701                        "desc": "14",
205702                        "name": "14",
205703                        "value": "15"
205704                    },
205705                    {
205706                        "desc": "15",
205707                        "name": "15",
205708                        "value": "16"
205709                    }
205710                ]
205711            },
205712            "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0": {
205713                "ignore-enum-members": true,
205714                "kind": "enum",
205715                "values": [
205716                    {
205717                        "desc": "Any",
205718                        "name": "Any",
205719                        "value": "0"
205720                    },
205721                    {
205722                        "desc": "0",
205723                        "name": "0",
205724                        "value": "1"
205725                    },
205726                    {
205727                        "desc": "1",
205728                        "name": "1",
205729                        "value": "2"
205730                    },
205731                    {
205732                        "desc": "2",
205733                        "name": "2",
205734                        "value": "3"
205735                    },
205736                    {
205737                        "desc": "3",
205738                        "name": "3",
205739                        "value": "4"
205740                    },
205741                    {
205742                        "desc": "4",
205743                        "name": "4",
205744                        "value": "5"
205745                    },
205746                    {
205747                        "desc": "5",
205748                        "name": "5",
205749                        "value": "6"
205750                    },
205751                    {
205752                        "desc": "6",
205753                        "name": "6",
205754                        "value": "7"
205755                    },
205756                    {
205757                        "desc": "7",
205758                        "name": "7",
205759                        "value": "8"
205760                    },
205761                    {
205762                        "desc": "8",
205763                        "name": "8",
205764                        "value": "9"
205765                    },
205766                    {
205767                        "desc": "9",
205768                        "name": "9",
205769                        "value": "10"
205770                    },
205771                    {
205772                        "desc": "10",
205773                        "name": "10",
205774                        "value": "11"
205775                    },
205776                    {
205777                        "desc": "11",
205778                        "name": "11",
205779                        "value": "12"
205780                    },
205781                    {
205782                        "desc": "12",
205783                        "name": "12",
205784                        "value": "13"
205785                    },
205786                    {
205787                        "desc": "13",
205788                        "name": "13",
205789                        "value": "14"
205790                    },
205791                    {
205792                        "desc": "14",
205793                        "name": "14",
205794                        "value": "15"
205795                    },
205796                    {
205797                        "desc": "15",
205798                        "name": "15",
205799                        "value": "16"
205800                    }
205801                ]
205802            },
205803            "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1": {
205804                "ignore-enum-members": true,
205805                "kind": "enum",
205806                "values": [
205807                    {
205808                        "desc": "Any",
205809                        "name": "Any",
205810                        "value": "0"
205811                    },
205812                    {
205813                        "desc": "0",
205814                        "name": "0",
205815                        "value": "1"
205816                    },
205817                    {
205818                        "desc": "1",
205819                        "name": "1",
205820                        "value": "2"
205821                    },
205822                    {
205823                        "desc": "2",
205824                        "name": "2",
205825                        "value": "3"
205826                    },
205827                    {
205828                        "desc": "3",
205829                        "name": "3",
205830                        "value": "4"
205831                    },
205832                    {
205833                        "desc": "4",
205834                        "name": "4",
205835                        "value": "5"
205836                    },
205837                    {
205838                        "desc": "5",
205839                        "name": "5",
205840                        "value": "6"
205841                    },
205842                    {
205843                        "desc": "6",
205844                        "name": "6",
205845                        "value": "7"
205846                    },
205847                    {
205848                        "desc": "7",
205849                        "name": "7",
205850                        "value": "8"
205851                    },
205852                    {
205853                        "desc": "8",
205854                        "name": "8",
205855                        "value": "9"
205856                    },
205857                    {
205858                        "desc": "9",
205859                        "name": "9",
205860                        "value": "10"
205861                    },
205862                    {
205863                        "desc": "10",
205864                        "name": "10",
205865                        "value": "11"
205866                    },
205867                    {
205868                        "desc": "11",
205869                        "name": "11",
205870                        "value": "12"
205871                    },
205872                    {
205873                        "desc": "12",
205874                        "name": "12",
205875                        "value": "13"
205876                    },
205877                    {
205878                        "desc": "13",
205879                        "name": "13",
205880                        "value": "14"
205881                    },
205882                    {
205883                        "desc": "14",
205884                        "name": "14",
205885                        "value": "15"
205886                    },
205887                    {
205888                        "desc": "15",
205889                        "name": "15",
205890                        "value": "16"
205891                    }
205892                ]
205893            },
205894            "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2": {
205895                "ignore-enum-members": true,
205896                "kind": "enum",
205897                "values": [
205898                    {
205899                        "desc": "Any",
205900                        "name": "Any",
205901                        "value": "0"
205902                    },
205903                    {
205904                        "desc": "0",
205905                        "name": "0",
205906                        "value": "1"
205907                    },
205908                    {
205909                        "desc": "1",
205910                        "name": "1",
205911                        "value": "2"
205912                    },
205913                    {
205914                        "desc": "2",
205915                        "name": "2",
205916                        "value": "3"
205917                    },
205918                    {
205919                        "desc": "3",
205920                        "name": "3",
205921                        "value": "4"
205922                    },
205923                    {
205924                        "desc": "4",
205925                        "name": "4",
205926                        "value": "5"
205927                    },
205928                    {
205929                        "desc": "5",
205930                        "name": "5",
205931                        "value": "6"
205932                    },
205933                    {
205934                        "desc": "6",
205935                        "name": "6",
205936                        "value": "7"
205937                    },
205938                    {
205939                        "desc": "7",
205940                        "name": "7",
205941                        "value": "8"
205942                    },
205943                    {
205944                        "desc": "8",
205945                        "name": "8",
205946                        "value": "9"
205947                    },
205948                    {
205949                        "desc": "9",
205950                        "name": "9",
205951                        "value": "10"
205952                    },
205953                    {
205954                        "desc": "10",
205955                        "name": "10",
205956                        "value": "11"
205957                    },
205958                    {
205959                        "desc": "11",
205960                        "name": "11",
205961                        "value": "12"
205962                    },
205963                    {
205964                        "desc": "12",
205965                        "name": "12",
205966                        "value": "13"
205967                    },
205968                    {
205969                        "desc": "13",
205970                        "name": "13",
205971                        "value": "14"
205972                    },
205973                    {
205974                        "desc": "14",
205975                        "name": "14",
205976                        "value": "15"
205977                    },
205978                    {
205979                        "desc": "15",
205980                        "name": "15",
205981                        "value": "16"
205982                    }
205983                ]
205984            },
205985            "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3": {
205986                "ignore-enum-members": true,
205987                "kind": "enum",
205988                "values": [
205989                    {
205990                        "desc": "Any",
205991                        "name": "Any",
205992                        "value": "0"
205993                    },
205994                    {
205995                        "desc": "0",
205996                        "name": "0",
205997                        "value": "1"
205998                    },
205999                    {
206000                        "desc": "1",
206001                        "name": "1",
206002                        "value": "2"
206003                    },
206004                    {
206005                        "desc": "2",
206006                        "name": "2",
206007                        "value": "3"
206008                    },
206009                    {
206010                        "desc": "3",
206011                        "name": "3",
206012                        "value": "4"
206013                    },
206014                    {
206015                        "desc": "4",
206016                        "name": "4",
206017                        "value": "5"
206018                    },
206019                    {
206020                        "desc": "5",
206021                        "name": "5",
206022                        "value": "6"
206023                    },
206024                    {
206025                        "desc": "6",
206026                        "name": "6",
206027                        "value": "7"
206028                    },
206029                    {
206030                        "desc": "7",
206031                        "name": "7",
206032                        "value": "8"
206033                    },
206034                    {
206035                        "desc": "8",
206036                        "name": "8",
206037                        "value": "9"
206038                    },
206039                    {
206040                        "desc": "9",
206041                        "name": "9",
206042                        "value": "10"
206043                    },
206044                    {
206045                        "desc": "10",
206046                        "name": "10",
206047                        "value": "11"
206048                    },
206049                    {
206050                        "desc": "11",
206051                        "name": "11",
206052                        "value": "12"
206053                    },
206054                    {
206055                        "desc": "12",
206056                        "name": "12",
206057                        "value": "13"
206058                    },
206059                    {
206060                        "desc": "13",
206061                        "name": "13",
206062                        "value": "14"
206063                    },
206064                    {
206065                        "desc": "14",
206066                        "name": "14",
206067                        "value": "15"
206068                    },
206069                    {
206070                        "desc": "15",
206071                        "name": "15",
206072                        "value": "16"
206073                    }
206074                ]
206075            },
206076            "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4": {
206077                "ignore-enum-members": true,
206078                "kind": "enum",
206079                "values": [
206080                    {
206081                        "desc": "Any",
206082                        "name": "Any",
206083                        "value": "0"
206084                    },
206085                    {
206086                        "desc": "0",
206087                        "name": "0",
206088                        "value": "1"
206089                    },
206090                    {
206091                        "desc": "1",
206092                        "name": "1",
206093                        "value": "2"
206094                    },
206095                    {
206096                        "desc": "2",
206097                        "name": "2",
206098                        "value": "3"
206099                    },
206100                    {
206101                        "desc": "3",
206102                        "name": "3",
206103                        "value": "4"
206104                    },
206105                    {
206106                        "desc": "4",
206107                        "name": "4",
206108                        "value": "5"
206109                    },
206110                    {
206111                        "desc": "5",
206112                        "name": "5",
206113                        "value": "6"
206114                    },
206115                    {
206116                        "desc": "6",
206117                        "name": "6",
206118                        "value": "7"
206119                    },
206120                    {
206121                        "desc": "7",
206122                        "name": "7",
206123                        "value": "8"
206124                    },
206125                    {
206126                        "desc": "8",
206127                        "name": "8",
206128                        "value": "9"
206129                    },
206130                    {
206131                        "desc": "9",
206132                        "name": "9",
206133                        "value": "10"
206134                    },
206135                    {
206136                        "desc": "10",
206137                        "name": "10",
206138                        "value": "11"
206139                    },
206140                    {
206141                        "desc": "11",
206142                        "name": "11",
206143                        "value": "12"
206144                    },
206145                    {
206146                        "desc": "12",
206147                        "name": "12",
206148                        "value": "13"
206149                    },
206150                    {
206151                        "desc": "13",
206152                        "name": "13",
206153                        "value": "14"
206154                    },
206155                    {
206156                        "desc": "14",
206157                        "name": "14",
206158                        "value": "15"
206159                    },
206160                    {
206161                        "desc": "15",
206162                        "name": "15",
206163                        "value": "16"
206164                    }
206165                ]
206166            },
206167            "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5": {
206168                "ignore-enum-members": true,
206169                "kind": "enum",
206170                "values": [
206171                    {
206172                        "desc": "Any",
206173                        "name": "Any",
206174                        "value": "0"
206175                    },
206176                    {
206177                        "desc": "0",
206178                        "name": "0",
206179                        "value": "1"
206180                    },
206181                    {
206182                        "desc": "1",
206183                        "name": "1",
206184                        "value": "2"
206185                    },
206186                    {
206187                        "desc": "2",
206188                        "name": "2",
206189                        "value": "3"
206190                    },
206191                    {
206192                        "desc": "3",
206193                        "name": "3",
206194                        "value": "4"
206195                    },
206196                    {
206197                        "desc": "4",
206198                        "name": "4",
206199                        "value": "5"
206200                    },
206201                    {
206202                        "desc": "5",
206203                        "name": "5",
206204                        "value": "6"
206205                    },
206206                    {
206207                        "desc": "6",
206208                        "name": "6",
206209                        "value": "7"
206210                    },
206211                    {
206212                        "desc": "7",
206213                        "name": "7",
206214                        "value": "8"
206215                    },
206216                    {
206217                        "desc": "8",
206218                        "name": "8",
206219                        "value": "9"
206220                    },
206221                    {
206222                        "desc": "9",
206223                        "name": "9",
206224                        "value": "10"
206225                    },
206226                    {
206227                        "desc": "10",
206228                        "name": "10",
206229                        "value": "11"
206230                    },
206231                    {
206232                        "desc": "11",
206233                        "name": "11",
206234                        "value": "12"
206235                    },
206236                    {
206237                        "desc": "12",
206238                        "name": "12",
206239                        "value": "13"
206240                    },
206241                    {
206242                        "desc": "13",
206243                        "name": "13",
206244                        "value": "14"
206245                    },
206246                    {
206247                        "desc": "14",
206248                        "name": "14",
206249                        "value": "15"
206250                    },
206251                    {
206252                        "desc": "15",
206253                        "name": "15",
206254                        "value": "16"
206255                    }
206256                ]
206257            },
206258            "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6": {
206259                "ignore-enum-members": true,
206260                "kind": "enum",
206261                "values": [
206262                    {
206263                        "desc": "Any",
206264                        "name": "Any",
206265                        "value": "0"
206266                    },
206267                    {
206268                        "desc": "0",
206269                        "name": "0",
206270                        "value": "1"
206271                    },
206272                    {
206273                        "desc": "1",
206274                        "name": "1",
206275                        "value": "2"
206276                    },
206277                    {
206278                        "desc": "2",
206279                        "name": "2",
206280                        "value": "3"
206281                    },
206282                    {
206283                        "desc": "3",
206284                        "name": "3",
206285                        "value": "4"
206286                    },
206287                    {
206288                        "desc": "4",
206289                        "name": "4",
206290                        "value": "5"
206291                    },
206292                    {
206293                        "desc": "5",
206294                        "name": "5",
206295                        "value": "6"
206296                    },
206297                    {
206298                        "desc": "6",
206299                        "name": "6",
206300                        "value": "7"
206301                    },
206302                    {
206303                        "desc": "7",
206304                        "name": "7",
206305                        "value": "8"
206306                    },
206307                    {
206308                        "desc": "8",
206309                        "name": "8",
206310                        "value": "9"
206311                    },
206312                    {
206313                        "desc": "9",
206314                        "name": "9",
206315                        "value": "10"
206316                    },
206317                    {
206318                        "desc": "10",
206319                        "name": "10",
206320                        "value": "11"
206321                    },
206322                    {
206323                        "desc": "11",
206324                        "name": "11",
206325                        "value": "12"
206326                    },
206327                    {
206328                        "desc": "12",
206329                        "name": "12",
206330                        "value": "13"
206331                    },
206332                    {
206333                        "desc": "13",
206334                        "name": "13",
206335                        "value": "14"
206336                    },
206337                    {
206338                        "desc": "14",
206339                        "name": "14",
206340                        "value": "15"
206341                    },
206342                    {
206343                        "desc": "15",
206344                        "name": "15",
206345                        "value": "16"
206346                    }
206347                ]
206348            },
206349            "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7": {
206350                "ignore-enum-members": true,
206351                "kind": "enum",
206352                "values": [
206353                    {
206354                        "desc": "Any",
206355                        "name": "Any",
206356                        "value": "0"
206357                    },
206358                    {
206359                        "desc": "0",
206360                        "name": "0",
206361                        "value": "1"
206362                    },
206363                    {
206364                        "desc": "1",
206365                        "name": "1",
206366                        "value": "2"
206367                    },
206368                    {
206369                        "desc": "2",
206370                        "name": "2",
206371                        "value": "3"
206372                    },
206373                    {
206374                        "desc": "3",
206375                        "name": "3",
206376                        "value": "4"
206377                    },
206378                    {
206379                        "desc": "4",
206380                        "name": "4",
206381                        "value": "5"
206382                    },
206383                    {
206384                        "desc": "5",
206385                        "name": "5",
206386                        "value": "6"
206387                    },
206388                    {
206389                        "desc": "6",
206390                        "name": "6",
206391                        "value": "7"
206392                    },
206393                    {
206394                        "desc": "7",
206395                        "name": "7",
206396                        "value": "8"
206397                    },
206398                    {
206399                        "desc": "8",
206400                        "name": "8",
206401                        "value": "9"
206402                    },
206403                    {
206404                        "desc": "9",
206405                        "name": "9",
206406                        "value": "10"
206407                    },
206408                    {
206409                        "desc": "10",
206410                        "name": "10",
206411                        "value": "11"
206412                    },
206413                    {
206414                        "desc": "11",
206415                        "name": "11",
206416                        "value": "12"
206417                    },
206418                    {
206419                        "desc": "12",
206420                        "name": "12",
206421                        "value": "13"
206422                    },
206423                    {
206424                        "desc": "13",
206425                        "name": "13",
206426                        "value": "14"
206427                    },
206428                    {
206429                        "desc": "14",
206430                        "name": "14",
206431                        "value": "15"
206432                    },
206433                    {
206434                        "desc": "15",
206435                        "name": "15",
206436                        "value": "16"
206437                    }
206438                ]
206439            },
206440            "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-0": {
206441                "ignore-enum-members": true,
206442                "kind": "enum",
206443                "values": [
206444                    {
206445                        "desc": "Cardioid",
206446                        "name": "Cardioid",
206447                        "value": "0"
206448                    },
206449                    {
206450                        "desc": "Supercardioid",
206451                        "name": "Supercardioid",
206452                        "value": "1"
206453                    },
206454                    {
206455                        "desc": "Hypercardioid",
206456                        "name": "Hypercardioid",
206457                        "value": "2"
206458                    },
206459                    {
206460                        "desc": "Bidirectional",
206461                        "name": "Bidirectional",
206462                        "value": "3"
206463                    },
206464                    {
206465                        "desc": "8-directional",
206466                        "name": "8-directional",
206467                        "value": "4"
206468                    },
206469                    {
206470                        "desc": "Omnidirectional",
206471                        "name": "Omnidirectional",
206472                        "value": "5"
206473                    }
206474                ]
206475            },
206476            "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-1": {
206477                "ignore-enum-members": true,
206478                "kind": "enum",
206479                "values": [
206480                    {
206481                        "desc": "Cardioid",
206482                        "name": "Cardioid",
206483                        "value": "0"
206484                    },
206485                    {
206486                        "desc": "Supercardioid",
206487                        "name": "Supercardioid",
206488                        "value": "1"
206489                    },
206490                    {
206491                        "desc": "Hypercardioid",
206492                        "name": "Hypercardioid",
206493                        "value": "2"
206494                    },
206495                    {
206496                        "desc": "Bidirectional",
206497                        "name": "Bidirectional",
206498                        "value": "3"
206499                    },
206500                    {
206501                        "desc": "8-directional",
206502                        "name": "8-directional",
206503                        "value": "4"
206504                    },
206505                    {
206506                        "desc": "Omnidirectional",
206507                        "name": "Omnidirectional",
206508                        "value": "5"
206509                    }
206510                ]
206511            },
206512            "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-2": {
206513                "ignore-enum-members": true,
206514                "kind": "enum",
206515                "values": [
206516                    {
206517                        "desc": "Cardioid",
206518                        "name": "Cardioid",
206519                        "value": "0"
206520                    },
206521                    {
206522                        "desc": "Supercardioid",
206523                        "name": "Supercardioid",
206524                        "value": "1"
206525                    },
206526                    {
206527                        "desc": "Hypercardioid",
206528                        "name": "Hypercardioid",
206529                        "value": "2"
206530                    },
206531                    {
206532                        "desc": "Bidirectional",
206533                        "name": "Bidirectional",
206534                        "value": "3"
206535                    },
206536                    {
206537                        "desc": "8-directional",
206538                        "name": "8-directional",
206539                        "value": "4"
206540                    },
206541                    {
206542                        "desc": "Omnidirectional",
206543                        "name": "Omnidirectional",
206544                        "value": "5"
206545                    }
206546                ]
206547            },
206548            "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-3": {
206549                "ignore-enum-members": true,
206550                "kind": "enum",
206551                "values": [
206552                    {
206553                        "desc": "Cardioid",
206554                        "name": "Cardioid",
206555                        "value": "0"
206556                    },
206557                    {
206558                        "desc": "Supercardioid",
206559                        "name": "Supercardioid",
206560                        "value": "1"
206561                    },
206562                    {
206563                        "desc": "Hypercardioid",
206564                        "name": "Hypercardioid",
206565                        "value": "2"
206566                    },
206567                    {
206568                        "desc": "Bidirectional",
206569                        "name": "Bidirectional",
206570                        "value": "3"
206571                    },
206572                    {
206573                        "desc": "8-directional",
206574                        "name": "8-directional",
206575                        "value": "4"
206576                    },
206577                    {
206578                        "desc": "Omnidirectional",
206579                        "name": "Omnidirectional",
206580                        "value": "5"
206581                    }
206582                ]
206583            },
206584            "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-4": {
206585                "ignore-enum-members": true,
206586                "kind": "enum",
206587                "values": [
206588                    {
206589                        "desc": "Cardioid",
206590                        "name": "Cardioid",
206591                        "value": "0"
206592                    },
206593                    {
206594                        "desc": "Supercardioid",
206595                        "name": "Supercardioid",
206596                        "value": "1"
206597                    },
206598                    {
206599                        "desc": "Hypercardioid",
206600                        "name": "Hypercardioid",
206601                        "value": "2"
206602                    },
206603                    {
206604                        "desc": "Bidirectional",
206605                        "name": "Bidirectional",
206606                        "value": "3"
206607                    },
206608                    {
206609                        "desc": "8-directional",
206610                        "name": "8-directional",
206611                        "value": "4"
206612                    },
206613                    {
206614                        "desc": "Omnidirectional",
206615                        "name": "Omnidirectional",
206616                        "value": "5"
206617                    }
206618                ]
206619            },
206620            "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-5": {
206621                "ignore-enum-members": true,
206622                "kind": "enum",
206623                "values": [
206624                    {
206625                        "desc": "Cardioid",
206626                        "name": "Cardioid",
206627                        "value": "0"
206628                    },
206629                    {
206630                        "desc": "Supercardioid",
206631                        "name": "Supercardioid",
206632                        "value": "1"
206633                    },
206634                    {
206635                        "desc": "Hypercardioid",
206636                        "name": "Hypercardioid",
206637                        "value": "2"
206638                    },
206639                    {
206640                        "desc": "Bidirectional",
206641                        "name": "Bidirectional",
206642                        "value": "3"
206643                    },
206644                    {
206645                        "desc": "8-directional",
206646                        "name": "8-directional",
206647                        "value": "4"
206648                    },
206649                    {
206650                        "desc": "Omnidirectional",
206651                        "name": "Omnidirectional",
206652                        "value": "5"
206653                    }
206654                ]
206655            },
206656            "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-6": {
206657                "ignore-enum-members": true,
206658                "kind": "enum",
206659                "values": [
206660                    {
206661                        "desc": "Cardioid",
206662                        "name": "Cardioid",
206663                        "value": "0"
206664                    },
206665                    {
206666                        "desc": "Supercardioid",
206667                        "name": "Supercardioid",
206668                        "value": "1"
206669                    },
206670                    {
206671                        "desc": "Hypercardioid",
206672                        "name": "Hypercardioid",
206673                        "value": "2"
206674                    },
206675                    {
206676                        "desc": "Bidirectional",
206677                        "name": "Bidirectional",
206678                        "value": "3"
206679                    },
206680                    {
206681                        "desc": "8-directional",
206682                        "name": "8-directional",
206683                        "value": "4"
206684                    },
206685                    {
206686                        "desc": "Omnidirectional",
206687                        "name": "Omnidirectional",
206688                        "value": "5"
206689                    }
206690                ]
206691            },
206692            "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-7": {
206693                "ignore-enum-members": true,
206694                "kind": "enum",
206695                "values": [
206696                    {
206697                        "desc": "Cardioid",
206698                        "name": "Cardioid",
206699                        "value": "0"
206700                    },
206701                    {
206702                        "desc": "Supercardioid",
206703                        "name": "Supercardioid",
206704                        "value": "1"
206705                    },
206706                    {
206707                        "desc": "Hypercardioid",
206708                        "name": "Hypercardioid",
206709                        "value": "2"
206710                    },
206711                    {
206712                        "desc": "Bidirectional",
206713                        "name": "Bidirectional",
206714                        "value": "3"
206715                    },
206716                    {
206717                        "desc": "8-directional",
206718                        "name": "8-directional",
206719                        "value": "4"
206720                    },
206721                    {
206722                        "desc": "Omnidirectional",
206723                        "name": "Omnidirectional",
206724                        "value": "5"
206725                    }
206726                ]
206727            },
206728            "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-0": {
206729                "ignore-enum-members": true,
206730                "kind": "enum",
206731                "values": [
206732                    {
206733                        "desc": "Bidirectional",
206734                        "name": "Bidirectional",
206735                        "value": "0"
206736                    },
206737                    {
206738                        "desc": "8-directional",
206739                        "name": "8-directional",
206740                        "value": "1"
206741                    }
206742                ]
206743            },
206744            "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-1": {
206745                "ignore-enum-members": true,
206746                "kind": "enum",
206747                "values": [
206748                    {
206749                        "desc": "Bidirectional",
206750                        "name": "Bidirectional",
206751                        "value": "0"
206752                    },
206753                    {
206754                        "desc": "8-directional",
206755                        "name": "8-directional",
206756                        "value": "1"
206757                    }
206758                ]
206759            },
206760            "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-2": {
206761                "ignore-enum-members": true,
206762                "kind": "enum",
206763                "values": [
206764                    {
206765                        "desc": "Bidirectional",
206766                        "name": "Bidirectional",
206767                        "value": "0"
206768                    },
206769                    {
206770                        "desc": "8-directional",
206771                        "name": "8-directional",
206772                        "value": "1"
206773                    }
206774                ]
206775            },
206776            "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-3": {
206777                "ignore-enum-members": true,
206778                "kind": "enum",
206779                "values": [
206780                    {
206781                        "desc": "Bidirectional",
206782                        "name": "Bidirectional",
206783                        "value": "0"
206784                    },
206785                    {
206786                        "desc": "8-directional",
206787                        "name": "8-directional",
206788                        "value": "1"
206789                    }
206790                ]
206791            },
206792            "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-4": {
206793                "ignore-enum-members": true,
206794                "kind": "enum",
206795                "values": [
206796                    {
206797                        "desc": "Bidirectional",
206798                        "name": "Bidirectional",
206799                        "value": "0"
206800                    },
206801                    {
206802                        "desc": "8-directional",
206803                        "name": "8-directional",
206804                        "value": "1"
206805                    }
206806                ]
206807            },
206808            "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-5": {
206809                "ignore-enum-members": true,
206810                "kind": "enum",
206811                "values": [
206812                    {
206813                        "desc": "Bidirectional",
206814                        "name": "Bidirectional",
206815                        "value": "0"
206816                    },
206817                    {
206818                        "desc": "8-directional",
206819                        "name": "8-directional",
206820                        "value": "1"
206821                    }
206822                ]
206823            },
206824            "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-6": {
206825                "ignore-enum-members": true,
206826                "kind": "enum",
206827                "values": [
206828                    {
206829                        "desc": "Bidirectional",
206830                        "name": "Bidirectional",
206831                        "value": "0"
206832                    },
206833                    {
206834                        "desc": "8-directional",
206835                        "name": "8-directional",
206836                        "value": "1"
206837                    }
206838                ]
206839            },
206840            "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-7": {
206841                "ignore-enum-members": true,
206842                "kind": "enum",
206843                "values": [
206844                    {
206845                        "desc": "Bidirectional",
206846                        "name": "Bidirectional",
206847                        "value": "0"
206848                    },
206849                    {
206850                        "desc": "8-directional",
206851                        "name": "8-directional",
206852                        "value": "1"
206853                    }
206854                ]
206855            },
206856            "lsp-plug-in-plugins-lv2-room-builder-stereosignal": {
206857                "ignore-enum-members": true,
206858                "kind": "enum",
206859                "values": [
206860                    {
206861                        "desc": "Convolvers",
206862                        "name": "Convolvers",
206863                        "value": "0"
206864                    },
206865                    {
206866                        "desc": "IR Equalizer",
206867                        "name": "IR Equalizer",
206868                        "value": "1"
206869                    }
206870                ]
206871            },
206872            "lsp-plug-in-plugins-lv2-room-builder-stereosscf-0": {
206873                "ignore-enum-members": true,
206874                "kind": "enum",
206875                "values": [
206876                    {
206877                        "desc": "Triangle",
206878                        "name": "Triangle",
206879                        "value": "0"
206880                    },
206881                    {
206882                        "desc": "Tetrahedron",
206883                        "name": "Tetrahedron",
206884                        "value": "1"
206885                    },
206886                    {
206887                        "desc": "Octahedron",
206888                        "name": "Octahedron",
206889                        "value": "2"
206890                    },
206891                    {
206892                        "desc": "Box",
206893                        "name": "Box",
206894                        "value": "3"
206895                    },
206896                    {
206897                        "desc": "Icosahedron",
206898                        "name": "Icosahedron",
206899                        "value": "4"
206900                    },
206901                    {
206902                        "desc": "Cylinder",
206903                        "name": "Cylinder",
206904                        "value": "5"
206905                    },
206906                    {
206907                        "desc": "Cone",
206908                        "name": "Cone",
206909                        "value": "6"
206910                    },
206911                    {
206912                        "desc": "Octasphere",
206913                        "name": "Octasphere",
206914                        "value": "7"
206915                    },
206916                    {
206917                        "desc": "Icosphere",
206918                        "name": "Icosphere",
206919                        "value": "8"
206920                    },
206921                    {
206922                        "desc": "Flat spot",
206923                        "name": "Flat spot",
206924                        "value": "9"
206925                    },
206926                    {
206927                        "desc": "Cylindrical spot",
206928                        "name": "Cylindrical spot",
206929                        "value": "10"
206930                    },
206931                    {
206932                        "desc": "Spherical spot",
206933                        "name": "Spherical spot",
206934                        "value": "11"
206935                    }
206936                ]
206937            },
206938            "lsp-plug-in-plugins-lv2-room-builder-stereosscf-1": {
206939                "ignore-enum-members": true,
206940                "kind": "enum",
206941                "values": [
206942                    {
206943                        "desc": "Triangle",
206944                        "name": "Triangle",
206945                        "value": "0"
206946                    },
206947                    {
206948                        "desc": "Tetrahedron",
206949                        "name": "Tetrahedron",
206950                        "value": "1"
206951                    },
206952                    {
206953                        "desc": "Octahedron",
206954                        "name": "Octahedron",
206955                        "value": "2"
206956                    },
206957                    {
206958                        "desc": "Box",
206959                        "name": "Box",
206960                        "value": "3"
206961                    },
206962                    {
206963                        "desc": "Icosahedron",
206964                        "name": "Icosahedron",
206965                        "value": "4"
206966                    },
206967                    {
206968                        "desc": "Cylinder",
206969                        "name": "Cylinder",
206970                        "value": "5"
206971                    },
206972                    {
206973                        "desc": "Cone",
206974                        "name": "Cone",
206975                        "value": "6"
206976                    },
206977                    {
206978                        "desc": "Octasphere",
206979                        "name": "Octasphere",
206980                        "value": "7"
206981                    },
206982                    {
206983                        "desc": "Icosphere",
206984                        "name": "Icosphere",
206985                        "value": "8"
206986                    },
206987                    {
206988                        "desc": "Flat spot",
206989                        "name": "Flat spot",
206990                        "value": "9"
206991                    },
206992                    {
206993                        "desc": "Cylindrical spot",
206994                        "name": "Cylindrical spot",
206995                        "value": "10"
206996                    },
206997                    {
206998                        "desc": "Spherical spot",
206999                        "name": "Spherical spot",
207000                        "value": "11"
207001                    }
207002                ]
207003            },
207004            "lsp-plug-in-plugins-lv2-room-builder-stereosscf-2": {
207005                "ignore-enum-members": true,
207006                "kind": "enum",
207007                "values": [
207008                    {
207009                        "desc": "Triangle",
207010                        "name": "Triangle",
207011                        "value": "0"
207012                    },
207013                    {
207014                        "desc": "Tetrahedron",
207015                        "name": "Tetrahedron",
207016                        "value": "1"
207017                    },
207018                    {
207019                        "desc": "Octahedron",
207020                        "name": "Octahedron",
207021                        "value": "2"
207022                    },
207023                    {
207024                        "desc": "Box",
207025                        "name": "Box",
207026                        "value": "3"
207027                    },
207028                    {
207029                        "desc": "Icosahedron",
207030                        "name": "Icosahedron",
207031                        "value": "4"
207032                    },
207033                    {
207034                        "desc": "Cylinder",
207035                        "name": "Cylinder",
207036                        "value": "5"
207037                    },
207038                    {
207039                        "desc": "Cone",
207040                        "name": "Cone",
207041                        "value": "6"
207042                    },
207043                    {
207044                        "desc": "Octasphere",
207045                        "name": "Octasphere",
207046                        "value": "7"
207047                    },
207048                    {
207049                        "desc": "Icosphere",
207050                        "name": "Icosphere",
207051                        "value": "8"
207052                    },
207053                    {
207054                        "desc": "Flat spot",
207055                        "name": "Flat spot",
207056                        "value": "9"
207057                    },
207058                    {
207059                        "desc": "Cylindrical spot",
207060                        "name": "Cylindrical spot",
207061                        "value": "10"
207062                    },
207063                    {
207064                        "desc": "Spherical spot",
207065                        "name": "Spherical spot",
207066                        "value": "11"
207067                    }
207068                ]
207069            },
207070            "lsp-plug-in-plugins-lv2-room-builder-stereosscf-3": {
207071                "ignore-enum-members": true,
207072                "kind": "enum",
207073                "values": [
207074                    {
207075                        "desc": "Triangle",
207076                        "name": "Triangle",
207077                        "value": "0"
207078                    },
207079                    {
207080                        "desc": "Tetrahedron",
207081                        "name": "Tetrahedron",
207082                        "value": "1"
207083                    },
207084                    {
207085                        "desc": "Octahedron",
207086                        "name": "Octahedron",
207087                        "value": "2"
207088                    },
207089                    {
207090                        "desc": "Box",
207091                        "name": "Box",
207092                        "value": "3"
207093                    },
207094                    {
207095                        "desc": "Icosahedron",
207096                        "name": "Icosahedron",
207097                        "value": "4"
207098                    },
207099                    {
207100                        "desc": "Cylinder",
207101                        "name": "Cylinder",
207102                        "value": "5"
207103                    },
207104                    {
207105                        "desc": "Cone",
207106                        "name": "Cone",
207107                        "value": "6"
207108                    },
207109                    {
207110                        "desc": "Octasphere",
207111                        "name": "Octasphere",
207112                        "value": "7"
207113                    },
207114                    {
207115                        "desc": "Icosphere",
207116                        "name": "Icosphere",
207117                        "value": "8"
207118                    },
207119                    {
207120                        "desc": "Flat spot",
207121                        "name": "Flat spot",
207122                        "value": "9"
207123                    },
207124                    {
207125                        "desc": "Cylindrical spot",
207126                        "name": "Cylindrical spot",
207127                        "value": "10"
207128                    },
207129                    {
207130                        "desc": "Spherical spot",
207131                        "name": "Spherical spot",
207132                        "value": "11"
207133                    }
207134                ]
207135            },
207136            "lsp-plug-in-plugins-lv2-room-builder-stereosscf-4": {
207137                "ignore-enum-members": true,
207138                "kind": "enum",
207139                "values": [
207140                    {
207141                        "desc": "Triangle",
207142                        "name": "Triangle",
207143                        "value": "0"
207144                    },
207145                    {
207146                        "desc": "Tetrahedron",
207147                        "name": "Tetrahedron",
207148                        "value": "1"
207149                    },
207150                    {
207151                        "desc": "Octahedron",
207152                        "name": "Octahedron",
207153                        "value": "2"
207154                    },
207155                    {
207156                        "desc": "Box",
207157                        "name": "Box",
207158                        "value": "3"
207159                    },
207160                    {
207161                        "desc": "Icosahedron",
207162                        "name": "Icosahedron",
207163                        "value": "4"
207164                    },
207165                    {
207166                        "desc": "Cylinder",
207167                        "name": "Cylinder",
207168                        "value": "5"
207169                    },
207170                    {
207171                        "desc": "Cone",
207172                        "name": "Cone",
207173                        "value": "6"
207174                    },
207175                    {
207176                        "desc": "Octasphere",
207177                        "name": "Octasphere",
207178                        "value": "7"
207179                    },
207180                    {
207181                        "desc": "Icosphere",
207182                        "name": "Icosphere",
207183                        "value": "8"
207184                    },
207185                    {
207186                        "desc": "Flat spot",
207187                        "name": "Flat spot",
207188                        "value": "9"
207189                    },
207190                    {
207191                        "desc": "Cylindrical spot",
207192                        "name": "Cylindrical spot",
207193                        "value": "10"
207194                    },
207195                    {
207196                        "desc": "Spherical spot",
207197                        "name": "Spherical spot",
207198                        "value": "11"
207199                    }
207200                ]
207201            },
207202            "lsp-plug-in-plugins-lv2-room-builder-stereosscf-5": {
207203                "ignore-enum-members": true,
207204                "kind": "enum",
207205                "values": [
207206                    {
207207                        "desc": "Triangle",
207208                        "name": "Triangle",
207209                        "value": "0"
207210                    },
207211                    {
207212                        "desc": "Tetrahedron",
207213                        "name": "Tetrahedron",
207214                        "value": "1"
207215                    },
207216                    {
207217                        "desc": "Octahedron",
207218                        "name": "Octahedron",
207219                        "value": "2"
207220                    },
207221                    {
207222                        "desc": "Box",
207223                        "name": "Box",
207224                        "value": "3"
207225                    },
207226                    {
207227                        "desc": "Icosahedron",
207228                        "name": "Icosahedron",
207229                        "value": "4"
207230                    },
207231                    {
207232                        "desc": "Cylinder",
207233                        "name": "Cylinder",
207234                        "value": "5"
207235                    },
207236                    {
207237                        "desc": "Cone",
207238                        "name": "Cone",
207239                        "value": "6"
207240                    },
207241                    {
207242                        "desc": "Octasphere",
207243                        "name": "Octasphere",
207244                        "value": "7"
207245                    },
207246                    {
207247                        "desc": "Icosphere",
207248                        "name": "Icosphere",
207249                        "value": "8"
207250                    },
207251                    {
207252                        "desc": "Flat spot",
207253                        "name": "Flat spot",
207254                        "value": "9"
207255                    },
207256                    {
207257                        "desc": "Cylindrical spot",
207258                        "name": "Cylindrical spot",
207259                        "value": "10"
207260                    },
207261                    {
207262                        "desc": "Spherical spot",
207263                        "name": "Spherical spot",
207264                        "value": "11"
207265                    }
207266                ]
207267            },
207268            "lsp-plug-in-plugins-lv2-room-builder-stereosscf-6": {
207269                "ignore-enum-members": true,
207270                "kind": "enum",
207271                "values": [
207272                    {
207273                        "desc": "Triangle",
207274                        "name": "Triangle",
207275                        "value": "0"
207276                    },
207277                    {
207278                        "desc": "Tetrahedron",
207279                        "name": "Tetrahedron",
207280                        "value": "1"
207281                    },
207282                    {
207283                        "desc": "Octahedron",
207284                        "name": "Octahedron",
207285                        "value": "2"
207286                    },
207287                    {
207288                        "desc": "Box",
207289                        "name": "Box",
207290                        "value": "3"
207291                    },
207292                    {
207293                        "desc": "Icosahedron",
207294                        "name": "Icosahedron",
207295                        "value": "4"
207296                    },
207297                    {
207298                        "desc": "Cylinder",
207299                        "name": "Cylinder",
207300                        "value": "5"
207301                    },
207302                    {
207303                        "desc": "Cone",
207304                        "name": "Cone",
207305                        "value": "6"
207306                    },
207307                    {
207308                        "desc": "Octasphere",
207309                        "name": "Octasphere",
207310                        "value": "7"
207311                    },
207312                    {
207313                        "desc": "Icosphere",
207314                        "name": "Icosphere",
207315                        "value": "8"
207316                    },
207317                    {
207318                        "desc": "Flat spot",
207319                        "name": "Flat spot",
207320                        "value": "9"
207321                    },
207322                    {
207323                        "desc": "Cylindrical spot",
207324                        "name": "Cylindrical spot",
207325                        "value": "10"
207326                    },
207327                    {
207328                        "desc": "Spherical spot",
207329                        "name": "Spherical spot",
207330                        "value": "11"
207331                    }
207332                ]
207333            },
207334            "lsp-plug-in-plugins-lv2-room-builder-stereosscf-7": {
207335                "ignore-enum-members": true,
207336                "kind": "enum",
207337                "values": [
207338                    {
207339                        "desc": "Triangle",
207340                        "name": "Triangle",
207341                        "value": "0"
207342                    },
207343                    {
207344                        "desc": "Tetrahedron",
207345                        "name": "Tetrahedron",
207346                        "value": "1"
207347                    },
207348                    {
207349                        "desc": "Octahedron",
207350                        "name": "Octahedron",
207351                        "value": "2"
207352                    },
207353                    {
207354                        "desc": "Box",
207355                        "name": "Box",
207356                        "value": "3"
207357                    },
207358                    {
207359                        "desc": "Icosahedron",
207360                        "name": "Icosahedron",
207361                        "value": "4"
207362                    },
207363                    {
207364                        "desc": "Cylinder",
207365                        "name": "Cylinder",
207366                        "value": "5"
207367                    },
207368                    {
207369                        "desc": "Cone",
207370                        "name": "Cone",
207371                        "value": "6"
207372                    },
207373                    {
207374                        "desc": "Octasphere",
207375                        "name": "Octasphere",
207376                        "value": "7"
207377                    },
207378                    {
207379                        "desc": "Icosphere",
207380                        "name": "Icosphere",
207381                        "value": "8"
207382                    },
207383                    {
207384                        "desc": "Flat spot",
207385                        "name": "Flat spot",
207386                        "value": "9"
207387                    },
207388                    {
207389                        "desc": "Cylindrical spot",
207390                        "name": "Cylindrical spot",
207391                        "value": "10"
207392                    },
207393                    {
207394                        "desc": "Spherical spot",
207395                        "name": "Spherical spot",
207396                        "value": "11"
207397                    }
207398                ]
207399            },
207400            "lsp-plug-in-plugins-lv2-room-builder-stereossel": {
207401                "ignore-enum-members": true,
207402                "kind": "enum",
207403                "values": [
207404                    {
207405                        "desc": "0",
207406                        "name": "0",
207407                        "value": "0"
207408                    },
207409                    {
207410                        "desc": "1",
207411                        "name": "1",
207412                        "value": "1"
207413                    },
207414                    {
207415                        "desc": "2",
207416                        "name": "2",
207417                        "value": "2"
207418                    },
207419                    {
207420                        "desc": "3",
207421                        "name": "3",
207422                        "value": "3"
207423                    },
207424                    {
207425                        "desc": "4",
207426                        "name": "4",
207427                        "value": "4"
207428                    },
207429                    {
207430                        "desc": "5",
207431                        "name": "5",
207432                        "value": "5"
207433                    },
207434                    {
207435                        "desc": "6",
207436                        "name": "6",
207437                        "value": "6"
207438                    },
207439                    {
207440                        "desc": "7",
207441                        "name": "7",
207442                        "value": "7"
207443                    }
207444                ]
207445            },
207446            "lsp-plug-in-plugins-lv2-room-builder-stereoview": {
207447                "ignore-enum-members": true,
207448                "kind": "enum",
207449                "values": [
207450                    {
207451                        "desc": "Room browser",
207452                        "name": "Room browser",
207453                        "value": "0"
207454                    },
207455                    {
207456                        "desc": "Sample 0",
207457                        "name": "Sample 0",
207458                        "value": "1"
207459                    },
207460                    {
207461                        "desc": "Sample 1",
207462                        "name": "Sample 1",
207463                        "value": "2"
207464                    },
207465                    {
207466                        "desc": "Sample 2",
207467                        "name": "Sample 2",
207468                        "value": "3"
207469                    },
207470                    {
207471                        "desc": "Sample 3",
207472                        "name": "Sample 3",
207473                        "value": "4"
207474                    },
207475                    {
207476                        "desc": "Sample 4",
207477                        "name": "Sample 4",
207478                        "value": "5"
207479                    },
207480                    {
207481                        "desc": "Sample 5",
207482                        "name": "Sample 5",
207483                        "value": "6"
207484                    },
207485                    {
207486                        "desc": "Sample 6",
207487                        "name": "Sample 6",
207488                        "value": "7"
207489                    },
207490                    {
207491                        "desc": "Sample 7",
207492                        "name": "Sample 7",
207493                        "value": "8"
207494                    }
207495                ]
207496            },
207497            "lsp-plug-in-plugins-lv2-sampler-monochan": {
207498                "ignore-enum-members": true,
207499                "kind": "enum",
207500                "values": [
207501                    {
207502                        "desc": "01",
207503                        "name": "01",
207504                        "value": "0"
207505                    },
207506                    {
207507                        "desc": "02",
207508                        "name": "02",
207509                        "value": "1"
207510                    },
207511                    {
207512                        "desc": "03",
207513                        "name": "03",
207514                        "value": "2"
207515                    },
207516                    {
207517                        "desc": "04",
207518                        "name": "04",
207519                        "value": "3"
207520                    },
207521                    {
207522                        "desc": "05",
207523                        "name": "05",
207524                        "value": "4"
207525                    },
207526                    {
207527                        "desc": "06",
207528                        "name": "06",
207529                        "value": "5"
207530                    },
207531                    {
207532                        "desc": "07",
207533                        "name": "07",
207534                        "value": "6"
207535                    },
207536                    {
207537                        "desc": "08",
207538                        "name": "08",
207539                        "value": "7"
207540                    },
207541                    {
207542                        "desc": "09",
207543                        "name": "09",
207544                        "value": "8"
207545                    },
207546                    {
207547                        "desc": "10",
207548                        "name": "10",
207549                        "value": "9"
207550                    },
207551                    {
207552                        "desc": "11",
207553                        "name": "11",
207554                        "value": "10"
207555                    },
207556                    {
207557                        "desc": "12",
207558                        "name": "12",
207559                        "value": "11"
207560                    },
207561                    {
207562                        "desc": "13",
207563                        "name": "13",
207564                        "value": "12"
207565                    },
207566                    {
207567                        "desc": "14",
207568                        "name": "14",
207569                        "value": "13"
207570                    },
207571                    {
207572                        "desc": "15",
207573                        "name": "15",
207574                        "value": "14"
207575                    },
207576                    {
207577                        "desc": "16",
207578                        "name": "16",
207579                        "value": "15"
207580                    }
207581                ]
207582            },
207583            "lsp-plug-in-plugins-lv2-sampler-mononote": {
207584                "ignore-enum-members": true,
207585                "kind": "enum",
207586                "values": [
207587                    {
207588                        "desc": "C",
207589                        "name": "C",
207590                        "value": "0"
207591                    },
207592                    {
207593                        "desc": "C#",
207594                        "name": "C#",
207595                        "value": "1"
207596                    },
207597                    {
207598                        "desc": "D",
207599                        "name": "D",
207600                        "value": "2"
207601                    },
207602                    {
207603                        "desc": "D#",
207604                        "name": "D#",
207605                        "value": "3"
207606                    },
207607                    {
207608                        "desc": "E",
207609                        "name": "E",
207610                        "value": "4"
207611                    },
207612                    {
207613                        "desc": "F",
207614                        "name": "F",
207615                        "value": "5"
207616                    },
207617                    {
207618                        "desc": "F#",
207619                        "name": "F#",
207620                        "value": "6"
207621                    },
207622                    {
207623                        "desc": "G",
207624                        "name": "G",
207625                        "value": "7"
207626                    },
207627                    {
207628                        "desc": "G#",
207629                        "name": "G#",
207630                        "value": "8"
207631                    },
207632                    {
207633                        "desc": "A",
207634                        "name": "A",
207635                        "value": "9"
207636                    },
207637                    {
207638                        "desc": "A#",
207639                        "name": "A#",
207640                        "value": "10"
207641                    },
207642                    {
207643                        "desc": "B",
207644                        "name": "B",
207645                        "value": "11"
207646                    }
207647                ]
207648            },
207649            "lsp-plug-in-plugins-lv2-sampler-monooct": {
207650                "ignore-enum-members": true,
207651                "kind": "enum",
207652                "values": [
207653                    {
207654                        "desc": "-2",
207655                        "name": "-2",
207656                        "value": "0"
207657                    },
207658                    {
207659                        "desc": "-1",
207660                        "name": "-1",
207661                        "value": "1"
207662                    },
207663                    {
207664                        "desc": "0",
207665                        "name": "0",
207666                        "value": "2"
207667                    },
207668                    {
207669                        "desc": "1",
207670                        "name": "1",
207671                        "value": "3"
207672                    },
207673                    {
207674                        "desc": "2",
207675                        "name": "2",
207676                        "value": "4"
207677                    },
207678                    {
207679                        "desc": "3",
207680                        "name": "3",
207681                        "value": "5"
207682                    },
207683                    {
207684                        "desc": "4",
207685                        "name": "4",
207686                        "value": "6"
207687                    },
207688                    {
207689                        "desc": "5",
207690                        "name": "5",
207691                        "value": "7"
207692                    },
207693                    {
207694                        "desc": "6",
207695                        "name": "6",
207696                        "value": "8"
207697                    },
207698                    {
207699                        "desc": "7",
207700                        "name": "7",
207701                        "value": "9"
207702                    },
207703                    {
207704                        "desc": "8",
207705                        "name": "8",
207706                        "value": "10"
207707                    }
207708                ]
207709            },
207710            "lsp-plug-in-plugins-lv2-sampler-stereochan": {
207711                "ignore-enum-members": true,
207712                "kind": "enum",
207713                "values": [
207714                    {
207715                        "desc": "01",
207716                        "name": "01",
207717                        "value": "0"
207718                    },
207719                    {
207720                        "desc": "02",
207721                        "name": "02",
207722                        "value": "1"
207723                    },
207724                    {
207725                        "desc": "03",
207726                        "name": "03",
207727                        "value": "2"
207728                    },
207729                    {
207730                        "desc": "04",
207731                        "name": "04",
207732                        "value": "3"
207733                    },
207734                    {
207735                        "desc": "05",
207736                        "name": "05",
207737                        "value": "4"
207738                    },
207739                    {
207740                        "desc": "06",
207741                        "name": "06",
207742                        "value": "5"
207743                    },
207744                    {
207745                        "desc": "07",
207746                        "name": "07",
207747                        "value": "6"
207748                    },
207749                    {
207750                        "desc": "08",
207751                        "name": "08",
207752                        "value": "7"
207753                    },
207754                    {
207755                        "desc": "09",
207756                        "name": "09",
207757                        "value": "8"
207758                    },
207759                    {
207760                        "desc": "10",
207761                        "name": "10",
207762                        "value": "9"
207763                    },
207764                    {
207765                        "desc": "11",
207766                        "name": "11",
207767                        "value": "10"
207768                    },
207769                    {
207770                        "desc": "12",
207771                        "name": "12",
207772                        "value": "11"
207773                    },
207774                    {
207775                        "desc": "13",
207776                        "name": "13",
207777                        "value": "12"
207778                    },
207779                    {
207780                        "desc": "14",
207781                        "name": "14",
207782                        "value": "13"
207783                    },
207784                    {
207785                        "desc": "15",
207786                        "name": "15",
207787                        "value": "14"
207788                    },
207789                    {
207790                        "desc": "16",
207791                        "name": "16",
207792                        "value": "15"
207793                    }
207794                ]
207795            },
207796            "lsp-plug-in-plugins-lv2-sampler-stereonote": {
207797                "ignore-enum-members": true,
207798                "kind": "enum",
207799                "values": [
207800                    {
207801                        "desc": "C",
207802                        "name": "C",
207803                        "value": "0"
207804                    },
207805                    {
207806                        "desc": "C#",
207807                        "name": "C#",
207808                        "value": "1"
207809                    },
207810                    {
207811                        "desc": "D",
207812                        "name": "D",
207813                        "value": "2"
207814                    },
207815                    {
207816                        "desc": "D#",
207817                        "name": "D#",
207818                        "value": "3"
207819                    },
207820                    {
207821                        "desc": "E",
207822                        "name": "E",
207823                        "value": "4"
207824                    },
207825                    {
207826                        "desc": "F",
207827                        "name": "F",
207828                        "value": "5"
207829                    },
207830                    {
207831                        "desc": "F#",
207832                        "name": "F#",
207833                        "value": "6"
207834                    },
207835                    {
207836                        "desc": "G",
207837                        "name": "G",
207838                        "value": "7"
207839                    },
207840                    {
207841                        "desc": "G#",
207842                        "name": "G#",
207843                        "value": "8"
207844                    },
207845                    {
207846                        "desc": "A",
207847                        "name": "A",
207848                        "value": "9"
207849                    },
207850                    {
207851                        "desc": "A#",
207852                        "name": "A#",
207853                        "value": "10"
207854                    },
207855                    {
207856                        "desc": "B",
207857                        "name": "B",
207858                        "value": "11"
207859                    }
207860                ]
207861            },
207862            "lsp-plug-in-plugins-lv2-sampler-stereooct": {
207863                "ignore-enum-members": true,
207864                "kind": "enum",
207865                "values": [
207866                    {
207867                        "desc": "-2",
207868                        "name": "-2",
207869                        "value": "0"
207870                    },
207871                    {
207872                        "desc": "-1",
207873                        "name": "-1",
207874                        "value": "1"
207875                    },
207876                    {
207877                        "desc": "0",
207878                        "name": "0",
207879                        "value": "2"
207880                    },
207881                    {
207882                        "desc": "1",
207883                        "name": "1",
207884                        "value": "3"
207885                    },
207886                    {
207887                        "desc": "2",
207888                        "name": "2",
207889                        "value": "4"
207890                    },
207891                    {
207892                        "desc": "3",
207893                        "name": "3",
207894                        "value": "5"
207895                    },
207896                    {
207897                        "desc": "4",
207898                        "name": "4",
207899                        "value": "6"
207900                    },
207901                    {
207902                        "desc": "5",
207903                        "name": "5",
207904                        "value": "7"
207905                    },
207906                    {
207907                        "desc": "6",
207908                        "name": "6",
207909                        "value": "8"
207910                    },
207911                    {
207912                        "desc": "7",
207913                        "name": "7",
207914                        "value": "9"
207915                    },
207916                    {
207917                        "desc": "8",
207918                        "name": "8",
207919                        "value": "10"
207920                    }
207921                ]
207922            },
207923            "lsp-plug-in-plugins-lv2-slap-delay-monodm0": {
207924                "ignore-enum-members": true,
207925                "kind": "enum",
207926                "values": [
207927                    {
207928                        "desc": "Off",
207929                        "name": "Off",
207930                        "value": "0"
207931                    },
207932                    {
207933                        "desc": "Time",
207934                        "name": "Time",
207935                        "value": "1"
207936                    },
207937                    {
207938                        "desc": "Distance",
207939                        "name": "Distance",
207940                        "value": "2"
207941                    },
207942                    {
207943                        "desc": "Notes",
207944                        "name": "Notes",
207945                        "value": "3"
207946                    }
207947                ]
207948            },
207949            "lsp-plug-in-plugins-lv2-slap-delay-monodm1": {
207950                "ignore-enum-members": true,
207951                "kind": "enum",
207952                "values": [
207953                    {
207954                        "desc": "Off",
207955                        "name": "Off",
207956                        "value": "0"
207957                    },
207958                    {
207959                        "desc": "Time",
207960                        "name": "Time",
207961                        "value": "1"
207962                    },
207963                    {
207964                        "desc": "Distance",
207965                        "name": "Distance",
207966                        "value": "2"
207967                    },
207968                    {
207969                        "desc": "Notes",
207970                        "name": "Notes",
207971                        "value": "3"
207972                    }
207973                ]
207974            },
207975            "lsp-plug-in-plugins-lv2-slap-delay-monodm10": {
207976                "ignore-enum-members": true,
207977                "kind": "enum",
207978                "values": [
207979                    {
207980                        "desc": "Off",
207981                        "name": "Off",
207982                        "value": "0"
207983                    },
207984                    {
207985                        "desc": "Time",
207986                        "name": "Time",
207987                        "value": "1"
207988                    },
207989                    {
207990                        "desc": "Distance",
207991                        "name": "Distance",
207992                        "value": "2"
207993                    },
207994                    {
207995                        "desc": "Notes",
207996                        "name": "Notes",
207997                        "value": "3"
207998                    }
207999                ]
208000            },
208001            "lsp-plug-in-plugins-lv2-slap-delay-monodm11": {
208002                "ignore-enum-members": true,
208003                "kind": "enum",
208004                "values": [
208005                    {
208006                        "desc": "Off",
208007                        "name": "Off",
208008                        "value": "0"
208009                    },
208010                    {
208011                        "desc": "Time",
208012                        "name": "Time",
208013                        "value": "1"
208014                    },
208015                    {
208016                        "desc": "Distance",
208017                        "name": "Distance",
208018                        "value": "2"
208019                    },
208020                    {
208021                        "desc": "Notes",
208022                        "name": "Notes",
208023                        "value": "3"
208024                    }
208025                ]
208026            },
208027            "lsp-plug-in-plugins-lv2-slap-delay-monodm12": {
208028                "ignore-enum-members": true,
208029                "kind": "enum",
208030                "values": [
208031                    {
208032                        "desc": "Off",
208033                        "name": "Off",
208034                        "value": "0"
208035                    },
208036                    {
208037                        "desc": "Time",
208038                        "name": "Time",
208039                        "value": "1"
208040                    },
208041                    {
208042                        "desc": "Distance",
208043                        "name": "Distance",
208044                        "value": "2"
208045                    },
208046                    {
208047                        "desc": "Notes",
208048                        "name": "Notes",
208049                        "value": "3"
208050                    }
208051                ]
208052            },
208053            "lsp-plug-in-plugins-lv2-slap-delay-monodm13": {
208054                "ignore-enum-members": true,
208055                "kind": "enum",
208056                "values": [
208057                    {
208058                        "desc": "Off",
208059                        "name": "Off",
208060                        "value": "0"
208061                    },
208062                    {
208063                        "desc": "Time",
208064                        "name": "Time",
208065                        "value": "1"
208066                    },
208067                    {
208068                        "desc": "Distance",
208069                        "name": "Distance",
208070                        "value": "2"
208071                    },
208072                    {
208073                        "desc": "Notes",
208074                        "name": "Notes",
208075                        "value": "3"
208076                    }
208077                ]
208078            },
208079            "lsp-plug-in-plugins-lv2-slap-delay-monodm14": {
208080                "ignore-enum-members": true,
208081                "kind": "enum",
208082                "values": [
208083                    {
208084                        "desc": "Off",
208085                        "name": "Off",
208086                        "value": "0"
208087                    },
208088                    {
208089                        "desc": "Time",
208090                        "name": "Time",
208091                        "value": "1"
208092                    },
208093                    {
208094                        "desc": "Distance",
208095                        "name": "Distance",
208096                        "value": "2"
208097                    },
208098                    {
208099                        "desc": "Notes",
208100                        "name": "Notes",
208101                        "value": "3"
208102                    }
208103                ]
208104            },
208105            "lsp-plug-in-plugins-lv2-slap-delay-monodm15": {
208106                "ignore-enum-members": true,
208107                "kind": "enum",
208108                "values": [
208109                    {
208110                        "desc": "Off",
208111                        "name": "Off",
208112                        "value": "0"
208113                    },
208114                    {
208115                        "desc": "Time",
208116                        "name": "Time",
208117                        "value": "1"
208118                    },
208119                    {
208120                        "desc": "Distance",
208121                        "name": "Distance",
208122                        "value": "2"
208123                    },
208124                    {
208125                        "desc": "Notes",
208126                        "name": "Notes",
208127                        "value": "3"
208128                    }
208129                ]
208130            },
208131            "lsp-plug-in-plugins-lv2-slap-delay-monodm2": {
208132                "ignore-enum-members": true,
208133                "kind": "enum",
208134                "values": [
208135                    {
208136                        "desc": "Off",
208137                        "name": "Off",
208138                        "value": "0"
208139                    },
208140                    {
208141                        "desc": "Time",
208142                        "name": "Time",
208143                        "value": "1"
208144                    },
208145                    {
208146                        "desc": "Distance",
208147                        "name": "Distance",
208148                        "value": "2"
208149                    },
208150                    {
208151                        "desc": "Notes",
208152                        "name": "Notes",
208153                        "value": "3"
208154                    }
208155                ]
208156            },
208157            "lsp-plug-in-plugins-lv2-slap-delay-monodm3": {
208158                "ignore-enum-members": true,
208159                "kind": "enum",
208160                "values": [
208161                    {
208162                        "desc": "Off",
208163                        "name": "Off",
208164                        "value": "0"
208165                    },
208166                    {
208167                        "desc": "Time",
208168                        "name": "Time",
208169                        "value": "1"
208170                    },
208171                    {
208172                        "desc": "Distance",
208173                        "name": "Distance",
208174                        "value": "2"
208175                    },
208176                    {
208177                        "desc": "Notes",
208178                        "name": "Notes",
208179                        "value": "3"
208180                    }
208181                ]
208182            },
208183            "lsp-plug-in-plugins-lv2-slap-delay-monodm4": {
208184                "ignore-enum-members": true,
208185                "kind": "enum",
208186                "values": [
208187                    {
208188                        "desc": "Off",
208189                        "name": "Off",
208190                        "value": "0"
208191                    },
208192                    {
208193                        "desc": "Time",
208194                        "name": "Time",
208195                        "value": "1"
208196                    },
208197                    {
208198                        "desc": "Distance",
208199                        "name": "Distance",
208200                        "value": "2"
208201                    },
208202                    {
208203                        "desc": "Notes",
208204                        "name": "Notes",
208205                        "value": "3"
208206                    }
208207                ]
208208            },
208209            "lsp-plug-in-plugins-lv2-slap-delay-monodm5": {
208210                "ignore-enum-members": true,
208211                "kind": "enum",
208212                "values": [
208213                    {
208214                        "desc": "Off",
208215                        "name": "Off",
208216                        "value": "0"
208217                    },
208218                    {
208219                        "desc": "Time",
208220                        "name": "Time",
208221                        "value": "1"
208222                    },
208223                    {
208224                        "desc": "Distance",
208225                        "name": "Distance",
208226                        "value": "2"
208227                    },
208228                    {
208229                        "desc": "Notes",
208230                        "name": "Notes",
208231                        "value": "3"
208232                    }
208233                ]
208234            },
208235            "lsp-plug-in-plugins-lv2-slap-delay-monodm6": {
208236                "ignore-enum-members": true,
208237                "kind": "enum",
208238                "values": [
208239                    {
208240                        "desc": "Off",
208241                        "name": "Off",
208242                        "value": "0"
208243                    },
208244                    {
208245                        "desc": "Time",
208246                        "name": "Time",
208247                        "value": "1"
208248                    },
208249                    {
208250                        "desc": "Distance",
208251                        "name": "Distance",
208252                        "value": "2"
208253                    },
208254                    {
208255                        "desc": "Notes",
208256                        "name": "Notes",
208257                        "value": "3"
208258                    }
208259                ]
208260            },
208261            "lsp-plug-in-plugins-lv2-slap-delay-monodm7": {
208262                "ignore-enum-members": true,
208263                "kind": "enum",
208264                "values": [
208265                    {
208266                        "desc": "Off",
208267                        "name": "Off",
208268                        "value": "0"
208269                    },
208270                    {
208271                        "desc": "Time",
208272                        "name": "Time",
208273                        "value": "1"
208274                    },
208275                    {
208276                        "desc": "Distance",
208277                        "name": "Distance",
208278                        "value": "2"
208279                    },
208280                    {
208281                        "desc": "Notes",
208282                        "name": "Notes",
208283                        "value": "3"
208284                    }
208285                ]
208286            },
208287            "lsp-plug-in-plugins-lv2-slap-delay-monodm8": {
208288                "ignore-enum-members": true,
208289                "kind": "enum",
208290                "values": [
208291                    {
208292                        "desc": "Off",
208293                        "name": "Off",
208294                        "value": "0"
208295                    },
208296                    {
208297                        "desc": "Time",
208298                        "name": "Time",
208299                        "value": "1"
208300                    },
208301                    {
208302                        "desc": "Distance",
208303                        "name": "Distance",
208304                        "value": "2"
208305                    },
208306                    {
208307                        "desc": "Notes",
208308                        "name": "Notes",
208309                        "value": "3"
208310                    }
208311                ]
208312            },
208313            "lsp-plug-in-plugins-lv2-slap-delay-monodm9": {
208314                "ignore-enum-members": true,
208315                "kind": "enum",
208316                "values": [
208317                    {
208318                        "desc": "Off",
208319                        "name": "Off",
208320                        "value": "0"
208321                    },
208322                    {
208323                        "desc": "Time",
208324                        "name": "Time",
208325                        "value": "1"
208326                    },
208327                    {
208328                        "desc": "Distance",
208329                        "name": "Distance",
208330                        "value": "2"
208331                    },
208332                    {
208333                        "desc": "Notes",
208334                        "name": "Notes",
208335                        "value": "3"
208336                    }
208337                ]
208338            },
208339            "lsp-plug-in-plugins-lv2-slap-delay-monolsel": {
208340                "ignore-enum-members": true,
208341                "kind": "enum",
208342                "values": [
208343                    {
208344                        "desc": "0-4",
208345                        "name": "0-4",
208346                        "value": "0"
208347                    },
208348                    {
208349                        "desc": "5-7",
208350                        "name": "5-7",
208351                        "value": "1"
208352                    },
208353                    {
208354                        "desc": "8-11",
208355                        "name": "8-11",
208356                        "value": "2"
208357                    },
208358                    {
208359                        "desc": "12-15",
208360                        "name": "12-15",
208361                        "value": "3"
208362                    }
208363                ]
208364            },
208365            "lsp-plug-in-plugins-lv2-slap-delay-stereodm0": {
208366                "ignore-enum-members": true,
208367                "kind": "enum",
208368                "values": [
208369                    {
208370                        "desc": "Off",
208371                        "name": "Off",
208372                        "value": "0"
208373                    },
208374                    {
208375                        "desc": "Time",
208376                        "name": "Time",
208377                        "value": "1"
208378                    },
208379                    {
208380                        "desc": "Distance",
208381                        "name": "Distance",
208382                        "value": "2"
208383                    },
208384                    {
208385                        "desc": "Notes",
208386                        "name": "Notes",
208387                        "value": "3"
208388                    }
208389                ]
208390            },
208391            "lsp-plug-in-plugins-lv2-slap-delay-stereodm1": {
208392                "ignore-enum-members": true,
208393                "kind": "enum",
208394                "values": [
208395                    {
208396                        "desc": "Off",
208397                        "name": "Off",
208398                        "value": "0"
208399                    },
208400                    {
208401                        "desc": "Time",
208402                        "name": "Time",
208403                        "value": "1"
208404                    },
208405                    {
208406                        "desc": "Distance",
208407                        "name": "Distance",
208408                        "value": "2"
208409                    },
208410                    {
208411                        "desc": "Notes",
208412                        "name": "Notes",
208413                        "value": "3"
208414                    }
208415                ]
208416            },
208417            "lsp-plug-in-plugins-lv2-slap-delay-stereodm10": {
208418                "ignore-enum-members": true,
208419                "kind": "enum",
208420                "values": [
208421                    {
208422                        "desc": "Off",
208423                        "name": "Off",
208424                        "value": "0"
208425                    },
208426                    {
208427                        "desc": "Time",
208428                        "name": "Time",
208429                        "value": "1"
208430                    },
208431                    {
208432                        "desc": "Distance",
208433                        "name": "Distance",
208434                        "value": "2"
208435                    },
208436                    {
208437                        "desc": "Notes",
208438                        "name": "Notes",
208439                        "value": "3"
208440                    }
208441                ]
208442            },
208443            "lsp-plug-in-plugins-lv2-slap-delay-stereodm11": {
208444                "ignore-enum-members": true,
208445                "kind": "enum",
208446                "values": [
208447                    {
208448                        "desc": "Off",
208449                        "name": "Off",
208450                        "value": "0"
208451                    },
208452                    {
208453                        "desc": "Time",
208454                        "name": "Time",
208455                        "value": "1"
208456                    },
208457                    {
208458                        "desc": "Distance",
208459                        "name": "Distance",
208460                        "value": "2"
208461                    },
208462                    {
208463                        "desc": "Notes",
208464                        "name": "Notes",
208465                        "value": "3"
208466                    }
208467                ]
208468            },
208469            "lsp-plug-in-plugins-lv2-slap-delay-stereodm12": {
208470                "ignore-enum-members": true,
208471                "kind": "enum",
208472                "values": [
208473                    {
208474                        "desc": "Off",
208475                        "name": "Off",
208476                        "value": "0"
208477                    },
208478                    {
208479                        "desc": "Time",
208480                        "name": "Time",
208481                        "value": "1"
208482                    },
208483                    {
208484                        "desc": "Distance",
208485                        "name": "Distance",
208486                        "value": "2"
208487                    },
208488                    {
208489                        "desc": "Notes",
208490                        "name": "Notes",
208491                        "value": "3"
208492                    }
208493                ]
208494            },
208495            "lsp-plug-in-plugins-lv2-slap-delay-stereodm13": {
208496                "ignore-enum-members": true,
208497                "kind": "enum",
208498                "values": [
208499                    {
208500                        "desc": "Off",
208501                        "name": "Off",
208502                        "value": "0"
208503                    },
208504                    {
208505                        "desc": "Time",
208506                        "name": "Time",
208507                        "value": "1"
208508                    },
208509                    {
208510                        "desc": "Distance",
208511                        "name": "Distance",
208512                        "value": "2"
208513                    },
208514                    {
208515                        "desc": "Notes",
208516                        "name": "Notes",
208517                        "value": "3"
208518                    }
208519                ]
208520            },
208521            "lsp-plug-in-plugins-lv2-slap-delay-stereodm14": {
208522                "ignore-enum-members": true,
208523                "kind": "enum",
208524                "values": [
208525                    {
208526                        "desc": "Off",
208527                        "name": "Off",
208528                        "value": "0"
208529                    },
208530                    {
208531                        "desc": "Time",
208532                        "name": "Time",
208533                        "value": "1"
208534                    },
208535                    {
208536                        "desc": "Distance",
208537                        "name": "Distance",
208538                        "value": "2"
208539                    },
208540                    {
208541                        "desc": "Notes",
208542                        "name": "Notes",
208543                        "value": "3"
208544                    }
208545                ]
208546            },
208547            "lsp-plug-in-plugins-lv2-slap-delay-stereodm15": {
208548                "ignore-enum-members": true,
208549                "kind": "enum",
208550                "values": [
208551                    {
208552                        "desc": "Off",
208553                        "name": "Off",
208554                        "value": "0"
208555                    },
208556                    {
208557                        "desc": "Time",
208558                        "name": "Time",
208559                        "value": "1"
208560                    },
208561                    {
208562                        "desc": "Distance",
208563                        "name": "Distance",
208564                        "value": "2"
208565                    },
208566                    {
208567                        "desc": "Notes",
208568                        "name": "Notes",
208569                        "value": "3"
208570                    }
208571                ]
208572            },
208573            "lsp-plug-in-plugins-lv2-slap-delay-stereodm2": {
208574                "ignore-enum-members": true,
208575                "kind": "enum",
208576                "values": [
208577                    {
208578                        "desc": "Off",
208579                        "name": "Off",
208580                        "value": "0"
208581                    },
208582                    {
208583                        "desc": "Time",
208584                        "name": "Time",
208585                        "value": "1"
208586                    },
208587                    {
208588                        "desc": "Distance",
208589                        "name": "Distance",
208590                        "value": "2"
208591                    },
208592                    {
208593                        "desc": "Notes",
208594                        "name": "Notes",
208595                        "value": "3"
208596                    }
208597                ]
208598            },
208599            "lsp-plug-in-plugins-lv2-slap-delay-stereodm3": {
208600                "ignore-enum-members": true,
208601                "kind": "enum",
208602                "values": [
208603                    {
208604                        "desc": "Off",
208605                        "name": "Off",
208606                        "value": "0"
208607                    },
208608                    {
208609                        "desc": "Time",
208610                        "name": "Time",
208611                        "value": "1"
208612                    },
208613                    {
208614                        "desc": "Distance",
208615                        "name": "Distance",
208616                        "value": "2"
208617                    },
208618                    {
208619                        "desc": "Notes",
208620                        "name": "Notes",
208621                        "value": "3"
208622                    }
208623                ]
208624            },
208625            "lsp-plug-in-plugins-lv2-slap-delay-stereodm4": {
208626                "ignore-enum-members": true,
208627                "kind": "enum",
208628                "values": [
208629                    {
208630                        "desc": "Off",
208631                        "name": "Off",
208632                        "value": "0"
208633                    },
208634                    {
208635                        "desc": "Time",
208636                        "name": "Time",
208637                        "value": "1"
208638                    },
208639                    {
208640                        "desc": "Distance",
208641                        "name": "Distance",
208642                        "value": "2"
208643                    },
208644                    {
208645                        "desc": "Notes",
208646                        "name": "Notes",
208647                        "value": "3"
208648                    }
208649                ]
208650            },
208651            "lsp-plug-in-plugins-lv2-slap-delay-stereodm5": {
208652                "ignore-enum-members": true,
208653                "kind": "enum",
208654                "values": [
208655                    {
208656                        "desc": "Off",
208657                        "name": "Off",
208658                        "value": "0"
208659                    },
208660                    {
208661                        "desc": "Time",
208662                        "name": "Time",
208663                        "value": "1"
208664                    },
208665                    {
208666                        "desc": "Distance",
208667                        "name": "Distance",
208668                        "value": "2"
208669                    },
208670                    {
208671                        "desc": "Notes",
208672                        "name": "Notes",
208673                        "value": "3"
208674                    }
208675                ]
208676            },
208677            "lsp-plug-in-plugins-lv2-slap-delay-stereodm6": {
208678                "ignore-enum-members": true,
208679                "kind": "enum",
208680                "values": [
208681                    {
208682                        "desc": "Off",
208683                        "name": "Off",
208684                        "value": "0"
208685                    },
208686                    {
208687                        "desc": "Time",
208688                        "name": "Time",
208689                        "value": "1"
208690                    },
208691                    {
208692                        "desc": "Distance",
208693                        "name": "Distance",
208694                        "value": "2"
208695                    },
208696                    {
208697                        "desc": "Notes",
208698                        "name": "Notes",
208699                        "value": "3"
208700                    }
208701                ]
208702            },
208703            "lsp-plug-in-plugins-lv2-slap-delay-stereodm7": {
208704                "ignore-enum-members": true,
208705                "kind": "enum",
208706                "values": [
208707                    {
208708                        "desc": "Off",
208709                        "name": "Off",
208710                        "value": "0"
208711                    },
208712                    {
208713                        "desc": "Time",
208714                        "name": "Time",
208715                        "value": "1"
208716                    },
208717                    {
208718                        "desc": "Distance",
208719                        "name": "Distance",
208720                        "value": "2"
208721                    },
208722                    {
208723                        "desc": "Notes",
208724                        "name": "Notes",
208725                        "value": "3"
208726                    }
208727                ]
208728            },
208729            "lsp-plug-in-plugins-lv2-slap-delay-stereodm8": {
208730                "ignore-enum-members": true,
208731                "kind": "enum",
208732                "values": [
208733                    {
208734                        "desc": "Off",
208735                        "name": "Off",
208736                        "value": "0"
208737                    },
208738                    {
208739                        "desc": "Time",
208740                        "name": "Time",
208741                        "value": "1"
208742                    },
208743                    {
208744                        "desc": "Distance",
208745                        "name": "Distance",
208746                        "value": "2"
208747                    },
208748                    {
208749                        "desc": "Notes",
208750                        "name": "Notes",
208751                        "value": "3"
208752                    }
208753                ]
208754            },
208755            "lsp-plug-in-plugins-lv2-slap-delay-stereodm9": {
208756                "ignore-enum-members": true,
208757                "kind": "enum",
208758                "values": [
208759                    {
208760                        "desc": "Off",
208761                        "name": "Off",
208762                        "value": "0"
208763                    },
208764                    {
208765                        "desc": "Time",
208766                        "name": "Time",
208767                        "value": "1"
208768                    },
208769                    {
208770                        "desc": "Distance",
208771                        "name": "Distance",
208772                        "value": "2"
208773                    },
208774                    {
208775                        "desc": "Notes",
208776                        "name": "Notes",
208777                        "value": "3"
208778                    }
208779                ]
208780            },
208781            "lsp-plug-in-plugins-lv2-slap-delay-stereolsel": {
208782                "ignore-enum-members": true,
208783                "kind": "enum",
208784                "values": [
208785                    {
208786                        "desc": "0-4",
208787                        "name": "0-4",
208788                        "value": "0"
208789                    },
208790                    {
208791                        "desc": "5-7",
208792                        "name": "5-7",
208793                        "value": "1"
208794                    },
208795                    {
208796                        "desc": "8-11",
208797                        "name": "8-11",
208798                        "value": "2"
208799                    },
208800                    {
208801                        "desc": "12-15",
208802                        "name": "12-15",
208803                        "value": "3"
208804                    }
208805                ]
208806            },
208807            "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1chn": {
208808                "ignore-enum-members": true,
208809                "kind": "enum",
208810                "values": [
208811                    {
208812                        "desc": "0",
208813                        "name": "0",
208814                        "value": "0"
208815                    }
208816                ]
208817            },
208818            "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1env": {
208819                "ignore-enum-members": true,
208820                "kind": "enum",
208821                "values": [
208822                    {
208823                        "desc": "Purple noise",
208824                        "name": "Purple noise",
208825                        "value": "0"
208826                    },
208827                    {
208828                        "desc": "Blue noise",
208829                        "name": "Blue noise",
208830                        "value": "1"
208831                    },
208832                    {
208833                        "desc": "White noise",
208834                        "name": "White noise",
208835                        "value": "2"
208836                    },
208837                    {
208838                        "desc": "Pink noise",
208839                        "name": "Pink noise",
208840                        "value": "3"
208841                    },
208842                    {
208843                        "desc": "Brown noise",
208844                        "name": "Brown noise",
208845                        "value": "4"
208846                    }
208847                ]
208848            },
208849            "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1mode": {
208850                "ignore-enum-members": true,
208851                "kind": "enum",
208852                "values": [
208853                    {
208854                        "desc": "Analyzer",
208855                        "name": "Analyzer",
208856                        "value": "0"
208857                    },
208858                    {
208859                        "desc": "Mastering",
208860                        "name": "Mastering",
208861                        "value": "1"
208862                    },
208863                    {
208864                        "desc": "Spectralizer",
208865                        "name": "Spectralizer",
208866                        "value": "2"
208867                    }
208868                ]
208869            },
208870            "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1spm": {
208871                "ignore-enum-members": true,
208872                "kind": "enum",
208873                "values": [
208874                    {
208875                        "desc": "Rainbow",
208876                        "name": "Rainbow",
208877                        "value": "0"
208878                    },
208879                    {
208880                        "desc": "Fog",
208881                        "name": "Fog",
208882                        "value": "1"
208883                    },
208884                    {
208885                        "desc": "Color",
208886                        "name": "Color",
208887                        "value": "2"
208888                    },
208889                    {
208890                        "desc": "Lightning",
208891                        "name": "Lightning",
208892                        "value": "3"
208893                    },
208894                    {
208895                        "desc": "Lightness",
208896                        "name": "Lightness",
208897                        "value": "4"
208898                    }
208899                ]
208900            },
208901            "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1tol": {
208902                "ignore-enum-members": true,
208903                "kind": "enum",
208904                "values": [
208905                    {
208906                        "desc": "1024",
208907                        "name": "1024",
208908                        "value": "0"
208909                    },
208910                    {
208911                        "desc": "2048",
208912                        "name": "2048",
208913                        "value": "1"
208914                    },
208915                    {
208916                        "desc": "4096",
208917                        "name": "4096",
208918                        "value": "2"
208919                    },
208920                    {
208921                        "desc": "8192",
208922                        "name": "8192",
208923                        "value": "3"
208924                    },
208925                    {
208926                        "desc": "16384",
208927                        "name": "16384",
208928                        "value": "4"
208929                    }
208930                ]
208931            },
208932            "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd": {
208933                "ignore-enum-members": true,
208934                "kind": "enum",
208935                "values": [
208936                    {
208937                        "desc": "Hann",
208938                        "name": "Hann",
208939                        "value": "0"
208940                    },
208941                    {
208942                        "desc": "Hamming",
208943                        "name": "Hamming",
208944                        "value": "1"
208945                    },
208946                    {
208947                        "desc": "Blackman",
208948                        "name": "Blackman",
208949                        "value": "2"
208950                    },
208951                    {
208952                        "desc": "Lanczos",
208953                        "name": "Lanczos",
208954                        "value": "3"
208955                    },
208956                    {
208957                        "desc": "Gaussian",
208958                        "name": "Gaussian",
208959                        "value": "4"
208960                    },
208961                    {
208962                        "desc": "Poisson",
208963                        "name": "Poisson",
208964                        "value": "5"
208965                    },
208966                    {
208967                        "desc": "Parzen",
208968                        "name": "Parzen",
208969                        "value": "6"
208970                    },
208971                    {
208972                        "desc": "Tukey",
208973                        "name": "Tukey",
208974                        "value": "7"
208975                    },
208976                    {
208977                        "desc": "Welch",
208978                        "name": "Welch",
208979                        "value": "8"
208980                    },
208981                    {
208982                        "desc": "Nuttall",
208983                        "name": "Nuttall",
208984                        "value": "9"
208985                    },
208986                    {
208987                        "desc": "Blackman-Nuttall",
208988                        "name": "Blackman-Nuttall",
208989                        "value": "10"
208990                    },
208991                    {
208992                        "desc": "Blackman-Harris",
208993                        "name": "Blackman-Harris",
208994                        "value": "11"
208995                    },
208996                    {
208997                        "desc": "Hann-Poisson",
208998                        "name": "Hann-Poisson",
208999                        "value": "12"
209000                    },
209001                    {
209002                        "desc": "Bartlett-Hann",
209003                        "name": "Bartlett-Hann",
209004                        "value": "13"
209005                    },
209006                    {
209007                        "desc": "Bartlett-Fejer",
209008                        "name": "Bartlett-Fejer",
209009                        "value": "14"
209010                    },
209011                    {
209012                        "desc": "Triangular",
209013                        "name": "Triangular",
209014                        "value": "15"
209015                    },
209016                    {
209017                        "desc": "Rectangular",
209018                        "name": "Rectangular",
209019                        "value": "16"
209020                    },
209021                    {
209022                        "desc": "Flat top",
209023                        "name": "Flat top",
209024                        "value": "17"
209025                    },
209026                    {
209027                        "desc": "Cosine",
209028                        "name": "Cosine",
209029                        "value": "18"
209030                    }
209031                ]
209032            },
209033            "lsp-plug-in-plugins-lv2-trigger-midi-monoasel": {
209034                "ignore-enum-members": true,
209035                "kind": "enum",
209036                "values": [
209037                    {
209038                        "desc": "Trigger",
209039                        "name": "Trigger",
209040                        "value": "0"
209041                    },
209042                    {
209043                        "desc": "Instrument",
209044                        "name": "Instrument",
209045                        "value": "1"
209046                    }
209047                ]
209048            },
209049            "lsp-plug-in-plugins-lv2-trigger-midi-monochan": {
209050                "ignore-enum-members": true,
209051                "kind": "enum",
209052                "values": [
209053                    {
209054                        "desc": "01",
209055                        "name": "01",
209056                        "value": "0"
209057                    },
209058                    {
209059                        "desc": "02",
209060                        "name": "02",
209061                        "value": "1"
209062                    },
209063                    {
209064                        "desc": "03",
209065                        "name": "03",
209066                        "value": "2"
209067                    },
209068                    {
209069                        "desc": "04",
209070                        "name": "04",
209071                        "value": "3"
209072                    },
209073                    {
209074                        "desc": "05",
209075                        "name": "05",
209076                        "value": "4"
209077                    },
209078                    {
209079                        "desc": "06",
209080                        "name": "06",
209081                        "value": "5"
209082                    },
209083                    {
209084                        "desc": "07",
209085                        "name": "07",
209086                        "value": "6"
209087                    },
209088                    {
209089                        "desc": "08",
209090                        "name": "08",
209091                        "value": "7"
209092                    },
209093                    {
209094                        "desc": "09",
209095                        "name": "09",
209096                        "value": "8"
209097                    },
209098                    {
209099                        "desc": "10",
209100                        "name": "10",
209101                        "value": "9"
209102                    },
209103                    {
209104                        "desc": "11",
209105                        "name": "11",
209106                        "value": "10"
209107                    },
209108                    {
209109                        "desc": "12",
209110                        "name": "12",
209111                        "value": "11"
209112                    },
209113                    {
209114                        "desc": "13",
209115                        "name": "13",
209116                        "value": "12"
209117                    },
209118                    {
209119                        "desc": "14",
209120                        "name": "14",
209121                        "value": "13"
209122                    },
209123                    {
209124                        "desc": "15",
209125                        "name": "15",
209126                        "value": "14"
209127                    },
209128                    {
209129                        "desc": "16",
209130                        "name": "16",
209131                        "value": "15"
209132                    }
209133                ]
209134            },
209135            "lsp-plug-in-plugins-lv2-trigger-midi-monomode": {
209136                "ignore-enum-members": true,
209137                "kind": "enum",
209138                "values": [
209139                    {
209140                        "desc": "Peak",
209141                        "name": "Peak",
209142                        "value": "0"
209143                    },
209144                    {
209145                        "desc": "RMS",
209146                        "name": "RMS",
209147                        "value": "1"
209148                    },
209149                    {
209150                        "desc": "Low-Pass",
209151                        "name": "Low-Pass",
209152                        "value": "2"
209153                    },
209154                    {
209155                        "desc": "Uniform",
209156                        "name": "Uniform",
209157                        "value": "3"
209158                    }
209159                ]
209160            },
209161            "lsp-plug-in-plugins-lv2-trigger-midi-mononote": {
209162                "ignore-enum-members": true,
209163                "kind": "enum",
209164                "values": [
209165                    {
209166                        "desc": "C",
209167                        "name": "C",
209168                        "value": "0"
209169                    },
209170                    {
209171                        "desc": "C#",
209172                        "name": "C#",
209173                        "value": "1"
209174                    },
209175                    {
209176                        "desc": "D",
209177                        "name": "D",
209178                        "value": "2"
209179                    },
209180                    {
209181                        "desc": "D#",
209182                        "name": "D#",
209183                        "value": "3"
209184                    },
209185                    {
209186                        "desc": "E",
209187                        "name": "E",
209188                        "value": "4"
209189                    },
209190                    {
209191                        "desc": "F",
209192                        "name": "F",
209193                        "value": "5"
209194                    },
209195                    {
209196                        "desc": "F#",
209197                        "name": "F#",
209198                        "value": "6"
209199                    },
209200                    {
209201                        "desc": "G",
209202                        "name": "G",
209203                        "value": "7"
209204                    },
209205                    {
209206                        "desc": "G#",
209207                        "name": "G#",
209208                        "value": "8"
209209                    },
209210                    {
209211                        "desc": "A",
209212                        "name": "A",
209213                        "value": "9"
209214                    },
209215                    {
209216                        "desc": "A#",
209217                        "name": "A#",
209218                        "value": "10"
209219                    },
209220                    {
209221                        "desc": "B",
209222                        "name": "B",
209223                        "value": "11"
209224                    }
209225                ]
209226            },
209227            "lsp-plug-in-plugins-lv2-trigger-midi-monooct": {
209228                "ignore-enum-members": true,
209229                "kind": "enum",
209230                "values": [
209231                    {
209232                        "desc": "-2",
209233                        "name": "-2",
209234                        "value": "0"
209235                    },
209236                    {
209237                        "desc": "-1",
209238                        "name": "-1",
209239                        "value": "1"
209240                    },
209241                    {
209242                        "desc": "0",
209243                        "name": "0",
209244                        "value": "2"
209245                    },
209246                    {
209247                        "desc": "1",
209248                        "name": "1",
209249                        "value": "3"
209250                    },
209251                    {
209252                        "desc": "2",
209253                        "name": "2",
209254                        "value": "4"
209255                    },
209256                    {
209257                        "desc": "3",
209258                        "name": "3",
209259                        "value": "5"
209260                    },
209261                    {
209262                        "desc": "4",
209263                        "name": "4",
209264                        "value": "6"
209265                    },
209266                    {
209267                        "desc": "5",
209268                        "name": "5",
209269                        "value": "7"
209270                    },
209271                    {
209272                        "desc": "6",
209273                        "name": "6",
209274                        "value": "8"
209275                    },
209276                    {
209277                        "desc": "7",
209278                        "name": "7",
209279                        "value": "9"
209280                    },
209281                    {
209282                        "desc": "8",
209283                        "name": "8",
209284                        "value": "10"
209285                    }
209286                ]
209287            },
209288            "lsp-plug-in-plugins-lv2-trigger-midi-stereoasel": {
209289                "ignore-enum-members": true,
209290                "kind": "enum",
209291                "values": [
209292                    {
209293                        "desc": "Trigger",
209294                        "name": "Trigger",
209295                        "value": "0"
209296                    },
209297                    {
209298                        "desc": "Instrument",
209299                        "name": "Instrument",
209300                        "value": "1"
209301                    }
209302                ]
209303            },
209304            "lsp-plug-in-plugins-lv2-trigger-midi-stereochan": {
209305                "ignore-enum-members": true,
209306                "kind": "enum",
209307                "values": [
209308                    {
209309                        "desc": "01",
209310                        "name": "01",
209311                        "value": "0"
209312                    },
209313                    {
209314                        "desc": "02",
209315                        "name": "02",
209316                        "value": "1"
209317                    },
209318                    {
209319                        "desc": "03",
209320                        "name": "03",
209321                        "value": "2"
209322                    },
209323                    {
209324                        "desc": "04",
209325                        "name": "04",
209326                        "value": "3"
209327                    },
209328                    {
209329                        "desc": "05",
209330                        "name": "05",
209331                        "value": "4"
209332                    },
209333                    {
209334                        "desc": "06",
209335                        "name": "06",
209336                        "value": "5"
209337                    },
209338                    {
209339                        "desc": "07",
209340                        "name": "07",
209341                        "value": "6"
209342                    },
209343                    {
209344                        "desc": "08",
209345                        "name": "08",
209346                        "value": "7"
209347                    },
209348                    {
209349                        "desc": "09",
209350                        "name": "09",
209351                        "value": "8"
209352                    },
209353                    {
209354                        "desc": "10",
209355                        "name": "10",
209356                        "value": "9"
209357                    },
209358                    {
209359                        "desc": "11",
209360                        "name": "11",
209361                        "value": "10"
209362                    },
209363                    {
209364                        "desc": "12",
209365                        "name": "12",
209366                        "value": "11"
209367                    },
209368                    {
209369                        "desc": "13",
209370                        "name": "13",
209371                        "value": "12"
209372                    },
209373                    {
209374                        "desc": "14",
209375                        "name": "14",
209376                        "value": "13"
209377                    },
209378                    {
209379                        "desc": "15",
209380                        "name": "15",
209381                        "value": "14"
209382                    },
209383                    {
209384                        "desc": "16",
209385                        "name": "16",
209386                        "value": "15"
209387                    }
209388                ]
209389            },
209390            "lsp-plug-in-plugins-lv2-trigger-midi-stereomode": {
209391                "ignore-enum-members": true,
209392                "kind": "enum",
209393                "values": [
209394                    {
209395                        "desc": "Peak",
209396                        "name": "Peak",
209397                        "value": "0"
209398                    },
209399                    {
209400                        "desc": "RMS",
209401                        "name": "RMS",
209402                        "value": "1"
209403                    },
209404                    {
209405                        "desc": "Low-Pass",
209406                        "name": "Low-Pass",
209407                        "value": "2"
209408                    },
209409                    {
209410                        "desc": "Uniform",
209411                        "name": "Uniform",
209412                        "value": "3"
209413                    }
209414                ]
209415            },
209416            "lsp-plug-in-plugins-lv2-trigger-midi-stereonote": {
209417                "ignore-enum-members": true,
209418                "kind": "enum",
209419                "values": [
209420                    {
209421                        "desc": "C",
209422                        "name": "C",
209423                        "value": "0"
209424                    },
209425                    {
209426                        "desc": "C#",
209427                        "name": "C#",
209428                        "value": "1"
209429                    },
209430                    {
209431                        "desc": "D",
209432                        "name": "D",
209433                        "value": "2"
209434                    },
209435                    {
209436                        "desc": "D#",
209437                        "name": "D#",
209438                        "value": "3"
209439                    },
209440                    {
209441                        "desc": "E",
209442                        "name": "E",
209443                        "value": "4"
209444                    },
209445                    {
209446                        "desc": "F",
209447                        "name": "F",
209448                        "value": "5"
209449                    },
209450                    {
209451                        "desc": "F#",
209452                        "name": "F#",
209453                        "value": "6"
209454                    },
209455                    {
209456                        "desc": "G",
209457                        "name": "G",
209458                        "value": "7"
209459                    },
209460                    {
209461                        "desc": "G#",
209462                        "name": "G#",
209463                        "value": "8"
209464                    },
209465                    {
209466                        "desc": "A",
209467                        "name": "A",
209468                        "value": "9"
209469                    },
209470                    {
209471                        "desc": "A#",
209472                        "name": "A#",
209473                        "value": "10"
209474                    },
209475                    {
209476                        "desc": "B",
209477                        "name": "B",
209478                        "value": "11"
209479                    }
209480                ]
209481            },
209482            "lsp-plug-in-plugins-lv2-trigger-midi-stereooct": {
209483                "ignore-enum-members": true,
209484                "kind": "enum",
209485                "values": [
209486                    {
209487                        "desc": "-2",
209488                        "name": "-2",
209489                        "value": "0"
209490                    },
209491                    {
209492                        "desc": "-1",
209493                        "name": "-1",
209494                        "value": "1"
209495                    },
209496                    {
209497                        "desc": "0",
209498                        "name": "0",
209499                        "value": "2"
209500                    },
209501                    {
209502                        "desc": "1",
209503                        "name": "1",
209504                        "value": "3"
209505                    },
209506                    {
209507                        "desc": "2",
209508                        "name": "2",
209509                        "value": "4"
209510                    },
209511                    {
209512                        "desc": "3",
209513                        "name": "3",
209514                        "value": "5"
209515                    },
209516                    {
209517                        "desc": "4",
209518                        "name": "4",
209519                        "value": "6"
209520                    },
209521                    {
209522                        "desc": "5",
209523                        "name": "5",
209524                        "value": "7"
209525                    },
209526                    {
209527                        "desc": "6",
209528                        "name": "6",
209529                        "value": "8"
209530                    },
209531                    {
209532                        "desc": "7",
209533                        "name": "7",
209534                        "value": "9"
209535                    },
209536                    {
209537                        "desc": "8",
209538                        "name": "8",
209539                        "value": "10"
209540                    }
209541                ]
209542            },
209543            "lsp-plug-in-plugins-lv2-trigger-midi-stereossrc": {
209544                "ignore-enum-members": true,
209545                "kind": "enum",
209546                "values": [
209547                    {
209548                        "desc": "Middle",
209549                        "name": "Middle",
209550                        "value": "0"
209551                    },
209552                    {
209553                        "desc": "Side",
209554                        "name": "Side",
209555                        "value": "1"
209556                    },
209557                    {
209558                        "desc": "Left",
209559                        "name": "Left",
209560                        "value": "2"
209561                    },
209562                    {
209563                        "desc": "Right",
209564                        "name": "Right",
209565                        "value": "3"
209566                    }
209567                ]
209568            },
209569            "lsp-plug-in-plugins-lv2-trigger-monoasel": {
209570                "ignore-enum-members": true,
209571                "kind": "enum",
209572                "values": [
209573                    {
209574                        "desc": "Trigger",
209575                        "name": "Trigger",
209576                        "value": "0"
209577                    },
209578                    {
209579                        "desc": "Instrument",
209580                        "name": "Instrument",
209581                        "value": "1"
209582                    }
209583                ]
209584            },
209585            "lsp-plug-in-plugins-lv2-trigger-monomode": {
209586                "ignore-enum-members": true,
209587                "kind": "enum",
209588                "values": [
209589                    {
209590                        "desc": "Peak",
209591                        "name": "Peak",
209592                        "value": "0"
209593                    },
209594                    {
209595                        "desc": "RMS",
209596                        "name": "RMS",
209597                        "value": "1"
209598                    },
209599                    {
209600                        "desc": "Low-Pass",
209601                        "name": "Low-Pass",
209602                        "value": "2"
209603                    },
209604                    {
209605                        "desc": "Uniform",
209606                        "name": "Uniform",
209607                        "value": "3"
209608                    }
209609                ]
209610            },
209611            "lsp-plug-in-plugins-lv2-trigger-stereoasel": {
209612                "ignore-enum-members": true,
209613                "kind": "enum",
209614                "values": [
209615                    {
209616                        "desc": "Trigger",
209617                        "name": "Trigger",
209618                        "value": "0"
209619                    },
209620                    {
209621                        "desc": "Instrument",
209622                        "name": "Instrument",
209623                        "value": "1"
209624                    }
209625                ]
209626            },
209627            "lsp-plug-in-plugins-lv2-trigger-stereomode": {
209628                "ignore-enum-members": true,
209629                "kind": "enum",
209630                "values": [
209631                    {
209632                        "desc": "Peak",
209633                        "name": "Peak",
209634                        "value": "0"
209635                    },
209636                    {
209637                        "desc": "RMS",
209638                        "name": "RMS",
209639                        "value": "1"
209640                    },
209641                    {
209642                        "desc": "Low-Pass",
209643                        "name": "Low-Pass",
209644                        "value": "2"
209645                    },
209646                    {
209647                        "desc": "Uniform",
209648                        "name": "Uniform",
209649                        "value": "3"
209650                    }
209651                ]
209652            },
209653            "lsp-plug-in-plugins-lv2-trigger-stereossrc": {
209654                "ignore-enum-members": true,
209655                "kind": "enum",
209656                "values": [
209657                    {
209658                        "desc": "Middle",
209659                        "name": "Middle",
209660                        "value": "0"
209661                    },
209662                    {
209663                        "desc": "Side",
209664                        "name": "Side",
209665                        "value": "1"
209666                    },
209667                    {
209668                        "desc": "Left",
209669                        "name": "Left",
209670                        "value": "2"
209671                    },
209672                    {
209673                        "desc": "Right",
209674                        "name": "Right",
209675                        "value": "3"
209676                    }
209677                ]
209678            }
209679        },
209680        "package": "GStreamer Bad Plug-ins",
209681        "source": "gst-plugins-bad",
209682        "tracers": {},
209683        "url": "Unknown package origin"
209684    },
209685    "mediafoundation": {
209686        "description": "Microsoft Media Foundation plugin",
209687        "elements": {
209688            "mfaacenc": {
209689                "author": "Seungha Yang <seungha@centricular.com>",
209690                "description": "Microsoft Media Foundation AAC Encoder",
209691                "hierarchy": [
209692                    "GstMFAacEnc",
209693                    "GstMFAudioEnc",
209694                    "GstAudioEncoder",
209695                    "GstElement",
209696                    "GstObject",
209697                    "GInitiallyUnowned",
209698                    "GObject"
209699                ],
209700                "interfaces": [
209701                    "GstPreset"
209702                ],
209703                "klass": "Codec/Encoder/Audio",
209704                "long-name": "Media Foundation Microsoft AAC Audio Encoder MFT",
209705                "pad-templates": {
209706                    "sink": {
209707                        "caps": "audio/x-raw:\n         layout: interleaved\n         format: S16LE\n       channels: { (int)1, (int)2, (int)6 }\n           rate: { (int)44100, (int)48000 }\n",
209708                        "direction": "sink",
209709                        "presence": "always"
209710                    },
209711                    "src": {
209712                        "caps": "audio/mpeg:\n    mpegversion: 4\n  stream-format: raw\n         framed: true\n   base-profile: lc\n       channels: { (int)1, (int)2, (int)6 }\n           rate: { (int)44100, (int)48000 }\n",
209713                        "direction": "src",
209714                        "presence": "always"
209715                    }
209716                },
209717                "properties": {
209718                    "bitrate": {
209719                        "blurb": "Bitrate in bit/sec, (0 = auto), valid values are { 0, 96000, 128000, 160000, 192000, 576000, 768000, 960000, 1152000 }",
209720                        "conditionally-available": false,
209721                        "construct": false,
209722                        "construct-only": false,
209723                        "controllable": false,
209724                        "default": "0",
209725                        "max": "1152000",
209726                        "min": "0",
209727                        "mutable": "ready",
209728                        "readable": true,
209729                        "type": "guint",
209730                        "writable": true
209731                    }
209732                },
209733                "rank": "secondary"
209734            },
209735            "mfh264enc": {
209736                "author": "Seungha Yang <seungha.yang@navercorp.com>",
209737                "description": "Microsoft Media Foundation H.264 Encoder",
209738                "hierarchy": [
209739                    "GstMFH264Enc",
209740                    "GstMFVideoEnc",
209741                    "GstVideoEncoder",
209742                    "GstElement",
209743                    "GstObject",
209744                    "GInitiallyUnowned",
209745                    "GObject"
209746                ],
209747                "interfaces": [
209748                    "GstPreset"
209749                ],
209750                "klass": "Codec/Encoder/Video/Hardware",
209751                "long-name": "Media Foundation Intel® Quick Sync Video H.264 Encoder MFT",
209752                "pad-templates": {
209753                    "sink": {
209754                        "caps": "video/x-raw:\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:D3D11Memory):\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\n         format: { NV12 }\n",
209755                        "direction": "sink",
209756                        "presence": "always"
209757                    },
209758                    "src": {
209759                        "caps": "video/x-h264:\n  stream-format: byte-stream\n      alignment: au\n        profile: { (string)high, (string)main, (string)constrained-baseline, (string)baseline }\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\n",
209760                        "direction": "src",
209761                        "presence": "always"
209762                    }
209763                },
209764                "properties": {
209765                    "adapter-luid": {
209766                        "blurb": "DXGI Adapter LUID (Locally Unique Identifier) of created device",
209767                        "conditionally-available": true,
209768                        "construct": false,
209769                        "construct-only": false,
209770                        "controllable": false,
209771                        "default": "86670",
209772                        "max": "9223372036854775807",
209773                        "min": "-9223372036854775808",
209774                        "mutable": "null",
209775                        "readable": true,
209776                        "type": "gint64",
209777                        "writable": false
209778                    },
209779                    "bframes": {
209780                        "blurb": "The maximum number of consecutive B frames",
209781                        "conditionally-available": true,
209782                        "construct": false,
209783                        "construct-only": false,
209784                        "controllable": false,
209785                        "default": "0",
209786                        "max": "2",
209787                        "min": "0",
209788                        "mutable": "null",
209789                        "readable": true,
209790                        "type": "guint",
209791                        "writable": true
209792                    },
209793                    "bitrate": {
209794                        "blurb": "Bitrate in kbit/sec",
209795                        "conditionally-available": false,
209796                        "construct": false,
209797                        "construct-only": false,
209798                        "controllable": false,
209799                        "default": "2048",
209800                        "max": "4194303",
209801                        "min": "1",
209802                        "mutable": "null",
209803                        "readable": true,
209804                        "type": "guint",
209805                        "writable": true
209806                    },
209807                    "cabac": {
209808                        "blurb": "Enable CABAC entropy coding",
209809                        "conditionally-available": true,
209810                        "construct": false,
209811                        "construct-only": false,
209812                        "controllable": false,
209813                        "default": "true",
209814                        "mutable": "null",
209815                        "readable": true,
209816                        "type": "gboolean",
209817                        "writable": true
209818                    },
209819                    "d3d11-aware": {
209820                        "blurb": "Whether device can support Direct3D11 interop",
209821                        "conditionally-available": false,
209822                        "construct": false,
209823                        "construct-only": false,
209824                        "controllable": false,
209825                        "default": "true",
209826                        "mutable": "null",
209827                        "readable": true,
209828                        "type": "gboolean",
209829                        "writable": false
209830                    },
209831                    "gop-size": {
209832                        "blurb": "The number of pictures from one GOP header to the next. Depending on GPU vendor implementation, zero gop-size might produce only one keyframe at the beginning (-1 for automatic)",
209833                        "conditionally-available": true,
209834                        "construct": false,
209835                        "construct-only": false,
209836                        "controllable": false,
209837                        "default": "-1",
209838                        "max": "2147483647",
209839                        "min": "-1",
209840                        "mutable": "null",
209841                        "readable": true,
209842                        "type": "gint",
209843                        "writable": true
209844                    },
209845                    "low-latency": {
209846                        "blurb": "Enable low latency encoding",
209847                        "conditionally-available": true,
209848                        "construct": false,
209849                        "construct-only": false,
209850                        "controllable": false,
209851                        "default": "false",
209852                        "mutable": "null",
209853                        "readable": true,
209854                        "type": "gboolean",
209855                        "writable": true
209856                    },
209857                    "max-bitrate": {
209858                        "blurb": "The maximum bitrate applied when rc-mode is \"pcvbr\" in kbit/sec",
209859                        "conditionally-available": true,
209860                        "construct": false,
209861                        "construct-only": false,
209862                        "controllable": false,
209863                        "default": "0",
209864                        "max": "4194303",
209865                        "min": "0",
209866                        "mutable": "null",
209867                        "readable": true,
209868                        "type": "guint",
209869                        "writable": true
209870                    },
209871                    "qp": {
209872                        "blurb": "QP applied when rc-mode is \"qvbr\"",
209873                        "conditionally-available": true,
209874                        "construct": false,
209875                        "construct-only": false,
209876                        "controllable": false,
209877                        "default": "24",
209878                        "max": "51",
209879                        "min": "16",
209880                        "mutable": "null",
209881                        "readable": true,
209882                        "type": "guint",
209883                        "writable": true
209884                    },
209885                    "qp-b": {
209886                        "blurb": "QP applied to B frames",
209887                        "conditionally-available": true,
209888                        "construct": false,
209889                        "construct-only": false,
209890                        "controllable": false,
209891                        "default": "26",
209892                        "max": "51",
209893                        "min": "0",
209894                        "mutable": "null",
209895                        "readable": true,
209896                        "type": "guint",
209897                        "writable": true
209898                    },
209899                    "qp-i": {
209900                        "blurb": "QP applied to I frames",
209901                        "conditionally-available": true,
209902                        "construct": false,
209903                        "construct-only": false,
209904                        "controllable": false,
209905                        "default": "26",
209906                        "max": "51",
209907                        "min": "0",
209908                        "mutable": "null",
209909                        "readable": true,
209910                        "type": "guint",
209911                        "writable": true
209912                    },
209913                    "qp-p": {
209914                        "blurb": "QP applied to P frames",
209915                        "conditionally-available": true,
209916                        "construct": false,
209917                        "construct-only": false,
209918                        "controllable": false,
209919                        "default": "26",
209920                        "max": "51",
209921                        "min": "0",
209922                        "mutable": "null",
209923                        "readable": true,
209924                        "type": "guint",
209925                        "writable": true
209926                    },
209927                    "quality-vs-speed": {
209928                        "blurb": "Quality and speed tradeoff, [0, 33]: Low complexity, [34, 66]: Medium complexity, [67, 100]: High complexity",
209929                        "conditionally-available": true,
209930                        "construct": false,
209931                        "construct-only": false,
209932                        "controllable": false,
209933                        "default": "50",
209934                        "max": "100",
209935                        "min": "0",
209936                        "mutable": "null",
209937                        "readable": true,
209938                        "type": "guint",
209939                        "writable": true
209940                    },
209941                    "rc-mode": {
209942                        "blurb": "Rate Control Mode",
209943                        "conditionally-available": true,
209944                        "construct": false,
209945                        "construct-only": false,
209946                        "controllable": false,
209947                        "default": "uvbr (2)",
209948                        "mutable": "null",
209949                        "readable": true,
209950                        "type": "GstMFH264EncRCMode",
209951                        "writable": true
209952                    },
209953                    "ref": {
209954                        "blurb": "The number of reference frames",
209955                        "conditionally-available": true,
209956                        "construct": false,
209957                        "construct-only": false,
209958                        "controllable": false,
209959                        "default": "2",
209960                        "max": "16",
209961                        "min": "0",
209962                        "mutable": "null",
209963                        "readable": true,
209964                        "type": "guint",
209965                        "writable": true
209966                    },
209967                    "vbv-buffer-size": {
209968                        "blurb": "VBV(HRD) Buffer Size in bytes (0 = MFT default)",
209969                        "conditionally-available": true,
209970                        "construct": false,
209971                        "construct-only": false,
209972                        "controllable": false,
209973                        "default": "0",
209974                        "max": "-2",
209975                        "min": "0",
209976                        "mutable": "null",
209977                        "readable": true,
209978                        "type": "guint",
209979                        "writable": true
209980                    }
209981                },
209982                "rank": "secondary"
209983            },
209984            "mfh265enc": {
209985                "author": "Seungha Yang <seungha.yang@navercorp.com>",
209986                "description": "Microsoft Media Foundation H.265 Encoder",
209987                "hierarchy": [
209988                    "GstMFH265Enc",
209989                    "GstMFVideoEnc",
209990                    "GstVideoEncoder",
209991                    "GstElement",
209992                    "GstObject",
209993                    "GInitiallyUnowned",
209994                    "GObject"
209995                ],
209996                "interfaces": [
209997                    "GstPreset"
209998                ],
209999                "klass": "Codec/Encoder/Video/Hardware",
210000                "long-name": "Media Foundation Intel® Hardware H265 Encoder MFT",
210001                "pad-templates": {
210002                    "sink": {
210003                        "caps": "video/x-raw:\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\n         format: { NV12, P010_10LE }\n\nvideo/x-raw(memory:D3D11Memory):\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\n         format: { NV12, P010_10LE }\n",
210004                        "direction": "sink",
210005                        "presence": "always"
210006                    },
210007                    "src": {
210008                        "caps": "video/x-h265:\n  stream-format: byte-stream\n      alignment: au\n        profile: { (string)main, (string)main-10 }\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\n",
210009                        "direction": "src",
210010                        "presence": "always"
210011                    }
210012                },
210013                "properties": {
210014                    "adapter-luid": {
210015                        "blurb": "DXGI Adapter LUID (Locally Unique Identifier) of created device",
210016                        "conditionally-available": true,
210017                        "construct": false,
210018                        "construct-only": false,
210019                        "controllable": false,
210020                        "default": "86670",
210021                        "max": "9223372036854775807",
210022                        "min": "-9223372036854775808",
210023                        "mutable": "null",
210024                        "readable": true,
210025                        "type": "gint64",
210026                        "writable": false
210027                    },
210028                    "bframes": {
210029                        "blurb": "The maximum number of consecutive B frames",
210030                        "conditionally-available": true,
210031                        "construct": false,
210032                        "construct-only": false,
210033                        "controllable": false,
210034                        "default": "0",
210035                        "max": "2",
210036                        "min": "0",
210037                        "mutable": "null",
210038                        "readable": true,
210039                        "type": "guint",
210040                        "writable": true
210041                    },
210042                    "bitrate": {
210043                        "blurb": "Bitrate in kbit/sec",
210044                        "conditionally-available": false,
210045                        "construct": false,
210046                        "construct-only": false,
210047                        "controllable": false,
210048                        "default": "2048",
210049                        "max": "4194303",
210050                        "min": "1",
210051                        "mutable": "null",
210052                        "readable": true,
210053                        "type": "guint",
210054                        "writable": true
210055                    },
210056                    "d3d11-aware": {
210057                        "blurb": "Whether device can support Direct3D11 interop",
210058                        "conditionally-available": false,
210059                        "construct": false,
210060                        "construct-only": false,
210061                        "controllable": false,
210062                        "default": "true",
210063                        "mutable": "null",
210064                        "readable": true,
210065                        "type": "gboolean",
210066                        "writable": false
210067                    },
210068                    "gop-size": {
210069                        "blurb": "The number of pictures from one GOP header to the next. Depending on GPU vendor implementation, zero gop-size might produce only one keyframe at the beginning (-1 for automatic)",
210070                        "conditionally-available": true,
210071                        "construct": false,
210072                        "construct-only": false,
210073                        "controllable": false,
210074                        "default": "-1",
210075                        "max": "2147483647",
210076                        "min": "-1",
210077                        "mutable": "null",
210078                        "readable": true,
210079                        "type": "gint",
210080                        "writable": true
210081                    },
210082                    "low-latency": {
210083                        "blurb": "Enable low latency encoding",
210084                        "conditionally-available": true,
210085                        "construct": false,
210086                        "construct-only": false,
210087                        "controllable": false,
210088                        "default": "false",
210089                        "mutable": "null",
210090                        "readable": true,
210091                        "type": "gboolean",
210092                        "writable": true
210093                    },
210094                    "max-bitrate": {
210095                        "blurb": "The maximum bitrate applied when rc-mode is \"pcvbr\" in kbit/sec (0 = MFT default)",
210096                        "conditionally-available": true,
210097                        "construct": false,
210098                        "construct-only": false,
210099                        "controllable": false,
210100                        "default": "0",
210101                        "max": "4194303",
210102                        "min": "0",
210103                        "mutable": "null",
210104                        "readable": true,
210105                        "type": "guint",
210106                        "writable": true
210107                    },
210108                    "qp": {
210109                        "blurb": "QP applied when rc-mode is \"qvbr\"",
210110                        "conditionally-available": true,
210111                        "construct": false,
210112                        "construct-only": false,
210113                        "controllable": false,
210114                        "default": "24",
210115                        "max": "51",
210116                        "min": "16",
210117                        "mutable": "null",
210118                        "readable": true,
210119                        "type": "guint",
210120                        "writable": true
210121                    },
210122                    "qp-b": {
210123                        "blurb": "QP applied to B frames",
210124                        "conditionally-available": true,
210125                        "construct": false,
210126                        "construct-only": false,
210127                        "controllable": false,
210128                        "default": "26",
210129                        "max": "51",
210130                        "min": "0",
210131                        "mutable": "null",
210132                        "readable": true,
210133                        "type": "guint",
210134                        "writable": true
210135                    },
210136                    "qp-i": {
210137                        "blurb": "QP applied to I frames",
210138                        "conditionally-available": true,
210139                        "construct": false,
210140                        "construct-only": false,
210141                        "controllable": false,
210142                        "default": "26",
210143                        "max": "51",
210144                        "min": "0",
210145                        "mutable": "null",
210146                        "readable": true,
210147                        "type": "guint",
210148                        "writable": true
210149                    },
210150                    "qp-p": {
210151                        "blurb": "QP applied to P frames",
210152                        "conditionally-available": true,
210153                        "construct": false,
210154                        "construct-only": false,
210155                        "controllable": false,
210156                        "default": "26",
210157                        "max": "51",
210158                        "min": "0",
210159                        "mutable": "null",
210160                        "readable": true,
210161                        "type": "guint",
210162                        "writable": true
210163                    },
210164                    "quality-vs-speed": {
210165                        "blurb": "Quality and speed tradeoff, [0, 33]: Low complexity, [34, 66]: Medium complexity, [67, 100]: High complexity",
210166                        "conditionally-available": true,
210167                        "construct": false,
210168                        "construct-only": false,
210169                        "controllable": false,
210170                        "default": "50",
210171                        "max": "100",
210172                        "min": "0",
210173                        "mutable": "null",
210174                        "readable": true,
210175                        "type": "guint",
210176                        "writable": true
210177                    },
210178                    "rc-mode": {
210179                        "blurb": "Rate Control Mode",
210180                        "conditionally-available": true,
210181                        "construct": false,
210182                        "construct-only": false,
210183                        "controllable": false,
210184                        "default": "cbr (0)",
210185                        "mutable": "null",
210186                        "readable": true,
210187                        "type": "GstMFH265EncRCMode",
210188                        "writable": true
210189                    },
210190                    "vbv-buffer-size": {
210191                        "blurb": "VBV(HRD) Buffer Size in bytes (0 = MFT default)",
210192                        "conditionally-available": true,
210193                        "construct": false,
210194                        "construct-only": false,
210195                        "controllable": false,
210196                        "default": "0",
210197                        "max": "-2",
210198                        "min": "0",
210199                        "mutable": "null",
210200                        "readable": true,
210201                        "type": "guint",
210202                        "writable": true
210203                    }
210204                },
210205                "rank": "secondary"
210206            },
210207            "mfmp3enc": {
210208                "author": "Seungha Yang <seungha@centricular.com>",
210209                "description": "Microsoft Media Foundation MP3 Encoder",
210210                "hierarchy": [
210211                    "GstMFMp3Enc",
210212                    "GstMFAudioEnc",
210213                    "GstAudioEncoder",
210214                    "GstElement",
210215                    "GstObject",
210216                    "GInitiallyUnowned",
210217                    "GObject"
210218                ],
210219                "interfaces": [
210220                    "GstPreset"
210221                ],
210222                "klass": "Codec/Encoder/Audio",
210223                "long-name": "Media Foundation MP3 Encoder ACM Wrapper MFT",
210224                "pad-templates": {
210225                    "sink": {
210226                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n       channels: [ 1, 2 ]\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000 }\n",
210227                        "direction": "sink",
210228                        "presence": "always"
210229                    },
210230                    "src": {
210231                        "caps": "audio/mpeg:\n    mpegversion: 1\n          layer: 3\n       channels: [ 1, 2 ]\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000 }\n",
210232                        "direction": "src",
210233                        "presence": "always"
210234                    }
210235                },
210236                "properties": {
210237                    "bitrate": {
210238                        "blurb": "Bitrate in bit/sec, (0 = auto), valid values are { 0, 8000, 16000, 18000, 20000, 24000, 32000, 40000, 48000, 56000, 64000, 80000, 96000, 112000, 128000, 160000, 192000, 224000, 256000, 320000 }",
210239                        "conditionally-available": false,
210240                        "construct": false,
210241                        "construct-only": false,
210242                        "controllable": false,
210243                        "default": "0",
210244                        "max": "320000",
210245                        "min": "0",
210246                        "mutable": "ready",
210247                        "readable": true,
210248                        "type": "guint",
210249                        "writable": true
210250                    }
210251                },
210252                "rank": "secondary"
210253            },
210254            "mfvideosrc": {
210255                "author": "Seungha Yang <seungha.yang@navercorp.com>",
210256                "description": "Capture video stream through Windows Media Foundation",
210257                "hierarchy": [
210258                    "GstMFVideoSrc",
210259                    "GstPushSrc",
210260                    "GstBaseSrc",
210261                    "GstElement",
210262                    "GstObject",
210263                    "GInitiallyUnowned",
210264                    "GObject"
210265                ],
210266                "klass": "Source/Video/Hardware",
210267                "long-name": "Media Foundation Video Source",
210268                "pad-templates": {
210269                    "src": {
210270                        "caps": "video/x-raw:\n         format: { BGRx, BGRA, BGR, RGB15, RGB16, VUYA, YUY2, YVYU, UYVY, NV12, YV12, I420, P010, P016, v210, v216, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nimage/jpeg:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
210271                        "direction": "src",
210272                        "presence": "always"
210273                    }
210274                },
210275                "properties": {
210276                    "device-index": {
210277                        "blurb": "The zero-based device index",
210278                        "conditionally-available": false,
210279                        "construct": false,
210280                        "construct-only": false,
210281                        "controllable": false,
210282                        "default": "-1",
210283                        "max": "2147483647",
210284                        "min": "-1",
210285                        "mutable": "ready",
210286                        "readable": true,
210287                        "type": "gint",
210288                        "writable": true
210289                    },
210290                    "device-name": {
210291                        "blurb": "The human-readable device name",
210292                        "conditionally-available": false,
210293                        "construct": false,
210294                        "construct-only": false,
210295                        "controllable": false,
210296                        "default": "NULL",
210297                        "mutable": "ready",
210298                        "readable": true,
210299                        "type": "gchararray",
210300                        "writable": true
210301                    },
210302                    "device-path": {
210303                        "blurb": "The device path",
210304                        "conditionally-available": false,
210305                        "construct": false,
210306                        "construct-only": false,
210307                        "controllable": false,
210308                        "default": "NULL",
210309                        "mutable": "ready",
210310                        "readable": true,
210311                        "type": "gchararray",
210312                        "writable": true
210313                    },
210314                    "dispatcher": {
210315                        "blurb": "ICoreDispatcher COM object to use. In order for application to ask permission of capture device, device activation should be running on UI thread via ICoreDispatcher. This element will increase the reference count of given ICoreDispatcher and release it after use. Therefore, caller does not need to consider additional reference count management",
210316                        "conditionally-available": true,
210317                        "construct": false,
210318                        "construct-only": false,
210319                        "controllable": false,
210320                        "mutable": "ready",
210321                        "readable": false,
210322                        "type": "gpointer",
210323                        "writable": true
210324                    }
210325                },
210326                "rank": "secondary"
210327            },
210328            "mfvp9enc": {
210329                "author": "Seungha Yang <seungha@centricular.com>",
210330                "description": "Microsoft Media Foundation VP9 Encoder",
210331                "hierarchy": [
210332                    "GstMFVP9Enc",
210333                    "GstMFVideoEnc",
210334                    "GstVideoEncoder",
210335                    "GstElement",
210336                    "GstObject",
210337                    "GInitiallyUnowned",
210338                    "GObject"
210339                ],
210340                "interfaces": [
210341                    "GstPreset"
210342                ],
210343                "klass": "Codec/Encoder/Video/Hardware",
210344                "long-name": "Media Foundation Intel® Hardware VP9 Encoder MFT",
210345                "pad-templates": {
210346                    "sink": {
210347                        "caps": "video/x-raw:\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:D3D11Memory):\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\n         format: { NV12 }\n",
210348                        "direction": "sink",
210349                        "presence": "always"
210350                    },
210351                    "src": {
210352                        "caps": "video/x-vp9:\n          width: [ 64, 8192 ]\n         height: [ 64, 8192 ]\n",
210353                        "direction": "src",
210354                        "presence": "always"
210355                    }
210356                },
210357                "properties": {
210358                    "adapter-luid": {
210359                        "blurb": "DXGI Adapter LUID (Locally Unique Identifier) of created device",
210360                        "conditionally-available": true,
210361                        "construct": false,
210362                        "construct-only": false,
210363                        "controllable": false,
210364                        "default": "86670",
210365                        "max": "9223372036854775807",
210366                        "min": "-9223372036854775808",
210367                        "mutable": "null",
210368                        "readable": true,
210369                        "type": "gint64",
210370                        "writable": false
210371                    },
210372                    "bitrate": {
210373                        "blurb": "Bitrate in kbit/sec",
210374                        "conditionally-available": false,
210375                        "construct": false,
210376                        "construct-only": false,
210377                        "controllable": false,
210378                        "default": "2048",
210379                        "max": "4194303",
210380                        "min": "1",
210381                        "mutable": "null",
210382                        "readable": true,
210383                        "type": "guint",
210384                        "writable": true
210385                    },
210386                    "d3d11-aware": {
210387                        "blurb": "Whether device can support Direct3D11 interop",
210388                        "conditionally-available": false,
210389                        "construct": false,
210390                        "construct-only": false,
210391                        "controllable": false,
210392                        "default": "true",
210393                        "mutable": "null",
210394                        "readable": true,
210395                        "type": "gboolean",
210396                        "writable": false
210397                    },
210398                    "gop-size": {
210399                        "blurb": "The number of pictures from one GOP header to the next. Depending on GPU vendor implementation, zero gop-size might produce only one keyframe at the beginning (-1 for automatic)",
210400                        "conditionally-available": true,
210401                        "construct": false,
210402                        "construct-only": false,
210403                        "controllable": false,
210404                        "default": "-1",
210405                        "max": "2147483647",
210406                        "min": "-1",
210407                        "mutable": "null",
210408                        "readable": true,
210409                        "type": "gint",
210410                        "writable": true
210411                    },
210412                    "low-latency": {
210413                        "blurb": "Enable low latency encoding",
210414                        "conditionally-available": true,
210415                        "construct": false,
210416                        "construct-only": false,
210417                        "controllable": false,
210418                        "default": "false",
210419                        "mutable": "null",
210420                        "readable": true,
210421                        "type": "gboolean",
210422                        "writable": true
210423                    },
210424                    "max-bitrate": {
210425                        "blurb": "The maximum bitrate applied when rc-mode is \"pcvbr\" in kbit/sec (0 = MFT default)",
210426                        "conditionally-available": true,
210427                        "construct": false,
210428                        "construct-only": false,
210429                        "controllable": false,
210430                        "default": "0",
210431                        "max": "4194303",
210432                        "min": "0",
210433                        "mutable": "null",
210434                        "readable": true,
210435                        "type": "guint",
210436                        "writable": true
210437                    },
210438                    "rc-mode": {
210439                        "blurb": "Rate Control Mode",
210440                        "conditionally-available": true,
210441                        "construct": false,
210442                        "construct-only": false,
210443                        "controllable": false,
210444                        "default": "cbr (0)",
210445                        "mutable": "null",
210446                        "readable": true,
210447                        "type": "GstMFVP9EncRCMode",
210448                        "writable": true
210449                    }
210450                },
210451                "rank": "secondary"
210452            }
210453        },
210454        "filename": "gstmediafoundation",
210455        "license": "LGPL",
210456        "other-types": {
210457            "GstMFAudioEnc": {
210458                "hierarchy": [
210459                    "GstMFAudioEnc",
210460                    "GstAudioEncoder",
210461                    "GstElement",
210462                    "GstObject",
210463                    "GInitiallyUnowned",
210464                    "GObject"
210465                ],
210466                "interfaces": [
210467                    "GstPreset"
210468                ],
210469                "kind": "object"
210470            },
210471            "GstMFH264EncRCMode": {
210472                "kind": "enum",
210473                "values": [
210474                    {
210475                        "desc": "Constant bitrate",
210476                        "name": "cbr",
210477                        "value": "0"
210478                    },
210479                    {
210480                        "desc": "Peak Constrained variable bitrate",
210481                        "name": "pcvbr",
210482                        "value": "1"
210483                    },
210484                    {
210485                        "desc": "Unconstrained variable bitrate",
210486                        "name": "uvbr",
210487                        "value": "2"
210488                    },
210489                    {
210490                        "desc": "Quality-based variable bitrate",
210491                        "name": "qvbr",
210492                        "value": "3"
210493                    }
210494                ]
210495            },
210496            "GstMFH265EncRCMode": {
210497                "kind": "enum",
210498                "values": [
210499                    {
210500                        "desc": "Constant bitrate",
210501                        "name": "cbr",
210502                        "value": "0"
210503                    },
210504                    {
210505                        "desc": "Quality-based variable bitrate",
210506                        "name": "qvbr",
210507                        "value": "1"
210508                    }
210509                ]
210510            },
210511            "GstMFVP9EncRCMode": {
210512                "kind": "enum",
210513                "values": [
210514                    {
210515                        "desc": "Constant bitrate",
210516                        "name": "cbr",
210517                        "value": "0"
210518                    },
210519                    {
210520                        "desc": "Quality-based variable bitrate",
210521                        "name": "qvbr",
210522                        "value": "1"
210523                    }
210524                ]
210525            },
210526            "GstMFVideoEnc": {
210527                "hierarchy": [
210528                    "GstMFVideoEnc",
210529                    "GstVideoEncoder",
210530                    "GstElement",
210531                    "GstObject",
210532                    "GInitiallyUnowned",
210533                    "GObject"
210534                ],
210535                "interfaces": [
210536                    "GstPreset"
210537                ],
210538                "kind": "object"
210539            }
210540        },
210541        "package": "GStreamer Bad Plug-ins",
210542        "source": "gst-plugins-bad",
210543        "tracers": {},
210544        "url": "Unknown package origin"
210545    },
210546    "microdns": {
210547        "description": "libmicrodns plugin library",
210548        "elements": {},
210549        "filename": "gstmicrodns",
210550        "license": "LGPL",
210551        "other-types": {},
210552        "package": "GStreamer Bad Plug-ins",
210553        "source": "gst-plugins-bad",
210554        "tracers": {},
210555        "url": "Unknown package origin"
210556    },
210557    "midi": {
210558        "description": "Parse MIDI files",
210559        "elements": {
210560            "midiparse": {
210561                "author": "Wim Taymans <wim.taymans@gmail.com>",
210562                "description": "Midi Parser Element",
210563                "hierarchy": [
210564                    "GstMidiParse",
210565                    "GstElement",
210566                    "GstObject",
210567                    "GInitiallyUnowned",
210568                    "GObject"
210569                ],
210570                "klass": "Codec/Demuxer/Audio",
210571                "long-name": "MidiParse",
210572                "pad-templates": {
210573                    "sink": {
210574                        "caps": "audio/midi:\naudio/riff-midi:\n",
210575                        "direction": "sink",
210576                        "presence": "always"
210577                    },
210578                    "src": {
210579                        "caps": "audio/x-midi-event:\n",
210580                        "direction": "src",
210581                        "presence": "always"
210582                    }
210583                },
210584                "rank": "primary"
210585            }
210586        },
210587        "filename": "gstmidi",
210588        "license": "LGPL",
210589        "other-types": {},
210590        "package": "GStreamer Bad Plug-ins",
210591        "source": "gst-plugins-bad",
210592        "tracers": {},
210593        "url": "Unknown package origin"
210594    },
210595    "modplug": {
210596        "description": ".MOD audio decoding",
210597        "elements": {
210598            "modplug": {
210599                "author": "Jeremy SIMON <jsimon13@yahoo.fr>",
210600                "description": "Module decoder based on modplug engine",
210601                "hierarchy": [
210602                    "GstModPlug",
210603                    "GstElement",
210604                    "GstObject",
210605                    "GInitiallyUnowned",
210606                    "GObject"
210607                ],
210608                "klass": "Codec/Decoder/Audio",
210609                "long-name": "ModPlug",
210610                "pad-templates": {
210611                    "sink": {
210612                        "caps": "audio/x-mod:\naudio/x-xm:\naudio/x-it:\naudio/x-s3m:\naudio/x-stm:\n",
210613                        "direction": "sink",
210614                        "presence": "always"
210615                    },
210616                    "src": {
210617                        "caps": "audio/x-raw:\n         format: { S32LE, S16LE, U8 }\n         layout: interleaved\n           rate: { (int)8000, (int)11025, (int)22050, (int)44100 }\n       channels: [ 1, 2 ]\n",
210618                        "direction": "src",
210619                        "presence": "always"
210620                    }
210621                },
210622                "properties": {
210623                    "megabass": {
210624                        "blurb": "Megabass",
210625                        "conditionally-available": false,
210626                        "construct": false,
210627                        "construct-only": false,
210628                        "controllable": false,
210629                        "default": "false",
210630                        "mutable": "null",
210631                        "readable": true,
210632                        "type": "gboolean",
210633                        "writable": true
210634                    },
210635                    "megabass-amount": {
210636                        "blurb": "Megabass amount",
210637                        "conditionally-available": false,
210638                        "construct": false,
210639                        "construct-only": false,
210640                        "controllable": false,
210641                        "default": "40",
210642                        "max": "100",
210643                        "min": "0",
210644                        "mutable": "null",
210645                        "readable": true,
210646                        "type": "gint",
210647                        "writable": true
210648                    },
210649                    "megabass-range": {
210650                        "blurb": "Megabass range",
210651                        "conditionally-available": false,
210652                        "construct": false,
210653                        "construct-only": false,
210654                        "controllable": false,
210655                        "default": "30",
210656                        "max": "100",
210657                        "min": "0",
210658                        "mutable": "null",
210659                        "readable": true,
210660                        "type": "gint",
210661                        "writable": true
210662                    },
210663                    "noise-reduction": {
210664                        "blurb": "noise reduction",
210665                        "conditionally-available": false,
210666                        "construct": false,
210667                        "construct-only": false,
210668                        "controllable": false,
210669                        "default": "true",
210670                        "mutable": "null",
210671                        "readable": true,
210672                        "type": "gboolean",
210673                        "writable": true
210674                    },
210675                    "oversamp": {
210676                        "blurb": "oversamp",
210677                        "conditionally-available": false,
210678                        "construct": false,
210679                        "construct-only": false,
210680                        "controllable": false,
210681                        "default": "false",
210682                        "mutable": "null",
210683                        "readable": true,
210684                        "type": "gboolean",
210685                        "writable": true
210686                    },
210687                    "reverb": {
210688                        "blurb": "Reverb",
210689                        "conditionally-available": false,
210690                        "construct": false,
210691                        "construct-only": false,
210692                        "controllable": false,
210693                        "default": "false",
210694                        "mutable": "null",
210695                        "readable": true,
210696                        "type": "gboolean",
210697                        "writable": true
210698                    },
210699                    "reverb-delay": {
210700                        "blurb": "Reverb delay",
210701                        "conditionally-available": false,
210702                        "construct": false,
210703                        "construct-only": false,
210704                        "controllable": false,
210705                        "default": "100",
210706                        "max": "200",
210707                        "min": "0",
210708                        "mutable": "null",
210709                        "readable": true,
210710                        "type": "gint",
210711                        "writable": true
210712                    },
210713                    "reverb-depth": {
210714                        "blurb": "Reverb depth",
210715                        "conditionally-available": false,
210716                        "construct": false,
210717                        "construct-only": false,
210718                        "controllable": false,
210719                        "default": "30",
210720                        "max": "100",
210721                        "min": "0",
210722                        "mutable": "null",
210723                        "readable": true,
210724                        "type": "gint",
210725                        "writable": true
210726                    },
210727                    "songname": {
210728                        "blurb": "The song name",
210729                        "conditionally-available": false,
210730                        "construct": false,
210731                        "construct-only": false,
210732                        "controllable": false,
210733                        "default": "NULL",
210734                        "mutable": "null",
210735                        "readable": true,
210736                        "type": "gchararray",
210737                        "writable": false
210738                    },
210739                    "surround": {
210740                        "blurb": "Surround",
210741                        "conditionally-available": false,
210742                        "construct": false,
210743                        "construct-only": false,
210744                        "controllable": false,
210745                        "default": "true",
210746                        "mutable": "null",
210747                        "readable": true,
210748                        "type": "gboolean",
210749                        "writable": true
210750                    },
210751                    "surround-delay": {
210752                        "blurb": "Surround delay",
210753                        "conditionally-available": false,
210754                        "construct": false,
210755                        "construct-only": false,
210756                        "controllable": false,
210757                        "default": "20",
210758                        "max": "40",
210759                        "min": "0",
210760                        "mutable": "null",
210761                        "readable": true,
210762                        "type": "gint",
210763                        "writable": true
210764                    },
210765                    "surround-depth": {
210766                        "blurb": "Surround depth",
210767                        "conditionally-available": false,
210768                        "construct": false,
210769                        "construct-only": false,
210770                        "controllable": false,
210771                        "default": "20",
210772                        "max": "100",
210773                        "min": "0",
210774                        "mutable": "null",
210775                        "readable": true,
210776                        "type": "gint",
210777                        "writable": true
210778                    }
210779                },
210780                "rank": "primary"
210781            }
210782        },
210783        "filename": "gstmodplug",
210784        "license": "LGPL",
210785        "other-types": {},
210786        "package": "GStreamer Bad Plug-ins",
210787        "source": "gst-plugins-bad",
210788        "tracers": {},
210789        "url": "Unknown package origin"
210790    },
210791    "mpeg2enc": {
210792        "description": "High-quality MPEG-1/2 video encoder",
210793        "elements": {
210794            "mpeg2enc": {
210795                "author": "Andrew Stevens <andrew.stevens@nexgo.de>\nRonald Bultje <rbultje@ronald.bitfreak.net>",
210796                "description": "High-quality MPEG-1/2 video encoder",
210797                "hierarchy": [
210798                    "GstMpeg2enc",
210799                    "GstVideoEncoder",
210800                    "GstElement",
210801                    "GstObject",
210802                    "GInitiallyUnowned",
210803                    "GObject"
210804                ],
210805                "interfaces": [
210806                    "GstPreset"
210807                ],
210808                "klass": "Codec/Encoder/Video",
210809                "long-name": "mpeg2enc video encoder",
210810                "pad-templates": {
210811                    "sink": {
210812                        "caps": "video/x-raw:\n         format: I420\n          width: [ 16, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: { (fraction)24000/1001, (fraction)24/1, (fraction)25/1, (fraction)30000/1001, (fraction)30/1, (fraction)50/1, (fraction)60000/1001 }\n",
210813                        "direction": "sink",
210814                        "presence": "always"
210815                    },
210816                    "src": {
210817                        "caps": "video/mpeg:\n   systemstream: false\n    mpegversion: { (int)1, (int)2 }\n          width: [ 16, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: { (fraction)24000/1001, (fraction)24/1, (fraction)25/1, (fraction)30000/1001, (fraction)30/1, (fraction)50/1, (fraction)60000/1001 }\n",
210818                        "direction": "src",
210819                        "presence": "always"
210820                    }
210821                },
210822                "properties": {
210823                    "altscan-mpeg2": {
210824                        "blurb": "Alternate MPEG-2 block scanning. Disabling this might make buggy players play SVCD streams",
210825                        "conditionally-available": false,
210826                        "construct": false,
210827                        "construct-only": false,
210828                        "controllable": false,
210829                        "default": "true",
210830                        "mutable": "null",
210831                        "readable": true,
210832                        "type": "gboolean",
210833                        "writable": true
210834                    },
210835                    "aspect": {
210836                        "blurb": "Display aspect ratio",
210837                        "conditionally-available": false,
210838                        "construct": false,
210839                        "construct-only": false,
210840                        "controllable": false,
210841                        "default": "0 (0)",
210842                        "mutable": "null",
210843                        "readable": true,
210844                        "type": "GstMpeg2encAspect",
210845                        "writable": true
210846                    },
210847                    "b-per-refframe": {
210848                        "blurb": "Number of B frames between each I/P frame",
210849                        "conditionally-available": false,
210850                        "construct": false,
210851                        "construct-only": false,
210852                        "controllable": false,
210853                        "default": "0",
210854                        "max": "2",
210855                        "min": "0",
210856                        "mutable": "null",
210857                        "readable": true,
210858                        "type": "gint",
210859                        "writable": true
210860                    },
210861                    "bitrate": {
210862                        "blurb": "Compressed video bitrate (kbps)",
210863                        "conditionally-available": false,
210864                        "construct": false,
210865                        "construct-only": false,
210866                        "controllable": false,
210867                        "default": "1125",
210868                        "max": "40000",
210869                        "min": "0",
210870                        "mutable": "null",
210871                        "readable": true,
210872                        "type": "gint",
210873                        "writable": true
210874                    },
210875                    "bufsize": {
210876                        "blurb": "Target decoders video buffer size (kB) (default depends on format)",
210877                        "conditionally-available": false,
210878                        "construct": false,
210879                        "construct-only": false,
210880                        "controllable": false,
210881                        "default": "0",
210882                        "max": "4000",
210883                        "min": "20",
210884                        "mutable": "null",
210885                        "readable": true,
210886                        "type": "gint",
210887                        "writable": true
210888                    },
210889                    "closed-gop": {
210890                        "blurb": "All Group-of-Pictures are closed (for multi-angle DVDs)",
210891                        "conditionally-available": false,
210892                        "construct": false,
210893                        "construct-only": false,
210894                        "controllable": false,
210895                        "default": "false",
210896                        "mutable": "null",
210897                        "readable": true,
210898                        "type": "gboolean",
210899                        "writable": true
210900                    },
210901                    "constraints": {
210902                        "blurb": "Use strict video resolution and bitrate checks",
210903                        "conditionally-available": false,
210904                        "construct": false,
210905                        "construct-only": false,
210906                        "controllable": false,
210907                        "default": "true",
210908                        "mutable": "null",
210909                        "readable": true,
210910                        "type": "gboolean",
210911                        "writable": true
210912                    },
210913                    "correct-svcd-hds": {
210914                        "blurb": "Force SVCD width to 480 instead of 540/720",
210915                        "conditionally-available": false,
210916                        "construct": false,
210917                        "construct-only": false,
210918                        "controllable": false,
210919                        "default": "false",
210920                        "mutable": "null",
210921                        "readable": true,
210922                        "type": "gboolean",
210923                        "writable": true
210924                    },
210925                    "disable-encode-retries": {
210926                        "blurb": "Prevent the encoder from reencoding pictures in a second pass. This can vastly improve performance, but potentially affect reaching bitrate targets.",
210927                        "conditionally-available": false,
210928                        "construct": false,
210929                        "construct-only": false,
210930                        "controllable": false,
210931                        "default": "false",
210932                        "mutable": "null",
210933                        "readable": true,
210934                        "type": "gboolean",
210935                        "writable": true
210936                    },
210937                    "dualprime": {
210938                        "blurb": "Dual Prime Motion Estimation Mode for MPEG-2 I/P-frame only streams.  Quite some players do not support this.",
210939                        "conditionally-available": false,
210940                        "construct": false,
210941                        "construct-only": false,
210942                        "controllable": false,
210943                        "default": "false",
210944                        "mutable": "null",
210945                        "readable": true,
210946                        "type": "gboolean",
210947                        "writable": true
210948                    },
210949                    "dummy-svcd-sof": {
210950                        "blurb": "Generate dummy SVCD scan-data (for vcdimager)",
210951                        "conditionally-available": false,
210952                        "construct": false,
210953                        "construct-only": false,
210954                        "controllable": false,
210955                        "default": "true",
210956                        "mutable": "null",
210957                        "readable": true,
210958                        "type": "gboolean",
210959                        "writable": true
210960                    },
210961                    "force-b-b-p": {
210962                        "blurb": "Force two B frames between I/P frames when closing GOP boundaries",
210963                        "conditionally-available": false,
210964                        "construct": false,
210965                        "construct-only": false,
210966                        "controllable": false,
210967                        "default": "false",
210968                        "mutable": "null",
210969                        "readable": true,
210970                        "type": "gboolean",
210971                        "writable": true
210972                    },
210973                    "format": {
210974                        "blurb": "Encoding profile format",
210975                        "conditionally-available": false,
210976                        "construct": false,
210977                        "construct-only": false,
210978                        "controllable": false,
210979                        "default": "0 (0)",
210980                        "mutable": "null",
210981                        "readable": true,
210982                        "type": "GstMpeg2encFormat",
210983                        "writable": true
210984                    },
210985                    "framerate": {
210986                        "blurb": "Output framerate",
210987                        "conditionally-available": false,
210988                        "construct": false,
210989                        "construct-only": false,
210990                        "controllable": false,
210991                        "default": "0 (0)",
210992                        "mutable": "null",
210993                        "readable": true,
210994                        "type": "GstMpeg2encFramerate",
210995                        "writable": true
210996                    },
210997                    "interlace-mode": {
210998                        "blurb": "MPEG-2 motion estimation and encoding modes",
210999                        "conditionally-available": false,
211000                        "construct": false,
211001                        "construct-only": false,
211002                        "controllable": false,
211003                        "default": "-1 (-1)",
211004                        "mutable": "null",
211005                        "readable": true,
211006                        "type": "GstMpeg2encInterlaceMode",
211007                        "writable": true
211008                    },
211009                    "intra-dc-prec": {
211010                        "blurb": "Number of bits precision for DC (base colour) in MPEG-2 blocks",
211011                        "conditionally-available": false,
211012                        "construct": false,
211013                        "construct-only": false,
211014                        "controllable": false,
211015                        "default": "9",
211016                        "max": "11",
211017                        "min": "8",
211018                        "mutable": "null",
211019                        "readable": true,
211020                        "type": "gint",
211021                        "writable": true
211022                    },
211023                    "keep-hf": {
211024                        "blurb": "Maximize high-frequency resolution (for high-quality sources)",
211025                        "conditionally-available": false,
211026                        "construct": false,
211027                        "construct-only": false,
211028                        "controllable": false,
211029                        "default": "false",
211030                        "mutable": "null",
211031                        "readable": true,
211032                        "type": "gboolean",
211033                        "writable": true
211034                    },
211035                    "max-gop-size": {
211036                        "blurb": "Maximal size per Group-of-Pictures (-1=default)",
211037                        "conditionally-available": false,
211038                        "construct": false,
211039                        "construct-only": false,
211040                        "controllable": false,
211041                        "default": "-1",
211042                        "max": "250",
211043                        "min": "-1",
211044                        "mutable": "null",
211045                        "readable": true,
211046                        "type": "gint",
211047                        "writable": true
211048                    },
211049                    "min-gop-size": {
211050                        "blurb": "Minimal size per Group-of-Pictures (-1=default)",
211051                        "conditionally-available": false,
211052                        "construct": false,
211053                        "construct-only": false,
211054                        "controllable": false,
211055                        "default": "-1",
211056                        "max": "250",
211057                        "min": "-1",
211058                        "mutable": "null",
211059                        "readable": true,
211060                        "type": "gint",
211061                        "writable": true
211062                    },
211063                    "motion-search-radius": {
211064                        "blurb": "Motion compensation search radius",
211065                        "conditionally-available": false,
211066                        "construct": false,
211067                        "construct-only": false,
211068                        "controllable": false,
211069                        "default": "0",
211070                        "max": "32",
211071                        "min": "0",
211072                        "mutable": "null",
211073                        "readable": true,
211074                        "type": "gint",
211075                        "writable": true
211076                    },
211077                    "non-video-bitrate": {
211078                        "blurb": "Assumed bitrate of non-video for sequence splitting (kbps)",
211079                        "conditionally-available": false,
211080                        "construct": false,
211081                        "construct-only": false,
211082                        "controllable": false,
211083                        "default": "0",
211084                        "max": "10000",
211085                        "min": "0",
211086                        "mutable": "null",
211087                        "readable": true,
211088                        "type": "gint",
211089                        "writable": true
211090                    },
211091                    "norm": {
211092                        "blurb": "Tag output for specific video norm",
211093                        "conditionally-available": false,
211094                        "construct": false,
211095                        "construct-only": false,
211096                        "controllable": false,
211097                        "default": "0 (0)",
211098                        "mutable": "null",
211099                        "readable": true,
211100                        "type": "GstMpeg2encVideoNorm",
211101                        "writable": true
211102                    },
211103                    "playback-field-order": {
211104                        "blurb": "Force specific playback field order",
211105                        "conditionally-available": false,
211106                        "construct": false,
211107                        "construct-only": false,
211108                        "controllable": false,
211109                        "default": "0 (-1)",
211110                        "mutable": "null",
211111                        "readable": true,
211112                        "type": "GstMpeg2encPlaybackFieldOrders",
211113                        "writable": true
211114                    },
211115                    "pulldown-3-2": {
211116                        "blurb": "Generate header flags for 3-2 pull down 24fps movies",
211117                        "conditionally-available": false,
211118                        "construct": false,
211119                        "construct-only": false,
211120                        "controllable": false,
211121                        "default": "false",
211122                        "mutable": "null",
211123                        "readable": true,
211124                        "type": "gboolean",
211125                        "writable": true
211126                    },
211127                    "quant-matrix": {
211128                        "blurb": "Quantisation matrix to use for encoding",
211129                        "conditionally-available": false,
211130                        "construct": false,
211131                        "construct-only": false,
211132                        "controllable": false,
211133                        "default": "9 (0)",
211134                        "mutable": "null",
211135                        "readable": true,
211136                        "type": "GstMpeg2encQuantisationMatrix",
211137                        "writable": true
211138                    },
211139                    "quant-reduction-max-var": {
211140                        "blurb": "Maximal luma variance below which quantisation boost is used",
211141                        "conditionally-available": false,
211142                        "construct": false,
211143                        "construct-only": false,
211144                        "controllable": false,
211145                        "default": "100",
211146                        "max": "2500",
211147                        "min": "0",
211148                        "mutable": "null",
211149                        "readable": true,
211150                        "type": "gfloat",
211151                        "writable": true
211152                    },
211153                    "quantisation": {
211154                        "blurb": "Quantisation factor (-1=cbr, 0=default, 1=best, 31=worst)",
211155                        "conditionally-available": false,
211156                        "construct": false,
211157                        "construct-only": false,
211158                        "controllable": false,
211159                        "default": "0",
211160                        "max": "31",
211161                        "min": "-1",
211162                        "mutable": "null",
211163                        "readable": true,
211164                        "type": "gint",
211165                        "writable": true
211166                    },
211167                    "quantisation-reduction": {
211168                        "blurb": "Max. quantisation reduction for highly active blocks",
211169                        "conditionally-available": false,
211170                        "construct": false,
211171                        "construct-only": false,
211172                        "controllable": false,
211173                        "default": "0",
211174                        "max": "10",
211175                        "min": "-4",
211176                        "mutable": "null",
211177                        "readable": true,
211178                        "type": "gfloat",
211179                        "writable": true
211180                    },
211181                    "reduce-hf": {
211182                        "blurb": "How much to reduce high-frequency resolution (by increasing quantisation)",
211183                        "conditionally-available": false,
211184                        "construct": false,
211185                        "construct-only": false,
211186                        "controllable": false,
211187                        "default": "0",
211188                        "max": "2",
211189                        "min": "0",
211190                        "mutable": "null",
211191                        "readable": true,
211192                        "type": "gfloat",
211193                        "writable": true
211194                    },
211195                    "reduction-2x2": {
211196                        "blurb": "Reduction factor for 2x2 subsampled candidate motion estimates (1=max. quality, 4=max. speed)",
211197                        "conditionally-available": false,
211198                        "construct": false,
211199                        "construct-only": false,
211200                        "controllable": false,
211201                        "default": "3",
211202                        "max": "4",
211203                        "min": "1",
211204                        "mutable": "null",
211205                        "readable": true,
211206                        "type": "gint",
211207                        "writable": true
211208                    },
211209                    "reduction-4x4": {
211210                        "blurb": "Reduction factor for 4x4 subsampled candidate motion estimates (1=max. quality, 4=max. speed)",
211211                        "conditionally-available": false,
211212                        "construct": false,
211213                        "construct-only": false,
211214                        "controllable": false,
211215                        "default": "2",
211216                        "max": "4",
211217                        "min": "1",
211218                        "mutable": "null",
211219                        "readable": true,
211220                        "type": "gint",
211221                        "writable": true
211222                    },
211223                    "sequence-header-every-gop": {
211224                        "blurb": "Include a sequence header in every GOP",
211225                        "conditionally-available": false,
211226                        "construct": false,
211227                        "construct-only": false,
211228                        "controllable": false,
211229                        "default": "false",
211230                        "mutable": "null",
211231                        "readable": true,
211232                        "type": "gboolean",
211233                        "writable": true
211234                    },
211235                    "sequence-length": {
211236                        "blurb": "Place a sequence boundary after each <num> MB (0=disable)",
211237                        "conditionally-available": false,
211238                        "construct": false,
211239                        "construct-only": false,
211240                        "controllable": false,
211241                        "default": "0",
211242                        "max": "10240",
211243                        "min": "0",
211244                        "mutable": "null",
211245                        "readable": true,
211246                        "type": "gint",
211247                        "writable": true
211248                    },
211249                    "unit-coeff-elim": {
211250                        "blurb": "How aggressively small-unit picture blocks should be skipped",
211251                        "conditionally-available": false,
211252                        "construct": false,
211253                        "construct-only": false,
211254                        "controllable": false,
211255                        "default": "0",
211256                        "max": "40",
211257                        "min": "-40",
211258                        "mutable": "null",
211259                        "readable": true,
211260                        "type": "gint",
211261                        "writable": true
211262                    },
211263                    "vcd-still-size": {
211264                        "blurb": "Size of VCD stills (in KB)",
211265                        "conditionally-available": false,
211266                        "construct": false,
211267                        "construct-only": false,
211268                        "controllable": false,
211269                        "default": "0",
211270                        "max": "512",
211271                        "min": "0",
211272                        "mutable": "null",
211273                        "readable": true,
211274                        "type": "gint",
211275                        "writable": true
211276                    }
211277                },
211278                "rank": "marginal"
211279            }
211280        },
211281        "filename": "gstmpeg2enc",
211282        "license": "GPL",
211283        "other-types": {
211284            "GstMpeg2encAspect": {
211285                "kind": "enum",
211286                "values": [
211287                    {
211288                        "desc": "Deduce from input",
211289                        "name": "0",
211290                        "value": "0"
211291                    },
211292                    {
211293                        "desc": "1:1",
211294                        "name": "1",
211295                        "value": "1"
211296                    },
211297                    {
211298                        "desc": "4:3",
211299                        "name": "2",
211300                        "value": "2"
211301                    },
211302                    {
211303                        "desc": "16:9",
211304                        "name": "3",
211305                        "value": "3"
211306                    },
211307                    {
211308                        "desc": "2.21:1",
211309                        "name": "4",
211310                        "value": "4"
211311                    }
211312                ]
211313            },
211314            "GstMpeg2encFormat": {
211315                "kind": "enum",
211316                "values": [
211317                    {
211318                        "desc": "Generic MPEG-1",
211319                        "name": "0",
211320                        "value": "0"
211321                    },
211322                    {
211323                        "desc": "Standard VCD",
211324                        "name": "1",
211325                        "value": "1"
211326                    },
211327                    {
211328                        "desc": "User VCD",
211329                        "name": "2",
211330                        "value": "2"
211331                    },
211332                    {
211333                        "desc": "Generic MPEG-2",
211334                        "name": "3",
211335                        "value": "3"
211336                    },
211337                    {
211338                        "desc": "Standard SVCD",
211339                        "name": "4",
211340                        "value": "4"
211341                    },
211342                    {
211343                        "desc": "User SVCD",
211344                        "name": "5",
211345                        "value": "5"
211346                    },
211347                    {
211348                        "desc": "VCD Stills sequences",
211349                        "name": "6",
211350                        "value": "6"
211351                    },
211352                    {
211353                        "desc": "SVCD Stills sequences",
211354                        "name": "7",
211355                        "value": "7"
211356                    },
211357                    {
211358                        "desc": "DVD MPEG-2 for dvdauthor",
211359                        "name": "8",
211360                        "value": "8"
211361                    },
211362                    {
211363                        "desc": "DVD MPEG-2",
211364                        "name": "9",
211365                        "value": "9"
211366                    },
211367                    {
211368                        "desc": "ATSC 480i",
211369                        "name": "10",
211370                        "value": "10"
211371                    },
211372                    {
211373                        "desc": "ATSC 480p",
211374                        "name": "11",
211375                        "value": "11"
211376                    },
211377                    {
211378                        "desc": "ATSC 720p",
211379                        "name": "12",
211380                        "value": "12"
211381                    },
211382                    {
211383                        "desc": "ATSC 1080i",
211384                        "name": "13",
211385                        "value": "13"
211386                    }
211387                ]
211388            },
211389            "GstMpeg2encFramerate": {
211390                "kind": "enum",
211391                "values": [
211392                    {
211393                        "desc": "Same as input",
211394                        "name": "0",
211395                        "value": "0"
211396                    },
211397                    {
211398                        "desc": "24/1.001 (NTSC 3:2 pulldown converted film)",
211399                        "name": "1",
211400                        "value": "1"
211401                    },
211402                    {
211403                        "desc": "24 (native film)",
211404                        "name": "2",
211405                        "value": "2"
211406                    },
211407                    {
211408                        "desc": "25 (PAL/SECAM video)",
211409                        "name": "3",
211410                        "value": "3"
211411                    },
211412                    {
211413                        "desc": "30/1.001 (NTSC video)",
211414                        "name": "4",
211415                        "value": "4"
211416                    },
211417                    {
211418                        "desc": "30",
211419                        "name": "5",
211420                        "value": "5"
211421                    },
211422                    {
211423                        "desc": "50 (PAL/SECAM fields)",
211424                        "name": "6",
211425                        "value": "6"
211426                    },
211427                    {
211428                        "desc": "60/1.001 (NTSC fields)",
211429                        "name": "7",
211430                        "value": "7"
211431                    },
211432                    {
211433                        "desc": "60",
211434                        "name": "8",
211435                        "value": "8"
211436                    }
211437                ]
211438            },
211439            "GstMpeg2encInterlaceMode": {
211440                "kind": "enum",
211441                "values": [
211442                    {
211443                        "desc": "Format default mode",
211444                        "name": "-1",
211445                        "value": "-1"
211446                    },
211447                    {
211448                        "desc": "Progressive",
211449                        "name": "0",
211450                        "value": "0"
211451                    },
211452                    {
211453                        "desc": "Interlaced, per-frame encoding",
211454                        "name": "1",
211455                        "value": "1"
211456                    },
211457                    {
211458                        "desc": "Interlaced, per-field-encoding",
211459                        "name": "2",
211460                        "value": "2"
211461                    }
211462                ]
211463            },
211464            "GstMpeg2encPlaybackFieldOrders": {
211465                "kind": "enum",
211466                "values": [
211467                    {
211468                        "desc": "Unspecified",
211469                        "name": "0",
211470                        "value": "-1"
211471                    },
211472                    {
211473                        "desc": "Top-field first",
211474                        "name": "1",
211475                        "value": "1"
211476                    },
211477                    {
211478                        "desc": "Bottom-field first",
211479                        "name": "2",
211480                        "value": "2"
211481                    }
211482                ]
211483            },
211484            "GstMpeg2encQuantisationMatrix": {
211485                "kind": "enum",
211486                "values": [
211487                    {
211488                        "desc": "Default",
211489                        "name": "9",
211490                        "value": "0"
211491                    },
211492                    {
211493                        "desc": "High resolution",
211494                        "name": "1",
211495                        "value": "1"
211496                    },
211497                    {
211498                        "desc": "KVCD",
211499                        "name": "2",
211500                        "value": "2"
211501                    },
211502                    {
211503                        "desc": "TMPGEnc",
211504                        "name": "3",
211505                        "value": "3"
211506                    }
211507                ]
211508            },
211509            "GstMpeg2encVideoNorm": {
211510                "kind": "enum",
211511                "values": [
211512                    {
211513                        "desc": "Unspecified",
211514                        "name": "0",
211515                        "value": "0"
211516                    },
211517                    {
211518                        "desc": "PAL",
211519                        "name": "p",
211520                        "value": "112"
211521                    },
211522                    {
211523                        "desc": "NTSC",
211524                        "name": "n",
211525                        "value": "110"
211526                    },
211527                    {
211528                        "desc": "SECAM",
211529                        "name": "s",
211530                        "value": "115"
211531                    }
211532                ]
211533            }
211534        },
211535        "package": "GStreamer Bad Plug-ins",
211536        "source": "gst-plugins-bad",
211537        "tracers": {},
211538        "url": "Unknown package origin"
211539    },
211540    "mpegpsdemux": {
211541        "description": "MPEG-PS demuxer",
211542        "elements": {
211543            "mpegpsdemux": {
211544                "author": "Wim Taymans <wim@fluendo.com>",
211545                "description": "Demultiplexes MPEG Program Streams",
211546                "hierarchy": [
211547                    "GstMpegPSDemux",
211548                    "GstElement",
211549                    "GstObject",
211550                    "GInitiallyUnowned",
211551                    "GObject"
211552                ],
211553                "klass": "Codec/Demuxer",
211554                "long-name": "MPEG Program Stream Demuxer",
211555                "pad-templates": {
211556                    "audio_%%02x": {
211557                        "caps": "audio/mpeg:\n    mpegversion: 1\naudio/mpeg:\n    mpegversion: 4\n  stream-format: { (string)adts, (string)loas }\naudio/x-private1-lpcm:\naudio/x-private1-ac3:\naudio/x-private1-dts:\naudio/ac3:\n",
211558                        "direction": "src",
211559                        "presence": "sometimes"
211560                    },
211561                    "private_%%d": {
211562                        "caps": "ANY",
211563                        "direction": "src",
211564                        "presence": "sometimes"
211565                    },
211566                    "sink": {
211567                        "caps": "video/mpeg:\n    mpegversion: { (int)1, (int)2 }\n   systemstream: true\nvideo/x-cdxa:\n",
211568                        "direction": "sink",
211569                        "presence": "always"
211570                    },
211571                    "subpicture_%%02x": {
211572                        "caps": "subpicture/x-dvd:\n",
211573                        "direction": "src",
211574                        "presence": "sometimes"
211575                    },
211576                    "video_%%02x": {
211577                        "caps": "video/mpeg:\n    mpegversion: { (int)1, (int)2, (int)4 }\n   systemstream: false\n         parsed: false\nvideo/x-h264:\n  stream-format: byte-stream\nvideo/x-h265:\n  stream-format: byte-stream\n",
211578                        "direction": "src",
211579                        "presence": "sometimes"
211580                    }
211581                },
211582                "properties": {
211583                    "ignore-scr": {
211584                        "blurb": "Ignore SCR data for timing",
211585                        "conditionally-available": false,
211586                        "construct": false,
211587                        "construct-only": false,
211588                        "controllable": false,
211589                        "default": "false",
211590                        "mutable": "ready",
211591                        "readable": true,
211592                        "type": "gboolean",
211593                        "writable": true
211594                    }
211595                },
211596                "rank": "primary",
211597                "signals": {}
211598            }
211599        },
211600        "filename": "gstmpegpsdemux",
211601        "license": "unknown",
211602        "other-types": {},
211603        "package": "GStreamer Bad Plug-ins",
211604        "source": "gst-plugins-bad",
211605        "tracers": {},
211606        "url": "Unknown package origin"
211607    },
211608    "mpegpsmux": {
211609        "description": "MPEG-PS muxer",
211610        "elements": {
211611            "mpegpsmux": {
211612                "author": "Lin YANG <oxcsnicho@gmail.com>",
211613                "description": "Multiplexes media streams into an MPEG Program Stream",
211614                "hierarchy": [
211615                    "MpegPsMux",
211616                    "GstElement",
211617                    "GstObject",
211618                    "GInitiallyUnowned",
211619                    "GObject"
211620                ],
211621                "klass": "Codec/Muxer",
211622                "long-name": "MPEG Program Stream Muxer",
211623                "pad-templates": {
211624                    "sink_%%u": {
211625                        "caps": "video/mpeg:\n    mpegversion: { (int)1, (int)2, (int)4 }\n   systemstream: false\nvideo/x-dirac:\nvideo/x-h264:\n  stream-format: byte-stream\n      alignment: { (string)au, (string)nal }\naudio/mpeg:\n    mpegversion: { (int)1, (int)2 }\naudio/mpeg:\n    mpegversion: 4\n  stream-format: { (string)raw, (string)adts }\naudio/x-lpcm:\n          width: { (int)16, (int)20, (int)24 }\n           rate: { (int)48000, (int)96000 }\n       channels: [ 1, 8 ]\n  dynamic_range: [ 0, 255 ]\n       emphasis: { (boolean)false, (boolean)true }\n           mute: { (boolean)false, (boolean)true }\n",
211626                        "direction": "sink",
211627                        "presence": "request"
211628                    },
211629                    "src": {
211630                        "caps": "video/mpeg:\n    mpegversion: 2\n   systemstream: true\n",
211631                        "direction": "src",
211632                        "presence": "always"
211633                    }
211634                },
211635                "properties": {
211636                    "aggregate-gops": {
211637                        "blurb": "Whether to aggregate GOPs and push them out as buffer lists",
211638                        "conditionally-available": false,
211639                        "construct": false,
211640                        "construct-only": false,
211641                        "controllable": false,
211642                        "default": "false",
211643                        "mutable": "null",
211644                        "readable": true,
211645                        "type": "gboolean",
211646                        "writable": true
211647                    }
211648                },
211649                "rank": "primary"
211650            }
211651        },
211652        "filename": "gstmpegpsmux",
211653        "license": "LGPL",
211654        "other-types": {},
211655        "package": "GStreamer Bad Plug-ins",
211656        "source": "gst-plugins-bad",
211657        "tracers": {},
211658        "url": "Unknown package origin"
211659    },
211660    "mpegtsdemux": {
211661        "description": "MPEG TS demuxer",
211662        "elements": {
211663            "tsdemux": {
211664                "author": "Zaheer Abbas Merali <zaheerabbas at merali dot org>\nEdward Hervey <edward.hervey@collabora.co.uk>",
211665                "description": "Demuxes MPEG2 transport streams",
211666                "hierarchy": [
211667                    "GstTSDemux",
211668                    "MpegTSBase",
211669                    "GstElement",
211670                    "GstObject",
211671                    "GInitiallyUnowned",
211672                    "GObject"
211673                ],
211674                "klass": "Codec/Demuxer",
211675                "long-name": "MPEG transport stream demuxer",
211676                "pad-templates": {
211677                    "audio_%%01x_%%05x": {
211678                        "caps": "audio/mpeg:\n    mpegversion: 1\naudio/mpeg:\n    mpegversion: { (int)2, (int)4 }\n  stream-format: adts\naudio/mpeg:\n    mpegversion: 4\n  stream-format: loas\naudio/x-lpcm:\n          width: { (int)16, (int)20, (int)24 }\n           rate: { (int)48000, (int)96000 }\n       channels: [ 1, 8 ]\n  dynamic_range: [ 0, 255 ]\n       emphasis: { (boolean)false, (boolean)true }\n           mute: { (boolean)false, (boolean)true }\naudio/x-ac3:\naudio/x-eac3:\naudio/x-ac4:\naudio/x-dts:\naudio/x-opus:\naudio/x-private-ts-lpcm:\n",
211679                        "direction": "src",
211680                        "presence": "sometimes"
211681                    },
211682                    "private_%%01x_%%05x": {
211683                        "caps": "ANY",
211684                        "direction": "src",
211685                        "presence": "sometimes"
211686                    },
211687                    "sink": {
211688                        "caps": "video/mpegts:\n   systemstream: true\n",
211689                        "direction": "sink",
211690                        "presence": "always"
211691                    },
211692                    "subpicture_%%01x_%%05x": {
211693                        "caps": "subpicture/x-pgs:\nsubpicture/x-dvd:\nsubpicture/x-dvb:\n",
211694                        "direction": "src",
211695                        "presence": "sometimes"
211696                    },
211697                    "video_%%01x_%%05x": {
211698                        "caps": "video/mpeg:\n    mpegversion: { (int)1, (int)2, (int)4 }\n   systemstream: false\nvideo/x-h264:\n  stream-format: byte-stream\nvideo/x-h265:\n  stream-format: byte-stream\nvideo/x-dirac:\nvideo/x-cavs:\nvideo/x-wmv:\n     wmvversion: 3\n         format: WVC1\nimage/x-jpc:\n",
211699                        "direction": "src",
211700                        "presence": "sometimes"
211701                    }
211702                },
211703                "properties": {
211704                    "emit-stats": {
211705                        "blurb": "Emit messages for every pcr/opcr/pts/dts",
211706                        "conditionally-available": false,
211707                        "construct": false,
211708                        "construct-only": false,
211709                        "controllable": false,
211710                        "default": "false",
211711                        "mutable": "null",
211712                        "readable": true,
211713                        "type": "gboolean",
211714                        "writable": true
211715                    },
211716                    "latency": {
211717                        "blurb": "Latency to add for smooth demuxing (in ms)",
211718                        "conditionally-available": false,
211719                        "construct": false,
211720                        "construct-only": false,
211721                        "controllable": false,
211722                        "default": "700",
211723                        "max": "2147483647",
211724                        "min": "-1",
211725                        "mutable": "null",
211726                        "readable": true,
211727                        "type": "gint",
211728                        "writable": true
211729                    },
211730                    "program-number": {
211731                        "blurb": "Program Number to demux for (-1 to ignore)",
211732                        "conditionally-available": false,
211733                        "construct": false,
211734                        "construct-only": false,
211735                        "controllable": false,
211736                        "default": "-1",
211737                        "max": "2147483647",
211738                        "min": "-1",
211739                        "mutable": "null",
211740                        "readable": true,
211741                        "type": "gint",
211742                        "writable": true
211743                    },
211744                    "send-scte35-events": {
211745                        "blurb": "Whether SCTE 35 sections should be forwarded as events",
211746                        "conditionally-available": false,
211747                        "construct": false,
211748                        "construct-only": false,
211749                        "controllable": false,
211750                        "default": "false",
211751                        "mutable": "null",
211752                        "readable": true,
211753                        "type": "gboolean",
211754                        "writable": true
211755                    }
211756                },
211757                "rank": "primary",
211758                "signals": {}
211759            },
211760            "tsparse": {
211761                "author": "Alessandro Decina <alessandro@nnva.org>, Zaheer Abbas Merali <zaheerabbas at merali dot org>",
211762                "description": "Parses MPEG2 transport streams",
211763                "hierarchy": [
211764                    "MpegTSParse2",
211765                    "MpegTSBase",
211766                    "GstElement",
211767                    "GstObject",
211768                    "GInitiallyUnowned",
211769                    "GObject"
211770                ],
211771                "klass": "Codec/Parser",
211772                "long-name": "MPEG transport stream parser",
211773                "pad-templates": {
211774                    "program_%%u": {
211775                        "caps": "video/mpegts:\n   systemstream: true\n",
211776                        "direction": "src",
211777                        "presence": "request"
211778                    },
211779                    "sink": {
211780                        "caps": "video/mpegts:\n   systemstream: true\n",
211781                        "direction": "sink",
211782                        "presence": "always"
211783                    },
211784                    "src": {
211785                        "caps": "video/mpegts:\n   systemstream: true\n",
211786                        "direction": "src",
211787                        "presence": "always"
211788                    }
211789                },
211790                "properties": {
211791                    "alignment": {
211792                        "blurb": "Number of packets per buffer (padded with dummy packets on EOS) (0 = auto)",
211793                        "conditionally-available": false,
211794                        "construct": false,
211795                        "construct-only": false,
211796                        "controllable": false,
211797                        "default": "0",
211798                        "max": "-1",
211799                        "min": "0",
211800                        "mutable": "null",
211801                        "readable": true,
211802                        "type": "guint",
211803                        "writable": true
211804                    },
211805                    "pcr-pid": {
211806                        "blurb": "Set the PID to use for PCR values (-1 for auto)",
211807                        "conditionally-available": false,
211808                        "construct": false,
211809                        "construct-only": false,
211810                        "controllable": false,
211811                        "default": "-1",
211812                        "max": "2147483647",
211813                        "min": "-1",
211814                        "mutable": "null",
211815                        "readable": true,
211816                        "type": "gint",
211817                        "writable": true
211818                    },
211819                    "set-timestamps": {
211820                        "blurb": "If set, timestamps will be set on the output buffers using PCRs and smoothed over the smoothing-latency period",
211821                        "conditionally-available": false,
211822                        "construct": false,
211823                        "construct-only": false,
211824                        "controllable": false,
211825                        "default": "false",
211826                        "mutable": "null",
211827                        "readable": true,
211828                        "type": "gboolean",
211829                        "writable": true
211830                    },
211831                    "smoothing-latency": {
211832                        "blurb": "Additional latency in microseconds for smoothing jitter in input timestamps on live capture",
211833                        "conditionally-available": false,
211834                        "construct": false,
211835                        "construct-only": false,
211836                        "controllable": false,
211837                        "default": "0",
211838                        "max": "-1",
211839                        "min": "0",
211840                        "mutable": "null",
211841                        "readable": true,
211842                        "type": "guint",
211843                        "writable": true
211844                    },
211845                    "split-on-rai": {
211846                        "blurb": "If set, buffers sized smaller than the alignment will be sent so that RAI packets are at the start of a new buffer",
211847                        "conditionally-available": false,
211848                        "construct": false,
211849                        "construct-only": false,
211850                        "controllable": false,
211851                        "default": "false",
211852                        "mutable": "null",
211853                        "readable": true,
211854                        "type": "gboolean",
211855                        "writable": true
211856                    }
211857                },
211858                "rank": "none"
211859            }
211860        },
211861        "filename": "gstmpegtsdemux",
211862        "license": "LGPL",
211863        "other-types": {
211864            "MpegTSBase": {
211865                "hierarchy": [
211866                    "MpegTSBase",
211867                    "GstElement",
211868                    "GstObject",
211869                    "GInitiallyUnowned",
211870                    "GObject"
211871                ],
211872                "kind": "object",
211873                "properties": {
211874                    "ignore-pcr": {
211875                        "blurb": "Ignore PCR stream for timing",
211876                        "conditionally-available": false,
211877                        "construct": false,
211878                        "construct-only": false,
211879                        "controllable": false,
211880                        "default": "false",
211881                        "mutable": "null",
211882                        "readable": true,
211883                        "type": "gboolean",
211884                        "writable": true
211885                    },
211886                    "parse-private-sections": {
211887                        "blurb": "Parse private sections",
211888                        "conditionally-available": false,
211889                        "construct": false,
211890                        "construct-only": false,
211891                        "controllable": false,
211892                        "default": "false",
211893                        "mutable": "null",
211894                        "readable": true,
211895                        "type": "gboolean",
211896                        "writable": true
211897                    }
211898                }
211899            }
211900        },
211901        "package": "GStreamer Bad Plug-ins",
211902        "source": "gst-plugins-bad",
211903        "tracers": {},
211904        "url": "Unknown package origin"
211905    },
211906    "mpegtsmux": {
211907        "description": "MPEG-TS muxer",
211908        "elements": {
211909            "atscmux": {
211910                "author": "Mathieu Duponchelle <mathieu@centricular.com>",
211911                "description": "Multiplexes media streams into an ATSC-compliant Transport Stream",
211912                "hierarchy": [
211913                    "GstATSCMux",
211914                    "GstBaseTsMux",
211915                    "GstAggregator",
211916                    "GstElement",
211917                    "GstObject",
211918                    "GInitiallyUnowned",
211919                    "GObject"
211920                ],
211921                "klass": "Codec/Muxer",
211922                "long-name": "ATSC Transport Stream Muxer",
211923                "pad-templates": {
211924                    "sink_%%d": {
211925                        "caps": "video/mpeg:\n         parsed: true\n    mpegversion: 2\n   systemstream: false\nvideo/x-h264:\n  stream-format: byte-stream\n      alignment: { (string)au, (string)nal }\naudio/x-ac3:\n         framed: true\naudio/x-eac3:\n         framed: true\n",
211926                        "direction": "sink",
211927                        "presence": "request",
211928                        "type": "GstBaseTsMuxPad"
211929                    },
211930                    "src": {
211931                        "caps": "video/mpegts:\n   systemstream: true\n     packetsize: 188\n",
211932                        "direction": "src",
211933                        "presence": "always",
211934                        "type": "GstAggregatorPad"
211935                    }
211936                },
211937                "properties": {},
211938                "rank": "primary"
211939            },
211940            "mpegtsmux": {
211941                "author": "Fluendo <contact@fluendo.com>",
211942                "description": "Multiplexes media streams into an MPEG Transport Stream",
211943                "hierarchy": [
211944                    "GstMpegTsMux",
211945                    "GstBaseTsMux",
211946                    "GstAggregator",
211947                    "GstElement",
211948                    "GstObject",
211949                    "GInitiallyUnowned",
211950                    "GObject"
211951                ],
211952                "klass": "Codec/Muxer",
211953                "long-name": "MPEG Transport Stream Muxer",
211954                "pad-templates": {
211955                    "sink_%%d": {
211956                        "caps": "video/mpeg:\n         parsed: true\n    mpegversion: { (int)1, (int)2, (int)4 }\n   systemstream: false\nvideo/x-dirac:\nimage/x-jpc:\n      alignment: frame\nvideo/x-h264:\n  stream-format: byte-stream\n      alignment: { (string)au, (string)nal }\nvideo/x-h265:\n  stream-format: byte-stream\n      alignment: { (string)au, (string)nal }\naudio/mpeg:\n         parsed: true\n    mpegversion: 1\naudio/mpeg:\n         framed: true\n    mpegversion: { (int)2, (int)4 }\n  stream-format: { (string)adts, (string)raw }\naudio/x-lpcm:\n          width: { (int)16, (int)20, (int)24 }\n           rate: { (int)48000, (int)96000 }\n       channels: [ 1, 8 ]\n  dynamic_range: [ 0, 255 ]\n       emphasis: { (boolean)false, (boolean)true }\n           mute: { (boolean)false, (boolean)true }\naudio/x-ac3:\n         framed: true\naudio/x-dts:\n         framed: true\naudio/x-opus:\n       channels: [ 1, 8 ]\nchannel-mapping-family: { (int)0, (int)1 }\nsubpicture/x-dvb:\napplication/x-teletext:\nmeta/x-klv:\n         parsed: true\nimage/x-jpc:\n      alignment: frame\n        profile: [ 0, 49151 ]\n",
211957                        "direction": "sink",
211958                        "presence": "request",
211959                        "type": "GstBaseTsMuxPad"
211960                    },
211961                    "src": {
211962                        "caps": "video/mpegts:\n   systemstream: true\n     packetsize: { (int)188, (int)192 }\n",
211963                        "direction": "src",
211964                        "presence": "always",
211965                        "type": "GstAggregatorPad"
211966                    }
211967                },
211968                "properties": {
211969                    "m2ts-mode": {
211970                        "blurb": "Set to TRUE to output Blu-Ray disc format with 192 byte packets. FALSE for standard TS format with 188 byte packets.",
211971                        "conditionally-available": false,
211972                        "construct": false,
211973                        "construct-only": false,
211974                        "controllable": false,
211975                        "default": "false",
211976                        "mutable": "null",
211977                        "readable": true,
211978                        "type": "gboolean",
211979                        "writable": true
211980                    }
211981                },
211982                "rank": "primary"
211983            }
211984        },
211985        "filename": "gstmpegtsmux",
211986        "license": "LGPL",
211987        "other-types": {
211988            "GstBaseTsMux": {
211989                "hierarchy": [
211990                    "GstBaseTsMux",
211991                    "GstAggregator",
211992                    "GstElement",
211993                    "GstObject",
211994                    "GInitiallyUnowned",
211995                    "GObject"
211996                ],
211997                "kind": "object",
211998                "properties": {
211999                    "alignment": {
212000                        "blurb": "Number of packets per buffer (padded with dummy packets on EOS) (-1 = auto, 0 = all available packets, 7 for UDP streaming)",
212001                        "conditionally-available": false,
212002                        "construct": false,
212003                        "construct-only": false,
212004                        "controllable": false,
212005                        "default": "-1",
212006                        "max": "2147483647",
212007                        "min": "-1",
212008                        "mutable": "null",
212009                        "readable": true,
212010                        "type": "gint",
212011                        "writable": true
212012                    },
212013                    "bitrate": {
212014                        "blurb": "Set the target bitrate, will insert null packets as padding  to achieve multiplex-wide constant bitrate (0 means no padding)",
212015                        "conditionally-available": false,
212016                        "construct": false,
212017                        "construct-only": false,
212018                        "controllable": false,
212019                        "default": "0",
212020                        "max": "18446744073709551615",
212021                        "min": "0",
212022                        "mutable": "null",
212023                        "readable": true,
212024                        "type": "guint64",
212025                        "writable": true
212026                    },
212027                    "pat-interval": {
212028                        "blurb": "Set the interval (in ticks of the 90kHz clock) for writing out the PAT table",
212029                        "conditionally-available": false,
212030                        "construct": false,
212031                        "construct-only": false,
212032                        "controllable": false,
212033                        "default": "9000",
212034                        "max": "-1",
212035                        "min": "1",
212036                        "mutable": "null",
212037                        "readable": true,
212038                        "type": "guint",
212039                        "writable": true
212040                    },
212041                    "pcr-interval": {
212042                        "blurb": "Set the interval (in ticks of the 90kHz clock) for writing PCR",
212043                        "conditionally-available": false,
212044                        "construct": false,
212045                        "construct-only": false,
212046                        "controllable": false,
212047                        "default": "3600",
212048                        "max": "-1",
212049                        "min": "1",
212050                        "mutable": "null",
212051                        "readable": true,
212052                        "type": "guint",
212053                        "writable": true
212054                    },
212055                    "pmt-interval": {
212056                        "blurb": "Set the interval (in ticks of the 90kHz clock) for writing out the PMT table",
212057                        "conditionally-available": false,
212058                        "construct": false,
212059                        "construct-only": false,
212060                        "controllable": false,
212061                        "default": "9000",
212062                        "max": "-1",
212063                        "min": "1",
212064                        "mutable": "null",
212065                        "readable": true,
212066                        "type": "guint",
212067                        "writable": true
212068                    },
212069                    "prog-map": {
212070                        "blurb": "A GstStructure specifies the mapping from elementary streams to programs",
212071                        "conditionally-available": false,
212072                        "construct": false,
212073                        "construct-only": false,
212074                        "controllable": false,
212075                        "mutable": "null",
212076                        "readable": true,
212077                        "type": "GstStructure",
212078                        "writable": true
212079                    },
212080                    "scte-35-null-interval": {
212081                        "blurb": "Set the interval (in ticks of the 90kHz clock) for writing SCTE-35 NULL (heartbeat) packets. (only valid if scte-35-pid is different from 0)",
212082                        "conditionally-available": false,
212083                        "construct": false,
212084                        "construct-only": false,
212085                        "controllable": false,
212086                        "default": "27000000",
212087                        "max": "-1",
212088                        "min": "1",
212089                        "mutable": "null",
212090                        "readable": true,
212091                        "type": "guint",
212092                        "writable": true
212093                    },
212094                    "scte-35-pid": {
212095                        "blurb": "PID to use for inserting SCTE-35 packets (0: unused)",
212096                        "conditionally-available": false,
212097                        "construct": false,
212098                        "construct-only": false,
212099                        "controllable": false,
212100                        "default": "0",
212101                        "max": "-1",
212102                        "min": "0",
212103                        "mutable": "null",
212104                        "readable": true,
212105                        "type": "guint",
212106                        "writable": true
212107                    },
212108                    "si-interval": {
212109                        "blurb": "Set the interval (in ticks of the 90kHz clock) for writing out the ServiceInformation tables",
212110                        "conditionally-available": false,
212111                        "construct": false,
212112                        "construct-only": false,
212113                        "controllable": false,
212114                        "default": "9000",
212115                        "max": "-1",
212116                        "min": "1",
212117                        "mutable": "null",
212118                        "readable": true,
212119                        "type": "guint",
212120                        "writable": true
212121                    }
212122                }
212123            },
212124            "GstBaseTsMuxPad": {
212125                "hierarchy": [
212126                    "GstBaseTsMuxPad",
212127                    "GstAggregatorPad",
212128                    "GstPad",
212129                    "GstObject",
212130                    "GInitiallyUnowned",
212131                    "GObject"
212132                ],
212133                "kind": "object",
212134                "properties": {},
212135                "signals": {}
212136            }
212137        },
212138        "package": "GStreamer Bad Plug-ins",
212139        "source": "gst-plugins-bad",
212140        "tracers": {},
212141        "url": "Unknown package origin"
212142    },
212143    "mplex": {
212144        "description": "High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer",
212145        "elements": {
212146            "mplex": {
212147                "author": "Andrew Stevens <andrew.stevens@nexgo.de>\nRonald Bultje <rbultje@ronald.bitfreak.net>\nMark Nauwelaerts <mnauw@users.sourceforge.net>",
212148                "description": "High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer",
212149                "hierarchy": [
212150                    "GstMplex",
212151                    "GstElement",
212152                    "GstObject",
212153                    "GInitiallyUnowned",
212154                    "GObject"
212155                ],
212156                "klass": "Codec/Muxer",
212157                "long-name": "mplex video multiplexer",
212158                "pad-templates": {
212159                    "audio_%%u": {
212160                        "caps": "audio/mpeg:\n    mpegversion: 1\n          layer: [ 1, 3 ]\n       channels: [ 1, 8 ]\n           rate: [ 8000, 96000 ]\naudio/x-ac3:\n       channels: [ 1, 8 ]\n           rate: [ 8000, 96000 ]\naudio/x-dts:\naudio/x-raw:\n         format: { S16BE, S20BE, S24BE }\n           rate: { (int)48000, (int)96000 }\n       channels: [ 1, 6 ]\n",
212161                        "direction": "sink",
212162                        "presence": "request"
212163                    },
212164                    "src": {
212165                        "caps": "video/mpeg:\n   systemstream: true\n",
212166                        "direction": "src",
212167                        "presence": "always"
212168                    },
212169                    "video_%%u": {
212170                        "caps": "video/mpeg:\n    mpegversion: { (int)1, (int)2 }\n   systemstream: false\n          width: [ 16, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
212171                        "direction": "sink",
212172                        "presence": "request"
212173                    }
212174                },
212175                "properties": {
212176                    "bufsize": {
212177                        "blurb": "Target decoders video buffer size (kB) [default determined by format if not explicitly set]",
212178                        "conditionally-available": false,
212179                        "construct": false,
212180                        "construct-only": false,
212181                        "controllable": false,
212182                        "default": "0",
212183                        "max": "4000",
212184                        "min": "20",
212185                        "mutable": "null",
212186                        "readable": true,
212187                        "type": "gint",
212188                        "writable": true
212189                    },
212190                    "format": {
212191                        "blurb": "Encoding profile format",
212192                        "conditionally-available": false,
212193                        "construct": false,
212194                        "construct-only": false,
212195                        "controllable": false,
212196                        "default": "mpeg-1 (0)",
212197                        "mutable": "null",
212198                        "readable": true,
212199                        "type": "GstMplexFormat",
212200                        "writable": true
212201                    },
212202                    "mux-bitrate": {
212203                        "blurb": "Bitrate of output stream in kbps (0 = autodetect)",
212204                        "conditionally-available": false,
212205                        "construct": false,
212206                        "construct-only": false,
212207                        "controllable": false,
212208                        "default": "0",
212209                        "max": "15360",
212210                        "min": "0",
212211                        "mutable": "null",
212212                        "readable": true,
212213                        "type": "gint",
212214                        "writable": true
212215                    },
212216                    "packets-per-pack": {
212217                        "blurb": "Number of packets per pack for generic formats",
212218                        "conditionally-available": false,
212219                        "construct": false,
212220                        "construct-only": false,
212221                        "controllable": false,
212222                        "default": "1",
212223                        "max": "100",
212224                        "min": "1",
212225                        "mutable": "null",
212226                        "readable": true,
212227                        "type": "gint",
212228                        "writable": true
212229                    },
212230                    "sector-size": {
212231                        "blurb": "Specify sector size in bytes for generic formats",
212232                        "conditionally-available": false,
212233                        "construct": false,
212234                        "construct-only": false,
212235                        "controllable": false,
212236                        "default": "2048",
212237                        "max": "16384",
212238                        "min": "256",
212239                        "mutable": "null",
212240                        "readable": true,
212241                        "type": "gint",
212242                        "writable": true
212243                    },
212244                    "system-headers": {
212245                        "blurb": "Create system header in every pack for generic formats",
212246                        "conditionally-available": false,
212247                        "construct": false,
212248                        "construct-only": false,
212249                        "controllable": false,
212250                        "default": "false",
212251                        "mutable": "null",
212252                        "readable": true,
212253                        "type": "gboolean",
212254                        "writable": true
212255                    },
212256                    "vbr": {
212257                        "blurb": "Whether the input video stream is variable bitrate",
212258                        "conditionally-available": false,
212259                        "construct": false,
212260                        "construct-only": false,
212261                        "controllable": false,
212262                        "default": "false",
212263                        "mutable": "null",
212264                        "readable": true,
212265                        "type": "gboolean",
212266                        "writable": true
212267                    }
212268                },
212269                "rank": "none"
212270            }
212271        },
212272        "filename": "gstmplex",
212273        "license": "GPL",
212274        "other-types": {
212275            "GstMplexFormat": {
212276                "kind": "enum",
212277                "values": [
212278                    {
212279                        "desc": "Generic MPEG-1",
212280                        "name": "mpeg-1",
212281                        "value": "0"
212282                    },
212283                    {
212284                        "desc": "Standard VCD",
212285                        "name": "vcd",
212286                        "value": "1"
212287                    },
212288                    {
212289                        "desc": "User VCD",
212290                        "name": "vcd-nsr",
212291                        "value": "2"
212292                    },
212293                    {
212294                        "desc": "Generic MPEG-2",
212295                        "name": "mpeg-2",
212296                        "value": "3"
212297                    },
212298                    {
212299                        "desc": "Standard SVCD",
212300                        "name": "svcd",
212301                        "value": "4"
212302                    },
212303                    {
212304                        "desc": "User SVCD",
212305                        "name": "svcd-nsr",
212306                        "value": "5"
212307                    },
212308                    {
212309                        "desc": "VCD Stills sequences",
212310                        "name": "vcd-still",
212311                        "value": "6"
212312                    },
212313                    {
212314                        "desc": "SVCD Stills sequences",
212315                        "name": "svcd-still",
212316                        "value": "7"
212317                    },
212318                    {
212319                        "desc": "DVD MPEG-2 for dvdauthor",
212320                        "name": "dvd-nav",
212321                        "value": "8"
212322                    },
212323                    {
212324                        "desc": "DVD MPEG-2",
212325                        "name": "dvd",
212326                        "value": "9"
212327                    },
212328                    {
212329                        "desc": "ATSC 480i",
212330                        "name": "atsc-480i",
212331                        "value": "10"
212332                    },
212333                    {
212334                        "desc": "ATSC 480p",
212335                        "name": "atsc-480p",
212336                        "value": "11"
212337                    },
212338                    {
212339                        "desc": "ATSC 720p",
212340                        "name": "atsc-720p",
212341                        "value": "12"
212342                    },
212343                    {
212344                        "desc": "ATSC 1080i",
212345                        "name": "atsc-1080i",
212346                        "value": "13"
212347                    }
212348                ]
212349            }
212350        },
212351        "package": "GStreamer Bad Plug-ins",
212352        "source": "gst-plugins-bad",
212353        "tracers": {},
212354        "url": "Unknown package origin"
212355    },
212356    "msdk": {
212357        "description": "MFX API (Intel(R) Media SDK) based elements",
212358        "elements": {
212359            "msdkav1dec": {
212360                "author": "Haihao Xiang <haihao.xiang@intel.com>",
212361                "description": "AV1 video decoder based on Intel Media SDK",
212362                "hierarchy": [
212363                    "GstMsdkAV1Dec",
212364                    "GstMsdkDec",
212365                    "GstVideoDecoder",
212366                    "GstElement",
212367                    "GstObject",
212368                    "GInitiallyUnowned",
212369                    "GObject"
212370                ],
212371                "klass": "Codec/Decoder/Video/Hardware",
212372                "long-name": "Intel MSDK AV1 decoder",
212373                "pad-templates": {
212374                    "sink": {
212375                        "caps": "video/x-av1\n",
212376                        "direction": "sink",
212377                        "presence": "always"
212378                    },
212379                    "src": {
212380                        "caps": "video/x-raw\n        format: { NV12, P010_10LE, VUYA, Y410 }\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\nvideo/x-raw(memory:DMABuf)\n        format: { NV12, P010_10LE, VUYA, Y410 }\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\n",
212381                        "direction": "src",
212382                        "presence": "always"
212383                    }
212384                },
212385                "properties": {},
212386                "rank": "none"
212387            },
212388            "msdkh264dec": {
212389                "author": "Scott D Phillips <scott.d.phillips@intel.com>",
212390                "description": "H264 video decoder based on Intel Media SDK",
212391                "hierarchy": [
212392                    "GstMsdkH264Dec",
212393                    "GstMsdkDec",
212394                    "GstVideoDecoder",
212395                    "GstElement",
212396                    "GstObject",
212397                    "GInitiallyUnowned",
212398                    "GObject"
212399                ],
212400                "klass": "Codec/Decoder/Video/Hardware",
212401                "long-name": "Intel MSDK H264 decoder",
212402                "pad-templates": {
212403                    "sink": {
212404                        "caps": "video/x-h264\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n  stream-format: byte-stream\n      alignment: au\n        profile: { (string)high, (string)progressive-high, (string)constrained-high, (string)main, (string)baseline, (string)constrained-baseline }",
212405                        "direction": "sink",
212406                        "presence": "always"
212407                    },
212408                    "src": {
212409                        "caps": "video/x-raw\n        format: NV12\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\nvideo/x-raw(memory:DMABuf)\n        format: NV12\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\n",
212410                        "direction": "src",
212411                        "presence": "always"
212412                    }
212413                },
212414                "properties": {
212415                    "output-order": {
212416                        "blurb": "Decoded frames output order",
212417                        "conditionally-available": false,
212418                        "construct": false,
212419                        "construct-only": false,
212420                        "controllable": false,
212421                        "default": "display (0)",
212422                        "mutable": "null",
212423                        "readable": true,
212424                        "type": "GstMsdkDecOutputOrder",
212425                        "writable": true
212426                    }
212427                },
212428                "rank": "none"
212429            },
212430            "msdkh264enc": {
212431                "author": "Josep Torra <jtorra@oblong.com>",
212432                "description": "H264 video encoder based on Intel Media SDK",
212433                "hierarchy": [
212434                    "GstMsdkH264Enc",
212435                    "GstMsdkEnc",
212436                    "GstVideoEncoder",
212437                    "GstElement",
212438                    "GstObject",
212439                    "GInitiallyUnowned",
212440                    "GObject"
212441                ],
212442                "klass": "Codec/Encoder/Video/Hardware",
212443                "long-name": "Intel MSDK H264 encoder",
212444                "pad-templates": {
212445                    "sink": {
212446                        "caps": "video/x-raw\n        format: { NV12, I420, YV12, YUY2, UYVY, BGRA }\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\nvideo/x-raw(memory:DMABuf)\n        format: NV12\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\n",
212447                        "direction": "sink",
212448                        "presence": "always"
212449                    },
212450                    "src": {
212451                        "caps": "video/x-h264\n     framerate: [ 0/1, 2147483647/1 ]\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n stream-format: byte-stream\n     alignment: au\n       profile: { (string)high, (string)main, (string)baseline, (string)constrained-baseline }\n",
212452                        "direction": "src",
212453                        "presence": "always"
212454                    }
212455                },
212456                "properties": {
212457                    "b-pyramid": {
212458                        "blurb": "Enable B-Pyramid Reference structure",
212459                        "conditionally-available": false,
212460                        "construct": false,
212461                        "construct-only": false,
212462                        "controllable": false,
212463                        "default": "false",
212464                        "mutable": "null",
212465                        "readable": true,
212466                        "type": "gboolean",
212467                        "writable": true
212468                    },
212469                    "cabac": {
212470                        "blurb": "Enable CABAC entropy coding",
212471                        "conditionally-available": false,
212472                        "construct": false,
212473                        "construct-only": false,
212474                        "controllable": false,
212475                        "default": "true",
212476                        "mutable": "null",
212477                        "readable": true,
212478                        "type": "gboolean",
212479                        "writable": true
212480                    },
212481                    "dblk-idc": {
212482                        "blurb": "Option of disable deblocking idc",
212483                        "conditionally-available": false,
212484                        "construct": false,
212485                        "construct-only": false,
212486                        "controllable": false,
212487                        "default": "0",
212488                        "max": "2",
212489                        "min": "0",
212490                        "mutable": "null",
212491                        "readable": true,
212492                        "type": "guint",
212493                        "writable": true
212494                    },
212495                    "frame-packing": {
212496                        "blurb": "Set frame packing mode for Stereoscopic content",
212497                        "conditionally-available": false,
212498                        "construct": false,
212499                        "construct-only": false,
212500                        "controllable": false,
212501                        "default": "none (-1)",
212502                        "mutable": "null",
212503                        "readable": true,
212504                        "type": "GstMsdkH264EncFramePacking",
212505                        "writable": true
212506                    },
212507                    "intra-refresh-type": {
212508                        "blurb": "Set intra refresh type",
212509                        "conditionally-available": false,
212510                        "construct": false,
212511                        "construct-only": false,
212512                        "controllable": false,
212513                        "default": "no (0)",
212514                        "mutable": "null",
212515                        "readable": true,
212516                        "type": "GstMsdkEncIntraRefreshType",
212517                        "writable": true
212518                    },
212519                    "low-power": {
212520                        "blurb": "Enable low power mode (DEPRECATED, use tune instead)",
212521                        "conditionally-available": false,
212522                        "construct": false,
212523                        "construct-only": false,
212524                        "controllable": false,
212525                        "default": "false",
212526                        "mutable": "null",
212527                        "readable": true,
212528                        "type": "gboolean",
212529                        "writable": true
212530                    },
212531                    "max-qp": {
212532                        "blurb": "Maximum quantizer for I/P/B frames",
212533                        "conditionally-available": false,
212534                        "construct": false,
212535                        "construct-only": false,
212536                        "controllable": false,
212537                        "default": "0",
212538                        "max": "51",
212539                        "min": "0",
212540                        "mutable": "null",
212541                        "readable": true,
212542                        "type": "guint",
212543                        "writable": true
212544                    },
212545                    "max-slice-size": {
212546                        "blurb": "Maximum slice size in bytes (if enabled MSDK will ignore the control over num-slices)",
212547                        "conditionally-available": false,
212548                        "construct": false,
212549                        "construct-only": false,
212550                        "controllable": false,
212551                        "default": "0",
212552                        "max": "4294967295",
212553                        "min": "0",
212554                        "mutable": "null",
212555                        "readable": true,
212556                        "type": "guint",
212557                        "writable": true
212558                    },
212559                    "min-qp": {
212560                        "blurb": "Minimal quantizer for I/P/B frames",
212561                        "conditionally-available": false,
212562                        "construct": false,
212563                        "construct-only": false,
212564                        "controllable": false,
212565                        "default": "0",
212566                        "max": "51",
212567                        "min": "0",
212568                        "mutable": "null",
212569                        "readable": true,
212570                        "type": "guint",
212571                        "writable": true
212572                    },
212573                    "p-pyramid": {
212574                        "blurb": "Enable P-Pyramid Reference structure",
212575                        "conditionally-available": false,
212576                        "construct": false,
212577                        "construct-only": false,
212578                        "controllable": false,
212579                        "default": "false",
212580                        "mutable": "null",
212581                        "readable": true,
212582                        "type": "gboolean",
212583                        "writable": true
212584                    },
212585                    "rc-lookahead-ds": {
212586                        "blurb": "Down sampling mode in look ahead bitrate control",
212587                        "conditionally-available": false,
212588                        "construct": false,
212589                        "construct-only": false,
212590                        "controllable": false,
212591                        "default": "default (0)",
212592                        "mutable": "null",
212593                        "readable": true,
212594                        "type": "GstMsdkEncRCLookAheadDownsampling",
212595                        "writable": true
212596                    },
212597                    "trellis": {
212598                        "blurb": "Enable Trellis Quantization",
212599                        "conditionally-available": false,
212600                        "construct": false,
212601                        "construct-only": false,
212602                        "controllable": false,
212603                        "default": "None (0x00000000)",
212604                        "mutable": "null",
212605                        "readable": true,
212606                        "type": "GstMsdkEncTrellisQuantization",
212607                        "writable": true
212608                    },
212609                    "tune": {
212610                        "blurb": "Encoder tuning option",
212611                        "conditionally-available": false,
212612                        "construct": false,
212613                        "construct-only": false,
212614                        "controllable": false,
212615                        "default": "auto (0)",
212616                        "mutable": "null",
212617                        "readable": true,
212618                        "type": "GstMsdkEncTuneMode",
212619                        "writable": true
212620                    }
212621                },
212622                "rank": "none"
212623            },
212624            "msdkh265dec": {
212625                "author": "Scott D Phillips <scott.d.phillips@intel.com>",
212626                "description": "H265 video decoder based on Intel Media SDK",
212627                "hierarchy": [
212628                    "GstMsdkH265Dec",
212629                    "GstMsdkDec",
212630                    "GstVideoDecoder",
212631                    "GstElement",
212632                    "GstObject",
212633                    "GInitiallyUnowned",
212634                    "GObject"
212635                ],
212636                "klass": "Codec/Decoder/Video/Hardware",
212637                "long-name": "Intel MSDK H265 decoder",
212638                "pad-templates": {
212639                    "sink": {
212640                        "caps": "video/x-h265\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n stream-format: byte-stream\n     alignment: au\n",
212641                        "direction": "sink",
212642                        "presence": "always"
212643                    },
212644                    "src": {
212645                        "caps": "video/x-raw\n        format: { NV12, P010_10LE, YUY2, Y210, VUYA, Y410, P012_LE, Y212_LE, Y412_LE }\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\nvideo/x-raw(memory:DMABuf)\n        format: { NV12, P010_10LE, YUY2, Y210, VUYA, Y410, P012_LE, Y212_LE, Y412_LE }\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\n",
212646                        "direction": "src",
212647                        "presence": "always"
212648                    }
212649                },
212650                "properties": {
212651                    "output-order": {
212652                        "blurb": "Decoded frames output order",
212653                        "conditionally-available": false,
212654                        "construct": false,
212655                        "construct-only": false,
212656                        "controllable": false,
212657                        "default": "display (0)",
212658                        "mutable": "null",
212659                        "readable": true,
212660                        "type": "GstMsdkDecOutputOrder",
212661                        "writable": true
212662                    }
212663                },
212664                "rank": "none"
212665            },
212666            "msdkh265enc": {
212667                "author": "Josep Torra <jtorra@oblong.com>",
212668                "description": "H265 video encoder based on Intel Media SDK",
212669                "hierarchy": [
212670                    "GstMsdkH265Enc",
212671                    "GstMsdkEnc",
212672                    "GstVideoEncoder",
212673                    "GstElement",
212674                    "GstObject",
212675                    "GInitiallyUnowned",
212676                    "GObject"
212677                ],
212678                "klass": "Codec/Encoder/Video/Hardware",
212679                "long-name": "Intel MSDK H265 encoder",
212680                "pad-templates": {
212681                    "sink": {
212682                        "caps": "video/x-raw\n        format: { NV12, I420, YV12, YUY2, UYVY, BGRA, P010_10LE, VUYA, Y410, Y210, P012_LE }\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\nvideo/x-raw(memory:DMABuf)\n        format: { NV12, P010_10LE }\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\n",
212683                        "direction": "sink",
212684                        "presence": "always"
212685                    },
212686                    "src": {
212687                        "caps": "video/x-h265\n     framerate: [ 0/1, 2147483647/1 ]\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n stream-format: byte-stream\n     alignment: au\n       profile: { (string)main, (string)main-10, (string)main-444, (string)main-444-10, (string)main-422-10, (string)main-12, (string)screen-extended-main, (string)screen-extended-main-10, (string)screen-extended-main-444, (string)screen-extended-main-444-10 }\n",
212688                        "direction": "src",
212689                        "presence": "always"
212690                    }
212691                },
212692                "properties": {
212693                    "b-pyramid": {
212694                        "blurb": "Enable B-Pyramid Reference structure",
212695                        "conditionally-available": false,
212696                        "construct": false,
212697                        "construct-only": false,
212698                        "controllable": false,
212699                        "default": "false",
212700                        "mutable": "null",
212701                        "readable": true,
212702                        "type": "gboolean",
212703                        "writable": true
212704                    },
212705                    "dblk-idc": {
212706                        "blurb": "Option of disable deblocking idc",
212707                        "conditionally-available": false,
212708                        "construct": false,
212709                        "construct-only": false,
212710                        "controllable": false,
212711                        "default": "0",
212712                        "max": "2",
212713                        "min": "0",
212714                        "mutable": "null",
212715                        "readable": true,
212716                        "type": "guint",
212717                        "writable": true
212718                    },
212719                    "intra-refresh-type": {
212720                        "blurb": "Set intra refresh type",
212721                        "conditionally-available": false,
212722                        "construct": false,
212723                        "construct-only": false,
212724                        "controllable": false,
212725                        "default": "no (0)",
212726                        "mutable": "null",
212727                        "readable": true,
212728                        "type": "GstMsdkEncIntraRefreshType",
212729                        "writable": true
212730                    },
212731                    "low-power": {
212732                        "blurb": "Enable low power mode (DEPRECATED, use tune instead)",
212733                        "conditionally-available": false,
212734                        "construct": false,
212735                        "construct-only": false,
212736                        "controllable": false,
212737                        "default": "false",
212738                        "mutable": "null",
212739                        "readable": true,
212740                        "type": "gboolean",
212741                        "writable": true
212742                    },
212743                    "max-qp": {
212744                        "blurb": "Maximum quantizer for I/P/B frames",
212745                        "conditionally-available": false,
212746                        "construct": false,
212747                        "construct-only": false,
212748                        "controllable": false,
212749                        "default": "0",
212750                        "max": "51",
212751                        "min": "0",
212752                        "mutable": "null",
212753                        "readable": true,
212754                        "type": "guint",
212755                        "writable": true
212756                    },
212757                    "max-slice-size": {
212758                        "blurb": "Maximum slice size in bytes (if enabled MSDK will ignore the control over num-slices)",
212759                        "conditionally-available": false,
212760                        "construct": false,
212761                        "construct-only": false,
212762                        "controllable": false,
212763                        "default": "0",
212764                        "max": "4294967295",
212765                        "min": "0",
212766                        "mutable": "null",
212767                        "readable": true,
212768                        "type": "guint",
212769                        "writable": true
212770                    },
212771                    "min-qp": {
212772                        "blurb": "Minimal quantizer for I/P/B frames",
212773                        "conditionally-available": false,
212774                        "construct": false,
212775                        "construct-only": false,
212776                        "controllable": false,
212777                        "default": "0",
212778                        "max": "51",
212779                        "min": "0",
212780                        "mutable": "null",
212781                        "readable": true,
212782                        "type": "guint",
212783                        "writable": true
212784                    },
212785                    "num-tile-cols": {
212786                        "blurb": "number of columns for tiled encoding",
212787                        "conditionally-available": false,
212788                        "construct": false,
212789                        "construct-only": false,
212790                        "controllable": false,
212791                        "default": "1",
212792                        "max": "8192",
212793                        "min": "1",
212794                        "mutable": "null",
212795                        "readable": true,
212796                        "type": "guint",
212797                        "writable": true
212798                    },
212799                    "num-tile-rows": {
212800                        "blurb": "number of rows for tiled encoding",
212801                        "conditionally-available": false,
212802                        "construct": false,
212803                        "construct-only": false,
212804                        "controllable": false,
212805                        "default": "1",
212806                        "max": "8192",
212807                        "min": "1",
212808                        "mutable": "null",
212809                        "readable": true,
212810                        "type": "guint",
212811                        "writable": true
212812                    },
212813                    "p-pyramid": {
212814                        "blurb": "Enable P-Pyramid Reference structure",
212815                        "conditionally-available": false,
212816                        "construct": false,
212817                        "construct-only": false,
212818                        "controllable": false,
212819                        "default": "false",
212820                        "mutable": "null",
212821                        "readable": true,
212822                        "type": "gboolean",
212823                        "writable": true
212824                    },
212825                    "transform-skip": {
212826                        "blurb": "Transform Skip option",
212827                        "conditionally-available": false,
212828                        "construct": false,
212829                        "construct-only": false,
212830                        "controllable": false,
212831                        "default": "auto (0)",
212832                        "mutable": "null",
212833                        "readable": true,
212834                        "type": "GstMsdkEncTransformSkip",
212835                        "writable": true
212836                    },
212837                    "tune": {
212838                        "blurb": "Encoder tuning option",
212839                        "conditionally-available": false,
212840                        "construct": false,
212841                        "construct-only": false,
212842                        "controllable": false,
212843                        "default": "auto (0)",
212844                        "mutable": "null",
212845                        "readable": true,
212846                        "type": "GstMsdkEncTuneMode",
212847                        "writable": true
212848                    }
212849                },
212850                "rank": "none"
212851            },
212852            "msdkmjpegdec": {
212853                "author": "Scott D Phillips <scott.d.phillips@intel.com>",
212854                "description": "MJPEG video decoder based on Intel Media SDK",
212855                "hierarchy": [
212856                    "GstMsdkMJPEGDec",
212857                    "GstMsdkDec",
212858                    "GstVideoDecoder",
212859                    "GstElement",
212860                    "GstObject",
212861                    "GInitiallyUnowned",
212862                    "GObject"
212863                ],
212864                "klass": "Codec/Decoder/Video/Hardware",
212865                "long-name": "Intel MSDK MJPEG decoder",
212866                "pad-templates": {
212867                    "sink": {
212868                        "caps": "image/jpeg\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n        parsed: true\n",
212869                        "direction": "sink",
212870                        "presence": "always"
212871                    },
212872                    "src": {
212873                        "caps": "video/x-raw\n        format: { NV12, YUY2 }\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\nvideo/x-raw(memory:DMABuf)\n        format: { NV12, YUY2 }\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\n",
212874                        "direction": "src",
212875                        "presence": "always"
212876                    }
212877                },
212878                "properties": {},
212879                "rank": "none"
212880            },
212881            "msdkmjpegenc": {
212882                "author": "Scott D Phillips <scott.d.phillips@intel.com>",
212883                "description": "MJPEG video encoder based on Intel Media SDK",
212884                "hierarchy": [
212885                    "GstMsdkMJPEGEnc",
212886                    "GstMsdkEnc",
212887                    "GstVideoEncoder",
212888                    "GstElement",
212889                    "GstObject",
212890                    "GInitiallyUnowned",
212891                    "GObject"
212892                ],
212893                "klass": "Codec/Encoder/Video/Hardware",
212894                "long-name": "Intel MSDK MJPEG encoder",
212895                "pad-templates": {
212896                    "sink": {
212897                        "caps": "video/x-raw\n        format: { NV12, I420, YV12, YUY2, UYVY, BGRA }\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\nvideo/x-raw(memory:DMABuf)\n        format: NV12\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\n",
212898                        "direction": "sink",
212899                        "presence": "always"
212900                    },
212901                    "src": {
212902                        "caps": "image/jpeg\n     framerate: [ 0/1, 2147483647/1 ]\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n",
212903                        "direction": "src",
212904                        "presence": "always"
212905                    }
212906                },
212907                "properties": {
212908                    "quality": {
212909                        "blurb": "Quality of encoding",
212910                        "conditionally-available": false,
212911                        "construct": false,
212912                        "construct-only": false,
212913                        "controllable": false,
212914                        "default": "85",
212915                        "max": "100",
212916                        "min": "0",
212917                        "mutable": "null",
212918                        "readable": true,
212919                        "type": "guint",
212920                        "writable": true
212921                    }
212922                },
212923                "rank": "none"
212924            },
212925            "msdkmpeg2dec": {
212926                "author": "Sreerenj Balachandran <sreerenj.balachandran@intel.com>",
212927                "description": "MPEG2 video decoder based on Intel Media SDK",
212928                "hierarchy": [
212929                    "GstMsdkMPEG2Dec",
212930                    "GstMsdkDec",
212931                    "GstVideoDecoder",
212932                    "GstElement",
212933                    "GstObject",
212934                    "GInitiallyUnowned",
212935                    "GObject"
212936                ],
212937                "klass": "Codec/Decoder/Video/Hardware",
212938                "long-name": "Intel MSDK MPEG2 decoder",
212939                "pad-templates": {
212940                    "sink": {
212941                        "caps": "video/mpeg\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n   mpegversion: 2\n  systemstream: false\n",
212942                        "direction": "sink",
212943                        "presence": "always"
212944                    },
212945                    "src": {
212946                        "caps": "video/x-raw\n        format: NV12\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\nvideo/x-raw(memory:DMABuf)\n        format: NV12\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\n",
212947                        "direction": "src",
212948                        "presence": "always"
212949                    }
212950                },
212951                "properties": {
212952                    "output-order": {
212953                        "blurb": "Decoded frames output order",
212954                        "conditionally-available": false,
212955                        "construct": false,
212956                        "construct-only": false,
212957                        "controllable": false,
212958                        "default": "display (0)",
212959                        "mutable": "null",
212960                        "readable": true,
212961                        "type": "GstMsdkDecOutputOrder",
212962                        "writable": true
212963                    }
212964                },
212965                "rank": "none"
212966            },
212967            "msdkmpeg2enc": {
212968                "author": "Josep Torra <jtorra@oblong.com>",
212969                "description": "MPEG2 video encoder based on Intel Media SDK",
212970                "hierarchy": [
212971                    "GstMsdkMPEG2Enc",
212972                    "GstMsdkEnc",
212973                    "GstVideoEncoder",
212974                    "GstElement",
212975                    "GstObject",
212976                    "GInitiallyUnowned",
212977                    "GObject"
212978                ],
212979                "klass": "Codec/Encoder/Video/Hardware",
212980                "long-name": "Intel MSDK MPEG2 encoder",
212981                "pad-templates": {
212982                    "sink": {
212983                        "caps": "video/x-raw\n        format: { NV12, I420, YV12, YUY2, UYVY, BGRA }\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\nvideo/x-raw(memory:DMABuf)\n        format: NV12\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\n",
212984                        "direction": "sink",
212985                        "presence": "always"
212986                    },
212987                    "src": {
212988                        "caps": "video/mpeg\n     framerate: [ 0/1, 2147483647/1 ]\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n   mpegversion: 2\n  systemstream: false\n       profile: { (string)high, (string)main, (string)simple }\n",
212989                        "direction": "src",
212990                        "presence": "always"
212991                    }
212992                },
212993                "properties": {},
212994                "rank": "none"
212995            },
212996            "msdkvc1dec": {
212997                "author": "Sreerenj Balachandran <sreerenj.balachandran@intel.com",
212998                "description": "VC1/WMV video decoder based on Intel Media SDK",
212999                "hierarchy": [
213000                    "GstMsdkVC1Dec",
213001                    "GstMsdkDec",
213002                    "GstVideoDecoder",
213003                    "GstElement",
213004                    "GstObject",
213005                    "GInitiallyUnowned",
213006                    "GObject"
213007                ],
213008                "klass": "Codec/Decoder/Video/Hardware",
213009                "long-name": "Intel MSDK VC1 decoder",
213010                "pad-templates": {
213011                    "sink": {
213012                        "caps": "video/x-wmv\n     framerate: [ 0/1, 2147483647/1 ]\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n    wmvversion: 3\n        format: WMV3\n header-format: none\n stream-format: sequence-layer-frame-layer\n       profile: { (string)simple, (string)main }\nvideo/x-wmv\n     framerate: [ 0/1, 2147483647/1 ]\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n    wmvversion: 3\n        format: WVC1\n header-format: asf\n stream-format: bdu\n       profile: advanced\n",
213013                        "direction": "sink",
213014                        "presence": "always"
213015                    },
213016                    "src": {
213017                        "caps": "video/x-raw\n        format: NV12\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\nvideo/x-raw(memory:DMABuf)\n        format: NV12\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\n",
213018                        "direction": "src",
213019                        "presence": "always"
213020                    }
213021                },
213022                "properties": {
213023                    "output-order": {
213024                        "blurb": "Decoded frames output order",
213025                        "conditionally-available": false,
213026                        "construct": false,
213027                        "construct-only": false,
213028                        "controllable": false,
213029                        "default": "display (0)",
213030                        "mutable": "null",
213031                        "readable": true,
213032                        "type": "GstMsdkDecOutputOrder",
213033                        "writable": true
213034                    }
213035                },
213036                "rank": "none"
213037            },
213038            "msdkvp8dec": {
213039                "author": "Hyunjun Ko <zzoon@igalia.com>",
213040                "description": "VP8 video decoder based on Intel Media SDK",
213041                "hierarchy": [
213042                    "GstMsdkVP8Dec",
213043                    "GstMsdkDec",
213044                    "GstVideoDecoder",
213045                    "GstElement",
213046                    "GstObject",
213047                    "GInitiallyUnowned",
213048                    "GObject"
213049                ],
213050                "klass": "Codec/Decoder/Video/Hardware",
213051                "long-name": "Intel MSDK VP8 decoder",
213052                "pad-templates": {
213053                    "sink": {
213054                        "caps": "video/x-vp8\n",
213055                        "direction": "sink",
213056                        "presence": "always"
213057                    },
213058                    "src": {
213059                        "caps": "video/x-raw\n        format: NV12\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\nvideo/x-raw(memory:DMABuf)\n        format: NV12\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\n",
213060                        "direction": "src",
213061                        "presence": "always"
213062                    }
213063                },
213064                "properties": {
213065                    "output-order": {
213066                        "blurb": "Decoded frames output order",
213067                        "conditionally-available": false,
213068                        "construct": false,
213069                        "construct-only": false,
213070                        "controllable": false,
213071                        "default": "display (0)",
213072                        "mutable": "null",
213073                        "readable": true,
213074                        "type": "GstMsdkDecOutputOrder",
213075                        "writable": true
213076                    }
213077                },
213078                "rank": "none"
213079            },
213080            "msdkvp9dec": {
213081                "author": "Sreerenj Balachandran <sreerenj.balachandran@intel.com>",
213082                "description": "VP9 video decoder based on Intel Media SDK",
213083                "hierarchy": [
213084                    "GstMsdkVP9Dec",
213085                    "GstMsdkDec",
213086                    "GstVideoDecoder",
213087                    "GstElement",
213088                    "GstObject",
213089                    "GInitiallyUnowned",
213090                    "GObject"
213091                ],
213092                "klass": "Codec/Decoder/Video/Hardware",
213093                "long-name": "Intel MSDK VP9 decoder",
213094                "pad-templates": {
213095                    "sink": {
213096                        "caps": "video/x-vp9\n",
213097                        "direction": "sink",
213098                        "presence": "always"
213099                    },
213100                    "src": {
213101                        "caps": "video/x-raw\n        format: { NV12, P010_10LE, VUYA, Y410, P012_LE, Y412_LE }\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\nvideo/x-raw(memory:DMABuf)\n        format: { NV12, P010_10LE, VUYA, Y410, P012_LE, Y412_LE }\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\n",
213102                        "direction": "src",
213103                        "presence": "always"
213104                    }
213105                },
213106                "properties": {
213107                    "output-order": {
213108                        "blurb": "Decoded frames output order",
213109                        "conditionally-available": false,
213110                        "construct": false,
213111                        "construct-only": false,
213112                        "controllable": false,
213113                        "default": "display (0)",
213114                        "mutable": "null",
213115                        "readable": true,
213116                        "type": "GstMsdkDecOutputOrder",
213117                        "writable": true
213118                    }
213119                },
213120                "rank": "none"
213121            },
213122            "msdkvp9enc": {
213123                "author": "Haihao Xiang <haihao.xiang@intel.com>",
213124                "description": "VP9 video encoder based on Intel Media SDK",
213125                "hierarchy": [
213126                    "GstMsdkVP9Enc",
213127                    "GstMsdkEnc",
213128                    "GstVideoEncoder",
213129                    "GstElement",
213130                    "GstObject",
213131                    "GInitiallyUnowned",
213132                    "GObject"
213133                ],
213134                "klass": "Codec/Encoder/Video/Hardware",
213135                "long-name": "Intel MSDK VP9 encoder",
213136                "pad-templates": {
213137                    "sink": {
213138                        "caps": "video/x-raw\n        format: { NV12, I420, YV12, YUY2, UYVY, BGRA, P010_10LE, VUYA, Y410 }\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\nvideo/x-raw(memory:DMABuf)\n        format: { NV12, P010_10LE }\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: progressive\n",
213139                        "direction": "sink",
213140                        "presence": "always"
213141                    },
213142                    "src": {
213143                        "caps": "video/x-vp9\n     framerate: [ 0/1, 2147483647/1 ]\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n       profile: { (string)0, (string)1, (string)2, (string)3 }\n",
213144                        "direction": "src",
213145                        "presence": "always"
213146                    }
213147                },
213148                "properties": {},
213149                "rank": "none"
213150            },
213151            "msdkvpp": {
213152                "author": "Sreerenj Balachandrn <sreerenj.balachandran@intel.com>",
213153                "description": "A MediaSDK Video Postprocessing Filter",
213154                "hierarchy": [
213155                    "GstMsdkVPP",
213156                    "GstBaseTransform",
213157                    "GstElement",
213158                    "GstObject",
213159                    "GInitiallyUnowned",
213160                    "GObject"
213161                ],
213162                "klass": "Filter/Converter/Video;Filter/Converter/Video/Scaler;Filter/Effect/Video;Filter/Effect/Video/Deinterlace",
213163                "long-name": "MSDK Video Postprocessor",
213164                "pad-templates": {
213165                    "sink": {
213166                        "caps": "video/x-raw\n        format: { NV12, YV12, I420, YUY2, UYVY, VUYA, BGRA, BGRx, P010_10LE, RGB16, Y410, Y210 }\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: { (string)progressive, (string)interleaved, (string)mixed }\nvideo/x-raw(memory:DMABuf)\n        format: { NV12, BGRA, YUY2, UYVY, VUYA, P010_10LE, RGB16, Y410, Y210 }\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\n",
213167                        "direction": "sink",
213168                        "presence": "always"
213169                    },
213170                    "src": {
213171                        "caps": "video/x-raw(memory:DMABuf)\n        format: { BGRA, YUY2, UYVY, NV12, VUYA, BGRx, P010_10LE, BGR10A2_LE, YV12, Y410, Y210 }\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw\n        format: { BGRA, NV12, YUY2, UYVY, VUYA, BGRx, P010_10LE, BGR10A2_LE, YV12, Y410, Y210 }\n         width: [ 1, 2147483647 ]\n        height: [ 1, 2147483647 ]\n     framerate: [ 0/1, 2147483647/1 ]\ninterlace-mode: { (string)progressive, (string)interleaved, (string)mixed }\n",
213172                        "direction": "src",
213173                        "presence": "always"
213174                    }
213175                },
213176                "properties": {
213177                    "async-depth": {
213178                        "blurb": "Depth of asynchronous pipeline",
213179                        "conditionally-available": false,
213180                        "construct": false,
213181                        "construct-only": false,
213182                        "controllable": false,
213183                        "default": "1",
213184                        "max": "1",
213185                        "min": "1",
213186                        "mutable": "null",
213187                        "readable": true,
213188                        "type": "guint",
213189                        "writable": true
213190                    },
213191                    "brightness": {
213192                        "blurb": "The Brightness of the video",
213193                        "conditionally-available": false,
213194                        "construct": false,
213195                        "construct-only": false,
213196                        "controllable": false,
213197                        "default": "0",
213198                        "max": "100",
213199                        "min": "-100",
213200                        "mutable": "null",
213201                        "readable": true,
213202                        "type": "gfloat",
213203                        "writable": true
213204                    },
213205                    "contrast": {
213206                        "blurb": "The Contrast of the video",
213207                        "conditionally-available": false,
213208                        "construct": false,
213209                        "construct-only": false,
213210                        "controllable": false,
213211                        "default": "1",
213212                        "max": "10",
213213                        "min": "0",
213214                        "mutable": "null",
213215                        "readable": true,
213216                        "type": "gfloat",
213217                        "writable": true
213218                    },
213219                    "crop-bottom": {
213220                        "blurb": "Pixels to crop at bottom",
213221                        "conditionally-available": false,
213222                        "construct": false,
213223                        "construct-only": false,
213224                        "controllable": false,
213225                        "default": "0",
213226                        "max": "65535",
213227                        "min": "0",
213228                        "mutable": "null",
213229                        "readable": true,
213230                        "type": "guint",
213231                        "writable": true
213232                    },
213233                    "crop-left": {
213234                        "blurb": "Pixels to crop at left",
213235                        "conditionally-available": false,
213236                        "construct": false,
213237                        "construct-only": false,
213238                        "controllable": false,
213239                        "default": "0",
213240                        "max": "65535",
213241                        "min": "0",
213242                        "mutable": "null",
213243                        "readable": true,
213244                        "type": "guint",
213245                        "writable": true
213246                    },
213247                    "crop-right": {
213248                        "blurb": "Pixels to crop at right",
213249                        "conditionally-available": false,
213250                        "construct": false,
213251                        "construct-only": false,
213252                        "controllable": false,
213253                        "default": "0",
213254                        "max": "65535",
213255                        "min": "0",
213256                        "mutable": "null",
213257                        "readable": true,
213258                        "type": "guint",
213259                        "writable": true
213260                    },
213261                    "crop-top": {
213262                        "blurb": "Pixels to crop at top",
213263                        "conditionally-available": false,
213264                        "construct": false,
213265                        "construct-only": false,
213266                        "controllable": false,
213267                        "default": "0",
213268                        "max": "65535",
213269                        "min": "0",
213270                        "mutable": "null",
213271                        "readable": true,
213272                        "type": "guint",
213273                        "writable": true
213274                    },
213275                    "deinterlace-method": {
213276                        "blurb": "Deinterlace method to use",
213277                        "conditionally-available": false,
213278                        "construct": false,
213279                        "construct-only": false,
213280                        "controllable": false,
213281                        "default": "bob (1)",
213282                        "mutable": "null",
213283                        "readable": true,
213284                        "type": "GstMsdkVPPDeinterlaceMethod",
213285                        "writable": true
213286                    },
213287                    "deinterlace-mode": {
213288                        "blurb": "Deinterlace mode to use",
213289                        "conditionally-available": false,
213290                        "construct": false,
213291                        "construct-only": false,
213292                        "controllable": false,
213293                        "default": "auto (0)",
213294                        "mutable": "null",
213295                        "readable": true,
213296                        "type": "GstMsdkVPPDeinterlaceMode",
213297                        "writable": true
213298                    },
213299                    "denoise": {
213300                        "blurb": "Denoising Factor",
213301                        "conditionally-available": false,
213302                        "construct": false,
213303                        "construct-only": false,
213304                        "controllable": false,
213305                        "default": "0",
213306                        "max": "100",
213307                        "min": "0",
213308                        "mutable": "null",
213309                        "readable": true,
213310                        "type": "guint",
213311                        "writable": true
213312                    },
213313                    "detail": {
213314                        "blurb": "The factor of detail/edge enhancement filter algorithm",
213315                        "conditionally-available": false,
213316                        "construct": false,
213317                        "construct-only": false,
213318                        "controllable": false,
213319                        "default": "0",
213320                        "max": "100",
213321                        "min": "0",
213322                        "mutable": "null",
213323                        "readable": true,
213324                        "type": "guint",
213325                        "writable": true
213326                    },
213327                    "force-aspect-ratio": {
213328                        "blurb": "When enabled, scaling will respect original aspect ratio",
213329                        "conditionally-available": false,
213330                        "construct": false,
213331                        "construct-only": false,
213332                        "controllable": false,
213333                        "default": "true",
213334                        "mutable": "null",
213335                        "readable": true,
213336                        "type": "gboolean",
213337                        "writable": true
213338                    },
213339                    "frc-algorithm": {
213340                        "blurb": "The Framerate Control Alogorithm to use",
213341                        "conditionally-available": false,
213342                        "construct": false,
213343                        "construct-only": false,
213344                        "controllable": false,
213345                        "default": "none (0)",
213346                        "mutable": "null",
213347                        "readable": true,
213348                        "type": "GstMsdkVPPFrcAlgorithm",
213349                        "writable": true
213350                    },
213351                    "hardware": {
213352                        "blurb": "Enable hardware VPP",
213353                        "conditionally-available": false,
213354                        "construct": false,
213355                        "construct-only": false,
213356                        "controllable": false,
213357                        "default": "true",
213358                        "mutable": "null",
213359                        "readable": true,
213360                        "type": "gboolean",
213361                        "writable": true
213362                    },
213363                    "hue": {
213364                        "blurb": "The hue of the video",
213365                        "conditionally-available": false,
213366                        "construct": false,
213367                        "construct-only": false,
213368                        "controllable": false,
213369                        "default": "0",
213370                        "max": "180",
213371                        "min": "-180",
213372                        "mutable": "null",
213373                        "readable": true,
213374                        "type": "gfloat",
213375                        "writable": true
213376                    },
213377                    "mirroring": {
213378                        "blurb": "The Mirroring type (DEPRECATED, use video-direction instead)",
213379                        "conditionally-available": false,
213380                        "construct": false,
213381                        "construct-only": false,
213382                        "controllable": false,
213383                        "default": "disable (0)",
213384                        "mutable": "null",
213385                        "readable": true,
213386                        "type": "GstMsdkVPPMirroring",
213387                        "writable": true
213388                    },
213389                    "rotation": {
213390                        "blurb": "Rotation Angle (DEPRECATED, use video-direction instead)",
213391                        "conditionally-available": false,
213392                        "construct": false,
213393                        "construct-only": false,
213394                        "controllable": false,
213395                        "default": "0 (0)",
213396                        "mutable": "null",
213397                        "readable": true,
213398                        "type": "GstMsdkVPPRotation",
213399                        "writable": true
213400                    },
213401                    "saturation": {
213402                        "blurb": "The Saturation of the video",
213403                        "conditionally-available": false,
213404                        "construct": false,
213405                        "construct-only": false,
213406                        "controllable": false,
213407                        "default": "1",
213408                        "max": "10",
213409                        "min": "0",
213410                        "mutable": "null",
213411                        "readable": true,
213412                        "type": "gfloat",
213413                        "writable": true
213414                    },
213415                    "scaling-mode": {
213416                        "blurb": "The Scaling mode to use",
213417                        "conditionally-available": false,
213418                        "construct": false,
213419                        "construct-only": false,
213420                        "controllable": false,
213421                        "default": "disable (0)",
213422                        "mutable": "null",
213423                        "readable": true,
213424                        "type": "GstMsdkVPPScalingMode",
213425                        "writable": true
213426                    },
213427                    "video-direction": {
213428                        "blurb": "Video direction: rotation and flipping, it will override both mirroring & rotation properties if set explicitly",
213429                        "conditionally-available": false,
213430                        "construct": false,
213431                        "construct-only": false,
213432                        "controllable": false,
213433                        "default": "identity (0)",
213434                        "mutable": "null",
213435                        "readable": true,
213436                        "type": "GstVideoOrientationMethod",
213437                        "writable": true
213438                    }
213439                },
213440                "rank": "none"
213441            }
213442        },
213443        "filename": "gstmsdk",
213444        "license": "LGPL",
213445        "other-types": {
213446            "GstMsdkDec": {
213447                "hierarchy": [
213448                    "GstMsdkDec",
213449                    "GstVideoDecoder",
213450                    "GstElement",
213451                    "GstObject",
213452                    "GInitiallyUnowned",
213453                    "GObject"
213454                ],
213455                "kind": "object",
213456                "properties": {
213457                    "async-depth": {
213458                        "blurb": "Depth of asynchronous pipeline",
213459                        "conditionally-available": false,
213460                        "construct": false,
213461                        "construct-only": false,
213462                        "controllable": false,
213463                        "default": "1",
213464                        "max": "20",
213465                        "min": "1",
213466                        "mutable": "null",
213467                        "readable": true,
213468                        "type": "guint",
213469                        "writable": true
213470                    },
213471                    "hardware": {
213472                        "blurb": "Enable hardware decoders",
213473                        "conditionally-available": false,
213474                        "construct": false,
213475                        "construct-only": false,
213476                        "controllable": false,
213477                        "default": "true",
213478                        "mutable": "null",
213479                        "readable": true,
213480                        "type": "gboolean",
213481                        "writable": true
213482                    }
213483                }
213484            },
213485            "GstMsdkDecOutputOrder": {
213486                "kind": "enum",
213487                "values": [
213488                    {
213489                        "desc": "Output frames in Display order",
213490                        "name": "display",
213491                        "value": "0"
213492                    },
213493                    {
213494                        "desc": "Output frames in Decoded order",
213495                        "name": "decoded",
213496                        "value": "1"
213497                    }
213498                ]
213499            },
213500            "GstMsdkEnc": {
213501                "hierarchy": [
213502                    "GstMsdkEnc",
213503                    "GstVideoEncoder",
213504                    "GstElement",
213505                    "GstObject",
213506                    "GInitiallyUnowned",
213507                    "GObject"
213508                ],
213509                "kind": "object",
213510                "properties": {
213511                    "accuracy": {
213512                        "blurb": "The AVBR Accuracy in the unit of tenth of percent",
213513                        "conditionally-available": false,
213514                        "construct": false,
213515                        "construct-only": false,
213516                        "controllable": false,
213517                        "default": "0",
213518                        "max": "65535",
213519                        "min": "0",
213520                        "mutable": "null",
213521                        "readable": true,
213522                        "type": "guint",
213523                        "writable": true
213524                    },
213525                    "async-depth": {
213526                        "blurb": "Depth of asynchronous pipeline",
213527                        "conditionally-available": false,
213528                        "construct": false,
213529                        "construct-only": false,
213530                        "controllable": false,
213531                        "default": "4",
213532                        "max": "20",
213533                        "min": "0",
213534                        "mutable": "null",
213535                        "readable": true,
213536                        "type": "guint",
213537                        "writable": true
213538                    },
213539                    "b-adapt": {
213540                        "blurb": "Adaptive B-Frame Insertion control",
213541                        "conditionally-available": false,
213542                        "construct": false,
213543                        "construct-only": false,
213544                        "controllable": false,
213545                        "default": "off (32)",
213546                        "mutable": "null",
213547                        "readable": true,
213548                        "type": "GstMsdkEncAdaptiveB",
213549                        "writable": true
213550                    },
213551                    "b-frames": {
213552                        "blurb": "Number of B frames between I and P frames",
213553                        "conditionally-available": false,
213554                        "construct": false,
213555                        "construct-only": false,
213556                        "controllable": false,
213557                        "default": "0",
213558                        "max": "2147483647",
213559                        "min": "0",
213560                        "mutable": "null",
213561                        "readable": true,
213562                        "type": "guint",
213563                        "writable": true
213564                    },
213565                    "bitrate": {
213566                        "blurb": "Bitrate in kbit/sec",
213567                        "conditionally-available": false,
213568                        "construct": false,
213569                        "construct-only": false,
213570                        "controllable": false,
213571                        "default": "2048",
213572                        "max": "2048000",
213573                        "min": "1",
213574                        "mutable": "playing",
213575                        "readable": true,
213576                        "type": "guint",
213577                        "writable": true
213578                    },
213579                    "convergence": {
213580                        "blurb": "The AVBR Convergence in the unit of 100 frames",
213581                        "conditionally-available": false,
213582                        "construct": false,
213583                        "construct-only": false,
213584                        "controllable": false,
213585                        "default": "0",
213586                        "max": "65535",
213587                        "min": "0",
213588                        "mutable": "null",
213589                        "readable": true,
213590                        "type": "guint",
213591                        "writable": true
213592                    },
213593                    "ext-coding-props": {
213594                        "blurb": "The properties for the external coding",
213595                        "conditionally-available": false,
213596                        "construct": false,
213597                        "construct-only": false,
213598                        "controllable": false,
213599                        "mutable": "null",
213600                        "readable": true,
213601                        "type": "GstStructure",
213602                        "writable": true
213603                    },
213604                    "gop-size": {
213605                        "blurb": "GOP Size",
213606                        "conditionally-available": false,
213607                        "construct": false,
213608                        "construct-only": false,
213609                        "controllable": false,
213610                        "default": "256",
213611                        "max": "2147483647",
213612                        "min": "0",
213613                        "mutable": "null",
213614                        "readable": true,
213615                        "type": "guint",
213616                        "writable": true
213617                    },
213618                    "hardware": {
213619                        "blurb": "Enable hardware encoders",
213620                        "conditionally-available": false,
213621                        "construct": false,
213622                        "construct-only": false,
213623                        "controllable": false,
213624                        "default": "true",
213625                        "mutable": "null",
213626                        "readable": true,
213627                        "type": "gboolean",
213628                        "writable": true
213629                    },
213630                    "i-adapt": {
213631                        "blurb": "Adaptive I-Frame Insertion control",
213632                        "conditionally-available": false,
213633                        "construct": false,
213634                        "construct-only": false,
213635                        "controllable": false,
213636                        "default": "off (32)",
213637                        "mutable": "null",
213638                        "readable": true,
213639                        "type": "GstMsdkEncAdaptiveI",
213640                        "writable": true
213641                    },
213642                    "i-frames": {
213643                        "blurb": "Number of I frames between IDR frames",
213644                        "conditionally-available": false,
213645                        "construct": false,
213646                        "construct-only": false,
213647                        "controllable": false,
213648                        "default": "0",
213649                        "max": "2147483647",
213650                        "min": "0",
213651                        "mutable": "null",
213652                        "readable": true,
213653                        "type": "guint",
213654                        "writable": true
213655                    },
213656                    "max-frame-size": {
213657                        "blurb": "Maximum possible size (in kbyte) of any compressed frames (0: auto-calculate)",
213658                        "conditionally-available": false,
213659                        "construct": false,
213660                        "construct-only": false,
213661                        "controllable": false,
213662                        "default": "0",
213663                        "max": "65535",
213664                        "min": "0",
213665                        "mutable": "null",
213666                        "readable": true,
213667                        "type": "guint",
213668                        "writable": true
213669                    },
213670                    "max-vbv-bitrate": {
213671                        "blurb": "Maximum bitrate(kbit/sec) at which data enters Video Buffering Verifier (0: auto-calculate)",
213672                        "conditionally-available": false,
213673                        "construct": false,
213674                        "construct-only": false,
213675                        "controllable": false,
213676                        "default": "0",
213677                        "max": "2048000",
213678                        "min": "0",
213679                        "mutable": "null",
213680                        "readable": true,
213681                        "type": "guint",
213682                        "writable": true
213683                    },
213684                    "mbbrc": {
213685                        "blurb": "Macroblock level bitrate control",
213686                        "conditionally-available": false,
213687                        "construct": false,
213688                        "construct-only": false,
213689                        "controllable": false,
213690                        "default": "off (32)",
213691                        "mutable": "null",
213692                        "readable": true,
213693                        "type": "GstMsdkEncMbBitrateControl",
213694                        "writable": true
213695                    },
213696                    "num-slices": {
213697                        "blurb": "Number of slices per frame, Zero tells the encoder to choose any slice partitioning allowed by the codec standard",
213698                        "conditionally-available": false,
213699                        "construct": false,
213700                        "construct-only": false,
213701                        "controllable": false,
213702                        "default": "0",
213703                        "max": "2147483647",
213704                        "min": "0",
213705                        "mutable": "null",
213706                        "readable": true,
213707                        "type": "guint",
213708                        "writable": true
213709                    },
213710                    "qpb": {
213711                        "blurb": "Constant quantizer for B frames (0 unlimited)",
213712                        "conditionally-available": false,
213713                        "construct": false,
213714                        "construct-only": false,
213715                        "controllable": false,
213716                        "default": "0",
213717                        "max": "51",
213718                        "min": "0",
213719                        "mutable": "null",
213720                        "readable": true,
213721                        "type": "guint",
213722                        "writable": true
213723                    },
213724                    "qpi": {
213725                        "blurb": "Constant quantizer for I frames (0 unlimited). Also used as ICQQuality or QVBRQuality for different RateControl methods",
213726                        "conditionally-available": false,
213727                        "construct": false,
213728                        "construct-only": false,
213729                        "controllable": false,
213730                        "default": "0",
213731                        "max": "51",
213732                        "min": "0",
213733                        "mutable": "null",
213734                        "readable": true,
213735                        "type": "guint",
213736                        "writable": true
213737                    },
213738                    "qpp": {
213739                        "blurb": "Constant quantizer for P frames (0 unlimited)",
213740                        "conditionally-available": false,
213741                        "construct": false,
213742                        "construct-only": false,
213743                        "controllable": false,
213744                        "default": "0",
213745                        "max": "51",
213746                        "min": "0",
213747                        "mutable": "null",
213748                        "readable": true,
213749                        "type": "guint",
213750                        "writable": true
213751                    },
213752                    "rate-control": {
213753                        "blurb": "Rate control method",
213754                        "conditionally-available": false,
213755                        "construct": false,
213756                        "construct-only": false,
213757                        "controllable": false,
213758                        "default": "cbr (1)",
213759                        "mutable": "null",
213760                        "readable": true,
213761                        "type": "GstMsdkEncRateControl",
213762                        "writable": true
213763                    },
213764                    "rc-lookahead": {
213765                        "blurb": "Number of frames to look ahead for Rate control",
213766                        "conditionally-available": false,
213767                        "construct": false,
213768                        "construct-only": false,
213769                        "controllable": false,
213770                        "default": "10",
213771                        "max": "100",
213772                        "min": "10",
213773                        "mutable": "null",
213774                        "readable": true,
213775                        "type": "guint",
213776                        "writable": true
213777                    },
213778                    "ref-frames": {
213779                        "blurb": "Number of reference frames",
213780                        "conditionally-available": false,
213781                        "construct": false,
213782                        "construct-only": false,
213783                        "controllable": false,
213784                        "default": "1",
213785                        "max": "2147483647",
213786                        "min": "0",
213787                        "mutable": "null",
213788                        "readable": true,
213789                        "type": "guint",
213790                        "writable": true
213791                    },
213792                    "target-usage": {
213793                        "blurb": "1: Best quality, 4: Balanced, 7: Best speed",
213794                        "conditionally-available": false,
213795                        "construct": false,
213796                        "construct-only": false,
213797                        "controllable": false,
213798                        "default": "4",
213799                        "max": "7",
213800                        "min": "1",
213801                        "mutable": "null",
213802                        "readable": true,
213803                        "type": "guint",
213804                        "writable": true
213805                    }
213806                }
213807            },
213808            "GstMsdkEncAdaptiveB": {
213809                "kind": "enum",
213810                "values": [
213811                    {
213812                        "desc": "SDK desides what to do",
213813                        "name": "auto",
213814                        "value": "0"
213815                    },
213816                    {
213817                        "desc": "Disable Adaptive B-Frame insertion",
213818                        "name": "off",
213819                        "value": "32"
213820                    },
213821                    {
213822                        "desc": "Enable Aaptive B-Frame insertion",
213823                        "name": "on",
213824                        "value": "16"
213825                    }
213826                ]
213827            },
213828            "GstMsdkEncAdaptiveI": {
213829                "kind": "enum",
213830                "values": [
213831                    {
213832                        "desc": "SDK desides what to do",
213833                        "name": "auto",
213834                        "value": "0"
213835                    },
213836                    {
213837                        "desc": "Disable Adaptive I frame insertion",
213838                        "name": "off",
213839                        "value": "32"
213840                    },
213841                    {
213842                        "desc": "Enable Aaptive I frame insertion",
213843                        "name": "on",
213844                        "value": "16"
213845                    }
213846                ]
213847            },
213848            "GstMsdkEncIntraRefreshType": {
213849                "kind": "enum",
213850                "values": [
213851                    {
213852                        "desc": "No (default)",
213853                        "name": "no",
213854                        "value": "0"
213855                    },
213856                    {
213857                        "desc": "Vertical",
213858                        "name": "vertical",
213859                        "value": "1"
213860                    },
213861                    {
213862                        "desc": "Horizontal",
213863                        "name": "horizontal",
213864                        "value": "2"
213865                    },
213866                    {
213867                        "desc": "Slice",
213868                        "name": "slice",
213869                        "value": "3"
213870                    }
213871                ]
213872            },
213873            "GstMsdkEncMbBitrateControl": {
213874                "kind": "enum",
213875                "values": [
213876                    {
213877                        "desc": "SDK desides what to do",
213878                        "name": "auto",
213879                        "value": "0"
213880                    },
213881                    {
213882                        "desc": "Disable Macroblock level bit rate control",
213883                        "name": "off",
213884                        "value": "32"
213885                    },
213886                    {
213887                        "desc": "Enable Macroblock level bit rate control",
213888                        "name": "on",
213889                        "value": "16"
213890                    }
213891                ]
213892            },
213893            "GstMsdkEncRCLookAheadDownsampling": {
213894                "kind": "enum",
213895                "values": [
213896                    {
213897                        "desc": "SDK desides what to do",
213898                        "name": "default",
213899                        "value": "0"
213900                    },
213901                    {
213902                        "desc": "No downsampling",
213903                        "name": "off",
213904                        "value": "1"
213905                    },
213906                    {
213907                        "desc": "Down sample 2-times before estimation",
213908                        "name": "2x",
213909                        "value": "2"
213910                    },
213911                    {
213912                        "desc": "Down sample 4-times before estimation",
213913                        "name": "4x",
213914                        "value": "3"
213915                    }
213916                ]
213917            },
213918            "GstMsdkEncRateControl": {
213919                "kind": "enum",
213920                "values": [
213921                    {
213922                        "desc": "Constant Bitrate",
213923                        "name": "cbr",
213924                        "value": "1"
213925                    },
213926                    {
213927                        "desc": "Variable Bitrate",
213928                        "name": "vbr",
213929                        "value": "2"
213930                    },
213931                    {
213932                        "desc": "Constant Quantizer",
213933                        "name": "cqp",
213934                        "value": "3"
213935                    },
213936                    {
213937                        "desc": "Average Bitrate",
213938                        "name": "avbr",
213939                        "value": "4"
213940                    },
213941                    {
213942                        "desc": "VBR with look ahead (Non HRD compliant)",
213943                        "name": "la_vbr",
213944                        "value": "8"
213945                    },
213946                    {
213947                        "desc": "Intelligent CQP",
213948                        "name": "icq",
213949                        "value": "9"
213950                    },
213951                    {
213952                        "desc": "Video Conferencing Mode (Non HRD compliant)",
213953                        "name": "vcm",
213954                        "value": "10"
213955                    },
213956                    {
213957                        "desc": "Intelligent CQP with LA (Non HRD compliant)",
213958                        "name": "la_icq",
213959                        "value": "11"
213960                    },
213961                    {
213962                        "desc": "HRD compliant LA",
213963                        "name": "la_hrd",
213964                        "value": "13"
213965                    },
213966                    {
213967                        "desc": "VBR with CQP",
213968                        "name": "qvbr",
213969                        "value": "14"
213970                    }
213971                ]
213972            },
213973            "GstMsdkEncTransformSkip": {
213974                "kind": "enum",
213975                "values": [
213976                    {
213977                        "desc": "SDK desides what to do",
213978                        "name": "auto",
213979                        "value": "0"
213980                    },
213981                    {
213982                        "desc": "transform_skip_enabled_flag will be set to 0 in PPS",
213983                        "name": "off",
213984                        "value": "32"
213985                    },
213986                    {
213987                        "desc": "transform_skip_enabled_flag will be set to 1 in PPS",
213988                        "name": "on",
213989                        "value": "16"
213990                    }
213991                ]
213992            },
213993            "GstMsdkEncTrellisQuantization": {
213994                "kind": "flags",
213995                "values": [
213996                    {
213997                        "desc": "Disable for all frames",
213998                        "name": "None",
213999                        "value": "0x00000000"
214000                    },
214001                    {
214002                        "desc": "Enable for I frames",
214003                        "name": "i",
214004                        "value": "0x00000002"
214005                    },
214006                    {
214007                        "desc": "Enable for P frames",
214008                        "name": "p",
214009                        "value": "0x00000004"
214010                    },
214011                    {
214012                        "desc": "Enable for B frames",
214013                        "name": "b",
214014                        "value": "0x00000008"
214015                    }
214016                ]
214017            },
214018            "GstMsdkEncTuneMode": {
214019                "kind": "enum",
214020                "values": [
214021                    {
214022                        "desc": "Auto",
214023                        "name": "auto",
214024                        "value": "0"
214025                    },
214026                    {
214027                        "desc": "None",
214028                        "name": "none",
214029                        "value": "32"
214030                    },
214031                    {
214032                        "desc": "Low power mode",
214033                        "name": "low-power",
214034                        "value": "16"
214035                    }
214036                ]
214037            },
214038            "GstMsdkH264EncFramePacking": {
214039                "kind": "enum",
214040                "values": [
214041                    {
214042                        "desc": "None (default)",
214043                        "name": "none",
214044                        "value": "-1"
214045                    },
214046                    {
214047                        "desc": "Side by Side",
214048                        "name": "side-by-side",
214049                        "value": "3"
214050                    },
214051                    {
214052                        "desc": "Top Bottom",
214053                        "name": "top-bottom",
214054                        "value": "7"
214055                    }
214056                ]
214057            },
214058            "GstMsdkVPPDeinterlaceMethod": {
214059                "kind": "enum",
214060                "values": [
214061                    {
214062                        "desc": "Disable deinterlacing",
214063                        "name": "none",
214064                        "value": "0"
214065                    },
214066                    {
214067                        "desc": "Bob deinterlacing",
214068                        "name": "bob",
214069                        "value": "1"
214070                    },
214071                    {
214072                        "desc": "Advanced deinterlacing (Motion adaptive)",
214073                        "name": "advanced",
214074                        "value": "2"
214075                    },
214076                    {
214077                        "desc": "Advanced deinterlacing mode without using of reference frames",
214078                        "name": "advanced-no-ref ",
214079                        "value": "11"
214080                    },
214081                    {
214082                        "desc": "Advanced deinterlacing mode with scene change detection",
214083                        "name": "advanced-scd ",
214084                        "value": "12"
214085                    },
214086                    {
214087                        "desc": "Field weaving",
214088                        "name": "field-weave",
214089                        "value": "13"
214090                    }
214091                ]
214092            },
214093            "GstMsdkVPPDeinterlaceMode": {
214094                "kind": "enum",
214095                "values": [
214096                    {
214097                        "desc": "Auto detection",
214098                        "name": "auto",
214099                        "value": "0"
214100                    },
214101                    {
214102                        "desc": "Force deinterlacing",
214103                        "name": "interlaced",
214104                        "value": "1"
214105                    },
214106                    {
214107                        "desc": "Never deinterlace",
214108                        "name": "disabled",
214109                        "value": "2"
214110                    }
214111                ]
214112            },
214113            "GstMsdkVPPFrcAlgorithm": {
214114                "kind": "enum",
214115                "values": [
214116                    {
214117                        "desc": "No FrameRate Control algorithm",
214118                        "name": "none",
214119                        "value": "0"
214120                    },
214121                    {
214122                        "desc": "Frame dropping/repetition, Preserve timestamp",
214123                        "name": "preserve-ts",
214124                        "value": "1"
214125                    },
214126                    {
214127                        "desc": "Frame dropping/repetition, Distribute timestamp",
214128                        "name": "distribute-ts",
214129                        "value": "2"
214130                    },
214131                    {
214132                        "desc": "Frame interpolation",
214133                        "name": "interpolate",
214134                        "value": "4"
214135                    },
214136                    {
214137                        "desc": "Frame interpolation, Preserve timestamp",
214138                        "name": "interpolate-preserve-ts",
214139                        "value": "5"
214140                    },
214141                    {
214142                        "desc": "Frame interpolation, Distribute timestamp",
214143                        "name": "interpolate-distribute-ts",
214144                        "value": "6"
214145                    }
214146                ]
214147            },
214148            "GstMsdkVPPMirroring": {
214149                "kind": "enum",
214150                "values": [
214151                    {
214152                        "desc": "Disable mirroring",
214153                        "name": "disable",
214154                        "value": "0"
214155                    },
214156                    {
214157                        "desc": "Horizontal Mirroring",
214158                        "name": "horizontal",
214159                        "value": "1"
214160                    },
214161                    {
214162                        "desc": "Vertical Mirroring",
214163                        "name": "vertical",
214164                        "value": "2"
214165                    }
214166                ]
214167            },
214168            "GstMsdkVPPRotation": {
214169                "kind": "enum",
214170                "values": [
214171                    {
214172                        "desc": "Unrotated mode",
214173                        "name": "0",
214174                        "value": "0"
214175                    },
214176                    {
214177                        "desc": "Rotated by 90°",
214178                        "name": "90",
214179                        "value": "90"
214180                    },
214181                    {
214182                        "desc": "Rotated by 180°",
214183                        "name": "180",
214184                        "value": "180"
214185                    },
214186                    {
214187                        "desc": "Rotated by 270°",
214188                        "name": "270",
214189                        "value": "270"
214190                    }
214191                ]
214192            },
214193            "GstMsdkVPPScalingMode": {
214194                "kind": "enum",
214195                "values": [
214196                    {
214197                        "desc": "Default Scaling",
214198                        "name": "disable",
214199                        "value": "0"
214200                    },
214201                    {
214202                        "desc": "Lowpower Scaling",
214203                        "name": "lowpower",
214204                        "value": "1"
214205                    },
214206                    {
214207                        "desc": "High Quality Scaling",
214208                        "name": "quality",
214209                        "value": "2"
214210                    }
214211                ]
214212            }
214213        },
214214        "package": "GStreamer Bad Plug-ins",
214215        "source": "gst-plugins-bad",
214216        "tracers": {},
214217        "url": "Unknown package origin"
214218    },
214219    "musepack": {
214220        "description": "Musepack decoder",
214221        "elements": {
214222            "musepackdec": {
214223                "author": "Ronald Bultje <rbultje@ronald.bitfreak.net>",
214224                "description": "Musepack decoder",
214225                "hierarchy": [
214226                    "GstMusepackDec",
214227                    "GstElement",
214228                    "GstObject",
214229                    "GInitiallyUnowned",
214230                    "GObject"
214231                ],
214232                "klass": "Codec/Decoder/Audio",
214233                "long-name": "Musepack decoder",
214234                "pad-templates": {
214235                    "sink": {
214236                        "caps": "audio/x-musepack:\n  streamversion: { (int)7, (int)8 }\n",
214237                        "direction": "sink",
214238                        "presence": "always"
214239                    },
214240                    "src": {
214241                        "caps": "audio/x-raw:\n         format: F32LE\n         layout: interleaved\n           rate: [ 8000, 96000 ]\n       channels: [ 1, 2 ]\n",
214242                        "direction": "src",
214243                        "presence": "always"
214244                    }
214245                },
214246                "rank": "primary"
214247            }
214248        },
214249        "filename": "gstmusepack",
214250        "license": "LGPL",
214251        "other-types": {},
214252        "package": "GStreamer Bad Plug-ins",
214253        "source": "gst-plugins-bad",
214254        "tracers": {},
214255        "url": "Unknown package origin"
214256    },
214257    "mxf": {
214258        "description": "MXF plugin library",
214259        "elements": {
214260            "mxfdemux": {
214261                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
214262                "description": "Demux MXF files",
214263                "hierarchy": [
214264                    "GstMXFDemux",
214265                    "GstElement",
214266                    "GstObject",
214267                    "GInitiallyUnowned",
214268                    "GObject"
214269                ],
214270                "klass": "Codec/Demuxer",
214271                "long-name": "MXF Demuxer",
214272                "pad-templates": {
214273                    "sink": {
214274                        "caps": "application/mxf:\n",
214275                        "direction": "sink",
214276                        "presence": "always"
214277                    },
214278                    "track_%%u": {
214279                        "caps": "ANY",
214280                        "direction": "src",
214281                        "presence": "sometimes"
214282                    }
214283                },
214284                "properties": {
214285                    "max-drift": {
214286                        "blurb": "Maximum number of nanoseconds by which tracks can differ",
214287                        "conditionally-available": false,
214288                        "construct": false,
214289                        "construct-only": false,
214290                        "controllable": false,
214291                        "default": "100000000",
214292                        "max": "18446744073709551615",
214293                        "min": "100000000",
214294                        "mutable": "null",
214295                        "readable": true,
214296                        "type": "guint64",
214297                        "writable": true
214298                    },
214299                    "package": {
214300                        "blurb": "Material or Source package to use for playback",
214301                        "conditionally-available": false,
214302                        "construct": false,
214303                        "construct-only": false,
214304                        "controllable": false,
214305                        "default": "NULL",
214306                        "mutable": "null",
214307                        "readable": true,
214308                        "type": "gchararray",
214309                        "writable": true
214310                    },
214311                    "structure": {
214312                        "blurb": "Structural metadata of the MXF file",
214313                        "conditionally-available": false,
214314                        "construct": false,
214315                        "construct-only": false,
214316                        "controllable": false,
214317                        "mutable": "null",
214318                        "readable": true,
214319                        "type": "GstStructure",
214320                        "writable": false
214321                    }
214322                },
214323                "rank": "primary",
214324                "signals": {}
214325            },
214326            "mxfmux": {
214327                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
214328                "description": "Muxes video/audio streams into a MXF stream",
214329                "hierarchy": [
214330                    "GstMXFMux",
214331                    "GstAggregator",
214332                    "GstElement",
214333                    "GstObject",
214334                    "GInitiallyUnowned",
214335                    "GObject"
214336                ],
214337                "klass": "Codec/Muxer",
214338                "long-name": "MXF muxer",
214339                "pad-templates": {
214340                    "alaw_audio_sink_%%u": {
214341                        "caps": "audio/x-alaw:\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\n",
214342                        "direction": "sink",
214343                        "presence": "request"
214344                    },
214345                    "bwf_audio_sink_%%u": {
214346                        "caps": "audio/x-raw:\n         format: S32LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\naudio/x-raw:\n         format: S32BE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\naudio/x-raw:\n         format: S24LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\naudio/x-raw:\n         format: S24BE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\naudio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\naudio/x-raw:\n         format: S16BE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\naudio/x-raw:\n         format: U8\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
214347                        "direction": "sink",
214348                        "presence": "request"
214349                    },
214350                    "dv_dif_video_sink_%%u": {
214351                        "caps": "video/x-dv:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n   systemstream: true\n",
214352                        "direction": "sink",
214353                        "presence": "request"
214354                    },
214355                    "jpeg2000_video_sink_%%u": {
214356                        "caps": "image/x-jpc:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n     colorspace: { (string)sRGB, (string)sYUV }\n",
214357                        "direction": "sink",
214358                        "presence": "request"
214359                    },
214360                    "mpeg_audio_sink_%%u": {
214361                        "caps": "audio/mpeg:\n    mpegversion: 1\n          layer: [ 1, 3 ]\n           rate: [ 8000, 48000 ]\n       channels: [ 1, 2 ]\n         parsed: true\naudio/x-ac3:\n           rate: [ 4000, 96000 ]\n       channels: [ 1, 6 ]\naudio/mpeg:\n    mpegversion: 2\n           rate: [ 8000, 96000 ]\n       channels: [ 1, 8 ]\n",
214362                        "direction": "sink",
214363                        "presence": "request"
214364                    },
214365                    "mpeg_video_sink_%%u": {
214366                        "caps": "video/mpeg:\n    mpegversion: { (int)1, (int)2, (int)4 }\n   systemstream: false\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-h264:\n  stream-format: byte-stream\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
214367                        "direction": "sink",
214368                        "presence": "request"
214369                    },
214370                    "src": {
214371                        "caps": "application/mxf:\n",
214372                        "direction": "src",
214373                        "presence": "always",
214374                        "type": "GstMXFMuxPad"
214375                    },
214376                    "up_video_sink_%%u": {
214377                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xRGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xBGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ARGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ABGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: AYUV\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: v308\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: UYVY\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: YUY2\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
214378                        "direction": "sink",
214379                        "presence": "request"
214380                    },
214381                    "vanc_sink_%%u": {
214382                        "caps": "closedcaption/x-cea-708:\n         format: cdp\n      framerate: [ 0/1, 2147483647/1 ]\n",
214383                        "direction": "sink",
214384                        "presence": "request"
214385                    },
214386                    "vc3_video_sink_%%u": {
214387                        "caps": "video/x-dnxhd:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
214388                        "direction": "sink",
214389                        "presence": "request"
214390                    }
214391                },
214392                "properties": {},
214393                "rank": "primary"
214394            }
214395        },
214396        "filename": "gstmxf",
214397        "license": "LGPL",
214398        "other-types": {
214399            "GstMXFMuxPad": {
214400                "hierarchy": [
214401                    "GstMXFMuxPad",
214402                    "GstAggregatorPad",
214403                    "GstPad",
214404                    "GstObject",
214405                    "GInitiallyUnowned",
214406                    "GObject"
214407                ],
214408                "kind": "object",
214409                "properties": {},
214410                "signals": {}
214411            }
214412        },
214413        "package": "GStreamer Bad Plug-ins",
214414        "source": "gst-plugins-bad",
214415        "tracers": {},
214416        "url": "Unknown package origin"
214417    },
214418    "neonhttpsrc": {
214419        "description": "lib neon http client src",
214420        "elements": {
214421            "neonhttpsrc": {
214422                "author": "Edgard Lima <edgard.lima@gmail.com>, Rosfran Borges <rosfran.borges@indt.org.br>, Andre Moreira Magalhaes <andre.magalhaes@indt.org.br>",
214423                "description": "Receive data as a client over the network via HTTP using NEON",
214424                "hierarchy": [
214425                    "GstNeonhttpSrc",
214426                    "GstPushSrc",
214427                    "GstBaseSrc",
214428                    "GstElement",
214429                    "GstObject",
214430                    "GInitiallyUnowned",
214431                    "GObject"
214432                ],
214433                "interfaces": [
214434                    "GstURIHandler"
214435                ],
214436                "klass": "Source/Network",
214437                "long-name": "HTTP client source",
214438                "pad-templates": {
214439                    "src": {
214440                        "caps": "ANY",
214441                        "direction": "src",
214442                        "presence": "always"
214443                    }
214444                },
214445                "properties": {
214446                    "accept-self-signed": {
214447                        "blurb": "Accept self-signed SSL/TLS certificates",
214448                        "conditionally-available": false,
214449                        "construct": false,
214450                        "construct-only": false,
214451                        "controllable": false,
214452                        "default": "false",
214453                        "mutable": "null",
214454                        "readable": true,
214455                        "type": "gboolean",
214456                        "writable": true
214457                    },
214458                    "automatic-redirect": {
214459                        "blurb": "Automatically follow HTTP redirects (HTTP Status Code 3xx)",
214460                        "conditionally-available": false,
214461                        "construct": false,
214462                        "construct-only": false,
214463                        "controllable": false,
214464                        "default": "true",
214465                        "mutable": "null",
214466                        "readable": true,
214467                        "type": "gboolean",
214468                        "writable": true
214469                    },
214470                    "connect-timeout": {
214471                        "blurb": "Value in seconds to timeout a blocking connection (0 = default).",
214472                        "conditionally-available": false,
214473                        "construct": false,
214474                        "construct-only": false,
214475                        "controllable": false,
214476                        "default": "0",
214477                        "max": "3600",
214478                        "min": "0",
214479                        "mutable": "null",
214480                        "readable": true,
214481                        "type": "guint",
214482                        "writable": true
214483                    },
214484                    "cookies": {
214485                        "blurb": "HTTP request cookies",
214486                        "conditionally-available": false,
214487                        "construct": false,
214488                        "construct-only": false,
214489                        "controllable": false,
214490                        "mutable": "null",
214491                        "readable": true,
214492                        "type": "GStrv",
214493                        "writable": true
214494                    },
214495                    "iradio-mode": {
214496                        "blurb": "Enable internet radio mode (ask server to send shoutcast/icecast metadata interleaved with the actual stream data)",
214497                        "conditionally-available": false,
214498                        "construct": false,
214499                        "construct-only": false,
214500                        "controllable": false,
214501                        "default": "true",
214502                        "mutable": "null",
214503                        "readable": true,
214504                        "type": "gboolean",
214505                        "writable": true
214506                    },
214507                    "location": {
214508                        "blurb": "Location to read from",
214509                        "conditionally-available": false,
214510                        "construct": false,
214511                        "construct-only": false,
214512                        "controllable": false,
214513                        "default": "http://localhost/",
214514                        "mutable": "null",
214515                        "readable": true,
214516                        "type": "gchararray",
214517                        "writable": true
214518                    },
214519                    "neon-http-debug": {
214520                        "blurb": "Enable Neon HTTP debug messages",
214521                        "conditionally-available": false,
214522                        "construct": false,
214523                        "construct-only": false,
214524                        "controllable": false,
214525                        "default": "false",
214526                        "mutable": "null",
214527                        "readable": true,
214528                        "type": "gboolean",
214529                        "writable": true
214530                    },
214531                    "proxy": {
214532                        "blurb": "Proxy server to use, in the form HOSTNAME:PORT. Defaults to the http_proxy environment variable",
214533                        "conditionally-available": false,
214534                        "construct": false,
214535                        "construct-only": false,
214536                        "controllable": false,
214537                        "default": "",
214538                        "mutable": "null",
214539                        "readable": true,
214540                        "type": "gchararray",
214541                        "writable": true
214542                    },
214543                    "read-timeout": {
214544                        "blurb": "Value in seconds to timeout a blocking read (0 = default).",
214545                        "conditionally-available": false,
214546                        "construct": false,
214547                        "construct-only": false,
214548                        "controllable": false,
214549                        "default": "0",
214550                        "max": "3600",
214551                        "min": "0",
214552                        "mutable": "null",
214553                        "readable": true,
214554                        "type": "guint",
214555                        "writable": true
214556                    },
214557                    "user-agent": {
214558                        "blurb": "Value of the User-Agent HTTP request header field",
214559                        "conditionally-available": false,
214560                        "construct": false,
214561                        "construct-only": false,
214562                        "controllable": false,
214563                        "default": "GStreamer neonhttpsrc",
214564                        "mutable": "null",
214565                        "readable": true,
214566                        "type": "gchararray",
214567                        "writable": true
214568                    }
214569                },
214570                "rank": "none"
214571            }
214572        },
214573        "filename": "gstneonhttpsrc",
214574        "license": "LGPL",
214575        "other-types": {},
214576        "package": "GStreamer Bad Plug-ins",
214577        "source": "gst-plugins-bad",
214578        "tracers": {},
214579        "url": "Unknown package origin"
214580    },
214581    "netsim": {
214582        "description": "Network Simulator",
214583        "elements": {
214584            "netsim": {
214585                "author": "Philippe Kalaf <philippe.kalaf@collabora.co.uk>, Havard Graff <havard@pexip.com>",
214586                "description": "An element that simulates network jitter, packet loss and packet duplication",
214587                "hierarchy": [
214588                    "GstNetSim",
214589                    "GstElement",
214590                    "GstObject",
214591                    "GInitiallyUnowned",
214592                    "GObject"
214593                ],
214594                "klass": "Filter/Network",
214595                "long-name": "Network Simulator",
214596                "pad-templates": {
214597                    "sink": {
214598                        "caps": "ANY",
214599                        "direction": "sink",
214600                        "presence": "always"
214601                    },
214602                    "src": {
214603                        "caps": "ANY",
214604                        "direction": "src",
214605                        "presence": "always"
214606                    }
214607                },
214608                "properties": {
214609                    "allow-reordering": {
214610                        "blurb": "When delaying packets, are they allowed to be reordered or not",
214611                        "conditionally-available": false,
214612                        "construct": true,
214613                        "construct-only": false,
214614                        "controllable": false,
214615                        "default": "true",
214616                        "mutable": "null",
214617                        "readable": true,
214618                        "type": "gboolean",
214619                        "writable": true
214620                    },
214621                    "delay-distribution": {
214622                        "blurb": "Distribution for the amount of delay",
214623                        "conditionally-available": false,
214624                        "construct": true,
214625                        "construct-only": false,
214626                        "controllable": false,
214627                        "default": "uniform (0)",
214628                        "mutable": "null",
214629                        "readable": true,
214630                        "type": "GstNetSimDistribution",
214631                        "writable": true
214632                    },
214633                    "delay-probability": {
214634                        "blurb": "The Probability a buffer is delayed",
214635                        "conditionally-available": false,
214636                        "construct": true,
214637                        "construct-only": false,
214638                        "controllable": false,
214639                        "default": "0",
214640                        "max": "1",
214641                        "min": "0",
214642                        "mutable": "null",
214643                        "readable": true,
214644                        "type": "gfloat",
214645                        "writable": true
214646                    },
214647                    "drop-packets": {
214648                        "blurb": "Drop the next n packets",
214649                        "conditionally-available": false,
214650                        "construct": true,
214651                        "construct-only": false,
214652                        "controllable": false,
214653                        "default": "0",
214654                        "max": "-1",
214655                        "min": "0",
214656                        "mutable": "null",
214657                        "readable": true,
214658                        "type": "guint",
214659                        "writable": true
214660                    },
214661                    "drop-probability": {
214662                        "blurb": "The Probability a buffer is dropped",
214663                        "conditionally-available": false,
214664                        "construct": true,
214665                        "construct-only": false,
214666                        "controllable": false,
214667                        "default": "0",
214668                        "max": "1",
214669                        "min": "0",
214670                        "mutable": "null",
214671                        "readable": true,
214672                        "type": "gfloat",
214673                        "writable": true
214674                    },
214675                    "duplicate-probability": {
214676                        "blurb": "The Probability a buffer is duplicated",
214677                        "conditionally-available": false,
214678                        "construct": true,
214679                        "construct-only": false,
214680                        "controllable": false,
214681                        "default": "0",
214682                        "max": "1",
214683                        "min": "0",
214684                        "mutable": "null",
214685                        "readable": true,
214686                        "type": "gfloat",
214687                        "writable": true
214688                    },
214689                    "max-bucket-size": {
214690                        "blurb": "The size of the token bucket, related to burstiness resilience (-1 = unlimited)",
214691                        "conditionally-available": false,
214692                        "construct": true,
214693                        "construct-only": false,
214694                        "controllable": false,
214695                        "default": "-1",
214696                        "max": "2147483647",
214697                        "min": "-1",
214698                        "mutable": "null",
214699                        "readable": true,
214700                        "type": "gint",
214701                        "writable": true
214702                    },
214703                    "max-delay": {
214704                        "blurb": "The maximum delay (inclusive) in ms to apply to buffers",
214705                        "conditionally-available": false,
214706                        "construct": true,
214707                        "construct-only": false,
214708                        "controllable": false,
214709                        "default": "400",
214710                        "max": "2147483647",
214711                        "min": "-2147483648",
214712                        "mutable": "null",
214713                        "readable": true,
214714                        "type": "gint",
214715                        "writable": true
214716                    },
214717                    "max-kbps": {
214718                        "blurb": "The maximum number of kilobits to let through per second (-1 = unlimited)",
214719                        "conditionally-available": false,
214720                        "construct": true,
214721                        "construct-only": false,
214722                        "controllable": false,
214723                        "default": "-1",
214724                        "max": "2147483647",
214725                        "min": "-1",
214726                        "mutable": "null",
214727                        "readable": true,
214728                        "type": "gint",
214729                        "writable": true
214730                    },
214731                    "min-delay": {
214732                        "blurb": "The minimum delay in ms to apply to buffers",
214733                        "conditionally-available": false,
214734                        "construct": true,
214735                        "construct-only": false,
214736                        "controllable": false,
214737                        "default": "200",
214738                        "max": "2147483647",
214739                        "min": "-2147483648",
214740                        "mutable": "null",
214741                        "readable": true,
214742                        "type": "gint",
214743                        "writable": true
214744                    }
214745                },
214746                "rank": "marginal"
214747            }
214748        },
214749        "filename": "gstnetsim",
214750        "license": "LGPL",
214751        "other-types": {
214752            "GstNetSimDistribution": {
214753                "kind": "enum",
214754                "values": [
214755                    {
214756                        "desc": "uniform",
214757                        "name": "uniform",
214758                        "value": "0"
214759                    },
214760                    {
214761                        "desc": "normal",
214762                        "name": "normal",
214763                        "value": "1"
214764                    },
214765                    {
214766                        "desc": "gamma",
214767                        "name": "gamma",
214768                        "value": "2"
214769                    }
214770                ]
214771            }
214772        },
214773        "package": "GStreamer Bad Plug-ins",
214774        "source": "gst-plugins-bad",
214775        "tracers": {},
214776        "url": "Unknown package origin"
214777    },
214778    "nvcodec": {
214779        "description": "GStreamer NVCODEC plugin",
214780        "elements": {
214781            "cudaconvert": {
214782                "author": "Seungha Yang <seungha.yang@navercorp.com>",
214783                "description": "Converts video from one colorspace to another using CUDA",
214784                "hierarchy": [
214785                    "GstCudaConvert",
214786                    "GstCudaBaseFilter",
214787                    "GstCudaBaseTransform",
214788                    "GstBaseTransform",
214789                    "GstElement",
214790                    "GstObject",
214791                    "GInitiallyUnowned",
214792                    "GObject"
214793                ],
214794                "klass": "Filter/Converter/Video/Hardware",
214795                "long-name": "CUDA Colorspace converter",
214796                "pad-templates": {
214797                    "sink": {
214798                        "caps": "video/x-raw(memory:CUDAMemory):\n         format: { I420, YV12, NV12, NV21, P010_10LE, P016_LE, I420_10LE, Y444, Y444_16LE, BGRA, RGBA, RGBx, BGRx, ARGB, ABGR, RGB, BGR, BGR10A2_LE, RGB10A2_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
214799                        "direction": "sink",
214800                        "presence": "always"
214801                    },
214802                    "src": {
214803                        "caps": "video/x-raw(memory:CUDAMemory):\n         format: { I420, YV12, NV12, NV21, P010_10LE, P016_LE, I420_10LE, Y444, Y444_16LE, BGRA, RGBA, RGBx, BGRx, ARGB, ABGR, RGB, BGR, BGR10A2_LE, RGB10A2_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
214804                        "direction": "src",
214805                        "presence": "always"
214806                    }
214807                },
214808                "rank": "none"
214809            },
214810            "cudadownload": {
214811                "author": "Seungha Yang <seungha.yang@navercorp.com>",
214812                "description": "Downloads data from NVIDA GPU via CUDA APIs",
214813                "hierarchy": [
214814                    "GstCudaDownload",
214815                    "GstCudaBaseTransform",
214816                    "GstBaseTransform",
214817                    "GstElement",
214818                    "GstObject",
214819                    "GInitiallyUnowned",
214820                    "GObject"
214821                ],
214822                "klass": "Filter/Video",
214823                "long-name": "CUDA downloader",
214824                "pad-templates": {
214825                    "sink": {
214826                        "caps": "video/x-raw(memory:CUDAMemory):\nvideo/x-raw:\n",
214827                        "direction": "sink",
214828                        "presence": "always"
214829                    },
214830                    "src": {
214831                        "caps": "video/x-raw:\n",
214832                        "direction": "src",
214833                        "presence": "always"
214834                    }
214835                },
214836                "rank": "none"
214837            },
214838            "cudascale": {
214839                "author": "Seungha Yang <seungha.yang@navercorp.com>",
214840                "description": "Resizes Video using CUDA",
214841                "hierarchy": [
214842                    "GstCudaScale",
214843                    "GstCudaBaseFilter",
214844                    "GstCudaBaseTransform",
214845                    "GstBaseTransform",
214846                    "GstElement",
214847                    "GstObject",
214848                    "GInitiallyUnowned",
214849                    "GObject"
214850                ],
214851                "klass": "Filter/Converter/Video/Scaler/Hardware",
214852                "long-name": "CUDA Video scaler",
214853                "pad-templates": {
214854                    "sink": {
214855                        "caps": "video/x-raw(memory:CUDAMemory):\n         format: { I420, YV12, NV12, NV21, P010_10LE, P016_LE, I420_10LE, Y444, Y444_16LE, BGRA, RGBA, RGBx, BGRx, ARGB, ABGR, RGB, BGR, BGR10A2_LE, RGB10A2_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
214856                        "direction": "sink",
214857                        "presence": "always"
214858                    },
214859                    "src": {
214860                        "caps": "video/x-raw(memory:CUDAMemory):\n         format: { I420, YV12, NV12, NV21, P010_10LE, P016_LE, I420_10LE, Y444, Y444_16LE, BGRA, RGBA, RGBx, BGRx, ARGB, ABGR, RGB, BGR, BGR10A2_LE, RGB10A2_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
214861                        "direction": "src",
214862                        "presence": "always"
214863                    }
214864                },
214865                "rank": "none"
214866            },
214867            "cudaupload": {
214868                "author": "Seungha Yang <seungha.yang@navercorp.com>",
214869                "description": "Uploads data into NVIDA GPU via CUDA APIs",
214870                "hierarchy": [
214871                    "GstCudaUpload",
214872                    "GstCudaBaseTransform",
214873                    "GstBaseTransform",
214874                    "GstElement",
214875                    "GstObject",
214876                    "GInitiallyUnowned",
214877                    "GObject"
214878                ],
214879                "klass": "Filter/Video",
214880                "long-name": "CUDA uploader",
214881                "pad-templates": {
214882                    "sink": {
214883                        "caps": "video/x-raw:\n\nvideo/x-raw(memory:CUDAMemory):\n",
214884                        "direction": "sink",
214885                        "presence": "always"
214886                    },
214887                    "src": {
214888                        "caps": "video/x-raw(memory:CUDAMemory):\n",
214889                        "direction": "src",
214890                        "presence": "always"
214891                    }
214892                },
214893                "rank": "none"
214894            },
214895            "nvh264dec": {
214896                "author": "Ericsson AB, http://www.ericsson.com, Seungha Yang <seungha.yang@navercorp.com>",
214897                "description": "NVDEC video decoder",
214898                "hierarchy": [
214899                    "nvh264dec",
214900                    "GstNvDec",
214901                    "GstVideoDecoder",
214902                    "GstElement",
214903                    "GstObject",
214904                    "GInitiallyUnowned",
214905                    "GObject"
214906                ],
214907                "klass": "Codec/Decoder/Video/Hardware",
214908                "long-name": "NVDEC h264 Video Decoder",
214909                "pad-templates": {
214910                    "sink": {
214911                        "caps": "video/x-h264:\n  stream-format: byte-stream\n      alignment: au\n        profile: { (string)constrained-baseline, (string)baseline, (string)main, (string)high, (string)constrained-high, (string)progressive-high }\n          width: [ 48, 4096 ]\n         height: [ 16, 4096 ]\n",
214912                        "direction": "sink",
214913                        "presence": "always"
214914                    },
214915                    "src": {
214916                        "caps": "video/x-raw:\n          width: [ 48, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:GLMemory):\n          width: [ 48, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:CUDAMemory):\n          width: [ 48, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n",
214917                        "direction": "src",
214918                        "presence": "always"
214919                    }
214920                },
214921                "rank": "primary"
214922            },
214923            "nvh264enc": {
214924                "author": "Tim-Philipp Müller <tim@centricular.com>, Matthew Waters <matthew@centricular.com>, Seungha Yang <seungha.yang@navercorp.com>",
214925                "description": "Encode H.264 video streams using NVIDIA's hardware-accelerated NVENC encoder API",
214926                "hierarchy": [
214927                    "GstNvH264Enc",
214928                    "GstNvDevice0H264Enc",
214929                    "GstNvBaseEnc",
214930                    "GstVideoEncoder",
214931                    "GstElement",
214932                    "GstObject",
214933                    "GInitiallyUnowned",
214934                    "GObject"
214935                ],
214936                "interfaces": [
214937                    "GstPreset"
214938                ],
214939                "klass": "Codec/Encoder/Video/Hardware",
214940                "long-name": "NVENC H.264 Video Encoder",
214941                "pad-templates": {
214942                    "sink": {
214943                        "caps": "video/x-raw:\n         format: { NV12, YV12, I420, BGRA, RGBA, Y444, VUYA }\n          width: [ 145, 4096 ]\n         height: [ 49, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n interlace-mode: { (string)progressive }\n\nvideo/x-raw(memory:GLMemory):\n         format: { NV12, YV12, I420, BGRA, RGBA, Y444, VUYA }\n          width: [ 145, 4096 ]\n         height: [ 49, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n interlace-mode: { (string)progressive }\n\nvideo/x-raw(memory:CUDAMemory):\n         format: { NV12, YV12, I420, BGRA, RGBA, Y444, VUYA }\n          width: [ 145, 4096 ]\n         height: [ 49, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n interlace-mode: { (string)progressive }\n",
214944                        "direction": "sink",
214945                        "presence": "always"
214946                    },
214947                    "src": {
214948                        "caps": "video/x-h264:\n          width: [ 145, 4096 ]\n         height: [ 49, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n  stream-format: byte-stream\n      alignment: au\n        profile: { (string)main, (string)high, (string)high-4:4:4, (string)baseline, (string)constrained-baseline }\n",
214949                        "direction": "src",
214950                        "presence": "always"
214951                    }
214952                },
214953                "properties": {
214954                    "aud": {
214955                        "blurb": "Use AU (Access Unit) delimiter",
214956                        "conditionally-available": false,
214957                        "construct": false,
214958                        "construct-only": false,
214959                        "controllable": false,
214960                        "default": "true",
214961                        "mutable": "playing",
214962                        "readable": true,
214963                        "type": "gboolean",
214964                        "writable": true
214965                    },
214966                    "b-adapt": {
214967                        "blurb": "Enable adaptive B-frame insert when lookahead is enabled",
214968                        "conditionally-available": true,
214969                        "construct": false,
214970                        "construct-only": false,
214971                        "controllable": false,
214972                        "default": "false",
214973                        "mutable": "ready",
214974                        "readable": true,
214975                        "type": "gboolean",
214976                        "writable": true
214977                    },
214978                    "bframes": {
214979                        "blurb": "Number of B-frames between I and P",
214980                        "conditionally-available": true,
214981                        "construct": false,
214982                        "construct-only": false,
214983                        "controllable": false,
214984                        "default": "0",
214985                        "max": "4",
214986                        "min": "0",
214987                        "mutable": "ready",
214988                        "readable": true,
214989                        "type": "guint",
214990                        "writable": true
214991                    },
214992                    "rc-lookahead": {
214993                        "blurb": "Number of frames for frame type lookahead",
214994                        "conditionally-available": true,
214995                        "construct": false,
214996                        "construct-only": false,
214997                        "controllable": false,
214998                        "default": "0",
214999                        "max": "32",
215000                        "min": "0",
215001                        "mutable": "ready",
215002                        "readable": true,
215003                        "type": "guint",
215004                        "writable": true
215005                    },
215006                    "temporal-aq": {
215007                        "blurb": "Temporal Adaptive Quantization",
215008                        "conditionally-available": true,
215009                        "construct": false,
215010                        "construct-only": false,
215011                        "controllable": false,
215012                        "default": "false",
215013                        "mutable": "playing",
215014                        "readable": true,
215015                        "type": "gboolean",
215016                        "writable": true
215017                    },
215018                    "vbv-buffer-size": {
215019                        "blurb": "VBV(HRD) Buffer Size in kbits (0 = NVENC default)",
215020                        "conditionally-available": true,
215021                        "construct": false,
215022                        "construct-only": false,
215023                        "controllable": false,
215024                        "default": "0",
215025                        "max": "-1",
215026                        "min": "0",
215027                        "mutable": "ready",
215028                        "readable": true,
215029                        "type": "guint",
215030                        "writable": true
215031                    },
215032                    "weighted-pred": {
215033                        "blurb": "Weighted Prediction",
215034                        "conditionally-available": true,
215035                        "construct": false,
215036                        "construct-only": false,
215037                        "controllable": false,
215038                        "default": "false",
215039                        "mutable": "playing",
215040                        "readable": true,
215041                        "type": "gboolean",
215042                        "writable": true
215043                    }
215044                },
215045                "rank": "primary + 256"
215046            },
215047            "nvh264sldec": {
215048                "author": "Seungha Yang <seungha@centricular.com>",
215049                "description": "Nvidia H.264 video decoder",
215050                "hierarchy": [
215051                    "GstNvH264StatelessDec",
215052                    "GstNvH264Dec",
215053                    "GstH264Decoder",
215054                    "GstVideoDecoder",
215055                    "GstElement",
215056                    "GstObject",
215057                    "GInitiallyUnowned",
215058                    "GObject"
215059                ],
215060                "klass": "Codec/Decoder/Video/Hardware",
215061                "long-name": "NVDEC H.264 Stateless Decoder",
215062                "pad-templates": {
215063                    "sink": {
215064                        "caps": "video/x-h264:\n  stream-format: { (string)avc, (string)avc3, (string)byte-stream }\n      alignment: au\n        profile: { (string)high, (string)main, (string)constrained-high, (string)constrained-baseline, (string)baseline }\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 48, 4096 ]\n         height: [ 16, 4096 ]\n",
215065                        "direction": "sink",
215066                        "presence": "always"
215067                    },
215068                    "src": {
215069                        "caps": "video/x-raw:\n          width: [ 48, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:GLMemory):\n          width: [ 48, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:CUDAMemory):\n          width: [ 48, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n",
215070                        "direction": "src",
215071                        "presence": "always"
215072                    }
215073                },
215074                "rank": "secondary"
215075            },
215076            "nvh265dec": {
215077                "author": "Ericsson AB, http://www.ericsson.com, Seungha Yang <seungha.yang@navercorp.com>",
215078                "description": "NVDEC video decoder",
215079                "hierarchy": [
215080                    "nvh265dec",
215081                    "GstNvDec",
215082                    "GstVideoDecoder",
215083                    "GstElement",
215084                    "GstObject",
215085                    "GInitiallyUnowned",
215086                    "GObject"
215087                ],
215088                "klass": "Codec/Decoder/Video/Hardware",
215089                "long-name": "NVDEC h265 Video Decoder",
215090                "pad-templates": {
215091                    "sink": {
215092                        "caps": "video/x-h265:\n  stream-format: byte-stream\n      alignment: au\n        profile: { (string)main, (string)main-10, (string)main-12, (string)main-444, (string)main-444-10, (string)main-444-12 }\n          width: [ 144, 8192 ]\n         height: [ 144, 8192 ]\n",
215093                        "direction": "sink",
215094                        "presence": "always"
215095                    },
215096                    "src": {
215097                        "caps": "video/x-raw:\n          width: [ 144, 8192 ]\n         height: [ 144, 8192 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12, P010_10LE, P016_LE, Y444, Y444_16LE, Y444_16LE }\n\nvideo/x-raw(memory:GLMemory):\n          width: [ 144, 8192 ]\n         height: [ 144, 8192 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12, P010_10LE, P016_LE, Y444, Y444_16LE, Y444_16LE }\n\nvideo/x-raw(memory:CUDAMemory):\n          width: [ 144, 8192 ]\n         height: [ 144, 8192 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12, P010_10LE, P016_LE, Y444, Y444_16LE, Y444_16LE }\n",
215098                        "direction": "src",
215099                        "presence": "always"
215100                    }
215101                },
215102                "rank": "primary"
215103            },
215104            "nvh265enc": {
215105                "author": "Tim-Philipp Müller <tim@centricular.com>, Matthew Waters <matthew@centricular.com>, Seungha Yang <pudding8757@gmail.com>",
215106                "description": "Encode HEVC video streams using NVIDIA's hardware-accelerated NVENC encoder API",
215107                "hierarchy": [
215108                    "GstNvH265Enc",
215109                    "GstNvDevice0H265Enc",
215110                    "GstNvBaseEnc",
215111                    "GstVideoEncoder",
215112                    "GstElement",
215113                    "GstObject",
215114                    "GInitiallyUnowned",
215115                    "GObject"
215116                ],
215117                "interfaces": [
215118                    "GstPreset"
215119                ],
215120                "klass": "Codec/Encoder/Video/Hardware",
215121                "long-name": "NVENC HEVC Video Encoder",
215122                "pad-templates": {
215123                    "sink": {
215124                        "caps": "video/x-raw:\n         format: { NV12, P010_10LE, P016_LE, Y444, Y444_16LE, Y444_16LE }\n          width: [ 144, 8192 ]\n         height: [ 144, 8192 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:GLMemory):\n         format: { NV12, P010_10LE, P016_LE, Y444, Y444_16LE, Y444_16LE }\n          width: [ 144, 8192 ]\n         height: [ 144, 8192 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:CUDAMemory):\n         format: { NV12, P010_10LE, P016_LE, Y444, Y444_16LE, Y444_16LE }\n          width: [ 144, 8192 ]\n         height: [ 144, 8192 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
215125                        "direction": "sink",
215126                        "presence": "always"
215127                    },
215128                    "src": {
215129                        "caps": "video/x-h265:\n          width: [ 144, 8192 ]\n         height: [ 144, 8192 ]\n  stream-format: byte-stream\n      alignment: au\n        profile: { (string)main, (string)main-10, (string)main-12, (string)main-444, (string)main-444-10, (string)main-444-12 }\n",
215130                        "direction": "src",
215131                        "presence": "always"
215132                    }
215133                },
215134                "properties": {
215135                    "aud": {
215136                        "blurb": "Use AU (Access Unit) delimiter",
215137                        "conditionally-available": false,
215138                        "construct": false,
215139                        "construct-only": false,
215140                        "controllable": false,
215141                        "default": "true",
215142                        "mutable": "playing",
215143                        "readable": true,
215144                        "type": "gboolean",
215145                        "writable": true
215146                    },
215147                    "b-adapt": {
215148                        "blurb": "Enable adaptive B-frame insert when lookahead is enabled",
215149                        "conditionally-available": true,
215150                        "construct": false,
215151                        "construct-only": false,
215152                        "controllable": false,
215153                        "default": "false",
215154                        "mutable": "ready",
215155                        "readable": true,
215156                        "type": "gboolean",
215157                        "writable": true
215158                    },
215159                    "bframes": {
215160                        "blurb": "Number of B-frames between I and P",
215161                        "conditionally-available": true,
215162                        "construct": false,
215163                        "construct-only": false,
215164                        "controllable": false,
215165                        "default": "0",
215166                        "max": "5",
215167                        "min": "0",
215168                        "mutable": "ready",
215169                        "readable": true,
215170                        "type": "guint",
215171                        "writable": true
215172                    },
215173                    "rc-lookahead": {
215174                        "blurb": "Number of frames for frame type lookahead",
215175                        "conditionally-available": true,
215176                        "construct": false,
215177                        "construct-only": false,
215178                        "controllable": false,
215179                        "default": "0",
215180                        "max": "32",
215181                        "min": "0",
215182                        "mutable": "ready",
215183                        "readable": true,
215184                        "type": "guint",
215185                        "writable": true
215186                    },
215187                    "temporal-aq": {
215188                        "blurb": "Temporal Adaptive Quantization",
215189                        "conditionally-available": true,
215190                        "construct": false,
215191                        "construct-only": false,
215192                        "controllable": false,
215193                        "default": "false",
215194                        "mutable": "playing",
215195                        "readable": true,
215196                        "type": "gboolean",
215197                        "writable": true
215198                    },
215199                    "vbv-buffer-size": {
215200                        "blurb": "VBV(HRD) Buffer Size in kbits (0 = NVENC default)",
215201                        "conditionally-available": true,
215202                        "construct": false,
215203                        "construct-only": false,
215204                        "controllable": false,
215205                        "default": "0",
215206                        "max": "-1",
215207                        "min": "0",
215208                        "mutable": "ready",
215209                        "readable": true,
215210                        "type": "guint",
215211                        "writable": true
215212                    },
215213                    "weighted-pred": {
215214                        "blurb": "Weighted Prediction",
215215                        "conditionally-available": true,
215216                        "construct": false,
215217                        "construct-only": false,
215218                        "controllable": false,
215219                        "default": "false",
215220                        "mutable": "playing",
215221                        "readable": true,
215222                        "type": "gboolean",
215223                        "writable": true
215224                    }
215225                },
215226                "rank": "primary + 256"
215227            },
215228            "nvh265sldec": {
215229                "author": "Seungha Yang <seungha@centricular.com>",
215230                "description": "Nvidia H.265 video decoder",
215231                "hierarchy": [
215232                    "GstNvH265StatelessDec",
215233                    "GstNvH265Dec",
215234                    "GstH265Decoder",
215235                    "GstVideoDecoder",
215236                    "GstElement",
215237                    "GstObject",
215238                    "GInitiallyUnowned",
215239                    "GObject"
215240                ],
215241                "klass": "Codec/Decoder/Video/Hardware",
215242                "long-name": "NVDEC H.265 Stateless Decoder",
215243                "pad-templates": {
215244                    "sink": {
215245                        "caps": "video/x-h265:\n  stream-format: { (string)hev1, (string)hvc1, (string)byte-stream }\n      alignment: au\n        profile: { (string)main, (string)main-10, (string)main-12, (string)main-444, (string)main-444-10, (string)main-444-12 }\n          width: [ 144, 8192 ]\n         height: [ 144, 8192 ]\n",
215246                        "direction": "sink",
215247                        "presence": "always"
215248                    },
215249                    "src": {
215250                        "caps": "video/x-raw:\n          width: [ 144, 8192 ]\n         height: [ 144, 8192 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12, P010_10LE, P016_LE, Y444, Y444_16LE, Y444_16LE }\n\nvideo/x-raw(memory:GLMemory):\n          width: [ 144, 8192 ]\n         height: [ 144, 8192 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12, P010_10LE, P016_LE, Y444, Y444_16LE, Y444_16LE }\n\nvideo/x-raw(memory:CUDAMemory):\n          width: [ 144, 8192 ]\n         height: [ 144, 8192 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12, P010_10LE, P016_LE, Y444, Y444_16LE, Y444_16LE }\n",
215251                        "direction": "src",
215252                        "presence": "always"
215253                    }
215254                },
215255                "rank": "secondary"
215256            },
215257            "nvjpegdec": {
215258                "author": "Ericsson AB, http://www.ericsson.com, Seungha Yang <seungha.yang@navercorp.com>",
215259                "description": "NVDEC video decoder",
215260                "hierarchy": [
215261                    "nvjpegdec",
215262                    "GstNvDec",
215263                    "GstVideoDecoder",
215264                    "GstElement",
215265                    "GstObject",
215266                    "GInitiallyUnowned",
215267                    "GObject"
215268                ],
215269                "klass": "Codec/Decoder/Video/Hardware",
215270                "long-name": "NVDEC jpeg Video Decoder",
215271                "pad-templates": {
215272                    "sink": {
215273                        "caps": "image/jpeg:\n          width: [ 64, 32768 ]\n         height: [ 64, 16384 ]\n",
215274                        "direction": "sink",
215275                        "presence": "always"
215276                    },
215277                    "src": {
215278                        "caps": "video/x-raw:\n          width: [ 64, 32768 ]\n         height: [ 64, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:GLMemory):\n          width: [ 64, 32768 ]\n         height: [ 64, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:CUDAMemory):\n          width: [ 64, 32768 ]\n         height: [ 64, 16384 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n",
215279                        "direction": "src",
215280                        "presence": "always"
215281                    }
215282                },
215283                "rank": "primary"
215284            },
215285            "nvmpeg2videodec": {
215286                "author": "Ericsson AB, http://www.ericsson.com, Seungha Yang <seungha.yang@navercorp.com>",
215287                "description": "NVDEC video decoder",
215288                "hierarchy": [
215289                    "nvmpeg2videodec",
215290                    "GstNvDec",
215291                    "GstVideoDecoder",
215292                    "GstElement",
215293                    "GstObject",
215294                    "GInitiallyUnowned",
215295                    "GObject"
215296                ],
215297                "klass": "Codec/Decoder/Video/Hardware",
215298                "long-name": "NVDEC mpeg2video Video Decoder",
215299                "pad-templates": {
215300                    "sink": {
215301                        "caps": "video/mpeg:\n    mpegversion: 2\n   systemstream: false\n          width: [ 48, 4080 ]\n         height: [ 16, 4080 ]\n",
215302                        "direction": "sink",
215303                        "presence": "always"
215304                    },
215305                    "src": {
215306                        "caps": "video/x-raw:\n          width: [ 48, 4080 ]\n         height: [ 16, 4080 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:GLMemory):\n          width: [ 48, 4080 ]\n         height: [ 16, 4080 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:CUDAMemory):\n          width: [ 48, 4080 ]\n         height: [ 16, 4080 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n",
215307                        "direction": "src",
215308                        "presence": "always"
215309                    }
215310                },
215311                "rank": "primary"
215312            },
215313            "nvmpeg4videodec": {
215314                "author": "Ericsson AB, http://www.ericsson.com, Seungha Yang <seungha.yang@navercorp.com>",
215315                "description": "NVDEC video decoder",
215316                "hierarchy": [
215317                    "nvmpeg4videodec",
215318                    "GstNvDec",
215319                    "GstVideoDecoder",
215320                    "GstElement",
215321                    "GstObject",
215322                    "GInitiallyUnowned",
215323                    "GObject"
215324                ],
215325                "klass": "Codec/Decoder/Video/Hardware",
215326                "long-name": "NVDEC mpeg4video Video Decoder",
215327                "pad-templates": {
215328                    "sink": {
215329                        "caps": "video/mpeg:\n    mpegversion: 4\n   systemstream: false\n          width: [ 48, 2032 ]\n         height: [ 16, 2032 ]\n",
215330                        "direction": "sink",
215331                        "presence": "always"
215332                    },
215333                    "src": {
215334                        "caps": "video/x-raw:\n          width: [ 48, 2032 ]\n         height: [ 16, 2032 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:GLMemory):\n          width: [ 48, 2032 ]\n         height: [ 16, 2032 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:CUDAMemory):\n          width: [ 48, 2032 ]\n         height: [ 16, 2032 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n",
215335                        "direction": "src",
215336                        "presence": "always"
215337                    }
215338                },
215339                "rank": "primary"
215340            },
215341            "nvmpegvideodec": {
215342                "author": "Ericsson AB, http://www.ericsson.com, Seungha Yang <seungha.yang@navercorp.com>",
215343                "description": "NVDEC video decoder",
215344                "hierarchy": [
215345                    "nvmpegvideodec",
215346                    "GstNvDec",
215347                    "GstVideoDecoder",
215348                    "GstElement",
215349                    "GstObject",
215350                    "GInitiallyUnowned",
215351                    "GObject"
215352                ],
215353                "klass": "Codec/Decoder/Video/Hardware",
215354                "long-name": "NVDEC mpegvideo Video Decoder",
215355                "pad-templates": {
215356                    "sink": {
215357                        "caps": "video/mpeg:\n    mpegversion: 1\n   systemstream: false\n          width: [ 48, 4080 ]\n         height: [ 16, 4080 ]\n",
215358                        "direction": "sink",
215359                        "presence": "always"
215360                    },
215361                    "src": {
215362                        "caps": "video/x-raw:\n          width: [ 48, 4080 ]\n         height: [ 16, 4080 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:GLMemory):\n          width: [ 48, 4080 ]\n         height: [ 16, 4080 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:CUDAMemory):\n          width: [ 48, 4080 ]\n         height: [ 16, 4080 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n",
215363                        "direction": "src",
215364                        "presence": "always"
215365                    }
215366                },
215367                "rank": "primary"
215368            },
215369            "nvvp8dec": {
215370                "author": "Ericsson AB, http://www.ericsson.com, Seungha Yang <seungha.yang@navercorp.com>",
215371                "description": "NVDEC video decoder",
215372                "hierarchy": [
215373                    "nvvp8dec",
215374                    "GstNvDec",
215375                    "GstVideoDecoder",
215376                    "GstElement",
215377                    "GstObject",
215378                    "GInitiallyUnowned",
215379                    "GObject"
215380                ],
215381                "klass": "Codec/Decoder/Video/Hardware",
215382                "long-name": "NVDEC vp8 Video Decoder",
215383                "pad-templates": {
215384                    "sink": {
215385                        "caps": "video/x-vp8:\n          width: [ 48, 4096 ]\n         height: [ 16, 4096 ]\n",
215386                        "direction": "sink",
215387                        "presence": "always"
215388                    },
215389                    "src": {
215390                        "caps": "video/x-raw:\n          width: [ 48, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:GLMemory):\n          width: [ 48, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:CUDAMemory):\n          width: [ 48, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n",
215391                        "direction": "src",
215392                        "presence": "always"
215393                    }
215394                },
215395                "rank": "primary"
215396            },
215397            "nvvp8sldec": {
215398                "author": "Seungha Yang <seungha@centricular.com>",
215399                "description": "NVIDIA VP8 video decoder",
215400                "hierarchy": [
215401                    "GstNvVP8StatelessDec",
215402                    "GstNvVp8Dec",
215403                    "GstVp8Decoder",
215404                    "GstVideoDecoder",
215405                    "GstElement",
215406                    "GstObject",
215407                    "GInitiallyUnowned",
215408                    "GObject"
215409                ],
215410                "klass": "Codec/Decoder/Video/Hardware",
215411                "long-name": "NVDEC VP8 Stateless Decoder",
215412                "pad-templates": {
215413                    "sink": {
215414                        "caps": "video/x-vp8:\n          width: [ 48, 4096 ]\n         height: [ 16, 4096 ]\n",
215415                        "direction": "sink",
215416                        "presence": "always"
215417                    },
215418                    "src": {
215419                        "caps": "video/x-raw:\n          width: [ 48, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:GLMemory):\n          width: [ 48, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n\nvideo/x-raw(memory:CUDAMemory):\n          width: [ 48, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12 }\n",
215420                        "direction": "src",
215421                        "presence": "always"
215422                    }
215423                },
215424                "rank": "secondary"
215425            },
215426            "nvvp9dec": {
215427                "author": "Ericsson AB, http://www.ericsson.com, Seungha Yang <seungha.yang@navercorp.com>",
215428                "description": "NVDEC video decoder",
215429                "hierarchy": [
215430                    "nvvp9dec",
215431                    "GstNvDec",
215432                    "GstVideoDecoder",
215433                    "GstElement",
215434                    "GstObject",
215435                    "GInitiallyUnowned",
215436                    "GObject"
215437                ],
215438                "klass": "Codec/Decoder/Video/Hardware",
215439                "long-name": "NVDEC vp9 Video Decoder",
215440                "pad-templates": {
215441                    "sink": {
215442                        "caps": "video/x-vp9:\n          width: [ 128, 8192 ]\n         height: [ 128, 8192 ]\n        profile: { (string)0, (string)2 }\n",
215443                        "direction": "sink",
215444                        "presence": "always"
215445                    },
215446                    "src": {
215447                        "caps": "video/x-raw:\n          width: [ 128, 8192 ]\n         height: [ 128, 8192 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12, P010_10LE, P016_LE }\n\nvideo/x-raw(memory:GLMemory):\n          width: [ 128, 8192 ]\n         height: [ 128, 8192 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12, P010_10LE, P016_LE }\n\nvideo/x-raw(memory:CUDAMemory):\n          width: [ 128, 8192 ]\n         height: [ 128, 8192 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12, P010_10LE, P016_LE }\n",
215448                        "direction": "src",
215449                        "presence": "always"
215450                    }
215451                },
215452                "rank": "primary"
215453            },
215454            "nvvp9sldec": {
215455                "author": "Seungha Yang <seungha@centricular.com>",
215456                "description": "NVIDIA VP9 video decoder",
215457                "hierarchy": [
215458                    "GstNvVP9StatelessDec",
215459                    "GstNvVp9Dec",
215460                    "GstVp9Decoder",
215461                    "GstVideoDecoder",
215462                    "GstElement",
215463                    "GstObject",
215464                    "GInitiallyUnowned",
215465                    "GObject"
215466                ],
215467                "klass": "Codec/Decoder/Video/Hardware",
215468                "long-name": "NVDEC VP9 Stateless Decoder",
215469                "pad-templates": {
215470                    "sink": {
215471                        "caps": "video/x-vp9:\n          width: [ 128, 8192 ]\n         height: [ 128, 8192 ]\n        profile: { (string)0, (string)2 }\n      alignment: frame\n",
215472                        "direction": "sink",
215473                        "presence": "always"
215474                    },
215475                    "src": {
215476                        "caps": "video/x-raw:\n          width: [ 128, 8192 ]\n         height: [ 128, 8192 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12, P010_10LE, P016_LE }\n\nvideo/x-raw(memory:GLMemory):\n          width: [ 128, 8192 ]\n         height: [ 128, 8192 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12, P010_10LE, P016_LE }\n\nvideo/x-raw(memory:CUDAMemory):\n          width: [ 128, 8192 ]\n         height: [ 128, 8192 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         format: { NV12, P010_10LE, P016_LE }\n",
215477                        "direction": "src",
215478                        "presence": "always"
215479                    }
215480                },
215481                "rank": "secondary"
215482            }
215483        },
215484        "filename": "gstnvcodec",
215485        "license": "LGPL",
215486        "other-types": {
215487            "GstCudaBaseFilter": {
215488                "hierarchy": [
215489                    "GstCudaBaseFilter",
215490                    "GstCudaBaseTransform",
215491                    "GstBaseTransform",
215492                    "GstElement",
215493                    "GstObject",
215494                    "GInitiallyUnowned",
215495                    "GObject"
215496                ],
215497                "kind": "object"
215498            },
215499            "GstCudaBaseTransform": {
215500                "hierarchy": [
215501                    "GstCudaBaseTransform",
215502                    "GstBaseTransform",
215503                    "GstElement",
215504                    "GstObject",
215505                    "GInitiallyUnowned",
215506                    "GObject"
215507                ],
215508                "kind": "object",
215509                "properties": {
215510                    "cuda-device-id": {
215511                        "blurb": "Set the GPU device to use for operations (-1 = auto)",
215512                        "conditionally-available": false,
215513                        "construct": false,
215514                        "construct-only": false,
215515                        "controllable": false,
215516                        "default": "-1",
215517                        "max": "2147483647",
215518                        "min": "-1",
215519                        "mutable": "ready",
215520                        "readable": true,
215521                        "type": "gint",
215522                        "writable": true
215523                    }
215524                }
215525            },
215526            "GstNvBaseEnc": {
215527                "hierarchy": [
215528                    "GstNvBaseEnc",
215529                    "GstVideoEncoder",
215530                    "GstElement",
215531                    "GstObject",
215532                    "GInitiallyUnowned",
215533                    "GObject"
215534                ],
215535                "interfaces": [
215536                    "GstPreset"
215537                ],
215538                "kind": "object",
215539                "properties": {
215540                    "aq-strength": {
215541                        "blurb": "Adaptive Quantization Strength when spatial-aq is enabled from 1 (low) to 15 (aggressive), (0 = autoselect)",
215542                        "conditionally-available": false,
215543                        "construct": false,
215544                        "construct-only": false,
215545                        "controllable": false,
215546                        "default": "0",
215547                        "max": "15",
215548                        "min": "0",
215549                        "mutable": "playing",
215550                        "readable": true,
215551                        "type": "guint",
215552                        "writable": true
215553                    },
215554                    "bitrate": {
215555                        "blurb": "Bitrate in kbit/sec (0 = from NVENC preset)",
215556                        "conditionally-available": false,
215557                        "construct": false,
215558                        "construct-only": false,
215559                        "controllable": false,
215560                        "default": "0",
215561                        "max": "2048000",
215562                        "min": "0",
215563                        "mutable": "playing",
215564                        "readable": true,
215565                        "type": "guint",
215566                        "writable": true
215567                    },
215568                    "const-quality": {
215569                        "blurb": "Target Constant Quality level for VBR mode (0 = automatic)",
215570                        "conditionally-available": false,
215571                        "construct": false,
215572                        "construct-only": false,
215573                        "controllable": false,
215574                        "default": "0",
215575                        "max": "51",
215576                        "min": "0",
215577                        "mutable": "playing",
215578                        "readable": true,
215579                        "type": "gdouble",
215580                        "writable": true
215581                    },
215582                    "cuda-device-id": {
215583                        "blurb": "Get the GPU device to use for operations",
215584                        "conditionally-available": false,
215585                        "construct": false,
215586                        "construct-only": false,
215587                        "controllable": false,
215588                        "default": "0",
215589                        "max": "-1",
215590                        "min": "0",
215591                        "mutable": "null",
215592                        "readable": true,
215593                        "type": "guint",
215594                        "writable": false
215595                    },
215596                    "gop-size": {
215597                        "blurb": "Number of frames between intra frames (-1 = infinite)",
215598                        "conditionally-available": false,
215599                        "construct": false,
215600                        "construct-only": false,
215601                        "controllable": false,
215602                        "default": "75",
215603                        "max": "2147483647",
215604                        "min": "-1",
215605                        "mutable": "playing",
215606                        "readable": true,
215607                        "type": "gint",
215608                        "writable": true
215609                    },
215610                    "i-adapt": {
215611                        "blurb": "Enable adaptive I-frame insert when lookahead is enabled",
215612                        "conditionally-available": false,
215613                        "construct": false,
215614                        "construct-only": false,
215615                        "controllable": false,
215616                        "default": "false",
215617                        "mutable": "ready",
215618                        "readable": true,
215619                        "type": "gboolean",
215620                        "writable": true
215621                    },
215622                    "max-bitrate": {
215623                        "blurb": "Maximum Bitrate in kbit/sec (ignored for CBR mode)",
215624                        "conditionally-available": false,
215625                        "construct": false,
215626                        "construct-only": false,
215627                        "controllable": false,
215628                        "default": "0",
215629                        "max": "2048000",
215630                        "min": "0",
215631                        "mutable": "playing",
215632                        "readable": true,
215633                        "type": "guint",
215634                        "writable": true
215635                    },
215636                    "nonref-p": {
215637                        "blurb": "Automatic insertion of non-reference P-frames",
215638                        "conditionally-available": false,
215639                        "construct": false,
215640                        "construct-only": false,
215641                        "controllable": false,
215642                        "default": "false",
215643                        "mutable": "playing",
215644                        "readable": true,
215645                        "type": "gboolean",
215646                        "writable": true
215647                    },
215648                    "preset": {
215649                        "blurb": "Encoding Preset",
215650                        "conditionally-available": false,
215651                        "construct": false,
215652                        "construct-only": false,
215653                        "controllable": false,
215654                        "default": "default (0)",
215655                        "mutable": "playing",
215656                        "readable": true,
215657                        "type": "GstNvPreset",
215658                        "writable": true
215659                    },
215660                    "qp-const": {
215661                        "blurb": "Constant quantizer (-1 = from NVENC preset)",
215662                        "conditionally-available": false,
215663                        "construct": false,
215664                        "construct-only": false,
215665                        "controllable": false,
215666                        "default": "-1",
215667                        "max": "51",
215668                        "min": "-1",
215669                        "mutable": "playing",
215670                        "readable": true,
215671                        "type": "gint",
215672                        "writable": true
215673                    },
215674                    "qp-const-b": {
215675                        "blurb": "Constant QP value for B frame, When >= 0, \"qp-const-i\" and \"qp-const-p\" should be also >= 0. Overwritten by \"qp-const\" (-1 = from NVENC preset)",
215676                        "conditionally-available": false,
215677                        "construct": false,
215678                        "construct-only": false,
215679                        "controllable": false,
215680                        "default": "-1",
215681                        "max": "51",
215682                        "min": "-1",
215683                        "mutable": "playing",
215684                        "readable": true,
215685                        "type": "gint",
215686                        "writable": true
215687                    },
215688                    "qp-const-i": {
215689                        "blurb": "Constant QP value for I frame, When >= 0, \"qp-const-p\" and \"qp-const-b\" should be also >= 0. Overwritten by \"qp-const\" (-1 = from NVENC preset)",
215690                        "conditionally-available": false,
215691                        "construct": false,
215692                        "construct-only": false,
215693                        "controllable": false,
215694                        "default": "-1",
215695                        "max": "51",
215696                        "min": "-1",
215697                        "mutable": "playing",
215698                        "readable": true,
215699                        "type": "gint",
215700                        "writable": true
215701                    },
215702                    "qp-const-p": {
215703                        "blurb": "Constant QP value for P frame, When >= 0, \"qp-const-i\" and \"qp-const-b\" should be also >= 0. Overwritten by \"qp-const\" (-1 = from NVENC preset)",
215704                        "conditionally-available": false,
215705                        "construct": false,
215706                        "construct-only": false,
215707                        "controllable": false,
215708                        "default": "-1",
215709                        "max": "51",
215710                        "min": "-1",
215711                        "mutable": "playing",
215712                        "readable": true,
215713                        "type": "gint",
215714                        "writable": true
215715                    },
215716                    "qp-max": {
215717                        "blurb": "Maximum quantizer (-1 = from NVENC preset)",
215718                        "conditionally-available": false,
215719                        "construct": false,
215720                        "construct-only": false,
215721                        "controllable": false,
215722                        "default": "-1",
215723                        "max": "51",
215724                        "min": "-1",
215725                        "mutable": "playing",
215726                        "readable": true,
215727                        "type": "gint",
215728                        "writable": true
215729                    },
215730                    "qp-max-b": {
215731                        "blurb": "Maximum QP value for B frame, When >= 0, \"qp-max-i\" and \"qp-max-p\" should be also >= 0. Overwritten by \"qp-max\" (-1 = from NVENC preset)",
215732                        "conditionally-available": false,
215733                        "construct": false,
215734                        "construct-only": false,
215735                        "controllable": false,
215736                        "default": "-1",
215737                        "max": "51",
215738                        "min": "-1",
215739                        "mutable": "playing",
215740                        "readable": true,
215741                        "type": "gint",
215742                        "writable": true
215743                    },
215744                    "qp-max-i": {
215745                        "blurb": "Maximum QP value for I frame, When >= 0, \"qp-max-p\" and \"qp-max-b\" should be also >= 0. Overwritten by \"qp-max\" (-1 = from NVENC preset)",
215746                        "conditionally-available": false,
215747                        "construct": false,
215748                        "construct-only": false,
215749                        "controllable": false,
215750                        "default": "-1",
215751                        "max": "51",
215752                        "min": "-1",
215753                        "mutable": "playing",
215754                        "readable": true,
215755                        "type": "gint",
215756                        "writable": true
215757                    },
215758                    "qp-max-p": {
215759                        "blurb": "Maximum QP value for P frame, When >= 0, \"qp-max-i\" and \"qp-max-b\" should be also >= 0. Overwritten by \"qp-max\" (-1 = from NVENC preset)",
215760                        "conditionally-available": false,
215761                        "construct": false,
215762                        "construct-only": false,
215763                        "controllable": false,
215764                        "default": "-1",
215765                        "max": "51",
215766                        "min": "-1",
215767                        "mutable": "playing",
215768                        "readable": true,
215769                        "type": "gint",
215770                        "writable": true
215771                    },
215772                    "qp-min": {
215773                        "blurb": "Minimum quantizer (-1 = from NVENC preset)",
215774                        "conditionally-available": false,
215775                        "construct": false,
215776                        "construct-only": false,
215777                        "controllable": false,
215778                        "default": "-1",
215779                        "max": "51",
215780                        "min": "-1",
215781                        "mutable": "playing",
215782                        "readable": true,
215783                        "type": "gint",
215784                        "writable": true
215785                    },
215786                    "qp-min-b": {
215787                        "blurb": "Minimum QP value for B frame, When >= 0, \"qp-min-i\" and \"qp-min-p\" should be also >= 0. Overwritten by \"qp-min\" (-1 = from NVENC preset)",
215788                        "conditionally-available": false,
215789                        "construct": false,
215790                        "construct-only": false,
215791                        "controllable": false,
215792                        "default": "-1",
215793                        "max": "51",
215794                        "min": "-1",
215795                        "mutable": "playing",
215796                        "readable": true,
215797                        "type": "gint",
215798                        "writable": true
215799                    },
215800                    "qp-min-i": {
215801                        "blurb": "Minimum QP value for I frame, When >= 0, \"qp-min-p\" and \"qp-min-b\" should be also >= 0. Overwritten by \"qp-min\" (-1 = from NVENC preset)",
215802                        "conditionally-available": false,
215803                        "construct": false,
215804                        "construct-only": false,
215805                        "controllable": false,
215806                        "default": "-1",
215807                        "max": "51",
215808                        "min": "-1",
215809                        "mutable": "playing",
215810                        "readable": true,
215811                        "type": "gint",
215812                        "writable": true
215813                    },
215814                    "qp-min-p": {
215815                        "blurb": "Minimum QP value for P frame, When >= 0, \"qp-min-i\" and \"qp-min-b\" should be also >= 0. Overwritten by \"qp-min\" (-1 = from NVENC preset)",
215816                        "conditionally-available": false,
215817                        "construct": false,
215818                        "construct-only": false,
215819                        "controllable": false,
215820                        "default": "-1",
215821                        "max": "51",
215822                        "min": "-1",
215823                        "mutable": "playing",
215824                        "readable": true,
215825                        "type": "gint",
215826                        "writable": true
215827                    },
215828                    "rc-mode": {
215829                        "blurb": "Rate Control Mode",
215830                        "conditionally-available": false,
215831                        "construct": false,
215832                        "construct-only": false,
215833                        "controllable": false,
215834                        "default": "default (0)",
215835                        "mutable": "playing",
215836                        "readable": true,
215837                        "type": "GstNvRCMode",
215838                        "writable": true
215839                    },
215840                    "spatial-aq": {
215841                        "blurb": "Spatial Adaptive Quantization",
215842                        "conditionally-available": false,
215843                        "construct": false,
215844                        "construct-only": false,
215845                        "controllable": false,
215846                        "default": "false",
215847                        "mutable": "playing",
215848                        "readable": true,
215849                        "type": "gboolean",
215850                        "writable": true
215851                    },
215852                    "strict-gop": {
215853                        "blurb": "Minimize GOP-to-GOP rate fluctuations",
215854                        "conditionally-available": false,
215855                        "construct": false,
215856                        "construct-only": false,
215857                        "controllable": false,
215858                        "default": "false",
215859                        "mutable": "playing",
215860                        "readable": true,
215861                        "type": "gboolean",
215862                        "writable": true
215863                    },
215864                    "zerolatency": {
215865                        "blurb": "Zero latency operation (no reordering delay)",
215866                        "conditionally-available": false,
215867                        "construct": false,
215868                        "construct-only": false,
215869                        "controllable": false,
215870                        "default": "false",
215871                        "mutable": "playing",
215872                        "readable": true,
215873                        "type": "gboolean",
215874                        "writable": true
215875                    }
215876                }
215877            },
215878            "GstNvDec": {
215879                "hierarchy": [
215880                    "GstNvDec",
215881                    "GstVideoDecoder",
215882                    "GstElement",
215883                    "GstObject",
215884                    "GInitiallyUnowned",
215885                    "GObject"
215886                ],
215887                "kind": "object",
215888                "properties": {
215889                    "max-display-delay": {
215890                        "blurb": "Improves pipelining of decode with display, 0 means no delay (auto = -1)",
215891                        "conditionally-available": false,
215892                        "construct": false,
215893                        "construct-only": false,
215894                        "controllable": false,
215895                        "default": "-1",
215896                        "max": "2147483647",
215897                        "min": "-1",
215898                        "mutable": "null",
215899                        "readable": true,
215900                        "type": "gint",
215901                        "writable": true
215902                    }
215903                }
215904            },
215905            "GstNvDevice0H264Enc": {
215906                "hierarchy": [
215907                    "GstNvDevice0H264Enc",
215908                    "GstNvBaseEnc",
215909                    "GstVideoEncoder",
215910                    "GstElement",
215911                    "GstObject",
215912                    "GInitiallyUnowned",
215913                    "GObject"
215914                ],
215915                "interfaces": [
215916                    "GstPreset"
215917                ],
215918                "kind": "object"
215919            },
215920            "GstNvDevice0H265Enc": {
215921                "hierarchy": [
215922                    "GstNvDevice0H265Enc",
215923                    "GstNvBaseEnc",
215924                    "GstVideoEncoder",
215925                    "GstElement",
215926                    "GstObject",
215927                    "GInitiallyUnowned",
215928                    "GObject"
215929                ],
215930                "interfaces": [
215931                    "GstPreset"
215932                ],
215933                "kind": "object"
215934            },
215935            "GstNvH264Dec": {
215936                "hierarchy": [
215937                    "GstNvH264Dec",
215938                    "GstH264Decoder",
215939                    "GstVideoDecoder",
215940                    "GstElement",
215941                    "GstObject",
215942                    "GInitiallyUnowned",
215943                    "GObject"
215944                ],
215945                "kind": "object"
215946            },
215947            "GstNvH265Dec": {
215948                "hierarchy": [
215949                    "GstNvH265Dec",
215950                    "GstH265Decoder",
215951                    "GstVideoDecoder",
215952                    "GstElement",
215953                    "GstObject",
215954                    "GInitiallyUnowned",
215955                    "GObject"
215956                ],
215957                "kind": "object"
215958            },
215959            "GstNvPreset": {
215960                "kind": "enum",
215961                "values": [
215962                    {
215963                        "desc": "Default",
215964                        "name": "default",
215965                        "value": "0"
215966                    },
215967                    {
215968                        "desc": "High Performance",
215969                        "name": "hp",
215970                        "value": "1"
215971                    },
215972                    {
215973                        "desc": "High Quality",
215974                        "name": "hq",
215975                        "value": "2"
215976                    },
215977                    {
215978                        "desc": "Low Latency",
215979                        "name": "low-latency",
215980                        "value": "3"
215981                    },
215982                    {
215983                        "desc": "Low Latency, High Quality",
215984                        "name": "low-latency-hq",
215985                        "value": "4"
215986                    },
215987                    {
215988                        "desc": "Low Latency, High Performance",
215989                        "name": "low-latency-hp",
215990                        "value": "5"
215991                    },
215992                    {
215993                        "desc": "Lossless",
215994                        "name": "lossless",
215995                        "value": "6"
215996                    },
215997                    {
215998                        "desc": "Lossless, High Performance",
215999                        "name": "lossless-hp",
216000                        "value": "7"
216001                    }
216002                ]
216003            },
216004            "GstNvRCMode": {
216005                "kind": "enum",
216006                "values": [
216007                    {
216008                        "desc": "Default",
216009                        "name": "default",
216010                        "value": "0"
216011                    },
216012                    {
216013                        "desc": "Constant Quantization",
216014                        "name": "constqp",
216015                        "value": "1"
216016                    },
216017                    {
216018                        "desc": "Constant Bit Rate",
216019                        "name": "cbr",
216020                        "value": "2"
216021                    },
216022                    {
216023                        "desc": "Variable Bit Rate",
216024                        "name": "vbr",
216025                        "value": "3"
216026                    },
216027                    {
216028                        "desc": "Variable Bit Rate (with minimum quantization parameter, DEPRECATED)",
216029                        "name": "vbr-minqp",
216030                        "value": "4"
216031                    },
216032                    {
216033                        "desc": "Low-Delay CBR, High Quality",
216034                        "name": "cbr-ld-hq",
216035                        "value": "5"
216036                    },
216037                    {
216038                        "desc": "CBR, High Quality (slower)",
216039                        "name": "cbr-hq",
216040                        "value": "6"
216041                    },
216042                    {
216043                        "desc": "VBR, High Quality (slower)",
216044                        "name": "vbr-hq",
216045                        "value": "7"
216046                    }
216047                ]
216048            },
216049            "GstNvVp8Dec": {
216050                "hierarchy": [
216051                    "GstNvVp8Dec",
216052                    "GstVp8Decoder",
216053                    "GstVideoDecoder",
216054                    "GstElement",
216055                    "GstObject",
216056                    "GInitiallyUnowned",
216057                    "GObject"
216058                ],
216059                "kind": "object"
216060            },
216061            "GstNvVp9Dec": {
216062                "hierarchy": [
216063                    "GstNvVp9Dec",
216064                    "GstVp9Decoder",
216065                    "GstVideoDecoder",
216066                    "GstElement",
216067                    "GstObject",
216068                    "GInitiallyUnowned",
216069                    "GObject"
216070                ],
216071                "kind": "object"
216072            }
216073        },
216074        "package": "GStreamer Bad Plug-ins",
216075        "source": "gst-plugins-bad",
216076        "tracers": {},
216077        "url": "Unknown package origin"
216078    },
216079    "openal": {
216080        "description": "OpenAL plugin library",
216081        "elements": {
216082            "openalsink": {
216083                "author": "Juan Manuel Borges Caño <juanmabcmail@gmail.com>",
216084                "description": "Output audio through OpenAL",
216085                "hierarchy": [
216086                    "GstOpenALSink",
216087                    "GstAudioSink",
216088                    "GstAudioBaseSink",
216089                    "GstBaseSink",
216090                    "GstElement",
216091                    "GstObject",
216092                    "GInitiallyUnowned",
216093                    "GObject"
216094                ],
216095                "klass": "Sink/Audio",
216096                "long-name": "OpenAL Audio Sink",
216097                "pad-templates": {
216098                    "sink": {
216099                        "caps": "audio/x-raw:\n         format: F64LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2 ]\naudio/x-raw:\n         format: F32LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\naudio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\naudio/x-raw:\n         format: U8\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
216100                        "direction": "sink",
216101                        "presence": "always"
216102                    }
216103                },
216104                "properties": {
216105                    "device": {
216106                        "blurb": "Human-readable name of the device",
216107                        "conditionally-available": false,
216108                        "construct": false,
216109                        "construct-only": false,
216110                        "controllable": false,
216111                        "default": "NULL",
216112                        "mutable": "null",
216113                        "readable": true,
216114                        "type": "gchararray",
216115                        "writable": true
216116                    },
216117                    "device-name": {
216118                        "blurb": "Human-readable name of the opened device",
216119                        "conditionally-available": false,
216120                        "construct": false,
216121                        "construct-only": false,
216122                        "controllable": false,
216123                        "default": "",
216124                        "mutable": "null",
216125                        "readable": true,
216126                        "type": "gchararray",
216127                        "writable": false
216128                    },
216129                    "user-context": {
216130                        "blurb": "User context",
216131                        "conditionally-available": false,
216132                        "construct": false,
216133                        "construct-only": false,
216134                        "controllable": false,
216135                        "mutable": "null",
216136                        "readable": true,
216137                        "type": "gpointer",
216138                        "writable": true
216139                    },
216140                    "user-device": {
216141                        "blurb": "User device",
216142                        "conditionally-available": false,
216143                        "construct": false,
216144                        "construct-only": false,
216145                        "controllable": false,
216146                        "mutable": "null",
216147                        "readable": true,
216148                        "type": "gpointer",
216149                        "writable": true
216150                    },
216151                    "user-source": {
216152                        "blurb": "User source",
216153                        "conditionally-available": false,
216154                        "construct": false,
216155                        "construct-only": false,
216156                        "controllable": false,
216157                        "default": "0",
216158                        "max": "-1",
216159                        "min": "0",
216160                        "mutable": "null",
216161                        "readable": true,
216162                        "type": "guint",
216163                        "writable": true
216164                    }
216165                },
216166                "rank": "secondary"
216167            },
216168            "openalsrc": {
216169                "author": "Juan Manuel Borges Caño <juanmabcmail@gmail.com>",
216170                "description": "Input audio through OpenAL",
216171                "hierarchy": [
216172                    "GstOpenalSrc",
216173                    "GstAudioSrc",
216174                    "GstAudioBaseSrc",
216175                    "GstPushSrc",
216176                    "GstBaseSrc",
216177                    "GstElement",
216178                    "GstObject",
216179                    "GInitiallyUnowned",
216180                    "GObject"
216181                ],
216182                "klass": "Source/Audio",
216183                "long-name": "OpenAL Audio Source",
216184                "pad-templates": {
216185                    "src": {
216186                        "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: 1\naudio/x-raw:\n         format: U8\n           rate: [ 1, 2147483647 ]\n       channels: 1\n",
216187                        "direction": "src",
216188                        "presence": "always"
216189                    }
216190                },
216191                "properties": {
216192                    "device": {
216193                        "blurb": "User device, default device if NULL",
216194                        "conditionally-available": false,
216195                        "construct": false,
216196                        "construct-only": false,
216197                        "controllable": false,
216198                        "default": "NULL",
216199                        "mutable": "null",
216200                        "readable": true,
216201                        "type": "gchararray",
216202                        "writable": true
216203                    },
216204                    "device-name": {
216205                        "blurb": "Human-readable name of the device",
216206                        "conditionally-available": false,
216207                        "construct": false,
216208                        "construct-only": false,
216209                        "controllable": false,
216210                        "default": "NULL",
216211                        "mutable": "null",
216212                        "readable": true,
216213                        "type": "gchararray",
216214                        "writable": false
216215                    }
216216                },
216217                "rank": "secondary"
216218            }
216219        },
216220        "filename": "gstopenal",
216221        "license": "LGPL",
216222        "other-types": {},
216223        "package": "GStreamer Bad Plug-ins",
216224        "source": "gst-plugins-bad",
216225        "tracers": {},
216226        "url": "Unknown package origin"
216227    },
216228    "opencv": {
216229        "description": "GStreamer OpenCV Plugins",
216230        "elements": {
216231            "cameracalibrate": {
216232                "author": "Philippe Renon <philippe_renon@yahoo.fr>",
216233                "description": "Performs camera calibration by having it point at a chessboard pattern using upstream/downstream cameraundistort",
216234                "hierarchy": [
216235                    "GstCameraCalibrate",
216236                    "GstOpencvVideoFilter",
216237                    "GstVideoFilter",
216238                    "GstBaseTransform",
216239                    "GstElement",
216240                    "GstObject",
216241                    "GInitiallyUnowned",
216242                    "GObject"
216243                ],
216244                "klass": "Filter/Effect/Video",
216245                "long-name": "cameracalibrate",
216246                "pad-templates": {
216247                    "sink": {
216248                        "caps": "video/x-raw:\n         format: RGBx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xRGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xBGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ARGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ABGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: GRAY8\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
216249                        "direction": "sink",
216250                        "presence": "always"
216251                    },
216252                    "src": {
216253                        "caps": "video/x-raw:\n         format: RGBx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xRGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xBGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ARGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ABGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: GRAY8\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
216254                        "direction": "src",
216255                        "presence": "always"
216256                    }
216257                },
216258                "properties": {
216259                    "aspect-ratio": {
216260                        "blurb": "The aspect ratio",
216261                        "conditionally-available": false,
216262                        "construct": false,
216263                        "construct-only": false,
216264                        "controllable": false,
216265                        "default": "1",
216266                        "max": "3.40282e+38",
216267                        "min": "0",
216268                        "mutable": "null",
216269                        "readable": true,
216270                        "type": "gfloat",
216271                        "writable": true
216272                    },
216273                    "board-height": {
216274                        "blurb": "The board height in number of items (e.g. number of squares for chessboard)",
216275                        "conditionally-available": false,
216276                        "construct": false,
216277                        "construct-only": false,
216278                        "controllable": false,
216279                        "default": "6",
216280                        "max": "2147483647",
216281                        "min": "1",
216282                        "mutable": "null",
216283                        "readable": true,
216284                        "type": "gint",
216285                        "writable": true
216286                    },
216287                    "board-width": {
216288                        "blurb": "The board width in number of items (e.g. number of squares for chessboard)",
216289                        "conditionally-available": false,
216290                        "construct": false,
216291                        "construct-only": false,
216292                        "controllable": false,
216293                        "default": "9",
216294                        "max": "2147483647",
216295                        "min": "1",
216296                        "mutable": "null",
216297                        "readable": true,
216298                        "type": "gint",
216299                        "writable": true
216300                    },
216301                    "center-principal-point": {
216302                        "blurb": "Fix the principal point at the center",
216303                        "conditionally-available": false,
216304                        "construct": false,
216305                        "construct-only": false,
216306                        "controllable": false,
216307                        "default": "false",
216308                        "mutable": "null",
216309                        "readable": true,
216310                        "type": "gboolean",
216311                        "writable": true
216312                    },
216313                    "corner-sub-pixel": {
216314                        "blurb": "Improve corner detection accuracy for chessboard",
216315                        "conditionally-available": false,
216316                        "construct": false,
216317                        "construct-only": false,
216318                        "controllable": false,
216319                        "default": "true",
216320                        "mutable": "null",
216321                        "readable": true,
216322                        "type": "gboolean",
216323                        "writable": true
216324                    },
216325                    "delay": {
216326                        "blurb": "Sampling periodicity in ms",
216327                        "conditionally-available": false,
216328                        "construct": false,
216329                        "construct-only": false,
216330                        "controllable": false,
216331                        "default": "350",
216332                        "max": "2147483647",
216333                        "min": "0",
216334                        "mutable": "null",
216335                        "readable": true,
216336                        "type": "gint",
216337                        "writable": true
216338                    },
216339                    "frame-count": {
216340                        "blurb": "The number of frames to use from the input for calibration",
216341                        "conditionally-available": false,
216342                        "construct": false,
216343                        "construct-only": false,
216344                        "controllable": false,
216345                        "default": "25",
216346                        "max": "2147483647",
216347                        "min": "1",
216348                        "mutable": "null",
216349                        "readable": true,
216350                        "type": "gint",
216351                        "writable": true
216352                    },
216353                    "pattern": {
216354                        "blurb": "One of the chessboard, circles, or asymmetric circle pattern",
216355                        "conditionally-available": false,
216356                        "construct": false,
216357                        "construct-only": false,
216358                        "controllable": false,
216359                        "default": "chessboard (0)",
216360                        "mutable": "null",
216361                        "readable": true,
216362                        "type": "GstCameraCalibrationPattern",
216363                        "writable": true
216364                    },
216365                    "settings": {
216366                        "blurb": "Camera correction parameters (opaque string of serialized OpenCV objects)",
216367                        "conditionally-available": false,
216368                        "construct": false,
216369                        "construct-only": false,
216370                        "controllable": false,
216371                        "default": "NULL",
216372                        "mutable": "null",
216373                        "readable": true,
216374                        "type": "gchararray",
216375                        "writable": false
216376                    },
216377                    "show-corners": {
216378                        "blurb": "Show corners",
216379                        "conditionally-available": false,
216380                        "construct": false,
216381                        "construct-only": false,
216382                        "controllable": false,
216383                        "default": "true",
216384                        "mutable": "null",
216385                        "readable": true,
216386                        "type": "gboolean",
216387                        "writable": true
216388                    },
216389                    "square-size": {
216390                        "blurb": "The size of a square in your defined unit (point, millimeter, etc.)",
216391                        "conditionally-available": false,
216392                        "construct": false,
216393                        "construct-only": false,
216394                        "controllable": false,
216395                        "default": "50",
216396                        "max": "3.40282e+38",
216397                        "min": "0",
216398                        "mutable": "null",
216399                        "readable": true,
216400                        "type": "gfloat",
216401                        "writable": true
216402                    },
216403                    "use-fisheye": {
216404                        "blurb": "Use fisheye camera model for calibration",
216405                        "conditionally-available": false,
216406                        "construct": false,
216407                        "construct-only": false,
216408                        "controllable": false,
216409                        "default": "false",
216410                        "mutable": "null",
216411                        "readable": true,
216412                        "type": "gboolean",
216413                        "writable": true
216414                    },
216415                    "zero-tangent-distorsion": {
216416                        "blurb": "Assume zero tangential distortion",
216417                        "conditionally-available": false,
216418                        "construct": false,
216419                        "construct-only": false,
216420                        "controllable": false,
216421                        "default": "false",
216422                        "mutable": "null",
216423                        "readable": true,
216424                        "type": "gboolean",
216425                        "writable": true
216426                    }
216427                },
216428                "rank": "none"
216429            },
216430            "cameraundistort": {
216431                "author": "Philippe Renon <philippe_renon@yahoo.fr>",
216432                "description": "Performs camera undistort",
216433                "hierarchy": [
216434                    "GstCameraUndistort",
216435                    "GstOpencvVideoFilter",
216436                    "GstVideoFilter",
216437                    "GstBaseTransform",
216438                    "GstElement",
216439                    "GstObject",
216440                    "GInitiallyUnowned",
216441                    "GObject"
216442                ],
216443                "klass": "Filter/Effect/Video",
216444                "long-name": "cameraundistort",
216445                "pad-templates": {
216446                    "sink": {
216447                        "caps": "video/x-raw:\n         format: GRAY16_LE\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: GRAY16_BE\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xRGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xBGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ARGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ABGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: GRAY8\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
216448                        "direction": "sink",
216449                        "presence": "always"
216450                    },
216451                    "src": {
216452                        "caps": "video/x-raw:\n         format: GRAY16_LE\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: GRAY16_BE\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xRGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xBGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ARGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ABGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: GRAY8\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
216453                        "direction": "src",
216454                        "presence": "always"
216455                    }
216456                },
216457                "properties": {
216458                    "alpha": {
216459                        "blurb": "Show all pixels (1), only valid ones (0) or something in between",
216460                        "conditionally-available": false,
216461                        "construct": false,
216462                        "construct-only": false,
216463                        "controllable": false,
216464                        "default": "0",
216465                        "max": "1",
216466                        "min": "0",
216467                        "mutable": "null",
216468                        "readable": true,
216469                        "type": "gfloat",
216470                        "writable": true
216471                    },
216472                    "settings": {
216473                        "blurb": "Camera correction parameters (opaque string of serialized OpenCV objects)",
216474                        "conditionally-available": false,
216475                        "construct": false,
216476                        "construct-only": false,
216477                        "controllable": false,
216478                        "default": "NULL",
216479                        "mutable": "null",
216480                        "readable": true,
216481                        "type": "gchararray",
216482                        "writable": true
216483                    },
216484                    "undistort": {
216485                        "blurb": "Apply camera corrections",
216486                        "conditionally-available": false,
216487                        "construct": false,
216488                        "construct-only": false,
216489                        "controllable": false,
216490                        "default": "true",
216491                        "mutable": "null",
216492                        "readable": true,
216493                        "type": "gboolean",
216494                        "writable": true
216495                    }
216496                },
216497                "rank": "none"
216498            },
216499            "cvdilate": {
216500                "author": "Thiago Santos<thiago.sousa.santos@collabora.co.uk>",
216501                "description": "Applies cvDilate OpenCV function to the image",
216502                "hierarchy": [
216503                    "GstCvDilate",
216504                    "GstCvDilateErode",
216505                    "GstOpencvVideoFilter",
216506                    "GstVideoFilter",
216507                    "GstBaseTransform",
216508                    "GstElement",
216509                    "GstObject",
216510                    "GInitiallyUnowned",
216511                    "GObject"
216512                ],
216513                "klass": "Transform/Effect/Video",
216514                "long-name": "cvdilate",
216515                "pad-templates": {
216516                    "sink": {
216517                        "caps": "video/x-raw:\n         format: GRAY16_LE\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: GRAY16_BE\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xRGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xBGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ARGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ABGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: GRAY8\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
216518                        "direction": "sink",
216519                        "presence": "always"
216520                    },
216521                    "src": {
216522                        "caps": "video/x-raw:\n         format: GRAY16_LE\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: GRAY16_BE\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xRGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xBGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ARGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ABGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: GRAY8\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
216523                        "direction": "src",
216524                        "presence": "always"
216525                    }
216526                },
216527                "properties": {},
216528                "rank": "none"
216529            },
216530            "cvequalizehist": {
216531                "author": "Thiago Santos<thiago.sousa.santos@collabora.co.uk>",
216532                "description": "Applies cvEqualizeHist OpenCV function to the image",
216533                "hierarchy": [
216534                    "GstCvEqualizeHist",
216535                    "GstOpencvVideoFilter",
216536                    "GstVideoFilter",
216537                    "GstBaseTransform",
216538                    "GstElement",
216539                    "GstObject",
216540                    "GInitiallyUnowned",
216541                    "GObject"
216542                ],
216543                "klass": "Transform/Effect/Video",
216544                "long-name": "cvequalizehist",
216545                "pad-templates": {
216546                    "sink": {
216547                        "caps": "video/x-raw:\n         format: GRAY8\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
216548                        "direction": "sink",
216549                        "presence": "always"
216550                    },
216551                    "src": {
216552                        "caps": "video/x-raw:\n         format: GRAY8\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
216553                        "direction": "src",
216554                        "presence": "always"
216555                    }
216556                },
216557                "properties": {},
216558                "rank": "none"
216559            },
216560            "cverode": {
216561                "author": "Thiago Santos<thiago.sousa.santos@collabora.co.uk>",
216562                "description": "Applies cvErode OpenCV function to the image",
216563                "hierarchy": [
216564                    "GstCvErode",
216565                    "GstCvDilateErode",
216566                    "GstOpencvVideoFilter",
216567                    "GstVideoFilter",
216568                    "GstBaseTransform",
216569                    "GstElement",
216570                    "GstObject",
216571                    "GInitiallyUnowned",
216572                    "GObject"
216573                ],
216574                "klass": "Transform/Effect/Video",
216575                "long-name": "cverode",
216576                "pad-templates": {
216577                    "sink": {
216578                        "caps": "video/x-raw:\n         format: GRAY16_LE\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: GRAY16_BE\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xRGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xBGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ARGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ABGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: GRAY8\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
216579                        "direction": "sink",
216580                        "presence": "always"
216581                    },
216582                    "src": {
216583                        "caps": "video/x-raw:\n         format: GRAY16_LE\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: GRAY16_BE\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xRGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xBGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ARGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ABGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: GRAY8\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
216584                        "direction": "src",
216585                        "presence": "always"
216586                    }
216587                },
216588                "properties": {},
216589                "rank": "none"
216590            },
216591            "cvlaplace": {
216592                "author": "Thiago Santos<thiago.sousa.santos@collabora.co.uk>",
216593                "description": "Applies cvLaplace OpenCV function to the image",
216594                "hierarchy": [
216595                    "GstCvLaplace",
216596                    "GstOpencvVideoFilter",
216597                    "GstVideoFilter",
216598                    "GstBaseTransform",
216599                    "GstElement",
216600                    "GstObject",
216601                    "GInitiallyUnowned",
216602                    "GObject"
216603                ],
216604                "klass": "Transform/Effect/Video",
216605                "long-name": "cvlaplace",
216606                "pad-templates": {
216607                    "sink": {
216608                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
216609                        "direction": "sink",
216610                        "presence": "always"
216611                    },
216612                    "src": {
216613                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
216614                        "direction": "src",
216615                        "presence": "always"
216616                    }
216617                },
216618                "properties": {
216619                    "aperture-size": {
216620                        "blurb": "Size of the extended Laplace Kernel (1, 3, 5 or 7)",
216621                        "conditionally-available": false,
216622                        "construct": false,
216623                        "construct-only": false,
216624                        "controllable": false,
216625                        "default": "3",
216626                        "max": "7",
216627                        "min": "1",
216628                        "mutable": "null",
216629                        "readable": true,
216630                        "type": "gint",
216631                        "writable": true
216632                    },
216633                    "mask": {
216634                        "blurb": "Sets whether the detected edges should be used as a mask on the original input or not",
216635                        "conditionally-available": false,
216636                        "construct": false,
216637                        "construct-only": false,
216638                        "controllable": false,
216639                        "default": "true",
216640                        "mutable": "null",
216641                        "readable": true,
216642                        "type": "gboolean",
216643                        "writable": true
216644                    },
216645                    "scale": {
216646                        "blurb": "Scale factor",
216647                        "conditionally-available": false,
216648                        "construct": false,
216649                        "construct-only": false,
216650                        "controllable": false,
216651                        "default": "1",
216652                        "max": "1.79769e+308",
216653                        "min": "0",
216654                        "mutable": "null",
216655                        "readable": true,
216656                        "type": "gdouble",
216657                        "writable": true
216658                    },
216659                    "shift": {
216660                        "blurb": "Value added to the scaled source array elements",
216661                        "conditionally-available": false,
216662                        "construct": false,
216663                        "construct-only": false,
216664                        "controllable": false,
216665                        "default": "0",
216666                        "max": "1.79769e+308",
216667                        "min": "0",
216668                        "mutable": "null",
216669                        "readable": true,
216670                        "type": "gdouble",
216671                        "writable": true
216672                    }
216673                },
216674                "rank": "none"
216675            },
216676            "cvsmooth": {
216677                "author": "Thiago Santos<thiago.sousa.santos@collabora.co.uk>",
216678                "description": "Applies cvSmooth OpenCV function to the image",
216679                "hierarchy": [
216680                    "GstCvSmooth",
216681                    "GstOpencvVideoFilter",
216682                    "GstVideoFilter",
216683                    "GstBaseTransform",
216684                    "GstElement",
216685                    "GstObject",
216686                    "GInitiallyUnowned",
216687                    "GObject"
216688                ],
216689                "klass": "Transform/Effect/Video",
216690                "long-name": "cvsmooth",
216691                "pad-templates": {
216692                    "sink": {
216693                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: GRAY8\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
216694                        "direction": "sink",
216695                        "presence": "always"
216696                    },
216697                    "src": {
216698                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: GRAY8\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
216699                        "direction": "src",
216700                        "presence": "always"
216701                    }
216702                },
216703                "properties": {
216704                    "color": {
216705                        "blurb": "If type is gaussian, this means the standard deviation.If type is bilateral, this means the color-sigma. If zero, Default values are used.",
216706                        "conditionally-available": false,
216707                        "construct": false,
216708                        "construct-only": false,
216709                        "controllable": false,
216710                        "default": "0",
216711                        "max": "1.79769e+308",
216712                        "min": "0",
216713                        "mutable": "null",
216714                        "readable": true,
216715                        "type": "gdouble",
216716                        "writable": true
216717                    },
216718                    "height": {
216719                        "blurb": "Height of the area to blur (in pixels).",
216720                        "conditionally-available": false,
216721                        "construct": false,
216722                        "construct-only": false,
216723                        "controllable": false,
216724                        "default": "2147483647",
216725                        "max": "2147483647",
216726                        "min": "0",
216727                        "mutable": "null",
216728                        "readable": true,
216729                        "type": "gint",
216730                        "writable": true
216731                    },
216732                    "kernel-height": {
216733                        "blurb": "The gaussian kernel height (must be positive and odd).",
216734                        "conditionally-available": false,
216735                        "construct": false,
216736                        "construct-only": false,
216737                        "controllable": false,
216738                        "default": "3",
216739                        "max": "2147483647",
216740                        "min": "0",
216741                        "mutable": "null",
216742                        "readable": true,
216743                        "type": "gint",
216744                        "writable": true
216745                    },
216746                    "kernel-width": {
216747                        "blurb": "The gaussian kernel width (must be positive and odd).If type is median, this means the aperture linear size.Check OpenCV docs: http://docs.opencv.org/2.4/modules/imgproc/doc/filtering.htm",
216748                        "conditionally-available": false,
216749                        "construct": false,
216750                        "construct-only": false,
216751                        "controllable": false,
216752                        "default": "3",
216753                        "max": "2147483647",
216754                        "min": "1",
216755                        "mutable": "null",
216756                        "readable": true,
216757                        "type": "gint",
216758                        "writable": true
216759                    },
216760                    "position-x": {
216761                        "blurb": "Starting x position for blur (in pixels).",
216762                        "conditionally-available": false,
216763                        "construct": false,
216764                        "construct-only": false,
216765                        "controllable": false,
216766                        "default": "0",
216767                        "max": "2147483647",
216768                        "min": "0",
216769                        "mutable": "null",
216770                        "readable": true,
216771                        "type": "gint",
216772                        "writable": true
216773                    },
216774                    "position-y": {
216775                        "blurb": "Starting y position for blur (in pixels).",
216776                        "conditionally-available": false,
216777                        "construct": false,
216778                        "construct-only": false,
216779                        "controllable": false,
216780                        "default": "0",
216781                        "max": "2147483647",
216782                        "min": "0",
216783                        "mutable": "null",
216784                        "readable": true,
216785                        "type": "gint",
216786                        "writable": true
216787                    },
216788                    "spatial": {
216789                        "blurb": "Only used in bilateral type, means the spatial-sigma.",
216790                        "conditionally-available": false,
216791                        "construct": false,
216792                        "construct-only": false,
216793                        "controllable": false,
216794                        "default": "0",
216795                        "max": "1.79769e+308",
216796                        "min": "0",
216797                        "mutable": "null",
216798                        "readable": true,
216799                        "type": "gdouble",
216800                        "writable": true
216801                    },
216802                    "type": {
216803                        "blurb": "Smooth Type",
216804                        "conditionally-available": false,
216805                        "construct": false,
216806                        "construct-only": false,
216807                        "controllable": false,
216808                        "default": "gaussian (2)",
216809                        "mutable": "null",
216810                        "readable": true,
216811                        "type": "GstCvSmoothTypeType",
216812                        "writable": true
216813                    },
216814                    "width": {
216815                        "blurb": "Width of the area to blur (in pixels).",
216816                        "conditionally-available": false,
216817                        "construct": false,
216818                        "construct-only": false,
216819                        "controllable": false,
216820                        "default": "2147483647",
216821                        "max": "2147483647",
216822                        "min": "0",
216823                        "mutable": "null",
216824                        "readable": true,
216825                        "type": "gint",
216826                        "writable": true
216827                    }
216828                },
216829                "rank": "none"
216830            },
216831            "cvsobel": {
216832                "author": "Thiago Santos<thiago.sousa.santos@collabora.co.uk>",
216833                "description": "Applies cvSobel OpenCV function to the image",
216834                "hierarchy": [
216835                    "GstCvSobel",
216836                    "GstOpencvVideoFilter",
216837                    "GstVideoFilter",
216838                    "GstBaseTransform",
216839                    "GstElement",
216840                    "GstObject",
216841                    "GInitiallyUnowned",
216842                    "GObject"
216843                ],
216844                "klass": "Transform/Effect/Video",
216845                "long-name": "cvsobel",
216846                "pad-templates": {
216847                    "sink": {
216848                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
216849                        "direction": "sink",
216850                        "presence": "always"
216851                    },
216852                    "src": {
216853                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
216854                        "direction": "src",
216855                        "presence": "always"
216856                    }
216857                },
216858                "properties": {
216859                    "aperture-size": {
216860                        "blurb": "Size of the extended Sobel Kernel (1, 3, 5 or 7)",
216861                        "conditionally-available": false,
216862                        "construct": false,
216863                        "construct-only": false,
216864                        "controllable": false,
216865                        "default": "3",
216866                        "max": "7",
216867                        "min": "1",
216868                        "mutable": "null",
216869                        "readable": true,
216870                        "type": "gint",
216871                        "writable": true
216872                    },
216873                    "mask": {
216874                        "blurb": "Sets whether the detected derivative edges should be used as a mask on the original input or not",
216875                        "conditionally-available": false,
216876                        "construct": false,
216877                        "construct-only": false,
216878                        "controllable": false,
216879                        "default": "true",
216880                        "mutable": "null",
216881                        "readable": true,
216882                        "type": "gboolean",
216883                        "writable": true
216884                    },
216885                    "x-order": {
216886                        "blurb": "Order of the derivative x",
216887                        "conditionally-available": false,
216888                        "construct": false,
216889                        "construct-only": false,
216890                        "controllable": false,
216891                        "default": "1",
216892                        "max": "2147483647",
216893                        "min": "-1",
216894                        "mutable": "null",
216895                        "readable": true,
216896                        "type": "gint",
216897                        "writable": true
216898                    },
216899                    "y-order": {
216900                        "blurb": "Order of the derivative y",
216901                        "conditionally-available": false,
216902                        "construct": false,
216903                        "construct-only": false,
216904                        "controllable": false,
216905                        "default": "0",
216906                        "max": "2147483647",
216907                        "min": "-1",
216908                        "mutable": "null",
216909                        "readable": true,
216910                        "type": "gint",
216911                        "writable": true
216912                    }
216913                },
216914                "rank": "none"
216915            },
216916            "cvtracker": {
216917                "author": "Vivek R <123vivekr@gmail.com>",
216918                "description": "Performs object tracking on videos and stores it in video buffer metadata.",
216919                "hierarchy": [
216920                    "GstCVTracker",
216921                    "GstOpencvVideoFilter",
216922                    "GstVideoFilter",
216923                    "GstBaseTransform",
216924                    "GstElement",
216925                    "GstObject",
216926                    "GInitiallyUnowned",
216927                    "GObject"
216928                ],
216929                "klass": "Filter/Effect/Video",
216930                "long-name": "cvtracker",
216931                "pad-templates": {
216932                    "sink": {
216933                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
216934                        "direction": "sink",
216935                        "presence": "always"
216936                    },
216937                    "src": {
216938                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
216939                        "direction": "src",
216940                        "presence": "always"
216941                    }
216942                },
216943                "properties": {
216944                    "algorithm": {
216945                        "blurb": "Algorithm for tracking objects",
216946                        "conditionally-available": false,
216947                        "construct": false,
216948                        "construct-only": false,
216949                        "controllable": false,
216950                        "default": "MedianFlow (3)",
216951                        "mutable": "null",
216952                        "readable": true,
216953                        "type": "GstOpenCVTrackerAlgorithm",
216954                        "writable": true
216955                    },
216956                    "draw-rect": {
216957                        "blurb": "Draw rectangle around tracked object",
216958                        "conditionally-available": false,
216959                        "construct": false,
216960                        "construct-only": false,
216961                        "controllable": false,
216962                        "default": "true",
216963                        "mutable": "null",
216964                        "readable": true,
216965                        "type": "gboolean",
216966                        "writable": true
216967                    },
216968                    "object-initial-height": {
216969                        "blurb": "Track object box's initial height",
216970                        "conditionally-available": false,
216971                        "construct": false,
216972                        "construct-only": false,
216973                        "controllable": false,
216974                        "default": "50",
216975                        "max": "-1",
216976                        "min": "0",
216977                        "mutable": "null",
216978                        "readable": true,
216979                        "type": "guint",
216980                        "writable": true
216981                    },
216982                    "object-initial-width": {
216983                        "blurb": "Track object box's initial width",
216984                        "conditionally-available": false,
216985                        "construct": false,
216986                        "construct-only": false,
216987                        "controllable": false,
216988                        "default": "50",
216989                        "max": "-1",
216990                        "min": "0",
216991                        "mutable": "null",
216992                        "readable": true,
216993                        "type": "guint",
216994                        "writable": true
216995                    },
216996                    "object-initial-x": {
216997                        "blurb": "Track object box's initial X coordinate",
216998                        "conditionally-available": false,
216999                        "construct": false,
217000                        "construct-only": false,
217001                        "controllable": false,
217002                        "default": "50",
217003                        "max": "-1",
217004                        "min": "0",
217005                        "mutable": "null",
217006                        "readable": true,
217007                        "type": "guint",
217008                        "writable": true
217009                    },
217010                    "object-initial-y": {
217011                        "blurb": "Track object box's initial Y coordinate",
217012                        "conditionally-available": false,
217013                        "construct": false,
217014                        "construct-only": false,
217015                        "controllable": false,
217016                        "default": "50",
217017                        "max": "-1",
217018                        "min": "0",
217019                        "mutable": "null",
217020                        "readable": true,
217021                        "type": "guint",
217022                        "writable": true
217023                    }
217024                },
217025                "rank": "none"
217026            },
217027            "dewarp": {
217028                "author": "Nicola Murino <nicola.murino@gmail.com>",
217029                "description": "Dewarp fisheye images",
217030                "hierarchy": [
217031                    "GstDewarp",
217032                    "GstOpencvVideoFilter",
217033                    "GstVideoFilter",
217034                    "GstBaseTransform",
217035                    "GstElement",
217036                    "GstObject",
217037                    "GInitiallyUnowned",
217038                    "GObject"
217039                ],
217040                "klass": "Filter/Effect/Video",
217041                "long-name": "Dewarp fisheye images",
217042                "pad-templates": {
217043                    "sink": {
217044                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
217045                        "direction": "sink",
217046                        "presence": "always"
217047                    },
217048                    "src": {
217049                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
217050                        "direction": "src",
217051                        "presence": "always"
217052                    }
217053                },
217054                "properties": {
217055                    "display-mode": {
217056                        "blurb": "How to display the dewarped image",
217057                        "conditionally-available": false,
217058                        "construct": false,
217059                        "construct-only": false,
217060                        "controllable": false,
217061                        "default": "single-panorama (0)",
217062                        "mutable": "null",
217063                        "readable": true,
217064                        "type": "GstDewarpDisplayMode",
217065                        "writable": true
217066                    },
217067                    "inner-radius": {
217068                        "blurb": "Inner radius of the fisheye image donut. If outer radius <= inner radius the element will work in passthrough mode",
217069                        "conditionally-available": false,
217070                        "construct": false,
217071                        "construct-only": false,
217072                        "controllable": true,
217073                        "default": "0",
217074                        "max": "1",
217075                        "min": "0",
217076                        "mutable": "null",
217077                        "readable": true,
217078                        "type": "gdouble",
217079                        "writable": true
217080                    },
217081                    "interpolation-method": {
217082                        "blurb": "Interpolation method to use",
217083                        "conditionally-available": false,
217084                        "construct": false,
217085                        "construct-only": false,
217086                        "controllable": false,
217087                        "default": "bilinear (1)",
217088                        "mutable": "null",
217089                        "readable": true,
217090                        "type": "GstDewarpInterpolationMode",
217091                        "writable": true
217092                    },
217093                    "outer-radius": {
217094                        "blurb": "Outer radius of the fisheye image donut. If outer radius <= inner radius the element will work in passthrough mode",
217095                        "conditionally-available": false,
217096                        "construct": false,
217097                        "construct-only": false,
217098                        "controllable": true,
217099                        "default": "0",
217100                        "max": "1",
217101                        "min": "0",
217102                        "mutable": "null",
217103                        "readable": true,
217104                        "type": "gdouble",
217105                        "writable": true
217106                    },
217107                    "x-center": {
217108                        "blurb": "X axis center of the fisheye image",
217109                        "conditionally-available": false,
217110                        "construct": false,
217111                        "construct-only": false,
217112                        "controllable": true,
217113                        "default": "0.5",
217114                        "max": "1",
217115                        "min": "0",
217116                        "mutable": "null",
217117                        "readable": true,
217118                        "type": "gdouble",
217119                        "writable": true
217120                    },
217121                    "x-remap-correction": {
217122                        "blurb": "Correction factor for remapping on x axis. A correction is needed if the fisheye image is not inside a circle",
217123                        "conditionally-available": false,
217124                        "construct": false,
217125                        "construct-only": false,
217126                        "controllable": true,
217127                        "default": "1",
217128                        "max": "10",
217129                        "min": "0.1",
217130                        "mutable": "null",
217131                        "readable": true,
217132                        "type": "gdouble",
217133                        "writable": true
217134                    },
217135                    "y-center": {
217136                        "blurb": "Y axis center of the fisheye image",
217137                        "conditionally-available": false,
217138                        "construct": false,
217139                        "construct-only": false,
217140                        "controllable": true,
217141                        "default": "0.5",
217142                        "max": "1",
217143                        "min": "0",
217144                        "mutable": "null",
217145                        "readable": true,
217146                        "type": "gdouble",
217147                        "writable": true
217148                    },
217149                    "y-remap-correction": {
217150                        "blurb": "Correction factor for remapping on y axis. A correction is needed if the fisheye image is not inside a circle",
217151                        "conditionally-available": false,
217152                        "construct": false,
217153                        "construct-only": false,
217154                        "controllable": true,
217155                        "default": "1",
217156                        "max": "10",
217157                        "min": "0.1",
217158                        "mutable": "null",
217159                        "readable": true,
217160                        "type": "gdouble",
217161                        "writable": true
217162                    }
217163                },
217164                "rank": "none"
217165            },
217166            "disparity": {
217167                "author": "Miguel Casas-Sanchez <miguelecasassanchez@gmail.com>",
217168                "description": "Calculates the stereo disparity map from two (sequences of) rectified and aligned stereo images",
217169                "hierarchy": [
217170                    "GstDisparity",
217171                    "GstElement",
217172                    "GstObject",
217173                    "GInitiallyUnowned",
217174                    "GObject"
217175                ],
217176                "klass": "Filter/Effect/Video",
217177                "long-name": "Stereo image disparity (depth) map calculation",
217178                "pad-templates": {
217179                    "sink": {
217180                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
217181                        "direction": "sink",
217182                        "presence": "always"
217183                    },
217184                    "src": {
217185                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
217186                        "direction": "src",
217187                        "presence": "always"
217188                    }
217189                },
217190                "properties": {
217191                    "method": {
217192                        "blurb": "Stereo matching method to use",
217193                        "conditionally-available": false,
217194                        "construct": false,
217195                        "construct-only": false,
217196                        "controllable": false,
217197                        "default": "sgbm (1)",
217198                        "mutable": "null",
217199                        "readable": true,
217200                        "type": "GstDisparityMethod",
217201                        "writable": true
217202                    }
217203                },
217204                "rank": "none"
217205            },
217206            "edgedetect": {
217207                "author": "Michael Sheldon <mike@mikeasoft.com>",
217208                "description": "Performs canny edge detection on videos and images.",
217209                "hierarchy": [
217210                    "GstEdgeDetect",
217211                    "GstOpencvVideoFilter",
217212                    "GstVideoFilter",
217213                    "GstBaseTransform",
217214                    "GstElement",
217215                    "GstObject",
217216                    "GInitiallyUnowned",
217217                    "GObject"
217218                ],
217219                "klass": "Filter/Effect/Video",
217220                "long-name": "edgedetect",
217221                "pad-templates": {
217222                    "sink": {
217223                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
217224                        "direction": "sink",
217225                        "presence": "always"
217226                    },
217227                    "src": {
217228                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
217229                        "direction": "src",
217230                        "presence": "always"
217231                    }
217232                },
217233                "properties": {
217234                    "aperture": {
217235                        "blurb": "Aperture size for Sobel operator (Must be either 3, 5 or 7",
217236                        "conditionally-available": false,
217237                        "construct": false,
217238                        "construct-only": false,
217239                        "controllable": false,
217240                        "default": "3",
217241                        "max": "7",
217242                        "min": "3",
217243                        "mutable": "null",
217244                        "readable": true,
217245                        "type": "gint",
217246                        "writable": true
217247                    },
217248                    "mask": {
217249                        "blurb": "Sets whether the detected edges should be used as a mask on the original input or not",
217250                        "conditionally-available": false,
217251                        "construct": false,
217252                        "construct-only": false,
217253                        "controllable": false,
217254                        "default": "true",
217255                        "mutable": "null",
217256                        "readable": true,
217257                        "type": "gboolean",
217258                        "writable": true
217259                    },
217260                    "threshold1": {
217261                        "blurb": "Threshold value for canny edge detection",
217262                        "conditionally-available": false,
217263                        "construct": false,
217264                        "construct-only": false,
217265                        "controllable": false,
217266                        "default": "50",
217267                        "max": "1000",
217268                        "min": "0",
217269                        "mutable": "null",
217270                        "readable": true,
217271                        "type": "gint",
217272                        "writable": true
217273                    },
217274                    "threshold2": {
217275                        "blurb": "Second threshold value for canny edge detection",
217276                        "conditionally-available": false,
217277                        "construct": false,
217278                        "construct-only": false,
217279                        "controllable": false,
217280                        "default": "150",
217281                        "max": "1000",
217282                        "min": "0",
217283                        "mutable": "null",
217284                        "readable": true,
217285                        "type": "gint",
217286                        "writable": true
217287                    }
217288                },
217289                "rank": "none"
217290            },
217291            "faceblur": {
217292                "author": "Michael Sheldon <mike@mikeasoft.com>,Robert Jobbagy <jobbagy.robert@gmail.com>",
217293                "description": "Blurs faces in images and videos",
217294                "hierarchy": [
217295                    "GstFaceBlur",
217296                    "GstOpencvVideoFilter",
217297                    "GstVideoFilter",
217298                    "GstBaseTransform",
217299                    "GstElement",
217300                    "GstObject",
217301                    "GInitiallyUnowned",
217302                    "GObject"
217303                ],
217304                "klass": "Filter/Effect/Video",
217305                "long-name": "faceblur",
217306                "pad-templates": {
217307                    "sink": {
217308                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
217309                        "direction": "sink",
217310                        "presence": "always"
217311                    },
217312                    "src": {
217313                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
217314                        "direction": "src",
217315                        "presence": "always"
217316                    }
217317                },
217318                "properties": {
217319                    "flags": {
217320                        "blurb": "Flags to cvHaarDetectObjects",
217321                        "conditionally-available": false,
217322                        "construct": false,
217323                        "construct-only": false,
217324                        "controllable": false,
217325                        "default": "do-canny-pruning",
217326                        "mutable": "null",
217327                        "readable": true,
217328                        "type": "GstOpencvFaceBlurFlags",
217329                        "writable": true
217330                    },
217331                    "min-neighbors": {
217332                        "blurb": "Minimum number (minus 1) of neighbor rectangles that makes up an object",
217333                        "conditionally-available": false,
217334                        "construct": false,
217335                        "construct-only": false,
217336                        "controllable": false,
217337                        "default": "3",
217338                        "max": "2147483647",
217339                        "min": "0",
217340                        "mutable": "null",
217341                        "readable": true,
217342                        "type": "gint",
217343                        "writable": true
217344                    },
217345                    "min-size-height": {
217346                        "blurb": "Minimum window height size",
217347                        "conditionally-available": false,
217348                        "construct": false,
217349                        "construct-only": false,
217350                        "controllable": false,
217351                        "default": "30",
217352                        "max": "2147483647",
217353                        "min": "0",
217354                        "mutable": "null",
217355                        "readable": true,
217356                        "type": "gint",
217357                        "writable": true
217358                    },
217359                    "min-size-width": {
217360                        "blurb": "Minimum window width size",
217361                        "conditionally-available": false,
217362                        "construct": false,
217363                        "construct-only": false,
217364                        "controllable": false,
217365                        "default": "30",
217366                        "max": "2147483647",
217367                        "min": "0",
217368                        "mutable": "null",
217369                        "readable": true,
217370                        "type": "gint",
217371                        "writable": true
217372                    },
217373                    "profile": {
217374                        "blurb": "Location of Haar cascade file to use for face blurion",
217375                        "conditionally-available": false,
217376                        "construct": false,
217377                        "construct-only": false,
217378                        "controllable": false,
217379                        "default": "/usr/share/OpenCV/haarcascades/haarcascade_frontalface_default.xml",
217380                        "mutable": "null",
217381                        "readable": true,
217382                        "type": "gchararray",
217383                        "writable": true
217384                    },
217385                    "scale-factor": {
217386                        "blurb": "Factor by which the windows is scaled after each scan",
217387                        "conditionally-available": false,
217388                        "construct": false,
217389                        "construct-only": false,
217390                        "controllable": false,
217391                        "default": "1.25",
217392                        "max": "10",
217393                        "min": "1.1",
217394                        "mutable": "null",
217395                        "readable": true,
217396                        "type": "gdouble",
217397                        "writable": true
217398                    }
217399                },
217400                "rank": "none"
217401            },
217402            "facedetect": {
217403                "author": "Michael Sheldon <mike@mikeasoft.com>",
217404                "description": "Performs face detection on videos and images, providing detected positions via bus messages",
217405                "hierarchy": [
217406                    "GstFaceDetect",
217407                    "GstOpencvVideoFilter",
217408                    "GstVideoFilter",
217409                    "GstBaseTransform",
217410                    "GstElement",
217411                    "GstObject",
217412                    "GInitiallyUnowned",
217413                    "GObject"
217414                ],
217415                "klass": "Filter/Effect/Video",
217416                "long-name": "facedetect",
217417                "pad-templates": {
217418                    "sink": {
217419                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
217420                        "direction": "sink",
217421                        "presence": "always"
217422                    },
217423                    "src": {
217424                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
217425                        "direction": "src",
217426                        "presence": "always"
217427                    }
217428                },
217429                "properties": {
217430                    "display": {
217431                        "blurb": "Sets whether the detected faces should be highlighted in the output",
217432                        "conditionally-available": false,
217433                        "construct": false,
217434                        "construct-only": false,
217435                        "controllable": false,
217436                        "default": "true",
217437                        "mutable": "null",
217438                        "readable": true,
217439                        "type": "gboolean",
217440                        "writable": true
217441                    },
217442                    "eyes-profile": {
217443                        "blurb": "Location of Haar cascade file to use for eye-pair detection",
217444                        "conditionally-available": false,
217445                        "construct": false,
217446                        "construct-only": false,
217447                        "controllable": false,
217448                        "default": "/usr/share/OpenCV/haarcascades/haarcascade_mcs_eyepair_small.xml",
217449                        "mutable": "null",
217450                        "readable": true,
217451                        "type": "gchararray",
217452                        "writable": true
217453                    },
217454                    "flags": {
217455                        "blurb": "Flags to cvHaarDetectObjects",
217456                        "conditionally-available": false,
217457                        "construct": false,
217458                        "construct-only": false,
217459                        "controllable": false,
217460                        "default": "do-canny-pruning",
217461                        "mutable": "null",
217462                        "readable": true,
217463                        "type": "GstOpencvFaceDetectFlags",
217464                        "writable": true
217465                    },
217466                    "min-neighbors": {
217467                        "blurb": "Minimum number (minus 1) of neighbor rectangles that makes up an object",
217468                        "conditionally-available": false,
217469                        "construct": false,
217470                        "construct-only": false,
217471                        "controllable": false,
217472                        "default": "3",
217473                        "max": "2147483647",
217474                        "min": "0",
217475                        "mutable": "null",
217476                        "readable": true,
217477                        "type": "gint",
217478                        "writable": true
217479                    },
217480                    "min-size-height": {
217481                        "blurb": "Minimum area height to be recognized as a face",
217482                        "conditionally-available": false,
217483                        "construct": false,
217484                        "construct-only": false,
217485                        "controllable": false,
217486                        "default": "30",
217487                        "max": "2147483647",
217488                        "min": "0",
217489                        "mutable": "null",
217490                        "readable": true,
217491                        "type": "gint",
217492                        "writable": true
217493                    },
217494                    "min-size-width": {
217495                        "blurb": "Minimum area width to be recognized as a face",
217496                        "conditionally-available": false,
217497                        "construct": false,
217498                        "construct-only": false,
217499                        "controllable": false,
217500                        "default": "30",
217501                        "max": "2147483647",
217502                        "min": "0",
217503                        "mutable": "null",
217504                        "readable": true,
217505                        "type": "gint",
217506                        "writable": true
217507                    },
217508                    "min-stddev": {
217509                        "blurb": "Minimum image average standard deviation: on images with standard deviation lesser than this value facedetection will not be performed. Setting this property help to save cpu and reduce false positives not performing face detection on images with little changes",
217510                        "conditionally-available": false,
217511                        "construct": false,
217512                        "construct-only": false,
217513                        "controllable": false,
217514                        "default": "0",
217515                        "max": "255",
217516                        "min": "0",
217517                        "mutable": "null",
217518                        "readable": true,
217519                        "type": "gint",
217520                        "writable": true
217521                    },
217522                    "mouth-profile": {
217523                        "blurb": "Location of Haar cascade file to use for mouth detection",
217524                        "conditionally-available": false,
217525                        "construct": false,
217526                        "construct-only": false,
217527                        "controllable": false,
217528                        "default": "/usr/share/OpenCV/haarcascades/haarcascade_mcs_mouth.xml",
217529                        "mutable": "null",
217530                        "readable": true,
217531                        "type": "gchararray",
217532                        "writable": true
217533                    },
217534                    "nose-profile": {
217535                        "blurb": "Location of Haar cascade file to use for nose detection",
217536                        "conditionally-available": false,
217537                        "construct": false,
217538                        "construct-only": false,
217539                        "controllable": false,
217540                        "default": "/usr/share/OpenCV/haarcascades/haarcascade_mcs_nose.xml",
217541                        "mutable": "null",
217542                        "readable": true,
217543                        "type": "gchararray",
217544                        "writable": true
217545                    },
217546                    "profile": {
217547                        "blurb": "Location of Haar cascade file to use for face detection",
217548                        "conditionally-available": false,
217549                        "construct": false,
217550                        "construct-only": false,
217551                        "controllable": false,
217552                        "default": "/usr/share/OpenCV/haarcascades/haarcascade_frontalface_default.xml",
217553                        "mutable": "null",
217554                        "readable": true,
217555                        "type": "gchararray",
217556                        "writable": true
217557                    },
217558                    "scale-factor": {
217559                        "blurb": "Factor by which the frame is scaled after each object scan",
217560                        "conditionally-available": false,
217561                        "construct": false,
217562                        "construct-only": false,
217563                        "controllable": false,
217564                        "default": "1.25",
217565                        "max": "10",
217566                        "min": "1.1",
217567                        "mutable": "null",
217568                        "readable": true,
217569                        "type": "gdouble",
217570                        "writable": true
217571                    },
217572                    "updates": {
217573                        "blurb": "When send update bus messages, if at all",
217574                        "conditionally-available": false,
217575                        "construct": false,
217576                        "construct-only": false,
217577                        "controllable": false,
217578                        "default": "every_frame (0)",
217579                        "mutable": "null",
217580                        "readable": true,
217581                        "type": "GstFaceDetectUpdates",
217582                        "writable": true
217583                    }
217584                },
217585                "rank": "none"
217586            },
217587            "grabcut": {
217588                "author": "Miguel Casas-Sanchez <miguelecasassanchez@gmail.com>",
217589                "description": "Runs Grabcut algorithm on input alpha. Values: BG=0, FG=1, PR_BG=2, PR_FGD=3; NOTE: larger values of alpha (notably 255) are interpreted as PR_FGD too. \nIN CASE OF no alpha mask input (all 0's or all 1's), the 'face' downstream event is used to create a bbox of PR_FG elements.\nIF nothing is present, then nothing is done.",
217590                "hierarchy": [
217591                    "GstGrabcut",
217592                    "GstOpencvVideoFilter",
217593                    "GstVideoFilter",
217594                    "GstBaseTransform",
217595                    "GstElement",
217596                    "GstObject",
217597                    "GInitiallyUnowned",
217598                    "GObject"
217599                ],
217600                "klass": "Filter/Effect/Video",
217601                "long-name": "Grabcut-based image FG/BG segmentation",
217602                "pad-templates": {
217603                    "sink": {
217604                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
217605                        "direction": "sink",
217606                        "presence": "always"
217607                    },
217608                    "src": {
217609                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
217610                        "direction": "src",
217611                        "presence": "always"
217612                    }
217613                },
217614                "properties": {
217615                    "scale": {
217616                        "blurb": "Grow factor for the face bounding box, if present",
217617                        "conditionally-available": false,
217618                        "construct": false,
217619                        "construct-only": false,
217620                        "controllable": false,
217621                        "default": "1.6",
217622                        "max": "4",
217623                        "min": "1",
217624                        "mutable": "null",
217625                        "readable": true,
217626                        "type": "gfloat",
217627                        "writable": true
217628                    },
217629                    "test-mode": {
217630                        "blurb": "If true, the output RGB is overwritten with the segmented foreground. Alpha channel same as normal case ",
217631                        "conditionally-available": false,
217632                        "construct": false,
217633                        "construct-only": false,
217634                        "controllable": false,
217635                        "default": "false",
217636                        "mutable": "null",
217637                        "readable": true,
217638                        "type": "gboolean",
217639                        "writable": true
217640                    }
217641                },
217642                "rank": "none"
217643            },
217644            "handdetect": {
217645                "author": "Andol Li <andol@andol.info>",
217646                "description": "Performs hand gesture detection on videos, providing detected hand positions via bus message and navigation event, and deals with hand gesture events",
217647                "hierarchy": [
217648                    "GstHanddetect",
217649                    "GstOpencvVideoFilter",
217650                    "GstVideoFilter",
217651                    "GstBaseTransform",
217652                    "GstElement",
217653                    "GstObject",
217654                    "GInitiallyUnowned",
217655                    "GObject"
217656                ],
217657                "interfaces": [
217658                    "GstNavigation"
217659                ],
217660                "klass": "Filter/Effect/Video",
217661                "long-name": "handdetect",
217662                "pad-templates": {
217663                    "sink": {
217664                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
217665                        "direction": "sink",
217666                        "presence": "always"
217667                    },
217668                    "src": {
217669                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
217670                        "direction": "src",
217671                        "presence": "always"
217672                    }
217673                },
217674                "properties": {
217675                    "ROI-HEIGHT": {
217676                        "blurb": "HEIGHT of left-top pointer in region of interest \nGestures in the defined region of interest will emit messages",
217677                        "conditionally-available": false,
217678                        "construct": false,
217679                        "construct-only": false,
217680                        "controllable": false,
217681                        "default": "0",
217682                        "max": "2147483647",
217683                        "min": "0",
217684                        "mutable": "null",
217685                        "readable": true,
217686                        "type": "gint",
217687                        "writable": true
217688                    },
217689                    "ROI-WIDTH": {
217690                        "blurb": "WIDTH of left-top pointer in region of interest \nGestures in the defined region of interest will emit messages",
217691                        "conditionally-available": false,
217692                        "construct": false,
217693                        "construct-only": false,
217694                        "controllable": false,
217695                        "default": "0",
217696                        "max": "2147483647",
217697                        "min": "0",
217698                        "mutable": "null",
217699                        "readable": true,
217700                        "type": "gint",
217701                        "writable": true
217702                    },
217703                    "ROI-X": {
217704                        "blurb": "X of left-top pointer in region of interest \nGestures in the defined region of interest will emit messages",
217705                        "conditionally-available": false,
217706                        "construct": false,
217707                        "construct-only": false,
217708                        "controllable": false,
217709                        "default": "0",
217710                        "max": "2147483647",
217711                        "min": "0",
217712                        "mutable": "null",
217713                        "readable": true,
217714                        "type": "gint",
217715                        "writable": true
217716                    },
217717                    "ROI-Y": {
217718                        "blurb": "Y of left-top pointer in region of interest \nGestures in the defined region of interest will emit messages",
217719                        "conditionally-available": false,
217720                        "construct": false,
217721                        "construct-only": false,
217722                        "controllable": false,
217723                        "default": "0",
217724                        "max": "2147483647",
217725                        "min": "0",
217726                        "mutable": "null",
217727                        "readable": true,
217728                        "type": "gint",
217729                        "writable": true
217730                    },
217731                    "display": {
217732                        "blurb": "Whether the detected hands are highlighted in output frame",
217733                        "conditionally-available": false,
217734                        "construct": false,
217735                        "construct-only": false,
217736                        "controllable": false,
217737                        "default": "true",
217738                        "mutable": "null",
217739                        "readable": true,
217740                        "type": "gboolean",
217741                        "writable": true
217742                    },
217743                    "profile-fist": {
217744                        "blurb": "Location of HAAR cascade file (fist gesture)",
217745                        "conditionally-available": false,
217746                        "construct": false,
217747                        "construct-only": false,
217748                        "controllable": false,
217749                        "default": "@0@/fist.xml",
217750                        "mutable": "null",
217751                        "readable": true,
217752                        "type": "gchararray",
217753                        "writable": true
217754                    },
217755                    "profile-palm": {
217756                        "blurb": "Location of HAAR cascade file (palm gesture)",
217757                        "conditionally-available": false,
217758                        "construct": false,
217759                        "construct-only": false,
217760                        "controllable": false,
217761                        "default": "@0@/palm.xml",
217762                        "mutable": "null",
217763                        "readable": true,
217764                        "type": "gchararray",
217765                        "writable": true
217766                    }
217767                },
217768                "rank": "none"
217769            },
217770            "motioncells": {
217771                "author": "Robert Jobbagy <jobbagy dot robert at gmail dot com>, Nicola Murino <nicola dot murino at gmail.com>",
217772                "description": "Performs motion detection on videos and images, providing detected motion cells index via bus messages",
217773                "hierarchy": [
217774                    "GstMotioncells",
217775                    "GstOpencvVideoFilter",
217776                    "GstVideoFilter",
217777                    "GstBaseTransform",
217778                    "GstElement",
217779                    "GstObject",
217780                    "GInitiallyUnowned",
217781                    "GObject"
217782                ],
217783                "klass": "Filter/Effect/Video",
217784                "long-name": "motioncells",
217785                "pad-templates": {
217786                    "sink": {
217787                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
217788                        "direction": "sink",
217789                        "presence": "always"
217790                    },
217791                    "src": {
217792                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
217793                        "direction": "src",
217794                        "presence": "always"
217795                    }
217796                },
217797                "properties": {
217798                    "calculatemotion": {
217799                        "blurb": "Toggles motion calculation. If FALSE, this filter does nothing",
217800                        "conditionally-available": false,
217801                        "construct": false,
217802                        "construct-only": false,
217803                        "controllable": false,
217804                        "default": "true",
217805                        "mutable": "null",
217806                        "readable": true,
217807                        "type": "gboolean",
217808                        "writable": true
217809                    },
217810                    "cellscolor": {
217811                        "blurb": "Color for motion cells in R,G,B format. Max per channel is 255",
217812                        "conditionally-available": false,
217813                        "construct": false,
217814                        "construct-only": false,
217815                        "controllable": false,
217816                        "default": "255,255,0",
217817                        "mutable": "null",
217818                        "readable": true,
217819                        "type": "gchararray",
217820                        "writable": true
217821                    },
217822                    "datafile": {
217823                        "blurb": "Location of motioncells data file (empty string means no saving)",
217824                        "conditionally-available": false,
217825                        "construct": false,
217826                        "construct-only": false,
217827                        "controllable": false,
217828                        "default": "NULL",
217829                        "mutable": "null",
217830                        "readable": true,
217831                        "type": "gchararray",
217832                        "writable": true
217833                    },
217834                    "datafileextension": {
217835                        "blurb": "Extension of datafile",
217836                        "conditionally-available": false,
217837                        "construct": false,
217838                        "construct-only": false,
217839                        "controllable": false,
217840                        "default": "vamc",
217841                        "mutable": "null",
217842                        "readable": true,
217843                        "type": "gchararray",
217844                        "writable": true
217845                    },
217846                    "display": {
217847                        "blurb": "Toggle display of motion cells on current frame",
217848                        "conditionally-available": false,
217849                        "construct": false,
217850                        "construct-only": false,
217851                        "controllable": false,
217852                        "default": "true",
217853                        "mutable": "null",
217854                        "readable": true,
217855                        "type": "gboolean",
217856                        "writable": true
217857                    },
217858                    "gap": {
217859                        "blurb": "Interval in seconds after which motion is considered finished and a motion finished bus message is posted.",
217860                        "conditionally-available": false,
217861                        "construct": false,
217862                        "construct-only": false,
217863                        "controllable": false,
217864                        "default": "5",
217865                        "max": "60",
217866                        "min": "1",
217867                        "mutable": "null",
217868                        "readable": true,
217869                        "type": "gint",
217870                        "writable": true
217871                    },
217872                    "gridx": {
217873                        "blurb": "Number of horizontal grid cells.",
217874                        "conditionally-available": false,
217875                        "construct": false,
217876                        "construct-only": false,
217877                        "controllable": false,
217878                        "default": "10",
217879                        "max": "32",
217880                        "min": "8",
217881                        "mutable": "null",
217882                        "readable": true,
217883                        "type": "gint",
217884                        "writable": true
217885                    },
217886                    "gridy": {
217887                        "blurb": "Number of vertical grid cells.",
217888                        "conditionally-available": false,
217889                        "construct": false,
217890                        "construct-only": false,
217891                        "controllable": false,
217892                        "default": "10",
217893                        "max": "32",
217894                        "min": "8",
217895                        "mutable": "null",
217896                        "readable": true,
217897                        "type": "gint",
217898                        "writable": true
217899                    },
217900                    "minimummotionframes": {
217901                        "blurb": "Minimum number of motion frames triggering a motion event",
217902                        "conditionally-available": false,
217903                        "construct": false,
217904                        "construct-only": false,
217905                        "controllable": false,
217906                        "default": "1",
217907                        "max": "60",
217908                        "min": "1",
217909                        "mutable": "null",
217910                        "readable": true,
217911                        "type": "gint",
217912                        "writable": true
217913                    },
217914                    "motioncellsidx": {
217915                        "blurb": "Describe a cell with its line and column idx separated with \":\". Pass multiple cells as a comma-separated list",
217916                        "conditionally-available": false,
217917                        "construct": false,
217918                        "construct-only": false,
217919                        "controllable": false,
217920                        "default": "",
217921                        "mutable": "null",
217922                        "readable": true,
217923                        "type": "gchararray",
217924                        "writable": true
217925                    },
217926                    "motioncellthickness": {
217927                        "blurb": "Motion Cell Border Thickness. Set to -1 to fill motion cell",
217928                        "conditionally-available": false,
217929                        "construct": false,
217930                        "construct-only": false,
217931                        "controllable": false,
217932                        "default": "1",
217933                        "max": "5",
217934                        "min": "-1",
217935                        "mutable": "null",
217936                        "readable": true,
217937                        "type": "gint",
217938                        "writable": true
217939                    },
217940                    "motionmaskcellspos": {
217941                        "blurb": "Describe a cell with its line and column idx separated with \":\". Pass multiple cells as a comma-separated list",
217942                        "conditionally-available": false,
217943                        "construct": false,
217944                        "construct-only": false,
217945                        "controllable": false,
217946                        "default": "",
217947                        "mutable": "null",
217948                        "readable": true,
217949                        "type": "gchararray",
217950                        "writable": true
217951                    },
217952                    "motionmaskcoords": {
217953                        "blurb": "Describe a region with its upper left and lower right x, y coordinates separated with \":\". Pass multiple regions as a comma-separated list",
217954                        "conditionally-available": false,
217955                        "construct": false,
217956                        "construct-only": false,
217957                        "controllable": false,
217958                        "default": "",
217959                        "mutable": "null",
217960                        "readable": true,
217961                        "type": "gchararray",
217962                        "writable": true
217963                    },
217964                    "postallmotion": {
217965                        "blurb": "Post bus messages for every motion frame or just motion start and motion stop",
217966                        "conditionally-available": false,
217967                        "construct": false,
217968                        "construct-only": false,
217969                        "controllable": false,
217970                        "default": "false",
217971                        "mutable": "null",
217972                        "readable": true,
217973                        "type": "gboolean",
217974                        "writable": true
217975                    },
217976                    "postnomotion": {
217977                        "blurb": "If non 0, post a no_motion event on the bus if no motion is detected for the given number of seconds",
217978                        "conditionally-available": false,
217979                        "construct": false,
217980                        "construct-only": false,
217981                        "controllable": false,
217982                        "default": "0",
217983                        "max": "180",
217984                        "min": "0",
217985                        "mutable": "null",
217986                        "readable": true,
217987                        "type": "gint",
217988                        "writable": true
217989                    },
217990                    "sensitivity": {
217991                        "blurb": "Motion detection sensitivity.",
217992                        "conditionally-available": false,
217993                        "construct": false,
217994                        "construct-only": false,
217995                        "controllable": false,
217996                        "default": "0.5",
217997                        "max": "1",
217998                        "min": "0",
217999                        "mutable": "null",
218000                        "readable": true,
218001                        "type": "gdouble",
218002                        "writable": true
218003                    },
218004                    "threshold": {
218005                        "blurb": "Threshold value for motion. Filter detects motion when at least this fraction of the cells have moved",
218006                        "conditionally-available": false,
218007                        "construct": false,
218008                        "construct-only": false,
218009                        "controllable": false,
218010                        "default": "0.01",
218011                        "max": "1",
218012                        "min": "0",
218013                        "mutable": "null",
218014                        "readable": true,
218015                        "type": "gdouble",
218016                        "writable": true
218017                    },
218018                    "usealpha": {
218019                        "blurb": "Toggle usage of alpha blending on frames with motion cells",
218020                        "conditionally-available": false,
218021                        "construct": false,
218022                        "construct-only": false,
218023                        "controllable": false,
218024                        "default": "true",
218025                        "mutable": "null",
218026                        "readable": true,
218027                        "type": "gboolean",
218028                        "writable": true
218029                    }
218030                },
218031                "rank": "none"
218032            },
218033            "opencvtextoverlay": {
218034                "author": "sreerenj<bsreerenj@gmail.com>",
218035                "description": "Write text on the top of video",
218036                "hierarchy": [
218037                    "GstOpencvTextOverlay",
218038                    "GstOpencvVideoFilter",
218039                    "GstVideoFilter",
218040                    "GstBaseTransform",
218041                    "GstElement",
218042                    "GstObject",
218043                    "GInitiallyUnowned",
218044                    "GObject"
218045                ],
218046                "klass": "Filter/Effect/Video",
218047                "long-name": "opencvtextoverlay",
218048                "pad-templates": {
218049                    "sink": {
218050                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
218051                        "direction": "sink",
218052                        "presence": "always"
218053                    },
218054                    "src": {
218055                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
218056                        "direction": "src",
218057                        "presence": "always"
218058                    }
218059                },
218060                "properties": {
218061                    "colorB": {
218062                        "blurb": "Sets the color -B",
218063                        "conditionally-available": false,
218064                        "construct": false,
218065                        "construct-only": false,
218066                        "controllable": false,
218067                        "default": "0",
218068                        "max": "255",
218069                        "min": "0",
218070                        "mutable": "null",
218071                        "readable": true,
218072                        "type": "gint",
218073                        "writable": true
218074                    },
218075                    "colorG": {
218076                        "blurb": "Sets the color -G",
218077                        "conditionally-available": false,
218078                        "construct": false,
218079                        "construct-only": false,
218080                        "controllable": false,
218081                        "default": "0",
218082                        "max": "255",
218083                        "min": "0",
218084                        "mutable": "null",
218085                        "readable": true,
218086                        "type": "gint",
218087                        "writable": true
218088                    },
218089                    "colorR": {
218090                        "blurb": "Sets the color -R",
218091                        "conditionally-available": false,
218092                        "construct": false,
218093                        "construct-only": false,
218094                        "controllable": false,
218095                        "default": "0",
218096                        "max": "255",
218097                        "min": "0",
218098                        "mutable": "null",
218099                        "readable": true,
218100                        "type": "gint",
218101                        "writable": true
218102                    },
218103                    "height": {
218104                        "blurb": "Sets the height of fonts",
218105                        "conditionally-available": false,
218106                        "construct": false,
218107                        "construct-only": false,
218108                        "controllable": false,
218109                        "default": "1",
218110                        "max": "5",
218111                        "min": "1",
218112                        "mutable": "null",
218113                        "readable": true,
218114                        "type": "gdouble",
218115                        "writable": true
218116                    },
218117                    "text": {
218118                        "blurb": "Text to be display.",
218119                        "conditionally-available": false,
218120                        "construct": false,
218121                        "construct-only": false,
218122                        "controllable": false,
218123                        "default": "Opencv Text Overlay",
218124                        "mutable": "null",
218125                        "readable": true,
218126                        "type": "gchararray",
218127                        "writable": true
218128                    },
218129                    "thickness": {
218130                        "blurb": "Sets the Thickness of Font",
218131                        "conditionally-available": false,
218132                        "construct": false,
218133                        "construct-only": false,
218134                        "controllable": false,
218135                        "default": "2",
218136                        "max": "2147483647",
218137                        "min": "0",
218138                        "mutable": "null",
218139                        "readable": true,
218140                        "type": "gint",
218141                        "writable": true
218142                    },
218143                    "width": {
218144                        "blurb": "Sets the width of fonts",
218145                        "conditionally-available": false,
218146                        "construct": false,
218147                        "construct-only": false,
218148                        "controllable": false,
218149                        "default": "1",
218150                        "max": "5",
218151                        "min": "1",
218152                        "mutable": "null",
218153                        "readable": true,
218154                        "type": "gdouble",
218155                        "writable": true
218156                    },
218157                    "xpos": {
218158                        "blurb": "Sets the Horizontal position",
218159                        "conditionally-available": false,
218160                        "construct": false,
218161                        "construct-only": false,
218162                        "controllable": false,
218163                        "default": "50",
218164                        "max": "2147483647",
218165                        "min": "0",
218166                        "mutable": "null",
218167                        "readable": true,
218168                        "type": "gint",
218169                        "writable": true
218170                    },
218171                    "ypos": {
218172                        "blurb": "Sets the Vertical position",
218173                        "conditionally-available": false,
218174                        "construct": false,
218175                        "construct-only": false,
218176                        "controllable": false,
218177                        "default": "50",
218178                        "max": "2147483647",
218179                        "min": "0",
218180                        "mutable": "null",
218181                        "readable": true,
218182                        "type": "gint",
218183                        "writable": true
218184                    }
218185                },
218186                "rank": "none"
218187            },
218188            "retinex": {
218189                "author": "Miguel Casas-Sanchez <miguelecasassanchez@gmail.com>",
218190                "description": "Multiscale retinex for colour image enhancement",
218191                "hierarchy": [
218192                    "GstRetinex",
218193                    "GstOpencvVideoFilter",
218194                    "GstVideoFilter",
218195                    "GstBaseTransform",
218196                    "GstElement",
218197                    "GstObject",
218198                    "GInitiallyUnowned",
218199                    "GObject"
218200                ],
218201                "klass": "Filter/Effect/Video",
218202                "long-name": "Retinex image colour enhancement",
218203                "pad-templates": {
218204                    "sink": {
218205                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
218206                        "direction": "sink",
218207                        "presence": "always"
218208                    },
218209                    "src": {
218210                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
218211                        "direction": "src",
218212                        "presence": "always"
218213                    }
218214                },
218215                "properties": {
218216                    "gain": {
218217                        "blurb": "Gain",
218218                        "conditionally-available": false,
218219                        "construct": false,
218220                        "construct-only": false,
218221                        "controllable": false,
218222                        "default": "128",
218223                        "max": "2147483647",
218224                        "min": "0",
218225                        "mutable": "null",
218226                        "readable": true,
218227                        "type": "gint",
218228                        "writable": true
218229                    },
218230                    "method": {
218231                        "blurb": "Retinex method to use",
218232                        "conditionally-available": false,
218233                        "construct": false,
218234                        "construct-only": false,
218235                        "controllable": false,
218236                        "default": "basic (0)",
218237                        "mutable": "null",
218238                        "readable": true,
218239                        "type": "GstRetinexMethod",
218240                        "writable": true
218241                    },
218242                    "offset": {
218243                        "blurb": "Offset",
218244                        "conditionally-available": false,
218245                        "construct": false,
218246                        "construct-only": false,
218247                        "controllable": false,
218248                        "default": "128",
218249                        "max": "2147483647",
218250                        "min": "0",
218251                        "mutable": "null",
218252                        "readable": true,
218253                        "type": "gint",
218254                        "writable": true
218255                    },
218256                    "scales": {
218257                        "blurb": "Amount of gaussian filters (scales) used in multiscale retinex",
218258                        "conditionally-available": false,
218259                        "construct": false,
218260                        "construct-only": false,
218261                        "controllable": false,
218262                        "default": "3",
218263                        "max": "4",
218264                        "min": "1",
218265                        "mutable": "null",
218266                        "readable": true,
218267                        "type": "gint",
218268                        "writable": true
218269                    },
218270                    "sigma": {
218271                        "blurb": "Sigma",
218272                        "conditionally-available": false,
218273                        "construct": false,
218274                        "construct-only": false,
218275                        "controllable": false,
218276                        "default": "14",
218277                        "max": "1.79769e+308",
218278                        "min": "0",
218279                        "mutable": "null",
218280                        "readable": true,
218281                        "type": "gdouble",
218282                        "writable": true
218283                    }
218284                },
218285                "rank": "none"
218286            },
218287            "segmentation": {
218288                "author": "Miguel Casas-Sanchez <miguelecasassanchez@gmail.com>",
218289                "description": "Create a Foregound/Background mask applying a particular algorithm",
218290                "hierarchy": [
218291                    "GstSegmentation",
218292                    "GstOpencvVideoFilter",
218293                    "GstVideoFilter",
218294                    "GstBaseTransform",
218295                    "GstElement",
218296                    "GstObject",
218297                    "GInitiallyUnowned",
218298                    "GObject"
218299                ],
218300                "klass": "Filter/Effect/Video",
218301                "long-name": "Foreground/background video sequence segmentation",
218302                "pad-templates": {
218303                    "sink": {
218304                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
218305                        "direction": "sink",
218306                        "presence": "always"
218307                    },
218308                    "src": {
218309                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
218310                        "direction": "src",
218311                        "presence": "always"
218312                    }
218313                },
218314                "properties": {
218315                    "learning-rate": {
218316                        "blurb": "Speed with which a motionless foreground pixel would become background (inverse of number of frames)",
218317                        "conditionally-available": false,
218318                        "construct": false,
218319                        "construct-only": false,
218320                        "controllable": false,
218321                        "default": "0.01",
218322                        "max": "1",
218323                        "min": "0",
218324                        "mutable": "null",
218325                        "readable": true,
218326                        "type": "gfloat",
218327                        "writable": true
218328                    },
218329                    "method": {
218330                        "blurb": "Segmentation method to use",
218331                        "conditionally-available": false,
218332                        "construct": false,
218333                        "construct-only": false,
218334                        "controllable": false,
218335                        "default": "mog2 (2)",
218336                        "mutable": "null",
218337                        "readable": true,
218338                        "type": "GstSegmentationMethod",
218339                        "writable": true
218340                    },
218341                    "test-mode": {
218342                        "blurb": "If true, the output RGB is overwritten with the calculated foreground (white color)",
218343                        "conditionally-available": false,
218344                        "construct": false,
218345                        "construct-only": false,
218346                        "controllable": false,
218347                        "default": "false",
218348                        "mutable": "null",
218349                        "readable": true,
218350                        "type": "gboolean",
218351                        "writable": true
218352                    }
218353                },
218354                "rank": "none"
218355            },
218356            "skindetect": {
218357                "author": "Miguel Casas-Sanchez <miguelecasassanchez@gmail.com>",
218358                "description": "Performs non-parametric skin detection on input",
218359                "hierarchy": [
218360                    "GstSkinDetect",
218361                    "GstOpencvVideoFilter",
218362                    "GstVideoFilter",
218363                    "GstBaseTransform",
218364                    "GstElement",
218365                    "GstObject",
218366                    "GInitiallyUnowned",
218367                    "GObject"
218368                ],
218369                "klass": "Filter/Effect/Video",
218370                "long-name": "skindetect",
218371                "pad-templates": {
218372                    "sink": {
218373                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
218374                        "direction": "sink",
218375                        "presence": "always"
218376                    },
218377                    "src": {
218378                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
218379                        "direction": "src",
218380                        "presence": "always"
218381                    }
218382                },
218383                "properties": {
218384                    "method": {
218385                        "blurb": "Method to use",
218386                        "conditionally-available": false,
218387                        "construct": false,
218388                        "construct-only": false,
218389                        "controllable": false,
218390                        "default": "hsv (0)",
218391                        "mutable": "null",
218392                        "readable": true,
218393                        "type": "GstSkindetectMethod",
218394                        "writable": true
218395                    },
218396                    "postprocess": {
218397                        "blurb": "Apply opening-closing to skin detection to extract large, significant blobs ",
218398                        "conditionally-available": false,
218399                        "construct": false,
218400                        "construct-only": false,
218401                        "controllable": false,
218402                        "default": "true",
218403                        "mutable": "null",
218404                        "readable": true,
218405                        "type": "gboolean",
218406                        "writable": true
218407                    }
218408                },
218409                "rank": "none"
218410            },
218411            "templatematch": {
218412                "author": "Noam Lewis <jones.noamle@gmail.com>",
218413                "description": "Performs template matching on videos and images, providing detected positions via bus messages.",
218414                "hierarchy": [
218415                    "GstTemplateMatch",
218416                    "GstOpencvVideoFilter",
218417                    "GstVideoFilter",
218418                    "GstBaseTransform",
218419                    "GstElement",
218420                    "GstObject",
218421                    "GInitiallyUnowned",
218422                    "GObject"
218423                ],
218424                "klass": "Filter/Effect/Video",
218425                "long-name": "templatematch",
218426                "pad-templates": {
218427                    "sink": {
218428                        "caps": "video/x-raw:\n         format: BGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
218429                        "direction": "sink",
218430                        "presence": "always"
218431                    },
218432                    "src": {
218433                        "caps": "video/x-raw:\n         format: BGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
218434                        "direction": "src",
218435                        "presence": "always"
218436                    }
218437                },
218438                "properties": {
218439                    "display": {
218440                        "blurb": "Sets whether the detected template should be highlighted in the output",
218441                        "conditionally-available": false,
218442                        "construct": false,
218443                        "construct-only": false,
218444                        "controllable": false,
218445                        "default": "true",
218446                        "mutable": "null",
218447                        "readable": true,
218448                        "type": "gboolean",
218449                        "writable": true
218450                    },
218451                    "method": {
218452                        "blurb": "Specifies the way the template must be compared with image regions. 0=SQDIFF, 1=SQDIFF_NORMED, 2=CCOR, 3=CCOR_NORMED, 4=CCOEFF, 5=CCOEFF_NORMED.",
218453                        "conditionally-available": false,
218454                        "construct": false,
218455                        "construct-only": false,
218456                        "controllable": false,
218457                        "default": "3",
218458                        "max": "5",
218459                        "min": "0",
218460                        "mutable": "null",
218461                        "readable": true,
218462                        "type": "gint",
218463                        "writable": true
218464                    },
218465                    "template": {
218466                        "blurb": "Filename of template image",
218467                        "conditionally-available": false,
218468                        "construct": false,
218469                        "construct-only": false,
218470                        "controllable": false,
218471                        "default": "NULL",
218472                        "mutable": "null",
218473                        "readable": true,
218474                        "type": "gchararray",
218475                        "writable": true
218476                    }
218477                },
218478                "rank": "none"
218479            }
218480        },
218481        "filename": "gstopencv",
218482        "license": "LGPL",
218483        "other-types": {
218484            "GstCameraCalibrationPattern": {
218485                "kind": "enum",
218486                "values": [
218487                    {
218488                        "desc": "Chessboard",
218489                        "name": "chessboard",
218490                        "value": "0"
218491                    },
218492                    {
218493                        "desc": "Circle Grids",
218494                        "name": "circle_grids",
218495                        "value": "1"
218496                    },
218497                    {
218498                        "desc": "Asymmetric Circle Grids",
218499                        "name": "asymmetric_circle_grids",
218500                        "value": "2"
218501                    }
218502                ]
218503            },
218504            "GstCvDilateErode": {
218505                "hierarchy": [
218506                    "GstCvDilateErode",
218507                    "GstOpencvVideoFilter",
218508                    "GstVideoFilter",
218509                    "GstBaseTransform",
218510                    "GstElement",
218511                    "GstObject",
218512                    "GInitiallyUnowned",
218513                    "GObject"
218514                ],
218515                "kind": "object",
218516                "properties": {
218517                    "iterations": {
218518                        "blurb": "Number of iterations to run the algorithm",
218519                        "conditionally-available": false,
218520                        "construct": false,
218521                        "construct-only": false,
218522                        "controllable": false,
218523                        "default": "1",
218524                        "max": "2147483647",
218525                        "min": "1",
218526                        "mutable": "null",
218527                        "readable": true,
218528                        "type": "gint",
218529                        "writable": true
218530                    }
218531                }
218532            },
218533            "GstCvSmoothTypeType": {
218534                "kind": "enum",
218535                "values": [
218536                    {
218537                        "desc": "CV Blur",
218538                        "name": "blur",
218539                        "value": "1"
218540                    },
218541                    {
218542                        "desc": "CV Gaussian",
218543                        "name": "gaussian",
218544                        "value": "2"
218545                    },
218546                    {
218547                        "desc": "CV Median",
218548                        "name": "median",
218549                        "value": "3"
218550                    },
218551                    {
218552                        "desc": "CV Bilateral",
218553                        "name": "bilateral",
218554                        "value": "4"
218555                    }
218556                ]
218557            },
218558            "GstDewarpDisplayMode": {
218559                "kind": "enum",
218560                "values": [
218561                    {
218562                        "desc": "Single panorama image",
218563                        "name": "single-panorama",
218564                        "value": "0"
218565                    },
218566                    {
218567                        "desc": "Dewarped image is split in two images displayed one below the other",
218568                        "name": "double-panorama",
218569                        "value": "1"
218570                    },
218571                    {
218572                        "desc": "Dewarped image is split in four images dysplayed as a quad view",
218573                        "name": "quad-view",
218574                        "value": "2"
218575                    }
218576                ]
218577            },
218578            "GstDewarpInterpolationMode": {
218579                "kind": "enum",
218580                "values": [
218581                    {
218582                        "desc": "A nearest-neighbor interpolation",
218583                        "name": "nearest",
218584                        "value": "0"
218585                    },
218586                    {
218587                        "desc": "A bilinear interpolation",
218588                        "name": "bilinear",
218589                        "value": "1"
218590                    },
218591                    {
218592                        "desc": "A bicubic interpolation over 4x4 pixel neighborhood",
218593                        "name": "bicubic",
218594                        "value": "2"
218595                    },
218596                    {
218597                        "desc": "A Lanczos interpolation over 8x8 pixel neighborhood",
218598                        "name": "Lanczos",
218599                        "value": "3"
218600                    }
218601                ]
218602            },
218603            "GstDisparityMethod": {
218604                "kind": "enum",
218605                "values": [
218606                    {
218607                        "desc": "Global block matching algorithm",
218608                        "name": "sbm",
218609                        "value": "0"
218610                    },
218611                    {
218612                        "desc": "Semi-global block matching algorithm",
218613                        "name": "sgbm",
218614                        "value": "1"
218615                    }
218616                ]
218617            },
218618            "GstFaceDetectUpdates": {
218619                "kind": "enum",
218620                "values": [
218621                    {
218622                        "desc": "Send update messages on every frame",
218623                        "name": "every_frame",
218624                        "value": "0"
218625                    },
218626                    {
218627                        "desc": "Send messages when a new face is detected or one is not anymore detected",
218628                        "name": "on_change",
218629                        "value": "1"
218630                    },
218631                    {
218632                        "desc": "Send messages whenever a face is detected",
218633                        "name": "on_face",
218634                        "value": "2"
218635                    },
218636                    {
218637                        "desc": "Send no messages update",
218638                        "name": "none",
218639                        "value": "3"
218640                    }
218641                ]
218642            },
218643            "GstOpenCVTrackerAlgorithm": {
218644                "kind": "enum",
218645                "values": [
218646                    {
218647                        "desc": "the Boosting tracker",
218648                        "name": "Boosting",
218649                        "value": "0"
218650                    },
218651                    {
218652                        "desc": "the CSRT tracker",
218653                        "name": "CSRT",
218654                        "value": "1"
218655                    },
218656                    {
218657                        "desc": "the KCF (Kernelized Correlation Filter) tracker",
218658                        "name": "KCF",
218659                        "value": "2"
218660                    },
218661                    {
218662                        "desc": "the Median Flow tracker",
218663                        "name": "MedianFlow",
218664                        "value": "3"
218665                    },
218666                    {
218667                        "desc": "the MIL tracker",
218668                        "name": "MIL",
218669                        "value": "4"
218670                    },
218671                    {
218672                        "desc": "the MOSSE (Minimum Output Sum of Squared Error) tracker",
218673                        "name": "MOSSE",
218674                        "value": "5"
218675                    },
218676                    {
218677                        "desc": "the TLD (Tracking, learning and detection) tracker",
218678                        "name": "TLD",
218679                        "value": "6"
218680                    }
218681                ]
218682            },
218683            "GstOpencvFaceBlurFlags": {
218684                "kind": "flags",
218685                "values": [
218686                    {
218687                        "desc": "Do Canny edge detection to discard some regions",
218688                        "name": "do-canny-pruning",
218689                        "value": "0x00000001"
218690                    }
218691                ]
218692            },
218693            "GstOpencvFaceDetectFlags": {
218694                "kind": "flags",
218695                "values": [
218696                    {
218697                        "desc": "Do Canny edge detection to discard some regions",
218698                        "name": "do-canny-pruning",
218699                        "value": "0x00000001"
218700                    }
218701                ]
218702            },
218703            "GstRetinexMethod": {
218704                "kind": "enum",
218705                "values": [
218706                    {
218707                        "desc": "Basic retinex restoration",
218708                        "name": "basic",
218709                        "value": "0"
218710                    },
218711                    {
218712                        "desc": "Mutiscale retinex restoration",
218713                        "name": "multiscale",
218714                        "value": "1"
218715                    }
218716                ]
218717            },
218718            "GstSegmentationMethod": {
218719                "kind": "enum",
218720                "values": [
218721                    {
218722                        "desc": "Codebook-based segmentation (Bradski2008)",
218723                        "name": "codebook",
218724                        "value": "0"
218725                    },
218726                    {
218727                        "desc": "Mixture-of-Gaussians segmentation (Bowden2001)",
218728                        "name": "mog",
218729                        "value": "1"
218730                    },
218731                    {
218732                        "desc": "Mixture-of-Gaussians segmentation (Zivkovic2004)",
218733                        "name": "mog2",
218734                        "value": "2"
218735                    }
218736                ]
218737            },
218738            "GstSkindetectMethod": {
218739                "kind": "enum",
218740                "values": [
218741                    {
218742                        "desc": "Classic HSV thresholding",
218743                        "name": "hsv",
218744                        "value": "0"
218745                    },
218746                    {
218747                        "desc": "Normalised-RGB colorspace thresholding",
218748                        "name": "rgb",
218749                        "value": "1"
218750                    }
218751                ]
218752            }
218753        },
218754        "package": "GStreamer Bad Plug-ins",
218755        "source": "gst-plugins-bad",
218756        "tracers": {},
218757        "url": "Unknown package origin"
218758    },
218759    "openexr": {
218760        "description": "OpenEXR image plugin",
218761        "elements": {
218762            "openexrdec": {
218763                "author": "Sebastian Dröge <sebastian@centricular.com>",
218764                "description": "Decode EXR streams",
218765                "hierarchy": [
218766                    "GstOpenEXRDec",
218767                    "GstVideoDecoder",
218768                    "GstElement",
218769                    "GstObject",
218770                    "GInitiallyUnowned",
218771                    "GObject"
218772                ],
218773                "klass": "Codec/Decoder/Video",
218774                "long-name": "OpenEXR decoder",
218775                "pad-templates": {
218776                    "sink": {
218777                        "caps": "image/x-exr:\n",
218778                        "direction": "sink",
218779                        "presence": "always"
218780                    },
218781                    "src": {
218782                        "caps": "video/x-raw:\n         format: ARGB64\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
218783                        "direction": "src",
218784                        "presence": "always"
218785                    }
218786                },
218787                "properties": {},
218788                "rank": "primary"
218789            }
218790        },
218791        "filename": "gstopenexr",
218792        "license": "LGPL",
218793        "other-types": {},
218794        "package": "GStreamer Bad Plug-ins",
218795        "source": "gst-plugins-bad",
218796        "tracers": {},
218797        "url": "Unknown package origin"
218798    },
218799    "openh264": {
218800        "description": "OpenH264 encoder/decoder plugin",
218801        "elements": {
218802            "openh264dec": {
218803                "author": "Ericsson AB, http://www.ericsson.com",
218804                "description": "OpenH264 video decoder",
218805                "hierarchy": [
218806                    "GstOpenh264Dec",
218807                    "GstVideoDecoder",
218808                    "GstElement",
218809                    "GstObject",
218810                    "GInitiallyUnowned",
218811                    "GObject"
218812                ],
218813                "klass": "Decoder/Video",
218814                "long-name": "OpenH264 video decoder",
218815                "pad-templates": {
218816                    "sink": {
218817                        "caps": "video/x-h264:\n  stream-format: byte-stream\n      alignment: au\n        profile: { (string)constrained-baseline, (string)baseline, (string)main, (string)high, (string)constrained-high, (string)progressive-high }\n",
218818                        "direction": "sink",
218819                        "presence": "always"
218820                    },
218821                    "src": {
218822                        "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
218823                        "direction": "src",
218824                        "presence": "always"
218825                    }
218826                },
218827                "properties": {},
218828                "rank": "marginal"
218829            },
218830            "openh264enc": {
218831                "author": "Ericsson AB, http://www.ericsson.com",
218832                "description": "OpenH264 video encoder",
218833                "hierarchy": [
218834                    "GstOpenh264Enc",
218835                    "GstVideoEncoder",
218836                    "GstElement",
218837                    "GstObject",
218838                    "GInitiallyUnowned",
218839                    "GObject"
218840                ],
218841                "interfaces": [
218842                    "GstPreset"
218843                ],
218844                "klass": "Encoder/Video",
218845                "long-name": "OpenH264 video encoder",
218846                "pad-templates": {
218847                    "sink": {
218848                        "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
218849                        "direction": "sink",
218850                        "presence": "always"
218851                    },
218852                    "src": {
218853                        "caps": "video/x-h264:\n  stream-format: byte-stream\n      alignment: au\n        profile: { (string)constrained-baseline, (string)baseline, (string)main, (string)constrained-high, (string)high }\n",
218854                        "direction": "src",
218855                        "presence": "always"
218856                    }
218857                },
218858                "properties": {
218859                    "adaptive-quantization": {
218860                        "blurb": "Adaptive quantization",
218861                        "conditionally-available": false,
218862                        "construct": false,
218863                        "construct-only": false,
218864                        "controllable": false,
218865                        "default": "true",
218866                        "mutable": "null",
218867                        "readable": true,
218868                        "type": "gboolean",
218869                        "writable": true
218870                    },
218871                    "background-detection": {
218872                        "blurb": "Background detection",
218873                        "conditionally-available": false,
218874                        "construct": false,
218875                        "construct-only": false,
218876                        "controllable": false,
218877                        "default": "true",
218878                        "mutable": "null",
218879                        "readable": true,
218880                        "type": "gboolean",
218881                        "writable": true
218882                    },
218883                    "bitrate": {
218884                        "blurb": "Bitrate (in bits per second)",
218885                        "conditionally-available": false,
218886                        "construct": false,
218887                        "construct-only": false,
218888                        "controllable": false,
218889                        "default": "128000",
218890                        "max": "-1",
218891                        "min": "0",
218892                        "mutable": "playing",
218893                        "readable": true,
218894                        "type": "guint",
218895                        "writable": true
218896                    },
218897                    "complexity": {
218898                        "blurb": "Complexity",
218899                        "conditionally-available": false,
218900                        "construct": false,
218901                        "construct-only": false,
218902                        "controllable": false,
218903                        "default": "medium (1)",
218904                        "mutable": "null",
218905                        "readable": true,
218906                        "type": "GstOpenh264encComplexity",
218907                        "writable": true
218908                    },
218909                    "deblocking": {
218910                        "blurb": "Deblocking mode",
218911                        "conditionally-available": false,
218912                        "construct": false,
218913                        "construct-only": false,
218914                        "controllable": false,
218915                        "default": "on (0)",
218916                        "mutable": "null",
218917                        "readable": true,
218918                        "type": "GstOpenh264encDeblockingModes",
218919                        "writable": true
218920                    },
218921                    "enable-denoise": {
218922                        "blurb": "Denoise control",
218923                        "conditionally-available": false,
218924                        "construct": false,
218925                        "construct-only": false,
218926                        "controllable": false,
218927                        "default": "false",
218928                        "mutable": "null",
218929                        "readable": true,
218930                        "type": "gboolean",
218931                        "writable": true
218932                    },
218933                    "enable-frame-skip": {
218934                        "blurb": "Skip frames to reach target bitrate",
218935                        "conditionally-available": false,
218936                        "construct": false,
218937                        "construct-only": false,
218938                        "controllable": false,
218939                        "default": "false",
218940                        "mutable": "null",
218941                        "readable": true,
218942                        "type": "gboolean",
218943                        "writable": true
218944                    },
218945                    "gop-size": {
218946                        "blurb": "Number of frames between intra frames",
218947                        "conditionally-available": false,
218948                        "construct": false,
218949                        "construct-only": false,
218950                        "controllable": false,
218951                        "default": "90",
218952                        "max": "-1",
218953                        "min": "0",
218954                        "mutable": "null",
218955                        "readable": true,
218956                        "type": "guint",
218957                        "writable": true
218958                    },
218959                    "max-bitrate": {
218960                        "blurb": "Maximum Bitrate (in bits per second)",
218961                        "conditionally-available": false,
218962                        "construct": false,
218963                        "construct-only": false,
218964                        "controllable": false,
218965                        "default": "0",
218966                        "max": "-1",
218967                        "min": "0",
218968                        "mutable": "playing",
218969                        "readable": true,
218970                        "type": "guint",
218971                        "writable": true
218972                    },
218973                    "max-slice-size": {
218974                        "blurb": "The maximum size of one slice (in bytes).",
218975                        "conditionally-available": false,
218976                        "construct": false,
218977                        "construct-only": false,
218978                        "controllable": false,
218979                        "default": "1500000",
218980                        "max": "-1",
218981                        "min": "0",
218982                        "mutable": "null",
218983                        "readable": true,
218984                        "type": "guint",
218985                        "writable": true
218986                    },
218987                    "multi-thread": {
218988                        "blurb": "The number of threads.",
218989                        "conditionally-available": false,
218990                        "construct": false,
218991                        "construct-only": false,
218992                        "controllable": false,
218993                        "default": "0",
218994                        "max": "-1",
218995                        "min": "0",
218996                        "mutable": "null",
218997                        "readable": true,
218998                        "type": "guint",
218999                        "writable": true
219000                    },
219001                    "num-slices": {
219002                        "blurb": "The number of slices (needs slice-mode=n-slices)",
219003                        "conditionally-available": false,
219004                        "construct": false,
219005                        "construct-only": false,
219006                        "controllable": false,
219007                        "default": "1",
219008                        "max": "-1",
219009                        "min": "0",
219010                        "mutable": "null",
219011                        "readable": true,
219012                        "type": "guint",
219013                        "writable": true
219014                    },
219015                    "qp-max": {
219016                        "blurb": "Maximum quantizer",
219017                        "conditionally-available": false,
219018                        "construct": false,
219019                        "construct-only": false,
219020                        "controllable": false,
219021                        "default": "51",
219022                        "max": "51",
219023                        "min": "0",
219024                        "mutable": "null",
219025                        "readable": true,
219026                        "type": "guint",
219027                        "writable": true
219028                    },
219029                    "qp-min": {
219030                        "blurb": "Minimum quantizer",
219031                        "conditionally-available": false,
219032                        "construct": false,
219033                        "construct-only": false,
219034                        "controllable": false,
219035                        "default": "0",
219036                        "max": "51",
219037                        "min": "0",
219038                        "mutable": "null",
219039                        "readable": true,
219040                        "type": "guint",
219041                        "writable": true
219042                    },
219043                    "rate-control": {
219044                        "blurb": "Rate control mode",
219045                        "conditionally-available": false,
219046                        "construct": false,
219047                        "construct-only": false,
219048                        "controllable": false,
219049                        "default": "quality (0)",
219050                        "mutable": "null",
219051                        "readable": true,
219052                        "type": "RC_MODES",
219053                        "writable": true
219054                    },
219055                    "scene-change-detection": {
219056                        "blurb": "Scene change detection",
219057                        "conditionally-available": false,
219058                        "construct": false,
219059                        "construct-only": false,
219060                        "controllable": false,
219061                        "default": "true",
219062                        "mutable": "null",
219063                        "readable": true,
219064                        "type": "gboolean",
219065                        "writable": true
219066                    },
219067                    "slice-mode": {
219068                        "blurb": "Slice mode",
219069                        "conditionally-available": false,
219070                        "construct": false,
219071                        "construct-only": false,
219072                        "controllable": false,
219073                        "default": "n-slices (1)",
219074                        "mutable": "null",
219075                        "readable": true,
219076                        "type": "GstOpenh264EncSliceModes",
219077                        "writable": true
219078                    },
219079                    "usage-type": {
219080                        "blurb": "Type of video content",
219081                        "conditionally-available": false,
219082                        "construct": false,
219083                        "construct-only": false,
219084                        "controllable": false,
219085                        "default": "camera (0)",
219086                        "mutable": "null",
219087                        "readable": true,
219088                        "type": "EUsageType",
219089                        "writable": true
219090                    }
219091                },
219092                "rank": "marginal"
219093            }
219094        },
219095        "filename": "gstopenh264",
219096        "license": "BSD",
219097        "other-types": {
219098            "EUsageType": {
219099                "kind": "enum",
219100                "values": [
219101                    {
219102                        "desc": "video from camera",
219103                        "name": "camera",
219104                        "value": "0"
219105                    },
219106                    {
219107                        "desc": "screen content",
219108                        "name": "screen",
219109                        "value": "1"
219110                    }
219111                ]
219112            },
219113            "GstOpenh264EncSliceModes": {
219114                "kind": "enum",
219115                "values": [
219116                    {
219117                        "desc": "Fixed number of slices",
219118                        "name": "n-slices",
219119                        "value": "1"
219120                    },
219121                    {
219122                        "desc": "Number of slices equal to number of threads",
219123                        "name": "auto",
219124                        "value": "5"
219125                    }
219126                ]
219127            },
219128            "GstOpenh264encComplexity": {
219129                "kind": "enum",
219130                "values": [
219131                    {
219132                        "desc": "Low complexity / high speed encoding",
219133                        "name": "low",
219134                        "value": "0"
219135                    },
219136                    {
219137                        "desc": "Medium complexity / medium speed encoding",
219138                        "name": "medium",
219139                        "value": "1"
219140                    },
219141                    {
219142                        "desc": "High complexity / low speed encoding",
219143                        "name": "high",
219144                        "value": "2"
219145                    }
219146                ]
219147            },
219148            "GstOpenh264encDeblockingModes": {
219149                "kind": "enum",
219150                "values": [
219151                    {
219152                        "desc": "Deblocking on",
219153                        "name": "on",
219154                        "value": "0"
219155                    },
219156                    {
219157                        "desc": "Deblocking off",
219158                        "name": "off",
219159                        "value": "1"
219160                    },
219161                    {
219162                        "desc": "Deblocking on, except for slice boundaries",
219163                        "name": "not-slice-boundaries",
219164                        "value": "2"
219165                    }
219166                ]
219167            },
219168            "RC_MODES": {
219169                "kind": "enum",
219170                "values": [
219171                    {
219172                        "desc": "Quality mode",
219173                        "name": "quality",
219174                        "value": "0"
219175                    },
219176                    {
219177                        "desc": "Bitrate mode",
219178                        "name": "bitrate",
219179                        "value": "1"
219180                    },
219181                    {
219182                        "desc": "No bitrate control, just using buffer status",
219183                        "name": "buffer",
219184                        "value": "2"
219185                    },
219186                    {
219187                        "desc": "Rate control off mode",
219188                        "name": "off",
219189                        "value": "-1"
219190                    }
219191                ]
219192            }
219193        },
219194        "package": "GStreamer Bad Plug-ins",
219195        "source": "gst-plugins-bad",
219196        "tracers": {},
219197        "url": "Unknown package origin"
219198    },
219199    "openjpeg": {
219200        "description": "OpenJPEG-based JPEG2000 image decoder/encoder",
219201        "elements": {
219202            "openjpegdec": {
219203                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
219204                "description": "Decode JPEG2000 streams",
219205                "hierarchy": [
219206                    "GstOpenJPEGDec",
219207                    "GstVideoDecoder",
219208                    "GstElement",
219209                    "GstObject",
219210                    "GInitiallyUnowned",
219211                    "GObject"
219212                ],
219213                "klass": "Codec/Decoder/Video",
219214                "long-name": "OpenJPEG JPEG2000 decoder",
219215                "pad-templates": {
219216                    "sink": {
219217                        "caps": "image/x-j2c:\n       sampling: { (string)RGB, (string)BGR, (string)RGBA, (string)BGRA, (string)YCbCr-4:4:4, (string)YCbCr-4:2:2, (string)YCbCr-4:2:0, (string)YCbCr-4:1:1, (string)YCbCr-4:1:0, (string)GRAYSCALE, (string)YCbCrA-4:4:4:4 }\nimage/x-jpc:\n       sampling: { (string)RGB, (string)BGR, (string)RGBA, (string)BGRA, (string)YCbCr-4:4:4, (string)YCbCr-4:2:2, (string)YCbCr-4:2:0, (string)YCbCr-4:1:1, (string)YCbCr-4:1:0, (string)GRAYSCALE, (string)YCbCrA-4:4:4:4 }\nimage/jp2:\nimage/x-jpc-striped:\n    num-stripes: [ 2, 2147483647 ]\n       sampling: { (string)RGB, (string)BGR, (string)RGBA, (string)BGRA, (string)YCbCr-4:4:4, (string)YCbCr-4:2:2, (string)YCbCr-4:2:0, (string)YCbCr-4:1:1, (string)YCbCr-4:1:0, (string)GRAYSCALE, (string)YCbCrA-4:4:4:4 }\n",
219218                        "direction": "sink",
219219                        "presence": "always"
219220                    },
219221                    "src": {
219222                        "caps": "video/x-raw:\n         format: { ARGB64, ARGB, xRGB, AYUV64, Y444_10LE, I422_10LE, I420_10LE, AYUV, Y444, Y42B, I420, Y41B, YUV9, GRAY8, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
219223                        "direction": "src",
219224                        "presence": "always"
219225                    }
219226                },
219227                "properties": {
219228                    "max-slice-threads": {
219229                        "blurb": "Maximum number of worker threads to spawn according to the frame boundary. (0 = no thread)",
219230                        "conditionally-available": false,
219231                        "construct": false,
219232                        "construct-only": false,
219233                        "controllable": false,
219234                        "default": "0",
219235                        "max": "2147483647",
219236                        "min": "0",
219237                        "mutable": "null",
219238                        "readable": true,
219239                        "type": "gint",
219240                        "writable": true
219241                    },
219242                    "max-threads": {
219243                        "blurb": "Maximum number of worker threads to spawn used by openjpeg internally. (0 = no thread)",
219244                        "conditionally-available": false,
219245                        "construct": false,
219246                        "construct-only": false,
219247                        "controllable": false,
219248                        "default": "0",
219249                        "max": "2147483647",
219250                        "min": "0",
219251                        "mutable": "null",
219252                        "readable": true,
219253                        "type": "gint",
219254                        "writable": true
219255                    }
219256                },
219257                "rank": "primary"
219258            },
219259            "openjpegenc": {
219260                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
219261                "description": "Encode JPEG2000 streams",
219262                "hierarchy": [
219263                    "GstOpenJPEGEnc",
219264                    "GstVideoEncoder",
219265                    "GstElement",
219266                    "GstObject",
219267                    "GInitiallyUnowned",
219268                    "GObject"
219269                ],
219270                "interfaces": [
219271                    "GstPreset"
219272                ],
219273                "klass": "Codec/Encoder/Video",
219274                "long-name": "OpenJPEG JPEG2000 encoder",
219275                "pad-templates": {
219276                    "sink": {
219277                        "caps": "video/x-raw:\n         format: { ARGB64, ARGB, xRGB, AYUV64, Y444_10LE, I422_10LE, I420_10LE, AYUV, Y444, Y42B, I420, Y41B, YUV9, GRAY8, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
219278                        "direction": "sink",
219279                        "presence": "always"
219280                    },
219281                    "src": {
219282                        "caps": "image/x-j2c:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n num-components: [ 1, 4 ]\n       sampling: { (string)RGB, (string)BGR, (string)RGBA, (string)BGRA, (string)YCbCr-4:4:4, (string)YCbCr-4:2:2, (string)YCbCr-4:2:0, (string)YCbCr-4:1:1, (string)YCbCr-4:1:0, (string)GRAYSCALE, (string)YCbCrA-4:4:4:4 }\n     colorspace: { (string)sRGB, (string)sYUV, (string)GRAY }\nimage/x-jpc:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n num-components: [ 1, 4 ]\n    num-stripes: [ 1, 2147483647 ]\n      alignment: { (string)frame, (string)stripe }\n       sampling: { (string)RGB, (string)BGR, (string)RGBA, (string)BGRA, (string)YCbCr-4:4:4, (string)YCbCr-4:2:2, (string)YCbCr-4:2:0, (string)YCbCr-4:1:1, (string)YCbCr-4:1:0, (string)GRAYSCALE, (string)YCbCrA-4:4:4:4 }\n     colorspace: { (string)sRGB, (string)sYUV, (string)GRAY }\nimage/jp2:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nimage/x-jpc-striped:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n num-components: [ 1, 4 ]\n       sampling: { (string)RGB, (string)BGR, (string)RGBA, (string)BGRA, (string)YCbCr-4:4:4, (string)YCbCr-4:2:2, (string)YCbCr-4:2:0, (string)YCbCr-4:1:1, (string)YCbCr-4:1:0, (string)GRAYSCALE, (string)YCbCrA-4:4:4:4 }\n     colorspace: { (string)sRGB, (string)sYUV, (string)GRAY }\n    num-stripes: [ 2, 2147483647 ]\n  stripe-height: [ 1, 2147483647 ]\n",
219283                        "direction": "src",
219284                        "presence": "always"
219285                    }
219286                },
219287                "properties": {
219288                    "num-layers": {
219289                        "blurb": "Number of layers",
219290                        "conditionally-available": false,
219291                        "construct": false,
219292                        "construct-only": false,
219293                        "controllable": false,
219294                        "default": "1",
219295                        "max": "10",
219296                        "min": "1",
219297                        "mutable": "null",
219298                        "readable": true,
219299                        "type": "gint",
219300                        "writable": true
219301                    },
219302                    "num-resolutions": {
219303                        "blurb": "Number of resolutions",
219304                        "conditionally-available": false,
219305                        "construct": false,
219306                        "construct-only": false,
219307                        "controllable": false,
219308                        "default": "6",
219309                        "max": "10",
219310                        "min": "1",
219311                        "mutable": "null",
219312                        "readable": true,
219313                        "type": "gint",
219314                        "writable": true
219315                    },
219316                    "num-stripes": {
219317                        "blurb": "Number of stripes for low latency encoding. (1 = low latency disabled)",
219318                        "conditionally-available": false,
219319                        "construct": false,
219320                        "construct-only": false,
219321                        "controllable": false,
219322                        "default": "1",
219323                        "max": "2147483647",
219324                        "min": "1",
219325                        "mutable": "null",
219326                        "readable": true,
219327                        "type": "gint",
219328                        "writable": true
219329                    },
219330                    "num-threads": {
219331                        "blurb": "Max number of simultaneous threads to encode stripe or frame, default: encode with streaming thread.",
219332                        "conditionally-available": false,
219333                        "construct": false,
219334                        "construct-only": false,
219335                        "controllable": false,
219336                        "default": "0",
219337                        "max": "2147483647",
219338                        "min": "0",
219339                        "mutable": "null",
219340                        "readable": true,
219341                        "type": "guint",
219342                        "writable": true
219343                    },
219344                    "progression-order": {
219345                        "blurb": "Progression order",
219346                        "conditionally-available": false,
219347                        "construct": false,
219348                        "construct-only": false,
219349                        "controllable": false,
219350                        "default": "lrcp (0)",
219351                        "mutable": "null",
219352                        "readable": true,
219353                        "type": "GstOpenJPEGEncProgressionOrder",
219354                        "writable": true
219355                    },
219356                    "tile-height": {
219357                        "blurb": "Tile Height",
219358                        "conditionally-available": false,
219359                        "construct": false,
219360                        "construct-only": false,
219361                        "controllable": false,
219362                        "default": "0",
219363                        "max": "2147483647",
219364                        "min": "0",
219365                        "mutable": "null",
219366                        "readable": true,
219367                        "type": "gint",
219368                        "writable": true
219369                    },
219370                    "tile-offset-x": {
219371                        "blurb": "Tile Offset X",
219372                        "conditionally-available": false,
219373                        "construct": false,
219374                        "construct-only": false,
219375                        "controllable": false,
219376                        "default": "0",
219377                        "max": "2147483647",
219378                        "min": "-2147483648",
219379                        "mutable": "null",
219380                        "readable": true,
219381                        "type": "gint",
219382                        "writable": true
219383                    },
219384                    "tile-offset-y": {
219385                        "blurb": "Tile Offset Y",
219386                        "conditionally-available": false,
219387                        "construct": false,
219388                        "construct-only": false,
219389                        "controllable": false,
219390                        "default": "0",
219391                        "max": "2147483647",
219392                        "min": "-2147483648",
219393                        "mutable": "null",
219394                        "readable": true,
219395                        "type": "gint",
219396                        "writable": true
219397                    },
219398                    "tile-width": {
219399                        "blurb": "Tile Width",
219400                        "conditionally-available": false,
219401                        "construct": false,
219402                        "construct-only": false,
219403                        "controllable": false,
219404                        "default": "0",
219405                        "max": "2147483647",
219406                        "min": "0",
219407                        "mutable": "null",
219408                        "readable": true,
219409                        "type": "gint",
219410                        "writable": true
219411                    }
219412                },
219413                "rank": "primary"
219414            }
219415        },
219416        "filename": "gstopenjpeg",
219417        "license": "LGPL",
219418        "other-types": {
219419            "GstOpenJPEGEncProgressionOrder": {
219420                "kind": "enum",
219421                "values": [
219422                    {
219423                        "desc": "LRCP",
219424                        "name": "lrcp",
219425                        "value": "0"
219426                    },
219427                    {
219428                        "desc": "RLCP",
219429                        "name": "rlcp",
219430                        "value": "1"
219431                    },
219432                    {
219433                        "desc": "RPCL",
219434                        "name": "rpcl",
219435                        "value": "2"
219436                    },
219437                    {
219438                        "desc": "PCRL",
219439                        "name": "pcrl",
219440                        "value": "3"
219441                    },
219442                    {
219443                        "desc": "CPRL",
219444                        "name": "crpl",
219445                        "value": "4"
219446                    }
219447                ]
219448            }
219449        },
219450        "package": "GStreamer Bad Plug-ins",
219451        "source": "gst-plugins-bad",
219452        "tracers": {},
219453        "url": "Unknown package origin"
219454    },
219455    "openmpt": {
219456        "description": "OpenMPT module player",
219457        "elements": {
219458            "openmptdec": {
219459                "author": "Carlos Rafael Giani <dv@pseudoterminal.org>",
219460                "description": "Decoders module files (MOD/S3M/XM/IT/MTM/...) using OpenMPT",
219461                "hierarchy": [
219462                    "GstOpenMptDec",
219463                    "GstNonstreamAudioDecoder",
219464                    "GstElement",
219465                    "GstObject",
219466                    "GInitiallyUnowned",
219467                    "GObject"
219468                ],
219469                "klass": "Codec/Decoder/Audio",
219470                "long-name": "OpenMPT-based module music decoder",
219471                "pad-templates": {
219472                    "sink": {
219473                        "caps": "audio/x-mod:\n           type: { (string)669, (string)asylum-amf, (string)dsmi-amf, (string)extreme-ams, (string)velvet-ams, (string)dbm, (string)digi, (string)dmf, (string)dsm, (string)far, (string)gdm, (string)imf, (string)it, (string)j2b, (string)mdl, (string)med, (string)mod, (string)mt2, (string)mtm, (string)okt, (string)psm, (string)ptm, (string)s3m, (string)stm, (string)ult, (string)xm }\n",
219474                        "direction": "sink",
219475                        "presence": "always"
219476                    },
219477                    "src": {
219478                        "caps": "audio/x-raw:\n         format: { S16LE, F32LE }\n         layout: interleaved\n           rate: [ 1, 192000 ]\n       channels: { (int)1, (int)2, (int)4 }\n",
219479                        "direction": "src",
219480                        "presence": "always"
219481                    }
219482                },
219483                "properties": {
219484                    "current-subsong": {
219485                        "blurb": "Subsong that is currently selected for playback",
219486                        "conditionally-available": false,
219487                        "construct": false,
219488                        "construct-only": false,
219489                        "controllable": false,
219490                        "default": "0",
219491                        "max": "-1",
219492                        "min": "0",
219493                        "mutable": "null",
219494                        "readable": true,
219495                        "type": "guint",
219496                        "writable": true
219497                    },
219498                    "filter-length": {
219499                        "blurb": "Length of interpolation filter to use for the samples (0 = internal default)",
219500                        "conditionally-available": false,
219501                        "construct": false,
219502                        "construct-only": false,
219503                        "controllable": false,
219504                        "default": "0",
219505                        "max": "8",
219506                        "min": "0",
219507                        "mutable": "null",
219508                        "readable": true,
219509                        "type": "gint",
219510                        "writable": true
219511                    },
219512                    "master-gain": {
219513                        "blurb": "Gain to apply to the playback, in millibel",
219514                        "conditionally-available": false,
219515                        "construct": false,
219516                        "construct-only": false,
219517                        "controllable": false,
219518                        "default": "0",
219519                        "max": "2147483647",
219520                        "min": "-2147483647",
219521                        "mutable": "null",
219522                        "readable": true,
219523                        "type": "gint",
219524                        "writable": true
219525                    },
219526                    "num-loops": {
219527                        "blurb": "Number of times a playback loop shall be executed (special values: 0 = no looping; -1 = infinite loop)",
219528                        "conditionally-available": false,
219529                        "construct": false,
219530                        "construct-only": false,
219531                        "controllable": false,
219532                        "default": "0",
219533                        "max": "2147483647",
219534                        "min": "-1",
219535                        "mutable": "null",
219536                        "readable": true,
219537                        "type": "gint",
219538                        "writable": true
219539                    },
219540                    "output-buffer-size": {
219541                        "blurb": "Size of each output buffer, in samples (actual size can be smaller than this during flush or EOS)",
219542                        "conditionally-available": false,
219543                        "construct": false,
219544                        "construct-only": false,
219545                        "controllable": false,
219546                        "default": "1024",
219547                        "max": "268435455",
219548                        "min": "1",
219549                        "mutable": "null",
219550                        "readable": true,
219551                        "type": "guint",
219552                        "writable": true
219553                    },
219554                    "output-mode": {
219555                        "blurb": "Which mode playback shall use when a loop is encountered; looping = reset position to start of loop, steady = do not reset position",
219556                        "conditionally-available": false,
219557                        "construct": false,
219558                        "construct-only": false,
219559                        "controllable": false,
219560                        "default": "steady (1)",
219561                        "mutable": "null",
219562                        "readable": true,
219563                        "type": "GstNonstreamAudioOutputMode",
219564                        "writable": true
219565                    },
219566                    "stereo-separation": {
219567                        "blurb": "Degree of separation for stereo channels, in percent",
219568                        "conditionally-available": false,
219569                        "construct": false,
219570                        "construct-only": false,
219571                        "controllable": false,
219572                        "default": "100",
219573                        "max": "400",
219574                        "min": "0",
219575                        "mutable": "null",
219576                        "readable": true,
219577                        "type": "gint",
219578                        "writable": true
219579                    },
219580                    "subsong-mode": {
219581                        "blurb": "Mode which defines how to treat subsongs",
219582                        "conditionally-available": false,
219583                        "construct": false,
219584                        "construct-only": false,
219585                        "controllable": false,
219586                        "default": "default (2)",
219587                        "mutable": "null",
219588                        "readable": true,
219589                        "type": "GstNonstreamAudioSubsongMode",
219590                        "writable": true
219591                    },
219592                    "volume-ramping": {
219593                        "blurb": "Volume ramping strength; higher value -> slower ramping (-1 = internal default)",
219594                        "conditionally-available": false,
219595                        "construct": false,
219596                        "construct-only": false,
219597                        "controllable": false,
219598                        "default": "-1",
219599                        "max": "10",
219600                        "min": "-1",
219601                        "mutable": "null",
219602                        "readable": true,
219603                        "type": "gint",
219604                        "writable": true
219605                    }
219606                },
219607                "rank": "primary + 2"
219608            }
219609        },
219610        "filename": "gstopenmpt",
219611        "license": "LGPL",
219612        "other-types": {},
219613        "package": "GStreamer Bad Plug-ins",
219614        "source": "gst-plugins-bad",
219615        "tracers": {},
219616        "url": "Unknown package origin"
219617    },
219618    "openni2": {
219619        "description": "GStreamer Openni2 Plugins",
219620        "elements": {
219621            "openni2src": {
219622                "author": "Miguel Casas-Sanchez <miguelecasassanchez@gmail.com>",
219623                "description": "Extract readings from an OpenNI supported device (Kinect etc). ",
219624                "hierarchy": [
219625                    "GstOpenni2Src",
219626                    "GstPushSrc",
219627                    "GstBaseSrc",
219628                    "GstElement",
219629                    "GstObject",
219630                    "GInitiallyUnowned",
219631                    "GObject"
219632                ],
219633                "klass": "Source/Video",
219634                "long-name": "Openni2 client source",
219635                "pad-templates": {
219636                    "src": {
219637                        "caps": "video/x-raw:\n         format: { RGBA, RGB, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
219638                        "direction": "src",
219639                        "presence": "always"
219640                    }
219641                },
219642                "properties": {
219643                    "blocksize": {
219644                        "blurb": "Size in bytes to read per buffer (-1 = default)",
219645                        "conditionally-available": false,
219646                        "construct": false,
219647                        "construct-only": false,
219648                        "controllable": false,
219649                        "default": "4096",
219650                        "max": "-1",
219651                        "min": "0",
219652                        "mutable": "null",
219653                        "readable": true,
219654                        "type": "guint",
219655                        "writable": true
219656                    },
219657                    "do-timestamp": {
219658                        "blurb": "Apply current stream time to buffers",
219659                        "conditionally-available": false,
219660                        "construct": false,
219661                        "construct-only": false,
219662                        "controllable": false,
219663                        "default": "false",
219664                        "mutable": "null",
219665                        "readable": true,
219666                        "type": "gboolean",
219667                        "writable": true
219668                    },
219669                    "location": {
219670                        "blurb": "Source uri, can be a file or a device.",
219671                        "conditionally-available": false,
219672                        "construct": false,
219673                        "construct-only": false,
219674                        "controllable": false,
219675                        "default": "NULL",
219676                        "mutable": "null",
219677                        "readable": true,
219678                        "type": "gchararray",
219679                        "writable": true
219680                    },
219681                    "num-buffers": {
219682                        "blurb": "Number of buffers to output before sending EOS (-1 = unlimited)",
219683                        "conditionally-available": false,
219684                        "construct": false,
219685                        "construct-only": false,
219686                        "controllable": false,
219687                        "default": "-1",
219688                        "max": "2147483647",
219689                        "min": "-1",
219690                        "mutable": "null",
219691                        "readable": true,
219692                        "type": "gint",
219693                        "writable": true
219694                    },
219695                    "sourcetype": {
219696                        "blurb": "Type of readings to get from the source",
219697                        "conditionally-available": false,
219698                        "construct": false,
219699                        "construct-only": false,
219700                        "controllable": false,
219701                        "default": "depth (0)",
219702                        "mutable": "null",
219703                        "readable": true,
219704                        "type": "GstOpenni2SrcSourcetype",
219705                        "writable": true
219706                    },
219707                    "typefind": {
219708                        "blurb": "Run typefind before negotiating (deprecated, non-functional)",
219709                        "conditionally-available": false,
219710                        "construct": false,
219711                        "construct-only": false,
219712                        "controllable": false,
219713                        "default": "false",
219714                        "mutable": "null",
219715                        "readable": true,
219716                        "type": "gboolean",
219717                        "writable": true
219718                    }
219719                },
219720                "rank": "none"
219721            }
219722        },
219723        "filename": "gstopenni2",
219724        "license": "LGPL",
219725        "other-types": {
219726            "GstOpenni2SrcSourcetype": {
219727                "kind": "enum",
219728                "values": [
219729                    {
219730                        "desc": "Get depth readings",
219731                        "name": "depth",
219732                        "value": "0"
219733                    },
219734                    {
219735                        "desc": "Get color readings",
219736                        "name": "color",
219737                        "value": "1"
219738                    },
219739                    {
219740                        "desc": "Get color and depth (as alpha) readings - EXPERIMENTAL",
219741                        "name": "both",
219742                        "value": "2"
219743                    }
219744                ]
219745            }
219746        },
219747        "package": "GStreamer Bad Plug-ins",
219748        "source": "gst-plugins-bad",
219749        "tracers": {},
219750        "url": "Unknown package origin"
219751    },
219752    "opusparse": {
219753        "description": "OPUS parse plugin",
219754        "elements": {
219755            "opusparse": {
219756                "author": "Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>",
219757                "description": "parses opus audio streams",
219758                "hierarchy": [
219759                    "GstOpusParse",
219760                    "GstBaseParse",
219761                    "GstElement",
219762                    "GstObject",
219763                    "GInitiallyUnowned",
219764                    "GObject"
219765                ],
219766                "klass": "Codec/Parser/Audio",
219767                "long-name": "Opus audio parser",
219768                "pad-templates": {
219769                    "sink": {
219770                        "caps": "audio/x-opus:\n",
219771                        "direction": "sink",
219772                        "presence": "always"
219773                    },
219774                    "src": {
219775                        "caps": "audio/x-opus:\n         framed: true\n",
219776                        "direction": "src",
219777                        "presence": "always"
219778                    }
219779                },
219780                "properties": {},
219781                "rank": "none"
219782            }
219783        },
219784        "filename": "gstopusparse",
219785        "license": "LGPL",
219786        "other-types": {},
219787        "package": "GStreamer Bad Plug-ins",
219788        "source": "gst-plugins-bad",
219789        "tracers": {},
219790        "url": "Unknown package origin"
219791    },
219792    "pcapparse": {
219793        "description": "Element parsing raw pcap streams",
219794        "elements": {
219795            "irtspparse": {
219796                "author": "Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>",
219797                "description": "Parses a raw interleaved RTSP stream",
219798                "hierarchy": [
219799                    "GstIRTSPParse",
219800                    "GstBaseParse",
219801                    "GstElement",
219802                    "GstObject",
219803                    "GInitiallyUnowned",
219804                    "GObject"
219805                ],
219806                "klass": "Raw/Parser",
219807                "long-name": "IRTSPParse",
219808                "pad-templates": {
219809                    "sink": {
219810                        "caps": "ANY",
219811                        "direction": "sink",
219812                        "presence": "always"
219813                    },
219814                    "src": {
219815                        "caps": "application/x-rtp:\napplication/x-rtcp:\n",
219816                        "direction": "src",
219817                        "presence": "always"
219818                    }
219819                },
219820                "properties": {
219821                    "channel-id": {
219822                        "blurb": "Channel Identifier",
219823                        "conditionally-available": false,
219824                        "construct": false,
219825                        "construct-only": false,
219826                        "controllable": false,
219827                        "default": "0",
219828                        "max": "255",
219829                        "min": "0",
219830                        "mutable": "null",
219831                        "readable": true,
219832                        "type": "gint",
219833                        "writable": true
219834                    }
219835                },
219836                "rank": "none"
219837            },
219838            "pcapparse": {
219839                "author": "Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>",
219840                "description": "Parses a raw pcap stream",
219841                "hierarchy": [
219842                    "GstPcapParse",
219843                    "GstElement",
219844                    "GstObject",
219845                    "GInitiallyUnowned",
219846                    "GObject"
219847                ],
219848                "klass": "Raw/Parser",
219849                "long-name": "PCapParse",
219850                "pad-templates": {
219851                    "sink": {
219852                        "caps": "raw/x-pcap:\n",
219853                        "direction": "sink",
219854                        "presence": "always"
219855                    },
219856                    "src": {
219857                        "caps": "ANY",
219858                        "direction": "src",
219859                        "presence": "always"
219860                    }
219861                },
219862                "properties": {
219863                    "caps": {
219864                        "blurb": "The caps of the source pad",
219865                        "conditionally-available": false,
219866                        "construct": false,
219867                        "construct-only": false,
219868                        "controllable": false,
219869                        "mutable": "null",
219870                        "readable": true,
219871                        "type": "GstCaps",
219872                        "writable": true
219873                    },
219874                    "dst-ip": {
219875                        "blurb": "Destination IP to restrict to",
219876                        "conditionally-available": false,
219877                        "construct": false,
219878                        "construct-only": false,
219879                        "controllable": false,
219880                        "default": "",
219881                        "mutable": "null",
219882                        "readable": true,
219883                        "type": "gchararray",
219884                        "writable": true
219885                    },
219886                    "dst-port": {
219887                        "blurb": "Destination port to restrict to",
219888                        "conditionally-available": false,
219889                        "construct": false,
219890                        "construct-only": false,
219891                        "controllable": false,
219892                        "default": "-1",
219893                        "max": "65535",
219894                        "min": "-1",
219895                        "mutable": "null",
219896                        "readable": true,
219897                        "type": "gint",
219898                        "writable": true
219899                    },
219900                    "src-ip": {
219901                        "blurb": "Source IP to restrict to",
219902                        "conditionally-available": false,
219903                        "construct": false,
219904                        "construct-only": false,
219905                        "controllable": false,
219906                        "default": "",
219907                        "mutable": "null",
219908                        "readable": true,
219909                        "type": "gchararray",
219910                        "writable": true
219911                    },
219912                    "src-port": {
219913                        "blurb": "Source port to restrict to",
219914                        "conditionally-available": false,
219915                        "construct": false,
219916                        "construct-only": false,
219917                        "controllable": false,
219918                        "default": "-1",
219919                        "max": "65535",
219920                        "min": "-1",
219921                        "mutable": "null",
219922                        "readable": true,
219923                        "type": "gint",
219924                        "writable": true
219925                    },
219926                    "ts-offset": {
219927                        "blurb": "Relative timestamp offset (ns) to apply (-1 = use absolute packet time)",
219928                        "conditionally-available": false,
219929                        "construct": false,
219930                        "construct-only": false,
219931                        "controllable": false,
219932                        "default": "18446744073709551615",
219933                        "max": "9223372036854775807",
219934                        "min": "-1",
219935                        "mutable": "null",
219936                        "readable": true,
219937                        "type": "gint64",
219938                        "writable": true
219939                    }
219940                },
219941                "rank": "none"
219942            }
219943        },
219944        "filename": "gstpcapparse",
219945        "license": "LGPL",
219946        "other-types": {},
219947        "package": "GStreamer Bad Plug-ins",
219948        "source": "gst-plugins-bad",
219949        "tracers": {},
219950        "url": "Unknown package origin"
219951    },
219952    "pnm": {
219953        "description": "PNM plugin",
219954        "elements": {
219955            "pnmdec": {
219956                "author": "Lutz Mueller <lutz@users.sourceforge.net>",
219957                "description": "Decodes images in portable pixmap/graymap/bitmap/anymamp (PNM) format",
219958                "hierarchy": [
219959                    "GstPnmdec",
219960                    "GstVideoDecoder",
219961                    "GstElement",
219962                    "GstObject",
219963                    "GInitiallyUnowned",
219964                    "GObject"
219965                ],
219966                "klass": "Codec/Decoder/Image",
219967                "long-name": "PNM image decoder",
219968                "pad-templates": {
219969                    "sink": {
219970                        "caps": "image/x-portable-bitmap:\nimage/x-portable-graymap:\nimage/x-portable-pixmap:\nimage/x-portable-anymap:\n",
219971                        "direction": "sink",
219972                        "presence": "always"
219973                    },
219974                    "src": {
219975                        "caps": "video/x-raw:\n         format: { RGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
219976                        "direction": "src",
219977                        "presence": "always"
219978                    }
219979                },
219980                "properties": {},
219981                "rank": "primary"
219982            },
219983            "pnmenc": {
219984                "author": "Lutz Mueller <lutz@users.sourceforge.net>",
219985                "description": "Encodes images into portable pixmap or graymap (PNM) format",
219986                "hierarchy": [
219987                    "GstPnmenc",
219988                    "GstVideoEncoder",
219989                    "GstElement",
219990                    "GstObject",
219991                    "GInitiallyUnowned",
219992                    "GObject"
219993                ],
219994                "interfaces": [
219995                    "GstPreset"
219996                ],
219997                "klass": "Codec/Encoder/Image",
219998                "long-name": "PNM image encoder",
219999                "pad-templates": {
220000                    "sink": {
220001                        "caps": "video/x-raw:\n         format: { RGB, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
220002                        "direction": "sink",
220003                        "presence": "always"
220004                    },
220005                    "src": {
220006                        "caps": "image/x-portable-bitmap:\nimage/x-portable-graymap:\nimage/x-portable-pixmap:\nimage/x-portable-anymap:\n",
220007                        "direction": "src",
220008                        "presence": "always"
220009                    }
220010                },
220011                "properties": {
220012                    "ascii": {
220013                        "blurb": "The output will be ASCII encoded",
220014                        "conditionally-available": false,
220015                        "construct": false,
220016                        "construct-only": false,
220017                        "controllable": false,
220018                        "default": "false",
220019                        "mutable": "null",
220020                        "readable": true,
220021                        "type": "gboolean",
220022                        "writable": true
220023                    }
220024                },
220025                "rank": "primary"
220026            }
220027        },
220028        "filename": "gstpnm",
220029        "license": "LGPL",
220030        "other-types": {},
220031        "package": "GStreamer Bad Plug-ins",
220032        "source": "gst-plugins-bad",
220033        "tracers": {},
220034        "url": "Unknown package origin"
220035    },
220036    "proxy": {
220037        "description": "plugin for proxied inter-pipeline communication",
220038        "elements": {
220039            "proxysink": {
220040                "author": "Sebastian Dröge <sebastian@centricular.com>",
220041                "description": "Proxy source for internal process communication",
220042                "hierarchy": [
220043                    "GstProxySink",
220044                    "GstElement",
220045                    "GstObject",
220046                    "GInitiallyUnowned",
220047                    "GObject"
220048                ],
220049                "klass": "Sink",
220050                "long-name": "Proxy Sink",
220051                "pad-templates": {
220052                    "sink": {
220053                        "caps": "ANY",
220054                        "direction": "sink",
220055                        "presence": "always"
220056                    }
220057                },
220058                "rank": "none"
220059            },
220060            "proxysrc": {
220061                "author": "Sebastian Dröge <sebastian@centricular.com>",
220062                "description": "Proxy source for internal process communication",
220063                "hierarchy": [
220064                    "GstProxySrc",
220065                    "GstBin",
220066                    "GstElement",
220067                    "GstObject",
220068                    "GInitiallyUnowned",
220069                    "GObject"
220070                ],
220071                "interfaces": [
220072                    "GstChildProxy"
220073                ],
220074                "klass": "Source",
220075                "long-name": "Proxy source",
220076                "pad-templates": {
220077                    "src": {
220078                        "caps": "ANY",
220079                        "direction": "src",
220080                        "presence": "always"
220081                    }
220082                },
220083                "properties": {
220084                    "proxysink": {
220085                        "blurb": "Matching proxysink",
220086                        "conditionally-available": false,
220087                        "construct": false,
220088                        "construct-only": false,
220089                        "controllable": false,
220090                        "mutable": "null",
220091                        "readable": true,
220092                        "type": "GstProxySink",
220093                        "writable": true
220094                    }
220095                },
220096                "rank": "none"
220097            }
220098        },
220099        "filename": "gstproxy",
220100        "license": "LGPL",
220101        "other-types": {},
220102        "package": "GStreamer Bad Plug-ins",
220103        "source": "gst-plugins-bad",
220104        "tracers": {},
220105        "url": "Unknown package origin"
220106    },
220107    "qroverlay": {
220108        "description": "libqrencode qroverlay plugin",
220109        "elements": {
220110            "debugqroverlay": {
220111                "author": "Anthony Violo <anthony.violo@ubicast.eu>",
220112                "description": "Overlay Qrcodes over each buffer with buffer information and custom data",
220113                "hierarchy": [
220114                    "GstDebugQROverlay",
220115                    "GstBaseQROverlay",
220116                    "GstVideoFilter",
220117                    "GstBaseTransform",
220118                    "GstElement",
220119                    "GstObject",
220120                    "GInitiallyUnowned",
220121                    "GObject"
220122                ],
220123                "klass": "Qrcode overlay containing buffer information",
220124                "long-name": "qroverlay",
220125                "pad-templates": {
220126                    "sink": {
220127                        "caps": "video/x-raw:\n         format: { I420 }\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\n",
220128                        "direction": "sink",
220129                        "presence": "always"
220130                    },
220131                    "src": {
220132                        "caps": "video/x-raw:\n         format: { I420 }\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\n",
220133                        "direction": "src",
220134                        "presence": "always"
220135                    }
220136                },
220137                "properties": {
220138                    "extra-data-array": {
220139                        "blurb": "List of comma separated values that the extra data value will be  cycled from at each interval, example array structure : \"240,480,720,960,1200,1440,1680,1920\"",
220140                        "conditionally-available": false,
220141                        "construct": false,
220142                        "construct-only": false,
220143                        "controllable": false,
220144                        "default": "NULL",
220145                        "mutable": "null",
220146                        "readable": true,
220147                        "type": "gchararray",
220148                        "writable": true
220149                    },
220150                    "extra-data-interval-buffers": {
220151                        "blurb": "Extra data append into the Qrcode at the first buffer of each  interval",
220152                        "conditionally-available": false,
220153                        "construct": false,
220154                        "construct-only": false,
220155                        "controllable": false,
220156                        "default": "60",
220157                        "max": "9223372036854775807",
220158                        "min": "0",
220159                        "mutable": "null",
220160                        "readable": true,
220161                        "type": "gint64",
220162                        "writable": true
220163                    },
220164                    "extra-data-name": {
220165                        "blurb": "Json key name for extra append data",
220166                        "conditionally-available": false,
220167                        "construct": false,
220168                        "construct-only": false,
220169                        "controllable": false,
220170                        "default": "NULL",
220171                        "mutable": "null",
220172                        "readable": true,
220173                        "type": "gchararray",
220174                        "writable": true
220175                    },
220176                    "extra-data-span-buffers": {
220177                        "blurb": "Numbers of consecutive buffers that the extra data will be inserted  (counting the first buffer)",
220178                        "conditionally-available": false,
220179                        "construct": false,
220180                        "construct-only": false,
220181                        "controllable": false,
220182                        "default": "1",
220183                        "max": "9223372036854775807",
220184                        "min": "0",
220185                        "mutable": "null",
220186                        "readable": true,
220187                        "type": "gint64",
220188                        "writable": true
220189                    }
220190                },
220191                "rank": "none"
220192            },
220193            "qroverlay": {
220194                "author": "Thibault Saunier <tsaunier@igalia.com>",
220195                "description": "Overlay Qrcodes over each buffer with data passed in",
220196                "hierarchy": [
220197                    "GstQROverlay",
220198                    "GstBaseQROverlay",
220199                    "GstVideoFilter",
220200                    "GstBaseTransform",
220201                    "GstElement",
220202                    "GstObject",
220203                    "GInitiallyUnowned",
220204                    "GObject"
220205                ],
220206                "klass": "Qrcode overlay containing random data",
220207                "long-name": "qroverlay",
220208                "pad-templates": {
220209                    "sink": {
220210                        "caps": "video/x-raw:\n         format: { I420 }\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\n",
220211                        "direction": "sink",
220212                        "presence": "always"
220213                    },
220214                    "src": {
220215                        "caps": "video/x-raw:\n         format: { I420 }\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\n",
220216                        "direction": "src",
220217                        "presence": "always"
220218                    }
220219                },
220220                "properties": {
220221                    "data": {
220222                        "blurb": "Data to write in the QRCode to be overlaid",
220223                        "conditionally-available": false,
220224                        "construct": false,
220225                        "construct-only": false,
220226                        "controllable": true,
220227                        "default": "NULL",
220228                        "mutable": "playing",
220229                        "readable": true,
220230                        "type": "gchararray",
220231                        "writable": true
220232                    }
220233                },
220234                "rank": "none"
220235            }
220236        },
220237        "filename": "gstqroverlay",
220238        "license": "LGPL",
220239        "other-types": {
220240            "GstBaseQROverlay": {
220241                "hierarchy": [
220242                    "GstBaseQROverlay",
220243                    "GstVideoFilter",
220244                    "GstBaseTransform",
220245                    "GstElement",
220246                    "GstObject",
220247                    "GInitiallyUnowned",
220248                    "GObject"
220249                ],
220250                "kind": "object",
220251                "properties": {
220252                    "pixel-size": {
220253                        "blurb": "Pixel size of each Qrcode pixel",
220254                        "conditionally-available": false,
220255                        "construct": false,
220256                        "construct-only": false,
220257                        "controllable": false,
220258                        "default": "3",
220259                        "max": "100",
220260                        "min": "1",
220261                        "mutable": "null",
220262                        "readable": true,
220263                        "type": "gfloat",
220264                        "writable": true
220265                    },
220266                    "qrcode-error-correction": {
220267                        "blurb": "qrcode-error-correction",
220268                        "conditionally-available": false,
220269                        "construct": false,
220270                        "construct-only": false,
220271                        "controllable": false,
220272                        "default": "Approx 15%% (1)",
220273                        "mutable": "null",
220274                        "readable": true,
220275                        "type": "GstQrcodeOverlayCorrection",
220276                        "writable": true
220277                    },
220278                    "x": {
220279                        "blurb": "X position (in percent of the width)",
220280                        "conditionally-available": false,
220281                        "construct": false,
220282                        "construct-only": false,
220283                        "controllable": false,
220284                        "default": "50",
220285                        "max": "100",
220286                        "min": "0",
220287                        "mutable": "null",
220288                        "readable": true,
220289                        "type": "gfloat",
220290                        "writable": true
220291                    },
220292                    "y": {
220293                        "blurb": "Y position (in percent of the height)",
220294                        "conditionally-available": false,
220295                        "construct": false,
220296                        "construct-only": false,
220297                        "controllable": false,
220298                        "default": "50",
220299                        "max": "100",
220300                        "min": "0",
220301                        "mutable": "null",
220302                        "readable": true,
220303                        "type": "gfloat",
220304                        "writable": true
220305                    }
220306                }
220307            },
220308            "GstQrcodeOverlayCorrection": {
220309                "kind": "enum",
220310                "values": [
220311                    {
220312                        "desc": "Level L",
220313                        "name": "Approx 7%%",
220314                        "value": "0"
220315                    },
220316                    {
220317                        "desc": "Level M",
220318                        "name": "Approx 15%%",
220319                        "value": "1"
220320                    },
220321                    {
220322                        "desc": "Level Q",
220323                        "name": "Approx 25%%",
220324                        "value": "2"
220325                    },
220326                    {
220327                        "desc": "Level H",
220328                        "name": "Approx 30%%",
220329                        "value": "3"
220330                    }
220331                ]
220332            }
220333        },
220334        "package": "GStreamer Bad Plug-ins",
220335        "source": "gst-plugins-bad",
220336        "tracers": {},
220337        "url": "Unknown package origin"
220338    },
220339    "removesilence": {
220340        "description": "Removes silence from an audio stream",
220341        "elements": {
220342            "removesilence": {
220343                "author": "Tiago Katcipis <tiagokatcipis@gmail.com>\n        Paulo Pizarro  <paulo.pizarro@gmail.com>\n        Nicola Murino  <nicola.murino@gmail.com>",
220344                "description": "Removes all the silence periods from the audio stream.",
220345                "hierarchy": [
220346                    "GstRemoveSilence",
220347                    "GstBaseTransform",
220348                    "GstElement",
220349                    "GstObject",
220350                    "GInitiallyUnowned",
220351                    "GObject"
220352                ],
220353                "klass": "Filter/Effect/Audio",
220354                "long-name": "RemoveSilence",
220355                "pad-templates": {
220356                    "sink": {
220357                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: 1\n",
220358                        "direction": "sink",
220359                        "presence": "always"
220360                    },
220361                    "src": {
220362                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: 1\n",
220363                        "direction": "src",
220364                        "presence": "always"
220365                    }
220366                },
220367                "properties": {
220368                    "hysteresis": {
220369                        "blurb": "Set the hysteresis (on samples) used on the internal VAD",
220370                        "conditionally-available": false,
220371                        "construct": false,
220372                        "construct-only": false,
220373                        "controllable": false,
220374                        "default": "480",
220375                        "max": "18446744073709551615",
220376                        "min": "1",
220377                        "mutable": "null",
220378                        "readable": true,
220379                        "type": "guint64",
220380                        "writable": true
220381                    },
220382                    "minimum-silence-buffers": {
220383                        "blurb": "Define the minimum number of consecutive silence buffers before removing silence, 0 means disabled. This will not introduce latency",
220384                        "conditionally-available": false,
220385                        "construct": false,
220386                        "construct-only": false,
220387                        "controllable": false,
220388                        "default": "0",
220389                        "max": "10000",
220390                        "min": "0",
220391                        "mutable": "null",
220392                        "readable": true,
220393                        "type": "guint",
220394                        "writable": true
220395                    },
220396                    "minimum-silence-time": {
220397                        "blurb": "Define the minimum silence time in nanoseconds before removing  silence, 0 means disabled. This will not introduce latency",
220398                        "conditionally-available": false,
220399                        "construct": false,
220400                        "construct-only": false,
220401                        "controllable": false,
220402                        "default": "0",
220403                        "max": "10000000000",
220404                        "min": "0",
220405                        "mutable": "null",
220406                        "readable": true,
220407                        "type": "guint64",
220408                        "writable": true
220409                    },
220410                    "remove": {
220411                        "blurb": "Set to true to remove silence from the stream, false otherwise",
220412                        "conditionally-available": false,
220413                        "construct": false,
220414                        "construct-only": false,
220415                        "controllable": false,
220416                        "default": "false",
220417                        "mutable": "null",
220418                        "readable": true,
220419                        "type": "gboolean",
220420                        "writable": true
220421                    },
220422                    "silent": {
220423                        "blurb": "Disable/enable bus message notifications for silence detected/finished",
220424                        "conditionally-available": false,
220425                        "construct": false,
220426                        "construct-only": false,
220427                        "controllable": false,
220428                        "default": "true",
220429                        "mutable": "null",
220430                        "readable": true,
220431                        "type": "gboolean",
220432                        "writable": true
220433                    },
220434                    "squash": {
220435                        "blurb": "Set to true to retimestamp buffers when silence is removed and so avoid timestamp gap",
220436                        "conditionally-available": false,
220437                        "construct": false,
220438                        "construct-only": false,
220439                        "controllable": false,
220440                        "default": "false",
220441                        "mutable": "null",
220442                        "readable": true,
220443                        "type": "gboolean",
220444                        "writable": true
220445                    },
220446                    "threshold": {
220447                        "blurb": "Set the silence threshold used on the internal VAD in dB",
220448                        "conditionally-available": false,
220449                        "construct": false,
220450                        "construct-only": false,
220451                        "controllable": false,
220452                        "default": "-60",
220453                        "max": "70",
220454                        "min": "-70",
220455                        "mutable": "null",
220456                        "readable": true,
220457                        "type": "gint",
220458                        "writable": true
220459                    }
220460                },
220461                "rank": "none"
220462            }
220463        },
220464        "filename": "gstremovesilence",
220465        "license": "LGPL",
220466        "other-types": {},
220467        "package": "GStreamer Bad Plug-ins",
220468        "source": "gst-plugins-bad",
220469        "tracers": {},
220470        "url": "Unknown package origin"
220471    },
220472    "resindvd": {
220473        "description": "Resin DVD playback elements",
220474        "elements": {
220475            "rsndvdbin": {
220476                "author": "Jan Schmidt <thaytan@noraisin.net>",
220477                "description": "DVD playback element",
220478                "hierarchy": [
220479                    "RsnDvdBin",
220480                    "GstBin",
220481                    "GstElement",
220482                    "GstObject",
220483                    "GInitiallyUnowned",
220484                    "GObject"
220485                ],
220486                "interfaces": [
220487                    "GstChildProxy",
220488                    "GstURIHandler"
220489                ],
220490                "klass": "Generic/Bin/Player",
220491                "long-name": "rsndvdbin",
220492                "pad-templates": {
220493                    "audio": {
220494                        "caps": "audio/x-raw:\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
220495                        "direction": "src",
220496                        "presence": "sometimes"
220497                    },
220498                    "subpicture": {
220499                        "caps": "subpicture/x-dvd:\n",
220500                        "direction": "src",
220501                        "presence": "sometimes"
220502                    },
220503                    "video": {
220504                        "caps": "video/x-raw:\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
220505                        "direction": "src",
220506                        "presence": "sometimes"
220507                    }
220508                },
220509                "properties": {
220510                    "device": {
220511                        "blurb": "DVD device location",
220512                        "conditionally-available": false,
220513                        "construct": false,
220514                        "construct-only": false,
220515                        "controllable": false,
220516                        "default": "/dev/dvd",
220517                        "mutable": "null",
220518                        "readable": true,
220519                        "type": "gchararray",
220520                        "writable": true
220521                    }
220522                },
220523                "rank": "primary",
220524                "signals": {}
220525            }
220526        },
220527        "filename": "gstresindvd",
220528        "license": "GPL",
220529        "other-types": {},
220530        "package": "GStreamer Bad Plug-ins",
220531        "source": "gst-plugins-bad",
220532        "tracers": {},
220533        "url": "Unknown package origin"
220534    },
220535    "rfbsrc": {
220536        "description": "Connects to a VNC server and decodes RFB stream",
220537        "elements": {
220538            "rfbsrc": {
220539                "author": "David A. Schleef <ds@schleef.org>, Andre Moreira Magalhaes <andre.magalhaes@indt.org.br>, Thijs Vermeir <thijsvermeir@gmail.com>",
220540                "description": "Creates a rfb video stream",
220541                "hierarchy": [
220542                    "GstRfbSrc",
220543                    "GstPushSrc",
220544                    "GstBaseSrc",
220545                    "GstElement",
220546                    "GstObject",
220547                    "GInitiallyUnowned",
220548                    "GObject"
220549                ],
220550                "klass": "Source/Video",
220551                "long-name": "Rfb source",
220552                "pad-templates": {
220553                    "src": {
220554                        "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xRGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: xBGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
220555                        "direction": "src",
220556                        "presence": "always"
220557                    }
220558                },
220559                "properties": {
220560                    "height": {
220561                        "blurb": "height of screen",
220562                        "conditionally-available": false,
220563                        "construct": false,
220564                        "construct-only": false,
220565                        "controllable": false,
220566                        "default": "0",
220567                        "max": "65535",
220568                        "min": "0",
220569                        "mutable": "null",
220570                        "readable": true,
220571                        "type": "gint",
220572                        "writable": true
220573                    },
220574                    "host": {
220575                        "blurb": "Host to connect to",
220576                        "conditionally-available": false,
220577                        "construct": false,
220578                        "construct-only": false,
220579                        "controllable": false,
220580                        "default": "127.0.0.1",
220581                        "mutable": "null",
220582                        "readable": true,
220583                        "type": "gchararray",
220584                        "writable": true
220585                    },
220586                    "incremental": {
220587                        "blurb": "Incremental updates",
220588                        "conditionally-available": false,
220589                        "construct": false,
220590                        "construct-only": false,
220591                        "controllable": false,
220592                        "default": "true",
220593                        "mutable": "null",
220594                        "readable": true,
220595                        "type": "gboolean",
220596                        "writable": true
220597                    },
220598                    "offset-x": {
220599                        "blurb": "x offset for screen scrapping",
220600                        "conditionally-available": false,
220601                        "construct": false,
220602                        "construct-only": false,
220603                        "controllable": false,
220604                        "default": "0",
220605                        "max": "65535",
220606                        "min": "0",
220607                        "mutable": "null",
220608                        "readable": true,
220609                        "type": "gint",
220610                        "writable": true
220611                    },
220612                    "offset-y": {
220613                        "blurb": "y offset for screen scrapping",
220614                        "conditionally-available": false,
220615                        "construct": false,
220616                        "construct-only": false,
220617                        "controllable": false,
220618                        "default": "0",
220619                        "max": "65535",
220620                        "min": "0",
220621                        "mutable": "null",
220622                        "readable": true,
220623                        "type": "gint",
220624                        "writable": true
220625                    },
220626                    "password": {
220627                        "blurb": "Password for authentication",
220628                        "conditionally-available": false,
220629                        "construct": false,
220630                        "construct-only": false,
220631                        "controllable": false,
220632                        "default": "",
220633                        "mutable": "null",
220634                        "readable": false,
220635                        "type": "gchararray",
220636                        "writable": true
220637                    },
220638                    "port": {
220639                        "blurb": "Port",
220640                        "conditionally-available": false,
220641                        "construct": false,
220642                        "construct-only": false,
220643                        "controllable": false,
220644                        "default": "5900",
220645                        "max": "65535",
220646                        "min": "1",
220647                        "mutable": "null",
220648                        "readable": true,
220649                        "type": "gint",
220650                        "writable": true
220651                    },
220652                    "shared": {
220653                        "blurb": "Share desktop with other clients",
220654                        "conditionally-available": false,
220655                        "construct": false,
220656                        "construct-only": false,
220657                        "controllable": false,
220658                        "default": "true",
220659                        "mutable": "null",
220660                        "readable": true,
220661                        "type": "gboolean",
220662                        "writable": true
220663                    },
220664                    "use-copyrect": {
220665                        "blurb": "Use copyrect encoding",
220666                        "conditionally-available": false,
220667                        "construct": false,
220668                        "construct-only": false,
220669                        "controllable": false,
220670                        "default": "false",
220671                        "mutable": "null",
220672                        "readable": true,
220673                        "type": "gboolean",
220674                        "writable": true
220675                    },
220676                    "version": {
220677                        "blurb": "RFB protocol version",
220678                        "conditionally-available": false,
220679                        "construct": false,
220680                        "construct-only": false,
220681                        "controllable": false,
220682                        "default": "3.3",
220683                        "mutable": "null",
220684                        "readable": true,
220685                        "type": "gchararray",
220686                        "writable": true
220687                    },
220688                    "view-only": {
220689                        "blurb": "only view the desktop",
220690                        "conditionally-available": false,
220691                        "construct": false,
220692                        "construct-only": false,
220693                        "controllable": false,
220694                        "default": "false",
220695                        "mutable": "null",
220696                        "readable": true,
220697                        "type": "gboolean",
220698                        "writable": true
220699                    },
220700                    "width": {
220701                        "blurb": "width of screen",
220702                        "conditionally-available": false,
220703                        "construct": false,
220704                        "construct-only": false,
220705                        "controllable": false,
220706                        "default": "0",
220707                        "max": "65535",
220708                        "min": "0",
220709                        "mutable": "null",
220710                        "readable": true,
220711                        "type": "gint",
220712                        "writable": true
220713                    }
220714                },
220715                "rank": "none"
220716            }
220717        },
220718        "filename": "gstrfbsrc",
220719        "license": "LGPL",
220720        "other-types": {},
220721        "package": "GStreamer Bad Plug-ins",
220722        "source": "gst-plugins-bad",
220723        "tracers": {},
220724        "url": "Unknown package origin"
220725    },
220726    "rist": {
220727        "description": "Source and Sink for RIST TR-06-1 streaming specification",
220728        "elements": {
220729            "ristrtpdeext": {
220730                "author": "Olivier Crete <olivier.crete@collabora.com",
220731                "description": "Removes RIST TR-06-2 RTP Header extension",
220732                "hierarchy": [
220733                    "GstRistRtpDeext",
220734                    "GstElement",
220735                    "GstObject",
220736                    "GInitiallyUnowned",
220737                    "GObject"
220738                ],
220739                "klass": "Filter/Network",
220740                "long-name": "RIST RTP Extension remover",
220741                "pad-templates": {
220742                    "sink": {
220743                        "caps": "application/x-rtp:\n",
220744                        "direction": "sink",
220745                        "presence": "always"
220746                    },
220747                    "src": {
220748                        "caps": "application/x-rtp:\n",
220749                        "direction": "src",
220750                        "presence": "always"
220751                    }
220752                },
220753                "properties": {
220754                    "have-ext-seqnum": {
220755                        "blurb": "Has an extended sequence number extension been seen",
220756                        "conditionally-available": false,
220757                        "construct": false,
220758                        "construct-only": false,
220759                        "controllable": false,
220760                        "default": "false",
220761                        "mutable": "null",
220762                        "readable": true,
220763                        "type": "gboolean",
220764                        "writable": false
220765                    },
220766                    "max-ext-seqnum": {
220767                        "blurb": "Largest extended sequence number received",
220768                        "conditionally-available": false,
220769                        "construct": false,
220770                        "construct-only": false,
220771                        "controllable": false,
220772                        "default": "0",
220773                        "max": "-1",
220774                        "min": "0",
220775                        "mutable": "null",
220776                        "readable": true,
220777                        "type": "guint",
220778                        "writable": false
220779                    }
220780                },
220781                "rank": "none"
220782            },
220783            "ristrtpext": {
220784                "author": "Olivier Crete <olivier.crete@collabora.com",
220785                "description": "Adds RIST TR-06-2 RTP Header extension",
220786                "hierarchy": [
220787                    "GstRistRtpExt",
220788                    "GstElement",
220789                    "GstObject",
220790                    "GInitiallyUnowned",
220791                    "GObject"
220792                ],
220793                "klass": "Filter/Network",
220794                "long-name": "RIST RTP Extension adder",
220795                "pad-templates": {
220796                    "sink": {
220797                        "caps": "application/x-rtp:\n",
220798                        "direction": "sink",
220799                        "presence": "always"
220800                    },
220801                    "src": {
220802                        "caps": "application/x-rtp:\n",
220803                        "direction": "src",
220804                        "presence": "always"
220805                    }
220806                },
220807                "properties": {
220808                    "drop-null-ts-packets": {
220809                        "blurb": "Drop null MPEG-TS packet and replace them with a custom header extension.",
220810                        "conditionally-available": false,
220811                        "construct": true,
220812                        "construct-only": false,
220813                        "controllable": false,
220814                        "default": "false",
220815                        "mutable": "null",
220816                        "readable": true,
220817                        "type": "gboolean",
220818                        "writable": true
220819                    },
220820                    "sequence-number-extension": {
220821                        "blurb": "Add sequence number extension to packets.",
220822                        "conditionally-available": false,
220823                        "construct": true,
220824                        "construct-only": false,
220825                        "controllable": false,
220826                        "default": "false",
220827                        "mutable": "null",
220828                        "readable": true,
220829                        "type": "gboolean",
220830                        "writable": true
220831                    }
220832                },
220833                "rank": "none"
220834            },
220835            "ristrtxreceive": {
220836                "author": "Nicolas Dufresne <nicolas.dufresne@collabora.com>",
220837                "description": "Receive retransmitted RIST packets according to VSF TR-06-1",
220838                "hierarchy": [
220839                    "GstRistRtxReceive",
220840                    "GstElement",
220841                    "GstObject",
220842                    "GInitiallyUnowned",
220843                    "GObject"
220844                ],
220845                "klass": "Codec",
220846                "long-name": "RIST Retransmission receiver",
220847                "pad-templates": {
220848                    "sink": {
220849                        "caps": "application/x-rtp:\n",
220850                        "direction": "sink",
220851                        "presence": "always"
220852                    },
220853                    "src": {
220854                        "caps": "application/x-rtp:\n",
220855                        "direction": "src",
220856                        "presence": "always"
220857                    }
220858                },
220859                "properties": {
220860                    "num-rtx-packets": {
220861                        "blurb": " Number of retransmission packets received",
220862                        "conditionally-available": false,
220863                        "construct": false,
220864                        "construct-only": false,
220865                        "controllable": false,
220866                        "default": "0",
220867                        "max": "-1",
220868                        "min": "0",
220869                        "mutable": "null",
220870                        "readable": true,
220871                        "type": "guint",
220872                        "writable": false
220873                    },
220874                    "num-rtx-requests": {
220875                        "blurb": "Number of retransmission events received",
220876                        "conditionally-available": false,
220877                        "construct": false,
220878                        "construct-only": false,
220879                        "controllable": false,
220880                        "default": "0",
220881                        "max": "-1",
220882                        "min": "0",
220883                        "mutable": "null",
220884                        "readable": true,
220885                        "type": "guint",
220886                        "writable": false
220887                    }
220888                },
220889                "rank": "none"
220890            },
220891            "ristrtxsend": {
220892                "author": "Nicolas Dufresne <nicolas.dufresne@collabora.com>",
220893                "description": "Retransmit RTP packets when needed, according to VSF TR-06-1",
220894                "hierarchy": [
220895                    "GstRistRtxSend",
220896                    "GstElement",
220897                    "GstObject",
220898                    "GInitiallyUnowned",
220899                    "GObject"
220900                ],
220901                "klass": "Codec",
220902                "long-name": "RIST Retransmission Sender",
220903                "pad-templates": {
220904                    "sink": {
220905                        "caps": "application/x-rtp:\n     clock-rate: [ 1, 2147483647 ]\n",
220906                        "direction": "sink",
220907                        "presence": "always"
220908                    },
220909                    "src": {
220910                        "caps": "application/x-rtp:\n",
220911                        "direction": "src",
220912                        "presence": "always"
220913                    }
220914                },
220915                "properties": {
220916                    "max-size-packets": {
220917                        "blurb": "Amount of packets to queue (0 = unlimited)",
220918                        "conditionally-available": false,
220919                        "construct": false,
220920                        "construct-only": false,
220921                        "controllable": false,
220922                        "default": "100",
220923                        "max": "32767",
220924                        "min": "0",
220925                        "mutable": "null",
220926                        "readable": true,
220927                        "type": "guint",
220928                        "writable": true
220929                    },
220930                    "max-size-time": {
220931                        "blurb": "Amount of ms to queue (0 = unlimited)",
220932                        "conditionally-available": false,
220933                        "construct": false,
220934                        "construct-only": false,
220935                        "controllable": false,
220936                        "default": "0",
220937                        "max": "-1",
220938                        "min": "0",
220939                        "mutable": "null",
220940                        "readable": true,
220941                        "type": "guint",
220942                        "writable": true
220943                    },
220944                    "num-rtx-packets": {
220945                        "blurb": " Number of retransmission packets sent",
220946                        "conditionally-available": false,
220947                        "construct": false,
220948                        "construct-only": false,
220949                        "controllable": false,
220950                        "default": "0",
220951                        "max": "-1",
220952                        "min": "0",
220953                        "mutable": "null",
220954                        "readable": true,
220955                        "type": "guint",
220956                        "writable": false
220957                    },
220958                    "num-rtx-requests": {
220959                        "blurb": "Number of retransmission events received",
220960                        "conditionally-available": false,
220961                        "construct": false,
220962                        "construct-only": false,
220963                        "controllable": false,
220964                        "default": "0",
220965                        "max": "-1",
220966                        "min": "0",
220967                        "mutable": "null",
220968                        "readable": true,
220969                        "type": "guint",
220970                        "writable": false
220971                    }
220972                },
220973                "rank": "none"
220974            },
220975            "ristsink": {
220976                "author": "Nicolas Dufresne <nicolas.dufresne@collabora.com",
220977                "description": "Sink that implements RIST TR-06-1 streaming specification",
220978                "hierarchy": [
220979                    "GstRistSink",
220980                    "GstBin",
220981                    "GstElement",
220982                    "GstObject",
220983                    "GInitiallyUnowned",
220984                    "GObject"
220985                ],
220986                "interfaces": [
220987                    "GstChildProxy"
220988                ],
220989                "klass": "Source/Network",
220990                "long-name": "RIST Sink",
220991                "pad-templates": {
220992                    "sink": {
220993                        "caps": "application/x-rtp:\n",
220994                        "direction": "sink",
220995                        "presence": "always"
220996                    }
220997                },
220998                "properties": {
220999                    "address": {
221000                        "blurb": "Address to send packets to (can be IPv4 or IPv6).",
221001                        "conditionally-available": false,
221002                        "construct": false,
221003                        "construct-only": false,
221004                        "controllable": false,
221005                        "default": "localhost",
221006                        "mutable": "null",
221007                        "readable": true,
221008                        "type": "gchararray",
221009                        "writable": true
221010                    },
221011                    "bonding-addresses": {
221012                        "blurb": "Comma (,) separated list of <address>:<port> to send to. ",
221013                        "conditionally-available": false,
221014                        "construct": false,
221015                        "construct-only": false,
221016                        "controllable": false,
221017                        "default": "localhost:5004",
221018                        "mutable": "null",
221019                        "readable": true,
221020                        "type": "gchararray",
221021                        "writable": true
221022                    },
221023                    "bonding-method": {
221024                        "blurb": "Defines the bonding method to use.",
221025                        "conditionally-available": false,
221026                        "construct": true,
221027                        "construct-only": false,
221028                        "controllable": false,
221029                        "default": "broadcast (0)",
221030                        "mutable": "null",
221031                        "readable": true,
221032                        "type": "GstRistBondingMethodType",
221033                        "writable": true
221034                    },
221035                    "cname": {
221036                        "blurb": "Set the CNAME in the SDES block of the sender report.",
221037                        "conditionally-available": false,
221038                        "construct": false,
221039                        "construct-only": false,
221040                        "controllable": false,
221041                        "default": "NULL",
221042                        "mutable": "null",
221043                        "readable": true,
221044                        "type": "gchararray",
221045                        "writable": true
221046                    },
221047                    "dispatcher": {
221048                        "blurb": "An element that takes care of multi-plexing bonded links. When set \"bonding-method\" is ignored.",
221049                        "conditionally-available": false,
221050                        "construct": false,
221051                        "construct-only": false,
221052                        "controllable": false,
221053                        "mutable": "ready",
221054                        "readable": true,
221055                        "type": "GstElement",
221056                        "writable": true
221057                    },
221058                    "drop-null-ts-packets": {
221059                        "blurb": "Drop null MPEG-TS packet and replace them with a custom header extension.",
221060                        "conditionally-available": false,
221061                        "construct": true,
221062                        "construct-only": false,
221063                        "controllable": false,
221064                        "default": "false",
221065                        "mutable": "null",
221066                        "readable": true,
221067                        "type": "gboolean",
221068                        "writable": true
221069                    },
221070                    "max-rtcp-bandwidth": {
221071                        "blurb": "The maximum bandwidth used for RTCP as a fraction of RTP bandwdith",
221072                        "conditionally-available": false,
221073                        "construct": true,
221074                        "construct-only": false,
221075                        "controllable": false,
221076                        "default": "0.05",
221077                        "max": "0.05",
221078                        "min": "0",
221079                        "mutable": "null",
221080                        "readable": true,
221081                        "type": "gdouble",
221082                        "writable": true
221083                    },
221084                    "min-rtcp-interval": {
221085                        "blurb": "The minimum interval (in ms) between two regular successive RTCP packets.",
221086                        "conditionally-available": false,
221087                        "construct": true,
221088                        "construct-only": false,
221089                        "controllable": false,
221090                        "default": "100",
221091                        "max": "100",
221092                        "min": "0",
221093                        "mutable": "null",
221094                        "readable": true,
221095                        "type": "guint",
221096                        "writable": true
221097                    },
221098                    "multicast-iface": {
221099                        "blurb": "The multicast interface to use to send packets.",
221100                        "conditionally-available": false,
221101                        "construct": false,
221102                        "construct-only": false,
221103                        "controllable": false,
221104                        "default": "NULL",
221105                        "mutable": "null",
221106                        "readable": true,
221107                        "type": "gchararray",
221108                        "writable": true
221109                    },
221110                    "multicast-loopback": {
221111                        "blurb": "When enabled, the packet will be received locally.",
221112                        "conditionally-available": false,
221113                        "construct": true,
221114                        "construct-only": false,
221115                        "controllable": false,
221116                        "default": "false",
221117                        "mutable": "null",
221118                        "readable": true,
221119                        "type": "gboolean",
221120                        "writable": true
221121                    },
221122                    "multicast-ttl": {
221123                        "blurb": "The multicast time-to-live parameter.",
221124                        "conditionally-available": false,
221125                        "construct": true,
221126                        "construct-only": false,
221127                        "controllable": false,
221128                        "default": "1",
221129                        "max": "255",
221130                        "min": "0",
221131                        "mutable": "null",
221132                        "readable": true,
221133                        "type": "gint",
221134                        "writable": true
221135                    },
221136                    "port": {
221137                        "blurb": "The port RTP packets will be sent, the RTCP port is this value + 1. This port must be an even number.",
221138                        "conditionally-available": false,
221139                        "construct": true,
221140                        "construct-only": false,
221141                        "controllable": false,
221142                        "default": "5004",
221143                        "max": "65534",
221144                        "min": "2",
221145                        "mutable": "null",
221146                        "readable": true,
221147                        "type": "guint",
221148                        "writable": true
221149                    },
221150                    "sender-buffer": {
221151                        "blurb": "Size of the retransmission queue (in ms)",
221152                        "conditionally-available": false,
221153                        "construct": true,
221154                        "construct-only": false,
221155                        "controllable": false,
221156                        "default": "1200",
221157                        "max": "-1",
221158                        "min": "0",
221159                        "mutable": "null",
221160                        "readable": true,
221161                        "type": "guint",
221162                        "writable": true
221163                    },
221164                    "sequence-number-extension": {
221165                        "blurb": "Add sequence number extension to packets.",
221166                        "conditionally-available": false,
221167                        "construct": true,
221168                        "construct-only": false,
221169                        "controllable": false,
221170                        "default": "false",
221171                        "mutable": "null",
221172                        "readable": true,
221173                        "type": "gboolean",
221174                        "writable": true
221175                    },
221176                    "stats": {
221177                        "blurb": "Statistic in a GstStructure named 'rist/x-sender-stats'",
221178                        "conditionally-available": false,
221179                        "construct": false,
221180                        "construct-only": false,
221181                        "controllable": false,
221182                        "default": "rist/x-sender-stats, sent-original-packets=(guint64)0, sent-retransmitted-packets=(guint64)0, session-stats=(GValueArray)< \"rist/x-sender-session-stats\\,\\ session-id\\=\\(int\\)0\\,\\ sent-original-packets\\=\\(guint64\\)0\\,\\ sent-retransmitted-packets\\=\\(guint64\\)0\\,\\ round-trip-time\\=\\(guint64\\)0\\;\" >;",
221183                        "mutable": "null",
221184                        "readable": true,
221185                        "type": "GstStructure",
221186                        "writable": false
221187                    },
221188                    "stats-update-interval": {
221189                        "blurb": "The interval between 'stats' update notification (in ms) (0 disabled)",
221190                        "conditionally-available": false,
221191                        "construct": true,
221192                        "construct-only": false,
221193                        "controllable": false,
221194                        "default": "0",
221195                        "max": "-1",
221196                        "min": "0",
221197                        "mutable": "null",
221198                        "readable": true,
221199                        "type": "guint",
221200                        "writable": true
221201                    }
221202                },
221203                "rank": "primary"
221204            },
221205            "ristsrc": {
221206                "author": "Nicolas Dufresne <nicolas.dufresne@collabora.com",
221207                "description": "Source that implements RIST TR-06-1 streaming specification",
221208                "hierarchy": [
221209                    "GstRistSrc",
221210                    "GstBin",
221211                    "GstElement",
221212                    "GstObject",
221213                    "GInitiallyUnowned",
221214                    "GObject"
221215                ],
221216                "interfaces": [
221217                    "GstChildProxy",
221218                    "GstURIHandler"
221219                ],
221220                "klass": "Source/Network",
221221                "long-name": "RIST Source",
221222                "pad-templates": {
221223                    "src": {
221224                        "caps": "application/x-rtp:\n",
221225                        "direction": "src",
221226                        "presence": "always"
221227                    }
221228                },
221229                "properties": {
221230                    "address": {
221231                        "blurb": "Address to receive packets from (can be IPv4 or IPv6).",
221232                        "conditionally-available": false,
221233                        "construct": false,
221234                        "construct-only": false,
221235                        "controllable": false,
221236                        "default": "0.0.0.0",
221237                        "mutable": "null",
221238                        "readable": true,
221239                        "type": "gchararray",
221240                        "writable": true
221241                    },
221242                    "bonding-addresses": {
221243                        "blurb": "Comma (,) separated list of <address>:<port> to receive from. Only used if 'enable-bonding' is set.",
221244                        "conditionally-available": false,
221245                        "construct": false,
221246                        "construct-only": false,
221247                        "controllable": false,
221248                        "default": "0.0.0.0:5004",
221249                        "mutable": "null",
221250                        "readable": true,
221251                        "type": "gchararray",
221252                        "writable": true
221253                    },
221254                    "cname": {
221255                        "blurb": "Set the CNAME in the SDES block of the receiver report.",
221256                        "conditionally-available": false,
221257                        "construct": false,
221258                        "construct-only": false,
221259                        "controllable": false,
221260                        "default": "NULL",
221261                        "mutable": "null",
221262                        "readable": true,
221263                        "type": "gchararray",
221264                        "writable": true
221265                    },
221266                    "max-rtcp-bandwidth": {
221267                        "blurb": "The maximum bandwidth used for RTCP as a fraction of RTP bandwdith",
221268                        "conditionally-available": false,
221269                        "construct": true,
221270                        "construct-only": false,
221271                        "controllable": false,
221272                        "default": "0.05",
221273                        "max": "0.05",
221274                        "min": "0",
221275                        "mutable": "null",
221276                        "readable": true,
221277                        "type": "gdouble",
221278                        "writable": true
221279                    },
221280                    "max-rtx-retries": {
221281                        "blurb": "The maximum number of retransmission requests for a lost packet.",
221282                        "conditionally-available": false,
221283                        "construct": true,
221284                        "construct-only": false,
221285                        "controllable": false,
221286                        "default": "7",
221287                        "max": "-1",
221288                        "min": "0",
221289                        "mutable": "null",
221290                        "readable": true,
221291                        "type": "guint",
221292                        "writable": true
221293                    },
221294                    "min-rtcp-interval": {
221295                        "blurb": "The minimum interval (in ms) between two successive RTCP packets",
221296                        "conditionally-available": false,
221297                        "construct": true,
221298                        "construct-only": false,
221299                        "controllable": false,
221300                        "default": "100",
221301                        "max": "100",
221302                        "min": "0",
221303                        "mutable": "null",
221304                        "readable": true,
221305                        "type": "guint",
221306                        "writable": true
221307                    },
221308                    "multicast-iface": {
221309                        "blurb": "The multicast interface to use to send packets.",
221310                        "conditionally-available": false,
221311                        "construct": false,
221312                        "construct-only": false,
221313                        "controllable": false,
221314                        "default": "NULL",
221315                        "mutable": "null",
221316                        "readable": true,
221317                        "type": "gchararray",
221318                        "writable": true
221319                    },
221320                    "multicast-loopback": {
221321                        "blurb": "When enabled, the packets will be received locally.",
221322                        "conditionally-available": false,
221323                        "construct": true,
221324                        "construct-only": false,
221325                        "controllable": false,
221326                        "default": "false",
221327                        "mutable": "null",
221328                        "readable": true,
221329                        "type": "gboolean",
221330                        "writable": true
221331                    },
221332                    "multicast-ttl": {
221333                        "blurb": "The multicast time-to-live parameter.",
221334                        "conditionally-available": false,
221335                        "construct": true,
221336                        "construct-only": false,
221337                        "controllable": false,
221338                        "default": "1",
221339                        "max": "255",
221340                        "min": "0",
221341                        "mutable": "null",
221342                        "readable": true,
221343                        "type": "gint",
221344                        "writable": true
221345                    },
221346                    "port": {
221347                        "blurb": "The port to listen for RTP packets, the RTCP port is this value + 1. This port must be an even number.",
221348                        "conditionally-available": false,
221349                        "construct": true,
221350                        "construct-only": false,
221351                        "controllable": false,
221352                        "default": "5004",
221353                        "max": "65534",
221354                        "min": "2",
221355                        "mutable": "null",
221356                        "readable": true,
221357                        "type": "guint",
221358                        "writable": true
221359                    },
221360                    "receiver-buffer": {
221361                        "blurb": "Buffering duration (in ms)",
221362                        "conditionally-available": false,
221363                        "construct": true,
221364                        "construct-only": false,
221365                        "controllable": false,
221366                        "default": "1000",
221367                        "max": "-1",
221368                        "min": "0",
221369                        "mutable": "null",
221370                        "readable": true,
221371                        "type": "guint",
221372                        "writable": true
221373                    },
221374                    "reorder-section": {
221375                        "blurb": "Time to wait before sending retransmission request (in ms)",
221376                        "conditionally-available": false,
221377                        "construct": true,
221378                        "construct-only": false,
221379                        "controllable": false,
221380                        "default": "70",
221381                        "max": "-1",
221382                        "min": "0",
221383                        "mutable": "null",
221384                        "readable": true,
221385                        "type": "guint",
221386                        "writable": true
221387                    },
221388                    "stats": {
221389                        "blurb": "Statistic in a GstStructure named 'rist/x-receiver-stats'",
221390                        "conditionally-available": false,
221391                        "construct": false,
221392                        "construct-only": false,
221393                        "controllable": false,
221394                        "default": "rist/x-receiver-stats, dropped=(guint64)0, received=(guint64)0, recovered=(guint64)0, permanently-lost=(guint64)0, duplicates=(guint64)0, retransmission-requests-sent=(guint64)0, rtx-roundtrip-time=(guint64)0, session-stats=(GValueArray)< \"rist/x-receiver-session-stats\\,\\ session-id\\=\\(int\\)0\\,\\ rtp-from\\=\\(string\\)\\\"\\\"\\,\\ rtcp-from\\=\\(string\\)\\\"\\\"\\,\\ dropped\\=\\(guint64\\)0\\,\\ received\\=\\(guint64\\)0\\;\" >;",
221395                        "mutable": "null",
221396                        "readable": true,
221397                        "type": "GstStructure",
221398                        "writable": false
221399                    },
221400                    "stats-update-interval": {
221401                        "blurb": "The interval between 'stats' update notification (in ms) (0 disabled)",
221402                        "conditionally-available": false,
221403                        "construct": true,
221404                        "construct-only": false,
221405                        "controllable": false,
221406                        "default": "0",
221407                        "max": "-1",
221408                        "min": "0",
221409                        "mutable": "null",
221410                        "readable": true,
221411                        "type": "guint",
221412                        "writable": true
221413                    }
221414                },
221415                "rank": "primary"
221416            },
221417            "roundrobin": {
221418                "author": "Nicolas Dufresne <nicolas.dufresne@collabora.com",
221419                "description": "A round robin dispatcher element.",
221420                "hierarchy": [
221421                    "GstRoundRobin",
221422                    "GstElement",
221423                    "GstObject",
221424                    "GInitiallyUnowned",
221425                    "GObject"
221426                ],
221427                "klass": "Source/Network",
221428                "long-name": "Round Robin",
221429                "pad-templates": {
221430                    "sink": {
221431                        "caps": "ANY",
221432                        "direction": "sink",
221433                        "presence": "always"
221434                    },
221435                    "src_%%d": {
221436                        "caps": "ANY",
221437                        "direction": "src",
221438                        "presence": "request"
221439                    }
221440                },
221441                "rank": "none"
221442            }
221443        },
221444        "filename": "gstrist",
221445        "license": "LGPL",
221446        "other-types": {
221447            "GstRistBondingMethodType": {
221448                "kind": "enum",
221449                "values": [
221450                    {
221451                        "desc": "GST_RIST_BONDING_METHOD_BROADCAST",
221452                        "name": "broadcast",
221453                        "value": "0"
221454                    },
221455                    {
221456                        "desc": "GST_RIST_BONDING_METHOD_ROUND_ROBIN",
221457                        "name": "round-robin",
221458                        "value": "1"
221459                    }
221460                ]
221461            }
221462        },
221463        "package": "GStreamer Bad Plug-ins",
221464        "source": "gst-plugins-bad",
221465        "tracers": {},
221466        "url": "Unknown package origin"
221467    },
221468    "rsvg": {
221469        "description": "RSVG plugin library",
221470        "elements": {
221471            "rsvgdec": {
221472                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
221473                "description": "Uses librsvg to decode SVG images",
221474                "hierarchy": [
221475                    "GstRsvgDec",
221476                    "GstVideoDecoder",
221477                    "GstElement",
221478                    "GstObject",
221479                    "GInitiallyUnowned",
221480                    "GObject"
221481                ],
221482                "klass": "Codec/Decoder/Image",
221483                "long-name": "SVG image decoder",
221484                "pad-templates": {
221485                    "sink": {
221486                        "caps": "image/svg+xml:\nimage/svg:\n",
221487                        "direction": "sink",
221488                        "presence": "always"
221489                    },
221490                    "src": {
221491                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
221492                        "direction": "src",
221493                        "presence": "always"
221494                    }
221495                },
221496                "properties": {},
221497                "rank": "primary"
221498            },
221499            "rsvgoverlay": {
221500                "author": "Olivier Aubert <olivier.aubert@liris.cnrs.fr>",
221501                "description": "Overlays SVG graphics over a video stream",
221502                "hierarchy": [
221503                    "GstRsvgOverlay",
221504                    "GstVideoFilter",
221505                    "GstBaseTransform",
221506                    "GstElement",
221507                    "GstObject",
221508                    "GInitiallyUnowned",
221509                    "GObject"
221510                ],
221511                "klass": "Filter/Editor/Video",
221512                "long-name": "RSVG overlay",
221513                "pad-templates": {
221514                    "data_sink": {
221515                        "caps": "image/svg+xml:\nimage/svg:\ntext/plain:\n",
221516                        "direction": "sink",
221517                        "presence": "always"
221518                    },
221519                    "sink": {
221520                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
221521                        "direction": "sink",
221522                        "presence": "always"
221523                    },
221524                    "src": {
221525                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
221526                        "direction": "src",
221527                        "presence": "always"
221528                    }
221529                },
221530                "properties": {
221531                    "data": {
221532                        "blurb": "SVG data.",
221533                        "conditionally-available": false,
221534                        "construct": false,
221535                        "construct-only": false,
221536                        "controllable": false,
221537                        "default": "",
221538                        "mutable": "null",
221539                        "readable": false,
221540                        "type": "gchararray",
221541                        "writable": true
221542                    },
221543                    "fit-to-frame": {
221544                        "blurb": "Fit the SVG to fill the whole frame.",
221545                        "conditionally-available": false,
221546                        "construct": false,
221547                        "construct-only": false,
221548                        "controllable": false,
221549                        "default": "false",
221550                        "mutable": "null",
221551                        "readable": true,
221552                        "type": "gboolean",
221553                        "writable": true
221554                    },
221555                    "height": {
221556                        "blurb": "Specify a height in pixels.",
221557                        "conditionally-available": false,
221558                        "construct": false,
221559                        "construct-only": false,
221560                        "controllable": false,
221561                        "default": "0",
221562                        "max": "2147483647",
221563                        "min": "-2147483647",
221564                        "mutable": "null",
221565                        "readable": true,
221566                        "type": "gint",
221567                        "writable": true
221568                    },
221569                    "height-relative": {
221570                        "blurb": "Specify a height relative to the display size.",
221571                        "conditionally-available": false,
221572                        "construct": false,
221573                        "construct-only": false,
221574                        "controllable": false,
221575                        "default": "0",
221576                        "max": "3.40282e+38",
221577                        "min": "-3.40282e+38",
221578                        "mutable": "null",
221579                        "readable": true,
221580                        "type": "gfloat",
221581                        "writable": true
221582                    },
221583                    "location": {
221584                        "blurb": "SVG file location.",
221585                        "conditionally-available": false,
221586                        "construct": false,
221587                        "construct-only": false,
221588                        "controllable": false,
221589                        "default": "",
221590                        "mutable": "null",
221591                        "readable": false,
221592                        "type": "gchararray",
221593                        "writable": true
221594                    },
221595                    "width": {
221596                        "blurb": "Specify a width in pixels.",
221597                        "conditionally-available": false,
221598                        "construct": false,
221599                        "construct-only": false,
221600                        "controllable": false,
221601                        "default": "0",
221602                        "max": "2147483647",
221603                        "min": "-2147483647",
221604                        "mutable": "null",
221605                        "readable": true,
221606                        "type": "gint",
221607                        "writable": true
221608                    },
221609                    "width-relative": {
221610                        "blurb": "Specify a width relative to the display size.",
221611                        "conditionally-available": false,
221612                        "construct": false,
221613                        "construct-only": false,
221614                        "controllable": false,
221615                        "default": "0",
221616                        "max": "3.40282e+38",
221617                        "min": "-3.40282e+38",
221618                        "mutable": "null",
221619                        "readable": true,
221620                        "type": "gfloat",
221621                        "writable": true
221622                    },
221623                    "x": {
221624                        "blurb": "Specify an x offset.",
221625                        "conditionally-available": false,
221626                        "construct": false,
221627                        "construct-only": false,
221628                        "controllable": false,
221629                        "default": "0",
221630                        "max": "2147483647",
221631                        "min": "-2147483647",
221632                        "mutable": "null",
221633                        "readable": true,
221634                        "type": "gint",
221635                        "writable": true
221636                    },
221637                    "x-relative": {
221638                        "blurb": "Specify an x offset relative to the display size.",
221639                        "conditionally-available": false,
221640                        "construct": false,
221641                        "construct-only": false,
221642                        "controllable": false,
221643                        "default": "0",
221644                        "max": "3.40282e+38",
221645                        "min": "-3.40282e+38",
221646                        "mutable": "null",
221647                        "readable": true,
221648                        "type": "gfloat",
221649                        "writable": true
221650                    },
221651                    "y": {
221652                        "blurb": "Specify a y offset.",
221653                        "conditionally-available": false,
221654                        "construct": false,
221655                        "construct-only": false,
221656                        "controllable": false,
221657                        "default": "0",
221658                        "max": "2147483647",
221659                        "min": "-2147483647",
221660                        "mutable": "null",
221661                        "readable": true,
221662                        "type": "gint",
221663                        "writable": true
221664                    },
221665                    "y-relative": {
221666                        "blurb": "Specify a y offset relative to the display size.",
221667                        "conditionally-available": false,
221668                        "construct": false,
221669                        "construct-only": false,
221670                        "controllable": false,
221671                        "default": "0",
221672                        "max": "3.40282e+38",
221673                        "min": "-3.40282e+38",
221674                        "mutable": "null",
221675                        "readable": true,
221676                        "type": "gfloat",
221677                        "writable": true
221678                    }
221679                },
221680                "rank": "none"
221681            }
221682        },
221683        "filename": "gstrsvg",
221684        "license": "LGPL",
221685        "other-types": {},
221686        "package": "GStreamer Bad Plug-ins",
221687        "source": "gst-plugins-bad",
221688        "tracers": {},
221689        "url": "Unknown package origin"
221690    },
221691    "rtmp": {
221692        "description": "RTMP source and sink",
221693        "elements": {
221694            "rtmpsink": {
221695                "author": "Jan Schmidt <thaytan@noraisin.net>",
221696                "description": "Sends FLV content to a server via RTMP",
221697                "hierarchy": [
221698                    "GstRTMPSink",
221699                    "GstBaseSink",
221700                    "GstElement",
221701                    "GstObject",
221702                    "GInitiallyUnowned",
221703                    "GObject"
221704                ],
221705                "interfaces": [
221706                    "GstURIHandler"
221707                ],
221708                "klass": "Sink/Network",
221709                "long-name": "RTMP output sink",
221710                "pad-templates": {
221711                    "sink": {
221712                        "caps": "video/x-flv:\n",
221713                        "direction": "sink",
221714                        "presence": "always"
221715                    }
221716                },
221717                "properties": {
221718                    "location": {
221719                        "blurb": "RTMP url",
221720                        "conditionally-available": false,
221721                        "construct": false,
221722                        "construct-only": false,
221723                        "controllable": false,
221724                        "default": "NULL",
221725                        "mutable": "null",
221726                        "readable": true,
221727                        "type": "gchararray",
221728                        "writable": true
221729                    }
221730                },
221731                "rank": "primary"
221732            },
221733            "rtmpsrc": {
221734                "author": "Bastien Nocera <hadess@hadess.net>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
221735                "description": "Read RTMP streams",
221736                "hierarchy": [
221737                    "GstRTMPSrc",
221738                    "GstPushSrc",
221739                    "GstBaseSrc",
221740                    "GstElement",
221741                    "GstObject",
221742                    "GInitiallyUnowned",
221743                    "GObject"
221744                ],
221745                "interfaces": [
221746                    "GstURIHandler"
221747                ],
221748                "klass": "Source/File",
221749                "long-name": "RTMP Source",
221750                "pad-templates": {
221751                    "src": {
221752                        "caps": "ANY",
221753                        "direction": "src",
221754                        "presence": "always"
221755                    }
221756                },
221757                "properties": {
221758                    "location": {
221759                        "blurb": "Location of the RTMP url to read",
221760                        "conditionally-available": false,
221761                        "construct": false,
221762                        "construct-only": false,
221763                        "controllable": false,
221764                        "default": "NULL",
221765                        "mutable": "null",
221766                        "readable": true,
221767                        "type": "gchararray",
221768                        "writable": true
221769                    },
221770                    "timeout": {
221771                        "blurb": "Time without receiving any data from the server to wait before to timeout the session",
221772                        "conditionally-available": false,
221773                        "construct": false,
221774                        "construct-only": false,
221775                        "controllable": false,
221776                        "default": "120",
221777                        "max": "2147483647",
221778                        "min": "0",
221779                        "mutable": "null",
221780                        "readable": true,
221781                        "type": "gint",
221782                        "writable": true
221783                    }
221784                },
221785                "rank": "primary"
221786            }
221787        },
221788        "filename": "gstrtmp",
221789        "license": "LGPL",
221790        "other-types": {},
221791        "package": "GStreamer Bad Plug-ins",
221792        "source": "gst-plugins-bad",
221793        "tracers": {},
221794        "url": "Unknown package origin"
221795    },
221796    "rtmp2": {
221797        "description": "RTMP plugin",
221798        "elements": {
221799            "rtmp2sink": {
221800                "author": "Make.TV, Inc. <info@make.tv>",
221801                "description": "Sink element for RTMP streams",
221802                "hierarchy": [
221803                    "GstRtmp2Sink",
221804                    "GstBaseSink",
221805                    "GstElement",
221806                    "GstObject",
221807                    "GInitiallyUnowned",
221808                    "GObject"
221809                ],
221810                "interfaces": [
221811                    "GstURIHandler",
221812                    "GstRtmpLocationHandler"
221813                ],
221814                "klass": "Sink",
221815                "long-name": "RTMP sink element",
221816                "pad-templates": {
221817                    "sink": {
221818                        "caps": "video/x-flv:\n",
221819                        "direction": "sink",
221820                        "presence": "always"
221821                    }
221822                },
221823                "properties": {
221824                    "async-connect": {
221825                        "blurb": "Connect on READY, otherwise on first push",
221826                        "conditionally-available": false,
221827                        "construct": false,
221828                        "construct-only": false,
221829                        "controllable": false,
221830                        "default": "true",
221831                        "mutable": "null",
221832                        "readable": true,
221833                        "type": "gboolean",
221834                        "writable": true
221835                    },
221836                    "chunk-size": {
221837                        "blurb": "RTMP chunk size",
221838                        "conditionally-available": false,
221839                        "construct": false,
221840                        "construct-only": false,
221841                        "controllable": false,
221842                        "default": "128",
221843                        "max": "2147483647",
221844                        "min": "1",
221845                        "mutable": "playing",
221846                        "readable": true,
221847                        "type": "guint",
221848                        "writable": true
221849                    },
221850                    "peak-kbps": {
221851                        "blurb": "Bitrate in kbit/sec to pace outgoing packets",
221852                        "conditionally-available": false,
221853                        "construct": false,
221854                        "construct-only": false,
221855                        "controllable": false,
221856                        "default": "0",
221857                        "max": "17179869",
221858                        "min": "0",
221859                        "mutable": "playing",
221860                        "readable": true,
221861                        "type": "guint",
221862                        "writable": true
221863                    },
221864                    "stats": {
221865                        "blurb": "Retrieve a statistics structure",
221866                        "conditionally-available": false,
221867                        "construct": false,
221868                        "construct-only": false,
221869                        "controllable": false,
221870                        "default": "GstRtmpConnectionStats, in-chunk-size=(uint)0, out-chunk-size=(uint)0, in-window-ack-size=(uint)0, out-window-ack-size=(uint)0, in-bytes-total=(guint64)0, out-bytes-total=(guint64)0, in-bytes-acked=(guint64)0, out-bytes-acked=(guint64)0;",
221871                        "mutable": "null",
221872                        "readable": true,
221873                        "type": "GstStructure",
221874                        "writable": false
221875                    },
221876                    "stop-commands": {
221877                        "blurb": "RTMP commands to send on EOS event before closing connection",
221878                        "conditionally-available": false,
221879                        "construct": false,
221880                        "construct-only": false,
221881                        "controllable": false,
221882                        "default": "deletestream+fcunpublish",
221883                        "mutable": "null",
221884                        "readable": true,
221885                        "type": "GstRtmpStopCommands",
221886                        "writable": true
221887                    }
221888                },
221889                "rank": "primary + 1"
221890            },
221891            "rtmp2src": {
221892                "author": "Make.TV, Inc. <info@make.tv>",
221893                "description": "Source element for RTMP streams",
221894                "hierarchy": [
221895                    "GstRtmp2Src",
221896                    "GstPushSrc",
221897                    "GstBaseSrc",
221898                    "GstElement",
221899                    "GstObject",
221900                    "GInitiallyUnowned",
221901                    "GObject"
221902                ],
221903                "interfaces": [
221904                    "GstURIHandler",
221905                    "GstRtmpLocationHandler"
221906                ],
221907                "klass": "Source",
221908                "long-name": "RTMP source element",
221909                "pad-templates": {
221910                    "src": {
221911                        "caps": "video/x-flv:\n",
221912                        "direction": "src",
221913                        "presence": "always"
221914                    }
221915                },
221916                "properties": {
221917                    "async-connect": {
221918                        "blurb": "Connect on READY, otherwise on first push",
221919                        "conditionally-available": false,
221920                        "construct": false,
221921                        "construct-only": false,
221922                        "controllable": false,
221923                        "default": "true",
221924                        "mutable": "null",
221925                        "readable": true,
221926                        "type": "gboolean",
221927                        "writable": true
221928                    },
221929                    "idle-timeout": {
221930                        "blurb": "The maximum allowed time in seconds for valid packets not to arrive from the peer (0 = no timeout)",
221931                        "conditionally-available": false,
221932                        "construct": false,
221933                        "construct-only": false,
221934                        "controllable": false,
221935                        "default": "0",
221936                        "max": "-1",
221937                        "min": "0",
221938                        "mutable": "null",
221939                        "readable": true,
221940                        "type": "guint",
221941                        "writable": true
221942                    },
221943                    "stats": {
221944                        "blurb": "Retrieve a statistics structure",
221945                        "conditionally-available": false,
221946                        "construct": false,
221947                        "construct-only": false,
221948                        "controllable": false,
221949                        "default": "GstRtmpConnectionStats, in-chunk-size=(uint)0, out-chunk-size=(uint)0, in-window-ack-size=(uint)0, out-window-ack-size=(uint)0, in-bytes-total=(guint64)0, out-bytes-total=(guint64)0, in-bytes-acked=(guint64)0, out-bytes-acked=(guint64)0;",
221950                        "mutable": "null",
221951                        "readable": true,
221952                        "type": "GstStructure",
221953                        "writable": false
221954                    }
221955                },
221956                "rank": "primary + 1"
221957            }
221958        },
221959        "filename": "gstrtmp2",
221960        "license": "LGPL",
221961        "other-types": {
221962            "GstRtmpAuthmod": {
221963                "kind": "enum",
221964                "values": [
221965                    {
221966                        "desc": "GST_RTMP_AUTHMOD_NONE",
221967                        "name": "none",
221968                        "value": "0"
221969                    },
221970                    {
221971                        "desc": "GST_RTMP_AUTHMOD_AUTO",
221972                        "name": "auto",
221973                        "value": "1"
221974                    },
221975                    {
221976                        "desc": "GST_RTMP_AUTHMOD_ADOBE",
221977                        "name": "adobe",
221978                        "value": "2"
221979                    }
221980                ]
221981            },
221982            "GstRtmpLocationHandler": {
221983                "hierarchy": [
221984                    "GstRtmpLocationHandler",
221985                    "GInterface"
221986                ],
221987                "kind": "interface",
221988                "properties": {
221989                    "application": {
221990                        "blurb": "RTMP application path",
221991                        "conditionally-available": false,
221992                        "construct": false,
221993                        "construct-only": false,
221994                        "controllable": false,
221995                        "default": "live",
221996                        "mutable": "null",
221997                        "readable": true,
221998                        "type": "gchararray",
221999                        "writable": true
222000                    },
222001                    "authmod": {
222002                        "blurb": "RTMP authorization mode",
222003                        "conditionally-available": false,
222004                        "construct": true,
222005                        "construct-only": false,
222006                        "controllable": false,
222007                        "default": "auto (1)",
222008                        "mutable": "null",
222009                        "readable": true,
222010                        "type": "GstRtmpAuthmod",
222011                        "writable": true
222012                    },
222013                    "flash-version": {
222014                        "blurb": "Flash version reported to the server",
222015                        "conditionally-available": false,
222016                        "construct": true,
222017                        "construct-only": false,
222018                        "controllable": false,
222019                        "default": "LNX 10,0,32,18",
222020                        "mutable": "null",
222021                        "readable": true,
222022                        "type": "gchararray",
222023                        "writable": true
222024                    },
222025                    "host": {
222026                        "blurb": "RTMP server host name",
222027                        "conditionally-available": false,
222028                        "construct": false,
222029                        "construct-only": false,
222030                        "controllable": false,
222031                        "default": "localhost",
222032                        "mutable": "null",
222033                        "readable": true,
222034                        "type": "gchararray",
222035                        "writable": true
222036                    },
222037                    "location": {
222038                        "blurb": "Location of RTMP stream to access",
222039                        "conditionally-available": false,
222040                        "construct": true,
222041                        "construct-only": false,
222042                        "controllable": false,
222043                        "default": "rtmp://localhost/live/myStream",
222044                        "mutable": "null",
222045                        "readable": true,
222046                        "type": "gchararray",
222047                        "writable": true
222048                    },
222049                    "password": {
222050                        "blurb": "RTMP authorization password",
222051                        "conditionally-available": false,
222052                        "construct": false,
222053                        "construct-only": false,
222054                        "controllable": false,
222055                        "default": "NULL",
222056                        "mutable": "null",
222057                        "readable": true,
222058                        "type": "gchararray",
222059                        "writable": true
222060                    },
222061                    "port": {
222062                        "blurb": "RTMP server port",
222063                        "conditionally-available": false,
222064                        "construct": false,
222065                        "construct-only": false,
222066                        "controllable": false,
222067                        "default": "1935",
222068                        "max": "65535",
222069                        "min": "1",
222070                        "mutable": "null",
222071                        "readable": true,
222072                        "type": "gint",
222073                        "writable": true
222074                    },
222075                    "scheme": {
222076                        "blurb": "RTMP connection scheme",
222077                        "conditionally-available": false,
222078                        "construct": false,
222079                        "construct-only": false,
222080                        "controllable": false,
222081                        "default": "rtmp (0)",
222082                        "mutable": "null",
222083                        "readable": true,
222084                        "type": "GstRtmpScheme",
222085                        "writable": true
222086                    },
222087                    "secure-token": {
222088                        "blurb": "RTMP authorization token",
222089                        "conditionally-available": false,
222090                        "construct": true,
222091                        "construct-only": false,
222092                        "controllable": false,
222093                        "default": "NULL",
222094                        "mutable": "null",
222095                        "readable": true,
222096                        "type": "gchararray",
222097                        "writable": true
222098                    },
222099                    "stream": {
222100                        "blurb": "RTMP stream path",
222101                        "conditionally-available": false,
222102                        "construct": false,
222103                        "construct-only": false,
222104                        "controllable": false,
222105                        "default": "myStream",
222106                        "mutable": "null",
222107                        "readable": true,
222108                        "type": "gchararray",
222109                        "writable": true
222110                    },
222111                    "timeout": {
222112                        "blurb": "RTMP timeout in seconds",
222113                        "conditionally-available": false,
222114                        "construct": true,
222115                        "construct-only": false,
222116                        "controllable": false,
222117                        "default": "5",
222118                        "max": "-1",
222119                        "min": "0",
222120                        "mutable": "null",
222121                        "readable": true,
222122                        "type": "guint",
222123                        "writable": true
222124                    },
222125                    "tls-validation-flags": {
222126                        "blurb": "TLS validation flags to use",
222127                        "conditionally-available": false,
222128                        "construct": true,
222129                        "construct-only": false,
222130                        "controllable": false,
222131                        "default": "validate-all",
222132                        "mutable": "null",
222133                        "readable": true,
222134                        "type": "GTlsCertificateFlags",
222135                        "writable": true
222136                    },
222137                    "username": {
222138                        "blurb": "RTMP authorization user name",
222139                        "conditionally-available": false,
222140                        "construct": false,
222141                        "construct-only": false,
222142                        "controllable": false,
222143                        "default": "NULL",
222144                        "mutable": "null",
222145                        "readable": true,
222146                        "type": "gchararray",
222147                        "writable": true
222148                    }
222149                }
222150            },
222151            "GstRtmpScheme": {
222152                "kind": "enum",
222153                "values": [
222154                    {
222155                        "desc": "GST_RTMP_SCHEME_RTMP",
222156                        "name": "rtmp",
222157                        "value": "0"
222158                    },
222159                    {
222160                        "desc": "GST_RTMP_SCHEME_RTMPS",
222161                        "name": "rtmps",
222162                        "value": "1"
222163                    }
222164                ]
222165            },
222166            "GstRtmpStopCommands": {
222167                "kind": "flags",
222168                "values": [
222169                    {
222170                        "desc": "No command",
222171                        "name": "none",
222172                        "value": "0x00000000"
222173                    },
222174                    {
222175                        "desc": "FCUnpublish",
222176                        "name": "fcunpublish",
222177                        "value": "0x00000001"
222178                    },
222179                    {
222180                        "desc": "closeStream",
222181                        "name": "closestream",
222182                        "value": "0x00000002"
222183                    },
222184                    {
222185                        "desc": "deleteStream",
222186                        "name": "deletestream",
222187                        "value": "0x00000004"
222188                    }
222189                ]
222190            }
222191        },
222192        "package": "GStreamer Bad Plug-ins",
222193        "source": "gst-plugins-bad",
222194        "tracers": {},
222195        "url": "Unknown package origin"
222196    },
222197    "rtpmanagerbad": {
222198        "description": "GStreamer RTP Plugins",
222199        "elements": {
222200            "rtpsink": {
222201                "author": "Marc Leeman <marc.leeman@gmail.com>",
222202                "description": "Simple RTP sink",
222203                "hierarchy": [
222204                    "GstRtpSink",
222205                    "GstBin",
222206                    "GstElement",
222207                    "GstObject",
222208                    "GInitiallyUnowned",
222209                    "GObject"
222210                ],
222211                "interfaces": [
222212                    "GstChildProxy",
222213                    "GstURIHandler"
222214                ],
222215                "klass": "Generic/Bin/Sink",
222216                "long-name": "RTP Sink element",
222217                "pad-templates": {
222218                    "sink_%%u": {
222219                        "caps": "application/x-rtp:\n",
222220                        "direction": "sink",
222221                        "presence": "request"
222222                    }
222223                },
222224                "properties": {
222225                    "address": {
222226                        "blurb": "Address to send packets to (can be IPv4 or IPv6).",
222227                        "conditionally-available": false,
222228                        "construct": false,
222229                        "construct-only": false,
222230                        "controllable": false,
222231                        "default": "0.0.0.0",
222232                        "mutable": "null",
222233                        "readable": true,
222234                        "type": "gchararray",
222235                        "writable": true
222236                    },
222237                    "multicast-iface": {
222238                        "blurb": "The network interface on which to join the multicast group.This allows multiple interfaces separated by comma. (\"eth0,eth1\")",
222239                        "conditionally-available": false,
222240                        "construct": false,
222241                        "construct-only": false,
222242                        "controllable": false,
222243                        "default": "NULL",
222244                        "mutable": "null",
222245                        "readable": true,
222246                        "type": "gchararray",
222247                        "writable": true
222248                    },
222249                    "port": {
222250                        "blurb": "The port RTP packets will be sent, the RTCP port is this value + 1. This port must be an even number.",
222251                        "conditionally-available": false,
222252                        "construct": true,
222253                        "construct-only": false,
222254                        "controllable": false,
222255                        "default": "5004",
222256                        "max": "65534",
222257                        "min": "2",
222258                        "mutable": "null",
222259                        "readable": true,
222260                        "type": "guint",
222261                        "writable": true
222262                    },
222263                    "ttl": {
222264                        "blurb": "Used for setting the unicast TTL parameter",
222265                        "conditionally-available": false,
222266                        "construct": false,
222267                        "construct-only": false,
222268                        "controllable": false,
222269                        "default": "64",
222270                        "max": "255",
222271                        "min": "0",
222272                        "mutable": "null",
222273                        "readable": true,
222274                        "type": "gint",
222275                        "writable": true
222276                    },
222277                    "ttl-mc": {
222278                        "blurb": "Used for setting the multicast TTL parameter",
222279                        "conditionally-available": false,
222280                        "construct": false,
222281                        "construct-only": false,
222282                        "controllable": false,
222283                        "default": "1",
222284                        "max": "255",
222285                        "min": "0",
222286                        "mutable": "null",
222287                        "readable": true,
222288                        "type": "gint",
222289                        "writable": true
222290                    },
222291                    "uri": {
222292                        "blurb": "URI in the form of rtp://host:port?query",
222293                        "conditionally-available": false,
222294                        "construct": false,
222295                        "construct-only": false,
222296                        "controllable": false,
222297                        "default": "rtp://0.0.0.0:5004",
222298                        "mutable": "null",
222299                        "readable": true,
222300                        "type": "gchararray",
222301                        "writable": true
222302                    }
222303                },
222304                "rank": "primary + 1"
222305            },
222306            "rtpsrc": {
222307                "author": "Marc Leeman <marc.leeman@gmail.com>",
222308                "description": "Simple RTP src",
222309                "hierarchy": [
222310                    "GstRtpSrc",
222311                    "GstBin",
222312                    "GstElement",
222313                    "GstObject",
222314                    "GInitiallyUnowned",
222315                    "GObject"
222316                ],
222317                "interfaces": [
222318                    "GstChildProxy",
222319                    "GstURIHandler"
222320                ],
222321                "klass": "Generic/Bin/Src",
222322                "long-name": "RTP Source element",
222323                "pad-templates": {
222324                    "src_%%u": {
222325                        "caps": "application/x-rtp:\n",
222326                        "direction": "src",
222327                        "presence": "sometimes"
222328                    }
222329                },
222330                "properties": {
222331                    "address": {
222332                        "blurb": "Address to receive packets from (can be IPv4 or IPv6).",
222333                        "conditionally-available": false,
222334                        "construct": false,
222335                        "construct-only": false,
222336                        "controllable": false,
222337                        "default": "0.0.0.0",
222338                        "mutable": "null",
222339                        "readable": true,
222340                        "type": "gchararray",
222341                        "writable": true
222342                    },
222343                    "caps": {
222344                        "blurb": "The caps of the incoming stream",
222345                        "conditionally-available": false,
222346                        "construct": false,
222347                        "construct-only": false,
222348                        "controllable": false,
222349                        "mutable": "null",
222350                        "readable": true,
222351                        "type": "GstCaps",
222352                        "writable": true
222353                    },
222354                    "encoding-name": {
222355                        "blurb": "Encoding name use to determine caps parameters",
222356                        "conditionally-available": false,
222357                        "construct": false,
222358                        "construct-only": false,
222359                        "controllable": false,
222360                        "default": "NULL",
222361                        "mutable": "null",
222362                        "readable": true,
222363                        "type": "gchararray",
222364                        "writable": true
222365                    },
222366                    "latency": {
222367                        "blurb": "Default amount of ms to buffer in the jitterbuffers",
222368                        "conditionally-available": false,
222369                        "construct": false,
222370                        "construct-only": false,
222371                        "controllable": false,
222372                        "default": "200",
222373                        "max": "-1",
222374                        "min": "0",
222375                        "mutable": "null",
222376                        "readable": true,
222377                        "type": "guint",
222378                        "writable": true
222379                    },
222380                    "multicast-iface": {
222381                        "blurb": "The network interface on which to join the multicast group.This allows multiple interfaces separated by comma. (\"eth0,eth1\")",
222382                        "conditionally-available": false,
222383                        "construct": false,
222384                        "construct-only": false,
222385                        "controllable": false,
222386                        "default": "NULL",
222387                        "mutable": "null",
222388                        "readable": true,
222389                        "type": "gchararray",
222390                        "writable": true
222391                    },
222392                    "port": {
222393                        "blurb": "The port to listen for RTP packets, the RTCP port is this value + 1. This port must be an even number.",
222394                        "conditionally-available": false,
222395                        "construct": true,
222396                        "construct-only": false,
222397                        "controllable": false,
222398                        "default": "5004",
222399                        "max": "65534",
222400                        "min": "2",
222401                        "mutable": "null",
222402                        "readable": true,
222403                        "type": "guint",
222404                        "writable": true
222405                    },
222406                    "ttl": {
222407                        "blurb": "Used for setting the unicast TTL parameter",
222408                        "conditionally-available": false,
222409                        "construct": false,
222410                        "construct-only": false,
222411                        "controllable": false,
222412                        "default": "64",
222413                        "max": "255",
222414                        "min": "0",
222415                        "mutable": "null",
222416                        "readable": true,
222417                        "type": "gint",
222418                        "writable": true
222419                    },
222420                    "ttl-mc": {
222421                        "blurb": "Used for setting the multicast TTL parameter",
222422                        "conditionally-available": false,
222423                        "construct": false,
222424                        "construct-only": false,
222425                        "controllable": false,
222426                        "default": "1",
222427                        "max": "255",
222428                        "min": "0",
222429                        "mutable": "null",
222430                        "readable": true,
222431                        "type": "gint",
222432                        "writable": true
222433                    },
222434                    "uri": {
222435                        "blurb": "URI in the form of rtp://host:port?query",
222436                        "conditionally-available": false,
222437                        "construct": false,
222438                        "construct-only": false,
222439                        "controllable": false,
222440                        "default": "rtp://0.0.0.0:5004",
222441                        "mutable": "null",
222442                        "readable": true,
222443                        "type": "gchararray",
222444                        "writable": true
222445                    }
222446                },
222447                "rank": "primary + 1",
222448                "signals": {}
222449            }
222450        },
222451        "filename": "gstrtpmanagerbad",
222452        "license": "LGPL",
222453        "other-types": {},
222454        "package": "GStreamer Bad Plug-ins",
222455        "source": "gst-plugins-bad",
222456        "tracers": {},
222457        "url": "Unknown package origin"
222458    },
222459    "rtponvif": {
222460        "description": "ONVIF Streaming features",
222461        "elements": {
222462            "rtponvifparse": {
222463                "author": "Guillaume Desmottes <guillaume.desmottes@collabora.com>",
222464                "description": "Add absolute timestamps and flags of recorded data in a playback session",
222465                "hierarchy": [
222466                    "GstRtpOnvifParse",
222467                    "GstElement",
222468                    "GstObject",
222469                    "GInitiallyUnowned",
222470                    "GObject"
222471                ],
222472                "klass": "Effect/RTP",
222473                "long-name": "ONVIF NTP timestamps RTP extension",
222474                "pad-templates": {
222475                    "sink": {
222476                        "caps": "application/x-rtp:\n",
222477                        "direction": "sink",
222478                        "presence": "always"
222479                    },
222480                    "src": {
222481                        "caps": "application/x-rtp:\n",
222482                        "direction": "src",
222483                        "presence": "always"
222484                    }
222485                },
222486                "rank": "none"
222487            },
222488            "rtponviftimestamp": {
222489                "author": "Guillaume Desmottes <guillaume.desmottes@collabora.com>",
222490                "description": "Add absolute timestamps and flags of recorded data in a playback session",
222491                "hierarchy": [
222492                    "GstRtpOnvifTimestamp",
222493                    "GstElement",
222494                    "GstObject",
222495                    "GInitiallyUnowned",
222496                    "GObject"
222497                ],
222498                "klass": "Effect/RTP",
222499                "long-name": "ONVIF NTP timestamps RTP extension",
222500                "pad-templates": {
222501                    "sink": {
222502                        "caps": "application/x-rtp:\n",
222503                        "direction": "sink",
222504                        "presence": "always"
222505                    },
222506                    "src": {
222507                        "caps": "application/x-rtp:\n",
222508                        "direction": "src",
222509                        "presence": "always"
222510                    }
222511                },
222512                "properties": {
222513                    "cseq": {
222514                        "blurb": "The RTSP CSeq which initiated the playback",
222515                        "conditionally-available": false,
222516                        "construct": false,
222517                        "construct-only": false,
222518                        "controllable": false,
222519                        "default": "0",
222520                        "max": "-1",
222521                        "min": "0",
222522                        "mutable": "null",
222523                        "readable": true,
222524                        "type": "guint",
222525                        "writable": true
222526                    },
222527                    "drop-out-of-segment": {
222528                        "blurb": "Whether the element should drop buffers that fall outside the segment, not part of the specification but allows full reverse playback.",
222529                        "conditionally-available": false,
222530                        "construct": false,
222531                        "construct-only": false,
222532                        "controllable": false,
222533                        "default": "true",
222534                        "mutable": "null",
222535                        "readable": true,
222536                        "type": "gboolean",
222537                        "writable": true
222538                    },
222539                    "ntp-offset": {
222540                        "blurb": "Offset between the pipeline running time and the absolute UTC time, in nano-seconds since 1900 (-1 for automatic computation)",
222541                        "conditionally-available": false,
222542                        "construct": false,
222543                        "construct-only": false,
222544                        "controllable": false,
222545                        "default": "18446744073709551615",
222546                        "max": "18446744073709551615",
222547                        "min": "0",
222548                        "mutable": "null",
222549                        "readable": true,
222550                        "type": "guint64",
222551                        "writable": true
222552                    },
222553                    "set-e-bit": {
222554                        "blurb": "If the element should set the 'E' bit as defined in the ONVIF RTP extension. This increases latency by one packet",
222555                        "conditionally-available": false,
222556                        "construct": false,
222557                        "construct-only": false,
222558                        "controllable": false,
222559                        "default": "false",
222560                        "mutable": "null",
222561                        "readable": true,
222562                        "type": "gboolean",
222563                        "writable": true
222564                    },
222565                    "set-t-bit": {
222566                        "blurb": "If the element should set the 'T' bit as defined in the ONVIF RTP extension. This increases latency by one packet",
222567                        "conditionally-available": false,
222568                        "construct": false,
222569                        "construct-only": false,
222570                        "controllable": false,
222571                        "default": "false",
222572                        "mutable": "null",
222573                        "readable": true,
222574                        "type": "gboolean",
222575                        "writable": true
222576                    }
222577                },
222578                "rank": "none"
222579            }
222580        },
222581        "filename": "gstrtponvif",
222582        "license": "unknown",
222583        "other-types": {},
222584        "package": "GStreamer Bad Plug-ins",
222585        "source": "gst-plugins-bad",
222586        "tracers": {},
222587        "url": "Unknown package origin"
222588    },
222589    "sbc": {
222590        "description": "SBC bluetooth audio support",
222591        "elements": {
222592            "sbcdec": {
222593                "author": "Marcel Holtmann <marcel@holtmann.org>",
222594                "description": "Decode an SBC audio stream",
222595                "hierarchy": [
222596                    "GstSbcDec",
222597                    "GstAudioDecoder",
222598                    "GstElement",
222599                    "GstObject",
222600                    "GInitiallyUnowned",
222601                    "GObject"
222602                ],
222603                "klass": "Codec/Decoder/Audio",
222604                "long-name": "Bluetooth SBC audio decoder",
222605                "pad-templates": {
222606                    "sink": {
222607                        "caps": "audio/x-sbc:\n       channels: [ 1, 2 ]\n           rate: { (int)16000, (int)32000, (int)44100, (int)48000 }\n         parsed: true\n",
222608                        "direction": "sink",
222609                        "presence": "always"
222610                    },
222611                    "src": {
222612                        "caps": "audio/x-raw:\n         format: S16LE\n           rate: { (int)16000, (int)32000, (int)44100, (int)48000 }\n       channels: [ 1, 2 ]\n         layout: interleaved\n",
222613                        "direction": "src",
222614                        "presence": "always"
222615                    }
222616                },
222617                "properties": {},
222618                "rank": "primary"
222619            },
222620            "sbcenc": {
222621                "author": "Marcel Holtmann <marcel@holtmann.org>",
222622                "description": "Encode an SBC audio stream",
222623                "hierarchy": [
222624                    "GstSbcEnc",
222625                    "GstAudioEncoder",
222626                    "GstElement",
222627                    "GstObject",
222628                    "GInitiallyUnowned",
222629                    "GObject"
222630                ],
222631                "interfaces": [
222632                    "GstPreset"
222633                ],
222634                "klass": "Codec/Encoder/Audio",
222635                "long-name": "Bluetooth SBC audio encoder",
222636                "pad-templates": {
222637                    "sink": {
222638                        "caps": "audio/x-raw:\n         format: S16LE\n           rate: { (int)16000, (int)32000, (int)44100, (int)48000 }\n       channels: [ 1, 2 ]\n",
222639                        "direction": "sink",
222640                        "presence": "always"
222641                    },
222642                    "src": {
222643                        "caps": "audio/x-sbc:\n           rate: { (int)16000, (int)32000, (int)44100, (int)48000 }\n       channels: [ 1, 2 ]\n   channel-mode: { (string)mono, (string)dual, (string)stereo, (string)joint }\n         blocks: { (int)4, (int)8, (int)12, (int)16 }\n       subbands: { (int)4, (int)8 }\nallocation-method: { (string)snr, (string)loudness }\n        bitpool: [ 2, 64 ]\n",
222644                        "direction": "src",
222645                        "presence": "always"
222646                    }
222647                },
222648                "properties": {},
222649                "rank": "none"
222650            }
222651        },
222652        "filename": "gstsbc",
222653        "license": "LGPL",
222654        "other-types": {},
222655        "package": "GStreamer Bad Plug-ins",
222656        "source": "gst-plugins-bad",
222657        "tracers": {},
222658        "url": "Unknown package origin"
222659    },
222660    "sctp": {
222661        "description": "SCTP encoder/decoder plugin",
222662        "elements": {
222663            "sctpdec": {
222664                "author": "George Kiagiadakis <george.kiagiadakis@collabora.com>",
222665                "description": "Decodes packets with SCTP",
222666                "hierarchy": [
222667                    "GstSctpDec",
222668                    "GstElement",
222669                    "GstObject",
222670                    "GInitiallyUnowned",
222671                    "GObject"
222672                ],
222673                "klass": "Decoder/Network/SCTP",
222674                "long-name": "SCTP Decoder",
222675                "pad-templates": {
222676                    "sink": {
222677                        "caps": "application/x-sctp:\n",
222678                        "direction": "sink",
222679                        "presence": "always"
222680                    },
222681                    "src_%%u": {
222682                        "caps": "ANY",
222683                        "direction": "src",
222684                        "presence": "sometimes"
222685                    }
222686                },
222687                "properties": {
222688                    "local-sctp-port": {
222689                        "blurb": "Local sctp port for the sctp association. The remote port is configured via the GstSctpEnc element.",
222690                        "conditionally-available": false,
222691                        "construct": false,
222692                        "construct-only": false,
222693                        "controllable": false,
222694                        "default": "0",
222695                        "max": "65535",
222696                        "min": "0",
222697                        "mutable": "null",
222698                        "readable": true,
222699                        "type": "guint",
222700                        "writable": true
222701                    },
222702                    "sctp-association-id": {
222703                        "blurb": "Every encoder/decoder pair should have the same, unique, sctp-association-id. This value must be set before any pads are requested.",
222704                        "conditionally-available": false,
222705                        "construct": false,
222706                        "construct-only": false,
222707                        "controllable": false,
222708                        "default": "1",
222709                        "max": "65535",
222710                        "min": "0",
222711                        "mutable": "null",
222712                        "readable": true,
222713                        "type": "guint",
222714                        "writable": true
222715                    }
222716                },
222717                "rank": "none",
222718                "signals": {
222719                    "reset-stream": {
222720                        "action": true,
222721                        "args": [
222722                            {
222723                                "name": "arg0",
222724                                "type": "guint"
222725                            }
222726                        ],
222727                        "return-type": "void",
222728                        "when": "last"
222729                    }
222730                }
222731            },
222732            "sctpenc": {
222733                "author": "George Kiagiadakis <george.kiagiadakis@collabora.com>",
222734                "description": "Encodes packets with SCTP",
222735                "hierarchy": [
222736                    "GstSctpEnc",
222737                    "GstElement",
222738                    "GstObject",
222739                    "GInitiallyUnowned",
222740                    "GObject"
222741                ],
222742                "klass": "Encoder/Network/SCTP",
222743                "long-name": "SCTP Encoder",
222744                "pad-templates": {
222745                    "sink_%%u": {
222746                        "caps": "ANY",
222747                        "direction": "sink",
222748                        "presence": "request"
222749                    },
222750                    "src": {
222751                        "caps": "application/x-sctp:\n",
222752                        "direction": "src",
222753                        "presence": "always"
222754                    }
222755                },
222756                "properties": {
222757                    "remote-sctp-port": {
222758                        "blurb": "Sctp remote sctp port for the sctp association. The local port is configured via the GstSctpDec element.",
222759                        "conditionally-available": false,
222760                        "construct": false,
222761                        "construct-only": false,
222762                        "controllable": false,
222763                        "default": "0",
222764                        "max": "65535",
222765                        "min": "0",
222766                        "mutable": "null",
222767                        "readable": true,
222768                        "type": "guint",
222769                        "writable": true
222770                    },
222771                    "sctp-association-id": {
222772                        "blurb": "Every encoder/decoder pair should have the same, unique, sctp-association-id. This value must be set before any pads are requested.",
222773                        "conditionally-available": false,
222774                        "construct": false,
222775                        "construct-only": false,
222776                        "controllable": false,
222777                        "default": "1",
222778                        "max": "-1",
222779                        "min": "0",
222780                        "mutable": "null",
222781                        "readable": true,
222782                        "type": "guint",
222783                        "writable": true
222784                    },
222785                    "use-sock-stream": {
222786                        "blurb": "When set to TRUE, a sequenced, reliable, connection-based connection is used.When TRUE the partial reliability parameters of the channel are ignored.",
222787                        "conditionally-available": false,
222788                        "construct": false,
222789                        "construct-only": false,
222790                        "controllable": false,
222791                        "default": "false",
222792                        "mutable": "null",
222793                        "readable": true,
222794                        "type": "gboolean",
222795                        "writable": true
222796                    }
222797                },
222798                "rank": "none",
222799                "signals": {
222800                    "bytes-sent": {
222801                        "action": true,
222802                        "args": [
222803                            {
222804                                "name": "arg0",
222805                                "type": "guint"
222806                            }
222807                        ],
222808                        "return-type": "guint64",
222809                        "when": "last"
222810                    },
222811                    "sctp-association-established": {
222812                        "args": [
222813                            {
222814                                "name": "arg0",
222815                                "type": "gboolean"
222816                            }
222817                        ],
222818                        "return-type": "void",
222819                        "when": "last"
222820                    }
222821                }
222822            }
222823        },
222824        "filename": "gstsctp",
222825        "license": "BSD",
222826        "other-types": {},
222827        "package": "GStreamer Bad Plug-ins",
222828        "source": "gst-plugins-bad",
222829        "tracers": {},
222830        "url": "Unknown package origin"
222831    },
222832    "sdpelem": {
222833        "description": "configure streaming sessions using SDP",
222834        "elements": {
222835            "sdpdemux": {
222836                "author": "Wim Taymans <wim.taymans@gmail.com>",
222837                "description": "Receive data over the network via SDP",
222838                "hierarchy": [
222839                    "GstSDPDemux",
222840                    "GstBin",
222841                    "GstElement",
222842                    "GstObject",
222843                    "GInitiallyUnowned",
222844                    "GObject"
222845                ],
222846                "interfaces": [
222847                    "GstChildProxy"
222848                ],
222849                "klass": "Codec/Demuxer/Network/RTP",
222850                "long-name": "SDP session setup",
222851                "pad-templates": {
222852                    "sink": {
222853                        "caps": "application/sdp:\n",
222854                        "direction": "sink",
222855                        "presence": "always"
222856                    },
222857                    "stream_%%u": {
222858                        "caps": "application/x-rtp:\n",
222859                        "direction": "src",
222860                        "presence": "sometimes"
222861                    }
222862                },
222863                "properties": {
222864                    "debug": {
222865                        "blurb": "Dump request and response messages to stdout",
222866                        "conditionally-available": false,
222867                        "construct": true,
222868                        "construct-only": false,
222869                        "controllable": false,
222870                        "default": "false",
222871                        "mutable": "null",
222872                        "readable": true,
222873                        "type": "gboolean",
222874                        "writable": true
222875                    },
222876                    "latency": {
222877                        "blurb": "Amount of ms to buffer",
222878                        "conditionally-available": false,
222879                        "construct": true,
222880                        "construct-only": false,
222881                        "controllable": false,
222882                        "default": "200",
222883                        "max": "-1",
222884                        "min": "0",
222885                        "mutable": "null",
222886                        "readable": true,
222887                        "type": "guint",
222888                        "writable": true
222889                    },
222890                    "redirect": {
222891                        "blurb": "Sends a redirection message instead of using a custom session element",
222892                        "conditionally-available": false,
222893                        "construct": true,
222894                        "construct-only": false,
222895                        "controllable": false,
222896                        "default": "true",
222897                        "mutable": "null",
222898                        "readable": true,
222899                        "type": "gboolean",
222900                        "writable": true
222901                    },
222902                    "timeout": {
222903                        "blurb": "Fail transport after UDP timeout microseconds (0 = disabled)",
222904                        "conditionally-available": false,
222905                        "construct": true,
222906                        "construct-only": false,
222907                        "controllable": false,
222908                        "default": "10000000",
222909                        "max": "18446744073709551615",
222910                        "min": "0",
222911                        "mutable": "null",
222912                        "readable": true,
222913                        "type": "guint64",
222914                        "writable": true
222915                    }
222916                },
222917                "rank": "none",
222918                "signals": {}
222919            },
222920            "sdpsrc": {
222921                "author": "Sebastian Dröge <sebastian@centricular.com>",
222922                "description": "Stream RTP based on an SDP",
222923                "hierarchy": [
222924                    "GstSdpSrc",
222925                    "GstBin",
222926                    "GstElement",
222927                    "GstObject",
222928                    "GInitiallyUnowned",
222929                    "GObject"
222930                ],
222931                "interfaces": [
222932                    "GstChildProxy",
222933                    "GstURIHandler"
222934                ],
222935                "klass": "Source/Network/RTP",
222936                "long-name": "SDP Source",
222937                "pad-templates": {
222938                    "stream_%%u": {
222939                        "caps": "application/x-rtp:\n",
222940                        "direction": "src",
222941                        "presence": "sometimes"
222942                    }
222943                },
222944                "properties": {
222945                    "location": {
222946                        "blurb": "URI to SDP file (sdp:///path/to/file)",
222947                        "conditionally-available": false,
222948                        "construct": false,
222949                        "construct-only": false,
222950                        "controllable": false,
222951                        "default": "NULL",
222952                        "mutable": "null",
222953                        "readable": true,
222954                        "type": "gchararray",
222955                        "writable": true
222956                    },
222957                    "sdp": {
222958                        "blurb": "SDP description used instead of location",
222959                        "conditionally-available": false,
222960                        "construct": false,
222961                        "construct-only": false,
222962                        "controllable": false,
222963                        "default": "NULL",
222964                        "mutable": "null",
222965                        "readable": true,
222966                        "type": "gchararray",
222967                        "writable": true
222968                    }
222969                },
222970                "rank": "none",
222971                "signals": {}
222972            }
222973        },
222974        "filename": "gstsdpelem",
222975        "license": "LGPL",
222976        "other-types": {},
222977        "package": "GStreamer Bad Plug-ins",
222978        "source": "gst-plugins-bad",
222979        "tracers": {},
222980        "url": "Unknown package origin"
222981    },
222982    "segmentclip": {
222983        "description": "Segment clip elements",
222984        "elements": {
222985            "audiosegmentclip": {
222986                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
222987                "description": "Clips audio buffers to the configured segment",
222988                "hierarchy": [
222989                    "GstAudioSegmentClip",
222990                    "GstSegmentClip",
222991                    "GstElement",
222992                    "GstObject",
222993                    "GInitiallyUnowned",
222994                    "GObject"
222995                ],
222996                "klass": "Filter/Audio",
222997                "long-name": "Audio buffer segment clipper",
222998                "pad-templates": {
222999                    "sink": {
223000                        "caps": "audio/x-raw:\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
223001                        "direction": "sink",
223002                        "presence": "always"
223003                    },
223004                    "src": {
223005                        "caps": "audio/x-raw:\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
223006                        "direction": "src",
223007                        "presence": "always"
223008                    }
223009                },
223010                "rank": "none"
223011            },
223012            "videosegmentclip": {
223013                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
223014                "description": "Clips video buffers to the configured segment",
223015                "hierarchy": [
223016                    "GstVideoSegmentClip",
223017                    "GstSegmentClip",
223018                    "GstElement",
223019                    "GstObject",
223020                    "GInitiallyUnowned",
223021                    "GObject"
223022                ],
223023                "klass": "Filter/Video",
223024                "long-name": "Video buffer segment clipper",
223025                "pad-templates": {
223026                    "sink": {
223027                        "caps": "video/x-raw:\n      framerate: [ 0/1, 2147483647/1 ]\n",
223028                        "direction": "sink",
223029                        "presence": "always"
223030                    },
223031                    "src": {
223032                        "caps": "video/x-raw:\n      framerate: [ 0/1, 2147483647/1 ]\n",
223033                        "direction": "src",
223034                        "presence": "always"
223035                    }
223036                },
223037                "rank": "none"
223038            }
223039        },
223040        "filename": "gstsegmentclip",
223041        "license": "LGPL",
223042        "other-types": {
223043            "GstSegmentClip": {
223044                "hierarchy": [
223045                    "GstSegmentClip",
223046                    "GstElement",
223047                    "GstObject",
223048                    "GInitiallyUnowned",
223049                    "GObject"
223050                ],
223051                "kind": "object"
223052            }
223053        },
223054        "package": "GStreamer Bad Plug-ins",
223055        "source": "gst-plugins-bad",
223056        "tracers": {},
223057        "url": "Unknown package origin"
223058    },
223059    "shm": {
223060        "description": "shared memory sink source",
223061        "elements": {
223062            "shmsink": {
223063                "author": "Olivier Crete <olivier.crete@collabora.co.uk>",
223064                "description": "Send data over shared memory to the matching source",
223065                "hierarchy": [
223066                    "GstShmSink",
223067                    "GstBaseSink",
223068                    "GstElement",
223069                    "GstObject",
223070                    "GInitiallyUnowned",
223071                    "GObject"
223072                ],
223073                "klass": "Sink",
223074                "long-name": "Shared Memory Sink",
223075                "pad-templates": {
223076                    "sink": {
223077                        "caps": "ANY",
223078                        "direction": "sink",
223079                        "presence": "always"
223080                    }
223081                },
223082                "properties": {
223083                    "buffer-time": {
223084                        "blurb": "Maximum Size of the shm buffer in nanoseconds (-1 to disable)",
223085                        "conditionally-available": false,
223086                        "construct": true,
223087                        "construct-only": false,
223088                        "controllable": false,
223089                        "default": "18446744073709551615",
223090                        "max": "9223372036854775807",
223091                        "min": "-1",
223092                        "mutable": "null",
223093                        "readable": true,
223094                        "type": "gint64",
223095                        "writable": true
223096                    },
223097                    "perms": {
223098                        "blurb": "Permissions to set on the shm area",
223099                        "conditionally-available": false,
223100                        "construct": false,
223101                        "construct-only": false,
223102                        "controllable": false,
223103                        "default": "416",
223104                        "max": "4095",
223105                        "min": "0",
223106                        "mutable": "null",
223107                        "readable": true,
223108                        "type": "guint",
223109                        "writable": true
223110                    },
223111                    "shm-size": {
223112                        "blurb": "Size of the shared memory area",
223113                        "conditionally-available": false,
223114                        "construct": false,
223115                        "construct-only": false,
223116                        "controllable": false,
223117                        "default": "67108864",
223118                        "max": "-1",
223119                        "min": "0",
223120                        "mutable": "null",
223121                        "readable": true,
223122                        "type": "guint",
223123                        "writable": true
223124                    },
223125                    "socket-path": {
223126                        "blurb": "The path to the control socket used to control the shared memory transport. This may be modified during the NULL->READY transition",
223127                        "conditionally-available": false,
223128                        "construct": false,
223129                        "construct-only": false,
223130                        "controllable": false,
223131                        "default": "NULL",
223132                        "mutable": "null",
223133                        "readable": true,
223134                        "type": "gchararray",
223135                        "writable": true
223136                    },
223137                    "wait-for-connection": {
223138                        "blurb": "Block the stream until the shm pipe is connected",
223139                        "conditionally-available": false,
223140                        "construct": false,
223141                        "construct-only": false,
223142                        "controllable": false,
223143                        "default": "true",
223144                        "mutable": "null",
223145                        "readable": true,
223146                        "type": "gboolean",
223147                        "writable": true
223148                    }
223149                },
223150                "rank": "none",
223151                "signals": {
223152                    "client-connected": {
223153                        "args": [
223154                            {
223155                                "name": "arg0",
223156                                "type": "gint"
223157                            }
223158                        ],
223159                        "return-type": "void",
223160                        "when": "last"
223161                    },
223162                    "client-disconnected": {
223163                        "args": [
223164                            {
223165                                "name": "arg0",
223166                                "type": "gint"
223167                            }
223168                        ],
223169                        "return-type": "void",
223170                        "when": "last"
223171                    }
223172                }
223173            },
223174            "shmsrc": {
223175                "author": "Olivier Crete <olivier.crete@collabora.co.uk>",
223176                "description": "Receive data from the shared memory sink",
223177                "hierarchy": [
223178                    "GstShmSrc",
223179                    "GstPushSrc",
223180                    "GstBaseSrc",
223181                    "GstElement",
223182                    "GstObject",
223183                    "GInitiallyUnowned",
223184                    "GObject"
223185                ],
223186                "klass": "Source",
223187                "long-name": "Shared Memory Source",
223188                "pad-templates": {
223189                    "src": {
223190                        "caps": "ANY",
223191                        "direction": "src",
223192                        "presence": "always"
223193                    }
223194                },
223195                "properties": {
223196                    "is-live": {
223197                        "blurb": "True if the element cannot produce data in PAUSED",
223198                        "conditionally-available": false,
223199                        "construct": false,
223200                        "construct-only": false,
223201                        "controllable": false,
223202                        "default": "false",
223203                        "mutable": "null",
223204                        "readable": true,
223205                        "type": "gboolean",
223206                        "writable": true
223207                    },
223208                    "shm-area-name": {
223209                        "blurb": "The name of the shared memory area used to get buffers",
223210                        "conditionally-available": false,
223211                        "construct": false,
223212                        "construct-only": false,
223213                        "controllable": false,
223214                        "default": "NULL",
223215                        "mutable": "null",
223216                        "readable": true,
223217                        "type": "gchararray",
223218                        "writable": false
223219                    },
223220                    "socket-path": {
223221                        "blurb": "The path to the control socket used to control the shared memory",
223222                        "conditionally-available": false,
223223                        "construct": false,
223224                        "construct-only": false,
223225                        "controllable": false,
223226                        "default": "NULL",
223227                        "mutable": "null",
223228                        "readable": true,
223229                        "type": "gchararray",
223230                        "writable": true
223231                    }
223232                },
223233                "rank": "none"
223234            }
223235        },
223236        "filename": "gstshm",
223237        "license": "LGPL",
223238        "other-types": {},
223239        "package": "GStreamer Bad Plug-ins",
223240        "source": "gst-plugins-bad",
223241        "tracers": {},
223242        "url": "Unknown package origin"
223243    },
223244    "siren": {
223245        "description": "Siren encoder/decoder/payloader/depayloader plugins",
223246        "elements": {
223247            "sirendec": {
223248                "author": "Youness Alaoui <kakaroto@kakaroto.homelinux.net>",
223249                "description": "Decode streams encoded with the Siren7 codec into 16bit PCM",
223250                "hierarchy": [
223251                    "GstSirenDec",
223252                    "GstAudioDecoder",
223253                    "GstElement",
223254                    "GstObject",
223255                    "GInitiallyUnowned",
223256                    "GObject"
223257                ],
223258                "klass": "Codec/Decoder/Audio ",
223259                "long-name": "Siren Decoder element",
223260                "pad-templates": {
223261                    "sink": {
223262                        "caps": "audio/x-siren:\n     dct-length: 320\n",
223263                        "direction": "sink",
223264                        "presence": "always"
223265                    },
223266                    "src": {
223267                        "caps": "audio/x-raw:\n         format: S16LE\n           rate: 16000\n       channels: 1\n",
223268                        "direction": "src",
223269                        "presence": "always"
223270                    }
223271                },
223272                "properties": {},
223273                "rank": "marginal"
223274            },
223275            "sirenenc": {
223276                "author": "Youness Alaoui <kakaroto@kakaroto.homelinux.net>",
223277                "description": "Encode 16bit PCM streams into the Siren7 codec",
223278                "hierarchy": [
223279                    "GstSirenEnc",
223280                    "GstAudioEncoder",
223281                    "GstElement",
223282                    "GstObject",
223283                    "GInitiallyUnowned",
223284                    "GObject"
223285                ],
223286                "interfaces": [
223287                    "GstPreset"
223288                ],
223289                "klass": "Codec/Encoder/Audio ",
223290                "long-name": "Siren Encoder element",
223291                "pad-templates": {
223292                    "sink": {
223293                        "caps": "audio/x-raw:\n         format: S16LE\n           rate: 16000\n       channels: 1\n",
223294                        "direction": "sink",
223295                        "presence": "always"
223296                    },
223297                    "src": {
223298                        "caps": "audio/x-siren:\n     dct-length: 320\n",
223299                        "direction": "src",
223300                        "presence": "always"
223301                    }
223302                },
223303                "properties": {},
223304                "rank": "marginal"
223305            }
223306        },
223307        "filename": "gstsiren",
223308        "license": "LGPL",
223309        "other-types": {},
223310        "package": "GStreamer Bad Plug-ins",
223311        "source": "gst-plugins-bad",
223312        "tracers": {},
223313        "url": "Unknown package origin"
223314    },
223315    "smooth": {
223316        "description": "Apply a smooth filter to an image",
223317        "elements": {
223318            "smooth": {
223319                "author": "Wim Taymans <wim.taymans@chello.be>",
223320                "description": "Apply a smooth filter to an image",
223321                "hierarchy": [
223322                    "GstSmooth",
223323                    "GstVideoFilter",
223324                    "GstBaseTransform",
223325                    "GstElement",
223326                    "GstObject",
223327                    "GInitiallyUnowned",
223328                    "GObject"
223329                ],
223330                "klass": "Filter/Effect/Video",
223331                "long-name": "Smooth effect",
223332                "pad-templates": {
223333                    "sink": {
223334                        "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
223335                        "direction": "sink",
223336                        "presence": "always"
223337                    },
223338                    "src": {
223339                        "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
223340                        "direction": "src",
223341                        "presence": "always"
223342                    }
223343                },
223344                "properties": {
223345                    "active": {
223346                        "blurb": "process video",
223347                        "conditionally-available": false,
223348                        "construct": false,
223349                        "construct-only": false,
223350                        "controllable": false,
223351                        "default": "true",
223352                        "mutable": "null",
223353                        "readable": true,
223354                        "type": "gboolean",
223355                        "writable": true
223356                    },
223357                    "filter-size": {
223358                        "blurb": "size of media filter",
223359                        "conditionally-available": false,
223360                        "construct": false,
223361                        "construct-only": false,
223362                        "controllable": false,
223363                        "default": "3",
223364                        "max": "2147483647",
223365                        "min": "-2147483648",
223366                        "mutable": "null",
223367                        "readable": true,
223368                        "type": "gint",
223369                        "writable": true
223370                    },
223371                    "luma-only": {
223372                        "blurb": "only filter luma part",
223373                        "conditionally-available": false,
223374                        "construct": false,
223375                        "construct-only": false,
223376                        "controllable": false,
223377                        "default": "true",
223378                        "mutable": "null",
223379                        "readable": true,
223380                        "type": "gboolean",
223381                        "writable": true
223382                    },
223383                    "tolerance": {
223384                        "blurb": "contrast tolerance for smoothing",
223385                        "conditionally-available": false,
223386                        "construct": false,
223387                        "construct-only": false,
223388                        "controllable": false,
223389                        "default": "8",
223390                        "max": "2147483647",
223391                        "min": "-2147483648",
223392                        "mutable": "null",
223393                        "readable": true,
223394                        "type": "gint",
223395                        "writable": true
223396                    }
223397                },
223398                "rank": "none"
223399            }
223400        },
223401        "filename": "gstsmooth",
223402        "license": "LGPL",
223403        "other-types": {},
223404        "package": "GStreamer Bad Plug-ins",
223405        "source": "gst-plugins-bad",
223406        "tracers": {},
223407        "url": "Unknown package origin"
223408    },
223409    "smoothstreaming": {
223410        "description": "Microsoft's Smooth Streaming format support ",
223411        "elements": {
223412            "mssdemux": {
223413                "author": "Thiago Santos <thiago.sousa.santos@collabora.com>",
223414                "description": "Parse and demultiplex a Smooth Streaming manifest into audio and video streams",
223415                "hierarchy": [
223416                    "GstMssDemux",
223417                    "GstAdaptiveDemux",
223418                    "GstBin",
223419                    "GstElement",
223420                    "GstObject",
223421                    "GInitiallyUnowned",
223422                    "GObject"
223423                ],
223424                "interfaces": [
223425                    "GstChildProxy"
223426                ],
223427                "klass": "Codec/Demuxer/Adaptive",
223428                "long-name": "Smooth Streaming demuxer",
223429                "pad-templates": {
223430                    "audio_%%02u": {
223431                        "caps": "ANY",
223432                        "direction": "src",
223433                        "presence": "sometimes"
223434                    },
223435                    "sink": {
223436                        "caps": "application/vnd.ms-sstr+xml:\n",
223437                        "direction": "sink",
223438                        "presence": "always"
223439                    },
223440                    "video_%%02u": {
223441                        "caps": "ANY",
223442                        "direction": "src",
223443                        "presence": "sometimes"
223444                    }
223445                },
223446                "properties": {
223447                    "max-queue-size-buffers": {
223448                        "blurb": "Maximum buffers that can be stored in each internal stream queue (0 = infinite) (deprecated)",
223449                        "conditionally-available": false,
223450                        "construct": false,
223451                        "construct-only": false,
223452                        "controllable": false,
223453                        "default": "0",
223454                        "max": "-1",
223455                        "min": "0",
223456                        "mutable": "null",
223457                        "readable": true,
223458                        "type": "guint",
223459                        "writable": true
223460                    }
223461                },
223462                "rank": "primary",
223463                "signals": {}
223464            }
223465        },
223466        "filename": "gstsmoothstreaming",
223467        "license": "LGPL",
223468        "other-types": {},
223469        "package": "GStreamer Bad Plug-ins",
223470        "source": "gst-plugins-bad",
223471        "tracers": {},
223472        "url": "Unknown package origin"
223473    },
223474    "sndfile": {
223475        "description": "use libsndfile to read and write various audio formats",
223476        "elements": {
223477            "sfdec": {
223478                "author": "Stefan Sauer <ensonic@user.sf.net>",
223479                "description": "Read audio streams using libsndfile",
223480                "hierarchy": [
223481                    "GstSFDec",
223482                    "GstElement",
223483                    "GstObject",
223484                    "GInitiallyUnowned",
223485                    "GObject"
223486                ],
223487                "klass": "Decoder/Audio",
223488                "long-name": "Sndfile decoder",
223489                "pad-templates": {
223490                    "sink": {
223491                        "caps": "audio/x-ircam:\naudio/x-nist:\naudio/x-paris:\naudio/x-rf64:\naudio/x-sds:\naudio/x-svx:\naudio/x-voc:\naudio/x-w64:\naudio/x-xi:\n",
223492                        "direction": "sink",
223493                        "presence": "always"
223494                    },
223495                    "src": {
223496                        "caps": "audio/x-raw:\n         format: { F32LE, S32LE, S16LE }\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
223497                        "direction": "src",
223498                        "presence": "always"
223499                    }
223500                },
223501                "rank": "marginal"
223502            }
223503        },
223504        "filename": "gstsndfile",
223505        "license": "LGPL",
223506        "other-types": {},
223507        "package": "GStreamer Bad Plug-ins",
223508        "source": "gst-plugins-bad",
223509        "tracers": {},
223510        "url": "Unknown package origin"
223511    },
223512    "soundtouch": {
223513        "description": "Audio Pitch Controller & BPM Detection",
223514        "elements": {
223515            "bpmdetect": {
223516                "author": "Sebastian Dröge <slomo@circular-chaos.org>",
223517                "description": "Detect the BPM of an audio stream",
223518                "hierarchy": [
223519                    "GstBPMDetect",
223520                    "GstAudioFilter",
223521                    "GstBaseTransform",
223522                    "GstElement",
223523                    "GstObject",
223524                    "GInitiallyUnowned",
223525                    "GObject"
223526                ],
223527                "klass": "Filter/Analyzer/Audio",
223528                "long-name": "BPM Detector",
223529                "pad-templates": {
223530                    "sink": {
223531                        "caps": "audio/x-raw:\n         format: F32LE\n           rate: [ 8000, 2147483647 ]\n       channels: [ 1, 2 ]\n",
223532                        "direction": "sink",
223533                        "presence": "always"
223534                    },
223535                    "src": {
223536                        "caps": "audio/x-raw:\n         format: F32LE\n           rate: [ 8000, 2147483647 ]\n       channels: [ 1, 2 ]\n",
223537                        "direction": "src",
223538                        "presence": "always"
223539                    }
223540                },
223541                "properties": {},
223542                "rank": "none"
223543            },
223544            "pitch": {
223545                "author": "Wouter Paesen <wouter@blue-gate.be>",
223546                "description": "Control the pitch of an audio stream",
223547                "hierarchy": [
223548                    "GstPitch",
223549                    "GstElement",
223550                    "GstObject",
223551                    "GInitiallyUnowned",
223552                    "GObject"
223553                ],
223554                "klass": "Filter/Effect/Audio",
223555                "long-name": "Pitch controller",
223556                "pad-templates": {
223557                    "sink": {
223558                        "caps": "audio/x-raw:\n         format: F32LE\n           rate: [ 8000, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
223559                        "direction": "sink",
223560                        "presence": "always"
223561                    },
223562                    "src": {
223563                        "caps": "audio/x-raw:\n         format: F32LE\n           rate: [ 8000, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
223564                        "direction": "src",
223565                        "presence": "always"
223566                    }
223567                },
223568                "properties": {
223569                    "output-rate": {
223570                        "blurb": "Output rate on downstream segment events",
223571                        "conditionally-available": false,
223572                        "construct": false,
223573                        "construct-only": false,
223574                        "controllable": true,
223575                        "default": "1",
223576                        "max": "10",
223577                        "min": "0.1",
223578                        "mutable": "null",
223579                        "readable": true,
223580                        "type": "gfloat",
223581                        "writable": true
223582                    },
223583                    "pitch": {
223584                        "blurb": "Audio stream pitch",
223585                        "conditionally-available": false,
223586                        "construct": false,
223587                        "construct-only": false,
223588                        "controllable": true,
223589                        "default": "1",
223590                        "max": "10",
223591                        "min": "0.1",
223592                        "mutable": "null",
223593                        "readable": true,
223594                        "type": "gfloat",
223595                        "writable": true
223596                    },
223597                    "rate": {
223598                        "blurb": "Audio stream rate",
223599                        "conditionally-available": false,
223600                        "construct": false,
223601                        "construct-only": false,
223602                        "controllable": true,
223603                        "default": "1",
223604                        "max": "10",
223605                        "min": "0.1",
223606                        "mutable": "null",
223607                        "readable": true,
223608                        "type": "gfloat",
223609                        "writable": true
223610                    },
223611                    "tempo": {
223612                        "blurb": "Audio stream tempo",
223613                        "conditionally-available": false,
223614                        "construct": false,
223615                        "construct-only": false,
223616                        "controllable": true,
223617                        "default": "1",
223618                        "max": "10",
223619                        "min": "0.1",
223620                        "mutable": "null",
223621                        "readable": true,
223622                        "type": "gfloat",
223623                        "writable": true
223624                    }
223625                },
223626                "rank": "none"
223627            }
223628        },
223629        "filename": "gstsoundtouch",
223630        "license": "LGPL",
223631        "other-types": {},
223632        "package": "GStreamer Bad Plug-ins",
223633        "source": "gst-plugins-bad",
223634        "tracers": {},
223635        "url": "Unknown package origin"
223636    },
223637    "spandsp": {
223638        "description": "libspandsp plugin",
223639        "elements": {
223640            "dtmfdetect": {
223641                "author": "Olivier Crete <olivier.crete@collabora.com>",
223642                "description": "This element detects DTMF tones",
223643                "hierarchy": [
223644                    "GstDtmfDetect",
223645                    "GstBaseTransform",
223646                    "GstElement",
223647                    "GstObject",
223648                    "GInitiallyUnowned",
223649                    "GObject"
223650                ],
223651                "klass": "Filter/Analyzer/Audio",
223652                "long-name": "DTMF detector element",
223653                "pad-templates": {
223654                    "sink": {
223655                        "caps": "audio/x-raw:\n         format: S16LE\n           rate: 8000\n       channels: 1\n",
223656                        "direction": "sink",
223657                        "presence": "always"
223658                    },
223659                    "src": {
223660                        "caps": "audio/x-raw:\n         format: S16LE\n           rate: 8000\n       channels: 1\n",
223661                        "direction": "src",
223662                        "presence": "always"
223663                    }
223664                },
223665                "properties": {
223666                    "qos": {
223667                        "blurb": "Handle Quality-of-Service events",
223668                        "conditionally-available": false,
223669                        "construct": false,
223670                        "construct-only": false,
223671                        "controllable": false,
223672                        "default": "false",
223673                        "mutable": "null",
223674                        "readable": true,
223675                        "type": "gboolean",
223676                        "writable": true
223677                    }
223678                },
223679                "rank": "marginal"
223680            },
223681            "spanplc": {
223682                "author": "Youness Alaoui <youness.alaoui@collabora.co.uk>",
223683                "description": "Adds packet loss concealment to audio",
223684                "hierarchy": [
223685                    "GstSpanPlc",
223686                    "GstElement",
223687                    "GstObject",
223688                    "GInitiallyUnowned",
223689                    "GObject"
223690                ],
223691                "klass": "Filter/Effect/Audio",
223692                "long-name": "SpanDSP PLC",
223693                "pad-templates": {
223694                    "sink": {
223695                        "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: 1\n",
223696                        "direction": "sink",
223697                        "presence": "always"
223698                    },
223699                    "src": {
223700                        "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: 1\n",
223701                        "direction": "src",
223702                        "presence": "always"
223703                    }
223704                },
223705                "properties": {
223706                    "stats": {
223707                        "blurb": "Various statistics",
223708                        "conditionally-available": false,
223709                        "construct": false,
223710                        "construct-only": false,
223711                        "controllable": false,
223712                        "mutable": "null",
223713                        "readable": true,
223714                        "type": "GstStructure",
223715                        "writable": false
223716                    }
223717                },
223718                "rank": "primary"
223719            },
223720            "tonegeneratesrc": {
223721                "author": "Iskratel <www.iskratel.com>",
223722                "description": "Creates telephony signals of given frequency, volume, cadence",
223723                "hierarchy": [
223724                    "GstToneGenerateSrc",
223725                    "GstPushSrc",
223726                    "GstBaseSrc",
223727                    "GstElement",
223728                    "GstObject",
223729                    "GInitiallyUnowned",
223730                    "GObject"
223731                ],
223732                "klass": "Source/Audio",
223733                "long-name": "Telephony Tone  Generator source",
223734                "pad-templates": {
223735                    "src": {
223736                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: 8000\n       channels: 1\n",
223737                        "direction": "src",
223738                        "presence": "always"
223739                    }
223740                },
223741                "properties": {
223742                    "blocksize": {
223743                        "blurb": "Size in bytes to read per buffer (-1 = default)",
223744                        "conditionally-available": false,
223745                        "construct": false,
223746                        "construct-only": false,
223747                        "controllable": false,
223748                        "default": "2048",
223749                        "max": "-1",
223750                        "min": "0",
223751                        "mutable": "null",
223752                        "readable": true,
223753                        "type": "guint",
223754                        "writable": true
223755                    },
223756                    "do-timestamp": {
223757                        "blurb": "Apply current stream time to buffers",
223758                        "conditionally-available": false,
223759                        "construct": false,
223760                        "construct-only": false,
223761                        "controllable": false,
223762                        "default": "false",
223763                        "mutable": "null",
223764                        "readable": true,
223765                        "type": "gboolean",
223766                        "writable": true
223767                    },
223768                    "freq": {
223769                        "blurb": "Frequency of test signal",
223770                        "conditionally-available": false,
223771                        "construct": false,
223772                        "construct-only": false,
223773                        "controllable": false,
223774                        "default": "0",
223775                        "max": "20000",
223776                        "min": "0",
223777                        "mutable": "null",
223778                        "readable": true,
223779                        "type": "gint",
223780                        "writable": true
223781                    },
223782                    "freq2": {
223783                        "blurb": "Frequency of second telephony tone component",
223784                        "conditionally-available": false,
223785                        "construct": false,
223786                        "construct-only": false,
223787                        "controllable": false,
223788                        "default": "0",
223789                        "max": "20000",
223790                        "min": "0",
223791                        "mutable": "null",
223792                        "readable": true,
223793                        "type": "gint",
223794                        "writable": true
223795                    },
223796                    "num-buffers": {
223797                        "blurb": "Number of buffers to output before sending EOS (-1 = unlimited)",
223798                        "conditionally-available": false,
223799                        "construct": false,
223800                        "construct-only": false,
223801                        "controllable": false,
223802                        "default": "-1",
223803                        "max": "2147483647",
223804                        "min": "-1",
223805                        "mutable": "null",
223806                        "readable": true,
223807                        "type": "gint",
223808                        "writable": true
223809                    },
223810                    "off-time": {
223811                        "blurb": "Time of the first period  when the tone signal is off",
223812                        "conditionally-available": false,
223813                        "construct": false,
223814                        "construct-only": false,
223815                        "controllable": false,
223816                        "default": "1000",
223817                        "max": "2147483647",
223818                        "min": "0",
223819                        "mutable": "null",
223820                        "readable": true,
223821                        "type": "gint",
223822                        "writable": true
223823                    },
223824                    "off-time2": {
223825                        "blurb": "Time of the second period  when the tone signal is off",
223826                        "conditionally-available": false,
223827                        "construct": false,
223828                        "construct-only": false,
223829                        "controllable": false,
223830                        "default": "1000",
223831                        "max": "2147483647",
223832                        "min": "0",
223833                        "mutable": "null",
223834                        "readable": true,
223835                        "type": "gint",
223836                        "writable": true
223837                    },
223838                    "on-time": {
223839                        "blurb": "Time of the first period  when the tone signal is present",
223840                        "conditionally-available": false,
223841                        "construct": false,
223842                        "construct-only": false,
223843                        "controllable": false,
223844                        "default": "1000",
223845                        "max": "2147483647",
223846                        "min": "1",
223847                        "mutable": "null",
223848                        "readable": true,
223849                        "type": "gint",
223850                        "writable": true
223851                    },
223852                    "on-time2": {
223853                        "blurb": "Time of the second period  when the tone signal is present",
223854                        "conditionally-available": false,
223855                        "construct": false,
223856                        "construct-only": false,
223857                        "controllable": false,
223858                        "default": "1000",
223859                        "max": "2147483647",
223860                        "min": "1",
223861                        "mutable": "null",
223862                        "readable": true,
223863                        "type": "gint",
223864                        "writable": true
223865                    },
223866                    "repeat": {
223867                        "blurb": "Whether to repeat specified tone indefinitely",
223868                        "conditionally-available": false,
223869                        "construct": false,
223870                        "construct-only": false,
223871                        "controllable": false,
223872                        "default": "false",
223873                        "mutable": "null",
223874                        "readable": true,
223875                        "type": "gboolean",
223876                        "writable": true
223877                    },
223878                    "samplesperbuffer": {
223879                        "blurb": "Number of samples in each outgoing buffer",
223880                        "conditionally-available": false,
223881                        "construct": false,
223882                        "construct-only": false,
223883                        "controllable": false,
223884                        "default": "1024",
223885                        "max": "2147483647",
223886                        "min": "1",
223887                        "mutable": "null",
223888                        "readable": true,
223889                        "type": "gint",
223890                        "writable": true
223891                    },
223892                    "typefind": {
223893                        "blurb": "Run typefind before negotiating (deprecated, non-functional)",
223894                        "conditionally-available": false,
223895                        "construct": false,
223896                        "construct-only": false,
223897                        "controllable": false,
223898                        "default": "false",
223899                        "mutable": "null",
223900                        "readable": true,
223901                        "type": "gboolean",
223902                        "writable": true
223903                    },
223904                    "volume": {
223905                        "blurb": "Volume of first signal",
223906                        "conditionally-available": false,
223907                        "construct": false,
223908                        "construct-only": false,
223909                        "controllable": false,
223910                        "default": "0",
223911                        "max": "0",
223912                        "min": "-50",
223913                        "mutable": "null",
223914                        "readable": true,
223915                        "type": "gint",
223916                        "writable": true
223917                    },
223918                    "volume2": {
223919                        "blurb": "Volume of second tone signal",
223920                        "conditionally-available": false,
223921                        "construct": false,
223922                        "construct-only": false,
223923                        "controllable": false,
223924                        "default": "0",
223925                        "max": "0",
223926                        "min": "-50",
223927                        "mutable": "null",
223928                        "readable": true,
223929                        "type": "gint",
223930                        "writable": true
223931                    }
223932                },
223933                "rank": "none"
223934            }
223935        },
223936        "filename": "gstspandsp",
223937        "license": "LGPL",
223938        "other-types": {},
223939        "package": "GStreamer Bad Plug-ins",
223940        "source": "gst-plugins-bad",
223941        "tracers": {},
223942        "url": "Unknown package origin"
223943    },
223944    "speed": {
223945        "description": "Set speed/pitch on audio/raw streams (resampler)",
223946        "elements": {
223947            "speed": {
223948                "author": "Andy Wingo <apwingo@eos.ncsu.edu>, Tim-Philipp Müller <tim@centricular.net>",
223949                "description": "Set speed/pitch on audio/raw streams (resampler)",
223950                "hierarchy": [
223951                    "GstSpeed",
223952                    "GstElement",
223953                    "GstObject",
223954                    "GInitiallyUnowned",
223955                    "GObject"
223956                ],
223957                "klass": "Filter/Effect/Audio",
223958                "long-name": "Speed",
223959                "pad-templates": {
223960                    "sink": {
223961                        "caps": "audio/x-raw:\n         format: { F32LE, S16LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
223962                        "direction": "sink",
223963                        "presence": "always"
223964                    },
223965                    "src": {
223966                        "caps": "audio/x-raw:\n         format: { F32LE, S16LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
223967                        "direction": "src",
223968                        "presence": "always"
223969                    }
223970                },
223971                "properties": {
223972                    "speed": {
223973                        "blurb": "speed",
223974                        "conditionally-available": false,
223975                        "construct": true,
223976                        "construct-only": false,
223977                        "controllable": false,
223978                        "default": "1",
223979                        "max": "40",
223980                        "min": "0.1",
223981                        "mutable": "null",
223982                        "readable": true,
223983                        "type": "gfloat",
223984                        "writable": true
223985                    }
223986                },
223987                "rank": "none"
223988            }
223989        },
223990        "filename": "gstspeed",
223991        "license": "LGPL",
223992        "other-types": {},
223993        "package": "GStreamer Bad Plug-ins",
223994        "source": "gst-plugins-bad",
223995        "tracers": {},
223996        "url": "Unknown package origin"
223997    },
223998    "srt": {
223999        "description": "transfer data via SRT",
224000        "elements": {
224001            "srtclientsink": {
224002                "author": "Justin Kim <justin.joy.9to5@gmail.com>",
224003                "description": "Send data over the network via SRT",
224004                "hierarchy": [
224005                    "GstSRTClientSink",
224006                    "GstSRTSink",
224007                    "GstBaseSink",
224008                    "GstElement",
224009                    "GstObject",
224010                    "GInitiallyUnowned",
224011                    "GObject"
224012                ],
224013                "interfaces": [
224014                    "GstURIHandler"
224015                ],
224016                "klass": "Sink/Network",
224017                "long-name": "SRT sink",
224018                "pad-templates": {
224019                    "sink": {
224020                        "caps": "ANY",
224021                        "direction": "sink",
224022                        "presence": "always"
224023                    }
224024                },
224025                "properties": {},
224026                "rank": "none",
224027                "signals": {}
224028            },
224029            "srtclientsrc": {
224030                "author": "Justin Kim <justin.joy.9to5@gmail.com>",
224031                "description": "Receive data over the network via SRT",
224032                "hierarchy": [
224033                    "GstSRTClientSrc",
224034                    "GstSRTSrc",
224035                    "GstPushSrc",
224036                    "GstBaseSrc",
224037                    "GstElement",
224038                    "GstObject",
224039                    "GInitiallyUnowned",
224040                    "GObject"
224041                ],
224042                "interfaces": [
224043                    "GstURIHandler"
224044                ],
224045                "klass": "Source/Network",
224046                "long-name": "SRT source",
224047                "pad-templates": {
224048                    "src": {
224049                        "caps": "ANY",
224050                        "direction": "src",
224051                        "presence": "always"
224052                    }
224053                },
224054                "properties": {},
224055                "rank": "none",
224056                "signals": {}
224057            },
224058            "srtserversink": {
224059                "author": "Justin Kim <justin.joy.9to5@gmail.com>",
224060                "description": "Send data over the network via SRT",
224061                "hierarchy": [
224062                    "GstSRTServerSink",
224063                    "GstSRTSink",
224064                    "GstBaseSink",
224065                    "GstElement",
224066                    "GstObject",
224067                    "GInitiallyUnowned",
224068                    "GObject"
224069                ],
224070                "interfaces": [
224071                    "GstURIHandler"
224072                ],
224073                "klass": "Sink/Network",
224074                "long-name": "SRT sink",
224075                "pad-templates": {
224076                    "sink": {
224077                        "caps": "ANY",
224078                        "direction": "sink",
224079                        "presence": "always"
224080                    }
224081                },
224082                "properties": {},
224083                "rank": "none",
224084                "signals": {}
224085            },
224086            "srtserversrc": {
224087                "author": "Justin Kim <justin.joy.9to5@gmail.com>",
224088                "description": "Receive data over the network via SRT",
224089                "hierarchy": [
224090                    "GstSRTServerSrc",
224091                    "GstSRTSrc",
224092                    "GstPushSrc",
224093                    "GstBaseSrc",
224094                    "GstElement",
224095                    "GstObject",
224096                    "GInitiallyUnowned",
224097                    "GObject"
224098                ],
224099                "interfaces": [
224100                    "GstURIHandler"
224101                ],
224102                "klass": "Source/Network",
224103                "long-name": "SRT source",
224104                "pad-templates": {
224105                    "src": {
224106                        "caps": "ANY",
224107                        "direction": "src",
224108                        "presence": "always"
224109                    }
224110                },
224111                "properties": {},
224112                "rank": "none",
224113                "signals": {}
224114            },
224115            "srtsink": {
224116                "author": "Justin Kim <justin.joy.9to5@gmail.com>",
224117                "description": "Send data over the network via SRT",
224118                "hierarchy": [
224119                    "GstSRTSink",
224120                    "GstBaseSink",
224121                    "GstElement",
224122                    "GstObject",
224123                    "GInitiallyUnowned",
224124                    "GObject"
224125                ],
224126                "interfaces": [
224127                    "GstURIHandler"
224128                ],
224129                "klass": "Sink/Network",
224130                "long-name": "SRT sink",
224131                "pad-templates": {
224132                    "sink": {
224133                        "caps": "ANY",
224134                        "direction": "sink",
224135                        "presence": "always"
224136                    }
224137                },
224138                "properties": {
224139                    "latency": {
224140                        "blurb": "Minimum latency (milliseconds)",
224141                        "conditionally-available": false,
224142                        "construct": false,
224143                        "construct-only": false,
224144                        "controllable": false,
224145                        "default": "125",
224146                        "max": "2147483647",
224147                        "min": "0",
224148                        "mutable": "null",
224149                        "readable": true,
224150                        "type": "gint",
224151                        "writable": true
224152                    },
224153                    "localaddress": {
224154                        "blurb": "Local address to bind",
224155                        "conditionally-available": false,
224156                        "construct": false,
224157                        "construct-only": false,
224158                        "controllable": false,
224159                        "default": "NULL",
224160                        "mutable": "ready",
224161                        "readable": true,
224162                        "type": "gchararray",
224163                        "writable": true
224164                    },
224165                    "localport": {
224166                        "blurb": "Local port to bind",
224167                        "conditionally-available": false,
224168                        "construct": false,
224169                        "construct-only": false,
224170                        "controllable": false,
224171                        "default": "7001",
224172                        "max": "65535",
224173                        "min": "0",
224174                        "mutable": "ready",
224175                        "readable": true,
224176                        "type": "guint",
224177                        "writable": true
224178                    },
224179                    "mode": {
224180                        "blurb": "SRT connection mode",
224181                        "conditionally-available": false,
224182                        "construct": false,
224183                        "construct-only": false,
224184                        "controllable": false,
224185                        "default": "caller (1)",
224186                        "mutable": "ready",
224187                        "readable": true,
224188                        "type": "GstSRTConnectionMode",
224189                        "writable": true
224190                    },
224191                    "passphrase": {
224192                        "blurb": "Password for the encrypted transmission",
224193                        "conditionally-available": false,
224194                        "construct": false,
224195                        "construct-only": false,
224196                        "controllable": false,
224197                        "default": "",
224198                        "mutable": "ready",
224199                        "readable": false,
224200                        "type": "gchararray",
224201                        "writable": true
224202                    },
224203                    "pbkeylen": {
224204                        "blurb": "Crypto key length in bytes",
224205                        "conditionally-available": false,
224206                        "construct": false,
224207                        "construct-only": false,
224208                        "controllable": false,
224209                        "default": "no-key (0)",
224210                        "mutable": "ready",
224211                        "readable": true,
224212                        "type": "GstSRTKeyLength",
224213                        "writable": true
224214                    },
224215                    "poll-timeout": {
224216                        "blurb": "Return poll wait after timeout milliseconds (-1 = infinite)",
224217                        "conditionally-available": false,
224218                        "construct": false,
224219                        "construct-only": false,
224220                        "controllable": false,
224221                        "default": "-1",
224222                        "max": "2147483647",
224223                        "min": "-1",
224224                        "mutable": "ready",
224225                        "readable": true,
224226                        "type": "gint",
224227                        "writable": true
224228                    },
224229                    "stats": {
224230                        "blurb": "SRT Statistics",
224231                        "conditionally-available": false,
224232                        "construct": false,
224233                        "construct-only": false,
224234                        "controllable": false,
224235                        "default": "application/x-srt-statistics, bytes-sent-total=(guint64)0;",
224236                        "mutable": "null",
224237                        "readable": true,
224238                        "type": "GstStructure",
224239                        "writable": false
224240                    },
224241                    "streamid": {
224242                        "blurb": "Stream ID for the SRT access control",
224243                        "conditionally-available": false,
224244                        "construct": false,
224245                        "construct-only": false,
224246                        "controllable": false,
224247                        "default": "NULL",
224248                        "mutable": "ready",
224249                        "readable": true,
224250                        "type": "gchararray",
224251                        "writable": true
224252                    },
224253                    "uri": {
224254                        "blurb": "URI in the form of srt://address:port",
224255                        "conditionally-available": false,
224256                        "construct": false,
224257                        "construct-only": false,
224258                        "controllable": false,
224259                        "default": "srt://127.0.0.1:7001",
224260                        "mutable": "ready",
224261                        "readable": true,
224262                        "type": "gchararray",
224263                        "writable": true
224264                    },
224265                    "wait-for-connection": {
224266                        "blurb": "Block the stream until a client connects",
224267                        "conditionally-available": false,
224268                        "construct": false,
224269                        "construct-only": false,
224270                        "controllable": false,
224271                        "default": "true",
224272                        "mutable": "null",
224273                        "readable": true,
224274                        "type": "gboolean",
224275                        "writable": true
224276                    }
224277                },
224278                "rank": "primary",
224279                "signals": {
224280                    "caller-added": {
224281                        "args": [
224282                            {
224283                                "name": "arg0",
224284                                "type": "gint"
224285                            },
224286                            {
224287                                "name": "arg1",
224288                                "type": "GSocketAddress"
224289                            }
224290                        ],
224291                        "return-type": "void",
224292                        "when": "last"
224293                    },
224294                    "caller-removed": {
224295                        "args": [
224296                            {
224297                                "name": "arg0",
224298                                "type": "gint"
224299                            },
224300                            {
224301                                "name": "arg1",
224302                                "type": "GSocketAddress"
224303                            }
224304                        ],
224305                        "return-type": "void",
224306                        "when": "last"
224307                    }
224308                }
224309            },
224310            "srtsrc": {
224311                "author": "Justin Kim <justin.joy.9to5@gmail.com>",
224312                "description": "Receive data over the network via SRT",
224313                "hierarchy": [
224314                    "GstSRTSrc",
224315                    "GstPushSrc",
224316                    "GstBaseSrc",
224317                    "GstElement",
224318                    "GstObject",
224319                    "GInitiallyUnowned",
224320                    "GObject"
224321                ],
224322                "interfaces": [
224323                    "GstURIHandler"
224324                ],
224325                "klass": "Source/Network",
224326                "long-name": "SRT source",
224327                "pad-templates": {
224328                    "src": {
224329                        "caps": "ANY",
224330                        "direction": "src",
224331                        "presence": "always"
224332                    }
224333                },
224334                "properties": {
224335                    "latency": {
224336                        "blurb": "Minimum latency (milliseconds)",
224337                        "conditionally-available": false,
224338                        "construct": false,
224339                        "construct-only": false,
224340                        "controllable": false,
224341                        "default": "125",
224342                        "max": "2147483647",
224343                        "min": "0",
224344                        "mutable": "null",
224345                        "readable": true,
224346                        "type": "gint",
224347                        "writable": true
224348                    },
224349                    "localaddress": {
224350                        "blurb": "Local address to bind",
224351                        "conditionally-available": false,
224352                        "construct": false,
224353                        "construct-only": false,
224354                        "controllable": false,
224355                        "default": "NULL",
224356                        "mutable": "ready",
224357                        "readable": true,
224358                        "type": "gchararray",
224359                        "writable": true
224360                    },
224361                    "localport": {
224362                        "blurb": "Local port to bind",
224363                        "conditionally-available": false,
224364                        "construct": false,
224365                        "construct-only": false,
224366                        "controllable": false,
224367                        "default": "7001",
224368                        "max": "65535",
224369                        "min": "0",
224370                        "mutable": "ready",
224371                        "readable": true,
224372                        "type": "guint",
224373                        "writable": true
224374                    },
224375                    "mode": {
224376                        "blurb": "SRT connection mode",
224377                        "conditionally-available": false,
224378                        "construct": false,
224379                        "construct-only": false,
224380                        "controllable": false,
224381                        "default": "caller (1)",
224382                        "mutable": "ready",
224383                        "readable": true,
224384                        "type": "GstSRTConnectionMode",
224385                        "writable": true
224386                    },
224387                    "passphrase": {
224388                        "blurb": "Password for the encrypted transmission",
224389                        "conditionally-available": false,
224390                        "construct": false,
224391                        "construct-only": false,
224392                        "controllable": false,
224393                        "default": "",
224394                        "mutable": "ready",
224395                        "readable": false,
224396                        "type": "gchararray",
224397                        "writable": true
224398                    },
224399                    "pbkeylen": {
224400                        "blurb": "Crypto key length in bytes",
224401                        "conditionally-available": false,
224402                        "construct": false,
224403                        "construct-only": false,
224404                        "controllable": false,
224405                        "default": "no-key (0)",
224406                        "mutable": "ready",
224407                        "readable": true,
224408                        "type": "GstSRTKeyLength",
224409                        "writable": true
224410                    },
224411                    "poll-timeout": {
224412                        "blurb": "Return poll wait after timeout milliseconds (-1 = infinite)",
224413                        "conditionally-available": false,
224414                        "construct": false,
224415                        "construct-only": false,
224416                        "controllable": false,
224417                        "default": "-1",
224418                        "max": "2147483647",
224419                        "min": "-1",
224420                        "mutable": "ready",
224421                        "readable": true,
224422                        "type": "gint",
224423                        "writable": true
224424                    },
224425                    "stats": {
224426                        "blurb": "SRT Statistics",
224427                        "conditionally-available": false,
224428                        "construct": false,
224429                        "construct-only": false,
224430                        "controllable": false,
224431                        "default": "application/x-srt-statistics, bytes-received-total=(guint64)0;",
224432                        "mutable": "null",
224433                        "readable": true,
224434                        "type": "GstStructure",
224435                        "writable": false
224436                    },
224437                    "streamid": {
224438                        "blurb": "Stream ID for the SRT access control",
224439                        "conditionally-available": false,
224440                        "construct": false,
224441                        "construct-only": false,
224442                        "controllable": false,
224443                        "default": "NULL",
224444                        "mutable": "ready",
224445                        "readable": true,
224446                        "type": "gchararray",
224447                        "writable": true
224448                    },
224449                    "uri": {
224450                        "blurb": "URI in the form of srt://address:port",
224451                        "conditionally-available": false,
224452                        "construct": false,
224453                        "construct-only": false,
224454                        "controllable": false,
224455                        "default": "srt://127.0.0.1:7001",
224456                        "mutable": "ready",
224457                        "readable": true,
224458                        "type": "gchararray",
224459                        "writable": true
224460                    },
224461                    "wait-for-connection": {
224462                        "blurb": "Block the stream until a client connects",
224463                        "conditionally-available": false,
224464                        "construct": false,
224465                        "construct-only": false,
224466                        "controllable": false,
224467                        "default": "true",
224468                        "mutable": "null",
224469                        "readable": true,
224470                        "type": "gboolean",
224471                        "writable": true
224472                    }
224473                },
224474                "rank": "primary",
224475                "signals": {
224476                    "caller-added": {
224477                        "args": [
224478                            {
224479                                "name": "arg0",
224480                                "type": "gint"
224481                            },
224482                            {
224483                                "name": "arg1",
224484                                "type": "GSocketAddress"
224485                            }
224486                        ],
224487                        "return-type": "void",
224488                        "when": "last"
224489                    },
224490                    "caller-removed": {
224491                        "args": [
224492                            {
224493                                "name": "arg0",
224494                                "type": "gint"
224495                            },
224496                            {
224497                                "name": "arg1",
224498                                "type": "GSocketAddress"
224499                            }
224500                        ],
224501                        "return-type": "void",
224502                        "when": "last"
224503                    }
224504                }
224505            }
224506        },
224507        "filename": "gstsrt",
224508        "license": "LGPL",
224509        "other-types": {
224510            "GstSRTConnectionMode": {
224511                "kind": "enum",
224512                "values": [
224513                    {
224514                        "desc": "GST_SRT_CONNECTION_MODE_NONE",
224515                        "name": "none",
224516                        "value": "0"
224517                    },
224518                    {
224519                        "desc": "GST_SRT_CONNECTION_MODE_CALLER",
224520                        "name": "caller",
224521                        "value": "1"
224522                    },
224523                    {
224524                        "desc": "GST_SRT_CONNECTION_MODE_LISTENER",
224525                        "name": "listener",
224526                        "value": "2"
224527                    },
224528                    {
224529                        "desc": "GST_SRT_CONNECTION_MODE_RENDEZVOUS",
224530                        "name": "rendezvous",
224531                        "value": "3"
224532                    }
224533                ]
224534            },
224535            "GstSRTKeyLength": {
224536                "kind": "enum",
224537                "values": [
224538                    {
224539                        "desc": "GST_SRT_KEY_LENGTH_NO_KEY",
224540                        "name": "no-key",
224541                        "value": "0"
224542                    },
224543                    {
224544                        "desc": "GST_SRT_KEY_LENGTH_0",
224545                        "name": "0",
224546                        "value": "0"
224547                    },
224548                    {
224549                        "desc": "GST_SRT_KEY_LENGTH_16",
224550                        "name": "16",
224551                        "value": "16"
224552                    },
224553                    {
224554                        "desc": "GST_SRT_KEY_LENGTH_24",
224555                        "name": "24",
224556                        "value": "24"
224557                    },
224558                    {
224559                        "desc": "GST_SRT_KEY_LENGTH_32",
224560                        "name": "32",
224561                        "value": "32"
224562                    }
224563                ]
224564            }
224565        },
224566        "package": "GStreamer Bad Plug-ins",
224567        "source": "gst-plugins-bad",
224568        "tracers": {},
224569        "url": "Unknown package origin"
224570    },
224571    "srtp": {
224572        "description": "GStreamer SRTP",
224573        "elements": {
224574            "srtpdec": {
224575                "author": "Gabriel Millaire <millaire.gabriel@collabora.com>",
224576                "description": "A SRTP and SRTCP decoder",
224577                "hierarchy": [
224578                    "GstSrtpDec",
224579                    "GstElement",
224580                    "GstObject",
224581                    "GInitiallyUnowned",
224582                    "GObject"
224583                ],
224584                "klass": "Filter/Network/SRTP",
224585                "long-name": "SRTP decoder",
224586                "pad-templates": {
224587                    "rtcp_sink": {
224588                        "caps": "application/x-srtcp:\n",
224589                        "direction": "sink",
224590                        "presence": "always"
224591                    },
224592                    "rtcp_src": {
224593                        "caps": "application/x-rtcp:\n",
224594                        "direction": "src",
224595                        "presence": "always"
224596                    },
224597                    "rtp_sink": {
224598                        "caps": "application/x-srtp:\n",
224599                        "direction": "sink",
224600                        "presence": "always"
224601                    },
224602                    "rtp_src": {
224603                        "caps": "application/x-rtp:\n",
224604                        "direction": "src",
224605                        "presence": "always"
224606                    }
224607                },
224608                "properties": {
224609                    "replay-window-size": {
224610                        "blurb": "Size of the replay protection window",
224611                        "conditionally-available": false,
224612                        "construct": false,
224613                        "construct-only": false,
224614                        "controllable": false,
224615                        "default": "128",
224616                        "max": "32768",
224617                        "min": "64",
224618                        "mutable": "null",
224619                        "readable": true,
224620                        "type": "guint",
224621                        "writable": true
224622                    },
224623                    "stats": {
224624                        "blurb": "Various statistics",
224625                        "conditionally-available": false,
224626                        "construct": false,
224627                        "construct-only": false,
224628                        "controllable": false,
224629                        "default": "application/x-srtp-decoder-stats, streams=(int)<  >;",
224630                        "mutable": "null",
224631                        "readable": true,
224632                        "type": "GstStructure",
224633                        "writable": false
224634                    }
224635                },
224636                "rank": "none",
224637                "signals": {
224638                    "clear-keys": {
224639                        "action": true,
224640                        "args": [],
224641                        "return-type": "void",
224642                        "when": "last"
224643                    },
224644                    "hard-limit": {
224645                        "args": [
224646                            {
224647                                "name": "arg0",
224648                                "type": "guint"
224649                            }
224650                        ],
224651                        "return-type": "GstCaps",
224652                        "when": "last"
224653                    },
224654                    "remove-key": {
224655                        "action": true,
224656                        "args": [
224657                            {
224658                                "name": "arg0",
224659                                "type": "guint"
224660                            }
224661                        ],
224662                        "return-type": "void",
224663                        "when": "last"
224664                    },
224665                    "request-key": {
224666                        "args": [
224667                            {
224668                                "name": "arg0",
224669                                "type": "guint"
224670                            }
224671                        ],
224672                        "return-type": "GstCaps",
224673                        "when": "last"
224674                    },
224675                    "soft-limit": {
224676                        "args": [
224677                            {
224678                                "name": "arg0",
224679                                "type": "guint"
224680                            }
224681                        ],
224682                        "return-type": "GstCaps",
224683                        "when": "last"
224684                    }
224685                }
224686            },
224687            "srtpenc": {
224688                "author": "Gabriel Millaire <millaire.gabriel@collabora.com>",
224689                "description": "A SRTP and SRTCP encoder",
224690                "hierarchy": [
224691                    "GstSrtpEnc",
224692                    "GstElement",
224693                    "GstObject",
224694                    "GInitiallyUnowned",
224695                    "GObject"
224696                ],
224697                "klass": "Filter/Network/SRTP",
224698                "long-name": "SRTP encoder",
224699                "pad-templates": {
224700                    "rtcp_sink_%%u": {
224701                        "caps": "application/x-rtcp:\n",
224702                        "direction": "sink",
224703                        "presence": "request"
224704                    },
224705                    "rtcp_src_%%u": {
224706                        "caps": "application/x-srtcp:\n",
224707                        "direction": "src",
224708                        "presence": "sometimes"
224709                    },
224710                    "rtp_sink_%%u": {
224711                        "caps": "application/x-rtp:\n",
224712                        "direction": "sink",
224713                        "presence": "request"
224714                    },
224715                    "rtp_src_%%u": {
224716                        "caps": "application/x-srtp:\n",
224717                        "direction": "src",
224718                        "presence": "sometimes"
224719                    }
224720                },
224721                "properties": {
224722                    "allow-repeat-tx": {
224723                        "blurb": "Whether retransmissions of packets with the same sequence number are allowed(Note that such repeated transmissions must have the same RTP payload, or a severe security weakness is introduced!)",
224724                        "conditionally-available": false,
224725                        "construct": false,
224726                        "construct-only": false,
224727                        "controllable": false,
224728                        "default": "false",
224729                        "mutable": "null",
224730                        "readable": true,
224731                        "type": "gboolean",
224732                        "writable": true
224733                    },
224734                    "key": {
224735                        "blurb": "Master key (minimum of 30 and maximum of 46 bytes)",
224736                        "conditionally-available": false,
224737                        "construct": false,
224738                        "construct-only": false,
224739                        "controllable": false,
224740                        "mutable": "playing",
224741                        "readable": true,
224742                        "type": "GstBuffer",
224743                        "writable": true
224744                    },
224745                    "mki": {
224746                        "blurb": "Master key Identifier (NULL means no MKI)",
224747                        "conditionally-available": false,
224748                        "construct": false,
224749                        "construct-only": false,
224750                        "controllable": false,
224751                        "mutable": "playing",
224752                        "readable": true,
224753                        "type": "GstBuffer",
224754                        "writable": true
224755                    },
224756                    "random-key": {
224757                        "blurb": "Generate a random key if TRUE",
224758                        "conditionally-available": false,
224759                        "construct": false,
224760                        "construct-only": false,
224761                        "controllable": false,
224762                        "default": "false",
224763                        "mutable": "null",
224764                        "readable": true,
224765                        "type": "gboolean",
224766                        "writable": true
224767                    },
224768                    "replay-window-size": {
224769                        "blurb": "Size of the replay protection window",
224770                        "conditionally-available": false,
224771                        "construct": false,
224772                        "construct-only": false,
224773                        "controllable": false,
224774                        "default": "128",
224775                        "max": "32768",
224776                        "min": "64",
224777                        "mutable": "null",
224778                        "readable": true,
224779                        "type": "guint",
224780                        "writable": true
224781                    },
224782                    "rtcp-auth": {
224783                        "blurb": "RTCP Authentication",
224784                        "conditionally-available": false,
224785                        "construct": false,
224786                        "construct-only": false,
224787                        "controllable": false,
224788                        "default": "hmac-sha1-80 (2)",
224789                        "mutable": "null",
224790                        "readable": true,
224791                        "type": "GstSrtpAuthType",
224792                        "writable": true
224793                    },
224794                    "rtcp-cipher": {
224795                        "blurb": "RTCP Cipher",
224796                        "conditionally-available": false,
224797                        "construct": false,
224798                        "construct-only": false,
224799                        "controllable": false,
224800                        "default": "aes-128-icm (1)",
224801                        "mutable": "null",
224802                        "readable": true,
224803                        "type": "GstSrtpCipherType",
224804                        "writable": true
224805                    },
224806                    "rtp-auth": {
224807                        "blurb": "RTP Authentication",
224808                        "conditionally-available": false,
224809                        "construct": false,
224810                        "construct-only": false,
224811                        "controllable": false,
224812                        "default": "hmac-sha1-80 (2)",
224813                        "mutable": "null",
224814                        "readable": true,
224815                        "type": "GstSrtpAuthType",
224816                        "writable": true
224817                    },
224818                    "rtp-cipher": {
224819                        "blurb": "RTP Cipher",
224820                        "conditionally-available": false,
224821                        "construct": false,
224822                        "construct-only": false,
224823                        "controllable": false,
224824                        "default": "aes-128-icm (1)",
224825                        "mutable": "null",
224826                        "readable": true,
224827                        "type": "GstSrtpCipherType",
224828                        "writable": true
224829                    },
224830                    "stats": {
224831                        "blurb": "Various statistics",
224832                        "conditionally-available": false,
224833                        "construct": false,
224834                        "construct-only": false,
224835                        "controllable": false,
224836                        "default": "application/x-srtp-encoder-stats, streams=(int)<  >;",
224837                        "mutable": "null",
224838                        "readable": true,
224839                        "type": "GstStructure",
224840                        "writable": false
224841                    }
224842                },
224843                "rank": "none",
224844                "signals": {
224845                    "soft-limit": {
224846                        "args": [],
224847                        "return-type": "void",
224848                        "when": "last"
224849                    }
224850                }
224851            }
224852        },
224853        "filename": "gstsrtp",
224854        "license": "LGPL",
224855        "other-types": {
224856            "GstSrtpAuthType": {
224857                "kind": "enum",
224858                "values": [
224859                    {
224860                        "desc": "GST_SRTP_AUTH_NULL",
224861                        "name": "null",
224862                        "value": "0"
224863                    },
224864                    {
224865                        "desc": "GST_SRTP_AUTH_HMAC_SHA1_32",
224866                        "name": "hmac-sha1-32",
224867                        "value": "1"
224868                    },
224869                    {
224870                        "desc": "GST_SRTP_AUTH_HMAC_SHA1_80",
224871                        "name": "hmac-sha1-80",
224872                        "value": "2"
224873                    }
224874                ]
224875            },
224876            "GstSrtpCipherType": {
224877                "kind": "enum",
224878                "values": [
224879                    {
224880                        "desc": "GST_SRTP_CIPHER_NULL",
224881                        "name": "null",
224882                        "value": "0"
224883                    },
224884                    {
224885                        "desc": "GST_SRTP_CIPHER_AES_128_ICM",
224886                        "name": "aes-128-icm",
224887                        "value": "1"
224888                    },
224889                    {
224890                        "desc": "GST_SRTP_CIPHER_AES_256_ICM",
224891                        "name": "aes-256-icm",
224892                        "value": "2"
224893                    },
224894                    {
224895                        "desc": "GST_SRTP_CIPHER_AES_128_GCM",
224896                        "name": "aes-128-gcm",
224897                        "value": "3"
224898                    },
224899                    {
224900                        "desc": "GST_SRTP_CIPHER_AES_256_GCM",
224901                        "name": "aes-256-gcm",
224902                        "value": "4"
224903                    }
224904                ]
224905            }
224906        },
224907        "package": "GStreamer Bad Plug-ins",
224908        "source": "gst-plugins-bad",
224909        "tracers": {},
224910        "url": "Unknown package origin"
224911    },
224912    "subenc": {
224913        "description": "subtitle encoders",
224914        "elements": {
224915            "srtenc": {
224916                "author": "Thijs Vermeir <thijsvermeir@gmail.com>",
224917                "description": "Srt subtitle encoder",
224918                "hierarchy": [
224919                    "GstSrtEnc",
224920                    "GstElement",
224921                    "GstObject",
224922                    "GInitiallyUnowned",
224923                    "GObject"
224924                ],
224925                "klass": "Codec/Encoder/Subtitle",
224926                "long-name": "Srt encoder",
224927                "pad-templates": {
224928                    "sink": {
224929                        "caps": "text/x-raw:\n         format: { pango-markup, utf8 }\n",
224930                        "direction": "sink",
224931                        "presence": "always"
224932                    },
224933                    "src": {
224934                        "caps": "application/x-subtitle:\n",
224935                        "direction": "src",
224936                        "presence": "always"
224937                    }
224938                },
224939                "properties": {
224940                    "duration": {
224941                        "blurb": "Offset for the duration of the subtitles",
224942                        "conditionally-available": false,
224943                        "construct": false,
224944                        "construct-only": false,
224945                        "controllable": true,
224946                        "default": "0",
224947                        "max": "9223372036854775807",
224948                        "min": "-9223372036854775808",
224949                        "mutable": "null",
224950                        "readable": true,
224951                        "type": "gint64",
224952                        "writable": true
224953                    },
224954                    "timestamp": {
224955                        "blurb": "Offset for the starttime for the subtitles",
224956                        "conditionally-available": false,
224957                        "construct": false,
224958                        "construct-only": false,
224959                        "controllable": true,
224960                        "default": "0",
224961                        "max": "9223372036854775807",
224962                        "min": "-9223372036854775808",
224963                        "mutable": "null",
224964                        "readable": true,
224965                        "type": "gint64",
224966                        "writable": true
224967                    }
224968                },
224969                "rank": "none"
224970            },
224971            "webvttenc": {
224972                "author": "David Schleef <ds@schleef.org>",
224973                "description": "WebVTT subtitle encoder",
224974                "hierarchy": [
224975                    "GstWebvttEnc",
224976                    "GstElement",
224977                    "GstObject",
224978                    "GInitiallyUnowned",
224979                    "GObject"
224980                ],
224981                "klass": "Codec/Encoder/Subtitle",
224982                "long-name": "WebVTT encoder",
224983                "pad-templates": {
224984                    "sink": {
224985                        "caps": "text/x-raw:\n         format: { pango-markup, utf8 }\n",
224986                        "direction": "sink",
224987                        "presence": "always"
224988                    },
224989                    "src": {
224990                        "caps": "application/x-subtitle-vtt:\n",
224991                        "direction": "src",
224992                        "presence": "always"
224993                    }
224994                },
224995                "properties": {
224996                    "duration": {
224997                        "blurb": "Offset for the duration of the subtitles",
224998                        "conditionally-available": false,
224999                        "construct": false,
225000                        "construct-only": false,
225001                        "controllable": true,
225002                        "default": "0",
225003                        "max": "9223372036854775807",
225004                        "min": "-9223372036854775808",
225005                        "mutable": "null",
225006                        "readable": true,
225007                        "type": "gint64",
225008                        "writable": true
225009                    },
225010                    "timestamp": {
225011                        "blurb": "Offset for the starttime for the subtitles",
225012                        "conditionally-available": false,
225013                        "construct": false,
225014                        "construct-only": false,
225015                        "controllable": true,
225016                        "default": "0",
225017                        "max": "9223372036854775807",
225018                        "min": "-9223372036854775808",
225019                        "mutable": "null",
225020                        "readable": true,
225021                        "type": "gint64",
225022                        "writable": true
225023                    }
225024                },
225025                "rank": "none"
225026            }
225027        },
225028        "filename": "gstsubenc",
225029        "license": "LGPL",
225030        "other-types": {},
225031        "package": "GStreamer Bad Plug-ins",
225032        "source": "gst-plugins-bad",
225033        "tracers": {},
225034        "url": "Unknown package origin"
225035    },
225036    "switchbin": {
225037        "description": "switchbin",
225038        "elements": {
225039            "switchbin": {
225040                "author": "Carlos Rafael Giani <dv@pseudoterminal.org>",
225041                "description": "Switch between sub-pipelines (paths) based on input caps",
225042                "hierarchy": [
225043                    "GstSwitchBin",
225044                    "GstBin",
225045                    "GstElement",
225046                    "GstObject",
225047                    "GInitiallyUnowned",
225048                    "GObject"
225049                ],
225050                "interfaces": [
225051                    "GstChildProxy"
225052                ],
225053                "klass": "Generic/Bin",
225054                "long-name": "switchbin",
225055                "pad-templates": {
225056                    "sink": {
225057                        "caps": "ANY",
225058                        "direction": "sink",
225059                        "presence": "always"
225060                    },
225061                    "src": {
225062                        "caps": "ANY",
225063                        "direction": "src",
225064                        "presence": "always"
225065                    }
225066                },
225067                "properties": {
225068                    "current-path": {
225069                        "blurb": "Currently selected path",
225070                        "conditionally-available": false,
225071                        "construct": false,
225072                        "construct-only": false,
225073                        "controllable": false,
225074                        "default": "-1",
225075                        "max": "-1",
225076                        "min": "0",
225077                        "mutable": "null",
225078                        "readable": true,
225079                        "type": "guint",
225080                        "writable": false
225081                    },
225082                    "num-paths": {
225083                        "blurb": "Number of paths",
225084                        "conditionally-available": false,
225085                        "construct": false,
225086                        "construct-only": false,
225087                        "controllable": false,
225088                        "default": "0",
225089                        "max": "-2",
225090                        "min": "0",
225091                        "mutable": "null",
225092                        "readable": true,
225093                        "type": "guint",
225094                        "writable": true
225095                    }
225096                },
225097                "rank": "none"
225098            }
225099        },
225100        "filename": "gstswitchbin",
225101        "license": "LGPL",
225102        "other-types": {},
225103        "package": "GStreamer Bad Plug-ins",
225104        "source": "gst-plugins-bad",
225105        "tracers": {},
225106        "url": "Unknown package origin"
225107    },
225108    "teletext": {
225109        "description": "Teletext plugin",
225110        "elements": {
225111            "teletextdec": {
225112                "author": "Sebastian Pölsterl <sebp@k-d-w.org>, Andoni Morales Alastruey <ylatuya@gmail.com>",
225113                "description": "Decode a raw VBI stream containing teletext information to RGBA and text",
225114                "hierarchy": [
225115                    "GstTeletextDec",
225116                    "GstElement",
225117                    "GstObject",
225118                    "GInitiallyUnowned",
225119                    "GObject"
225120                ],
225121                "klass": "Decoder",
225122                "long-name": "Teletext decoder",
225123                "pad-templates": {
225124                    "sink": {
225125                        "caps": "application/x-teletext:\n",
225126                        "direction": "sink",
225127                        "presence": "always"
225128                    },
225129                    "src": {
225130                        "caps": "video/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\ntext/x-raw:\n         format: { utf-8, pango-markup }\n",
225131                        "direction": "src",
225132                        "presence": "always"
225133                    }
225134                },
225135                "properties": {
225136                    "font-description": {
225137                        "blurb": "Font description used for the pango output.",
225138                        "conditionally-available": false,
225139                        "construct": false,
225140                        "construct-only": false,
225141                        "controllable": false,
225142                        "default": "verdana 12",
225143                        "mutable": "null",
225144                        "readable": true,
225145                        "type": "gchararray",
225146                        "writable": true
225147                    },
225148                    "page": {
225149                        "blurb": "Number of page that should displayed",
225150                        "conditionally-available": false,
225151                        "construct": false,
225152                        "construct-only": false,
225153                        "controllable": false,
225154                        "default": "100",
225155                        "max": "999",
225156                        "min": "100",
225157                        "mutable": "null",
225158                        "readable": true,
225159                        "type": "gint",
225160                        "writable": true
225161                    },
225162                    "subpage": {
225163                        "blurb": "Number of sub-page that should displayed (-1 for all)",
225164                        "conditionally-available": false,
225165                        "construct": false,
225166                        "construct-only": false,
225167                        "controllable": false,
225168                        "default": "-1",
225169                        "max": "153",
225170                        "min": "-1",
225171                        "mutable": "null",
225172                        "readable": true,
225173                        "type": "gint",
225174                        "writable": true
225175                    },
225176                    "subtitles-mode": {
225177                        "blurb": "Enables subtitles mode for text output stripping the blank lines and the teletext state lines",
225178                        "conditionally-available": false,
225179                        "construct": false,
225180                        "construct-only": false,
225181                        "controllable": false,
225182                        "default": "false",
225183                        "mutable": "null",
225184                        "readable": true,
225185                        "type": "gboolean",
225186                        "writable": true
225187                    },
225188                    "subtitles-template": {
225189                        "blurb": "Output template used to print each one of the subtitles lines",
225190                        "conditionally-available": false,
225191                        "construct": false,
225192                        "construct-only": false,
225193                        "controllable": false,
225194                        "default": "%%s\\n",
225195                        "mutable": "null",
225196                        "readable": true,
225197                        "type": "gchararray",
225198                        "writable": true
225199                    }
225200                },
225201                "rank": "none"
225202            }
225203        },
225204        "filename": "gstteletext",
225205        "license": "LGPL",
225206        "other-types": {},
225207        "package": "GStreamer Bad Plug-ins",
225208        "source": "gst-plugins-bad",
225209        "tracers": {},
225210        "url": "Unknown package origin"
225211    },
225212    "timecode": {
225213        "description": "Timecode-related elements",
225214        "elements": {
225215            "avwait": {
225216                "author": "Vivia Nikolaidou <vivia@toolsonair.com>",
225217                "description": "Drops all audio/video until a specific timecode or running time has been reached",
225218                "hierarchy": [
225219                    "GstAvWait",
225220                    "GstElement",
225221                    "GstObject",
225222                    "GInitiallyUnowned",
225223                    "GObject"
225224                ],
225225                "klass": "Filter/Audio/Video",
225226                "long-name": "Timecode Wait",
225227                "pad-templates": {
225228                    "asink": {
225229                        "caps": "audio/x-raw:\n",
225230                        "direction": "sink",
225231                        "presence": "always"
225232                    },
225233                    "asrc": {
225234                        "caps": "audio/x-raw:\n",
225235                        "direction": "src",
225236                        "presence": "always"
225237                    },
225238                    "vsink": {
225239                        "caps": "video/x-raw:\n",
225240                        "direction": "sink",
225241                        "presence": "always"
225242                    },
225243                    "vsrc": {
225244                        "caps": "video/x-raw:\n",
225245                        "direction": "src",
225246                        "presence": "always"
225247                    }
225248                },
225249                "properties": {
225250                    "end-running-time": {
225251                        "blurb": "Running time to end at in running-time mode",
225252                        "conditionally-available": false,
225253                        "construct": false,
225254                        "construct-only": false,
225255                        "controllable": false,
225256                        "default": "18446744073709551615",
225257                        "max": "18446744073709551615",
225258                        "min": "0",
225259                        "mutable": "ready",
225260                        "readable": true,
225261                        "type": "guint64",
225262                        "writable": true
225263                    },
225264                    "end-timecode": {
225265                        "blurb": "Timecode to end at in timecode mode (object)",
225266                        "conditionally-available": false,
225267                        "construct": false,
225268                        "construct-only": false,
225269                        "controllable": false,
225270                        "mutable": "null",
225271                        "readable": true,
225272                        "type": "GstVideoTimeCode",
225273                        "writable": true
225274                    },
225275                    "mode": {
225276                        "blurb": "Operation mode: What to wait for",
225277                        "conditionally-available": false,
225278                        "construct": false,
225279                        "construct-only": false,
225280                        "controllable": false,
225281                        "default": "timecode (0)",
225282                        "mutable": "ready",
225283                        "readable": true,
225284                        "type": "GstAvWaitMode",
225285                        "writable": true
225286                    },
225287                    "recording": {
225288                        "blurb": "Whether the element is stopped or recording. If set to FALSE, all buffers will be dropped regardless of settings.",
225289                        "conditionally-available": false,
225290                        "construct": false,
225291                        "construct-only": false,
225292                        "controllable": false,
225293                        "default": "true",
225294                        "mutable": "null",
225295                        "readable": true,
225296                        "type": "gboolean",
225297                        "writable": true
225298                    },
225299                    "target-running-time": {
225300                        "blurb": "Running time to wait for in running-time mode",
225301                        "conditionally-available": false,
225302                        "construct": false,
225303                        "construct-only": false,
225304                        "controllable": false,
225305                        "default": "18446744073709551615",
225306                        "max": "18446744073709551615",
225307                        "min": "0",
225308                        "mutable": "ready",
225309                        "readable": true,
225310                        "type": "guint64",
225311                        "writable": true
225312                    },
225313                    "target-timecode": {
225314                        "blurb": "Timecode to wait for in timecode mode (object)",
225315                        "conditionally-available": false,
225316                        "construct": false,
225317                        "construct-only": false,
225318                        "controllable": false,
225319                        "mutable": "ready",
225320                        "readable": true,
225321                        "type": "GstVideoTimeCode",
225322                        "writable": true
225323                    },
225324                    "target-timecode-string": {
225325                        "blurb": "Timecode to wait for in timecode mode (string). Must take the form 00:00:00:00",
225326                        "conditionally-available": false,
225327                        "construct": false,
225328                        "construct-only": false,
225329                        "controllable": false,
225330                        "default": "00:00:00:00",
225331                        "mutable": "null",
225332                        "readable": true,
225333                        "type": "gchararray",
225334                        "writable": true
225335                    }
225336                },
225337                "rank": "none"
225338            },
225339            "timecodestamper": {
225340                "author": "Vivia Nikolaidou <vivia@toolsonair.com>",
225341                "description": "Attaches a timecode meta into each video frame",
225342                "hierarchy": [
225343                    "GstTimeCodeStamper",
225344                    "GstBaseTransform",
225345                    "GstElement",
225346                    "GstObject",
225347                    "GInitiallyUnowned",
225348                    "GObject"
225349                ],
225350                "klass": "Filter/Video",
225351                "long-name": "Timecode stamper",
225352                "pad-templates": {
225353                    "ltc_sink": {
225354                        "caps": "audio/x-raw:\n         format: U8\n           rate: [ 1, 2147483647 ]\n       channels: 1\n",
225355                        "direction": "sink",
225356                        "presence": "request"
225357                    },
225358                    "sink": {
225359                        "caps": "video/x-raw:\n      framerate: [ 1/2147483647, 2147483647/1 ]\nclosedcaption/x-cea-608:\n      framerate: [ 1/2147483647, 2147483647/1 ]\nclosedcaption/x-cea-708:\n      framerate: [ 1/2147483647, 2147483647/1 ]\n",
225360                        "direction": "sink",
225361                        "presence": "always"
225362                    },
225363                    "src": {
225364                        "caps": "video/x-raw:\n      framerate: [ 1/2147483647, 2147483647/1 ]\nclosedcaption/x-cea-608:\n      framerate: [ 1/2147483647, 2147483647/1 ]\nclosedcaption/x-cea-708:\n      framerate: [ 1/2147483647, 2147483647/1 ]\n",
225365                        "direction": "src",
225366                        "presence": "always"
225367                    }
225368                },
225369                "properties": {
225370                    "auto-resync": {
225371                        "blurb": "If true resync last known timecode from upstream, otherwise only count up from the last known one",
225372                        "conditionally-available": false,
225373                        "construct": false,
225374                        "construct-only": false,
225375                        "controllable": false,
225376                        "default": "true",
225377                        "mutable": "null",
225378                        "readable": true,
225379                        "type": "gboolean",
225380                        "writable": true
225381                    },
225382                    "drop-frame": {
225383                        "blurb": "Use drop-frame timecodes for 29.97 and 59.94 FPS",
225384                        "conditionally-available": false,
225385                        "construct": false,
225386                        "construct-only": false,
225387                        "controllable": false,
225388                        "default": "false",
225389                        "mutable": "null",
225390                        "readable": true,
225391                        "type": "gboolean",
225392                        "writable": true
225393                    },
225394                    "ltc-auto-resync": {
225395                        "blurb": "If true the LTC timecode will be automatically resynced if it drifts, otherwise it will only be counted up from the last known one",
225396                        "conditionally-available": false,
225397                        "construct": false,
225398                        "construct-only": false,
225399                        "controllable": false,
225400                        "default": "true",
225401                        "mutable": "null",
225402                        "readable": true,
225403                        "type": "gboolean",
225404                        "writable": true
225405                    },
225406                    "ltc-daily-jam": {
225407                        "blurb": "The daily jam of the LTC timecode",
225408                        "conditionally-available": false,
225409                        "construct": false,
225410                        "construct-only": false,
225411                        "controllable": false,
225412                        "mutable": "null",
225413                        "readable": true,
225414                        "type": "GDateTime",
225415                        "writable": true
225416                    },
225417                    "ltc-extra-latency": {
225418                        "blurb": "Extra latency to introduce for waiting for LTC timecodes",
225419                        "conditionally-available": false,
225420                        "construct": false,
225421                        "construct-only": false,
225422                        "controllable": false,
225423                        "default": "150000000",
225424                        "max": "18446744073709551615",
225425                        "min": "0",
225426                        "mutable": "null",
225427                        "readable": true,
225428                        "type": "guint64",
225429                        "writable": true
225430                    },
225431                    "ltc-timeout": {
225432                        "blurb": "Time out LTC timecode if no new timecode was detected after this time",
225433                        "conditionally-available": false,
225434                        "construct": false,
225435                        "construct-only": false,
225436                        "controllable": false,
225437                        "default": "18446744073709551615",
225438                        "max": "18446744073709551615",
225439                        "min": "0",
225440                        "mutable": "null",
225441                        "readable": true,
225442                        "type": "guint64",
225443                        "writable": true
225444                    },
225445                    "post-messages": {
225446                        "blurb": "Post element message containing the current timecode",
225447                        "conditionally-available": false,
225448                        "construct": false,
225449                        "construct-only": false,
225450                        "controllable": false,
225451                        "default": "false",
225452                        "mutable": "null",
225453                        "readable": true,
225454                        "type": "gboolean",
225455                        "writable": true
225456                    },
225457                    "rtc-auto-resync": {
225458                        "blurb": "If true the RTC timecode will be automatically resynced if it drifts, otherwise it will only be counted up from the last known one",
225459                        "conditionally-available": false,
225460                        "construct": false,
225461                        "construct-only": false,
225462                        "controllable": false,
225463                        "default": "true",
225464                        "mutable": "null",
225465                        "readable": true,
225466                        "type": "gboolean",
225467                        "writable": true
225468                    },
225469                    "rtc-max-drift": {
225470                        "blurb": "Maximum number of nanoseconds the RTC clock is allowed to drift from the video before it is resynced",
225471                        "conditionally-available": false,
225472                        "construct": false,
225473                        "construct-only": false,
225474                        "controllable": false,
225475                        "default": "250000000",
225476                        "max": "18446744073709551615",
225477                        "min": "0",
225478                        "mutable": "null",
225479                        "readable": true,
225480                        "type": "guint64",
225481                        "writable": true
225482                    },
225483                    "set": {
225484                        "blurb": "Choose whether timecodes should be overridden or not",
225485                        "conditionally-available": false,
225486                        "construct": false,
225487                        "construct-only": false,
225488                        "controllable": false,
225489                        "default": "keep (1)",
225490                        "mutable": "null",
225491                        "readable": true,
225492                        "type": "GstTimeCodeStamperSet",
225493                        "writable": true
225494                    },
225495                    "set-internal-timecode": {
225496                        "blurb": "If set, take this timecode as the internal timecode for the first frame and increment from it. Only the values itself and daily jam are taken, flags and frame rate are always determined by timecodestamper itself. If unset, the internal timecode will start at 0 with the daily jam being the current real-time clock time",
225497                        "conditionally-available": false,
225498                        "construct": false,
225499                        "construct-only": false,
225500                        "controllable": false,
225501                        "mutable": "null",
225502                        "readable": true,
225503                        "type": "GstVideoTimeCode",
225504                        "writable": true
225505                    },
225506                    "source": {
225507                        "blurb": "Choose from what source the timecode should be taken",
225508                        "conditionally-available": false,
225509                        "construct": false,
225510                        "construct-only": false,
225511                        "controllable": false,
225512                        "default": "internal (0)",
225513                        "mutable": "null",
225514                        "readable": true,
225515                        "type": "GstTimeCodeStamperSource",
225516                        "writable": true
225517                    },
225518                    "timecode-offset": {
225519                        "blurb": "Add this offset in frames to internal, LTC or RTC timecode, useful if there is an offset between the timecode source and video",
225520                        "conditionally-available": false,
225521                        "construct": false,
225522                        "construct-only": false,
225523                        "controllable": false,
225524                        "default": "0",
225525                        "max": "2147483647",
225526                        "min": "-2147483648",
225527                        "mutable": "null",
225528                        "readable": true,
225529                        "type": "gint",
225530                        "writable": true
225531                    },
225532                    "timeout": {
225533                        "blurb": "Time out upstream timecode if no new timecode was detected after this time",
225534                        "conditionally-available": false,
225535                        "construct": false,
225536                        "construct-only": false,
225537                        "controllable": false,
225538                        "default": "18446744073709551615",
225539                        "max": "18446744073709551615",
225540                        "min": "0",
225541                        "mutable": "null",
225542                        "readable": true,
225543                        "type": "guint64",
225544                        "writable": true
225545                    }
225546                },
225547                "rank": "none"
225548            }
225549        },
225550        "filename": "gsttimecode",
225551        "license": "LGPL",
225552        "other-types": {
225553            "GstAvWaitMode": {
225554                "kind": "enum",
225555                "values": [
225556                    {
225557                        "desc": "time code (default)",
225558                        "name": "timecode",
225559                        "value": "0"
225560                    },
225561                    {
225562                        "desc": "running time",
225563                        "name": "running-time",
225564                        "value": "1"
225565                    },
225566                    {
225567                        "desc": "video first",
225568                        "name": "video-first",
225569                        "value": "2"
225570                    }
225571                ]
225572            },
225573            "GstTimeCodeStamperSet": {
225574                "kind": "enum",
225575                "values": [
225576                    {
225577                        "desc": "Never set timecodes",
225578                        "name": "never",
225579                        "value": "0"
225580                    },
225581                    {
225582                        "desc": "Keep upstream timecodes and only set if no upstream timecode",
225583                        "name": "keep",
225584                        "value": "1"
225585                    },
225586                    {
225587                        "desc": "Always set timecode and remove upstream timecode",
225588                        "name": "always",
225589                        "value": "2"
225590                    }
225591                ]
225592            },
225593            "GstTimeCodeStamperSource": {
225594                "kind": "enum",
225595                "values": [
225596                    {
225597                        "desc": "Use internal timecode counter, starting at zero or value set by property",
225598                        "name": "internal",
225599                        "value": "0"
225600                    },
225601                    {
225602                        "desc": "Always use zero",
225603                        "name": "zero",
225604                        "value": "1"
225605                    },
225606                    {
225607                        "desc": "Count up from the last known upstream timecode or internal if unknown",
225608                        "name": "last-known",
225609                        "value": "2"
225610                    },
225611                    {
225612                        "desc": "Count up from the last known upstream timecode or zero if unknown",
225613                        "name": "last-known-or-zero",
225614                        "value": "3"
225615                    },
225616                    {
225617                        "desc": "Linear timecode from an audio device",
225618                        "name": "ltc",
225619                        "value": "4"
225620                    },
225621                    {
225622                        "desc": "Timecode from real time clock",
225623                        "name": "rtc",
225624                        "value": "5"
225625                    }
225626                ]
225627            }
225628        },
225629        "package": "GStreamer Bad Plug-ins",
225630        "source": "gst-plugins-bad",
225631        "tracers": {},
225632        "url": "Unknown package origin"
225633    },
225634    "tinyalsa": {
225635        "description": "tinyalsa plugin library",
225636        "elements": {
225637            "tinyalsasink": {
225638                "author": "Arun Raghavan <arun@centricular.com>",
225639                "description": "Plays audio to an ALSA device",
225640                "hierarchy": [
225641                    "GstTinyalsaSink",
225642                    "GstAudioSink",
225643                    "GstAudioBaseSink",
225644                    "GstBaseSink",
225645                    "GstElement",
225646                    "GstObject",
225647                    "GInitiallyUnowned",
225648                    "GObject"
225649                ],
225650                "klass": "Sink/Audio",
225651                "long-name": "tinyalsa Audio Sink",
225652                "pad-templates": {
225653                    "sink": {
225654                        "caps": "audio/x-raw:\n         format: { S16LE, S32LE, S24_32LE, S8 }\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\n         layout: interleaved\n",
225655                        "direction": "sink",
225656                        "presence": "always"
225657                    }
225658                },
225659                "properties": {
225660                    "alignment-threshold": {
225661                        "blurb": "Timestamp alignment threshold in nanoseconds",
225662                        "conditionally-available": false,
225663                        "construct": false,
225664                        "construct-only": false,
225665                        "controllable": false,
225666                        "default": "40000000",
225667                        "max": "18446744073709551614",
225668                        "min": "1",
225669                        "mutable": "null",
225670                        "readable": true,
225671                        "type": "guint64",
225672                        "writable": true
225673                    },
225674                    "async": {
225675                        "blurb": "Go asynchronously to PAUSED",
225676                        "conditionally-available": false,
225677                        "construct": false,
225678                        "construct-only": false,
225679                        "controllable": false,
225680                        "default": "true",
225681                        "mutable": "null",
225682                        "readable": true,
225683                        "type": "gboolean",
225684                        "writable": true
225685                    },
225686                    "blocksize": {
225687                        "blurb": "Size in bytes to pull per buffer (0 = default)",
225688                        "conditionally-available": false,
225689                        "construct": false,
225690                        "construct-only": false,
225691                        "controllable": false,
225692                        "default": "4096",
225693                        "max": "-1",
225694                        "min": "0",
225695                        "mutable": "null",
225696                        "readable": true,
225697                        "type": "guint",
225698                        "writable": true
225699                    },
225700                    "buffer-time": {
225701                        "blurb": "Size of audio buffer in microseconds, this is the minimum latency that the sink reports",
225702                        "conditionally-available": false,
225703                        "construct": false,
225704                        "construct-only": false,
225705                        "controllable": false,
225706                        "default": "200000",
225707                        "max": "9223372036854775807",
225708                        "min": "1",
225709                        "mutable": "null",
225710                        "readable": true,
225711                        "type": "gint64",
225712                        "writable": true
225713                    },
225714                    "can-activate-pull": {
225715                        "blurb": "Allow pull-based scheduling",
225716                        "conditionally-available": false,
225717                        "construct": false,
225718                        "construct-only": false,
225719                        "controllable": false,
225720                        "default": "false",
225721                        "mutable": "null",
225722                        "readable": true,
225723                        "type": "gboolean",
225724                        "writable": true
225725                    },
225726                    "card": {
225727                        "blurb": "The ALSA card to use",
225728                        "conditionally-available": false,
225729                        "construct": false,
225730                        "construct-only": false,
225731                        "controllable": false,
225732                        "default": "0",
225733                        "max": "-1",
225734                        "min": "0",
225735                        "mutable": "null",
225736                        "readable": true,
225737                        "type": "guint",
225738                        "writable": true
225739                    },
225740                    "device": {
225741                        "blurb": "The ALSA device to use",
225742                        "conditionally-available": false,
225743                        "construct": false,
225744                        "construct-only": false,
225745                        "controllable": false,
225746                        "default": "0",
225747                        "max": "-1",
225748                        "min": "0",
225749                        "mutable": "null",
225750                        "readable": true,
225751                        "type": "guint",
225752                        "writable": true
225753                    },
225754                    "discont-wait": {
225755                        "blurb": "Window of time in nanoseconds to wait before creating a discontinuity",
225756                        "conditionally-available": false,
225757                        "construct": false,
225758                        "construct-only": false,
225759                        "controllable": false,
225760                        "default": "1000000000",
225761                        "max": "18446744073709551614",
225762                        "min": "0",
225763                        "mutable": "null",
225764                        "readable": true,
225765                        "type": "guint64",
225766                        "writable": true
225767                    },
225768                    "drift-tolerance": {
225769                        "blurb": "Tolerance for clock drift in microseconds",
225770                        "conditionally-available": false,
225771                        "construct": false,
225772                        "construct-only": false,
225773                        "controllable": false,
225774                        "default": "40000",
225775                        "max": "9223372036854775807",
225776                        "min": "1",
225777                        "mutable": "null",
225778                        "readable": true,
225779                        "type": "gint64",
225780                        "writable": true
225781                    },
225782                    "enable-last-sample": {
225783                        "blurb": "Enable the last-sample property",
225784                        "conditionally-available": false,
225785                        "construct": false,
225786                        "construct-only": false,
225787                        "controllable": false,
225788                        "default": "false",
225789                        "mutable": "null",
225790                        "readable": true,
225791                        "type": "gboolean",
225792                        "writable": true
225793                    },
225794                    "last-sample": {
225795                        "blurb": "The last sample received in the sink",
225796                        "conditionally-available": false,
225797                        "construct": false,
225798                        "construct-only": false,
225799                        "controllable": false,
225800                        "mutable": "null",
225801                        "readable": true,
225802                        "type": "GstSample",
225803                        "writable": false
225804                    },
225805                    "latency-time": {
225806                        "blurb": "The minimum amount of data to write in each iteration in microseconds",
225807                        "conditionally-available": false,
225808                        "construct": false,
225809                        "construct-only": false,
225810                        "controllable": false,
225811                        "default": "10000",
225812                        "max": "9223372036854775807",
225813                        "min": "1",
225814                        "mutable": "null",
225815                        "readable": true,
225816                        "type": "gint64",
225817                        "writable": true
225818                    },
225819                    "max-bitrate": {
225820                        "blurb": "The maximum bits per second to render (0 = disabled)",
225821                        "conditionally-available": false,
225822                        "construct": false,
225823                        "construct-only": false,
225824                        "controllable": false,
225825                        "default": "0",
225826                        "max": "18446744073709551615",
225827                        "min": "0",
225828                        "mutable": "null",
225829                        "readable": true,
225830                        "type": "guint64",
225831                        "writable": true
225832                    },
225833                    "max-lateness": {
225834                        "blurb": "Maximum number of nanoseconds that a buffer can be late before it is dropped (-1 unlimited)",
225835                        "conditionally-available": false,
225836                        "construct": false,
225837                        "construct-only": false,
225838                        "controllable": false,
225839                        "default": "18446744073709551615",
225840                        "max": "9223372036854775807",
225841                        "min": "-1",
225842                        "mutable": "null",
225843                        "readable": true,
225844                        "type": "gint64",
225845                        "writable": true
225846                    },
225847                    "processing-deadline": {
225848                        "blurb": "Maximum processing time for a buffer in nanoseconds",
225849                        "conditionally-available": false,
225850                        "construct": false,
225851                        "construct-only": false,
225852                        "controllable": false,
225853                        "default": "20000000",
225854                        "max": "18446744073709551615",
225855                        "min": "0",
225856                        "mutable": "null",
225857                        "readable": true,
225858                        "type": "guint64",
225859                        "writable": true
225860                    },
225861                    "provide-clock": {
225862                        "blurb": "Provide a clock to be used as the global pipeline clock",
225863                        "conditionally-available": false,
225864                        "construct": false,
225865                        "construct-only": false,
225866                        "controllable": false,
225867                        "default": "true",
225868                        "mutable": "null",
225869                        "readable": true,
225870                        "type": "gboolean",
225871                        "writable": true
225872                    },
225873                    "qos": {
225874                        "blurb": "Generate Quality-of-Service events upstream",
225875                        "conditionally-available": false,
225876                        "construct": false,
225877                        "construct-only": false,
225878                        "controllable": false,
225879                        "default": "false",
225880                        "mutable": "null",
225881                        "readable": true,
225882                        "type": "gboolean",
225883                        "writable": true
225884                    },
225885                    "render-delay": {
225886                        "blurb": "Additional render delay of the sink in nanoseconds",
225887                        "conditionally-available": false,
225888                        "construct": false,
225889                        "construct-only": false,
225890                        "controllable": false,
225891                        "default": "0",
225892                        "max": "18446744073709551615",
225893                        "min": "0",
225894                        "mutable": "null",
225895                        "readable": true,
225896                        "type": "guint64",
225897                        "writable": true
225898                    },
225899                    "slave-method": {
225900                        "blurb": "Algorithm used to match the rate of the masterclock",
225901                        "conditionally-available": false,
225902                        "construct": false,
225903                        "construct-only": false,
225904                        "controllable": false,
225905                        "default": "skew (1)",
225906                        "mutable": "null",
225907                        "readable": true,
225908                        "type": "GstAudioBaseSinkSlaveMethod",
225909                        "writable": true
225910                    },
225911                    "stats": {
225912                        "blurb": "Sink Statistics",
225913                        "conditionally-available": false,
225914                        "construct": false,
225915                        "construct-only": false,
225916                        "controllable": false,
225917                        "default": "application/x-gst-base-sink-stats, average-rate=(double)0, dropped=(guint64)0, rendered=(guint64)0;",
225918                        "mutable": "null",
225919                        "readable": true,
225920                        "type": "GstStructure",
225921                        "writable": false
225922                    },
225923                    "sync": {
225924                        "blurb": "Sync on the clock",
225925                        "conditionally-available": false,
225926                        "construct": false,
225927                        "construct-only": false,
225928                        "controllable": false,
225929                        "default": "true",
225930                        "mutable": "null",
225931                        "readable": true,
225932                        "type": "gboolean",
225933                        "writable": true
225934                    },
225935                    "throttle-time": {
225936                        "blurb": "The time to keep between rendered buffers (0 = disabled)",
225937                        "conditionally-available": false,
225938                        "construct": false,
225939                        "construct-only": false,
225940                        "controllable": false,
225941                        "default": "0",
225942                        "max": "18446744073709551615",
225943                        "min": "0",
225944                        "mutable": "null",
225945                        "readable": true,
225946                        "type": "guint64",
225947                        "writable": true
225948                    },
225949                    "ts-offset": {
225950                        "blurb": "Timestamp offset in nanoseconds",
225951                        "conditionally-available": false,
225952                        "construct": false,
225953                        "construct-only": false,
225954                        "controllable": false,
225955                        "default": "0",
225956                        "max": "9223372036854775807",
225957                        "min": "-9223372036854775808",
225958                        "mutable": "null",
225959                        "readable": true,
225960                        "type": "gint64",
225961                        "writable": true
225962                    }
225963                },
225964                "rank": "none"
225965            }
225966        },
225967        "filename": "gsttinyalsa",
225968        "license": "LGPL",
225969        "other-types": {},
225970        "package": "GStreamer Bad Plug-ins",
225971        "source": "gst-plugins-bad",
225972        "tracers": {},
225973        "url": "Unknown package origin"
225974    },
225975    "transcode": {
225976        "description": "A plugin containing elements for transcoding",
225977        "elements": {
225978            "transcodebin": {
225979                "author": "Thibault Saunier <tsaunier@igalia.com>",
225980                "description": "Autoplug and transcoder a stream",
225981                "hierarchy": [
225982                    "GstTranscodeBin",
225983                    "GstBin",
225984                    "GstElement",
225985                    "GstObject",
225986                    "GInitiallyUnowned",
225987                    "GObject"
225988                ],
225989                "interfaces": [
225990                    "GstChildProxy"
225991                ],
225992                "klass": "Generic/Bin/Encoding",
225993                "long-name": "Transcode Bin",
225994                "pad-templates": {
225995                    "sink": {
225996                        "caps": "ANY",
225997                        "direction": "sink",
225998                        "presence": "always"
225999                    },
226000                    "sink_%%u": {
226001                        "caps": "ANY",
226002                        "direction": "sink",
226003                        "presence": "request"
226004                    },
226005                    "src": {
226006                        "caps": "ANY",
226007                        "direction": "src",
226008                        "presence": "always"
226009                    },
226010                    "src_%%u": {
226011                        "caps": "ANY",
226012                        "direction": "src",
226013                        "presence": "sometimes"
226014                    }
226015                },
226016                "properties": {
226017                    "audio-filter": {
226018                        "blurb": "the audio filter(s) to apply, if possible",
226019                        "conditionally-available": false,
226020                        "construct": false,
226021                        "construct-only": false,
226022                        "controllable": false,
226023                        "mutable": "ready",
226024                        "readable": true,
226025                        "type": "GstElement",
226026                        "writable": true
226027                    },
226028                    "avoid-reencoding": {
226029                        "blurb": "Whether to re-encode portions of compatible video streams that lay on segment boundaries",
226030                        "conditionally-available": false,
226031                        "construct": false,
226032                        "construct-only": false,
226033                        "controllable": false,
226034                        "default": "false",
226035                        "mutable": "ready",
226036                        "readable": true,
226037                        "type": "gboolean",
226038                        "writable": true
226039                    },
226040                    "profile": {
226041                        "blurb": "The GstEncodingProfile to use",
226042                        "conditionally-available": false,
226043                        "construct": false,
226044                        "construct-only": false,
226045                        "controllable": false,
226046                        "mutable": "ready",
226047                        "readable": true,
226048                        "type": "GstEncodingProfile",
226049                        "writable": true
226050                    },
226051                    "video-filter": {
226052                        "blurb": "the video filter(s) to apply, if possible",
226053                        "conditionally-available": false,
226054                        "construct": false,
226055                        "construct-only": false,
226056                        "controllable": false,
226057                        "mutable": "ready",
226058                        "readable": true,
226059                        "type": "GstElement",
226060                        "writable": true
226061                    }
226062                },
226063                "rank": "none"
226064            },
226065            "uritranscodebin": {
226066                "author": "Thibault Saunier <tsaunier@igalia.com>",
226067                "description": "Autoplug and transcoder media from uris",
226068                "hierarchy": [
226069                    "GstUriTranscodeBin",
226070                    "GstPipeline",
226071                    "GstBin",
226072                    "GstElement",
226073                    "GstObject",
226074                    "GInitiallyUnowned",
226075                    "GObject"
226076                ],
226077                "interfaces": [
226078                    "GstChildProxy"
226079                ],
226080                "klass": "Generic/Bin/Encoding",
226081                "long-name": "URITranscode Bin",
226082                "properties": {
226083                    "audio-filter": {
226084                        "blurb": "the audio filter(s) to apply, if possible",
226085                        "conditionally-available": false,
226086                        "construct": false,
226087                        "construct-only": false,
226088                        "controllable": false,
226089                        "mutable": "null",
226090                        "readable": true,
226091                        "type": "GstElement",
226092                        "writable": true
226093                    },
226094                    "avoid-reencoding": {
226095                        "blurb": "Whether to re-encode portions of compatible video streams that lay on segment boundaries",
226096                        "conditionally-available": false,
226097                        "construct": false,
226098                        "construct-only": false,
226099                        "controllable": false,
226100                        "default": "false",
226101                        "mutable": "null",
226102                        "readable": true,
226103                        "type": "gboolean",
226104                        "writable": true
226105                    },
226106                    "cpu-usage": {
226107                        "blurb": "The percentage of CPU to try to use with the processus running the pipeline driven by the clock",
226108                        "conditionally-available": false,
226109                        "construct": false,
226110                        "construct-only": false,
226111                        "controllable": false,
226112                        "default": "100",
226113                        "max": "100",
226114                        "min": "0",
226115                        "mutable": "null",
226116                        "readable": true,
226117                        "type": "guint",
226118                        "writable": true
226119                    },
226120                    "dest-uri": {
226121                        "blurb": "URI to put output stream",
226122                        "conditionally-available": false,
226123                        "construct": false,
226124                        "construct-only": false,
226125                        "controllable": false,
226126                        "default": "NULL",
226127                        "mutable": "null",
226128                        "readable": true,
226129                        "type": "gchararray",
226130                        "writable": true
226131                    },
226132                    "profile": {
226133                        "blurb": "The GstEncodingProfile to use",
226134                        "conditionally-available": false,
226135                        "construct": false,
226136                        "construct-only": false,
226137                        "controllable": false,
226138                        "mutable": "null",
226139                        "readable": true,
226140                        "type": "GstEncodingProfile",
226141                        "writable": true
226142                    },
226143                    "source-uri": {
226144                        "blurb": "URI to decode",
226145                        "conditionally-available": false,
226146                        "construct": false,
226147                        "construct-only": false,
226148                        "controllable": false,
226149                        "default": "NULL",
226150                        "mutable": "null",
226151                        "readable": true,
226152                        "type": "gchararray",
226153                        "writable": true
226154                    },
226155                    "video-filter": {
226156                        "blurb": "the video filter(s) to apply, if possible",
226157                        "conditionally-available": false,
226158                        "construct": false,
226159                        "construct-only": false,
226160                        "controllable": false,
226161                        "mutable": "null",
226162                        "readable": true,
226163                        "type": "GstElement",
226164                        "writable": true
226165                    }
226166                },
226167                "rank": "none",
226168                "signals": {
226169                    "element-setup": {
226170                        "args": [
226171                            {
226172                                "name": "arg0",
226173                                "type": "GstElement"
226174                            }
226175                        ],
226176                        "return-type": "void",
226177                        "when": "last"
226178                    },
226179                    "source-setup": {
226180                        "args": [
226181                            {
226182                                "name": "arg0",
226183                                "type": "GstElement"
226184                            }
226185                        ],
226186                        "return-type": "void",
226187                        "when": "last"
226188                    }
226189                }
226190            }
226191        },
226192        "filename": "gsttranscode",
226193        "license": "LGPL",
226194        "other-types": {},
226195        "package": "GStreamer Bad Plug-ins",
226196        "source": "gst-plugins-bad",
226197        "tracers": {},
226198        "url": "Unknown package origin"
226199    },
226200    "ttmlsubs": {
226201        "description": "TTML subtitle handling",
226202        "elements": {
226203            "ttmlparse": {
226204                "author": "GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>, Chris Bass <dash@rd.bbc.co.uk>",
226205                "description": "Parses TTML subtitle files",
226206                "hierarchy": [
226207                    "GstTtmlParse",
226208                    "GstElement",
226209                    "GstObject",
226210                    "GInitiallyUnowned",
226211                    "GObject"
226212                ],
226213                "klass": "Codec/Parser/Subtitle",
226214                "long-name": "TTML subtitle parser",
226215                "pad-templates": {
226216                    "sink": {
226217                        "caps": "application/ttml+xml:\n",
226218                        "direction": "sink",
226219                        "presence": "always"
226220                    },
226221                    "src": {
226222                        "caps": "text/x-raw(meta:GstSubtitleMeta):\n",
226223                        "direction": "src",
226224                        "presence": "always"
226225                    }
226226                },
226227                "rank": "none"
226228            },
226229            "ttmlrender": {
226230                "author": "David Schleef <ds@schleef.org>, Zeeshan Ali <zeeshan.ali@nokia.com>, Chris Bass <dash@rd.bbc.co.uk>",
226231                "description": "Renders timed-text subtitles on top of video buffers",
226232                "hierarchy": [
226233                    "GstTtmlRender",
226234                    "GstElement",
226235                    "GstObject",
226236                    "GInitiallyUnowned",
226237                    "GObject"
226238                ],
226239                "klass": "Overlay/Subtitle",
226240                "long-name": "TTML subtitle renderer",
226241                "pad-templates": {
226242                    "src": {
226243                        "caps": "video/x-raw:\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(ANY):\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
226244                        "direction": "src",
226245                        "presence": "always"
226246                    },
226247                    "text_sink": {
226248                        "caps": "text/x-raw(meta:GstSubtitleMeta):\n",
226249                        "direction": "sink",
226250                        "presence": "always"
226251                    },
226252                    "video_sink": {
226253                        "caps": "video/x-raw:\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(ANY):\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
226254                        "direction": "sink",
226255                        "presence": "always"
226256                    }
226257                },
226258                "rank": "none"
226259            }
226260        },
226261        "filename": "gstttmlsubs",
226262        "license": "LGPL",
226263        "other-types": {},
226264        "package": "GStreamer Bad Plug-ins",
226265        "source": "gst-plugins-bad",
226266        "tracers": {},
226267        "url": "Unknown package origin"
226268    },
226269    "uvch264": {
226270        "description": "UVC compliant H264 encoding cameras plugin",
226271        "elements": {
226272            "uvch264mjpgdemux": {
226273                "author": "Youness Alaoui <youness.alaoui@collabora.co.uk>",
226274                "description": "Demux UVC H264 auxiliary streams from MJPG images",
226275                "hierarchy": [
226276                    "GstUvcH264MjpgDemux",
226277                    "GstElement",
226278                    "GstObject",
226279                    "GInitiallyUnowned",
226280                    "GObject"
226281                ],
226282                "klass": "Video/Demuxer",
226283                "long-name": "UVC H264 MJPG Demuxer",
226284                "pad-templates": {
226285                    "h264": {
226286                        "caps": "video/x-h264:\n          width: [ 0, 2147483647 ]\n         height: [ 0, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
226287                        "direction": "src",
226288                        "presence": "always"
226289                    },
226290                    "jpeg": {
226291                        "caps": "image/jpeg:\n          width: [ 0, 2147483647 ]\n         height: [ 0, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
226292                        "direction": "src",
226293                        "presence": "always"
226294                    },
226295                    "nv12": {
226296                        "caps": "video/x-raw:\n         format: NV12\n          width: [ 0, 2147483647 ]\n         height: [ 0, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
226297                        "direction": "src",
226298                        "presence": "always"
226299                    },
226300                    "sink": {
226301                        "caps": "image/jpeg:\n          width: [ 0, 2147483647 ]\n         height: [ 0, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
226302                        "direction": "sink",
226303                        "presence": "always"
226304                    },
226305                    "yuy2": {
226306                        "caps": "video/x-raw:\n         format: YUY2\n          width: [ 0, 2147483647 ]\n         height: [ 0, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
226307                        "direction": "src",
226308                        "presence": "always"
226309                    }
226310                },
226311                "properties": {
226312                    "device-fd": {
226313                        "blurb": "File descriptor of the v4l2 device",
226314                        "conditionally-available": false,
226315                        "construct": false,
226316                        "construct-only": false,
226317                        "controllable": false,
226318                        "default": "-1",
226319                        "max": "2147483647",
226320                        "min": "-1",
226321                        "mutable": "null",
226322                        "readable": true,
226323                        "type": "gint",
226324                        "writable": true
226325                    },
226326                    "num-clock-samples": {
226327                        "blurb": "Number of clock samples to gather for the PTS synchronization (-1 = unlimited)",
226328                        "conditionally-available": false,
226329                        "construct": true,
226330                        "construct-only": false,
226331                        "controllable": false,
226332                        "default": "32",
226333                        "max": "2147483647",
226334                        "min": "0",
226335                        "mutable": "null",
226336                        "readable": true,
226337                        "type": "gint",
226338                        "writable": true
226339                    }
226340                },
226341                "rank": "none"
226342            },
226343            "uvch264src": {
226344                "author": "Youness Alaoui <youness.alaoui@collabora.co.uk>",
226345                "description": "UVC H264 Encoding camera source",
226346                "hierarchy": [
226347                    "GstUvcH264Src",
226348                    "GstBaseCameraSrc",
226349                    "GstBin",
226350                    "GstElement",
226351                    "GstObject",
226352                    "GInitiallyUnowned",
226353                    "GObject"
226354                ],
226355                "interfaces": [
226356                    "GstChildProxy"
226357                ],
226358                "klass": "Source/Video",
226359                "long-name": "UVC H264 Source",
226360                "pad-templates": {
226361                    "imgsrc": {
226362                        "caps": "EMPTY",
226363                        "direction": "src",
226364                        "presence": "always"
226365                    },
226366                    "vfsrc": {
226367                        "caps": "video/x-raw:\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nimage/jpeg:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
226368                        "direction": "src",
226369                        "presence": "always"
226370                    },
226371                    "vidsrc": {
226372                        "caps": "video/x-raw:\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nimage/jpeg:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-h264:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n  stream-format: { (string)byte-stream, (string)avc }\n      alignment: au\n        profile: { (string)high, (string)main, (string)baseline, (string)constrained-baseline }\n",
226373                        "direction": "src",
226374                        "presence": "always"
226375                    }
226376                },
226377                "properties": {
226378                    "average-bitrate": {
226379                        "blurb": "The average bitrate in bits/second (dynamic control)",
226380                        "conditionally-available": false,
226381                        "construct": false,
226382                        "construct-only": false,
226383                        "controllable": false,
226384                        "default": "3000000",
226385                        "max": "-1",
226386                        "min": "0",
226387                        "mutable": "playing",
226388                        "readable": true,
226389                        "type": "guint",
226390                        "writable": true
226391                    },
226392                    "colorspace-name": {
226393                        "blurb": "The name of the colorspace element",
226394                        "conditionally-available": false,
226395                        "construct": true,
226396                        "construct-only": false,
226397                        "controllable": false,
226398                        "default": "videoconvert",
226399                        "mutable": "ready",
226400                        "readable": true,
226401                        "type": "gchararray",
226402                        "writable": true
226403                    },
226404                    "device": {
226405                        "blurb": "Device location",
226406                        "conditionally-available": false,
226407                        "construct": false,
226408                        "construct-only": false,
226409                        "controllable": false,
226410                        "default": "/dev/video0",
226411                        "mutable": "null",
226412                        "readable": true,
226413                        "type": "gchararray",
226414                        "writable": true
226415                    },
226416                    "device-name": {
226417                        "blurb": "Name of the device",
226418                        "conditionally-available": false,
226419                        "construct": false,
226420                        "construct-only": false,
226421                        "controllable": false,
226422                        "default": "",
226423                        "mutable": "null",
226424                        "readable": true,
226425                        "type": "gchararray",
226426                        "writable": false
226427                    },
226428                    "enable-sei": {
226429                        "blurb": "Enable SEI picture timing (static control)",
226430                        "conditionally-available": false,
226431                        "construct": false,
226432                        "construct-only": false,
226433                        "controllable": false,
226434                        "default": "false",
226435                        "mutable": "ready",
226436                        "readable": true,
226437                        "type": "gboolean",
226438                        "writable": true
226439                    },
226440                    "entropy": {
226441                        "blurb": "Entropy (static control)",
226442                        "conditionally-available": false,
226443                        "construct": false,
226444                        "construct-only": false,
226445                        "controllable": false,
226446                        "default": "cavlc (0)",
226447                        "mutable": "ready",
226448                        "readable": true,
226449                        "type": "UvcH264Entropy",
226450                        "writable": true
226451                    },
226452                    "fixed-framerate": {
226453                        "blurb": "Fixed framerate (static & dynamic control)",
226454                        "conditionally-available": false,
226455                        "construct": false,
226456                        "construct-only": false,
226457                        "controllable": false,
226458                        "default": "false",
226459                        "mutable": "playing",
226460                        "readable": true,
226461                        "type": "gboolean",
226462                        "writable": true
226463                    },
226464                    "iframe-period": {
226465                        "blurb": "Time between IDR frames in milliseconds (static control)",
226466                        "conditionally-available": false,
226467                        "construct": false,
226468                        "construct-only": false,
226469                        "controllable": false,
226470                        "default": "10000",
226471                        "max": "65535",
226472                        "min": "0",
226473                        "mutable": "ready",
226474                        "readable": true,
226475                        "type": "guint",
226476                        "writable": true
226477                    },
226478                    "initial-bitrate": {
226479                        "blurb": "Initial bitrate in bits/second (static control)",
226480                        "conditionally-available": false,
226481                        "construct": false,
226482                        "construct-only": false,
226483                        "controllable": false,
226484                        "default": "3000000",
226485                        "max": "-1",
226486                        "min": "0",
226487                        "mutable": "ready",
226488                        "readable": true,
226489                        "type": "guint",
226490                        "writable": true
226491                    },
226492                    "jpeg-decoder-name": {
226493                        "blurb": "The name of the jpeg decoder element",
226494                        "conditionally-available": false,
226495                        "construct": true,
226496                        "construct-only": false,
226497                        "controllable": false,
226498                        "default": "jpegdec",
226499                        "mutable": "ready",
226500                        "readable": true,
226501                        "type": "gchararray",
226502                        "writable": true
226503                    },
226504                    "leaky-bucket-size": {
226505                        "blurb": "Size of the leaky bucket size in milliseconds (static control)",
226506                        "conditionally-available": false,
226507                        "construct": false,
226508                        "construct-only": false,
226509                        "controllable": false,
226510                        "default": "1000",
226511                        "max": "65535",
226512                        "min": "0",
226513                        "mutable": "ready",
226514                        "readable": true,
226515                        "type": "guint",
226516                        "writable": true
226517                    },
226518                    "level-idc": {
226519                        "blurb": "Level IDC (dynamic control)",
226520                        "conditionally-available": false,
226521                        "construct": false,
226522                        "construct-only": false,
226523                        "controllable": false,
226524                        "default": "40",
226525                        "max": "255",
226526                        "min": "0",
226527                        "mutable": "playing",
226528                        "readable": true,
226529                        "type": "guint",
226530                        "writable": true
226531                    },
226532                    "ltr-buffer-size": {
226533                        "blurb": "Total number of Long-Term Reference frames (dynamic control)",
226534                        "conditionally-available": false,
226535                        "construct": false,
226536                        "construct-only": false,
226537                        "controllable": false,
226538                        "default": "0",
226539                        "max": "255",
226540                        "min": "0",
226541                        "mutable": "playing",
226542                        "readable": true,
226543                        "type": "gint",
226544                        "writable": true
226545                    },
226546                    "ltr-encoder-control": {
226547                        "blurb": "Number of LTR frames the device can control (dynamic control)",
226548                        "conditionally-available": false,
226549                        "construct": false,
226550                        "construct-only": false,
226551                        "controllable": false,
226552                        "default": "0",
226553                        "max": "255",
226554                        "min": "0",
226555                        "mutable": "playing",
226556                        "readable": true,
226557                        "type": "gint",
226558                        "writable": true
226559                    },
226560                    "max-bframe-qp": {
226561                        "blurb": "The minimum Quantization step size for B frames (dynamic control)",
226562                        "conditionally-available": false,
226563                        "construct": false,
226564                        "construct-only": false,
226565                        "controllable": false,
226566                        "default": "46",
226567                        "max": "127",
226568                        "min": "-127",
226569                        "mutable": "playing",
226570                        "readable": true,
226571                        "type": "gint",
226572                        "writable": true
226573                    },
226574                    "max-iframe-qp": {
226575                        "blurb": "The minimum Quantization step size for I frames (dynamic control)",
226576                        "conditionally-available": false,
226577                        "construct": false,
226578                        "construct-only": false,
226579                        "controllable": false,
226580                        "default": "46",
226581                        "max": "127",
226582                        "min": "-127",
226583                        "mutable": "playing",
226584                        "readable": true,
226585                        "type": "gint",
226586                        "writable": true
226587                    },
226588                    "max-mbps": {
226589                        "blurb": "The number of macroblocks per second for the maximum processing rate",
226590                        "conditionally-available": false,
226591                        "construct": false,
226592                        "construct-only": false,
226593                        "controllable": false,
226594                        "default": "0",
226595                        "max": "-1",
226596                        "min": "0",
226597                        "mutable": "null",
226598                        "readable": true,
226599                        "type": "guint",
226600                        "writable": false
226601                    },
226602                    "max-pframe-qp": {
226603                        "blurb": "The minimum Quantization step size for P frames (dynamic control)",
226604                        "conditionally-available": false,
226605                        "construct": false,
226606                        "construct-only": false,
226607                        "controllable": false,
226608                        "default": "46",
226609                        "max": "127",
226610                        "min": "-127",
226611                        "mutable": "playing",
226612                        "readable": true,
226613                        "type": "gint",
226614                        "writable": true
226615                    },
226616                    "min-bframe-qp": {
226617                        "blurb": "The minimum Quantization step size for B frames (dynamic control)",
226618                        "conditionally-available": false,
226619                        "construct": false,
226620                        "construct-only": false,
226621                        "controllable": false,
226622                        "default": "10",
226623                        "max": "127",
226624                        "min": "-127",
226625                        "mutable": "playing",
226626                        "readable": true,
226627                        "type": "gint",
226628                        "writable": true
226629                    },
226630                    "min-iframe-qp": {
226631                        "blurb": "The minimum Quantization step size for I frames (dynamic control)",
226632                        "conditionally-available": false,
226633                        "construct": false,
226634                        "construct-only": false,
226635                        "controllable": false,
226636                        "default": "10",
226637                        "max": "127",
226638                        "min": "-127",
226639                        "mutable": "playing",
226640                        "readable": true,
226641                        "type": "gint",
226642                        "writable": true
226643                    },
226644                    "min-pframe-qp": {
226645                        "blurb": "The minimum Quantization step size for P frames (dynamic control)",
226646                        "conditionally-available": false,
226647                        "construct": false,
226648                        "construct-only": false,
226649                        "controllable": false,
226650                        "default": "10",
226651                        "max": "127",
226652                        "min": "-127",
226653                        "mutable": "playing",
226654                        "readable": true,
226655                        "type": "gint",
226656                        "writable": true
226657                    },
226658                    "num-buffers": {
226659                        "blurb": "Number of buffers to output before sending EOS (-1 = unlimited)",
226660                        "conditionally-available": false,
226661                        "construct": false,
226662                        "construct-only": false,
226663                        "controllable": false,
226664                        "default": "-1",
226665                        "max": "2147483647",
226666                        "min": "-1",
226667                        "mutable": "null",
226668                        "readable": true,
226669                        "type": "gint",
226670                        "writable": true
226671                    },
226672                    "num-clock-samples": {
226673                        "blurb": "Number of clock samples to gather for the PTS synchronization (-1 = unlimited)",
226674                        "conditionally-available": false,
226675                        "construct": true,
226676                        "construct-only": false,
226677                        "controllable": false,
226678                        "default": "0",
226679                        "max": "2147483647",
226680                        "min": "0",
226681                        "mutable": "playing",
226682                        "readable": true,
226683                        "type": "gint",
226684                        "writable": true
226685                    },
226686                    "num-reorder-frames": {
226687                        "blurb": "Number of B frames between the references frames (static control)",
226688                        "conditionally-available": false,
226689                        "construct": false,
226690                        "construct-only": false,
226691                        "controllable": false,
226692                        "default": "0",
226693                        "max": "255",
226694                        "min": "0",
226695                        "mutable": "ready",
226696                        "readable": true,
226697                        "type": "guint",
226698                        "writable": true
226699                    },
226700                    "peak-bitrate": {
226701                        "blurb": "The peak bitrate in bits/second (dynamic control)",
226702                        "conditionally-available": false,
226703                        "construct": false,
226704                        "construct-only": false,
226705                        "controllable": false,
226706                        "default": "3000000",
226707                        "max": "-1",
226708                        "min": "0",
226709                        "mutable": "playing",
226710                        "readable": true,
226711                        "type": "guint",
226712                        "writable": true
226713                    },
226714                    "preview-flipped": {
226715                        "blurb": "Horizontal flipped image for non H.264 streams (static control)",
226716                        "conditionally-available": false,
226717                        "construct": false,
226718                        "construct-only": false,
226719                        "controllable": false,
226720                        "default": "false",
226721                        "mutable": "ready",
226722                        "readable": true,
226723                        "type": "gboolean",
226724                        "writable": true
226725                    },
226726                    "rate-control": {
226727                        "blurb": "Rate control mode (static & dynamic control)",
226728                        "conditionally-available": false,
226729                        "construct": false,
226730                        "construct-only": false,
226731                        "controllable": false,
226732                        "default": "cbr (1)",
226733                        "mutable": "playing",
226734                        "readable": true,
226735                        "type": "UvcH264RateControl",
226736                        "writable": true
226737                    },
226738                    "slice-mode": {
226739                        "blurb": "Defines the unit of the slice-units property (static control)",
226740                        "conditionally-available": false,
226741                        "construct": false,
226742                        "construct-only": false,
226743                        "controllable": false,
226744                        "default": "slice/frame (3)",
226745                        "mutable": "ready",
226746                        "readable": true,
226747                        "type": "UvcH264SliceMode",
226748                        "writable": true
226749                    },
226750                    "slice-units": {
226751                        "blurb": "Slice units (static control)",
226752                        "conditionally-available": false,
226753                        "construct": false,
226754                        "construct-only": false,
226755                        "controllable": false,
226756                        "default": "4",
226757                        "max": "65535",
226758                        "min": "0",
226759                        "mutable": "ready",
226760                        "readable": true,
226761                        "type": "guint",
226762                        "writable": true
226763                    },
226764                    "usage-type": {
226765                        "blurb": "The usage type (static control)",
226766                        "conditionally-available": false,
226767                        "construct": false,
226768                        "construct-only": false,
226769                        "controllable": false,
226770                        "default": "realtime (1)",
226771                        "mutable": "ready",
226772                        "readable": true,
226773                        "type": "UvcH264UsageType",
226774                        "writable": true
226775                    }
226776                },
226777                "rank": "none",
226778                "signals": {
226779                    "get-boolean-setting": {
226780                        "action": true,
226781                        "args": [
226782                            {
226783                                "name": "arg0",
226784                                "type": "gchararray"
226785                            },
226786                            {
226787                                "name": "arg1",
226788                                "type": "gpointer"
226789                            },
226790                            {
226791                                "name": "arg2",
226792                                "type": "gpointer"
226793                            }
226794                        ],
226795                        "return-type": "gboolean",
226796                        "when": "last"
226797                    },
226798                    "get-enum-setting": {
226799                        "action": true,
226800                        "args": [
226801                            {
226802                                "name": "arg0",
226803                                "type": "gchararray"
226804                            },
226805                            {
226806                                "name": "arg1",
226807                                "type": "gpointer"
226808                            },
226809                            {
226810                                "name": "arg2",
226811                                "type": "gpointer"
226812                            }
226813                        ],
226814                        "return-type": "gboolean",
226815                        "when": "last"
226816                    },
226817                    "get-int-setting": {
226818                        "action": true,
226819                        "args": [
226820                            {
226821                                "name": "arg0",
226822                                "type": "gchararray"
226823                            },
226824                            {
226825                                "name": "arg1",
226826                                "type": "gpointer"
226827                            },
226828                            {
226829                                "name": "arg2",
226830                                "type": "gpointer"
226831                            },
226832                            {
226833                                "name": "arg3",
226834                                "type": "gpointer"
226835                            }
226836                        ],
226837                        "return-type": "gboolean",
226838                        "when": "last"
226839                    }
226840                }
226841            }
226842        },
226843        "filename": "gstuvch264",
226844        "license": "LGPL",
226845        "other-types": {
226846            "UvcH264Entropy": {
226847                "kind": "enum",
226848                "values": [
226849                    {
226850                        "desc": "CAVLC",
226851                        "name": "cavlc",
226852                        "value": "0"
226853                    },
226854                    {
226855                        "desc": "CABAC",
226856                        "name": "cabac",
226857                        "value": "1"
226858                    }
226859                ]
226860            },
226861            "UvcH264RateControl": {
226862                "kind": "enum",
226863                "values": [
226864                    {
226865                        "desc": "Constant bit rate",
226866                        "name": "cbr",
226867                        "value": "1"
226868                    },
226869                    {
226870                        "desc": "Variable bit rate",
226871                        "name": "vbr",
226872                        "value": "2"
226873                    },
226874                    {
226875                        "desc": "Constant QP",
226876                        "name": "qp",
226877                        "value": "3"
226878                    }
226879                ]
226880            },
226881            "UvcH264SliceMode": {
226882                "kind": "enum",
226883                "values": [
226884                    {
226885                        "desc": "Ignored",
226886                        "name": "ignored",
226887                        "value": "0"
226888                    },
226889                    {
226890                        "desc": "Bits per slice",
226891                        "name": "bits/slice",
226892                        "value": "1"
226893                    },
226894                    {
226895                        "desc": "MBs per Slice",
226896                        "name": "MBs/slice",
226897                        "value": "2"
226898                    },
226899                    {
226900                        "desc": "Slice Per Frame",
226901                        "name": "slice/frame",
226902                        "value": "3"
226903                    }
226904                ]
226905            },
226906            "UvcH264UsageType": {
226907                "kind": "enum",
226908                "values": [
226909                    {
226910                        "desc": "Realtime (video conferencing)",
226911                        "name": "realtime",
226912                        "value": "1"
226913                    },
226914                    {
226915                        "desc": "Broadcast",
226916                        "name": "broadcast",
226917                        "value": "2"
226918                    },
226919                    {
226920                        "desc": "Storage",
226921                        "name": "storage",
226922                        "value": "3"
226923                    },
226924                    {
226925                        "desc": "UCConfig 0",
226926                        "name": "ucconfig0",
226927                        "value": "4"
226928                    },
226929                    {
226930                        "desc": "UCConfig 1",
226931                        "name": "ucconfig1",
226932                        "value": "5"
226933                    },
226934                    {
226935                        "desc": "UCConfig 2Q",
226936                        "name": "ucconfig2q",
226937                        "value": "6"
226938                    },
226939                    {
226940                        "desc": "UCConfig 2S",
226941                        "name": "ucconfig2s",
226942                        "value": "7"
226943                    },
226944                    {
226945                        "desc": "UCConfig 3",
226946                        "name": "ucconfig3",
226947                        "value": "8"
226948                    }
226949                ]
226950            }
226951        },
226952        "package": "GStreamer Bad Plug-ins",
226953        "source": "gst-plugins-bad",
226954        "tracers": {},
226955        "url": "Unknown package origin"
226956    },
226957    "v4l2codecs": {
226958        "description": "V4L2 CODEC Accelerators plugin",
226959        "elements": {},
226960        "filename": "gstv4l2codecs",
226961        "license": "LGPL",
226962        "other-types": {},
226963        "package": "GStreamer Bad Plug-ins",
226964        "source": "gst-plugins-bad",
226965        "tracers": {},
226966        "url": "Unknown package origin"
226967    },
226968    "va": {
226969        "description": "VA-API codecs plugin",
226970        "elements": {
226971            "vaav1dec": {
226972                "author": "He Junyan <junyan.he@intel.com>",
226973                "description": "VA-API based AV1 video decoder",
226974                "hierarchy": [
226975                    "GstVaAV1Dec",
226976                    "GstAV1Decoder",
226977                    "GstVideoDecoder",
226978                    "GstElement",
226979                    "GstObject",
226980                    "GInitiallyUnowned",
226981                    "GObject"
226982                ],
226983                "klass": "Codec/Decoder/Video/Hardware",
226984                "long-name": "VA-API AV1 Decoder",
226985                "pad-templates": {
226986                    "sink": {
226987                        "caps": "video/x-av1:\n",
226988                        "direction": "sink",
226989                        "presence": "always"
226990                    },
226991                    "src": {
226992                        "caps": "video/x-raw(memory:VAMemory):\n         format: { NV12, P010_10LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: { NV12, P010_10LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
226993                        "direction": "src",
226994                        "presence": "always"
226995                    }
226996                },
226997                "rank": "none"
226998            },
226999            "vadeinterlace": {
227000                "author": "Víctor Jáquez <vjaquez@igalia.com>",
227001                "description": "VA-API based deinterlacer",
227002                "hierarchy": [
227003                    "GstVaDeinterlace",
227004                    "GstVaBaseTransform",
227005                    "GstBaseTransform",
227006                    "GstElement",
227007                    "GstObject",
227008                    "GInitiallyUnowned",
227009                    "GObject"
227010                ],
227011                "klass": "Filter/Effect/Video/Deinterlace",
227012                "long-name": "VA-API Deinterlacer",
227013                "pad-templates": {
227014                    "sink": {
227015                        "caps": "video/x-raw(memory:VAMemory):\n         format: { NV12, I420, YV12, YUY2, RGBA, BGRA, P010_10LE, ARGB, ABGR }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: { VUYA, GRAY8, NV12, NV21, YUY2, UYVY, YV12, I420, P010_10LE, RGBA, BGRA, ARGB, ABGR }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
227016                        "direction": "sink",
227017                        "presence": "always"
227018                    },
227019                    "src": {
227020                        "caps": "video/x-raw(memory:VAMemory):\n         format: { NV12, I420, YV12, YUY2, RGBA, BGRA, P010_10LE, ARGB, ABGR }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: { VUYA, GRAY8, NV12, NV21, YUY2, UYVY, YV12, I420, P010_10LE, RGBA, BGRA, ARGB, ABGR }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
227021                        "direction": "src",
227022                        "presence": "always"
227023                    }
227024                },
227025                "properties": {
227026                    "method": {
227027                        "blurb": "Deinterlace Method",
227028                        "conditionally-available": false,
227029                        "construct": false,
227030                        "construct-only": false,
227031                        "controllable": false,
227032                        "default": "bob (1)",
227033                        "mutable": "playing",
227034                        "readable": true,
227035                        "type": "GstVaDeinterlaceMethods",
227036                        "writable": true
227037                    }
227038                },
227039                "rank": "none"
227040            },
227041            "vah264dec": {
227042                "author": "Víctor Jáquez <vjaquez@igalia.com>",
227043                "description": "VA-API based H.264 video decoder",
227044                "hierarchy": [
227045                    "GstVaH264Dec",
227046                    "GstH264Decoder",
227047                    "GstVideoDecoder",
227048                    "GstElement",
227049                    "GstObject",
227050                    "GInitiallyUnowned",
227051                    "GObject"
227052                ],
227053                "klass": "Codec/Decoder/Video/Hardware",
227054                "long-name": "VA-API H.264 Decoder",
227055                "pad-templates": {
227056                    "sink": {
227057                        "caps": "video/x-h264:\n",
227058                        "direction": "sink",
227059                        "presence": "always"
227060                    },
227061                    "src": {
227062                        "caps": "video/x-raw(memory:VAMemory):\n         format: { NV12, P010_10LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: { NV12, P010_10LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
227063                        "direction": "src",
227064                        "presence": "always"
227065                    }
227066                },
227067                "rank": "none"
227068            },
227069            "vah265dec": {
227070                "author": "Nicolas Dufresne <nicolas.dufresne@collabora.com>",
227071                "description": "VA-API based H.265 video decoder",
227072                "hierarchy": [
227073                    "GstVaH265Dec",
227074                    "GstH265Decoder",
227075                    "GstVideoDecoder",
227076                    "GstElement",
227077                    "GstObject",
227078                    "GInitiallyUnowned",
227079                    "GObject"
227080                ],
227081                "klass": "Codec/Decoder/Video/Hardware",
227082                "long-name": "VA-API H.265 Decoder",
227083                "pad-templates": {
227084                    "sink": {
227085                        "caps": "video/x-h265:\n",
227086                        "direction": "sink",
227087                        "presence": "always"
227088                    },
227089                    "src": {
227090                        "caps": "video/x-raw(memory:VAMemory):\n         format: { NV12, P010_10LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: { NV12, P010_10LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
227091                        "direction": "src",
227092                        "presence": "always"
227093                    }
227094                },
227095                "rank": "none"
227096            },
227097            "vampeg2dec": {
227098                "author": "He Junyan <junyan.he@intel.com>",
227099                "description": "VA-API based Mpeg2 video decoder",
227100                "hierarchy": [
227101                    "GstVaMpeg2dec",
227102                    "GstMpeg2Decoder",
227103                    "GstVideoDecoder",
227104                    "GstElement",
227105                    "GstObject",
227106                    "GInitiallyUnowned",
227107                    "GObject"
227108                ],
227109                "klass": "Codec/Decoder/Video/Hardware",
227110                "long-name": "VA-API Mpeg2 Decoder",
227111                "pad-templates": {
227112                    "sink": {
227113                        "caps": "video/x-mpeg2:\n",
227114                        "direction": "sink",
227115                        "presence": "always"
227116                    },
227117                    "src": {
227118                        "caps": "video/x-raw(memory:VAMemory):\n         format: { NV12 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: { NV12 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
227119                        "direction": "src",
227120                        "presence": "always"
227121                    }
227122                },
227123                "rank": "none"
227124            },
227125            "vapostproc": {
227126                "author": "Víctor Jáquez <vjaquez@igalia.com>",
227127                "description": "VA-API based video postprocessor",
227128                "hierarchy": [
227129                    "GstVaPostProc",
227130                    "GstVaBaseTransform",
227131                    "GstBaseTransform",
227132                    "GstElement",
227133                    "GstObject",
227134                    "GInitiallyUnowned",
227135                    "GObject"
227136                ],
227137                "interfaces": [
227138                    "GstColorBalance"
227139                ],
227140                "klass": "Filter/Converter/Video/Scaler/Hardware",
227141                "long-name": "VA-API Video Postprocessor",
227142                "pad-templates": {
227143                    "sink": {
227144                        "caps": "video/x-raw(memory:VAMemory):\n         format: { NV12, I420, YV12, YUY2, RGBA, BGRA, P010_10LE, ARGB, ABGR }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: { VUYA, GRAY8, NV12, NV21, YUY2, UYVY, YV12, I420, P010_10LE, RGBA, BGRA, ARGB, ABGR }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
227145                        "direction": "sink",
227146                        "presence": "always"
227147                    },
227148                    "src": {
227149                        "caps": "video/x-raw(memory:VAMemory):\n         format: { NV12, I420, YV12, YUY2, RGBA, BGRA, P010_10LE, ARGB, ABGR }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: { VUYA, GRAY8, NV12, NV21, YUY2, UYVY, YV12, I420, P010_10LE, RGBA, BGRA, ARGB, ABGR }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
227150                        "direction": "src",
227151                        "presence": "always"
227152                    }
227153                },
227154                "properties": {
227155                    "disable-passthrough": {
227156                        "blurb": "Forces passing buffers through the postprocessor",
227157                        "conditionally-available": false,
227158                        "construct": false,
227159                        "construct-only": false,
227160                        "controllable": false,
227161                        "default": "false",
227162                        "mutable": "ready",
227163                        "readable": true,
227164                        "type": "gboolean",
227165                        "writable": true
227166                    }
227167                },
227168                "rank": "none"
227169            },
227170            "vavp8dec": {
227171                "author": "He Junyan <junyan.he@intel.com>",
227172                "description": "VA-API based VP8 video decoder",
227173                "hierarchy": [
227174                    "GstVaVp8dec",
227175                    "GstVp8Decoder",
227176                    "GstVideoDecoder",
227177                    "GstElement",
227178                    "GstObject",
227179                    "GInitiallyUnowned",
227180                    "GObject"
227181                ],
227182                "klass": "Codec/Decoder/Video/Hardware",
227183                "long-name": "VA-API VP8 Decoder",
227184                "pad-templates": {
227185                    "sink": {
227186                        "caps": "video/x-vp8:\n",
227187                        "direction": "sink",
227188                        "presence": "always"
227189                    },
227190                    "src": {
227191                        "caps": "video/x-raw(memory:VAMemory):\n         format: { NV12 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: { NV12 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
227192                        "direction": "src",
227193                        "presence": "always"
227194                    }
227195                },
227196                "rank": "none"
227197            },
227198            "vavp9dec": {
227199                "author": "Víctor Jáquez <vjaquez@igalia.com>",
227200                "description": "VA-API based VP9 video decoder",
227201                "hierarchy": [
227202                    "GstVaVp9Dec",
227203                    "GstVp9Decoder",
227204                    "GstVideoDecoder",
227205                    "GstElement",
227206                    "GstObject",
227207                    "GInitiallyUnowned",
227208                    "GObject"
227209                ],
227210                "klass": "Codec/Decoder/Video/Hardware",
227211                "long-name": "VA-API VP9 Decoder",
227212                "pad-templates": {
227213                    "sink": {
227214                        "caps": "video/x-vp9:\n",
227215                        "direction": "sink",
227216                        "presence": "always"
227217                    },
227218                    "src": {
227219                        "caps": "video/x-raw(memory:VAMemory):\n         format: { NV12 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: { NV12 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
227220                        "direction": "src",
227221                        "presence": "always"
227222                    }
227223                },
227224                "rank": "none"
227225            }
227226        },
227227        "filename": "gstva",
227228        "license": "LGPL",
227229        "other-types": {
227230            "GstVaBaseTransform": {
227231                "hierarchy": [
227232                    "GstVaBaseTransform",
227233                    "GstBaseTransform",
227234                    "GstElement",
227235                    "GstObject",
227236                    "GInitiallyUnowned",
227237                    "GObject"
227238                ],
227239                "kind": "object"
227240            },
227241            "GstVaDeinterlaceMethods": {
227242                "kind": "enum",
227243                "values": [
227244                    {
227245                        "desc": "Bob: Interpolating missing lines by using the adjacent lines.",
227246                        "name": "bob",
227247                        "value": "1"
227248                    },
227249                    {
227250                        "desc": "Adaptive: Interpolating missing lines by using spatial/temporal references.",
227251                        "name": "adaptive",
227252                        "value": "3"
227253                    },
227254                    {
227255                        "desc": "Compensation: Recreating missing lines by using motion vector.",
227256                        "name": "compensated",
227257                        "value": "4"
227258                    }
227259                ]
227260            }
227261        },
227262        "package": "GStreamer Bad Plug-ins",
227263        "source": "gst-plugins-bad",
227264        "tracers": {},
227265        "url": "Unknown package origin"
227266    },
227267    "videofiltersbad": {
227268        "description": "Video filters in gst-plugins-bad",
227269        "elements": {
227270            "scenechange": {
227271                "author": "David Schleef <ds@entropywave.com>",
227272                "description": "Detects scene changes in video",
227273                "hierarchy": [
227274                    "GstSceneChange",
227275                    "GstVideoFilter",
227276                    "GstBaseTransform",
227277                    "GstElement",
227278                    "GstObject",
227279                    "GInitiallyUnowned",
227280                    "GObject"
227281                ],
227282                "klass": "Video/Filter",
227283                "long-name": "Scene change detector",
227284                "pad-templates": {
227285                    "sink": {
227286                        "caps": "video/x-raw:\n         format: { I420, Y42B, Y41B, Y444 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
227287                        "direction": "sink",
227288                        "presence": "always"
227289                    },
227290                    "src": {
227291                        "caps": "video/x-raw:\n         format: { I420, Y42B, Y41B, Y444 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
227292                        "direction": "src",
227293                        "presence": "always"
227294                    }
227295                },
227296                "properties": {},
227297                "rank": "none"
227298            },
227299            "videodiff": {
227300                "author": "David Schleef <ds@schleef.org>",
227301                "description": "Visualize differences between adjacent video frames",
227302                "hierarchy": [
227303                    "GstVideoDiff",
227304                    "GstVideoFilter",
227305                    "GstBaseTransform",
227306                    "GstElement",
227307                    "GstObject",
227308                    "GInitiallyUnowned",
227309                    "GObject"
227310                ],
227311                "klass": "Video/Filter",
227312                "long-name": "Video Diff",
227313                "pad-templates": {
227314                    "sink": {
227315                        "caps": "video/x-raw:\n         format: { I420, Y444, Y42B, Y41B }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
227316                        "direction": "sink",
227317                        "presence": "always"
227318                    },
227319                    "src": {
227320                        "caps": "video/x-raw:\n         format: { I420, Y444, Y42B, Y41B }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
227321                        "direction": "src",
227322                        "presence": "always"
227323                    }
227324                },
227325                "properties": {},
227326                "rank": "none"
227327            },
227328            "zebrastripe": {
227329                "author": "David Schleef <ds@entropywave.com>",
227330                "description": "Overlays zebra striping on overexposed areas of video",
227331                "hierarchy": [
227332                    "GstZebraStripe",
227333                    "GstVideoFilter",
227334                    "GstBaseTransform",
227335                    "GstElement",
227336                    "GstObject",
227337                    "GInitiallyUnowned",
227338                    "GObject"
227339                ],
227340                "klass": "Filter/Analysis",
227341                "long-name": "Zebra stripe overlay",
227342                "pad-templates": {
227343                    "sink": {
227344                        "caps": "video/x-raw:\n         format: { I420, Y444, Y42B, Y41B, YUY2, UYVY, AYUV, NV12, NV21, YV12 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
227345                        "direction": "sink",
227346                        "presence": "always"
227347                    },
227348                    "src": {
227349                        "caps": "video/x-raw:\n         format: { I420, Y444, Y42B, Y41B, YUY2, UYVY, AYUV, NV12, NV21, YV12 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
227350                        "direction": "src",
227351                        "presence": "always"
227352                    }
227353                },
227354                "properties": {
227355                    "threshold": {
227356                        "blurb": "Threshold above which the video is striped",
227357                        "conditionally-available": false,
227358                        "construct": true,
227359                        "construct-only": false,
227360                        "controllable": false,
227361                        "default": "90",
227362                        "max": "100",
227363                        "min": "0",
227364                        "mutable": "null",
227365                        "readable": true,
227366                        "type": "gint",
227367                        "writable": true
227368                    }
227369                },
227370                "rank": "none"
227371            }
227372        },
227373        "filename": "gstvideofiltersbad",
227374        "license": "LGPL",
227375        "other-types": {},
227376        "package": "GStreamer Bad Plug-ins",
227377        "source": "gst-plugins-bad",
227378        "tracers": {},
227379        "url": "Unknown package origin"
227380    },
227381    "videoframe_audiolevel": {
227382        "description": "Video frame-synchronized audio level",
227383        "elements": {
227384            "videoframe-audiolevel": {
227385                "author": "Vivia Nikolaidou <vivia@toolsonair.com>",
227386                "description": "Synchronized audio/video RMS Level messenger for audio/raw",
227387                "hierarchy": [
227388                    "GstVideoFrameAudioLevel",
227389                    "GstElement",
227390                    "GstObject",
227391                    "GInitiallyUnowned",
227392                    "GObject"
227393                ],
227394                "klass": "Filter/Analyzer/Audio",
227395                "long-name": "Video-frame audio level",
227396                "pad-templates": {
227397                    "asink": {
227398                        "caps": "audio/x-raw:\n         format: { S8, S16LE, S32LE, F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
227399                        "direction": "sink",
227400                        "presence": "always"
227401                    },
227402                    "asrc": {
227403                        "caps": "audio/x-raw:\n         format: { S8, S16LE, S32LE, F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
227404                        "direction": "src",
227405                        "presence": "always"
227406                    },
227407                    "vsink": {
227408                        "caps": "video/x-raw:\n",
227409                        "direction": "sink",
227410                        "presence": "always"
227411                    },
227412                    "vsrc": {
227413                        "caps": "video/x-raw:\n",
227414                        "direction": "src",
227415                        "presence": "always"
227416                    }
227417                },
227418                "rank": "none"
227419            }
227420        },
227421        "filename": "gstvideoframe_audiolevel",
227422        "license": "LGPL",
227423        "other-types": {},
227424        "package": "GStreamer Bad Plug-ins",
227425        "source": "gst-plugins-bad",
227426        "tracers": {},
227427        "url": "Unknown package origin"
227428    },
227429    "videoparsersbad": {
227430        "description": "videoparsers",
227431        "elements": {
227432            "av1parse": {
227433                "author": "He Junyan <junyan.he@intel.com>",
227434                "description": "Parses AV1 streams",
227435                "hierarchy": [
227436                    "GstAV1Parse",
227437                    "GstBaseParse",
227438                    "GstElement",
227439                    "GstObject",
227440                    "GInitiallyUnowned",
227441                    "GObject"
227442                ],
227443                "klass": "Codec/Parser/Converter/Video",
227444                "long-name": "AV1 parser",
227445                "pad-templates": {
227446                    "sink": {
227447                        "caps": "video/x-av1:\n",
227448                        "direction": "sink",
227449                        "presence": "always"
227450                    },
227451                    "src": {
227452                        "caps": "video/x-av1:\n         parsed: true\n  stream-format: { (string)obu-stream, (string)annexb }\n      alignment: { (string)obu, (string)tu, (string)frame }\n",
227453                        "direction": "src",
227454                        "presence": "always"
227455                    }
227456                },
227457                "rank": "secondary"
227458            },
227459            "diracparse": {
227460                "author": "David Schleef <ds@schleef.org>",
227461                "description": "Parses Dirac streams",
227462                "hierarchy": [
227463                    "GstDiracParse",
227464                    "GstBaseParse",
227465                    "GstElement",
227466                    "GstObject",
227467                    "GInitiallyUnowned",
227468                    "GObject"
227469                ],
227470                "klass": "Codec/Parser/Video",
227471                "long-name": "Dirac parser",
227472                "pad-templates": {
227473                    "sink": {
227474                        "caps": "video/x-dirac:\n",
227475                        "direction": "sink",
227476                        "presence": "always"
227477                    },
227478                    "src": {
227479                        "caps": "video/x-dirac:\n         parsed: true\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\npixel-aspect-ratio: [ 0/1, 2147483647/1 ]\n interlace-mode: { (string)progressive, (string)interleaved }\n        profile: { (string)vc2-low-delay, (string)vc2-simple, (string)vc2-main, (string)main }\n          level: { (string)0, (string)1, (string)128 }\n",
227480                        "direction": "src",
227481                        "presence": "always"
227482                    }
227483                },
227484                "properties": {},
227485                "rank": "none"
227486            },
227487            "h263parse": {
227488                "author": "Arun Raghavan <arun.raghavan@collabora.co.uk>,Edward Hervey <edward.hervey@collabora.co.uk>",
227489                "description": "Parses H.263 streams",
227490                "hierarchy": [
227491                    "GstH263Parse",
227492                    "GstBaseParse",
227493                    "GstElement",
227494                    "GstObject",
227495                    "GInitiallyUnowned",
227496                    "GObject"
227497                ],
227498                "klass": "Codec/Parser/Video",
227499                "long-name": "H.263 parser",
227500                "pad-templates": {
227501                    "sink": {
227502                        "caps": "video/x-h263:\n        variant: itu\n",
227503                        "direction": "sink",
227504                        "presence": "always"
227505                    },
227506                    "src": {
227507                        "caps": "video/x-h263:\n        variant: itu\n         parsed: true\n      framerate: [ 0/1, 2147483647/1 ]\n",
227508                        "direction": "src",
227509                        "presence": "always"
227510                    }
227511                },
227512                "properties": {},
227513                "rank": "primary + 1"
227514            },
227515            "h264parse": {
227516                "author": "Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>",
227517                "description": "Parses H.264 streams",
227518                "hierarchy": [
227519                    "GstH264Parse",
227520                    "GstBaseParse",
227521                    "GstElement",
227522                    "GstObject",
227523                    "GInitiallyUnowned",
227524                    "GObject"
227525                ],
227526                "klass": "Codec/Parser/Converter/Video",
227527                "long-name": "H.264 parser",
227528                "pad-templates": {
227529                    "sink": {
227530                        "caps": "video/x-h264:\n",
227531                        "direction": "sink",
227532                        "presence": "always"
227533                    },
227534                    "src": {
227535                        "caps": "video/x-h264:\n         parsed: true\n  stream-format: { (string)avc, (string)avc3, (string)byte-stream }\n      alignment: { (string)au, (string)nal }\n",
227536                        "direction": "src",
227537                        "presence": "always"
227538                    }
227539                },
227540                "properties": {
227541                    "config-interval": {
227542                        "blurb": "Send SPS and PPS Insertion Interval in seconds (sprop parameter sets will be multiplexed in the data stream when detected.) (0 = disabled, -1 = send with every IDR frame)",
227543                        "conditionally-available": false,
227544                        "construct": true,
227545                        "construct-only": false,
227546                        "controllable": false,
227547                        "default": "0",
227548                        "max": "3600",
227549                        "min": "-1",
227550                        "mutable": "null",
227551                        "readable": true,
227552                        "type": "gint",
227553                        "writable": true
227554                    },
227555                    "update-timecode": {
227556                        "blurb": "Update time code values in Picture Timing SEI if GstVideoTimeCodeMeta is attached to incoming buffer and also Picture Timing SEI exists in the bitstream. To make this property work, SPS must contain VUI and pic_struct_present_flag of VUI must be non-zero",
227557                        "conditionally-available": false,
227558                        "construct": false,
227559                        "construct-only": false,
227560                        "controllable": false,
227561                        "default": "false",
227562                        "mutable": "null",
227563                        "readable": true,
227564                        "type": "gboolean",
227565                        "writable": true
227566                    }
227567                },
227568                "rank": "primary + 1"
227569            },
227570            "h265parse": {
227571                "author": "Sreerenj Balachandran <sreerenj.balachandran@intel.com>",
227572                "description": "Parses H.265 streams",
227573                "hierarchy": [
227574                    "GstH265Parse",
227575                    "GstBaseParse",
227576                    "GstElement",
227577                    "GstObject",
227578                    "GInitiallyUnowned",
227579                    "GObject"
227580                ],
227581                "klass": "Codec/Parser/Converter/Video",
227582                "long-name": "H.265 parser",
227583                "pad-templates": {
227584                    "sink": {
227585                        "caps": "video/x-h265:\n",
227586                        "direction": "sink",
227587                        "presence": "always"
227588                    },
227589                    "src": {
227590                        "caps": "video/x-h265:\n         parsed: true\n  stream-format: { (string)hvc1, (string)hev1, (string)byte-stream }\n      alignment: { (string)au, (string)nal }\n",
227591                        "direction": "src",
227592                        "presence": "always"
227593                    }
227594                },
227595                "properties": {
227596                    "config-interval": {
227597                        "blurb": "Send VPS, SPS and PPS Insertion Interval in seconds (sprop parameter sets will be multiplexed in the data stream when detected.) (0 = disabled, -1 = send with every IDR frame)",
227598                        "conditionally-available": false,
227599                        "construct": true,
227600                        "construct-only": false,
227601                        "controllable": false,
227602                        "default": "0",
227603                        "max": "3600",
227604                        "min": "-1",
227605                        "mutable": "null",
227606                        "readable": true,
227607                        "type": "gint",
227608                        "writable": true
227609                    }
227610                },
227611                "rank": "secondary"
227612            },
227613            "jpeg2000parse": {
227614                "author": "Aaron Boxer <boxerab@gmail.com>",
227615                "description": "Parses JPEG 2000 files",
227616                "hierarchy": [
227617                    "GstJPEG2000Parse",
227618                    "GstBaseParse",
227619                    "GstElement",
227620                    "GstObject",
227621                    "GInitiallyUnowned",
227622                    "GObject"
227623                ],
227624                "klass": "Codec/Parser/Video/Image",
227625                "long-name": "JPEG 2000 parser",
227626                "pad-templates": {
227627                    "sink": {
227628                        "caps": "image/jp2:\nimage/x-jpc:\nimage/x-j2c:\nimage/x-jpc-striped:\n",
227629                        "direction": "sink",
227630                        "presence": "always"
227631                    },
227632                    "src": {
227633                        "caps": "image/x-jpc:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n       sampling: { (string)RGB, (string)BGR, (string)RGBA, (string)BGRA, (string)YCbCr-4:4:4, (string)YCbCr-4:2:2, (string)YCbCr-4:2:0, (string)YCbCr-4:1:1, (string)YCbCr-4:1:0, (string)GRAYSCALE, (string)YCbCrA-4:4:4:4 }\n     colorspace: { (string)sRGB, (string)sYUV, (string)GRAY }\n        profile: [ 0, 49151 ]\n         parsed: true\nimage/x-j2c:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n       sampling: { (string)RGB, (string)BGR, (string)RGBA, (string)BGRA, (string)YCbCr-4:4:4, (string)YCbCr-4:2:2, (string)YCbCr-4:2:0, (string)YCbCr-4:1:1, (string)YCbCr-4:1:0, (string)GRAYSCALE, (string)YCbCrA-4:4:4:4 }\n     colorspace: { (string)sRGB, (string)sYUV, (string)GRAY }\n        profile: [ 0, 49151 ]\n         parsed: true\nimage/x-jpc-striped:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n       sampling: { (string)RGB, (string)BGR, (string)RGBA, (string)BGRA, (string)YCbCr-4:4:4, (string)YCbCr-4:2:2, (string)YCbCr-4:2:0, (string)YCbCr-4:1:1, (string)YCbCr-4:1:0, (string)GRAYSCALE, (string)YCbCrA-4:4:4:4 }\n     colorspace: { (string)sRGB, (string)sYUV, (string)GRAY }\n        profile: [ 0, 49151 ]\n    num-stripes: [ 2, 2147483647 ]\n         parsed: true\n",
227634                        "direction": "src",
227635                        "presence": "always"
227636                    }
227637                },
227638                "properties": {},
227639                "rank": "primary"
227640            },
227641            "mpeg4videoparse": {
227642                "author": "Julien Moutte <julien@fluendo.com>",
227643                "description": "Parses MPEG-4 Part 2 elementary video streams",
227644                "hierarchy": [
227645                    "GstMpeg4VParse",
227646                    "GstBaseParse",
227647                    "GstElement",
227648                    "GstObject",
227649                    "GInitiallyUnowned",
227650                    "GObject"
227651                ],
227652                "klass": "Codec/Parser/Video",
227653                "long-name": "MPEG 4 video elementary stream parser",
227654                "pad-templates": {
227655                    "sink": {
227656                        "caps": "video/mpeg:\n    mpegversion: 4\n   systemstream: false\nvideo/x-divx:\n    divxversion: [ 4, 5 ]\n",
227657                        "direction": "sink",
227658                        "presence": "always"
227659                    },
227660                    "src": {
227661                        "caps": "video/mpeg:\n    mpegversion: 4\n          width: [ 0, 2147483647 ]\n         height: [ 0, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n         parsed: true\n   systemstream: false\nvideo/x-divx:\n    divxversion: [ 4, 5 ]\n",
227662                        "direction": "src",
227663                        "presence": "always"
227664                    }
227665                },
227666                "properties": {
227667                    "config-interval": {
227668                        "blurb": "Send Configuration Insertion Interval in seconds (configuration headers will be multiplexed in the data stream when detected.) (0 = disabled, -1 = send with every IDR frame)",
227669                        "conditionally-available": false,
227670                        "construct": false,
227671                        "construct-only": false,
227672                        "controllable": false,
227673                        "default": "0",
227674                        "max": "3600",
227675                        "min": "-1",
227676                        "mutable": "null",
227677                        "readable": true,
227678                        "type": "gint",
227679                        "writable": true
227680                    },
227681                    "drop": {
227682                        "blurb": "Drop data until valid configuration data is received either in the stream or through caps",
227683                        "conditionally-available": false,
227684                        "construct": true,
227685                        "construct-only": false,
227686                        "controllable": false,
227687                        "default": "true",
227688                        "mutable": "null",
227689                        "readable": true,
227690                        "type": "gboolean",
227691                        "writable": true
227692                    }
227693                },
227694                "rank": "primary + 1"
227695            },
227696            "mpegvideoparse": {
227697                "author": "Wim Taymans <wim.taymans@ccollabora.co.uk>, Jan Schmidt <thaytan@mad.scientist.com>, Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>",
227698                "description": "Parses and frames MPEG-1 and MPEG-2 elementary video streams",
227699                "hierarchy": [
227700                    "GstMpegvParse",
227701                    "GstBaseParse",
227702                    "GstElement",
227703                    "GstObject",
227704                    "GInitiallyUnowned",
227705                    "GObject"
227706                ],
227707                "klass": "Codec/Parser/Video",
227708                "long-name": "MPEG video elementary stream parser",
227709                "pad-templates": {
227710                    "sink": {
227711                        "caps": "video/mpeg:\n    mpegversion: [ 1, 2 ]\n   systemstream: false\n",
227712                        "direction": "sink",
227713                        "presence": "always"
227714                    },
227715                    "src": {
227716                        "caps": "video/mpeg:\n    mpegversion: [ 1, 2 ]\n         parsed: true\n   systemstream: false\n",
227717                        "direction": "src",
227718                        "presence": "always"
227719                    }
227720                },
227721                "properties": {
227722                    "drop": {
227723                        "blurb": "Drop data until valid configuration data is received either in the stream or through caps",
227724                        "conditionally-available": false,
227725                        "construct": true,
227726                        "construct-only": false,
227727                        "controllable": false,
227728                        "default": "true",
227729                        "mutable": "null",
227730                        "readable": true,
227731                        "type": "gboolean",
227732                        "writable": true
227733                    },
227734                    "gop-split": {
227735                        "blurb": "Split frame when encountering GOP",
227736                        "conditionally-available": false,
227737                        "construct": true,
227738                        "construct-only": false,
227739                        "controllable": false,
227740                        "default": "false",
227741                        "mutable": "null",
227742                        "readable": true,
227743                        "type": "gboolean",
227744                        "writable": true
227745                    }
227746                },
227747                "rank": "primary + 1"
227748            },
227749            "pngparse": {
227750                "author": "Olivier Crete <olivier.crete@collabora.com>",
227751                "description": "Parses PNG files",
227752                "hierarchy": [
227753                    "GstPngParse",
227754                    "GstBaseParse",
227755                    "GstElement",
227756                    "GstObject",
227757                    "GInitiallyUnowned",
227758                    "GObject"
227759                ],
227760                "klass": "Codec/Parser/Video/Image",
227761                "long-name": "PNG parser",
227762                "pad-templates": {
227763                    "sink": {
227764                        "caps": "image/png:\n",
227765                        "direction": "sink",
227766                        "presence": "always"
227767                    },
227768                    "src": {
227769                        "caps": "image/png:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n         parsed: true\n",
227770                        "direction": "src",
227771                        "presence": "always"
227772                    }
227773                },
227774                "properties": {},
227775                "rank": "primary"
227776            },
227777            "vc1parse": {
227778                "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
227779                "description": "Parses VC1 streams",
227780                "hierarchy": [
227781                    "GstVC1Parse",
227782                    "GstBaseParse",
227783                    "GstElement",
227784                    "GstObject",
227785                    "GInitiallyUnowned",
227786                    "GObject"
227787                ],
227788                "klass": "Codec/Parser/Converter/Video",
227789                "long-name": "VC1 parser",
227790                "pad-templates": {
227791                    "sink": {
227792                        "caps": "video/x-wmv:\n     wmvversion: 3\n         format: { WVC1, WMV3 }\n",
227793                        "direction": "sink",
227794                        "presence": "always"
227795                    },
227796                    "src": {
227797                        "caps": "video/x-wmv:\n     wmvversion: 3\n         format: { WVC1, WMV3 }\n  stream-format: { (string)bdu, (string)bdu-frame, (string)sequence-layer-bdu, (string)sequence-layer-bdu-frame, (string)sequence-layer-raw-frame, (string)sequence-layer-frame-layer, (string)asf, (string)frame-layer }\n  header-format: { (string)none, (string)asf, (string)sequence-layer }\n",
227798                        "direction": "src",
227799                        "presence": "always"
227800                    }
227801                },
227802                "properties": {},
227803                "rank": "none"
227804            },
227805            "vp9parse": {
227806                "author": "Seungha Yang <seungha@centricular.com>",
227807                "description": "Parses VP9 streams",
227808                "hierarchy": [
227809                    "GstVp9Parse",
227810                    "GstBaseParse",
227811                    "GstElement",
227812                    "GstObject",
227813                    "GInitiallyUnowned",
227814                    "GObject"
227815                ],
227816                "klass": "Codec/Parser/Converter/Video",
227817                "long-name": "VP9 parser",
227818                "pad-templates": {
227819                    "sink": {
227820                        "caps": "video/x-vp9:\n",
227821                        "direction": "sink",
227822                        "presence": "always"
227823                    },
227824                    "src": {
227825                        "caps": "video/x-vp9:\n         parsed: true\n      alignment: { (string)super-frame, (string)frame }\n",
227826                        "direction": "src",
227827                        "presence": "always"
227828                    }
227829                },
227830                "rank": "secondary"
227831            }
227832        },
227833        "filename": "gstvideoparsersbad",
227834        "license": "LGPL",
227835        "other-types": {},
227836        "package": "GStreamer Bad Plug-ins",
227837        "source": "gst-plugins-bad",
227838        "tracers": {},
227839        "url": "Unknown package origin"
227840    },
227841    "videosignal": {
227842        "description": "Various video signal analysers",
227843        "elements": {
227844            "simplevideomark": {
227845                "author": "Wim Taymans <wim@fluendo.com>",
227846                "description": "Marks a video signal with a pattern",
227847                "hierarchy": [
227848                    "GstSimpleVideoMark",
227849                    "GstVideoFilter",
227850                    "GstBaseTransform",
227851                    "GstElement",
227852                    "GstObject",
227853                    "GInitiallyUnowned",
227854                    "GObject"
227855                ],
227856                "klass": "Filter/Effect/Video",
227857                "long-name": "Video marker",
227858                "pad-templates": {
227859                    "sink": {
227860                        "caps": "video/x-raw:\n         format: { I420, YV12, Y41B, Y42B, Y444, YUY2, UYVY, AYUV, YVYU }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
227861                        "direction": "sink",
227862                        "presence": "always"
227863                    },
227864                    "src": {
227865                        "caps": "video/x-raw:\n         format: { I420, YV12, Y41B, Y42B, Y444, YUY2, UYVY, AYUV, YVYU }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
227866                        "direction": "src",
227867                        "presence": "always"
227868                    }
227869                },
227870                "properties": {
227871                    "bottom-offset": {
227872                        "blurb": "The offset from the bottom border where the pattern starts",
227873                        "conditionally-available": false,
227874                        "construct": true,
227875                        "construct-only": false,
227876                        "controllable": false,
227877                        "default": "0",
227878                        "max": "2147483647",
227879                        "min": "0",
227880                        "mutable": "null",
227881                        "readable": true,
227882                        "type": "gint",
227883                        "writable": true
227884                    },
227885                    "enabled": {
227886                        "blurb": "Enable or disable the filter",
227887                        "conditionally-available": false,
227888                        "construct": true,
227889                        "construct-only": false,
227890                        "controllable": false,
227891                        "default": "true",
227892                        "mutable": "null",
227893                        "readable": true,
227894                        "type": "gboolean",
227895                        "writable": true
227896                    },
227897                    "left-offset": {
227898                        "blurb": "The offset from the left border where the pattern starts",
227899                        "conditionally-available": false,
227900                        "construct": true,
227901                        "construct-only": false,
227902                        "controllable": false,
227903                        "default": "0",
227904                        "max": "2147483647",
227905                        "min": "0",
227906                        "mutable": "null",
227907                        "readable": true,
227908                        "type": "gint",
227909                        "writable": true
227910                    },
227911                    "pattern-count": {
227912                        "blurb": "The number of pattern markers",
227913                        "conditionally-available": false,
227914                        "construct": true,
227915                        "construct-only": false,
227916                        "controllable": false,
227917                        "default": "4",
227918                        "max": "2147483647",
227919                        "min": "0",
227920                        "mutable": "null",
227921                        "readable": true,
227922                        "type": "gint",
227923                        "writable": true
227924                    },
227925                    "pattern-data": {
227926                        "blurb": "The extra data pattern markers",
227927                        "conditionally-available": false,
227928                        "construct": true,
227929                        "construct-only": false,
227930                        "controllable": false,
227931                        "default": "10",
227932                        "max": "18446744073709551615",
227933                        "min": "0",
227934                        "mutable": "null",
227935                        "readable": true,
227936                        "type": "guint64",
227937                        "writable": true
227938                    },
227939                    "pattern-data-count": {
227940                        "blurb": "The number of extra data pattern markers",
227941                        "conditionally-available": false,
227942                        "construct": true,
227943                        "construct-only": false,
227944                        "controllable": false,
227945                        "default": "5",
227946                        "max": "64",
227947                        "min": "0",
227948                        "mutable": "null",
227949                        "readable": true,
227950                        "type": "gint",
227951                        "writable": true
227952                    },
227953                    "pattern-height": {
227954                        "blurb": "The height of the pattern markers",
227955                        "conditionally-available": false,
227956                        "construct": true,
227957                        "construct-only": false,
227958                        "controllable": false,
227959                        "default": "16",
227960                        "max": "2147483647",
227961                        "min": "1",
227962                        "mutable": "null",
227963                        "readable": true,
227964                        "type": "gint",
227965                        "writable": true
227966                    },
227967                    "pattern-width": {
227968                        "blurb": "The width of the pattern markers",
227969                        "conditionally-available": false,
227970                        "construct": true,
227971                        "construct-only": false,
227972                        "controllable": false,
227973                        "default": "4",
227974                        "max": "2147483647",
227975                        "min": "1",
227976                        "mutable": "null",
227977                        "readable": true,
227978                        "type": "gint",
227979                        "writable": true
227980                    }
227981                },
227982                "rank": "none"
227983            },
227984            "simplevideomarkdetect": {
227985                "author": "Wim Taymans <wim@fluendo.com>",
227986                "description": "Detect patterns in a video signal",
227987                "hierarchy": [
227988                    "GstSimpleVideoMarkDetect",
227989                    "GstVideoFilter",
227990                    "GstBaseTransform",
227991                    "GstElement",
227992                    "GstObject",
227993                    "GInitiallyUnowned",
227994                    "GObject"
227995                ],
227996                "klass": "Filter/Effect/Video",
227997                "long-name": "Video detecter",
227998                "pad-templates": {
227999                    "sink": {
228000                        "caps": "video/x-raw:\n         format: { I420, YV12, Y41B, Y42B, Y444, YUY2, UYVY, AYUV, YVYU }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
228001                        "direction": "sink",
228002                        "presence": "always"
228003                    },
228004                    "src": {
228005                        "caps": "video/x-raw:\n         format: { I420, YV12, Y41B, Y42B, Y444, YUY2, UYVY, AYUV, YVYU }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
228006                        "direction": "src",
228007                        "presence": "always"
228008                    }
228009                },
228010                "properties": {
228011                    "bottom-offset": {
228012                        "blurb": "The offset from the bottom border where the pattern starts",
228013                        "conditionally-available": false,
228014                        "construct": true,
228015                        "construct-only": false,
228016                        "controllable": false,
228017                        "default": "0",
228018                        "max": "2147483647",
228019                        "min": "0",
228020                        "mutable": "null",
228021                        "readable": true,
228022                        "type": "gint",
228023                        "writable": true
228024                    },
228025                    "left-offset": {
228026                        "blurb": "The offset from the left border where the pattern starts",
228027                        "conditionally-available": false,
228028                        "construct": true,
228029                        "construct-only": false,
228030                        "controllable": false,
228031                        "default": "0",
228032                        "max": "2147483647",
228033                        "min": "0",
228034                        "mutable": "null",
228035                        "readable": true,
228036                        "type": "gint",
228037                        "writable": true
228038                    },
228039                    "message": {
228040                        "blurb": "Post detected data as bus messages",
228041                        "conditionally-available": false,
228042                        "construct": true,
228043                        "construct-only": false,
228044                        "controllable": false,
228045                        "default": "true",
228046                        "mutable": "null",
228047                        "readable": true,
228048                        "type": "gboolean",
228049                        "writable": true
228050                    },
228051                    "pattern-center": {
228052                        "blurb": "The center of the black/white separation (0.0 = lowest, 1.0 highest)",
228053                        "conditionally-available": false,
228054                        "construct": true,
228055                        "construct-only": false,
228056                        "controllable": false,
228057                        "default": "0.5",
228058                        "max": "1",
228059                        "min": "0",
228060                        "mutable": "null",
228061                        "readable": true,
228062                        "type": "gdouble",
228063                        "writable": true
228064                    },
228065                    "pattern-count": {
228066                        "blurb": "The number of pattern markers",
228067                        "conditionally-available": false,
228068                        "construct": true,
228069                        "construct-only": false,
228070                        "controllable": false,
228071                        "default": "4",
228072                        "max": "2147483647",
228073                        "min": "0",
228074                        "mutable": "null",
228075                        "readable": true,
228076                        "type": "gint",
228077                        "writable": true
228078                    },
228079                    "pattern-data-count": {
228080                        "blurb": "The number of extra data pattern markers",
228081                        "conditionally-available": false,
228082                        "construct": true,
228083                        "construct-only": false,
228084                        "controllable": false,
228085                        "default": "5",
228086                        "max": "2147483647",
228087                        "min": "0",
228088                        "mutable": "null",
228089                        "readable": true,
228090                        "type": "gint",
228091                        "writable": true
228092                    },
228093                    "pattern-height": {
228094                        "blurb": "The height of the pattern markers",
228095                        "conditionally-available": false,
228096                        "construct": true,
228097                        "construct-only": false,
228098                        "controllable": false,
228099                        "default": "16",
228100                        "max": "2147483647",
228101                        "min": "1",
228102                        "mutable": "null",
228103                        "readable": true,
228104                        "type": "gint",
228105                        "writable": true
228106                    },
228107                    "pattern-sensitivity": {
228108                        "blurb": "The sensitivity around the center for detecting the markers (0.0 = lowest, 1.0 highest)",
228109                        "conditionally-available": false,
228110                        "construct": true,
228111                        "construct-only": false,
228112                        "controllable": false,
228113                        "default": "0.3",
228114                        "max": "1",
228115                        "min": "0",
228116                        "mutable": "null",
228117                        "readable": true,
228118                        "type": "gdouble",
228119                        "writable": true
228120                    },
228121                    "pattern-width": {
228122                        "blurb": "The width of the pattern markers",
228123                        "conditionally-available": false,
228124                        "construct": true,
228125                        "construct-only": false,
228126                        "controllable": false,
228127                        "default": "4",
228128                        "max": "2147483647",
228129                        "min": "1",
228130                        "mutable": "null",
228131                        "readable": true,
228132                        "type": "gint",
228133                        "writable": true
228134                    }
228135                },
228136                "rank": "none"
228137            },
228138            "videoanalyse": {
228139                "author": "Wim Taymans <wim@fluendo.com>",
228140                "description": "Analyse video signal",
228141                "hierarchy": [
228142                    "GstVideoAnalyse",
228143                    "GstVideoFilter",
228144                    "GstBaseTransform",
228145                    "GstElement",
228146                    "GstObject",
228147                    "GInitiallyUnowned",
228148                    "GObject"
228149                ],
228150                "klass": "Filter/Analyzer/Video",
228151                "long-name": "Video analyser",
228152                "pad-templates": {
228153                    "sink": {
228154                        "caps": "video/x-raw:\n         format: { I420, YV12, Y444, Y42B, Y41B }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
228155                        "direction": "sink",
228156                        "presence": "always"
228157                    },
228158                    "src": {
228159                        "caps": "video/x-raw:\n         format: { I420, YV12, Y444, Y42B, Y41B }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
228160                        "direction": "src",
228161                        "presence": "always"
228162                    }
228163                },
228164                "properties": {
228165                    "message": {
228166                        "blurb": "Post statics messages",
228167                        "conditionally-available": false,
228168                        "construct": true,
228169                        "construct-only": false,
228170                        "controllable": false,
228171                        "default": "true",
228172                        "mutable": "null",
228173                        "readable": true,
228174                        "type": "gboolean",
228175                        "writable": true
228176                    }
228177                },
228178                "rank": "none"
228179            }
228180        },
228181        "filename": "gstvideosignal",
228182        "license": "LGPL",
228183        "other-types": {},
228184        "package": "GStreamer Bad Plug-ins",
228185        "source": "gst-plugins-bad",
228186        "tracers": {},
228187        "url": "Unknown package origin"
228188    },
228189    "vmnc": {
228190        "description": "VmWare Video Codec plugins",
228191        "elements": {
228192            "vmncdec": {
228193                "author": "Michael Smith <msmith@xiph.org>",
228194                "description": "Decode VmWare video to raw (RGB) video",
228195                "hierarchy": [
228196                    "GstVMncDec",
228197                    "GstVideoDecoder",
228198                    "GstElement",
228199                    "GstObject",
228200                    "GInitiallyUnowned",
228201                    "GObject"
228202                ],
228203                "klass": "Codec/Decoder/Video",
228204                "long-name": "VMnc video decoder",
228205                "pad-templates": {
228206                    "sink": {
228207                        "caps": "video/x-vmnc:\n        version: 1\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 0, 2147483647 ]\n         height: [ 0, 2147483647 ]\n",
228208                        "direction": "sink",
228209                        "presence": "always"
228210                    },
228211                    "src": {
228212                        "caps": "video/x-raw:\n         format: { RGBx, BGRx, xRGB, xBGR, RGB15, BGR15, RGB16, BGR16, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
228213                        "direction": "src",
228214                        "presence": "always"
228215                    }
228216                },
228217                "properties": {},
228218                "rank": "primary"
228219            }
228220        },
228221        "filename": "gstvmnc",
228222        "license": "LGPL",
228223        "other-types": {},
228224        "package": "GStreamer Bad Plug-ins",
228225        "source": "gst-plugins-bad",
228226        "tracers": {},
228227        "url": "Unknown package origin"
228228    },
228229    "voaacenc": {
228230        "description": "AAC audio encoder",
228231        "elements": {
228232            "voaacenc": {
228233                "author": "Kan Hu <kan.hu@linaro.org>",
228234                "description": "AAC audio encoder",
228235                "hierarchy": [
228236                    "GstVoAacEnc",
228237                    "GstAudioEncoder",
228238                    "GstElement",
228239                    "GstObject",
228240                    "GInitiallyUnowned",
228241                    "GObject"
228242                ],
228243                "interfaces": [
228244                    "GstPreset"
228245                ],
228246                "klass": "Codec/Encoder/Audio",
228247                "long-name": "AAC audio encoder",
228248                "pad-templates": {
228249                    "sink": {
228250                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000, (int)64000, (int)88200, (int)96000 }\n       channels: 1\naudio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000, (int)64000, (int)88200, (int)96000 }\n       channels: 2\n   channel-mask: 0x0000000000000003\n",
228251                        "direction": "sink",
228252                        "presence": "always"
228253                    },
228254                    "src": {
228255                        "caps": "audio/mpeg:\n    mpegversion: 4\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000, (int)64000, (int)88200, (int)96000 }\n       channels: [ 1, 2 ]\n  stream-format: { (string)adts, (string)raw }\n   base-profile: lc\n",
228256                        "direction": "src",
228257                        "presence": "always"
228258                    }
228259                },
228260                "properties": {
228261                    "bitrate": {
228262                        "blurb": "Target Audio Bitrate (bits per second)",
228263                        "conditionally-available": false,
228264                        "construct": false,
228265                        "construct-only": false,
228266                        "controllable": false,
228267                        "default": "128000",
228268                        "max": "320000",
228269                        "min": "0",
228270                        "mutable": "null",
228271                        "readable": true,
228272                        "type": "gint",
228273                        "writable": true
228274                    },
228275                    "hard-resync": {
228276                        "blurb": "Perform clipping and sample flushing upon discontinuity",
228277                        "conditionally-available": false,
228278                        "construct": false,
228279                        "construct-only": false,
228280                        "controllable": false,
228281                        "default": "false",
228282                        "mutable": "null",
228283                        "readable": true,
228284                        "type": "gboolean",
228285                        "writable": true
228286                    },
228287                    "mark-granule": {
228288                        "blurb": "Apply granule semantics to buffer metadata (implies perfect-timestamp)",
228289                        "conditionally-available": false,
228290                        "construct": false,
228291                        "construct-only": false,
228292                        "controllable": false,
228293                        "default": "false",
228294                        "mutable": "null",
228295                        "readable": true,
228296                        "type": "gboolean",
228297                        "writable": false
228298                    },
228299                    "perfect-timestamp": {
228300                        "blurb": "Favour perfect timestamps over tracking upstream timestamps",
228301                        "conditionally-available": false,
228302                        "construct": false,
228303                        "construct-only": false,
228304                        "controllable": false,
228305                        "default": "false",
228306                        "mutable": "null",
228307                        "readable": true,
228308                        "type": "gboolean",
228309                        "writable": true
228310                    },
228311                    "tolerance": {
228312                        "blurb": "Consider discontinuity if timestamp jitter/imperfection exceeds tolerance (ns)",
228313                        "conditionally-available": false,
228314                        "construct": false,
228315                        "construct-only": false,
228316                        "controllable": false,
228317                        "default": "40000000",
228318                        "max": "9223372036854775807",
228319                        "min": "0",
228320                        "mutable": "null",
228321                        "readable": true,
228322                        "type": "gint64",
228323                        "writable": true
228324                    }
228325                },
228326                "rank": "secondary"
228327            }
228328        },
228329        "filename": "gstvoaacenc",
228330        "license": "LGPL",
228331        "other-types": {},
228332        "package": "GStreamer Bad Plug-ins",
228333        "source": "gst-plugins-bad",
228334        "tracers": {},
228335        "url": "Unknown package origin"
228336    },
228337    "voamrwbenc": {
228338        "description": "Adaptive Multi-Rate Wide-Band Encoder",
228339        "elements": {
228340            "voamrwbenc": {
228341                "author": "Renato Araujo <renato.filho@indt.org.br>",
228342                "description": "Adaptive Multi-Rate Wideband audio encoder",
228343                "hierarchy": [
228344                    "GstVoAmrWbEnc",
228345                    "GstAudioEncoder",
228346                    "GstElement",
228347                    "GstObject",
228348                    "GInitiallyUnowned",
228349                    "GObject"
228350                ],
228351                "interfaces": [
228352                    "GstPreset"
228353                ],
228354                "klass": "Codec/Encoder/Audio",
228355                "long-name": "AMR-WB audio encoder",
228356                "pad-templates": {
228357                    "sink": {
228358                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: 16000\n       channels: 1\n",
228359                        "direction": "sink",
228360                        "presence": "always"
228361                    },
228362                    "src": {
228363                        "caps": "audio/AMR-WB:\n           rate: 16000\n       channels: 1\n",
228364                        "direction": "src",
228365                        "presence": "always"
228366                    }
228367                },
228368                "properties": {
228369                    "band-mode": {
228370                        "blurb": "Encoding Band Mode (Kbps)",
228371                        "conditionally-available": false,
228372                        "construct": true,
228373                        "construct-only": false,
228374                        "controllable": false,
228375                        "default": "MR660 (0)",
228376                        "mutable": "null",
228377                        "readable": true,
228378                        "type": "GstVoAmrWbEncBandMode",
228379                        "writable": true
228380                    }
228381                },
228382                "rank": "secondary"
228383            }
228384        },
228385        "filename": "gstvoamrwbenc",
228386        "license": "unknown",
228387        "other-types": {
228388            "GstVoAmrWbEncBandMode": {
228389                "kind": "enum",
228390                "values": [
228391                    {
228392                        "desc": "MR660",
228393                        "name": "MR660",
228394                        "value": "0"
228395                    },
228396                    {
228397                        "desc": "MR885",
228398                        "name": "MR885",
228399                        "value": "1"
228400                    },
228401                    {
228402                        "desc": "MR1265",
228403                        "name": "MR1265",
228404                        "value": "2"
228405                    },
228406                    {
228407                        "desc": "MR1425",
228408                        "name": "MR1425",
228409                        "value": "2"
228410                    },
228411                    {
228412                        "desc": "MR1585",
228413                        "name": "MR1585",
228414                        "value": "3"
228415                    },
228416                    {
228417                        "desc": "MR1825",
228418                        "name": "MR1825",
228419                        "value": "4"
228420                    },
228421                    {
228422                        "desc": "MR1985",
228423                        "name": "MR1985",
228424                        "value": "5"
228425                    },
228426                    {
228427                        "desc": "MR2305",
228428                        "name": "MR2305",
228429                        "value": "6"
228430                    },
228431                    {
228432                        "desc": "MR2385",
228433                        "name": "MR2385",
228434                        "value": "7"
228435                    },
228436                    {
228437                        "desc": "MRDTX",
228438                        "name": "MRDTX",
228439                        "value": "8"
228440                    }
228441                ]
228442            }
228443        },
228444        "package": "GStreamer Bad Plug-ins",
228445        "source": "gst-plugins-bad",
228446        "tracers": {},
228447        "url": "Unknown package origin"
228448    },
228449    "vulkan": {
228450        "description": "Vulkan plugin",
228451        "elements": {
228452            "vulkancolorconvert": {
228453                "author": "Matthew Waters <matthew@centricular.com>",
228454                "description": "A Vulkan Color Convert",
228455                "hierarchy": [
228456                    "GstVulkanColorConvert",
228457                    "GstVulkanVideoFilter",
228458                    "GstBaseTransform",
228459                    "GstElement",
228460                    "GstObject",
228461                    "GInitiallyUnowned",
228462                    "GObject"
228463                ],
228464                "klass": "Filter/Video/Convert",
228465                "long-name": "Vulkan Color Convert",
228466                "pad-templates": {
228467                    "sink": {
228468                        "caps": "video/x-raw(memory:VulkanImage):\n         format: { BGRA, RGBA, ABGR, ARGB, BGRx, RGBx, xBGR, xRGB, AYUV, YUY2, NV12 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
228469                        "direction": "sink",
228470                        "presence": "always"
228471                    },
228472                    "src": {
228473                        "caps": "video/x-raw(memory:VulkanImage):\n         format: { BGRA, RGBA, ABGR, ARGB, BGRx, RGBx, xBGR, xRGB, AYUV, YUY2, NV12 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
228474                        "direction": "src",
228475                        "presence": "always"
228476                    }
228477                },
228478                "properties": {},
228479                "rank": "none"
228480            },
228481            "vulkandownload": {
228482                "author": "Matthew Waters <matthew@centricular.com>",
228483                "description": "A Vulkan data downloader",
228484                "hierarchy": [
228485                    "GstVulkanDownload",
228486                    "GstBaseTransform",
228487                    "GstElement",
228488                    "GstObject",
228489                    "GInitiallyUnowned",
228490                    "GObject"
228491                ],
228492                "klass": "Filter/Video",
228493                "long-name": "Vulkan Downloader",
228494                "pad-templates": {
228495                    "sink": {
228496                        "caps": "video/x-raw(memory:VulkanImage):\n",
228497                        "direction": "sink",
228498                        "presence": "always"
228499                    },
228500                    "src": {
228501                        "caps": "video/x-raw:\n",
228502                        "direction": "src",
228503                        "presence": "always"
228504                    }
228505                },
228506                "properties": {},
228507                "rank": "none"
228508            },
228509            "vulkanimageidentity": {
228510                "author": "Matthew Waters <matthew@centricular.com>",
228511                "description": "A Vulkan image copier",
228512                "hierarchy": [
228513                    "GstVulkanImageIdentity",
228514                    "GstVulkanVideoFilter",
228515                    "GstBaseTransform",
228516                    "GstElement",
228517                    "GstObject",
228518                    "GInitiallyUnowned",
228519                    "GObject"
228520                ],
228521                "klass": "Filter/Video",
228522                "long-name": "Vulkan Image Identity",
228523                "pad-templates": {
228524                    "sink": {
228525                        "caps": "video/x-raw(memory:VulkanImage):\n         format: { BGRA }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
228526                        "direction": "sink",
228527                        "presence": "always"
228528                    },
228529                    "src": {
228530                        "caps": "video/x-raw(memory:VulkanImage):\n         format: { BGRA }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
228531                        "direction": "src",
228532                        "presence": "always"
228533                    }
228534                },
228535                "properties": {},
228536                "rank": "none"
228537            },
228538            "vulkansink": {
228539                "author": "Matthew Waters <matthew@centricular.com>",
228540                "description": "A videosink based on Vulkan",
228541                "hierarchy": [
228542                    "GstVulkanSink",
228543                    "GstVideoSink",
228544                    "GstBaseSink",
228545                    "GstElement",
228546                    "GstObject",
228547                    "GInitiallyUnowned",
228548                    "GObject"
228549                ],
228550                "interfaces": [
228551                    "GstVideoOverlay",
228552                    "GstNavigation"
228553                ],
228554                "klass": "Sink/Video",
228555                "long-name": "Vulkan video sink",
228556                "pad-templates": {
228557                    "sink": {
228558                        "caps": "video/x-raw(memory:VulkanImage):\n         format: { RGBA, BGRA, RGB, BGR }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
228559                        "direction": "sink",
228560                        "presence": "always"
228561                    }
228562                },
228563                "properties": {
228564                    "device": {
228565                        "blurb": "Vulkan device",
228566                        "conditionally-available": false,
228567                        "construct": false,
228568                        "construct-only": false,
228569                        "controllable": false,
228570                        "mutable": "null",
228571                        "readable": true,
228572                        "type": "GstVulkanDevice",
228573                        "writable": false
228574                    },
228575                    "force-aspect-ratio": {
228576                        "blurb": "When enabled, scaling will respect original aspect ratio",
228577                        "conditionally-available": false,
228578                        "construct": false,
228579                        "construct-only": false,
228580                        "controllable": false,
228581                        "default": "true",
228582                        "mutable": "null",
228583                        "readable": true,
228584                        "type": "gboolean",
228585                        "writable": true
228586                    },
228587                    "pixel-aspect-ratio": {
228588                        "blurb": "The pixel aspect ratio of the device",
228589                        "conditionally-available": false,
228590                        "construct": false,
228591                        "construct-only": false,
228592                        "controllable": false,
228593                        "default": "0/1",
228594                        "max": "2147483647/1",
228595                        "min": "0/1",
228596                        "mutable": "null",
228597                        "readable": true,
228598                        "type": "GstFraction",
228599                        "writable": true
228600                    }
228601                },
228602                "rank": "none"
228603            },
228604            "vulkanupload": {
228605                "author": "Matthew Waters <matthew@centricular.com>",
228606                "description": "A Vulkan data uploader",
228607                "hierarchy": [
228608                    "GstVulkanUpload",
228609                    "GstBaseTransform",
228610                    "GstElement",
228611                    "GstObject",
228612                    "GInitiallyUnowned",
228613                    "GObject"
228614                ],
228615                "klass": "Filter/Video",
228616                "long-name": "Vulkan Uploader",
228617                "pad-templates": {
228618                    "sink": {
228619                        "caps": "video/x-raw(memory:VulkanBuffer):\nvideo/x-raw:\n",
228620                        "direction": "sink",
228621                        "presence": "always"
228622                    },
228623                    "src": {
228624                        "caps": "video/x-raw(memory:VulkanBuffer):\n\nvideo/x-raw(memory:VulkanImage):\n",
228625                        "direction": "src",
228626                        "presence": "always"
228627                    }
228628                },
228629                "properties": {},
228630                "rank": "none"
228631            },
228632            "vulkanviewconvert": {
228633                "author": "Matthew Waters <matthew@centricular.com>",
228634                "description": "A Vulkan View Convert",
228635                "hierarchy": [
228636                    "GstVulkanViewConvert",
228637                    "GstVulkanVideoFilter",
228638                    "GstBaseTransform",
228639                    "GstElement",
228640                    "GstObject",
228641                    "GInitiallyUnowned",
228642                    "GObject"
228643                ],
228644                "klass": "Filter/Video/Convert",
228645                "long-name": "Vulkan View Convert",
228646                "pad-templates": {
228647                    "sink": {
228648                        "caps": "video/x-raw(memory:VulkanImage):\n         format: { BGRA, RGBA }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
228649                        "direction": "sink",
228650                        "presence": "always"
228651                    },
228652                    "src": {
228653                        "caps": "video/x-raw(memory:VulkanImage):\n         format: { BGRA, RGBA }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
228654                        "direction": "src",
228655                        "presence": "always"
228656                    }
228657                },
228658                "properties": {
228659                    "downmix-mode": {
228660                        "blurb": "Output anaglyph type to generate when downmixing to mono",
228661                        "conditionally-available": false,
228662                        "construct": false,
228663                        "construct-only": false,
228664                        "controllable": false,
228665                        "default": "green-magenta-dubois (0)",
228666                        "mutable": "null",
228667                        "readable": true,
228668                        "type": "GstVulkanStereoDownmix",
228669                        "writable": true
228670                    },
228671                    "input-flags-override": {
228672                        "blurb": "Override any input information about multiview layout flags",
228673                        "conditionally-available": false,
228674                        "construct": false,
228675                        "construct-only": false,
228676                        "controllable": false,
228677                        "default": "none",
228678                        "mutable": "null",
228679                        "readable": true,
228680                        "type": "GstVideoMultiviewFlags",
228681                        "writable": true
228682                    },
228683                    "input-mode-override": {
228684                        "blurb": "Override any input information about multiview layout",
228685                        "conditionally-available": false,
228686                        "construct": false,
228687                        "construct-only": false,
228688                        "controllable": false,
228689                        "default": "none (-1)",
228690                        "mutable": "null",
228691                        "readable": true,
228692                        "type": "GstVideoMultiviewMode",
228693                        "writable": true
228694                    },
228695                    "output-flags-override": {
228696                        "blurb": "Override automatic negotiation for output multiview layout flags",
228697                        "conditionally-available": false,
228698                        "construct": false,
228699                        "construct-only": false,
228700                        "controllable": false,
228701                        "default": "none",
228702                        "mutable": "null",
228703                        "readable": true,
228704                        "type": "GstVideoMultiviewFlags",
228705                        "writable": true
228706                    },
228707                    "output-mode-override": {
228708                        "blurb": "Override automatic output mode selection for multiview layout",
228709                        "conditionally-available": false,
228710                        "construct": false,
228711                        "construct-only": false,
228712                        "controllable": false,
228713                        "default": "none (-1)",
228714                        "mutable": "null",
228715                        "readable": true,
228716                        "type": "GstVideoMultiviewMode",
228717                        "writable": true
228718                    }
228719                },
228720                "rank": "none"
228721            }
228722        },
228723        "filename": "gstvulkan",
228724        "license": "LGPL",
228725        "other-types": {
228726            "GstVulkanStereoDownmix": {
228727                "kind": "enum",
228728                "values": [
228729                    {
228730                        "desc": "GST_VULKAN_STEREO_DOWNMIX_ANAGLYPH_GREEN_MAGENTA_DUBOIS",
228731                        "name": "green-magenta-dubois",
228732                        "value": "0"
228733                    },
228734                    {
228735                        "desc": "GST_VULKAN_STEREO_DOWNMIX_ANAGLYPH_RED_CYAN_DUBOIS",
228736                        "name": "red-cyan-dubois",
228737                        "value": "1"
228738                    },
228739                    {
228740                        "desc": "GST_VULKAN_STEREO_DOWNMIX_ANAGLYPH_AMBER_BLUE_DUBOIS",
228741                        "name": "amber-blue-dubois",
228742                        "value": "2"
228743                    }
228744                ]
228745            }
228746        },
228747        "package": "GStreamer Bad Plug-ins",
228748        "source": "gst-plugins-bad",
228749        "tracers": {},
228750        "url": "Unknown package origin"
228751    },
228752    "wasapi": {
228753        "description": "Windows audio session API plugin",
228754        "elements": {
228755            "wasapisink": {
228756                "author": "Nirbheek Chauhan <nirbheek@centricular.com>, Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>",
228757                "description": "Stream audio to an audio capture device through WASAPI",
228758                "hierarchy": [
228759                    "GstWasapiSink",
228760                    "GstAudioSink",
228761                    "GstAudioBaseSink",
228762                    "GstBaseSink",
228763                    "GstElement",
228764                    "GstObject",
228765                    "GInitiallyUnowned",
228766                    "GObject"
228767                ],
228768                "klass": "Sink/Audio/Hardware",
228769                "long-name": "WasapiSrc",
228770                "pad-templates": {
228771                    "sink": {
228772                        "caps": "audio/x-raw:\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
228773                        "direction": "sink",
228774                        "presence": "always"
228775                    }
228776                },
228777                "properties": {
228778                    "device": {
228779                        "blurb": "WASAPI playback device as a GUID string",
228780                        "conditionally-available": false,
228781                        "construct": false,
228782                        "construct-only": false,
228783                        "controllable": false,
228784                        "default": "NULL",
228785                        "mutable": "null",
228786                        "readable": true,
228787                        "type": "gchararray",
228788                        "writable": true
228789                    },
228790                    "exclusive": {
228791                        "blurb": "Open the device in exclusive mode",
228792                        "conditionally-available": false,
228793                        "construct": false,
228794                        "construct-only": false,
228795                        "controllable": false,
228796                        "default": "false",
228797                        "mutable": "null",
228798                        "readable": true,
228799                        "type": "gboolean",
228800                        "writable": true
228801                    },
228802                    "low-latency": {
228803                        "blurb": "Optimize all settings for lowest latency. Always safe to enable.",
228804                        "conditionally-available": false,
228805                        "construct": false,
228806                        "construct-only": false,
228807                        "controllable": false,
228808                        "default": "false",
228809                        "mutable": "null",
228810                        "readable": true,
228811                        "type": "gboolean",
228812                        "writable": true
228813                    },
228814                    "mute": {
228815                        "blurb": "Mute state of this stream",
228816                        "conditionally-available": false,
228817                        "construct": false,
228818                        "construct-only": false,
228819                        "controllable": false,
228820                        "default": "false",
228821                        "mutable": "playing",
228822                        "readable": true,
228823                        "type": "gboolean",
228824                        "writable": true
228825                    },
228826                    "role": {
228827                        "blurb": "Role of the device: communications, multimedia, etc",
228828                        "conditionally-available": false,
228829                        "construct": false,
228830                        "construct-only": false,
228831                        "controllable": false,
228832                        "default": "console (0)",
228833                        "mutable": "ready",
228834                        "readable": true,
228835                        "type": "GstWasapiDeviceRole",
228836                        "writable": true
228837                    },
228838                    "use-audioclient3": {
228839                        "blurb": "Use the Windows 10 AudioClient3 API when available and if the low-latency property is set to TRUE",
228840                        "conditionally-available": false,
228841                        "construct": false,
228842                        "construct-only": false,
228843                        "controllable": false,
228844                        "default": "true",
228845                        "mutable": "null",
228846                        "readable": true,
228847                        "type": "gboolean",
228848                        "writable": true
228849                    }
228850                },
228851                "rank": "primary"
228852            },
228853            "wasapisrc": {
228854                "author": "Nirbheek Chauhan <nirbheek@centricular.com>, Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>",
228855                "description": "Stream audio from an audio capture device through WASAPI",
228856                "hierarchy": [
228857                    "GstWasapiSrc",
228858                    "GstAudioSrc",
228859                    "GstAudioBaseSrc",
228860                    "GstPushSrc",
228861                    "GstBaseSrc",
228862                    "GstElement",
228863                    "GstObject",
228864                    "GInitiallyUnowned",
228865                    "GObject"
228866                ],
228867                "klass": "Source/Audio/Hardware",
228868                "long-name": "WasapiSrc",
228869                "pad-templates": {
228870                    "src": {
228871                        "caps": "audio/x-raw:\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
228872                        "direction": "src",
228873                        "presence": "always"
228874                    }
228875                },
228876                "properties": {
228877                    "device": {
228878                        "blurb": "WASAPI playback device as a GUID string",
228879                        "conditionally-available": false,
228880                        "construct": false,
228881                        "construct-only": false,
228882                        "controllable": false,
228883                        "default": "NULL",
228884                        "mutable": "null",
228885                        "readable": true,
228886                        "type": "gchararray",
228887                        "writable": true
228888                    },
228889                    "exclusive": {
228890                        "blurb": "Open the device in exclusive mode",
228891                        "conditionally-available": false,
228892                        "construct": false,
228893                        "construct-only": false,
228894                        "controllable": false,
228895                        "default": "false",
228896                        "mutable": "null",
228897                        "readable": true,
228898                        "type": "gboolean",
228899                        "writable": true
228900                    },
228901                    "loopback": {
228902                        "blurb": "Open the sink device for loopback recording",
228903                        "conditionally-available": false,
228904                        "construct": false,
228905                        "construct-only": false,
228906                        "controllable": false,
228907                        "default": "false",
228908                        "mutable": "null",
228909                        "readable": true,
228910                        "type": "gboolean",
228911                        "writable": true
228912                    },
228913                    "low-latency": {
228914                        "blurb": "Optimize all settings for lowest latency. Always safe to enable.",
228915                        "conditionally-available": false,
228916                        "construct": false,
228917                        "construct-only": false,
228918                        "controllable": false,
228919                        "default": "false",
228920                        "mutable": "null",
228921                        "readable": true,
228922                        "type": "gboolean",
228923                        "writable": true
228924                    },
228925                    "role": {
228926                        "blurb": "Role of the device: communications, multimedia, etc",
228927                        "conditionally-available": false,
228928                        "construct": false,
228929                        "construct-only": false,
228930                        "controllable": false,
228931                        "default": "console (0)",
228932                        "mutable": "ready",
228933                        "readable": true,
228934                        "type": "GstWasapiDeviceRole",
228935                        "writable": true
228936                    },
228937                    "use-audioclient3": {
228938                        "blurb": "Whether to use the Windows 10 AudioClient3 API when available",
228939                        "conditionally-available": false,
228940                        "construct": false,
228941                        "construct-only": false,
228942                        "controllable": false,
228943                        "default": "false",
228944                        "mutable": "null",
228945                        "readable": true,
228946                        "type": "gboolean",
228947                        "writable": true
228948                    }
228949                },
228950                "rank": "primary"
228951            }
228952        },
228953        "filename": "gstwasapi",
228954        "license": "LGPL",
228955        "other-types": {
228956            "GstWasapiDeviceRole": {
228957                "kind": "enum",
228958                "values": [
228959                    {
228960                        "desc": "Games, system notifications, voice commands",
228961                        "name": "console",
228962                        "value": "0"
228963                    },
228964                    {
228965                        "desc": "Music, movies, recorded media",
228966                        "name": "multimedia",
228967                        "value": "1"
228968                    },
228969                    {
228970                        "desc": "Voice communications",
228971                        "name": "comms",
228972                        "value": "2"
228973                    }
228974                ]
228975            }
228976        },
228977        "package": "GStreamer Bad Plug-ins",
228978        "source": "gst-plugins-bad",
228979        "tracers": {},
228980        "url": "Unknown package origin"
228981    },
228982    "wasapi2": {
228983        "description": "Windows audio session API plugin",
228984        "elements": {
228985            "wasapi2sink": {
228986                "author": "Nirbheek Chauhan <nirbheek@centricular.com>, Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>, Seungha Yang <seungha@centricular.com>",
228987                "description": "Stream audio to an audio capture device through WASAPI",
228988                "hierarchy": [
228989                    "GstWasapi2Sink",
228990                    "GstAudioBaseSink",
228991                    "GstBaseSink",
228992                    "GstElement",
228993                    "GstObject",
228994                    "GInitiallyUnowned",
228995                    "GObject"
228996                ],
228997                "interfaces": [
228998                    "GstStreamVolume"
228999                ],
229000                "klass": "Sink/Audio/Hardware",
229001                "long-name": "Wasapi2Sink",
229002                "pad-templates": {
229003                    "sink": {
229004                        "caps": "audio/x-raw:\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
229005                        "direction": "sink",
229006                        "presence": "always"
229007                    }
229008                },
229009                "properties": {
229010                    "device": {
229011                        "blurb": "WASAPI playback device as a GUID string",
229012                        "conditionally-available": false,
229013                        "construct": false,
229014                        "construct-only": false,
229015                        "controllable": false,
229016                        "default": "NULL",
229017                        "mutable": "ready",
229018                        "readable": true,
229019                        "type": "gchararray",
229020                        "writable": true
229021                    },
229022                    "dispatcher": {
229023                        "blurb": "ICoreDispatcher COM object to use. In order for application to ask permission of audio device, device activation should be running on UI thread via ICoreDispatcher. This element will increase the reference count of given ICoreDispatcher and release it after use. Therefore, caller does not need to consider additional reference count management",
229024                        "conditionally-available": false,
229025                        "construct": false,
229026                        "construct-only": false,
229027                        "controllable": false,
229028                        "mutable": "ready",
229029                        "readable": false,
229030                        "type": "gpointer",
229031                        "writable": true
229032                    },
229033                    "low-latency": {
229034                        "blurb": "Optimize all settings for lowest latency. Always safe to enable.",
229035                        "conditionally-available": false,
229036                        "construct": false,
229037                        "construct-only": false,
229038                        "controllable": false,
229039                        "default": "false",
229040                        "mutable": "ready",
229041                        "readable": true,
229042                        "type": "gboolean",
229043                        "writable": true
229044                    },
229045                    "mute": {
229046                        "blurb": "Mute state of this stream",
229047                        "conditionally-available": false,
229048                        "construct": false,
229049                        "construct-only": false,
229050                        "controllable": false,
229051                        "default": "false",
229052                        "mutable": "playing",
229053                        "readable": true,
229054                        "type": "gboolean",
229055                        "writable": true
229056                    },
229057                    "volume": {
229058                        "blurb": "Volume of this stream",
229059                        "conditionally-available": false,
229060                        "construct": false,
229061                        "construct-only": false,
229062                        "controllable": false,
229063                        "default": "1",
229064                        "max": "1",
229065                        "min": "0",
229066                        "mutable": "playing",
229067                        "readable": true,
229068                        "type": "gdouble",
229069                        "writable": true
229070                    }
229071                },
229072                "rank": "primary + 1"
229073            },
229074            "wasapi2src": {
229075                "author": "Nirbheek Chauhan <nirbheek@centricular.com>, Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>, Seungha Yang <seungha@centricular.com>",
229076                "description": "Stream audio from an audio capture device through WASAPI",
229077                "hierarchy": [
229078                    "GstWasapi2Src",
229079                    "GstAudioBaseSrc",
229080                    "GstPushSrc",
229081                    "GstBaseSrc",
229082                    "GstElement",
229083                    "GstObject",
229084                    "GInitiallyUnowned",
229085                    "GObject"
229086                ],
229087                "interfaces": [
229088                    "GstStreamVolume"
229089                ],
229090                "klass": "Source/Audio/Hardware",
229091                "long-name": "Wasapi2Src",
229092                "pad-templates": {
229093                    "src": {
229094                        "caps": "audio/x-raw:\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
229095                        "direction": "src",
229096                        "presence": "always"
229097                    }
229098                },
229099                "properties": {
229100                    "device": {
229101                        "blurb": "WASAPI playback device as a GUID string",
229102                        "conditionally-available": false,
229103                        "construct": false,
229104                        "construct-only": false,
229105                        "controllable": false,
229106                        "default": "NULL",
229107                        "mutable": "ready",
229108                        "readable": true,
229109                        "type": "gchararray",
229110                        "writable": true
229111                    },
229112                    "dispatcher": {
229113                        "blurb": "ICoreDispatcher COM object to use. In order for application to ask permission of audio device, device activation should be running on UI thread via ICoreDispatcher. This element will increase the reference count of given ICoreDispatcher and release it after use. Therefore, caller does not need to consider additional reference count management",
229114                        "conditionally-available": false,
229115                        "construct": false,
229116                        "construct-only": false,
229117                        "controllable": false,
229118                        "mutable": "ready",
229119                        "readable": false,
229120                        "type": "gpointer",
229121                        "writable": true
229122                    },
229123                    "loopback": {
229124                        "blurb": "Open render device for loopback recording",
229125                        "conditionally-available": false,
229126                        "construct": false,
229127                        "construct-only": false,
229128                        "controllable": false,
229129                        "default": "false",
229130                        "mutable": "ready",
229131                        "readable": true,
229132                        "type": "gboolean",
229133                        "writable": true
229134                    },
229135                    "low-latency": {
229136                        "blurb": "Optimize all settings for lowest latency. Always safe to enable.",
229137                        "conditionally-available": false,
229138                        "construct": false,
229139                        "construct-only": false,
229140                        "controllable": false,
229141                        "default": "false",
229142                        "mutable": "ready",
229143                        "readable": true,
229144                        "type": "gboolean",
229145                        "writable": true
229146                    },
229147                    "mute": {
229148                        "blurb": "Mute state of this stream",
229149                        "conditionally-available": false,
229150                        "construct": false,
229151                        "construct-only": false,
229152                        "controllable": false,
229153                        "default": "false",
229154                        "mutable": "playing",
229155                        "readable": true,
229156                        "type": "gboolean",
229157                        "writable": true
229158                    },
229159                    "volume": {
229160                        "blurb": "Volume of this stream",
229161                        "conditionally-available": false,
229162                        "construct": false,
229163                        "construct-only": false,
229164                        "controllable": false,
229165                        "default": "1",
229166                        "max": "1",
229167                        "min": "0",
229168                        "mutable": "playing",
229169                        "readable": true,
229170                        "type": "gdouble",
229171                        "writable": true
229172                    }
229173                },
229174                "rank": "primary + 1"
229175            }
229176        },
229177        "filename": "gstwasapi2",
229178        "license": "LGPL",
229179        "other-types": {},
229180        "package": "GStreamer Bad Plug-ins",
229181        "source": "gst-plugins-bad",
229182        "tracers": {},
229183        "url": "Unknown package origin"
229184    },
229185    "waylandsink": {
229186        "description": "Wayland Video Sink",
229187        "elements": {
229188            "waylandsink": {
229189                "author": "Sreerenj Balachandran <sreerenj.balachandran@intel.com>, George Kiagiadakis <george.kiagiadakis@collabora.com>",
229190                "description": "Output to wayland surface",
229191                "hierarchy": [
229192                    "GstWaylandSink",
229193                    "GstVideoSink",
229194                    "GstBaseSink",
229195                    "GstElement",
229196                    "GstObject",
229197                    "GInitiallyUnowned",
229198                    "GObject"
229199                ],
229200                "interfaces": [
229201                    "GstVideoOverlay",
229202                    "GstWaylandVideo"
229203                ],
229204                "klass": "Sink/Video",
229205                "long-name": "wayland video sink",
229206                "pad-templates": {
229207                    "sink": {
229208                        "caps": "video/x-raw:\n         format: { BGRx, BGRA, RGBx, xBGR, xRGB, RGBA, ABGR, ARGB, RGB, BGR, RGB16, BGR16, YUY2, YVYU, UYVY, AYUV, NV12, NV21, NV16, NV61, YUV9, YVU9, Y41B, I420, YV12, Y42B, v308 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:DMABuf):\n         format: { BGRx, BGRA, RGBx, xBGR, xRGB, RGBA, ABGR, ARGB, RGB, BGR, RGB16, BGR16, YUY2, YVYU, UYVY, AYUV, NV12, NV21, NV16, NV61, YUV9, YVU9, Y41B, I420, YV12, Y42B, v308 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
229209                        "direction": "sink",
229210                        "presence": "always"
229211                    }
229212                },
229213                "properties": {
229214                    "display": {
229215                        "blurb": "Wayland display name to connect to, if not supplied via the GstContext",
229216                        "conditionally-available": false,
229217                        "construct": false,
229218                        "construct-only": false,
229219                        "controllable": false,
229220                        "default": "NULL",
229221                        "mutable": "null",
229222                        "readable": true,
229223                        "type": "gchararray",
229224                        "writable": true
229225                    },
229226                    "fullscreen": {
229227                        "blurb": "Whether the surface should be made fullscreen ",
229228                        "conditionally-available": false,
229229                        "construct": false,
229230                        "construct-only": false,
229231                        "controllable": false,
229232                        "default": "false",
229233                        "mutable": "null",
229234                        "readable": true,
229235                        "type": "gboolean",
229236                        "writable": true
229237                    }
229238                },
229239                "rank": "marginal"
229240            }
229241        },
229242        "filename": "gstwaylandsink",
229243        "license": "LGPL",
229244        "other-types": {
229245            "GstWaylandVideo": {
229246                "hierarchy": [
229247                    "GstWaylandVideo",
229248                    "GInterface"
229249                ],
229250                "kind": "interface"
229251            }
229252        },
229253        "package": "GStreamer Bad Plug-ins",
229254        "source": "gst-plugins-bad",
229255        "tracers": {},
229256        "url": "Unknown package origin"
229257    },
229258    "webp": {
229259        "description": "WebP plugin",
229260        "elements": {
229261            "webpdec": {
229262                "author": "Sreerenj Balachandran <sreerenj.balachandrn@intel.com>",
229263                "description": "Decode images from WebP format",
229264                "hierarchy": [
229265                    "GstWebPDec",
229266                    "GstVideoDecoder",
229267                    "GstElement",
229268                    "GstObject",
229269                    "GInitiallyUnowned",
229270                    "GObject"
229271                ],
229272                "klass": "Codec/Decoder/Image",
229273                "long-name": "WebP image decoder",
229274                "pad-templates": {
229275                    "sink": {
229276                        "caps": "image/webp:\n",
229277                        "direction": "sink",
229278                        "presence": "always"
229279                    },
229280                    "src": {
229281                        "caps": "video/x-raw:\n         format: { RGB, RGBA, BGR, BGRA, ARGB, RGB16 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
229282                        "direction": "src",
229283                        "presence": "always"
229284                    }
229285                },
229286                "properties": {
229287                    "bypass-filtering": {
229288                        "blurb": "When enabled, skip the in-loop filtering",
229289                        "conditionally-available": false,
229290                        "construct": false,
229291                        "construct-only": false,
229292                        "controllable": false,
229293                        "default": "false",
229294                        "mutable": "null",
229295                        "readable": true,
229296                        "type": "gboolean",
229297                        "writable": true
229298                    },
229299                    "no-fancy-upsampling": {
229300                        "blurb": "When enabled, use faster pointwise upsampler",
229301                        "conditionally-available": false,
229302                        "construct": false,
229303                        "construct-only": false,
229304                        "controllable": false,
229305                        "default": "false",
229306                        "mutable": "null",
229307                        "readable": true,
229308                        "type": "gboolean",
229309                        "writable": true
229310                    },
229311                    "use-threads": {
229312                        "blurb": "When enabled, use multi-threaded decoding",
229313                        "conditionally-available": false,
229314                        "construct": false,
229315                        "construct-only": false,
229316                        "controllable": false,
229317                        "default": "false",
229318                        "mutable": "null",
229319                        "readable": true,
229320                        "type": "gboolean",
229321                        "writable": true
229322                    }
229323                },
229324                "rank": "primary"
229325            },
229326            "webpenc": {
229327                "author": "Sreerenj Balachandran <sreerenjb@gnome.org>",
229328                "description": "Encode images in WEBP format",
229329                "hierarchy": [
229330                    "GstWebpEnc",
229331                    "GstVideoEncoder",
229332                    "GstElement",
229333                    "GstObject",
229334                    "GInitiallyUnowned",
229335                    "GObject"
229336                ],
229337                "interfaces": [
229338                    "GstPreset"
229339                ],
229340                "klass": "Codec/Encoder/Image",
229341                "long-name": "WEBP image encoder",
229342                "pad-templates": {
229343                    "sink": {
229344                        "caps": "video/x-raw:\n         format: { I420, YV12, RGB, RGBA }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
229345                        "direction": "sink",
229346                        "presence": "always"
229347                    },
229348                    "src": {
229349                        "caps": "image/webp:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 16, 16383 ]\n         height: [ 16, 16383 ]\n",
229350                        "direction": "src",
229351                        "presence": "always"
229352                    }
229353                },
229354                "properties": {
229355                    "lossless": {
229356                        "blurb": "Enable lossless encoding",
229357                        "conditionally-available": false,
229358                        "construct": false,
229359                        "construct-only": false,
229360                        "controllable": false,
229361                        "default": "false",
229362                        "mutable": "null",
229363                        "readable": true,
229364                        "type": "gboolean",
229365                        "writable": true
229366                    },
229367                    "preset": {
229368                        "blurb": "Preset name for visual tuning",
229369                        "conditionally-available": false,
229370                        "construct": false,
229371                        "construct-only": false,
229372                        "controllable": false,
229373                        "default": "photo (2)",
229374                        "mutable": "null",
229375                        "readable": true,
229376                        "type": "GstWebpEncPreset",
229377                        "writable": true
229378                    },
229379                    "quality": {
229380                        "blurb": "quality level, between 0 (smallest file) and 100 (biggest)",
229381                        "conditionally-available": false,
229382                        "construct": false,
229383                        "construct-only": false,
229384                        "controllable": false,
229385                        "default": "90",
229386                        "max": "100",
229387                        "min": "0",
229388                        "mutable": "null",
229389                        "readable": true,
229390                        "type": "gfloat",
229391                        "writable": true
229392                    },
229393                    "speed": {
229394                        "blurb": "quality/speed trade-off (0=fast, 6=slower-better)",
229395                        "conditionally-available": false,
229396                        "construct": false,
229397                        "construct-only": false,
229398                        "controllable": false,
229399                        "default": "4",
229400                        "max": "6",
229401                        "min": "0",
229402                        "mutable": "null",
229403                        "readable": true,
229404                        "type": "guint",
229405                        "writable": true
229406                    }
229407                },
229408                "rank": "primary"
229409            }
229410        },
229411        "filename": "gstwebp",
229412        "license": "LGPL",
229413        "other-types": {
229414            "GstWebpEncPreset": {
229415                "kind": "enum",
229416                "values": [
229417                    {
229418                        "desc": "Default",
229419                        "name": "none",
229420                        "value": "0"
229421                    },
229422                    {
229423                        "desc": "Digital picture,inner shot",
229424                        "name": "picture",
229425                        "value": "1"
229426                    },
229427                    {
229428                        "desc": "Outdoor photo, natural lighting",
229429                        "name": "photo",
229430                        "value": "2"
229431                    },
229432                    {
229433                        "desc": "Hand or Line drawing",
229434                        "name": "drawing",
229435                        "value": "3"
229436                    },
229437                    {
229438                        "desc": "Small-sized colorful images",
229439                        "name": "icon",
229440                        "value": "4"
229441                    },
229442                    {
229443                        "desc": "text-like",
229444                        "name": "text",
229445                        "value": "5"
229446                    }
229447                ]
229448            }
229449        },
229450        "package": "GStreamer Bad Plug-ins",
229451        "source": "gst-plugins-bad",
229452        "tracers": {},
229453        "url": "Unknown package origin"
229454    },
229455    "webrtc": {
229456        "description": "WebRTC plugins",
229457        "elements": {
229458            "webrtcbin": {
229459                "author": "Matthew Waters <matthew@centricular.com>",
229460                "description": "A bin for webrtc connections",
229461                "hierarchy": [
229462                    "GstWebRTCBin",
229463                    "GstBin",
229464                    "GstElement",
229465                    "GstObject",
229466                    "GInitiallyUnowned",
229467                    "GObject"
229468                ],
229469                "interfaces": [
229470                    "GstChildProxy"
229471                ],
229472                "klass": "Filter/Network/WebRTC",
229473                "long-name": "WebRTC Bin",
229474                "pad-templates": {
229475                    "sink_%%u": {
229476                        "caps": "application/x-rtp:\n",
229477                        "direction": "sink",
229478                        "presence": "request",
229479                        "type": "GstWebRTCBinPad"
229480                    },
229481                    "src_%%u": {
229482                        "caps": "application/x-rtp:\n",
229483                        "direction": "src",
229484                        "presence": "sometimes"
229485                    }
229486                },
229487                "properties": {
229488                    "bundle-policy": {
229489                        "blurb": "The policy to apply for bundling",
229490                        "conditionally-available": false,
229491                        "construct": false,
229492                        "construct-only": false,
229493                        "controllable": false,
229494                        "default": "none (0)",
229495                        "mutable": "null",
229496                        "readable": true,
229497                        "type": "GstWebRTCBundlePolicy",
229498                        "writable": true
229499                    },
229500                    "connection-state": {
229501                        "blurb": "The overall connection state of this element",
229502                        "conditionally-available": false,
229503                        "construct": false,
229504                        "construct-only": false,
229505                        "controllable": false,
229506                        "default": "new (0)",
229507                        "mutable": "null",
229508                        "readable": true,
229509                        "type": "GstWebRTCPeerConnectionState",
229510                        "writable": false
229511                    },
229512                    "current-local-description": {
229513                        "blurb": "The local description that was successfully negotiated the last time the connection transitioned into the stable state",
229514                        "conditionally-available": false,
229515                        "construct": false,
229516                        "construct-only": false,
229517                        "controllable": false,
229518                        "mutable": "null",
229519                        "readable": true,
229520                        "type": "GstWebRTCSessionDescription",
229521                        "writable": false
229522                    },
229523                    "current-remote-description": {
229524                        "blurb": "The last remote description that was successfully negotiated the last time the connection transitioned into the stable state plus any remote candidates that have been supplied via addIceCandidate() since the offer or answer was created",
229525                        "conditionally-available": false,
229526                        "construct": false,
229527                        "construct-only": false,
229528                        "controllable": false,
229529                        "mutable": "null",
229530                        "readable": true,
229531                        "type": "GstWebRTCSessionDescription",
229532                        "writable": false
229533                    },
229534                    "ice-agent": {
229535                        "blurb": "The WebRTC ICE agent",
229536                        "conditionally-available": false,
229537                        "construct": false,
229538                        "construct-only": false,
229539                        "controllable": false,
229540                        "mutable": "null",
229541                        "readable": true,
229542                        "type": "GstWebRTCICE",
229543                        "writable": false
229544                    },
229545                    "ice-connection-state": {
229546                        "blurb": "The collective connection state of all ICETransport's",
229547                        "conditionally-available": false,
229548                        "construct": false,
229549                        "construct-only": false,
229550                        "controllable": false,
229551                        "default": "new (0)",
229552                        "mutable": "null",
229553                        "readable": true,
229554                        "type": "GstWebRTCICEConnectionState",
229555                        "writable": false
229556                    },
229557                    "ice-gathering-state": {
229558                        "blurb": "The collective gathering state of all ICETransport's",
229559                        "conditionally-available": false,
229560                        "construct": false,
229561                        "construct-only": false,
229562                        "controllable": false,
229563                        "default": "new (0)",
229564                        "mutable": "null",
229565                        "readable": true,
229566                        "type": "GstWebRTCICEGatheringState",
229567                        "writable": false
229568                    },
229569                    "ice-transport-policy": {
229570                        "blurb": "The policy to apply for ICE transport",
229571                        "conditionally-available": false,
229572                        "construct": false,
229573                        "construct-only": false,
229574                        "controllable": false,
229575                        "default": "all (0)",
229576                        "mutable": "null",
229577                        "readable": true,
229578                        "type": "GstWebRTCICETransportPolicy",
229579                        "writable": true
229580                    },
229581                    "latency": {
229582                        "blurb": "Default duration to buffer in the jitterbuffers (in ms)",
229583                        "conditionally-available": false,
229584                        "construct": false,
229585                        "construct-only": false,
229586                        "controllable": false,
229587                        "default": "200",
229588                        "max": "-1",
229589                        "min": "0",
229590                        "mutable": "null",
229591                        "readable": true,
229592                        "type": "guint",
229593                        "writable": true
229594                    },
229595                    "local-description": {
229596                        "blurb": "The local SDP description in use for this connection. Favours a pending description over the current description",
229597                        "conditionally-available": false,
229598                        "construct": false,
229599                        "construct-only": false,
229600                        "controllable": false,
229601                        "mutable": "null",
229602                        "readable": true,
229603                        "type": "GstWebRTCSessionDescription",
229604                        "writable": false
229605                    },
229606                    "pending-local-description": {
229607                        "blurb": "The local description that is in the process of being negotiated plus any local candidates that have been generated by the ICE Agent since the offer or answer was created",
229608                        "conditionally-available": false,
229609                        "construct": false,
229610                        "construct-only": false,
229611                        "controllable": false,
229612                        "mutable": "null",
229613                        "readable": true,
229614                        "type": "GstWebRTCSessionDescription",
229615                        "writable": false
229616                    },
229617                    "pending-remote-description": {
229618                        "blurb": "The remote description that is in the process of being negotiated, complete with any remote candidates that have been supplied via addIceCandidate() since the offer or answer was created",
229619                        "conditionally-available": false,
229620                        "construct": false,
229621                        "construct-only": false,
229622                        "controllable": false,
229623                        "mutable": "null",
229624                        "readable": true,
229625                        "type": "GstWebRTCSessionDescription",
229626                        "writable": false
229627                    },
229628                    "remote-description": {
229629                        "blurb": "The remote SDP description to use for this connection. Favours a pending description over the current description",
229630                        "conditionally-available": false,
229631                        "construct": false,
229632                        "construct-only": false,
229633                        "controllable": false,
229634                        "mutable": "null",
229635                        "readable": true,
229636                        "type": "GstWebRTCSessionDescription",
229637                        "writable": false
229638                    },
229639                    "sctp-transport": {
229640                        "blurb": "The WebRTC SCTP Transport",
229641                        "conditionally-available": false,
229642                        "construct": false,
229643                        "construct-only": false,
229644                        "controllable": false,
229645                        "mutable": "null",
229646                        "readable": true,
229647                        "type": "GstWebRTCSCTPTransport",
229648                        "writable": false
229649                    },
229650                    "signaling-state": {
229651                        "blurb": "The signaling state of this element",
229652                        "conditionally-available": false,
229653                        "construct": false,
229654                        "construct-only": false,
229655                        "controllable": false,
229656                        "default": "stable (0)",
229657                        "mutable": "null",
229658                        "readable": true,
229659                        "type": "GstWebRTCSignalingState",
229660                        "writable": false
229661                    },
229662                    "stun-server": {
229663                        "blurb": "The STUN server of the form stun://hostname:port",
229664                        "conditionally-available": false,
229665                        "construct": false,
229666                        "construct-only": false,
229667                        "controllable": false,
229668                        "default": "NULL",
229669                        "mutable": "null",
229670                        "readable": true,
229671                        "type": "gchararray",
229672                        "writable": true
229673                    },
229674                    "turn-server": {
229675                        "blurb": "The TURN server of the form turn(s)://username:password@host:port. This is a convenience property, use #GstWebRTCBin::add-turn-server if you wish to use multiple TURN servers",
229676                        "conditionally-available": false,
229677                        "construct": false,
229678                        "construct-only": false,
229679                        "controllable": false,
229680                        "default": "NULL",
229681                        "mutable": "null",
229682                        "readable": true,
229683                        "type": "gchararray",
229684                        "writable": true
229685                    }
229686                },
229687                "rank": "primary",
229688                "signals": {
229689                    "add-ice-candidate": {
229690                        "action": true,
229691                        "args": [
229692                            {
229693                                "name": "arg0",
229694                                "type": "guint"
229695                            },
229696                            {
229697                                "name": "arg1",
229698                                "type": "gchararray"
229699                            }
229700                        ],
229701                        "return-type": "void",
229702                        "when": "last"
229703                    },
229704                    "add-transceiver": {
229705                        "action": true,
229706                        "args": [
229707                            {
229708                                "name": "arg0",
229709                                "type": "GstWebRTCRTPTransceiverDirection"
229710                            },
229711                            {
229712                                "name": "arg1",
229713                                "type": "GstCaps"
229714                            }
229715                        ],
229716                        "return-type": "GstWebRTCRTPTransceiver",
229717                        "when": "last"
229718                    },
229719                    "add-turn-server": {
229720                        "action": true,
229721                        "args": [
229722                            {
229723                                "name": "arg0",
229724                                "type": "gchararray"
229725                            }
229726                        ],
229727                        "return-type": "gboolean",
229728                        "when": "last"
229729                    },
229730                    "create-answer": {
229731                        "action": true,
229732                        "args": [
229733                            {
229734                                "name": "arg0",
229735                                "type": "GstStructure"
229736                            },
229737                            {
229738                                "name": "arg1",
229739                                "type": "GstPromise"
229740                            }
229741                        ],
229742                        "return-type": "void",
229743                        "when": "last"
229744                    },
229745                    "create-data-channel": {
229746                        "action": true,
229747                        "args": [
229748                            {
229749                                "name": "arg0",
229750                                "type": "gchararray"
229751                            },
229752                            {
229753                                "name": "arg1",
229754                                "type": "GstStructure"
229755                            }
229756                        ],
229757                        "return-type": "GstWebRTCDataChannel",
229758                        "when": "last"
229759                    },
229760                    "create-offer": {
229761                        "action": true,
229762                        "args": [
229763                            {
229764                                "name": "arg0",
229765                                "type": "GstStructure"
229766                            },
229767                            {
229768                                "name": "arg1",
229769                                "type": "GstPromise"
229770                            }
229771                        ],
229772                        "return-type": "void",
229773                        "when": "last"
229774                    },
229775                    "get-stats": {
229776                        "action": true,
229777                        "args": [
229778                            {
229779                                "name": "arg0",
229780                                "type": "GstPad"
229781                            },
229782                            {
229783                                "name": "arg1",
229784                                "type": "GstPromise"
229785                            }
229786                        ],
229787                        "return-type": "void",
229788                        "when": "last"
229789                    },
229790                    "get-transceiver": {
229791                        "action": true,
229792                        "args": [
229793                            {
229794                                "name": "arg0",
229795                                "type": "gint"
229796                            }
229797                        ],
229798                        "return-type": "GstWebRTCRTPTransceiver",
229799                        "when": "last"
229800                    },
229801                    "get-transceivers": {
229802                        "action": true,
229803                        "args": [],
229804                        "return-type": "GArray",
229805                        "when": "last"
229806                    },
229807                    "on-data-channel": {
229808                        "args": [
229809                            {
229810                                "name": "arg0",
229811                                "type": "GstWebRTCDataChannel"
229812                            }
229813                        ],
229814                        "return-type": "void",
229815                        "when": "last"
229816                    },
229817                    "on-ice-candidate": {
229818                        "args": [
229819                            {
229820                                "name": "arg0",
229821                                "type": "guint"
229822                            },
229823                            {
229824                                "name": "arg1",
229825                                "type": "gchararray"
229826                            }
229827                        ],
229828                        "return-type": "void",
229829                        "when": "last"
229830                    },
229831                    "on-negotiation-needed": {
229832                        "args": [],
229833                        "return-type": "void",
229834                        "when": "last"
229835                    },
229836                    "on-new-transceiver": {
229837                        "args": [
229838                            {
229839                                "name": "arg0",
229840                                "type": "GstWebRTCRTPTransceiver"
229841                            }
229842                        ],
229843                        "return-type": "void",
229844                        "when": "last"
229845                    },
229846                    "set-local-description": {
229847                        "action": true,
229848                        "args": [
229849                            {
229850                                "name": "arg0",
229851                                "type": "GstWebRTCSessionDescription"
229852                            },
229853                            {
229854                                "name": "arg1",
229855                                "type": "GstPromise"
229856                            }
229857                        ],
229858                        "return-type": "void",
229859                        "when": "last"
229860                    },
229861                    "set-remote-description": {
229862                        "action": true,
229863                        "args": [
229864                            {
229865                                "name": "arg0",
229866                                "type": "GstWebRTCSessionDescription"
229867                            },
229868                            {
229869                                "name": "arg1",
229870                                "type": "GstPromise"
229871                            }
229872                        ],
229873                        "return-type": "void",
229874                        "when": "last"
229875                    }
229876                }
229877            }
229878        },
229879        "filename": "gstwebrtc",
229880        "license": "LGPL",
229881        "other-types": {
229882            "GstWebRTCBinPad": {
229883                "hierarchy": [
229884                    "GstWebRTCBinPad",
229885                    "GstGhostPad",
229886                    "GstProxyPad",
229887                    "GstPad",
229888                    "GstObject",
229889                    "GInitiallyUnowned",
229890                    "GObject"
229891                ],
229892                "kind": "object",
229893                "properties": {
229894                    "transceiver": {
229895                        "blurb": "Transceiver associated with this pad",
229896                        "conditionally-available": false,
229897                        "construct": false,
229898                        "construct-only": false,
229899                        "controllable": false,
229900                        "mutable": "null",
229901                        "readable": true,
229902                        "type": "GstWebRTCRTPTransceiver",
229903                        "writable": false
229904                    }
229905                }
229906            },
229907            "GstWebRTCICE": {
229908                "hierarchy": [
229909                    "GstWebRTCICE",
229910                    "GstObject",
229911                    "GInitiallyUnowned",
229912                    "GObject"
229913                ],
229914                "kind": "object",
229915                "properties": {
229916                    "agent": {
229917                        "blurb": "ICE agent in use by this object. WARNING! Accessing this property may have disastrous consequences for the operation of webrtcbin. Other ICE implementations may not have the same interface.",
229918                        "conditionally-available": false,
229919                        "construct": false,
229920                        "construct-only": false,
229921                        "controllable": false,
229922                        "mutable": "null",
229923                        "readable": true,
229924                        "type": "NiceAgent",
229925                        "writable": false
229926                    },
229927                    "ice-tcp": {
229928                        "blurb": "Whether the agent should use ICE-TCP when gathering candidates",
229929                        "conditionally-available": false,
229930                        "construct": false,
229931                        "construct-only": false,
229932                        "controllable": false,
229933                        "default": "true",
229934                        "mutable": "null",
229935                        "readable": true,
229936                        "type": "gboolean",
229937                        "writable": true
229938                    },
229939                    "ice-udp": {
229940                        "blurb": "Whether the agent should use ICE-UDP when gathering candidates",
229941                        "conditionally-available": false,
229942                        "construct": false,
229943                        "construct-only": false,
229944                        "controllable": false,
229945                        "default": "true",
229946                        "mutable": "null",
229947                        "readable": true,
229948                        "type": "gboolean",
229949                        "writable": true
229950                    },
229951                    "max-rtp-port": {
229952                        "blurb": "Maximum port for local rtp port range. max-rtp-port must be >= min-rtp-port",
229953                        "conditionally-available": false,
229954                        "construct": true,
229955                        "construct-only": false,
229956                        "controllable": false,
229957                        "default": "65535",
229958                        "max": "65535",
229959                        "min": "0",
229960                        "mutable": "null",
229961                        "readable": true,
229962                        "type": "guint",
229963                        "writable": true
229964                    },
229965                    "min-rtp-port": {
229966                        "blurb": "Minimum port for local rtp port range. min-rtp-port must be <= max-rtp-port",
229967                        "conditionally-available": false,
229968                        "construct": false,
229969                        "construct-only": false,
229970                        "controllable": false,
229971                        "default": "0",
229972                        "max": "65535",
229973                        "min": "0",
229974                        "mutable": "null",
229975                        "readable": true,
229976                        "type": "guint",
229977                        "writable": true
229978                    }
229979                },
229980                "signals": {
229981                    "add-local-ip-address": {
229982                        "action": true,
229983                        "args": [
229984                            {
229985                                "name": "arg0",
229986                                "type": "gchararray"
229987                            }
229988                        ],
229989                        "return-type": "gboolean",
229990                        "when": "last"
229991                    }
229992                }
229993            }
229994        },
229995        "package": "GStreamer Bad Plug-ins",
229996        "source": "gst-plugins-bad",
229997        "tracers": {},
229998        "url": "Unknown package origin"
229999    },
230000    "webrtcdsp": {
230001        "description": "Voice pre-processing using WebRTC Audio Processing Library",
230002        "elements": {
230003            "webrtcdsp": {
230004                "author": "Nicolas Dufresne <nicolas.dufresne@collabora.com>",
230005                "description": "Pre-processes voice with WebRTC Audio Processing Library",
230006                "hierarchy": [
230007                    "GstWebrtcDsp",
230008                    "GstAudioFilter",
230009                    "GstBaseTransform",
230010                    "GstElement",
230011                    "GstObject",
230012                    "GInitiallyUnowned",
230013                    "GObject"
230014                ],
230015                "klass": "Generic/Audio",
230016                "long-name": "Voice Processor (AGC, AEC, filters, etc.)",
230017                "pad-templates": {
230018                    "sink": {
230019                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: { (int)48000, (int)32000, (int)16000, (int)8000 }\n       channels: [ 1, 2147483647 ]\naudio/x-raw:\n         format: F32LE\n         layout: non-interleaved\n           rate: { (int)48000, (int)32000, (int)16000, (int)8000 }\n       channels: [ 1, 2147483647 ]\n",
230020                        "direction": "sink",
230021                        "presence": "always"
230022                    },
230023                    "src": {
230024                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: { (int)48000, (int)32000, (int)16000, (int)8000 }\n       channels: [ 1, 2147483647 ]\naudio/x-raw:\n         format: F32LE\n         layout: non-interleaved\n           rate: { (int)48000, (int)32000, (int)16000, (int)8000 }\n       channels: [ 1, 2147483647 ]\n",
230025                        "direction": "src",
230026                        "presence": "always"
230027                    }
230028                },
230029                "properties": {
230030                    "compression-gain-db": {
230031                        "blurb": "Sets the maximum |gain| the digital compression stage may apply, in dB.",
230032                        "conditionally-available": false,
230033                        "construct": true,
230034                        "construct-only": false,
230035                        "controllable": false,
230036                        "default": "9",
230037                        "max": "90",
230038                        "min": "0",
230039                        "mutable": "null",
230040                        "readable": true,
230041                        "type": "gint",
230042                        "writable": true
230043                    },
230044                    "delay-agnostic": {
230045                        "blurb": "Enable or disable the delay agnostic mode.",
230046                        "conditionally-available": false,
230047                        "construct": true,
230048                        "construct-only": false,
230049                        "controllable": false,
230050                        "default": "false",
230051                        "mutable": "null",
230052                        "readable": true,
230053                        "type": "gboolean",
230054                        "writable": true
230055                    },
230056                    "echo-cancel": {
230057                        "blurb": "Enable or disable echo canceller",
230058                        "conditionally-available": false,
230059                        "construct": true,
230060                        "construct-only": false,
230061                        "controllable": false,
230062                        "default": "true",
230063                        "mutable": "null",
230064                        "readable": true,
230065                        "type": "gboolean",
230066                        "writable": true
230067                    },
230068                    "echo-suppression-level": {
230069                        "blurb": "Controls the aggressiveness of the suppressor. A higher level trades off double-talk performance for increased echo suppression.",
230070                        "conditionally-available": false,
230071                        "construct": true,
230072                        "construct-only": false,
230073                        "controllable": false,
230074                        "default": "moderate (1)",
230075                        "mutable": "null",
230076                        "readable": true,
230077                        "type": "GstWebrtcEchoSuppressionLevel",
230078                        "writable": true
230079                    },
230080                    "experimental-agc": {
230081                        "blurb": "Enable or disable experimental automatic gain control.",
230082                        "conditionally-available": false,
230083                        "construct": true,
230084                        "construct-only": false,
230085                        "controllable": false,
230086                        "default": "false",
230087                        "mutable": "null",
230088                        "readable": true,
230089                        "type": "gboolean",
230090                        "writable": true
230091                    },
230092                    "extended-filter": {
230093                        "blurb": "Enable or disable the extended filter.",
230094                        "conditionally-available": false,
230095                        "construct": true,
230096                        "construct-only": false,
230097                        "controllable": false,
230098                        "default": "true",
230099                        "mutable": "null",
230100                        "readable": true,
230101                        "type": "gboolean",
230102                        "writable": true
230103                    },
230104                    "gain-control": {
230105                        "blurb": "Enable or disable automatic digital gain control",
230106                        "conditionally-available": false,
230107                        "construct": true,
230108                        "construct-only": false,
230109                        "controllable": false,
230110                        "default": "true",
230111                        "mutable": "null",
230112                        "readable": true,
230113                        "type": "gboolean",
230114                        "writable": true
230115                    },
230116                    "gain-control-mode": {
230117                        "blurb": "Controls the mode of the compression stage",
230118                        "conditionally-available": false,
230119                        "construct": true,
230120                        "construct-only": false,
230121                        "controllable": false,
230122                        "default": "adaptive-digital (1)",
230123                        "mutable": "null",
230124                        "readable": true,
230125                        "type": "GstWebrtcGainControlMode",
230126                        "writable": true
230127                    },
230128                    "high-pass-filter": {
230129                        "blurb": "Enable or disable high pass filtering",
230130                        "conditionally-available": false,
230131                        "construct": true,
230132                        "construct-only": false,
230133                        "controllable": false,
230134                        "default": "true",
230135                        "mutable": "null",
230136                        "readable": true,
230137                        "type": "gboolean",
230138                        "writable": true
230139                    },
230140                    "limiter": {
230141                        "blurb": "When enabled, the compression stage will hard limit the signal to the target level. Otherwise, the signal will be compressed but not limited above the target level.",
230142                        "conditionally-available": false,
230143                        "construct": true,
230144                        "construct-only": false,
230145                        "controllable": false,
230146                        "default": "true",
230147                        "mutable": "null",
230148                        "readable": true,
230149                        "type": "gboolean",
230150                        "writable": true
230151                    },
230152                    "noise-suppression": {
230153                        "blurb": "Enable or disable noise suppression",
230154                        "conditionally-available": false,
230155                        "construct": true,
230156                        "construct-only": false,
230157                        "controllable": false,
230158                        "default": "true",
230159                        "mutable": "null",
230160                        "readable": true,
230161                        "type": "gboolean",
230162                        "writable": true
230163                    },
230164                    "noise-suppression-level": {
230165                        "blurb": "Controls the aggressiveness of the suppression. Increasing the level will reduce the noise level at the expense of a higher speech distortion.",
230166                        "conditionally-available": false,
230167                        "construct": true,
230168                        "construct-only": false,
230169                        "controllable": false,
230170                        "default": "moderate (1)",
230171                        "mutable": "null",
230172                        "readable": true,
230173                        "type": "GstWebrtcNoiseSuppressionLevel",
230174                        "writable": true
230175                    },
230176                    "probe": {
230177                        "blurb": "The name of the webrtcechoprobe element that record the audio being played through loud speakers. Must be set before PAUSED state.",
230178                        "conditionally-available": false,
230179                        "construct": true,
230180                        "construct-only": false,
230181                        "controllable": false,
230182                        "default": "webrtcechoprobe0",
230183                        "mutable": "null",
230184                        "readable": true,
230185                        "type": "gchararray",
230186                        "writable": true
230187                    },
230188                    "startup-min-volume": {
230189                        "blurb": "At startup the experimental AGC moves the microphone volume up to |startup_min_volume| if the current microphone volume is set too low. No effect if experimental-agc isn't enabled.",
230190                        "conditionally-available": false,
230191                        "construct": true,
230192                        "construct-only": false,
230193                        "controllable": false,
230194                        "default": "12",
230195                        "max": "255",
230196                        "min": "12",
230197                        "mutable": "null",
230198                        "readable": true,
230199                        "type": "gint",
230200                        "writable": true
230201                    },
230202                    "target-level-dbfs": {
230203                        "blurb": "Sets the target peak |level| (or envelope) of the gain control in dBFS (decibels from digital full-scale).",
230204                        "conditionally-available": false,
230205                        "construct": true,
230206                        "construct-only": false,
230207                        "controllable": false,
230208                        "default": "3",
230209                        "max": "31",
230210                        "min": "0",
230211                        "mutable": "null",
230212                        "readable": true,
230213                        "type": "gint",
230214                        "writable": true
230215                    },
230216                    "voice-detection": {
230217                        "blurb": "Enable or disable the voice activity detector",
230218                        "conditionally-available": false,
230219                        "construct": true,
230220                        "construct-only": false,
230221                        "controllable": false,
230222                        "default": "false",
230223                        "mutable": "null",
230224                        "readable": true,
230225                        "type": "gboolean",
230226                        "writable": true
230227                    },
230228                    "voice-detection-frame-size-ms": {
230229                        "blurb": "Sets the |size| of the frames in ms on which the VAD will operate. Larger frames will improve detection accuracy, but reduce the frequency of updates",
230230                        "conditionally-available": false,
230231                        "construct": true,
230232                        "construct-only": false,
230233                        "controllable": false,
230234                        "default": "10",
230235                        "max": "30",
230236                        "min": "10",
230237                        "mutable": "null",
230238                        "readable": true,
230239                        "type": "gint",
230240                        "writable": true
230241                    },
230242                    "voice-detection-likelihood": {
230243                        "blurb": "Specifies the likelihood that a frame will be declared to contain voice.",
230244                        "conditionally-available": false,
230245                        "construct": true,
230246                        "construct-only": false,
230247                        "controllable": false,
230248                        "default": "low (1)",
230249                        "mutable": "null",
230250                        "readable": true,
230251                        "type": "GstWebrtcVoiceDetectionLikelihood",
230252                        "writable": true
230253                    }
230254                },
230255                "rank": "none"
230256            },
230257            "webrtcechoprobe": {
230258                "author": "Nicolas Dufresne <nicolas.dufrsesne@collabora.com>",
230259                "description": "Gathers playback buffers for webrtcdsp",
230260                "hierarchy": [
230261                    "GstWebrtcEchoProbe",
230262                    "GstAudioFilter",
230263                    "GstBaseTransform",
230264                    "GstElement",
230265                    "GstObject",
230266                    "GInitiallyUnowned",
230267                    "GObject"
230268                ],
230269                "klass": "Generic/Audio",
230270                "long-name": "Acoustic Echo Canceller probe",
230271                "pad-templates": {
230272                    "sink": {
230273                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: { (int)48000, (int)32000, (int)16000, (int)8000 }\n       channels: [ 1, 2147483647 ]\naudio/x-raw:\n         format: F32LE\n         layout: non-interleaved\n           rate: { (int)48000, (int)32000, (int)16000, (int)8000 }\n       channels: [ 1, 2147483647 ]\n",
230274                        "direction": "sink",
230275                        "presence": "always"
230276                    },
230277                    "src": {
230278                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: { (int)48000, (int)32000, (int)16000, (int)8000 }\n       channels: [ 1, 2147483647 ]\naudio/x-raw:\n         format: F32LE\n         layout: non-interleaved\n           rate: { (int)48000, (int)32000, (int)16000, (int)8000 }\n       channels: [ 1, 2147483647 ]\n",
230279                        "direction": "src",
230280                        "presence": "always"
230281                    }
230282                },
230283                "properties": {},
230284                "rank": "none"
230285            }
230286        },
230287        "filename": "gstwebrtcdsp",
230288        "license": "LGPL",
230289        "other-types": {
230290            "GstWebrtcEchoSuppressionLevel": {
230291                "kind": "enum",
230292                "values": [
230293                    {
230294                        "desc": "Low Suppression",
230295                        "name": "low",
230296                        "value": "0"
230297                    },
230298                    {
230299                        "desc": "Moderate Suppression",
230300                        "name": "moderate",
230301                        "value": "1"
230302                    },
230303                    {
230304                        "desc": "high Suppression",
230305                        "name": "high",
230306                        "value": "2"
230307                    }
230308                ]
230309            },
230310            "GstWebrtcGainControlMode": {
230311                "kind": "enum",
230312                "values": [
230313                    {
230314                        "desc": "Adaptive Digital",
230315                        "name": "adaptive-digital",
230316                        "value": "1"
230317                    },
230318                    {
230319                        "desc": "Fixed Digital",
230320                        "name": "fixed-digital",
230321                        "value": "2"
230322                    }
230323                ]
230324            },
230325            "GstWebrtcNoiseSuppressionLevel": {
230326                "kind": "enum",
230327                "values": [
230328                    {
230329                        "desc": "Low Suppression",
230330                        "name": "low",
230331                        "value": "0"
230332                    },
230333                    {
230334                        "desc": "Moderate Suppression",
230335                        "name": "moderate",
230336                        "value": "1"
230337                    },
230338                    {
230339                        "desc": "High Suppression",
230340                        "name": "high",
230341                        "value": "2"
230342                    },
230343                    {
230344                        "desc": "Very High Suppression",
230345                        "name": "very-high",
230346                        "value": "3"
230347                    }
230348                ]
230349            },
230350            "GstWebrtcVoiceDetectionLikelihood": {
230351                "kind": "enum",
230352                "values": [
230353                    {
230354                        "desc": "Very Low Likelihood",
230355                        "name": "very-low",
230356                        "value": "0"
230357                    },
230358                    {
230359                        "desc": "Low Likelihood",
230360                        "name": "low",
230361                        "value": "1"
230362                    },
230363                    {
230364                        "desc": "Moderate Likelihood",
230365                        "name": "moderate",
230366                        "value": "2"
230367                    },
230368                    {
230369                        "desc": "High Likelihood",
230370                        "name": "high",
230371                        "value": "3"
230372                    }
230373                ]
230374            }
230375        },
230376        "package": "GStreamer Bad Plug-ins",
230377        "source": "gst-plugins-bad",
230378        "tracers": {},
230379        "url": "Unknown package origin"
230380    },
230381    "wildmidi": {
230382        "description": "WildMidi-based MIDI playback plugin",
230383        "elements": {
230384            "wildmididec": {
230385                "author": "Carlos Rafael Giani <dv@pseudoterminal.org>",
230386                "description": "Decodes MIDI music using WildMidi",
230387                "hierarchy": [
230388                    "GstWildmidiDec",
230389                    "GstNonstreamAudioDecoder",
230390                    "GstElement",
230391                    "GstObject",
230392                    "GInitiallyUnowned",
230393                    "GObject"
230394                ],
230395                "klass": "Codec/Decoder/Audio",
230396                "long-name": "WildMidi-based MIDI music decoder",
230397                "pad-templates": {
230398                    "sink": {
230399                        "caps": "audio/midi:\naudio/riff-midi:\n",
230400                        "direction": "sink",
230401                        "presence": "always"
230402                    },
230403                    "src": {
230404                        "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: 44100\n       channels: 2\n",
230405                        "direction": "src",
230406                        "presence": "always"
230407                    }
230408                },
230409                "properties": {
230410                    "enhanced-resampling": {
230411                        "blurb": "Use enhanced resampling if set to TRUE, or linear interpolation if set to FALSE",
230412                        "conditionally-available": false,
230413                        "construct": false,
230414                        "construct-only": false,
230415                        "controllable": false,
230416                        "default": "true",
230417                        "mutable": "null",
230418                        "readable": true,
230419                        "type": "gboolean",
230420                        "writable": true
230421                    },
230422                    "log-volume-scale": {
230423                        "blurb": "Use a logarithmic volume scale if set to TRUE, or a linear scale if set to FALSE",
230424                        "conditionally-available": false,
230425                        "construct": false,
230426                        "construct-only": false,
230427                        "controllable": false,
230428                        "default": "true",
230429                        "mutable": "null",
230430                        "readable": true,
230431                        "type": "gboolean",
230432                        "writable": true
230433                    },
230434                    "output-buffer-size": {
230435                        "blurb": "Size of each output buffer, in samples (actual size can be smaller than this during flush or EOS)",
230436                        "conditionally-available": false,
230437                        "construct": false,
230438                        "construct-only": false,
230439                        "controllable": false,
230440                        "default": "1024",
230441                        "max": "1073741823",
230442                        "min": "1",
230443                        "mutable": "null",
230444                        "readable": true,
230445                        "type": "guint",
230446                        "writable": true
230447                    },
230448                    "reverb": {
230449                        "blurb": "Whether or not to enable the WildMidi 8 reflection reverb engine to add more depth to the sound",
230450                        "conditionally-available": false,
230451                        "construct": false,
230452                        "construct-only": false,
230453                        "controllable": false,
230454                        "default": "false",
230455                        "mutable": "null",
230456                        "readable": true,
230457                        "type": "gboolean",
230458                        "writable": true
230459                    }
230460                },
230461                "rank": "marginal"
230462            }
230463        },
230464        "filename": "gstwildmidi",
230465        "license": "LGPL",
230466        "other-types": {},
230467        "package": "GStreamer Bad Plug-ins",
230468        "source": "gst-plugins-bad",
230469        "tracers": {},
230470        "url": "Unknown package origin"
230471    },
230472    "winks": {
230473        "description": "Windows kernel streaming plugin",
230474        "elements": {
230475            "ksvideosrc": {
230476                "author": "Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>\nHaakon Sporsheim <hakon.sporsheim@tandberg.com>\nAndres Colubri <andres.colubri@gmail.com>",
230477                "description": "Stream data from a video capture device through Windows kernel streaming",
230478                "hierarchy": [
230479                    "GstKsVideoSrc",
230480                    "GstPushSrc",
230481                    "GstBaseSrc",
230482                    "GstElement",
230483                    "GstObject",
230484                    "GInitiallyUnowned",
230485                    "GObject"
230486                ],
230487                "klass": "Source/Video/Hardware",
230488                "long-name": "KsVideoSrc",
230489                "pad-templates": {
230490                    "src": {
230491                        "caps": "video/x-raw:\n         format: RGB15\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGB16\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nimage/jpeg:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: dvsd\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: dvsd\n",
230492                        "direction": "src",
230493                        "presence": "always"
230494                    }
230495                },
230496                "properties": {
230497                    "device-index": {
230498                        "blurb": "The zero-based device index",
230499                        "conditionally-available": false,
230500                        "construct": false,
230501                        "construct-only": false,
230502                        "controllable": false,
230503                        "default": "-1",
230504                        "max": "2147483647",
230505                        "min": "-1",
230506                        "mutable": "null",
230507                        "readable": true,
230508                        "type": "gint",
230509                        "writable": true
230510                    },
230511                    "device-name": {
230512                        "blurb": "The human-readable device name",
230513                        "conditionally-available": false,
230514                        "construct": false,
230515                        "construct-only": false,
230516                        "controllable": false,
230517                        "default": "NULL",
230518                        "mutable": "null",
230519                        "readable": true,
230520                        "type": "gchararray",
230521                        "writable": true
230522                    },
230523                    "device-path": {
230524                        "blurb": "The device path",
230525                        "conditionally-available": false,
230526                        "construct": false,
230527                        "construct-only": false,
230528                        "controllable": false,
230529                        "default": "NULL",
230530                        "mutable": "null",
230531                        "readable": true,
230532                        "type": "gchararray",
230533                        "writable": true
230534                    },
230535                    "do-stats": {
230536                        "blurb": "Enable logging of statistics",
230537                        "conditionally-available": false,
230538                        "construct": false,
230539                        "construct-only": false,
230540                        "controllable": false,
230541                        "default": "false",
230542                        "mutable": "null",
230543                        "readable": true,
230544                        "type": "gboolean",
230545                        "writable": true
230546                    },
230547                    "enable-quirks": {
230548                        "blurb": "Enable driver-specific quirks",
230549                        "conditionally-available": false,
230550                        "construct": false,
230551                        "construct-only": false,
230552                        "controllable": false,
230553                        "default": "true",
230554                        "mutable": "null",
230555                        "readable": true,
230556                        "type": "gboolean",
230557                        "writable": true
230558                    },
230559                    "fps": {
230560                        "blurb": "Last measured framerate, if statistics are enabled",
230561                        "conditionally-available": false,
230562                        "construct": false,
230563                        "construct-only": false,
230564                        "controllable": false,
230565                        "default": "-1",
230566                        "max": "2147483647",
230567                        "min": "-1",
230568                        "mutable": "null",
230569                        "readable": true,
230570                        "type": "gint",
230571                        "writable": false
230572                    }
230573                },
230574                "rank": "primary"
230575            }
230576        },
230577        "filename": "gstwinks",
230578        "license": "LGPL",
230579        "other-types": {},
230580        "package": "GStreamer Bad Plug-ins",
230581        "source": "gst-plugins-bad",
230582        "tracers": {},
230583        "url": "Unknown package origin"
230584    },
230585    "winscreencap": {
230586        "description": "Screen capture plugin for Windows",
230587        "elements": {
230588            "dx9screencapsrc": {
230589                "author": "Haakon Sporsheim <hakon.sporsheim@tandberg.com>",
230590                "description": "Captures screen",
230591                "hierarchy": [
230592                    "GstDX9ScreenCapSrc",
230593                    "GstPushSrc",
230594                    "GstBaseSrc",
230595                    "GstElement",
230596                    "GstObject",
230597                    "GInitiallyUnowned",
230598                    "GObject"
230599                ],
230600                "klass": "Source/Video",
230601                "long-name": "DirectX 9 screen capture source",
230602                "pad-templates": {
230603                    "src": {
230604                        "caps": "video/x-raw:\n         format: BGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
230605                        "direction": "src",
230606                        "presence": "always"
230607                    }
230608                },
230609                "properties": {
230610                    "cursor": {
230611                        "blurb": "Whether to show mouse cursor (default off)",
230612                        "conditionally-available": false,
230613                        "construct": false,
230614                        "construct-only": false,
230615                        "controllable": false,
230616                        "default": "false",
230617                        "mutable": "null",
230618                        "readable": true,
230619                        "type": "gboolean",
230620                        "writable": true
230621                    },
230622                    "height": {
230623                        "blurb": "Height of screen capture area (0 = maximum)",
230624                        "conditionally-available": false,
230625                        "construct": false,
230626                        "construct-only": false,
230627                        "controllable": false,
230628                        "default": "0",
230629                        "max": "2147483647",
230630                        "min": "0",
230631                        "mutable": "null",
230632                        "readable": true,
230633                        "type": "gint",
230634                        "writable": true
230635                    },
230636                    "monitor": {
230637                        "blurb": "Which monitor to use (0 = 1st monitor and default)",
230638                        "conditionally-available": false,
230639                        "construct": false,
230640                        "construct-only": false,
230641                        "controllable": false,
230642                        "default": "0",
230643                        "max": "2147483647",
230644                        "min": "0",
230645                        "mutable": "null",
230646                        "readable": true,
230647                        "type": "gint",
230648                        "writable": true
230649                    },
230650                    "width": {
230651                        "blurb": "Width of screen capture area (0 = maximum)",
230652                        "conditionally-available": false,
230653                        "construct": false,
230654                        "construct-only": false,
230655                        "controllable": false,
230656                        "default": "0",
230657                        "max": "2147483647",
230658                        "min": "0",
230659                        "mutable": "null",
230660                        "readable": true,
230661                        "type": "gint",
230662                        "writable": true
230663                    },
230664                    "x": {
230665                        "blurb": "Horizontal coordinate of top left corner for the screen capture area",
230666                        "conditionally-available": false,
230667                        "construct": false,
230668                        "construct-only": false,
230669                        "controllable": false,
230670                        "default": "0",
230671                        "max": "2147483647",
230672                        "min": "0",
230673                        "mutable": "null",
230674                        "readable": true,
230675                        "type": "gint",
230676                        "writable": true
230677                    },
230678                    "y": {
230679                        "blurb": "Vertical coordinate of top left corner for the screen capture area",
230680                        "conditionally-available": false,
230681                        "construct": false,
230682                        "construct-only": false,
230683                        "controllable": false,
230684                        "default": "0",
230685                        "max": "2147483647",
230686                        "min": "0",
230687                        "mutable": "null",
230688                        "readable": true,
230689                        "type": "gint",
230690                        "writable": true
230691                    }
230692                },
230693                "rank": "none"
230694            },
230695            "dxgiscreencapsrc": {
230696                "author": "OKADA Jun-ichi <okada@abt.jp>",
230697                "description": "Captures screen",
230698                "hierarchy": [
230699                    "GstDXGIScreenCapSrc",
230700                    "GstPushSrc",
230701                    "GstBaseSrc",
230702                    "GstElement",
230703                    "GstObject",
230704                    "GInitiallyUnowned",
230705                    "GObject"
230706                ],
230707                "klass": "Source/Video",
230708                "long-name": "DirectX DXGI screen capture source",
230709                "pad-templates": {
230710                    "src": {
230711                        "caps": "video/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
230712                        "direction": "src",
230713                        "presence": "always"
230714                    }
230715                },
230716                "properties": {
230717                    "cursor": {
230718                        "blurb": "Whether to show mouse cursor (default off)",
230719                        "conditionally-available": false,
230720                        "construct": false,
230721                        "construct-only": false,
230722                        "controllable": false,
230723                        "default": "false",
230724                        "mutable": "null",
230725                        "readable": true,
230726                        "type": "gboolean",
230727                        "writable": true
230728                    },
230729                    "device-name": {
230730                        "blurb": "Which monitor to use by device name (e.g. \"\\\\\\\\.\\\\DISPLAY1\")",
230731                        "conditionally-available": false,
230732                        "construct": false,
230733                        "construct-only": false,
230734                        "controllable": false,
230735                        "default": "NULL",
230736                        "mutable": "null",
230737                        "readable": true,
230738                        "type": "gchararray",
230739                        "writable": true
230740                    },
230741                    "height": {
230742                        "blurb": "Height of screen capture area (0 = maximum)",
230743                        "conditionally-available": false,
230744                        "construct": false,
230745                        "construct-only": false,
230746                        "controllable": false,
230747                        "default": "0",
230748                        "max": "2147483647",
230749                        "min": "0",
230750                        "mutable": "null",
230751                        "readable": true,
230752                        "type": "gint",
230753                        "writable": true
230754                    },
230755                    "monitor": {
230756                        "blurb": "Which monitor to use (-1 = primary monitor and default)",
230757                        "conditionally-available": false,
230758                        "construct": false,
230759                        "construct-only": false,
230760                        "controllable": false,
230761                        "default": "-1",
230762                        "max": "2147483647",
230763                        "min": "-1",
230764                        "mutable": "null",
230765                        "readable": true,
230766                        "type": "gint",
230767                        "writable": true
230768                    },
230769                    "width": {
230770                        "blurb": "Width of screen capture area (0 = maximum)",
230771                        "conditionally-available": false,
230772                        "construct": false,
230773                        "construct-only": false,
230774                        "controllable": false,
230775                        "default": "0",
230776                        "max": "2147483647",
230777                        "min": "0",
230778                        "mutable": "null",
230779                        "readable": true,
230780                        "type": "gint",
230781                        "writable": true
230782                    },
230783                    "x": {
230784                        "blurb": "Horizontal coordinate of top left corner for the screen capture area",
230785                        "conditionally-available": false,
230786                        "construct": false,
230787                        "construct-only": false,
230788                        "controllable": false,
230789                        "default": "0",
230790                        "max": "2147483647",
230791                        "min": "0",
230792                        "mutable": "null",
230793                        "readable": true,
230794                        "type": "gint",
230795                        "writable": true
230796                    },
230797                    "y": {
230798                        "blurb": "Vertical coordinate of top left corner for the screen capture area",
230799                        "conditionally-available": false,
230800                        "construct": false,
230801                        "construct-only": false,
230802                        "controllable": false,
230803                        "default": "0",
230804                        "max": "2147483647",
230805                        "min": "0",
230806                        "mutable": "null",
230807                        "readable": true,
230808                        "type": "gint",
230809                        "writable": true
230810                    }
230811                },
230812                "rank": "none"
230813            },
230814            "gdiscreencapsrc": {
230815                "author": "Haakon Sporsheim <hakon.sporsheim@tandberg.com>",
230816                "description": "Captures screen",
230817                "hierarchy": [
230818                    "GstGDIScreenCapSrc",
230819                    "GstPushSrc",
230820                    "GstBaseSrc",
230821                    "GstElement",
230822                    "GstObject",
230823                    "GInitiallyUnowned",
230824                    "GObject"
230825                ],
230826                "klass": "Source/Video",
230827                "long-name": "GDI screen capture source",
230828                "pad-templates": {
230829                    "src": {
230830                        "caps": "video/x-raw:\n         format: BGR\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
230831                        "direction": "src",
230832                        "presence": "always"
230833                    }
230834                },
230835                "properties": {
230836                    "cursor": {
230837                        "blurb": "Whether to show mouse cursor (default off)",
230838                        "conditionally-available": false,
230839                        "construct": false,
230840                        "construct-only": false,
230841                        "controllable": false,
230842                        "default": "false",
230843                        "mutable": "null",
230844                        "readable": true,
230845                        "type": "gboolean",
230846                        "writable": true
230847                    },
230848                    "height": {
230849                        "blurb": "Height of screen capture area (0 = maximum)",
230850                        "conditionally-available": false,
230851                        "construct": false,
230852                        "construct-only": false,
230853                        "controllable": false,
230854                        "default": "0",
230855                        "max": "2147483647",
230856                        "min": "0",
230857                        "mutable": "null",
230858                        "readable": true,
230859                        "type": "gint",
230860                        "writable": true
230861                    },
230862                    "monitor": {
230863                        "blurb": "Which monitor to use (0 = 1st monitor and default)",
230864                        "conditionally-available": false,
230865                        "construct": false,
230866                        "construct-only": false,
230867                        "controllable": false,
230868                        "default": "0",
230869                        "max": "2147483647",
230870                        "min": "0",
230871                        "mutable": "null",
230872                        "readable": true,
230873                        "type": "gint",
230874                        "writable": true
230875                    },
230876                    "width": {
230877                        "blurb": "Width of screen capture area (0 = maximum)",
230878                        "conditionally-available": false,
230879                        "construct": false,
230880                        "construct-only": false,
230881                        "controllable": false,
230882                        "default": "0",
230883                        "max": "2147483647",
230884                        "min": "0",
230885                        "mutable": "null",
230886                        "readable": true,
230887                        "type": "gint",
230888                        "writable": true
230889                    },
230890                    "x": {
230891                        "blurb": "Horizontal coordinate of top left corner for the screen capture area",
230892                        "conditionally-available": false,
230893                        "construct": false,
230894                        "construct-only": false,
230895                        "controllable": false,
230896                        "default": "0",
230897                        "max": "2147483647",
230898                        "min": "0",
230899                        "mutable": "null",
230900                        "readable": true,
230901                        "type": "gint",
230902                        "writable": true
230903                    },
230904                    "y": {
230905                        "blurb": "Vertical coordinate of top left corner for the screen capture area",
230906                        "conditionally-available": false,
230907                        "construct": false,
230908                        "construct-only": false,
230909                        "controllable": false,
230910                        "default": "0",
230911                        "max": "2147483647",
230912                        "min": "0",
230913                        "mutable": "null",
230914                        "readable": true,
230915                        "type": "gint",
230916                        "writable": true
230917                    }
230918                },
230919                "rank": "none"
230920            }
230921        },
230922        "filename": "gstwinscreencap",
230923        "license": "LGPL",
230924        "other-types": {},
230925        "package": "GStreamer Bad Plug-ins",
230926        "source": "gst-plugins-bad",
230927        "tracers": {},
230928        "url": "Unknown package origin"
230929    },
230930    "wpe": {
230931        "description": "WPE src plugin",
230932        "elements": {
230933            "wpesrc": {
230934                "author": "Philippe Normand <philn@igalia.com>, Žan Doberšek <zdobersek@igalia.com>",
230935                "description": "Creates Audio/Video streams from a web page using WPE web engine",
230936                "hierarchy": [
230937                    "GstWpeSrc",
230938                    "GstBin",
230939                    "GstElement",
230940                    "GstObject",
230941                    "GInitiallyUnowned",
230942                    "GObject"
230943                ],
230944                "interfaces": [
230945                    "GstChildProxy",
230946                    "GstURIHandler"
230947                ],
230948                "klass": "Source/Video/Audio",
230949                "long-name": "WPE source",
230950                "pad-templates": {
230951                    "audio_%%u": {
230952                        "caps": "audio/x-raw:\n         format: F32LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\naudio/x-raw:\n         format: F64LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\naudio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
230953                        "direction": "src",
230954                        "presence": "sometimes"
230955                    },
230956                    "src": {
230957                        "caps": "video/x-raw(memory:GLMemory):\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\npixel-aspect-ratio: 1/1\n texture-target: 2D\nvideo/x-raw:\n         format: BGRA\n",
230958                        "direction": "src",
230959                        "presence": "always"
230960                    },
230961                    "video": {
230962                        "caps": "video/x-raw(memory:GLMemory):\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\npixel-aspect-ratio: 1/1\n texture-target: 2D\nvideo/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\npixel-aspect-ratio: 1/1\n",
230963                        "direction": "src",
230964                        "presence": "always"
230965                    }
230966                },
230967                "properties": {
230968                    "draw-background": {
230969                        "blurb": "Whether to draw the WebView background",
230970                        "conditionally-available": false,
230971                        "construct": false,
230972                        "construct-only": false,
230973                        "controllable": false,
230974                        "default": "true",
230975                        "mutable": "null",
230976                        "readable": true,
230977                        "type": "gboolean",
230978                        "writable": true
230979                    },
230980                    "location": {
230981                        "blurb": "The URL to display",
230982                        "conditionally-available": false,
230983                        "construct": false,
230984                        "construct-only": false,
230985                        "controllable": false,
230986                        "default": "NULL",
230987                        "mutable": "null",
230988                        "readable": true,
230989                        "type": "gchararray",
230990                        "writable": true
230991                    }
230992                },
230993                "rank": "none",
230994                "signals": {
230995                    "configure-web-view": {
230996                        "args": [
230997                            {
230998                                "name": "arg0",
230999                                "type": "GObject"
231000                            }
231001                        ],
231002                        "return-type": "void",
231003                        "when": "last"
231004                    },
231005                    "load-bytes": {
231006                        "action": true,
231007                        "args": [
231008                            {
231009                                "name": "arg0",
231010                                "type": "GBytes"
231011                            }
231012                        ],
231013                        "return-type": "void",
231014                        "when": "last"
231015                    }
231016                }
231017            },
231018            "wpevideosrc": {
231019                "author": "Philippe Normand <philn@igalia.com>, Žan Doberšek <zdobersek@igalia.com>",
231020                "description": "Creates a video stream from a WPE browser",
231021                "hierarchy": [
231022                    "GstWpeVideoSrc",
231023                    "GstGLBaseSrc",
231024                    "GstPushSrc",
231025                    "GstBaseSrc",
231026                    "GstElement",
231027                    "GstObject",
231028                    "GInitiallyUnowned",
231029                    "GObject"
231030                ],
231031                "klass": "Source/Video",
231032                "long-name": "WPE source",
231033                "pad-templates": {
231034                    "src": {
231035                        "caps": "video/x-raw(memory:GLMemory):\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\npixel-aspect-ratio: 1/1\n texture-target: 2D\nvideo/x-raw:\n         format: BGRA\n",
231036                        "direction": "src",
231037                        "presence": "always"
231038                    }
231039                },
231040                "properties": {
231041                    "draw-background": {
231042                        "blurb": "Whether to draw the WebView background",
231043                        "conditionally-available": false,
231044                        "construct": false,
231045                        "construct-only": false,
231046                        "controllable": false,
231047                        "default": "true",
231048                        "mutable": "null",
231049                        "readable": true,
231050                        "type": "gboolean",
231051                        "writable": true
231052                    },
231053                    "location": {
231054                        "blurb": "The URL to display",
231055                        "conditionally-available": false,
231056                        "construct": false,
231057                        "construct-only": false,
231058                        "controllable": false,
231059                        "default": "NULL",
231060                        "mutable": "null",
231061                        "readable": true,
231062                        "type": "gchararray",
231063                        "writable": true
231064                    }
231065                },
231066                "rank": "none",
231067                "signals": {
231068                    "configure-web-view": {
231069                        "args": [
231070                            {
231071                                "name": "arg0",
231072                                "type": "GObject"
231073                            }
231074                        ],
231075                        "return-type": "void",
231076                        "when": "last"
231077                    },
231078                    "load-bytes": {
231079                        "action": true,
231080                        "args": [
231081                            {
231082                                "name": "arg0",
231083                                "type": "GBytes"
231084                            }
231085                        ],
231086                        "return-type": "void",
231087                        "when": "last"
231088                    }
231089                }
231090            }
231091        },
231092        "filename": "gstwpe",
231093        "license": "LGPL",
231094        "other-types": {},
231095        "package": "gst-plugins-bad",
231096        "source": "gst-plugins-bad",
231097        "tracers": {},
231098        "url": "Unknown package origin"
231099    },
231100    "x265": {
231101        "description": "x265-based H265 plugins",
231102        "elements": {
231103            "x265enc": {
231104                "author": "Thijs Vermeir <thijs.vermeir@barco.com>",
231105                "description": "H265 Encoder",
231106                "hierarchy": [
231107                    "GstX265Enc",
231108                    "GstVideoEncoder",
231109                    "GstElement",
231110                    "GstObject",
231111                    "GInitiallyUnowned",
231112                    "GObject"
231113                ],
231114                "interfaces": [
231115                    "GstPreset"
231116                ],
231117                "klass": "Codec/Encoder/Video",
231118                "long-name": "x265enc",
231119                "pad-templates": {
231120                    "sink": {
231121                        "caps": "video/x-raw:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\n         format: { Y444, Y42B, I420, Y444_10LE, I422_10LE, I420_10LE, Y444_12LE, I422_12LE, I420_12LE }\n",
231122                        "direction": "sink",
231123                        "presence": "always"
231124                    },
231125                    "src": {
231126                        "caps": "video/x-h265:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\n  stream-format: byte-stream\n      alignment: au\n        profile: { (string)main, (string)main-still-picture, (string)main-intra, (string)main-444, (string)main-444-intra, (string)main-444-still-picture, (string)main-10, (string)main-10-intra, (string)main-422-10, (string)main-422-10-intra, (string)main-444-10, (string)main-444-10-intra, (string)main-12, (string)main-12-intra, (string)main-422-12, (string)main-422-12-intra, (string)main-444-12, (string)main-444-12-intra }\n",
231127                        "direction": "src",
231128                        "presence": "always"
231129                    }
231130                },
231131                "properties": {
231132                    "bitrate": {
231133                        "blurb": "Bitrate in kbit/sec",
231134                        "conditionally-available": false,
231135                        "construct": false,
231136                        "construct-only": false,
231137                        "controllable": false,
231138                        "default": "2048",
231139                        "max": "102400",
231140                        "min": "1",
231141                        "mutable": "playing",
231142                        "readable": true,
231143                        "type": "guint",
231144                        "writable": true
231145                    },
231146                    "key-int-max": {
231147                        "blurb": "Maximal distance between two key-frames (0 = x265 default / 250)",
231148                        "conditionally-available": false,
231149                        "construct": false,
231150                        "construct-only": false,
231151                        "controllable": false,
231152                        "default": "0",
231153                        "max": "2147483647",
231154                        "min": "0",
231155                        "mutable": "null",
231156                        "readable": true,
231157                        "type": "gint",
231158                        "writable": true
231159                    },
231160                    "log-level": {
231161                        "blurb": "x265 log level",
231162                        "conditionally-available": false,
231163                        "construct": false,
231164                        "construct-only": false,
231165                        "controllable": false,
231166                        "default": "none (-1)",
231167                        "mutable": "null",
231168                        "readable": true,
231169                        "type": "GstX265LogLevel",
231170                        "writable": true
231171                    },
231172                    "option-string": {
231173                        "blurb": "String of x265 options (overridden by element properties) in the format \"key1=value1:key2=value2\".",
231174                        "conditionally-available": false,
231175                        "construct": false,
231176                        "construct-only": false,
231177                        "controllable": false,
231178                        "default": "",
231179                        "mutable": "null",
231180                        "readable": true,
231181                        "type": "gchararray",
231182                        "writable": true
231183                    },
231184                    "qp": {
231185                        "blurb": "QP for P slices in (implied) CQP mode (-1 = disabled)",
231186                        "conditionally-available": false,
231187                        "construct": false,
231188                        "construct-only": false,
231189                        "controllable": false,
231190                        "default": "-1",
231191                        "max": "51",
231192                        "min": "-1",
231193                        "mutable": "null",
231194                        "readable": true,
231195                        "type": "gint",
231196                        "writable": true
231197                    },
231198                    "speed-preset": {
231199                        "blurb": "Preset name for speed/quality tradeoff options",
231200                        "conditionally-available": false,
231201                        "construct": false,
231202                        "construct-only": false,
231203                        "controllable": false,
231204                        "default": "medium (6)",
231205                        "mutable": "null",
231206                        "readable": true,
231207                        "type": "GstX265SpeedPreset",
231208                        "writable": true
231209                    },
231210                    "tune": {
231211                        "blurb": "Preset name for tuning options",
231212                        "conditionally-available": false,
231213                        "construct": false,
231214                        "construct-only": false,
231215                        "controllable": false,
231216                        "default": "ssim (2)",
231217                        "mutable": "null",
231218                        "readable": true,
231219                        "type": "GstX265Tune",
231220                        "writable": true
231221                    }
231222                },
231223                "rank": "primary"
231224            }
231225        },
231226        "filename": "gstx265",
231227        "license": "GPL",
231228        "other-types": {
231229            "GstX265LogLevel": {
231230                "kind": "enum",
231231                "values": [
231232                    {
231233                        "desc": "No logging",
231234                        "name": "none",
231235                        "value": "-1"
231236                    },
231237                    {
231238                        "desc": "Error",
231239                        "name": "error",
231240                        "value": "0"
231241                    },
231242                    {
231243                        "desc": "Warning",
231244                        "name": "warning",
231245                        "value": "1"
231246                    },
231247                    {
231248                        "desc": "Info",
231249                        "name": "info",
231250                        "value": "2"
231251                    },
231252                    {
231253                        "desc": "Debug",
231254                        "name": "debug",
231255                        "value": "3"
231256                    },
231257                    {
231258                        "desc": "Full",
231259                        "name": "full",
231260                        "value": "4"
231261                    }
231262                ]
231263            },
231264            "GstX265SpeedPreset": {
231265                "kind": "enum",
231266                "values": [
231267                    {
231268                        "desc": "No preset",
231269                        "name": "No preset",
231270                        "value": "0"
231271                    },
231272                    {
231273                        "desc": "ultrafast",
231274                        "name": "ultrafast",
231275                        "value": "1"
231276                    },
231277                    {
231278                        "desc": "superfast",
231279                        "name": "superfast",
231280                        "value": "2"
231281                    },
231282                    {
231283                        "desc": "veryfast",
231284                        "name": "veryfast",
231285                        "value": "3"
231286                    },
231287                    {
231288                        "desc": "faster",
231289                        "name": "faster",
231290                        "value": "4"
231291                    },
231292                    {
231293                        "desc": "fast",
231294                        "name": "fast",
231295                        "value": "5"
231296                    },
231297                    {
231298                        "desc": "medium",
231299                        "name": "medium",
231300                        "value": "6"
231301                    },
231302                    {
231303                        "desc": "slow",
231304                        "name": "slow",
231305                        "value": "7"
231306                    },
231307                    {
231308                        "desc": "slower",
231309                        "name": "slower",
231310                        "value": "8"
231311                    },
231312                    {
231313                        "desc": "veryslow",
231314                        "name": "veryslow",
231315                        "value": "9"
231316                    },
231317                    {
231318                        "desc": "placebo",
231319                        "name": "placebo",
231320                        "value": "10"
231321                    }
231322                ]
231323            },
231324            "GstX265Tune": {
231325                "ignore-enum-members": true,
231326                "kind": "enum",
231327                "values": [
231328                    {
231329                        "desc": "No tunning",
231330                        "name": "No tunning",
231331                        "value": "0"
231332                    },
231333                    {
231334                        "desc": "psnr",
231335                        "name": "psnr",
231336                        "value": "1"
231337                    },
231338                    {
231339                        "desc": "ssim",
231340                        "name": "ssim",
231341                        "value": "2"
231342                    },
231343                    {
231344                        "desc": "grain",
231345                        "name": "grain",
231346                        "value": "3"
231347                    },
231348                    {
231349                        "desc": "zerolatency",
231350                        "name": "zerolatency",
231351                        "value": "4"
231352                    },
231353                    {
231354                        "desc": "fastdecode",
231355                        "name": "fastdecode",
231356                        "value": "5"
231357                    },
231358                    {
231359                        "desc": "animation",
231360                        "name": "animation",
231361                        "value": "6"
231362                    }
231363                ]
231364            }
231365        },
231366        "package": "GStreamer Bad Plug-ins",
231367        "source": "gst-plugins-bad",
231368        "tracers": {},
231369        "url": "Unknown package origin"
231370    },
231371    "y4mdec": {
231372        "description": "Demuxes/decodes YUV4MPEG streams",
231373        "elements": {
231374            "y4mdec": {
231375                "author": "David Schleef <ds@schleef.org>",
231376                "description": "Demuxes/decodes YUV4MPEG streams",
231377                "hierarchy": [
231378                    "GstY4mDec",
231379                    "GstElement",
231380                    "GstObject",
231381                    "GInitiallyUnowned",
231382                    "GObject"
231383                ],
231384                "klass": "Codec/Demuxer",
231385                "long-name": "YUV4MPEG demuxer/decoder",
231386                "pad-templates": {
231387                    "sink": {
231388                        "caps": "application/x-yuv4mpeg:\n     y4mversion: 2\n",
231389                        "direction": "sink",
231390                        "presence": "always"
231391                    },
231392                    "src": {
231393                        "caps": "video/x-raw:\n         format: { I420, Y42B, Y444 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
231394                        "direction": "src",
231395                        "presence": "always"
231396                    }
231397                },
231398                "rank": "secondary"
231399            }
231400        },
231401        "filename": "gsty4mdec",
231402        "license": "LGPL",
231403        "other-types": {},
231404        "package": "GStreamer Bad Plug-ins",
231405        "source": "gst-plugins-bad",
231406        "tracers": {},
231407        "url": "Unknown package origin"
231408    },
231409    "zbar": {
231410        "description": "zbar barcode scanner",
231411        "elements": {
231412            "zbar": {
231413                "author": "Stefan Kost <ensonic@users.sf.net>",
231414                "description": "Detect bar codes in the video streams",
231415                "hierarchy": [
231416                    "GstZBar",
231417                    "GstVideoFilter",
231418                    "GstBaseTransform",
231419                    "GstElement",
231420                    "GstObject",
231421                    "GInitiallyUnowned",
231422                    "GObject"
231423                ],
231424                "klass": "Filter/Analyzer/Video",
231425                "long-name": "Barcode detector",
231426                "pad-templates": {
231427                    "sink": {
231428                        "caps": "video/x-raw:\n         format: { Y800, I420, YV12, NV12, NV21, Y41B, Y42B, YUV9, YVU9 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
231429                        "direction": "sink",
231430                        "presence": "always"
231431                    },
231432                    "src": {
231433                        "caps": "video/x-raw:\n         format: { Y800, I420, YV12, NV12, NV21, Y41B, Y42B, YUV9, YVU9 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
231434                        "direction": "src",
231435                        "presence": "always"
231436                    }
231437                },
231438                "properties": {
231439                    "attach-frame": {
231440                        "blurb": "Attach a frame dump to each barcode message",
231441                        "conditionally-available": false,
231442                        "construct": false,
231443                        "construct-only": false,
231444                        "controllable": false,
231445                        "default": "false",
231446                        "mutable": "null",
231447                        "readable": true,
231448                        "type": "gboolean",
231449                        "writable": true
231450                    },
231451                    "cache": {
231452                        "blurb": "Enable or disable the inter-image result cache",
231453                        "conditionally-available": false,
231454                        "construct": false,
231455                        "construct-only": false,
231456                        "controllable": false,
231457                        "default": "false",
231458                        "mutable": "ready",
231459                        "readable": true,
231460                        "type": "gboolean",
231461                        "writable": true
231462                    },
231463                    "message": {
231464                        "blurb": "Post a barcode message for each detected code",
231465                        "conditionally-available": false,
231466                        "construct": false,
231467                        "construct-only": false,
231468                        "controllable": false,
231469                        "default": "true",
231470                        "mutable": "null",
231471                        "readable": true,
231472                        "type": "gboolean",
231473                        "writable": true
231474                    }
231475                },
231476                "rank": "none"
231477            }
231478        },
231479        "filename": "gstzbar",
231480        "license": "LGPL",
231481        "other-types": {},
231482        "package": "GStreamer Bad Plug-ins",
231483        "source": "gst-plugins-bad",
231484        "tracers": {},
231485        "url": "Unknown package origin"
231486    }
231487}